@baosight/erm 1.6.6 → 1.6.8

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,205 +1,4 @@
1
1
  @charset "UTF-8";
2
- .baseStyle[data-v-a440e92e] {
3
- width: 99%;
4
- height: 100%;
5
- }
6
-
7
- [data-v-a440e92e] .ag-header-group-cell {
8
- border-right-style: solid;
9
- border-right-width: 1px;
10
- border-right-color: #cecece;
11
- display: flex;
12
- justify-content: center;
13
- align-items: center;
14
- }
15
-
16
- [data-v-a440e92e] .ag-header-cell-label {
17
- display: flex;
18
- justify-content: center;
19
- align-items: center;
20
- }
21
-
22
- [data-v-a440e92e] .ag-root-wrapper {
23
- cursor: default;
24
- position: relative;
25
- display: flex;
26
- flex-direction: column;
27
- overflow: hidden;
28
- white-space: normal;
29
- border: 1px solid #cecece !important; /* 设置最外边的边框 */
30
- margin-right: 2px !important;
31
- margin-left: 2px !important;
32
- margin-bottom: 60px !important;
33
- }
34
-
35
- [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
36
- display: flex !important;
37
- justify-content: center !important;
38
- align-items: center !important;
39
- text-align: center !important;
40
- }
41
-
42
- .ag-theme-alpine[data-v-a440e92e] {
43
- /* and between columns */
44
- --ag-cell-horizontal-border: solid #cecece;
45
- --ag-header-cell-horizontal-border: solid #cecece;
46
- --ag-header-foreground-color: #3a7af9;
47
- }
48
-
49
- [data-v-a440e92e] .ag-header-cell {
50
- border-right-style: solid;
51
- border-right-width: 1px;
52
- border-right-color: #cecece; /* 深灰色底边框 */
53
- }
54
-
55
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
56
- .ag-header-cell[data-v-a440e92e]:first-child {
57
- border-left: none; /* 移除左侧边框,如果需要的话 */
58
- }
59
-
60
- /* 或者针对最后一列 */
61
- .ag-header-cell[data-v-a440e92e]:last-child {
62
- border-right: none; /* 移除右侧边框,如果需要的话 */
63
- }
64
-
65
- /* 选中行的样式 */
66
- [data-v-a440e92e] .ag-row-selected::before {
67
- background-color: rgba(183, 249, 177, 0.5803921569);
68
- }
69
-
70
- /* 选中焦点行的样式 */
71
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
72
- background-color: rgba(183, 249, 177, 0.5803921569);
73
- background-image: none;
74
- }
75
-
76
- /* 表头的样式 */
77
- [data-v-a440e92e] .ag-header {
78
- background-color: #dbefff;
79
- text-align: center;
80
- }
81
-
82
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
83
- opacity: 1;
84
- }
85
-
86
- /* 默认行的背景色 */
87
- [data-v-a440e92e] .ag-row-odd {
88
- background-color: aliceblue;
89
- }
90
-
91
- /* 取消选中行的样式 */
92
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
93
- background-color: #ecf0f1;
94
- }
95
-
96
- [data-v-a440e92e] .ag-header-cell-label {
97
- white-space: pre-line !important; /* 强制允许换行 */
98
- }
99
-
100
- /*
101
-
102
- :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
103
- padding: 0 4px 0 4px !important;
104
- }
105
- :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
106
- padding: 0 3px 0 3px !important;
107
- }
108
-
109
- :deep(.ag-selection-checkbox) {
110
- margin: 0 auto!important;
111
- text-align: center;
112
-
113
- }
114
- .centered-checkbox .ag-cell-wrapper {
115
- padding:0 3px;
116
- display: flex;
117
- justify-content: center;
118
- align-items: center;
119
- }
120
-
121
- .centered-header .ag-header-cell-label {
122
- padding:0 4px;
123
- display: flex;
124
- justify-content: center;
125
- }
126
- :deep(.ag-input-field-input.ag-checkbox-input){
127
- text-align: center;
128
- display: flex;
129
- justify-content: center;
130
- }*/
131
- .loading-overlay[data-v-a440e92e] {
132
- position: absolute;
133
- top: 0;
134
- left: 0;
135
- right: 0;
136
- bottom: 0;
137
- background-color: rgba(255, 255, 255, 0.5);
138
- display: flex;
139
- z-index: 1000;
140
- }
141
-
142
- .container[data-v-87a0d832] {
143
- width: 100%;
144
- height: 100%;
145
- position: relative;
146
- }
147
-
148
- .box[data-v-87a0d832] {
149
- display: flex;
150
- justify-content: center;
151
- align-items: center;
152
- height: 100vh;
153
- }
154
-
155
- .goods-card[data-v-87a0d832] {
156
- display: flex;
157
- flex-direction: column;
158
- justify-content: flex-start;
159
- }
160
-
161
- .card-desc[data-v-87a0d832] {
162
- text-align: left;
163
- }
164
-
165
- .button-area[data-v-87a0d832] {
166
- display: flex;
167
- justify-content: space-between;
168
- align-items: center;
169
- top: 20px;
170
- margin-top: 5%;
171
- margin-left: 5%;
172
- margin-right: 5%;
173
- margin-bottom: 5%;
174
- position: sticky;
175
- z-index: 1000;
176
- }
177
-
178
- .button-type[data-v-87a0d832] {
179
- font-size: 14px;
180
- border-radius: 10px;
181
- font-family: "阿里巴巴普惠体Regular";
182
- position: relative;
183
- }
184
-
185
- .slot-left[data-v-87a0d832] {
186
- margin-top: 20px;
187
- margin-left: 20px;
188
- width: 100%;
189
- height: 60px;
190
- }
191
-
192
- .slot-right[data-v-87a0d832] {
193
- margin-top: 20px;
194
- width: 100%;
195
- height: 60px;
196
- border-radius: 10px;
197
- color: white;
198
- font-size: 16px;
199
- font-weight: 600;
200
- font-family: "阿里巴巴普惠体Light";
201
- }
202
-
203
2
  .rowContent[data-v-1b695265] {
204
3
  display: flex;
205
4
  flex-direction: row;
@@ -208,7 +7,7 @@
208
7
  margin: 0;
209
8
  padding: 0;
210
9
  }
211
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
10
+ .rowContent .mainContent[data-v-1b695265] {
212
11
  width: 100%;
213
12
  display: flex;
214
13
  flex-direction: column;
@@ -217,14 +16,14 @@
217
16
  border-radius: 15px;
218
17
  background-color: #ffffff;
219
18
  }
220
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
19
+ .rowContent .mainContent .singleRow[data-v-1b695265] {
221
20
  display: flex;
222
21
  flex-direction: column;
223
22
  justify-content: flex-start;
224
23
  padding: 0px 0;
225
24
  border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
226
25
  }
227
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
26
+ .rowContent .mainContent .colDesc[data-v-1b695265] {
228
27
  display: flex;
229
28
  flex-direction: row;
230
29
  justify-content: flex-start;
@@ -233,12 +32,12 @@
233
32
  font-family: "阿里巴巴普惠体Regular";
234
33
  padding-left: 4px;
235
34
  }
236
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
35
+ .rowContent .mainContent .colDesc .required[data-v-1b695265] {
237
36
  content: "*";
238
37
  display: contents;
239
38
  color: red;
240
39
  }
241
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
40
+ .rowContent .mainContent .colData[data-v-1b695265] {
242
41
  font-size: 14px;
243
42
  font-family: "阿里巴巴普惠体Regular";
244
43
  }
@@ -283,28 +82,28 @@
283
82
  padding: 10px 0;
284
83
  border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
285
84
  }
286
- .rowContent[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
85
+ .rowContent .leftArea[data-v-35c7b3ce] {
287
86
  display: flex;
288
87
  flex-direction: column;
289
88
  justify-content: center;
290
89
  align-items: center;
291
90
  width: 15%;
292
91
  }
293
- .rowContent[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
92
+ .rowContent .rightArea[data-v-35c7b3ce] {
294
93
  display: flex;
295
94
  flex-direction: column;
296
95
  justify-content: center;
297
96
  align-items: center;
298
97
  width: 15%;
299
98
  }
300
- .rowContent[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
99
+ .rowContent .mainContent[data-v-35c7b3ce] {
301
100
  width: 100%;
302
101
  display: flex;
303
102
  flex-direction: column;
304
103
  justify-content: start;
305
104
  overflow: auto;
306
105
  }
307
- .rowContent[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
106
+ .rowContent .singleRow[data-v-35c7b3ce] {
308
107
  display: flex;
309
108
  flex-direction: column;
310
109
  justify-content: flex-start;
@@ -312,18 +111,18 @@
312
111
  word-wrap: break-word;
313
112
  font-size: 15px;
314
113
  }
315
- .rowContent[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
114
+ .rowContent .colDesc[data-v-35c7b3ce] {
316
115
  font-size: 15px;
317
116
  color: #a7a7a7;
318
117
  font-family: "阿里巴巴普惠体Regular";
319
118
  padding-left: 8px;
320
119
  }
321
- .rowContent[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
120
+ .rowContent .colData[data-v-35c7b3ce] {
322
121
  font-size: 15px;
323
122
  color: #a7a7a7;
324
123
  font-family: "阿里巴巴普惠体Regular";
325
124
  }
326
- .rowContent[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
125
+ .rowContent .colDataDesc[data-v-35c7b3ce] {
327
126
  color: #a7a7a7;
328
127
  font-size: 12px;
329
128
  font-family: "阿里巴巴普惠体Regular";
@@ -331,7 +130,7 @@
331
130
  word-break: break-all;
332
131
  padding: 4px 0 4px 8px;
333
132
  }
334
- .rowContent[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
133
+ .rowContent .textPosition[data-v-35c7b3ce] {
335
134
  font-size: 12px;
336
135
  }
337
136
 
@@ -349,28 +148,28 @@
349
148
  background-size: 100% 100%;
350
149
  padding-left: 20px;
351
150
  }
352
- .rowContentCard[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
151
+ .rowContentCard .leftArea[data-v-35c7b3ce] {
353
152
  display: flex;
354
153
  flex-direction: column;
355
154
  justify-content: center;
356
155
  align-items: center;
357
156
  width: 15%;
358
157
  }
359
- .rowContentCard[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
158
+ .rowContentCard .rightArea[data-v-35c7b3ce] {
360
159
  display: flex;
361
160
  flex-direction: column;
362
161
  justify-content: center;
363
162
  align-items: center;
364
163
  width: 15%;
365
164
  }
366
- .rowContentCard[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
165
+ .rowContentCard .mainContent[data-v-35c7b3ce] {
367
166
  width: 100%;
368
167
  display: flex;
369
168
  flex-direction: column;
370
169
  justify-content: start;
371
170
  overflow: auto;
372
171
  }
373
- .rowContentCard[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
172
+ .rowContentCard .singleRow[data-v-35c7b3ce] {
374
173
  display: flex;
375
174
  flex-direction: column;
376
175
  justify-content: flex-start;
@@ -378,17 +177,17 @@
378
177
  word-wrap: break-word;
379
178
  font-size: 15px;
380
179
  }
381
- .rowContentCard[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
180
+ .rowContentCard .colDesc[data-v-35c7b3ce] {
382
181
  color: #a7a7a7;
383
182
  font-family: "阿里巴巴普惠体Regular";
384
183
  padding-left: 4px;
385
184
  }
386
- .rowContentCard[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
185
+ .rowContentCard .colData[data-v-35c7b3ce] {
387
186
  color: #a7a7a7;
388
187
  font-family: "阿里巴巴普惠体Regular";
389
188
  width: 70%;
390
189
  }
391
- .rowContentCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
190
+ .rowContentCard .colDataDesc[data-v-35c7b3ce] {
392
191
  color: #a7a7a7;
393
192
  font-size: 12px;
394
193
  font-family: "阿里巴巴普惠体Regular";
@@ -396,7 +195,7 @@
396
195
  width: 100%;
397
196
  padding: 4px 0 4px 8px;
398
197
  }
399
- .rowContentCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
198
+ .rowContentCard .textPosition[data-v-35c7b3ce] {
400
199
  font-size: 12px;
401
200
  }
402
201
 
@@ -409,34 +208,34 @@
409
208
  padding: 10px 0;
410
209
  border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
411
210
  }
412
- .rowContent2[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
211
+ .rowContent2 .leftArea[data-v-35c7b3ce] {
413
212
  display: flex;
414
213
  flex-direction: column;
415
214
  justify-content: center;
416
215
  align-items: center;
417
216
  width: 15%;
418
217
  }
419
- .rowContent2[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
218
+ .rowContent2 .textPosition[data-v-35c7b3ce] {
420
219
  font-size: 12px;
421
220
  float: right;
422
221
  padding-right: 10px;
423
222
  color: black;
424
223
  }
425
- .rowContent2[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
224
+ .rowContent2 .rightArea[data-v-35c7b3ce] {
426
225
  display: flex;
427
226
  flex-direction: column;
428
227
  justify-content: center;
429
228
  align-items: center;
430
229
  width: 15%;
431
230
  }
432
- .rowContent2[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
231
+ .rowContent2 .mainContent[data-v-35c7b3ce] {
433
232
  width: 100%;
434
233
  display: flex;
435
234
  flex-direction: column;
436
235
  justify-content: start;
437
236
  overflow: auto;
438
237
  }
439
- .rowContent2[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
238
+ .rowContent2 .singleRow[data-v-35c7b3ce] {
440
239
  display: flex;
441
240
  flex-direction: column;
442
241
  justify-content: flex-start;
@@ -444,18 +243,18 @@
444
243
  word-wrap: break-word;
445
244
  font-size: 15px;
446
245
  }
447
- .rowContent2[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
246
+ .rowContent2 .colDesc[data-v-35c7b3ce] {
448
247
  font-size: 15px;
449
248
  color: #a7a7a7;
450
249
  font-family: "阿里巴巴普惠体Regular";
451
250
  padding-left: 8px;
452
251
  }
453
- .rowContent2[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
252
+ .rowContent2 .colData[data-v-35c7b3ce] {
454
253
  font-size: 15px;
455
254
  color: #a7a7a7;
456
255
  font-family: "阿里巴巴普惠体Regular";
457
256
  }
458
- .rowContent2[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
257
+ .rowContent2 .colDataDesc[data-v-35c7b3ce] {
459
258
  color: #a7a7a7;
460
259
  font-size: 12px;
461
260
  font-family: "阿里巴巴普惠体Regular";
@@ -481,28 +280,28 @@
481
280
  padding-bottom: 4px;
482
281
  background: #fff;
483
282
  }
484
- .rowShadowCard[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
283
+ .rowShadowCard .leftArea[data-v-35c7b3ce] {
485
284
  display: flex;
486
285
  flex-direction: column;
487
286
  justify-content: center;
488
287
  align-items: center;
489
288
  width: 15%;
490
289
  }
491
- .rowShadowCard[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
290
+ .rowShadowCard .rightArea[data-v-35c7b3ce] {
492
291
  display: flex;
493
292
  flex-direction: column;
494
293
  justify-content: center;
495
294
  align-items: center;
496
295
  width: 10%;
497
296
  }
498
- .rowShadowCard[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
297
+ .rowShadowCard .mainContent[data-v-35c7b3ce] {
499
298
  width: 100%;
500
299
  display: flex;
501
300
  flex-direction: column;
502
301
  justify-content: start;
503
302
  overflow: auto;
504
303
  }
505
- .rowShadowCard[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
304
+ .rowShadowCard .singleRow[data-v-35c7b3ce] {
506
305
  display: flex;
507
306
  flex-direction: column;
508
307
  justify-content: flex-start;
@@ -510,17 +309,17 @@
510
309
  word-wrap: break-word;
511
310
  font-size: 15px;
512
311
  }
513
- .rowShadowCard[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
312
+ .rowShadowCard .colDesc[data-v-35c7b3ce] {
514
313
  color: #a7a7a7;
515
314
  font-family: "阿里巴巴普惠体Regular";
516
315
  padding-left: 4px;
517
316
  }
518
- .rowShadowCard[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
317
+ .rowShadowCard .colData[data-v-35c7b3ce] {
519
318
  color: #a7a7a7;
520
319
  font-family: "阿里巴巴普惠体Regular";
521
320
  width: 70%;
522
321
  }
523
- .rowShadowCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
322
+ .rowShadowCard .colDataDesc[data-v-35c7b3ce] {
524
323
  color: #a7a7a7;
525
324
  font-size: 12px;
526
325
  font-family: "阿里巴巴普惠体Regular";
@@ -528,7 +327,7 @@
528
327
  width: 100%;
529
328
  padding: 4px 4px 0 8px;
530
329
  }
531
- .rowShadowCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
330
+ .rowShadowCard .textPosition[data-v-35c7b3ce] {
532
331
  float: right;
533
332
  padding-right: 4px;
534
333
  font-size: 12px;
@@ -568,7 +367,7 @@ nav[data-v-35c7b3ce] {
568
367
  top: 0;
569
368
  z-index: 10;
570
369
  }
571
- nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
370
+ nav .jh-button[data-v-35c7b3ce] {
572
371
  height: auto;
573
372
  left: 0;
574
373
  position: absolute;
@@ -626,12 +425,205 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
626
425
  color: #fff; /* 勾选后的文字颜色 */
627
426
  }
628
427
 
629
- [data-v-6e3557b8] .van-checkbox {
630
- padding: 5px 0;
428
+ .baseStyle[data-v-a440e92e] {
429
+ width: 99%;
430
+ height: 100%;
631
431
  }
632
432
 
633
- [data-v-804c414a] .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 {
@@ -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
  }