diff --git a/public/react/src/App.css b/public/react/src/App.css
index 557768eef..1c8ce15e1 100644
--- a/public/react/src/App.css
+++ b/public/react/src/App.css
@@ -72,6 +72,13 @@ html, body {
/* 某些情况下,被cm盖住了 */
z-index: 99;
}
+/* 图片点击放大的场景,隐藏图片链接 */
+.editormd-image-click-expand .editormd-image-dialog {
+ height: 234px !important;
+}
+ .editormd-image-click-expand .editormd-image-dialog .image-link {
+ display: none;
+ }
/* 解决鼠标框选时,左边第一列没高亮的问题 */
.CodeMirror .CodeMirror-lines pre.CodeMirror-line, .CodeMirror .CodeMirror-lines pre.CodeMirror-line-like {
padding: 0 12px ;
diff --git a/public/react/src/modules/courses/common/comments/CommonReply.js b/public/react/src/modules/courses/common/comments/CommonReply.js
index dae21949c..8b7817e85 100644
--- a/public/react/src/modules/courses/common/comments/CommonReply.js
+++ b/public/react/src/modules/courses/common/comments/CommonReply.js
@@ -250,7 +250,7 @@ class CommonReply extends Component{
}
`}