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