eoss-ui 0.6.25 → 0.6.27

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.
Files changed (52) hide show
  1. package/lib/button-group.js +3 -3
  2. package/lib/eoss-ui.common.js +283 -138
  3. package/lib/flow-list.js +13 -7
  4. package/lib/flow.js +8 -8
  5. package/lib/handler.js +73 -38
  6. package/lib/icons.js +1 -1
  7. package/lib/index.js +1 -1
  8. package/lib/login.js +18 -8
  9. package/lib/main.js +151 -57
  10. package/lib/theme-chalk/base.css +1 -1
  11. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  12. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  13. package/lib/theme-chalk/handler.css +1 -1
  14. package/lib/theme-chalk/icon.css +1 -1
  15. package/lib/theme-chalk/index.css +1 -1
  16. package/lib/theme-chalk/main.css +1 -1
  17. package/lib/theme-chalk/menu.css +1 -1
  18. package/lib/theme-chalk/simplicity.css +1 -1
  19. package/lib/theme-chalk/sizer.css +1 -1
  20. package/lib/theme-chalk/upload.css +1 -1
  21. package/package.json +1 -1
  22. package/packages/.DS_Store +0 -0
  23. package/packages/button-group/src/main.vue +1 -1
  24. package/packages/flow/src/processReject.vue +1 -1
  25. package/packages/flow-list/src/main.vue +6 -1
  26. package/packages/handler/.DS_Store +0 -0
  27. package/packages/handler/src/main.vue +60 -46
  28. package/packages/icons/src/icon.json +1 -1
  29. package/packages/login/.DS_Store +0 -0
  30. package/packages/login/src/main.vue +16 -6
  31. package/packages/main/.DS_Store +0 -0
  32. package/packages/main/src/default/index.vue +16 -4
  33. package/packages/main/src/simplicity/handler.vue +55 -17
  34. package/packages/main/src/simplicity/index.vue +16 -3
  35. package/packages/theme-chalk/lib/base.css +1 -1
  36. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  37. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  38. package/packages/theme-chalk/lib/handler.css +1 -1
  39. package/packages/theme-chalk/lib/icon.css +1 -1
  40. package/packages/theme-chalk/lib/index.css +1 -1
  41. package/packages/theme-chalk/lib/main.css +1 -1
  42. package/packages/theme-chalk/lib/menu.css +1 -1
  43. package/packages/theme-chalk/lib/simplicity.css +1 -1
  44. package/packages/theme-chalk/lib/sizer.css +1 -1
  45. package/packages/theme-chalk/lib/upload.css +1 -1
  46. package/packages/theme-chalk/src/.DS_Store +0 -0
  47. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  48. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  49. package/packages/theme-chalk/src/handler.scss +10 -0
  50. package/packages/theme-chalk/src/icon.scss +8 -0
  51. package/packages/theme-chalk/src/simplicity.scss +18 -8
  52. package/src/index.js +1 -1
@@ -37,6 +37,16 @@
37
37
  background-color: $--color-primary-light-4;
38
38
  }
39
39
  }
40
+ .es-handler-contact {
41
+ display: flex;
42
+ line-height: 20px;
43
+ margin-right: 12px;
44
+ text-align-last: justify;
45
+ .es-contact-label {
46
+ width: 56px;
47
+ margin-right: 12px;
48
+ }
49
+ }
40
50
  .es-handler-date {
41
51
  font-size: 14px;
42
52
  padding-right: 8px;
@@ -16,6 +16,14 @@
16
16
  -moz-osx-font-smoothing: grayscale;
17
17
  }
18
18
 
19
+ .es-icon-zhanghaodenglu:before {
20
+ content: '\e781';
21
+ }
22
+
23
+ .es-icon-saomadenglu:before {
24
+ content: '\e6d5';
25
+ }
26
+
19
27
  .es-icon-zuobian:before {
20
28
  content: '\e6cb';
21
29
  }
@@ -72,7 +72,7 @@
72
72
  }
73
73
  .es-simplicity-side-app {
74
74
  text-align: center;
75
- color: rgba(255, 255, 255, 0.3);
75
+ color: #fff;
76
76
  height: 64px;
77
77
  padding: 6px 0;
78
78
  position: relative;
@@ -86,20 +86,13 @@
86
86
  .el-badge {
87
87
  padding: 8px 0;
88
88
  }
89
- .es-icon_image {
90
- opacity: 0.3;
91
- }
92
89
  &.is-active,
93
90
  &:hover {
94
- color: #fff;
95
91
  .el-badge {
96
92
  padding: 8px 0;
97
93
  background-color: rgba(255, 255, 255, 0.12);
98
94
  border-radius: 9px;
99
95
  }
100
- .es-icon_image {
101
- opacity: 1;
102
- }
103
96
  }
104
97
  .el-icon-circle-close {
105
98
  position: absolute;
@@ -134,6 +127,9 @@
134
127
  border-radius: 50%;
135
128
  vertical-align: top;
136
129
  background: transparent;
130
+ & > img {
131
+ width: 100%;
132
+ }
137
133
  }
138
134
  .es-simplicity-main {
139
135
  height: 100%;
@@ -851,6 +847,16 @@
851
847
  height: 100%;
852
848
  line-height: 24px;
853
849
  padding: 0 10px;
850
+ .es-simplicity-contact {
851
+ display: flex;
852
+ line-height: 17px;
853
+ margin-right: 12px;
854
+ text-align-last: justify;
855
+ .es-contact-label {
856
+ width: 56px;
857
+ margin-right: 12px;
858
+ }
859
+ }
854
860
  .es-simplicity-handler-date {
855
861
  font-size: 14px;
856
862
  color: #15224c;
@@ -867,7 +873,11 @@
867
873
  background-color: #cdd9e4;
868
874
  }
869
875
  }
876
+ .es-simplicity-date-time {
877
+ display: flex;
878
+ }
870
879
  .es-simplicity-handler-time {
880
+ width: 80px;
871
881
  font-size: 20px;
872
882
  color: #2591f7;
873
883
  margin-right: 12px;
package/src/index.js CHANGED
@@ -121,7 +121,7 @@ if (typeof window !== 'undefined' && window.Vue) {
121
121
  }
122
122
 
123
123
  export default {
124
- version: '0.6.25',
124
+ version: '0.6.27',
125
125
  install,
126
126
  Button,
127
127
  ButtonGroup,