@baosight/erm 1.6.7 → 1.6.8

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 .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 .mainContent .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 .mainContent .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 .mainContent .colDesc .required[data-v-1b695265] {
36
+ content: "*";
37
+ display: contents;
38
+ color: red;
39
+ }
40
+ .rowContent .mainContent .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
  .swiperButton[data-v-35c7b3ce] {
3
73
  height: 100%;
4
74
  }
@@ -12,28 +82,28 @@
12
82
  padding: 10px 0;
13
83
  border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
14
84
  }
15
- .rowContent[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
85
+ .rowContent .leftArea[data-v-35c7b3ce] {
16
86
  display: flex;
17
87
  flex-direction: column;
18
88
  justify-content: center;
19
89
  align-items: center;
20
90
  width: 15%;
21
91
  }
22
- .rowContent[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
92
+ .rowContent .rightArea[data-v-35c7b3ce] {
23
93
  display: flex;
24
94
  flex-direction: column;
25
95
  justify-content: center;
26
96
  align-items: center;
27
97
  width: 15%;
28
98
  }
29
- .rowContent[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
99
+ .rowContent .mainContent[data-v-35c7b3ce] {
30
100
  width: 100%;
31
101
  display: flex;
32
102
  flex-direction: column;
33
103
  justify-content: start;
34
104
  overflow: auto;
35
105
  }
36
- .rowContent[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
106
+ .rowContent .singleRow[data-v-35c7b3ce] {
37
107
  display: flex;
38
108
  flex-direction: column;
39
109
  justify-content: flex-start;
@@ -41,18 +111,18 @@
41
111
  word-wrap: break-word;
42
112
  font-size: 15px;
43
113
  }
44
- .rowContent[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
114
+ .rowContent .colDesc[data-v-35c7b3ce] {
45
115
  font-size: 15px;
46
116
  color: #a7a7a7;
47
117
  font-family: "阿里巴巴普惠体Regular";
48
118
  padding-left: 8px;
49
119
  }
50
- .rowContent[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
120
+ .rowContent .colData[data-v-35c7b3ce] {
51
121
  font-size: 15px;
52
122
  color: #a7a7a7;
53
123
  font-family: "阿里巴巴普惠体Regular";
54
124
  }
55
- .rowContent[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
125
+ .rowContent .colDataDesc[data-v-35c7b3ce] {
56
126
  color: #a7a7a7;
57
127
  font-size: 12px;
58
128
  font-family: "阿里巴巴普惠体Regular";
@@ -60,7 +130,7 @@
60
130
  word-break: break-all;
61
131
  padding: 4px 0 4px 8px;
62
132
  }
63
- .rowContent[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
133
+ .rowContent .textPosition[data-v-35c7b3ce] {
64
134
  font-size: 12px;
65
135
  }
66
136
 
@@ -78,28 +148,28 @@
78
148
  background-size: 100% 100%;
79
149
  padding-left: 20px;
80
150
  }
81
- .rowContentCard[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
151
+ .rowContentCard .leftArea[data-v-35c7b3ce] {
82
152
  display: flex;
83
153
  flex-direction: column;
84
154
  justify-content: center;
85
155
  align-items: center;
86
156
  width: 15%;
87
157
  }
88
- .rowContentCard[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
158
+ .rowContentCard .rightArea[data-v-35c7b3ce] {
89
159
  display: flex;
90
160
  flex-direction: column;
91
161
  justify-content: center;
92
162
  align-items: center;
93
163
  width: 15%;
94
164
  }
95
- .rowContentCard[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
165
+ .rowContentCard .mainContent[data-v-35c7b3ce] {
96
166
  width: 100%;
97
167
  display: flex;
98
168
  flex-direction: column;
99
169
  justify-content: start;
100
170
  overflow: auto;
101
171
  }
102
- .rowContentCard[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
172
+ .rowContentCard .singleRow[data-v-35c7b3ce] {
103
173
  display: flex;
104
174
  flex-direction: column;
105
175
  justify-content: flex-start;
@@ -107,17 +177,17 @@
107
177
  word-wrap: break-word;
108
178
  font-size: 15px;
109
179
  }
110
- .rowContentCard[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
180
+ .rowContentCard .colDesc[data-v-35c7b3ce] {
111
181
  color: #a7a7a7;
112
182
  font-family: "阿里巴巴普惠体Regular";
113
183
  padding-left: 4px;
114
184
  }
115
- .rowContentCard[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
185
+ .rowContentCard .colData[data-v-35c7b3ce] {
116
186
  color: #a7a7a7;
117
187
  font-family: "阿里巴巴普惠体Regular";
118
188
  width: 70%;
119
189
  }
120
- .rowContentCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
190
+ .rowContentCard .colDataDesc[data-v-35c7b3ce] {
121
191
  color: #a7a7a7;
122
192
  font-size: 12px;
123
193
  font-family: "阿里巴巴普惠体Regular";
@@ -125,7 +195,7 @@
125
195
  width: 100%;
126
196
  padding: 4px 0 4px 8px;
127
197
  }
128
- .rowContentCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
198
+ .rowContentCard .textPosition[data-v-35c7b3ce] {
129
199
  font-size: 12px;
130
200
  }
131
201
 
@@ -138,34 +208,34 @@
138
208
  padding: 10px 0;
139
209
  border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
140
210
  }
141
- .rowContent2[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
211
+ .rowContent2 .leftArea[data-v-35c7b3ce] {
142
212
  display: flex;
143
213
  flex-direction: column;
144
214
  justify-content: center;
145
215
  align-items: center;
146
216
  width: 15%;
147
217
  }
148
- .rowContent2[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
218
+ .rowContent2 .textPosition[data-v-35c7b3ce] {
149
219
  font-size: 12px;
150
220
  float: right;
151
221
  padding-right: 10px;
152
222
  color: black;
153
223
  }
154
- .rowContent2[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
224
+ .rowContent2 .rightArea[data-v-35c7b3ce] {
155
225
  display: flex;
156
226
  flex-direction: column;
157
227
  justify-content: center;
158
228
  align-items: center;
159
229
  width: 15%;
160
230
  }
161
- .rowContent2[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
231
+ .rowContent2 .mainContent[data-v-35c7b3ce] {
162
232
  width: 100%;
163
233
  display: flex;
164
234
  flex-direction: column;
165
235
  justify-content: start;
166
236
  overflow: auto;
167
237
  }
168
- .rowContent2[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
238
+ .rowContent2 .singleRow[data-v-35c7b3ce] {
169
239
  display: flex;
170
240
  flex-direction: column;
171
241
  justify-content: flex-start;
@@ -173,18 +243,18 @@
173
243
  word-wrap: break-word;
174
244
  font-size: 15px;
175
245
  }
176
- .rowContent2[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
246
+ .rowContent2 .colDesc[data-v-35c7b3ce] {
177
247
  font-size: 15px;
178
248
  color: #a7a7a7;
179
249
  font-family: "阿里巴巴普惠体Regular";
180
250
  padding-left: 8px;
181
251
  }
182
- .rowContent2[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
252
+ .rowContent2 .colData[data-v-35c7b3ce] {
183
253
  font-size: 15px;
184
254
  color: #a7a7a7;
185
255
  font-family: "阿里巴巴普惠体Regular";
186
256
  }
187
- .rowContent2[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
257
+ .rowContent2 .colDataDesc[data-v-35c7b3ce] {
188
258
  color: #a7a7a7;
189
259
  font-size: 12px;
190
260
  font-family: "阿里巴巴普惠体Regular";
@@ -210,28 +280,28 @@
210
280
  padding-bottom: 4px;
211
281
  background: #fff;
212
282
  }
213
- .rowShadowCard[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
283
+ .rowShadowCard .leftArea[data-v-35c7b3ce] {
214
284
  display: flex;
215
285
  flex-direction: column;
216
286
  justify-content: center;
217
287
  align-items: center;
218
288
  width: 15%;
219
289
  }
220
- .rowShadowCard[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
290
+ .rowShadowCard .rightArea[data-v-35c7b3ce] {
221
291
  display: flex;
222
292
  flex-direction: column;
223
293
  justify-content: center;
224
294
  align-items: center;
225
295
  width: 10%;
226
296
  }
227
- .rowShadowCard[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
297
+ .rowShadowCard .mainContent[data-v-35c7b3ce] {
228
298
  width: 100%;
229
299
  display: flex;
230
300
  flex-direction: column;
231
301
  justify-content: start;
232
302
  overflow: auto;
233
303
  }
234
- .rowShadowCard[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
304
+ .rowShadowCard .singleRow[data-v-35c7b3ce] {
235
305
  display: flex;
236
306
  flex-direction: column;
237
307
  justify-content: flex-start;
@@ -239,17 +309,17 @@
239
309
  word-wrap: break-word;
240
310
  font-size: 15px;
241
311
  }
242
- .rowShadowCard[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
312
+ .rowShadowCard .colDesc[data-v-35c7b3ce] {
243
313
  color: #a7a7a7;
244
314
  font-family: "阿里巴巴普惠体Regular";
245
315
  padding-left: 4px;
246
316
  }
247
- .rowShadowCard[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
317
+ .rowShadowCard .colData[data-v-35c7b3ce] {
248
318
  color: #a7a7a7;
249
319
  font-family: "阿里巴巴普惠体Regular";
250
320
  width: 70%;
251
321
  }
252
- .rowShadowCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
322
+ .rowShadowCard .colDataDesc[data-v-35c7b3ce] {
253
323
  color: #a7a7a7;
254
324
  font-size: 12px;
255
325
  font-family: "阿里巴巴普惠体Regular";
@@ -257,7 +327,7 @@
257
327
  width: 100%;
258
328
  padding: 4px 4px 0 8px;
259
329
  }
260
- .rowShadowCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
330
+ .rowShadowCard .textPosition[data-v-35c7b3ce] {
261
331
  float: right;
262
332
  padding-right: 4px;
263
333
  font-size: 12px;
@@ -297,7 +367,7 @@ nav[data-v-35c7b3ce] {
297
367
  top: 0;
298
368
  z-index: 10;
299
369
  }
300
- nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
370
+ nav .jh-button[data-v-35c7b3ce] {
301
371
  height: auto;
302
372
  left: 0;
303
373
  position: absolute;
@@ -355,76 +425,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
355
425
  color: #fff; /* 勾选后的文字颜色 */
356
426
  }
357
427
 
358
- .rowContent[data-v-1b695265] {
359
- display: flex;
360
- flex-direction: row;
361
- justify-content: center;
362
- width: 100%;
363
- margin: 0;
364
- padding: 0;
365
- }
366
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
367
- width: 100%;
368
- display: flex;
369
- flex-direction: column;
370
- justify-content: start;
371
- overflow: auto;
372
- border-radius: 15px;
373
- background-color: #ffffff;
374
- }
375
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
376
- display: flex;
377
- flex-direction: column;
378
- justify-content: flex-start;
379
- padding: 0px 0;
380
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
381
- }
382
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
383
- display: flex;
384
- flex-direction: row;
385
- justify-content: flex-start;
386
- align-items: center;
387
- font-size: 14px;
388
- font-family: "阿里巴巴普惠体Regular";
389
- padding-left: 4px;
390
- }
391
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
392
- content: "*";
393
- display: contents;
394
- color: red;
395
- }
396
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
397
- font-size: 14px;
398
- font-family: "阿里巴巴普惠体Regular";
399
- }
400
-
401
- .mainTitle[data-v-1b695265] {
402
- display: flex;
403
- flex-direction: column;
404
- justify-content: center;
405
- align-items: center;
406
- font-family: "阿里巴巴普惠体Bold";
407
- font-size: 23px;
408
- color: #548cf6;
409
- margin: 10px;
410
- }
411
-
412
- [data-v-1b695265] .checkError {
413
- border-bottom: 1px solid red;
414
- animation: blink-1b695265 2s linear infinite;
415
- }
416
-
417
- @keyframes blink-1b695265 {
418
- 0% {
419
- border-color: red;
420
- }
421
- 50% {
422
- border-color: transparent;
423
- }
424
- 100% {
425
- border-color: red;
426
- }
427
- }
428
428
  .baseStyle[data-v-a440e92e] {
429
429
  width: 99%;
430
430
  height: 100%;