From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1
---
src/styles/layout/pc.scss | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/styles/layout/pc.scss b/src/styles/layout/pc.scss
index 175db77..f25f727 100644
--- a/src/styles/layout/pc.scss
+++ b/src/styles/layout/pc.scss
@@ -32,6 +32,7 @@
}
.el-header {
+ position: relative;
display: flex;
background: #2196f3;
align-items: center;
@@ -39,16 +40,29 @@
img {
margin-top: 4px;
margin-left: 10px;
+ margin-right: 10px;
height: 38px;
}
.header-title {
+ margin-right: 10px;
position: relative;
text-indent: 0.1em;
font-size: 18px;
color: #fff;
}
+ .out-home {
+ position: absolute;
+ top: 0;
+ left: auto;
+ right: 0;
+ bottom: 0;
+ margin: auto;
+ width: 88px;
+ line-height: 60px;
+ }
+
.el-menu {
li {
--
Gitblit v1.9.3