meixioacomponent 0.2.53 → 0.2.54
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
|
-
|
|
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:
|
|
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;
|
|
@@ -6601,15 +6596,13 @@
|
|
|
6601
6596
|
align-items: center;
|
|
6602
6597
|
}
|
|
6603
6598
|
.el-select .el-tag__close.el-icon-close {
|
|
6604
|
-
background-color:
|
|
6599
|
+
background-color: var(--text-white);
|
|
6605
6600
|
top: 0;
|
|
6606
6601
|
color: var(--bg-white);
|
|
6607
6602
|
-ms-flex-negative: 0;
|
|
6608
6603
|
flex-shrink: 0;
|
|
6609
6604
|
}
|
|
6610
|
-
|
|
6611
|
-
background-color: #8f959e;
|
|
6612
|
-
}
|
|
6605
|
+
|
|
6613
6606
|
.el-select .el-tag__close.el-icon-close::before {
|
|
6614
6607
|
display: block;
|
|
6615
6608
|
-webkit-transform: translate(0, 0.5px);
|
package/package.json
CHANGED
|
@@ -1968,15 +1968,10 @@
|
|
|
1968
1968
|
text-overflow: ellipsis;
|
|
1969
1969
|
}
|
|
1970
1970
|
|
|
1971
|
-
|
|
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:
|
|
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;
|
|
@@ -6601,15 +6596,13 @@
|
|
|
6601
6596
|
align-items: center;
|
|
6602
6597
|
}
|
|
6603
6598
|
.el-select .el-tag__close.el-icon-close {
|
|
6604
|
-
background-color:
|
|
6599
|
+
background-color: var(--text-white);
|
|
6605
6600
|
top: 0;
|
|
6606
6601
|
color: var(--bg-white);
|
|
6607
6602
|
-ms-flex-negative: 0;
|
|
6608
6603
|
flex-shrink: 0;
|
|
6609
6604
|
}
|
|
6610
|
-
|
|
6611
|
-
background-color: #8f959e;
|
|
6612
|
-
}
|
|
6605
|
+
|
|
6613
6606
|
.el-select .el-tag__close.el-icon-close::before {
|
|
6614
6607
|
display: block;
|
|
6615
6608
|
-webkit-transform: translate(0, 0.5px);
|