From 3c170930dd5830b4ba61c81612f628bde4d30b06 Mon Sep 17 00:00:00 2001 From: jjh Date: Wed, 5 Jun 2024 13:34:56 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=9C=EB=B3=84=EC=B4=9D=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=20=EC=82=AC=EC=A7=84=20=ED=99=94=EB=A9=B4=20=EC=88=98=EC=A0=95?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/fims/photo-main.jsp | 2 +- .../webapp/WEB-INF/jsp/fims/sprt/sprt02020-info.jsp | 12 ++++++------ src/main/webapp/resources/css/xit-extend.css | 8 ++++++-- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/photo-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/photo-main.jsp index f377b0bf..3a037f83 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/photo-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/photo-main.jsp @@ -27,7 +27,7 @@
-
diff --git a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02020-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02020-info.jsp index 599ac36b..95a16d3b 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02020-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt02020-info.jsp @@ -64,17 +64,17 @@ ~ - +
- +
- +
@@ -113,7 +113,7 @@
- +
@@ -138,7 +138,7 @@
- +
@@ -276,7 +276,7 @@
- +
diff --git a/src/main/webapp/resources/css/xit-extend.css b/src/main/webapp/resources/css/xit-extend.css index db9c1c74..9ed2eec3 100644 --- a/src/main/webapp/resources/css/xit-extend.css +++ b/src/main/webapp/resources/css/xit-extend.css @@ -327,8 +327,8 @@ span.skeleton { } .resize-handle { - position: absolute; - top: 0; width: 7px; height: 40px; + position: absolute; + top: 0; width: 7px; height: 40px; background: transparent; cursor: col-resize; } @@ -572,6 +572,10 @@ select.option-style-select > option[value='BLACK']{ color: var(--pdf-black);back max-height: 550px; } +.mh-px-580 { + max-height: 580px; +} + .mh-px-600 { max-height: 600px; }