|
|
|
@ -740,7 +740,7 @@ export default {
|
|
|
|
|
this.$router.push("/alarm/alarmRecord"); |
|
|
|
|
}, |
|
|
|
|
getImageSrc(item) { |
|
|
|
|
console.log("item", item); |
|
|
|
|
// console.log("item", item); |
|
|
|
|
if (item.runState === "1" && item.isFault !== "1") { |
|
|
|
|
// 使用 require 函数导入图片 |
|
|
|
|
return require("@/assets/flowimg/starthotpum.png"); |
|
|
|
@ -1959,6 +1959,61 @@ export default {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
// 手机端样式 |
|
|
|
|
@media (min-width: 0px) and (max-width: 990px) { |
|
|
|
|
.buildingDiv { |
|
|
|
|
padding-left: 0.54rem !important; |
|
|
|
|
margin-bottom: 0.2rem !important; |
|
|
|
|
.title-bg { |
|
|
|
|
width: 2.08rem !important; |
|
|
|
|
height: 0.38rem !important; |
|
|
|
|
} |
|
|
|
|
.title-word { |
|
|
|
|
font-size: 15px !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.app-container .left-tree .base-mes { |
|
|
|
|
padding: 0.2rem 0.1rem !important; |
|
|
|
|
font-size: 14px !important; |
|
|
|
|
border-radius: 0.06rem !important; |
|
|
|
|
} |
|
|
|
|
.app-container .left-tree .base-mes .base-title { |
|
|
|
|
font-size: 15px !important; |
|
|
|
|
} |
|
|
|
|
.app-container .left-tree .base-mes .base-height { |
|
|
|
|
height: 5.7rem !important; |
|
|
|
|
} |
|
|
|
|
.app-container .right-monitor .folw .changecontent .tablemaeta { |
|
|
|
|
font-size: 14px !important; |
|
|
|
|
} |
|
|
|
|
.app-container { |
|
|
|
|
padding: 0rem 0.2rem 0 0.35rem !important; |
|
|
|
|
} |
|
|
|
|
.app-container .left-tree { |
|
|
|
|
width: 200px !important; |
|
|
|
|
min-height: 340px !important; |
|
|
|
|
padding: 0.15rem 0.1rem 0.1rem 0.1rem !important; |
|
|
|
|
} |
|
|
|
|
.app-container .tree-div { |
|
|
|
|
height: 300px !important; |
|
|
|
|
width: 100%; |
|
|
|
|
overflow-x: hidden !important; |
|
|
|
|
} |
|
|
|
|
.app-container .right-monitor { |
|
|
|
|
width: calc(100% - 210px) !important; |
|
|
|
|
.folw { |
|
|
|
|
.changecontent { |
|
|
|
|
border-radius: 0.06rem !important; |
|
|
|
|
height: 300px !important; |
|
|
|
|
padding: 0.35rem 0.1rem 0.1rem 0.1rem !important; |
|
|
|
|
margin-top: 0.4rem !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.custom-tree-node { |
|
|
|
|
font-size: 12px !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
<style scoped> |
|
|
|
|
/* 自定义高亮颜色 */ |
|
|
|
@ -1970,4 +2025,10 @@ export default {
|
|
|
|
|
/* color: #f56c6c; */ |
|
|
|
|
color: #25f1f8; |
|
|
|
|
} |
|
|
|
|
/* 手机端样式 */ |
|
|
|
|
@media (min-width: 0px) and (max-width: 990px) { |
|
|
|
|
.left-tree >>> .el-tree-node__content > .el-tree-node__expand-icon { |
|
|
|
|
padding: 3px !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|