Style(云灵AI):县域AI显示新增会话和回到底部操作按钮

This commit is contained in:
lifizer
2026-06-24 10:31:38 +08:00
parent 1701241aa9
commit f3e8051983
3 changed files with 20 additions and 4 deletions
+7 -2
View File
@@ -365,7 +365,6 @@
</view>
</view>
<view
v-if="!countyId"
:class="{
'focus': onFocus
}"
@@ -380,7 +379,12 @@
@click="scrollToBottomHandle"
/>
</view>
<view class="container">
<view
:class="{
'container-county': !!countyId
}"
class="container"
>
<view
v-if="chatNumber"
class="new-chat"
@@ -394,6 +398,7 @@
开启新对话
</view>
<view
v-if="!countyId"
v-for="(item, index) in bottomTools"
:key="index"
:class="{
+7 -2
View File
@@ -545,7 +545,6 @@
</view>
</view>
<view
v-if="!countyId"
:class="{
'focus': onFocus
}"
@@ -560,7 +559,12 @@
@click="scrollToBottomHandle"
/>
</view>
<view class="container">
<view
:class="{
'container-county': !!countyId
}"
class="container"
>
<view
v-if="chatNumber || showGiftSteps"
class="new-chat"
@@ -574,6 +578,7 @@
开启新对话
</view>
<view
v-if="!countyId"
v-for="(item, index) in bottomTools"
:key="index"
:class="{
+6
View File
@@ -111,6 +111,12 @@ page {
box-sizing: border-box;
overflow-x: auto;
}
.container-county {
justify-content: flex-end;
.new-chat {
margin-right: 0;
}
}
.new-chat {
display: flex;
align-items: center;