From eaa6d4f8ccad26873b6b771e73f0ed3046ca624a Mon Sep 17 00:00:00 2001 From: BoBoooooo <17746714@qq.com> Date: Sun, 20 Dec 2020 12:40:46 +0800 Subject: [PATCH] =?UTF-8?q?chore(Element-Pro-Crud):=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=89=88=E6=9C=AC@0.7.0,=E6=96=B0=E5=A2=9Ede?= =?UTF-8?q?v=E5=BC=80=E5=8F=91=E4=BA=BA=E5=91=98=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=8A=A8=E6=80=81=E4=BF=AE=E6=94=B9=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E8=A1=A8=E6=A0=BC,=E4=BF=AE=E5=A4=8D=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + package.json | 2 +- src/styles/element-ui-override.scss | 4 ++++ src/views/devTools/Dict.vue | 2 +- vue.config.js | 4 ++-- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9e45a..6e7d087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,6 +99,7 @@ --|--|-- - | CRUD插件版本更新至0.2.6 | [a803397](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/a803397) - | 移除多余props | [87d1035](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/87d1035) + - | 移除部分冗余代码 | [862cce1](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/862cce1) allProject | 同步本地最新代码,全部项目迁移typescript + vue class component | [f6c5288](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/f6c5288) CrudTable | 重构CrudTable代码,移除BaseTable | [617b6c6](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/617b6c6) tinymce | 移除tinymce及部分其他代码 | [fa6b0ab](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/fa6b0ab) diff --git a/package.json b/package.json index 7d68cee..0599f2e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "axios": "^0.19.2", "core-js": "3.6.5", "dayjs": "1.8.20", - "element-pro-crud": "^0.5.4", + "element-pro-crud": "^0.7.0", "element-ui": "^2.13.2", "inquirer": "^6.5.2", "lodash": "^4.17.14", diff --git a/src/styles/element-ui-override.scss b/src/styles/element-ui-override.scss index cd12654..5803d66 100644 --- a/src/styles/element-ui-override.scss +++ b/src/styles/element-ui-override.scss @@ -333,3 +333,7 @@ body .el-table::before { .el-transfer-panel__item.el-checkbox{ display: block; } + +.el-radio-group { + padding-left: 10px; +} \ No newline at end of file diff --git a/src/views/devTools/Dict.vue b/src/views/devTools/Dict.vue index c248138..3ec7385 100644 --- a/src/views/devTools/Dict.vue +++ b/src/views/devTools/Dict.vue @@ -46,7 +46,7 @@