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

This commit is contained in:
sexygoat
2026-04-16 11:08:45 +08:00
parent 7c35a0bad6
commit e2d3d8172f
3 changed files with 10 additions and 4 deletions

View File

@@ -109,6 +109,10 @@
width: 100%;
box-sizing: border-box;
}
.pd-20{
padding: 20rpx;
}
.card {
background: var(--bg-primary);

View File

@@ -84,8 +84,8 @@
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "卡管客户端",
"navigationBarBackgroundColor": "#F8F8F8",
"navigationBarTitleText": "设备卡信息查询",
"navigationBarBackgroundColor": "#d0c3c2",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}

View File

@@ -1,5 +1,6 @@
<template>
<view class="container">
<view class="pd-20">
<view class="wallet-card">
<view class="balance-section">
<view class="balance-header">
@@ -162,6 +163,7 @@
</up-popup>
</view>
</view>
</view>
</view>
</template>
@@ -587,14 +589,14 @@
<style lang="scss" scoped>
.container {
height: 100vh;
min-height: 100vh;
overflow: hidden;
display: flex;
flex-direction: column;
padding: 20rpx;
box-sizing: border-box;
max-width: 750rpx;
margin: 0 auto;
padding: 0 !important;
width: 100%;
}