From df80fcdc74e3c3c97dbf6948fca3b260e19e7b59 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 28 May 2025 17:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96log=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/dashboard/templates/base.html b/admin/dashboard/templates/base.html index 47e5b24..3af5701 100644 --- a/admin/dashboard/templates/base.html +++ b/admin/dashboard/templates/base.html @@ -63,6 +63,8 @@ padding: 20px; overflow-y: auto; background-color: #f0f2f5; + display: flex; /* 添加Flex布局 */ + flex-direction: column; /* 确保子元素垂直排列 */ } .el-menu { border-right: none;