From 141b211f07cbeea3f8831bd0af8f2a88c614aad9 Mon Sep 17 00:00:00 2001 From: thug0bin Date: Thu, 5 Mar 2026 00:00:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20OTC=20=EB=AA=A8=EB=8B=AC=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20placeholder=20=EC=8A=A4=ED=83=80=EC=9D=BC?= =?UTF-8?q?=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 그라데이션 배경 + 점선 테두리 - SVG 이미지 아이콘 사용 - admin_products.html 스타일 통일 --- backend/templates/pmr.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/backend/templates/pmr.html b/backend/templates/pmr.html index bf2c040..c82b387 100644 --- a/backend/templates/pmr.html +++ b/backend/templates/pmr.html @@ -280,14 +280,18 @@ width: 40px; height: 40px; border-radius: 6px; - background: #e2e8f0; + background: linear-gradient(135deg, #f1f5f9, #e2e8f0); + border: 2px dashed #cbd5e1; display: flex; align-items: center; justify-content: center; - color: #94a3b8; - font-size: 1.2rem; flex-shrink: 0; } + .otc-purchase-item .thumb-placeholder svg { + width: 20px; + height: 20px; + fill: #94a3b8; + } .otc-purchase-item .info { flex: 1; min-width: 0; @@ -1146,7 +1150,7 @@
${item.image ? `` - : `
💊
` + : `
` }
${item.name}