mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix(工作台): hover行时 鼠标应该显示为 抓手
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user