@baosight/erm 1.0.21 → 1.0.22
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.esm.css +25 -25
- package/package.json +1 -1
- package/lib/index.css +0 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,29 +1,4 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.c-page[data-v-7700e381] {
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-direction: column;
|
|
5
|
-
width: 100vw;
|
|
6
|
-
height: 100vh;
|
|
7
|
-
margin: 0 auto;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.page-container[data-v-7700e381] {
|
|
11
|
-
flex-grow: 1;
|
|
12
|
-
overflow: hidden;
|
|
13
|
-
overflow-y: auto;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.not-found[data-v-7700e381] {
|
|
17
|
-
position: absolute;
|
|
18
|
-
top: 0;
|
|
19
|
-
bottom: 0;
|
|
20
|
-
background-color: white;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.bottom-button[data-v-7700e381] {
|
|
24
|
-
padding: 0 48px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
2
|
.swiperButton[data-v-35c7b3ce] {
|
|
28
3
|
height: 100%;
|
|
29
4
|
}
|
|
@@ -111,4 +86,29 @@
|
|
|
111
86
|
max-height: 70vh;
|
|
112
87
|
text-align: center;
|
|
113
88
|
padding-top: 40px;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.c-page[data-v-7700e381] {
|
|
92
|
+
display: flex;
|
|
93
|
+
flex-direction: column;
|
|
94
|
+
width: 100vw;
|
|
95
|
+
height: 100vh;
|
|
96
|
+
margin: 0 auto;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.page-container[data-v-7700e381] {
|
|
100
|
+
flex-grow: 1;
|
|
101
|
+
overflow: hidden;
|
|
102
|
+
overflow-y: auto;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.not-found[data-v-7700e381] {
|
|
106
|
+
position: absolute;
|
|
107
|
+
top: 0;
|
|
108
|
+
bottom: 0;
|
|
109
|
+
background-color: white;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.bottom-button[data-v-7700e381] {
|
|
113
|
+
padding: 0 48px;
|
|
114
114
|
}
|
package/package.json
CHANGED
package/lib/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.c-page[data-v-438a968c]{display:flex;flex-direction:column;width:100vw;height:100vh;margin:0 auto}.page-container[data-v-438a968c]{flex-grow:1;overflow:hidden;overflow-y:auto}.not-found[data-v-438a968c]{position:absolute;top:0;bottom:0;background-color:#fff}.bottom-button[data-v-438a968c]{padding:0 48px}.swiperButton[data-v-18ccf330]{height:100%}.rowContent[data-v-18ccf330]{display:flex;flex-direction:row;justify-content:center;height:var(--120718a4);width:90%;margin:0 5% 0;padding:10px 0;border-bottom:1px solid hsla(0,0%,80%,.467)}.rowContent .leftArea[data-v-18ccf330]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:var(--7101848f)}.rowContent .leftArea .leftIcon[data-v-18ccf330]{width:var(--13a34cb0);height:var(--13a34cb0)}.rowContent .rightArea[data-v-18ccf330]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:var(--2afd8d94)}.rowContent .rightArea .rightIcon[data-v-18ccf330]{width:var(--ec353a62);height:var(--ec353a62)}.rowContent .mainContent[data-v-18ccf330]{width:var(--0a13c141);display:flex;flex-direction:column;justify-content:start;overflow:auto}.rowContent .mainContent .singleRow[data-v-18ccf330]{display:flex;flex-direction:column;justify-content:flex-start;padding:5px 0}.rowContent .mainContent .colDesc[data-v-18ccf330]{font-family:阿里巴巴普惠体Medium}.rowContent .mainContent .colData[data-v-18ccf330]{font-family:阿里巴巴普惠体Regular}.rowContent body[data-v-18ccf330]::-webkit-scrollbar{display:none}.rowContent body[data-v-18ccf330]{scrollbar-width:none;-ms-overflow-style:none}.mainTitle[data-v-18ccf330]{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-18ccf330]{background-color:rgba(228,232,245,.7);border-radius:10px;box-shadow:0 2px 3px #ccc}.myClass[data-v-18ccf330]{box-sizing:border-box;min-height:500px;max-height:70vh;text-align:center;padding-top:40px}
|