更新 block 的鼠标指针样式
This commit is contained in:
parent
e8f95a4d4d
commit
9ba639a21e
@ -166,4 +166,8 @@ onMounted(() => {
|
|||||||
background: grey;
|
background: grey;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.block:not(.disabled) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user