gpt4 book ai didi

jquery - 如何使用 kendo UI 拆分 Pane

转载 作者:太空宇宙 更新时间:2023-11-04 04:14:25 27 4
gpt4 key购买 nike

我在我的元素中使用 kendo UI jquery lib,我想在一个页面中拆分两个水平列 Pane 。

这是我的代码,

<div id="splitter">
<div>PANE a</div>
<div>PANE b</div>
</div>
<script>
$("#splitter").kendoSplitter({
orientation: "horizontal"
});
</script>

它可以工作,但问题是,它只拆分了页面的一半。像这样,

enter image description here

我想拆分整个页面。

最佳答案

输入拆分器的 css:

#splitter{
position: fixed;
width:100%;
height:100%;
}

关于jquery - 如何使用 kendo UI 拆分 Pane ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20210648/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com