Răsfoiți Sursa

新增页面

warrior 5 luni în urmă
părinte
comite
55f01ca8ef

BIN
projects/live-app/public/img/排名_active.png


BIN
projects/live-app/public/img/消息_active.png


+ 2 - 2
projects/live-app/src/moduls/tabs/tabs/tabs.component.ts

@@ -34,7 +34,7 @@ export class TabsComponent implements OnInit {
     },
     {
       src: '/img/消息.png',
-      active: '/img/消息.png',
+      active: '/img/消息_active.png',
       url: 'tabs/notice',
       name: '消息',
     },
@@ -46,7 +46,7 @@ export class TabsComponent implements OnInit {
     },
     {
       src: '/img/排名.png',
-      active: '/img/排名.png',
+      active: '/img/排名_active.png',
       url: 'tabs/ranking',
       name: '排名',
     },