fix:cursor-pointer does not work

This commit is contained in:
Zyronon
2025-11-19 14:09:54 +08:00
committed by GitHub
parent 3fa985b91f
commit d4e508faf1

View File

@@ -266,6 +266,10 @@
border-radius: 1rem;
margin-top: 1.2rem;
}
.cursor-pointer{
cursor: pointer;
}
</style>
<script>