Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpy committed Jan 1, 2019
2 parents dde87a6 + 5a8a92f commit 8f7fd62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-admin",
"version": "1.0.2",
"version": "1.0.3",
"description": "A dead simple but powerful vue admin with Vue CLI 3 and ElementUI.",
"keywords": [
"vue",
Expand Down
12 changes: 7 additions & 5 deletions src/styles/app/form/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
.standard-form {
width: 600px;

.el-radio-group,
.el-checkbox-group {
line-height: 40px;
}

.el-radio-group .el-radio,
.el-checkbox-group .el-checkbox {
float: left;
width: 160px;
padding-right: 20px;
margin: 0;
padding: 0;
line-height: 40px;
margin-right: 30px;
}

.el-radio-group .el-radio + .el-radio,
Expand Down

0 comments on commit 8f7fd62

Please sign in to comment.