meixioacomponent 0.2.5 → 0.2.6

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.2.05",
3
+ "version": "0.2.06",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -17,7 +17,7 @@
17
17
  :prop="citem.key"
18
18
  :label="citem.label"
19
19
  v-for="(citem, cindex) in item"
20
- :class="[`chunk-${chunkLength}`, `${flexClass}`]"
20
+ :class="[`chunk-${chunkLength}`, `${flexClass}`, size]"
21
21
  >
22
22
  <span slot="label" class="item-label">{{ citem.label }}</span>
23
23
  <pro_form_itemVue
@@ -313,5 +313,14 @@ export default {
313
313
  .form-footer {
314
314
  margin-top: var(--margin-5);
315
315
  }
316
+
317
+ .mini {
318
+ /deep/ .el-form-item {
319
+ margin-bottom: var(--margin-5);
320
+ }
321
+ /deep/ .el-form-item__label {
322
+ line-height: 28px !important;
323
+ }
324
+ }
316
325
  }
317
326
  </style>
@@ -481,12 +481,7 @@ export default {
481
481
  }
482
482
  }
483
483
  .mini {
484
- /deep/ .el-form-item {
485
- margin-bottom: var(--margin-5);
486
- }
487
- /deep/ .el-form-item__label {
488
- line-height: 28px !important;
489
- }
484
+
490
485
  /deep/ .item-label {
491
486
  font-size: var(--font-size-s) !important;
492
487
  }