问题详细页面调整样式

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