样式调整

This commit is contained in:
shijingjing
2022-04-06 10:49:34 +08:00
parent a480902ce6
commit 0a30b0b091
5 changed files with 19 additions and 13 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:375px">
<el-date-picker v-model="forms.sanctionDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:338px">
</el-date-picker>
</el-form-item>
</el-col>