Browse Source

Merge branch 'v3.5' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager into v3.5

魏熙美 5 years ago
parent
commit
46a5f83fa5

+ 1
- 0
src/pages/activity/editActivity.jsx View File

398
         <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
398
         <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
399
         <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
399
         <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
400
       </div>
400
       </div>
401
+      <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '250px' }}>图片比例: 5:4</p>
401
       <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
402
       <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
402
       <Button onClick={() => router.go(-1)}>取消</Button>
403
       <Button onClick={() => router.go(-1)}>取消</Button>
403
     </div>
404
     </div>

+ 1
- 0
src/pages/activity/groupActivity/editGroupActivity.jsx View File

334
         <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
334
         <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
335
         <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
335
         <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
336
       </div>
336
       </div>
337
+      <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '250px' }}>图片比例: 5:4</p>
337
       <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
338
       <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
338
       <Button onClick={() => router.go(-1)}>取消</Button>
339
       <Button onClick={() => router.go(-1)}>取消</Button>
339
     </div>
340
     </div>

+ 1
- 0
src/pages/activity/helpActivity/edithelpActivity.jsx View File

454
         <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
454
         <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
455
         <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
455
         <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
456
       </div>
456
       </div>
457
+      <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '250px' }}>图片比例: 5:4</p>
457
       <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
458
       <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
458
       <Button onClick={() => router.go(-1)}>取消</Button>
459
       <Button onClick={() => router.go(-1)}>取消</Button>
459
     </div>
460
     </div>

+ 1
- 0
src/pages/building/list/add/components/share.jsx View File

87
       <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
87
       <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
88
       <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
88
       <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
89
     </div>
89
     </div>
90
+    <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '250px' }}>图片比例: 5:4</p>
90
     <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
91
     <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
91
     <Button onClick={() => router.go(-1)}>取消</Button>
92
     <Button onClick={() => router.go(-1)}>取消</Button>
92
   </div>
93
   </div>

+ 1
- 0
src/pages/news/list/editNewsList.jsx View File

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