From b358db83abfb61eac425bb89462b227527e838da Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 03 三月 2025 18:04:28 +0800 Subject: [PATCH] flex-auto remove --- src/components/chat/components/playBar/PlayBar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/components/playBar/PlayBar.vue b/src/components/chat/components/playBar/PlayBar.vue index 260bb8c..104d981 100644 --- a/src/components/chat/components/playBar/PlayBar.vue +++ b/src/components/chat/components/playBar/PlayBar.vue @@ -25,7 +25,7 @@ </el-button> </div> - <div class="set-input flex-auto"> + <div class="set-input "> <div v-if="attachList?.length > 0" class="flex gap-3.5 w-full overflow-x-auto px-2 pb-2"> <div v-for="(item, index) in attachList" -- Gitblit v1.9.3