This commit is contained in:
zhaofang
2022-10-29 17:31:09 +08:00
parent 264bff2ecb
commit 4f61ace5e1
3 changed files with 11 additions and 16 deletions

View File

@@ -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;

View File

@@ -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> -->