张诺
2 天以前 17ba8e005e8f01a0d11c70413a337fe0f1288871
Merge branch 'dev' of http://114.132.189.42:9002/r/zd-before into dev
已修改3个文件
28 ■■■■■ 文件已修改
src/assets/styles/sidebar.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/TagsView/index.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/styles/sidebar.scss
@@ -42,7 +42,7 @@
    }
    .el-scrollbar {
      height: 100%;
      height: 92%;
    }
    &.has-logo {
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;
      }
    }
  }
src/main.js
@@ -78,5 +78,6 @@
  // 支持 large、default、small
  size: Cookies.get('size') || 'default'
})
app._context.components.ElDialog.props.closeOnClickModal.default = false
app.mount('#app')