魏超 5 년 전
부모
커밋
7711140d57
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2
    2
      src/pages/activity/groupActivity/helpRecord.jsx
  2. 2
    2
      src/pages/activity/helpActivity/helpRecord.jsx

+ 2
- 2
src/pages/activity/groupActivity/helpRecord.jsx 파일 보기

@@ -206,8 +206,8 @@ class Verifier extends React.Component {
206 206
           // onOk={() => this.handleOk()}
207 207
           onCancel={(e) => this.handleCancel(e)}
208 208
         >
209
-          <div><span>核销码:<input onChange={this.verify.bind(this)}/></span>
210
-           <Button name="admin.taShareRecord.verificate.put" noRight={null} style={{ marginLeft: '80px' }} onClick={() => this.verification()}>立即核销</Button>
209
+          <div><span>核销码:<input style={{marginLeft: '10px'}} onChange={this.verify.bind(this)}/></span>
210
+           <Button name="admin.taShareRecord.verificate.put" noRight={null} style={{ marginLeft: '80px', marginTop:'10px', backgroundColor:'red' }} onClick={() => this.verification()}><span style={{color:'white'}}>立即核销</span></Button>
211 211
           </div>
212 212
         </Modal>
213 213
       </>

+ 2
- 2
src/pages/activity/helpActivity/helpRecord.jsx 파일 보기

@@ -217,8 +217,8 @@ class Verifier extends React.Component {
217 217
           // onOk={() => this.handleOk()}
218 218
           onCancel={e => this.handleCancel(e)}
219 219
         >
220
-          <div><span>核销码:<input onChange={this.verify.bind(this)}/></span>
221
-           <Button name="admin.helpInitiateRecordVerify.post" noRight={null} onClick={e => this.verification(e)} style={{ marginLeft: '80px' }}>立即核销</Button>
220
+          <div><span>核销码:<input style={{marginLeft: '10px'}} onChange={this.verify.bind(this)}/></span>
221
+           <Button name="admin.helpInitiateRecordVerify.post" noRight={null} onClick={e => this.verification(e)} style={{ marginLeft: '80px', marginTop:'10px', backgroundColor:'red' }}><span style={{color:'white'}}>立即核销</span></Button>
222 222
           </div>
223 223
         </Modal>
224 224
       </>