补充遗漏
parent
4773e9cf5a
commit
e8daeecc94
|
|
@ -182,7 +182,6 @@
|
|||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
|
||||
.ball-loader {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
|
|
|
|||
|
|
@ -191,6 +191,7 @@ layui.define(['table', 'jquery', 'element', 'yaml','form', 'tab', 'menu', 'frame
|
|||
}
|
||||
|
||||
this.colorSet = function(color) {
|
||||
|
||||
let style = '';
|
||||
// 自 定 义 菜 单 配 色
|
||||
style +=
|
||||
|
|
|
|||
|
|
@ -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", // 数据菜单组件
|
||||
|
|
|
|||
|
|
@ -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请求组件
|
||||
});
|
||||
});
|
||||
|
|
@ -60,6 +60,7 @@
|
|||
}
|
||||
],
|
||||
"other": {
|
||||
"keepLoad": 1200
|
||||
"keepLoad": 1200,
|
||||
"autoHead": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue