无人机管理后台前端(已迁走)
shuishen
2025-06-25 6ad52bf9f4824b72dcce9547356fcba4b3b145ba
src/styles/common.scss
@@ -20,9 +20,9 @@
.avue-layout {
  display: flex;
  height: 1080px;
  width: 1920px;
  background: url("@/assets/images/layoutBg.png")  no-repeat center / 100% 100%;
  width: 100%;
  height: 100%;
  background: url("@/assets/images/layoutBg.png") no-repeat center / 100% 100%;
  overflow: hidden;
  &--horizontal {
@@ -85,9 +85,12 @@
  margin-bottom: 0;
}
.avue-view {
  width: 100%;
  box-sizing: border-box;
.main-avue-view-container {
  height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.avue-footer {
@@ -155,7 +158,7 @@
  }
}
.ztzf-cesium{
.ztzf-cesium {
  .cesium-viewer {
    height: 100%;
    overflow: hidden;
@@ -179,4 +182,4 @@
  .cesium-viewer-bottom {
    display: none;
  }
}
}