Browse Source

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

傅行帆 5 years ago
parent
commit
7c14608f20

+ 1
- 1
src/components/SelectButton/WxDictSelect.jsx View File

30
       <Select
30
       <Select
31
       showSearch
31
       showSearch
32
       value={props.value}
32
       value={props.value}
33
-      style={{ width: '150px' }}
33
+      style={{ width: '250px' }}
34
       placeholder="请选择用户来源"
34
       placeholder="请选择用户来源"
35
       onChange={props.onChange}
35
       onChange={props.onChange}
36
       filterOption={(input, option) =>
36
       filterOption={(input, option) =>

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

123
             })(<Input />)}
123
             })(<Input />)}
124
           </Form.Item>
124
           </Form.Item>
125
           {
125
           {
126
-            !props.noImage && <Form.Item label="选择图片">
126
+            !props.noImage && <Form.Item label="选择图片" help="建议图片尺寸256px*252px,比例4:3,格式:jpg">
127
             {getFieldDecorator('img', {
127
             {getFieldDecorator('img', {
128
               rules: [
128
               rules: [
129
                 {
129
                 {

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

209
                   </Select>,
209
                   </Select>,
210
                 )}
210
                 )}
211
               </Form.Item>
211
               </Form.Item>
212
-              <Form.Item label="图片">
212
+              <Form.Item label="图片" help="建议图片尺寸336px*336px,比例1:1,格式:jpg">
213
               {getFieldDecorator('img', {
213
               {getFieldDecorator('img', {
214
                   rules: [{ required: true, message: '请上传户型图片' }],
214
                   rules: [{ required: true, message: '请上传户型图片' }],
215
               })(
215
               })(