From b260f1236baabc4e28294e6acc28af57050f5cd7 Mon Sep 17 00:00:00 2001 From: linbin <495561397@qq.com> Date: Fri, 5 Sep 2025 17:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 平台web/index.html | 60 +++++++----- .../权限编辑.html} | 93 ++++++++++++++++--- 2 files changed, 120 insertions(+), 33 deletions(-) rename 平台web/{permission-manager.html => 权限管理/权限编辑.html} (90%) diff --git a/平台web/index.html b/平台web/index.html index dfc4afb..b5e8666 100644 --- a/平台web/index.html +++ b/平台web/index.html @@ -144,6 +144,15 @@ color: #555; } + /* iframe样式 */ + .content-iframe { + width: 100%; + height: calc(100vh - 140px); + border: none; + border-radius: 5px; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); + } + /* 响应式设计 */ @media (max-width: 768px) { .sidebar { @@ -187,13 +196,13 @@