enhance(ui): refactor the plugins modal with the shui dialog

pull/11055/head
charlie 2024-03-18 21:30:25 +08:00
parent 72faafa832
commit 78ffbaf456
1 changed files with 6 additions and 0 deletions

View File

@ -217,6 +217,12 @@ html[data-theme=dark] {
}
}
.ui__dialog-overlay {
&.z-50 {
@apply z-[999];
}
}
.ui__button-shortcut-key {
@apply text-xs font-normal h-5 w-5 flex items-center justify-center rounded bg-gray-06-alpha;