@lx-frontend/wrap-element-ui 1.0.9 → 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.9",
3
+ "version": "1.0.10-beta.1",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -392,13 +392,27 @@
392
392
  &__search {
393
393
  padding: 14px;
394
394
 
395
+ .el-radio {
396
+ width: 100%;
397
+ }
398
+
399
+ .el-radio__input {
400
+ line-height: 10px;
401
+ }
402
+
403
+ .el-radio__inner {
404
+ width: 14px;
405
+ height: 14px;
406
+ }
407
+
395
408
  .el-radio__label {
396
409
  white-space: nowrap;
397
410
  overflow: hidden;
398
411
  text-overflow: ellipsis;
399
- width: calc(100% + 10px);
412
+ width: calc(100% - 20px);
400
413
  display: inline-block;
401
414
  vertical-align: middle;
415
+ font-size: 12px;
402
416
  }
403
417
  }
404
418
 
@@ -483,6 +497,10 @@
483
497
  margin-top: 0;
484
498
  }
485
499
 
500
+ .el-checkbox__input {
501
+ line-height: 10px;
502
+ }
503
+
486
504
  .el-checkbox__label {
487
505
  white-space: nowrap;
488
506
  overflow: hidden;
@@ -490,6 +508,7 @@
490
508
  width: calc(100% - 20px);
491
509
  display: inline-block;
492
510
  vertical-align: middle;
511
+ font-size: 12px;
493
512
  }
494
513
  }
495
514