Ionic nav-bar: Title is not centered on Android Device

后端 未结 9 1240
别跟我提以往
别跟我提以往 2021-02-01 17:20

Im very new to Ionic but i already like it. I wanted to use the nav-barso i implemented the following index.html:




        
9条回答
  •  不要未来只要你来
    2021-02-01 17:57

    Hi i am changed css and redefine the css like this

    .bar.bar-header .button+.title {
    text-align: center !important;
    left: 35px;
    line-height: 46px;
    }
    

    its work for me.

提交回复
热议问题