xianniu-ui 0.8.17 → 0.8.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xianniu-ui",
3
- "version": "0.8.17",
3
+ "version": "0.8.19",
4
4
  "private": false,
5
5
  "main": "lib/xianniu-ui.umd.min.js",
6
6
  "scripts": {
@@ -1,35 +1,37 @@
1
1
  @import "./theme/variables.scss";
2
- .xn-tag {
3
- &--color {
4
- &__blue {
5
- color: $blue;
6
- border: 1px solid $blue;
7
- background-color: rgba($color: $blue, $alpha: 0.2);
8
- }
9
- &__grey {
10
- color: $grey;
11
- border: 1px solid $grey;
12
- background-color: rgba($color: $grey, $alpha: 0.2);
13
- }
14
- &__green {
15
- color: $green;
16
- border: 1px solid $green;
17
- background-color: rgba($color: $green, $alpha: 0.2);
18
- }
19
- &__red {
20
- color: $red;
21
- border: 1px solid $red;
22
- background-color: rgba($color: $red, $alpha: 0.2);
23
- }
24
- &__orange {
25
- color: $orange;
26
- border: 1px solid $orange;
27
- background-color: rgba($color: $orange, $alpha: 0.2);
28
- }
29
- &__yellow {
30
- color: $yellow;
31
- border: 1px solid $yellow;
32
- background-color: rgba($color: $yellow, $alpha: 0.2);
2
+ .el-tag{
3
+ &.xn-tag {
4
+ &--color{
5
+ &__blue {
6
+ color: $blue;
7
+ border: 1px solid $blue;
8
+ background-color: rgba($color: $blue, $alpha: 0.2);
9
+ }
10
+ &__grey {
11
+ color: $grey;
12
+ border: 1px solid $grey;
13
+ background-color: rgba($color: $grey, $alpha: 0.2);
14
+ }
15
+ &__green {
16
+ color: $green;
17
+ border: 1px solid $green;
18
+ background-color: rgba($color: $green, $alpha: 0.2);
19
+ }
20
+ &__red {
21
+ color: $red;
22
+ border: 1px solid $red;
23
+ background-color: rgba($color: $red, $alpha: 0.2);
24
+ }
25
+ &__orange {
26
+ color: $orange;
27
+ border: 1px solid $orange;
28
+ background-color: rgba($color: $orange, $alpha: 0.2);
29
+ }
30
+ &__yellow {
31
+ color: $yellow;
32
+ border: 1px solid $yellow;
33
+ background-color: rgba($color: $yellow, $alpha: 0.2);
34
+ }
33
35
  }
34
36
  }
35
37
  }
@@ -203,7 +203,7 @@ export default {
203
203
  this.idCardSize()
204
204
  },
205
205
  beforeDestroy() {
206
- this.$emit("update:fileList", []);
206
+ // this.$emit("update:fileList", []);
207
207
  },
208
208
  methods: {
209
209
  async idCardSize() {