From 6eff4b738327a81329b26dd6828e8fbeb91b582d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 2 Sep 2026 14:41:38 +0800 Subject: [PATCH] =?UTF-8?q?style(ship):=20=E4=BC=98=E5=8C=96=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E9=80=89=E6=8B=A9=E5=99=A8=E5=92=8C=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E5=AE=BD=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为日期选择器添加最大宽度限制为250px - 为下拉框添加最大宽度限制为250px - 改进组件响应式布局适应性 --- src/views/transportCapacity/ship.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/transportCapacity/ship.vue b/src/views/transportCapacity/ship.vue index a86b862..915a1cb 100644 --- a/src/views/transportCapacity/ship.vue +++ b/src/views/transportCapacity/ship.vue @@ -1277,6 +1277,7 @@ export default { .date-range-inline :deep(.el-date-editor) { flex: 1; min-width: 0; + max-width: 250px; } .navigation-area-field { @@ -1289,6 +1290,7 @@ export default { .navigation-area-field :deep(.el-select) { flex: 1; min-width: 0; + max-width: 250px; } .navigation-info-icon {