From 4c381596a95ba98913fa7a725ee5c6de2f7a8f13 Mon Sep 17 00:00:00 2001 From: tawen Date: Fri, 16 Jun 2023 07:40:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=AF=E7=BC=96=E8=BE=91=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=A0=BCeditCellTable=EF=BC=8C=E5=BD=93=E5=80=BC?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=97=B6=E6=97=A0=E6=B3=95=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E7=BC=96=E8=BE=91=20(#2867)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修复 Cannot access 'pagewrapper' before initialization * fix: 修复 角色管理 编辑角色时,角色状态不正确 * fix: 可编辑单元格editCellTable,当值为空时无法进行编辑 * fix: 可编辑单元格editCellTable,当值为空时无法进行编辑 --- src/components/Table/src/components/editable/EditableCell.vue | 1 + 1 file changed, 1 insertion(+) 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;