forked from Gitlink/forgeplus-react
FIX 更改header的背景色
This commit is contained in:
parent
13c6556574
commit
2fa71241db
|
@ -24,7 +24,7 @@ body>.-task-title {
|
|||
}
|
||||
.newHeaders{
|
||||
max-width: unset;
|
||||
background: #fff !important;
|
||||
background: #24292d;
|
||||
width: 100%;
|
||||
height:70px;
|
||||
min-width: 1200px;
|
||||
|
@ -412,4 +412,4 @@ body>.-task-title {
|
|||
.progress-container {
|
||||
flex: 1 0 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue