From 6ea077ecfd9c3ed956570692600e7e55796c9bfe Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 11 三月 2025 17:54:19 +0800
Subject: [PATCH] ll

---
 screen/src/views/LogisticsCenter.vue |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/screen/src/views/LogisticsCenter.vue b/screen/src/views/LogisticsCenter.vue
index b124849..ff1b012 100644
--- a/screen/src/views/LogisticsCenter.vue
+++ b/screen/src/views/LogisticsCenter.vue
@@ -823,10 +823,15 @@
         left: 'left',
         start: 0,       // 璧峰浣嶇疆锛堢櫨鍒嗘瘮锛�
         end: 40,        // 缁撴潫浣嶇疆锛堢櫨鍒嗘瘮锛夛紝鎺у埗鍒濆鏄剧ず鑼冨洿
-        width: 10,
-        // backgroundColor: '#04141e', // 婊戝姩鏉¤儗鏅壊
-        // fillerColor: 'rgba(0, 0, 0, 0.2)', // 閫変腑鍖哄煙棰滆壊锛屾棤闃村奖
+        width: 1,
+        backgroundColor: '#04141d', // 婊戝姩鏉¤儗鏅壊
+        // dataBackground: 'none', 
+        dataBackground: {
+          areaStyle: { opacity: 0 }, // 璁剧疆鑳屾櫙閫忔槑
+          lineStyle: { opacity: 0 } // 璁剧疆鑳屾櫙閫忔槑
+        },
         borderColor: '#04141e', // 杈规棰滆壊
+        moveOnMouseWheel: true,
         // showDetail: false, // 闅愯棌閫変腑鑼冨洿鐨勬枃瀛�
       },
       {
@@ -834,9 +839,14 @@
         orient: 'vertical',
         start: 0,
         end: 40,
+        minSpan: 40,
+        dataBackground: {
+          areaStyle: { opacity: 0 } // 璁剧疆鑳屾櫙閫忔槑
+        },
+        maxSpan: 40,
         zoomLock: true,     // 閿佸畾缂╂斁锛堜粎鍏佽骞崇Щ锛�
         moveOnMouseWheel: true, // 鍚敤婊氳疆骞崇Щ
-        zoomOnMouseWheel: false // 绂佺敤婊氳疆缂╂斁
+        // zoomOnMouseWheel: false // 绂佺敤婊氳疆缂╂斁
       }
     ],
     grid: {

--
Gitblit v1.9.3