剑道UI拆分器高度 [英] Kendo UI Splitter height

查看:82
本文介绍了剑道UI拆分器高度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

3小时前发布(永久链接)

Posted 3 hours ago (permalink)

大家好,

我正在用Kendo UI进行ASP.NET MVC项目,但是我遇到了一些问题.

I'm doing an ASP.NET MVC project with Kendo UI, and I've got a little problem.

我有一个用于调整拆分器大小的jquery脚本.

I have a jquery script for re sizing my splitter.

window.onload = function () {
      $("#vertical").css("height", $(window).height());
};

但是,当我加载布局时,我得到了合适的尺寸,但显示效果却不佳.

But when I load my layout, I've got the good size, but not the good display.

如果我隐藏我的底部拆分器,然后显示它,则它是井显示(2.png) 谢谢大家的回答:)

If I hide my bottom splitter , and then show it, it's the well display (2.png) Thanks all for you answers :)

推荐答案

您尝试了以下CSS #vertical {height:100%;}吗?

Did you try the following css #vertical{height:100%;} ?

这篇关于剑道UI拆分器高度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆