From 7edf9e6a325ec521c603bc93d45b7b01b9304b31 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期三, 10 九月 2025 11:36:01 +0800
Subject: [PATCH] 修改

---
 ui/admin-ui3/src/views/cwgl/dispatchOrder/index.vue |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/ui/admin-ui3/src/views/cwgl/dispatchOrder/index.vue b/ui/admin-ui3/src/views/cwgl/dispatchOrder/index.vue
index 4e4b111..2cc278c 100644
--- a/ui/admin-ui3/src/views/cwgl/dispatchOrder/index.vue
+++ b/ui/admin-ui3/src/views/cwgl/dispatchOrder/index.vue
@@ -131,16 +131,16 @@
       label: '鏈嶅姟浜у搧鍚嶇О', width: 120, showOverflowTooltip: true
     },
     customerName: {
-      label: '瀹㈡埛鍚嶇О', search: true, width: 200, showOverflowTooltip: true
+      label: '瀹㈡埛鍚嶇О', search: true,  minWidth: 220, showOverflowTooltip: true
     },
     carrierName: {
-      label: '鎵胯繍鍟�', search: true, width: 200, showOverflowTooltip: true
+      label: '鎵胯繍鍟�', search: true,  minWidth: 220, showOverflowTooltip: true
     },
     departureLocationName: {
-      label: '鍑哄彂鍦板悕绉�', width: 210, showOverflowTooltip: true
+      label: '鍑哄彂鍦板悕绉�', minWidth: 220, showOverflowTooltip: true
     },
     arrivalLocationName: {
-      label: '鐩殑鍦板悕绉�', width: 200, showOverflowTooltip: true
+      label: '鐩殑鍦板悕绉�',   minWidth: 220, showOverflowTooltip: true
     },
     licensePlateNumber: {
       label: '杞︾墝', search: true, width: 120,
@@ -413,4 +413,13 @@
     z-index: 9999 !important;
   }
 }
+
+:deep(.avue-crud__table) {
+  overflow-y: auto;
+}
+
+:deep(.el-scrollbar__bar.is-horizontal) {
+  pointer-events: auto;
+}
+
 </style>
\ No newline at end of file

--
Gitblit v1.8.0