From 346b6f8d306aba92d45ac7ce6ee31be3d38662ad Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 05 十一月 2024 16:25:10 +0800 Subject: [PATCH] 缓存列 --- src/components/chat/components/FeedbackPanel.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/components/FeedbackPanel.vue b/src/components/chat/components/FeedbackPanel.vue index 6c51ed7..4b78849 100644 --- a/src/components/chat/components/FeedbackPanel.vue +++ b/src/components/chat/components/FeedbackPanel.vue @@ -5,7 +5,7 @@ > <div class="flex justify-between"> <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> + <i class="ywifont ywicon-guanbi right-0 top-0 !text-[20px] text-gray-500 cursor-pointer" @click="closeClick"></i> </div> <div class="mt-4 flex-col flex"> <el-input v-model="content" resize="none" class="" type="textarea" :rows="3"></el-input> -- Gitblit v1.9.3