enhance(ui): refactor the classic select modal with the shui dialog

This commit is contained in:
charlie
2024-10-11 17:49:16 +08:00
parent da20b0ea5f
commit ffb3e138c4
2 changed files with 23 additions and 4 deletions

View File

@@ -312,3 +312,15 @@ html.is-mobile {
input[type='range'] {
accent-color: var(--lx-accent-10, var(--rx-blue-10));
}
.ls-dialog-select {
@apply w-auto !max-w-fit p-0;
.cp__select-main {
@apply m-0;
}
.item-results-wrap {
@apply px-2;
}
}