@cmstops/pro-compo
Version:
[物料平台文档中心](https://arco.design/docs/material/guide)
35 lines (29 loc) • 459 B
text/less
.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%);
&.small {
width: 160px;
}
img {
width: 100%;
}
.custom-icon {
width: 100%;
}
.tip {
margin-top: 16px;
color: #999eaa;
font-size: 14px;
}
.slot-view {
margin-top: 16px;
}
}