fix: data processing form layout padding

This commit is contained in:
AkaraChen 2024-11-28 10:20:08 +08:00
parent cc64419c84
commit 521ab30bba
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
}
.form {
@apply px-16 pb-8;
@apply px-16 py-8;
}
.form .label {