Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -92,6 +92,7 @@ export struct SpacialTopicPageComponent { | @@ -92,6 +92,7 @@ export struct SpacialTopicPageComponent { | ||
| 92 | } | 92 | } |
| 93 | .width(CommonConstants.FULL_WIDTH) | 93 | .width(CommonConstants.FULL_WIDTH) |
| 94 | .height(CommonConstants.FULL_HEIGHT) | 94 | .height(CommonConstants.FULL_HEIGHT) |
| 95 | + .padding({bottom:75}) | ||
| 95 | 96 | ||
| 96 | if (!this.isPageEnd) { | 97 | if (!this.isPageEnd) { |
| 97 | detailedSkeleton() | 98 | detailedSkeleton() |
-
Please register or login to post a comment