liuhj 8 ヶ月 前
コミット
c1f2cd34d8
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/components/OP/PickupList.vue

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

@@ -230,7 +230,7 @@
                     <el-table-column label="出生日期" width="100">
                         <template slot-scope="scope">
                             <el-date-picker :clearable="false" size="mini" type="date" placeholder="出生日期"
-                                v-model.trim="scope.row.birthDay" style="width: 100%;">
+                                v-model.trim="scope.row.birthDay" style="width: 100%;padding-left: 0px;padding-right: 0px;">
                             </el-date-picker>
                         </template>
                     </el-table-column>