From 2313353be41af6d14df3249d78d3167e300657e8 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 1 Nov 2025 18:51:50 +0800 Subject: [PATCH] =?UTF-8?q?pagetype=E5=88=97=E8=A1=A8=E9=A1=B5=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=86=85=E9=83=A8=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue b/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue index ba9dd28..3b04e96 100644 --- a/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue +++ b/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue @@ -1678,10 +1678,6 @@ function formatDisplayValue(value: any, fieldName: string) { color: #374151; } -.list-body { - max-height: 600px; - overflow-y: auto; -} .agent-list.has-image .list-item { grid-template-columns: 40px minmax(50px, 50px) repeat(auto-fit, minmax(120px, 1fr)) 140px;