DetailContainer.ets 228 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 import { PlayerTitleComment } from './PlayerTitleComment' /** * 非全屏状态-(播放页面底部)非播放区域 */ @Component export struct DetailContainer { build() { PlayerTitleComment() .width('100%') } }