Showing
2 changed files
with
5 additions
and
3 deletions
| @@ -547,7 +547,7 @@ export struct DynamicDetailComponent { | @@ -547,7 +547,7 @@ export struct DynamicDetailComponent { | ||
| 547 | } | 547 | } |
| 548 | .width(CommonConstants.FULL_WIDTH) | 548 | .width(CommonConstants.FULL_WIDTH) |
| 549 | .height(CommonConstants.FULL_HEIGHT) | 549 | .height(CommonConstants.FULL_HEIGHT) |
| 550 | - .padding({ bottom: 76 }) | 550 | + .padding({ bottom: 100 }) |
| 551 | .scrollBar(BarState.Off) | 551 | .scrollBar(BarState.Off) |
| 552 | .alignSelf(ItemAlign.Start) | 552 | .alignSelf(ItemAlign.Start) |
| 553 | } | 553 | } |
| @@ -559,7 +559,7 @@ export struct DynamicDetailComponent { | @@ -559,7 +559,7 @@ export struct DynamicDetailComponent { | ||
| 559 | operationButtonList: this.operationButtonList, | 559 | operationButtonList: this.operationButtonList, |
| 560 | styleType: 1, | 560 | styleType: 1, |
| 561 | }) | 561 | }) |
| 562 | - | 562 | + .height(100) |
| 563 | } | 563 | } |
| 564 | } | 564 | } |
| 565 | .alignSelf(ItemAlign.Start) | 565 | .alignSelf(ItemAlign.Start) |
| @@ -37,7 +37,9 @@ import { componentUtils, window } from '@kit.ArkUI'; | @@ -37,7 +37,9 @@ import { componentUtils, window } from '@kit.ArkUI'; | ||
| 37 | const PATTERN_DATE_CN_RN: string = 'yyyy年MM月dd日 HH:mm'; | 37 | const PATTERN_DATE_CN_RN: string = 'yyyy年MM月dd日 HH:mm'; |
| 38 | 38 | ||
| 39 | const TAG: string = 'ImageAndTextPageComponent' | 39 | const TAG: string = 'ImageAndTextPageComponent' |
| 40 | - | 40 | +/** |
| 41 | + * 图文详情页 | ||
| 42 | + * */ | ||
| 41 | @Component | 43 | @Component |
| 42 | export struct ImageAndTextPageComponent { | 44 | export struct ImageAndTextPageComponent { |
| 43 | scroller: Scroller = new Scroller(); | 45 | scroller: Scroller = new Scroller(); |
-
Please register or login to post a comment