将大部分页面的弹窗默认最大化,自适应窗口
This commit is contained in:
@@ -54,10 +54,10 @@
|
||||
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
|
||||
</div>
|
||||
|
||||
<div id="depotHeadDlg" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:40px"
|
||||
<div id="depotHeadDlg" class="easyui-dialog" style="padding:10px 20px;" fit="true"
|
||||
closed="true" buttons="#dlg-buttons" modal="true" cache="false" collapsible="false" closable="true">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td style="width:70px;height:50px;">会员卡号</td>
|
||||
<td style="padding:5px;width:200px;">
|
||||
@@ -126,7 +126,7 @@
|
||||
<tr>
|
||||
<td colspan="8">
|
||||
<textarea name="Remark" id="Remark" rows="2" cols="2" class="radius-ui" placeholder="暂无备注信息"
|
||||
style="width: 1130px; height:35px;"></textarea>
|
||||
style="width: 100%; height:35px;"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -138,9 +138,9 @@
|
||||
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
|
||||
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
|
||||
</div>
|
||||
<div id="depotHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:50px"
|
||||
<div id="depotHeadDlgShow" class="easyui-dialog" style="padding:10px 20px" fit="true"
|
||||
closed="true" buttons="#dlg-buttons-show" modal="true" cache="false" collapsible="false" closable="true">
|
||||
<table>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td style="width:70px;height:50px;">会员卡号:</td>
|
||||
<td style="padding:5px;width:200px;">
|
||||
|
||||
Reference in New Issue
Block a user