Commit 6ad59297 authored by 涂伟's avatar 涂伟
parents b56786c0 b626171f
Pipeline #85482 passed with stages
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
......@@ -136,5 +136,15 @@
background: url('@{imgSrc}/card106.png');
background-size: 100% 100%;
}
&[widget='PRODUCT_OVERVIEW'] {
height: 80px;
background: url('@{imgSrc}/生产概览.png');
background-size: 100% 100%;
}
&[widget='WATER_SUPPLY_MONITORING'] {
height: 180px;
background: url('@{imgSrc}/送水泵房监控.png');
background-size: 100% 100%;
}
}
}
\ No newline at end of file
......@@ -73,6 +73,14 @@ const cards = [
{ name: '子公司业务排行', widget: 'SUBSIDIARYBUSINESSRANKING', type: '运营' },
]
},
{
title: '新乐智慧水务项目',
count: 1,
children: [
{ name: '生产概览', widget: 'PRODUCT_OVERVIEW', type: '运营' },
{ name: '送水泵房监控', widget: 'WATER_SUPPLY_MONITORING', type: '运营' },
]
},
]
]
......
......@@ -177,6 +177,16 @@
background: url('@{imgSrc}/card106.png');
background-size: 100% 100%;
}
&[widget='PRODUCT_OVERVIEW'] {
height: 80px;
background: url('@{imgSrc}/生产概览.png');
background-size: 100% 100%;
}
&[widget='WATER_SUPPLY_MONITORING'] {
height: 180px;
background: url('@{imgSrc}/送水泵房监控.png');
background-size: 100% 100%;
}
}
} // &:hover {
// .swiper {
......
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