mirror of
https://github.com/dataease/dataease.git
synced 2026-06-10 23:09:59 +08:00
style: 优化点击样式 (#18259)
This commit is contained in:
@@ -81,9 +81,7 @@ const visibleChange = () => {
|
||||
const chartId = ref(null)
|
||||
const trackButtonClick = (id?: string) => {
|
||||
chartId.value = id
|
||||
setTimeout(() => {
|
||||
trackButton.value.click()
|
||||
}, 50)
|
||||
trackButton.value.click()
|
||||
}
|
||||
|
||||
const trackMenuClick = menu => {
|
||||
@@ -108,7 +106,6 @@ defineExpose({
|
||||
|
||||
:deep(.ed-dropdown__popper) {
|
||||
position: static !important;
|
||||
z-index: 9999 !important; /* 添加这行 */
|
||||
}
|
||||
|
||||
.ed-popper[x-placement^='bottom'] .popper__arrow {
|
||||
|
||||
Reference in New Issue
Block a user