@baosight/erm 1.3.7 → 1.3.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,167 +1,4 @@
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
-
63
- .baseStyle[data-v-a440e92e] {
64
- width: 99%;
65
- height: 100%;
66
- }
67
-
68
- [data-v-a440e92e] .ag-header-group-cell {
69
- border-right-style: solid;
70
- border-right-width: 1px;
71
- border-right-color: #cecece;
72
- display: flex;
73
- justify-content: center;
74
- align-items: center;
75
- }
76
-
77
- [data-v-a440e92e] .ag-header-cell-label {
78
- display: flex;
79
- justify-content: center;
80
- align-items: center;
81
- }
82
-
83
- [data-v-a440e92e] .ag-root-wrapper {
84
- cursor: default;
85
- position: relative;
86
- display: flex;
87
- flex-direction: column;
88
- overflow: hidden;
89
- white-space: normal;
90
- border: 1px solid #cecece !important; /* 设置最外边的边框 */
91
- margin-right: 2px !important;
92
- margin-left: 2px !important;
93
- margin-bottom: 60px !important;
94
- }
95
-
96
- [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
97
- text-align: center !important;
98
- }
99
-
100
- .ag-theme-alpine[data-v-a440e92e] {
101
- /* and between columns */
102
- --ag-cell-horizontal-border: solid #cecece;
103
- --ag-header-cell-horizontal-border: solid #cecece;
104
- --ag-header-foreground-color: #3a7af9;
105
- }
106
-
107
- [data-v-a440e92e] .ag-header-cell {
108
- border-right-style: solid;
109
- border-right-width: 1px;
110
- border-right-color: #cecece; /* 深灰色底边框 */
111
- }
112
-
113
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
114
- .ag-header-cell[data-v-a440e92e]:first-child {
115
- border-left: none; /* 移除左侧边框,如果需要的话 */
116
- }
117
-
118
- /* 或者针对最后一列 */
119
- .ag-header-cell[data-v-a440e92e]:last-child {
120
- border-right: none; /* 移除右侧边框,如果需要的话 */
121
- }
122
-
123
- /* 选中行的样式 */
124
- [data-v-a440e92e] .ag-row-selected::before {
125
- background-color: rgba(183, 249, 177, 0.5803921569);
126
- }
127
-
128
- /* 选中焦点行的样式 */
129
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
130
- background-color: rgba(183, 249, 177, 0.5803921569);
131
- background-image: none;
132
- }
133
-
134
- /* 表头的样式 */
135
- [data-v-a440e92e] .ag-header {
136
- background-color: #dbefff;
137
- text-align: center;
138
- }
139
-
140
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
141
- opacity: 1;
142
- }
143
-
144
- /* 默认行的背景色 */
145
- [data-v-a440e92e] .ag-row-odd {
146
- background-color: aliceblue;
147
- }
148
-
149
- /* 取消选中行的样式 */
150
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
151
- background-color: #ecf0f1;
152
- }
153
-
154
- .loading-overlay[data-v-a440e92e] {
155
- position: absolute;
156
- top: 0;
157
- left: 0;
158
- right: 0;
159
- bottom: 0;
160
- background-color: rgba(255, 255, 255, 0.5);
161
- display: flex;
162
- z-index: 1000;
163
- }
164
-
165
2
  .rowContent[data-v-1b695265] {
166
3
  display: flex;
167
4
  flex-direction: row;
@@ -588,6 +425,181 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
588
425
  color: #fff; /* 勾选后的文字颜色 */
589
426
  }
590
427
 
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
+ text-align: center !important;
463
+ }
464
+
465
+ .ag-theme-alpine[data-v-a440e92e] {
466
+ /* and between columns */
467
+ --ag-cell-horizontal-border: solid #cecece;
468
+ --ag-header-cell-horizontal-border: solid #cecece;
469
+ --ag-header-foreground-color: #3a7af9;
470
+ }
471
+
472
+ [data-v-a440e92e] .ag-header-cell {
473
+ border-right-style: solid;
474
+ border-right-width: 1px;
475
+ border-right-color: #cecece; /* 深灰色底边框 */
476
+ }
477
+
478
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
479
+ .ag-header-cell[data-v-a440e92e]:first-child {
480
+ border-left: none; /* 移除左侧边框,如果需要的话 */
481
+ }
482
+
483
+ /* 或者针对最后一列 */
484
+ .ag-header-cell[data-v-a440e92e]:last-child {
485
+ border-right: none; /* 移除右侧边框,如果需要的话 */
486
+ }
487
+
488
+ /* 选中行的样式 */
489
+ [data-v-a440e92e] .ag-row-selected::before {
490
+ background-color: rgba(183, 249, 177, 0.5803921569);
491
+ }
492
+
493
+ /* 选中焦点行的样式 */
494
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
495
+ background-color: rgba(183, 249, 177, 0.5803921569);
496
+ background-image: none;
497
+ }
498
+
499
+ /* 表头的样式 */
500
+ [data-v-a440e92e] .ag-header {
501
+ background-color: #dbefff;
502
+ text-align: center;
503
+ }
504
+
505
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
506
+ opacity: 1;
507
+ }
508
+
509
+ /* 默认行的背景色 */
510
+ [data-v-a440e92e] .ag-row-odd {
511
+ background-color: aliceblue;
512
+ }
513
+
514
+ /* 取消选中行的样式 */
515
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
516
+ background-color: #ecf0f1;
517
+ }
518
+
519
+ [data-v-a440e92e] div.ag-header-cell.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed {
520
+ padding: 0 5px; /* 使用 !important 来确保覆盖默认样式 */
521
+ }
522
+
523
+ [data-v-a440e92e] div.ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height {
524
+ padding: 0 5px; /* 使用 !important 来确保覆盖默认样式 */
525
+ }
526
+
527
+ .loading-overlay[data-v-a440e92e] {
528
+ position: absolute;
529
+ top: 0;
530
+ left: 0;
531
+ right: 0;
532
+ bottom: 0;
533
+ background-color: rgba(255, 255, 255, 0.5);
534
+ display: flex;
535
+ z-index: 1000;
536
+ }
537
+
538
+ .container[data-v-87a0d832] {
539
+ width: 100%;
540
+ height: 100%;
541
+ position: relative;
542
+ }
543
+
544
+ .box[data-v-87a0d832] {
545
+ display: flex;
546
+ justify-content: center;
547
+ align-items: center;
548
+ height: 100vh;
549
+ }
550
+
551
+ .goods-card[data-v-87a0d832] {
552
+ display: flex;
553
+ flex-direction: column;
554
+ justify-content: flex-start;
555
+ }
556
+
557
+ .card-desc[data-v-87a0d832] {
558
+ text-align: left;
559
+ }
560
+
561
+ .button-area[data-v-87a0d832] {
562
+ display: flex;
563
+ justify-content: space-between;
564
+ align-items: center;
565
+ top: 20px;
566
+ margin-top: 5%;
567
+ margin-left: 5%;
568
+ margin-right: 5%;
569
+ margin-bottom: 5%;
570
+ position: sticky;
571
+ z-index: 1000;
572
+ }
573
+
574
+ .button-type[data-v-87a0d832] {
575
+ font-size: 14px;
576
+ border-radius: 10px;
577
+ font-family: "阿里巴巴普惠体Regular";
578
+ position: relative;
579
+ }
580
+
581
+ .slot-left[data-v-87a0d832] {
582
+ margin-top: 20px;
583
+ margin-left: 20px;
584
+ width: 100%;
585
+ height: 60px;
586
+ }
587
+
588
+ .slot-right[data-v-87a0d832] {
589
+ margin-top: 20px;
590
+ width: 100%;
591
+ height: 60px;
592
+ border-radius: 10px;
593
+ color: white;
594
+ font-size: 16px;
595
+ font-weight: 600;
596
+ font-family: "阿里巴巴普惠体Light";
597
+ }
598
+
599
+ [data-v-6e3557b8] .van-checkbox {
600
+ padding: 5px 0;
601
+ }
602
+
591
603
  [data-v-7351fe97] .van-popup {
592
604
  max-height: 80%;
593
605
  }
@@ -619,8 +631,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
619
631
 
620
632
  [data-v-804c414a] .van-checkbox {
621
633
  padding: 5px 0;
622
- }
623
-
624
- [data-v-6e3557b8] .van-checkbox {
625
- padding: 5px 0;
626
634
  }