diff --git a/src/components/SearchKeyboard/SearchKeyboard.vue b/src/components/SearchKeyboard/SearchKeyboard.vue index 1b5d0fa..8d909fc 100644 --- a/src/components/SearchKeyboard/SearchKeyboard.vue +++ b/src/components/SearchKeyboard/SearchKeyboard.vue @@ -215,7 +215,7 @@ watch(mode, newVal => { handWritingRef.value.setCanvasSize() handWritingRef.value.updateBound() handWritingRef.value.reload() - }, 200) + }, 500) } }) @@ -241,6 +241,8 @@ watch(wordsList, () => { // padding: 48px 64px; background: rgb(255 255 255 / 0%); border-radius: 0; + + --animate-duration: 200ms; .btn-group { position: absolute; top: 0; diff --git a/src/views/Brand/shopList.vue b/src/views/Brand/shopList.vue index a021b59..f1ee26e 100644 --- a/src/views/Brand/shopList.vue +++ b/src/views/Brand/shopList.vue @@ -12,16 +12,8 @@ @click="handleSwitch" /> - - - + - - + + --> +
@@ -114,12 +111,14 @@