@lx-frontend/wrap-element-ui 1.0.10-beta.1 → 1.0.10-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lx-frontend/wrap-element-ui",
3
- "version": "1.0.10-beta.1",
3
+ "version": "1.0.10-beta.2",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -394,6 +394,11 @@
394
394
 
395
395
  .el-radio {
396
396
  width: 100%;
397
+ margin-top: 10px;
398
+
399
+ &:first-child {
400
+ margin-top: 0;
401
+ }
397
402
  }
398
403
 
399
404
  .el-radio__input {