NEZ-311 fix:alert list图表 调整大小接口参数错误bug修复 & 项目其他图表调整线的width

This commit is contained in:
wangwenrui
2020-06-04 16:42:27 +08:00
parent 63a66268a2
commit 06d33dbf80
10 changed files with 71 additions and 16 deletions

View File

@@ -593,7 +593,7 @@
margin-top: 3px;
text-align:left;
border-radius:4px;
width:120px;
width:260px;
height:24px;
border:solid 1px #d8dce1;
white-space: nowrap;
@@ -602,7 +602,7 @@
}
.panel-list-title {
min-height:24px;
width:100px;
width:236px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;