lyuis 7 месяцев назад
Родитель
Сommit
8a0d1f413d
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      pages/my/userinfo.vue

+ 3 - 1
pages/my/userinfo.vue

@@ -485,7 +485,6 @@
 			justify-content: space-between;
 			justify-content: space-between;
 			padding: 0 30rpx;
 			padding: 0 30rpx;
 			height: 60rpx;
 			height: 60rpx;
-
 			.navbar-left {
 			.navbar-left {
 				width: 60rpx;
 				width: 60rpx;
 				height: 60rpx;
 				height: 60rpx;
@@ -539,6 +538,9 @@
 		/* color: #fff; */
 		/* color: #fff; */
 		margin-top: 120rpx;
 		margin-top: 120rpx;
 		/* 为固定导航栏留出空间 */
 		/* 为固定导航栏留出空间 */
+		/* #ifdef APP*/
+		margin-top: calc(120rpx + var(--status-bar-height));
+		/* #endif*/
 	}
 	}
 
 
 	.usermain-item {
 	.usermain-item {