From c433b61a95fde0f0bf01fc78c676ed912d9a7aac Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 15 Jun 2026 10:39:41 +0800 Subject: [PATCH] feat: Workspace list adds scrolling load --- ui/src/components/common-list/index.vue | 50 ++++++++++++++----- ui/src/views/system-chat-user/group/index.vue | 1 - 2 files changed, 38 insertions(+), 13 deletions(-) diff --git a/ui/src/components/common-list/index.vue b/ui/src/components/common-list/index.vue index 0c115e8ef46..c40bdc1e999 100644 --- a/ui/src/components/common-list/index.vue +++ b/ui/src/components/common-list/index.vue @@ -1,17 +1,24 @@