From 9c7f88a09db9300b2291012c73b1914c40d4f642 Mon Sep 17 00:00:00 2001 From: king Date: Mon, 22 Jun 2026 15:14:20 +0900 Subject: [PATCH] =?UTF-8?q?style(dispatch):=20SPX=20=EB=A1=9C=EA=B3=A0=20?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=20=EC=B6=95=EC=86=8C(=ED=8B=B1=ED=86=A1=20?= =?UTF-8?q?=EB=A1=9C=EA=B3=A0=EC=99=80=20=EC=8B=9C=EA=B0=81=20=ED=81=AC?= =?UTF-8?q?=EA=B8=B0=20=EB=A7=9E=EC=B6=A4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - SPX 로고는 가로로 넓어 같은 높이에서 더 커 보여 height 30px 로 조정 Co-Authored-By: Claude Opus 4.8 --- app/modules/dispatch/templates/dispatch/detail.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/modules/dispatch/templates/dispatch/detail.html b/app/modules/dispatch/templates/dispatch/detail.html index bb9d3ce..2c0aee1 100644 --- a/app/modules/dispatch/templates/dispatch/detail.html +++ b/app/modules/dispatch/templates/dispatch/detail.html @@ -34,7 +34,9 @@ .dsp-btn-status small { display:block;font-size:10px;font-weight:500;opacity:.8; } .dsp-btn-status.on { background:#16a34a;border-color:#16a34a;color:#fff; } .dsp-btn-status:disabled { opacity:.6;cursor:wait; } - .dsp-courier { position:absolute;top:12px;right:14px;height:44px;width:auto;max-width:180px; } + .dsp-courier { position:absolute;top:12px;right:14px;height:44px;width:auto;max-width:180px;object-fit:contain; } + /* SPX 로고는 가로로 넓어 같은 높이에서 더 커 보인다 — 틱톡 로고와 시각 크기 맞춤 */ + .dsp-courier[src*="spx"] { height:30px;top:18px; } .dsp-hidden { display:none !important; } @media (max-width:480px){ .dsp-cards{grid-template-columns:1fr;} }