From eb12c4bc2af08b457f4282174626b067ba01f215 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期五, 19 七月 2024 17:02:42 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/WI/Web.V1.0

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

diff --git a/src/components/chat/components/FeedbackPanel.vue b/src/components/chat/components/FeedbackPanel.vue
index 12a2b44..6c51ed7 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>
+			<h3 class="text-base">浣犵殑鍙嶉灏�<br />甯姪 WI 姘村姟浼樺寲杩涙</h3>
 			<i class="ywicon icon-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