@baosight/erm 1.4.9 → 1.5.1
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/ermForm/ermForm.vue.d.ts +2 -2
- package/lib/index.css +1 -1
- package/lib/index.esm.css +64 -64
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -209,6 +209,67 @@
|
|
|
209
209
|
z-index: 1000;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
+
.container[data-v-87a0d832] {
|
|
213
|
+
width: 100%;
|
|
214
|
+
height: 100%;
|
|
215
|
+
position: relative;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.box[data-v-87a0d832] {
|
|
219
|
+
display: flex;
|
|
220
|
+
justify-content: center;
|
|
221
|
+
align-items: center;
|
|
222
|
+
height: 100vh;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.goods-card[data-v-87a0d832] {
|
|
226
|
+
display: flex;
|
|
227
|
+
flex-direction: column;
|
|
228
|
+
justify-content: flex-start;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.card-desc[data-v-87a0d832] {
|
|
232
|
+
text-align: left;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.button-area[data-v-87a0d832] {
|
|
236
|
+
display: flex;
|
|
237
|
+
justify-content: space-between;
|
|
238
|
+
align-items: center;
|
|
239
|
+
top: 20px;
|
|
240
|
+
margin-top: 5%;
|
|
241
|
+
margin-left: 5%;
|
|
242
|
+
margin-right: 5%;
|
|
243
|
+
margin-bottom: 5%;
|
|
244
|
+
position: sticky;
|
|
245
|
+
z-index: 1000;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.button-type[data-v-87a0d832] {
|
|
249
|
+
font-size: 14px;
|
|
250
|
+
border-radius: 10px;
|
|
251
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
252
|
+
position: relative;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.slot-left[data-v-87a0d832] {
|
|
256
|
+
margin-top: 20px;
|
|
257
|
+
margin-left: 20px;
|
|
258
|
+
width: 100%;
|
|
259
|
+
height: 60px;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.slot-right[data-v-87a0d832] {
|
|
263
|
+
margin-top: 20px;
|
|
264
|
+
width: 100%;
|
|
265
|
+
height: 60px;
|
|
266
|
+
border-radius: 10px;
|
|
267
|
+
color: white;
|
|
268
|
+
font-size: 16px;
|
|
269
|
+
font-weight: 600;
|
|
270
|
+
font-family: "阿里巴巴普惠体Light";
|
|
271
|
+
}
|
|
272
|
+
|
|
212
273
|
.swiperButton[data-v-35c7b3ce] {
|
|
213
274
|
height: 100%;
|
|
214
275
|
}
|
|
@@ -565,68 +626,11 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
565
626
|
color: #fff; /* 勾选后的文字颜色 */
|
|
566
627
|
}
|
|
567
628
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
height: 100%;
|
|
571
|
-
position: relative;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.box[data-v-87a0d832] {
|
|
575
|
-
display: flex;
|
|
576
|
-
justify-content: center;
|
|
577
|
-
align-items: center;
|
|
578
|
-
height: 100vh;
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
.goods-card[data-v-87a0d832] {
|
|
582
|
-
display: flex;
|
|
583
|
-
flex-direction: column;
|
|
584
|
-
justify-content: flex-start;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.card-desc[data-v-87a0d832] {
|
|
588
|
-
text-align: left;
|
|
589
|
-
}
|
|
590
|
-
|
|
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;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
.button-type[data-v-87a0d832] {
|
|
605
|
-
font-size: 14px;
|
|
606
|
-
border-radius: 10px;
|
|
607
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
608
|
-
position: relative;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.slot-left[data-v-87a0d832] {
|
|
612
|
-
margin-top: 20px;
|
|
613
|
-
margin-left: 20px;
|
|
614
|
-
width: 100%;
|
|
615
|
-
height: 60px;
|
|
616
|
-
}
|
|
617
|
-
|
|
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";
|
|
629
|
+
[data-v-804c414a] .van-checkbox {
|
|
630
|
+
padding: 5px 0;
|
|
627
631
|
}
|
|
628
632
|
|
|
629
|
-
[data-v-
|
|
633
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
630
634
|
padding: 5px 0;
|
|
631
635
|
}
|
|
632
636
|
|
|
@@ -657,8 +661,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
657
661
|
overflow: hidden;
|
|
658
662
|
overflow-y: auto;
|
|
659
663
|
height: calc(100% - 100px);
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
663
|
-
padding: 5px 0;
|
|
664
664
|
}
|