fix: 持仓收益允许输入负数
This commit is contained in:
@@ -176,7 +176,6 @@ export default function HoldingEditModal({ fund, holding, onClose, onSave }) {
|
|||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
inputMode="decimal"
|
|
||||||
step="any"
|
step="any"
|
||||||
className="input"
|
className="input"
|
||||||
value={profit}
|
value={profit}
|
||||||
|
|||||||
Reference in New Issue
Block a user