feat: 样式调整
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user