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 95506d3

Browse files
committed
Merge branch 'hotfix/1.0.2' into develop
2 parents 44bd647 + ac822ff commit 95506d3

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
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‎

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 によって変換されたページ (->オリジナル) /