Browse Source

按钮大小调整

祁鹏飞 2 tháng trước cách đây
mục cha
commit
263e567701
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/quoteConfig/agreement/agreementDetails.vue

+ 2 - 2
src/views/quoteConfig/agreement/agreementDetails.vue

@@ -257,7 +257,7 @@
         </el-form-item>
       </el-form>
       <template #footer>
-        <el-button size="small" type="primary" @click="costitemCopy">确定</el-button>
+        <el-button type="primary" @click="costitemCopy">确定</el-button>
       </template>
     </el-dialog>
     <el-dialog :close-on-click-modal="false" v-model="copyDialog1" title="复制" width="500">
@@ -270,7 +270,7 @@
         </el-form-item>
       </el-form>
       <template #footer>
-        <autoLoadingButton size="small" type="primary" :on-click="submitCopy">确定</autoLoadingButton>
+        <autoLoadingButton type="primary" :on-click="submitCopy">确定</autoLoadingButton>
       </template>
     </el-dialog>
   </div>