From 562984eb58d5b546203771ba956711fbccc5e773 Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期六, 21 五月 2022 15:05:42 +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