FollowListPage.ets 280 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 import { FollowFirstTabsComponent } from 'wdComponent' @Entry @Component struct FollowListPage { build() { Column() { //Tab 详情 FollowFirstTabsComponent() } .backgroundColor($r('app.color.color_F9F9F9')) .height('100%') .width('100%') } }