물건 상세 화면 팝업들 버튼 위치 변경

This commit is contained in:
basssy 2025-01-10 09:11:10 +09:00
parent 8e94118e9e
commit 7b7ba41fd4
4 changed files with 16 additions and 16 deletions

View File

@ -290,18 +290,18 @@ export default function DocDownOptionPop({ planNo, setEstimatePopupOpen }) {
</div>
</div>
<div className="footer-btn-wrap">
<button type="button" className="btn-origin navy mr5" onClick={() => handleFileDown()}>
{getMessage('estimate.detail.docPopup.docDownload')}
</button>
<button
type="button"
className="btn-origin grey mr5"
className="btn-origin grey"
onClick={() => {
setEstimatePopupOpen(false)
}}
>
{getMessage('estimate.detail.docPopup.close')}
</button>
<button type="button" className="btn-origin navy" onClick={() => handleFileDown()}>
{getMessage('estimate.detail.docPopup.docDownload')}
</button>
</div>
</div>
</div>

View File

@ -150,12 +150,12 @@ export default function FindAddressPop(props) {
</div>
</div>
<div className="footer-btn-wrap">
<button className="btn-origin grey mr5" onClick={() => props.setShowAddressButtonValid(false)}>
{getMessage('stuff.addressPopup.btn1')}
</button>
<button className="btn-origin navy " onClick={applyAddress}>
<button className="btn-origin navy mr5" onClick={applyAddress}>
{getMessage('stuff.addressPopup.btn2')}
</button>
<button className="btn-origin grey" onClick={() => props.setShowAddressButtonValid(false)}>
{getMessage('stuff.addressPopup.btn1')}
</button>
</div>
</div>
</div>

View File

@ -438,12 +438,12 @@ export default function PlanRequestPop(props) {
</div>
</div>
<div className="footer-btn-wrap">
<button className="btn-origin grey mr5" onClick={() => props.setShowDesignRequestButtonValid(false)}>
{getMessage('stuff.planReqPopup.btn3')}
</button>
<button className="btn-origin navy" onClick={applyPlanReq}>
<button className="btn-origin navy mr5" onClick={applyPlanReq}>
{getMessage('stuff.planReqPopup.btn4')}
</button>
<button className="btn-origin grey" onClick={() => props.setShowDesignRequestButtonValid(false)}>
{getMessage('stuff.planReqPopup.btn3')}
</button>
</div>
</div>
</div>

View File

@ -105,12 +105,12 @@ export default function WindSelectPop(props) {
</div>
</div>
<div className="footer-btn-wrap">
<button className="btn-origin grey mr5" onClick={() => props.setShowWindSpeedButtonValid(false)}>
{getMessage('stuff.windSelectPopup.btn1')}
</button>
<button className="btn-origin navy" onClick={applyWindSpeed}>
<button className="btn-origin navy mr5" onClick={applyWindSpeed}>
{getMessage('stuff.windSelectPopup.btn2')}
</button>
<button className="btn-origin grey" onClick={() => props.setShowWindSpeedButtonValid(false)}>
{getMessage('stuff.windSelectPopup.btn1')}
</button>
</div>
</div>
</div>