gaoluyang
2 天以前 50f94c34aa3f56eba2c428963e0d46a72d820fef
顶部样式修改
已修改1个文件
25 ■■■■ 文件已修改
src/layout/components/TagsView/index.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/TagsView/index.vue
@@ -272,14 +272,14 @@
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 26px;
      height: 30px;
      line-height: 26px;
      border: 1px solid var(--tags-item-border, #d8dce5);
      //border: 1px solid var(--tags-item-border, #d8dce5);
      color: var(--tags-item-text, #495060);
      background: var(--tags-item-bg, #fff);
      padding: 0 8px;
      padding: 2px 16px;
      font-size: 12px;
      margin-left: 5px;
      //margin-left: 5px;
      margin-top: 4px;
      &:first-of-type {
@@ -291,20 +291,9 @@
      }
      &.active {
        background-color: #42b983;
        color: #fff;
        border-color: #42b983;
        &::before {
          content: '';
          background: #fff;
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          position: relative;
          margin-right: 5px;
        }
        border-radius: 10px 10px 0px 0px;
        background-color: #F2F2F4 !important;
        color: #165DFF;
      }
    }
  }