Commit 4c381596a95ba98913fa7a725ee5c6de2f7a8f13

Authored by tawen
Committed by GitHub
1 parent 7bcdb461

fix: 可编辑单元格editCellTable,当值为空时无法进行编辑 (#2867)

* fix: 修复 Cannot access 'pagewrapper' before initialization

* fix: 修复 角色管理 编辑角色时,角色状态不正确

* fix: 可编辑单元格editCellTable,当值为空时无法进行编辑

* fix: 可编辑单元格editCellTable,当值为空时无法进行编辑
src/components/Table/src/components/editable/EditableCell.vue
... ... @@ -483,6 +483,7 @@
483 483 }
484 484 .@{prefix-cls} {
485 485 position: relative;
  486 + min-height: 24px; //设置高度让其始终可被hover
486 487  
487 488 &__wrapper {
488 489 display: flex;
... ...