许静 5 years ago
parent
commit
fb468b1bd1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/news/list/NewsList.jsx

+ 1
- 1
src/pages/news/list/NewsList.jsx View File

@@ -178,7 +178,7 @@ function body(props) {
178 178
           </span> :
179 179
           <span style={{ position: 'absolute', left: '280px', bottom: '18px', fontSize: '18px', color: '#FF7E48' }} onClick={cancelRelease.bind(this, data.newsId, 0, data.buildingId, data.newsType.newsTypeId)}>
180 180
             发布
181
-              <Icon type="close-circle" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
181
+              <Icon type="form" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
182 182
           </span>
183 183
         }
184 184