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 @@