Przeglądaj źródła

remove tmp code

sorrycc 7 lat temu
rodzic
commit
42b97cfbfc
2 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 2
      config/plugin.config.js
  2. 0 5
      src/global.less

+ 0 - 2
config/plugin.config.js

@@ -5,8 +5,6 @@ const AntDesignThemePlugin = require('antd-theme-webpack-plugin');
 const path = require('path');
 const path = require('path');
 
 
 const plugin = config => {
 const plugin = config => {
-  return;
-
   // 将所有 less 合并为一个供 themePlugin使用
   // 将所有 less 合并为一个供 themePlugin使用
   const outFile = path.join(__dirname, '../.temp/ant-design-pro.less');
   const outFile = path.join(__dirname, '../.temp/ant-design-pro.less');
   const stylesDir = path.join(__dirname, '../src/');
   const stylesDir = path.join(__dirname, '../src/');

+ 0 - 5
src/global.less

@@ -26,8 +26,3 @@ body {
   width: 100%;
   width: 100%;
   margin: 40px 0 !important;
   margin: 40px 0 !important;
 }
 }
-
-// temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7
-.ant-spin-container {
-  overflow: visible !important;
-}