-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10743 from vhwweng/issue_9620
feat: 项目成员管理 #9620
- Loading branch information
Showing
63 changed files
with
5,608 additions
and
1,373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
242 changes: 121 additions & 121 deletions
242
src/frontend/bk-permission/src/css/fonts/iconcool.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@import url(./style.css); | ||
@import url(./style.css); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,112 +1,112 @@ | ||
@font-face { | ||
font-family: "manage"; | ||
src: url("fonts/iconcool.svg#iconcool") format("svg"), | ||
url("fonts/iconcool.ttf") format("truetype"), | ||
url("fonts/iconcool.woff") format("woff"), | ||
url("fonts/iconcool.eot?#iefix") format("embedded-opentype"); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
.manage-icon { | ||
/* use !important to prevent issues with browser extensions that change fonts */ | ||
font-family: 'manage' !important; | ||
speak: none; | ||
font-style: normal; | ||
font-weight: normal; | ||
font-variant: normal; | ||
text-transform: none; | ||
line-height: 1; | ||
text-align: center; | ||
/* Better Font Rendering =========== */ | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
.manage-icon-sync-failed:before { | ||
content: "\e111"; | ||
} | ||
.manage-icon-sync-success:before { | ||
content: "\e112"; | ||
} | ||
.manage-icon-sync-default:before { | ||
content: "\e113"; | ||
} | ||
.manage-icon-abnormal:before { | ||
content: "\e115"; | ||
} | ||
.manage-icon-sync-waiting-01:before { | ||
content: "\e114"; | ||
} | ||
.manage-icon-warning-2:before { | ||
content: "\e116"; | ||
} | ||
.manage-icon-more-fill:before { | ||
content: "\e101"; | ||
} | ||
.manage-icon-user-shape:before { | ||
content: "\e102"; | ||
} | ||
.manage-icon-add-fill:before { | ||
content: "\e103"; | ||
} | ||
.manage-icon-lock-radius:before { | ||
content: "\e104"; | ||
} | ||
.manage-icon-normal:before { | ||
content: "\e106"; | ||
} | ||
.manage-icon-organization:before { | ||
content: "\e117"; | ||
} | ||
.manage-icon-warning-circle-fill:before { | ||
content: "\e118"; | ||
} | ||
.manage-icon-unknown:before { | ||
content: "\e121"; | ||
} | ||
.manage-icon-angle-right:before { | ||
content: "\e122"; | ||
} | ||
.manage-icon-close:before { | ||
content: "\e123"; | ||
} | ||
.manage-icon-refresh:before { | ||
content: "\e129"; | ||
} | ||
.manage-icon-down-shape:before { | ||
content: "\e12a"; | ||
} | ||
.manage-icon-color-logo-pipeline:before { | ||
content: "\e12b"; | ||
} | ||
.manage-icon-color-logo-ticket:before { | ||
content: "\e12d"; | ||
} | ||
.manage-icon-color-logo-quality:before { | ||
content: "\e131"; | ||
} | ||
.manage-icon-color-logo-environment:before { | ||
content: "\e12e"; | ||
} | ||
.manage-icon-color-logo-experience:before { | ||
content: "\e130"; | ||
} | ||
.manage-icon-color-logo-codelib:before { | ||
content: "\e12f"; | ||
} | ||
.manage-icon-right-shape:before { | ||
content: "\e138"; | ||
} | ||
.manage-icon-arrows-right:before { | ||
content: "\e139"; | ||
} | ||
.manage-icon-jump:before { | ||
content: "\e13a"; | ||
} | ||
.manage-icon-info-line:before { | ||
content: "\e13b"; | ||
} | ||
.manage-icon-tishi:before { | ||
content: "\e13c"; | ||
} | ||
@font-face { | ||
font-family: "manage"; | ||
src: url("fonts/iconcool.svg#iconcool") format("svg"), | ||
url("fonts/iconcool.ttf") format("truetype"), | ||
url("fonts/iconcool.woff") format("woff"), | ||
url("fonts/iconcool.eot?#iefix") format("embedded-opentype"); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
.manage-icon { | ||
/* use !important to prevent issues with browser extensions that change fonts */ | ||
font-family: 'manage' !important; | ||
speak: none; | ||
font-style: normal; | ||
font-weight: normal; | ||
font-variant: normal; | ||
text-transform: none; | ||
line-height: 1; | ||
text-align: center; | ||
/* Better Font Rendering =========== */ | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
.manage-icon-sync-failed:before { | ||
content: "\e111"; | ||
} | ||
.manage-icon-sync-success:before { | ||
content: "\e112"; | ||
} | ||
.manage-icon-sync-default:before { | ||
content: "\e113"; | ||
} | ||
.manage-icon-abnormal:before { | ||
content: "\e115"; | ||
} | ||
.manage-icon-sync-waiting-01:before { | ||
content: "\e114"; | ||
} | ||
.manage-icon-warning-2:before { | ||
content: "\e116"; | ||
} | ||
.manage-icon-more-fill:before { | ||
content: "\e101"; | ||
} | ||
.manage-icon-user-shape:before { | ||
content: "\e102"; | ||
} | ||
.manage-icon-add-fill:before { | ||
content: "\e103"; | ||
} | ||
.manage-icon-lock-radius:before { | ||
content: "\e104"; | ||
} | ||
.manage-icon-normal:before { | ||
content: "\e106"; | ||
} | ||
.manage-icon-organization:before { | ||
content: "\e117"; | ||
} | ||
.manage-icon-warning-circle-fill:before { | ||
content: "\e118"; | ||
} | ||
.manage-icon-unknown:before { | ||
content: "\e121"; | ||
} | ||
.manage-icon-angle-right:before { | ||
content: "\e122"; | ||
} | ||
.manage-icon-close:before { | ||
content: "\e123"; | ||
} | ||
.manage-icon-refresh:before { | ||
content: "\e129"; | ||
} | ||
.manage-icon-down-shape:before { | ||
content: "\e12a"; | ||
} | ||
.manage-icon-color-logo-pipeline:before { | ||
content: "\e12b"; | ||
} | ||
.manage-icon-color-logo-ticket:before { | ||
content: "\e12d"; | ||
} | ||
.manage-icon-color-logo-quality:before { | ||
content: "\e131"; | ||
} | ||
.manage-icon-color-logo-environment:before { | ||
content: "\e12e"; | ||
} | ||
.manage-icon-color-logo-experience:before { | ||
content: "\e130"; | ||
} | ||
.manage-icon-color-logo-codelib:before { | ||
content: "\e12f"; | ||
} | ||
.manage-icon-right-shape:before { | ||
content: "\e138"; | ||
} | ||
.manage-icon-arrows-right:before { | ||
content: "\e139"; | ||
} | ||
.manage-icon-jump:before { | ||
content: "\e13a"; | ||
} | ||
.manage-icon-info-line:before { | ||
content: "\e13b"; | ||
} | ||
.manage-icon-tishi:before { | ||
content: "\e13c"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,7 @@ module.exports = { | |
'bk.config.js', | ||
'index.html', | ||
], | ||
rules: { | ||
'vue/space-unary-ops': 'off', | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.