Add cursor:pointer where you can click

This commit is contained in:
zyronon
2023-12-06 11:06:49 +08:00
parent 1298b30447
commit 1ce821d26e
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
$w: 22rem;
.icon-wrapper {
cursor: pointer;
//padding: 2rem;
width: 26rem;
height: 26rem;

View File

@@ -254,6 +254,7 @@ export const useBaseStore = defineStore('base', {
this.current.index = this.myDictList.length - 1
}
}
if (this.current.index < 3) {
} else {