@baosight/erm 1.4.8 → 1.5.0
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/components/MobileText.vue.d.ts +8 -1
- package/lib/ermForm/ermForm.vue.d.ts +2 -1
- package/lib/index.css +1 -1
- package/lib/index.esm.css +61 -61
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -355,67 +355,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
355
355
|
color: #fff; /* 勾选后的文字颜色 */
|
|
356
356
|
}
|
|
357
357
|
|
|
358
|
-
.container[data-v-87a0d832] {
|
|
359
|
-
width: 100%;
|
|
360
|
-
height: 100%;
|
|
361
|
-
position: relative;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.box[data-v-87a0d832] {
|
|
365
|
-
display: flex;
|
|
366
|
-
justify-content: center;
|
|
367
|
-
align-items: center;
|
|
368
|
-
height: 100vh;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.goods-card[data-v-87a0d832] {
|
|
372
|
-
display: flex;
|
|
373
|
-
flex-direction: column;
|
|
374
|
-
justify-content: flex-start;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.card-desc[data-v-87a0d832] {
|
|
378
|
-
text-align: left;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.button-area[data-v-87a0d832] {
|
|
382
|
-
display: flex;
|
|
383
|
-
justify-content: space-between;
|
|
384
|
-
align-items: center;
|
|
385
|
-
top: 20px;
|
|
386
|
-
margin-top: 5%;
|
|
387
|
-
margin-left: 5%;
|
|
388
|
-
margin-right: 5%;
|
|
389
|
-
margin-bottom: 5%;
|
|
390
|
-
position: sticky;
|
|
391
|
-
z-index: 1000;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.button-type[data-v-87a0d832] {
|
|
395
|
-
font-size: 14px;
|
|
396
|
-
border-radius: 10px;
|
|
397
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
398
|
-
position: relative;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.slot-left[data-v-87a0d832] {
|
|
402
|
-
margin-top: 20px;
|
|
403
|
-
margin-left: 20px;
|
|
404
|
-
width: 100%;
|
|
405
|
-
height: 60px;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.slot-right[data-v-87a0d832] {
|
|
409
|
-
margin-top: 20px;
|
|
410
|
-
width: 100%;
|
|
411
|
-
height: 60px;
|
|
412
|
-
border-radius: 10px;
|
|
413
|
-
color: white;
|
|
414
|
-
font-size: 16px;
|
|
415
|
-
font-weight: 600;
|
|
416
|
-
font-family: "阿里巴巴普惠体Light";
|
|
417
|
-
}
|
|
418
|
-
|
|
419
358
|
.rowContent[data-v-1b695265] {
|
|
420
359
|
display: flex;
|
|
421
360
|
flex-direction: row;
|
|
@@ -486,6 +425,67 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
486
425
|
border-color: red;
|
|
487
426
|
}
|
|
488
427
|
}
|
|
428
|
+
.container[data-v-87a0d832] {
|
|
429
|
+
width: 100%;
|
|
430
|
+
height: 100%;
|
|
431
|
+
position: relative;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.box[data-v-87a0d832] {
|
|
435
|
+
display: flex;
|
|
436
|
+
justify-content: center;
|
|
437
|
+
align-items: center;
|
|
438
|
+
height: 100vh;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.goods-card[data-v-87a0d832] {
|
|
442
|
+
display: flex;
|
|
443
|
+
flex-direction: column;
|
|
444
|
+
justify-content: flex-start;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.card-desc[data-v-87a0d832] {
|
|
448
|
+
text-align: left;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.button-area[data-v-87a0d832] {
|
|
452
|
+
display: flex;
|
|
453
|
+
justify-content: space-between;
|
|
454
|
+
align-items: center;
|
|
455
|
+
top: 20px;
|
|
456
|
+
margin-top: 5%;
|
|
457
|
+
margin-left: 5%;
|
|
458
|
+
margin-right: 5%;
|
|
459
|
+
margin-bottom: 5%;
|
|
460
|
+
position: sticky;
|
|
461
|
+
z-index: 1000;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.button-type[data-v-87a0d832] {
|
|
465
|
+
font-size: 14px;
|
|
466
|
+
border-radius: 10px;
|
|
467
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
468
|
+
position: relative;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.slot-left[data-v-87a0d832] {
|
|
472
|
+
margin-top: 20px;
|
|
473
|
+
margin-left: 20px;
|
|
474
|
+
width: 100%;
|
|
475
|
+
height: 60px;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.slot-right[data-v-87a0d832] {
|
|
479
|
+
margin-top: 20px;
|
|
480
|
+
width: 100%;
|
|
481
|
+
height: 60px;
|
|
482
|
+
border-radius: 10px;
|
|
483
|
+
color: white;
|
|
484
|
+
font-size: 16px;
|
|
485
|
+
font-weight: 600;
|
|
486
|
+
font-family: "阿里巴巴普惠体Light";
|
|
487
|
+
}
|
|
488
|
+
|
|
489
489
|
.baseStyle[data-v-a440e92e] {
|
|
490
490
|
width: 99%;
|
|
491
491
|
height: 100%;
|