style: 조사매물 제출 메일 내용 스타일 변경

This commit is contained in:
Dayoung 2025-07-15 14:50:42 +09:00
parent ac3953bfb0
commit 367a7409ac

View File

@ -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>