forked from github/dataease
fix(工作台): hover行时 鼠标应该显示为 抓手
This commit is contained in:
parent
c3308edebc
commit
406d246806
@ -225,6 +225,10 @@ watch(
|
|||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
height: calc(100% - 110px);
|
height: calc(100% - 110px);
|
||||||
|
|
||||||
|
:deep(.ed-table__row):hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.name-content {
|
.name-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -432,6 +432,10 @@ const getEmptyDesc = (): string => {
|
|||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
height: calc(100% - 110px);
|
height: calc(100% - 110px);
|
||||||
|
|
||||||
|
:deep(.ed-table__row):hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.name-content {
|
.name-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user