Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -140,6 +140,7 @@ export struct BottomNavigationComponent { | @@ -140,6 +140,7 @@ export struct BottomNavigationComponent { | ||
| 140 | .opacity(this.currentNavIndex === index ? this.FULL_OPACITY : this.SIXTY_OPACITY) | 140 | .opacity(this.currentNavIndex === index ? this.FULL_OPACITY : this.SIXTY_OPACITY) |
| 141 | } | 141 | } |
| 142 | .zIndex(10) | 142 | .zIndex(10) |
| 143 | + .width('100%') | ||
| 143 | .height($r('app.float.bottom_navigation_barHeight')) | 144 | .height($r('app.float.bottom_navigation_barHeight')) |
| 144 | .hoverEffect(HoverEffect.Highlight) | 145 | .hoverEffect(HoverEffect.Highlight) |
| 145 | .visibility(this.displayDirection === DisplayDirection.VERTICAL ? Visibility.Visible : Visibility.None) | 146 | .visibility(this.displayDirection === DisplayDirection.VERTICAL ? Visibility.Visible : Visibility.None) |
-
Please register or login to post a comment