@lx-frontend/wrap-element-ui 1.0.11 → 1.0.12-beta

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.11",
3
+ "version": "1.0.12-beta",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -412,7 +412,7 @@
412
412
 
413
413
  .el-radio__label {
414
414
  white-space: nowrap;
415
- overflow: hidden;
415
+ overflow-x: hidden;
416
416
  text-overflow: ellipsis;
417
417
  width: calc(100% - 20px);
418
418
  display: inline-block;
@@ -508,7 +508,7 @@
508
508
 
509
509
  .el-checkbox__label {
510
510
  white-space: nowrap;
511
- overflow: hidden;
511
+ overflow-x: hidden;
512
512
  text-overflow: ellipsis;
513
513
  width: calc(100% - 20px);
514
514
  display: inline-block;