diff --git a/egovframe-template-simple-react-contribution/src/css/page.css b/egovframe-template-simple-react-contribution/src/css/page.css index 3dc156c..c993903 100644 --- a/egovframe-template-simple-react-contribution/src/css/page.css +++ b/egovframe-template-simple-react-contribution/src/css/page.css @@ -316,6 +316,16 @@ .BRD011 .result .list_item > div:nth-child(12) {width: 60px;} .BRD011 .result .list_item > div:nth-child(13) {width: 60px;} + /* 건설기준관리 - API키 관리*/ + .BRD012 .head > span:nth-child(1) {width: 100px;} + .BRD012 .head > span:nth-child(2) {width: 360px;} + .BRD012 .head > span:nth-child(3) {width: 200px;} + .BRD012 .head > span:nth-child(4) {width: 150px;} + .BRD012 .result .list_item > div:nth-child(1) {width: 100px;} + .BRD012 .result .list_item > div:nth-child(2) {width: 360px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;} + .BRD012 .result .list_item > div:nth-child(3) {width: 200px;} + .BRD012 .result .list_item > div:nth-child(4) {width: 150px;} + /* 게시판 사용관리 등록 */ .BOARD_USE_LIST .board_view2 dl dt {width: 185px;} .BOARD_USE_LIST .board_view2 dl:nth-child(2) dd .f_input2 {width: 490px; margin-left: 17px;}