From 5101dd12d9769d8927afb40619fb68d696c22a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=B8=86?= <201379873@qq.com> Date: Fri, 10 May 2024 13:47:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=8F=9C=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=BB=9A=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/menu/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 196d565..de8ec7d 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -7,7 +7,7 @@ :data="dataList" :columns="columns" :loading="loading" - :scroll="{ x: '100%', y: '100%', minWidth: 1700 }" + :scroll="{ x: '100%', y: '100%', minWidth: 1700, maxHeight: '81vh' }" :pagination="false" :disabledColumnKeys="['title']" @refresh="search"