fix(数据大屏): 鼠标悬浮显示异常

This commit is contained in:
dataeaseShu
2025-12-12 14:43:10 +08:00
committed by dataeaseShu
parent f5352cab0d
commit 484092c8e4

View File

@@ -714,5 +714,10 @@ const fullScreenPreview = () => {
.handle-icon {
color: rgba(166, 166, 166, 1) !important;
}
.ed-dropdown-menu__item:not(.is-disabled):focus,
.ed-dropdown-menu__item:not(.is-disabled):hover {
background-color: #444141cc !important;
}
}
</style>