Преглед на файлове

调整餐别控件大小

QuYueTing преди 1 месец
родител
ревизия
d68f2d5142
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet-workshop/src/views/statistic/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/statistic/index.vue

@@ -64,7 +64,7 @@
             </span>
           </template>
           <!-- 选择餐别 -->
-          <el-select v-if="ins == 7" v-model="mealTypeId" :clearable="false" :placeholder="'请选择餐别'" @change="selcts()" style="width:100px;margin-left:10px">
+          <el-select v-if="ins == 7" size="small" v-model="mealTypeId" :clearable="false" :placeholder="'请选择餐别'" @change="selcts()" style="width:100px;margin-left:10px">
             <el-option 
               v-for="(meal, index) in mealTypeList" 
               :key="index"