n20-common-lib 2.1.26 → 2.1.28

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 (54) hide show
  1. package/package.json +2 -2
  2. package/src/assets/css/cl-statis.scss +0 -13
  3. package/src/assets/css/el-table.scss +13 -0
  4. package/src/assets/iconFont/demo_index.html +1190 -1321
  5. package/src/assets/iconFont/iconfont.css +11 -3
  6. package/src/assets/iconFont/iconfont.js +1 -1
  7. package/src/assets/iconFont/iconfont.json +14 -0
  8. package/src/assets/iconFont/iconfont.ttf +0 -0
  9. package/src/assets/iconFont/iconfont.woff +0 -0
  10. package/src/assets/iconFont/iconfont.woff2 +0 -0
  11. package/src/components/ApprovalButtons/index.vue +22 -6
  12. package/src/components/Expandable/index.vue +3 -46
  13. package/src/components/Layout/HeaderWrap/indexN.vue +2 -7
  14. package/src/components/LoginSetting/img-none.png +0 -0
  15. package/src/components/LoginSetting/indexN.vue +1 -1
  16. package/src/components/LoginSetting/setItem.vue +196 -131
  17. package/src/components/LoginTemporary/button-next.png +0 -0
  18. package/src/components/LoginTemporary/button-prev.png +0 -0
  19. package/src/components/LoginTemporary/form.vue +16 -3
  20. package/src/components/LoginTemporary/indexN.vue +92 -37
  21. package/src/components/LoginTemporary/item1-active.png +0 -0
  22. package/src/components/LoginTemporary/item1-light-active.png +0 -0
  23. package/src/components/LoginTemporary/item2-active.png +0 -0
  24. package/src/components/LoginTemporary/item2-light-active.png +0 -0
  25. package/src/components/LoginTemporary/item2-light.png +0 -0
  26. package/src/components/LoginTemporary/item2.png +0 -0
  27. package/src/components/Statis/statisPopover.vue +17 -1
  28. package/src/components/Upload/uploadMsg.vue +77 -68
  29. package/src/index.js +2 -0
  30. package/src/utils/axios.js +3 -3
  31. package/src/utils/imgLoad.js +47 -0
  32. package/src/utils/tableheaderFilterpanel.vue +4 -5
  33. package/src/utils/urlToGo.js +1 -1
  34. package/style/fonts/iconfont.e6bdbf43.woff2 +0 -0
  35. package/style/fonts/iconfont.f1777a50.woff +0 -0
  36. package/{theme/fonts/iconfont.a9febaa2.ttf → style/fonts/iconfont.fbdd69b3.ttf} +0 -0
  37. package/style/index.css +3 -3
  38. package/style/index.css.map +1 -1
  39. package/theme/blue.css +3 -3
  40. package/theme/cctcRed.css +3 -3
  41. package/theme/fonts/iconfont.e6bdbf43.woff2 +0 -0
  42. package/theme/fonts/iconfont.f1777a50.woff +0 -0
  43. package/{style/fonts/iconfont.a9febaa2.ttf → theme/fonts/iconfont.fbdd69b3.ttf} +0 -0
  44. package/theme/green.css +3 -3
  45. package/theme/lightBlue.css +3 -3
  46. package/theme/orange.css +3 -3
  47. package/theme/purple.css +3 -3
  48. package/theme/red.css +3 -3
  49. package/theme/yellow.css +3 -3
  50. package/style/fonts/iconfont.022f36c4.woff2 +0 -0
  51. package/style/fonts/iconfont.4a1b2c93.woff +0 -0
  52. package/theme/fonts/iconfont.022f36c4.woff2 +0 -0
  53. package/theme/fonts/iconfont.4a1b2c93.woff +0 -0
  54. package/theme/fonts/iconfont.fa132ccf.ttf +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.1.26",
3
+ "version": "2.1.28",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -53,6 +53,7 @@
53
53
  "panzoom": "*",
54
54
  "qrcode": "*",
55
55
  "resize-detector": "*",
56
+ "strip-json-comments": "*",
56
57
  "v-viewer": "*",
57
58
  "vuedraggable": "*"
58
59
  },
@@ -88,7 +89,6 @@
88
89
  "screenfull": "^5.1.0",
89
90
  "showdown": "^2.1.0",
90
91
  "sortablejs": "^1.15.0",
91
- "strip-json-comments": "^3.1.1",
92
92
  "svg-sprite-loader": "4.1.3",
93
93
  "svg-url-loader": "^7.1.1",
94
94
  "svgo": "1.2.0",
@@ -40,16 +40,3 @@
40
40
  margin-top: 4px;
41
41
  }
42
42
  }
43
-
44
- .n20-statis:hover {
45
- .rotating-icon {
46
- transform:rotate(270deg)
47
- }
48
- }
49
- .rotating-icon {
50
- transform:rotate(90deg)
51
- }
52
-
53
- .rotating-icon:hover {
54
- transform:rotate(270deg)
55
- }
@@ -2,6 +2,19 @@
2
2
  font-size: 14px;
3
3
  }
4
4
 
5
+ .el-table--mini .el-table__cell {
6
+ padding: 2px 0;
7
+ .cell {
8
+ padding-left: 4px;
9
+ padding-right: 4px;
10
+ // line-height: 18px;
11
+ }
12
+ .el-button--mini,
13
+ .el-link {
14
+ font-size: 12px;
15
+ }
16
+ }
17
+
5
18
  .el-table th {
6
19
  font-weight: $--font-weight-primary;
7
20
  }