样式调整

This commit is contained in:
2betop 2020-08-04 16:45:49 +08:00
parent 54b9d15bea
commit 07faa13c00
3 changed files with 7 additions and 2 deletions

View File

@ -330,10 +330,11 @@
@mixin input-text {
position: relative;
min-width: $Form-control-widthBase;
max-width: 100%;
&.is-inline {
display: inline-block;
width: $Form-control-widthBase;
}
&-input {

View File

@ -81,7 +81,7 @@
border: inherit;
}
min-width: $Page-aside-width;
width: $Page-aside-width;
max-width: $Page-aside-maxWidth;
border-right: $borderWidth solid $borderColor;
}

View File

@ -253,6 +253,10 @@
display: inline-block;
vertical-align: top;
.#{$ns}TextControl {
width: $Form-control-widthBase;
}
> .#{$ns}Form-label {
padding-top: $Form-label-paddingTop;
margin-bottom: 0;