fix : 修复组件外点击问题 修改样式

This commit is contained in:
zhangxiaolong
2022-04-13 17:47:09 +08:00
parent 52fbff49e2
commit 8214300cb1
2 changed files with 13 additions and 1 deletions

View File

@@ -92,7 +92,7 @@
color: #60BEFF;
font-size: 13px
}
.panel-dropdown-btn:hover {
color: #409EFF;
}
@@ -151,6 +151,11 @@
background: $--background-color-empty;
}
}
&.el-button--mini{
color: $--color-text-label;
background-color: $--color-primary;
border-color: $--color-primary;
}
.nz-dashboard-dropdown {
height: 300px;