mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
样式调整
This commit is contained in:
parent
372b6ba8a5
commit
7aa9ca0d13
@ -1,6 +1,10 @@
|
||||
.#{$ns}InputBox {
|
||||
@include input-input();
|
||||
|
||||
&--inline {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
> input[readonly] {
|
||||
cursor: inherit;
|
||||
}
|
||||
|
@ -4,6 +4,7 @@
|
||||
text-align: left;
|
||||
outline: none;
|
||||
position: relative;
|
||||
font-size: $Form-input-fontSize;
|
||||
border: $Form-select-borderWidth solid $Form-select-borderColor;
|
||||
background: $Form-select-bg;
|
||||
border-radius: $Form-select-borderRadius;
|
||||
@ -273,6 +274,7 @@
|
||||
fill: $Form-input-iconColor;
|
||||
width: px2rem(10px);
|
||||
height: px2rem(10px);
|
||||
top: 0;
|
||||
}
|
||||
|
||||
&:hover svg {
|
||||
|
Loading…
Reference in New Issue
Block a user