Skip to content

Commit

Permalink
fix: crud2 filter为空时去掉marginBottom
Browse files Browse the repository at this point in the history
  • Loading branch information
jinye authored and CheshireJCat committed Oct 15, 2024
1 parent d8759d2 commit 0f0d2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis-ui/scss/components/_crud2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
align-self: flex-start;
}

&-filter {
&-filter:not(:empty) {
margin-bottom: var(--gap-base);
}

Expand Down

0 comments on commit 0f0d2a8

Please sign in to comment.