meixioacomponent 0.2.58 → 0.2.61

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.
@@ -2965,12 +2965,7 @@
2965
2965
  .el-button.is-round {
2966
2966
  padding: 12px 20px;
2967
2967
  }
2968
- .el-button:focus,
2969
- .el-button:hover {
2970
- color: var(--color-primary);
2971
- border-color: #b3cbf4;
2972
- background-color: #e6eefb;
2973
- }
2968
+
2974
2969
  .el-button:active {
2975
2970
  color: #004ac3;
2976
2971
  border-color: #004ac3;
@@ -5170,7 +5165,7 @@
5170
5165
  z-index: -1;
5171
5166
  }
5172
5167
  .el-radio-button__orig-radio:checked + .el-radio-button__inner {
5173
- color: var(--text-color);
5168
+ color: var(--text-white);
5174
5169
  background-color: var(--color-primary);
5175
5170
  border-color: var(--color-primary);
5176
5171
  -webkit-box-shadow: -1px 0 0 0 var(--color-primary);
@@ -6598,12 +6593,7 @@
6598
6593
  .el-button.is-round {
6599
6594
  padding: 12px 20px;
6600
6595
  }
6601
- .el-button:focus,
6602
- .el-button:hover {
6603
- color: var(--color-primary);
6604
- border-color: #b3cbf4;
6605
- background-color: #e6eefb;
6606
- }
6596
+
6607
6597
  .el-button:active {
6608
6598
  color: #004ac3;
6609
6599
  border-color: #004ac3;
@@ -12233,12 +12223,7 @@
12233
12223
  .el-button.is-round {
12234
12224
  padding: 12px 20px;
12235
12225
  }
12236
- .el-button:focus,
12237
- .el-button:hover {
12238
- color: var(--color-primary);
12239
- border-color: #b3cbf4;
12240
- background-color: #e6eefb;
12241
- }
12226
+
12242
12227
  .el-button:active {
12243
12228
  color: #004ac3;
12244
12229
  border-color: #004ac3;
@@ -22382,12 +22367,7 @@
22382
22367
  .el-button.is-round {
22383
22368
  padding: 12px 20px;
22384
22369
  }
22385
- .el-button:focus,
22386
- .el-button:hover {
22387
- color: var(--color-primary);
22388
- border-color: #b3cbf4;
22389
- background-color: #e6eefb;
22390
- }
22370
+
22391
22371
  .el-button:active {
22392
22372
  color: #004ac3;
22393
22373
  border-color: #004ac3;
@@ -23894,12 +23874,7 @@
23894
23874
  .el-button.is-round {
23895
23875
  padding: 12px 20px;
23896
23876
  }
23897
- .el-button:focus,
23898
- .el-button:hover {
23899
- color: #094c5f;
23900
- border-color: #b3cbf4;
23901
- background-color: #e6eefb;
23902
- }
23877
+
23903
23878
  .el-button:active {
23904
23879
  color: #1f5b6c;
23905
23880
  border-color: #1f5b6c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.2.58",
3
+ "version": "0.2.61",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -51,6 +51,7 @@
51
51
  </div>
52
52
  </div>
53
53
  <baseButtonHandleVue
54
+ :size="`small`"
54
55
  slot="dialog-footer"
55
56
  :config="footerHandleConfig"
56
57
  ></baseButtonHandleVue>
@@ -211,7 +212,8 @@ export default {
211
212
  let obj = {};
212
213
  for (let i = 0; i < this.module.length; i++) {
213
214
  let result = this.$refs.proFormVue[i].returnFormValue();
214
- obj[`${this.module[i].key}`] = result;
215
+ // obj[`${this.module[i].key}`] = result;
216
+ obj = { ...obj, ...result };
215
217
  }
216
218
  return obj;
217
219
  },
@@ -810,7 +810,7 @@ export default {
810
810
  }
811
811
  }
812
812
  /deep/ td {
813
- padding: var(--padding-4) var(--padding-5);
813
+ padding: var(--padding-2) var(--padding-3);
814
814
  .cell {
815
815
  padding-left: 0px !important;
816
816
  padding-right: 0px !important;
@@ -830,8 +830,8 @@ export default {
830
830
  white-space: nowrap;
831
831
  text-overflow: ellipsis;
832
832
  font-weight: var(--font-weight-g);
833
- color: var(--form-label-color) !important;
834
- font-size: calc(var(--font-size-s) * 1.1) !important;
833
+ color: var(--font-color-d) !important;
834
+ font-size: var(--font-size-base) !important;
835
835
  }
836
836
  .active {
837
837
  cursor: pointer;
@@ -2965,12 +2965,7 @@
2965
2965
  .el-button.is-round {
2966
2966
  padding: 12px 20px;
2967
2967
  }
2968
- .el-button:focus,
2969
- .el-button:hover {
2970
- color: var(--color-primary);
2971
- border-color: #b3cbf4;
2972
- background-color: #e6eefb;
2973
- }
2968
+
2974
2969
  .el-button:active {
2975
2970
  color: #004ac3;
2976
2971
  border-color: #004ac3;
@@ -5170,7 +5165,7 @@
5170
5165
  z-index: -1;
5171
5166
  }
5172
5167
  .el-radio-button__orig-radio:checked + .el-radio-button__inner {
5173
- color: var(--text-color);
5168
+ color: var(--text-white);
5174
5169
  background-color: var(--color-primary);
5175
5170
  border-color: var(--color-primary);
5176
5171
  -webkit-box-shadow: -1px 0 0 0 var(--color-primary);
@@ -6598,12 +6593,7 @@
6598
6593
  .el-button.is-round {
6599
6594
  padding: 12px 20px;
6600
6595
  }
6601
- .el-button:focus,
6602
- .el-button:hover {
6603
- color: var(--color-primary);
6604
- border-color: #b3cbf4;
6605
- background-color: #e6eefb;
6606
- }
6596
+
6607
6597
  .el-button:active {
6608
6598
  color: #004ac3;
6609
6599
  border-color: #004ac3;
@@ -12233,12 +12223,7 @@
12233
12223
  .el-button.is-round {
12234
12224
  padding: 12px 20px;
12235
12225
  }
12236
- .el-button:focus,
12237
- .el-button:hover {
12238
- color: var(--color-primary);
12239
- border-color: #b3cbf4;
12240
- background-color: #e6eefb;
12241
- }
12226
+
12242
12227
  .el-button:active {
12243
12228
  color: #004ac3;
12244
12229
  border-color: #004ac3;
@@ -22382,12 +22367,7 @@
22382
22367
  .el-button.is-round {
22383
22368
  padding: 12px 20px;
22384
22369
  }
22385
- .el-button:focus,
22386
- .el-button:hover {
22387
- color: var(--color-primary);
22388
- border-color: #b3cbf4;
22389
- background-color: #e6eefb;
22390
- }
22370
+
22391
22371
  .el-button:active {
22392
22372
  color: #004ac3;
22393
22373
  border-color: #004ac3;
@@ -23894,12 +23874,7 @@
23894
23874
  .el-button.is-round {
23895
23875
  padding: 12px 20px;
23896
23876
  }
23897
- .el-button:focus,
23898
- .el-button:hover {
23899
- color: #094c5f;
23900
- border-color: #b3cbf4;
23901
- background-color: #e6eefb;
23902
- }
23877
+
23903
23878
  .el-button:active {
23904
23879
  color: #1f5b6c;
23905
23880
  border-color: #1f5b6c;