From 0248bc7e6c0bf01f32b315faf4445e688375e7e6 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Thu, 20 Jun 2019 20:09:37 +0800 Subject: [PATCH] markdown css --- public/react/src/modules/comment/Comments.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/comment/Comments.js b/public/react/src/modules/comment/Comments.js index 50368d60a..db59ddee8 100644 --- a/public/react/src/modules/comment/Comments.js +++ b/public/react/src/modules/comment/Comments.js @@ -225,7 +225,7 @@ class Comments extends Component {
-
+
@@ -326,7 +326,7 @@ class Comments extends Component { { item.hidden && ((this.props.onlySuperAdminCouldHide && !item.isSuperAdmin) || !this.props.onlySuperAdminCouldHide && item.admin === false && (item.manager === false || item.manager == undefined)) ?

违规评论已被屏蔽!

- :
+ :
}