2 Angajamente 3e2ead61c2 ... 38127f86da

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  15179588180 38127f86da Merge branch 'master' of http://git.fmode.cn:3000/15879006906/s202226701040 6 luni în urmă
  15179588180 091f13f3dc final 6 luni în urmă

+ 2 - 1
smarteat-app/src/app/tab3/tab3.page.html

@@ -1,4 +1,5 @@
 <ion-content>
+  <ion-card class="custom-card">
   <!-- 用户信息 -->
   <ion-item lines="none" class="user-info">
     <ion-avatar slot="start">
@@ -31,7 +32,7 @@
       }
     </div>
   </ion-item>
-  
+  </ion-card>
 <!-- 我的饮食计划 -->
 <ion-card class="custom-card">
   <!-- 饮食规划按钮 -->

+ 1 - 4
smarteat-app/src/app/tab3/tab3.page.scss

@@ -1,8 +1,5 @@
 ion-content {
-  background-image: url('https://app.fmode.cn/dev/jxnu/202226701038/bg.jpg');
-  background-size: cover; /* 使背景图像覆盖整个区域 */
-  background-position: center; /* 将背景图像居中 */
-  background-repeat: no-repeat; /* 不重复背景图像 */
+  --background: #f4f4f4; /* 设置页面背景色 */
 }
 
 ion-avatar {