Commit 1b682a83 authored by 周宏民's avatar 周宏民

fix: 个人工作台添加 大表监控

parent 21e3651c
Pipeline #82246 failed with stages
This diff was suppressed by a .gitattributes entry.
......@@ -102,5 +102,10 @@
background: url('@{imgSrc}/card11.png');
background-size: 100% 100%;
}
&[widget='LARGE_MONITORING'] {
height: 120px;
background: url('@{imgSrc}/card12.png');
background-size: 100% 100%;
}
}
}
\ No newline at end of file
......@@ -48,7 +48,12 @@ const cards = [
children: [
{ name: '营收总览', widget: 'REVENUE_OVERVIEW', type: '运营' },
]
}
},
{
title: 'DMA',
count: 1,
children: [{ name: '大表监控', widget: 'LARGE_MONITORING', type: '运营' }],
},
]
const getNanoid = (len = 10) => {
......
......@@ -99,6 +99,11 @@
background: url('@{imgSrc}/card11.png');
background-size: 100% 100%;
}
&[widget='LARGE_MONITORING'] {
height: 120px;
background: url('@{imgSrc}/card12.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