diff --git a/app/modules/dispatch/templates/dispatch/detail.html b/app/modules/dispatch/templates/dispatch/detail.html index 0d56bf6..da1582c 100644 --- a/app/modules/dispatch/templates/dispatch/detail.html +++ b/app/modules/dispatch/templates/dispatch/detail.html @@ -7,8 +7,10 @@ .dsp-search { flex:1 1 220px;min-width:180px; } .dsp-cards { display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px; } .dsp-card { border:1px solid #e2e8f0;border-radius:12px;padding:14px;background:#fff;display:flex;flex-direction:column;gap:10px; } + .dsp-card { position:relative; } .dsp-card.is-done { border-color:#86efac;background:#f0fdf4; } .dsp-no { font-size:20px;font-weight:700;color:#0f172a; } + .dsp-courier-text { position:absolute;top:12px;right:14px; } .dsp-meta { font-size:13px;line-height:1.5;color:#334155;word-break:break-all; } .dsp-meta b { color:#0f172a; } .dsp-items { list-style:none;margin:0;padding:8px 0;border-top:1px dashed #e2e8f0;border-bottom:1px dashed #e2e8f0; } @@ -21,7 +23,7 @@ .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 { height:44px;width:auto;max-width:280px;display:block; } + .dsp-courier { position:absolute;top:12px;right:14px;height:44px;width:auto;max-width:180px; } .dsp-hidden { display:none !important; } @media (max-width:480px){ .dsp-cards{grid-template-columns:1fr;} } @@ -61,15 +63,13 @@ data-handed_to_kagayaku="{{ p.handed_to_kagayaku|lower }}" data-courier_scanned="{{ p.courier_scanned|lower }}" data-search="{{ (p.order_id ~ ' ' ~ p.package_id ~ ' ' ~ p.tracking_id ~ ' ' ~ (p['items']|map(attribute='seller_sku')|join(' ')))|lower }}"> -