From 40c1516f08d91d212147ea9040446d06a9cd9c6f Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 19 Dec 2024 17:40:55 +0900 Subject: [PATCH] =?UTF-8?q?24/12/19=20=EC=97=91=EC=85=80=20=EB=B6=88?= =?UTF-8?q?=EB=9F=AC=EC=98=A4=EA=B8=B0=20=ED=8C=9D=EC=97=85=20css=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/web/msgdata/include/msgDataIncludeExcel.jsp | 4 ++-- src/main/webapp/publish/css/popupLayer.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/msgdata/include/msgDataIncludeExcel.jsp b/src/main/webapp/WEB-INF/jsp/web/msgdata/include/msgDataIncludeExcel.jsp index 55be90fd..b9df190b 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgdata/include/msgDataIncludeExcel.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/include/msgDataIncludeExcel.jsp @@ -739,7 +739,7 @@ function popMore(e){

엑셀 불러오기

-
+
@@ -782,7 +782,7 @@ function popMore(e){ --> - +

파일 붙여넣기마우스로 엑셀, TXT파일을 여기에 끌어다 놓으세요

diff --git a/src/main/webapp/publish/css/popupLayer.css b/src/main/webapp/publish/css/popupLayer.css index 74a99179..1b44ce99 100644 --- a/src/main/webapp/publish/css/popupLayer.css +++ b/src/main/webapp/publish/css/popupLayer.css @@ -270,6 +270,11 @@ /* .import_layer .titBox>button {height: 30px; font-size: 14px;} */ .import_layer .titBox button.excel_btn i {background-image: url(/publish/images/content/excel_img.png); width: 17px; height: 15px; margin: 0 5px 2px 0;} +.execl_upload_layer .file_add{height:55px;} +.execl_upload_layer .file_add img{width:23px;} +.execl_upload_layer .file_upload_wrap .btnType.c3{height:55px;} +.execl_upload_layer .popup_btn_wrap2{margin:0 auto !important;} + /* TXT파일 불러오기 */ .import_layer .txt_file_title p {font-size: 20px; text-align: center; margin: 30px 0;} .import_layer .attachedFile {text-align: center; padding: 20px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}