mirror of https://github.com/ElemeFE/element
Transfer: fix incorrect line-height of el-transfer's first list item when it was used with el-form-item (#18917)
parent
6ec5f8e900
commit
7122ddb9e5
|
@ -96,11 +96,10 @@
|
||||||
height: $--transfer-item-height;
|
height: $--transfer-item-height;
|
||||||
line-height: $--transfer-item-height;
|
line-height: $--transfer-item-height;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
display: block;
|
display: block !important;
|
||||||
|
|
||||||
& + .el-transfer-panel__item {
|
& + .el-transfer-panel__item {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
display: block!important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.el-checkbox {
|
&.el-checkbox {
|
||||||
|
|
Loading…
Reference in New Issue