From 1bac0e595cc74de52e124007b74cabd8da2af75f Mon Sep 17 00:00:00 2001 From: FOSSICKER <455502926@qq.com> Date: Tue, 18 Mar 2025 12:58:14 +0000 Subject: [PATCH] =?UTF-8?q?update=20public/themes/admin=5Fdefault/admin/in?= =?UTF-8?q?dex/index.html.=20=E8=A7=A3=E5=86=B3=E5=90=8E=E5=8F=B0=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E6=97=A0=E6=B3=95=E5=85=A8=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: FOSSICKER <455502926@qq.com> --- public/themes/admin_default/admin/index/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/themes/admin_default/admin/index/index.html b/public/themes/admin_default/admin/index/index.html index d572db4af..8525eebe1 100644 --- a/public/themes/admin_default/admin/index/index.html +++ b/public/themes/admin_default/admin/index/index.html @@ -60,6 +60,9 @@ } /*----------------导航hack--------------------*/ + .page-content{ + height: 100vh; + } $_current_admin_id=cmf_get_current_admin_id(); -- Gitee