@baosight/erm 1.2.4 → 1.2.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/index.esm.css CHANGED
@@ -1,4 +1,75 @@
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
+
2
73
  .rowContent[data-v-1b695265] {
3
74
  display: flex;
4
75
  flex-direction: row;
@@ -87,6 +158,67 @@
87
158
  border-color: red;
88
159
  }
89
160
  }
161
+ .container[data-v-87a0d832] {
162
+ width: 100%;
163
+ height: 100%;
164
+ position: relative;
165
+ }
166
+
167
+ .box[data-v-87a0d832] {
168
+ display: flex;
169
+ justify-content: center;
170
+ align-items: center;
171
+ height: 100vh;
172
+ }
173
+
174
+ .goods-card[data-v-87a0d832] {
175
+ display: flex;
176
+ flex-direction: column;
177
+ justify-content: flex-start;
178
+ }
179
+
180
+ .card-desc[data-v-87a0d832] {
181
+ text-align: left;
182
+ }
183
+
184
+ .button-area[data-v-87a0d832] {
185
+ display: flex;
186
+ justify-content: space-between;
187
+ align-items: center;
188
+ top: 20px;
189
+ margin-top: 5%;
190
+ margin-left: 5%;
191
+ margin-right: 5%;
192
+ margin-bottom: 5%;
193
+ position: sticky;
194
+ z-index: 1000;
195
+ }
196
+
197
+ .button-type[data-v-87a0d832] {
198
+ font-size: 14px;
199
+ border-radius: 10px;
200
+ font-family: "阿里巴巴普惠体Regular";
201
+ position: relative;
202
+ }
203
+
204
+ .slot-left[data-v-87a0d832] {
205
+ margin-top: 20px;
206
+ margin-left: 20px;
207
+ width: 100%;
208
+ height: 60px;
209
+ }
210
+
211
+ .slot-right[data-v-87a0d832] {
212
+ margin-top: 20px;
213
+ width: 100%;
214
+ height: 60px;
215
+ border-radius: 10px;
216
+ color: white;
217
+ font-size: 16px;
218
+ font-weight: 600;
219
+ font-family: "阿里巴巴普惠体Light";
220
+ }
221
+
90
222
  .swiperButton[data-v-35c7b3ce] {
91
223
  height: 100%;
92
224
  }
@@ -415,134 +547,30 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
415
547
  overflow-y: auto;
416
548
  }
417
549
 
418
- .baseStyle[data-v-a440e92e] {
419
- width: 99%;
420
- height: 100%;
421
- margin-left: 2px;
422
- margin-right: 2px;
423
- }
424
-
425
- .ag-theme-alpine[data-v-a440e92e] {
426
- /* and between columns */
427
- --ag-cell-horizontal-border: solid #cecece;
428
- --ag-header-cell-horizontal-border: solid #cecece;
429
- --ag-header-foreground-color: #3a7af9;
430
- }
431
-
432
- [data-v-a440e92e] .ag-header-cell {
433
- border-right-style: solid;
434
- border-right-width: 1px;
435
- border-right-color: #cecece; /* 深灰色底边框 */
436
- }
437
-
438
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
439
- .ag-header-cell[data-v-a440e92e]:first-child {
440
- border-left: none; /* 移除左侧边框,如果需要的话 */
550
+ [data-v-35c7b3ce] div.van-checkbox__icon {
551
+ font-size: 26px;
441
552
  }
442
553
 
443
- /* 或者针对最后一列 */
444
- .ag-header-cell[data-v-a440e92e]:last-child {
445
- border-right: none; /* 移除右侧边框,如果需要的话 */
554
+ /* 隐藏原生复选框样式 */
555
+ .van-checkbox input[data-v-35c7b3ce] {
556
+ display: none;
446
557
  }
447
558
 
448
- /* 选中行的样式 */
449
- [data-v-a440e92e] .ag-row-selected::before {
450
- background-color: rgba(183, 249, 177, 0.5803921569);
451
- }
452
-
453
- /* 选中焦点行的样式 */
454
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
455
- background-color: rgba(183, 249, 177, 0.5803921569);
456
- background-image: none;
457
- }
458
-
459
- /* 表头的样式 */
460
- [data-v-a440e92e] .ag-header {
461
- background-color: #dbefff;
462
- }
463
-
464
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
465
- opacity: 1;
466
- }
467
-
468
- /* 默认行的背景色 */
469
- [data-v-a440e92e] .ag-row-odd {
470
- background-color: aliceblue;
471
- }
472
-
473
- /* 取消选中行的样式 */
474
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
475
- background-color: #ecf0f1;
559
+ /* 自定义复选框的样式 */
560
+ .van-checkbox__label[data-v-35c7b3ce] {
561
+ position: relative;
562
+ cursor: pointer;
476
563
  }
477
564
 
478
- .loading-overlay[data-v-a440e92e] {
565
+ /* 自定义勾选后的图标样式 */
566
+ .van-checkbox__mark[data-v-35c7b3ce] {
479
567
  position: absolute;
480
568
  top: 0;
481
569
  left: 0;
482
- right: 0;
483
- bottom: 0;
484
- background-color: rgba(255, 255, 255, 0.5);
485
- display: flex;
486
- z-index: 1000;
487
- }
488
-
489
- .container[data-v-87a0d832] {
490
570
  width: 100%;
491
571
  height: 100%;
492
- position: relative;
493
- }
494
-
495
- .box[data-v-87a0d832] {
496
- display: flex;
497
- justify-content: center;
498
- align-items: center;
499
- height: 100vh;
500
- }
501
-
502
- .goods-card[data-v-87a0d832] {
503
- display: flex;
504
- flex-direction: column;
505
- justify-content: flex-start;
506
- }
507
-
508
- .card-desc[data-v-87a0d832] {
509
- text-align: left;
510
- }
511
-
512
- .button-area[data-v-87a0d832] {
513
- display: flex;
514
- justify-content: space-between;
515
- align-items: center;
516
- top: 20px;
517
- margin-top: 5%;
518
- margin-left: 5%;
519
- margin-right: 5%;
520
- margin-bottom: 5%;
521
- position: sticky;
522
- z-index: 1000;
523
- }
524
-
525
- .button-type[data-v-87a0d832] {
526
- font-size: 14px;
527
- border-radius: 10px;
528
- font-family: "阿里巴巴普惠体Regular";
529
- position: relative;
530
- }
531
-
532
- .slot-left[data-v-87a0d832] {
533
- margin-top: 20px;
534
- margin-left: 20px;
535
- width: 100%;
536
- height: 60px;
537
- }
538
-
539
- .slot-right[data-v-87a0d832] {
540
- margin-top: 20px;
541
- width: 100%;
542
- height: 60px;
543
- border-radius: 10px;
544
- color: white;
545
- font-size: 16px;
546
- font-weight: 600;
547
- font-family: "阿里巴巴普惠体Light";
572
+ background-color: #1989fa; /* 勾选后的颜色 */
573
+ mask-image: none;
574
+ -webkit-mask-image: none;
575
+ color: #fff; /* 勾选后的文字颜色 */
548
576
  }