提交 381597b0 编写于 作者: D DebugIsFalse

fix: 样式抖动问题

上级 c77b4d9d
...@@ -116,8 +116,8 @@ ...@@ -116,8 +116,8 @@
<UIcon name="i-heroicons-plus-20-solid" class="text-base" /> <UIcon name="i-heroicons-plus-20-solid" class="text-base" />
</div> </div>
</UButton> </UButton>
</div>
<div class="sticky bottom-4 flex"> <div class="container max-w-screen-lg sticky bottom-4 flex p-6">
<div class="justify-between flex w-full space-x-2"> <div class="justify-between flex w-full space-x-2">
<UTooltip text="停止生成" v-if="asking"> <UTooltip text="停止生成" v-if="asking">
<UButton <UButton
...@@ -148,7 +148,6 @@ ...@@ -148,7 +148,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</template> </template>
<script setup> <script setup>
const toast = useToast() const toast = useToast()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册