feat: 样式调整
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#app .ant-layout-has-sider .ant-menu-vertical .ant-menu-item,#app .ant-menu-vertical-left .ant-menu-item, #app.ant-menu-vertical-right .ant-menu-item,#app .ant-menu-inline .ant-menu-item,#app .ant-menu-vertical .ant-menu-submenu-title,#app .ant-menu-vertical-left .ant-menu-submenu-title,#app .ant-menu-vertical-right .ant-menu-submenu-title,#app .ant-menu-inline .ant-menu-submenu-title {
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
height: 50px !important;
|
||||
// height: 50px !important;
|
||||
}
|
||||
|
||||
.ant-menu-vertical.ant-menu-sub, .ant-menu-vertical-left.ant-menu-sub, .ant-menu-vertical-right.ant-menu-sub{
|
||||
|
@@ -137,6 +137,9 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
transition: color 0.08s;
|
||||
}
|
||||
.ant-layout-sider-children {
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -162,7 +165,7 @@ body {
|
||||
|
||||
//状态颜色
|
||||
.commonStatus {
|
||||
&::before{
|
||||
&::before {
|
||||
content: '';
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
@@ -174,60 +177,60 @@ body {
|
||||
}
|
||||
|
||||
.statusWarn {
|
||||
&::before{
|
||||
&::before {
|
||||
background-color: #fa8214;
|
||||
}
|
||||
}
|
||||
|
||||
.statusSuccess {
|
||||
&::before{
|
||||
background-color: #0D9E3E;
|
||||
&::before {
|
||||
background-color: #0d9e3e;
|
||||
}
|
||||
}
|
||||
|
||||
.statusRunning {
|
||||
&::before{
|
||||
background-color: #1C4DDC;
|
||||
&::before {
|
||||
background-color: #1c4ddc;
|
||||
}
|
||||
}
|
||||
.statusError {
|
||||
&::before{
|
||||
background-color: #D4321C;
|
||||
&::before {
|
||||
background-color: #d4321c;
|
||||
}
|
||||
}
|
||||
|
||||
.statusEmpty {
|
||||
&::before{
|
||||
width:0;
|
||||
&::before {
|
||||
width: 0;
|
||||
}
|
||||
width:0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.statusNotStart {
|
||||
&::before{
|
||||
background-color: #8B98AB;
|
||||
&::before {
|
||||
background-color: #8b98ab;
|
||||
}
|
||||
}
|
||||
|
||||
.statusDone{
|
||||
&::before{
|
||||
.statusDone {
|
||||
&::before {
|
||||
background-color: #697383;
|
||||
}
|
||||
}
|
||||
|
||||
.statusInvalid{
|
||||
&::before{
|
||||
background-color: #AEAEAE;
|
||||
.statusInvalid {
|
||||
&::before {
|
||||
background-color: #aeaeae;
|
||||
}
|
||||
}
|
||||
.statusNull {
|
||||
&::before{
|
||||
background-color: #8B98AB;
|
||||
&::before {
|
||||
background-color: #8b98ab;
|
||||
}
|
||||
// background-color: #8B98AB;
|
||||
}/* */
|
||||
.statusNull2{
|
||||
&::before{
|
||||
} /* */
|
||||
.statusNull2 {
|
||||
&::before {
|
||||
background-color: #697383;
|
||||
}
|
||||
// background-color: #697383;
|
||||
|
@@ -41,7 +41,7 @@
|
||||
@form-item-margin-bottom: 24px;
|
||||
|
||||
//menu
|
||||
@menu-item-height: 48px;
|
||||
@menu-item-height: 50px;
|
||||
@menu-item-active-bg: none;
|
||||
@menu-item-boundary-margin: 0px;
|
||||
|
||||
|
Reference in New Issue
Block a user