fastlion-amis
Version:
一种MIS页面生成工具
16 lines (15 loc) • 390 B
CSS
.table-skeleton-wrapper {
display: flex;
justify-content: space-around;
width: 100%;
height: 100%;
background-color: #fff;
padding-top: 30px;
}
.table-skeleton-wrapper .table-skeleton-item {
width: 26%;
}
.table-skeleton-wrapper .table-skeleton-item .ant-skeleton-content .ant-skeleton-paragraph > li + li {
margin-top: 25px;
}
/*# sourceMappingURL=TableSkeleton.css.map */