liuyg
2021-08-18 32199bf4ed3c287e8bcbb1f61c106c276d82542c
src/styles/media.scss
@@ -4,7 +4,7 @@
.avue-logo,
.avue-layout .login-logo,
.avue-main {
    transition: all .3s;
    transition: all 0.3s;
}
.avue-contail {
@@ -40,8 +40,8 @@
}
.avue-header {
    padding-left: 240px;
    display: none;
    padding-left: 38px;
    // display: none;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
@@ -52,8 +52,10 @@
    left: 240px;
    padding: 0;
    padding-bottom: 20px;
    width: calc(100% - 240px);
    height: calc(100% - 64px);
    // width: calc(100% - 240px);
    // height: calc(100% - 64px);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s;
@@ -97,7 +99,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 {
        display: block;
@@ -171,4 +173,4 @@
            display: block;
        }
    }
}
}