iview/src/styles/components/input.less
梁灏 3c01d81a11 fixed Modal bug,when loading status changed,the button can not change status
fixed Modal bug,when loading status changed,the button can not change
status
2016-11-09 17:36:40 +08:00

35 lines
No EOL
691 B
Text

@input-prefix-cls: ~"@{css-prefix}input";
.@{input-prefix-cls} {
.input;
&-wrapper{
display: inline-block;
width: 100%;
position: relative;
}
&-icon {
width: 32px;
height: 100%;
font-size: 16px;
text-align: center;
color: @subsidiary-color;
position: absolute;
right: 0;
z-index: 1;
&:after{
content: '';
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
}
}
&-icon + &{
padding-right: 32px;
}
}
.@{input-prefix-cls}-group{
.input-group(~"@{input-prefix-cls}");
}