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

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.0",
3
+ "version": "1.0.10-beta.1",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -400,6 +400,11 @@
400
400
  line-height: 10px;
401
401
  }
402
402
 
403
+ .el-radio__inner {
404
+ width: 14px;
405
+ height: 14px;
406
+ }
407
+
403
408
  .el-radio__label {
404
409
  white-space: nowrap;
405
410
  overflow: hidden;