fix: 修复用户主页跳转链接和投币组件z-index问题
refactor: 重构用户主页跳转逻辑使用uniqid替代uin/uid style: 为列表加载框添加底部边距 fix: 调整投币组件z-index为10004避免被遮挡 refactor: 更新最新列表API接口地址 fix: 为搜索输入框添加maxlength限制
This commit is contained in:
@@ -1756,6 +1756,7 @@ td {
|
||||
.list-load-box.show {
|
||||
height: 100px;
|
||||
border-width: 1px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.list-load-box.show .list-load-icon {
|
||||
width: 30px;
|
||||
|
||||
@@ -2079,6 +2079,7 @@ td {
|
||||
&.show {
|
||||
height: 100px;
|
||||
border-width: 1px;
|
||||
margin-bottom: 30px;
|
||||
|
||||
.list-load-icon {
|
||||
width: 30px;
|
||||
|
||||
Reference in New Issue
Block a user