mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
优化后台体验
This commit is contained in:
parent
fe8390155a
commit
8817558c1e
@ -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
@ -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);
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.layui-icon {
|
.layui-icon {
|
||||||
font-size: 16px !important;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user