zengh
2022-02-22 fa6eb4e94b2496773a281b0fac5582871e7d7b7a
src/styles/tags.scss
@@ -1,14 +1,14 @@
.avue-tags {
    user-select: none;
    user-select: none;
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-bottom: 0px;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 1px solid #f6f6f6;
    background-color: #fff;
    border-top: 1px solid #19305C;
    background-color: rgb(15, 84, 173);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    .el-tabs--card>.el-tabs__header {
        margin: 0;
@@ -89,4 +89,4 @@
        padding: 1px 0 0 15px;
        box-sizing: border-box;
    }
}
}