liuhj 1 年之前
父节点
当前提交
301dfeb623
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/OP/CarTouristGuideGrounContent.vue

+ 1 - 1
src/components/OP/CarTouristGuideGrounContent.vue

@@ -127,7 +127,7 @@
                                     <el-input placeholder="金额" v-model="countCost" :disabled="true"
                                         style="width: 120px;"></el-input>
                                     <el-select v-model="currency" placeholder="币种选择" clearable filterable
-                                        style="width:106px" :disabled="true">
+                                        style="width:100px" :disabled="true">
                                         <el-option v-for="item in currencyList" :key="item.currencyId" :label="item.currencyCode"
                                             :value="item.currencyId">
                                         </el-option>