1.修复菜单名太长无法显示的问题

2.增长菜单宽度
This commit is contained in:
chenjinsong
2018-10-18 18:05:13 +08:00
parent 1239920b9c
commit 2ec7c7a084
3 changed files with 53 additions and 59 deletions

View File

@@ -478,6 +478,7 @@ body {
var thisheight = $(document).height()*0.9;
var thiswidth = $(document).width()*0.9;
window.top.layer.open({
title: 'i18n_main.text.show1_n81i',
type: 1,
area: [thiswidth + 'px', thisheight + 'px'],
scrollbar: true,