style: 조사매물 제출 메일 내용 스타일 변경
This commit is contained in:
parent
ac3953bfb0
commit
367a7409ac
@ -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