fix: 修复chartAlarmInfo 页面列表数据超出问题

This commit is contained in:
@changcode
2022-05-06 18:23:21 +08:00
parent 5d19d580d2
commit f8b225cb0d

View File

@@ -51,9 +51,12 @@
font-family: Roboto-Regular;
color: #333333;
font-weight: 400;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
div {
max-width: 400px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
.text-box__text {