From 0dd4c5992b473efeeb900d784c7b2ec2233c2c4a Mon Sep 17 00:00:00 2001 From: Dragon Date: Tue, 2 Apr 2024 16:35:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=A7=A3=E5=86=B3=E4=BA=86=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E7=B1=BB=E5=9E=8B=E5=88=97=E8=A1=A8=E8=B6=85=E5=87=BA?= =?UTF-8?q?10=E6=9D=A1=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vben28/src/views/admin/dictionary/AbpDictionary.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vben28/src/views/admin/dictionary/AbpDictionary.vue b/vben28/src/views/admin/dictionary/AbpDictionary.vue index b5e3833f..a84f0154 100644 --- a/vben28/src/views/admin/dictionary/AbpDictionary.vue +++ b/vben28/src/views/admin/dictionary/AbpDictionary.vue @@ -143,7 +143,7 @@ bordered: true, canResize: true, rowSelection: { type: 'radio' }, - pagination: false, + maxHeight: 600, actionColumn: { width: 50, title: t('common.action'),