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 @@
@font-face {
font-family: 'iconfont';
- src: url('iconfont.woff2?t=1688142699712') format('woff2'),
- url('iconfont.woff?t=1688142699712') format('woff'),
- url('iconfont.ttf?t=1688142699712') format('truetype');
+ src: url('iconfont.woff2?t=1688227003995') format('woff2'),
+ url('iconfont.woff?t=1688227003995') format('woff'),
+ url('iconfont.ttf?t=1688227003995') format('truetype');
}