省级大屏优化

This commit is contained in:
hongchao 2025-11-25 18:16:09 +08:00
parent ed5613715a
commit 7e285b007a
1 changed files with 10 additions and 2 deletions

View File

@ -323,11 +323,11 @@ tbody tr:hover {
}
::v-deep .el-select .el-input__inner {
background-color: #0c1837 !important ;
background-color: #0a3362 !important ;
color: #fff !important;
}
::v-deep .el-select-dropdown {
background-color: #0c1837 !important;
background-color: #0a3362 !important;
/* left: -300px !important;
width: 400px !important; */
height: 180px !important;
@ -351,4 +351,12 @@ tbody tr:hover {
::v-deep .el-select__tags {
flex-wrap: nowrap !important;
}
::v-deep .el-select__tags .el-tag {
background-color: #28406c !important;
color: #0c1837 !important; // #0c1837
}
::v-deep .el-select__tags .el-tag__close {
color: #0c1837 !important; // #0c1837
}
</style>