배치면 초기설정 이미지 불러오기 영역 수정
This commit is contained in:
parent
157fac3a32
commit
a9b2764af5
@ -87,7 +87,7 @@ export default function CanvasPage() {
|
||||
{/* <Penal04/> */}
|
||||
|
||||
{/* 배치면 초기 설정 */}
|
||||
{/* <PlacementSettingPop/> */}
|
||||
<PlacementSettingPop/>
|
||||
|
||||
{/* 캔버스 기본 셋팅 */}
|
||||
{/* {modalOption.option && <SettingModal01/>} */}
|
||||
|
||||
@ -36,7 +36,11 @@ export default function PlacementSettingPop(){
|
||||
<td>寸法入力による物品作成</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>寸法入力方法 <button className="tooltip"></button></th>
|
||||
<th>
|
||||
<div className="tip-wrap">
|
||||
寸法入力方法 <button className="tooltip"></button>
|
||||
</div>
|
||||
</th>
|
||||
<td>
|
||||
<div className="pop-form-radio">
|
||||
<div className="d-check-radio pop">
|
||||
@ -71,12 +75,14 @@ export default function PlacementSettingPop(){
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
屋根材の選択(単位:mm)
|
||||
<button className="tooltip"></button>
|
||||
<div className="tip-wrap">
|
||||
屋根材の選択(単位:mm)
|
||||
<button className="tooltip"></button>
|
||||
</div>
|
||||
</th>
|
||||
<td>
|
||||
{/* case01 */}
|
||||
{/* <div className="placement-option">
|
||||
<div className="placement-option">
|
||||
<div className="grid-select no-flx" style={{width: '171px'}}>
|
||||
<Qselect title={'瓦53A'} option={SelectOption01}/>
|
||||
</div>
|
||||
@ -98,10 +104,10 @@ export default function PlacementSettingPop(){
|
||||
<Qselect title={'455'} option={SelectOption04}/>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
|
||||
{/* case02 */}
|
||||
<div className="placement-option">
|
||||
{/* <div className="placement-option">
|
||||
<div className="grid-select no-flx" style={{width: '171px'}}>
|
||||
<Qselect title={'瓦53A'} option={SelectOption01}/>
|
||||
</div>
|
||||
@ -117,7 +123,7 @@ export default function PlacementSettingPop(){
|
||||
<Qselect title={'455'} option={SelectOption04}/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
{/* case03 */}
|
||||
{/* <div className="placement-option">
|
||||
@ -155,6 +161,18 @@ export default function PlacementSettingPop(){
|
||||
<tr>
|
||||
<th>ファイルを読み込む</th>
|
||||
<td>
|
||||
<div className="pop-form-radio mb10">
|
||||
<div className="d-check-radio pop">
|
||||
<input type="radio" name="radio03" id="ra06" />
|
||||
<label htmlFor="ra06">ファイルを読み込む</label>
|
||||
</div>
|
||||
<div className="d-check-radio pop">
|
||||
<input type="radio" name="radio03" id="ra07" />
|
||||
<label htmlFor="ra07">アドレスを読み込む</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* 파일 불러오기 */}
|
||||
<div className="flex-box">
|
||||
<div className="img-edit-wrap">
|
||||
<label className="img-edit-btn" htmlFor="img_file">
|
||||
@ -168,6 +186,16 @@ export default function PlacementSettingPop(){
|
||||
<button className="img-check"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* 주소 불러오기 */}
|
||||
<div className="flex-box for-address">
|
||||
<input type="text" className="input-origin al-l mr10" placeholder={'住所入力'}/>
|
||||
<div className="img-edit-wrap mr5">
|
||||
<button className="img-edit-btn">完了</button>
|
||||
</div>
|
||||
<span className="check-address fail"></span>
|
||||
<span className="check-address success"></span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -159,10 +159,14 @@ export default function PublishPage() {
|
||||
<li>*견적서 img 업로드 버튼 수정</li>
|
||||
<li>*면형상 배치 pop 수정</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<ul className='mb10'>
|
||||
<li>2024-10-31</li>
|
||||
<li>*그리드 이동, 보조선 이동, 보조선 복사 pop 수정</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>2024-11-04</li>
|
||||
<li>*배치면 초기설정 pop 이미지 불러오기 영역 수정</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td className="t-center">2024-10-28</td>
|
||||
</tr>
|
||||
|
||||
@ -391,19 +391,22 @@ $alert-color: #101010;
|
||||
table-layout: fixed;
|
||||
tr{
|
||||
th{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: $pop-normal-size;
|
||||
color: $pop-color;
|
||||
font-weight: $pop-bold-weight;
|
||||
padding: 18px 0;
|
||||
border-bottom: 1px solid #424242;
|
||||
vertical-align: middle;
|
||||
.tip-wrap{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
td{
|
||||
font-size: $pop-normal-size;
|
||||
color: $pop-color;
|
||||
border-bottom: 1px solid #424242;
|
||||
padding-left: 20px;
|
||||
padding: 18px 0 18px 20px;
|
||||
vertical-align: middle;
|
||||
.flex-box{
|
||||
display: flex;
|
||||
@ -479,6 +482,7 @@ $alert-color: #101010;
|
||||
color: $pop-color;
|
||||
font-weight: $pop-normal-weight;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.img-edit-wrap{
|
||||
@ -528,6 +532,23 @@ $alert-color: #101010;
|
||||
}
|
||||
}
|
||||
|
||||
.for-address{
|
||||
input{
|
||||
flex: 1;
|
||||
}
|
||||
.check-address{
|
||||
flex: none;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-left: 5px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
&.fail{background-image: url(../../public/static/images/canvas/img_check_fail.svg);}
|
||||
&.success{background-image: url(../../public/static/images/canvas/img_check_success.svg);}
|
||||
}
|
||||
}
|
||||
|
||||
// 외벽선 그리기
|
||||
.outline-wrap{
|
||||
padding: 24px 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user