mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -416,7 +416,9 @@ export default {
|
||||
::v-deep .el-dropdown-menu__item:hover {
|
||||
background: #333333;
|
||||
}
|
||||
|
||||
.my-note{
|
||||
position: relative;
|
||||
}
|
||||
.mynote {
|
||||
// width: 100%;
|
||||
margin: 35px 30px;
|
||||
@@ -432,8 +434,9 @@ export default {
|
||||
.animation-box {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 0;
|
||||
right: 200px;
|
||||
transform: translate(-50%,-50%);
|
||||
.box-text {
|
||||
padding: 12px 16px;
|
||||
width: 252px;
|
||||
|
||||
@@ -2,19 +2,10 @@
|
||||
<div class="answer-list">
|
||||
<ul>
|
||||
<li class="answer-list-index" v-for="item in items" :key="item.id">
|
||||
<!-- <p class="portal-summary-text" style="margin-bottom:18px">
|
||||
<span v-if="!personal || isFollow">{{item.aname}}</span>
|
||||
{{item.cusInfo}}<span style="margin-left:28px">{{item.eventTime}}</span>
|
||||
<span v-if="item.aid == userInfo.aid" class="follow-hide pointer" style="float:right">
|
||||
<span v-if="item.hidden">已隐藏</span>
|
||||
<span v-else @click="emitHide(item.id)"> <svg-icon style="margin-right: 10px;font-size:22px;padding-top: 4px;" icon-class="eyes"></svg-icon>隐藏 </span>
|
||||
</span>
|
||||
</p> -->
|
||||
<h6 class="answer-title-info follow-home-title">
|
||||
<span class="pointer" @click="jumpDetail(item)">{{item.qtitle || item.title}}</span>
|
||||
<span class="pointer" @click="jumpDetail(item)">{{item.qtitle || item.title}}</span> <span style="font-weight: 400;">#回答#</span>
|
||||
<span class="follow-hide" style="float:right">
|
||||
<el-button @click.stop="delCollectItem(item)" type="text" icon="el-icon-star-on" style="color:#8590A6">取消收藏</el-button>
|
||||
<!-- <span @click="emitHide(item.id)"> <svg-icon style="margin-right: 10px;font-size:22px;padding-top: 4px;" icon-class="eyes"></svg-icon>隐藏 </span> -->
|
||||
</span>
|
||||
</h6>
|
||||
<p class="answer-text">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<!-- <div class="article-info-title"> -->
|
||||
<div @click="qadetail(item)" class="art-head article-info-title" style="line-height: 30px;">
|
||||
<!-- <span class="qa-basic" :class="item.question.isResolve ? 'qa-solve' : 'qa-unSolve'">{{ item.question.isResolve ? '【已解决】' : '【待解决】' }}</span> -->
|
||||
<span style="padding-left: 5px">{{ item.question.title }} <span class="qa-bq">#问答#</span> </span>
|
||||
<span style="padding-left: 5px">{{ item.question.title }} <span class="qa-bq">#提问#</span> </span>
|
||||
<el-button @click.stop="delCollectItem(item)" type="text" icon="el-icon-star-on" style="color:#8590A6">取消收藏</el-button>
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
<div class="case-inter-box">
|
||||
<div class="case-inter-left ">
|
||||
<div style="float:left"> <authorInfo :avatar="ca.authorInfo.avatar" :name="ca.authorInfo.name" :sex="ca.authorInfo.sex" :aid="userInfo.aid"></authorInfo></div>
|
||||
<div class="case-inter-orgin index-one-line-ellipsis">{{ ca.authorInfo.orgInfo }}</div>
|
||||
<div class="case-inter-orgin index-one-line-ellipsis"> {{ ca.authorInfo.orgInfo }}</div>
|
||||
</div>
|
||||
<div v-if="caseList.orderType==2" class="interact-bar-index"
|
||||
style="font-size: 12px;color: #6E7B84;display: flex;line-height: 30px;">
|
||||
|
||||
Reference in New Issue
Block a user