@baosight/erm 1.5.3 → 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/components/DateTimePicker.vue.d.ts +2 -2
- package/lib/components/MobileButtonEdit.vue.d.ts +2 -2
- package/lib/components/MobileDate.vue.d.ts +2 -2
- package/lib/ermGrid/ermGrid.vue.d.ts +2 -1
- package/lib/index.css +2 -2
- package/lib/index.esm.css +93 -93
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,74 +1,65 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-direction: row;
|
|
5
|
-
justify-content: center;
|
|
2
|
+
.container[data-v-87a0d832] {
|
|
6
3
|
width: 100%;
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
height: 100%;
|
|
5
|
+
position: relative;
|
|
9
6
|
}
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
|
|
8
|
+
.box[data-v-87a0d832] {
|
|
12
9
|
display: flex;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
border-radius: 15px;
|
|
17
|
-
background-color: #ffffff;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
align-items: center;
|
|
12
|
+
height: 100vh;
|
|
18
13
|
}
|
|
19
|
-
|
|
14
|
+
|
|
15
|
+
.goods-card[data-v-87a0d832] {
|
|
20
16
|
display: flex;
|
|
21
17
|
flex-direction: column;
|
|
22
18
|
justify-content: flex-start;
|
|
23
|
-
padding: 0px 0;
|
|
24
|
-
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
25
19
|
}
|
|
26
|
-
|
|
20
|
+
|
|
21
|
+
.card-desc[data-v-87a0d832] {
|
|
22
|
+
text-align: left;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.button-area[data-v-87a0d832] {
|
|
27
26
|
display: flex;
|
|
28
|
-
|
|
29
|
-
justify-content: flex-start;
|
|
27
|
+
justify-content: space-between;
|
|
30
28
|
align-items: center;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
color: red;
|
|
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;
|
|
39
36
|
}
|
|
40
|
-
|
|
37
|
+
|
|
38
|
+
.button-type[data-v-87a0d832] {
|
|
41
39
|
font-size: 14px;
|
|
40
|
+
border-radius: 10px;
|
|
42
41
|
font-family: "阿里巴巴普惠体Regular";
|
|
42
|
+
position: relative;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
font-family: "阿里巴巴普惠体Bold";
|
|
51
|
-
font-size: 23px;
|
|
52
|
-
color: #548cf6;
|
|
53
|
-
margin: 10px;
|
|
45
|
+
.slot-left[data-v-87a0d832] {
|
|
46
|
+
margin-top: 20px;
|
|
47
|
+
margin-left: 20px;
|
|
48
|
+
width: 100%;
|
|
49
|
+
height: 60px;
|
|
54
50
|
}
|
|
55
51
|
|
|
56
|
-
[data-v-
|
|
57
|
-
|
|
58
|
-
|
|
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";
|
|
59
61
|
}
|
|
60
62
|
|
|
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
63
|
.swiperButton[data-v-35c7b3ce] {
|
|
73
64
|
height: 100%;
|
|
74
65
|
}
|
|
@@ -565,67 +556,76 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
565
556
|
z-index: 1000;
|
|
566
557
|
}
|
|
567
558
|
|
|
568
|
-
.
|
|
559
|
+
.rowContent[data-v-1b695265] {
|
|
560
|
+
display: flex;
|
|
561
|
+
flex-direction: row;
|
|
562
|
+
justify-content: center;
|
|
569
563
|
width: 100%;
|
|
570
|
-
|
|
571
|
-
|
|
564
|
+
margin: 0;
|
|
565
|
+
padding: 0;
|
|
572
566
|
}
|
|
573
|
-
|
|
574
|
-
|
|
567
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
568
|
+
width: 100%;
|
|
575
569
|
display: flex;
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
570
|
+
flex-direction: column;
|
|
571
|
+
justify-content: start;
|
|
572
|
+
overflow: auto;
|
|
573
|
+
border-radius: 15px;
|
|
574
|
+
background-color: #ffffff;
|
|
579
575
|
}
|
|
580
|
-
|
|
581
|
-
.goods-card[data-v-87a0d832] {
|
|
576
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
582
577
|
display: flex;
|
|
583
578
|
flex-direction: column;
|
|
584
579
|
justify-content: flex-start;
|
|
580
|
+
padding: 0px 0;
|
|
581
|
+
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
585
582
|
}
|
|
586
|
-
|
|
587
|
-
.card-desc[data-v-87a0d832] {
|
|
588
|
-
text-align: left;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.button-area[data-v-87a0d832] {
|
|
583
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
592
584
|
display: flex;
|
|
593
|
-
|
|
585
|
+
flex-direction: row;
|
|
586
|
+
justify-content: flex-start;
|
|
594
587
|
align-items: center;
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
margin-right: 5%;
|
|
599
|
-
margin-bottom: 5%;
|
|
600
|
-
position: sticky;
|
|
601
|
-
z-index: 1000;
|
|
588
|
+
font-size: 14px;
|
|
589
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
590
|
+
padding-left: 4px;
|
|
602
591
|
}
|
|
603
|
-
|
|
604
|
-
|
|
592
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
593
|
+
content: "*";
|
|
594
|
+
display: contents;
|
|
595
|
+
color: red;
|
|
596
|
+
}
|
|
597
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
605
598
|
font-size: 14px;
|
|
606
|
-
border-radius: 10px;
|
|
607
599
|
font-family: "阿里巴巴普惠体Regular";
|
|
608
|
-
position: relative;
|
|
609
600
|
}
|
|
610
601
|
|
|
611
|
-
.
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
602
|
+
.mainTitle[data-v-1b695265] {
|
|
603
|
+
display: flex;
|
|
604
|
+
flex-direction: column;
|
|
605
|
+
justify-content: center;
|
|
606
|
+
align-items: center;
|
|
607
|
+
font-family: "阿里巴巴普惠体Bold";
|
|
608
|
+
font-size: 23px;
|
|
609
|
+
color: #548cf6;
|
|
610
|
+
margin: 10px;
|
|
616
611
|
}
|
|
617
612
|
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
height: 60px;
|
|
622
|
-
border-radius: 10px;
|
|
623
|
-
color: white;
|
|
624
|
-
font-size: 16px;
|
|
625
|
-
font-weight: 600;
|
|
626
|
-
font-family: "阿里巴巴普惠体Light";
|
|
613
|
+
[data-v-1b695265] .checkError {
|
|
614
|
+
border-bottom: 1px solid red;
|
|
615
|
+
animation: blink-1b695265 2s linear infinite;
|
|
627
616
|
}
|
|
628
617
|
|
|
618
|
+
@keyframes blink-1b695265 {
|
|
619
|
+
0% {
|
|
620
|
+
border-color: red;
|
|
621
|
+
}
|
|
622
|
+
50% {
|
|
623
|
+
border-color: transparent;
|
|
624
|
+
}
|
|
625
|
+
100% {
|
|
626
|
+
border-color: red;
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
629
|
[data-v-7351fe97] .van-popup {
|
|
630
630
|
max-height: 80%;
|
|
631
631
|
}
|