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 {