@baosight/erm 1.4.5 → 1.4.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/ermGrid/ermGrid.vue.d.ts +6 -6
- 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%;
|
|
@@ -565,6 +495,76 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
565
495
|
color: #fff; /* 勾选后的文字颜色 */
|
|
566
496
|
}
|
|
567
497
|
|
|
498
|
+
.rowContent[data-v-1b695265] {
|
|
499
|
+
display: flex;
|
|
500
|
+
flex-direction: row;
|
|
501
|
+
justify-content: center;
|
|
502
|
+
width: 100%;
|
|
503
|
+
margin: 0;
|
|
504
|
+
padding: 0;
|
|
505
|
+
}
|
|
506
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
507
|
+
width: 100%;
|
|
508
|
+
display: flex;
|
|
509
|
+
flex-direction: column;
|
|
510
|
+
justify-content: start;
|
|
511
|
+
overflow: auto;
|
|
512
|
+
border-radius: 15px;
|
|
513
|
+
background-color: #ffffff;
|
|
514
|
+
}
|
|
515
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
516
|
+
display: flex;
|
|
517
|
+
flex-direction: column;
|
|
518
|
+
justify-content: flex-start;
|
|
519
|
+
padding: 0px 0;
|
|
520
|
+
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
521
|
+
}
|
|
522
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
523
|
+
display: flex;
|
|
524
|
+
flex-direction: row;
|
|
525
|
+
justify-content: flex-start;
|
|
526
|
+
align-items: center;
|
|
527
|
+
font-size: 14px;
|
|
528
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
529
|
+
padding-left: 4px;
|
|
530
|
+
}
|
|
531
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
532
|
+
content: "*";
|
|
533
|
+
display: contents;
|
|
534
|
+
color: red;
|
|
535
|
+
}
|
|
536
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
537
|
+
font-size: 14px;
|
|
538
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.mainTitle[data-v-1b695265] {
|
|
542
|
+
display: flex;
|
|
543
|
+
flex-direction: column;
|
|
544
|
+
justify-content: center;
|
|
545
|
+
align-items: center;
|
|
546
|
+
font-family: "阿里巴巴普惠体Bold";
|
|
547
|
+
font-size: 23px;
|
|
548
|
+
color: #548cf6;
|
|
549
|
+
margin: 10px;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
[data-v-1b695265] .checkError {
|
|
553
|
+
border-bottom: 1px solid red;
|
|
554
|
+
animation: blink-1b695265 2s linear infinite;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
@keyframes blink-1b695265 {
|
|
558
|
+
0% {
|
|
559
|
+
border-color: red;
|
|
560
|
+
}
|
|
561
|
+
50% {
|
|
562
|
+
border-color: transparent;
|
|
563
|
+
}
|
|
564
|
+
100% {
|
|
565
|
+
border-color: red;
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
568
|
.container[data-v-87a0d832] {
|
|
569
569
|
width: 100%;
|
|
570
570
|
height: 100%;
|
|
@@ -626,14 +626,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
626
626
|
font-family: "阿里巴巴普惠体Light";
|
|
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
|
-
|
|
637
629
|
[data-v-7351fe97] .van-popup {
|
|
638
630
|
max-height: 80%;
|
|
639
631
|
}
|
|
@@ -661,4 +653,12 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
661
653
|
overflow: hidden;
|
|
662
654
|
overflow-y: auto;
|
|
663
655
|
height: calc(100% - 100px);
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
659
|
+
padding: 5px 0;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
[data-v-804c414a] .van-checkbox {
|
|
663
|
+
padding: 5px 0;
|
|
664
664
|
}
|