style(fe): define global default control width tokens for Select (160px), Search Input (220px), Date (140px) in tokens.css, base.css and AGENTS.md

This commit is contained in:
2026-08-15 22:07:15 +09:00
parent 52f74c0139
commit be672d90e7
4 changed files with 31 additions and 2 deletions
+4 -1
View File
@@ -57,8 +57,11 @@
--ks-font-caption: 11px; /* Caption / Helper 11px */
--ks-line-caption: 14px;
/* KBX v60 ERP/OMS/WMS Ultra-Dense Control & Layout Heights */
/* KBX v60 ERP/OMS/WMS Ultra-Dense Control & Layout Heights & Default Widths */
--ks-control-height: 28px; /* ERP/OMS Input Control 28px */
--ks-control-width-select: 160px; /* Standard Select/Dropdown Default Width 160px */
--ks-control-width-search: 220px; /* Standard Search Input Default Width 220px */
--ks-control-width-date: 140px; /* Standard Date Field Default Width 140px */
--ks-grid-row-height: 28px; /* Ultra-Dense Grid Row 28px */
--ks-grid-header-height: 30px; /* Grid Header 30px */
--ks-content-max: 100%; /* Full Screen Utilization */