From 99037b536e8734af776fb2dd9d05c51ae02e9f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=81?= Date: Fri, 27 Mar 2026 22:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=AD=A5=E8=BF=9B=E9=BB=98=E8=AE=A41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TradeComponent.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/TradeComponent.vue b/src/components/TradeComponent.vue index 52f82f7..09ef43e 100644 --- a/src/components/TradeComponent.vue +++ b/src/components/TradeComponent.vue @@ -72,7 +72,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -210,7 +210,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -334,7 +334,7 @@ type="number" min="0" max="100" - step="0.01" + step="1" variant="outlined" class="price-input-field" hide-details @@ -523,7 +523,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -652,7 +652,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -765,7 +765,7 @@ type="number" min="0" max="100" - step="0.01" + step="1" variant="outlined" class="price-input-field" hide-details @@ -965,7 +965,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -1094,7 +1094,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -1207,7 +1207,7 @@ type="number" min="0" max="100" - step="0.01" + step="1" class="price-input-field" hide-details density="compact"