fix:评论完善加载逻辑

This commit is contained in:
liangdong
2026-01-06 21:09:10 +08:00
parent c21e778036
commit b7ca434172
5 changed files with 271 additions and 216 deletions

View File

@@ -128,6 +128,12 @@ $color-white: #fff;
}
}
}
.comment-loading-status{
display: flex;
justify-content: center;
align-items: center;
padding: 5px 0;
}
// 3. 子评论卡片样式
.sub-container {