tab1.page.html 511 B

1234567891011121314151617181920212223
  1. <ion-header [translucent]="true">
  2. <ion-toolbar>
  3. <ion-title>
  4. 首页
  5. </ion-title>
  6. <ion-buttons slot="end">
  7. <ion-button>
  8. <ion-icon name="search"></ion-icon>
  9. </ion-button>
  10. </ion-buttons>
  11. </ion-toolbar>
  12. </ion-header>
  13. <ion-content [fullscreen]="true">
  14. <ion-header collapse="condense">
  15. <ion-toolbar>
  16. <ion-title size="large">
  17. </ion-title>
  18. </ion-toolbar>
  19. </ion-header>
  20. <app-explore-container name="首页"></app-explore-container>
  21. </ion-content>