From 343afef935a39b4736691a98ebd5c3f9b5c6d5b2 Mon Sep 17 00:00:00 2001 From: sen <sen@qq.com> Date: 星期二, 19 八月 2025 15:31:33 +0800 Subject: [PATCH] 修改table宽度样式 --- 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