diff --git a/src/components/Table/src/components/editable/EditableCell.vue b/src/components/Table/src/components/editable/EditableCell.vue index 1b369f47..2c066225 100644 --- a/src/components/Table/src/components/editable/EditableCell.vue +++ b/src/components/Table/src/components/editable/EditableCell.vue @@ -475,6 +475,7 @@ export default defineComponent({ } .@{prefix-cls} { position: relative; + min-height: 24px; // 设置高度让其始终可被hover &__wrapper { display: flex;