From 2b71e7e4ab8896c2245bf68a874565310c2113ad Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 14 五月 2022 22:52:00 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/order/out.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js
index 77ef6b0..1e0aad8 100644
--- a/src/main/webapp/static/js/order/out.js
+++ b/src/main/webapp/static/js/order/out.js
@@ -135,7 +135,7 @@
,title: false
,closeBtn: false
,offset: '100px'
- ,area: '1200px'
+ ,area: ['1200px', '700px']
,shade: 0.5
,shadeClose: true
,btn: ['绔嬪嵆鍑哄簱', '绋嶅悗澶勭悊']
@@ -146,7 +146,7 @@
table.render({
elem: '#stoPreTab',
data: res.data,
- height: 450,
+ height: 520,
page: false,
limit: Number.MAX_VALUE,
cellMinWidth: 100,
--
Gitblit v1.9.1