Commit 04028b14 authored by 涂伟's avatar 涂伟

fix: '移动端工作台配置新增管网资产V2模块'

parent 07e51d19
...@@ -35,6 +35,7 @@ const cards = [ ...@@ -35,6 +35,7 @@ const cards = [
children: [ children: [
{ name: '管网监控', widget: 'PIPEMONITORING', type: '运营' }, { name: '管网监控', widget: 'PIPEMONITORING', type: '运营' },
{ name: '管网采集', widget: 'PIPEGATHER', type: '运营' }, { name: '管网采集', widget: 'PIPEGATHER', type: '运营' },
{ name: '管网资产', widget: 'PIPELINEASSETSV2', type: '运营' },
{ name: '管网巡检', widget: 'PIPEINSPECTION', type: '运营' }, { name: '管网巡检', widget: 'PIPEINSPECTION', type: '运营' },
{ name: '维修工单', widget: 'MAINTENANCEORDER', type: '运营' }, { name: '维修工单', widget: 'MAINTENANCEORDER', type: '运营' },
{ name: '压力监控', widget: 'PRESSURE_MONITORING', type: '运营' }, { name: '压力监控', widget: 'PRESSURE_MONITORING', type: '运营' },
......
...@@ -157,6 +157,11 @@ ...@@ -157,6 +157,11 @@
background: url('@{imgSrc}/card102.png'); background: url('@{imgSrc}/card102.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='PIPELINEASSETSV2'] {
height: 205px;
background: url('@{imgSrc}/card102.png');
background-size: 100% 100%;
}
&[widget='PIPELINECOLLECTION'] { &[widget='PIPELINECOLLECTION'] {
height: 43px; height: 43px;
background: url('@{imgSrc}/card103.png'); background: url('@{imgSrc}/card103.png');
......
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