浏览代码

no message

admin@web.or.kr 2 天之前
父节点
当前提交
e090d2916f

+ 1 - 1
resources/views/desktop/board/comment/write.blade.php

@@ -41,7 +41,7 @@
                         </label>
                     @endif
                 @endauth
-                <button type="button" name="btn_comment_submit" class="btn btn-success btn-comment-submit">등록</button>
+                <button type="button" name="btn_comment_submit" class="btn btn-success btn-comment-submit me-2">등록</button>
                 <button type="button" name="btn_comment_cancel" class="btn btn-light btn-comment-cancel">취소</button>
             </div>
         </div>

+ 1 - 1
resources/views/mobile/board/comment/write.blade.php

@@ -41,7 +41,7 @@
                         </label>
                     @endif
                 @endauth
-                <button type="button" name="btn_comment_submit" class="btn btn-success btn-comment-submit">등록</button>
+                <button type="button" name="btn_comment_submit" class="btn btn-success btn-comment-submit me-1">등록</button>
                 <button type="button" name="btn_comment_cancel" class="btn btn-light btn-comment-cancel">취소</button>
             </div>
         </div>