fix(projects): 修复页面滚动行为

This commit is contained in:
Soybean
2021-09-14 19:10:10 +08:00
parent ab77d58e46
commit 57e00e6417
12 changed files with 189 additions and 113 deletions

View File

@@ -23,7 +23,7 @@
"chroma-js": "^2.1.2",
"dayjs": "^1.10.7",
"form-data": "^4.0.0",
"naive-ui": "^2.18.1",
"naive-ui": "^2.18.2",
"pinia": "^2.0.0-rc.4",
"qs": "^6.10.1",
"smoothscroll-polyfill": "^0.4.4",
@@ -60,13 +60,13 @@
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.4.0",
"sass": "^1.39.2",
"sass": "^1.40.0",
"typescript": "^4.4.3",
"unplugin-icons": "^0.9.0",
"unplugin-vue-components": "^0.15.0",
"unplugin-icons": "^0.10.0",
"unplugin-vue-components": "^0.15.1",
"vite": "^2.5.7",
"vite-plugin-html": "^2.1.0",
"vite-plugin-windicss": "^1.4.2",
"vite-plugin-windicss": "^1.4.3",
"vue-tsc": "^0.3.0",
"windicss": "^3.1.7"
},