hanbaoshan
2020-09-16 d447a624a8459e08403691e2f387dd58de9b7e79
src/pages/visual/index/home.vue
@@ -106,7 +106,7 @@
          </div>
          <div class="div-text">
            <p class="s-1">当前预警</p>
            <span class="s-2">{{CategoryData.warnCount}}</span>
            <span class="s-2">{{CategoryData.warnInfo.alarmTotal}}</span>
            <span class="s-3">人</span>
          </div>
        </div>
@@ -116,7 +116,7 @@
          </div>
          <div class="div-text">
            <p class="s-1">剩余车位</p>
            <span class="s-2">0192</span>
            <span class="s-2">{{CategoryData.warnInfo.spaceLeft}}</span>
            <span class="s-3">个</span>
          </div>
        </div>
@@ -407,7 +407,7 @@
      }
    }
    .monitor {
      height: calc(62% - 20px);
      height: calc(62% - 27px);
      .monitoring-video {
        height: 100%;
        width: 100%;
@@ -430,7 +430,7 @@
      }
    }
    .entry-exit {
      height: calc(38% - 20px);
      height: calc(38% - 23px);
      .category-parent {
        width: 100%;
        height: 80%;
@@ -546,7 +546,7 @@
    @media screen and (min-width: 1600px) {
      width: 50%;
    }
    height: 100%;
    height: calc(100% - 10px);
    float: left;
    color: #fff;
    .col {