diff --git a/src/components/IconWrapper.vue b/src/components/IconWrapper.vue index 0411f351..aeed3758 100644 --- a/src/components/IconWrapper.vue +++ b/src/components/IconWrapper.vue @@ -8,6 +8,7 @@ $w: 22rem; .icon-wrapper { + cursor: pointer; //padding: 2rem; width: 26rem; height: 26rem; diff --git a/src/stores/base.ts b/src/stores/base.ts index 2ad86cd2..11d5fa9e 100644 --- a/src/stores/base.ts +++ b/src/stores/base.ts @@ -254,6 +254,7 @@ export const useBaseStore = defineStore('base', { this.current.index = this.myDictList.length - 1 } } + if (this.current.index < 3) { } else {