From 8104911271431ead3cbac3741b9a6da5e82af57e Mon Sep 17 00:00:00 2001 From: kjh Date: Wed, 4 Sep 2024 11:58:27 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=B2=84=ED=8A=BC=20=EC=86=8D=EC=84=B1=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp b/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp index 6d5526f..ddc1fa3 100644 --- a/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp +++ b/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp @@ -219,11 +219,7 @@ btn.style.backgroundColor = '#4990e2'; btn.style.color = 'white'; btn.style.border = 'none'; - btn.style.fontSize = '2rem'; - btn.style.textAlign = 'center'; - btn.style.height = '3rem'; - btn.style.width = '10rem'; - btn.style.marginLeft = '20px'; + btn.style.marginLeft = '5px'; txt = txt+btn.outerHTML; } }