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"
+11 -9
View File
@@ -493,6 +493,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"
@@ -506,13 +515,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"
@@ -723,8 +725,8 @@ export default {
display: flex;
flex-direction: column;
justify-content: space-between;
height: calc(100vh - 220rpx);
padding: 0 0 220rpx 0;
height: calc(100vh - 240rpx);
padding: 0 0 240rpx 0;
box-sizing: border-box;
}
.focus-guide-wrap {