审查视图

app/components/mind/mind.module.scss 171 字节
202304001 authored
1 2 3 4 5 6 7 8
.loading-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 5px;
202304001 authored
9
}