优化后台体验

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 () {
setTimeout(function () {
$('body>.layui-page-loader').fadeOut();
}, 500);
}, 200);
}, 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;
height: auto;
border: none;
padding: 0;
margin-top: 0;
font-size: 14px;
padding: 0 !important;
font-size: 14px !important;
font-style: normal;
font-family: "layui-icon" !important;
-moz-osx-font-smoothing: grayscale;
@ -698,7 +697,6 @@ label.think-radio, label.think-checkbox {
& .layui-nav-mored, &ed .layui-nav-more {
border: none;
margin-top: 0;
transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);

View File

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