fix: 修复评论图片样式及更新API调用方式
调整评论图片的样式,添加滚动和间距 将多个API调用从Http.post更新为Http.postV2 修复DetailsArea组件中的变量名错误 启用ismyself状态检查
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user