Browse Source

fix: judgment condition of autoHideHeader switch

pull/1685/head
F-loat 8 years ago
committed by 陈帅
parent
commit
8e3050aec0
  1. 2
      src/components/SettingDarwer/index.js

2
src/components/SettingDarwer/index.js

@ -60,7 +60,7 @@ class SettingDarwer extends PureComponent {
},
{
title: '下滑时隐藏 Header',
hide: fixedHeader,
hide: !fixedHeader,
action: [
<Switch
size="small"

Loading…
Cancel
Save