From 406d24680697989dbf498fa33e1cee80867eaa68 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 1 Apr 2024 16:55:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20hover?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=20=E9=BC=A0=E6=A0=87=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=BA=20=E6=8A=93=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/share/share/ShareGrid.vue | 4 ++++ core/core-frontend/src/views/workbranch/ShortcutTable.vue | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/core/core-frontend/src/views/share/share/ShareGrid.vue b/core/core-frontend/src/views/share/share/ShareGrid.vue index 1729e041bf..b01fd82c8f 100644 --- a/core/core-frontend/src/views/share/share/ShareGrid.vue +++ b/core/core-frontend/src/views/share/share/ShareGrid.vue @@ -225,6 +225,10 @@ watch( margin-top: 16px; height: calc(100% - 110px); + :deep(.ed-table__row):hover { + cursor: pointer; + } + .name-content { display: flex; align-items: center; diff --git a/core/core-frontend/src/views/workbranch/ShortcutTable.vue b/core/core-frontend/src/views/workbranch/ShortcutTable.vue index 543ee1f115..e459f8b840 100644 --- a/core/core-frontend/src/views/workbranch/ShortcutTable.vue +++ b/core/core-frontend/src/views/workbranch/ShortcutTable.vue @@ -432,6 +432,10 @@ const getEmptyDesc = (): string => { margin-top: 16px; height: calc(100% - 110px); + :deep(.ed-table__row):hover { + cursor: pointer; + } + .name-content { display: flex; align-items: center;