meixioacomponent 0.4.26 → 0.4.27
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.
|
@@ -3619,13 +3619,7 @@
|
|
|
3619
3619
|
background-color: transparent;
|
|
3620
3620
|
}
|
|
3621
3621
|
|
|
3622
|
-
|
|
3623
|
-
.el-button.is-disabled.is-plain:focus,
|
|
3624
|
-
.el-button.is-disabled.is-plain:hover {
|
|
3625
|
-
background-color: var(--bg-white);
|
|
3626
|
-
border-color: #dee0e3;
|
|
3627
|
-
color: #8f959e;
|
|
3628
|
-
}
|
|
3622
|
+
|
|
3629
3623
|
|
|
3630
3624
|
.el-button.is-loading {
|
|
3631
3625
|
position: relative;
|
|
@@ -7807,12 +7801,6 @@
|
|
|
7807
7801
|
margin-left: 5px;
|
|
7808
7802
|
}
|
|
7809
7803
|
|
|
7810
|
-
.el-button.is-plain:focus,
|
|
7811
|
-
.el-button.is-plain:hover {
|
|
7812
|
-
background: var(--bg-white);
|
|
7813
|
-
border-color: var(--color-primary);
|
|
7814
|
-
color: var(--color-primary);
|
|
7815
|
-
}
|
|
7816
7804
|
|
|
7817
7805
|
.el-button.is-plain:active {
|
|
7818
7806
|
background: var(--bg-white);
|
|
@@ -7832,13 +7820,7 @@
|
|
|
7832
7820
|
background-color: transparent;
|
|
7833
7821
|
}
|
|
7834
7822
|
|
|
7835
|
-
|
|
7836
|
-
.el-button.is-disabled.is-plain:focus,
|
|
7837
|
-
.el-button.is-disabled.is-plain:hover {
|
|
7838
|
-
background-color: var(--bg-white);
|
|
7839
|
-
border-color: #dee0e3;
|
|
7840
|
-
color: #8f959e;
|
|
7841
|
-
}
|
|
7823
|
+
|
|
7842
7824
|
|
|
7843
7825
|
.el-button.is-loading {
|
|
7844
7826
|
position: relative;
|
|
@@ -10706,8 +10688,8 @@
|
|
|
10706
10688
|
.el-time-spinner__item {
|
|
10707
10689
|
height: 32px;
|
|
10708
10690
|
line-height: 32px;
|
|
10709
|
-
font-
|
|
10710
|
-
|
|
10691
|
+
color: var(--font-color-m);
|
|
10692
|
+
font-size: var(--font-size-s);
|
|
10711
10693
|
}
|
|
10712
10694
|
|
|
10713
10695
|
.el-time-spinner__item:hover:not(.disabled):not(.active) {
|
|
@@ -10715,10 +10697,7 @@
|
|
|
10715
10697
|
cursor: pointer;
|
|
10716
10698
|
}
|
|
10717
10699
|
|
|
10718
|
-
|
|
10719
|
-
color: #1f2329;
|
|
10720
|
-
font-weight: 700;
|
|
10721
|
-
}
|
|
10700
|
+
|
|
10722
10701
|
|
|
10723
10702
|
.el-time-spinner__item.disabled {
|
|
10724
10703
|
color: #8f959e;
|
|
@@ -13455,12 +13434,6 @@
|
|
|
13455
13434
|
height: 80px;
|
|
13456
13435
|
}
|
|
13457
13436
|
|
|
13458
|
-
.el-time-spinner__item {
|
|
13459
|
-
height: 32px;
|
|
13460
|
-
line-height: 32px;
|
|
13461
|
-
font-size: 12px;
|
|
13462
|
-
color: var(--font-color-d);
|
|
13463
|
-
}
|
|
13464
13437
|
|
|
13465
13438
|
.el-time-spinner__item:hover:not(.disabled):not(.active) {
|
|
13466
13439
|
background: var(--hover-gray);
|
|
@@ -13468,8 +13441,8 @@
|
|
|
13468
13441
|
}
|
|
13469
13442
|
|
|
13470
13443
|
.el-time-spinner__item.active:not(.disabled) {
|
|
13471
|
-
color:
|
|
13472
|
-
font-weight:
|
|
13444
|
+
color:var(--color-primary);
|
|
13445
|
+
font-weight: var(--font-weight-kg);
|
|
13473
13446
|
}
|
|
13474
13447
|
|
|
13475
13448
|
.el-time-spinner__item.disabled {
|
|
@@ -14483,12 +14456,7 @@
|
|
|
14483
14456
|
margin-left: 5px;
|
|
14484
14457
|
}
|
|
14485
14458
|
|
|
14486
|
-
|
|
14487
|
-
.el-button.is-plain:hover {
|
|
14488
|
-
background: var(--bg-white);
|
|
14489
|
-
border-color: var(--color-primary);
|
|
14490
|
-
color: var(--color-primary);
|
|
14491
|
-
}
|
|
14459
|
+
|
|
14492
14460
|
|
|
14493
14461
|
.el-button.is-plain:active {
|
|
14494
14462
|
background: var(--bg-white);
|
|
@@ -14516,13 +14484,7 @@
|
|
|
14516
14484
|
background-color: transparent;
|
|
14517
14485
|
}
|
|
14518
14486
|
|
|
14519
|
-
|
|
14520
|
-
.el-button.is-disabled.is-plain:focus,
|
|
14521
|
-
.el-button.is-disabled.is-plain:hover {
|
|
14522
|
-
background-color: transparent;
|
|
14523
|
-
border-color: #dee0e3;
|
|
14524
|
-
color: #8f959e;
|
|
14525
|
-
}
|
|
14487
|
+
|
|
14526
14488
|
|
|
14527
14489
|
.el-button.is-loading {
|
|
14528
14490
|
position: relative;
|
|
@@ -26520,18 +26482,13 @@
|
|
|
26520
26482
|
}
|
|
26521
26483
|
|
|
26522
26484
|
.el-button.is-plain:focus,
|
|
26523
|
-
.el-button.is-plain:hover
|
|
26524
|
-
|
|
26485
|
+
.el-button.is-plain:hover,
|
|
26486
|
+
.el-button.is-plain:active {
|
|
26487
|
+
color: var(--text-white);
|
|
26488
|
+
background: var(--color-primary);
|
|
26525
26489
|
border-color: var(--color-primary);
|
|
26526
|
-
color: var(--color-primary);
|
|
26527
26490
|
}
|
|
26528
26491
|
|
|
26529
|
-
.el-button.is-plain:active {
|
|
26530
|
-
background: var(--bg-white);
|
|
26531
|
-
border-color: #004ac3;
|
|
26532
|
-
color: #004ac3;
|
|
26533
|
-
outline: 0;
|
|
26534
|
-
}
|
|
26535
26492
|
|
|
26536
26493
|
.el-button.is-active {
|
|
26537
26494
|
color: #004ac3;
|
|
@@ -26547,9 +26504,9 @@
|
|
|
26547
26504
|
.el-button.is-disabled.is-plain,
|
|
26548
26505
|
.el-button.is-disabled.is-plain:focus,
|
|
26549
26506
|
.el-button.is-disabled.is-plain:hover {
|
|
26550
|
-
background-color: var(--
|
|
26551
|
-
border-color:
|
|
26552
|
-
color:
|
|
26507
|
+
background-color: var(--color-gray-m);
|
|
26508
|
+
border-color: var(--color-gray-m);
|
|
26509
|
+
color: var(--font-color-ds);
|
|
26553
26510
|
}
|
|
26554
26511
|
|
|
26555
26512
|
.el-button.is-loading {
|
|
@@ -28303,12 +28260,6 @@
|
|
|
28303
28260
|
|
|
28304
28261
|
|
|
28305
28262
|
|
|
28306
|
-
.el-button.is-plain:focus,
|
|
28307
|
-
.el-button.is-plain:hover {
|
|
28308
|
-
background: #030d20;
|
|
28309
|
-
border-color: #094c5f;
|
|
28310
|
-
color: #094c5f;
|
|
28311
|
-
}
|
|
28312
28263
|
|
|
28313
28264
|
.el-button.is-plain:active {
|
|
28314
28265
|
background: #030d20;
|
|
@@ -28328,13 +28279,7 @@
|
|
|
28328
28279
|
background-color: transparent;
|
|
28329
28280
|
}
|
|
28330
28281
|
|
|
28331
|
-
|
|
28332
|
-
.el-button.is-disabled.is-plain:focus,
|
|
28333
|
-
.el-button.is-disabled.is-plain:hover {
|
|
28334
|
-
background-color: #030d20;
|
|
28335
|
-
border-color: #dee0e3;
|
|
28336
|
-
color: #8f959e;
|
|
28337
|
-
}
|
|
28282
|
+
|
|
28338
28283
|
|
|
28339
28284
|
.el-button.is-loading {
|
|
28340
28285
|
position: relative;
|
package/package.json
CHANGED
|
@@ -3619,13 +3619,7 @@
|
|
|
3619
3619
|
background-color: transparent;
|
|
3620
3620
|
}
|
|
3621
3621
|
|
|
3622
|
-
|
|
3623
|
-
.el-button.is-disabled.is-plain:focus,
|
|
3624
|
-
.el-button.is-disabled.is-plain:hover {
|
|
3625
|
-
background-color: var(--bg-white);
|
|
3626
|
-
border-color: #dee0e3;
|
|
3627
|
-
color: #8f959e;
|
|
3628
|
-
}
|
|
3622
|
+
|
|
3629
3623
|
|
|
3630
3624
|
.el-button.is-loading {
|
|
3631
3625
|
position: relative;
|
|
@@ -7807,12 +7801,6 @@
|
|
|
7807
7801
|
margin-left: 5px;
|
|
7808
7802
|
}
|
|
7809
7803
|
|
|
7810
|
-
.el-button.is-plain:focus,
|
|
7811
|
-
.el-button.is-plain:hover {
|
|
7812
|
-
background: var(--bg-white);
|
|
7813
|
-
border-color: var(--color-primary);
|
|
7814
|
-
color: var(--color-primary);
|
|
7815
|
-
}
|
|
7816
7804
|
|
|
7817
7805
|
.el-button.is-plain:active {
|
|
7818
7806
|
background: var(--bg-white);
|
|
@@ -7832,13 +7820,7 @@
|
|
|
7832
7820
|
background-color: transparent;
|
|
7833
7821
|
}
|
|
7834
7822
|
|
|
7835
|
-
|
|
7836
|
-
.el-button.is-disabled.is-plain:focus,
|
|
7837
|
-
.el-button.is-disabled.is-plain:hover {
|
|
7838
|
-
background-color: var(--bg-white);
|
|
7839
|
-
border-color: #dee0e3;
|
|
7840
|
-
color: #8f959e;
|
|
7841
|
-
}
|
|
7823
|
+
|
|
7842
7824
|
|
|
7843
7825
|
.el-button.is-loading {
|
|
7844
7826
|
position: relative;
|
|
@@ -10706,8 +10688,8 @@
|
|
|
10706
10688
|
.el-time-spinner__item {
|
|
10707
10689
|
height: 32px;
|
|
10708
10690
|
line-height: 32px;
|
|
10709
|
-
font-
|
|
10710
|
-
|
|
10691
|
+
color: var(--font-color-m);
|
|
10692
|
+
font-size: var(--font-size-s);
|
|
10711
10693
|
}
|
|
10712
10694
|
|
|
10713
10695
|
.el-time-spinner__item:hover:not(.disabled):not(.active) {
|
|
@@ -10715,10 +10697,7 @@
|
|
|
10715
10697
|
cursor: pointer;
|
|
10716
10698
|
}
|
|
10717
10699
|
|
|
10718
|
-
|
|
10719
|
-
color: #1f2329;
|
|
10720
|
-
font-weight: 700;
|
|
10721
|
-
}
|
|
10700
|
+
|
|
10722
10701
|
|
|
10723
10702
|
.el-time-spinner__item.disabled {
|
|
10724
10703
|
color: #8f959e;
|
|
@@ -13455,12 +13434,6 @@
|
|
|
13455
13434
|
height: 80px;
|
|
13456
13435
|
}
|
|
13457
13436
|
|
|
13458
|
-
.el-time-spinner__item {
|
|
13459
|
-
height: 32px;
|
|
13460
|
-
line-height: 32px;
|
|
13461
|
-
font-size: 12px;
|
|
13462
|
-
color: var(--font-color-d);
|
|
13463
|
-
}
|
|
13464
13437
|
|
|
13465
13438
|
.el-time-spinner__item:hover:not(.disabled):not(.active) {
|
|
13466
13439
|
background: var(--hover-gray);
|
|
@@ -13468,8 +13441,8 @@
|
|
|
13468
13441
|
}
|
|
13469
13442
|
|
|
13470
13443
|
.el-time-spinner__item.active:not(.disabled) {
|
|
13471
|
-
color:
|
|
13472
|
-
font-weight:
|
|
13444
|
+
color:var(--color-primary);
|
|
13445
|
+
font-weight: var(--font-weight-kg);
|
|
13473
13446
|
}
|
|
13474
13447
|
|
|
13475
13448
|
.el-time-spinner__item.disabled {
|
|
@@ -14483,12 +14456,7 @@
|
|
|
14483
14456
|
margin-left: 5px;
|
|
14484
14457
|
}
|
|
14485
14458
|
|
|
14486
|
-
|
|
14487
|
-
.el-button.is-plain:hover {
|
|
14488
|
-
background: var(--bg-white);
|
|
14489
|
-
border-color: var(--color-primary);
|
|
14490
|
-
color: var(--color-primary);
|
|
14491
|
-
}
|
|
14459
|
+
|
|
14492
14460
|
|
|
14493
14461
|
.el-button.is-plain:active {
|
|
14494
14462
|
background: var(--bg-white);
|
|
@@ -14516,13 +14484,7 @@
|
|
|
14516
14484
|
background-color: transparent;
|
|
14517
14485
|
}
|
|
14518
14486
|
|
|
14519
|
-
|
|
14520
|
-
.el-button.is-disabled.is-plain:focus,
|
|
14521
|
-
.el-button.is-disabled.is-plain:hover {
|
|
14522
|
-
background-color: transparent;
|
|
14523
|
-
border-color: #dee0e3;
|
|
14524
|
-
color: #8f959e;
|
|
14525
|
-
}
|
|
14487
|
+
|
|
14526
14488
|
|
|
14527
14489
|
.el-button.is-loading {
|
|
14528
14490
|
position: relative;
|
|
@@ -26520,18 +26482,13 @@
|
|
|
26520
26482
|
}
|
|
26521
26483
|
|
|
26522
26484
|
.el-button.is-plain:focus,
|
|
26523
|
-
.el-button.is-plain:hover
|
|
26524
|
-
|
|
26485
|
+
.el-button.is-plain:hover,
|
|
26486
|
+
.el-button.is-plain:active {
|
|
26487
|
+
color: var(--text-white);
|
|
26488
|
+
background: var(--color-primary);
|
|
26525
26489
|
border-color: var(--color-primary);
|
|
26526
|
-
color: var(--color-primary);
|
|
26527
26490
|
}
|
|
26528
26491
|
|
|
26529
|
-
.el-button.is-plain:active {
|
|
26530
|
-
background: var(--bg-white);
|
|
26531
|
-
border-color: #004ac3;
|
|
26532
|
-
color: #004ac3;
|
|
26533
|
-
outline: 0;
|
|
26534
|
-
}
|
|
26535
26492
|
|
|
26536
26493
|
.el-button.is-active {
|
|
26537
26494
|
color: #004ac3;
|
|
@@ -26547,9 +26504,9 @@
|
|
|
26547
26504
|
.el-button.is-disabled.is-plain,
|
|
26548
26505
|
.el-button.is-disabled.is-plain:focus,
|
|
26549
26506
|
.el-button.is-disabled.is-plain:hover {
|
|
26550
|
-
background-color: var(--
|
|
26551
|
-
border-color:
|
|
26552
|
-
color:
|
|
26507
|
+
background-color: var(--color-gray-m);
|
|
26508
|
+
border-color: var(--color-gray-m);
|
|
26509
|
+
color: var(--font-color-ds);
|
|
26553
26510
|
}
|
|
26554
26511
|
|
|
26555
26512
|
.el-button.is-loading {
|
|
@@ -28303,12 +28260,6 @@
|
|
|
28303
28260
|
|
|
28304
28261
|
|
|
28305
28262
|
|
|
28306
|
-
.el-button.is-plain:focus,
|
|
28307
|
-
.el-button.is-plain:hover {
|
|
28308
|
-
background: #030d20;
|
|
28309
|
-
border-color: #094c5f;
|
|
28310
|
-
color: #094c5f;
|
|
28311
|
-
}
|
|
28312
28263
|
|
|
28313
28264
|
.el-button.is-plain:active {
|
|
28314
28265
|
background: #030d20;
|
|
@@ -28328,13 +28279,7 @@
|
|
|
28328
28279
|
background-color: transparent;
|
|
28329
28280
|
}
|
|
28330
28281
|
|
|
28331
|
-
|
|
28332
|
-
.el-button.is-disabled.is-plain:focus,
|
|
28333
|
-
.el-button.is-disabled.is-plain:hover {
|
|
28334
|
-
background-color: #030d20;
|
|
28335
|
-
border-color: #dee0e3;
|
|
28336
|
-
color: #8f959e;
|
|
28337
|
-
}
|
|
28282
|
+
|
|
28338
28283
|
|
|
28339
28284
|
.el-button.is-loading {
|
|
28340
28285
|
position: relative;
|