import { YTHeader } from 'basic'; @Component export struct FragranceView{ build() { Column(){ }.width('100%') .height('100%') } }