@baosight/erm 1.5.8 → 1.5.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
@@ -1,74 +1,65 @@
1
1
  @charset "UTF-8";
2
- .rowContent[data-v-1b695265] {
3
- display: flex;
4
- flex-direction: row;
5
- justify-content: center;
2
+ .container[data-v-87a0d832] {
6
3
  width: 100%;
7
- margin: 0;
8
- padding: 0;
4
+ height: 100%;
5
+ position: relative;
9
6
  }
10
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
11
- width: 100%;
7
+
8
+ .box[data-v-87a0d832] {
12
9
  display: flex;
13
- flex-direction: column;
14
- justify-content: start;
15
- overflow: auto;
16
- border-radius: 15px;
17
- background-color: #ffffff;
10
+ justify-content: center;
11
+ align-items: center;
12
+ height: 100vh;
18
13
  }
19
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
14
+
15
+ .goods-card[data-v-87a0d832] {
20
16
  display: flex;
21
17
  flex-direction: column;
22
18
  justify-content: flex-start;
23
- padding: 0px 0;
24
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
25
19
  }
26
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
20
+
21
+ .card-desc[data-v-87a0d832] {
22
+ text-align: left;
23
+ }
24
+
25
+ .button-area[data-v-87a0d832] {
27
26
  display: flex;
28
- flex-direction: row;
29
- justify-content: flex-start;
27
+ justify-content: space-between;
30
28
  align-items: center;
31
- font-size: 14px;
32
- font-family: "阿里巴巴普惠体Regular";
33
- padding-left: 4px;
34
- }
35
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
36
- content: "*";
37
- display: contents;
38
- color: red;
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;
39
36
  }
40
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
37
+
38
+ .button-type[data-v-87a0d832] {
41
39
  font-size: 14px;
40
+ border-radius: 10px;
42
41
  font-family: "阿里巴巴普惠体Regular";
42
+ position: relative;
43
43
  }
44
44
 
45
- .mainTitle[data-v-1b695265] {
46
- display: flex;
47
- flex-direction: column;
48
- justify-content: center;
49
- align-items: center;
50
- font-family: "阿里巴巴普惠体Bold";
51
- font-size: 23px;
52
- color: #548cf6;
53
- margin: 10px;
45
+ .slot-left[data-v-87a0d832] {
46
+ margin-top: 20px;
47
+ margin-left: 20px;
48
+ width: 100%;
49
+ height: 60px;
54
50
  }
55
51
 
56
- [data-v-1b695265] .checkError {
57
- border-bottom: 1px solid red;
58
- animation: blink-1b695265 2s linear infinite;
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";
59
61
  }
60
62
 
61
- @keyframes blink-1b695265 {
62
- 0% {
63
- border-color: red;
64
- }
65
- 50% {
66
- border-color: transparent;
67
- }
68
- 100% {
69
- border-color: red;
70
- }
71
- }
72
63
  .swiperButton[data-v-35c7b3ce] {
73
64
  height: 100%;
74
65
  }
@@ -425,67 +416,76 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
425
416
  color: #fff; /* 勾选后的文字颜色 */
426
417
  }
427
418
 
428
- .container[data-v-87a0d832] {
419
+ .rowContent[data-v-1b695265] {
420
+ display: flex;
421
+ flex-direction: row;
422
+ justify-content: center;
429
423
  width: 100%;
430
- height: 100%;
431
- position: relative;
424
+ margin: 0;
425
+ padding: 0;
432
426
  }
433
-
434
- .box[data-v-87a0d832] {
427
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
428
+ width: 100%;
435
429
  display: flex;
436
- justify-content: center;
437
- align-items: center;
438
- height: 100vh;
430
+ flex-direction: column;
431
+ justify-content: start;
432
+ overflow: auto;
433
+ border-radius: 15px;
434
+ background-color: #ffffff;
439
435
  }
440
-
441
- .goods-card[data-v-87a0d832] {
436
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
442
437
  display: flex;
443
438
  flex-direction: column;
444
439
  justify-content: flex-start;
440
+ padding: 0px 0;
441
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
445
442
  }
446
-
447
- .card-desc[data-v-87a0d832] {
448
- text-align: left;
449
- }
450
-
451
- .button-area[data-v-87a0d832] {
443
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
452
444
  display: flex;
453
- justify-content: space-between;
445
+ flex-direction: row;
446
+ justify-content: flex-start;
454
447
  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;
448
+ font-size: 14px;
449
+ font-family: "阿里巴巴普惠体Regular";
450
+ padding-left: 4px;
462
451
  }
463
-
464
- .button-type[data-v-87a0d832] {
452
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
453
+ content: "*";
454
+ display: contents;
455
+ color: red;
456
+ }
457
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
465
458
  font-size: 14px;
466
- border-radius: 10px;
467
459
  font-family: "阿里巴巴普惠体Regular";
468
- position: relative;
469
460
  }
470
461
 
471
- .slot-left[data-v-87a0d832] {
472
- margin-top: 20px;
473
- margin-left: 20px;
474
- width: 100%;
475
- height: 60px;
462
+ .mainTitle[data-v-1b695265] {
463
+ display: flex;
464
+ flex-direction: column;
465
+ justify-content: center;
466
+ align-items: center;
467
+ font-family: "阿里巴巴普惠体Bold";
468
+ font-size: 23px;
469
+ color: #548cf6;
470
+ margin: 10px;
476
471
  }
477
472
 
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";
473
+ [data-v-1b695265] .checkError {
474
+ border-bottom: 1px solid red;
475
+ animation: blink-1b695265 2s linear infinite;
487
476
  }
488
477
 
478
+ @keyframes blink-1b695265 {
479
+ 0% {
480
+ border-color: red;
481
+ }
482
+ 50% {
483
+ border-color: transparent;
484
+ }
485
+ 100% {
486
+ border-color: red;
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
  }