Skip to content

Commit

Permalink
fix(styles,views): 🐛 transition,国际化
Browse files Browse the repository at this point in the history
- page-container transition 影响页面过度

- 登录页表单国际化
  • Loading branch information
jsxiaosi committed Jul 29, 2023
1 parent 7a0aa7e commit 57a3d57
Show file tree
Hide file tree
Showing 8 changed files with 1,643 additions and 1,703 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"dayjs": "^1.11.9",
"docx-preview": "^0.1.18",
"echarts": "^5.4.3",
"element-plus": "^2.3.8",
"element-plus": "^2.3.7",
"es6-promise": "^4.2.8",
"i18next": "^23.2.11",
"i18next": "^23.4.0",
"intro.js": "^7.0.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
Expand All @@ -58,15 +58,14 @@
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.1.4",
"prettier": "^2.8.8",
"pinia": "^2.1.6",
"qs": "^6.11.2",
"sortablejs": "^1.15.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-pdf-embed": "^1.1.6",
"vue-router": "^4.2.4",
"vue-types": "^5.1.0",
"vue-types": "^5.1.1",
"vuex": "^4.1.0",
"wangeditor": "^4.7.15"
},
Expand All @@ -91,7 +90,7 @@
"cross-env": "^7.0.3",
"czg": "^1.7.0",
"echarts-wordcloud": "^2.1.0",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-plugin-jsonc": "^2.9.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
Expand All @@ -102,6 +101,7 @@
"postcss-html": "^1.5.0",
"postcss-import": "^15.1.0",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.64.1",
Expand All @@ -112,7 +112,7 @@
"stylelint-scss": "^5.0.1",
"typescript": "^5.1.6",
"unplugin-element-plus": "^0.7.2",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-inspect": "^0.7.33",
Expand All @@ -123,7 +123,7 @@
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.33.0",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.6",
"vue-tsc": "^1.8.8",
"xlsx": "^0.18.5"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 57a3d57

Please sign in to comment.