You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
980 B

4 years ago
<!--设置用户-复制权限按钮弹框-->
<div style="width:100%;max-width:400px;padding:40px 20px 10px 20px; ">
<form>
<div style="margin-bottom:20px">
<input class="easyui-textbox src-role" style="width:100%">
</div>
<div style="margin-bottom:20px">
<input class="easyui-textbox des-role" style="width:100%">
</div>
<div style="margin-bottom:20px">
<input class="easyui-textbox des-role-name" style="width:100%">
</div>
<div style="margin-bottom:20px;font-size: 10px;color: #bfbfbf;">
<p>*目标用户组存在,则会清空已有权限,使用复制用户组的权限;如果不存在,则新增用户组并复制对应的权限</p>
</div>
</form>
<div style="text-align:center;padding:5px 0">
<a href="javascript:void(0)" class="easyui-linkbutton btn-oK" style="width:80px">确定</a>
<a href="javascript:void(0)" class="easyui-linkbutton btn-cancel" style="width:80px">取消</a>
</div>
</div>