1:1 문의 등록 팝업 select box 추가
This commit is contained in:
parent
6cab411d9d
commit
c58f85f84b
@ -44,7 +44,7 @@ export default function OneOnOneInquiryPage(){
|
|||||||
|
|
||||||
{/* 1:1문의 등록 */}
|
{/* 1:1문의 등록 */}
|
||||||
<OneOnOneEditPop/>
|
<OneOnOneEditPop/>
|
||||||
<OneOnOneDetailPop/>
|
{/* <OneOnOneDetailPop/> */}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -526,7 +526,12 @@ export default function PublishPage() {
|
|||||||
</Link>
|
</Link>
|
||||||
</td>
|
</td>
|
||||||
<td className="coding_stat_web"></td>
|
<td className="coding_stat_web"></td>
|
||||||
<td className='red al-c'></td>
|
<td className='red al-c'>
|
||||||
|
<ul>
|
||||||
|
<li>2025-05-16</li>
|
||||||
|
<li>* 문의 등록 팝업 select 추가</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
<td className="t-center">2025-04-21</td>
|
<td className="t-center">2025-04-21</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@ -47,9 +47,19 @@ export default function OneOnOneEditPop(){
|
|||||||
<option>お問い合わせ区分の選択</option>
|
<option>お問い合わせ区分の選択</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div className="input-wrap">
|
<div className="select-wrap mr5" >
|
||||||
<input type="text" className="input-light"/>
|
<select className="select-light" name="" id="">
|
||||||
|
<option>お問い合わせ区分の選択</option>
|
||||||
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="select-wrap" >
|
||||||
|
<select className="select-light" name="" id="">
|
||||||
|
<option>お問い合わせ区分の選択</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="input-wrap mt5">
|
||||||
|
<input type="text" className="input-light"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="design-request-grid mt15">
|
<div className="design-request-grid mt15">
|
||||||
|
|||||||
@ -374,10 +374,7 @@
|
|||||||
// 1:1문의
|
// 1:1문의
|
||||||
.one-on-one{
|
.one-on-one{
|
||||||
.select-wrap{
|
.select-wrap{
|
||||||
width: 250px;
|
flex: 1;
|
||||||
}
|
|
||||||
.input-wrap{
|
|
||||||
flex: 1 1 auto;
|
|
||||||
}
|
}
|
||||||
&.btn-area{
|
&.btn-area{
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user