表达式生成器窗口最大最小化

springboot2
RuoYi 5 years ago
parent f100ed7cca
commit 1bbf7b8a03

@ -185,6 +185,7 @@
var url = prefix + '/cron';
var height = $(window).height() - 50;
top.layer.open({
maxmin: true,
title: "Cron表达式生成器",
type: 2,
area: ['800px', height + "px" ], //宽高

Loading…
Cancel
Save