@baosight/erm 1.6.8 → 1.7.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.esm.css CHANGED
@@ -69,6 +69,207 @@
69
69
  border-color: red;
70
70
  }
71
71
  }
72
+ .container[data-v-87a0d832] {
73
+ width: 100%;
74
+ height: 100%;
75
+ position: relative;
76
+ }
77
+
78
+ .box[data-v-87a0d832] {
79
+ display: flex;
80
+ justify-content: center;
81
+ align-items: center;
82
+ height: 100vh;
83
+ }
84
+
85
+ .goods-card[data-v-87a0d832] {
86
+ display: flex;
87
+ flex-direction: column;
88
+ justify-content: flex-start;
89
+ }
90
+
91
+ .card-desc[data-v-87a0d832] {
92
+ text-align: left;
93
+ }
94
+
95
+ .button-area[data-v-87a0d832] {
96
+ display: flex;
97
+ justify-content: space-between;
98
+ align-items: center;
99
+ top: 20px;
100
+ margin-top: 5%;
101
+ margin-left: 5%;
102
+ margin-right: 5%;
103
+ margin-bottom: 5%;
104
+ position: sticky;
105
+ z-index: 1000;
106
+ }
107
+
108
+ .button-type[data-v-87a0d832] {
109
+ font-size: 14px;
110
+ border-radius: 10px;
111
+ font-family: "阿里巴巴普惠体Regular";
112
+ position: relative;
113
+ }
114
+
115
+ .slot-left[data-v-87a0d832] {
116
+ margin-top: 20px;
117
+ margin-left: 20px;
118
+ width: 100%;
119
+ height: 60px;
120
+ }
121
+
122
+ .slot-right[data-v-87a0d832] {
123
+ margin-top: 20px;
124
+ width: 100%;
125
+ height: 60px;
126
+ border-radius: 10px;
127
+ color: white;
128
+ font-size: 16px;
129
+ font-weight: 600;
130
+ font-family: "阿里巴巴普惠体Light";
131
+ }
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
+ display: flex !important;
168
+ justify-content: center !important;
169
+ align-items: center !important;
170
+ text-align: center !important;
171
+ }
172
+
173
+ .ag-theme-alpine[data-v-a440e92e] {
174
+ /* and between columns */
175
+ --ag-cell-horizontal-border: solid #cecece;
176
+ --ag-header-cell-horizontal-border: solid #cecece;
177
+ --ag-header-foreground-color: #3a7af9;
178
+ }
179
+
180
+ [data-v-a440e92e] .ag-header-cell {
181
+ border-right-style: solid;
182
+ border-right-width: 1px;
183
+ border-right-color: #cecece; /* 深灰色底边框 */
184
+ }
185
+
186
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
187
+ .ag-header-cell[data-v-a440e92e]:first-child {
188
+ border-left: none; /* 移除左侧边框,如果需要的话 */
189
+ }
190
+
191
+ /* 或者针对最后一列 */
192
+ .ag-header-cell[data-v-a440e92e]:last-child {
193
+ border-right: none; /* 移除右侧边框,如果需要的话 */
194
+ }
195
+
196
+ /* 选中行的样式 */
197
+ [data-v-a440e92e] .ag-row-selected::before {
198
+ background-color: rgba(183, 249, 177, 0.5803921569);
199
+ }
200
+
201
+ /* 选中焦点行的样式 */
202
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
203
+ background-color: rgba(183, 249, 177, 0.5803921569);
204
+ background-image: none;
205
+ }
206
+
207
+ /* 表头的样式 */
208
+ [data-v-a440e92e] .ag-header {
209
+ background-color: #dbefff;
210
+ text-align: center;
211
+ }
212
+
213
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
214
+ opacity: 1;
215
+ }
216
+
217
+ /* 默认行的背景色 */
218
+ [data-v-a440e92e] .ag-row-odd {
219
+ background-color: aliceblue;
220
+ }
221
+
222
+ /* 取消选中行的样式 */
223
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
224
+ background-color: #ecf0f1;
225
+ }
226
+
227
+ [data-v-a440e92e] .ag-header-cell-label {
228
+ white-space: pre-line !important; /* 强制允许换行 */
229
+ }
230
+
231
+ /*
232
+
233
+ :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
234
+ padding: 0 4px 0 4px !important;
235
+ }
236
+ :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
237
+ padding: 0 3px 0 3px !important;
238
+ }
239
+
240
+ :deep(.ag-selection-checkbox) {
241
+ margin: 0 auto!important;
242
+ text-align: center;
243
+
244
+ }
245
+ .centered-checkbox .ag-cell-wrapper {
246
+ padding:0 3px;
247
+ display: flex;
248
+ justify-content: center;
249
+ align-items: center;
250
+ }
251
+
252
+ .centered-header .ag-header-cell-label {
253
+ padding:0 4px;
254
+ display: flex;
255
+ justify-content: center;
256
+ }
257
+ :deep(.ag-input-field-input.ag-checkbox-input){
258
+ text-align: center;
259
+ display: flex;
260
+ justify-content: center;
261
+ }*/
262
+ .loading-overlay[data-v-a440e92e] {
263
+ position: absolute;
264
+ top: 0;
265
+ left: 0;
266
+ right: 0;
267
+ bottom: 0;
268
+ background-color: rgba(255, 255, 255, 0.5);
269
+ display: flex;
270
+ z-index: 1000;
271
+ }
272
+
72
273
  .swiperButton[data-v-35c7b3ce] {
73
274
  height: 100%;
74
275
  }
@@ -425,207 +626,6 @@ nav .jh-button[data-v-35c7b3ce] {
425
626
  color: #fff; /* 勾选后的文字颜色 */
426
627
  }
427
628
 
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
- 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";
627
- }
628
-
629
629
  [data-v-7351fe97] .van-popup {
630
630
  max-height: 80%;
631
631
  }