shuishen
2021-07-15 44d43dbe44639f6c14222e1c90a8225db16c56e3
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;
    }
}
}