Files
oxygen-ui/src/assets/css/pages/system/statistics.scss
FatttSnake 497fb28b5d Refactor(Card): Component all cards
Make all cards into components
2024-04-28 11:37:57 +08:00

16 lines
255 B
SCSS

@use '@/assets/css/constants' as constants;
[data-component=system-statistics] {
.root-content {
padding: 20px;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
> .card-box {
width: 48%;
flex: 0 0 auto;
}
}
}