Skip to content

Commit

Permalink
fix: style error
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Dec 3, 2020
1 parent 4cb3784 commit 7bfe5f7
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 61 deletions.
34 changes: 0 additions & 34 deletions .github/release-drafter.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/release-drafter.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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}}
16 changes: 12 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"]
}
14 changes: 7 additions & 7 deletions src/layouts/default/multitabs/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7bfe5f7

Please sign in to comment.