@baosight/erm 1.2.7 → 1.2.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,4 +1,65 @@
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
+
2
63
  .rowContent[data-v-1b695265] {
3
64
  display: flex;
4
65
  flex-direction: row;
@@ -69,6 +130,108 @@
69
130
  border-color: red;
70
131
  }
71
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
+ text-align: center !important;
168
+ }
169
+
170
+ .ag-theme-alpine[data-v-a440e92e] {
171
+ /* and between columns */
172
+ --ag-cell-horizontal-border: solid #cecece;
173
+ --ag-header-cell-horizontal-border: solid #cecece;
174
+ --ag-header-foreground-color: #3a7af9;
175
+ }
176
+
177
+ [data-v-a440e92e] .ag-header-cell {
178
+ border-right-style: solid;
179
+ border-right-width: 1px;
180
+ border-right-color: #cecece; /* 深灰色底边框 */
181
+ }
182
+
183
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
184
+ .ag-header-cell[data-v-a440e92e]:first-child {
185
+ border-left: none; /* 移除左侧边框,如果需要的话 */
186
+ }
187
+
188
+ /* 或者针对最后一列 */
189
+ .ag-header-cell[data-v-a440e92e]:last-child {
190
+ border-right: none; /* 移除右侧边框,如果需要的话 */
191
+ }
192
+
193
+ /* 选中行的样式 */
194
+ [data-v-a440e92e] .ag-row-selected::before {
195
+ background-color: rgba(183, 249, 177, 0.5803921569);
196
+ }
197
+
198
+ /* 选中焦点行的样式 */
199
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
200
+ background-color: rgba(183, 249, 177, 0.5803921569);
201
+ background-image: none;
202
+ }
203
+
204
+ /* 表头的样式 */
205
+ [data-v-a440e92e] .ag-header {
206
+ background-color: #dbefff;
207
+ text-align: center;
208
+ }
209
+
210
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
211
+ opacity: 1;
212
+ }
213
+
214
+ /* 默认行的背景色 */
215
+ [data-v-a440e92e] .ag-row-odd {
216
+ background-color: aliceblue;
217
+ }
218
+
219
+ /* 取消选中行的样式 */
220
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
221
+ background-color: #ecf0f1;
222
+ }
223
+
224
+ .loading-overlay[data-v-a440e92e] {
225
+ position: absolute;
226
+ top: 0;
227
+ left: 0;
228
+ right: 0;
229
+ bottom: 0;
230
+ background-color: rgba(255, 255, 255, 0.5);
231
+ display: flex;
232
+ z-index: 1000;
233
+ }
234
+
72
235
  .swiperButton[data-v-35c7b3ce] {
73
236
  height: 100%;
74
237
  }
@@ -124,14 +287,14 @@
124
287
  }
125
288
  .rowContent[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
126
289
  color: #a7a7a7;
127
- font-size: 12px !important;
290
+ font-size: 12px;
128
291
  font-family: "阿里巴巴普惠体Regular";
129
292
  width: 100%;
130
293
  word-break: break-all;
131
294
  padding: 4px 0 4px 8px;
132
295
  }
133
296
  .rowContent[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
134
- font-size: 12px !important;
297
+ font-size: 12px;
135
298
  }
136
299
 
137
300
  .rowContentCard[data-v-35c7b3ce] {
@@ -189,14 +352,14 @@
189
352
  }
190
353
  .rowContentCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
191
354
  color: #a7a7a7;
192
- font-size: 12px !important;
355
+ font-size: 12px;
193
356
  font-family: "阿里巴巴普惠体Regular";
194
357
  word-break: break-all;
195
358
  width: 100%;
196
359
  padding: 4px 0 4px 8px;
197
360
  }
198
361
  .rowContentCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
199
- font-size: 12px !important;
362
+ font-size: 12px;
200
363
  }
201
364
 
202
365
  .rowContent2[data-v-35c7b3ce] {
@@ -216,7 +379,7 @@
216
379
  width: 15%;
217
380
  }
218
381
  .rowContent2[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
219
- font-size: 12px !important;
382
+ font-size: 12px;
220
383
  float: right;
221
384
  padding-right: 10px;
222
385
  color: black;
@@ -256,7 +419,7 @@
256
419
  }
257
420
  .rowContent2[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
258
421
  color: #a7a7a7;
259
- font-size: 12px !important;
422
+ font-size: 12px;
260
423
  font-family: "阿里巴巴普惠体Regular";
261
424
  width: 100%;
262
425
  word-break: break-all;
@@ -321,7 +484,7 @@
321
484
  }
322
485
  .rowShadowCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
323
486
  color: #a7a7a7;
324
- font-size: 12px !important;
487
+ font-size: 12px;
325
488
  font-family: "阿里巴巴普惠体Regular";
326
489
  word-break: break-all;
327
490
  width: 100%;
@@ -330,7 +493,7 @@
330
493
  .rowShadowCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
331
494
  float: right;
332
495
  padding-right: 4px;
333
- font-size: 12px !important;
496
+ font-size: 12px;
334
497
  }
335
498
 
336
499
  /*阴影Card结束*/
@@ -425,169 +588,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
425
588
  color: #fff; /* 勾选后的文字颜色 */
426
589
  }
427
590
 
428
- .container[data-v-87a0d832] {
429
- width: 100%;
430
- height: 100%;
431
- position: relative;
432
- }
433
-
434
- .box[data-v-87a0d832] {
435
- display: flex;
436
- justify-content: center;
437
- align-items: center;
438
- height: 100vh;
439
- }
440
-
441
- .goods-card[data-v-87a0d832] {
442
- display: flex;
443
- flex-direction: column;
444
- justify-content: flex-start;
445
- }
446
-
447
- .card-desc[data-v-87a0d832] {
448
- text-align: left;
449
- }
450
-
451
- .button-area[data-v-87a0d832] {
452
- display: flex;
453
- justify-content: space-between;
454
- align-items: center;
455
- top: 20px;
456
- margin-top: 5%;
457
- margin-left: 5%;
458
- margin-right: 5%;
459
- margin-bottom: 5%;
460
- position: sticky;
461
- z-index: 1000;
462
- }
463
-
464
- .button-type[data-v-87a0d832] {
465
- font-size: 14px;
466
- border-radius: 10px;
467
- font-family: "阿里巴巴普惠体Regular";
468
- position: relative;
469
- }
470
-
471
- .slot-left[data-v-87a0d832] {
472
- margin-top: 20px;
473
- margin-left: 20px;
474
- width: 100%;
475
- height: 60px;
476
- }
477
-
478
- .slot-right[data-v-87a0d832] {
479
- margin-top: 20px;
480
- width: 100%;
481
- height: 60px;
482
- border-radius: 10px;
483
- color: white;
484
- font-size: 16px;
485
- font-weight: 600;
486
- font-family: "阿里巴巴普惠体Light";
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;
498
- display: flex;
499
- justify-content: center;
500
- align-items: center;
501
- }
502
-
503
- [data-v-a440e92e] .ag-header-cell-label {
504
- display: flex;
505
- justify-content: center;
506
- align-items: center;
507
- }
508
-
509
- [data-v-a440e92e] .ag-root-wrapper {
510
- cursor: default;
511
- position: relative;
512
- display: flex;
513
- flex-direction: column;
514
- overflow: hidden;
515
- white-space: normal;
516
- border: 1px solid #cecece !important; /* 设置最外边的边框 */
517
- margin-right: 2px !important;
518
- margin-left: 2px !important;
519
- margin-bottom: 60px !important;
520
- }
521
-
522
- [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
523
- text-align: center !important;
524
- }
525
-
526
- .ag-theme-alpine[data-v-a440e92e] {
527
- /* and between columns */
528
- --ag-cell-horizontal-border: solid #cecece;
529
- --ag-header-cell-horizontal-border: solid #cecece;
530
- --ag-header-foreground-color: #3a7af9;
531
- }
532
-
533
- [data-v-a440e92e] .ag-header-cell {
534
- border-right-style: solid;
535
- border-right-width: 1px;
536
- border-right-color: #cecece; /* 深灰色底边框 */
537
- }
538
-
539
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
540
- .ag-header-cell[data-v-a440e92e]:first-child {
541
- border-left: none; /* 移除左侧边框,如果需要的话 */
542
- }
543
-
544
- /* 或者针对最后一列 */
545
- .ag-header-cell[data-v-a440e92e]:last-child {
546
- border-right: none; /* 移除右侧边框,如果需要的话 */
547
- }
548
-
549
- /* 选中行的样式 */
550
- [data-v-a440e92e] .ag-row-selected::before {
551
- background-color: rgba(183, 249, 177, 0.5803921569);
552
- }
553
-
554
- /* 选中焦点行的样式 */
555
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
556
- background-color: rgba(183, 249, 177, 0.5803921569);
557
- background-image: none;
558
- }
559
-
560
- /* 表头的样式 */
561
- [data-v-a440e92e] .ag-header {
562
- background-color: #dbefff;
563
- text-align: center;
564
- }
565
-
566
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
567
- opacity: 1;
568
- }
569
-
570
- /* 默认行的背景色 */
571
- [data-v-a440e92e] .ag-row-odd {
572
- background-color: aliceblue;
573
- }
574
-
575
- /* 取消选中行的样式 */
576
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
577
- background-color: #ecf0f1;
578
- }
579
-
580
- .loading-overlay[data-v-a440e92e] {
581
- position: absolute;
582
- top: 0;
583
- left: 0;
584
- right: 0;
585
- bottom: 0;
586
- background-color: rgba(255, 255, 255, 0.5);
587
- display: flex;
588
- z-index: 1000;
589
- }
590
-
591
591
  [data-v-7351fe97] .van-popup {
592
592
  max-height: 80%;
593
593
  }