ZZJ
2021-12-07 f79f33c6e02ddcfa72bc35020bf68e465e42bced
src/pages/internetEquipment/views/helemetEquipment.vue
@@ -53,6 +53,7 @@
}
.helmet-equipment {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
@@ -63,20 +64,27 @@
  }
  .footer {
    height: 292px;
    position: absolute;
    top: 540px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    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%;
    }
  }
}