mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 14:04:41 +08:00
routine update
This commit is contained in:
parent
eccebba704
commit
1cb473d9ac
@ -3,8 +3,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
<div id="moduleElementManager" class="bjui-dialog">
|
<div id="moduleElementManager" >
|
||||||
<div class="bjui-pageHeader">
|
<div class="bjui-pageHeader" style="z-index: 100">
|
||||||
<button type="button" class="btn-green" data-icon="plus" id="btnAddElement">
|
<button type="button" class="btn-green" data-icon="plus" id="btnAddElement">
|
||||||
添加
|
添加
|
||||||
</button>
|
</button>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
删除
|
删除
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="bjui-pageContent">
|
<div class="bjui-pageContent" style="padding-top: 30px">
|
||||||
<input id="selectedModuleId" value="@ViewBag.ModuleId" style="display: none" />
|
<input id="selectedModuleId" value="@ViewBag.ModuleId" style="display: none" />
|
||||||
<table id="maingrid" class="table table-bordered"></table>
|
<table id="maingrid" class="table table-bordered"></table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user