zhangzengfei
2022-03-23 d8944c4764c3fc4b7baf6b5c1586cf17c88b0bb1
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%;
    }
  }
}