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