Skip to content

Commit

Permalink
feat(Table): change table tip notice to default
Browse files Browse the repository at this point in the history
close #208
  • Loading branch information
ZxBing0066 committed Mar 24, 2020
1 parent a2d62c7 commit 413e008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -425,7 +425,7 @@ exports[`LocaleProvider Table 1`] = `
class="uc-fe-table-search-tip-wrap"
>
<div
class="uc-fe-table-filter-notice style__NoticeWrap-hces35-6 jMywTq"
class="uc-fe-table-filter-notice style__NoticeWrap-hces35-6 hQQtbu"
>
<div
class="style__ContentWrap-hces35-2 fUgajG"
Expand Down Expand Up @@ -468,7 +468,7 @@ exports[`LocaleProvider Table 3`] = `
class="uc-fe-table-search-tip-wrap"
>
<div
class="uc-fe-table-filter-notice style__NoticeWrap-hces35-6 jMywTq"
class="uc-fe-table-filter-notice style__NoticeWrap-hces35-6 hQQtbu"
>
<div
class="style__ContentWrap-hces35-2 fUgajG"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Table/Table.jsx
Expand Up @@ -687,7 +687,7 @@ class Table extends Component {
};
return !_.isEmpty(filters) || searchValue ? (
<div key="search-info" className={`${prefixCls}-search-tip-wrap`}>
<Notice icon={null} closable={false} className={`${prefixCls}-filter-notice`} styleType="success">
<Notice icon={null} closable={false} className={`${prefixCls}-filter-notice`}>
{searchValue && (
<span>
{locale.search}
Expand Down

0 comments on commit 413e008

Please sign in to comment.