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;