From 66ac74fb252c82d31054c77cfc06463efb8f0ff0 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 14 Apr 2025 17:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E4=BA=86LOGO=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/base.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/admin/dashboard/templates/base.html b/admin/dashboard/templates/base.html index 49cb15d..639f3e4 100644 --- a/admin/dashboard/templates/base.html +++ b/admin/dashboard/templates/base.html @@ -38,6 +38,15 @@ align-items: center; justify-content: space-between; } + .header-left { + display: flex; + align-items: center; + } + .header-logo { + width: 40px; + height: 40px; + margin-right: 10px; + } .main-container { display: flex; flex: 1; @@ -87,7 +96,10 @@
-

机器人管理后台

+
+ +

机器人管理后台

+