@baosight/erm 1.2.6 → 1.2.8
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/MobileCheckGrid.vue.d.ts +214 -0
- package/lib/components/MobileRadio.vue.d.ts +175 -0
- package/lib/ermGrid/ermGrid.vue.d.ts +8 -7
- package/lib/index.css +2 -2
- package/lib/index.esm.css +186 -140
- package/lib/index.esm.js +1 -1
- package/lib/use/eiService.d.ts +1 -1
- package/package.json +3 -2
package/lib/index.esm.css
CHANGED
|
@@ -1,75 +1,4 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.baseStyle[data-v-a440e92e] {
|
|
3
|
-
width: 99%;
|
|
4
|
-
height: 100%;
|
|
5
|
-
margin-left: 2px;
|
|
6
|
-
margin-right: 2px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ag-theme-alpine[data-v-a440e92e] {
|
|
10
|
-
/* and between columns */
|
|
11
|
-
--ag-cell-horizontal-border: solid #cecece;
|
|
12
|
-
--ag-header-cell-horizontal-border: solid #cecece;
|
|
13
|
-
--ag-header-foreground-color: #3a7af9;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[data-v-a440e92e] .ag-header-cell {
|
|
17
|
-
border-right-style: solid;
|
|
18
|
-
border-right-width: 1px;
|
|
19
|
-
border-right-color: #cecece; /* 深灰色底边框 */
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
23
|
-
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
24
|
-
border-left: none; /* 移除左侧边框,如果需要的话 */
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
/* 或者针对最后一列 */
|
|
28
|
-
.ag-header-cell[data-v-a440e92e]:last-child {
|
|
29
|
-
border-right: none; /* 移除右侧边框,如果需要的话 */
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/* 选中行的样式 */
|
|
33
|
-
[data-v-a440e92e] .ag-row-selected::before {
|
|
34
|
-
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/* 选中焦点行的样式 */
|
|
38
|
-
[data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
|
|
39
|
-
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
40
|
-
background-image: none;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/* 表头的样式 */
|
|
44
|
-
[data-v-a440e92e] .ag-header {
|
|
45
|
-
background-color: #dbefff;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
[data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
|
|
49
|
-
opacity: 1;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/* 默认行的背景色 */
|
|
53
|
-
[data-v-a440e92e] .ag-row-odd {
|
|
54
|
-
background-color: aliceblue;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/* 取消选中行的样式 */
|
|
58
|
-
[data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
|
|
59
|
-
background-color: #ecf0f1;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.loading-overlay[data-v-a440e92e] {
|
|
63
|
-
position: absolute;
|
|
64
|
-
top: 0;
|
|
65
|
-
left: 0;
|
|
66
|
-
right: 0;
|
|
67
|
-
bottom: 0;
|
|
68
|
-
background-color: rgba(255, 255, 255, 0.5);
|
|
69
|
-
display: flex;
|
|
70
|
-
z-index: 1000;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
2
|
.rowContent[data-v-1b695265] {
|
|
74
3
|
display: flex;
|
|
75
4
|
flex-direction: row;
|
|
@@ -118,16 +47,10 @@
|
|
|
118
47
|
flex-direction: column;
|
|
119
48
|
justify-content: center;
|
|
120
49
|
align-items: center;
|
|
121
|
-
font-family: "阿里巴巴普惠体
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
color: #eaf1f3;
|
|
126
|
-
font-size: 16px;
|
|
127
|
-
height: 24px;
|
|
128
|
-
line-height: 24px;
|
|
129
|
-
margin: 0 auto;
|
|
130
|
-
padding: 0;
|
|
50
|
+
font-family: "阿里巴巴普惠体Bold";
|
|
51
|
+
font-size: 23px;
|
|
52
|
+
color: #548cf6;
|
|
53
|
+
margin: 10px;
|
|
131
54
|
}
|
|
132
55
|
|
|
133
56
|
[data-v-1b695265] .checkError {
|
|
@@ -135,18 +58,6 @@
|
|
|
135
58
|
animation: blink-1b695265 2s linear infinite;
|
|
136
59
|
}
|
|
137
60
|
|
|
138
|
-
[data-v-1b695265] .van-cell {
|
|
139
|
-
font-size: 12px;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
[data-v-1b695265] .colDesc {
|
|
143
|
-
font-size: 12px !important;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
[data-v-1b695265] .colData {
|
|
147
|
-
font-size: 12px !important;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
61
|
@keyframes blink-1b695265 {
|
|
151
62
|
0% {
|
|
152
63
|
border-color: red;
|
|
@@ -158,65 +69,106 @@
|
|
|
158
69
|
border-color: red;
|
|
159
70
|
}
|
|
160
71
|
}
|
|
161
|
-
.
|
|
162
|
-
width:
|
|
72
|
+
.baseStyle[data-v-a440e92e] {
|
|
73
|
+
width: 99%;
|
|
163
74
|
height: 100%;
|
|
164
|
-
position: relative;
|
|
165
75
|
}
|
|
166
76
|
|
|
167
|
-
|
|
77
|
+
[data-v-a440e92e] .ag-header-group-cell {
|
|
78
|
+
border-right-style: solid;
|
|
79
|
+
border-right-width: 1px;
|
|
80
|
+
border-right-color: #cecece;
|
|
168
81
|
display: flex;
|
|
169
82
|
justify-content: center;
|
|
170
83
|
align-items: center;
|
|
171
|
-
height: 100vh;
|
|
172
84
|
}
|
|
173
85
|
|
|
174
|
-
|
|
86
|
+
[data-v-a440e92e] .ag-header-cell-label {
|
|
87
|
+
display: flex;
|
|
88
|
+
justify-content: center;
|
|
89
|
+
align-items: center;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
[data-v-a440e92e] .ag-root-wrapper {
|
|
93
|
+
cursor: default;
|
|
94
|
+
position: relative;
|
|
175
95
|
display: flex;
|
|
176
96
|
flex-direction: column;
|
|
177
|
-
|
|
97
|
+
overflow: hidden;
|
|
98
|
+
white-space: normal;
|
|
99
|
+
border: 1px solid #cecece !important; /* 设置最外边的边框 */
|
|
100
|
+
margin-right: 2px !important;
|
|
101
|
+
margin-left: 2px !important;
|
|
102
|
+
margin-bottom: 60px !important;
|
|
178
103
|
}
|
|
179
104
|
|
|
180
|
-
|
|
181
|
-
text-align:
|
|
105
|
+
[data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
|
|
106
|
+
text-align: center !important;
|
|
182
107
|
}
|
|
183
108
|
|
|
184
|
-
.
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
margin-top: 5%;
|
|
190
|
-
margin-left: 5%;
|
|
191
|
-
margin-right: 5%;
|
|
192
|
-
margin-bottom: 5%;
|
|
193
|
-
position: sticky;
|
|
194
|
-
z-index: 1000;
|
|
109
|
+
.ag-theme-alpine[data-v-a440e92e] {
|
|
110
|
+
/* and between columns */
|
|
111
|
+
--ag-cell-horizontal-border: solid #cecece;
|
|
112
|
+
--ag-header-cell-horizontal-border: solid #cecece;
|
|
113
|
+
--ag-header-foreground-color: #3a7af9;
|
|
195
114
|
}
|
|
196
115
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
border-
|
|
200
|
-
|
|
201
|
-
position: relative;
|
|
116
|
+
[data-v-a440e92e] .ag-header-cell {
|
|
117
|
+
border-right-style: solid;
|
|
118
|
+
border-right-width: 1px;
|
|
119
|
+
border-right-color: #cecece; /* 深灰色底边框 */
|
|
202
120
|
}
|
|
203
121
|
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
width: 100%;
|
|
208
|
-
height: 60px;
|
|
122
|
+
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
123
|
+
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
124
|
+
border-left: none; /* 移除左侧边框,如果需要的话 */
|
|
209
125
|
}
|
|
210
126
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
127
|
+
/* 或者针对最后一列 */
|
|
128
|
+
.ag-header-cell[data-v-a440e92e]:last-child {
|
|
129
|
+
border-right: none; /* 移除右侧边框,如果需要的话 */
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
/* 选中行的样式 */
|
|
133
|
+
[data-v-a440e92e] .ag-row-selected::before {
|
|
134
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/* 选中焦点行的样式 */
|
|
138
|
+
[data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
|
|
139
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
140
|
+
background-image: none;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
/* 表头的样式 */
|
|
144
|
+
[data-v-a440e92e] .ag-header {
|
|
145
|
+
background-color: #dbefff;
|
|
146
|
+
text-align: center;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
[data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
|
|
150
|
+
opacity: 1;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/* 默认行的背景色 */
|
|
154
|
+
[data-v-a440e92e] .ag-row-odd {
|
|
155
|
+
background-color: aliceblue;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/* 取消选中行的样式 */
|
|
159
|
+
[data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
|
|
160
|
+
background-color: #ecf0f1;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.loading-overlay[data-v-a440e92e] {
|
|
164
|
+
position: absolute;
|
|
165
|
+
top: 0;
|
|
166
|
+
left: 0;
|
|
167
|
+
right: 0;
|
|
168
|
+
bottom: 0;
|
|
169
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
170
|
+
display: flex;
|
|
171
|
+
z-index: 1000;
|
|
220
172
|
}
|
|
221
173
|
|
|
222
174
|
.swiperButton[data-v-35c7b3ce] {
|
|
@@ -274,14 +226,14 @@
|
|
|
274
226
|
}
|
|
275
227
|
.rowContent[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
|
|
276
228
|
color: #a7a7a7;
|
|
277
|
-
font-size: 12px
|
|
229
|
+
font-size: 12px;
|
|
278
230
|
font-family: "阿里巴巴普惠体Regular";
|
|
279
231
|
width: 100%;
|
|
280
232
|
word-break: break-all;
|
|
281
233
|
padding: 4px 0 4px 8px;
|
|
282
234
|
}
|
|
283
235
|
.rowContent[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
|
|
284
|
-
font-size: 12px
|
|
236
|
+
font-size: 12px;
|
|
285
237
|
}
|
|
286
238
|
|
|
287
239
|
.rowContentCard[data-v-35c7b3ce] {
|
|
@@ -339,14 +291,14 @@
|
|
|
339
291
|
}
|
|
340
292
|
.rowContentCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
|
|
341
293
|
color: #a7a7a7;
|
|
342
|
-
font-size: 12px
|
|
294
|
+
font-size: 12px;
|
|
343
295
|
font-family: "阿里巴巴普惠体Regular";
|
|
344
296
|
word-break: break-all;
|
|
345
297
|
width: 100%;
|
|
346
298
|
padding: 4px 0 4px 8px;
|
|
347
299
|
}
|
|
348
300
|
.rowContentCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
|
|
349
|
-
font-size: 12px
|
|
301
|
+
font-size: 12px;
|
|
350
302
|
}
|
|
351
303
|
|
|
352
304
|
.rowContent2[data-v-35c7b3ce] {
|
|
@@ -366,7 +318,7 @@
|
|
|
366
318
|
width: 15%;
|
|
367
319
|
}
|
|
368
320
|
.rowContent2[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
|
|
369
|
-
font-size: 12px
|
|
321
|
+
font-size: 12px;
|
|
370
322
|
float: right;
|
|
371
323
|
padding-right: 10px;
|
|
372
324
|
color: black;
|
|
@@ -406,7 +358,7 @@
|
|
|
406
358
|
}
|
|
407
359
|
.rowContent2[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
|
|
408
360
|
color: #a7a7a7;
|
|
409
|
-
font-size: 12px
|
|
361
|
+
font-size: 12px;
|
|
410
362
|
font-family: "阿里巴巴普惠体Regular";
|
|
411
363
|
width: 100%;
|
|
412
364
|
word-break: break-all;
|
|
@@ -471,7 +423,7 @@
|
|
|
471
423
|
}
|
|
472
424
|
.rowShadowCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
|
|
473
425
|
color: #a7a7a7;
|
|
474
|
-
font-size: 12px
|
|
426
|
+
font-size: 12px;
|
|
475
427
|
font-family: "阿里巴巴普惠体Regular";
|
|
476
428
|
word-break: break-all;
|
|
477
429
|
width: 100%;
|
|
@@ -480,7 +432,7 @@
|
|
|
480
432
|
.rowShadowCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
|
|
481
433
|
float: right;
|
|
482
434
|
padding-right: 4px;
|
|
483
|
-
font-size: 12px
|
|
435
|
+
font-size: 12px;
|
|
484
436
|
}
|
|
485
437
|
|
|
486
438
|
/*阴影Card结束*/
|
|
@@ -573,4 +525,98 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
573
525
|
mask-image: none;
|
|
574
526
|
-webkit-mask-image: none;
|
|
575
527
|
color: #fff; /* 勾选后的文字颜色 */
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.container[data-v-87a0d832] {
|
|
531
|
+
width: 100%;
|
|
532
|
+
height: 100%;
|
|
533
|
+
position: relative;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.box[data-v-87a0d832] {
|
|
537
|
+
display: flex;
|
|
538
|
+
justify-content: center;
|
|
539
|
+
align-items: center;
|
|
540
|
+
height: 100vh;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.goods-card[data-v-87a0d832] {
|
|
544
|
+
display: flex;
|
|
545
|
+
flex-direction: column;
|
|
546
|
+
justify-content: flex-start;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.card-desc[data-v-87a0d832] {
|
|
550
|
+
text-align: left;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.button-area[data-v-87a0d832] {
|
|
554
|
+
display: flex;
|
|
555
|
+
justify-content: space-between;
|
|
556
|
+
align-items: center;
|
|
557
|
+
top: 20px;
|
|
558
|
+
margin-top: 5%;
|
|
559
|
+
margin-left: 5%;
|
|
560
|
+
margin-right: 5%;
|
|
561
|
+
margin-bottom: 5%;
|
|
562
|
+
position: sticky;
|
|
563
|
+
z-index: 1000;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.button-type[data-v-87a0d832] {
|
|
567
|
+
font-size: 14px;
|
|
568
|
+
border-radius: 10px;
|
|
569
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
570
|
+
position: relative;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.slot-left[data-v-87a0d832] {
|
|
574
|
+
margin-top: 20px;
|
|
575
|
+
margin-left: 20px;
|
|
576
|
+
width: 100%;
|
|
577
|
+
height: 60px;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.slot-right[data-v-87a0d832] {
|
|
581
|
+
margin-top: 20px;
|
|
582
|
+
width: 100%;
|
|
583
|
+
height: 60px;
|
|
584
|
+
border-radius: 10px;
|
|
585
|
+
color: white;
|
|
586
|
+
font-size: 16px;
|
|
587
|
+
font-weight: 600;
|
|
588
|
+
font-family: "阿里巴巴普惠体Light";
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
[data-v-7351fe97] .van-popup {
|
|
592
|
+
max-height: 80%;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
[data-v-7351fe97] .placeholder {
|
|
596
|
+
color: #c8c9cc !important;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.result-color[data-v-7351fe97] {
|
|
600
|
+
color: #323233;
|
|
601
|
+
word-break: break-all;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
[data-v-7351fe97] .van-picker__toolbar {
|
|
605
|
+
background: #fff;
|
|
606
|
+
margin-top: 0;
|
|
607
|
+
width: 100%;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.fix--cell[data-v-7351fe97] {
|
|
611
|
+
height: 100px;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.checkboxGroup[data-v-7351fe97] {
|
|
615
|
+
overflow: hidden;
|
|
616
|
+
overflow-y: auto;
|
|
617
|
+
height: calc(100% - 100px);
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
621
|
+
padding: 5px 0;
|
|
576
622
|
}
|