meixioacomponent 0.2.53 → 0.2.56

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.
@@ -1968,15 +1968,10 @@
1968
1968
  text-overflow: ellipsis;
1969
1969
  }
1970
1970
 
1971
- .el-select .el-tag__close.el-icon-close {
1972
- background-color: #8f959e;
1973
- top: 0;
1974
- color: var(--bg-white);
1975
- -ms-flex-negative: 0;
1976
- flex-shrink: 0;
1977
- }
1971
+
1978
1972
  .el-select .el-tag__close.el-icon-close:hover {
1979
- background-color: #8f959e;
1973
+ background-color: var(--color-error);
1974
+ color: var(--text-white);
1980
1975
  }
1981
1976
  .el-select .el-tag__close.el-icon-close::before {
1982
1977
  display: block;
@@ -5181,7 +5176,7 @@
5181
5176
  z-index: -1;
5182
5177
  }
5183
5178
  .el-radio-button__orig-radio:checked + .el-radio-button__inner {
5184
- color: var(--bg-white);
5179
+ color: var(--text-color);
5185
5180
  background-color: var(--color-primary);
5186
5181
  border-color: var(--color-primary);
5187
5182
  -webkit-box-shadow: -1px 0 0 0 var(--color-primary);
@@ -5371,18 +5366,7 @@
5371
5366
  background-color: var(--color-primary);
5372
5367
  border-color: var(--color-primary);
5373
5368
  }
5374
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
5375
- content: "";
5376
- position: absolute;
5377
- display: block;
5378
- background-color: var(--bg-white);
5379
- height: 2px;
5380
- -webkit-transform: scale(0.5);
5381
- transform: scale(0.5);
5382
- left: 0;
5383
- right: 0;
5384
- top: 5px;
5385
- }
5369
+
5386
5370
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
5387
5371
  display: none;
5388
5372
  }
@@ -6601,15 +6585,13 @@
6601
6585
  align-items: center;
6602
6586
  }
6603
6587
  .el-select .el-tag__close.el-icon-close {
6604
- background-color: #8f959e;
6588
+ background-color: var(--text-white);
6605
6589
  top: 0;
6606
6590
  color: var(--bg-white);
6607
6591
  -ms-flex-negative: 0;
6608
6592
  flex-shrink: 0;
6609
6593
  }
6610
- .el-select .el-tag__close.el-icon-close:hover {
6611
- background-color: #8f959e;
6612
- }
6594
+
6613
6595
  .el-select .el-tag__close.el-icon-close::before {
6614
6596
  display: block;
6615
6597
  -webkit-transform: translate(0, 0.5px);
@@ -7213,18 +7195,7 @@
7213
7195
  background-color: var(--color-primary);
7214
7196
  border-color: var(--color-primary);
7215
7197
  }
7216
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
7217
- content: "";
7218
- position: absolute;
7219
- display: block;
7220
- background-color: var(--bg-white);
7221
- height: 2px;
7222
- -webkit-transform: scale(0.5);
7223
- transform: scale(0.5);
7224
- left: 0;
7225
- right: 0;
7226
- top: 5px;
7227
- }
7198
+
7228
7199
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
7229
7200
  display: none;
7230
7201
  }
@@ -8316,18 +8287,7 @@
8316
8287
  background-color: var(--color-primary);
8317
8288
  border-color: var(--color-primary);
8318
8289
  }
8319
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
8320
- content: "";
8321
- position: absolute;
8322
- display: block;
8323
- background-color: var(--bg-white);
8324
- height: 2px;
8325
- -webkit-transform: scale(0.5);
8326
- transform: scale(0.5);
8327
- left: 0;
8328
- right: 0;
8329
- top: 5px;
8330
- }
8290
+
8331
8291
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
8332
8292
  display: none;
8333
8293
  }
@@ -14664,7 +14624,7 @@
14664
14624
  content: "";
14665
14625
  position: absolute;
14666
14626
  display: block;
14667
- background-color: var(--bg-white);
14627
+ background-color: var(--text-white);
14668
14628
  height: 2px;
14669
14629
  -webkit-transform: scale(0.5);
14670
14630
  transform: scale(0.5);
@@ -14949,7 +14909,7 @@
14949
14909
  display: block;
14950
14910
  }
14951
14911
  .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
14952
- background-color: #ebf1fc;
14912
+ background-color: var(--hover-light-primary);
14953
14913
  }
14954
14914
  .el-alert {
14955
14915
  width: 100%;
@@ -20954,18 +20914,7 @@
20954
20914
  background-color: var(--color-primary);
20955
20915
  border-color: var(--color-primary);
20956
20916
  }
20957
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
20958
- content: "";
20959
- position: absolute;
20960
- display: block;
20961
- background-color: var(--color-error);
20962
- height: 2px;
20963
- -webkit-transform: scale(0.5);
20964
- transform: scale(0.5);
20965
- left: 0;
20966
- right: 0;
20967
- top: 5px;
20968
- }
20917
+
20969
20918
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
20970
20919
  display: none;
20971
20920
  }
@@ -23058,18 +23007,7 @@
23058
23007
  background-color: var(--color-primary);
23059
23008
  border-color: var(--color-primary);
23060
23009
  }
23061
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
23062
- content: "";
23063
- position: absolute;
23064
- display: block;
23065
- background-color: var(--bg-white);
23066
- height: 2px;
23067
- -webkit-transform: scale(0.5);
23068
- transform: scale(0.5);
23069
- left: 0;
23070
- right: 0;
23071
- top: 5px;
23072
- }
23010
+
23073
23011
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
23074
23012
  display: none;
23075
23013
  }
@@ -24763,18 +24701,7 @@
24763
24701
  background-color: var(--color-primary);
24764
24702
  border-color: var(--color-primary);
24765
24703
  }
24766
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
24767
- content: "";
24768
- position: absolute;
24769
- display: block;
24770
- background-color: var(--bg-white);
24771
- height: 2px;
24772
- -webkit-transform: scale(0.5);
24773
- transform: scale(0.5);
24774
- left: 0;
24775
- right: 0;
24776
- top: 5px;
24777
- }
24704
+
24778
24705
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
24779
24706
  display: none;
24780
24707
  }
@@ -1,7 +1,7 @@
1
1
  :root,
2
2
  :root[theme-mode="dark"] {
3
3
  // 主题色
4
- --color-primary: rgba(0, 83, 217, 0.9);
4
+ --color-primary: #4582E6;
5
5
  --color-active-primary: #2170f1;
6
6
  // 背景色
7
7
  --bg-white: #242424;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.2.53",
3
+ "version": "0.2.56",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -38,4 +38,4 @@
38
38
  "last 2 versions",
39
39
  "not dead"
40
40
  ]
41
- }
41
+ }
@@ -1968,15 +1968,10 @@
1968
1968
  text-overflow: ellipsis;
1969
1969
  }
1970
1970
 
1971
- .el-select .el-tag__close.el-icon-close {
1972
- background-color: #8f959e;
1973
- top: 0;
1974
- color: var(--bg-white);
1975
- -ms-flex-negative: 0;
1976
- flex-shrink: 0;
1977
- }
1971
+
1978
1972
  .el-select .el-tag__close.el-icon-close:hover {
1979
- background-color: #8f959e;
1973
+ background-color: var(--color-error);
1974
+ color: var(--text-white);
1980
1975
  }
1981
1976
  .el-select .el-tag__close.el-icon-close::before {
1982
1977
  display: block;
@@ -5181,7 +5176,7 @@
5181
5176
  z-index: -1;
5182
5177
  }
5183
5178
  .el-radio-button__orig-radio:checked + .el-radio-button__inner {
5184
- color: var(--bg-white);
5179
+ color: var(--text-color);
5185
5180
  background-color: var(--color-primary);
5186
5181
  border-color: var(--color-primary);
5187
5182
  -webkit-box-shadow: -1px 0 0 0 var(--color-primary);
@@ -5371,18 +5366,7 @@
5371
5366
  background-color: var(--color-primary);
5372
5367
  border-color: var(--color-primary);
5373
5368
  }
5374
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
5375
- content: "";
5376
- position: absolute;
5377
- display: block;
5378
- background-color: var(--bg-white);
5379
- height: 2px;
5380
- -webkit-transform: scale(0.5);
5381
- transform: scale(0.5);
5382
- left: 0;
5383
- right: 0;
5384
- top: 5px;
5385
- }
5369
+
5386
5370
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
5387
5371
  display: none;
5388
5372
  }
@@ -6601,15 +6585,13 @@
6601
6585
  align-items: center;
6602
6586
  }
6603
6587
  .el-select .el-tag__close.el-icon-close {
6604
- background-color: #8f959e;
6588
+ background-color: var(--text-white);
6605
6589
  top: 0;
6606
6590
  color: var(--bg-white);
6607
6591
  -ms-flex-negative: 0;
6608
6592
  flex-shrink: 0;
6609
6593
  }
6610
- .el-select .el-tag__close.el-icon-close:hover {
6611
- background-color: #8f959e;
6612
- }
6594
+
6613
6595
  .el-select .el-tag__close.el-icon-close::before {
6614
6596
  display: block;
6615
6597
  -webkit-transform: translate(0, 0.5px);
@@ -7213,18 +7195,7 @@
7213
7195
  background-color: var(--color-primary);
7214
7196
  border-color: var(--color-primary);
7215
7197
  }
7216
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
7217
- content: "";
7218
- position: absolute;
7219
- display: block;
7220
- background-color: var(--bg-white);
7221
- height: 2px;
7222
- -webkit-transform: scale(0.5);
7223
- transform: scale(0.5);
7224
- left: 0;
7225
- right: 0;
7226
- top: 5px;
7227
- }
7198
+
7228
7199
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
7229
7200
  display: none;
7230
7201
  }
@@ -8316,18 +8287,7 @@
8316
8287
  background-color: var(--color-primary);
8317
8288
  border-color: var(--color-primary);
8318
8289
  }
8319
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
8320
- content: "";
8321
- position: absolute;
8322
- display: block;
8323
- background-color: var(--bg-white);
8324
- height: 2px;
8325
- -webkit-transform: scale(0.5);
8326
- transform: scale(0.5);
8327
- left: 0;
8328
- right: 0;
8329
- top: 5px;
8330
- }
8290
+
8331
8291
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
8332
8292
  display: none;
8333
8293
  }
@@ -14664,7 +14624,7 @@
14664
14624
  content: "";
14665
14625
  position: absolute;
14666
14626
  display: block;
14667
- background-color: var(--bg-white);
14627
+ background-color: var(--text-white);
14668
14628
  height: 2px;
14669
14629
  -webkit-transform: scale(0.5);
14670
14630
  transform: scale(0.5);
@@ -14949,7 +14909,7 @@
14949
14909
  display: block;
14950
14910
  }
14951
14911
  .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
14952
- background-color: #ebf1fc;
14912
+ background-color: var(--hover-light-primary);
14953
14913
  }
14954
14914
  .el-alert {
14955
14915
  width: 100%;
@@ -20954,18 +20914,7 @@
20954
20914
  background-color: var(--color-primary);
20955
20915
  border-color: var(--color-primary);
20956
20916
  }
20957
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
20958
- content: "";
20959
- position: absolute;
20960
- display: block;
20961
- background-color: var(--color-error);
20962
- height: 2px;
20963
- -webkit-transform: scale(0.5);
20964
- transform: scale(0.5);
20965
- left: 0;
20966
- right: 0;
20967
- top: 5px;
20968
- }
20917
+
20969
20918
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
20970
20919
  display: none;
20971
20920
  }
@@ -23058,18 +23007,7 @@
23058
23007
  background-color: var(--color-primary);
23059
23008
  border-color: var(--color-primary);
23060
23009
  }
23061
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
23062
- content: "";
23063
- position: absolute;
23064
- display: block;
23065
- background-color: var(--bg-white);
23066
- height: 2px;
23067
- -webkit-transform: scale(0.5);
23068
- transform: scale(0.5);
23069
- left: 0;
23070
- right: 0;
23071
- top: 5px;
23072
- }
23010
+
23073
23011
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
23074
23012
  display: none;
23075
23013
  }
@@ -24763,18 +24701,7 @@
24763
24701
  background-color: var(--color-primary);
24764
24702
  border-color: var(--color-primary);
24765
24703
  }
24766
- .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
24767
- content: "";
24768
- position: absolute;
24769
- display: block;
24770
- background-color: var(--bg-white);
24771
- height: 2px;
24772
- -webkit-transform: scale(0.5);
24773
- transform: scale(0.5);
24774
- left: 0;
24775
- right: 0;
24776
- top: 5px;
24777
- }
24704
+
24778
24705
  .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
24779
24706
  display: none;
24780
24707
  }
@@ -1,7 +1,7 @@
1
1
  :root,
2
2
  :root[theme-mode="dark"] {
3
3
  // 主题色
4
- --color-primary: rgba(0, 83, 217, 0.9);
4
+ --color-primary: #4582E6;
5
5
  --color-active-primary: #2170f1;
6
6
  // 背景色
7
7
  --bg-white: #242424;