@baosight/erm 1.1.7 → 1.1.9
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/ermGrid/ermGrid.vue.d.ts +7 -8
- package/lib/ermList/ermList.vue.d.ts +145 -144
- package/lib/index.css +2 -2
- package/lib/index.esm.css +260 -73
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,65 +1,4 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.container[data-v-87a0d832] {
|
|
3
|
-
width: 100%;
|
|
4
|
-
height: 100%;
|
|
5
|
-
position: relative;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.box[data-v-87a0d832] {
|
|
9
|
-
display: flex;
|
|
10
|
-
justify-content: center;
|
|
11
|
-
align-items: center;
|
|
12
|
-
height: 100vh;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.goods-card[data-v-87a0d832] {
|
|
16
|
-
display: flex;
|
|
17
|
-
flex-direction: column;
|
|
18
|
-
justify-content: flex-start;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.card-desc[data-v-87a0d832] {
|
|
22
|
-
text-align: left;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.button-area[data-v-87a0d832] {
|
|
26
|
-
display: flex;
|
|
27
|
-
justify-content: space-between;
|
|
28
|
-
align-items: center;
|
|
29
|
-
top: 20px;
|
|
30
|
-
margin-top: 5%;
|
|
31
|
-
margin-left: 5%;
|
|
32
|
-
margin-right: 5%;
|
|
33
|
-
margin-bottom: 5%;
|
|
34
|
-
position: sticky;
|
|
35
|
-
z-index: 1000;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.button-type[data-v-87a0d832] {
|
|
39
|
-
font-size: 14px;
|
|
40
|
-
border-radius: 10px;
|
|
41
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
42
|
-
position: relative;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.slot-left[data-v-87a0d832] {
|
|
46
|
-
margin-top: 20px;
|
|
47
|
-
margin-left: 20px;
|
|
48
|
-
width: 100%;
|
|
49
|
-
height: 60px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.slot-right[data-v-87a0d832] {
|
|
53
|
-
margin-top: 20px;
|
|
54
|
-
width: 100%;
|
|
55
|
-
height: 60px;
|
|
56
|
-
border-radius: 10px;
|
|
57
|
-
color: white;
|
|
58
|
-
font-size: 16px;
|
|
59
|
-
font-weight: 600;
|
|
60
|
-
font-family: "阿里巴巴普惠体Light";
|
|
61
|
-
}
|
|
62
|
-
|
|
63
2
|
.swiperButton[data-v-35c7b3ce] {
|
|
64
3
|
height: 100%;
|
|
65
4
|
}
|
|
@@ -115,12 +54,15 @@
|
|
|
115
54
|
}
|
|
116
55
|
.rowContent[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
|
|
117
56
|
color: #a7a7a7;
|
|
118
|
-
font-size:
|
|
57
|
+
font-size: 12px !important;
|
|
119
58
|
font-family: "阿里巴巴普惠体Regular";
|
|
120
59
|
width: 100%;
|
|
121
60
|
word-break: break-all;
|
|
122
61
|
padding: 4px 0 4px 8px;
|
|
123
62
|
}
|
|
63
|
+
.rowContent[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
|
|
64
|
+
font-size: 12px !important;
|
|
65
|
+
}
|
|
124
66
|
|
|
125
67
|
.rowContentCard[data-v-35c7b3ce] {
|
|
126
68
|
display: flex;
|
|
@@ -177,23 +119,166 @@
|
|
|
177
119
|
}
|
|
178
120
|
.rowContentCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
|
|
179
121
|
color: #a7a7a7;
|
|
180
|
-
font-size:
|
|
122
|
+
font-size: 12px !important;
|
|
181
123
|
font-family: "阿里巴巴普惠体Regular";
|
|
182
124
|
word-break: break-all;
|
|
183
125
|
width: 100%;
|
|
184
126
|
padding: 4px 0 4px 8px;
|
|
185
127
|
}
|
|
128
|
+
.rowContentCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
|
|
129
|
+
font-size: 12px !important;
|
|
130
|
+
}
|
|
186
131
|
|
|
132
|
+
.rowContent2[data-v-35c7b3ce] {
|
|
133
|
+
display: flex;
|
|
134
|
+
flex-direction: row;
|
|
135
|
+
justify-content: center;
|
|
136
|
+
width: 94%;
|
|
137
|
+
margin: 0px 3% 0px;
|
|
138
|
+
padding: 10px 0;
|
|
139
|
+
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
140
|
+
}
|
|
141
|
+
.rowContent2[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
|
|
142
|
+
display: flex;
|
|
143
|
+
flex-direction: column;
|
|
144
|
+
justify-content: center;
|
|
145
|
+
align-items: center;
|
|
146
|
+
width: 15%;
|
|
147
|
+
}
|
|
148
|
+
.rowContent2[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
|
|
149
|
+
font-size: 12px !important;
|
|
150
|
+
float: right;
|
|
151
|
+
padding-right: 10px;
|
|
152
|
+
color: black;
|
|
153
|
+
}
|
|
154
|
+
.rowContent2[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
|
|
155
|
+
display: flex;
|
|
156
|
+
flex-direction: column;
|
|
157
|
+
justify-content: center;
|
|
158
|
+
align-items: center;
|
|
159
|
+
width: 15%;
|
|
160
|
+
}
|
|
161
|
+
.rowContent2[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
|
|
162
|
+
width: 100%;
|
|
163
|
+
display: flex;
|
|
164
|
+
flex-direction: column;
|
|
165
|
+
justify-content: start;
|
|
166
|
+
overflow: auto;
|
|
167
|
+
}
|
|
168
|
+
.rowContent2[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
|
|
169
|
+
display: flex;
|
|
170
|
+
flex-direction: column;
|
|
171
|
+
justify-content: flex-start;
|
|
172
|
+
padding: 3px 0;
|
|
173
|
+
word-wrap: break-word;
|
|
174
|
+
font-size: 15px;
|
|
175
|
+
}
|
|
176
|
+
.rowContent2[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
|
|
177
|
+
font-size: 15px;
|
|
178
|
+
color: #a7a7a7;
|
|
179
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
180
|
+
padding-left: 8px;
|
|
181
|
+
}
|
|
182
|
+
.rowContent2[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
|
|
183
|
+
font-size: 15px;
|
|
184
|
+
color: #a7a7a7;
|
|
185
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
186
|
+
}
|
|
187
|
+
.rowContent2[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
|
|
188
|
+
color: #a7a7a7;
|
|
189
|
+
font-size: 12px !important;
|
|
190
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
191
|
+
width: 100%;
|
|
192
|
+
word-break: break-all;
|
|
193
|
+
padding: 4px 0 4px 8px;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/*阴影Card开始*/
|
|
197
|
+
.rowShadowCard[data-v-35c7b3ce] {
|
|
198
|
+
display: flex;
|
|
199
|
+
flex-direction: row;
|
|
200
|
+
justify-content: flex-start;
|
|
201
|
+
border: 1px solid #e5e5e5;
|
|
202
|
+
border-left: none;
|
|
203
|
+
padding-left: 0;
|
|
204
|
+
border-radius: 6px;
|
|
205
|
+
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
|
|
206
|
+
width: 95%;
|
|
207
|
+
margin: 8px auto;
|
|
208
|
+
padding: 0;
|
|
209
|
+
margin-bottom: 0;
|
|
210
|
+
padding-bottom: 4px;
|
|
211
|
+
background: #fff;
|
|
212
|
+
}
|
|
213
|
+
.rowShadowCard[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
|
|
214
|
+
display: flex;
|
|
215
|
+
flex-direction: column;
|
|
216
|
+
justify-content: center;
|
|
217
|
+
align-items: center;
|
|
218
|
+
width: 15%;
|
|
219
|
+
}
|
|
220
|
+
.rowShadowCard[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
|
|
221
|
+
display: flex;
|
|
222
|
+
flex-direction: column;
|
|
223
|
+
justify-content: center;
|
|
224
|
+
align-items: center;
|
|
225
|
+
width: 10%;
|
|
226
|
+
}
|
|
227
|
+
.rowShadowCard[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
|
|
228
|
+
width: 100%;
|
|
229
|
+
display: flex;
|
|
230
|
+
flex-direction: column;
|
|
231
|
+
justify-content: start;
|
|
232
|
+
overflow: auto;
|
|
233
|
+
}
|
|
234
|
+
.rowShadowCard[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
|
|
235
|
+
display: flex;
|
|
236
|
+
flex-direction: column;
|
|
237
|
+
justify-content: flex-start;
|
|
238
|
+
padding: 3px 0;
|
|
239
|
+
word-wrap: break-word;
|
|
240
|
+
font-size: 15px;
|
|
241
|
+
}
|
|
242
|
+
.rowShadowCard[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
|
|
243
|
+
color: #a7a7a7;
|
|
244
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
245
|
+
padding-left: 4px;
|
|
246
|
+
}
|
|
247
|
+
.rowShadowCard[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
|
|
248
|
+
color: #a7a7a7;
|
|
249
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
250
|
+
width: 70%;
|
|
251
|
+
}
|
|
252
|
+
.rowShadowCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
|
|
253
|
+
color: #a7a7a7;
|
|
254
|
+
font-size: 12px !important;
|
|
255
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
256
|
+
word-break: break-all;
|
|
257
|
+
width: 100%;
|
|
258
|
+
padding: 4px 4px 0 8px;
|
|
259
|
+
}
|
|
260
|
+
.rowShadowCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
|
|
261
|
+
float: right;
|
|
262
|
+
padding-right: 4px;
|
|
263
|
+
font-size: 12px !important;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
/*阴影Card结束*/
|
|
187
267
|
.mainTitle[data-v-35c7b3ce] {
|
|
188
268
|
display: flex;
|
|
189
269
|
flex-direction: column;
|
|
190
270
|
justify-content: center;
|
|
191
271
|
align-items: center;
|
|
192
|
-
font-family: "阿里巴巴普惠体
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
272
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
273
|
+
width: 100%;
|
|
274
|
+
text-align: center;
|
|
275
|
+
background-color: #3a7af9;
|
|
276
|
+
color: #eaf1f3;
|
|
277
|
+
font-size: 16px;
|
|
278
|
+
height: 24px;
|
|
279
|
+
line-height: 24px;
|
|
280
|
+
margin: 0 auto;
|
|
281
|
+
padding: 0;
|
|
197
282
|
}
|
|
198
283
|
|
|
199
284
|
.selected[data-v-35c7b3ce] {
|
|
@@ -202,6 +287,29 @@
|
|
|
202
287
|
box-shadow: 0px 2px 3px #cccccc;
|
|
203
288
|
}
|
|
204
289
|
|
|
290
|
+
nav[data-v-35c7b3ce] {
|
|
291
|
+
text-align: center;
|
|
292
|
+
background-color: #0567b6;
|
|
293
|
+
color: white;
|
|
294
|
+
padding: 10px;
|
|
295
|
+
font-weight: bold;
|
|
296
|
+
position: sticky;
|
|
297
|
+
top: 0;
|
|
298
|
+
z-index: 10;
|
|
299
|
+
}
|
|
300
|
+
nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
301
|
+
height: auto;
|
|
302
|
+
left: 0;
|
|
303
|
+
position: absolute;
|
|
304
|
+
margin: 0;
|
|
305
|
+
border: none;
|
|
306
|
+
background: none;
|
|
307
|
+
color: white !important;
|
|
308
|
+
font-size: 20px !important;
|
|
309
|
+
margin-left: 3px !important;
|
|
310
|
+
margin-top: -4px !important;
|
|
311
|
+
}
|
|
312
|
+
|
|
205
313
|
.rowContent[data-v-1b695265] {
|
|
206
314
|
display: flex;
|
|
207
315
|
flex-direction: row;
|
|
@@ -250,10 +358,16 @@
|
|
|
250
358
|
flex-direction: column;
|
|
251
359
|
justify-content: center;
|
|
252
360
|
align-items: center;
|
|
253
|
-
font-family: "阿里巴巴普惠体
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
361
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
362
|
+
width: 100%;
|
|
363
|
+
text-align: center;
|
|
364
|
+
background-color: #3a7af9;
|
|
365
|
+
color: #eaf1f3;
|
|
366
|
+
font-size: 16px;
|
|
367
|
+
height: 24px;
|
|
368
|
+
line-height: 24px;
|
|
369
|
+
margin: 0 auto;
|
|
370
|
+
padding: 0;
|
|
257
371
|
}
|
|
258
372
|
|
|
259
373
|
[data-v-1b695265] .checkError {
|
|
@@ -261,6 +375,18 @@
|
|
|
261
375
|
animation: blink-1b695265 2s linear infinite;
|
|
262
376
|
}
|
|
263
377
|
|
|
378
|
+
[data-v-1b695265] .van-cell {
|
|
379
|
+
font-size: 12px;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
[data-v-1b695265] .colDesc {
|
|
383
|
+
font-size: 12px !important;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
[data-v-1b695265] .colData {
|
|
387
|
+
font-size: 12px !important;
|
|
388
|
+
}
|
|
389
|
+
|
|
264
390
|
@keyframes blink-1b695265 {
|
|
265
391
|
0% {
|
|
266
392
|
border-color: red;
|
|
@@ -272,6 +398,67 @@
|
|
|
272
398
|
border-color: red;
|
|
273
399
|
}
|
|
274
400
|
}
|
|
401
|
+
.container[data-v-87a0d832] {
|
|
402
|
+
width: 100%;
|
|
403
|
+
height: 100%;
|
|
404
|
+
position: relative;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.box[data-v-87a0d832] {
|
|
408
|
+
display: flex;
|
|
409
|
+
justify-content: center;
|
|
410
|
+
align-items: center;
|
|
411
|
+
height: 100vh;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.goods-card[data-v-87a0d832] {
|
|
415
|
+
display: flex;
|
|
416
|
+
flex-direction: column;
|
|
417
|
+
justify-content: flex-start;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.card-desc[data-v-87a0d832] {
|
|
421
|
+
text-align: left;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.button-area[data-v-87a0d832] {
|
|
425
|
+
display: flex;
|
|
426
|
+
justify-content: space-between;
|
|
427
|
+
align-items: center;
|
|
428
|
+
top: 20px;
|
|
429
|
+
margin-top: 5%;
|
|
430
|
+
margin-left: 5%;
|
|
431
|
+
margin-right: 5%;
|
|
432
|
+
margin-bottom: 5%;
|
|
433
|
+
position: sticky;
|
|
434
|
+
z-index: 1000;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.button-type[data-v-87a0d832] {
|
|
438
|
+
font-size: 14px;
|
|
439
|
+
border-radius: 10px;
|
|
440
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
441
|
+
position: relative;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.slot-left[data-v-87a0d832] {
|
|
445
|
+
margin-top: 20px;
|
|
446
|
+
margin-left: 20px;
|
|
447
|
+
width: 100%;
|
|
448
|
+
height: 60px;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.slot-right[data-v-87a0d832] {
|
|
452
|
+
margin-top: 20px;
|
|
453
|
+
width: 100%;
|
|
454
|
+
height: 60px;
|
|
455
|
+
border-radius: 10px;
|
|
456
|
+
color: white;
|
|
457
|
+
font-size: 16px;
|
|
458
|
+
font-weight: 600;
|
|
459
|
+
font-family: "阿里巴巴普惠体Light";
|
|
460
|
+
}
|
|
461
|
+
|
|
275
462
|
.baseStyle[data-v-a440e92e] {
|
|
276
463
|
width: 99%;
|
|
277
464
|
height: 100%;
|
|
@@ -283,7 +470,7 @@
|
|
|
283
470
|
/* and between columns */
|
|
284
471
|
--ag-cell-horizontal-border: solid #cecece;
|
|
285
472
|
--ag-header-cell-horizontal-border: solid #cecece;
|
|
286
|
-
--ag-header-foreground-color
|
|
473
|
+
--ag-header-foreground-color: #3a7af9;
|
|
287
474
|
}
|
|
288
475
|
|
|
289
476
|
[data-v-a440e92e] .ag-header-cell {
|