fix: 偏移设置新增校验和二次确认

This commit is contained in:
zheng.zhang
2025-12-23 20:19:26 +08:00
parent 9db9edbafa
commit 1ee5ae2fd9
2 changed files with 99 additions and 14 deletions
@@ -317,6 +317,6 @@ function batchTradeAdjustView() {
// 偏移设置
function spreadSetting() {
main.open("偏移设置", "/ExchangeTrade/SpreadSetting", {
area: ["450px", "310px"],
area: ["450px", "360px"],
});
}