🐞 fix:修复表单中el-date-picker宽度

pull/505/head
preschooler 2024-08-20 15:14:36 +08:00
parent d3dc508171
commit 65f1863327
2 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@
placeholder="选择回款日期"
type="date"
value-format="x"
class="!w-100%"
/>
</el-form-item>
</el-col>

View File

@ -89,6 +89,7 @@
placeholder="选择计划回款日期"
type="date"
value-format="x"
class="!w-100%"
/>
</el-form-item>
</el-col>