From f374ca4fd19b8dc2fde78112359c799e1896c2a3 Mon Sep 17 00:00:00 2001 From: thug0bin Date: Wed, 4 Mar 2026 19:26:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8F=99=EB=AC=BC=EC=95=BD=20=EC=95=88?= =?UTF-8?q?=EB=82=B4=EC=84=9C=20=EB=AA=A8=EB=8B=AC=20-=20=ED=9A=A8?= =?UTF-8?q?=EB=8A=A5=ED=9A=A8=EA=B3=BC/=EC=9A=A9=EB=B2=95=EC=9A=A9?= =?UTF-8?q?=EB=9F=89/=EC=A3=BC=EC=9D=98=EC=82=AC=ED=95=AD=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=EC=83=89=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 효능효과: 연녹색 (#f0fdf4) - 용법용량: 연파랑 (#eff6ff) - 주의사항: 연빨강 (#fef2f2) - 각 섹션에 padding, border-radius 추가 --- backend/templates/admin_products.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/templates/admin_products.html b/backend/templates/admin_products.html index 06b42bd..ddfd2d4 100644 --- a/backend/templates/admin_products.html +++ b/backend/templates/admin_products.html @@ -1148,19 +1148,19 @@ ${info.efficacy_effect ? ` -
+
▶ 효능효과

${escapeHtml(info.efficacy_effect)}

` : ''} ${info.dosage_instructions ? ` -
+
▶ 용법용량

${escapeHtml(info.dosage_instructions)}

` : ''} ${info.precautions ? ` -
+
▶ 주의사항

${escapeHtml(info.precautions.substring(0, 500))}${info.precautions.length > 500 ? '...' : ''}

` : ''}