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

This commit is contained in:
charlie
2024-03-18 21:30:25 +08:00
parent 72faafa832
commit 78ffbaf456

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;