Browse Source

保险币种显示问题

wangh 1 year ago
parent
commit
93414eab9a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/OP/OpCustomers.vue

+ 2 - 2
src/components/OP/OpCustomers.vue

@@ -85,9 +85,9 @@
                     </div>
                     <div style="width: 25%;">
                         <el-form-item label="保险费用:" prop="insuranceCosts" label-width="160px">
-                            <el-input placeholder="保险费用" v-model="OpCustomersData.insuranceCosts" style="width: 50%;">
+                            <el-input placeholder="保险费用" v-model="OpCustomersData.insuranceCosts" style="width: 48%;">
                             </el-input>
-                            <el-select v-model="OpCustomersData.currency" filterable placeholder="币种" style="width: 40%;">
+                            <el-select v-model="OpCustomersData.currency" filterable placeholder="币种" style="width: 50%;">
                                 <el-option v-for="item in currencyList" :key="item.currencyId" :label="item.currencyCode"
                                     :value="item.currencyId">
                                 </el-option>