|
|
@ -109,7 +109,7 @@ export default function Page() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div className='flex_jE mt20'>
|
|
|
|
<div className='flex_jE mt20'>
|
|
|
|
<ButtonComp style={{ marginRight: 20 }} text={'定位'} onClick={() => setVisibility(false)} />
|
|
|
|
<ButtonComp style={{ marginRight: 20 }} text={'定位'} onClick={() => {}} />
|
|
|
|
<ButtonComp style={{ marginRight: 20 }} text={'确定'} onClick={() => { submit() }} />
|
|
|
|
<ButtonComp style={{ marginRight: 20 }} text={'确定'} onClick={() => { submit() }} />
|
|
|
|
<ButtonComp type='cancel' text={'取消'} onClick={() => setVisibility(false)} />
|
|
|
|
<ButtonComp type='cancel' text={'取消'} onClick={() => setVisibility(false)} />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|