배치면 초기설정 팝업, 지붕면 설정 팝업 사이즈 재수정
This commit is contained in:
parent
e78bc4d8ec
commit
e85cdaeaf6
@ -12,7 +12,7 @@ const SelectOption04 = [
|
||||
export default function PlacementSettingPop(){
|
||||
return(
|
||||
<WithDraggable isShow={true}>
|
||||
<div className={`modal-pop-wrap l`}>
|
||||
<div className={`modal-pop-wrap ll`}>
|
||||
<div className="modal-head">
|
||||
<h1 className="title">配置面初期設定</h1>
|
||||
<button className="modal-close">닫기</button>
|
||||
@ -94,8 +94,8 @@ export default function PlacementSettingPop(){
|
||||
</div>
|
||||
<div className="flex-ment">
|
||||
<span>垂木の間隔</span>
|
||||
<div className="grid-select no-flx right" style={{width: '84px'}}>
|
||||
<Qselect title={'455'} option={SelectOption04}/>
|
||||
<div className="grid-select no-flx" style={{width: '160px'}}>
|
||||
<Qselect title={'세로 455mm이하'} option={SelectOption04}/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -114,7 +114,7 @@ export default function PlacementSettingPop(){
|
||||
</div>
|
||||
<div className="flex-ment">
|
||||
<span>垂木の間隔</span>
|
||||
<div className="grid-select no-flx right" style={{width: '84px'}}>
|
||||
<div className="grid-select no-flx right" style={{width: '160px'}}>
|
||||
<Qselect title={'455'} option={SelectOption04}/>
|
||||
</div>
|
||||
</div>
|
||||
@ -146,7 +146,7 @@ export default function PlacementSettingPop(){
|
||||
</div>
|
||||
<div className="flex-ment">
|
||||
<span>垂木の間隔</span>
|
||||
<div className="grid-select no-flx right" style={{width: '84px'}}>
|
||||
<div className="grid-select no-flx right" style={{width: '160px'}}>
|
||||
<Qselect title={'455'} option={SelectOption04}/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -5,13 +5,13 @@ const SelectOption01 = [
|
||||
{name: '瓦53A',}, {name: '瓦53A'}, {name: '瓦53A'}, {name: '瓦53A'}
|
||||
]
|
||||
const SelectOption04 = [
|
||||
{name: '455'}, {name: '455'}, {name: '455'}, {name: '455'}
|
||||
{name: '세로 455mm이하'}, {name: '455'}, {name: '455'}, {name: '455'}
|
||||
]
|
||||
|
||||
export default function RoofAllocation() {
|
||||
return(
|
||||
<WithDraggable isShow={true}>
|
||||
<div className={`modal-pop-wrap ml`}>
|
||||
<div className={`modal-pop-wrap lr`}>
|
||||
<div className="modal-head">
|
||||
<h1 className="title">屋根面の割り当て</h1>
|
||||
<button className="modal-close">닫기</button>
|
||||
@ -55,9 +55,11 @@ export default function RoofAllocation() {
|
||||
<input type="text" className="input-origin block" defaultValue={100} readOnly/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="block-box">
|
||||
<div className="flex-ment">
|
||||
<span>垂木の間隔</span>
|
||||
<div className="grid-select" style={{width: '100px'}}>
|
||||
<div className="grid-select" style={{width: '178px'}}>
|
||||
<Qselect title={'455'} option={SelectOption04}/>
|
||||
</div>
|
||||
</div>
|
||||
@ -97,10 +99,13 @@ export default function RoofAllocation() {
|
||||
<input type="text" className="input-origin block" defaultValue={100} readOnly/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div className="block-box">
|
||||
<div className="flex-ment">
|
||||
<span>垂木の間隔</span>
|
||||
<div className="grid-select" style={{width: '100px'}}>
|
||||
<Qselect title={'455'} option={SelectOption04}/>
|
||||
<div className="grid-select" style={{width: '178px'}}>
|
||||
<Qselect title={'세로 455mm이하'} option={SelectOption04}/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -81,6 +81,9 @@ $alert-color: #101010;
|
||||
&.l{
|
||||
width: 800px;
|
||||
}
|
||||
&.ll{
|
||||
width: 900px;
|
||||
}
|
||||
&.mount{
|
||||
animation: mountpop .17s ease-in-out forwards;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user