tijiao
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<h2>
|
||||
Communication
|
||||
</h2>
|
||||
<div v-for="(item, index) in talkMsgs" class="kuang_communtion_conmt">
|
||||
<div :style="{'max-height': height+'px'}" style="overflow: auto;">
|
||||
<div v-for="(item, index) in talkMsgs" class="kuang_communtion_conmt">
|
||||
<div v-if="item.user_id == msgform.user_id" class="talk_aued">
|
||||
<p>
|
||||
Author :
|
||||
@@ -24,6 +25,8 @@
|
||||
<b>{{formatDate(item.ad_ctime)}}</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="kuang_communtion_input">
|
||||
<p v-if="talkMsgs"></p>
|
||||
@@ -51,6 +54,10 @@
|
||||
type: Object,
|
||||
required: true
|
||||
},
|
||||
height: {
|
||||
type: Number,
|
||||
|
||||
},
|
||||
// loading: {
|
||||
// type: Boolean,
|
||||
// required: true
|
||||
|
||||
Reference in New Issue
Block a user