From c36142deafc72a673be48cf1a358a022440a173d Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 30 Jun 2025 15:20:29 +0800 Subject: [PATCH] perf: chatpage UI --- dashboard/src/theme/LightTheme.ts | 2 +- dashboard/src/views/ChatPage.vue | 334 +++++++++++------------------- 2 files changed, 118 insertions(+), 218 deletions(-) diff --git a/dashboard/src/theme/LightTheme.ts b/dashboard/src/theme/LightTheme.ts index a555fddd7..94e011867 100644 --- a/dashboard/src/theme/LightTheme.ts +++ b/dashboard/src/theme/LightTheme.ts @@ -20,7 +20,7 @@ const PurpleTheme: ThemeTypes = { lightsuccess: '#b9f6ca', lighterror: '#f9d8d8', lightwarning: '#fff8e1', - primaryText: '#000000dd', + primaryText: '#1b1c1d', secondaryText: '#000000aa', darkprimary: '#1565c0', darksecondary: '#4527a0', diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index c47509ab5..2954153ae 100644 --- a/dashboard/src/views/ChatPage.vue +++ b/dashboard/src/views/ChatPage.vue @@ -3,13 +3,16 @@