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 OuterLineWall from '@/components/canvas/modal/outerlinesetting/OuterLineWall'
|
||||
import SettingModal01 from '@/components/canvas/modal/settoing01/SettingModal01'
|
||||
import Footer from '@/components/layout/Footer'
|
||||
import Header from '@/components/layout/Header'
|
||||
import { modalState } from '@/store/modalAtom'
|
||||
import '@/styles/contents.scss'
|
||||
|
||||
@ -512,9 +512,14 @@
|
||||
}
|
||||
}
|
||||
&.estimate{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: calc(100% - 36.5px);
|
||||
overflow-y: auto;
|
||||
padding-top: 0;
|
||||
.sub-content-inner{
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.sub-table-box{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user