feat: 首页主题样式调整
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<!-- 消息列表(可滚动区域) -->
|
||||
<scroll-view
|
||||
class="main flex-full"
|
||||
class="main flex-full overflow-hidden scroll-y"
|
||||
scroll-y
|
||||
:scroll-top="scrollTop"
|
||||
:scroll-with-animation="true"
|
||||
@@ -77,8 +77,7 @@
|
||||
</template>
|
||||
|
||||
<template v-else-if="item.msgType === MessageRole.ME">
|
||||
<ChatCardMine class="message-item-mine" :text="item.msg">
|
||||
</ChatCardMine>
|
||||
<ChatCardMine class="message-item-mine" :text="item.msg" />
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
|
||||
Reference in New Issue
Block a user