@baosight/erm 1.5.3 → 1.5.4

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,4 @@
1
1
  @charset "UTF-8";
2
- .rowContent[data-v-1b695265] {
3
- display: flex;
4
- flex-direction: row;
5
- justify-content: center;
6
- width: 100%;
7
- margin: 0;
8
- padding: 0;
9
- }
10
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
11
- width: 100%;
12
- display: flex;
13
- flex-direction: column;
14
- justify-content: start;
15
- overflow: auto;
16
- border-radius: 15px;
17
- background-color: #ffffff;
18
- }
19
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
20
- display: flex;
21
- flex-direction: column;
22
- justify-content: flex-start;
23
- padding: 0px 0;
24
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
25
- }
26
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
27
- display: flex;
28
- flex-direction: row;
29
- justify-content: flex-start;
30
- 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;
39
- }
40
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
41
- font-size: 14px;
42
- font-family: "阿里巴巴普惠体Regular";
43
- }
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;
54
- }
55
-
56
- [data-v-1b695265] .checkError {
57
- border-bottom: 1px solid red;
58
- animation: blink-1b695265 2s linear infinite;
59
- }
60
-
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
2
  .swiperButton[data-v-35c7b3ce] {
73
3
  height: 100%;
74
4
  }
@@ -626,6 +556,76 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
626
556
  font-family: "阿里巴巴普惠体Light";
627
557
  }
628
558
 
559
+ .rowContent[data-v-1b695265] {
560
+ display: flex;
561
+ flex-direction: row;
562
+ justify-content: center;
563
+ width: 100%;
564
+ margin: 0;
565
+ padding: 0;
566
+ }
567
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
568
+ width: 100%;
569
+ display: flex;
570
+ flex-direction: column;
571
+ justify-content: start;
572
+ overflow: auto;
573
+ border-radius: 15px;
574
+ background-color: #ffffff;
575
+ }
576
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
577
+ display: flex;
578
+ flex-direction: column;
579
+ justify-content: flex-start;
580
+ padding: 0px 0;
581
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
582
+ }
583
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
584
+ display: flex;
585
+ flex-direction: row;
586
+ justify-content: flex-start;
587
+ align-items: center;
588
+ font-size: 14px;
589
+ font-family: "阿里巴巴普惠体Regular";
590
+ padding-left: 4px;
591
+ }
592
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
593
+ content: "*";
594
+ display: contents;
595
+ color: red;
596
+ }
597
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
598
+ font-size: 14px;
599
+ font-family: "阿里巴巴普惠体Regular";
600
+ }
601
+
602
+ .mainTitle[data-v-1b695265] {
603
+ display: flex;
604
+ flex-direction: column;
605
+ justify-content: center;
606
+ align-items: center;
607
+ font-family: "阿里巴巴普惠体Bold";
608
+ font-size: 23px;
609
+ color: #548cf6;
610
+ margin: 10px;
611
+ }
612
+
613
+ [data-v-1b695265] .checkError {
614
+ border-bottom: 1px solid red;
615
+ animation: blink-1b695265 2s linear infinite;
616
+ }
617
+
618
+ @keyframes blink-1b695265 {
619
+ 0% {
620
+ border-color: red;
621
+ }
622
+ 50% {
623
+ border-color: transparent;
624
+ }
625
+ 100% {
626
+ border-color: red;
627
+ }
628
+ }
629
629
  [data-v-7351fe97] .van-popup {
630
630
  max-height: 80%;
631
631
  }
@@ -655,10 +655,10 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
655
655
  height: calc(100% - 100px);
656
656
  }
657
657
 
658
- [data-v-804c414a] .van-checkbox {
658
+ [data-v-6e3557b8] .van-checkbox {
659
659
  padding: 5px 0;
660
660
  }
661
661
 
662
- [data-v-6e3557b8] .van-checkbox {
662
+ [data-v-804c414a] .van-checkbox {
663
663
  padding: 5px 0;
664
664
  }