fix: 修复评论图片样式及更新API调用方式

调整评论图片的样式,添加滚动和间距
将多个API调用从Http.post更新为Http.postV2
修复DetailsArea组件中的变量名错误
启用ismyself状态检查
This commit is contained in:
A1300399510
2025-11-12 01:01:54 +08:00
parent 68000d7e43
commit ac9a2debf2
7 changed files with 254 additions and 148 deletions

View File

@@ -439,8 +439,12 @@
color: #92a1bf;
display: inline;
}
.comment-list .comment-item .comment-content .comments-img-box {
overflow: auto;
}
.comment-list .comment-item .comment-content .comments-img {
width: 75px;
height: 100px;
margin-right: 10px;
margin-bottom: 13px;
border-radius: 5px;
}