Commit 9570cd36 authored by nick zheng's avatar nick zheng

fix: 应用预览调试时内容过长溢出

parent 39905505
...@@ -71,7 +71,7 @@ function handleUpdateContinueQuestionStatus(status: 'default' | 'close') { ...@@ -71,7 +71,7 @@ function handleUpdateContinueQuestionStatus(status: 'default' | 'close') {
<p class="mb-[18px] px-5 py-[18px] text-base">预览与调试</p> <p class="mb-[18px] px-5 py-[18px] text-base">预览与调试</p>
<div class="flex w-full flex-1 overflow-hidden"> <div class="flex w-full flex-1 overflow-hidden">
<div v-show="messageList.length === 0" class="w-full"> <div v-show="messageList.length === 0" class="flex w-full">
<Preamble /> <Preamble />
</div> </div>
......
...@@ -17,7 +17,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) { ...@@ -17,7 +17,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
</script> </script>
<template> <template>
<div class="flex w-full flex-1 flex-col px-5"> <div class="flex w-full flex-1 flex-col overflow-auto px-5">
<div class="mb-5 flex w-full justify-center pt-[50px]"> <div class="mb-5 flex w-full justify-center pt-[50px]">
<img <img
v-if="personalAppConfigStore.baseInfo.agentAvatar" v-if="personalAppConfigStore.baseInfo.agentAvatar"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment