From c9420f1af08fbbc15af22df32b33d3f121f4c507 Mon Sep 17 00:00:00 2001 From: sen <sen@qq.com> Date: 星期一, 01 九月 2025 15:43:26 +0800 Subject: [PATCH] 修改日志 --- ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue b/ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue index 7ee0f59..5da6fa1 100644 --- a/ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue +++ b/ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue @@ -231,7 +231,7 @@ label: '瀹㈡埛鍚嶇О', search: true, minWidth: 220, - + showOverflowTooltip: true, type: 'select', // 璁剧疆涓轰笅鎷夋绫诲瀷 dicData: [], // 浣跨敤 selectCustomName 浣滀负鏁版嵁婧� disabled: false // 鏍规嵁闇�瑕佽缃槸鍚︾鐢� @@ -240,7 +240,8 @@ label: '椤圭洰鍚嶇О', search: true, disabled: true, - minWidth: 150, + minWidth: 220, + showOverflowTooltip: true, }, orderDate: { label: '涓嬪崟鏃ユ湡', @@ -307,6 +308,7 @@ remark: { label: '澶囨敞', minWidth: 120, + showOverflowTooltip: true, type: 'textarea', minRows: 3, maxRows: 5, }, @@ -628,3 +630,12 @@ } getSelectCustomName() </script> +<style> +: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