vr-shopxo-uniapp/pages/plugins/distribution/profit/profit.css

17 lines
182 B
CSS

/*
* 导航
*/
.nav {
height: 80rpx;
line-height: 80rpx;
}
.nav .item {
width: 20%;
}
/**
* 数据列表
*/
.scroll-box {
height: calc(100vh - 80rpx);
}