feature/style : 날짜 형식 및 컴포넌트 간격 수정 #106
@ -176,11 +176,11 @@ export default function SurveySaleSubmitPopup() {
|
|||||||
<p style="font-size: 13px; font-weight: 400; color: #2e3a59; margin-bottom: 3px;">
|
<p style="font-size: 13px; font-weight: 400; color: #2e3a59; margin-bottom: 3px;">
|
||||||
-販売店名:
|
-販売店名:
|
||||||
<span style="color: #417DDC;">
|
<span style="color: #417DDC;">
|
||||||
${surveyDetail?.store} (${surveyDetail?.storeId ?? ' - '})
|
${surveyDetail?.store ? `${surveyDetail?.store} (${surveyDetail?.storeId ?? ' - '})` : ' - '}
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<p style="font-size: 13px; font-weight: 400; color: #2e3a59; margin-bottom: 15px;">
|
<p style="font-size: 13px; font-weight: 400; color: #2e3a59; margin-bottom: 15px;">
|
||||||
-施工店名:
|
-施工店名:
|
||||||
<span style="color: #417DDC;">${surveyDetail?.constructionPoint ?? ' - '}</span>
|
<span style="color: #417DDC;">${surveyDetail?.constructionPoint ?? ' - '}</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user