将大部分页面的弹窗默认最大化,自适应窗口

This commit is contained in:
季圣华
2020-03-21 19:43:31 +08:00
parent 5f0cdd3f2e
commit f1fba5f705
24 changed files with 160 additions and 151 deletions

View File

@@ -44,9 +44,11 @@
<form id="roleFM" method="post" novalidate>
<table>
<tr>
<td><label id="nameLabel">角色名称&nbsp;&nbsp;</label></td>
<td style="padding:5px"><input name="name" id="name" class="easyui-textbox"
data-options="required:true,validType:'length[2,30]'" style="width: 230px;"/></td>
<td>角色名称&nbsp;&nbsp;</td>
<td style="padding:5px">
<input name="name" id="name" class="easyui-textbox"
data-options="required:true,validType:'length[2,30]'" style="width: 230px;"/>
</td>
</tr>
</table>
</form>