优化后台体验

This commit is contained in:
邹景立 2021-05-18 11:57:50 +08:00
parent fe8390155a
commit 8817558c1e
5 changed files with 6 additions and 8 deletions

View File

@ -896,7 +896,7 @@ $(function () {
window.addEventListener('load', function () { window.addEventListener('load', function () {
setTimeout(function () { setTimeout(function () {
$('body>.layui-page-loader').fadeOut(); $('body>.layui-page-loader').fadeOut();
}, 500); }, 200);
}, true); }, true);
/*! 图片加载异常处理 */ /*! 图片加载异常处理 */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -683,9 +683,8 @@ label.think-radio, label.think-checkbox {
width: auto; width: auto;
height: auto; height: auto;
border: none; border: none;
padding: 0; padding: 0 !important;
margin-top: 0; font-size: 14px !important;
font-size: 14px;
font-style: normal; font-style: normal;
font-family: "layui-icon" !important; font-family: "layui-icon" !important;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
@ -698,7 +697,6 @@ label.think-radio, label.think-checkbox {
& .layui-nav-mored, &ed .layui-nav-more { & .layui-nav-mored, &ed .layui-nav-more {
border: none; border: none;
margin-top: 0;
transform: rotate(180deg); transform: rotate(180deg);
-o-transform: rotate(180deg); -o-transform: rotate(180deg);
-ms-transform: rotate(180deg); -ms-transform: rotate(180deg);

View File

@ -57,7 +57,7 @@
} }
.layui-icon { .layui-icon {
font-size: 16px !important; font-size: 16px;
} }
} }
} }