fix: ULD编辑页备注对齐最大装载容积,表单输入框统一禁止换行

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-23 10:56:28 +08:00
parent 7b2bc00afc
commit 89989ef00a
3 changed files with 9 additions and 1 deletions

View File

@@ -130,7 +130,7 @@
hint='@{"请输入备注"}'
inputHeight="@{80}"
title='@{"备注"}'
titleLength="@{3}"
titleLength="@{7}"
type="@{DataLayoutType.INPUT}"
value='@={viewModel.uldBean.remark}' />