问答列表名字换行

This commit is contained in:
lmj
2022-10-20 16:26:49 +08:00
parent 3b1cd4c659
commit 81aae5dcb7

View File

@@ -52,7 +52,7 @@
</div>
<div style="display: flex;justify-content:space-between;">
<div style="width: 120px;">
<div style="width: 150px;">
<author :avatar="qa.authorInfo.avatar" :name="qa.authorInfo.name" :sex="qa.authorInfo.sex"></author>
</div>
<div><interactBar nodeWidth="60px" :readonly="true" :type="4" :data="qa" @addAnswers="qaAnswer(qa)" :shares="false" :comments="false" :answers="true" :clickAnswer="true" :views="false"></interactBar></div>