dashboardList.scss 237 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 .dashboardList_main { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; // background: red; // height: 500rpx; .dashboardListItem { width: 50%; height: 328rpx; background: #fff; } }