Commit 35d3981b authored by 罗超's avatar 罗超

no message

parent 07c00112
......@@ -153,7 +153,7 @@
@msgs-loaded="msgsLoaded"
:canLoadMore="canLoadMore"
></chat-list>
<div class="new-lst-msg" v-if="lstShowData" @click="goDown">
<div class="new-lst-msg" v-if="lstShowData && lstShowData.lastMsgShow.indexOf('更新群信息')==-1" @click="goDown">
{{id.indexOf('team-')==-1?"":lstShowData.fromNick+":"}}{{lstShowData.lastMsgShow}}
</div>
<div class="at-msg-box" v-if="showAt">
......
......@@ -1090,6 +1090,7 @@ export default {
}
.msg-info{
flex: 1;
max-width: calc(100% - 42px);
flex-direction:column;
}
.item-you .in .msg-info-details{
......
......@@ -184,8 +184,8 @@ export default {
padding: 20px;
padding-right: 12px;
height: 100%;
overflow: auto;
overflow-y: auto !important;
overflow-x:hidden !important;
}
.chat__list li {
list-style: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment