From dc8c3579cd927c03f36825a149cb770e41ca60bb Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Wed, 24 Jan 2024 14:21:33 +0900 Subject: [PATCH] =?UTF-8?q?api=20key=EA=B4=80=EB=A6=AC=20css=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/page.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;}