@baosight/erm 1.4.1 → 1.4.3
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.css +1 -1
- package/lib/index.esm.css +148 -149
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -90,27 +90,26 @@
|
|
|
90
90
|
background-color: #ecf0f1;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
}
|
|
93
|
+
/*
|
|
94
|
+
:deep(#ag-95-input.ag-input-field-input .ag-checkbox-input){
|
|
96
95
|
|
|
97
|
-
[data-v-a440e92e] .ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height {
|
|
98
|
-
padding: 0 0 5px 5px !important; /* 使用 !important 来确保覆盖默认样式 */
|
|
99
96
|
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
padding: 0 0 0 10px !important;
|
|
97
|
+
:deep(.ag-selection-checkbox) {
|
|
98
|
+
margin: 0 2px !important;
|
|
103
99
|
}
|
|
104
100
|
|
|
105
|
-
|
|
106
|
-
padding: 0
|
|
101
|
+
:deep(.ag-header-cell.ag-header-parent-hidden.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
|
|
102
|
+
padding: 0 4px 0 4px;
|
|
103
|
+
}
|
|
104
|
+
:deep(.ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height) {
|
|
107
105
|
margin: 0 !important;
|
|
106
|
+
padding: 0 2px !important;
|
|
108
107
|
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
padding: 0
|
|
108
|
+
:deep(.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-column-first) {
|
|
109
|
+
margin: 0 !important;
|
|
110
|
+
padding: 0 2px !important;
|
|
112
111
|
}
|
|
113
|
-
|
|
112
|
+
*/
|
|
114
113
|
.loading-overlay[data-v-a440e92e] {
|
|
115
114
|
position: absolute;
|
|
116
115
|
top: 0;
|
|
@@ -122,137 +121,6 @@
|
|
|
122
121
|
z-index: 1000;
|
|
123
122
|
}
|
|
124
123
|
|
|
125
|
-
.container[data-v-87a0d832] {
|
|
126
|
-
width: 100%;
|
|
127
|
-
height: 100%;
|
|
128
|
-
position: relative;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.box[data-v-87a0d832] {
|
|
132
|
-
display: flex;
|
|
133
|
-
justify-content: center;
|
|
134
|
-
align-items: center;
|
|
135
|
-
height: 100vh;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.goods-card[data-v-87a0d832] {
|
|
139
|
-
display: flex;
|
|
140
|
-
flex-direction: column;
|
|
141
|
-
justify-content: flex-start;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.card-desc[data-v-87a0d832] {
|
|
145
|
-
text-align: left;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.button-area[data-v-87a0d832] {
|
|
149
|
-
display: flex;
|
|
150
|
-
justify-content: space-between;
|
|
151
|
-
align-items: center;
|
|
152
|
-
top: 20px;
|
|
153
|
-
margin-top: 5%;
|
|
154
|
-
margin-left: 5%;
|
|
155
|
-
margin-right: 5%;
|
|
156
|
-
margin-bottom: 5%;
|
|
157
|
-
position: sticky;
|
|
158
|
-
z-index: 1000;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.button-type[data-v-87a0d832] {
|
|
162
|
-
font-size: 14px;
|
|
163
|
-
border-radius: 10px;
|
|
164
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
165
|
-
position: relative;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.slot-left[data-v-87a0d832] {
|
|
169
|
-
margin-top: 20px;
|
|
170
|
-
margin-left: 20px;
|
|
171
|
-
width: 100%;
|
|
172
|
-
height: 60px;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.slot-right[data-v-87a0d832] {
|
|
176
|
-
margin-top: 20px;
|
|
177
|
-
width: 100%;
|
|
178
|
-
height: 60px;
|
|
179
|
-
border-radius: 10px;
|
|
180
|
-
color: white;
|
|
181
|
-
font-size: 16px;
|
|
182
|
-
font-weight: 600;
|
|
183
|
-
font-family: "阿里巴巴普惠体Light";
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.rowContent[data-v-1b695265] {
|
|
187
|
-
display: flex;
|
|
188
|
-
flex-direction: row;
|
|
189
|
-
justify-content: center;
|
|
190
|
-
width: 100%;
|
|
191
|
-
margin: 0;
|
|
192
|
-
padding: 0;
|
|
193
|
-
}
|
|
194
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
195
|
-
width: 100%;
|
|
196
|
-
display: flex;
|
|
197
|
-
flex-direction: column;
|
|
198
|
-
justify-content: start;
|
|
199
|
-
overflow: auto;
|
|
200
|
-
border-radius: 15px;
|
|
201
|
-
background-color: #ffffff;
|
|
202
|
-
}
|
|
203
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
204
|
-
display: flex;
|
|
205
|
-
flex-direction: column;
|
|
206
|
-
justify-content: flex-start;
|
|
207
|
-
padding: 0px 0;
|
|
208
|
-
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
209
|
-
}
|
|
210
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
211
|
-
display: flex;
|
|
212
|
-
flex-direction: row;
|
|
213
|
-
justify-content: flex-start;
|
|
214
|
-
align-items: center;
|
|
215
|
-
font-size: 14px;
|
|
216
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
217
|
-
padding-left: 4px;
|
|
218
|
-
}
|
|
219
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
220
|
-
content: "*";
|
|
221
|
-
display: contents;
|
|
222
|
-
color: red;
|
|
223
|
-
}
|
|
224
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
225
|
-
font-size: 14px;
|
|
226
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.mainTitle[data-v-1b695265] {
|
|
230
|
-
display: flex;
|
|
231
|
-
flex-direction: column;
|
|
232
|
-
justify-content: center;
|
|
233
|
-
align-items: center;
|
|
234
|
-
font-family: "阿里巴巴普惠体Bold";
|
|
235
|
-
font-size: 23px;
|
|
236
|
-
color: #548cf6;
|
|
237
|
-
margin: 10px;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
[data-v-1b695265] .checkError {
|
|
241
|
-
border-bottom: 1px solid red;
|
|
242
|
-
animation: blink-1b695265 2s linear infinite;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
@keyframes blink-1b695265 {
|
|
246
|
-
0% {
|
|
247
|
-
border-color: red;
|
|
248
|
-
}
|
|
249
|
-
50% {
|
|
250
|
-
border-color: transparent;
|
|
251
|
-
}
|
|
252
|
-
100% {
|
|
253
|
-
border-color: red;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
124
|
.swiperButton[data-v-35c7b3ce] {
|
|
257
125
|
height: 100%;
|
|
258
126
|
}
|
|
@@ -609,6 +477,141 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
609
477
|
color: #fff; /* 勾选后的文字颜色 */
|
|
610
478
|
}
|
|
611
479
|
|
|
480
|
+
.container[data-v-87a0d832] {
|
|
481
|
+
width: 100%;
|
|
482
|
+
height: 100%;
|
|
483
|
+
position: relative;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.box[data-v-87a0d832] {
|
|
487
|
+
display: flex;
|
|
488
|
+
justify-content: center;
|
|
489
|
+
align-items: center;
|
|
490
|
+
height: 100vh;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
.goods-card[data-v-87a0d832] {
|
|
494
|
+
display: flex;
|
|
495
|
+
flex-direction: column;
|
|
496
|
+
justify-content: flex-start;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.card-desc[data-v-87a0d832] {
|
|
500
|
+
text-align: left;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.button-area[data-v-87a0d832] {
|
|
504
|
+
display: flex;
|
|
505
|
+
justify-content: space-between;
|
|
506
|
+
align-items: center;
|
|
507
|
+
top: 20px;
|
|
508
|
+
margin-top: 5%;
|
|
509
|
+
margin-left: 5%;
|
|
510
|
+
margin-right: 5%;
|
|
511
|
+
margin-bottom: 5%;
|
|
512
|
+
position: sticky;
|
|
513
|
+
z-index: 1000;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.button-type[data-v-87a0d832] {
|
|
517
|
+
font-size: 14px;
|
|
518
|
+
border-radius: 10px;
|
|
519
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
520
|
+
position: relative;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.slot-left[data-v-87a0d832] {
|
|
524
|
+
margin-top: 20px;
|
|
525
|
+
margin-left: 20px;
|
|
526
|
+
width: 100%;
|
|
527
|
+
height: 60px;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.slot-right[data-v-87a0d832] {
|
|
531
|
+
margin-top: 20px;
|
|
532
|
+
width: 100%;
|
|
533
|
+
height: 60px;
|
|
534
|
+
border-radius: 10px;
|
|
535
|
+
color: white;
|
|
536
|
+
font-size: 16px;
|
|
537
|
+
font-weight: 600;
|
|
538
|
+
font-family: "阿里巴巴普惠体Light";
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.rowContent[data-v-1b695265] {
|
|
542
|
+
display: flex;
|
|
543
|
+
flex-direction: row;
|
|
544
|
+
justify-content: center;
|
|
545
|
+
width: 100%;
|
|
546
|
+
margin: 0;
|
|
547
|
+
padding: 0;
|
|
548
|
+
}
|
|
549
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
550
|
+
width: 100%;
|
|
551
|
+
display: flex;
|
|
552
|
+
flex-direction: column;
|
|
553
|
+
justify-content: start;
|
|
554
|
+
overflow: auto;
|
|
555
|
+
border-radius: 15px;
|
|
556
|
+
background-color: #ffffff;
|
|
557
|
+
}
|
|
558
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
559
|
+
display: flex;
|
|
560
|
+
flex-direction: column;
|
|
561
|
+
justify-content: flex-start;
|
|
562
|
+
padding: 0px 0;
|
|
563
|
+
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
564
|
+
}
|
|
565
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
566
|
+
display: flex;
|
|
567
|
+
flex-direction: row;
|
|
568
|
+
justify-content: flex-start;
|
|
569
|
+
align-items: center;
|
|
570
|
+
font-size: 14px;
|
|
571
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
572
|
+
padding-left: 4px;
|
|
573
|
+
}
|
|
574
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
575
|
+
content: "*";
|
|
576
|
+
display: contents;
|
|
577
|
+
color: red;
|
|
578
|
+
}
|
|
579
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
580
|
+
font-size: 14px;
|
|
581
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.mainTitle[data-v-1b695265] {
|
|
585
|
+
display: flex;
|
|
586
|
+
flex-direction: column;
|
|
587
|
+
justify-content: center;
|
|
588
|
+
align-items: center;
|
|
589
|
+
font-family: "阿里巴巴普惠体Bold";
|
|
590
|
+
font-size: 23px;
|
|
591
|
+
color: #548cf6;
|
|
592
|
+
margin: 10px;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
[data-v-1b695265] .checkError {
|
|
596
|
+
border-bottom: 1px solid red;
|
|
597
|
+
animation: blink-1b695265 2s linear infinite;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
@keyframes blink-1b695265 {
|
|
601
|
+
0% {
|
|
602
|
+
border-color: red;
|
|
603
|
+
}
|
|
604
|
+
50% {
|
|
605
|
+
border-color: transparent;
|
|
606
|
+
}
|
|
607
|
+
100% {
|
|
608
|
+
border-color: red;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
612
|
+
padding: 5px 0;
|
|
613
|
+
}
|
|
614
|
+
|
|
612
615
|
[data-v-7351fe97] .van-popup {
|
|
613
616
|
max-height: 80%;
|
|
614
617
|
}
|
|
@@ -640,8 +643,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
640
643
|
|
|
641
644
|
[data-v-804c414a] .van-checkbox {
|
|
642
645
|
padding: 5px 0;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
646
|
-
padding: 5px 0;
|
|
647
646
|
}
|