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