jQuery MiniUI

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

panel问题 [复制链接]

Rank: 2

跳转到指定楼层
楼主
发表于 2014-11-25 16:07:28 |只看该作者 |倒序浏览
这是一个懒加载的mini-panel 我就是让注册用户或者是设置权限那个条变大一点,该怎么设置

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

Rank: 8Rank: 8

沙发
发表于 2014-11-25 16:10:45 |只看该作者
请提供页面代码
看不出来你这个注册用户是在什么部分的

Rank: 2

板凳
发表于 2014-11-25 16:24:54 |只看该作者
felt 发表于 2014-11-25 16:10
请提供页面代码
看不出来你这个注册用户是在什么部分的

<div class="mini-panel" title="<font size=30>注册用户</font>" style="width:100%;height:30%;"
    showCollapseButton="true" bodyStyle="padding:0;"
    url="" expanded="false"  onclick="abc" collapseOnTitleClick="true">
   
        <table border="1" cellspacing="0" cellpadding="0" class="tab1" style="width:99%;height:99%" >
                   <col width="20%" />
                        <col width="35%" />
                        <col width="15%" />
                        <col width="30%" />
                        <tr>
                                <th align="right"><em>*</em>用户名:</th>
                                <td>
                                        <input name="userID" id="userID" type="hidden" value="">
                                        <input name="Email" id="Email" type="text" class="text" value="" maxlength="50"/>
                                        <br/><span><strong style="color: red"> </strong>仅限使用万学邮箱 <font        color="#FF0000">@wanxue.cn</font> </span>
                                </td>
                                <th align="right"><em>*</em>密码:</th>
                                <td>
                                        <input name="Password1" id="Password1" type="password"        class="text" value="" maxlength="20"/>
                                        <br/><span style="color: red;">密码长度不少于8位,必须且只能包含数字和字母</span>
                                </td>
                        </tr>
                        <tr>
                                <th align="right"><em>*</em>姓名:</th>
                                <td>
                                        <input name="Name" id="Name" type="text" class="text" value="" maxlength="20"/>
                                </td>
                               
                               
                                <th align="right"><em>*</em>确认密码:</th>
                                <td>
                                        <input name="Password2" id="Password2" type="password"        class="text" value="" maxlength="20"/>
                                </td>
                        </tr>
                        <tr>
                                <th align="right">入职时间:</th>
                                <td>
                                        <input name="worktime" id="worktime" type="text" class="text" value="" onclick=calendar.show(this); readonly="readonly"/>
                                </td>
                                <th align="right">转正时间:</th>
                                <td>
                                        <input name="jointime" id="jointime" type="text" class="text" value="" onclick=calendar.show(this); readonly="readonly"/>
                                </td>
                        </tr>
                        <tr>
                                <th align="right">备注:</th>
                                <td colspan="4">
                                        <input name="Remarks" id="Remarks" type="text"  class="textarea" value="" maxlength="50" style="height: 20px;width:400px" />
                               
                                </td>
                               
                        </tr>
                </table>

   
    </div>
这是注册用户的代码

Rank: 8Rank: 8

地板
发表于 2014-11-25 16:36:13 |只看该作者
zx159753zxas 发表于 2014-11-25 16:24
*用户名:
                               
                                       

修改样式
.mini-panel-header{
    height:50px;
}
不过改了这个高度之后,里面的图标按钮字体等的样式也要修改

Rank: 2

5#
发表于 2014-11-25 16:50:39 |只看该作者
felt 发表于 2014-11-25 16:36
修改样式
.mini-panel-header{
    height:50px;

<div class="mini-panel" title="<font size=5>注册用户</font>" style="width:100%;height:30%;"
    showCollapseButton="true" bodyStyle="padding:0;"
    url="" expanded="false"  onclick="abc" collapseOnTitleClick="true"  
mini-panel-header="height:200px">
我对CSS不太熟悉,是这么在代码里面设置么,为什么不管用啊

Rank: 8Rank: 8

6#
发表于 2014-11-25 16:55:03 |只看该作者
zx159753zxas 发表于 2014-11-25 16:50
我对CSS不太熟悉,是这么在代码里面设置么,为什么不管用啊

重写样式
<style>
  .mini-panel-header{
    height:50px;
}
</style>
直接写标签内无效

Archiver|普加软件

GMT+8, 2024-9-29 07:20 , Processed in 1.033581 second(s), 11 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部