Просмотр исходного кода

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

魏熙美 5 лет назад
Родитель
Сommit
46a5f83fa5

+ 1
- 0
src/pages/activity/editActivity.jsx Просмотреть файл

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

+ 1
- 0
src/pages/activity/groupActivity/editGroupActivity.jsx Просмотреть файл

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

+ 1
- 0
src/pages/activity/helpActivity/edithelpActivity.jsx Просмотреть файл

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

+ 1
- 0
src/pages/building/list/add/components/share.jsx Просмотреть файл

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

+ 1
- 0
src/pages/news/list/editNewsList.jsx Просмотреть файл

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