mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +08:00
提交
This commit is contained in:
@@ -91,13 +91,7 @@
|
||||
.answer-list-index{
|
||||
padding: 30px 0;
|
||||
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{
|
||||
margin: 0;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
-->
|
||||
|
||||
<interactBar :type="4" :readonly="true" :data="item" :views="false" :shares="false"></interactBar>
|
||||
<interactBar :type="4" :readonly="true" :data="item.question" :views="false" :shares="false" :answers="true" :comments="false"></interactBar>
|
||||
|
||||
<!-- <div class="article-info-tools"> -->
|
||||
<!-- <authorInfo :avatar="item.avatar" :name="item.name" :info="item.orgInfo" :sex="item.sex"></authorInfo> -->
|
||||
|
||||
Reference in New Issue
Block a user