|
@@ -294,7 +294,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.header {
|
|
|
- height: 60px;
|
|
|
+ height: 74px;
|
|
|
position: fixed;
|
|
|
top: 0px;
|
|
|
width: 100%;
|
|
@@ -304,8 +304,8 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- background-image: url("/static/images/overview/title_new.png");
|
|
|
-
|
|
|
+ // background-image: url("/static/images/overview/title_new.png");
|
|
|
+ background-image: url("/static/images/overview/title.gif");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
@@ -429,7 +429,7 @@ export default {
|
|
|
height: 25px;
|
|
|
line-height: 25px;
|
|
|
/* text-align: center; */
|
|
|
- text-align: left;
|
|
|
+ text-align: center;
|
|
|
width: 100%;
|
|
|
display: inline-block;
|
|
|
position: relative;
|
|
@@ -443,8 +443,9 @@ export default {
|
|
|
|
|
|
.timeline-item-time {
|
|
|
top: -62px;
|
|
|
- font-size: 14px;
|
|
|
- text-align: left;
|
|
|
+ font-size: 17px;
|
|
|
+ text-align: center;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.el-menu-demo {
|