Commit e2eb8782 authored by tyyin lan's avatar tyyin lan

chore(首页): 页面尺寸调整

parent ae7c34a4
......@@ -565,7 +565,7 @@ defineExpose({
v-model:value.trim="questionContent"
class="content-input"
type="textarea"
:autosize="{ minRows: isHasUploadImage ? 3 : 5, maxRows: isHasUploadImage ? 3 : 5 }"
:autosize="{ minRows: isHasUploadImage ? 2 : 4, maxRows: isHasUploadImage ? 2 : 4 }"
:class="isHasUploadImage ? 'carry-image' : ''"
:placeholder="t('home_module.please_enter_a_question')"
@keydown="handleQuestionSubmitEnter"
......@@ -609,7 +609,7 @@ defineExpose({
</div>
</div>
<div class="mt-[20px] text-center text-[13px] text-[#999]">
<div class="mt-[14px] text-center text-[13px] text-[#999]">
{{ t('home_module.all_of_the_above_content_is_generated_by_ai_and_is_for_reference_only') }}
</div>
</div>
......
......@@ -217,7 +217,7 @@ function onClearSessionReferenceFile() {
class="bg-px-home-home_bg-png relative h-full w-full bg-contain bg-center bg-no-repeat pr-0 transition-[padding] duration-300 ease-in-out"
:class="{ '!pr-[293px]': isShowHistoryMenu }"
>
<div class="flex h-full flex-col px-[5px] pb-[40px]">
<div class="flex h-full flex-col px-[5px] pb-[14px]">
<AgentAbout
v-model:question-content="questionContent"
:message-list-length="messageList.size"
......
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