Browse Source

fix(order-form): 修改提交按钮样式为primary类型并移除内联颜色样式

yz 1 month ago
parent
commit
472c6cd62f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/order-form/order-form.vue

+ 1 - 2
src/components/order-form/order-form.vue

@@ -17,12 +17,11 @@
       </div>
       <div class="header-right">
         <el-button
-          type="text"
+          type="primary"
           icon="el-icon-upload2"
           size="small"
           v-if="isEdit && canSubmitToU9(formData) && (orderId || formData.id)"
           @click="handleSubmitToU9"
-          style="color: #409eff"
         >
           提交
         </el-button>