forked from ddrilling/asb_cloud_front
Цвет фона изменён на белый
This commit is contained in:
parent
8ed948a14d
commit
4f4fc7eb33
@ -65,7 +65,7 @@ export const DrillingProgram = memo(({ idWell }) => {
|
||||
|
||||
return (
|
||||
<LoaderPortal show={showLoader}>
|
||||
<Layout>
|
||||
<Layout style={{ backgroundColor: 'white' }}>
|
||||
{data && (
|
||||
<div className={'drilling_program'}>
|
||||
<div className={'program_header'}>
|
||||
|
Loading…
Reference in New Issue
Block a user