This commit is contained in:
yanran200730
2022-03-23 16:37:47 +08:00
parent ea63a41b47
commit 8589cbe29a

View File

@@ -583,10 +583,19 @@ export default {
margin-left: 1px;
.ai-list__content--right-wrapper {
height: 100%;
position: relative;
// height: 100%;
.ai-empty {
height: 100%;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
transform: translate(-50%, -50%);
.ai-empty__bg {
margin-top: 0;
}
}
}
}