安琪酵母(西藏)益生菌信息采集中心智能实验室
longyvfengyun
2023-08-25 b311eb1e1e0e725613f752e82124b3297198c233
内容提交
4个文件已修改
33 ■■■■ 已修改文件
src/components/HdwLight.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/accessControl/js/doorInfoModule.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/airConditioning/airConditioning.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainLayout/components/SlideMenu.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/HdwLight.vue
@@ -5,6 +5,10 @@
    type: {
        type: [Number, String],
        default: 0,
    },
    blBl: {
        type: Boolean,
        default: true
    }
});
@@ -22,6 +26,11 @@
            state = "";
            break;
    }
    if(props.blBl) {
        state+=" bl-bl"
    }
    return state;
});
</script>
@@ -55,11 +64,15 @@
    box-shadow: 0 0 6px 6px #4afd8880;
}
.hdw-light.error-light:before {
.hdw-light.error-light.bl-bl:before {
    background-color: #fd5b67;
    animation: errorLight 1000ms infinite;
    box-shadow: 0 0 6px 6px #fd586480;
}
.hdw-light.error-light:before {
    background-color: #fd5b67;
    box-shadow: 0 0 6px 6px #fd586480;
}
.hdw-light.gray-light:before {
    background-color: #878787;
    width: 12px;
src/views/accessControl/js/doorInfoModule.js
@@ -10,21 +10,21 @@
  const doorInfos = reactive([
    {
      ip: "192.168.10.19",
      ip: "192.168.0.19",
      passWord: "a1234567.",
      port: 8000,
      userName: "admin",
      status: "未知"
    },
    {
      ip: "192.168.10.18",
      ip: "192.168.0.18",
      passWord: "a1234567.",
      port: 8000,
      userName: "admin",
      status: "未知"
    },
    {
      ip: "192.168.10.44",
      ip: "192.168.0.44",
      passWord: "a1234567.",
      port: 8000,
      userName: "admin",
src/views/airConditioning/airConditioning.vue
@@ -75,7 +75,7 @@
                            <div class="state-item">
                                <div class="state-text">异常状态</div>
                                <div class="light-container">
                                    <hdw-light :type="1"></hdw-light>
                                    <hdw-light :type="1" :bl-bl="false"></hdw-light>
                                </div>
                            </div>
                            <div class="state-item">
@@ -253,7 +253,7 @@
.header-wrapper {
    color: @font-color-high-light;
    font-weight: bold;
    font-size: 14px;
    font-size: 16px;
    padding: 8px 16px;
    box-sizing: border-box;
    .title-text {
@@ -398,7 +398,7 @@
        margin-top: 16px;
        .input-box {
            display: inline-block;
            font-size: 14px;
            font-size: 16px;
            text-align: right;
            color: #ffffff;
@@ -430,7 +430,7 @@
        display: inline-block;
        text-align: center;
        color: #00feff;
        font-size: 14px;
        font-size: 16px;
        vertical-align: middle;
        margin-right: 8px;
    }
@@ -463,4 +463,7 @@
        margin-top: 12px;
    }
}
.state-text {
    font-size: 16px;
}
</style>
src/views/mainLayout/components/SlideMenu.vue
@@ -127,6 +127,7 @@
    }
}
.el-menu-vertical {
    font-size: 16px;
    border-right: 0;
    .el-menu-item.is-active{
        background-color: rgb(4, 32, 119);