Skip to content

Commit

Permalink
Merge pull request #434 from nanasikeai/release-1.14
Browse files Browse the repository at this point in the history
fix: 导航栏规范问题 --bug=130419417
  • Loading branch information
OrenZhang authored Sep 10, 2024
2 parents 19cde98 + 0dc852e commit 893be4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@
justify-content: center;

&:hover {
color: #3a84ff;
color: #fff;
cursor: pointer;
background: #f0f1f5;
background: #303d55;
border-radius: 100%;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/src/language/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ export default {
查询语句: 'Query DSL',
查询: 'Search',
重置: 'Reset',
版本日志: 'Release note',
退出登录: 'Sign out',
版本日志: 'Release Notes',
退出登录: 'Sign Out',
设为默认: 'Dault',
地址: 'Address',
来源: 'Source',
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
#app {
.site-title {
padding-left: 16px;
font-size: 18px;
font-size: 16px;
color: #eaebf0;
word-break: keep-all;
white-space: nowrap;
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/src/views/system-manage/language/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ export default {
可以尝试调整关键词: 'Try adjusting the keywords',
: 'or',
清空搜索条件: 'Clear',
版本日志: 'Release note',
退出登录: 'Sign out',
版本日志: 'Release Notes',
退出登录: 'Sign Out',
去申请: 'Apply now',
已申请: 'Applied',
该操作需要以下权限: 'The following permissions are required for this operation:',
Expand Down

0 comments on commit 893be4a

Please sign in to comment.