@baosight/erm 1.7.0 → 1.7.1

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,275 +1,5 @@
1
1
  @charset "UTF-8";
2
- .rowContent[data-v-1b695265] {
3
- display: flex;
4
- flex-direction: row;
5
- justify-content: center;
6
- width: 100%;
7
- margin: 0;
8
- padding: 0;
9
- }
10
- .rowContent .mainContent[data-v-1b695265] {
11
- width: 100%;
12
- display: flex;
13
- flex-direction: column;
14
- justify-content: start;
15
- overflow: auto;
16
- border-radius: 15px;
17
- background-color: #ffffff;
18
- }
19
- .rowContent .mainContent .singleRow[data-v-1b695265] {
20
- display: flex;
21
- flex-direction: column;
22
- justify-content: flex-start;
23
- padding: 0px 0;
24
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
25
- }
26
- .rowContent .mainContent .colDesc[data-v-1b695265] {
27
- display: flex;
28
- flex-direction: row;
29
- justify-content: flex-start;
30
- align-items: center;
31
- font-size: 14px;
32
- font-family: "阿里巴巴普惠体Regular";
33
- padding-left: 4px;
34
- }
35
- .rowContent .mainContent .colDesc .required[data-v-1b695265] {
36
- content: "*";
37
- display: contents;
38
- color: red;
39
- }
40
- .rowContent .mainContent .colData[data-v-1b695265] {
41
- font-size: 14px;
42
- font-family: "阿里巴巴普惠体Regular";
43
- }
44
-
45
- .mainTitle[data-v-1b695265] {
46
- display: flex;
47
- flex-direction: column;
48
- justify-content: center;
49
- align-items: center;
50
- font-family: "阿里巴巴普惠体Bold";
51
- font-size: 23px;
52
- color: #548cf6;
53
- margin: 10px;
54
- }
55
-
56
- [data-v-1b695265] .checkError {
57
- border-bottom: 1px solid red;
58
- animation: blink-1b695265 2s linear infinite;
59
- }
60
-
61
- @keyframes blink-1b695265 {
62
- 0% {
63
- border-color: red;
64
- }
65
- 50% {
66
- border-color: transparent;
67
- }
68
- 100% {
69
- border-color: red;
70
- }
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
-
2
+ /* 多选待使用 */
273
3
  .swiperButton[data-v-35c7b3ce] {
274
4
  height: 100%;
275
5
  }
@@ -324,7 +54,7 @@
324
54
  font-family: "阿里巴巴普惠体Regular";
325
55
  }
326
56
  .rowContent .colDataDesc[data-v-35c7b3ce] {
327
- color: #a7a7a7;
57
+ color: #969799;
328
58
  font-size: 12px;
329
59
  font-family: "阿里巴巴普惠体Regular";
330
60
  width: 100%;
@@ -333,6 +63,7 @@
333
63
  }
334
64
  .rowContent .textPosition[data-v-35c7b3ce] {
335
65
  font-size: 12px;
66
+ color: #000000;
336
67
  }
337
68
 
338
69
  .rowContentCard[data-v-35c7b3ce] {
@@ -389,7 +120,7 @@
389
120
  width: 70%;
390
121
  }
391
122
  .rowContentCard .colDataDesc[data-v-35c7b3ce] {
392
- color: #a7a7a7;
123
+ color: #969799;
393
124
  font-size: 12px;
394
125
  font-family: "阿里巴巴普惠体Regular";
395
126
  word-break: break-all;
@@ -398,6 +129,7 @@
398
129
  }
399
130
  .rowContentCard .textPosition[data-v-35c7b3ce] {
400
131
  font-size: 12px;
132
+ color: #000000;
401
133
  }
402
134
 
403
135
  .rowContent2[data-v-35c7b3ce] {
@@ -420,7 +152,7 @@
420
152
  font-size: 12px;
421
153
  float: right;
422
154
  padding-right: 10px;
423
- color: black;
155
+ color: #000000;
424
156
  }
425
157
  .rowContent2 .rightArea[data-v-35c7b3ce] {
426
158
  display: flex;
@@ -456,174 +188,447 @@
456
188
  font-family: "阿里巴巴普惠体Regular";
457
189
  }
458
190
  .rowContent2 .colDataDesc[data-v-35c7b3ce] {
459
- color: #a7a7a7;
191
+ color: #969799;
460
192
  font-size: 12px;
461
193
  font-family: "阿里巴巴普惠体Regular";
462
194
  width: 100%;
463
195
  word-break: break-all;
464
196
  padding: 4px 0 4px 8px;
465
197
  }
466
-
467
- /*阴影Card开始*/
468
- .rowShadowCard[data-v-35c7b3ce] {
198
+
199
+ /*阴影Card开始*/
200
+ .rowShadowCard[data-v-35c7b3ce] {
201
+ display: flex;
202
+ flex-direction: row;
203
+ justify-content: flex-start;
204
+ border: 1px solid #e5e5e5;
205
+ border-left: none;
206
+ padding-left: 0;
207
+ border-radius: 6px;
208
+ box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
209
+ width: 95%;
210
+ margin: 8px auto;
211
+ padding: 0;
212
+ margin-bottom: 0;
213
+ padding-bottom: 4px;
214
+ background: #fff;
215
+ }
216
+ .rowShadowCard .leftArea[data-v-35c7b3ce] {
217
+ display: flex;
218
+ flex-direction: column;
219
+ justify-content: center;
220
+ align-items: center;
221
+ width: 15%;
222
+ }
223
+ .rowShadowCard .rightArea[data-v-35c7b3ce] {
224
+ display: flex;
225
+ flex-direction: column;
226
+ justify-content: center;
227
+ align-items: center;
228
+ width: 10%;
229
+ }
230
+ .rowShadowCard .mainContent[data-v-35c7b3ce] {
231
+ width: 100%;
232
+ display: flex;
233
+ flex-direction: column;
234
+ justify-content: start;
235
+ overflow: auto;
236
+ }
237
+ .rowShadowCard .singleRow[data-v-35c7b3ce] {
238
+ display: flex;
239
+ flex-direction: column;
240
+ justify-content: flex-start;
241
+ padding: 3px 0;
242
+ word-wrap: break-word;
243
+ font-size: 15px;
244
+ }
245
+ .rowShadowCard .colDesc[data-v-35c7b3ce] {
246
+ color: #a7a7a7;
247
+ font-family: "阿里巴巴普惠体Regular";
248
+ padding-left: 4px;
249
+ }
250
+ .rowShadowCard .colData[data-v-35c7b3ce] {
251
+ color: #a7a7a7;
252
+ font-family: "阿里巴巴普惠体Regular";
253
+ width: 70%;
254
+ }
255
+ .rowShadowCard .colDataDesc[data-v-35c7b3ce] {
256
+ color: #969799;
257
+ font-size: 12px;
258
+ font-family: "阿里巴巴普惠体Regular";
259
+ word-break: break-all;
260
+ width: 100%;
261
+ padding: 4px 4px 0 8px;
262
+ }
263
+ .rowShadowCard .textPosition[data-v-35c7b3ce] {
264
+ float: right;
265
+ padding-right: 4px;
266
+ font-size: 12px;
267
+ color: #000000;
268
+ }
269
+
270
+ /*阴影Card结束*/
271
+ .mainTitle[data-v-35c7b3ce] {
272
+ font-family: "阿里巴巴普惠体Regular";
273
+ width: 100%;
274
+ text-align: center;
275
+ background-color: #3a7af9;
276
+ color: #eaf1f3;
277
+ font-size: 16px;
278
+ height: 24px;
279
+ line-height: 24px;
280
+ margin: 0 auto;
281
+ padding: 0;
282
+ }
283
+
284
+ .selected[data-v-35c7b3ce] {
285
+ background-color: rgba(228, 232, 245, 0.7);
286
+ border-radius: 10px;
287
+ box-shadow: 0px 2px 3px #cccccc;
288
+ }
289
+
290
+ nav[data-v-35c7b3ce] {
291
+ text-align: center;
292
+ background-color: #0567b6;
293
+ color: white;
294
+ padding: 10px;
295
+ font-weight: bold;
296
+ position: sticky;
297
+ top: 0;
298
+ z-index: 10;
299
+ }
300
+ nav .jh-button[data-v-35c7b3ce] {
301
+ height: auto;
302
+ left: 0;
303
+ position: absolute;
304
+ margin: 0;
305
+ border: none;
306
+ background: none;
307
+ color: white !important;
308
+ font-size: 20px !important;
309
+ margin-left: 3px !important;
310
+ margin-top: -4px !important;
311
+ }
312
+
313
+ .page-footer[data-v-35c7b3ce] {
314
+ position: fixed;
315
+ bottom: 0;
316
+ width: 100%;
317
+ height: 40px;
318
+ z-index: 500;
319
+ }
320
+
321
+ .outer-wrapper[data-v-35c7b3ce] {
322
+ overflow: hidden; /* 防止外部滚动 */
323
+ }
324
+
325
+ .content-wrapper[data-v-35c7b3ce] {
326
+ height: calc(100vh - 35px); /* 为 <van-collapse> 设置固定高度 */
327
+ overflow-y: auto;
328
+ }
329
+
330
+ [data-v-35c7b3ce] div.van-checkbox__icon {
331
+ font-size: 26px;
332
+ }
333
+
334
+ /* 隐藏原生复选框样式 */
335
+ .van-checkbox input[data-v-35c7b3ce] {
336
+ display: none;
337
+ }
338
+
339
+ /* 自定义复选框的样式 */
340
+ .van-checkbox__label[data-v-35c7b3ce] {
341
+ position: relative;
342
+ cursor: pointer;
343
+ }
344
+
345
+ /* 自定义勾选后的图标样式 */
346
+ .van-checkbox__mark[data-v-35c7b3ce] {
347
+ position: absolute;
348
+ top: 0;
349
+ left: 0;
350
+ width: 100%;
351
+ height: 100%;
352
+ background-color: #1989fa; /* 勾选后的颜色 */
353
+ mask-image: none;
354
+ -webkit-mask-image: none;
355
+ color: #fff; /* 勾选后的文字颜色 */
356
+ }
357
+
358
+ .container[data-v-87a0d832] {
359
+ width: 100%;
360
+ height: 100%;
361
+ position: relative;
362
+ }
363
+
364
+ .box[data-v-87a0d832] {
365
+ display: flex;
366
+ justify-content: center;
367
+ align-items: center;
368
+ height: 100vh;
369
+ }
370
+
371
+ .goods-card[data-v-87a0d832] {
372
+ display: flex;
373
+ flex-direction: column;
374
+ justify-content: flex-start;
375
+ }
376
+
377
+ .card-desc[data-v-87a0d832] {
378
+ text-align: left;
379
+ }
380
+
381
+ .button-area[data-v-87a0d832] {
382
+ display: flex;
383
+ justify-content: space-between;
384
+ align-items: center;
385
+ top: 20px;
386
+ margin-top: 5%;
387
+ margin-left: 5%;
388
+ margin-right: 5%;
389
+ margin-bottom: 5%;
390
+ position: sticky;
391
+ z-index: 1000;
392
+ }
393
+
394
+ .button-type[data-v-87a0d832] {
395
+ font-size: 14px;
396
+ border-radius: 10px;
397
+ font-family: "阿里巴巴普惠体Regular";
398
+ position: relative;
399
+ }
400
+
401
+ .slot-left[data-v-87a0d832] {
402
+ margin-top: 20px;
403
+ margin-left: 20px;
404
+ width: 100%;
405
+ height: 60px;
406
+ }
407
+
408
+ .slot-right[data-v-87a0d832] {
409
+ margin-top: 20px;
410
+ width: 100%;
411
+ height: 60px;
412
+ border-radius: 10px;
413
+ color: white;
414
+ font-size: 16px;
415
+ font-weight: 600;
416
+ font-family: "阿里巴巴普惠体Light";
417
+ }
418
+
419
+ .rowContent[data-v-1b695265] {
420
+ display: flex;
421
+ flex-direction: row;
422
+ justify-content: center;
423
+ width: 100%;
424
+ margin: 0;
425
+ padding: 0;
426
+ }
427
+ .rowContent .mainContent[data-v-1b695265] {
428
+ width: 100%;
429
+ display: flex;
430
+ flex-direction: column;
431
+ justify-content: start;
432
+ overflow: auto;
433
+ border-radius: 15px;
434
+ background-color: #ffffff;
435
+ }
436
+ .rowContent .mainContent .singleRow[data-v-1b695265] {
437
+ display: flex;
438
+ flex-direction: column;
439
+ justify-content: flex-start;
440
+ padding: 0px 0;
441
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
442
+ }
443
+ .rowContent .mainContent .colDesc[data-v-1b695265] {
469
444
  display: flex;
470
445
  flex-direction: row;
471
446
  justify-content: flex-start;
472
- border: 1px solid #e5e5e5;
473
- border-left: none;
474
- padding-left: 0;
475
- border-radius: 6px;
476
- box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
477
- width: 95%;
478
- margin: 8px auto;
479
- padding: 0;
480
- margin-bottom: 0;
481
- padding-bottom: 4px;
482
- background: #fff;
447
+ align-items: center;
448
+ font-size: 14px;
449
+ font-family: "阿里巴巴普惠体Regular";
450
+ padding-left: 4px;
483
451
  }
484
- .rowShadowCard .leftArea[data-v-35c7b3ce] {
452
+ .rowContent .mainContent .colDesc .required[data-v-1b695265] {
453
+ content: "*";
454
+ display: contents;
455
+ color: red;
456
+ }
457
+ .rowContent .mainContent .colData[data-v-1b695265] {
458
+ font-size: 14px;
459
+ font-family: "阿里巴巴普惠体Regular";
460
+ }
461
+
462
+ .mainTitle[data-v-1b695265] {
485
463
  display: flex;
486
464
  flex-direction: column;
487
465
  justify-content: center;
488
466
  align-items: center;
489
- width: 15%;
467
+ font-family: "阿里巴巴普惠体Bold";
468
+ font-size: 23px;
469
+ color: #548cf6;
470
+ margin: 10px;
490
471
  }
491
- .rowShadowCard .rightArea[data-v-35c7b3ce] {
472
+
473
+ [data-v-1b695265] .checkError {
474
+ border-bottom: 1px solid red;
475
+ animation: blink-1b695265 2s linear infinite;
476
+ }
477
+
478
+ @keyframes blink-1b695265 {
479
+ 0% {
480
+ border-color: red;
481
+ }
482
+ 50% {
483
+ border-color: transparent;
484
+ }
485
+ 100% {
486
+ border-color: red;
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;
492
498
  display: flex;
493
- flex-direction: column;
494
499
  justify-content: center;
495
500
  align-items: center;
496
- width: 10%;
497
501
  }
498
- .rowShadowCard .mainContent[data-v-35c7b3ce] {
499
- width: 100%;
502
+
503
+ [data-v-a440e92e] .ag-header-cell-label {
500
504
  display: flex;
501
- flex-direction: column;
502
- justify-content: start;
503
- overflow: auto;
505
+ justify-content: center;
506
+ align-items: center;
504
507
  }
505
- .rowShadowCard .singleRow[data-v-35c7b3ce] {
508
+
509
+ [data-v-a440e92e] .ag-root-wrapper {
510
+ cursor: default;
511
+ position: relative;
506
512
  display: flex;
507
513
  flex-direction: column;
508
- justify-content: flex-start;
509
- padding: 3px 0;
510
- word-wrap: break-word;
511
- font-size: 15px;
514
+ overflow: hidden;
515
+ white-space: normal;
516
+ border: 1px solid #cecece !important;
517
+ /* 设置最外边的边框 */
518
+ margin-right: 2px !important;
519
+ margin-left: 2px !important;
520
+ margin-bottom: 60px !important;
512
521
  }
513
- .rowShadowCard .colDesc[data-v-35c7b3ce] {
514
- color: #a7a7a7;
515
- font-family: "阿里巴巴普惠体Regular";
516
- padding-left: 4px;
522
+
523
+ [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
524
+ display: flex !important;
525
+ justify-content: center !important;
526
+ align-items: center !important;
527
+ text-align: center !important;
517
528
  }
518
- .rowShadowCard .colData[data-v-35c7b3ce] {
519
- color: #a7a7a7;
520
- font-family: "阿里巴巴普惠体Regular";
521
- width: 70%;
529
+
530
+ .ag-theme-alpine[data-v-a440e92e] {
531
+ /* and between columns */
532
+ --ag-cell-horizontal-border: solid #cecece;
533
+ --ag-header-cell-horizontal-border: solid #cecece;
534
+ --ag-header-foreground-color: #3a7af9;
522
535
  }
523
- .rowShadowCard .colDataDesc[data-v-35c7b3ce] {
524
- color: #a7a7a7;
525
- font-size: 12px;
526
- font-family: "阿里巴巴普惠体Regular";
527
- word-break: break-all;
528
- width: 100%;
529
- padding: 4px 4px 0 8px;
536
+
537
+ [data-v-a440e92e] .ag-header-cell {
538
+ border-right-style: solid;
539
+ border-right-width: 1px;
540
+ border-right-color: #cecece;
541
+ /* 深灰色底边框 */
530
542
  }
531
- .rowShadowCard .textPosition[data-v-35c7b3ce] {
532
- float: right;
533
- padding-right: 4px;
534
- font-size: 12px;
543
+
544
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
545
+ .ag-header-cell[data-v-a440e92e]:first-child {
546
+ border-left: none;
547
+ /* 移除左侧边框,如果需要的话 */
535
548
  }
536
549
 
537
- /*阴影Card结束*/
538
- .mainTitle[data-v-35c7b3ce] {
539
- /* display: flex;
540
- flex-direction: column;
541
- justify-content: center;
542
- align-items: center;*/
543
- font-family: "阿里巴巴普惠体Regular";
544
- width: 100%;
545
- text-align: center;
546
- background-color: #3a7af9;
547
- color: #eaf1f3;
548
- font-size: 16px;
549
- height: 24px;
550
- line-height: 24px;
551
- margin: 0 auto;
552
- padding: 0;
550
+ /* 或者针对最后一列 */
551
+ .ag-header-cell[data-v-a440e92e]:last-child {
552
+ border-right: none;
553
+ /* 移除右侧边框,如果需要的话 */
553
554
  }
554
555
 
555
- .selected[data-v-35c7b3ce] {
556
- background-color: rgba(228, 232, 245, 0.7);
557
- border-radius: 10px;
558
- box-shadow: 0px 2px 3px #cccccc;
556
+ /* 选中行的样式 */
557
+ [data-v-a440e92e] .ag-row-selected::before {
558
+ background-color: rgba(183, 249, 177, 0.5803921569);
559
559
  }
560
560
 
561
- nav[data-v-35c7b3ce] {
562
- text-align: center;
563
- background-color: #0567b6;
564
- color: white;
565
- padding: 10px;
566
- font-weight: bold;
567
- position: sticky;
568
- top: 0;
569
- z-index: 10;
561
+ /* 选中焦点行的样式 */
562
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
563
+ background-color: rgba(183, 249, 177, 0.5803921569);
564
+ background-image: none;
570
565
  }
571
- nav .jh-button[data-v-35c7b3ce] {
572
- height: auto;
573
- left: 0;
574
- position: absolute;
575
- margin: 0;
576
- border: none;
577
- background: none;
578
- color: white !important;
579
- font-size: 20px !important;
580
- margin-left: 3px !important;
581
- margin-top: -4px !important;
566
+
567
+ /* 表头的样式 */
568
+ [data-v-a440e92e] .ag-header {
569
+ background-color: #dbefff;
570
+ text-align: center;
582
571
  }
583
572
 
584
- .page-footer[data-v-35c7b3ce] {
585
- position: fixed;
586
- bottom: 0;
587
- width: 100%;
588
- height: 40px;
589
- z-index: 500;
573
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
574
+ opacity: 1;
590
575
  }
591
576
 
592
- .outer-wrapper[data-v-35c7b3ce] {
593
- overflow: hidden; /* 防止外部滚动 */
577
+ /* 默认行的背景色 */
578
+ [data-v-a440e92e] .ag-row-odd {
579
+ background-color: aliceblue;
594
580
  }
595
581
 
596
- .content-wrapper[data-v-35c7b3ce] {
597
- height: calc(100vh - 35px); /* 为 <van-collapse> 设置固定高度 */
598
- overflow-y: auto;
582
+ /* 取消选中行的样式 */
583
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
584
+ background-color: #ecf0f1;
599
585
  }
600
586
 
601
- [data-v-35c7b3ce] div.van-checkbox__icon {
602
- font-size: 26px;
587
+ [data-v-a440e92e] .ag-header-cell-label {
588
+ white-space: pre-line !important;
589
+ /* 强制允许换行 */
603
590
  }
604
591
 
605
- /* 隐藏原生复选框样式 */
606
- .van-checkbox input[data-v-35c7b3ce] {
607
- display: none;
592
+ /*
593
+
594
+ :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
595
+ padding: 0 4px 0 4px !important;
596
+ }
597
+ :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
598
+ padding: 0 3px 0 3px !important;
608
599
  }
609
600
 
610
- /* 自定义复选框的样式 */
611
- .van-checkbox__label[data-v-35c7b3ce] {
612
- position: relative;
613
- cursor: pointer;
601
+ :deep(.ag-selection-checkbox) {
602
+ margin: 0 auto!important;
603
+ text-align: center;
604
+
605
+ }
606
+ .centered-checkbox .ag-cell-wrapper {
607
+ padding:0 3px;
608
+ display: flex;
609
+ justify-content: center;
610
+ align-items: center;
614
611
  }
615
612
 
616
- /* 自定义勾选后的图标样式 */
617
- .van-checkbox__mark[data-v-35c7b3ce] {
613
+ .centered-header .ag-header-cell-label {
614
+ padding:0 4px;
615
+ display: flex;
616
+ justify-content: center;
617
+ }
618
+ :deep(.ag-input-field-input.ag-checkbox-input){
619
+ text-align: center;
620
+ display: flex;
621
+ justify-content: center;
622
+ }*/
623
+ .loading-overlay[data-v-a440e92e] {
618
624
  position: absolute;
619
625
  top: 0;
620
626
  left: 0;
621
- width: 100%;
622
- height: 100%;
623
- background-color: #1989fa; /* 勾选后的颜色 */
624
- mask-image: none;
625
- -webkit-mask-image: none;
626
- color: #fff; /* 勾选后的文字颜色 */
627
+ right: 0;
628
+ bottom: 0;
629
+ background-color: rgba(255, 255, 255, 0.5);
630
+ display: flex;
631
+ z-index: 1000;
627
632
  }
628
633
 
629
634
  [data-v-7351fe97] .van-popup {
@@ -631,7 +636,7 @@ nav .jh-button[data-v-35c7b3ce] {
631
636
  }
632
637
 
633
638
  [data-v-7351fe97] .placeholder {
634
- color: #C8C9CC !important;
639
+ color: #c8c9cc !important;
635
640
  }
636
641
 
637
642
  .result-color[data-v-7351fe97] {
@@ -655,10 +660,10 @@ nav .jh-button[data-v-35c7b3ce] {
655
660
  height: calc(100% - 100px);
656
661
  }
657
662
 
658
- [data-v-804c414a] .van-checkbox {
663
+ [data-v-6e3557b8] .van-checkbox {
659
664
  padding: 5px 0;
660
665
  }
661
666
 
662
- [data-v-6e3557b8] .van-checkbox {
667
+ [data-v-804c414a] .van-checkbox {
663
668
  padding: 5px 0;
664
669
  }