主题风格优化

This commit is contained in:
thinkgem
2020-03-30 13:50:34 +08:00
parent 825f63c7dc
commit a796b5bf80
2 changed files with 20 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
// 初始化布局
$('body').layout({
west__initClosed: $(window).width() <= 767, // 是否默认关闭
west__size: 180
west__size: 200
});
// 主页框架
var win = $("#mainFrame")[0].contentWindow;