diff --git a/src/components/Table/src/components/editable/EditableCell.vue b/src/components/Table/src/components/editable/EditableCell.vue index ab4bf59c..e24e0e69 100644 --- a/src/components/Table/src/components/editable/EditableCell.vue +++ b/src/components/Table/src/components/editable/EditableCell.vue @@ -483,6 +483,7 @@ } .@{prefix-cls} { position: relative; + min-height: 24px; //设置高度让其始终可被hover &__wrapper { display: flex;