页面加载逻辑优化

This commit is contained in:
sswiki
2025-03-02 20:03:46 +08:00
parent 91bad1a059
commit 42386da126
6 changed files with 89 additions and 27 deletions

View File

@@ -136,7 +136,7 @@ const getUserHeadBgColor = (userId) => {
<style lang="scss">
.comment-box {
padding: 8px;
height: calc(100vh - 275px);
height: calc(100vh - 285px);
overflow: auto;
.comment-card {