meixioacomponent 0.3.15 → 0.3.18
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
|
@@ -385,10 +385,6 @@ export default {
|
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
.pro-form-item-content {
|
|
388
|
-
width: auto;
|
|
389
|
-
height: auto;
|
|
390
|
-
display: flex;
|
|
391
|
-
flex-flow: row wrap;
|
|
392
388
|
/deep/ .el-form-item__content {
|
|
393
389
|
line-height: inherit !important;
|
|
394
390
|
}
|
|
@@ -420,12 +416,6 @@ export default {
|
|
|
420
416
|
margin-left: 0px !important;
|
|
421
417
|
}
|
|
422
418
|
|
|
423
|
-
.flex-row {
|
|
424
|
-
display: flex;
|
|
425
|
-
align-items: center;
|
|
426
|
-
flex-flow: row nowrap;
|
|
427
|
-
justify-content: flex-start;
|
|
428
|
-
}
|
|
429
419
|
.flex-column {
|
|
430
420
|
display: flex;
|
|
431
421
|
flex-flow: column nowrap;
|