We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a8efdb + ac822ff commit d5db83dCopy full SHA for d5db83d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codetrial/vue-cli-plugin-element",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Quickly build a backend system with vue-cli and element-ui in seconds.",
5
"main": "index.js",
6
"scripts": {
template/structure/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