fangyuan
2022-12-21 cb0c0ee3ea35da0ebfda286e873868af6a531942
src/views/operate/fivepack/threepack/components/aside/index.vue
@@ -58,8 +58,8 @@
<style lang="scss" scoped>
.aside {
    width: 200px;
    height: calc(100vh - 102px);
    background-color: #09152f;
    height: calc(103vh - 102px);
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    flex-direction: column;
@@ -71,7 +71,7 @@
        line-height: 30px;
        &::v-deep .el-input__inner {
            background-color: #09152f;
            // background-color: #09152f;
            border: 1px solid #17324c;
        }
    }
@@ -81,13 +81,13 @@
        flex: 1;
        .el-tree{
            height: 100%;
            background-color: #09152f;
            &::v-deep .el-tree-node:focus>.el-tree-node__content{
                background-color: #092c4a;
            }
            &::v-deep .el-tree-node__content:hover{
                background-color: #092c4a;
            }
            // background-color: #09152f;
            // &::v-deep .el-tree-node:focus>.el-tree-node__content{
            //     background-color: #092c4a;
            // }
            // &::v-deep .el-tree-node__content:hover{
            //     background-color: #092c4a;
            // }
        }
    }
}