fix(工作台): hover行时 鼠标应该显示为 抓手

This commit is contained in:
dataeaseShu 2024-04-01 16:55:30 +08:00
parent c3308edebc
commit 406d246806
2 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -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;