Commit 9a58bcf0 by lijiabin

【需求 17679】 perf: 优化界面显示

parent 0f51d9b6
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
</div> </div>
<!-- 赞同票数 (微小的灰色文字,增加信息密度) --> <!-- 赞同票数 (微小的灰色文字,增加信息密度) -->
<div class="text-xs text-slate-400 mb-2"> <div v-if="answer.postPriseCount" class="text-xs text-slate-400 mb-2">
{{ answer.postPriseCount || 0 }} 人赞同了该回答 {{ answer.postPriseCount || 0 }} 人赞同了该回答
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment