ZZJ
2022-01-26 1e09a7a01a6c1888e1a2a832eb007fb8c2b653a0
src/pages/internetEquipment/views/helemetEquipment.vue
@@ -32,6 +32,7 @@
  },
  data() {
    return {
      boundArr: [],
      warnArr: [],
      lowBatteryArr: [],
    };
@@ -52,6 +53,7 @@
}
.helmet-equipment {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
@@ -62,10 +64,28 @@
  }
  .footer {
    height: 292px;
    position: absolute;
    top: 540px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    justify-content: start;
    color: #4f4f4f;
    .real-time-module {
      flex: 2.35;
      height: 100%;
    }
    .elec-module {
      flex: 1;
      margin: 0 20px;
      height: 100%;
    }
    .history-module {
      flex: 1;
      height: 100%;
    }
  }
}
</style>