Showing
2 changed files
with
0 additions
and
2 deletions
| @@ -27,6 +27,5 @@ export default struct PageNoMoreLayout { | @@ -27,6 +27,5 @@ export default struct PageNoMoreLayout { | ||
| 27 | .width(RefreshConstants.FULL_WIDTH) | 27 | .width(RefreshConstants.FULL_WIDTH) |
| 28 | .justifyContent(FlexAlign.Center) | 28 | .justifyContent(FlexAlign.Center) |
| 29 | .height(RefreshConstants.CUSTOM_LAYOUT_HEIGHT) | 29 | .height(RefreshConstants.CUSTOM_LAYOUT_HEIGHT) |
| 30 | - .margin({bottom:RefreshConstants.NoMoreLayoutConstant_MARGIN_BOTTOM}) | ||
| 31 | } | 30 | } |
| 32 | } | 31 | } |
| @@ -49,7 +49,6 @@ export class RefreshConstants { | @@ -49,7 +49,6 @@ export class RefreshConstants { | ||
| 49 | static readonly NoMoreLayoutConstant_NORMAL_PADDING: number = 8; | 49 | static readonly NoMoreLayoutConstant_NORMAL_PADDING: number = 8; |
| 50 | static readonly NoMoreLayoutConstant_TITLE_FONT: string = '16vp'; | 50 | static readonly NoMoreLayoutConstant_TITLE_FONT: string = '16vp'; |
| 51 | static readonly NoMoreLayoutConstant_TITLE_COLOR: string = '#666666'; | 51 | static readonly NoMoreLayoutConstant_TITLE_COLOR: string = '#666666'; |
| 52 | - static readonly NoMoreLayoutConstant_MARGIN_BOTTOM: number = 40; | ||
| 53 | /** | 52 | /** |
| 54 | * The RefreshLayout constants. | 53 | * The RefreshLayout constants. |
| 55 | */ | 54 | */ |
-
Please register or login to post a comment