From 13566667e1232aeb768174dbda68391888ff6f32 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Fri, 8 May 2026 21:10:06 +0800 Subject: [PATCH] fix(stage-ui): error item should fit content width, reasoing should not have pt --- .../src/components/scenarios/chat/components/error-item.vue | 2 +- .../src/components/scenarios/chat/components/response-part.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/stage-ui/src/components/scenarios/chat/components/error-item.vue b/packages/stage-ui/src/components/scenarios/chat/components/error-item.vue index ce8464e0a..47b72f2b9 100644 --- a/packages/stage-ui/src/components/scenarios/chat/components/error-item.vue +++ b/packages/stage-ui/src/components/scenarios/chat/components/error-item.vue @@ -83,7 +83,7 @@ const copyText = computed(() => getChatHistoryItemCopyText(props.message as Chat