Skip to content

Commit

Permalink
fix(progressline): modify progressLine style file (#129)
Browse files Browse the repository at this point in the history
modify progressLine style file
  • Loading branch information
xigua-Jn committed Aug 10, 2021
1 parent f4fe2a8 commit c97a80b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/components/progressLine/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as React from 'react';
import { Tooltip } from 'antd'
import './index.scss';

interface IProps {
title?: string;
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@import "../components//markdownRender/style.scss";
@import "../components/mulSelectDropdown/style.scss";
@import "../components/progressBar/style.scss";
@import "../components/progressLine/style.scss";
@import "../components/slidePane/style";
@import "../components/spreadsheet/style.scss";
@import "../components/toolModal/style.scss";
Expand Down

0 comments on commit c97a80b

Please sign in to comment.