无人机管理后台前端(已迁走)
chenyao
2025-05-23 66e46962096bbdfe4cb7fa5bfd02578f36de2bd2
src/styles/common.scss
@@ -73,7 +73,8 @@
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
  background: #f0f2f5;
  // background: #f0f2f5;
  background: linear-gradient( 180deg, #EEF3FE 0%, #F8F9FB 100%);
}
#avue-view {
@@ -151,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;
  }
}