Merge pull request #586 from RickCole21/master

有disableTip时,表单下按钮样式微调
This commit is contained in:
liaoxuezhi 2020-05-11 13:32:14 +08:00 committed by GitHub
commit c180c7940a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -723,7 +723,8 @@
.#{$ns}OperationField {
margin: px2rem(-3px);
> .#{$ns}Button {
> .#{$ns}Button,
> .#{$ns}Button--disabled-wrap > .#{$ns}Button {
margin: px2rem(3px);
}
}