安琪酵母(西藏)益生菌信息采集中心智能实验室
longyvfengyun
2023-08-25 b311eb1e1e0e725613f752e82124b3297198c233
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;