We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dde87a6 + 5a8a92f commit 8f7fd62Copy full SHA for 8f7fd62
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "element-admin",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "A dead simple but powerful vue admin with Vue CLI 3 and ElementUI.",
5
"keywords": [
6
"vue",
src/styles/app/form/index.scss
@@ -2,13 +2,15 @@
.standard-form {
width: 600px;
+ .el-radio-group,
+ .el-checkbox-group {
7
+ line-height: 40px;
8
+ }
9
+
10
.el-radio-group .el-radio,
11
.el-checkbox-group .el-checkbox {
- float: left;
- width: 160px;
- padding-right: 20px;
- margin: 0;
- padding: 0;
12
13
+ margin-right: 30px;
14
}
15
16
.el-radio-group .el-radio + .el-radio,
0 commit comments