mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix button style
This commit is contained in:
parent
8fdc557ad2
commit
49a3ad1354
@ -343,6 +343,11 @@ input[type='button'] {
|
||||
margin-left: px2rem(5px);
|
||||
margin-top: px2rem(5px);
|
||||
}
|
||||
|
||||
> .#{$ns}Button--disabled-wrap > .#{$ns}Button {
|
||||
margin-left: px2rem(5px);
|
||||
margin-top: px2rem(5px);
|
||||
}
|
||||
}
|
||||
|
||||
.#{$ns}Button--disabled-wrap {
|
||||
|
@ -797,7 +797,7 @@
|
||||
margin: px2rem(3px);
|
||||
}
|
||||
|
||||
> .#{$ns}Button--disabled-wrap > .#{$ns}Button {
|
||||
> .#{$ns}Button--disabled-wrap > .#{$ns}Button--link {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user