Karsa 2 years ago
parent
commit
f5a4585265
1 changed files with 5 additions and 4 deletions
  1. 5 4
      pages/question/question.vue

+ 5 - 4
pages/question/question.vue

@@ -594,11 +594,12 @@ page {
       height: calc(100vh - 550rpx);
       overflow-y: auto;
       position: relative;
-      padding: 30rpx 24rpx 0;
+      padding: 30rpx 0;
       .comment-list-item {
-         margin-bottom: 30rpx;
-         .comment { color: #666; }
-         .del { color: #D80000;margin-top: 10rpx;width: 200rpx; }
+				margin-bottom: 30rpx;
+				padding: 0 24rpx;
+				.comment { color: #666; }
+				.del { color: #D80000;margin-top: 10rpx;width: 200rpx; }
       }
    }
    .write-wrap {