vben
2020-12-02 7bfe5f753d77620027248a6238bccd8a23f7ad7c
fix: style error
2个文件已删除
1个文件已添加
2个文件已修改
95 ■■■■■ 已修改文件
.github/release-drafter.yml 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.github/workflows/release-drafter.yml 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.github/workflows/release.yml 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.vscode/settings.json 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layouts/default/multitabs/index.less 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.github/release-drafter.yml
File was deleted
.github/workflows/release-drafter.yml
File was deleted
.github/workflows/release.yml
New file
@@ -0,0 +1,15 @@
name: Release
on:
  push:
    tags:
      - v*
jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - run: npx conventional-github-releaser -p angular
        env:
          CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
.vscode/settings.json
@@ -64,7 +64,14 @@
    "**/.idea": true,
    "**/.vscode": false,
    "**/yarn.lock": true,
    "**/tmp": true
    "**/tmp": true,
    "out": true,
    "dist": true,
    "node_modules": true,
    "CHANGELOG.md": true,
    "examples": true,
    "res": true,
    "screenshots": true
  },
  "files.exclude": {
    "**/bower_components": true,
@@ -157,7 +164,7 @@
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    "editor.defaultFormatter": "vscode.json-language-features"
  },
  "[jsonc]": {
    "editor.defaultFormatter": "vscode.json-language-features"
@@ -186,9 +193,10 @@
  "i18n-ally.keystyle": "nested",
  "i18n-ally.sortKeys": true,
  "i18n-ally.namespace": true,
  "i18n-ally.pathMatcher":"{locale}/{namespaces}.{ext}",
  "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
  "i18n-ally.enabledParsers": [
    "ts"
  ],
  "i18n-ally.sourceLanguage": "zh"
  "i18n-ally.sourceLanguage": "zh",
  "i18n-ally.enabledFrameworks":["vue","react"]
}
src/layouts/default/multitabs/index.less
@@ -115,15 +115,15 @@
      }
    }
  }
}
.ant-tabs-extra-content {
  margin-top: 2px;
  line-height: @multiple-height !important;
}
  .ant-tabs-extra-content {
    margin-top: 2px;
    line-height: @multiple-height !important;
  }
.ant-dropdown-trigger {
  display: inline-flex;
  .ant-dropdown-trigger {
    display: inline-flex;
  }
}
.multiple-tabs-content {