chore: 升级依赖,相关兼容处理

This commit is contained in:
xiaoxian521
2026-01-29 12:55:58 +08:00
parent 815f161b17
commit a6a07e340f
3 changed files with 746 additions and 737 deletions

View File

@@ -54,16 +54,16 @@
"@logicflow/extension": "^1.2.28",
"@pureadmin/descriptions": "^1.2.1",
"@pureadmin/table": "^3.3.0",
"@pureadmin/utils": "^2.6.3",
"@pureadmin/utils": "^2.6.4",
"@vue-flow/background": "^1.3.2",
"@vue-flow/core": "^1.48.1",
"@vue-flow/core": "^1.48.2",
"@vueuse/core": "^14.1.0",
"@vueuse/motion": "^3.0.3",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"@zxcvbn-ts/core": "^3.0.4",
"animate.css": "^4.1.1",
"axios": "^1.13.2",
"axios": "^1.13.4",
"china-area-data": "^5.0.1",
"codemirror": "^5.65.20",
"codemirror-editor-vue3": "^2.8.0",
@@ -84,19 +84,19 @@
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^3.0.4",
"pinyin-pro": "^3.27.0",
"pinyin-pro": "^3.28.0",
"plus-pro-components": "^0.1.30",
"qrcode": "^1.5.4",
"qs": "^6.14.1",
"responsive-storage": "^2.2.0",
"sortablejs": "^1.15.6",
"swiper": "^12.0.3",
"swiper": "^12.1.0",
"typeit": "^8.8.7",
"v-contextmenu": "^3.2.0",
"v3-infinite-loading": "^1.3.2",
"vditor": "^3.11.2",
"version-rocket": "^1.7.4",
"vue": "^3.5.26",
"vue": "^3.5.27",
"vue-i18n": "^11.2.8",
"vue-json-pretty": "^2.6.0",
"vue-pdf-embed": "^2.1.3",
@@ -119,7 +119,7 @@
"@commitlint/types": "^20.3.1",
"@eslint/js": "^9.39.2",
"@faker-js/faker": "^10.2.0",
"@iconify/json": "^2.2.428",
"@iconify/json": "^2.2.432",
"@iconify/vue": "4.2.0",
"@intlify/unplugin-vue-i18n": "^11.0.3",
"@tailwindcss/vite": "^4.1.18",
@@ -136,13 +136,13 @@
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"boxen": "^8.0.1",
"code-inspector-plugin": "^1.3.4",
"code-inspector-plugin": "^1.4.1",
"cssnano": "^7.1.2",
"dagre": "^0.8.5",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.6.2",
"eslint-plugin-vue": "^10.7.0",
"gradient-string": "^3.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
@@ -150,19 +150,19 @@
"postcss-html": "^1.8.1",
"postcss-load-config": "^6.0.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.8.0",
"prettier": "^3.8.1",
"rimraf": "^6.1.2",
"rollup-plugin-visualizer": "^6.0.5",
"sass": "^1.97.2",
"sass": "^1.97.3",
"stylelint": "^17.0.0",
"stylelint-config-recess-order": "^7.4.0",
"stylelint-config-recess-order": "^7.6.0",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-prettier": "^5.0.3",
"svgo": "^4.0.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.0",
"typescript-eslint": "^8.54.0",
"unplugin-icons": "^23.0.1",
"vite": "^7.3.1",
"vite-plugin-cdn-import": "^1.0.1",
@@ -172,7 +172,7 @@
"vite-plugin-router-warn": "^2.0.0",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.2.2"
"vue-tsc": "^3.2.4"
},
"engines": {
"node": "^20.19.0 || >=22.13.0",

1445
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -185,11 +185,13 @@ const optionsBasis: Array<OptionsType> = [
}
}"
>
<el-card shadow="never" class="h-[580px]">
<el-card shadow="never">
<div class="flex justify-between">
<span class="text-md font-medium">数据统计</span>
</div>
<WelcomeTable class="mt-3" />
<el-scrollbar max-height="504" class="mt-3">
<WelcomeTable />
</el-scrollbar>
</el-card>
</re-col>
@@ -271,6 +273,10 @@ const optionsBasis: Array<OptionsType> = [
}
}
:deep(.el-timeline.is-start) {
padding-left: 0;
}
.main-content {
margin: 20px 20px 0 !important;
}