瀏覽代碼

按钮大小

liuhj 10 月之前
父節點
當前提交
d652d31a05
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Sankunginfo.vue

+ 1 - 1
src/components/Sankunginfo.vue

@@ -14,7 +14,7 @@
                 <div class="Sankunginfo-img-title">{{fileName}}</div>
             </div>
             <div class="Sankunginfo-box-btn">
-                <el-button @click="thislink" size="small" type="primary">预览</el-button>
+                <el-button @click="thislink" size="mini" type="primary">预览</el-button>
                 <el-button @click="PostEnterExitCostIsConfirm" size="mini" type="primary">确认</el-button>
             </div>
         </div>