From 8d3059f5f08306d5b625c732d12a3c5df7d39546 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Fri, 21 Jul 2023 16:40:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=93=81=E7=89=8C?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SearchKeyboard/SearchKeyboard.vue | 4 +- src/views/Brand/shopList.vue | 90 ++++++++++--------- src/views/Search/Search.vue | 2 +- 3 files changed, 50 insertions(+), 46 deletions(-) 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" /> - - - + - -
    -
    -
    - {{ items.name }} -
    - - {{ $t('brand.pos') }} -
    -
    - -
    - + > + --> + +
      +
      +
      + {{ items.name }} +
      + + {{ $t('brand.pos') }}
      -
    -
    + +
    + +
    +
    +
+ +
--> +
@@ -114,12 +111,14 @@