Merge branch 'sprint/sunhao/optimize_apps_loading' into 'master'

* optimize apps loading state.

See merge request easycorp/zentaopms!4256
This commit is contained in:
朱金勇
2022-06-30 05:29:12 +00:00
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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;}
.menu-hide #apps {left: 40px;}
.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;}
.menu-hide #appsBar {left: 40px;}
+1 -1
View File
@@ -463,7 +463,7 @@
{
app.$app.removeClass('loading');
app._loadTimer = null;
}, 10000);
}, 15000);
}
/**
+3 -3
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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
* GitHub: https://github.com/easysoft/zui.git
* Copyright (c) 2022 cnezsoft.com; Licensed MIT