eoss-ui 0.7.47 → 0.7.49

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.
@@ -16,44 +16,52 @@
16
16
  -moz-osx-font-smoothing: grayscale;
17
17
  }
18
18
 
19
- .es-icon-upan:before {
20
- content: "\e64a";
19
+ .es-icon-juqiangongwen:before {
20
+ content: "\e773";
21
+ }
22
+
23
+ .es-icon-sousuorenyuan:before {
24
+ content: "\e770";
21
25
  }
22
26
 
23
27
  .es-icon-pdf:before {
24
- content: "\e78e";
28
+ content: "\e77a";
25
29
  }
26
30
 
27
- .es-icon-zip:before {
28
- content: "\e626";
31
+ .es-icon-yasuobao:before {
32
+ content: "\e77b";
29
33
  }
30
34
 
31
- .es-icon-video:before {
32
- content: "\e770";
35
+ .es-icon-txt:before {
36
+ content: "\e77c";
33
37
  }
34
38
 
35
- .es-icon-excel:before {
36
- content: "\e777";
39
+ .es-icon-weizhiwenjian:before {
40
+ content: "\e77d";
37
41
  }
38
42
 
39
- .es-icon-audio:before {
40
- content: "\e773";
43
+ .es-icon-ppt:before {
44
+ content: "\e780";
41
45
  }
42
46
 
43
- .es-icon-doc:before {
44
- content: "\e78b";
47
+ .es-icon-Excel:before {
48
+ content: "\e781";
45
49
  }
46
50
 
47
- .es-icon-txt:before {
48
- content: "\e78d";
51
+ .es-icon-upan:before {
52
+ content: "\e771";
49
53
  }
50
54
 
51
- .es-icon-ppt:before {
52
- content: "\e7b4";
55
+ .es-icon-kebofangwenjian:before {
56
+ content: "\e772";
53
57
  }
54
58
 
55
59
  .es-icon-word:before {
56
- content: "\e7ef";
60
+ content: "\e778";
61
+ }
62
+
63
+ .es-icon-shengyinwenjian:before {
64
+ content: "\e779";
57
65
  }
58
66
 
59
67
  .es-icon-weixin:before {
@@ -851,6 +851,7 @@
851
851
  }
852
852
  & > .el-tabs__content {
853
853
  height: calc(100% - #{$--main-simplicity-header-height});
854
+ background-color: $--background-color-base;
854
855
  .el-tab-pane {
855
856
  height: 100%;
856
857
  }
package/src/index.js CHANGED
@@ -125,7 +125,7 @@ if (typeof window !== 'undefined' && window.Vue) {
125
125
  }
126
126
 
127
127
  export default {
128
- version: '0.7.47',
128
+ version: '0.7.49',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,