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

列表样式修正

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