weiximei 5 år sedan
förälder
incheckning
f1c9a01e86
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/pages/integralMall/writeOff.jsx

+ 1
- 1
src/pages/integralMall/writeOff.jsx Visa fil

@@ -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>