mirror of https://gitee.com/xiaonuobase/snowy
【优化】优化css代码格式
parent
a29da7fac0
commit
3cc44e4ec1
|
@ -36,7 +36,7 @@ a, button, input, textarea {
|
||||||
.aminui {
|
.aminui {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 640px;
|
min-height: 640px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
}
|
}
|
||||||
|
@ -152,11 +152,11 @@ a, button, input, textarea {
|
||||||
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
|
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
|
||||||
background-color: var(--body-background);
|
background-color: var(--body-background);
|
||||||
|
|
||||||
.ant-menu-item{
|
.ant-menu-item{
|
||||||
padding-right: 20px!important;
|
padding-right: 20px!important;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 应用主题色
|
// 应用主题色
|
||||||
.snowy-header-primary-color {
|
.snowy-header-primary-color {
|
||||||
|
@ -171,10 +171,10 @@ a, button, input, textarea {
|
||||||
.ant-breadcrumb-separator {
|
.ant-breadcrumb-separator {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.ant-menu-light .ant-menu-item:hover{
|
.ant-menu-light .ant-menu-item:hover{
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
background-color: var(--primary-7);
|
background-color: var(--primary-7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-layout-sider-dark {
|
.ant-layout-sider-dark {
|
||||||
|
|
Loading…
Reference in New Issue