feat: 样式调整

This commit is contained in:
2026-06-04 17:05:24 +08:00
parent c9b55917ce
commit 941da784ea
2 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<!-- 滚动区域 -->
<scroll-view class="flex-full overflow-hidden chat-scroll" scroll-y :scroll-into-view="scrollIntoViewId" scroll-with-animation @scroll="onScroll" @touchstart="onTouchStart" @touchend="onTouchEnd" @touchcancel="onTouchEnd">
<view class="flex flex-col pt-12 px-16 pb-24 border-box gap-10">
<view class="flex flex-col pt-12 px-16 pb-24 border-box gap-2">
<view v-if="headerSections.title || headerSections.tag" class="long-answer-header">
<view v-if="headerSections.title" class="long-answer-title">
{{ headerSections.title.contentValue }}