@baosight/erm 1.5.8 → 1.6.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/index.esm.css CHANGED
@@ -1,4 +1,65 @@
1
1
  @charset "UTF-8";
2
+ .container[data-v-87a0d832] {
3
+ width: 100%;
4
+ height: 100%;
5
+ position: relative;
6
+ }
7
+
8
+ .box[data-v-87a0d832] {
9
+ display: flex;
10
+ justify-content: center;
11
+ align-items: center;
12
+ height: 100vh;
13
+ }
14
+
15
+ .goods-card[data-v-87a0d832] {
16
+ display: flex;
17
+ flex-direction: column;
18
+ justify-content: flex-start;
19
+ }
20
+
21
+ .card-desc[data-v-87a0d832] {
22
+ text-align: left;
23
+ }
24
+
25
+ .button-area[data-v-87a0d832] {
26
+ display: flex;
27
+ justify-content: space-between;
28
+ align-items: center;
29
+ top: 20px;
30
+ margin-top: 5%;
31
+ margin-left: 5%;
32
+ margin-right: 5%;
33
+ margin-bottom: 5%;
34
+ position: sticky;
35
+ z-index: 1000;
36
+ }
37
+
38
+ .button-type[data-v-87a0d832] {
39
+ font-size: 14px;
40
+ border-radius: 10px;
41
+ font-family: "阿里巴巴普惠体Regular";
42
+ position: relative;
43
+ }
44
+
45
+ .slot-left[data-v-87a0d832] {
46
+ margin-top: 20px;
47
+ margin-left: 20px;
48
+ width: 100%;
49
+ height: 60px;
50
+ }
51
+
52
+ .slot-right[data-v-87a0d832] {
53
+ margin-top: 20px;
54
+ width: 100%;
55
+ height: 60px;
56
+ border-radius: 10px;
57
+ color: white;
58
+ font-size: 16px;
59
+ font-weight: 600;
60
+ font-family: "阿里巴巴普惠体Light";
61
+ }
62
+
2
63
  .rowContent[data-v-1b695265] {
3
64
  display: flex;
4
65
  flex-direction: row;
@@ -425,67 +486,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
425
486
  color: #fff; /* 勾选后的文字颜色 */
426
487
  }
427
488
 
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%;
@@ -626,14 +626,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
626
626
  z-index: 1000;
627
627
  }
628
628
 
629
- [data-v-804c414a] .van-checkbox {
630
- padding: 5px 0;
631
- }
632
-
633
- [data-v-6e3557b8] .van-checkbox {
634
- padding: 5px 0;
635
- }
636
-
637
629
  [data-v-7351fe97] .van-popup {
638
630
  max-height: 80%;
639
631
  }
@@ -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
  }