fix(DetailsArea): 修复举报功能并更新相关样式
修复举报功能,区分评论和主题举报类型。更新讨论图标和投币文本样式。移除不必要的背景色和注释代码。 refactor(api): 重构举报相关API接口 将评论举报和主题举报分离为独立接口,提高代码可维护性。 style: 清理多余空格和注释 统一代码格式,删除无用注释和空白行。
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user