diff --git a/WebContent/WEB-INF/view/quality/processInspectionList.jsp b/WebContent/WEB-INF/view/quality/processInspectionList.jsp index a79f3de..0449a98 100644 --- a/WebContent/WEB-INF/view/quality/processInspectionList.jsp +++ b/WebContent/WEB-INF/view/quality/processInspectionList.jsp @@ -45,14 +45,13 @@ String menuName = CommonUtils.getMenuName(menuObjId, "공정검사 관리"); .select2-container .select2-selection--multiple .select2-selection__rendered { overflow: auto !important; } + #search_part_no + .select2-container, + #search_part_name + .select2-container { + width: 210px !important; + } /* 검사결과 스타일 */ .inspection-ng { color: #dc3545; font-weight: bold; } .inspection-ok { color: #28a745; font-weight: bold; } - - /* 검색필터 아이템 스타일 */ - .search-item { display: flex; align-items: center; gap: 5px; } - .search-item label { font-weight: bold; white-space: nowrap; min-width: 50px; } - .search-item input, .search-item select { height: 28px; }