@baosight/erm 1.0.29 → 1.0.31
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/lib/index.css +1 -1
- package/lib/index.esm.css +9 -23
- package/package.json +7 -8
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.swiperButton[data-v-
|
|
1
|
+
.swiperButton[data-v-24527f86]{height:100%}.rowContent[data-v-24527f86]{display:flex;flex-direction:row;justify-content:center;width:90%;margin:0 5% 0;padding:10px 0;border-bottom:1px solid hsla(0,0%,80%,.467)}.rowContent .leftArea[data-v-24527f86]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:15%}.rowContent .leftArea .leftIcon[data-v-24527f86]{width:35px;height:35px}.rowContent .rightArea[data-v-24527f86]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:15%}.rowContent .rightArea .rightIcon[data-v-24527f86]{width:35px;height:35px}.rowContent .mainContent[data-v-24527f86]{width:100%;display:flex;flex-direction:column;justify-content:start;overflow:auto}.rowContent .mainContent .singleRow[data-v-24527f86]{display:flex;flex-direction:column;justify-content:flex-start;padding:5px 0}.rowContent .mainContent .colDesc[data-v-24527f86]{font-family:阿里巴巴普惠体Medium}.rowContent .mainContent .colData[data-v-24527f86]{font-family:阿里巴巴普惠体Regular}.mainTitle[data-v-24527f86]{display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:阿里巴巴普惠体Bold;font-size:23px;color:#548cf6;margin:10px;padding-bottom:10px}.selected[data-v-24527f86]{background-color:rgba(228,232,245,.7);border-radius:10px;box-shadow:0 2px 3px #ccc}
|
package/lib/index.esm.css
CHANGED
|
@@ -12,53 +12,45 @@
|
|
|
12
12
|
padding: 10px 0;
|
|
13
13
|
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
14
14
|
}
|
|
15
|
-
|
|
16
|
-
.leftArea[data-v-35c7b3ce] {
|
|
15
|
+
.rowContent[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
|
|
17
16
|
display: flex;
|
|
18
17
|
flex-direction: column;
|
|
19
18
|
justify-content: center;
|
|
20
19
|
align-items: center;
|
|
21
20
|
width: 15%;
|
|
22
21
|
}
|
|
23
|
-
|
|
24
|
-
.leftIcon[data-v-35c7b3ce] {
|
|
22
|
+
.rowContent[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] .leftIcon[data-v-35c7b3ce] {
|
|
25
23
|
width: 35px;
|
|
26
24
|
height: 35px;
|
|
27
25
|
}
|
|
28
|
-
|
|
29
|
-
.rightArea[data-v-35c7b3ce] {
|
|
26
|
+
.rowContent[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
|
|
30
27
|
display: flex;
|
|
31
28
|
flex-direction: column;
|
|
32
29
|
justify-content: center;
|
|
33
30
|
align-items: center;
|
|
34
31
|
width: 15%;
|
|
35
32
|
}
|
|
36
|
-
|
|
37
|
-
.rightIcon[data-v-35c7b3ce] {
|
|
33
|
+
.rowContent[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] .rightIcon[data-v-35c7b3ce] {
|
|
38
34
|
width: 35px;
|
|
39
35
|
height: 35px;
|
|
40
36
|
}
|
|
41
|
-
|
|
42
|
-
.mainContent[data-v-35c7b3ce] {
|
|
37
|
+
.rowContent[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
|
|
43
38
|
width: 100%;
|
|
44
39
|
display: flex;
|
|
45
40
|
flex-direction: column;
|
|
46
|
-
justify-content:
|
|
41
|
+
justify-content: start;
|
|
47
42
|
overflow: auto;
|
|
48
43
|
}
|
|
49
|
-
|
|
50
|
-
.singleRow[data-v-35c7b3ce] {
|
|
44
|
+
.rowContent[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
|
|
51
45
|
display: flex;
|
|
52
46
|
flex-direction: column;
|
|
53
47
|
justify-content: flex-start;
|
|
54
48
|
padding: 5px 0;
|
|
55
49
|
}
|
|
56
|
-
|
|
57
|
-
.colDesc[data-v-35c7b3ce] {
|
|
50
|
+
.rowContent[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
|
|
58
51
|
font-family: "阿里巴巴普惠体Medium";
|
|
59
52
|
}
|
|
60
|
-
|
|
61
|
-
.colData[data-v-35c7b3ce] {
|
|
53
|
+
.rowContent[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
|
|
62
54
|
font-family: "阿里巴巴普惠体Regular";
|
|
63
55
|
}
|
|
64
56
|
|
|
@@ -78,10 +70,4 @@
|
|
|
78
70
|
background-color: rgba(228, 232, 245, 0.7);
|
|
79
71
|
border-radius: 10px;
|
|
80
72
|
box-shadow: 0px 2px 3px #cccccc;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.myClass[data-v-35c7b3ce] {
|
|
84
|
-
height: 200px;
|
|
85
|
-
width: 200px;
|
|
86
|
-
background-color: red;
|
|
87
73
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baosight/erm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
4
4
|
"description": "Baosight Efm Framework",
|
|
5
5
|
"module": "lib/index.esm.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
|
-
"style": "lib/index.css",
|
|
8
7
|
"keywords": [],
|
|
9
8
|
"author": "",
|
|
10
9
|
"license": "MIT",
|
|
@@ -27,13 +26,13 @@
|
|
|
27
26
|
"dependencies": {
|
|
28
27
|
"@baosight/ei": "^0.1.58",
|
|
29
28
|
"@vant/area-data": "^1.3.1",
|
|
29
|
+
"vant": "^3.6.11",
|
|
30
|
+
"jsencrypt": "^3.3.2",
|
|
31
|
+
"jquery": "3.6.0",
|
|
30
32
|
"axios": "^0.26.1",
|
|
31
33
|
"core-js": "^3.6.5",
|
|
32
|
-
"jquery": "3.6.0",
|
|
33
|
-
"jsencrypt": "^3.3.2",
|
|
34
34
|
"lodash": "^4.17.21",
|
|
35
35
|
"pinia": "^2.1.4",
|
|
36
|
-
"vant": "3.6.12",
|
|
37
36
|
"vue": "^3.2.27",
|
|
38
37
|
"vue-router": "^4.1.3"
|
|
39
38
|
},
|
|
@@ -49,15 +48,15 @@
|
|
|
49
48
|
"@vue/compiler-sfc": "^3.0.0",
|
|
50
49
|
"cz-conventional-changelog": "^3.3.0",
|
|
51
50
|
"rollup": "^2.70.1",
|
|
51
|
+
"rollup-plugin-copy": "^3.4.0",
|
|
52
52
|
"rollup-plugin-postcss": "^4.0.2",
|
|
53
53
|
"rollup-plugin-scss": "^3.0.0",
|
|
54
54
|
"rollup-plugin-terser": "^7.0.2",
|
|
55
55
|
"rollup-plugin-typescript2": "^0.31.2",
|
|
56
56
|
"rollup-plugin-uglify": "^6.0.4",
|
|
57
57
|
"rollup-plugin-vue": "^6.0.0",
|
|
58
|
-
"
|
|
59
|
-
"sass": "^
|
|
60
|
-
"sass-loader": "^12.0.0",
|
|
58
|
+
"sass": "^1.26.5",
|
|
59
|
+
"sass-loader": "^8.0.2",
|
|
61
60
|
"typescript": "4.6.2"
|
|
62
61
|
},
|
|
63
62
|
"repository": {
|