mirror of https://gitee.com/y_project/RuoYi.git
表达式生成器窗口最大最小化
parent
f100ed7cca
commit
1bbf7b8a03
|
@ -185,6 +185,7 @@
|
||||||
var url = prefix + '/cron';
|
var url = prefix + '/cron';
|
||||||
var height = $(window).height() - 50;
|
var height = $(window).height() - 50;
|
||||||
top.layer.open({
|
top.layer.open({
|
||||||
|
maxmin: true,
|
||||||
title: "Cron表达式生成器",
|
title: "Cron表达式生成器",
|
||||||
type: 2,
|
type: 2,
|
||||||
area: ['800px', height + "px" ], //宽高
|
area: ['800px', height + "px" ], //宽高
|
||||||
|
|
Loading…
Reference in New Issue