重构弹出框等代码块位置,增加_Admin模板页中customModal块,支持子页面多个块
This commit is contained in:
parent
0dc83346af
commit
b45f9cb121
|
@ -62,6 +62,6 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
@section roleModal {
|
@section customModal {
|
||||||
@Html.Partial("RoleConfig")
|
@Html.Partial("RoleConfig")
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,4 +44,3 @@
|
||||||
<!--footer end-->
|
<!--footer end-->
|
||||||
</section>
|
</section>
|
||||||
@RenderSection("modal", false)
|
@RenderSection("modal", false)
|
||||||
@RenderSection("roleModal", false)
|
|
||||||
|
|
|
@ -34,9 +34,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
@RenderSection("customModal", false)
|
||||||
@section roleModal {
|
|
||||||
@RenderSection("roleModal", false)
|
|
||||||
}
|
}
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">查询条件</div>
|
<div class="panel-heading">查询条件</div>
|
||||||
|
|
Loading…
Reference in New Issue