Commit 7a5933bd authored by 张牧越's avatar 张牧越

列表样式修正

parent eced1d48
...@@ -609,14 +609,14 @@ export default { ...@@ -609,14 +609,14 @@ export default {
} }
} }
.warning-table-time { .warning-table-time {
width: 30%; width: 25%;
} }
.warning-table-device, .warning-table-device,
.warning-table-status { .warning-table-status {
width: 20%; width: 20%;
} }
.warning-table-message { .warning-table-message {
width: 30%; width: 35%;
} }
.warning-table-message { .warning-table-message {
text-overflow: ellipsis; text-overflow: ellipsis;
......
...@@ -637,16 +637,21 @@ export default { ...@@ -637,16 +637,21 @@ export default {
} }
} }
.warning-table-run-time { .warning-table-run-time {
width: 40%; width: 25%;
white-space: pre-wrap; white-space: pre-wrap;
} }
.warning-table-device, .warning-table-device {
.warning-table-info {
width: 20%; width: 20%;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
.warning-table-info {
width: 35%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.warning-table-status { .warning-table-status {
width: 20%; width: 20%;
} }
......
...@@ -869,14 +869,14 @@ export default { ...@@ -869,14 +869,14 @@ export default {
} }
} }
.warning-table-time { .warning-table-time {
width: 30%; width: 25%;
} }
.warning-table-device, .warning-table-device,
.warning-table-status { .warning-table-status {
width: 20%; width: 20%;
} }
.warning-table-message { .warning-table-message {
width: 30%; width: 35%;
} }
} }
#stats-container { #stats-container {
......
...@@ -816,6 +816,8 @@ export default { ...@@ -816,6 +816,8 @@ export default {
padding: 0px 20px; padding: 0px 20px;
margin-bottom: 12px; margin-bottom: 12px;
height: calc(100% / 6 - 18px); height: calc(100% / 6 - 18px);
display: flex;
align-items: center;
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
......
...@@ -717,12 +717,17 @@ export default { ...@@ -717,12 +717,17 @@ export default {
} }
} }
.warning-table-run-time { .warning-table-run-time {
width: 30%; width: 25%;
white-space: pre-wrap; white-space: pre-wrap;
} }
.warning-table-device, .warning-table-device {
width: 20%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.warning-table-info { .warning-table-info {
width: 25%; width: 35%;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
......
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