perf: asset-operation图标间距统一等

1.asset-operation图标间距统一
2.alert-message-labels行高调整
This commit is contained in:
陈劲松
2020-04-09 19:35:37 +08:00
parent 5b5b66a13b
commit f0fc5a81cd
3 changed files with 4 additions and 4 deletions

View File

@@ -443,7 +443,7 @@
}
},
labelsClassName(row) {
if (row.columnIndex == 1) {
if (row.columnIndex == 2) {
return "alert-message-list-labels";
} else {
return "";