From 42b97cfbfc0417ffc1862b8931411abed97e2548 Mon Sep 17 00:00:00 2001 From: sorrycc Date: Wed, 15 Aug 2018 08:01:24 +0800 Subject: [PATCH] remove tmp code --- config/plugin.config.js | 2 -- src/global.less | 5 ----- 2 files changed, 7 deletions(-) diff --git a/config/plugin.config.js b/config/plugin.config.js index dd76beb8..27879fdd 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 d7b0d770..fcb7b033 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; -} -- GitLab