fix: 修复多个组件样式和功能问题

修复论坛项图片底部间距问题
调整BI组件z-index值防止遮挡
优化视频海报展示逻辑
限制评论输入框最大高度
修复搜索框占位符显示逻辑
添加分页项样式
移除评论编辑框底部边框
优化BI组件API请求方法
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-11 19:05:56 +08:00
parent 5cdbeb249f
commit b26b379341
12 changed files with 108 additions and 20 deletions

File diff suppressed because one or more lines are too long

View File

@@ -50,7 +50,7 @@
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2;
z-index: 99;
display: none;
}