修改:价格选择步进默认1

This commit is contained in:
马丁 2026-03-27 22:01:55 +08:00
parent f93332d259
commit 99037b536e

View File

@ -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"