Skip to content

Commit 0027c2c

Browse files
committed
css up
1 parent fb2e803 commit 0027c2c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ant.mgr/mgr.core/Areas/Admin/Views/Role/RoleAction.cshtml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,12 @@
111111
ready: function () {
112112
auth();
113113
114-
//设置tree的初始化高度
114+
$(window).resize(function () {
115+
//设置tree的初始化高度
116+
$('.left').css('height',$(window).height());
117+
$('.right').css('height',$(window).height());
118+
});
119+
115120
$('.left').css('height',$(window).height());
116121
$('.right').css('height',$(window).height());
117122

0 commit comments

Comments
 (0)