Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -14,7 +14,6 @@ import { ZhSingleRow06 } from './compview/ZhSingleRow06'; | @@ -14,7 +14,6 @@ import { ZhSingleRow06 } from './compview/ZhSingleRow06'; | ||
| 14 | import { ZhSingleColumn04 } from './compview/ZhSingleColumn04'; | 14 | import { ZhSingleColumn04 } from './compview/ZhSingleColumn04'; |
| 15 | import { ZhSingleColumn09 } from './compview/ZhSingleColumn09'; | 15 | import { ZhSingleColumn09 } from './compview/ZhSingleColumn09'; |
| 16 | import { ZhGridLayout03 } from './compview/ZhGridLayout03'; | 16 | import { ZhGridLayout03 } from './compview/ZhGridLayout03'; |
| 17 | -import { ZhCarouselLayout01 } from './compview/ZhCarouselLayout01'; | ||
| 18 | import { CardParser } from './CardParser'; | 17 | import { CardParser } from './CardParser'; |
| 19 | import { ZhGridLayout02 } from './compview/ZhGridLayout02'; | 18 | import { ZhGridLayout02 } from './compview/ZhGridLayout02'; |
| 20 | import { Card2Component } from './cardview/Card2Component'; | 19 | import { Card2Component } from './cardview/Card2Component'; |
| @@ -23,6 +22,7 @@ import { WDRouterPage, WDRouterRule } from 'wdRouter/Index'; | @@ -23,6 +22,7 @@ import { WDRouterPage, WDRouterRule } from 'wdRouter/Index'; | ||
| 23 | import { AdvCardParser } from './cardViewAdv/AdvCardParser'; | 22 | import { AdvCardParser } from './cardViewAdv/AdvCardParser'; |
| 24 | import PageModel from '../viewmodel/PageModel'; | 23 | import PageModel from '../viewmodel/PageModel'; |
| 25 | import { LiveHorizontalCardComponent } from './view/LiveHorizontalCardComponent'; | 24 | import { LiveHorizontalCardComponent } from './view/LiveHorizontalCardComponent'; |
| 25 | +import { ZhCarouselLayout01 } from './compview/ZhCarouselLayout01'; | ||
| 26 | 26 | ||
| 27 | /** | 27 | /** |
| 28 | * comp适配器. | 28 | * comp适配器. |
| @@ -231,7 +231,7 @@ struct CarouselLayout01CardView { | @@ -231,7 +231,7 @@ struct CarouselLayout01CardView { | ||
| 231 | .height(CommonConstants.FULL_PARENT) | 231 | .height(CommonConstants.FULL_PARENT) |
| 232 | } | 232 | } |
| 233 | .width(CommonConstants.FULL_WIDTH) | 233 | .width(CommonConstants.FULL_WIDTH) |
| 234 | - .aspectRatio(CompUtils.ASPECT_RATIO_2_1) | 234 | + .aspectRatio(CompUtils.ASPECT_RATIO_16_9) |
| 235 | .alignContent(Alignment.BottomStart) | 235 | .alignContent(Alignment.BottomStart) |
| 236 | .hoverEffect(HoverEffect.Scale) | 236 | .hoverEffect(HoverEffect.Scale) |
| 237 | } | 237 | } |
-
Please register or login to post a comment