fix: crud2 filter为空时去掉marginBottom

This commit is contained in:
jinye 2024-10-15 11:31:38 +08:00 committed by lmaomaoz
parent d8759d2186
commit 0f0d2a878e

View File

@ -130,7 +130,7 @@
align-self: flex-start;
}
&-filter {
&-filter:not(:empty) {
margin-bottom: var(--gap-base);
}