From ee4e0076832e55cf23b41bdf0426e11e26bb8a5c Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 09 Aug 2021 09:17:22 +0800
Subject: [PATCH] 问题修复
---
src/styles/media.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/styles/media.scss b/src/styles/media.scss
index 17c0f79..91990ce 100644
--- a/src/styles/media.scss
+++ b/src/styles/media.scss
@@ -54,11 +54,11 @@
left: 240px;
padding: 0;
width: calc(100% - 240px);
- height: calc(100% - 94px);
+ height: calc(100% - 64px);
box-sizing: border-box;
overflow: hidden;
transition: all 0.5s;
- background: #f0f2f5;
+ background: #0042E0;
z-index: 1026;
&--fullscreen {
--
Gitblit v1.9.3