Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 7 additions & 5 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /