liuhj 1 год назад
Родитель
Сommit
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>