省级宽屏优化
This commit is contained in:
parent
9ca4833ee5
commit
ed5613715a
|
|
@ -231,6 +231,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.table-list {
|
.table-list {
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
|
|
@ -327,11 +328,11 @@ tbody tr:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .el-select .el-input__inner {
|
::v-deep .el-select .el-input__inner {
|
||||||
background-color: #0c1837 !important ;
|
background-color: #0a3362 !important ;
|
||||||
color: #fff !important;
|
color: #0c1837 !important;
|
||||||
}
|
}
|
||||||
::v-deep .el-select-dropdown {
|
::v-deep .el-select-dropdown {
|
||||||
background-color: #0c1837 !important;
|
background-color: #0a3362 !important;
|
||||||
/* left: -300px !important;
|
/* left: -300px !important;
|
||||||
width: 400px !important;
|
width: 400px !important;
|
||||||
height: 180px !important;
|
height: 180px !important;
|
||||||
|
|
@ -343,16 +344,24 @@ tbody tr:hover {
|
||||||
background-color: #0c1837 !important;
|
background-color: #0c1837 !important;
|
||||||
}
|
}
|
||||||
::v-deep .el-select-dropdown__item {
|
::v-deep .el-select-dropdown__item {
|
||||||
color: #fff !important;
|
color: #0c1837 !important;
|
||||||
}
|
}
|
||||||
::v-deep .el-select-dropdown__item.hover,
|
::v-deep .el-select-dropdown__item.hover,
|
||||||
.el-select-dropdown__item:hover {
|
.el-select-dropdown__item:hover {
|
||||||
background: #0c1837 !important;
|
background: #0c1837 !important;
|
||||||
}
|
}
|
||||||
::v-deep .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
|
::v-deep .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
|
||||||
background: #28406c !important;
|
background: #0c1837 !important;
|
||||||
}
|
}
|
||||||
::v-deep .el-select__tags {
|
::v-deep .el-select__tags {
|
||||||
flex-wrap: nowrap !important;
|
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>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue