Style(云灵AI):县域AI显示新增会话和回到底部操作按钮
This commit is contained in:
@@ -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="{
|
||||
|
||||
@@ -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="{
|
||||
|
||||
Reference in New Issue
Block a user