| | |
| | | |
| | | //弹窗 |
| | | .el-dialog__header { |
| | | background-color: $inputB !important; |
| | | background-color: $mainB !important; |
| | | } |
| | | .avue-dialog .el-dialog__title, |
| | | .avue-dialog .el-drawer__header, |
| | |
| | | color: $fontColor !important; |
| | | } |
| | | .el-dialog__body { |
| | | background-color: $inputB !important; |
| | | background-color: $mainB !important; |
| | | color: $fontColor !important; |
| | | } |
| | | .w-e-toolbar { |
| | |
| | | .avue-sidebar { |
| | | background-color: $mainB !important; |
| | | } |
| | | |
| | | //表格搜索 下拉 |
| | | .el-scrollbar__view, |
| | | .el-select-dropdown__list { |
| | | background-color: $mainB !important; |
| | | } |
| | | .el-select-dropdown__item { |
| | | color: $fontColor !important; |
| | | } |
| | | // .el-select-dropdown__item:hover { |
| | | // background-color: $inputB1 !important; |
| | | // color: $fontColor !important; |
| | | // } |
| | | .el-select-dropdown__item.hover, |
| | | .el-select-dropdown__item:hover { |
| | | background-color: $inputB1 !important; |
| | | color: $fontColor !important; |
| | | } |
| | | //弹框消息 |
| | | .el-message-box { |
| | | background-color: $mainB !important; |
| | | } |
| | | .el-message-box__content { |
| | | color: $fontColor !important; |
| | | } |
| | | //用户头像边上的下拉 字体颜色 |
| | | .el-dropdown-menu__item a { |
| | | color: $fontColor !important; |
| | | } |