zyh
This commit is contained in:
parent
0c642b288c
commit
a59daff9d7
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -2375,6 +2375,8 @@ export default {
|
|||
width: 994px;
|
||||
position: absolute;
|
||||
height: 627px;
|
||||
background: url(../assets/客户侧总体用能情况分析/背景.png);
|
||||
background-size: cover;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
overflow: hidden;
|
||||
|
|
|
@ -2053,11 +2053,13 @@ export default {
|
|||
}
|
||||
#map {
|
||||
width: 994px;
|
||||
position: absolute;
|
||||
height: 627px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
height: 627px;
|
||||
background: url(../assets/客户侧总体用能情况分析/背景.png);
|
||||
background-size: cover;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -2068,6 +2068,8 @@ export default {
|
|||
width: 994px;
|
||||
position: absolute;
|
||||
height: 627px;
|
||||
background: url(../assets/客户侧总体用能情况分析/背景.png);
|
||||
background-size: cover;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue