fix: 持仓收益允许输入负数

This commit is contained in:
hzm
2026-02-24 10:48:54 +08:00
parent aaa91868a3
commit 1db379c048

View File

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