meixioacomponent 0.2.81 → 0.2.82

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.
@@ -13280,7 +13280,7 @@
13280
13280
  float: none;
13281
13281
  display: inline-block;
13282
13282
  text-align: left;
13283
- padding: 0 0 10px 0;
13283
+ padding: 0 0 0px 0;
13284
13284
  }
13285
13285
  .el-form--inline .el-form-item {
13286
13286
  display: inline-block;
@@ -13299,7 +13299,7 @@
13299
13299
  display: block;
13300
13300
  }
13301
13301
  .el-form-item {
13302
- margin-bottom: 22px;
13302
+ margin-bottom: calc(var(--margin-5) * 1.2);
13303
13303
  }
13304
13304
  .el-form-item::after,
13305
13305
  .el-form-item::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.2.81",
3
+ "version": "0.2.82",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -13280,7 +13280,7 @@
13280
13280
  float: none;
13281
13281
  display: inline-block;
13282
13282
  text-align: left;
13283
- padding: 0 0 10px 0;
13283
+ padding: 0 0 0px 0;
13284
13284
  }
13285
13285
  .el-form--inline .el-form-item {
13286
13286
  display: inline-block;
@@ -13299,7 +13299,7 @@
13299
13299
  display: block;
13300
13300
  }
13301
13301
  .el-form-item {
13302
- margin-bottom: 22px;
13302
+ margin-bottom: calc(var(--margin-5) * 1.2);
13303
13303
  }
13304
13304
  .el-form-item::after,
13305
13305
  .el-form-item::before {