mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
style: 下拉树过滤器空数据提示样式修复#7165
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user