智慧园区前端大屏
src/styles/page/index.scss
@@ -9,13 +9,11 @@
    width: 408px;
    height: 100%;
    pointer-events: auto;
    background: rgba(28, 115, 195, 0.05);
    background: rgba(28, 115, 195, 0.2);
    &>div {
      flex: 1;
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      .title-box {
        position: relative;
@@ -46,7 +44,9 @@
      }
      .content-box {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: calc(100% - 38px);
      }
    }
@@ -54,4 +54,10 @@
      // background:  rgba(42,64,120,0.68);
    }
  }
  .left-container {}
  .right-container {
    right: 0;
  }
}