diff --git a/components/style/index.less b/components/style/index.less index 3c7d31ef1e..46fc08be47 100644 --- a/components/style/index.less +++ b/components/style/index.less @@ -10,6 +10,7 @@ body { background-color: @fill-body; + font-size: @font-size-base; } *[contenteditable] { diff --git a/site/kitchen/src/index.js b/site/kitchen/src/index.js index ca358e01b9..8285ccc60a 100644 --- a/site/kitchen/src/index.js +++ b/site/kitchen/src/index.js @@ -5,7 +5,7 @@ const _indexDemos = ['drawer']; const _subListDemos = ['list-view']; const pluginAntdConfig = { - pxtorem: true, + pxtorem: process.env.HD_ENV === 'hd', babelConfig: JSON.stringify({ plugins: [ [