From b35cede67002c2193211bfba692e8d1f100907d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Thu, 9 Jan 2025 18:12:38 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EB=A1=9C=20=EB=B0=8F=20=EA=B0=80?= =?UTF-8?q?=EB=8C=80=EC=84=A4=EC=A0=95=20=ED=8C=9D=EC=97=85=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=20=EC=84=A4=EC=A0=95=20=EC=98=81=EC=97=AD=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circuitstandsetting/CircuitStandTab01.jsx | 20 +++++++++++-- src/components/publishpage/PublishPage.jsx | 1 + src/styles/_modal.scss | 30 +++++++++++++++++-- 3 files changed, 47 insertions(+), 4 deletions(-) diff --git a/src/components/canvas/modal/circuitstandsetting/CircuitStandTab01.jsx b/src/components/canvas/modal/circuitstandsetting/CircuitStandTab01.jsx index bb2a923..ed823b6 100644 --- a/src/components/canvas/modal/circuitstandsetting/CircuitStandTab01.jsx +++ b/src/components/canvas/modal/circuitstandsetting/CircuitStandTab01.jsx @@ -16,8 +16,8 @@ export default function CircuitStandTab01({setTabNum}){
-
-
+
+
@@ -25,6 +25,14 @@ export default function CircuitStandTab01({setTabNum}){
+
+ + +
+
+ + +
@@ -68,6 +76,14 @@ export default function CircuitStandTab01({setTabNum}){ 2 - + + 屋内PCS(HQJP + HQJP-KA50-5 + 1.00 + 2 + 2 + - +
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index d9fdb9f..beb35c9 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -233,6 +233,7 @@ export default function PublishPage() { 2024-10-28 diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 380dede..1f99238 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -1519,24 +1519,50 @@ $alert-color: #101010; // 회로 및 가대설정 .circuit-check-inner{ padding: 5px 0; + &.overflow{ + overflow-y: auto; + max-height: 100px; + &::-webkit-scrollbar { + width: 4px; + background-color: transparent; + } + &::-webkit-scrollbar-thumb { + background-color: #D9D9D9; + } + &::-webkit-scrollbar-track { + background-color: transparent; + } + } + .d-check-box{ + margin-bottom: 15px; + &:last-child{ + margin-bottom: 0; + } + } } .x-scroll-table{ - overflow-x: auto; + overflow: auto; padding-bottom: 5px; + background-color: transparent; + max-height: 170px; .roof-module-table{ min-width: 1200px; } &::-webkit-scrollbar { + width: 4px; height: 4px; background-color: transparent; } &::-webkit-scrollbar-thumb { - background-color: #D9D9D9; + background-color: #b4b4b4; } &::-webkit-scrollbar-track { background-color: transparent; } + &::-webkit-scrollbar-corner{ + background-color: transparent; + } } .circuit-right-wrap{