From 733f7a339860faaf025141eb65ef1aee7ec5e8ee Mon Sep 17 00:00:00 2001 From: BoBoooooo <17746714@qq.com> Date: Tue, 22 Dec 2020 18:25:22 +0800 Subject: [PATCH] =?UTF-8?q?chore(node-sass,vue-cli):=20node-sass=E6=94=B9?= =?UTF-8?q?=E4=B8=BAsass,@vue/cli-service=E5=8D=87=E7=BA=A7=E8=87=B34.5.4,?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A8=E5=B1=80/deep/=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- package.json | 14 +++++++------- src/views/layout/components/Menu.vue | 8 ++++---- src/views/layout/components/PersonInfoCard.vue | 2 +- src/views/system/Users.vue | 2 +- vue.config.js | 9 +++++++++ 6 files changed, 24 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7d087..da08223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.0 (2020-12-20) +# 1.0.0 (2020-12-22) ### 🌟 新功能 范围|描述|commitId @@ -164,6 +164,7 @@ ### chore 范围|描述|commitId --|--|-- + Element-Pro-Crud | 升级插件版本[@0](https://github.com/0).7.0,新增dev开发人员模式支持动态修改表单表格,修复已知bug | [eaa6d4f](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/eaa6d4f) - | element-pro-crud version update to 0.5.4 | [65d81db](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/65d81db) ElementProCrud | 修改ProCrud引入方式,升级版本至[@0](https://github.com/0).5.0 | [390c7cd](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/390c7cd) ElementProCrud | 升级版本0.5.3 | [56d7e1c](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/56d7e1c) diff --git a/package.json b/package.json index 0599f2e..5233a73 100644 --- a/package.json +++ b/package.json @@ -36,19 +36,19 @@ "vuex-persistedstate": "3.1.0" }, "devDependencies": { - "conventional-changelog-cli": "^2.1.0", - "compression-webpack-plugin": "^4.0.0", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", "@vue/cli-plugin-babel": "4.5.4", "@vue/cli-plugin-eslint": "4.5.4", "@vue/cli-plugin-typescript": "4.5.4", "@vue/cli-plugin-unit-mocha": "4.5.4", - "@vue/cli-service": "^3.9.2", + "@vue/cli-service": "^4.5.4", "@vue/eslint-config-airbnb": "^4.0.1", "@vue/eslint-config-typescript": "^5.0.2", "babel-eslint": "^10.0.2", "chai": "^4.2.0", + "compression-webpack-plugin": "^4.0.0", + "conventional-changelog-cli": "^2.1.0", "eslint": "^6.0.1", "eslint-plugin-import": "^2.18.0", "eslint-plugin-vue": "^5.2.3", @@ -56,8 +56,9 @@ "husky": "^3.1.0", "image-webpack-loader": "^6.0.0", "lint-staged": "^9.2.0", - "node-sass": "^4.12.0", - "sass-loader": "^7.1.0", + "right-pad": "^1.0.1", + "sass": "^1.30.0", + "sass-loader": "10.1.0", "svgo-loader": "2.2.1", "typescript": "~3.8.3", "vue-cli-plugin-axios": "0.0.4", @@ -65,8 +66,7 @@ "vue-cli-plugin-element": "^1.0.1", "vue-template-compiler": "2.6.11", "webpack": "^4.35.3", - "webpack-bundle-analyzer": "^3.3.2", - "right-pad": "^1.0.1" + "webpack-bundle-analyzer": "^3.3.2" }, "husky": { "hooks": { diff --git a/src/views/layout/components/Menu.vue b/src/views/layout/components/Menu.vue index 8420608..c45d6fa 100644 --- a/src/views/layout/components/Menu.vue +++ b/src/views/layout/components/Menu.vue @@ -67,15 +67,15 @@ export default class Menu extends Vue { &.hideSidebar { width: 64px; padding: 0; - /deep/.el-submenu__title, - /deep/.el-menu-item { + ::v-deep.el-submenu__title, + ::v-deep.el-menu-item { padding-left: 16px !important; height: auto; } - /deep/.el-submenu { + ::v-deep.el-submenu { padding-left: 0 !important; } - /deep/.el-submenu__icon-arrow { + ::v-deep.el-submenu__icon-arrow { display: none; } } diff --git a/src/views/layout/components/PersonInfoCard.vue b/src/views/layout/components/PersonInfoCard.vue index c704c10..e932009 100644 --- a/src/views/layout/components/PersonInfoCard.vue +++ b/src/views/layout/components/PersonInfoCard.vue @@ -143,7 +143,7 @@ export default class PersonInfoCard extends Vue { cursor: pointer; } .avatar-uploader { - /deep/.el-upload { + ::v-deep.el-upload { border: 1px dashed #d9d9d9; border-radius: 6px; cursor: pointer; diff --git a/src/views/system/Users.vue b/src/views/system/Users.vue index 1fc30d5..a6d06ea 100644 --- a/src/views/system/Users.vue +++ b/src/views/system/Users.vue @@ -255,7 +255,7 @@ export default class Users extends Vue {