@baosight/erm 1.2.6 → 1.2.7

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,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: "阿里巴巴普惠体Regular";
122
- width: 100%;
123
- text-align: center;
124
- background-color: #3a7af9;
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,67 +69,6 @@
158
69
  border-color: red;
159
70
  }
160
71
  }
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
-
222
72
  .swiperButton[data-v-35c7b3ce] {
223
73
  height: 100%;
224
74
  }
@@ -573,4 +423,200 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
573
423
  mask-image: none;
574
424
  -webkit-mask-image: none;
575
425
  color: #fff; /* 勾选后的文字颜色 */
426
+ }
427
+
428
+ .container[data-v-87a0d832] {
429
+ width: 100%;
430
+ height: 100%;
431
+ position: relative;
432
+ }
433
+
434
+ .box[data-v-87a0d832] {
435
+ display: flex;
436
+ justify-content: center;
437
+ align-items: center;
438
+ height: 100vh;
439
+ }
440
+
441
+ .goods-card[data-v-87a0d832] {
442
+ display: flex;
443
+ flex-direction: column;
444
+ justify-content: flex-start;
445
+ }
446
+
447
+ .card-desc[data-v-87a0d832] {
448
+ text-align: left;
449
+ }
450
+
451
+ .button-area[data-v-87a0d832] {
452
+ display: flex;
453
+ justify-content: space-between;
454
+ align-items: center;
455
+ top: 20px;
456
+ margin-top: 5%;
457
+ margin-left: 5%;
458
+ margin-right: 5%;
459
+ margin-bottom: 5%;
460
+ position: sticky;
461
+ z-index: 1000;
462
+ }
463
+
464
+ .button-type[data-v-87a0d832] {
465
+ font-size: 14px;
466
+ border-radius: 10px;
467
+ font-family: "阿里巴巴普惠体Regular";
468
+ position: relative;
469
+ }
470
+
471
+ .slot-left[data-v-87a0d832] {
472
+ margin-top: 20px;
473
+ margin-left: 20px;
474
+ width: 100%;
475
+ height: 60px;
476
+ }
477
+
478
+ .slot-right[data-v-87a0d832] {
479
+ margin-top: 20px;
480
+ width: 100%;
481
+ height: 60px;
482
+ border-radius: 10px;
483
+ color: white;
484
+ font-size: 16px;
485
+ font-weight: 600;
486
+ font-family: "阿里巴巴普惠体Light";
487
+ }
488
+
489
+ .baseStyle[data-v-a440e92e] {
490
+ width: 99%;
491
+ height: 100%;
492
+ }
493
+
494
+ [data-v-a440e92e] .ag-header-group-cell {
495
+ border-right-style: solid;
496
+ border-right-width: 1px;
497
+ border-right-color: #cecece;
498
+ display: flex;
499
+ justify-content: center;
500
+ align-items: center;
501
+ }
502
+
503
+ [data-v-a440e92e] .ag-header-cell-label {
504
+ display: flex;
505
+ justify-content: center;
506
+ align-items: center;
507
+ }
508
+
509
+ [data-v-a440e92e] .ag-root-wrapper {
510
+ cursor: default;
511
+ position: relative;
512
+ display: flex;
513
+ flex-direction: column;
514
+ overflow: hidden;
515
+ white-space: normal;
516
+ border: 1px solid #cecece !important; /* 设置最外边的边框 */
517
+ margin-right: 2px !important;
518
+ margin-left: 2px !important;
519
+ margin-bottom: 60px !important;
520
+ }
521
+
522
+ [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
523
+ text-align: center !important;
524
+ }
525
+
526
+ .ag-theme-alpine[data-v-a440e92e] {
527
+ /* and between columns */
528
+ --ag-cell-horizontal-border: solid #cecece;
529
+ --ag-header-cell-horizontal-border: solid #cecece;
530
+ --ag-header-foreground-color: #3a7af9;
531
+ }
532
+
533
+ [data-v-a440e92e] .ag-header-cell {
534
+ border-right-style: solid;
535
+ border-right-width: 1px;
536
+ border-right-color: #cecece; /* 深灰色底边框 */
537
+ }
538
+
539
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
540
+ .ag-header-cell[data-v-a440e92e]:first-child {
541
+ border-left: none; /* 移除左侧边框,如果需要的话 */
542
+ }
543
+
544
+ /* 或者针对最后一列 */
545
+ .ag-header-cell[data-v-a440e92e]:last-child {
546
+ border-right: none; /* 移除右侧边框,如果需要的话 */
547
+ }
548
+
549
+ /* 选中行的样式 */
550
+ [data-v-a440e92e] .ag-row-selected::before {
551
+ background-color: rgba(183, 249, 177, 0.5803921569);
552
+ }
553
+
554
+ /* 选中焦点行的样式 */
555
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
556
+ background-color: rgba(183, 249, 177, 0.5803921569);
557
+ background-image: none;
558
+ }
559
+
560
+ /* 表头的样式 */
561
+ [data-v-a440e92e] .ag-header {
562
+ background-color: #dbefff;
563
+ text-align: center;
564
+ }
565
+
566
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
567
+ opacity: 1;
568
+ }
569
+
570
+ /* 默认行的背景色 */
571
+ [data-v-a440e92e] .ag-row-odd {
572
+ background-color: aliceblue;
573
+ }
574
+
575
+ /* 取消选中行的样式 */
576
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
577
+ background-color: #ecf0f1;
578
+ }
579
+
580
+ .loading-overlay[data-v-a440e92e] {
581
+ position: absolute;
582
+ top: 0;
583
+ left: 0;
584
+ right: 0;
585
+ bottom: 0;
586
+ background-color: rgba(255, 255, 255, 0.5);
587
+ display: flex;
588
+ z-index: 1000;
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
  }