bug 28827

This commit is contained in:
shijingjing
2022-04-06 13:53:39 +08:00
parent 2e92a69c4d
commit 6bd1423e57
3 changed files with 51 additions and 51 deletions

View File

@@ -28,7 +28,7 @@
<el-row type="flex">
<el-col :span="20">
<el-form-item label="处罚决定日期" prop="sanctionDate">
<el-date-picker v-model="forms.sanctionDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:338px">
<el-date-picker v-model="forms.sanctionDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:3px">
</el-date-picker>
</el-form-item>
</el-col>