Commit e2e0a4ff authored by 涂伟's avatar 涂伟
parents fa22f10d 15a3f8e3
Pipeline #87961 waiting for manual action 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.
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,45 @@
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%;
}
&[widget='USAGE_STATISTICS'] {
height: 150px;
background: url('@{imgSrc}/实用情况统计.png');
background-size: 100% 100%;
}
&[widget='FREQUENCY_ANALYSIS'] {
height: 280px;
background: url('@{imgSrc}/使用频次分析.png');
background-size: 100% 100%;
}
&[widget='USAGE_RANKING'] {
height: 220px;
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: '运营' },
]
},
{
......@@ -63,6 +64,15 @@ const cards = [
count: 1,
children: [{ name: '大表监控', widget: 'LARGE_MONITORING', type: '运营' }],
},
{
title: '系统统计',
count: 3,
children: [
{ name: '实用情况统计', widget: 'USAGE_STATISTICS', type: '运营' },
{ name: '使用频次分析', widget: 'FREQUENCY_ANALYSIS', type: '运营' },
{ name: '系统使用排名', widget: 'USAGE_RANKING', type: '运营' },
],
},
],
[
{
......@@ -93,6 +103,16 @@ const cards = [
{ name: '采集总览', widget: 'ACQUISITION_OVERVIEW', type: '运营' },
]
},
{
title: '瑞云智慧水务项目',
count: 4,
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,48 @@
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%;
}
&[widget='USAGE_STATISTICS'] {
height: 90px;
background: url('@{imgSrc}/实用情况统计.png');
background-size: 100% 100%;
}
&[widget='FREQUENCY_ANALYSIS'] {
height: 180px;
background: url('@{imgSrc}/使用频次分析.png');
background-size: 100% 100%;
}
&[widget='USAGE_RANKING'] {
height: 160px;
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