Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
7026e652
Commit
7026e652
authored
Jul 05, 2023
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feat](样式改动): 自动化运维列表页
parent
4a22f86a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
17 deletions
+0
-17
src/page/main/auto-maintenance/host-manage/index.vue
src/page/main/auto-maintenance/host-manage/index.vue
+0
-4
src/page/main/auto-maintenance/task-history/index.vue
src/page/main/auto-maintenance/task-history/index.vue
+0
-4
src/page/main/auto-maintenance/task-history/list/index.vue
src/page/main/auto-maintenance/task-history/list/index.vue
+0
-5
src/page/main/auto-maintenance/task-manage/index.vue
src/page/main/auto-maintenance/task-manage/index.vue
+0
-4
No files found.
src/page/main/auto-maintenance/host-manage/index.vue
View file @
7026e652
...
...
@@ -292,7 +292,6 @@ const { tableRows, tableTotal, filter } = toRefs(state);
<
style
lang=
"scss"
scoped
>
.detail_container
{
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
padding
:
0
24px
;
min-height
:
100%
;
display
:
flex
;
...
...
@@ -321,9 +320,6 @@ const { tableRows, tableTotal, filter } = toRefs(state);
height
:
calc
(
100%
-
70px
);
width
:
100%
;
padding
:
0
16px
;
.table
{
max-height
:
calc
(
100%
-
64px
);
}
}
}
...
...
src/page/main/auto-maintenance/task-history/index.vue
View file @
7026e652
...
...
@@ -138,7 +138,6 @@ const { tableRows, tableTotal, filter } = toRefs(state);
<
style
lang=
"scss"
scoped
>
.detail_container
{
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
padding
:
0
24px
;
min-height
:
100%
;
display
:
flex
;
...
...
@@ -167,9 +166,6 @@ const { tableRows, tableTotal, filter } = toRefs(state);
height
:
calc
(
100%
-
70px
);
width
:
100%
;
padding
:
0
16px
;
.table
{
max-height
:
calc
(
100%
-
64px
);
}
}
}
...
...
src/page/main/auto-maintenance/task-history/list/index.vue
View file @
7026e652
...
...
@@ -152,7 +152,6 @@ const { tableRows, tableTotal, filter } = toRefs(state);
<
style
lang=
"scss"
scoped
>
.detail_container
{
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
padding
:
0
24px
;
min-height
:
100%
;
display
:
flex
;
...
...
@@ -180,10 +179,6 @@ const { tableRows, tableTotal, filter } = toRefs(state);
.table_container
{
height
:
calc
(
100%
-
70px
);
width
:
100%
;
padding
:
0
16px
;
.table
{
max-height
:
calc
(
100%
-
64px
);
}
}
}
...
...
src/page/main/auto-maintenance/task-manage/index.vue
View file @
7026e652
...
...
@@ -307,7 +307,6 @@ const { tableRows, tableTotal, filter } = toRefs(state);
<
style
lang=
"scss"
scoped
>
.detail_container
{
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
padding
:
0
24px
;
min-height
:
100%
;
display
:
flex
;
...
...
@@ -336,9 +335,6 @@ const { tableRows, tableTotal, filter } = toRefs(state);
height
:
calc
(
100%
-
70px
);
width
:
100%
;
padding
:
0
16px
;
.table
{
max-height
:
calc
(
100%
-
64px
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment