|
|
@@ -103,7 +103,7 @@ class Toolbar extends React.Component {
|
|
|
return (
|
|
|
<div className='toolbar'>
|
|
|
<div className='filters'>
|
|
|
- <h6 style={{ marginRight: 8, display: 'inline' }}>筛选:</h6>
|
|
|
+ <h6 style={{ marginLeft: 10, marginRight: 8, display: 'inline' }}>筛选:</h6>
|
|
|
{tags.map(tag => (
|
|
|
<Tag
|
|
|
className={`filter-tag ${tag.using?'filter-tag-using':''}`}
|