diff --git a/public/index.html b/public/index.html index f927baae..25dcce1a 100644 --- a/public/index.html +++ b/public/index.html @@ -6,12 +6,28 @@ hve-notes + -
+
+
+ +
+
diff --git a/src/App.vue b/src/App.vue index 5ea5219a..86f309ae 100644 --- a/src/App.vue +++ b/src/App.vue @@ -24,8 +24,7 @@ - - + remove add @@ -77,7 +76,6 @@ export default class App extends Vue { { icon: '🌁', title: '主 题', to: '/theme' }, { icon: '⚙️', title: '配 置', to: '/setting' }, ] - title = 'HVE' color?: string = 'success' snackbar?: boolean = false @@ -206,6 +204,7 @@ export default class App extends Vue { .v-toolbar__content { background: #fff; box-shadow: 0 2px 3px rgba(21, 39, 57, 0.12); + padding: 0 12px; } .theme--light.v-footer { background: #fff; @@ -213,4 +212,9 @@ export default class App extends Vue { color: #545454; font-size: 12px; } + + .logo { + cursor: pointer; + user-select: none; + } diff --git a/src/assets/logo.png b/src/assets/logo.png index f3d2503f..01771a7a 100644 Binary files a/src/assets/logo.png and b/src/assets/logo.png differ