mirror of https://github.com/ElemeFE/element
fix select style in form
parent
2d6cb2c4db
commit
d26e237f81
|
@ -130,6 +130,7 @@
|
|||
margin: 4px 0 -3px 10px;
|
||||
color: #666;
|
||||
font-size: 14px;
|
||||
vertical-align: baseline;
|
||||
appearance: none;
|
||||
height: 28px;
|
||||
background-color: transparent;
|
||||
|
@ -152,6 +153,7 @@
|
|||
|
||||
@e tags {
|
||||
position: absolute;
|
||||
line-height: normal;
|
||||
z-index: var(--index-top);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue