style(cupang): 센터 분배 헤더/목록 구분, 박스 수량 입력란 축소
센터 이름과 담긴 품목이 같은 평면에 있어 경계가 흐렸다. 헤더를 바로 만들어 분리하고(담긴 센터는 검정 바 + 흰 배지) 품목은 패널 안쪽에서 구분선으로 나눈다. 박스 수량은 세 자리를 넘지 않으므로 입력란을 62px → 46px 로 줄이고, 자리만 차지하던 number 스피너를 숨겼다. 고정폭 글꼴로 자릿수 정렬, max=999·inputmode=numeric 추가.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260831d" />{% endblock %}
|
||||
{% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260831e" />{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="cpg">
|
||||
|
||||
Reference in New Issue
Block a user