From 9aba5c6f04f45bd4a65b637269e33c9fdd6d285b Mon Sep 17 00:00:00 2001 From: EddieMa Date: Tue, 19 May 2020 03:02:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E9=98=B4=E5=BD=B1=EF=BC=8C=E5=8A=A0?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - src/App.vue | 1 + src/assets/icons/add.svg | 2 +- src/assets/icons/detail.svg | 2 +- src/assets/icons/home.svg | 2 +- src/assets/icons/label.svg | 2 +- src/assets/icons/person.svg | 2 +- src/assets/icons/statistics.svg | 2 +- src/components/Nav.vue | 3 ++- vue.config.js | 4 ++-- yarn.lock | 26 +------------------------- 11 files changed, 12 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index 3b8126b..2510d54 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "sass": "^1.26.3", "sass-loader": "^8.0.2", "svg-sprite-loader": "^5.0.0", - "svg-sprite-loader-mod": "^4.1.6-mod1", "svgo-loader": "^2.2.1", "typescript": "~3.8.3", "vue-template-compiler": "^2.6.11" diff --git a/src/App.vue b/src/App.vue index 4af644d..7edaacb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,6 +12,7 @@ @import "~@/assets/reset.scss"; body{ + background: #eeeeee; line-height: 1.5em; font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif; } diff --git a/src/assets/icons/add.svg b/src/assets/icons/add.svg index ad2afba..6b16b47 100644 --- a/src/assets/icons/add.svg +++ b/src/assets/icons/add.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/assets/icons/detail.svg b/src/assets/icons/detail.svg index a30ad63..1aaf69e 100644 --- a/src/assets/icons/detail.svg +++ b/src/assets/icons/detail.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/assets/icons/home.svg b/src/assets/icons/home.svg index b9b1d80..1957ec9 100644 --- a/src/assets/icons/home.svg +++ b/src/assets/icons/home.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/assets/icons/label.svg b/src/assets/icons/label.svg index 22f75ad..5324d1d 100644 --- a/src/assets/icons/label.svg +++ b/src/assets/icons/label.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/assets/icons/person.svg b/src/assets/icons/person.svg index 6bf6328..5d537f8 100644 --- a/src/assets/icons/person.svg +++ b/src/assets/icons/person.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/assets/icons/statistics.svg b/src/assets/icons/statistics.svg index 5b289fb..071dfd5 100644 --- a/src/assets/icons/statistics.svg +++ b/src/assets/icons/statistics.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/Nav.vue b/src/components/Nav.vue index aba95ec..f96961a 100644 --- a/src/components/Nav.vue +++ b/src/components/Nav.vue @@ -22,11 +22,12 @@ import Icon from '@/components/Icon.vue';