| | |
| | | <div class="detail-title" :style="{ marginTop: pxToRem(20) }">工单执行范围</div> |
| | | <CommonCesiumMap |
| | | ref="mapRef" |
| | | class="leftMap gd-cesium" |
| | | class="gd-cesium" |
| | | :active="visible" |
| | | :flat-mode="false" |
| | | :terrain="true" |
| | |
| | | position: position, |
| | | billboard: { |
| | | image: droneIcon, |
| | | width: 20, |
| | | height: 20, |
| | | width: 30, |
| | | height: 30, |
| | | verticalOrigin: Cesium.VerticalOrigin.CENTER, |
| | | }, |
| | | label: { |
| | |
| | | .content { |
| | | display: flex; |
| | | gap: 0 20px; |
| | | height: 900px; |
| | | |
| | | .leftBox { |
| | | width: 0; |
| | | flex: 1; |
| | | display: flex; |
| | | overflow: auto; |
| | | flex-direction: column; |
| | | |
| | | .gd-cesium { |
| | | width: 100%; |
| | | height: 423px; |
| | | min-height: 400px; |
| | | flex: 1; |
| | | } |
| | | } |
| | | |
| | |
| | | margin-right: 20px; |
| | | padding: 24px 0; |
| | | width: 312px; |
| | | border: 1px solid #E4E4E4; |
| | | border: 1px solid #e4e4e4; |
| | | overflow: auto; |
| | | |
| | | .item-content { |
| | | position: relative; |