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

This commit is contained in:
sexygoat
2026-04-16 10:44:20 +08:00
parent 58d4b92287
commit 89a6441f62
3 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@
page {
color: var(--text-primary);
// background: linear-gradient(180deg, #F0F4FF 0%, #E8F0FE 50%, #F2F2F7 100%);
background: F8F8F8;
// min-height: 100vh;
}

View File

@@ -85,8 +85,8 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "卡管客户端",
"navigationBarBackgroundColor": "#f2f2f7",
"backgroundColor": "#f2f2f7"
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}

View File

@@ -245,7 +245,7 @@
.filter-tabs {
display: flex;
background: #fff;
border-radius: 0 0 20rpx 20rpx;
border-radius: 20rpx;
z-index: 100;
flex-shrink: 0;
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.06);