From 97954d2e92f3624e75697363b9d2243122be37cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Fri, 7 Feb 2025 13:54:04 +0900 Subject: [PATCH] =?UTF-8?q?input=20type=20number=20=ED=99=94=EC=82=B4?= =?UTF-8?q?=ED=91=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/inputwrap/page.jsx | 5 +++++ src/styles/_reset.scss | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/src/app/inputwrap/page.jsx b/src/app/inputwrap/page.jsx index ae6e1fc..4c325a2 100644 --- a/src/app/inputwrap/page.jsx +++ b/src/app/inputwrap/page.jsx @@ -34,7 +34,12 @@ export default function InputWrapPage (){ +
+
+
+ +
diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index 04c3ddb..bb5ff10 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -535,7 +535,15 @@ input[type=text]{ } } } +input::-webkit-outer-spin-button, +input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} +input[type=number] { + -moz-appearance: textfield; +} // check-btn