.table-box {
            position: relative;
            width: 100%;
            height: 303px;
            overflow: auto;
            padding-left: 10px;
            padding-left: 10px;
        }

        #no-data {
            text-align: center;
            font-size: 20px;
            color: #999;
            margin-top: 100px;
        }

        .loading {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9;
            display: none;
            width: 100%;
            height: 100%;
            background-color: #fff;
            text-align: center;
        }

        .loading img {
            height: 300px;
        }

        .el-tree {
            overflow: auto;
        }

        /*加入*/
        .el-tree-node > .el-tree-node__children {
            overflow: auto;
        }

        [v-cloak] {
            display: none;
        }

        .filter-item {
            display: inline-block;
            float: left;
            vertical-align: middle;
            margin-bottom: 10px;
        }

        .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
            background-color: grey;
            color: white;
        }
