|
|
@ -548,9 +548,17 @@ const MapComponent = ({ |
|
|
|
clearPrintArea(id) |
|
|
|
map?.setTarget(mapElement.current as HTMLDivElement) |
|
|
|
}} title="Предпросмотр области"> |
|
|
|
<div id='print-portal' style={{ width: '640px', height: '320px' }}> |
|
|
|
<Stack> |
|
|
|
<div id='print-portal' style={{ width: '640px', height: '320px' }}> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<Flex gap='sm'> |
|
|
|
<Button> |
|
|
|
Печать |
|
|
|
</Button> |
|
|
|
</Flex> |
|
|
|
|
|
|
|
</Stack> |
|
|
|
</Modal> |
|
|
|
|
|
|
|
{active && |
|
|
|