|
@@ -29,7 +29,7 @@ export default {
|
|
|
.home {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background: url(../../assets/newHome_h.png);
|
|
|
+ background: url('~@/assets/newHome_h.png');
|
|
|
background-repeat: round;
|
|
|
.date {
|
|
|
display: flex;
|
|
@@ -399,7 +399,7 @@ export default {
|
|
|
position: relative;
|
|
|
width: 84px;
|
|
|
height: 84px;
|
|
|
- background: url("../../assets/imgs/instrumentPanel.png") no-repeat;
|
|
|
+ background: url("~@/assets/imgs/instrumentPanel.png") no-repeat;
|
|
|
|
|
|
img {
|
|
|
position: absolute;
|
|
@@ -468,7 +468,7 @@ export default {
|
|
|
background: linear-gradient(90deg, #561f00, #853000, #f78712);
|
|
|
|
|
|
.img {
|
|
|
- background: url("../../assets/imgs/generatingCapacityDay.png")
|
|
|
+ background: url("~@/assets/imgs/generatingCapacityDay.png")
|
|
|
no-repeat;
|
|
|
}
|
|
|
}
|