mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
修改详细页面的 个人签名
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
<div class="label">
|
||||
<div style="margin-top: 5px;">
|
||||
<author :avatar="articleDetailData.avatar" :name="articleDetailData.name" :sex="articleDetailData.sex"></author>
|
||||
{{authorSign}}
|
||||
</div>
|
||||
<div style="margin-top: 8px;">
|
||||
<div style="margin-top: 8px;padding-left: 15px;font-size: 14px;">
|
||||
{{authorSign}}
|
||||
<!-- <time-show :time="articleDetailData.sysCreateTime"></time-show> -->
|
||||
</div>
|
||||
<!-- <author :avatar="articleDetailData.avatar" :name="articleDetailData.name" :info="articleDetailData.orgInfo" ></author> -->
|
||||
|
||||
@@ -16,9 +16,10 @@
|
||||
<div class="title">{{ caseDetail.title }}</div>
|
||||
<div class="label">
|
||||
<author :onlyAvatar="true" :avatar="authorInfo.avatar" :sex="authorInfo.sex" ></author>
|
||||
<span>案主:{{ authorInfo.name }}</span>
|
||||
<span>案主:{{ authorInfo.name }} ({{authorInfo.orgInfo}})</span>
|
||||
<!-- <span>案主:{{ authorInfo.name }}</span>
|
||||
<span>工号:{{ authorInfo.code }}</span>
|
||||
<span>组织:{{ authorInfo.orgInfo }} </span>
|
||||
<span>组织:{{ authorInfo.orgInfo }} </span> -->
|
||||
<span> {{authorInfo.sign}}</span>
|
||||
<span style="text-align: right;" v-if="caseDetail.sysCreateTime">{{ caseDetail.sysCreateTime.substring(0,10) }}</span>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="answer-detail">
|
||||
<div class="qa-banner">
|
||||
<portal-header current="qa" :goSearch="4"></portal-header>
|
||||
<portal-header current="qa" :goSearch="4"></portal-header>
|
||||
</div>
|
||||
<div class="portal-content xcontent">
|
||||
<div class="xrow" style="display: flex;justify-content: space-between;">
|
||||
@@ -36,8 +36,8 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<el-card class="box-card" v-if="answerList.length == 0 && !answerShow" :body-style="{ padding: '0px' }">
|
||||
|
||||
<div style="margin-top: 20px;" class="box-card" v-if="answerList.length == 0 && !answerShow">
|
||||
<div>
|
||||
<div style="height:50px;margin-top: 50px;">
|
||||
<img style="width:50px" src="../../../assets/images/icon/anser.png" alt="" srcset="">
|
||||
@@ -47,15 +47,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</el-card>
|
||||
</div>
|
||||
<div v-if="answerList.length > 0">
|
||||
<div :span="24">
|
||||
<!-- <el-card :body-style="{ padding: '0px' }" class="answer publishAnswer">
|
||||
<el-input placeholder="写回答...(1-1000个字)" minlength="1" maxlength="255" v-model="content"></el-input>
|
||||
<el-button type="primary" class="dian-btn" @click="publishAnswer">发布</el-button>
|
||||
</el-card> -->
|
||||
|
||||
|
||||
|
||||
<el-card :body-style="{ padding: '0px' }" class="answer-reply-box">
|
||||
<div class="wrt-answer">
|
||||
@@ -238,11 +232,11 @@
|
||||
<div style="width: 410px;margin-left: 26px;">
|
||||
|
||||
<div class="qa-ranking">
|
||||
<div class="portal-model-btn" @click="$refs.addQuestion.askQuestionDialog = true">
|
||||
<div class="portal-model-btn" @click="$refs.addQuestion.askQuestionDialog = true">
|
||||
<svg-icon style="margin-right: 0;font-size: 24px;" icon-class="question-mark"></svg-icon>
|
||||
提问题
|
||||
</div>
|
||||
<div class="portal-right-box list-bg">
|
||||
<div class="portal-right-box list-bg">
|
||||
<p class="portal-title-one" style="padding-bottom:12px">贡献榜</p>
|
||||
<ul>
|
||||
<li v-for="(item, index) in ankingList" :key="index" style="margin-top:30px;line-height: 22px;cursor: pointer;">
|
||||
@@ -264,11 +258,11 @@
|
||||
<span class="portal-title-desc">{{ item.sysCreateUname }}</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="course-resources">
|
||||
</div>
|
||||
<div class="course-resources">
|
||||
<!-- 资源位 -->
|
||||
<img :src="fileBaseUrl + resonimg.image" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -819,29 +813,6 @@ export default {
|
||||
commentId: this.replyDiaglog.commentId
|
||||
}
|
||||
let $this = this;
|
||||
// apiComment.replyList(params).then(rs=>{
|
||||
// if(rs.status==200){
|
||||
// $this.replyDiaglog.count=rs.result.count;
|
||||
// $this.replyDiaglog.pages=rs.result.totalPages;
|
||||
// let ids=[];
|
||||
// if(append){
|
||||
// rs.result.list.forEach(item=>{
|
||||
// item.avatar='';
|
||||
// ids.push(item.sysCreateAid);
|
||||
// $this.replyDiaglog.list.push(item);
|
||||
// })
|
||||
// }else{
|
||||
// rs.result.list.forEach(item=>{
|
||||
// item.avatar='';
|
||||
// ids.push(item.sysCreateAid);
|
||||
// })
|
||||
// $this.replyDiaglog.list=rs.result.list;
|
||||
// }
|
||||
// this.loadAuthorInfo(rs.result.list,ids);
|
||||
// }else{
|
||||
// this.$message.error(rs.message);
|
||||
// }
|
||||
// })
|
||||
},
|
||||
}
|
||||
};
|
||||
@@ -877,7 +848,7 @@ export default {
|
||||
width: 100%;
|
||||
min-height: 200px;
|
||||
box-sizing: border-box;
|
||||
padding: 45px 65px 70px 55px;
|
||||
padding: 50px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 8px;
|
||||
.qust-content{
|
||||
@@ -974,64 +945,6 @@ export default {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.detail {
|
||||
background-color: #fff;
|
||||
padding: 5px 20px 10px 20px;
|
||||
|
||||
.title {
|
||||
// margin-top: 20px;
|
||||
font-size: 16px;
|
||||
line-height: 30px;
|
||||
font-weight: 500;
|
||||
word-break: break-all;
|
||||
|
||||
.resolve {
|
||||
// padding: 3px;
|
||||
color: #08a890;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.unResolve {
|
||||
// padding:3px;
|
||||
color: #588afc;
|
||||
margin-left: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
font-size: 15px;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.content {
|
||||
line-height: 21px;
|
||||
margin: 14px 0 16px 0;
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.btn-div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 9px;
|
||||
|
||||
.answer-total {
|
||||
font-size: 14px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
::v-deep .interact-bar-btns {
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
}
|
||||
|
||||
.dian-btn {
|
||||
margin-top: 50px;
|
||||
width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
.answer {
|
||||
margin-top: 14px;
|
||||
background-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user