@baosight/erm 1.3.8 → 1.4.0
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/index.css +1 -1
- package/lib/index.esm.css +188 -175
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,4 +1,65 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
+
.container[data-v-87a0d832] {
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
position: relative;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.box[data-v-87a0d832] {
|
|
9
|
+
display: flex;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
align-items: center;
|
|
12
|
+
height: 100vh;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.goods-card[data-v-87a0d832] {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
justify-content: flex-start;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.card-desc[data-v-87a0d832] {
|
|
22
|
+
text-align: left;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.button-area[data-v-87a0d832] {
|
|
26
|
+
display: flex;
|
|
27
|
+
justify-content: space-between;
|
|
28
|
+
align-items: center;
|
|
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;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.button-type[data-v-87a0d832] {
|
|
39
|
+
font-size: 14px;
|
|
40
|
+
border-radius: 10px;
|
|
41
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
42
|
+
position: relative;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.slot-left[data-v-87a0d832] {
|
|
46
|
+
margin-top: 20px;
|
|
47
|
+
margin-left: 20px;
|
|
48
|
+
width: 100%;
|
|
49
|
+
height: 60px;
|
|
50
|
+
}
|
|
51
|
+
|
|
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";
|
|
61
|
+
}
|
|
62
|
+
|
|
2
63
|
.rowContent[data-v-1b695265] {
|
|
3
64
|
display: flex;
|
|
4
65
|
flex-direction: row;
|
|
@@ -69,6 +130,129 @@
|
|
|
69
130
|
border-color: red;
|
|
70
131
|
}
|
|
71
132
|
}
|
|
133
|
+
.baseStyle[data-v-a440e92e] {
|
|
134
|
+
width: 99%;
|
|
135
|
+
height: 100%;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
[data-v-a440e92e] .ag-header-group-cell {
|
|
139
|
+
border-right-style: solid;
|
|
140
|
+
border-right-width: 1px;
|
|
141
|
+
border-right-color: #cecece;
|
|
142
|
+
display: flex;
|
|
143
|
+
justify-content: center;
|
|
144
|
+
align-items: center;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
[data-v-a440e92e] .ag-header-cell-label {
|
|
148
|
+
display: flex;
|
|
149
|
+
justify-content: center;
|
|
150
|
+
align-items: center;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
[data-v-a440e92e] .ag-root-wrapper {
|
|
154
|
+
cursor: default;
|
|
155
|
+
position: relative;
|
|
156
|
+
display: flex;
|
|
157
|
+
flex-direction: column;
|
|
158
|
+
overflow: hidden;
|
|
159
|
+
white-space: normal;
|
|
160
|
+
border: 1px solid #cecece !important; /* 设置最外边的边框 */
|
|
161
|
+
margin-right: 2px !important;
|
|
162
|
+
margin-left: 2px !important;
|
|
163
|
+
margin-bottom: 60px !important;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
[data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
|
|
167
|
+
text-align: center !important;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.ag-theme-alpine[data-v-a440e92e] {
|
|
171
|
+
/* and between columns */
|
|
172
|
+
--ag-cell-horizontal-border: solid #cecece;
|
|
173
|
+
--ag-header-cell-horizontal-border: solid #cecece;
|
|
174
|
+
--ag-header-foreground-color: #3a7af9;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
[data-v-a440e92e] .ag-header-cell {
|
|
178
|
+
border-right-style: solid;
|
|
179
|
+
border-right-width: 1px;
|
|
180
|
+
border-right-color: #cecece; /* 深灰色底边框 */
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
184
|
+
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
185
|
+
border-left: none; /* 移除左侧边框,如果需要的话 */
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/* 或者针对最后一列 */
|
|
189
|
+
.ag-header-cell[data-v-a440e92e]:last-child {
|
|
190
|
+
border-right: none; /* 移除右侧边框,如果需要的话 */
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
/* 选中行的样式 */
|
|
194
|
+
[data-v-a440e92e] .ag-row-selected::before {
|
|
195
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/* 选中焦点行的样式 */
|
|
199
|
+
[data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
|
|
200
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
201
|
+
background-image: none;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/* 表头的样式 */
|
|
205
|
+
[data-v-a440e92e] .ag-header {
|
|
206
|
+
background-color: #dbefff;
|
|
207
|
+
text-align: center;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
[data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
|
|
211
|
+
opacity: 1;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
/* 默认行的背景色 */
|
|
215
|
+
[data-v-a440e92e] .ag-row-odd {
|
|
216
|
+
background-color: aliceblue;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/* 取消选中行的样式 */
|
|
220
|
+
[data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
|
|
221
|
+
background-color: #ecf0f1;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
[data-v-a440e92e] div.ag-header-cell.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed {
|
|
225
|
+
padding: 0 5px !important; /* 使用 !important 来确保覆盖默认样式 */
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
[data-v-a440e92e] div.ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height {
|
|
229
|
+
padding: 0 0 5px 5px !important; /* 使用 !important 来确保覆盖默认样式 */
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
[data-v-a440e92e] .ag-header-cell.ag-column-first.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed {
|
|
233
|
+
padding: 0 0 0 5px !important;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
[data-v-a440e92e] div.ag-selection-checkbox {
|
|
237
|
+
padding: 0 5px !important;
|
|
238
|
+
margin: 0 !important;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
[data-v-a440e92e] div.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-column-first {
|
|
242
|
+
padding: 0 5px !important; /* 使用 !important 来确保覆盖默认样式 */
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.loading-overlay[data-v-a440e92e] {
|
|
246
|
+
position: absolute;
|
|
247
|
+
top: 0;
|
|
248
|
+
left: 0;
|
|
249
|
+
right: 0;
|
|
250
|
+
bottom: 0;
|
|
251
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
252
|
+
display: flex;
|
|
253
|
+
z-index: 1000;
|
|
254
|
+
}
|
|
255
|
+
|
|
72
256
|
.swiperButton[data-v-35c7b3ce] {
|
|
73
257
|
height: 100%;
|
|
74
258
|
}
|
|
@@ -425,181 +609,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
425
609
|
color: #fff; /* 勾选后的文字颜色 */
|
|
426
610
|
}
|
|
427
611
|
|
|
428
|
-
.baseStyle[data-v-a440e92e] {
|
|
429
|
-
width: 99%;
|
|
430
|
-
height: 100%;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
[data-v-a440e92e] .ag-header-group-cell {
|
|
434
|
-
border-right-style: solid;
|
|
435
|
-
border-right-width: 1px;
|
|
436
|
-
border-right-color: #cecece;
|
|
437
|
-
display: flex;
|
|
438
|
-
justify-content: center;
|
|
439
|
-
align-items: center;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
[data-v-a440e92e] .ag-header-cell-label {
|
|
443
|
-
display: flex;
|
|
444
|
-
justify-content: center;
|
|
445
|
-
align-items: center;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
[data-v-a440e92e] .ag-root-wrapper {
|
|
449
|
-
cursor: default;
|
|
450
|
-
position: relative;
|
|
451
|
-
display: flex;
|
|
452
|
-
flex-direction: column;
|
|
453
|
-
overflow: hidden;
|
|
454
|
-
white-space: normal;
|
|
455
|
-
border: 1px solid #cecece !important; /* 设置最外边的边框 */
|
|
456
|
-
margin-right: 2px !important;
|
|
457
|
-
margin-left: 2px !important;
|
|
458
|
-
margin-bottom: 60px !important;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
[data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
|
|
462
|
-
text-align: center !important;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
.ag-theme-alpine[data-v-a440e92e] {
|
|
466
|
-
/* and between columns */
|
|
467
|
-
--ag-cell-horizontal-border: solid #cecece;
|
|
468
|
-
--ag-header-cell-horizontal-border: solid #cecece;
|
|
469
|
-
--ag-header-foreground-color: #3a7af9;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
[data-v-a440e92e] .ag-header-cell {
|
|
473
|
-
border-right-style: solid;
|
|
474
|
-
border-right-width: 1px;
|
|
475
|
-
border-right-color: #cecece; /* 深灰色底边框 */
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
479
|
-
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
480
|
-
border-left: none; /* 移除左侧边框,如果需要的话 */
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
/* 或者针对最后一列 */
|
|
484
|
-
.ag-header-cell[data-v-a440e92e]:last-child {
|
|
485
|
-
border-right: none; /* 移除右侧边框,如果需要的话 */
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
/* 选中行的样式 */
|
|
489
|
-
[data-v-a440e92e] .ag-row-selected::before {
|
|
490
|
-
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
/* 选中焦点行的样式 */
|
|
494
|
-
[data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
|
|
495
|
-
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
496
|
-
background-image: none;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
/* 表头的样式 */
|
|
500
|
-
[data-v-a440e92e] .ag-header {
|
|
501
|
-
background-color: #dbefff;
|
|
502
|
-
text-align: center;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
[data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
|
|
506
|
-
opacity: 1;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
/* 默认行的背景色 */
|
|
510
|
-
[data-v-a440e92e] .ag-row-odd {
|
|
511
|
-
background-color: aliceblue;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
/* 取消选中行的样式 */
|
|
515
|
-
[data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
|
|
516
|
-
background-color: #ecf0f1;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
[data-v-a440e92e] div.ag-header-cell.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed {
|
|
520
|
-
padding: 0 5px; /* 使用 !important 来确保覆盖默认样式 */
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
[data-v-a440e92e] div.ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height {
|
|
524
|
-
padding: 0 5px; /* 使用 !important 来确保覆盖默认样式 */
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
.loading-overlay[data-v-a440e92e] {
|
|
528
|
-
position: absolute;
|
|
529
|
-
top: 0;
|
|
530
|
-
left: 0;
|
|
531
|
-
right: 0;
|
|
532
|
-
bottom: 0;
|
|
533
|
-
background-color: rgba(255, 255, 255, 0.5);
|
|
534
|
-
display: flex;
|
|
535
|
-
z-index: 1000;
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
.container[data-v-87a0d832] {
|
|
539
|
-
width: 100%;
|
|
540
|
-
height: 100%;
|
|
541
|
-
position: relative;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.box[data-v-87a0d832] {
|
|
545
|
-
display: flex;
|
|
546
|
-
justify-content: center;
|
|
547
|
-
align-items: center;
|
|
548
|
-
height: 100vh;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
.goods-card[data-v-87a0d832] {
|
|
552
|
-
display: flex;
|
|
553
|
-
flex-direction: column;
|
|
554
|
-
justify-content: flex-start;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
.card-desc[data-v-87a0d832] {
|
|
558
|
-
text-align: left;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
.button-area[data-v-87a0d832] {
|
|
562
|
-
display: flex;
|
|
563
|
-
justify-content: space-between;
|
|
564
|
-
align-items: center;
|
|
565
|
-
top: 20px;
|
|
566
|
-
margin-top: 5%;
|
|
567
|
-
margin-left: 5%;
|
|
568
|
-
margin-right: 5%;
|
|
569
|
-
margin-bottom: 5%;
|
|
570
|
-
position: sticky;
|
|
571
|
-
z-index: 1000;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.button-type[data-v-87a0d832] {
|
|
575
|
-
font-size: 14px;
|
|
576
|
-
border-radius: 10px;
|
|
577
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
578
|
-
position: relative;
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
.slot-left[data-v-87a0d832] {
|
|
582
|
-
margin-top: 20px;
|
|
583
|
-
margin-left: 20px;
|
|
584
|
-
width: 100%;
|
|
585
|
-
height: 60px;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
.slot-right[data-v-87a0d832] {
|
|
589
|
-
margin-top: 20px;
|
|
590
|
-
width: 100%;
|
|
591
|
-
height: 60px;
|
|
592
|
-
border-radius: 10px;
|
|
593
|
-
color: white;
|
|
594
|
-
font-size: 16px;
|
|
595
|
-
font-weight: 600;
|
|
596
|
-
font-family: "阿里巴巴普惠体Light";
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
600
|
-
padding: 5px 0;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
612
|
[data-v-7351fe97] .van-popup {
|
|
604
613
|
max-height: 80%;
|
|
605
614
|
}
|
|
@@ -629,6 +638,10 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
629
638
|
height: calc(100% - 100px);
|
|
630
639
|
}
|
|
631
640
|
|
|
641
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
642
|
+
padding: 5px 0;
|
|
643
|
+
}
|
|
644
|
+
|
|
632
645
|
[data-v-804c414a] .van-checkbox {
|
|
633
646
|
padding: 5px 0;
|
|
634
647
|
}
|