Sfoglia il codice sorgente

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

weiximei 5 anni fa
parent
commit
8bca6ad3b0

+ 1
- 1
src/pages/activity/editActivity.jsx Vedi File

@@ -357,7 +357,7 @@ const Edit = props => {
357 357
             <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>活动海报图</p>
358 358
             <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
359 359
           </div>
360
-          <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '230px', marginBottom: '30px'}}>建议图片尺寸:750*600px,比例5:4,格式:jpg,用于普通活动海报</p>
360
+          <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '230px', marginBottom: '30px'}}>建议图片尺寸:640*670px,比例64:67,格式:jpg,用于普通活动海报</p>
361 361
           <div style={{ display: 'flex', alignItems: 'center', width: '100%', marginBottom: '60px' }}>
362 362
             <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题</p>
363 363
             <Input style={{ width: '20vw' }} value={inputValue} placeholder="请输入海报标题" onChange={e => changeInput(e.target.value)} />

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

@@ -303,7 +303,7 @@ const Edit = props => {
303 303
             <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>拼团海报图</p>
304 304
             <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
305 305
           </div>
306
-          <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '230px', marginBottom: '30px'}}>建议图片尺寸:750*600px,比例5:4,格式:jpg,用于拼团活动海报</p>
306
+          <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '230px', marginBottom: '30px'}}>建议图片尺寸:750*668px,比例375:334,格式:jpg,用于拼团活动海报</p>
307 307
           <div style={{ display: 'flex', alignItems: 'center', width: '100%', marginBottom: '60px' }}>
308 308
             <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题</p>
309 309
             <Input style={{ width: '20vw' }} value={inputValue} placeholder="请输入海报标题" onChange={e => changeInput(e.target.value)} />

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

@@ -416,7 +416,7 @@ const Edit = props => {
416 416
             <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>助力海报图</p>
417 417
             <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
418 418
           </div>
419
-          <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '230px', marginBottom: '30px'}}>建议图片尺寸:750*600px,比例5:4,格式:jpg,用于助力活动海报</p>
419
+          <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '230px', marginBottom: '30px'}}>建议图片尺寸:750*668px,比例375:334,格式:jpg,用于助力活动海报</p>
420 420
           <div style={{ display: 'flex', alignItems: 'center', width: '100%', marginBottom: '60px' }}>
421 421
             <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题</p>
422 422
             <Input style={{ width: '20vw' }} value={inputValue} placeholder="请输入海报标题" onChange={e => changeInput(e.target.value)} />

+ 1
- 1
src/pages/building/list/add/components/poster.jsx Vedi File

@@ -144,7 +144,7 @@ const Poster = props => {
144 144
           <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}><span style={{ color: 'red' }}>*</span> 楼盘海报图</p>
145 145
           <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
146 146
         </div>
147
-        <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '230px', marginBottom: '30px'}}>建议图片尺寸:750*600px,比例5:4,格式:jpg,用于楼盘海报</p>
147
+        <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '230px', marginBottom: '30px'}}>建议图片尺寸:640*670px,比例64:67,格式:jpg,用于楼盘海报</p>
148 148
         <div style={{ display: 'flex', alignItems: 'center', width: '100%', marginBottom: '60px' }}>
149 149
           <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题</p>
150 150
           <Input style={{ width: '20vw' }} value={inputValue} placeholder="请输入海报标题" onChange={e => changeInput(e.target.value)} />

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

@@ -234,7 +234,7 @@ const { TextArea } = Input;
234 234
             <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>资讯海报图</p>
235 235
             <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
236 236
           </div>
237
-          <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '230px', marginBottom: '30px'}}>建议图片尺寸:750*600px,比例5:4,格式:jpg,用于资讯海报</p>
237
+          <p style={{ fontSize: '0.5vw', color: '#A9A9A9', marginLeft: '230px', marginBottom: '30px'}}>建议图片尺寸:640*670px,比例64:67,格式:jpg,用于资讯海报</p>
238 238
           <div style={{ display: 'flex', alignItems: 'center', width: '100%', marginBottom: '60px' }}>
239 239
             <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题</p>
240 240
             <Input style={{ width: '20vw' }} value={inputValue} placeholder="请输入海报标题" onChange={e => changeInput(e.target.value)} />