@lx-frontend/wrap-element-ui 1.0.9 → 1.0.10-beta.0
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
|
@@ -392,13 +392,22 @@
|
|
|
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
|
+
|
|
395
403
|
.el-radio__label {
|
|
396
404
|
white-space: nowrap;
|
|
397
405
|
overflow: hidden;
|
|
398
406
|
text-overflow: ellipsis;
|
|
399
|
-
width: calc(100%
|
|
407
|
+
width: calc(100% - 20px);
|
|
400
408
|
display: inline-block;
|
|
401
409
|
vertical-align: middle;
|
|
410
|
+
font-size: 12px;
|
|
402
411
|
}
|
|
403
412
|
}
|
|
404
413
|
|
|
@@ -483,6 +492,10 @@
|
|
|
483
492
|
margin-top: 0;
|
|
484
493
|
}
|
|
485
494
|
|
|
495
|
+
.el-checkbox__input {
|
|
496
|
+
line-height: 10px;
|
|
497
|
+
}
|
|
498
|
+
|
|
486
499
|
.el-checkbox__label {
|
|
487
500
|
white-space: nowrap;
|
|
488
501
|
overflow: hidden;
|
|
@@ -490,6 +503,7 @@
|
|
|
490
503
|
width: calc(100% - 20px);
|
|
491
504
|
display: inline-block;
|
|
492
505
|
vertical-align: middle;
|
|
506
|
+
font-size: 12px;
|
|
493
507
|
}
|
|
494
508
|
}
|
|
495
509
|
|