From da8943c840329a14947f6fe50a5c51eff9fd50e7 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Thu, 26 Jun 2025 18:37:58 +0800 Subject: [PATCH] feat: ai chat style --- .../views/ai/chat/index/components/role/RoleList.vue | 10 +++++----- .../ai/chat/index/components/role/RoleRepository.vue | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/web-antd/src/views/ai/chat/index/components/role/RoleList.vue b/apps/web-antd/src/views/ai/chat/index/components/role/RoleList.vue index 702f72a22..e6deabe31 100644 --- a/apps/web-antd/src/views/ai/chat/index/components/role/RoleList.vue +++ b/apps/web-antd/src/views/ai/chat/index/components/role/RoleList.vue @@ -79,7 +79,7 @@ async function handleTabsScroll() { }" > -
+
-
+
-
+
{{ role.name }}
-
+
{{ role.description }}
diff --git a/apps/web-antd/src/views/ai/chat/index/components/role/RoleRepository.vue b/apps/web-antd/src/views/ai/chat/index/components/role/RoleRepository.vue index 0176dc754..98f665f14 100644 --- a/apps/web-antd/src/views/ai/chat/index/components/role/RoleRepository.vue +++ b/apps/web-antd/src/views/ai/chat/index/components/role/RoleRepository.vue @@ -174,7 +174,7 @@ onMounted(async () => {