Commit 65b6dc35 authored by 田翔's avatar 田翔

fix: 作台优化

parent b626171f
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
...@@ -141,9 +141,14 @@ ...@@ -141,9 +141,14 @@
background: url('@{imgSrc}/生产概览.png'); background: url('@{imgSrc}/生产概览.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='WATER_SUPPLY_MONITORING'] { &[widget='WATER_SUPPLY_MONITORING3'] {
height: 180px; height: 180px;
background: url('@{imgSrc}/送水泵房监控.png'); background: url('@{imgSrc}/三水厂送水泵房监控.png');
background-size: 100% 100%;
}
&[widget='WATER_SUPPLY_MONITORING4'] {
height: 180px;
background: url('@{imgSrc}/四水厂送水泵房监控.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
} }
......
...@@ -78,7 +78,8 @@ const cards = [ ...@@ -78,7 +78,8 @@ const cards = [
count: 1, count: 1,
children: [ children: [
{ name: '生产概览', widget: 'PRODUCT_OVERVIEW', type: '运营' }, { name: '生产概览', widget: 'PRODUCT_OVERVIEW', type: '运营' },
{ name: '送水泵房监控', widget: 'WATER_SUPPLY_MONITORING', type: '运营' }, { name: '三水厂送水泵房监控', widget: 'WATER_SUPPLY_MONITORING3', type: '运营' },
{ name: '四水厂送水泵房监控', widget: 'WATER_SUPPLY_MONITORING4', type: '运营' },
] ]
}, },
] ]
......
...@@ -182,9 +182,14 @@ ...@@ -182,9 +182,14 @@
background: url('@{imgSrc}/生产概览.png'); background: url('@{imgSrc}/生产概览.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='WATER_SUPPLY_MONITORING'] { &[widget='WATER_SUPPLY_MONITORING3'] {
height: 180px; height: 180px;
background: url('@{imgSrc}/送水泵房监控.png'); background: url('@{imgSrc}/三水厂送水泵房监控.png');
background-size: 100% 100%;
}
&[widget='WATER_SUPPLY_MONITORING4'] {
height: 180px;
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