This commit is contained in:
joylink_zhaoerwei 2024-03-01 16:46:25 +08:00
parent ff33bec539
commit 1c80c5f56a

View File

@ -184,9 +184,9 @@ export default {
border: solid 1px #01468B; border: solid 1px #01468B;
} }
/deep/{ /deep/{
.el-tree-node__content:hover, .el-upload-list__item:hover { .el-tree-node__content{
background-color: #00172E !important; background-color: transparent !important;
} }
.el-tabs__nav-scroll{ .el-tabs__nav-scroll{
background: #00172E; background: #00172E;
} }