Commit 316510e7 by guanzhenshan

优化权限设置页面

parent c831cec5
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div style="background:#fff;-moz-box-shadow:3px 3px 8px #bbb; -webkit-box-shadow:3px 3px 3px #bbb; box-shadow:3px 3px 8px #bbb;"> <div style="background:#fff;-moz-box-shadow:3px 3px 8px #bbb; -webkit-box-shadow:3px 3px 3px #bbb; box-shadow:3px 3px 8px #bbb;">
<div style="margin-left:10px;padding-top:15px;padding-bottom:20px;"> <div style="margin-left:10px;padding-top:15px;padding-bottom:20px;">
<h3>角色<span style="font-size:13px;color:#aaa;">(请选择角色)</span></h3> <h3>角色<span style="font-size:13px;color:#aaa;">(请选择角色)</span></h3>
<div id="role_contain" style="margin-top:10px;margin-bottom:30px;"> <div id="role_contain" style="margin-top:10px;margin-bottom:30px;height:540px;overflow-y:auto;">
@foreach (var item in ViewBag.roles) @foreach (var item in ViewBag.roles)
{ {
<div style="margin:3px 100px 3px 3px;padding:8px 8px;border-bottom:solid 1px #eee;" val="@(item.id)">@(item.name)</div> <div style="margin:3px 100px 3px 3px;padding:8px 8px;border-bottom:solid 1px #eee;" val="@(item.id)">@(item.name)</div>
......
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