meixioacomponent 0.2.99 → 0.3.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
|
@@ -438,6 +438,9 @@ export default {
|
|
|
438
438
|
height: auto;
|
|
439
439
|
position: relative;
|
|
440
440
|
border-radius: calc(var(--radius) * 2);
|
|
441
|
+
/deep/ .el-form-item__content {
|
|
442
|
+
line-height: inherit;
|
|
443
|
+
}
|
|
441
444
|
.item-content {
|
|
442
445
|
display: flex;
|
|
443
446
|
align-items: center;
|
|
@@ -460,9 +463,10 @@ export default {
|
|
|
460
463
|
visibility: hidden;
|
|
461
464
|
}
|
|
462
465
|
.content-value {
|
|
466
|
+
height: 100%;
|
|
463
467
|
overflow: hidden;
|
|
464
468
|
white-space: nowrap;
|
|
465
|
-
|
|
469
|
+
width: calc(100% -24px);
|
|
466
470
|
text-overflow: ellipsis;
|
|
467
471
|
color: var(--font-color-d);
|
|
468
472
|
font-size: var(--font-size-s);
|