From 6738d48087c2c89d136eaf2a494c61392e087b54 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Tue, 21 Nov 2023 14:50:02 +0800 Subject: [PATCH] fix:表格滚动修改 --- package.json | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index fd246cd..13f30d4 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "open-docxtemplater-image-module": "^1.0.3", "path-to-regexp": "2.4.0", "pizzip": "^3.1.3", + "qs": "^6.11.2", "tasksfile": "^5.1.1", "three": "^0.132.2", "vue": "2.6.10", @@ -54,6 +55,7 @@ "vue-json-excel": "^0.3.0", "vue-mapvgl": "^0.0.32", "vue-router": "3.0.6", + "vue-seamless-scroll": "^1.1.23", "vuex": "3.1.0", "xlsx": "^0.16.9", "xlsx-style": "^0.8.13" @@ -75,6 +77,7 @@ "chalk": "2.4.2", "connect": "3.6.6", "eslint": "^5.16.0", + "eslint-config-prettier": "^9.0.0", "eslint-config-standard": "^10.2.1", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.7.1", @@ -86,6 +89,7 @@ "eslint-plugin-vue": "^5.2.3", "html-webpack-plugin": "3.2.0", "mockjs": "1.0.1-beta3", + "prettier": "3.0.3", "runjs": "^4.3.2", "sass-loader": "^7.1.0", "script-ext-html-webpack-plugin": "2.1.3", @@ -107,4 +111,4 @@ "**/@vue/cli-plugin-eslint", "**/@vue/cli-plugin-eslint/**" ] -} \ No newline at end of file +} -- Gitblit v1.8.0