Compare commits

..

No commits in common. "61efb199359cbb0d8e1fb754d8ee4ac799328914" and "e1e8c174855e310c4ef36f1c86c31372f8a83c71" have entirely different histories.

View File

@ -1693,13 +1693,13 @@ export default function Estimate({}) {
{/* 파일첨부 끝 */}
{/* 견적특이사항 시작 */}
<div className="table-box-title-wrap">
{/*<div className="title-wrap">*/}
{/* <h3 className="product">{getMessage('estimate.detail.header.specialEstimate')}</h3>*/}
{/* <div className="estimate-check-btn">*/}
{/* <button className={`estimate-arr-btn down mr5 ${hidden ? '' : 'on'}`} onClick={() => setHidden(false)}></button>*/}
{/* <button className={`estimate-arr-btn up ${hidden ? 'on' : ''}`} onClick={() => setHidden(true)}></button>*/}
{/* </div>*/}
{/*</div>*/}
<div className="title-wrap">
<h3 className="product">{getMessage('estimate.detail.header.specialEstimate')}</h3>
<div className="estimate-check-btn">
<button className={`estimate-arr-btn down mr5 ${hidden ? '' : 'on'}`} onClick={() => setHidden(false)}></button>
<button className={`estimate-arr-btn up ${hidden ? 'on' : ''}`} onClick={() => setHidden(true)}></button>
</div>
</div>
</div>
{/* 견적 특이사항 코드영역시작 */}
<div className={`estimate-check-wrap ${hidden ? 'hide' : ''}`}>