Commit e7c2b744 authored by 涂伟's avatar 涂伟

fix: '新增手持工作台配置优化'

parent bf249748
Pipeline #85645 passed with stages
...@@ -152,22 +152,22 @@ ...@@ -152,22 +152,22 @@
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='WATER_MONITORING'] { &[widget='WATER_MONITORING'] {
height: 140px; height: 80px;
background: url('@{imgSrc}/水厂监控.png'); background: url('@{imgSrc}/水厂监控.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='PIPE_MONITORING'] { &[widget='PIPE_MONITORING'] {
height: 220px; height: 160px;
background: url('@{imgSrc}/压力监控.png'); background: url('@{imgSrc}/压力监控.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='ACQUISITION_OVERVIEW'] { &[widget='ACQUISITION_OVERVIEW'] {
height: 140px; height: 70px;
background: url('@{imgSrc}/天等采集总览.png'); background: url('@{imgSrc}/天等采集总览.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='PROJECT_OVERVIEW'] { &[widget='PROJECT_OVERVIEW'] {
height: 120px; height: 60px;
background: url('@{imgSrc}/采集工程.png'); background: url('@{imgSrc}/采集工程.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
......
...@@ -193,22 +193,22 @@ ...@@ -193,22 +193,22 @@
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='WATER_MONITORING'] { &[widget='WATER_MONITORING'] {
height: 140px; height: 80px;
background: url('@{imgSrc}/水厂监控.png'); background: url('@{imgSrc}/水厂监控.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='PIPE_MONITORING'] { &[widget='PIPE_MONITORING'] {
height: 220px; height: 160px;
background: url('@{imgSrc}/压力监控.png'); background: url('@{imgSrc}/压力监控.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='ACQUISITION_OVERVIEW'] { &[widget='ACQUISITION_OVERVIEW'] {
height: 140px; height: 70px;
background: url('@{imgSrc}/天等采集总览.png'); background: url('@{imgSrc}/天等采集总览.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='PROJECT_OVERVIEW'] { &[widget='PROJECT_OVERVIEW'] {
height: 120px; height: 60px;
background: url('@{imgSrc}/采集工程.png'); background: url('@{imgSrc}/采集工程.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
......
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