Commit 2ffb7e47 authored by zhengke's avatar zhengke

修改

parent 9aa9f57a
......@@ -23,6 +23,9 @@
text-align: center;
margin-bottom: 10px;
}
.roomResetTable tr td{
padding:5px;
}
</style>
......@@ -91,7 +94,7 @@
style="float:left;margin-left:20px;">
<el-popover placement="bottom" popper-class="piliangPop" width="400" trigger="click"
v-model="IsShowMoreUpdate">
<table class="dmcSetTable roomReserSet" border="0" cellspacing="0" cellpadding="0">
<table class="dmcSetTable roomReserSet roomResetTable" border="0" cellspacing="0" cellpadding="0">
<tr>
<th>房型</th>
<th>房间数量</th>
......@@ -102,21 +105,21 @@
{{subItem.Name}}
</td>
<td style="width:150px;">
<el-input class='w40 tcenter' maxlength="2" @keyup.native="checkInteger(subItem,'HouseCount')"
<el-input class='w135 tcenter' maxlength="2" @keyup.native="checkInteger(subItem,'HouseCount')"
v-model='subItem.HouseCount'></el-input>
</td>
<td style="width:150px;">
<el-input class='w40 tcenter' maxlength="2" @keyup.native="checkInteger(subItem,'HousePeopleNum')"
<el-input class='w135 tcenter' maxlength="2" @keyup.native="checkInteger(subItem,'HousePeopleNum')"
v-model='subItem.HousePeopleNum'></el-input>
</td>
</tr>
<tr>
<td colspan="2" style="text-align:center">
保存
<td colspan="2" style="text-align:right">
<input type="button" class="normalBtn" value="保存">
</td>
</tr>
</table>
<el-button slot="reference" style="background:#E95252; border-color:#E95252;display:none;" type="primary">
<el-button slot="reference" style="background:#E95252; border-color:#E95252;" type="primary">
批量修改酒店
</el-button>
</el-popover>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment