diff --git a/public/react/src/App.js b/public/react/src/App.js index 689c2ee03..217848308 100644 --- a/public/react/src/App.js +++ b/public/react/src/App.js @@ -666,8 +666,9 @@ class App extends Component { (props)=>() }/> - - + + + ( ), @@ -116,7 +116,7 @@ const columns = [ { title: '标题', dataIndex: 'name', - render: (name, record) => {name} + render: (name, record) => {name} }, { title: '分类', @@ -357,6 +357,7 @@ class DeveloperHome extends React.PureComponent { return ( this.handleTagClose(info)} >{ctx} @@ -377,7 +378,7 @@ class DeveloperHome extends React.PureComponent { diff --git a/public/react/src/modules/developer/index.scss b/public/react/src/modules/developer/index.scss index dabea8b8d..6b10550b1 100644 --- a/public/react/src/modules/developer/index.scss +++ b/public/react/src/modules/developer/index.scss @@ -65,4 +65,11 @@ } } + .search_tag_style{ + background: rgb(82, 196, 26); + color: #fff; + .anticon-close{ + color: #fff; + } + } }