style: 下拉树过滤器空数据提示样式修复#7165
This commit is contained in:
parent
d75248ee10
commit
2de2398d87
@ -433,7 +433,9 @@ export default {
|
||||
.test-class-wrap {
|
||||
background: var(--BgSelectTreeColor, #FFFFFF) !important;
|
||||
border-color: var(--BrSelectTreeColor, #E4E7ED) !important;
|
||||
|
||||
.el-tree__empty-text {
|
||||
position: relative !important;
|
||||
}
|
||||
.popper__arrow,
|
||||
.popper__arrow::after {
|
||||
display: none !important;
|
||||
@ -471,5 +473,6 @@ export default {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user