fix : 错误框样式修改

This commit is contained in:
zhangxiaolong
2022-03-10 16:26:29 +08:00
parent e57642f52c
commit 70996eaabb
2 changed files with 7 additions and 3 deletions

View File

@@ -112,15 +112,18 @@
font-size: 12px;
border: 1px solid;
font-weight: 400;
max-width: 72px;
max-width: 150px;
overflow: hidden;
padding-left: 2px;
padding-right: 2px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
}
.cn-alarm-info-bottom-circle {
display: inline-block;
width: 5px;
@@ -140,7 +143,7 @@
}
}
.cn-chart-alarm-info-pagination {
.cn-chart-alarm-info-pagination {
height: 40px !important;
width: 100%;
}