Skip to content

Commit f787dd2

Browse files
committed
fix: styles of radio/checkbox group
1 parent 0a8efdb commit f787dd2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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)