@baosight/erm 1.0.30 → 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 CHANGED
@@ -1 +1 @@
1
- .swiperButton[data-v-108b5bdd]{height:100%}.rowContent[data-v-108b5bdd]{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)}.leftArea[data-v-108b5bdd]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:15%}.leftIcon[data-v-108b5bdd]{width:35px;height:35px}.rightArea[data-v-108b5bdd]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:15%}.rightIcon[data-v-108b5bdd]{width:35px;height:35px}.mainContent[data-v-108b5bdd]{width:100%;overflow:auto}.mainContent[data-v-108b5bdd],.singleRow[data-v-108b5bdd]{display:flex;flex-direction:column;justify-content:flex-start}.singleRow[data-v-108b5bdd]{padding:5px 0}.colDesc[data-v-108b5bdd]{font-family:阿里巴巴普惠体Medium}.colData[data-v-108b5bdd]{font-family:阿里巴巴普惠体Regular}.mainTitle[data-v-108b5bdd]{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-108b5bdd]{background-color:rgba(228,232,245,.7);border-radius:10px;box-shadow:0 2px 3px #ccc}.myClass[data-v-108b5bdd]{height:200px;width:200px;background-color:red}
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: flex-start;
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/erm",
3
- "version": "1.0.30",
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",