yii2 navbar with dropdown

前端 未结 2 1842
猫巷女王i
猫巷女王i 2021-02-05 09:55

After some simple edit on the default navbar, I got the code for the menu below... It would be very ugly if I add more menus.



        
2条回答
  •  無奈伤痛
    2021-02-05 10:30

    Well I don't have the reputation needed but, just to be more correct on the "nerison" answer, add the nav class too: like these

    'options' => ['class' =>'nav navbar-nav'],
    

提交回复
热议问题