瀏覽代碼

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

傅行帆 5 年之前
父節點
當前提交
7c14608f20

+ 1
- 1
src/components/SelectButton/WxDictSelect.jsx 查看文件

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

+ 1
- 1
src/pages/building/list/add/components/buildingImage.jsx 查看文件

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

+ 1
- 1
src/pages/building/list/add/components/modalImage.jsx 查看文件

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