无人机管理后台前端(已迁走)
chenyao
2025-05-23 23aa4b64192290656bd0594846a68264e01f8a3e
src/styles/common.scss
@@ -152,4 +152,30 @@
    background: rgb(255, 186, 0);
    border-radius: 50%;
  }
}
.ztzf-cesium{
  .cesium-viewer {
    height: 100%;
    overflow: hidden;
    .cesium-viewer-cesiumWidgetContainer {
      width: 100%;
      height: 100%;
      .cesium-widget {
        width: 100%;
        height: 100%;
        canvas {
          width: 100%;
          height: 100%;
        }
      }
    }
  }
  .cesium-viewer-bottom {
    display: none;
  }
}