diff --git a/CHANGELOG.md b/CHANGELOG.md index 233c51f9..d46835ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,20 @@ 🎉🎉🔥 `vue-next-admin` 基于 vue3.x 、Typescript、vite、Element plus 等,适配手机、平板、pc 的后台开源免费模板库(vue2.x 请切换 vue-prev-admin 分支) +## 1.0.6 + +`2021.06.23` + +- 🎯 优化 去掉内嵌 iframe 内边距(padding) +- 🎯 优化 城市多级联动组件 +- 🎯 优化 Tree 树形控件改成表格组件 +- 🐞 修复 Cascader 级联选择器高度问题 + ## 1.0.5 `2021.06.22` -- 🌟 更新 vite 降级为@vite2.3.7,降级方法 `cnpm install @vite2.3.7 --save-dev`,防止 element plus 字体图标消失 +- 🌟 更新 vite 降级为@vite2.3.7,降级方法 `cnpm install vite@2.3.7`,防止 element plus 字体图标消失 - 🐞 修复 开启后端控制路由(isRequestRoutes = true)时,内嵌 iframe、外链不可使用的问题 ## 1.0.4 diff --git a/package.json b/package.json index 10a3fb93..864c6a80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-next-admin", - "version": "1.0.5", + "version": "1.0.6", "scripts": { "dev": "vite", "build": "vite build", @@ -38,7 +38,7 @@ "@typescript-eslint/eslint-plugin": "^4.28.0", "@typescript-eslint/parser": "^4.28.0", "@vitejs/plugin-vue": "^1.2.3", - "@vue/compiler-sfc": "^3.1.1", + "@vue/compiler-sfc": "^3.1.2", "dotenv": "^10.0.0", "eslint": "^7.29.0", "eslint-plugin-vue": "^7.11.1", diff --git a/src/layout/routerView/iframes.vue b/src/layout/routerView/iframes.vue index 0fe34964..6cd07475 100644 --- a/src/layout/routerView/iframes.vue +++ b/src/layout/routerView/iframes.vue @@ -1,5 +1,5 @@