css
This commit is contained in:
@@ -13,9 +13,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<u-popup v-model="showComment" mode="bottom" border-radius="32">
|
<u-popup v-model="showComment" mode="bottom" border-radius="32" height="80%">
|
||||||
<h4 class="message_num">共{{ commentList.length }}条评论</h4>
|
<h4 class="message_num">共{{ commentList.length }}条评论</h4>
|
||||||
<div v-if="commentList.length">
|
<div v-if="commentList.length" style="padding-bottom:70px;">
|
||||||
<div class="comment_card" v-for="item in commentList" :key="item.id">
|
<div class="comment_card" v-for="item in commentList" :key="item.id">
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<img :src="item.avatar" alt="" v-if="item.avatar">
|
<img :src="item.avatar" alt="" v-if="item.avatar">
|
||||||
@@ -121,6 +121,7 @@ export default {
|
|||||||
if(res.code==0) {
|
if(res.code==0) {
|
||||||
this.flag = false
|
this.flag = false
|
||||||
this.showSend = false
|
this.showSend = false
|
||||||
|
this.content = ''
|
||||||
this.getComment()
|
this.getComment()
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
}
|
}
|
||||||
@@ -251,6 +252,8 @@ export default {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 24px 32px;
|
padding: 24px 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
div {
|
div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
|||||||
Reference in New Issue
Block a user