From 1ce821d26eff5e9bc38f7b4ca425870f14c24330 Mon Sep 17 00:00:00 2001 From: zyronon Date: Wed, 6 Dec 2023 11:06:49 +0800 Subject: [PATCH] Add cursor:pointer where you can click --- src/components/IconWrapper.vue | 1 + src/stores/base.ts | 1 + 2 files changed, 2 insertions(+) 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 {