فهرست منبع

按钮大小调整

祁鹏飞 2 ماه پیش
والد
کامیت
263e567701
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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>