mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
10.23 我的关注右侧点赞/评论/收藏按钮位置不统一
This commit is contained in:
@@ -106,6 +106,13 @@
|
|||||||
.answer-list-index{
|
.answer-list-index{
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
border-bottom: 1px solid rgba($color: #999999, $alpha: 0.2) !important;
|
border-bottom: 1px solid rgba($color: #999999, $alpha: 0.2) !important;
|
||||||
|
::v-deep .interact-bar-btns{
|
||||||
|
.interact-bar-btn{
|
||||||
|
text-align: right;
|
||||||
|
min-width: 78px !important;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.answer-title-info{
|
.answer-title-info{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
@@ -105,6 +105,13 @@
|
|||||||
.article-list-index{
|
.article-list-index{
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
border-bottom: 1px solid rgba($color: #999999, $alpha: 0.2) !important;
|
border-bottom: 1px solid rgba($color: #999999, $alpha: 0.2) !important;
|
||||||
|
::v-deep .interact-bar-btns{
|
||||||
|
.interact-bar-btn{
|
||||||
|
text-align: right;
|
||||||
|
min-width: 78px !important;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.article-title-info{
|
.article-title-info{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
@@ -95,6 +95,13 @@
|
|||||||
.note-list-index{
|
.note-list-index{
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
border-bottom: 1px solid rgba($color: #999999, $alpha: 0.2) !important;
|
border-bottom: 1px solid rgba($color: #999999, $alpha: 0.2) !important;
|
||||||
|
::v-deep .interact-bar-btns{
|
||||||
|
.interact-bar-btn{
|
||||||
|
text-align: right;
|
||||||
|
min-width: 78px !important;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.note-title-info{
|
.note-title-info{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
<img :src="fileBaseUrl+m.medalIcon" alt="">
|
<img :src="fileBaseUrl+m.medalIcon" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<el-button class="medalbutt" type="text" @click="toPage('/user/medal')">更多 <i class="el-icon-d-arrow-right"></i> </el-button>
|
<el-button class="medalbutt" v-if="medalList.length > 0" type="text" @click="toPage('/user/medal')">更多 <i class="el-icon-d-arrow-right"></i> </el-button>
|
||||||
<div style="margin-top:10px">
|
<div style="margin-top:10px">
|
||||||
<router-link to="/study/index"><span :class="{identity:true,active:curIdentity==1}" @click="setCurIdentity(1)">学员</span></router-link>
|
<router-link to="/study/index"><span :class="{identity:true,active:curIdentity==1}" @click="setCurIdentity(1)">学员</span></router-link>
|
||||||
<router-link to="/teacher/index"><span v-if="identity == 2 || identity == 5" :class="{identity:true,active:curIdentity==2}" @click="setCurIdentity(2)">教师</span></router-link>
|
<router-link to="/teacher/index"><span v-if="identity == 2 || identity == 5" :class="{identity:true,active:curIdentity==2}" @click="setCurIdentity(2)">教师</span></router-link>
|
||||||
|
|||||||
Reference in New Issue
Block a user