jQuery MiniUI

 找回密码
 立即注册
查看: 2926|回复: 1
打印 上一主题 下一主题

显示的样式没有全屏 [复制链接]

Rank: 2

跳转到指定楼层
楼主
发表于 2017-3-17 17:46:13 |只看该作者 |倒序浏览

<div id="cpssplitter" class="mini-splitter" style="width:100%;height:100%;">   
        <div size="240" showCollapseButton="true">
            <div class="mini-toolbar" style="padding:2px;border-top:0;border-left:0;border-right:0;">               
                <span style="padding-left:5px;">名称:</span>
                <input class="mini-textbox" style="width:100px;"/>
                <a class="mini-button" iconCls="icon-search" plain="true">查找</a>                                      
            </div>
            <div class="mini-fit">
                 <ul id="tree1" class="mini-tree" style="width:200px;padding:5px;"
                    showTreeIcon="true" textField="cname" idField="ccode" parentField="ccodefather" resultAsTree="false"  
                    allowDrag="true" allowDrop="true">
                 </ul>
            </div>
        </div>
        <div showCollapseButton="true">
             <div class="mini-toolbar" style="padding:2px;border-top:0;border-left:0;border-right:0;">   
                <input type="button" value="插入节点(前)"/>
                <input type="button" value="插入节点(后)"/>
                <input type="button" value="插入节点(子节点)"/>
                <input type="button" value="保存" style="margin-left:30px;font-weight:bold;"/>              
                <input type="button" value="编辑节点"/>
                <input type="button" value="删除节点"/>                 
             </div>
            <form id="form1" method="post">
                <input name="id" class="mini-hidden" />
                <div style="padding-left:11px;padding-bottom:5px;">
                    <table style="table-layout:fixed;">
                        <tr>
                            <td style="width:70px;">菜单编号:</td>
                            <td style="width:250px;">   
                                <input name="ccode" class="mini-textbox" required="true"  emptyText="菜单编号"/>
                            </td>
                            <td style="width:70px;">菜单名称:</td>
                            <td style="width:250px;">   
                                <input name="cname" class="mini-textbox" required="true"  emptyText="菜单名称"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="width:70px;">模板编号:</td>
                            <td style="width:250px;">   
                                <input name="modecode" class="mini-textbox" required="true" emptyText="请录入执行的模板编号" />
                            </td>
                            <td style="width:70px;">url地址:</td>
                            <td style="width:250px;">   
                                <input name="curl" class="mini-textbox"  required="true" emptyText="请录入执行的跳转的页面地址"/>
                            </td>
                        </tr>
                        <tr>
                            <td style="width:70px;">父菜单:</td>
                            <td style="width:250px;">   
                                <input name="ccodefather" class="mini-textbox" required="true" enabled="false" />
                            </td>                           
                        </tr>
                    </table>
                </div>                     
            </form>
        </div>
</div>        




附件: 你需要登录才可以下载或查看附件。没有帐号?立即注册

Rank: 8Rank: 8

沙发
发表于 2017-3-20 10:54:18 |只看该作者
请设置body的尺寸
html,body{
   height:100%;width:100%;padding:0;margin:0;
}

Archiver|普加软件

GMT+8, 2024-5-7 02:00 , Processed in 1.032230 second(s), 10 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部