This commit is contained in:
2023-06-05 10:09:25 +08:00
parent a930a2bf5b
commit 93d5be462e
5 changed files with 111 additions and 65 deletions

View File

@ -51,4 +51,9 @@
height: calc(100% - 16px);
user-select: none;
}
&.ui-tooltip-down>.ui-tooltip-pointer {
bottom: unset;
top: -8px;
}
}