From dbc58b2fb593b777b42b5aa9d28825c2a8346faf Mon Sep 17 00:00:00 2001 From: galensgan Date: Thu, 2 Sep 2021 22:57:16 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=202.=20=E5=A2=9E=E5=8A=A0=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=8F=98=E9=87=8F=EF=BC=8C=E6=94=AF=E6=8C=81=E5=8D=95=E4=B8=AA?= =?UTF-8?q?=E5=8F=91=E4=BB=B6=E7=AE=B1=E8=87=AA=E5=AE=9A=E4=B9=89=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI/src/layout/components/Navbar.vue | 13 ++++----- UI/src/views/email/template.vue | 44 +++++++++++++++-------------- UI/src/views/send/index.vue | 13 +++++++-- 3 files changed, 38 insertions(+), 32 deletions(-) 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 @@