mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
优化后台样式
This commit is contained in:
parent
82dad4b050
commit
25014ee662
@ -60,7 +60,6 @@
|
||||
@LoadBackColor: #EFEFEF;
|
||||
|
||||
// 窗口页面背景颜色
|
||||
@BodyMainTop: 50px;
|
||||
@BodyMainBackColor: #EFEFEF;
|
||||
|
||||
// 左侧菜单大小
|
||||
|
@ -88,7 +88,7 @@
|
||||
}
|
||||
|
||||
.layui-nav-child {
|
||||
top: @BodyMainTop;
|
||||
top: @TopHeaderHeight;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
line-height: 48px;
|
||||
@ -211,7 +211,7 @@
|
||||
}
|
||||
|
||||
.layui-side-scroll {
|
||||
top: @BodyMainTop;
|
||||
top: @TopHeaderHeight;
|
||||
bottom: 0;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
@ -294,7 +294,7 @@
|
||||
}
|
||||
|
||||
> .layui-body {
|
||||
top: @BodyMainTop;
|
||||
top: @TopHeaderHeight;
|
||||
left: @LayoutDefaLeftSzie;
|
||||
padding: 0;
|
||||
z-index: 111;
|
||||
@ -352,7 +352,7 @@
|
||||
}
|
||||
|
||||
> .layui-card-header {
|
||||
top: @BodyMainTop;
|
||||
top: @TopHeaderHeight;
|
||||
left: @LayoutDefaLeftSzie;
|
||||
border-top: @BoxBottomLine;
|
||||
border-bottom: 1px solid #fff !important;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user