Browse Source

add miss style deps (#14214)

close #14204
pull/14215/head
zombieJ 6 years ago
committed by GitHub
parent
commit
b826ecf849
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/cascader/style/index.tsx
  2. 1
      components/list/style/index.tsx
  3. 1
      components/select/style/index.tsx
  4. 1
      components/table/style/index.tsx
  5. 1
      components/transfer/style/index.tsx

1
components/cascader/style/index.tsx

@ -2,4 +2,5 @@ import '../../style/index.less';
import './index.less';
// style dependencies
import '../../empty/style';
import '../../input/style';

1
components/list/style/index.tsx

@ -2,6 +2,7 @@ import '../../style/index.less';
import './index.less';
// style dependencies
import '../../empty/style';
import '../../spin/style';
import '../../pagination/style';
import '../../grid/style';

1
components/select/style/index.tsx

@ -2,4 +2,5 @@ import '../../style/index.less';
import './index.less';
// style dependencies
import '../../empty/style';
import '../../input/style';

1
components/table/style/index.tsx

@ -2,6 +2,7 @@ import '../../style/index.less';
import './index.less';
// style dependencies
import '../../empty/style';
import '../../radio/style';
import '../../checkbox/style';
import '../../dropdown/style';

1
components/transfer/style/index.tsx

@ -2,6 +2,7 @@ import '../../style/index.less';
import './index.less';
// style dependencies
import '../../empty/style';
import '../../checkbox/style';
import '../../button/style';
import '../../input/style';

Loading…
Cancel
Save