|
@@ -167,7 +167,7 @@ function body(props) {
|
167
|
167
|
bodyStyle={{ padding: '10px 20px' }}
|
168
|
168
|
>
|
169
|
169
|
<AuthButton name="admin.taNews.id.put" noRight={null}>
|
170
|
|
- <span style={{ position: 'absolute', right: '20px', top: '20px', fontSize: ' 0.106rem', color: '#FF7E48', cursor: 'pointer' }} onClick={toEditList(data.newsId)}>
|
|
170
|
+ <span style={{ position: 'absolute', right: '20px', top: '20px', fontSize: ' 0.106rem',zIndex:1, color: '#FF7E48', cursor: 'pointer' }} onClick={toEditList(data.newsId)}>
|
171
|
171
|
编辑
|
172
|
172
|
<Icon type="form" style={{ color: '#C0C4CC', marginLeft: '10px' }} />
|
173
|
173
|
</span>
|