|
@@ -146,7 +146,7 @@ function header(props) {
|
146
|
146
|
<div style={{ margin: '110px auto', display: 'block', textAlign: 'center' }}>
|
147
|
147
|
<Input placeholder="请输入手机号" style={{ width: '200px' }} onChange={changeTel} />
|
148
|
148
|
<AuthButton name="admin.taPointsExchange.recId.put" noRight={null}>
|
149
|
|
- <Button type="primary" style={{ marginLeft: '10px', padding: '6px 46px', backgroundColor: '#EA2323', border: 'none' }} onClick={verifyTel}>立即核销</Button>
|
|
149
|
+ <Button type="primary" style={{ marginLeft: '10px', padding: '0px 46px', backgroundColor: '#EA2323', border: 'none' }} onClick={verifyTel}>立即核销</Button>
|
150
|
150
|
</AuthButton>
|
151
|
151
|
</div>
|
152
|
152
|
</TabPane>
|