|
@@ -99,7 +99,7 @@ export const SelectMap = (props: SelectImageProps) => {
|
|
|
|
|
|
return (
|
|
|
<Modal
|
|
|
- width="700px"
|
|
|
+ width="588px"
|
|
|
title="选择地址"
|
|
|
open={open}
|
|
|
onCancel={() => setOpen(false)}
|
|
@@ -250,7 +250,7 @@ export const SelectFuse = (props: SelectImageProps & { caseId: number }) => {
|
|
|
|
|
|
return (
|
|
|
<Modal
|
|
|
- width="1060px"
|
|
|
+ width="1000px"
|
|
|
title="选择户型图"
|
|
|
open={open}
|
|
|
onCancel={() => setOpen(false)}
|
|
@@ -278,7 +278,7 @@ export const SelectFuse = (props: SelectImageProps & { caseId: number }) => {
|
|
|
/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div>
|
|
|
+ <div className={style['house-image-layout']}>
|
|
|
<h4>户型图:<RedoOutlined className='icon' onClick={getCover} /></h4>
|
|
|
<div className={style['house-image']}>
|
|
|
{ coverUrl && <img src={coverUrl} alt="预览图" /> }
|