瀏覽代碼

回到顶部按钮设置为浮动

jqh 5 年之前
父節點
當前提交
e76407744a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/layouts/vertical.blade.php

+ 1 - 1
resources/views/layouts/vertical.blade.php

@@ -29,7 +29,7 @@
                 v{{ Dcat\Admin\Admin::VERSION }}
             </span>
 
-            <button class="btn btn-primary btn-icon scroll-top pull-right" style="bottom: 2%;display: none">
+            <button class="btn btn-primary btn-icon scroll-top pull-right" style="position: fixed;bottom: 2%; right: 10px;display: none">
                 <i class="feather icon-arrow-up"></i>
             </button>
         </p>