mirror of https://gitee.com/karson/fastadmin.git
优化 select.form-control 样式遮盖选中项文字
parent
6569dfbb3c
commit
9ed5fbd2e3
|
|
@ -1363,6 +1363,7 @@ a:focus {
|
|||
border-radius: 0;
|
||||
}
|
||||
select.form-control {
|
||||
padding-right: 27px;
|
||||
-webkit-appearance: none;
|
||||
-webkit-border-radius: 0px;
|
||||
background-position: right 50%;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue