From 11909a2bb1d898f4824c03172fb040852830770f Mon Sep 17 00:00:00 2001 From: zhangchao <zc857179121@qq.com> Date: 星期五, 08 十一月 2024 16:21:27 +0800 Subject: [PATCH] 去除前端提交的参数带空格 --- src/main/webapp/static/js/order/order.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index 8832507..79fc2a1 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -130,7 +130,7 @@ layer.open({ type: 1, title: false, - area: '820px', + area: '1100px', offset: [top + 'px', (left - 530 + $a.outerWidth()) + 'px'], shade: .01, shadeClose: true, -- Gitblit v1.9.1