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}){
@@ -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() {
- 2025-01-09
- *회로 및 가대설정 팝업 승압 설정 영역 수정
+ - *회로 및 가대설정 팝업 자동 설정 영역 수정
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{