浏览代码

fix: 发表博文按钮右对齐

SongZihuan 3 年之前
父节点
当前提交
23e20f463d
共有 1 个文件被更改,包括 3 次插入1 次删除
  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>