@baosight/erm 1.4.4 → 1.4.5

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,74 @@
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
+ }
2
72
  .baseStyle[data-v-a440e92e] {
3
73
  width: 99%;
4
74
  height: 100%;
@@ -139,76 +209,6 @@
139
209
  z-index: 1000;
140
210
  }
141
211
 
142
- .rowContent[data-v-1b695265] {
143
- display: flex;
144
- flex-direction: row;
145
- justify-content: center;
146
- width: 100%;
147
- margin: 0;
148
- padding: 0;
149
- }
150
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
151
- width: 100%;
152
- display: flex;
153
- flex-direction: column;
154
- justify-content: start;
155
- overflow: auto;
156
- border-radius: 15px;
157
- background-color: #ffffff;
158
- }
159
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
160
- display: flex;
161
- flex-direction: column;
162
- justify-content: flex-start;
163
- padding: 0px 0;
164
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
165
- }
166
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
167
- display: flex;
168
- flex-direction: row;
169
- justify-content: flex-start;
170
- align-items: center;
171
- font-size: 14px;
172
- font-family: "阿里巴巴普惠体Regular";
173
- padding-left: 4px;
174
- }
175
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
176
- content: "*";
177
- display: contents;
178
- color: red;
179
- }
180
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
181
- font-size: 14px;
182
- font-family: "阿里巴巴普惠体Regular";
183
- }
184
-
185
- .mainTitle[data-v-1b695265] {
186
- display: flex;
187
- flex-direction: column;
188
- justify-content: center;
189
- align-items: center;
190
- font-family: "阿里巴巴普惠体Bold";
191
- font-size: 23px;
192
- color: #548cf6;
193
- margin: 10px;
194
- }
195
-
196
- [data-v-1b695265] .checkError {
197
- border-bottom: 1px solid red;
198
- animation: blink-1b695265 2s linear infinite;
199
- }
200
-
201
- @keyframes blink-1b695265 {
202
- 0% {
203
- border-color: red;
204
- }
205
- 50% {
206
- border-color: transparent;
207
- }
208
- 100% {
209
- border-color: red;
210
- }
211
- }
212
212
  .swiperButton[data-v-35c7b3ce] {
213
213
  height: 100%;
214
214
  }
@@ -626,6 +626,14 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
626
626
  font-family: "阿里巴巴普惠体Light";
627
627
  }
628
628
 
629
+ [data-v-6e3557b8] .van-checkbox {
630
+ padding: 5px 0;
631
+ }
632
+
633
+ [data-v-804c414a] .van-checkbox {
634
+ padding: 5px 0;
635
+ }
636
+
629
637
  [data-v-7351fe97] .van-popup {
630
638
  max-height: 80%;
631
639
  }
@@ -653,12 +661,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
653
661
  overflow: hidden;
654
662
  overflow-y: auto;
655
663
  height: calc(100% - 100px);
656
- }
657
-
658
- [data-v-804c414a] .van-checkbox {
659
- padding: 5px 0;
660
- }
661
-
662
- [data-v-6e3557b8] .van-checkbox {
663
- padding: 5px 0;
664
664
  }