From fab074c8e10fcfc6795bb25f8fffcd1b7be308ff Mon Sep 17 00:00:00 2001 From: SeoJin Kim Date: Wed, 10 Feb 2021 07:36:39 +0900 Subject: [PATCH] =?UTF-8?q?admin/main.css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .admin_content_wrap 식별자 height:700px 추가; --- VamPa/src/main/webapp/resources/css/admin/main.css | 1 + VamPa_MySQL/src/main/webapp/resources/css/admin/main.css | 1 + 2 files changed, 2 insertions(+) diff --git a/VamPa/src/main/webapp/resources/css/admin/main.css b/VamPa/src/main/webapp/resources/css/admin/main.css index b831e68..c42f655 100644 --- a/VamPa/src/main/webapp/resources/css/admin/main.css +++ b/VamPa/src/main/webapp/resources/css/admin/main.css @@ -92,6 +92,7 @@ ul{ width: 80%; float:left; height: 100%; + height:700px; } .admin_content_wrap div{ margin-top: 280px; diff --git a/VamPa_MySQL/src/main/webapp/resources/css/admin/main.css b/VamPa_MySQL/src/main/webapp/resources/css/admin/main.css index 043a1a9..c2a289a 100644 --- a/VamPa_MySQL/src/main/webapp/resources/css/admin/main.css +++ b/VamPa_MySQL/src/main/webapp/resources/css/admin/main.css @@ -92,6 +92,7 @@ ul{ width: 80%; float:left; height: 100%; + height:700px; } .admin_content_wrap div{ margin-top: 280px;