补充遗漏
parent
4773e9cf5a
commit
e8daeecc94
|
|
@ -182,7 +182,6 @@
|
||||||
animation-fill-mode: forwards;
|
animation-fill-mode: forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.ball-loader {
|
.ball-loader {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|
|
||||||
|
|
@ -191,6 +191,7 @@ layui.define(['table', 'jquery', 'element', 'yaml','form', 'tab', 'menu', 'frame
|
||||||
}
|
}
|
||||||
|
|
||||||
this.colorSet = function(color) {
|
this.colorSet = function(color) {
|
||||||
|
|
||||||
let style = '';
|
let style = '';
|
||||||
// 自 定 义 菜 单 配 色
|
// 自 定 义 菜 单 配 色
|
||||||
style +=
|
style +=
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ window.rootPath = (function(src) {
|
||||||
* */
|
* */
|
||||||
layui.config({
|
layui.config({
|
||||||
base: rootPath + "modules/",
|
base: rootPath + "modules/",
|
||||||
version: "3.3.9.Release"
|
version: "3.4.0.Release"
|
||||||
}).extend({
|
}).extend({
|
||||||
admin: "admin", // 框架布局组件
|
admin: "admin", // 框架布局组件
|
||||||
menu: "menu", // 数据菜单组件
|
menu: "menu", // 数据菜单组件
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ window.rootPath = (function(src) {
|
||||||
* */
|
* */
|
||||||
layui.config({
|
layui.config({
|
||||||
base: rootPath + "modules/",
|
base: rootPath + "modules/",
|
||||||
version: "3.3.9.Release"
|
version: "3.4.0.Release"
|
||||||
}).extend({
|
}).extend({
|
||||||
admin: "admin", // 框架布局组件
|
admin: "admin", // 框架布局组件
|
||||||
menu: "menu", // 数据菜单组件
|
menu: "menu", // 数据菜单组件
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"other": {
|
"other": {
|
||||||
"keepLoad": 1200
|
"keepLoad": 1200,
|
||||||
|
"autoHead": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue