@baosight/erm 1.5.4 → 1.5.5
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 +2 -1
- package/lib/index.css +1 -1
- package/lib/index.esm.css +63 -63
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,4 +1,65 @@
|
|
|
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
|
+
|
|
2
63
|
.swiperButton[data-v-35c7b3ce] {
|
|
3
64
|
height: 100%;
|
|
4
65
|
}
|
|
@@ -495,67 +556,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
495
556
|
z-index: 1000;
|
|
496
557
|
}
|
|
497
558
|
|
|
498
|
-
.container[data-v-87a0d832] {
|
|
499
|
-
width: 100%;
|
|
500
|
-
height: 100%;
|
|
501
|
-
position: relative;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
.box[data-v-87a0d832] {
|
|
505
|
-
display: flex;
|
|
506
|
-
justify-content: center;
|
|
507
|
-
align-items: center;
|
|
508
|
-
height: 100vh;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
.goods-card[data-v-87a0d832] {
|
|
512
|
-
display: flex;
|
|
513
|
-
flex-direction: column;
|
|
514
|
-
justify-content: flex-start;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
.card-desc[data-v-87a0d832] {
|
|
518
|
-
text-align: left;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.button-area[data-v-87a0d832] {
|
|
522
|
-
display: flex;
|
|
523
|
-
justify-content: space-between;
|
|
524
|
-
align-items: center;
|
|
525
|
-
top: 20px;
|
|
526
|
-
margin-top: 5%;
|
|
527
|
-
margin-left: 5%;
|
|
528
|
-
margin-right: 5%;
|
|
529
|
-
margin-bottom: 5%;
|
|
530
|
-
position: sticky;
|
|
531
|
-
z-index: 1000;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.button-type[data-v-87a0d832] {
|
|
535
|
-
font-size: 14px;
|
|
536
|
-
border-radius: 10px;
|
|
537
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
538
|
-
position: relative;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
.slot-left[data-v-87a0d832] {
|
|
542
|
-
margin-top: 20px;
|
|
543
|
-
margin-left: 20px;
|
|
544
|
-
width: 100%;
|
|
545
|
-
height: 60px;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.slot-right[data-v-87a0d832] {
|
|
549
|
-
margin-top: 20px;
|
|
550
|
-
width: 100%;
|
|
551
|
-
height: 60px;
|
|
552
|
-
border-radius: 10px;
|
|
553
|
-
color: white;
|
|
554
|
-
font-size: 16px;
|
|
555
|
-
font-weight: 600;
|
|
556
|
-
font-family: "阿里巴巴普惠体Light";
|
|
557
|
-
}
|
|
558
|
-
|
|
559
559
|
.rowContent[data-v-1b695265] {
|
|
560
560
|
display: flex;
|
|
561
561
|
flex-direction: row;
|
|
@@ -655,10 +655,10 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
655
655
|
height: calc(100% - 100px);
|
|
656
656
|
}
|
|
657
657
|
|
|
658
|
-
[data-v-
|
|
658
|
+
[data-v-804c414a] .van-checkbox {
|
|
659
659
|
padding: 5px 0;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
|
-
[data-v-
|
|
662
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
663
663
|
padding: 5px 0;
|
|
664
664
|
}
|