Commit 2b1f6d6d authored by 吴春's avatar 吴春

座位图显示位置修改

parent 8e5d04cf
......@@ -9,10 +9,7 @@
<form id="defaultForm" method="post" class="form-horizontal" role="form" action="@Url.Action("Create")" redirect-url="@Url.Action("Index")">
<div class="alert alert-success" style="display: none;"></div>
<div style="height: 40px;line-height: 40px;">座位设置 <span style="color:red;">温馨提示:选中座位点击鼠标右键可设置座位类型</span></div>
<div>
@Html.Action("TheaterSeat", new { id = Guid.Empty })
</div>
<div style=" height: 30px;line-height: 30px;">剧院基本信息</div>
<div class="form-group">
<label class="col-lg-1 control-label col-md-2 col-sm-2 left-css h-48 h-l-35 w-auto1">剧场名称</label>
......@@ -66,7 +63,10 @@
</tbody>
</table>
<div style="height: 40px;line-height: 40px;">座位设置 <span style="color:red;">温馨提示:选中座位点击鼠标右键可设置座位类型</span></div>
<div>
@Html.Action("TheaterSeat", new { id = Guid.Empty })
</div>
<div class="form-group m-t-10">
<div class="col-lg-3 col-md-5 col-sm-5 text-center">
<button class="btn btn-success btn-xs" type="submit" name="submit" style="margin-right:10px;">
......
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