📄 rolerights.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/ControlPanel/CPanel.master" AutoEventWireup="true"
CodeFile="RoleRights.aspx.cs" Inherits="ControlPanel_Role_RoleRights" Title="角色权限分配"
StylesheetTheme="MainStyle" %>
<asp:Content ID="RoleContent" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<br />
<h3 style="text-align: center">
角色权限分配
</h3>
<br />
<table style="width: 95%; scrollbar-darkshadow-color:Aqua; border: solid 1px #1C5E55;" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td style="width: 20%; height: 480px;" valign="top">
<iframe id="RoleTree" src="roleTree.aspx" frameborder="0" scrolling="auto"
width="100%" height="100%" marginheight="0" marginwidth="0" style="width: 100%">
</iframe>
</td>
<td>
<iframe id="Privilege" src="Privilege.aspx" frameborder="0"
scrolling="auto" width="100%" height="480px" marginheight="0" marginwidth="0"
style="width: 100%"></iframe>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -