From 9a30cdcff0613d67b4de8aebd45fb3901d925651 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Wed, 3 Apr 2024 01:34:22 +0800 Subject: [PATCH] enhance the style of JobInfoSnapshotDrawer and StartChatRecord --- .../src/features/JobInfoSnapshot/index.vue | 27 +++++++++- .../page/Configuration/StartChatRecord.vue | 51 ++++++++++++------- 2 files changed, 59 insertions(+), 19 deletions(-) diff --git a/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue b/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue index 2d7446d..4c81bf5 100644 --- a/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue +++ b/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue @@ -1,10 +1,27 @@ - + diff --git a/packages/ui/src/renderer/src/page/Configuration/StartChatRecord.vue b/packages/ui/src/renderer/src/page/Configuration/StartChatRecord.vue index 0ef0a88..af93b65 100644 --- a/packages/ui/src/renderer/src/page/Configuration/StartChatRecord.vue +++ b/packages/ui/src/renderer/src/page/Configuration/StartChatRecord.vue @@ -1,8 +1,5 @@