@baosight/erm 1.1.8 → 1.1.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,75 +1,4 @@
1
1
  @charset "UTF-8";
2
- .baseStyle[data-v-a440e92e] {
3
- width: 99%;
4
- height: 100%;
5
- margin-left: 2px;
6
- margin-right: 2px;
7
- }
8
-
9
- .ag-theme-alpine[data-v-a440e92e] {
10
- /* and between columns */
11
- --ag-cell-horizontal-border: solid #cecece;
12
- --ag-header-cell-horizontal-border: solid #cecece;
13
- --ag-header-foreground-color: #3a7af9;
14
- }
15
-
16
- [data-v-a440e92e] .ag-header-cell {
17
- border-right-style: solid;
18
- border-right-width: 1px;
19
- border-right-color: #cecece; /* 深灰色底边框 */
20
- }
21
-
22
- /* 如果你想要更具体的样式,比如只针对第一个表头列 */
23
- .ag-header-cell[data-v-a440e92e]:first-child {
24
- border-left: none; /* 移除左侧边框,如果需要的话 */
25
- }
26
-
27
- /* 或者针对最后一列 */
28
- .ag-header-cell[data-v-a440e92e]:last-child {
29
- border-right: none; /* 移除右侧边框,如果需要的话 */
30
- }
31
-
32
- /* 选中行的样式 */
33
- [data-v-a440e92e] .ag-row-selected::before {
34
- background-color: rgba(183, 249, 177, 0.5803921569);
35
- }
36
-
37
- /* 选中焦点行的样式 */
38
- [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
39
- background-color: rgba(183, 249, 177, 0.5803921569);
40
- background-image: none;
41
- }
42
-
43
- /* 表头的样式 */
44
- [data-v-a440e92e] .ag-header {
45
- background-color: #dbefff;
46
- }
47
-
48
- [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
49
- opacity: 1;
50
- }
51
-
52
- /* 默认行的背景色 */
53
- [data-v-a440e92e] .ag-row-odd {
54
- background-color: aliceblue;
55
- }
56
-
57
- /* 取消选中行的样式 */
58
- [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
59
- background-color: #ecf0f1;
60
- }
61
-
62
- .loading-overlay[data-v-a440e92e] {
63
- position: absolute;
64
- top: 0;
65
- left: 0;
66
- right: 0;
67
- bottom: 0;
68
- background-color: rgba(255, 255, 255, 0.5);
69
- display: flex;
70
- z-index: 1000;
71
- }
72
-
73
2
  .swiperButton[data-v-35c7b3ce] {
74
3
  height: 100%;
75
4
  }
@@ -125,12 +54,15 @@
125
54
  }
126
55
  .rowContent[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
127
56
  color: #a7a7a7;
128
- font-size: 15px;
57
+ font-size: 12px !important;
129
58
  font-family: "阿里巴巴普惠体Regular";
130
59
  width: 100%;
131
60
  word-break: break-all;
132
61
  padding: 4px 0 4px 8px;
133
62
  }
63
+ .rowContent[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
64
+ font-size: 12px !important;
65
+ }
134
66
 
135
67
  .rowContentCard[data-v-35c7b3ce] {
136
68
  display: flex;
@@ -187,23 +119,166 @@
187
119
  }
188
120
  .rowContentCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
189
121
  color: #a7a7a7;
190
- font-size: 15px;
122
+ font-size: 12px !important;
191
123
  font-family: "阿里巴巴普惠体Regular";
192
124
  word-break: break-all;
193
125
  width: 100%;
194
126
  padding: 4px 0 4px 8px;
195
127
  }
128
+ .rowContentCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
129
+ font-size: 12px !important;
130
+ }
131
+
132
+ .rowContent2[data-v-35c7b3ce] {
133
+ display: flex;
134
+ flex-direction: row;
135
+ justify-content: center;
136
+ width: 94%;
137
+ margin: 0px 3% 0px;
138
+ padding: 10px 0;
139
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
140
+ }
141
+ .rowContent2[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
142
+ display: flex;
143
+ flex-direction: column;
144
+ justify-content: center;
145
+ align-items: center;
146
+ width: 15%;
147
+ }
148
+ .rowContent2[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
149
+ font-size: 12px !important;
150
+ float: right;
151
+ padding-right: 10px;
152
+ color: black;
153
+ }
154
+ .rowContent2[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
155
+ display: flex;
156
+ flex-direction: column;
157
+ justify-content: center;
158
+ align-items: center;
159
+ width: 15%;
160
+ }
161
+ .rowContent2[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
162
+ width: 100%;
163
+ display: flex;
164
+ flex-direction: column;
165
+ justify-content: start;
166
+ overflow: auto;
167
+ }
168
+ .rowContent2[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
169
+ display: flex;
170
+ flex-direction: column;
171
+ justify-content: flex-start;
172
+ padding: 3px 0;
173
+ word-wrap: break-word;
174
+ font-size: 15px;
175
+ }
176
+ .rowContent2[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
177
+ font-size: 15px;
178
+ color: #a7a7a7;
179
+ font-family: "阿里巴巴普惠体Regular";
180
+ padding-left: 8px;
181
+ }
182
+ .rowContent2[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
183
+ font-size: 15px;
184
+ color: #a7a7a7;
185
+ font-family: "阿里巴巴普惠体Regular";
186
+ }
187
+ .rowContent2[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
188
+ color: #a7a7a7;
189
+ font-size: 12px !important;
190
+ font-family: "阿里巴巴普惠体Regular";
191
+ width: 100%;
192
+ word-break: break-all;
193
+ padding: 4px 0 4px 8px;
194
+ }
196
195
 
196
+ /*阴影Card开始*/
197
+ .rowShadowCard[data-v-35c7b3ce] {
198
+ display: flex;
199
+ flex-direction: row;
200
+ justify-content: flex-start;
201
+ border: 1px solid #e5e5e5;
202
+ border-left: none;
203
+ padding-left: 0;
204
+ border-radius: 6px;
205
+ box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
206
+ width: 95%;
207
+ margin: 8px auto;
208
+ padding: 0;
209
+ margin-bottom: 0;
210
+ padding-bottom: 4px;
211
+ background: #fff;
212
+ }
213
+ .rowShadowCard[data-v-35c7b3ce] .leftArea[data-v-35c7b3ce] {
214
+ display: flex;
215
+ flex-direction: column;
216
+ justify-content: center;
217
+ align-items: center;
218
+ width: 15%;
219
+ }
220
+ .rowShadowCard[data-v-35c7b3ce] .rightArea[data-v-35c7b3ce] {
221
+ display: flex;
222
+ flex-direction: column;
223
+ justify-content: center;
224
+ align-items: center;
225
+ width: 10%;
226
+ }
227
+ .rowShadowCard[data-v-35c7b3ce] .mainContent[data-v-35c7b3ce] {
228
+ width: 100%;
229
+ display: flex;
230
+ flex-direction: column;
231
+ justify-content: start;
232
+ overflow: auto;
233
+ }
234
+ .rowShadowCard[data-v-35c7b3ce] .singleRow[data-v-35c7b3ce] {
235
+ display: flex;
236
+ flex-direction: column;
237
+ justify-content: flex-start;
238
+ padding: 3px 0;
239
+ word-wrap: break-word;
240
+ font-size: 15px;
241
+ }
242
+ .rowShadowCard[data-v-35c7b3ce] .colDesc[data-v-35c7b3ce] {
243
+ color: #a7a7a7;
244
+ font-family: "阿里巴巴普惠体Regular";
245
+ padding-left: 4px;
246
+ }
247
+ .rowShadowCard[data-v-35c7b3ce] .colData[data-v-35c7b3ce] {
248
+ color: #a7a7a7;
249
+ font-family: "阿里巴巴普惠体Regular";
250
+ width: 70%;
251
+ }
252
+ .rowShadowCard[data-v-35c7b3ce] .colDataDesc[data-v-35c7b3ce] {
253
+ color: #a7a7a7;
254
+ font-size: 12px !important;
255
+ font-family: "阿里巴巴普惠体Regular";
256
+ word-break: break-all;
257
+ width: 100%;
258
+ padding: 4px 4px 0 8px;
259
+ }
260
+ .rowShadowCard[data-v-35c7b3ce] .textPosition[data-v-35c7b3ce] {
261
+ float: right;
262
+ padding-right: 4px;
263
+ font-size: 12px !important;
264
+ }
265
+
266
+ /*阴影Card结束*/
197
267
  .mainTitle[data-v-35c7b3ce] {
198
268
  display: flex;
199
269
  flex-direction: column;
200
270
  justify-content: center;
201
271
  align-items: center;
202
- font-family: "阿里巴巴普惠体Bold";
203
- font-size: 23px;
204
- color: #548cf6;
205
- margin: 10px;
206
- padding-bottom: 10px;
272
+ font-family: "阿里巴巴普惠体Regular";
273
+ width: 100%;
274
+ text-align: center;
275
+ background-color: #3a7af9;
276
+ color: #eaf1f3;
277
+ font-size: 16px;
278
+ height: 24px;
279
+ line-height: 24px;
280
+ margin: 0 auto;
281
+ padding: 0;
207
282
  }
208
283
 
209
284
  .selected[data-v-35c7b3ce] {
@@ -212,6 +287,29 @@
212
287
  box-shadow: 0px 2px 3px #cccccc;
213
288
  }
214
289
 
290
+ nav[data-v-35c7b3ce] {
291
+ text-align: center;
292
+ background-color: #0567b6;
293
+ color: white;
294
+ padding: 10px;
295
+ font-weight: bold;
296
+ position: sticky;
297
+ top: 0;
298
+ z-index: 10;
299
+ }
300
+ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
301
+ height: auto;
302
+ left: 0;
303
+ position: absolute;
304
+ margin: 0;
305
+ border: none;
306
+ background: none;
307
+ color: white !important;
308
+ font-size: 20px !important;
309
+ margin-left: 3px !important;
310
+ margin-top: -4px !important;
311
+ }
312
+
215
313
  .rowContent[data-v-1b695265] {
216
314
  display: flex;
217
315
  flex-direction: row;
@@ -260,10 +358,16 @@
260
358
  flex-direction: column;
261
359
  justify-content: center;
262
360
  align-items: center;
263
- font-family: "阿里巴巴普惠体Bold";
264
- font-size: 23px;
265
- color: #548cf6;
266
- margin: 10px;
361
+ font-family: "阿里巴巴普惠体Regular";
362
+ width: 100%;
363
+ text-align: center;
364
+ background-color: #3a7af9;
365
+ color: #eaf1f3;
366
+ font-size: 16px;
367
+ height: 24px;
368
+ line-height: 24px;
369
+ margin: 0 auto;
370
+ padding: 0;
267
371
  }
268
372
 
269
373
  [data-v-1b695265] .checkError {
@@ -271,6 +375,18 @@
271
375
  animation: blink-1b695265 2s linear infinite;
272
376
  }
273
377
 
378
+ [data-v-1b695265] .van-cell {
379
+ font-size: 12px;
380
+ }
381
+
382
+ [data-v-1b695265] .colDesc {
383
+ font-size: 12px !important;
384
+ }
385
+
386
+ [data-v-1b695265] .colData {
387
+ font-size: 12px !important;
388
+ }
389
+
274
390
  @keyframes blink-1b695265 {
275
391
  0% {
276
392
  border-color: red;
@@ -341,4 +457,75 @@
341
457
  font-size: 16px;
342
458
  font-weight: 600;
343
459
  font-family: "阿里巴巴普惠体Light";
460
+ }
461
+
462
+ .baseStyle[data-v-a440e92e] {
463
+ width: 99%;
464
+ height: 100%;
465
+ margin-left: 2px;
466
+ margin-right: 2px;
467
+ }
468
+
469
+ .ag-theme-alpine[data-v-a440e92e] {
470
+ /* and between columns */
471
+ --ag-cell-horizontal-border: solid #cecece;
472
+ --ag-header-cell-horizontal-border: solid #cecece;
473
+ --ag-header-foreground-color: #3a7af9;
474
+ }
475
+
476
+ [data-v-a440e92e] .ag-header-cell {
477
+ border-right-style: solid;
478
+ border-right-width: 1px;
479
+ border-right-color: #cecece; /* 深灰色底边框 */
480
+ }
481
+
482
+ /* 如果你想要更具体的样式,比如只针对第一个表头列 */
483
+ .ag-header-cell[data-v-a440e92e]:first-child {
484
+ border-left: none; /* 移除左侧边框,如果需要的话 */
485
+ }
486
+
487
+ /* 或者针对最后一列 */
488
+ .ag-header-cell[data-v-a440e92e]:last-child {
489
+ border-right: none; /* 移除右侧边框,如果需要的话 */
490
+ }
491
+
492
+ /* 选中行的样式 */
493
+ [data-v-a440e92e] .ag-row-selected::before {
494
+ background-color: rgba(183, 249, 177, 0.5803921569);
495
+ }
496
+
497
+ /* 选中焦点行的样式 */
498
+ [data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
499
+ background-color: rgba(183, 249, 177, 0.5803921569);
500
+ background-image: none;
501
+ }
502
+
503
+ /* 表头的样式 */
504
+ [data-v-a440e92e] .ag-header {
505
+ background-color: #dbefff;
506
+ }
507
+
508
+ [data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
509
+ opacity: 1;
510
+ }
511
+
512
+ /* 默认行的背景色 */
513
+ [data-v-a440e92e] .ag-row-odd {
514
+ background-color: aliceblue;
515
+ }
516
+
517
+ /* 取消选中行的样式 */
518
+ [data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
519
+ background-color: #ecf0f1;
520
+ }
521
+
522
+ .loading-overlay[data-v-a440e92e] {
523
+ position: absolute;
524
+ top: 0;
525
+ left: 0;
526
+ right: 0;
527
+ bottom: 0;
528
+ background-color: rgba(255, 255, 255, 0.5);
529
+ display: flex;
530
+ z-index: 1000;
344
531
  }