1. 程式人生 > >Ionic 3 標題欄相關

Ionic 3 標題欄相關

tty scss oot pan toolbar ber frame css 返回

參考鏈接:https://blog.csdn.net/zhile7y/article/details/80250808

在中文APP下把Back改為返回的快速有效方法:

打開src/app/app.module.ts文件,在 IonicModule.forToot(MyApp)中添加參數{backButtonText:‘返回‘}:

IonicModule.forToot(MyApp,{backButtonText:‘返回‘})

2. 修改返回按鈕顏色

參考官網 Overriding Ionic Sass Variables 文檔
可在 ./src/theme/variables.scss 中修改返回按鈕顏色

$toolbar-ios-button-color: #222;

Ionic 3 標題欄相關