@baosight/erm 1.4.5 → 1.4.7

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,144 +69,65 @@
69
69
  border-color: red;
70
70
  }
71
71
  }
72
- .baseStyle[data-v-a440e92e] {
73
- width: 99%;
72
+ .container[data-v-87a0d832] {
73
+ width: 100%;
74
74
  height: 100%;
75
+ position: relative;
75
76
  }
76
77
 
77
- [data-v-a440e92e] .ag-header-group-cell {
78
- border-right-style: solid;
79
- border-right-width: 1px;
80
- border-right-color: #cecece;
81
- display: flex;
82
- justify-content: center;
83
- align-items: center;
84
- }
85
-
86
- [data-v-a440e92e] .ag-header-cell-label {
78
+ .box[data-v-87a0d832] {
87
79
  display: flex;
88
80
  justify-content: center;
89
81
  align-items: center;
82
+ height: 100vh;
90
83
  }
91
84
 
92
- [data-v-a440e92e] .ag-root-wrapper {
93
- cursor: default;
94
- position: relative;
85
+ .goods-card[data-v-87a0d832] {
95
86
  display: flex;
96
87
  flex-direction: column;
97
- overflow: hidden;
98
- white-space: normal;
99
- border: 1px solid #cecece !important; /* 设置最外边的边框 */
100
- margin-right: 2px !important;
101
- margin-left: 2px !important;
102
- margin-bottom: 60px !important;
103
- }
104
-
105
- [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
106
- display: flex !important;
107
- justify-content: center !important;
108
- align-items: center !important;
109
- text-align: center !important;
110
- }
111
-
112
- .ag-theme-alpine[data-v-a440e92e] {
113
- /* and between columns */
114
- --ag-cell-horizontal-border: solid #cecece;
115
- --ag-header-cell-horizontal-border: solid #cecece;
116
- --ag-header-foreground-color: #3a7af9;
117
- }
118
-
119
- [data-v-a440e92e] .ag-header-cell {
120
- border-right-style: solid;
121
- border-right-width: 1px;
122
- border-right-color: #cecece; /* 深灰色底边框 */
123
- }
124
-
125
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
126
- .ag-header-cell[data-v-a440e92e]:first-child {
127
- border-left: none; /* 移除左侧边框,如果需要的话 */
128
- }
129
-
130
- /* 或者针对最后一列 */
131
- .ag-header-cell[data-v-a440e92e]:last-child {
132
- border-right: none; /* 移除右侧边框,如果需要的话 */
133
- }
134
-
135
- /* 选中行的样式 */
136
- [data-v-a440e92e] .ag-row-selected::before {
137
- background-color: rgba(183, 249, 177, 0.5803921569);
138
- }
139
-
140
- /* 选中焦点行的样式 */
141
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
142
- background-color: rgba(183, 249, 177, 0.5803921569);
143
- background-image: none;
144
- }
145
-
146
- /* 表头的样式 */
147
- [data-v-a440e92e] .ag-header {
148
- background-color: #dbefff;
149
- text-align: center;
150
- }
151
-
152
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
153
- opacity: 1;
154
- }
155
-
156
- /* 默认行的背景色 */
157
- [data-v-a440e92e] .ag-row-odd {
158
- background-color: aliceblue;
88
+ justify-content: flex-start;
159
89
  }
160
90
 
161
- /* 取消选中行的样式 */
162
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
163
- background-color: #ecf0f1;
91
+ .card-desc[data-v-87a0d832] {
92
+ text-align: left;
164
93
  }
165
94
 
166
- [data-v-a440e92e] .ag-header-cell-label {
167
- white-space: pre-line !important; /* 强制允许换行 */
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;
168
106
  }
169
107
 
170
- /*
171
-
172
- :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
173
- padding: 0 4px 0 4px !important;
174
- }
175
- :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
176
- padding: 0 3px 0 3px !important;
108
+ .button-type[data-v-87a0d832] {
109
+ font-size: 14px;
110
+ border-radius: 10px;
111
+ font-family: "阿里巴巴普惠体Regular";
112
+ position: relative;
177
113
  }
178
114
 
179
- :deep(.ag-selection-checkbox) {
180
- margin: 0 auto!important;
181
- text-align: center;
182
-
183
- }
184
- .centered-checkbox .ag-cell-wrapper {
185
- padding:0 3px;
186
- display: flex;
187
- justify-content: center;
188
- align-items: center;
115
+ .slot-left[data-v-87a0d832] {
116
+ margin-top: 20px;
117
+ margin-left: 20px;
118
+ width: 100%;
119
+ height: 60px;
189
120
  }
190
121
 
191
- .centered-header .ag-header-cell-label {
192
- padding:0 4px;
193
- display: flex;
194
- justify-content: center;
195
- }
196
- :deep(.ag-input-field-input.ag-checkbox-input){
197
- text-align: center;
198
- display: flex;
199
- justify-content: center;
200
- }*/
201
- .loading-overlay[data-v-a440e92e] {
202
- position: absolute;
203
- top: 0;
204
- left: 0;
205
- right: 0;
206
- bottom: 0;
207
- background-color: rgba(255, 255, 255, 0.5);
208
- display: flex;
209
- z-index: 1000;
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";
210
131
  }
211
132
 
212
133
  .swiperButton[data-v-35c7b3ce] {
@@ -565,73 +486,144 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
565
486
  color: #fff; /* 勾选后的文字颜色 */
566
487
  }
567
488
 
568
- .container[data-v-87a0d832] {
569
- width: 100%;
489
+ .baseStyle[data-v-a440e92e] {
490
+ width: 99%;
570
491
  height: 100%;
571
- position: relative;
572
492
  }
573
493
 
574
- .box[data-v-87a0d832] {
494
+ [data-v-a440e92e] .ag-header-group-cell {
495
+ border-right-style: solid;
496
+ border-right-width: 1px;
497
+ border-right-color: #cecece;
575
498
  display: flex;
576
499
  justify-content: center;
577
500
  align-items: center;
578
- height: 100vh;
579
501
  }
580
502
 
581
- .goods-card[data-v-87a0d832] {
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;
582
512
  display: flex;
583
513
  flex-direction: column;
584
- justify-content: flex-start;
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;
585
520
  }
586
521
 
587
- .card-desc[data-v-87a0d832] {
588
- text-align: left;
522
+ [data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
523
+ display: flex !important;
524
+ justify-content: center !important;
525
+ align-items: center !important;
526
+ text-align: center !important;
589
527
  }
590
528
 
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;
529
+ .ag-theme-alpine[data-v-a440e92e] {
530
+ /* and between columns */
531
+ --ag-cell-horizontal-border: solid #cecece;
532
+ --ag-header-cell-horizontal-border: solid #cecece;
533
+ --ag-header-foreground-color: #3a7af9;
602
534
  }
603
535
 
604
- .button-type[data-v-87a0d832] {
605
- font-size: 14px;
606
- border-radius: 10px;
607
- font-family: "阿里巴巴普惠体Regular";
608
- position: relative;
536
+ [data-v-a440e92e] .ag-header-cell {
537
+ border-right-style: solid;
538
+ border-right-width: 1px;
539
+ border-right-color: #cecece; /* 深灰色底边框 */
609
540
  }
610
541
 
611
- .slot-left[data-v-87a0d832] {
612
- margin-top: 20px;
613
- margin-left: 20px;
614
- width: 100%;
615
- height: 60px;
542
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
543
+ .ag-header-cell[data-v-a440e92e]:first-child {
544
+ border-left: none; /* 移除左侧边框,如果需要的话 */
616
545
  }
617
546
 
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";
547
+ /* 或者针对最后一列 */
548
+ .ag-header-cell[data-v-a440e92e]:last-child {
549
+ border-right: none; /* 移除右侧边框,如果需要的话 */
627
550
  }
628
551
 
629
- [data-v-6e3557b8] .van-checkbox {
630
- padding: 5px 0;
552
+ /* 选中行的样式 */
553
+ [data-v-a440e92e] .ag-row-selected::before {
554
+ background-color: rgba(183, 249, 177, 0.5803921569);
631
555
  }
632
556
 
633
- [data-v-804c414a] .van-checkbox {
634
- padding: 5px 0;
557
+ /* 选中焦点行的样式 */
558
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
559
+ background-color: rgba(183, 249, 177, 0.5803921569);
560
+ background-image: none;
561
+ }
562
+
563
+ /* 表头的样式 */
564
+ [data-v-a440e92e] .ag-header {
565
+ background-color: #dbefff;
566
+ text-align: center;
567
+ }
568
+
569
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
570
+ opacity: 1;
571
+ }
572
+
573
+ /* 默认行的背景色 */
574
+ [data-v-a440e92e] .ag-row-odd {
575
+ background-color: aliceblue;
576
+ }
577
+
578
+ /* 取消选中行的样式 */
579
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
580
+ background-color: #ecf0f1;
581
+ }
582
+
583
+ [data-v-a440e92e] .ag-header-cell-label {
584
+ white-space: pre-line !important; /* 强制允许换行 */
585
+ }
586
+
587
+ /*
588
+
589
+ :deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
590
+ padding: 0 4px 0 4px !important;
591
+ }
592
+ :deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
593
+ padding: 0 3px 0 3px !important;
594
+ }
595
+
596
+ :deep(.ag-selection-checkbox) {
597
+ margin: 0 auto!important;
598
+ text-align: center;
599
+
600
+ }
601
+ .centered-checkbox .ag-cell-wrapper {
602
+ padding:0 3px;
603
+ display: flex;
604
+ justify-content: center;
605
+ align-items: center;
606
+ }
607
+
608
+ .centered-header .ag-header-cell-label {
609
+ padding:0 4px;
610
+ display: flex;
611
+ justify-content: center;
612
+ }
613
+ :deep(.ag-input-field-input.ag-checkbox-input){
614
+ text-align: center;
615
+ display: flex;
616
+ justify-content: center;
617
+ }*/
618
+ .loading-overlay[data-v-a440e92e] {
619
+ position: absolute;
620
+ top: 0;
621
+ left: 0;
622
+ right: 0;
623
+ bottom: 0;
624
+ background-color: rgba(255, 255, 255, 0.5);
625
+ display: flex;
626
+ z-index: 1000;
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-6e3557b8] .van-checkbox {
659
+ padding: 5px 0;
660
+ }
661
+
662
+ [data-v-804c414a] .van-checkbox {
663
+ padding: 5px 0;
664
664
  }