From eb315cae642bcc230028448838442bbf633c9d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Thu, 4 Dec 2025 10:51:40 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=ED=9A=8C=EB=A1=9C=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=ED=8C=9D=EC=97=85=20=EC=B4=9D=20=ED=9A=8C=EB=A1=9C=EC=88=98?= =?UTF-8?q?=20select-box=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../floor-plan/modal/circuitTrestle/step/StepUp.jsx | 8 +++++++- src/styles/_reset.scss | 6 +++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx b/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx index b0222aa3..5b956cc2 100644 --- a/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx +++ b/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx @@ -649,7 +649,13 @@ export default function StepUp(props) { style={{ cursor: allocationType === 'auto' ? 'pointer' : 'default' }} > {item.serQty} - {item.paralQty} + + {/* 2025.12.04 select 추가 */} + + + {/* {item.paralQty} */} ) })} diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index c0c4a2cb..472243ed 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -460,7 +460,11 @@ button{ } } - +.table-select{ + height: 20px; + color: #fff !important; + font-size: 11px !important; +} // input .form-input{ label{