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

机器人管理后台

+
+ +

机器人管理后台

+