fanmingyou3_wd

使SmallVideoCardComponent(页面)组件可以直接预览

1 -import { CommonConstants } from 'wdConstant/src/main/ets/constants/CommonConstants' 1 +// import { CommonConstants } from 'wdConstant/src/main/ets/constants/CommonConstants'
2 2
3 @Entry 3 @Entry
4 @Component 4 @Component
@@ -57,7 +57,8 @@ export struct SmallVideoCardComponent { @@ -57,7 +57,8 @@ export struct SmallVideoCardComponent {
57 .backgroundColor($r('app.color.color_4d000000')) 57 .backgroundColor($r('app.color.color_4d000000'))
58 } 58 }
59 } 59 }
60 - .width(CommonConstants.FULL_WIDTH) 60 + // .width(CommonConstants.FULL_WIDTH)
  61 + .width('100%')
61 .height(184) 62 .height(184)
62 .padding({ 63 .padding({
63 top: 14, 64 top: 14,
1 { 1 {
2 "src": [ 2 "src": [
3 - "pages/Index",  
4 - "pages/MainPage" 3 + "components/SmallVideoCardComponent"
5 ] 4 ]
6 } 5 }