From 415176b2ee0cd37b8cd7e1532329cbf41fda07bc Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Sun, 13 Oct 2024 10:46:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=94=E4=B8=BA=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E8=80=8C=E9=9D=9E=E5=9B=BA=E5=AE=9A=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/_core/authentication/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/_core/authentication/login.vue b/apps/web-antd/src/views/_core/authentication/login.vue index 8bf411bd..99be09ff 100644 --- a/apps/web-antd/src/views/_core/authentication/login.vue +++ b/apps/web-antd/src/views/_core/authentication/login.vue @@ -60,7 +60,7 @@ const formSchema = computed((): VbenFormSchema[] => { component: 'VbenSelect', componentProps: { class: 'bg-background h-[40px] focus:border-primary', - contentClass: 'h-[256px] overflow-y-auto', + contentClass: 'max-h-[256px] overflow-y-auto', options: tenantInfo.value.voList?.map((item) => ({ label: item.companyName, value: item.tenantId,