From 0204b418e6514eac7478c13ffa0767ef6da41edb Mon Sep 17 00:00:00 2001 From: king Date: Mon, 22 Jun 2026 16:50:32 +0900 Subject: [PATCH] =?UTF-8?q?style(dispatch):=20=ED=94=8C=EB=9E=AB=ED=8F=BC?= =?UTF-8?q?=20=EB=A1=9C=EA=B3=A0=20=ED=81=AC=EA=B8=B0=20=ED=86=B5=EC=9D=BC?= =?UTF-8?q?(=EC=87=BC=ED=94=BC=20=ED=99=95=EB=8C=80)=20+=20=EB=B0=B0?= =?UTF-8?q?=EC=B9=98=20=ED=91=9C=20=EA=B8=80=EC=9E=90=20=ED=82=A4=EC=9B=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - shopee 로고는 여백이 많아 작아 보여 height 34px(tiktok 26px)로 맞춤 - 배치 목록 td 15px / th 13px 로 가독성 향상 Co-Authored-By: Claude Opus 4.8 --- .../dispatch/templates/dispatch/batches.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/app/modules/dispatch/templates/dispatch/batches.html b/app/modules/dispatch/templates/dispatch/batches.html index 5f606fc..2b12f66 100644 --- a/app/modules/dispatch/templates/dispatch/batches.html +++ b/app/modules/dispatch/templates/dispatch/batches.html @@ -1,5 +1,16 @@ {% extends "erp_base.html" %} +{% block head_extra %} + +{% endblock %} + {% block content %}
{% include "dispatch/_nav.html" %} @@ -10,7 +21,7 @@ + 새 업로드
- +
@@ -28,8 +39,7 @@
날짜 {% set pf = (b.platform or '')|lower %} {% if pf in ['tiktok', 'shopee'] %} - {{ b.platform }} + {% else %}{{ b.platform }}{% endif %}