fix: 修复用户主页跳转链接和投币组件z-index问题
refactor: 重构用户主页跳转逻辑使用uniqid替代uin/uid style: 为列表加载框添加底部边距 fix: 调整投币组件z-index为10004避免被遮挡 refactor: 更新最新列表API接口地址 fix: 为搜索输入框添加maxlength限制
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
z-index: 99;
|
||||
z-index: 10004;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user