From 68df4582c1edaf1952e6c21d769981e348fb3d04 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 20 二月 2025 18:00:29 +0800
Subject: [PATCH] 流输出

---
 src/components/chat/components/FeedbackPanel.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/chat/components/FeedbackPanel.vue b/src/components/chat/components/FeedbackPanel.vue
index 12a2b44..4b78849 100644
--- a/src/components/chat/components/FeedbackPanel.vue
+++ b/src/components/chat/components/FeedbackPanel.vue
@@ -4,10 +4,10 @@
 		:style="{ left: position.x + 'px', top: position.y + 'px' }"
 	>
 		<div class="flex justify-between">
-			<h3>浣犵殑鍙嶉灏�<br />甯姪 WI 姘村姟浼樺寲杩涙</h3>
-			<i class="ywicon icon-guanbi right-0 top-0 !text-[20px] text-gray-500 cursor-pointer" @click="closeClick"></i>
+			<h3 class="text-base">浣犵殑鍙嶉灏�<br />甯姪 WI 姘村姟浼樺寲杩涙</h3>
+			<i class="ywifont ywicon-guanbi right-0 top-0 !text-[20px] text-gray-500 cursor-pointer" @click="closeClick"></i>
 		</div>
-		<div class="mt-6 flex-col flex">
+		<div class="mt-4 flex-col flex">
 			<el-input v-model="content" resize="none" class="" type="textarea" :rows="3"></el-input>
 			<el-button :disabled="!content" color="#1d86ff" class="m-auto mt-3" type="primary" @click="submitFeedback">鎻� 浜�</el-button>
 		</div>

--
Gitblit v1.9.3