Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jul 23, 2024
1 parent 5e31739 commit 47607ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/canyon-platform/locales/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"report_times": "次数",
"report_time": "上报时间",
"max_coverage": "最大覆盖率",
"latest_report_time": "最近上报时间",
"latest_report_time": "最近上报",
"latest_report_coverage": "最近上报覆盖率",
"no_data": "{{msg}}个项目没数据",
"total_times": "总次数",
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-platform/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export default {
tailwindcss: {},
autoprefixer: {},
},
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ const ProjectOverviewPage = () => {
<Title level={2}>
{projectByIdData?.getProjectByID.pathWithNamespace}
<EditOutlined
className={'ml-3 cursor-pointer'}
className={'ml-3 cursor-pointer text-[#0071c2]'}
style={{ fontSize: '20px' }}
onClick={() => {
nav(`/projects/${pam.id}/configure`);
Expand All @@ -371,9 +371,6 @@ const ProjectOverviewPage = () => {
<Text type={'secondary'}>
{t('projects.config.project.id')}: {projectByIdData?.getProjectByID.id}
</Text>
<Text className={'ml-6'} type={'secondary'}>
{t('common.language')}: {projectByIdData?.getProjectByID.language}
</Text>
<Text className={'ml-6'} type={'secondary'}>
{t('projects.default.branch')}: {projectByIdData?.getProjectByID.defaultBranch}
</Text>
Expand Down
File renamed without changes.

0 comments on commit 47607ea

Please sign in to comment.