样式调整
This commit is contained in:
parent
9820ab602b
commit
92101cc9f5
|
@ -49,6 +49,8 @@
|
|||
align-items: center;
|
||||
|
||||
.#{$ns}ButtonGroup {
|
||||
margin-left: px2rem(5px);
|
||||
margin-top: px2rem(5px);
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -326,9 +326,11 @@ input[type="button"] {
|
|||
|
||||
.#{$ns}ButtonToolbar {
|
||||
margin-left: px2rem(-5px);
|
||||
margin-top: px2rem(-5px);
|
||||
|
||||
> .#{$ns}Button {
|
||||
margin-left: px2rem(5px);
|
||||
margin-top: px2rem(5px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue