修改BUG:modal弹窗菜单PartialView多了一个div class="modal-dialog"

This commit is contained in:
Argo-Lenovo 2017-03-27 18:12:14 +08:00
parent f90b952244
commit cd05195854
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
<div class="modal fade" id="dialogMenu" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="myMenuModalLabel" aria-hidden="true">
<div class="modal-dialog">
@Html.Partial("MenuTree")
</div>
@Html.Partial("MenuTree")
</div>