mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
先同步一下
This commit is contained in:
@@ -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>
|
||||
@@ -798,7 +798,7 @@
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.signtext{
|
||||
|
||||
|
||||
}
|
||||
|
||||
.publish-button{
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user