From dc252ad2bd275f697c266e3c8b10cb7d540fdcaa Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Wed, 16 Feb 2022 17:08:11 +0800
Subject: [PATCH] 44个表格在1366*768下的适配,保安员管理-》保安员查询中操作栏更改,在用户表左侧控制栏同步高

---
 src/styles/media.scss |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/styles/media.scss b/src/styles/media.scss
index aa02089..95d5d51 100644
--- a/src/styles/media.scss
+++ b/src/styles/media.scss
@@ -1,15 +1,14 @@
 @import "./ourBackgroundColor.scss";
-.avue-logo{
+.avue-logo {
   background-color: $leftMenuTop;
 }
 .avue-left,
 .avue-header,
 .avue-top,
 .avue-logo,
-.avue-layout
-.login-logo,
+.avue-layout .login-logo,
 .avue-main {
-  transition: all .3s;
+  transition: all 0.3s;
 }
 
 .avue-contail {
@@ -20,7 +19,6 @@
   background-size: 100%;
   background-repeat: no-repeat;
 }
-
 
 .avue-left {
   position: fixed;
@@ -77,6 +75,7 @@
 .avue-view {
   padding: 0 10px !important;
   width: 100%;
+  overflow: hidden !important;
   box-sizing: border-box;
 }
 
@@ -108,7 +107,7 @@
   right: 0;
   top: 0;
   bottom: 0;
-  background-color: rgba(0, 0, 0, .3);
+  background-color: rgba(0, 0, 0, 0.3);
   z-index: 1024;
 
   &--show {

--
Gitblit v1.9.3