Parcourir la source

Merge branch 'cps' into test

panyong il y a 2 ans
Parent
commit
122698c42b
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      htmldev/cps/src/views/category/detail/index.vue

+ 3 - 2
htmldev/cps/src/views/category/detail/index.vue

@@ -61,7 +61,7 @@
       </a>
       <a
         href="javascript:;"
-        data-clipboard-hide="1"
+        data-clipboard-toast="淘口令复制成功"
         :data-clipboard-text="goodsInfo.url"
         v-copy
         @click="jumpShops"
@@ -86,7 +86,7 @@
       round
       closeable
       position="bottom"
-      :style="{ height: '40%', background: '#f6f6f6' }">
+      style="background: #f6f6f6">
       <p class="title">淘口令已复制</p>
       <p class="content">{{ goodsInfo.url }}</p>
       <van-button
@@ -403,6 +403,7 @@ export default {
   display: flex;
   flex-direction: column;
   align-items: center;
+  height: 260px;
 
   .title {
     width: 100%;