1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| .dc-distance-legend {
|
| .label {
| color: #000 !important;
| }
|
| .scale-bar {
| border-color: #000 !important;
| }
| }
|
| .car-video-box .el-dialog {
| margin-top: 0 !important;
| position: fixed !important;
| top: 200px;
| left: 400px;
| // right: 0;
| // bottom: 0;
| // margin: auto;
|
| width: 821px;
| height: 450px;
|
| .el-dialog__body {
| padding: 10px !important;
| height: calc(100% - 50px);
|
| iframe {
| width: 100%;
| height: 100%;
| }
| }
| }
|
|