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;
|
margin: 4px 0 -3px 10px;
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
vertical-align: baseline;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -152,6 +153,7 @@
|
||||||
|
|
||||||
@e tags {
|
@e tags {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
line-height: normal;
|
||||||
z-index: var(--index-top);
|
z-index: var(--index-top);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue