fix: UI
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 47s

This commit is contained in:
sexygoat
2026-04-16 11:54:57 +08:00
parent 4cb1e65e6e
commit 04ee3f2c87
2 changed files with 6 additions and 7 deletions

View File

@@ -85,7 +85,7 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "设备卡信息查询",
"navigationBarBackgroundColor": "#ededed",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}

View File

@@ -600,7 +600,7 @@
.wallet-header {
display: flex;
align-items: flex-end;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 32rpx;
@@ -628,7 +628,7 @@
border: 2rpx solid rgba(255, 255, 255, 0.3);
color: #fff;
font-size: 28rpx;
padding: 10rpx 32rpx;
padding: 0rpx 32rpx;
border-radius: 50rpx;
font-weight: 600;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
@@ -716,18 +716,17 @@
}
.tab-swiper {
flex: 1;
margin-top: 20rpx;
min-height: 0;
height: 800rpx;
height: calc(100vh - 500rpx);
}
.swiper-item-content {
height: 800rpx;
height: calc(100vh - 500rpx);
}
.list-content {
height: 800rpx;
height: calc(100vh - 500rpx);
padding-top: 16rpx;
box-sizing: border-box;
}