Commit 2ffb7e47 authored by zhengke's avatar zhengke

修改

parent 9aa9f57a
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
text-align: center; text-align: center;
margin-bottom: 10px; margin-bottom: 10px;
} }
.roomResetTable tr td{
padding:5px;
}
</style> </style>
...@@ -91,7 +94,7 @@ ...@@ -91,7 +94,7 @@
style="float:left;margin-left:20px;"> style="float:left;margin-left:20px;">
<el-popover placement="bottom" popper-class="piliangPop" width="400" trigger="click" <el-popover placement="bottom" popper-class="piliangPop" width="400" trigger="click"
v-model="IsShowMoreUpdate"> 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> <tr>
<th>房型</th> <th>房型</th>
<th>房间数量</th> <th>房间数量</th>
...@@ -102,21 +105,21 @@ ...@@ -102,21 +105,21 @@
{{subItem.Name}} {{subItem.Name}}
</td> </td>
<td style="width:150px;"> <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> v-model='subItem.HouseCount'></el-input>
</td> </td>
<td style="width:150px;"> <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> v-model='subItem.HousePeopleNum'></el-input>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="2" style="text-align:center"> <td colspan="2" style="text-align:right">
保存 <input type="button" class="normalBtn" value="保存">
</td> </td>
</tr> </tr>
</table> </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-button>
</el-popover> </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