用户列表选择样式优化
This commit is contained in:
@@ -13,7 +13,7 @@ var skinName = cookie('skinName', false, defaultSkinName);
|
||||
print('<'+'!DOC'+'TYPE html'+'><'+'html class="'+skinName+'"><'+'head'+'>');
|
||||
include('/include/head.html', {title: text(title!)}){}
|
||||
include('/themes/'+themeName+'/include/header.html', {libs: libs!, skinName: skinName!}){} %>
|
||||
</head><body class="hold-transition ${bodyClass!}">
|
||||
</head><body class="hold-transition ${bodyClass!} ${parameter.__layer! == 'true' ? 'layer' : ''}">
|
||||
<% if (!@ListUtils.inString('layout', libs!)){ %>
|
||||
<div class="wrapper">${layoutContent}</div>
|
||||
<% }else{ %>${layoutContent}<% } %>
|
||||
|
||||
@@ -195,7 +195,7 @@ selectNum = 0, dataGrid = $('#dataGrid').dataGrid({
|
||||
],
|
||||
// autoGridWidthFix: 100,
|
||||
autoGridHeight: function(){
|
||||
var height = $(window).height() - $('#searchForm').height() - $('#dataGridPage').height() - 70;
|
||||
var height = $(window).height() - $('#searchForm').height() - $('#dataGridPage').height() - 78;
|
||||
$('.tags-input').height($('.ui-jqgrid').height() - 10);
|
||||
return height;
|
||||
},
|
||||
|
||||
@@ -81,7 +81,7 @@ selectNum = 0, dataGrid = $('#dataGrid').dataGrid({
|
||||
}}
|
||||
],
|
||||
autoGridHeight: function(){
|
||||
var height = $(window).height() - $('#searchForm').height() - $('#dataGridPage').height() - 74;
|
||||
var height = $(window).height() - $('#searchForm').height() - $('#dataGridPage').height() - 78;
|
||||
$('.tags-input').height($('.ui-jqgrid').height() - 10);
|
||||
return height;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user