fix(DetailsArea): 修复举报功能并更新相关样式
修复举报功能,区分评论和主题举报类型。更新讨论图标和投币文本样式。移除不必要的背景色和注释代码。 refactor(api): 重构举报相关API接口 将评论举报和主题举报分离为独立接口,提高代码可维护性。 style: 清理多余空格和注释 统一代码格式,删除无用注释和空白行。
This commit is contained in:
@@ -447,6 +447,7 @@
|
||||
margin-right: 10px;
|
||||
margin-bottom: 13px;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.comment-list .comment-item .comment-content .alreadyVoted {
|
||||
font-size: 12px;
|
||||
|
||||
@@ -560,6 +560,7 @@
|
||||
margin-right: 10px;
|
||||
margin-bottom: 13px;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.alreadyVoted {
|
||||
|
||||
@@ -79,7 +79,6 @@
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: 12;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.content .header .operate {
|
||||
position: absolute;
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: 12;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
// background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.operate {
|
||||
|
||||
BIN
assets/img/discuss-black-icon.png
Normal file
BIN
assets/img/discuss-black-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user