Commit 92bcf8d1 authored by 涂伟's avatar 涂伟

fix: '新增工作台配置逻辑优化'

parent e7c2b744
Pipeline #85650 passed with stages
......@@ -156,7 +156,7 @@
background: url('@{imgSrc}/水厂监控.png');
background-size: 100% 100%;
}
&[widget='PIPE_MONITORING'] {
&[widget='PRESSURE_MONITORING'] {
height: 160px;
background: url('@{imgSrc}/压力监控.png');
background-size: 100% 100%;
......
......@@ -37,7 +37,7 @@ const cards = [
{ name: '管网采集', widget: 'PIPEGATHER', type: '运营' },
{ name: '管网巡检', widget: 'PIPEINSPECTION', type: '运营' },
{ name: '维修工单', widget: 'MAINTENANCEORDER', type: '运营' },
{ name: '压力监控', widget: 'PIPE_MONITORING', type: '运营' },
{ name: '压力监控', widget: 'PRESSURE_MONITORING', type: '运营' },
{ name: '采集工程', widget: 'PROJECT_OVERVIEW', type: '运营' },
]
},
......
......@@ -197,7 +197,7 @@
background: url('@{imgSrc}/水厂监控.png');
background-size: 100% 100%;
}
&[widget='PIPE_MONITORING'] {
&[widget='PRESSURE_MONITORING'] {
height: 160px;
background: url('@{imgSrc}/压力监控.png');
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