Browse Source

fix: 发表博文按钮右对齐

SongZihuan 3 năm trước cách đây
mục cha
commit
23e20f463d
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      templates/docx/docx.html

+ 3 - 1
templates/docx/docx.html

@@ -51,7 +51,9 @@
                                 </div>
                             </div>
 
-                            <button type="button" class="btn btn-info mb-2" data-toggle="modal" data-target="#CreateModal"> 发表 </button>
+                            <div class="text-right">
+                                <button type="button" class="btn btn-info mb-2" data-toggle="modal" data-target="#CreateModal"> 发表 </button>
+                            </div>
                         </form>
                     </div>
                 </div>