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>