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> </view>
<view <view
v-if="!countyId"
:class="{ :class="{
'focus': onFocus 'focus': onFocus
}" }"
@@ -380,7 +379,12 @@
@click="scrollToBottomHandle" @click="scrollToBottomHandle"
/> />
</view> </view>
<view class="container"> <view
:class="{
'container-county': !!countyId
}"
class="container"
>
<view <view
v-if="chatNumber" v-if="chatNumber"
class="new-chat" class="new-chat"
@@ -394,6 +398,7 @@
开启新对话 开启新对话
</view> </view>
<view <view
v-if="!countyId"
v-for="(item, index) in bottomTools" v-for="(item, index) in bottomTools"
:key="index" :key="index"
:class="{ :class="{
+7 -2
View File
@@ -545,7 +545,6 @@
</view> </view>
</view> </view>
<view <view
v-if="!countyId"
:class="{ :class="{
'focus': onFocus 'focus': onFocus
}" }"
@@ -560,7 +559,12 @@
@click="scrollToBottomHandle" @click="scrollToBottomHandle"
/> />
</view> </view>
<view class="container"> <view
:class="{
'container-county': !!countyId
}"
class="container"
>
<view <view
v-if="chatNumber || showGiftSteps" v-if="chatNumber || showGiftSteps"
class="new-chat" class="new-chat"
@@ -574,6 +578,7 @@
开启新对话 开启新对话
</view> </view>
<view <view
v-if="!countyId"
v-for="(item, index) in bottomTools" v-for="(item, index) in bottomTools"
:key="index" :key="index"
:class="{ :class="{
+6
View File
@@ -111,6 +111,12 @@ page {
box-sizing: border-box; box-sizing: border-box;
overflow-x: auto; overflow-x: auto;
} }
.container-county {
justify-content: flex-end;
.new-chat {
margin-right: 0;
}
}
.new-chat { .new-chat {
display: flex; display: flex;
align-items: center; align-items: center;