diff --git a/src/pages/WellOperations/ImportExportBar.jsx b/src/pages/WellOperations/ImportExportBar.jsx index 9e5f846..34fe7d8 100644 --- a/src/pages/WellOperations/ImportExportBar.jsx +++ b/src/pages/WellOperations/ImportExportBar.jsx @@ -21,7 +21,7 @@ export const ImportExportBar = memo(({ idWell, onImported, disabled }) => { } return ( - <> +
) }) diff --git a/src/pages/WellOperations/index.jsx b/src/pages/WellOperations/index.jsx index 082d138..cabc4d5 100644 --- a/src/pages/WellOperations/index.jsx +++ b/src/pages/WellOperations/index.jsx @@ -1,5 +1,5 @@ import { memo, useCallback } from 'react' -import { Layout, Menu } from 'antd' +import { Layout, Menu, Popover } from 'antd' import { Switch, useParams, useHistory, useLocation } from 'react-router-dom' import { BarChartOutlined, @@ -17,6 +17,7 @@ import { WellDrillParams } from './WellDrillParams' import { DrillProcessFlow } from './DrillProcessFlow' import { WellSectionsStat } from './WellSectionsStat' import { WellOperationsEditor } from './WellOperationsEditor' +import { Flex } from '@asb/components/Grid' const { Content } = Layout @@ -34,15 +35,17 @@ export const WellOperations = memo(({ idWell }) => { return( <> - - } key={'tvd'} path={'tvd'} title={'TVD'} /> - } key={'sections'} path={'sections'} title={'Секции'} /> - } key={'plan'} path={'plan'} title={'План'} /> - } key={'fact'} path={'fact'} title={'Факт'} /> - } key={'drillProcessFlow'} path={'drillProcessFlow'} title={'РТК'} /> - } key={'params'} path={'params'} title={'Режимы'} /> + + + } key={'tvd'} path={'tvd'} title={'TVD'} /> + } key={'sections'} path={'sections'} title={'Секции'} /> + } key={'plan'} path={'plan'} title={'План'} /> + } key={'fact'} path={'fact'} title={'Факт'} /> + } key={'drillProcessFlow'} path={'drillProcessFlow'} title={'РТК'} /> + } key={'params'} path={'params'} title={'Режимы'} /> + - +