meixioacomponent 0.3.2 → 0.3.14

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": "meixioacomponent",
3
- "version": "0.3.02",
3
+ "version": "0.3.14",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -387,6 +387,9 @@ export default {
387
387
  height: auto;
388
388
  display: flex;
389
389
  flex-flow: row wrap;
390
+ /deep/ .el-form-item__content {
391
+ line-height: inherit !important;
392
+ }
390
393
  }
391
394
 
392
395
  .form-skeleton-wrap {
@@ -438,9 +438,6 @@ 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
- }
444
441
  .item-content {
445
442
  display: flex;
446
443
  align-items: center;