Skip to content

Commit

Permalink
feat: 修改 tabBar 默认高度和H5端统一
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed Sep 30, 2019
1 parent 198df85 commit 337adb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = function (pagesJson, userManifestJson) {
navigationBarBackgroundColor = '#000000'
} = appJson['window'] || {}

const TABBAR_HEIGHT = 56
const TABBAR_HEIGHT = 50

let manifestJson = JSON.parse(fs.readFileSync(path.resolve(__dirname, './manifest.json'), 'utf8'))

Expand Down

0 comments on commit 337adb7

Please sign in to comment.