style:黑色主题下的样式调整

This commit is contained in:
zhangyu
2022-10-17 14:17:05 +08:00
parent 67deb76c1f
commit 1b908bb1f1
4 changed files with 26 additions and 5 deletions

View File

@@ -270,6 +270,8 @@ export default {
case 'alertRule' : return 'nz-icon monitorColor nz-icon-Alertrule'
case 'alertMessage' : return 'nz-icon monitorColor nz-icon-overview-alert'
case 'agent' : return 'nz-icon monitorColor nz-icon-agent'
case 'assetMeta' : return 'nz-icon monitorColor nz-icon-label'
case 'model' : return 'nz-icon monitorColor nz-icon-model'
}
return ' '
}