crud 批量操作禁用按钮间距问题修复 (#1573)

This commit is contained in:
liaoxuezhi 2021-02-09 21:56:26 +08:00 committed by GitHub
parent 568230356d
commit cf22ac2651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,8 @@
}
&-actions {
> .#{$ns}Button + .#{$ns}Button {
> * + .#{$ns}Button,
> * + .#{$ns}Button--disabled-wrap {
margin-left: var(--Crud-toolbar-gap);
}
}