From c57926fe0dcfe95f79656514a2fac9dc5a0fa470 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Wed, 25 May 2022 15:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=88=20=E7=BC=96=E5=86=99=E9=AB=98?= =?UTF-8?q?=E5=BE=B7=E5=9C=B0=E5=9B=BE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/components/AMap/src/Amap.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kicc-ui/src/components/AMap/src/Amap.vue b/kicc-ui/src/components/AMap/src/Amap.vue index 94e350df..78c741c8 100644 --- a/kicc-ui/src/components/AMap/src/Amap.vue +++ b/kicc-ui/src/components/AMap/src/Amap.vue @@ -82,8 +82,13 @@ taskName: '测试任务1' },{ taskName: '测试任务2' + },{ + taskName: '测试任务2' + },{ + taskName: '测试任务2' }], columns, + resizeHeightOffset: 5, showTableSetting: true, tableSetting: { setting: false, @@ -398,7 +403,7 @@ } .operatePanel-list { - + overflow: hidden; } }