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.
- package/package.json +2 -2
- package/src/assets/css/cl-statis.scss +0 -13
- package/src/assets/css/el-table.scss +13 -0
- package/src/assets/iconFont/demo_index.html +1190 -1321
- package/src/assets/iconFont/iconfont.css +11 -3
- package/src/assets/iconFont/iconfont.js +1 -1
- package/src/assets/iconFont/iconfont.json +14 -0
- package/src/assets/iconFont/iconfont.ttf +0 -0
- package/src/assets/iconFont/iconfont.woff +0 -0
- package/src/assets/iconFont/iconfont.woff2 +0 -0
- package/src/components/ApprovalButtons/index.vue +22 -6
- package/src/components/Expandable/index.vue +3 -46
- package/src/components/Layout/HeaderWrap/indexN.vue +2 -7
- package/src/components/LoginSetting/img-none.png +0 -0
- package/src/components/LoginSetting/indexN.vue +1 -1
- package/src/components/LoginSetting/setItem.vue +196 -131
- package/src/components/LoginTemporary/button-next.png +0 -0
- package/src/components/LoginTemporary/button-prev.png +0 -0
- package/src/components/LoginTemporary/form.vue +16 -3
- package/src/components/LoginTemporary/indexN.vue +92 -37
- package/src/components/LoginTemporary/item1-active.png +0 -0
- package/src/components/LoginTemporary/item1-light-active.png +0 -0
- package/src/components/LoginTemporary/item2-active.png +0 -0
- package/src/components/LoginTemporary/item2-light-active.png +0 -0
- package/src/components/LoginTemporary/item2-light.png +0 -0
- package/src/components/LoginTemporary/item2.png +0 -0
- package/src/components/Statis/statisPopover.vue +17 -1
- package/src/components/Upload/uploadMsg.vue +77 -68
- package/src/index.js +2 -0
- package/src/utils/axios.js +3 -3
- package/src/utils/imgLoad.js +47 -0
- package/src/utils/tableheaderFilterpanel.vue +4 -5
- package/src/utils/urlToGo.js +1 -1
- package/style/fonts/iconfont.e6bdbf43.woff2 +0 -0
- package/style/fonts/iconfont.f1777a50.woff +0 -0
- package/{theme/fonts/iconfont.a9febaa2.ttf → style/fonts/iconfont.fbdd69b3.ttf} +0 -0
- package/style/index.css +3 -3
- package/style/index.css.map +1 -1
- package/theme/blue.css +3 -3
- package/theme/cctcRed.css +3 -3
- package/theme/fonts/iconfont.e6bdbf43.woff2 +0 -0
- package/theme/fonts/iconfont.f1777a50.woff +0 -0
- package/{style/fonts/iconfont.a9febaa2.ttf → theme/fonts/iconfont.fbdd69b3.ttf} +0 -0
- package/theme/green.css +3 -3
- package/theme/lightBlue.css +3 -3
- package/theme/orange.css +3 -3
- package/theme/purple.css +3 -3
- package/theme/red.css +3 -3
- package/theme/yellow.css +3 -3
- package/style/fonts/iconfont.022f36c4.woff2 +0 -0
- package/style/fonts/iconfont.4a1b2c93.woff +0 -0
- package/theme/fonts/iconfont.022f36c4.woff2 +0 -0
- package/theme/fonts/iconfont.4a1b2c93.woff +0 -0
- 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.
|
|
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",
|
|
@@ -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
|
}
|