@baosight/erm 1.3.7 → 1.3.9

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,167 +1,4 @@
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
-
63
- .baseStyle[data-v-a440e92e] {
64
- width: 99%;
65
- height: 100%;
66
- }
67
-
68
- [data-v-a440e92e] .ag-header-group-cell {
69
- border-right-style: solid;
70
- border-right-width: 1px;
71
- border-right-color: #cecece;
72
- display: flex;
73
- justify-content: center;
74
- align-items: center;
75
- }
76
-
77
- [data-v-a440e92e] .ag-header-cell-label {
78
- display: flex;
79
- justify-content: center;
80
- align-items: center;
81
- }
82
-
83
- [data-v-a440e92e] .ag-root-wrapper {
84
- cursor: default;
85
- position: relative;
86
- display: flex;
87
- flex-direction: column;
88
- overflow: hidden;
89
- white-space: normal;
90
- border: 1px solid #cecece !important; /* 设置最外边的边框 */
91
- margin-right: 2px !important;
92
- margin-left: 2px !important;
93
- margin-bottom: 60px !important;
94
- }
95
-
96
- [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
97
- text-align: center !important;
98
- }
99
-
100
- .ag-theme-alpine[data-v-a440e92e] {
101
- /* and between columns */
102
- --ag-cell-horizontal-border: solid #cecece;
103
- --ag-header-cell-horizontal-border: solid #cecece;
104
- --ag-header-foreground-color: #3a7af9;
105
- }
106
-
107
- [data-v-a440e92e] .ag-header-cell {
108
- border-right-style: solid;
109
- border-right-width: 1px;
110
- border-right-color: #cecece; /* 深灰色底边框 */
111
- }
112
-
113
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
114
- .ag-header-cell[data-v-a440e92e]:first-child {
115
- border-left: none; /* 移除左侧边框,如果需要的话 */
116
- }
117
-
118
- /* 或者针对最后一列 */
119
- .ag-header-cell[data-v-a440e92e]:last-child {
120
- border-right: none; /* 移除右侧边框,如果需要的话 */
121
- }
122
-
123
- /* 选中行的样式 */
124
- [data-v-a440e92e] .ag-row-selected::before {
125
- background-color: rgba(183, 249, 177, 0.5803921569);
126
- }
127
-
128
- /* 选中焦点行的样式 */
129
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
130
- background-color: rgba(183, 249, 177, 0.5803921569);
131
- background-image: none;
132
- }
133
-
134
- /* 表头的样式 */
135
- [data-v-a440e92e] .ag-header {
136
- background-color: #dbefff;
137
- text-align: center;
138
- }
139
-
140
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
141
- opacity: 1;
142
- }
143
-
144
- /* 默认行的背景色 */
145
- [data-v-a440e92e] .ag-row-odd {
146
- background-color: aliceblue;
147
- }
148
-
149
- /* 取消选中行的样式 */
150
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
151
- background-color: #ecf0f1;
152
- }
153
-
154
- .loading-overlay[data-v-a440e92e] {
155
- position: absolute;
156
- top: 0;
157
- left: 0;
158
- right: 0;
159
- bottom: 0;
160
- background-color: rgba(255, 255, 255, 0.5);
161
- display: flex;
162
- z-index: 1000;
163
- }
164
-
165
2
  .rowContent[data-v-1b695265] {
166
3
  display: flex;
167
4
  flex-direction: row;
@@ -588,6 +425,194 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
588
425
  color: #fff; /* 勾选后的文字颜色 */
589
426
  }
590
427
 
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; /* 使用 !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 0 5px 5px !important; /* 使用 !important 来确保覆盖默认样式 */
525
+ }
526
+
527
+ [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 {
528
+ padding: 0 0 0 10px !important;
529
+ }
530
+
531
+ [data-v-a440e92e] div.ag-selection-checkbox {
532
+ padding: 0 5px !important;
533
+ margin: 0 !important;
534
+ }
535
+
536
+ [data-v-a440e92e] div.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-column-first {
537
+ padding: 0 5px !important; /* 使用 !important 来确保覆盖默认样式 */
538
+ }
539
+
540
+ .loading-overlay[data-v-a440e92e] {
541
+ position: absolute;
542
+ top: 0;
543
+ left: 0;
544
+ right: 0;
545
+ bottom: 0;
546
+ background-color: rgba(255, 255, 255, 0.5);
547
+ display: flex;
548
+ z-index: 1000;
549
+ }
550
+
551
+ .container[data-v-87a0d832] {
552
+ width: 100%;
553
+ height: 100%;
554
+ position: relative;
555
+ }
556
+
557
+ .box[data-v-87a0d832] {
558
+ display: flex;
559
+ justify-content: center;
560
+ align-items: center;
561
+ height: 100vh;
562
+ }
563
+
564
+ .goods-card[data-v-87a0d832] {
565
+ display: flex;
566
+ flex-direction: column;
567
+ justify-content: flex-start;
568
+ }
569
+
570
+ .card-desc[data-v-87a0d832] {
571
+ text-align: left;
572
+ }
573
+
574
+ .button-area[data-v-87a0d832] {
575
+ display: flex;
576
+ justify-content: space-between;
577
+ align-items: center;
578
+ top: 20px;
579
+ margin-top: 5%;
580
+ margin-left: 5%;
581
+ margin-right: 5%;
582
+ margin-bottom: 5%;
583
+ position: sticky;
584
+ z-index: 1000;
585
+ }
586
+
587
+ .button-type[data-v-87a0d832] {
588
+ font-size: 14px;
589
+ border-radius: 10px;
590
+ font-family: "阿里巴巴普惠体Regular";
591
+ position: relative;
592
+ }
593
+
594
+ .slot-left[data-v-87a0d832] {
595
+ margin-top: 20px;
596
+ margin-left: 20px;
597
+ width: 100%;
598
+ height: 60px;
599
+ }
600
+
601
+ .slot-right[data-v-87a0d832] {
602
+ margin-top: 20px;
603
+ width: 100%;
604
+ height: 60px;
605
+ border-radius: 10px;
606
+ color: white;
607
+ font-size: 16px;
608
+ font-weight: 600;
609
+ font-family: "阿里巴巴普惠体Light";
610
+ }
611
+
612
+ [data-v-804c414a] .van-checkbox {
613
+ padding: 5px 0;
614
+ }
615
+
591
616
  [data-v-7351fe97] .van-popup {
592
617
  max-height: 80%;
593
618
  }
@@ -617,10 +642,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
617
642
  height: calc(100% - 100px);
618
643
  }
619
644
 
620
- [data-v-804c414a] .van-checkbox {
621
- padding: 5px 0;
622
- }
623
-
624
645
  [data-v-6e3557b8] .van-checkbox {
625
646
  padding: 5px 0;
626
647
  }