From acffaa5ebdf7ee9420b38cbf34238572f3213123 Mon Sep 17 00:00:00 2001 From: ysCha Date: Wed, 3 Sep 2025 14:49:36 +0900 Subject: [PATCH] =?UTF-8?q?input=20=EA=B3=84=EC=82=B0=EA=B8=B0=20=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/input/CalcInput.jsx | 13 ++++++------- src/styles/calc.scss | 19 ++++++++++--------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/common/input/CalcInput.jsx b/src/components/common/input/CalcInput.jsx index 8e60506b..d0158da6 100644 --- a/src/components/common/input/CalcInput.jsx +++ b/src/components/common/input/CalcInput.jsx @@ -361,13 +361,6 @@ export const CalculatorInput = ({ value, onChange, label, options = {}, id, clas ÷ - {/* 숫자 버튼 */} - {[7, 8, 9, 4, 5, 6, 1, 2, 3].map((num) => ( - - ))} - @@ -378,6 +371,12 @@ export const CalculatorInput = ({ value, onChange, label, options = {}, id, clas + + {/* 숫자 버튼 */} + {[1,2,3,4,5,6,7,8,9].map((num) => ( + + ))} {/* 0 버튼 */}