mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修改同步样式
This commit is contained in:
parent
d55253342f
commit
3ee39c6a46
@ -36,12 +36,12 @@ class Config extends Controller
|
|||||||
'white' => '简约白0',
|
'white' => '简约白0',
|
||||||
'red-1' => '玫瑰红1',
|
'red-1' => '玫瑰红1',
|
||||||
'blue-1' => '深空蓝1',
|
'blue-1' => '深空蓝1',
|
||||||
'black-1' => '经典黑1',
|
|
||||||
'green-1' => '小草绿1',
|
'green-1' => '小草绿1',
|
||||||
|
'black-1' => '经典黑1',
|
||||||
'red-2' => '玫瑰红2',
|
'red-2' => '玫瑰红2',
|
||||||
'blue-2' => '深空蓝2',
|
'blue-2' => '深空蓝2',
|
||||||
'black-2' => '经典黑2',
|
|
||||||
'green-2' => '小草绿2',
|
'green-2' => '小草绿2',
|
||||||
|
'black-2' => '经典黑2',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
display: flex !important;
|
display: flex !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
#leftBackColor();
|
#leftBackColor();
|
||||||
#defaTransition(0.2s, 'background-color');
|
#defaTransition(0.2s, background-color);
|
||||||
|
|
||||||
.layui-side-icon {
|
.layui-side-icon {
|
||||||
display: none;
|
display: none;
|
||||||
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
> .layui-header {
|
> .layui-header {
|
||||||
background: @headNormalBackColor;
|
background: @headNormalBackColor;
|
||||||
#defaTransition(0.2s, 'background-color');
|
#defaTransition(0.2s, background-color);
|
||||||
|
|
||||||
.layui-nav-item {
|
.layui-nav-item {
|
||||||
&.layui-this > a {
|
&.layui-this > a {
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user