Skip to content

Commit

Permalink
fix tabs style error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jun 11, 2020
1 parent bded09d commit d69da14
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 56 deletions.
4 changes: 4 additions & 0 deletions .umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ export default {
targets: {
ie: 11,
},
chainWebpack(memo) {
memo.module.rule('ts-in-node_modules').include.clear();
return memo;
},
dva: {},
};
3 changes: 2 additions & 1 deletion DashboardAnalysis/src/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
padding: 0 32px 32px 72px;
}
:global {
.ant-tabs-bar {
.ant-tabs-bar,
.ant-tabs-nav-wrap {
padding-left: 16px;
.ant-tabs-nav .ant-tabs-tab {
padding-top: 16px;
Expand Down
5 changes: 0 additions & 5 deletions ListSearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
"dev": "umi dev"
},
"dependencies": {
"classnames": "^2.2.6",
"moment": "^2.22.2",
"numeral": "^2.0.6",
"nzh": "^1.0.3",
"umi-request": "^1.0.0"
},
"peerDependencies": {
"@ant-design/pro-layout": "^4.5.5"
Expand Down
50 changes: 0 additions & 50 deletions ListSearch/src/utils/utils.less

This file was deleted.

0 comments on commit d69da14

Please sign in to comment.