🐞 fix:修复el-input、el-select、el-date-picker宽度

This commit is contained in:
preschooler
2024-08-31 17:39:48 +08:00
parent 395c9c3dca
commit 8c0380506c
32 changed files with 137 additions and 34 deletions

View File

@ -127,6 +127,7 @@
placeholder="选择下次联系时间"
type="datetime"
value-format="x"
class="!w-1/1"
/>
</el-form-item>
</el-col>

View File

@ -153,6 +153,7 @@
placeholder="选择下次联系时间"
type="datetime"
value-format="x"
class="!w-1/1"
/>
</el-form-item>
</el-col>

View File

@ -127,6 +127,7 @@
placeholder="选择下次联系时间"
type="datetime"
value-format="x"
class="!w-1/1"
/>
</el-form-item>
</el-col>

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>