|
@@ -293,6 +293,7 @@ const { TextArea } = Input;
|
293
|
293
|
<p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
|
294
|
294
|
<ImageUploader value={imgValue} onChange={e => changeImg(e)} />
|
295
|
295
|
</div>
|
|
296
|
+ <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '250px' }}>图片比例: 5:4</p>
|
296
|
297
|
<Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
|
297
|
298
|
<Button onClick={() => router.go(-1)}>取消</Button>
|
298
|
299
|
</div>
|