From 71a299f4eb52fc38ea6c8faf629016cb410452b7 Mon Sep 17 00:00:00 2001 From: Qing Date: Sun, 2 Jul 2023 10:28:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 + src/assets/icon/demo_index.html | 98 +++++++++++++++++- src/assets/icon/iconfont.css | 37 +++++-- src/assets/icon/iconfont.js | 2 +- src/assets/icon/iconfont.json | 28 ++++++ src/assets/icon/iconfont.ttf | Bin 13072 -> 14312 bytes src/assets/icon/iconfont.woff | Bin 8628 -> 9372 bytes src/assets/icon/iconfont.woff2 | Bin 7504 -> 8172 bytes src/components/Home/Header.vue | 2 +- src/components/Home/Home.vue | 115 ++++++++++++++++++++-- src/components/Home/ManageCategory.vue | 15 +++ src/components/{ => Home}/SearchInput.vue | 0 src/components/ProjectList.vue | 2 +- 13 files changed, 278 insertions(+), 25 deletions(-) create mode 100644 src/components/Home/ManageCategory.vue rename src/components/{ => Home}/SearchInput.vue (100%) diff --git a/src/App.vue b/src/App.vue index 41eefb5..cf1dc8f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,6 +15,7 @@ -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; + } nav { @@ -29,4 +30,7 @@ nav a { nav a.router-link-exact-active { color: #42b983; } +::-webkit-scrollbar{ + display:none; +} diff --git a/src/assets/icon/demo_index.html b/src/assets/icon/demo_index.html index fc663bd..3bf8321 100644 --- a/src/assets/icon/demo_index.html +++ b/src/assets/icon/demo_index.html @@ -54,6 +54,30 @@