feature/style : 날짜 형식 및 컴포넌트 간격 수정 #106

Merged
seul merged 6 commits from feature/style into dev 2025-07-15 15:49:22 +09:00
Showing only changes of commit 367a7409ac - Show all commits

View File

@ -176,11 +176,11 @@ export default function SurveySaleSubmitPopup() {
<p style="font-size: 13px; font-weight: 400; color: #2e3a59; margin-bottom: 3px;">
-
<span style="color: #417DDC;">
${surveyDetail?.store} (${surveyDetail?.storeId ?? ' - '})
${surveyDetail?.store ? `${surveyDetail?.store} (${surveyDetail?.storeId ?? ' - '})` : ' - '}
</span>
</p>
<p style="font-size: 13px; font-weight: 400; color: #2e3a59; margin-bottom: 15px;">
-:
-
<span style="color: #417DDC;">${surveyDetail?.constructionPoint ?? ' - '}</span>
</p>
</div>