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