中建四(大屏):背景图更改

This commit is contained in:
骆乐 2022-09-14 18:05:41 +08:00
parent 7c69583e87
commit bd55f3952c

View File

@ -185,13 +185,14 @@ export default {
} }
} }
.right { .right {
width: 29%; width: 32%;
background-image: url(../assets/images/common/bgc_bluechart.png); background-image: url(../assets/images/common/echart_blue.gif);
background-size: 100%; background-size: 100%;
background-repeat: no-repeat;
.row { .row {
font-size: 12px; font-size: 12px;
color: #c4c7cc; color: #c4c7cc;
margin-left: 35%; margin-left: 38%;
margin-top: 39%; margin-top: 39%;
} }
} }