diff --git a/component/pear/css/pear-module/tab.css b/component/pear/css/pear-module/tab.css index 1c88604..a124713 100644 --- a/component/pear/css/pear-module/tab.css +++ b/component/pear/css/pear-module/tab.css @@ -182,7 +182,6 @@ animation-fill-mode: forwards; } - .ball-loader { position: absolute; left: 50%; diff --git a/component/pear/modules/admin.js b/component/pear/modules/admin.js index 0d392c8..5c22c14 100644 --- a/component/pear/modules/admin.js +++ b/component/pear/modules/admin.js @@ -191,6 +191,7 @@ layui.define(['table', 'jquery', 'element', 'yaml','form', 'tab', 'menu', 'frame } this.colorSet = function(color) { + let style = ''; // 自 定 义 菜 单 配 色 style += diff --git a/component/pear/pear.all.js b/component/pear/pear.all.js index d6944a6..6997840 100644 --- a/component/pear/pear.all.js +++ b/component/pear/pear.all.js @@ -11,7 +11,7 @@ window.rootPath = (function(src) { * */ layui.config({ base: rootPath + "modules/", - version: "3.3.9.Release" + version: "3.4.0.Release" }).extend({ admin: "admin", // 框架布局组件 menu: "menu", // 数据菜单组件 diff --git a/component/pear/pear.js b/component/pear/pear.js index 209094a..6997840 100644 --- a/component/pear/pear.js +++ b/component/pear/pear.js @@ -11,7 +11,7 @@ window.rootPath = (function(src) { * */ layui.config({ base: rootPath + "modules/", - version: "3.3.9.Release" + version: "3.4.0.Release" }).extend({ admin: "admin", // 框架布局组件 menu: "menu", // 数据菜单组件 @@ -43,4 +43,4 @@ layui.config({ yaml:"yaml", // yaml 解析组件 context: "context", // 上下文组件 http: "http" // ajax请求组件 -}); +}); \ No newline at end of file diff --git a/config/pear.config.json b/config/pear.config.json index f802cc6..344aaf2 100644 --- a/config/pear.config.json +++ b/config/pear.config.json @@ -60,6 +60,7 @@ } ], "other": { - "keepLoad": 1200 + "keepLoad": 1200, + "autoHead": false } }