liuyg
2021-07-15 bec79d7b98d7aaf67e9c8f56083ff9f689f266c3
src/styles/sidebar.scss
@@ -29,13 +29,16 @@
    }
    
}
@import "./ourBackgroundColor.scss";
.avue-sidebar {
    user-select: none; 
    position: relative;
    padding-top: 60px;
    height: 100%;
    position: relative;
    background-color: #20222a;
    background-color: $leftMenuB;
    // background-color: #20222a;
    transition: width .2s;
    box-sizing: border-box;
    box-shadow: 2px 0 6px rgba(0,21,41,.35);
@@ -81,7 +84,7 @@
                background: #409eff;
                position: absolute;
            }
            background-color: rgba(0,0,0,.8);
            background-color: $black;
            i,span{
                color:#fff;
            }