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;