fix: auto expand the fields group

This commit is contained in:
jialin
2025-11-07 11:56:12 +08:00
parent 39efca0d4c
commit 64e2cfa35a
18 changed files with 168 additions and 101 deletions
+4 -4
View File
@@ -229,6 +229,10 @@
margin-bottom: 0;
}
.m-t-0 {
margin-top: 0;
}
.m-b-16 {
margin-bottom: 16px;
}
@@ -278,10 +282,6 @@
gap: 16px;
}
.gap-4 {
gap: 4px;
}
.color-white-tertiary {
color: var(--color-white-tertiary);
}