| | |
| | | return ( |
| | | <div className="app-page"> |
| | | <Spin spinning={loading}> |
| | | <Affix style={{ position: 'absolute', top: 520, right: 20 }}> |
| | | {/* <Affix style={{ position: 'absolute', top: 520, right: 20 }}> |
| | | <Card> |
| | | < img style={{ width: '150px', height: '150px' }} src={`data:image/png;base64,${code}`} alt=""></img> |
| | | </Card> |
| | | </Affix> |
| | | </Affix> */} |
| | | <Card style={{ margin: "8%" }}> |
| | | <div> |
| | | <Row type="flex" justify="center" align="middle" style={{ borderBottom: '1px solid #D8D8D8' }}> |
| | | <Col style={{ color: '#3D444D', fontSize: 26, fontWeight: 'bold', lineHeight: '75px' }}> |
| | | {activityName} |
| | | <Row type="flex" align="middle" style={{ borderBottom: '1px solid #D8D8D8' }}> |
| | | <Col span={20} style={{ color: '#3D444D', fontSize: 26, fontWeight: 'bold', lineHeight: '75px' }}> |
| | | 活动标题:{activityName} |
| | | </Col> |
| | | <Col>< img style={{ width: '150px', height: '150px' }} src={`data:image/png;base64,${code}`} alt=""></img></Col> |
| | | </Row> |
| | | </div> |
| | | |
| | |
| | | <div style={{ width: '150px', height: '150px', color:'#000', position: 'absolute', display:'flex',justifyContent:'flex-end' }}><Icon type="check-circle" style={{fontSize:'32px'}} theme="twoTone" twoToneColor="#52c41a" /></div> : '' |
| | | } |
| | | </div> |
| | | )) : <span>暂无数据</span> |
| | | )) : <div style={{height:'150px'}}>暂无人员签到</div> |
| | | } |
| | | </div> |
| | | </Card> |