diff --git a/UI/src/layout/components/Navbar.vue b/UI/src/layout/components/Navbar.vue index 0ca5cf6a..d60edc53 100644 --- a/UI/src/layout/components/Navbar.vue +++ b/UI/src/layout/components/Navbar.vue @@ -10,20 +10,17 @@ - + - Home + 首页 - - Github - - Docs + 使用说明 - Log Out + 退出登陆 @@ -87,7 +84,7 @@ export default { .right-menu { float: right; height: 100%; - line-height: 50px; + line-height: 24px; &:focus { outline: none; diff --git a/UI/src/views/email/template.vue b/UI/src/views/email/template.vue index 1492adb2..9e96b81f 100644 --- a/UI/src/views/email/template.vue +++ b/UI/src/views/email/template.vue @@ -11,27 +11,29 @@ @change="fileSelected" /> - - {{ temp.name }} - - - 创建时间:{{ temp.createDate | formatDate }} - 删除 - - + + + {{ temp.name }} + + + 创建时间:{{ temp.createDate | formatDate }} + 删除 + + + diff --git a/UI/src/views/send/index.vue b/UI/src/views/send/index.vue index 5ce9b872..30046c25 100644 --- a/UI/src/views/send/index.vue +++ b/UI/src/views/send/index.vue @@ -1,5 +1,5 @@ - + 主题: @@ -80,9 +80,9 @@ - + - + \ No newline at end of file