소스 검색

no message

admin@web.or.kr 2 일 전
부모
커밋
e090d2916f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      resources/views/desktop/board/comment/write.blade.php
  2. 1 1
      resources/views/mobile/board/comment/write.blade.php

+ 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>