forked from p96170835/amis
样式调整
This commit is contained in:
parent
54b9d15bea
commit
07faa13c00
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue