Merge 9ba639a21eca056a4a28e1d7ba5d1617c8c1794d into e8f95a4d4d7d3448a2984d39df4b70688e28ba54

This commit is contained in:
Yulin Shen 2022-09-26 21:57:59 +08:00 committed by GitHub
commit b6f179f72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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