[update 88442] 悬浮框增加最大高度

This commit is contained in:
danshihao
2024-08-12 18:27:49 +08:00
parent c8938a0ac2
commit 1990e37bcb
+5
View File
@@ -1008,4 +1008,9 @@
}
/deep/.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
background-color: rgba(0, 100, 250, 0.08);
}
:global(.tooltip-style .ant-tooltip-inner) {
max-height: 40vh;
overflow: auto;
}