分享

lay-out 布局

 songqengrwwxi3 2021-01-02

南北的style 一般只设置宽width

东西的style一般只设置高height

示例:

<body class="easyui-layout" data-options="fit:true"> //自适应

<div id='toolbar' class='easyui-panel' data-options="region:'north'" style=" background-color: #E0ECFF; height:34px; border-width:1px"></div>

<div id='leftpanel' class='easyui-panel' data-options="region:'west'" style="width:300px; border-width:1px">

<div id="myTree1" class="easyui-tree"></div>

</div>

<div id='centerpanel' data-options="region:'center'" style="padding: 2px 0px 0px 2px; ">

</div>

</body>

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约