meixioacomponent 0.2.59 → 0.2.62

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;
@@ -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.59",
3
+ "version": "0.2.62",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -52,6 +52,7 @@
52
52
  </div>
53
53
  <baseButtonHandleVue
54
54
  slot="dialog-footer"
55
+ :size="footerButtonSize"
55
56
  :config="footerHandleConfig"
56
57
  ></baseButtonHandleVue>
57
58
  </base-dialog>
@@ -127,6 +128,11 @@ export default {
127
128
  default: null,
128
129
  },
129
130
 
131
+ footerButtonSize: {
132
+ type: String,
133
+ default: "small",
134
+ },
135
+
130
136
  contentHeight: {
131
137
  type: String,
132
138
  default: "50vh",
@@ -435,7 +435,7 @@ export default {
435
435
  template: false,
436
436
  });
437
437
 
438
- this.startHttp();
438
+ this.refreshData();
439
439
  },
440
440
  searchContentHeightChange(height) {
441
441
  this.searchContentHeight = height;
@@ -522,7 +522,7 @@ export default {
522
522
  /* 当快捷筛选的按钮被点击后 */
523
523
  handleScreen(index) {
524
524
  this.$props.screenList.index = index;
525
- this.startHttp();
525
+ this.refreshData();
526
526
  },
527
527
  // 初始化高级筛选
528
528
  initProScreenConfig() {
@@ -594,7 +594,7 @@ export default {
594
594
  // 弹框确定的按钮
595
595
  dialogProscreenConfirm(type) {
596
596
  if (type) {
597
- this.startHttp();
597
+ this.refreshData();
598
598
  }
599
599
  this.$refs.dialog.closeDialog();
600
600
  },
@@ -636,7 +636,7 @@ export default {
636
636
  return result;
637
637
  },
638
638
  // 开始调用http请求
639
- async startHttp(init = true) {
639
+ async refreshData(init = true) {
640
640
  this.loading = true;
641
641
  this.defaultSvg = false;
642
642
  this.cleanCheckValue();
@@ -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;
@@ -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;