canvas page 서브 컨텐츠 영역 수정
This commit is contained in:
parent
71e753e019
commit
290a939410
@ -7,6 +7,7 @@ import GridMove from '@/components/canvas/modal/gridoption/GridMove'
|
|||||||
import GridOption from '@/components/canvas/modal/gridoption/GridOption'
|
import GridOption from '@/components/canvas/modal/gridoption/GridOption'
|
||||||
import OuterLineWall from '@/components/canvas/modal/outerlinesetting/OuterLineWall'
|
import OuterLineWall from '@/components/canvas/modal/outerlinesetting/OuterLineWall'
|
||||||
import SettingModal01 from '@/components/canvas/modal/settoing01/SettingModal01'
|
import SettingModal01 from '@/components/canvas/modal/settoing01/SettingModal01'
|
||||||
|
import Footer from '@/components/layout/Footer'
|
||||||
import Header from '@/components/layout/Header'
|
import Header from '@/components/layout/Header'
|
||||||
import { modalState } from '@/store/modalAtom'
|
import { modalState } from '@/store/modalAtom'
|
||||||
import '@/styles/contents.scss'
|
import '@/styles/contents.scss'
|
||||||
|
|||||||
@ -512,9 +512,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.estimate{
|
&.estimate{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
height: calc(100% - 36.5px);
|
height: calc(100% - 36.5px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
.sub-content-inner{
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.sub-table-box{
|
.sub-table-box{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user