Commit 15a3f8e3 authored by 田翔's avatar 田翔

fix: 增加卡片

parent dfbc0533
Pipeline #87926 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.
...@@ -201,5 +201,20 @@ ...@@ -201,5 +201,20 @@
background: url('@{imgSrc}/维修服务统计.png'); background: url('@{imgSrc}/维修服务统计.png');
background-size: 100% 100%; 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
...@@ -64,6 +64,15 @@ const cards = [ ...@@ -64,6 +64,15 @@ const cards = [
count: 1, count: 1,
children: [{ name: '大表监控', widget: 'LARGE_MONITORING', type: '运营' }], 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: '运营' },
],
},
], ],
[ [
{ {
...@@ -96,7 +105,7 @@ const cards = [ ...@@ -96,7 +105,7 @@ const cards = [
}, },
{ {
title: '瑞云智慧水务项目', title: '瑞云智慧水务项目',
count: 1, count: 4,
children: [ children: [
{ name: '供水统计', widget: 'RUIYUN_WATERSTATISTICS', type: '运营' }, { name: '供水统计', widget: 'RUIYUN_WATERSTATISTICS', type: '运营' },
{ name: '开关阀统计', widget: 'RUIYUN_SWITCHSTATISTICS', type: '运营' }, { name: '开关阀统计', widget: 'RUIYUN_SWITCHSTATISTICS', type: '运营' },
......
...@@ -242,6 +242,21 @@ ...@@ -242,6 +242,21 @@
background: url('@{imgSrc}/维修服务统计.png'); background: url('@{imgSrc}/维修服务统计.png');
background-size: 100% 100%; 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%;
}
} }
} }
.cardType { .cardType {
......
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