refactor(ui): 调整多处文本框行数为2行以优化界面布局

- 将锁定和解锁原因文本框行数由3改为2行
- 调整支付单据和发票相关备注输入框行数为2行
- 优化业务组件中多处备注和说明文本框行数为2行
- 修改异常处理及风险处置页面文本框行数为2行
- 更新项目申请及合同变更中的多处文本框行数为2行
- 在发货地址输入框中添加“选择”链接,提升地址选择体验
- 规范备注输入框显示,统一字数限制及行数设置
- 统一调整信用评分、路线变更备注输入框行数及样式样式调整
This commit is contained in:
2026-08-25 19:57:17 +08:00
parent f21e3d56d9
commit bb97c00a6a
16 changed files with 53 additions and 27 deletions
+6 -6
View File
@@ -428,7 +428,7 @@
<el-input
v-model="form.projectIntro"
type="textarea"
:rows="4"
:rows="2"
placeholder="请填写备注信息"
maxlength="200"
show-word-limit
@@ -438,7 +438,7 @@
<el-input
v-model="form.profitRemark"
type="textarea"
:rows="4"
:rows="2"
placeholder="请填写备注信息"
maxlength="200"
show-word-limit
@@ -448,7 +448,7 @@
<el-input
v-model="form.riskPoint"
type="textarea"
:rows="4"
:rows="2"
placeholder="请填写备注信息"
maxlength="200"
show-word-limit
@@ -458,7 +458,7 @@
<el-input
v-model="form.emergencyPlan"
type="textarea"
:rows="4"
:rows="2"
placeholder="请填写备注信息"
maxlength="200"
show-word-limit
@@ -585,7 +585,7 @@
<el-input
v-model="form.changeContent"
type="textarea"
:rows="5"
:rows="2"
placeholder="2000字以内"
maxlength="2000"
show-word-limit
@@ -596,7 +596,7 @@
<el-input
v-model="form.changeReason"
type="textarea"
:rows="5"
:rows="2"
placeholder="2000字以内"
maxlength="2000"
show-word-limit