[AI Generated]: fix(*): 修复测试用户ID为64位、限制用户数上限为5、新增WiFi列表为空时的兜底提示UI及样式,并注释本地调试域名

This commit is contained in:
17792275749
2026-04-10 10:34:18 +08:00
parent 571b222ad6
commit 8fd53c074d
4 changed files with 42 additions and 11 deletions
@@ -35,6 +35,25 @@
line-height: 30rpx;
}
.nullData {
width: 100%;
padding: 200rpx 0 250rpx;
}
.nullData>view:first-of-type {
width: 230rpx;
height: 160rpx;
margin: 0 auto 15rpx;
}
.nullData>view:last-of-type {
color: #B6B6B6;
height: 30rpx;
font-size: 30rpx;
line-height: 30rpx;
text-align: center;
}
.progress0_content {
width: 100%;
height: calc(100% - 166rpx);