Skip to content

Commit

Permalink
perf: update crud version to 0.9.1-12
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 19, 2021
1 parent 81a355d commit 45d3626
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"axios": "^0.19.2",
"core-js": "3.6.5",
"dayjs": "1.8.20",
"element-pro-crud": "^0.9.1-10",
"element-pro-crud": "^0.9.1-12",
"element-ui": "^2.15.0",
"inquirer": "^6.5.2",
"lodash": "^4.17.14",
Expand Down
6 changes: 1 addition & 5 deletions src/styles/element-ui-override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,4 @@ $font-size: 15px;
}
.el-checkbox-group {
min-height: 32px;
}
.is-disabled .el-checkbox__label,
.el-radio__label {
padding-left: 0px !important;
}
}
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ module.exports = {
'/axios@0.19.2/dist/axios.min.js',
'/lodash@4.17.14/lodash.min.js',
'/core-js@2.6.5/client/shim.min.js',
'/element-pro-crud@0.9.1-10/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.9.1-10/lib/ProCrud.css',
'/element-pro-crud@0.9.1-12/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.9.1-12/lib/ProCrud.css',
],
append: false,
// hash: true,
Expand Down

0 comments on commit 45d3626

Please sign in to comment.