@baosight/erm 1.6.5 → 1.6.6
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 +78 -78
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,74 +1,4 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.rowContent[data-v-1b695265] {
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-direction: row;
|
|
5
|
-
justify-content: center;
|
|
6
|
-
width: 100%;
|
|
7
|
-
margin: 0;
|
|
8
|
-
padding: 0;
|
|
9
|
-
}
|
|
10
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
11
|
-
width: 100%;
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
justify-content: start;
|
|
15
|
-
overflow: auto;
|
|
16
|
-
border-radius: 15px;
|
|
17
|
-
background-color: #ffffff;
|
|
18
|
-
}
|
|
19
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
20
|
-
display: flex;
|
|
21
|
-
flex-direction: column;
|
|
22
|
-
justify-content: flex-start;
|
|
23
|
-
padding: 0px 0;
|
|
24
|
-
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
25
|
-
}
|
|
26
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
27
|
-
display: flex;
|
|
28
|
-
flex-direction: row;
|
|
29
|
-
justify-content: flex-start;
|
|
30
|
-
align-items: center;
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
33
|
-
padding-left: 4px;
|
|
34
|
-
}
|
|
35
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
36
|
-
content: "*";
|
|
37
|
-
display: contents;
|
|
38
|
-
color: red;
|
|
39
|
-
}
|
|
40
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
41
|
-
font-size: 14px;
|
|
42
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.mainTitle[data-v-1b695265] {
|
|
46
|
-
display: flex;
|
|
47
|
-
flex-direction: column;
|
|
48
|
-
justify-content: center;
|
|
49
|
-
align-items: center;
|
|
50
|
-
font-family: "阿里巴巴普惠体Bold";
|
|
51
|
-
font-size: 23px;
|
|
52
|
-
color: #548cf6;
|
|
53
|
-
margin: 10px;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
[data-v-1b695265] .checkError {
|
|
57
|
-
border-bottom: 1px solid red;
|
|
58
|
-
animation: blink-1b695265 2s linear infinite;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
@keyframes blink-1b695265 {
|
|
62
|
-
0% {
|
|
63
|
-
border-color: red;
|
|
64
|
-
}
|
|
65
|
-
50% {
|
|
66
|
-
border-color: transparent;
|
|
67
|
-
}
|
|
68
|
-
100% {
|
|
69
|
-
border-color: red;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
2
|
.baseStyle[data-v-a440e92e] {
|
|
73
3
|
width: 99%;
|
|
74
4
|
height: 100%;
|
|
@@ -270,6 +200,76 @@
|
|
|
270
200
|
font-family: "阿里巴巴普惠体Light";
|
|
271
201
|
}
|
|
272
202
|
|
|
203
|
+
.rowContent[data-v-1b695265] {
|
|
204
|
+
display: flex;
|
|
205
|
+
flex-direction: row;
|
|
206
|
+
justify-content: center;
|
|
207
|
+
width: 100%;
|
|
208
|
+
margin: 0;
|
|
209
|
+
padding: 0;
|
|
210
|
+
}
|
|
211
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
212
|
+
width: 100%;
|
|
213
|
+
display: flex;
|
|
214
|
+
flex-direction: column;
|
|
215
|
+
justify-content: start;
|
|
216
|
+
overflow: auto;
|
|
217
|
+
border-radius: 15px;
|
|
218
|
+
background-color: #ffffff;
|
|
219
|
+
}
|
|
220
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
221
|
+
display: flex;
|
|
222
|
+
flex-direction: column;
|
|
223
|
+
justify-content: flex-start;
|
|
224
|
+
padding: 0px 0;
|
|
225
|
+
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
226
|
+
}
|
|
227
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
228
|
+
display: flex;
|
|
229
|
+
flex-direction: row;
|
|
230
|
+
justify-content: flex-start;
|
|
231
|
+
align-items: center;
|
|
232
|
+
font-size: 14px;
|
|
233
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
234
|
+
padding-left: 4px;
|
|
235
|
+
}
|
|
236
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
237
|
+
content: "*";
|
|
238
|
+
display: contents;
|
|
239
|
+
color: red;
|
|
240
|
+
}
|
|
241
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
242
|
+
font-size: 14px;
|
|
243
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.mainTitle[data-v-1b695265] {
|
|
247
|
+
display: flex;
|
|
248
|
+
flex-direction: column;
|
|
249
|
+
justify-content: center;
|
|
250
|
+
align-items: center;
|
|
251
|
+
font-family: "阿里巴巴普惠体Bold";
|
|
252
|
+
font-size: 23px;
|
|
253
|
+
color: #548cf6;
|
|
254
|
+
margin: 10px;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
[data-v-1b695265] .checkError {
|
|
258
|
+
border-bottom: 1px solid red;
|
|
259
|
+
animation: blink-1b695265 2s linear infinite;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
@keyframes blink-1b695265 {
|
|
263
|
+
0% {
|
|
264
|
+
border-color: red;
|
|
265
|
+
}
|
|
266
|
+
50% {
|
|
267
|
+
border-color: transparent;
|
|
268
|
+
}
|
|
269
|
+
100% {
|
|
270
|
+
border-color: red;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
273
|
.swiperButton[data-v-35c7b3ce] {
|
|
274
274
|
height: 100%;
|
|
275
275
|
}
|
|
@@ -626,6 +626,14 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
626
626
|
color: #fff; /* 勾选后的文字颜色 */
|
|
627
627
|
}
|
|
628
628
|
|
|
629
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
630
|
+
padding: 5px 0;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
[data-v-804c414a] .van-checkbox {
|
|
634
|
+
padding: 5px 0;
|
|
635
|
+
}
|
|
636
|
+
|
|
629
637
|
[data-v-7351fe97] .van-popup {
|
|
630
638
|
max-height: 80%;
|
|
631
639
|
}
|
|
@@ -653,12 +661,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
653
661
|
overflow: hidden;
|
|
654
662
|
overflow-y: auto;
|
|
655
663
|
height: calc(100% - 100px);
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
[data-v-804c414a] .van-checkbox {
|
|
659
|
-
padding: 5px 0;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
663
|
-
padding: 5px 0;
|
|
664
664
|
}
|