mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-23 04:23:32 +08:00
check js bugs
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
</div>
|
||||
<div class="bottom">
|
||||
可以用admin(密码:admin) /test(密码:test) 查看不同账号登陆情况<br>
|
||||
Copyright © 2015 <a href="/Login/LoginByDev">基于精典DDD的权限管理 - 点击以开发者账号登录</a>
|
||||
Copyright © 2015 <a href="/Login/LoginByDev">基于经典DDD的权限管理 - 点击以开发者账号登录</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
</fieldset>
|
||||
|
||||
<!--已经选中的列表-->
|
||||
<fieldset style="height: auto;margin-left: 310px; width: 280px">
|
||||
<fieldset style="height: auto;margin-left: 300px; width: 280px">
|
||||
<legend>已分配的模块</legend>
|
||||
<ul id="selected" class="ztree"></ul>
|
||||
</fieldset>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
</fieldset>
|
||||
|
||||
<!--已经选中的列表-->
|
||||
<fieldset style="height: auto;margin-left: 310px; width: 280px">
|
||||
<fieldset style="height: auto;margin-left: 300px; width: 280px">
|
||||
<legend>已分配的机构</legend>
|
||||
<ul id="selected" class="ztree"></ul>
|
||||
</fieldset>
|
||||
|
@@ -22,7 +22,6 @@
|
||||
<table class="table table-condensed table-hover">
|
||||
<tbody>
|
||||
<input type="text" id="Id" name="Id" value="" class="hidden"/>
|
||||
<input type="text" id="Password" name="Password" class="hidden" />
|
||||
<tr>
|
||||
<td>
|
||||
<label for="Account" class="control-label x120">账号:</label>
|
||||
|
Reference in New Issue
Block a user