更新 block 的鼠标指针样式

This commit is contained in:
Yulin Shen 2022-09-26 21:53:41 +08:00
parent e8f95a4d4d
commit 9ba639a21e

View File

@ -166,4 +166,8 @@ onMounted(() => {
background: grey;
cursor: not-allowed;
}
.block:not(.disabled) {
cursor: pointer;
}
</style>