From c6aaa1357b688dc6867d2ff01316f89bf09a0e85 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 29 十月 2024 14:49:24 +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