From f3021d4baef7dd8d71e1988ad99fa4f69155e7b1 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, 9 Sep 2026 11:20:52 +0800
Subject: [PATCH] =?UTF-8?q?style(ship):=20=E8=B0=83=E6=95=B4=E8=88=AA?=
=?UTF-8?q?=E5=8C=BA=E5=AD=97=E6=AE=B5=E5=B8=83=E5=B1=80=E5=8F=8A=E4=B8=8A?=
=?UTF-8?q?=E4=BC=A0=E5=99=A8=E5=AE=BD=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将航区选择控件从宽度12调整为宽度6的列中展示
- 保留航区选择及提示信息功能不变,位置更紧凑
- 调整上传组件宽度从240px增加到248px以适配新布局
---
src/views/transportCapacity/ship.vue | 70 ++++++++++++++--------------
1 file changed, 35 insertions(+), 35 deletions(-)
diff --git a/src/views/transportCapacity/ship.vue b/src/views/transportCapacity/ship.vue
index b6f24f7..04799b9 100644
--- a/src/views/transportCapacity/ship.vue
+++ b/src/views/transportCapacity/ship.vue
@@ -179,6 +179,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 参考 载货量 |
+ 航区 |
+ A级 |
+ B级 |
+ FA |
+ FB |
+
+
+ | 载货量(t) |
+ 864.00 |
+ 864.00 |
+ 965.00 |
+ 1015.00 |
+
+
+
+
+
+
+
+
+
@@ -231,40 +265,6 @@
/>
-
-
-
-
-
-
-
-
-
-
-
-
- 参考 载货量 |
- 航区 |
- A级 |
- B级 |
- FA |
- FB |
-
-
- | 载货量(t) |
- 864.00 |
- 864.00 |
- 965.00 |
- 1015.00 |
-
-
-
-
-
-
-
-
-
@@ -1351,7 +1351,7 @@ export default {
:deep(.ship-uploader--large) {
display: block;
- width: 240px;
+ width: 248px;
margin: 0;
}