Karson 8 years ago
parent
commit
f0bf9556ee
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 2 2
      public/assets/js/require-table.js

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-FastAdmin是一款基于ThinkPHP5+Bootstrap的极速后台管理系统
+FastAdmin是一款基于ThinkPHP5+Bootstrap的极速后台开发框架
 ===============
 
 

+ 2 - 2
public/assets/js/require-table.js

@@ -230,10 +230,10 @@ define(['jquery', 'bootstrap', 'backend', 'config', 'toastr', 'moment', 'bootstr
                         var that = this;
                         var top = $(that).offset().top - $(window).scrollTop();
                         var left = $(that).offset().left - $(window).scrollLeft() - 260;
-                        if(top + 154 > $(window).height()){
+                        if (top + 154 > $(window).height()) {
                             top = top - 154;
                         }
-                        if($(window).width()<480){
+                        if ($(window).width() < 480) {
                             top = left = undefined;
                         }
                         var index = Backend.api.layer.confirm(