diff --git a/src/views/portal/qa/Answer.vue b/src/views/portal/qa/Answer.vue index 1b2b5c70..23785072 100644 --- a/src/views/portal/qa/Answer.vue +++ b/src/views/portal/qa/Answer.vue @@ -91,7 +91,7 @@
-
+
回复 @@ -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 {