fix: 修复用户主页跳转链接和投币组件z-index问题

refactor: 重构用户主页跳转逻辑使用uniqid替代uin/uid
style: 为列表加载框添加底部边距
fix: 调整投币组件z-index为10004避免被遮挡
refactor: 更新最新列表API接口地址
fix: 为搜索输入框添加maxlength限制
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-14 19:43:23 +08:00
parent ef98b2d1c4
commit 13c3c8026b
9 changed files with 16 additions and 38 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: 99;
z-index: 10004;
display: none;
}