@baosight/erm 1.6.0 → 1.6.1
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/ermList/ermList.vue.d.ts +5 -5
- package/lib/index.css +1 -1
- package/lib/index.esm.css +74 -74
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -60,76 +60,6 @@
|
|
|
60
60
|
font-family: "阿里巴巴普惠体Light";
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.rowContent[data-v-1b695265] {
|
|
64
|
-
display: flex;
|
|
65
|
-
flex-direction: row;
|
|
66
|
-
justify-content: center;
|
|
67
|
-
width: 100%;
|
|
68
|
-
margin: 0;
|
|
69
|
-
padding: 0;
|
|
70
|
-
}
|
|
71
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
72
|
-
width: 100%;
|
|
73
|
-
display: flex;
|
|
74
|
-
flex-direction: column;
|
|
75
|
-
justify-content: start;
|
|
76
|
-
overflow: auto;
|
|
77
|
-
border-radius: 15px;
|
|
78
|
-
background-color: #ffffff;
|
|
79
|
-
}
|
|
80
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
81
|
-
display: flex;
|
|
82
|
-
flex-direction: column;
|
|
83
|
-
justify-content: flex-start;
|
|
84
|
-
padding: 0px 0;
|
|
85
|
-
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
86
|
-
}
|
|
87
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
88
|
-
display: flex;
|
|
89
|
-
flex-direction: row;
|
|
90
|
-
justify-content: flex-start;
|
|
91
|
-
align-items: center;
|
|
92
|
-
font-size: 14px;
|
|
93
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
94
|
-
padding-left: 4px;
|
|
95
|
-
}
|
|
96
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
97
|
-
content: "*";
|
|
98
|
-
display: contents;
|
|
99
|
-
color: red;
|
|
100
|
-
}
|
|
101
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
102
|
-
font-size: 14px;
|
|
103
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.mainTitle[data-v-1b695265] {
|
|
107
|
-
display: flex;
|
|
108
|
-
flex-direction: column;
|
|
109
|
-
justify-content: center;
|
|
110
|
-
align-items: center;
|
|
111
|
-
font-family: "阿里巴巴普惠体Bold";
|
|
112
|
-
font-size: 23px;
|
|
113
|
-
color: #548cf6;
|
|
114
|
-
margin: 10px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
[data-v-1b695265] .checkError {
|
|
118
|
-
border-bottom: 1px solid red;
|
|
119
|
-
animation: blink-1b695265 2s linear infinite;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@keyframes blink-1b695265 {
|
|
123
|
-
0% {
|
|
124
|
-
border-color: red;
|
|
125
|
-
}
|
|
126
|
-
50% {
|
|
127
|
-
border-color: transparent;
|
|
128
|
-
}
|
|
129
|
-
100% {
|
|
130
|
-
border-color: red;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
63
|
.swiperButton[data-v-35c7b3ce] {
|
|
134
64
|
height: 100%;
|
|
135
65
|
}
|
|
@@ -486,6 +416,76 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
486
416
|
color: #fff; /* 勾选后的文字颜色 */
|
|
487
417
|
}
|
|
488
418
|
|
|
419
|
+
.rowContent[data-v-1b695265] {
|
|
420
|
+
display: flex;
|
|
421
|
+
flex-direction: row;
|
|
422
|
+
justify-content: center;
|
|
423
|
+
width: 100%;
|
|
424
|
+
margin: 0;
|
|
425
|
+
padding: 0;
|
|
426
|
+
}
|
|
427
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
428
|
+
width: 100%;
|
|
429
|
+
display: flex;
|
|
430
|
+
flex-direction: column;
|
|
431
|
+
justify-content: start;
|
|
432
|
+
overflow: auto;
|
|
433
|
+
border-radius: 15px;
|
|
434
|
+
background-color: #ffffff;
|
|
435
|
+
}
|
|
436
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
437
|
+
display: flex;
|
|
438
|
+
flex-direction: column;
|
|
439
|
+
justify-content: flex-start;
|
|
440
|
+
padding: 0px 0;
|
|
441
|
+
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
442
|
+
}
|
|
443
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
444
|
+
display: flex;
|
|
445
|
+
flex-direction: row;
|
|
446
|
+
justify-content: flex-start;
|
|
447
|
+
align-items: center;
|
|
448
|
+
font-size: 14px;
|
|
449
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
450
|
+
padding-left: 4px;
|
|
451
|
+
}
|
|
452
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
453
|
+
content: "*";
|
|
454
|
+
display: contents;
|
|
455
|
+
color: red;
|
|
456
|
+
}
|
|
457
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
458
|
+
font-size: 14px;
|
|
459
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.mainTitle[data-v-1b695265] {
|
|
463
|
+
display: flex;
|
|
464
|
+
flex-direction: column;
|
|
465
|
+
justify-content: center;
|
|
466
|
+
align-items: center;
|
|
467
|
+
font-family: "阿里巴巴普惠体Bold";
|
|
468
|
+
font-size: 23px;
|
|
469
|
+
color: #548cf6;
|
|
470
|
+
margin: 10px;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
[data-v-1b695265] .checkError {
|
|
474
|
+
border-bottom: 1px solid red;
|
|
475
|
+
animation: blink-1b695265 2s linear infinite;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
@keyframes blink-1b695265 {
|
|
479
|
+
0% {
|
|
480
|
+
border-color: red;
|
|
481
|
+
}
|
|
482
|
+
50% {
|
|
483
|
+
border-color: transparent;
|
|
484
|
+
}
|
|
485
|
+
100% {
|
|
486
|
+
border-color: red;
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
489
|
.baseStyle[data-v-a440e92e] {
|
|
490
490
|
width: 99%;
|
|
491
491
|
height: 100%;
|
|
@@ -626,6 +626,10 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
626
626
|
z-index: 1000;
|
|
627
627
|
}
|
|
628
628
|
|
|
629
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
630
|
+
padding: 5px 0;
|
|
631
|
+
}
|
|
632
|
+
|
|
629
633
|
[data-v-7351fe97] .van-popup {
|
|
630
634
|
max-height: 80%;
|
|
631
635
|
}
|
|
@@ -655,10 +659,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
655
659
|
height: calc(100% - 100px);
|
|
656
660
|
}
|
|
657
661
|
|
|
658
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
659
|
-
padding: 5px 0;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
662
|
[data-v-804c414a] .van-checkbox {
|
|
663
663
|
padding: 5px 0;
|
|
664
664
|
}
|