feat: 优化评论图片展示样式并添加用户交互功能
- 调整评论图片容器样式,支持横向滚动 - 为评论图片添加圆角和点击效果 - 实现用户主页跳转和私信功能 - 修复section变量名错误并优化初始化逻辑 - 添加评论点赞和子评论展开功能
This commit is contained in:
@@ -889,9 +889,16 @@
|
||||
display: inline;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.answer-discuss .comments-box .comments-item .comments-content .comments-img-box {
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.answer-discuss .comments-box .comments-item .comments-content .comments-img {
|
||||
width: 75px;
|
||||
height: 100px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 13px;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.answer-discuss .comments-box .comments-item .comments-content .comments-input-box {
|
||||
margin-top: 13px;
|
||||
|
||||
Reference in New Issue
Block a user