2 Комити 1ef73c35ea ... e1bfba20e4

Аутор SHA1 Порука Датум
  0225236 e1bfba20e4 Merge branch 'master' of http://git.fmode.cn:3000/0225273/APPmy пре 4 месеци
  0225236 8040f75213 tab2 пре 4 месеци
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/app/tab2/tab2.page.scss

+ 2 - 0
src/app/tab2/tab2.page.scss

@@ -6,6 +6,7 @@
   .company-card {
     background-color: #e9fff9; /* 设置ion-card的背景颜色为灰色(根据需要调整颜色) */
     color: rgb(0, 0, 0); /* 设置文本颜色为黑色 */
+    border: 1px solid #fffbea; /* 添加边框 */
   }
   .Company-card {
     background-color: #dbf1ff; /* 设置ion-card的背景颜色为灰色(根据需要调整颜色) */
@@ -30,6 +31,7 @@
 .ant-card {
   background-color: #e9fff9; /* 设置ion-card的背景颜色为灰色(根据需要调整颜色) */
   color: rgb(0, 0, 0); /* 设置文本颜色为黑色 */
+  border: 1px solid #fffbea; /* 添加边框 */
 }
 .review-details {
   display: flex;