fix: 调整 gva-search-box 的内边距

This commit is contained in:
piexlMax(奇淼 2025-12-01 17:07:31 +08:00
parent 4ce191cdfa
commit 1994497ad4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
} }
.gva-search-box { .gva-search-box {
@apply p-4 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2; @apply p-4 pb-0 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2;
} }
.gva-form-box { .gva-form-box {