补充遗漏

develop
就眠仪式 2021-01-01 21:37:15 +08:00
parent 4773e9cf5a
commit e8daeecc94
5 changed files with 6 additions and 5 deletions

View File

@ -182,7 +182,6 @@
animation-fill-mode: forwards;
}
.ball-loader {
position: absolute;
left: 50%;

View File

@ -191,6 +191,7 @@ layui.define(['table', 'jquery', 'element', 'yaml','form', 'tab', 'menu', 'frame
}
this.colorSet = function(color) {
let style = '';
// 自 定 义 菜 单 配 色
style +=

View File

@ -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", // 数据菜单组件

View File

@ -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请求组件
});
});

View File

@ -60,6 +60,7 @@
}
],
"other": {
"keepLoad": 1200
"keepLoad": 1200,
"autoHead": false
}
}