From daf95739afba0de3a140641a03a6f72650f12572 Mon Sep 17 00:00:00 2001 From: itn Date: Mon, 7 Aug 2023 15:23:39 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EC=97=85=ED=9A=8C=EC=9B=90=20?= =?UTF-8?q?=EC=B2=A8=EB=B6=80=ED=8C=8C=EC=9D=BC=20=EB=B7=B0=EC=96=B4=20?= =?UTF-8?q?=EA=B5=AD=EC=84=B8=EC=B2=AD=20API=20=EA=B8=B0=EB=8A=A5=20?= =?UTF-8?q?=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/uss/ion/msg/pdfView.jsp | 34 ++++++++++++------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp index 5bb4c75a..f3237c58 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp @@ -52,6 +52,12 @@ input[type="checkbox"] { position: relative; vertical-align: middle; } +input[type="text"] { + padding: 0 7px 0 7px; + min-width: 70px; + width: 90px; +} +