diff --git a/config/plugin.config.js b/config/plugin.config.js index dd76beb80623107fe64bea70b94ad336746c78fd..27879fdd25927da27fd88ffcfa0bc424e85aa5f9 100644 --- a/config/plugin.config.js +++ b/config/plugin.config.js @@ -5,8 +5,6 @@ const AntDesignThemePlugin = require('antd-theme-webpack-plugin'); const path = require('path'); const plugin = config => { - return; - // 将所有 less 合并为一个供 themePlugin使用 const outFile = path.join(__dirname, '../.temp/ant-design-pro.less'); const stylesDir = path.join(__dirname, '../src/'); diff --git a/src/global.less b/src/global.less index d7b0d770fce4f1505b3dfabaf15a717f0475ad06..fcb7b033e3a603a4f5cb41aa833231cce39b9063 100644 --- a/src/global.less +++ b/src/global.less @@ -26,8 +26,3 @@ body { width: 100%; margin: 40px 0 !important; } - -// temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7 -.ant-spin-container { - overflow: visible !important; -}