From 8bf0c31dcdb39e9ce5629ad7186bb250f9a4fd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 25 Aug 2026 20:00:43 +0800 Subject: [PATCH] =?UTF-8?q?style(loading-manage):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E5=A4=87=E6=B3=A8=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E8=A1=8C=E6=95=B0=E5=8F=8A=E5=8D=A1=E7=89=87=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 设置变更备注输入框默认显示2行,提升输入体验 - 为 section-card 添加最小高度限制,防止内容过少时布局过紧 - 注释掉无用样式,保持代码整洁 --- src/views/business/loading-manage.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/business/loading-manage.vue b/src/views/business/loading-manage.vue index e644e63..a85e52b 100644 --- a/src/views/business/loading-manage.vue +++ b/src/views/business/loading-manage.vue @@ -957,7 +957,7 @@ 拖拽调整顺序{{ routeChangeTypeText(index) }}{{ node.address }}{{ tag }} - + {{ row.content || '-' }} @@ -2631,6 +2631,9 @@ export default { gap: 16px; align-items: start; //margin-bottom: 12px; + .section-card { + min-height: 257px; + } } .loading-manage-dialog__candidate-actions,