@baosight/erm 1.4.7 → 1.4.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
@@ -69,65 +69,144 @@
69
69
  border-color: red;
70
70
  }
71
71
  }
72
- .container[data-v-87a0d832] {
73
- width: 100%;
72
+ .baseStyle[data-v-a440e92e] {
73
+ width: 99%;
74
74
  height: 100%;
75
- position: relative;
76
75
  }
77
76
 
78
- .box[data-v-87a0d832] {
77
+ [data-v-a440e92e] .ag-header-group-cell {
78
+ border-right-style: solid;
79
+ border-right-width: 1px;
80
+ border-right-color: #cecece;
79
81
  display: flex;
80
82
  justify-content: center;
81
83
  align-items: center;
82
- height: 100vh;
83
84
  }
84
85
 
85
- .goods-card[data-v-87a0d832] {
86
+ [data-v-a440e92e] .ag-header-cell-label {
87
+ display: flex;
88
+ justify-content: center;
89
+ align-items: center;
90
+ }
91
+
92
+ [data-v-a440e92e] .ag-root-wrapper {
93
+ cursor: default;
94
+ position: relative;
86
95
  display: flex;
87
96
  flex-direction: column;
88
- justify-content: flex-start;
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;
89
103
  }
90
104
 
91
- .card-desc[data-v-87a0d832] {
92
- text-align: left;
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;
93
110
  }
94
111
 
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;
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;
106
117
  }
107
118
 
108
- .button-type[data-v-87a0d832] {
109
- font-size: 14px;
110
- border-radius: 10px;
111
- font-family: "阿里巴巴普惠体Regular";
112
- position: relative;
119
+ [data-v-a440e92e] .ag-header-cell {
120
+ border-right-style: solid;
121
+ border-right-width: 1px;
122
+ border-right-color: #cecece; /* 深灰色底边框 */
113
123
  }
114
124
 
115
- .slot-left[data-v-87a0d832] {
116
- margin-top: 20px;
117
- margin-left: 20px;
118
- width: 100%;
119
- height: 60px;
125
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
126
+ .ag-header-cell[data-v-a440e92e]:first-child {
127
+ border-left: none; /* 移除左侧边框,如果需要的话 */
120
128
  }
121
129
 
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";
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;
159
+ }
160
+
161
+ /* 取消选中行的样式 */
162
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
163
+ background-color: #ecf0f1;
164
+ }
165
+
166
+ [data-v-a440e92e] .ag-header-cell-label {
167
+ white-space: pre-line !important; /* 强制允许换行 */
168
+ }
169
+
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;
177
+ }
178
+
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;
189
+ }
190
+
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;
131
210
  }
132
211
 
133
212
  .swiperButton[data-v-35c7b3ce] {
@@ -486,144 +565,69 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
486
565
  color: #fff; /* 勾选后的文字颜色 */
487
566
  }
488
567
 
489
- .baseStyle[data-v-a440e92e] {
490
- width: 99%;
568
+ .container[data-v-87a0d832] {
569
+ width: 100%;
491
570
  height: 100%;
571
+ position: relative;
492
572
  }
493
573
 
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 {
574
+ .box[data-v-87a0d832] {
504
575
  display: flex;
505
576
  justify-content: center;
506
577
  align-items: center;
578
+ height: 100vh;
507
579
  }
508
580
 
509
- [data-v-a440e92e] .ag-root-wrapper {
510
- cursor: default;
511
- position: relative;
581
+ .goods-card[data-v-87a0d832] {
512
582
  display: flex;
513
583
  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
- display: flex !important;
524
- justify-content: center !important;
525
- align-items: center !important;
526
- text-align: center !important;
527
- }
528
-
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;
534
- }
535
-
536
- [data-v-a440e92e] .ag-header-cell {
537
- border-right-style: solid;
538
- border-right-width: 1px;
539
- border-right-color: #cecece; /* 深灰色底边框 */
540
- }
541
-
542
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
543
- .ag-header-cell[data-v-a440e92e]:first-child {
544
- border-left: none; /* 移除左侧边框,如果需要的话 */
545
- }
546
-
547
- /* 或者针对最后一列 */
548
- .ag-header-cell[data-v-a440e92e]:last-child {
549
- border-right: none; /* 移除右侧边框,如果需要的话 */
550
- }
551
-
552
- /* 选中行的样式 */
553
- [data-v-a440e92e] .ag-row-selected::before {
554
- background-color: rgba(183, 249, 177, 0.5803921569);
555
- }
556
-
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;
584
+ justify-content: flex-start;
571
585
  }
572
586
 
573
- /* 默认行的背景色 */
574
- [data-v-a440e92e] .ag-row-odd {
575
- background-color: aliceblue;
587
+ .card-desc[data-v-87a0d832] {
588
+ text-align: left;
576
589
  }
577
590
 
578
- /* 取消选中行的样式 */
579
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
580
- background-color: #ecf0f1;
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;
581
602
  }
582
603
 
583
- [data-v-a440e92e] .ag-header-cell-label {
584
- white-space: pre-line !important; /* 强制允许换行 */
604
+ .button-type[data-v-87a0d832] {
605
+ font-size: 14px;
606
+ border-radius: 10px;
607
+ font-family: "阿里巴巴普惠体Regular";
608
+ position: relative;
585
609
  }
586
610
 
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;
611
+ .slot-left[data-v-87a0d832] {
612
+ margin-top: 20px;
613
+ margin-left: 20px;
614
+ width: 100%;
615
+ height: 60px;
594
616
  }
595
617
 
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;
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";
606
627
  }
607
628
 
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;
629
+ [data-v-804c414a] .van-checkbox {
630
+ padding: 5px 0;
627
631
  }
628
632
 
629
633
  [data-v-7351fe97] .van-popup {
@@ -657,8 +661,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
657
661
 
658
662
  [data-v-6e3557b8] .van-checkbox {
659
663
  padding: 5px 0;
660
- }
661
-
662
- [data-v-804c414a] .van-checkbox {
663
- padding: 5px 0;
664
664
  }