meixioacomponent 0.2.50 → 0.2.51
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/lib/meixioacomponent.common.js +101 -100
- package/lib/meixioacomponent.umd.js +101 -100
- package/lib/meixioacomponent.umd.min.js +11 -11
- package/lib/style/element/index.css +13 -111
- package/package.json +1 -1
- package/packages/components/base/baseTreeSelect/index.vue +1 -1
- package/packages/components/dynamicmount/dynamicMount.vue +1 -0
- package/packages/components/style/element/index.css +13 -111
|
@@ -1603,13 +1603,13 @@
|
|
|
1603
1603
|
.el-tag--dark {
|
|
1604
1604
|
background-color: var(--color-primary);
|
|
1605
1605
|
border-color: var(--color-primary);
|
|
1606
|
-
color: var(--
|
|
1606
|
+
color: var(--text-white);
|
|
1607
1607
|
}
|
|
1608
1608
|
.el-tag--dark.is-hit {
|
|
1609
1609
|
border-color: var(--color-primary);
|
|
1610
1610
|
}
|
|
1611
1611
|
.el-tag--dark .el-tag__close {
|
|
1612
|
-
color: var(--
|
|
1612
|
+
color: var(--text-white);
|
|
1613
1613
|
}
|
|
1614
1614
|
.el-tag--dark .el-tag__close:hover {
|
|
1615
1615
|
color: var(--bg-white);
|
|
@@ -1633,16 +1633,16 @@
|
|
|
1633
1633
|
.el-tag--dark.el-tag--success {
|
|
1634
1634
|
background-color: #34c724;
|
|
1635
1635
|
border-color: #34c724;
|
|
1636
|
-
color: var(--
|
|
1636
|
+
color: var(--text-white);
|
|
1637
1637
|
}
|
|
1638
1638
|
.el-tag--dark.el-tag--success.is-hit {
|
|
1639
1639
|
border-color: #34c724;
|
|
1640
1640
|
}
|
|
1641
1641
|
.el-tag--dark.el-tag--success .el-tag__close {
|
|
1642
|
-
color: var(--
|
|
1642
|
+
color: var(--text-white);
|
|
1643
1643
|
}
|
|
1644
1644
|
.el-tag--dark.el-tag--success .el-tag__close:hover {
|
|
1645
|
-
color: var(--
|
|
1645
|
+
color: var(--text-white);
|
|
1646
1646
|
background-color: #5dd250;
|
|
1647
1647
|
}
|
|
1648
1648
|
.el-tag.el-tag--warning {
|
|
@@ -1654,10 +1654,10 @@
|
|
|
1654
1654
|
border-color: #f80;
|
|
1655
1655
|
}
|
|
1656
1656
|
.el-tag--dark.el-tag--warning .el-tag__close {
|
|
1657
|
-
color: var(--
|
|
1657
|
+
color: var(--text-white);
|
|
1658
1658
|
}
|
|
1659
1659
|
.el-tag--dark.el-tag--warning .el-tag__close:hover {
|
|
1660
|
-
color: var(--
|
|
1660
|
+
color: var(--text-white);
|
|
1661
1661
|
background-color: #ffa033;
|
|
1662
1662
|
}
|
|
1663
1663
|
.el-tag--dark.el-tag--danger {
|
|
@@ -1668,10 +1668,10 @@
|
|
|
1668
1668
|
border-color: var(--color-error);
|
|
1669
1669
|
}
|
|
1670
1670
|
.el-tag--dark.el-tag--danger .el-tag__close {
|
|
1671
|
-
color: var(--
|
|
1671
|
+
color: var(--text-white);
|
|
1672
1672
|
}
|
|
1673
1673
|
.el-tag--dark.el-tag--danger .el-tag__close:hover {
|
|
1674
|
-
color: var(--
|
|
1674
|
+
color: var(--text-white);
|
|
1675
1675
|
background-color: #f76e6a;
|
|
1676
1676
|
}
|
|
1677
1677
|
.el-tag--plain {
|
|
@@ -3011,31 +3011,7 @@
|
|
|
3011
3011
|
.el-autocomplete-suggestion.is-loading .el-icon-loading {
|
|
3012
3012
|
vertical-align: middle;
|
|
3013
3013
|
}
|
|
3014
|
-
|
|
3015
|
-
display: inline-block;
|
|
3016
|
-
line-height: 1;
|
|
3017
|
-
white-space: nowrap;
|
|
3018
|
-
cursor: pointer;
|
|
3019
|
-
background: var(--bg-white);
|
|
3020
|
-
border: 1px solid #bbbfc4;
|
|
3021
|
-
border-color: #bbbfc4;
|
|
3022
|
-
color: var(--font-color-d);
|
|
3023
|
-
-webkit-appearance: none;
|
|
3024
|
-
text-align: center;
|
|
3025
|
-
-webkit-box-sizing: border-box;
|
|
3026
|
-
box-sizing: border-box;
|
|
3027
|
-
outline: 0;
|
|
3028
|
-
margin: 0;
|
|
3029
|
-
-webkit-transition: 0.1s;
|
|
3030
|
-
transition: 0.1s;
|
|
3031
|
-
font-weight: 500;
|
|
3032
|
-
-moz-user-select: none;
|
|
3033
|
-
-webkit-user-select: none;
|
|
3034
|
-
-ms-user-select: none;
|
|
3035
|
-
padding: 12px 20px;
|
|
3036
|
-
font-size: 14px;
|
|
3037
|
-
border-radius: 4px;
|
|
3038
|
-
}
|
|
3014
|
+
|
|
3039
3015
|
.el-button + .el-button {
|
|
3040
3016
|
margin-left: 10px;
|
|
3041
3017
|
}
|
|
@@ -6746,31 +6722,7 @@
|
|
|
6746
6722
|
-webkit-transform: translate(0, 0.5px);
|
|
6747
6723
|
transform: translate(0, 0.5px);
|
|
6748
6724
|
}
|
|
6749
|
-
|
|
6750
|
-
display: inline-block;
|
|
6751
|
-
line-height: 1;
|
|
6752
|
-
white-space: nowrap;
|
|
6753
|
-
cursor: pointer;
|
|
6754
|
-
background: var(--bg-white);
|
|
6755
|
-
border: 1px solid #bbbfc4;
|
|
6756
|
-
border-color: #bbbfc4;
|
|
6757
|
-
color: var(--font-color-d);
|
|
6758
|
-
-webkit-appearance: none;
|
|
6759
|
-
text-align: center;
|
|
6760
|
-
-webkit-box-sizing: border-box;
|
|
6761
|
-
box-sizing: border-box;
|
|
6762
|
-
outline: 0;
|
|
6763
|
-
margin: 0;
|
|
6764
|
-
-webkit-transition: 0.1s;
|
|
6765
|
-
transition: 0.1s;
|
|
6766
|
-
font-weight: 500;
|
|
6767
|
-
-moz-user-select: none;
|
|
6768
|
-
-webkit-user-select: none;
|
|
6769
|
-
-ms-user-select: none;
|
|
6770
|
-
padding: 12px 20px;
|
|
6771
|
-
font-size: 14px;
|
|
6772
|
-
border-radius: 4px;
|
|
6773
|
-
}
|
|
6725
|
+
|
|
6774
6726
|
.el-button + .el-button {
|
|
6775
6727
|
margin-left: 10px;
|
|
6776
6728
|
}
|
|
@@ -12545,31 +12497,7 @@
|
|
|
12545
12497
|
.el-popup-parent--hidden {
|
|
12546
12498
|
overflow: hidden;
|
|
12547
12499
|
}
|
|
12548
|
-
|
|
12549
|
-
display: inline-block;
|
|
12550
|
-
line-height: 1;
|
|
12551
|
-
white-space: nowrap;
|
|
12552
|
-
cursor: pointer;
|
|
12553
|
-
background: var(--bg-white);
|
|
12554
|
-
border: 1px solid #bbbfc4;
|
|
12555
|
-
border-color: #bbbfc4;
|
|
12556
|
-
color: var(--font-color-d);
|
|
12557
|
-
-webkit-appearance: none;
|
|
12558
|
-
text-align: center;
|
|
12559
|
-
-webkit-box-sizing: border-box;
|
|
12560
|
-
box-sizing: border-box;
|
|
12561
|
-
outline: 0;
|
|
12562
|
-
margin: 0;
|
|
12563
|
-
-webkit-transition: 0.1s;
|
|
12564
|
-
transition: 0.1s;
|
|
12565
|
-
font-weight: 500;
|
|
12566
|
-
-moz-user-select: none;
|
|
12567
|
-
-webkit-user-select: none;
|
|
12568
|
-
-ms-user-select: none;
|
|
12569
|
-
padding: 12px 20px;
|
|
12570
|
-
font-size: 14px;
|
|
12571
|
-
border-radius: 4px;
|
|
12572
|
-
}
|
|
12500
|
+
|
|
12573
12501
|
.el-button + .el-button {
|
|
12574
12502
|
margin-left: 10px;
|
|
12575
12503
|
}
|
|
@@ -22827,8 +22755,6 @@
|
|
|
22827
22755
|
white-space: nowrap;
|
|
22828
22756
|
cursor: pointer;
|
|
22829
22757
|
background: var(--bg-white);
|
|
22830
|
-
border: 1px solid #bbbfc4;
|
|
22831
|
-
border-color: #bbbfc4;
|
|
22832
22758
|
color: var(--font-color-d);
|
|
22833
22759
|
-webkit-appearance: none;
|
|
22834
22760
|
text-align: center;
|
|
@@ -24377,31 +24303,7 @@
|
|
|
24377
24303
|
opacity: 0;
|
|
24378
24304
|
}
|
|
24379
24305
|
}
|
|
24380
|
-
|
|
24381
|
-
display: inline-block;
|
|
24382
|
-
line-height: 1;
|
|
24383
|
-
white-space: nowrap;
|
|
24384
|
-
cursor: pointer;
|
|
24385
|
-
background: var(--bg-white);
|
|
24386
|
-
border: 1px solid #bbbfc4;
|
|
24387
|
-
border-color: #bbbfc4;
|
|
24388
|
-
color: var(--font-color-d);
|
|
24389
|
-
-webkit-appearance: none;
|
|
24390
|
-
text-align: center;
|
|
24391
|
-
-webkit-box-sizing: border-box;
|
|
24392
|
-
box-sizing: border-box;
|
|
24393
|
-
outline: 0;
|
|
24394
|
-
margin: 0;
|
|
24395
|
-
-webkit-transition: 0.1s;
|
|
24396
|
-
transition: 0.1s;
|
|
24397
|
-
font-weight: 500;
|
|
24398
|
-
-moz-user-select: none;
|
|
24399
|
-
-webkit-user-select: none;
|
|
24400
|
-
-ms-user-select: none;
|
|
24401
|
-
padding: 12px 20px;
|
|
24402
|
-
font-size: 14px;
|
|
24403
|
-
border-radius: 4px;
|
|
24404
|
-
}
|
|
24306
|
+
|
|
24405
24307
|
.el-button + .el-button {
|
|
24406
24308
|
margin-left: 10px;
|
|
24407
24309
|
}
|
package/package.json
CHANGED
|
@@ -1603,13 +1603,13 @@
|
|
|
1603
1603
|
.el-tag--dark {
|
|
1604
1604
|
background-color: var(--color-primary);
|
|
1605
1605
|
border-color: var(--color-primary);
|
|
1606
|
-
color: var(--
|
|
1606
|
+
color: var(--text-white);
|
|
1607
1607
|
}
|
|
1608
1608
|
.el-tag--dark.is-hit {
|
|
1609
1609
|
border-color: var(--color-primary);
|
|
1610
1610
|
}
|
|
1611
1611
|
.el-tag--dark .el-tag__close {
|
|
1612
|
-
color: var(--
|
|
1612
|
+
color: var(--text-white);
|
|
1613
1613
|
}
|
|
1614
1614
|
.el-tag--dark .el-tag__close:hover {
|
|
1615
1615
|
color: var(--bg-white);
|
|
@@ -1633,16 +1633,16 @@
|
|
|
1633
1633
|
.el-tag--dark.el-tag--success {
|
|
1634
1634
|
background-color: #34c724;
|
|
1635
1635
|
border-color: #34c724;
|
|
1636
|
-
color: var(--
|
|
1636
|
+
color: var(--text-white);
|
|
1637
1637
|
}
|
|
1638
1638
|
.el-tag--dark.el-tag--success.is-hit {
|
|
1639
1639
|
border-color: #34c724;
|
|
1640
1640
|
}
|
|
1641
1641
|
.el-tag--dark.el-tag--success .el-tag__close {
|
|
1642
|
-
color: var(--
|
|
1642
|
+
color: var(--text-white);
|
|
1643
1643
|
}
|
|
1644
1644
|
.el-tag--dark.el-tag--success .el-tag__close:hover {
|
|
1645
|
-
color: var(--
|
|
1645
|
+
color: var(--text-white);
|
|
1646
1646
|
background-color: #5dd250;
|
|
1647
1647
|
}
|
|
1648
1648
|
.el-tag.el-tag--warning {
|
|
@@ -1654,10 +1654,10 @@
|
|
|
1654
1654
|
border-color: #f80;
|
|
1655
1655
|
}
|
|
1656
1656
|
.el-tag--dark.el-tag--warning .el-tag__close {
|
|
1657
|
-
color: var(--
|
|
1657
|
+
color: var(--text-white);
|
|
1658
1658
|
}
|
|
1659
1659
|
.el-tag--dark.el-tag--warning .el-tag__close:hover {
|
|
1660
|
-
color: var(--
|
|
1660
|
+
color: var(--text-white);
|
|
1661
1661
|
background-color: #ffa033;
|
|
1662
1662
|
}
|
|
1663
1663
|
.el-tag--dark.el-tag--danger {
|
|
@@ -1668,10 +1668,10 @@
|
|
|
1668
1668
|
border-color: var(--color-error);
|
|
1669
1669
|
}
|
|
1670
1670
|
.el-tag--dark.el-tag--danger .el-tag__close {
|
|
1671
|
-
color: var(--
|
|
1671
|
+
color: var(--text-white);
|
|
1672
1672
|
}
|
|
1673
1673
|
.el-tag--dark.el-tag--danger .el-tag__close:hover {
|
|
1674
|
-
color: var(--
|
|
1674
|
+
color: var(--text-white);
|
|
1675
1675
|
background-color: #f76e6a;
|
|
1676
1676
|
}
|
|
1677
1677
|
.el-tag--plain {
|
|
@@ -3011,31 +3011,7 @@
|
|
|
3011
3011
|
.el-autocomplete-suggestion.is-loading .el-icon-loading {
|
|
3012
3012
|
vertical-align: middle;
|
|
3013
3013
|
}
|
|
3014
|
-
|
|
3015
|
-
display: inline-block;
|
|
3016
|
-
line-height: 1;
|
|
3017
|
-
white-space: nowrap;
|
|
3018
|
-
cursor: pointer;
|
|
3019
|
-
background: var(--bg-white);
|
|
3020
|
-
border: 1px solid #bbbfc4;
|
|
3021
|
-
border-color: #bbbfc4;
|
|
3022
|
-
color: var(--font-color-d);
|
|
3023
|
-
-webkit-appearance: none;
|
|
3024
|
-
text-align: center;
|
|
3025
|
-
-webkit-box-sizing: border-box;
|
|
3026
|
-
box-sizing: border-box;
|
|
3027
|
-
outline: 0;
|
|
3028
|
-
margin: 0;
|
|
3029
|
-
-webkit-transition: 0.1s;
|
|
3030
|
-
transition: 0.1s;
|
|
3031
|
-
font-weight: 500;
|
|
3032
|
-
-moz-user-select: none;
|
|
3033
|
-
-webkit-user-select: none;
|
|
3034
|
-
-ms-user-select: none;
|
|
3035
|
-
padding: 12px 20px;
|
|
3036
|
-
font-size: 14px;
|
|
3037
|
-
border-radius: 4px;
|
|
3038
|
-
}
|
|
3014
|
+
|
|
3039
3015
|
.el-button + .el-button {
|
|
3040
3016
|
margin-left: 10px;
|
|
3041
3017
|
}
|
|
@@ -6746,31 +6722,7 @@
|
|
|
6746
6722
|
-webkit-transform: translate(0, 0.5px);
|
|
6747
6723
|
transform: translate(0, 0.5px);
|
|
6748
6724
|
}
|
|
6749
|
-
|
|
6750
|
-
display: inline-block;
|
|
6751
|
-
line-height: 1;
|
|
6752
|
-
white-space: nowrap;
|
|
6753
|
-
cursor: pointer;
|
|
6754
|
-
background: var(--bg-white);
|
|
6755
|
-
border: 1px solid #bbbfc4;
|
|
6756
|
-
border-color: #bbbfc4;
|
|
6757
|
-
color: var(--font-color-d);
|
|
6758
|
-
-webkit-appearance: none;
|
|
6759
|
-
text-align: center;
|
|
6760
|
-
-webkit-box-sizing: border-box;
|
|
6761
|
-
box-sizing: border-box;
|
|
6762
|
-
outline: 0;
|
|
6763
|
-
margin: 0;
|
|
6764
|
-
-webkit-transition: 0.1s;
|
|
6765
|
-
transition: 0.1s;
|
|
6766
|
-
font-weight: 500;
|
|
6767
|
-
-moz-user-select: none;
|
|
6768
|
-
-webkit-user-select: none;
|
|
6769
|
-
-ms-user-select: none;
|
|
6770
|
-
padding: 12px 20px;
|
|
6771
|
-
font-size: 14px;
|
|
6772
|
-
border-radius: 4px;
|
|
6773
|
-
}
|
|
6725
|
+
|
|
6774
6726
|
.el-button + .el-button {
|
|
6775
6727
|
margin-left: 10px;
|
|
6776
6728
|
}
|
|
@@ -12545,31 +12497,7 @@
|
|
|
12545
12497
|
.el-popup-parent--hidden {
|
|
12546
12498
|
overflow: hidden;
|
|
12547
12499
|
}
|
|
12548
|
-
|
|
12549
|
-
display: inline-block;
|
|
12550
|
-
line-height: 1;
|
|
12551
|
-
white-space: nowrap;
|
|
12552
|
-
cursor: pointer;
|
|
12553
|
-
background: var(--bg-white);
|
|
12554
|
-
border: 1px solid #bbbfc4;
|
|
12555
|
-
border-color: #bbbfc4;
|
|
12556
|
-
color: var(--font-color-d);
|
|
12557
|
-
-webkit-appearance: none;
|
|
12558
|
-
text-align: center;
|
|
12559
|
-
-webkit-box-sizing: border-box;
|
|
12560
|
-
box-sizing: border-box;
|
|
12561
|
-
outline: 0;
|
|
12562
|
-
margin: 0;
|
|
12563
|
-
-webkit-transition: 0.1s;
|
|
12564
|
-
transition: 0.1s;
|
|
12565
|
-
font-weight: 500;
|
|
12566
|
-
-moz-user-select: none;
|
|
12567
|
-
-webkit-user-select: none;
|
|
12568
|
-
-ms-user-select: none;
|
|
12569
|
-
padding: 12px 20px;
|
|
12570
|
-
font-size: 14px;
|
|
12571
|
-
border-radius: 4px;
|
|
12572
|
-
}
|
|
12500
|
+
|
|
12573
12501
|
.el-button + .el-button {
|
|
12574
12502
|
margin-left: 10px;
|
|
12575
12503
|
}
|
|
@@ -22827,8 +22755,6 @@
|
|
|
22827
22755
|
white-space: nowrap;
|
|
22828
22756
|
cursor: pointer;
|
|
22829
22757
|
background: var(--bg-white);
|
|
22830
|
-
border: 1px solid #bbbfc4;
|
|
22831
|
-
border-color: #bbbfc4;
|
|
22832
22758
|
color: var(--font-color-d);
|
|
22833
22759
|
-webkit-appearance: none;
|
|
22834
22760
|
text-align: center;
|
|
@@ -24377,31 +24303,7 @@
|
|
|
24377
24303
|
opacity: 0;
|
|
24378
24304
|
}
|
|
24379
24305
|
}
|
|
24380
|
-
|
|
24381
|
-
display: inline-block;
|
|
24382
|
-
line-height: 1;
|
|
24383
|
-
white-space: nowrap;
|
|
24384
|
-
cursor: pointer;
|
|
24385
|
-
background: var(--bg-white);
|
|
24386
|
-
border: 1px solid #bbbfc4;
|
|
24387
|
-
border-color: #bbbfc4;
|
|
24388
|
-
color: var(--font-color-d);
|
|
24389
|
-
-webkit-appearance: none;
|
|
24390
|
-
text-align: center;
|
|
24391
|
-
-webkit-box-sizing: border-box;
|
|
24392
|
-
box-sizing: border-box;
|
|
24393
|
-
outline: 0;
|
|
24394
|
-
margin: 0;
|
|
24395
|
-
-webkit-transition: 0.1s;
|
|
24396
|
-
transition: 0.1s;
|
|
24397
|
-
font-weight: 500;
|
|
24398
|
-
-moz-user-select: none;
|
|
24399
|
-
-webkit-user-select: none;
|
|
24400
|
-
-ms-user-select: none;
|
|
24401
|
-
padding: 12px 20px;
|
|
24402
|
-
font-size: 14px;
|
|
24403
|
-
border-radius: 4px;
|
|
24404
|
-
}
|
|
24306
|
+
|
|
24405
24307
|
.el-button + .el-button {
|
|
24406
24308
|
margin-left: 10px;
|
|
24407
24309
|
}
|