Add cursor:pointer where you can click
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
$w: 22rem;
|
||||
.icon-wrapper {
|
||||
cursor: pointer;
|
||||
//padding: 2rem;
|
||||
width: 26rem;
|
||||
height: 26rem;
|
||||
|
||||
@@ -254,6 +254,7 @@ export const useBaseStore = defineStore('base', {
|
||||
this.current.index = this.myDictList.length - 1
|
||||
}
|
||||
}
|
||||
|
||||
if (this.current.index < 3) {
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user