File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -572,6 +572,7 @@ img.unread {
572572.preview {
573573 padding : 0.5em ;
574574 font-size : 15px ;
575+ min-height : 200px ;
575576}
576577.preview p > img {
577578 display : block;
@@ -786,6 +787,11 @@ textarea.editor {
786787 height : 400px ;
787788}
788789
790+ # edit_reply_form .preview ,
791+ # create_topic_form .preview {
792+ min-height : 400px ;
793+ }
794+
789795# submit_btn {
790796 margin-top : 10px ;
791797}
Original file line number Diff line number Diff line change 4949 id ="reply2_editor_<%- reply._id %> " name ='r2_content ' rows ='4 '> </ textarea >
5050 < div class ='editor_buttons '>
5151 < button class ='btn action_preview '> 预览</ button >
52- < button class ='btn reply2_submit_btn '
52+ < button class ='btn reply2_submit_btn btn-primary '
5353 type ="submit " data-id ='<%= reply._id %> '> 回复</ button >
5454 </ div >
5555 </ div >
5656 < div class ='markdown_in_preview '>
5757 < div class ='preview '> </ div >
5858 < div class ='editor_buttons '>
59- < button class ='btn reply2_submit_btn '
60- type ="submit " data-id ='<%= reply._id %> '> 回复</ button >
6159 < button class ='btn action_modify '> 修改</ button >
60+ < button class ='btn reply2_submit_btn btn-primary '
61+ type ="submit " data-id ='<%= reply._id %> '> 回复</ button >
6262 </ div >
6363 </ div >
6464 </ div >
Original file line number Diff line number Diff line change 143143 < textarea class ='editor ' name ='r_content ' rows ='8 '> </ textarea >
144144 < div class ='editor_buttons '>
145145 < button class ='btn action_preview '> 预览</ button >
146- < button class ='btn btn-primary ' type ="submit "> 提交 </ button >
146+ < button class ='btn btn-primary ' type ="submit "> 回复 </ button >
147147 </ div >
148148 </ div >
149149 < div class ='markdown_in_preview '>
150150 < div class ='preview '> </ div >
151151 < div class ='editor_buttons '>
152152 < button class ='btn action_modify '> 修改</ button >
153- < button class ='btn btn-primary ' type ="submit "> 提交 </ button >
153+ < button class ='btn btn-primary ' type ="submit "> 回复 </ button >
154154 </ div >
155155 </ div >
156156 </ div >
You can’t perform that action at this time.
0 commit comments