diff --git a/App.vue b/App.vue index a8308a1..2d4bdba 100644 --- a/App.vue +++ b/App.vue @@ -109,6 +109,10 @@ width: 100%; box-sizing: border-box; } + + .pd-20{ + padding: 20rpx; + } .card { background: var(--bg-primary); diff --git a/pages.json b/pages.json index 6674817..079be98 100644 --- a/pages.json +++ b/pages.json @@ -84,8 +84,8 @@ ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "卡管客户端", - "navigationBarBackgroundColor": "#F8F8F8", + "navigationBarTitleText": "设备卡信息查询", + "navigationBarBackgroundColor": "#d0c3c2", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} diff --git a/pages/my-wallet/my-wallet.vue b/pages/my-wallet/my-wallet.vue index 0aec434..20159d2 100644 --- a/pages/my-wallet/my-wallet.vue +++ b/pages/my-wallet/my-wallet.vue @@ -1,5 +1,6 @@ @@ -587,14 +589,14 @@