问题详细页面调整样式

This commit is contained in:
daihh
2022-10-13 14:46:31 +08:00
parent ae1ee5fc36
commit a726aa3f0e

View File

@@ -91,7 +91,7 @@
</div> </div>
<div class="answer-boot"> <div class="answer-boot">
<div class="answer-boot-btns"> <div class="answer-boot-btns">
<div v-show="btnsShowRowId != item.id"> <div v-show="btnsShowRowId == item.id">
<a @click="showRowInput(item, {})"> <a @click="showRowInput(item, {})">
<svg-icon icon-class="comment" style="margin-right: 0px;font-size: 16px;"></svg-icon> <svg-icon icon-class="comment" style="margin-right: 0px;font-size: 16px;"></svg-icon>
<span>回复</span> <span>回复</span>
@@ -992,7 +992,8 @@ export default {
.answer-body { .answer-body {
padding-left: 40px; padding-left: 40px;
.answer-text { .answer-text {
margin: 6px 0 15px; //margin: 6px 0 15px;
margin:6px 70px 15px 0px;//按ui图让开右边区域位置
line-height: 24px; line-height: 24px;
height: 48px; height: 48px;
white-space: pre-wrap; white-space: pre-wrap;
@@ -1008,9 +1009,12 @@ export default {
.answer-time { .answer-time {
font-size: 14px; font-size: 14px;
color: #8590a6; color: #8590a6;
display: flex; //display: flex;
justify-content: space-between; //justify-content: space-between;
align-items: center; //align-items: center;
//按ui图不再占一行只是占右边
float: right;
margin-top: -50px;
} }
.answer-boot { .answer-boot {