From b660f324ac53ef0213da735177ae59bfd34d6e11 Mon Sep 17 00:00:00 2001 From: thug0bin Date: Wed, 4 Mar 2026 12:23:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A0=9C=ED=92=88=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=ED=94=8C=EB=A0=88=EC=9D=B4=EC=8A=A4=ED=99=80?= =?UTF-8?q?=EB=8D=94=20=EA=B0=9C=EC=84=A0=20(=EC=9D=B4=EB=AA=A8=EC=A7=80?= =?UTF-8?q?=20=E2=86=92=20SVG=20=EC=95=84=EC=9D=B4=EC=BD=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ๐Ÿ“ฆ ์ด๋ชจ์ง€ ๋Œ€์‹  ์ผ๋ฐ˜์ ์ธ ์ด๋ฏธ์ง€ ํ”Œ๋ ˆ์ด์Šคํ™€๋” ์Šคํƒ€์ผ ์ ์šฉ - ํšŒ์ƒ‰ ๊ทธ๋ผ๋ฐ์ด์…˜ ๋ฐฐ๊ฒฝ + SVG ์ด๋ฏธ์ง€ ์•„์ด์ฝ˜ - ์‹ค์ œ ์ด๋ฏธ์ง€์™€ ๋™์ผํ•œ 36x36 ํฌ๊ธฐ --- backend/templates/admin_sales_pos.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/backend/templates/admin_sales_pos.html b/backend/templates/admin_sales_pos.html index f392f1a..c546e5d 100644 --- a/backend/templates/admin_sales_pos.html +++ b/backend/templates/admin_sales_pos.html @@ -387,11 +387,16 @@ display: flex; align-items: center; justify-content: center; - background: var(--bg-secondary); + background: linear-gradient(135deg, #2a2a3e 0%, #1e1e2e 100%); border-radius: 6px; - font-size: 16px; - opacity: 0.4; flex-shrink: 0; + border: 1px solid rgba(255,255,255,0.05); + } + .product-thumb-placeholder svg { + width: 18px; + height: 18px; + opacity: 0.3; + fill: #888; } .product-info { display: flex; @@ -827,7 +832,7 @@
${item.thumbnail ? `` - : `
๐Ÿ“ฆ
` + : `
` }
${escapeHtml(item.product_name)} @@ -863,7 +868,7 @@
${item.thumbnail ? `` - : `
๐Ÿ“ฆ
` + : `
` }
${escapeHtml(item.product_name)}