Parcourir la source

添加一点宽度

wolyshaw il y a 4 ans
Parent
commit
20631127f2

+ 3 - 3
src/components/QrCode/index.vue

@@ -7,7 +7,7 @@
                width="300px">
             <div class="left-code">
                 <vue-qr :text="codeUrl" style="width: 100%" :margin="0"></vue-qr>
-                <p class="code-url" v-if="codeUrl">{{ codeUrl }} <el-link @click="copyUrl(codeUrl)" class="link-btn" type="primary">复制</el-link></p>
+                <p class="code-url" v-if="codeUrl"><copy-text>{{ codeUrl }}</copy-text></p>
             </div>
         </el-dialog>
     </div>
@@ -15,7 +15,7 @@
 
 <script>
 import VueQr from 'vue-qr'
-import copy from 'copy-to-clipboard' 
+import copy from 'copy-to-clipboard'
 export default {
     data() {
         return {
@@ -83,4 +83,4 @@ export default {
         }
     }
 }
-</style>
+</style>

+ 1 - 1
src/views/resetTeaming/modals/pay-items.vue

@@ -62,7 +62,7 @@
           <overflow-text :text="scope.row.memo" width="200px"></overflow-text>
         </template>
       </el-table-column>
-      <el-table-column label="操作" fixed="right" min-width="200px">
+      <el-table-column label="操作" fixed="right" min-width="220px">
         <template slot-scope="scope">
           <div>
             <el-button