Commit dfbc0533 authored by 田翔's avatar 田翔

fix: 增加瑞云产品组件

parent e518d624
Pipeline #87863 passed with stages
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
......@@ -176,5 +176,30 @@
background: url('@{imgSrc}/采集工程.png');
background-size: 100% 100%;
}
&[widget='MANAGE_OVERVIEW'] {
height: 120px;
background: url('@{imgSrc}/经营概览.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_WATERSTATISTICS'] {
height: 60px;
background: url('@{imgSrc}/供水统计.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_SWITCHSTATISTICS'] {
height: 60px;
background: url('@{imgSrc}/开关阀统计.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_AREASTATISTICS'] {
height: 90px;
background: url('@{imgSrc}/DMA分区统计.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_MAINTAINSTATISTICS'] {
height: 260px;
background: url('@{imgSrc}/维修服务统计.png');
background-size: 100% 100%;
}
}
}
\ No newline at end of file
......@@ -17,7 +17,8 @@ const cards = [
title: '运营总览',
count: 1,
children: [
{ name: '运营总览', widget: 'OVERVIEW', type: '运营' }
{ name: '运营总览', widget: 'OVERVIEW', type: '运营' },
{ name: '经营概览', widget: 'MANAGE_OVERVIEW', type: '运营' },
]
},
{
......@@ -93,6 +94,16 @@ const cards = [
{ name: '采集总览', widget: 'ACQUISITION_OVERVIEW', type: '运营' },
]
},
{
title: '瑞云智慧水务项目',
count: 1,
children: [
{ name: '供水统计', widget: 'RUIYUN_WATERSTATISTICS', type: '运营' },
{ name: '开关阀统计', widget: 'RUIYUN_SWITCHSTATISTICS', type: '运营' },
{ name: 'DMA分区统计', widget: 'RUIYUN_AREASTATISTICS', type: '运营' },
{ name: '维修服务统计', widget: 'RUIYUN_MAINTAINSTATISTICS', type: '运营' },
]
},
]
]
......
......@@ -217,12 +217,33 @@
background: url('@{imgSrc}/采集工程.png');
background-size: 100% 100%;
}
&[widget='MANAGE_OVERVIEW'] {
height: 60px;
background: url('@{imgSrc}/经营概览.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_WATERSTATISTICS'] {
height: 60px;
background: url('@{imgSrc}/供水统计.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_SWITCHSTATISTICS'] {
height: 60px;
background: url('@{imgSrc}/开关阀统计.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_AREASTATISTICS'] {
height: 60px;
background: url('@{imgSrc}/DMA分区统计.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_MAINTAINSTATISTICS'] {
height: 170px;
background: url('@{imgSrc}/维修服务统计.png');
background-size: 100% 100%;
}
}
}
} // &:hover {
// .swiper {
// height: 25px;
// }
// }
.cardType {
position: absolute;
right: 0;
......
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