浏览代码

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

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%;