From ce5d4a0d224aaab33b4d8ddd7b4af170882d406e Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 04 三月 2025 14:30:28 +0800 Subject: [PATCH] 预览业务表格 --- src/components/chat/components/playBar/SceneSwitch.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/components/playBar/SceneSwitch.vue b/src/components/chat/components/playBar/SceneSwitch.vue index 715562b..6e2e0e9 100644 --- a/src/components/chat/components/playBar/SceneSwitch.vue +++ b/src/components/chat/components/playBar/SceneSwitch.vue @@ -1,5 +1,5 @@ <template> - <div class="scene-switch absolute bottom-[114%] left-4"> + <div class="scene-switch relative "> <div class="flex-items-center space-x-2" :class="isHome ? 'set-next-group-type' : ''"> <div class="border border-gray-400 border-solid h-8 flex-items-center px-3 py-2 rounded-2xl cursor-pointer space-x-1 hover:bg-[#cae3ff]" -- Gitblit v1.9.3