Commit 4f1806f7 authored by 田翔's avatar 田翔

fix: xunjian

parent 90b967db
Pipeline #88288 passed with stages
...@@ -66,6 +66,11 @@ ...@@ -66,6 +66,11 @@
background: url('@{imgSrc}/card4.png'); background: url('@{imgSrc}/card4.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='POLLINGMAINTENANCE'] {
height: 80px;
background: url('@{imgSrc}/card104.png');
background-size: 100% 100%;
}
&[widget='PIPEGATHER'] { &[widget='PIPEGATHER'] {
height: 80px; height: 80px;
background: url('@{imgSrc}/card5.png'); background: url('@{imgSrc}/card5.png');
......
...@@ -35,6 +35,7 @@ const cards = [ ...@@ -35,6 +35,7 @@ const cards = [
count: 6, count: 6,
children: [ children: [
{ name: '管网监控', widget: 'PIPEMONITORING', type: '运营' }, { name: '管网监控', widget: 'PIPEMONITORING', type: '运营' },
{ name: '巡检运维', widget: 'POLLINGMAINTENANCE', type: '运营' },
{ name: '管网采集', widget: 'PIPEGATHER', type: '运营' }, { name: '管网采集', widget: 'PIPEGATHER', type: '运营' },
{ name: '管网资产', widget: 'PIPELINEASSETSV2', type: '运营' }, { name: '管网资产', widget: 'PIPELINEASSETSV2', type: '运营' },
{ name: '管网巡检', widget: 'PIPEINSPECTION', type: '运营' }, { name: '管网巡检', widget: 'PIPEINSPECTION', type: '运营' },
......
...@@ -107,6 +107,11 @@ ...@@ -107,6 +107,11 @@
background: url('@{imgSrc}/card4.png'); background: url('@{imgSrc}/card4.png');
background-size: 100% 100%; background-size: 100% 100%;
} }
&[widget='POLLINGMAINTENANCE'] {
height: 50px;
background: url('@{imgSrc}/card104.png');
background-size: 100% 100%;
}
&[widget='PIPEGATHER'] { &[widget='PIPEGATHER'] {
height: 80px; height: 80px;
background: url('@{imgSrc}/card5.png'); background: url('@{imgSrc}/card5.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