@baosight/erm 1.4.4 → 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 +2 -2
- package/lib/index.esm.css +72 -72
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -139,76 +139,6 @@
|
|
|
139
139
|
z-index: 1000;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.rowContent[data-v-1b695265] {
|
|
143
|
-
display: flex;
|
|
144
|
-
flex-direction: row;
|
|
145
|
-
justify-content: center;
|
|
146
|
-
width: 100%;
|
|
147
|
-
margin: 0;
|
|
148
|
-
padding: 0;
|
|
149
|
-
}
|
|
150
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
151
|
-
width: 100%;
|
|
152
|
-
display: flex;
|
|
153
|
-
flex-direction: column;
|
|
154
|
-
justify-content: start;
|
|
155
|
-
overflow: auto;
|
|
156
|
-
border-radius: 15px;
|
|
157
|
-
background-color: #ffffff;
|
|
158
|
-
}
|
|
159
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
160
|
-
display: flex;
|
|
161
|
-
flex-direction: column;
|
|
162
|
-
justify-content: flex-start;
|
|
163
|
-
padding: 0px 0;
|
|
164
|
-
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
165
|
-
}
|
|
166
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
167
|
-
display: flex;
|
|
168
|
-
flex-direction: row;
|
|
169
|
-
justify-content: flex-start;
|
|
170
|
-
align-items: center;
|
|
171
|
-
font-size: 14px;
|
|
172
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
173
|
-
padding-left: 4px;
|
|
174
|
-
}
|
|
175
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
176
|
-
content: "*";
|
|
177
|
-
display: contents;
|
|
178
|
-
color: red;
|
|
179
|
-
}
|
|
180
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
181
|
-
font-size: 14px;
|
|
182
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.mainTitle[data-v-1b695265] {
|
|
186
|
-
display: flex;
|
|
187
|
-
flex-direction: column;
|
|
188
|
-
justify-content: center;
|
|
189
|
-
align-items: center;
|
|
190
|
-
font-family: "阿里巴巴普惠体Bold";
|
|
191
|
-
font-size: 23px;
|
|
192
|
-
color: #548cf6;
|
|
193
|
-
margin: 10px;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
[data-v-1b695265] .checkError {
|
|
197
|
-
border-bottom: 1px solid red;
|
|
198
|
-
animation: blink-1b695265 2s linear infinite;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
@keyframes blink-1b695265 {
|
|
202
|
-
0% {
|
|
203
|
-
border-color: red;
|
|
204
|
-
}
|
|
205
|
-
50% {
|
|
206
|
-
border-color: transparent;
|
|
207
|
-
}
|
|
208
|
-
100% {
|
|
209
|
-
border-color: red;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
142
|
.swiperButton[data-v-35c7b3ce] {
|
|
213
143
|
height: 100%;
|
|
214
144
|
}
|
|
@@ -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%;
|
|
@@ -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-6e3557b8] .van-checkbox {
|
|
659
659
|
padding: 5px 0;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
|
-
[data-v-
|
|
662
|
+
[data-v-804c414a] .van-checkbox {
|
|
663
663
|
padding: 5px 0;
|
|
664
664
|
}
|