Commit 7026e652 authored by 张俊's avatar 张俊

[feat](样式改动): 自动化运维列表页

parent 4a22f86a
......@@ -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);
}
}
}
......
......@@ -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);
}
}
}
......
......@@ -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);
}
}
}
......
......@@ -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);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment