소스 검색

商品详情页:淘口令复制成功弹窗样式

panyong 3 년 전
부모
커밋
1ba39cea86
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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%;