mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
隐藏最佳答案
This commit is contained in:
@@ -15,12 +15,13 @@
|
|||||||
{{item.isAll?'收起':'展开'}}
|
{{item.isAll?'收起':'展开'}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="item.question.isResolve" style=";color: #333330;display:flex;margin-bottom:10px">
|
|
||||||
<!-- <div style="width:90px"><span>最佳回答:</span></div> -->
|
|
||||||
|
|
||||||
<div class="one-line-ellipsis" style="color: #333330;font-size: 14px;padding-top:1px">
|
<!--
|
||||||
{{ item.question.bestAnswer }}</div>
|
<div v-if="item.question.isResolve" style=";color: #333330;display:flex;margin-bottom:10px">
|
||||||
|
<div class="one-line-ellipsis" style="color: #333330;font-size: 14px;padding-top:1px">{{ item.question.bestAnswer }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
|
||||||
<interactBar :type="4" :readonly="true" :data="item" :views="false" :shares="false"></interactBar>
|
<interactBar :type="4" :readonly="true" :data="item" :views="false" :shares="false"></interactBar>
|
||||||
|
|
||||||
<!-- <div class="article-info-tools"> -->
|
<!-- <div class="article-info-tools"> -->
|
||||||
|
|||||||
Reference in New Issue
Block a user