.home {
    overflow: hidden;

    .attr-list {
        overflow: auto;
        padding: 10px 14px;
        padding-top: 0;
        height: 100%;
    }

    .title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .el-collapse-item__content {
        padding-bottom: 0;
    }

    .v-common-attr {
        margin-bottom: 18px;

        .el-form {
            padding: 10px;
            padding-top: 0;
        }
    }
}

.el-tabs {
    height: 100%;
}

.el-tabs__content {
    height: calc(100% - 55px);
    overflow: auto;
}

.el-tabs__nav-scroll {
    padding-left: 20px;
}

.el-tabs__header {
    margin: 0;
}

.el-tag {
    text-align: right;
}
