@charset "utf-8";
/**
 * Created by henian.xu on 2018/7/30.
 *
 */

.el-tabs.classify-tabs {
    > .el-tabs__header {
        margin: 0;

        .el-tabs__nav {
            border: 0;
        }

        .el-tabs__item {
            background-color: #fff;
            border-bottom-color: #e4e7ed;
            &.is-active {
                border-bottom-color: #fff;
            }
        }
    }
}
