@cmstops/pro-compo
Version:
[物料平台文档中心](https://arco.design/docs/material/guide)
30 lines (29 loc) • 528 B
CSS
.empty-data-container {
position: absolute;
top: 50%;
left: 50%;
display: block;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 220px;
transform: translate(-50%, -50%);
}
.empty-data-container.small {
width: 160px;
}
.empty-data-container img {
width: 100%;
}
.empty-data-container .custom-icon {
width: 100%;
}
.empty-data-container .tip {
margin-top: 16px;
color: #999eaa;
font-size: 14px;
}
.empty-data-container .slot-view {
margin-top: 16px;
}