Merge branch 'sprint/sunhao/optimize_apps_loading' into 'master'
* optimize apps loading state. See merge request easycorp/zentaopms!4256
This commit is contained in:
@@ -49,7 +49,7 @@ body.menu-hide {padding-left: 0;}
|
|||||||
.app-container {position: absolute; left: 0; bottom: 40px; right: 0; top: 0; background-color: #efefef;}
|
.app-container {position: absolute; left: 0; bottom: 40px; right: 0; top: 0; background-color: #efefef;}
|
||||||
.menu-hide #apps {left: 40px;}
|
.menu-hide #apps {left: 40px;}
|
||||||
.app-container.loading:before {background-color: rgba(0,0,0,.1);}
|
.app-container.loading:before {background-color: rgba(0,0,0,.1);}
|
||||||
.app-container.loading:before, .app-container.loading::after {transition-delay: 1s;}
|
.app-container.loading:before, .app-container.loading::after {transition-delay: 3s;}
|
||||||
|
|
||||||
#appsBar {position: fixed; left: 96px; bottom: 0; right: 0; height: 40px; z-index: 1012; background: #fff; border-top: 1px solid #eff1f7;}
|
#appsBar {position: fixed; left: 96px; bottom: 0; right: 0; height: 40px; z-index: 1012; background: #fff; border-top: 1px solid #eff1f7;}
|
||||||
.menu-hide #appsBar {left: 40px;}
|
.menu-hide #appsBar {left: 40px;}
|
||||||
|
|||||||
@@ -463,7 +463,7 @@
|
|||||||
{
|
{
|
||||||
app.$app.removeClass('loading');
|
app.$app.removeClass('loading');
|
||||||
app._loadTimer = null;
|
app._loadTimer = null;
|
||||||
}, 10000);
|
}, 15000);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
+3
-3
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* ZUI: ZUI for Zentao - v1.10.0 - 2022-06-28
|
* ZUI: ZUI for Zentao - v1.10.0 - 2022-06-30
|
||||||
* http://openzui.com
|
* http://openzui.com
|
||||||
* GitHub: https://github.com/easysoft/zui.git
|
* GitHub: https://github.com/easysoft/zui.git
|
||||||
* Copyright (c) 2022 cnezsoft.com; Licensed MIT
|
* Copyright (c) 2022 cnezsoft.com; Licensed MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user