欢迎使用大妈集市商户端管理系统
此区域用于显示具体的页面内容
From e40537052eecf7a7e135bc0bb0cc30a5ddada191 Mon Sep 17 00:00:00 2001 From: linbin <495561397@qq.com> Date: Sun, 7 Sep 2025 14:24:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E8=BF=B0:=20=E4=BC=98=E5=8C=96iframe?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8A=A0=E8=BD=BD=E5=92=8C=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E9=80=82=E9=85=8D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 商家端web/index.html | 53 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 8 deletions(-) diff --git a/商家端web/index.html b/商家端web/index.html index 392e6d8..6e04733 100644 --- a/商家端web/index.html +++ b/商家端web/index.html @@ -192,9 +192,14 @@ .main-content { margin-left: 220px; margin-top: 50px; - min-height: calc(100vh - 50px); + height: calc(100vh - 50px); background-color: white; padding: 20px; + position: relative; + } + + .content-placeholder, #contentFrame { + height: 100%; } .content-placeholder { @@ -291,7 +296,7 @@