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