Skip to content

Commit d5db83d

Browse files
committed
Merge branch 'hotfix/1.0.2'
2 parents 0a8efdb + ac822ff commit d5db83d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codetrial/vue-cli-plugin-element",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Quickly build a backend system with vue-cli and element-ui in seconds.",
55
"main": "index.js",
66
"scripts": {

template/structure/src/styles/app/form/index.scss

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
.standard-form {
33
width: 600px;
44

5+
.el-radio-group,
6+
.el-checkbox-group {
7+
line-height: 40px;
8+
}
9+
510
.el-radio-group .el-radio,
611
.el-checkbox-group .el-checkbox {
7-
float: left;
8-
width: 160px;
9-
padding-right: 20px;
10-
margin: 0;
11-
padding: 0;
12+
line-height: 40px;
13+
margin-right: 30px;
1214
}
1315

1416
.el-radio-group .el-radio + .el-radio,

0 commit comments

Comments
 (0)