Style(云灵AI):界面调整

This commit is contained in:
lifizer
2026-04-28 18:08:52 +08:00
parent 3b8faf1eea
commit 9bf4febea6
3 changed files with 30 additions and 20 deletions
+9 -7
View File
@@ -370,6 +370,15 @@
}"
class="page-to-bottom"
>
<view class="down-icon-wrap">
<image
v-if="chatMessageListLength > 0 && !isScrollToBottom && !loading"
:src="webUrl + '/aiChat/down.png'"
class="icon down-icon"
mode="widthFix"
@click="scrollToBottomHandle"
/>
</view>
<view class="container">
<view
v-if="chatNumber"
@@ -383,13 +392,6 @@
/>
开启新对话
</view>
<image
v-if="chatMessageListLength > 0 && !isScrollToBottom && !loading"
:src="webUrl + '/aiChat/down.png'"
class="icon"
mode="widthFix"
@click="scrollToBottomHandle"
/>
<view
v-for="(item, index) in bottomTools"
:key="index"