Skip to content

Commit

Permalink
fix(component): 修复select多选模式下tag样式丢失的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaMaid committed Dec 10, 2018
1 parent fc41b6b commit e56e011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/Select/style/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '../../Icon/style/';
import '../../Pop/style/';
import '../../Transitions/style/';
import '../../Tag/style/';
import './index.css';
1 change: 1 addition & 0 deletions components/Select/style/less.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '../../Icon/style/less.js';
import '../../Pop/style/less.js';
import '../../Transitions/style/less.js';
import '../../Tag/style/less.js';
import './index.less';

0 comments on commit e56e011

Please sign in to comment.