先同步一下

This commit is contained in:
daihh
2022-10-21 18:25:27 +08:00
parent 3654fa9948
commit f11eea27e6
3 changed files with 6 additions and 6 deletions

View File

@@ -79,7 +79,7 @@
<div class="comment-body" >
<div class="comment-info" @mouseover="showButtons(com.id)" @mouseout="hideButtons()">
<div class="comment-content" @click="cancelReply()">
<span class="portal-summary-text" style="color: #666666;" v-html="displayAll(com)"></span>
<span class="portal-summary-text" style="color: #333333;text-indent:0px;" v-html="displayAll(com)"></span>
<span v-if="com.content.length>170" @click="changeIsAll(com)">
{{com.isAll?'收起':'全文'}}
</span>
@@ -929,6 +929,8 @@
padding-left: 40px;
.comment-content{
padding-bottom: 0px;
padding-top:5px;
padding-left: 8px;
white-space: pre-wrap;
word-break:break-all;
span {

View File

@@ -144,7 +144,7 @@
import interactBar from "@/components/Portal/interactBar.vue";
import apiComment from '@/api/modules/comments.js'
import apiUser from '@/api/system/user.js'
import authorInfo from '@/components/Portal/authorInfo.vue';
import authorInfo from '@/components/Portal/artauthor.vue';
import apiNote from '@/api/phase2/note.js';
// import author from '@/components/Portal/author.vue';
import { mapGetters } from 'vuex';
@@ -293,7 +293,6 @@
item.sex=author.sex;
item.name=author.name;
item.sign=author.sign;
return true;
}else{
return false;

View File

@@ -161,8 +161,7 @@
</div>
</div>
<div v-show="courestab==2" class="coures-comments" style="margin-left:17px">
<comments v-if="courseInfo.id && courseInfo.id != ''" :obj-type="1" :obj-id="courseInfo.id"
:toUsers="toUsers"></comments>
<comments v-if="courseInfo.id && courseInfo.id != ''" :obj-type="1" :obj-id="courseInfo.id" :toUsers="toUsers"></comments>
</div>
<div v-show="courestab==3" class="coures-note">
<note-comments :key="timer" v-if="courseInfo.id && courseInfo.id != ''" :obj-type="6" :obj-id="courseInfo.id" :name="courseInfo.name"></note-comments>