longyvfengyun
2023-07-28 ee139df53858ed0d2476cad814db50164b1e297c
界面内容修改
3个文件已修改
19 ■■■■ 已修改文件
src/views/home/components/batt-card.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/components/total-data.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/home-conductor.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/components/batt-card.vue
@@ -11,7 +11,7 @@
</template>
<script>
const types = ['本年未放电池组', '电池组优良', '电池组劣化', '电池组损坏'];
const types = ['本年未放组数', '电池组优良', '电池组劣化', '电池组损坏'];
export default {
  name: '',
  props: {
@@ -82,9 +82,10 @@
.content {
  position: relative;
  /* border: 1px #ccc solid; */
  width: 260px;
  height: 190px;
  width: 200px;
  height: 160px;
  background: url('../images/total_1.png') center center / contain no-repeat;
}
.icon {
  width: 40px;
@@ -110,7 +111,7 @@
.value {
  position: absolute;
  top: 24px;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
@@ -120,7 +121,7 @@
.tag {
  position: absolute;
  bottom: 40px;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
src/views/home/components/total-data.vue
@@ -10,7 +10,7 @@
</template>
<script>
const types = ['设备', '电源', '电池组', '本年已放电池组'];
const types = ['设备', '电源', '电池组', '本年已放组数'];
export default {
  name: '',
  props: {
src/views/home/home-conductor.vue
@@ -518,10 +518,10 @@
      ],
      stationLevel: 0,
      battLevel: 0,
      testLevel: 0,
      testLevel: 2,
      changeCount: "--",
      alarmCount: "--",
      year0: 0,
      year0: 6,
      year1: 0,
      base: {
        deviceNum: 0,
@@ -1304,7 +1304,6 @@
    .batt-data {
      font-size: 14px;
      font-weight: bold;
      color: #00fefe;
      background: #01354c;
      border: 1px #016273 solid;
@@ -1424,7 +1423,6 @@
    .info {
      font-size: 16px;
      color: #ffff00;
      font-weight: bold;
    }
  }
}