팝업 하단 버튼 float로 변경
This commit is contained in:
parent
d1fa45bfee
commit
46d3c5c4cc
@ -24,7 +24,7 @@ export default function RoofCompliancePage(){
|
|||||||
<button className="top-btn"></button>
|
<button className="top-btn"></button>
|
||||||
</div>
|
</div>
|
||||||
{/* 지붕제 적합성 상세 팝업 */}
|
{/* 지붕제 적합성 상세 팝업 */}
|
||||||
{/* <RoofComplianceDetailPop/> */}
|
<RoofComplianceDetailPop/>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -248,14 +248,18 @@ export default function PublishList (){
|
|||||||
지붕재 적합성 상세 팝업 포함
|
지붕재 적합성 상세 팝업 포함
|
||||||
</td>
|
</td>
|
||||||
<td className='c red'>
|
<td className='c red'>
|
||||||
<ul>
|
{/* <ul>
|
||||||
<li>2025/05/13</li>
|
<li>2025/05/13</li>
|
||||||
<li>* Search Input 지우기 버튼 추가가</li>
|
<li>* Search Input 지우기 버튼 추가가</li>
|
||||||
</ul>
|
</ul> */}
|
||||||
<ul className='mt5'>
|
{/* <ul className='mt5'>
|
||||||
<li>2025/05/15</li>
|
<li>2025/05/15</li>
|
||||||
<li>* 팝업 img태그 Image 컴포넌트 변환</li>
|
<li>* 팝업 img태그 Image 컴포넌트 변환</li>
|
||||||
<li>* 최하단 버튼 모음 float버튼 변환</li>
|
<li>* 최하단 버튼 모음 float버튼 변환</li>
|
||||||
|
</ul> */}
|
||||||
|
<ul className='mt5'>
|
||||||
|
<li>2025/06/05</li>
|
||||||
|
<li>* 팝업 버튼 float 변경</li>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td className='c red'>2025/05/08</td>
|
<td className='c red'>2025/05/08</td>
|
||||||
|
|||||||
@ -199,15 +199,17 @@ export default function RoofComplianceDetailPop(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="btn-flex-wrap com">
|
<div className="float-btn-wrap">
|
||||||
<div className="btn-bx">
|
<div className="btn-flex-wrap com">
|
||||||
<button className="btn-frame n-blue icon">閉じる<i className="btn-arr"></i></button>
|
<div className="btn-bx">
|
||||||
</div>
|
<button className="btn-frame n-blue icon">閉じる<i className="btn-arr"></i></button>
|
||||||
<div className="btn-bx">
|
</div>
|
||||||
<button className="btn-frame red icon">ウンロード<i className="btn-arr"></i></button>
|
<div className="btn-bx">
|
||||||
</div>
|
<button className="btn-frame red icon">ウンロード<i className="btn-arr"></i></button>
|
||||||
<div className="btn-bx">
|
</div>
|
||||||
<button className="btn-frame n-blue icon">1:1お問い合わせ<i className="btn-arr"></i></button>
|
<div className="btn-bx">
|
||||||
|
<button className="btn-frame n-blue icon">1:1お問い合わせ<i className="btn-arr"></i></button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user