样式调整

This commit is contained in:
2betop 2020-06-11 20:23:39 +08:00
parent 372b6ba8a5
commit 7aa9ca0d13
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,10 @@
.#{$ns}InputBox {
@include input-input();
&--inline {
display: inline-flex;
}
> input[readonly] {
cursor: inherit;
}

View File

@ -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 {