whychdw
2021-01-29 1f1e933c3847347a0a3a9107be0cd5d97ed06863
提交内容
2个文件已修改
9 ■■■■■ 已修改文件
src/components/PageHeader.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/dataTest/movingRingSystem/airCooditioner.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/PageHeader.vue
@@ -311,7 +311,6 @@
    searchServerState() {
      this.$apis.top.searchServerState().then(res => {
        let rs = JSON.parse(res.data.result);
        console.log(rs);
        if (rs.code == 1) {
          let data = rs.data[0];
          let totalDiscSpace = data.total_disc_space;
src/pages/dataTest/movingRingSystem/airCooditioner.vue
@@ -355,7 +355,7 @@
}
.left-wrapper .wrapper-content {
  width: 400px;
  width: 360px;
}
.middle-wrapper {
@@ -372,7 +372,7 @@
}
.right-wrapper .wrapper-content {
  width: 400px;
  width: 360px;
}
.header-wrapper {
@@ -412,7 +412,7 @@
  padding-bottom: 16px;
}
.run-monitor-footer{
  padding: 16px 16px;
  padding: 32px 16px 52px;
}
.warning-monitor-wrapper {
  display: flex;
@@ -430,7 +430,7 @@
  width: 600px;
  left: 50%;
  top: 50%;
  margin-top: -300px;
  margin-top: -330px;
  margin-left: -300px;
}
.earth-light-circle img,