|
@@ -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>
|