diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp index 278c234..51cbaab 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp @@ -78,6 +78,21 @@ user-select: text !important; -webkit-user-select: text !important; cursor: text; + padding-right: 36px !important; + } + /* x(초기화) 버튼을 드롭다운 화살표 왼쪽에 배치 */ + #itemListTable .select2-selection__clear { + position: absolute !important; + right: 20px; + top: 50%; + transform: translateY(-50%); + font-size: 14px; + color: #999; + cursor: pointer; + user-select: none; + } + #itemListTable .select2-selection--single { + position: relative; } diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp index a559624..ac3d322 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp @@ -78,6 +78,21 @@ user-select: text !important; -webkit-user-select: text !important; cursor: text; + padding-right: 36px !important; + } + /* x(초기화) 버튼을 드롭다운 화살표 왼쪽에 배치 */ + #itemListTable .select2-selection__clear { + position: absolute !important; + right: 20px; + top: 50%; + transform: translateY(-50%); + font-size: 14px; + color: #999; + cursor: pointer; + user-select: none; + } + #itemListTable .select2-selection--single { + position: relative; }