@@ -15,7 +15,7 @@ let config: CapacitorConfig = {
webDir: 'dist',
// 插件配置
plugins: {
- CapacitorAssets: {
+ CapacitorAsset: {
iconBackgroundColor: '#ffffff' // 应用图标背景色
},
@@ -297,7 +297,7 @@ onMounted(async () => {
height: 26px;
display: flex;
justify-content: center;
- margin-top: 40px;
+ margin-top: 66px;
font-weight: 500;
font-size: 19px;
color: #000000;
@@ -448,7 +448,7 @@ onMounted(async () => {
.tab-box {
padding: 16px 10px 0px;
- height: calc(100vh - 590px - var(--safe-area-bottom));
+ height: calc(100vh - 620px - var(--safe-area-bottom));
overflow-y: auto;
&::-webkit-scrollbar {
display: none;
@@ -133,7 +133,7 @@ const goToaPage = (url) => {
.user-info-body {
flex: 1;
- padding: 44px 17px 0 17px;
+ padding: 66px 17px 0 17px;
.user-info {
margin-left: 17px;
.user-info-name {