Gary Gu
2025-06-30 84201c1e88b65f16b6da2c85ab8eee23f37a3da1
src/views/EquipmentView.vue
@@ -45,8 +45,13 @@
            backgroundRepeat: 'no-repeat',
            backgroundPosition: 'center center',
            backgroundSize: '100% 100%',
            display: 'flex',
            alignItems: 'center',
          }"
        >
          <span style="font-family: PangMenZhengDaoBiaoTiTi !important; font-size: 24px; letter-spacing: 2px; white-space: nowrap; margin-left: 30px"
            >重要设备状态</span
          >
        </div>
        <div class="equipment-status" :style="sectionStyle">
          <el-select v-model="deviceSelected" placeholder="请选择" @change="handleSelectChange">
@@ -105,8 +110,13 @@
            backgroundRepeat: 'no-repeat',
            backgroundPosition: 'center center',
            backgroundSize: '100% 100%',
            display: 'flex',
            alignItems: 'center',
          }"
        >
          <span style="font-family: PangMenZhengDaoBiaoTiTi !important; font-size: 24px; letter-spacing: 2px; white-space: nowrap; margin-left: 30px"
            >环境监测</span
          >
        </div>
        <div class="environment-grid" :style="sectionStyle">
          <div class="env-item">
@@ -202,8 +212,8 @@
        options: [],
        backgroundImage: new URL("@/assets/images/backgrounds/cover_bg.png", import.meta.url).href,
        titleImage: new URL("@/assets/images/titles/renyuan.png", import.meta.url).href,
        middleImage: new URL("@/assets/images/titles/shebei.png", import.meta.url).href,
        bottomImage: new URL("@/assets/images/titles/huanjing.png", import.meta.url).href,
        middleImage: new URL("@/assets/images/titles/xiangmu.png", import.meta.url).href,
        bottomImage: new URL("@/assets/images/titles/xiangmu.png", import.meta.url).href,
        bgImage: new URL("@/assets/images/titles/title_second.png", import.meta.url).href,
        enviorImage: new URL("@/assets/images/titles/wendu_bg.png", import.meta.url).href,
        deviceOnline: 0,
@@ -1129,3 +1139,9 @@
    display: none;
  }
</style>
<style lang="scss">
  .el-scrollbar__wrap {
    overflow-x: hidden;
    overflow-y: scroll;
  }
</style>