@baosight/erm 1.5.1 → 1.5.3

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
@@ -69,207 +69,6 @@
69
69
  border-color: red;
70
70
  }
71
71
  }
72
- .baseStyle[data-v-a440e92e] {
73
- width: 99%;
74
- height: 100%;
75
- }
76
-
77
- [data-v-a440e92e] .ag-header-group-cell {
78
- border-right-style: solid;
79
- border-right-width: 1px;
80
- border-right-color: #cecece;
81
- display: flex;
82
- justify-content: center;
83
- align-items: center;
84
- }
85
-
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;
95
- display: flex;
96
- flex-direction: column;
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;
103
- }
104
-
105
- [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
106
- display: flex !important;
107
- justify-content: center !important;
108
- align-items: center !important;
109
- text-align: center !important;
110
- }
111
-
112
- .ag-theme-alpine[data-v-a440e92e] {
113
- /* and between columns */
114
- --ag-cell-horizontal-border: solid #cecece;
115
- --ag-header-cell-horizontal-border: solid #cecece;
116
- --ag-header-foreground-color: #3a7af9;
117
- }
118
-
119
- [data-v-a440e92e] .ag-header-cell {
120
- border-right-style: solid;
121
- border-right-width: 1px;
122
- border-right-color: #cecece; /* 深灰色底边框 */
123
- }
124
-
125
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
126
- .ag-header-cell[data-v-a440e92e]:first-child {
127
- border-left: none; /* 移除左侧边框,如果需要的话 */
128
- }
129
-
130
- /* 或者针对最后一列 */
131
- .ag-header-cell[data-v-a440e92e]:last-child {
132
- border-right: none; /* 移除右侧边框,如果需要的话 */
133
- }
134
-
135
- /* 选中行的样式 */
136
- [data-v-a440e92e] .ag-row-selected::before {
137
- background-color: rgba(183, 249, 177, 0.5803921569);
138
- }
139
-
140
- /* 选中焦点行的样式 */
141
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
142
- background-color: rgba(183, 249, 177, 0.5803921569);
143
- background-image: none;
144
- }
145
-
146
- /* 表头的样式 */
147
- [data-v-a440e92e] .ag-header {
148
- background-color: #dbefff;
149
- text-align: center;
150
- }
151
-
152
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
153
- opacity: 1;
154
- }
155
-
156
- /* 默认行的背景色 */
157
- [data-v-a440e92e] .ag-row-odd {
158
- background-color: aliceblue;
159
- }
160
-
161
- /* 取消选中行的样式 */
162
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
163
- background-color: #ecf0f1;
164
- }
165
-
166
- [data-v-a440e92e] .ag-header-cell-label {
167
- white-space: pre-line !important; /* 强制允许换行 */
168
- }
169
-
170
- /*
171
-
172
- :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
173
- padding: 0 4px 0 4px !important;
174
- }
175
- :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
176
- padding: 0 3px 0 3px !important;
177
- }
178
-
179
- :deep(.ag-selection-checkbox) {
180
- margin: 0 auto!important;
181
- text-align: center;
182
-
183
- }
184
- .centered-checkbox .ag-cell-wrapper {
185
- padding:0 3px;
186
- display: flex;
187
- justify-content: center;
188
- align-items: center;
189
- }
190
-
191
- .centered-header .ag-header-cell-label {
192
- padding:0 4px;
193
- display: flex;
194
- justify-content: center;
195
- }
196
- :deep(.ag-input-field-input.ag-checkbox-input){
197
- text-align: center;
198
- display: flex;
199
- justify-content: center;
200
- }*/
201
- .loading-overlay[data-v-a440e92e] {
202
- position: absolute;
203
- top: 0;
204
- left: 0;
205
- right: 0;
206
- bottom: 0;
207
- background-color: rgba(255, 255, 255, 0.5);
208
- display: flex;
209
- z-index: 1000;
210
- }
211
-
212
- .container[data-v-87a0d832] {
213
- width: 100%;
214
- height: 100%;
215
- position: relative;
216
- }
217
-
218
- .box[data-v-87a0d832] {
219
- display: flex;
220
- justify-content: center;
221
- align-items: center;
222
- height: 100vh;
223
- }
224
-
225
- .goods-card[data-v-87a0d832] {
226
- display: flex;
227
- flex-direction: column;
228
- justify-content: flex-start;
229
- }
230
-
231
- .card-desc[data-v-87a0d832] {
232
- text-align: left;
233
- }
234
-
235
- .button-area[data-v-87a0d832] {
236
- display: flex;
237
- justify-content: space-between;
238
- align-items: center;
239
- top: 20px;
240
- margin-top: 5%;
241
- margin-left: 5%;
242
- margin-right: 5%;
243
- margin-bottom: 5%;
244
- position: sticky;
245
- z-index: 1000;
246
- }
247
-
248
- .button-type[data-v-87a0d832] {
249
- font-size: 14px;
250
- border-radius: 10px;
251
- font-family: "阿里巴巴普惠体Regular";
252
- position: relative;
253
- }
254
-
255
- .slot-left[data-v-87a0d832] {
256
- margin-top: 20px;
257
- margin-left: 20px;
258
- width: 100%;
259
- height: 60px;
260
- }
261
-
262
- .slot-right[data-v-87a0d832] {
263
- margin-top: 20px;
264
- width: 100%;
265
- height: 60px;
266
- border-radius: 10px;
267
- color: white;
268
- font-size: 16px;
269
- font-weight: 600;
270
- font-family: "阿里巴巴普惠体Light";
271
- }
272
-
273
72
  .swiperButton[data-v-35c7b3ce] {
274
73
  height: 100%;
275
74
  }
@@ -626,12 +425,205 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
626
425
  color: #fff; /* 勾选后的文字颜色 */
627
426
  }
628
427
 
629
- [data-v-804c414a] .van-checkbox {
630
- padding: 5px 0;
428
+ .baseStyle[data-v-a440e92e] {
429
+ width: 99%;
430
+ height: 100%;
631
431
  }
632
432
 
633
- [data-v-6e3557b8] .van-checkbox {
634
- padding: 5px 0;
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
+ display: flex !important;
463
+ justify-content: center !important;
464
+ align-items: center !important;
465
+ text-align: center !important;
466
+ }
467
+
468
+ .ag-theme-alpine[data-v-a440e92e] {
469
+ /* and between columns */
470
+ --ag-cell-horizontal-border: solid #cecece;
471
+ --ag-header-cell-horizontal-border: solid #cecece;
472
+ --ag-header-foreground-color: #3a7af9;
473
+ }
474
+
475
+ [data-v-a440e92e] .ag-header-cell {
476
+ border-right-style: solid;
477
+ border-right-width: 1px;
478
+ border-right-color: #cecece; /* 深灰色底边框 */
479
+ }
480
+
481
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
482
+ .ag-header-cell[data-v-a440e92e]:first-child {
483
+ border-left: none; /* 移除左侧边框,如果需要的话 */
484
+ }
485
+
486
+ /* 或者针对最后一列 */
487
+ .ag-header-cell[data-v-a440e92e]:last-child {
488
+ border-right: none; /* 移除右侧边框,如果需要的话 */
489
+ }
490
+
491
+ /* 选中行的样式 */
492
+ [data-v-a440e92e] .ag-row-selected::before {
493
+ background-color: rgba(183, 249, 177, 0.5803921569);
494
+ }
495
+
496
+ /* 选中焦点行的样式 */
497
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
498
+ background-color: rgba(183, 249, 177, 0.5803921569);
499
+ background-image: none;
500
+ }
501
+
502
+ /* 表头的样式 */
503
+ [data-v-a440e92e] .ag-header {
504
+ background-color: #dbefff;
505
+ text-align: center;
506
+ }
507
+
508
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
509
+ opacity: 1;
510
+ }
511
+
512
+ /* 默认行的背景色 */
513
+ [data-v-a440e92e] .ag-row-odd {
514
+ background-color: aliceblue;
515
+ }
516
+
517
+ /* 取消选中行的样式 */
518
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
519
+ background-color: #ecf0f1;
520
+ }
521
+
522
+ [data-v-a440e92e] .ag-header-cell-label {
523
+ white-space: pre-line !important; /* 强制允许换行 */
524
+ }
525
+
526
+ /*
527
+
528
+ :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
529
+ padding: 0 4px 0 4px !important;
530
+ }
531
+ :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
532
+ padding: 0 3px 0 3px !important;
533
+ }
534
+
535
+ :deep(.ag-selection-checkbox) {
536
+ margin: 0 auto!important;
537
+ text-align: center;
538
+
539
+ }
540
+ .centered-checkbox .ag-cell-wrapper {
541
+ padding:0 3px;
542
+ display: flex;
543
+ justify-content: center;
544
+ align-items: center;
545
+ }
546
+
547
+ .centered-header .ag-header-cell-label {
548
+ padding:0 4px;
549
+ display: flex;
550
+ justify-content: center;
551
+ }
552
+ :deep(.ag-input-field-input.ag-checkbox-input){
553
+ text-align: center;
554
+ display: flex;
555
+ justify-content: center;
556
+ }*/
557
+ .loading-overlay[data-v-a440e92e] {
558
+ position: absolute;
559
+ top: 0;
560
+ left: 0;
561
+ right: 0;
562
+ bottom: 0;
563
+ background-color: rgba(255, 255, 255, 0.5);
564
+ display: flex;
565
+ z-index: 1000;
566
+ }
567
+
568
+ .container[data-v-87a0d832] {
569
+ width: 100%;
570
+ height: 100%;
571
+ position: relative;
572
+ }
573
+
574
+ .box[data-v-87a0d832] {
575
+ display: flex;
576
+ justify-content: center;
577
+ align-items: center;
578
+ height: 100vh;
579
+ }
580
+
581
+ .goods-card[data-v-87a0d832] {
582
+ display: flex;
583
+ flex-direction: column;
584
+ justify-content: flex-start;
585
+ }
586
+
587
+ .card-desc[data-v-87a0d832] {
588
+ text-align: left;
589
+ }
590
+
591
+ .button-area[data-v-87a0d832] {
592
+ display: flex;
593
+ justify-content: space-between;
594
+ align-items: center;
595
+ top: 20px;
596
+ margin-top: 5%;
597
+ margin-left: 5%;
598
+ margin-right: 5%;
599
+ margin-bottom: 5%;
600
+ position: sticky;
601
+ z-index: 1000;
602
+ }
603
+
604
+ .button-type[data-v-87a0d832] {
605
+ font-size: 14px;
606
+ border-radius: 10px;
607
+ font-family: "阿里巴巴普惠体Regular";
608
+ position: relative;
609
+ }
610
+
611
+ .slot-left[data-v-87a0d832] {
612
+ margin-top: 20px;
613
+ margin-left: 20px;
614
+ width: 100%;
615
+ height: 60px;
616
+ }
617
+
618
+ .slot-right[data-v-87a0d832] {
619
+ margin-top: 20px;
620
+ width: 100%;
621
+ height: 60px;
622
+ border-radius: 10px;
623
+ color: white;
624
+ font-size: 16px;
625
+ font-weight: 600;
626
+ font-family: "阿里巴巴普惠体Light";
635
627
  }
636
628
 
637
629
  [data-v-7351fe97] .van-popup {
@@ -639,7 +631,7 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
639
631
  }
640
632
 
641
633
  [data-v-7351fe97] .placeholder {
642
- color: #c8c9cc !important;
634
+ color: #C8C9CC !important;
643
635
  }
644
636
 
645
637
  .result-color[data-v-7351fe97] {
@@ -661,4 +653,12 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
661
653
  overflow: hidden;
662
654
  overflow-y: auto;
663
655
  height: calc(100% - 100px);
656
+ }
657
+
658
+ [data-v-804c414a] .van-checkbox {
659
+ padding: 5px 0;
660
+ }
661
+
662
+ [data-v-6e3557b8] .van-checkbox {
663
+ padding: 5px 0;
664
664
  }