style(dispatch): 송장 밑줄 강제표시·확대 + J&T 파라미터 제거
- 송장 링크 밑줄이 erp.css 전역 a 스타일에 덮여 안 보이던 것 !important 로 강제 - 송장번호 18px 로 확대 - J&T 는 파라미터 무시(자동입력 불가)라 깔끔한 공식 페이지만 열고 클립보드 복사로 처리 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -16,8 +16,10 @@
|
||||
.dsp-order { font-size:15px;line-height:1.3;color:#334155;word-break:break-all; }
|
||||
.dsp-order b { display:block;font-size:14px;font-weight:700;color:#475569;letter-spacing:.5px; }
|
||||
.dsp-order span { font-size:27px;font-weight:800;color:#0f172a;letter-spacing:.2px; }
|
||||
.dsp-track-link { color:#2563eb;font-weight:800;text-decoration:underline;
|
||||
.dsp-track-link { color:#2563eb !important;font-size:18px;font-weight:800;
|
||||
text-decoration:underline !important;text-decoration-line:underline !important;
|
||||
text-decoration-thickness:2px;text-underline-offset:3px;cursor:pointer; }
|
||||
.dsp-track-link:hover { color:#1d4ed8 !important; }
|
||||
.dsp-toast { position:fixed;left:50%;bottom:24px;transform:translateX(-50%);
|
||||
background:#0f172a;color:#fff;padding:10px 18px;border-radius:9px;
|
||||
font-size:14px;font-weight:600;opacity:0;pointer-events:none;
|
||||
|
||||
Reference in New Issue
Block a user