Commit bf249748 authored by 涂伟's avatar 涂伟

fix: '工作台新增配置样式'

parent b7af456c
Pipeline #85643 passed with stages
......@@ -151,5 +151,25 @@
background: url('@{imgSrc}/四水厂送水泵房监控.png');
background-size: 100% 100%;
}
&[widget='WATER_MONITORING'] {
height: 140px;
background: url('@{imgSrc}/水厂监控.png');
background-size: 100% 100%;
}
&[widget='PIPE_MONITORING'] {
height: 220px;
background: url('@{imgSrc}/压力监控.png');
background-size: 100% 100%;
}
&[widget='ACQUISITION_OVERVIEW'] {
height: 140px;
background: url('@{imgSrc}/天等采集总览.png');
background-size: 100% 100%;
}
&[widget='PROJECT_OVERVIEW'] {
height: 120px;
background: url('@{imgSrc}/采集工程.png');
background-size: 100% 100%;
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment