liuyg
2021-12-22 75ca0722b86e7751202e7aec2e8d8ef96d68ce98
src/styles/pcpage/element-ui.scss
@@ -7,24 +7,53 @@
        padding: 0px !important;
        background: #fff !important;
        border-radius: 2px;
        .el-menu-item {
            color: #333 !important;
            color: #fff !important;
            border-bottom: 1px solid #e5e5e5 !important;
            background: #2196f3 !important;
        }
        .el-menu-item:last-child {
            border-bottom: none !important;
        }
        .el-menu-item:hover {
            background: rgb(235, 235, 235) !important;
            background: #1A78C2 !important;
        }
    }
}
.el-header {
    .el-menu {
        .el-menu-item {
            font-size: 14px !important;
.layout-container {
    .el-container {
        .el-header {
            position: fixed;
            top: 0;
            left: 0;
            height: 60px;
            width: 100%;
            z-index: 99999;
            .el-menu {
                .el-menu-item {
                    font-size: 14px !important;
                }
            }
        }
        .el-main {
            position: fixed;
            top: 60px;
            left: 0;
            height: calc(100% - 60px);
            width: 100%;
            z-index: 10;
        }
    }
}