Browse Source

remove tmp code

pull/2016/merge
sorrycc 8 years ago
committed by 陈帅
parent
commit
42b97cfbfc
  1. 2
      config/plugin.config.js
  2. 5
      src/global.less

2
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/');

5
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;
}

Loading…
Cancel
Save