国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jqeury-easyui-layout問題解決方法

2019-11-20 20:54:57
字體:
來源:轉載
供稿:網友
今天在用easyui做布局時,碰到了一個疑惑的問題。

問題:當把class=“easyui-layout”寫在一個獨立的div中時,layout的樣式無法顯示,也不報錯。

例如:
復制代碼 代碼如下:

<span style="font-size:14px;"><body >
<div class="easyui-layout">
<div data-options="region:'north',title:'North Title',split:true" style="height: 100px;">
</div>
<div data-options="region:'south',title:'South Title',split:true" style="height: 100px;">
</div>
<div data-options="region:'east',iconCls:'icon-reload',title:'East',split:true" style="width: 100px;">
</div>
<div data-options="region:'west',title:'West',split:true" style="width: 100px;">
</div>
<div data-options="region:'center',title:'center title'" href="CenterPage.html" style="background: #eee; overflow: hidden;">
</div>
</div>
</body></span>

顯示:
 
解決:把class=“easyui-layout”寫在body中時,問題就迎刃而解了。且region屬性不能被其他無關的div所包含。

代碼:
復制代碼 代碼如下:

<span style="font-size:14px;"><body class="easyui-layout">

<div data-options="region:'north',title:'North Title',split:true" style="height: 100px;">
</div>
<div data-options="region:'south',title:'South Title',split:true" style="height: 100px;">
</div>
<div data-options="region:'east',iconCls:'icon-reload',title:'East',split:true" style="width: 100px;">
</div>
<div data-options="region:'west',title:'West',split:true" style="width: 100px;">
</div>
<div data-options="region:'center',title:'center title'" href="CenterPage.html" style="background: #eee; overflow: hidden;">
</div>

</body></span>

 
一直在想這是為什么?
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 大同县| 石屏县| 邻水| 长岭县| 怀集县| 林口县| 东光县| 米易县| 台东市| 庆城县| 怀仁县| 高碑店市| 苗栗县| 马公市| 南部县| 阿城市| 灵石县| 喜德县| 乡宁县| 上林县| 改则县| 营口市| 海口市| 南澳县| 昂仁县| 克什克腾旗| 兴国县| 修文县| 隆安县| 遵义市| 开封县| 玉树县| 吴堡县| 申扎县| 沐川县| 灵武市| 四子王旗| 咸宁市| 永德县| 峨眉山市| 正安县|