src/menu/stylecontroller/index.jsx
@@ -415,7 +415,7 @@ label={<Icon title="背景图片" type="picture" />} labelCol={{xs: { span: 24 }, sm: { span: 4 }}} wrapperCol={ {xs: { span: 24 }, sm: { span: 20 }} } > <FileUpload value={bgimages} maxFile={2} fileType="text" onChange={this.imgChange}/> <FileUpload accept=".jpg,.png,.gif,.svg" value={bgimages} maxFile={2} fileType="text" onChange={this.imgChange}/> <Input placeholder="" value={backgroundImage} autoComplete="off" onChange={this.changeBackgroundImageInput} /> </Form.Item> </Col> : null}