feat(Details): 新增投票详情页管理功能和评论优化

- 添加投票详情页的管理功能,包括隐藏、推荐、精华和删除操作
- 优化评论组件,支持多图上传和显示
- 新增投币功能组件
- 更新API接口调用方式,适配新后端接口
- 完善用户权限管理逻辑
- 修复样式问题和交互体验
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-11 19:05:46 +08:00
parent ad6d186301
commit 68000d7e43
14 changed files with 839 additions and 226 deletions

View File

@@ -167,6 +167,7 @@
background-color: transparent;
min-height: 80px;
padding-bottom: 11px;
max-height: 400px;
}
.input-box .top .input-textarea * {
background: transparent !important;
@@ -187,10 +188,13 @@
padding-bottom: 10px;
border-bottom: 1px dotted rgba(215, 215, 215, 0.501961);
padding-left: 14px;
padding-top: 10px;
overflow: auto;
}
.input-box .picture-box .picture {
position: relative;
width: fit-content;
margin-right: 10px;
}
.input-box .picture-box .picture .img {
height: 60px;