@baosight/erm 1.2.0 → 1.2.1
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/ermList/ermList.vue.d.ts +9 -0
- package/lib/index.css +1 -1
- package/lib/index.esm.css +167 -159
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,4 +1,163 @@
|
|
|
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: "阿里巴巴普惠体Regular";
|
|
51
|
+
width: 100%;
|
|
52
|
+
text-align: center;
|
|
53
|
+
background-color: #3a7af9;
|
|
54
|
+
color: #eaf1f3;
|
|
55
|
+
font-size: 16px;
|
|
56
|
+
height: 24px;
|
|
57
|
+
line-height: 24px;
|
|
58
|
+
margin: 0 auto;
|
|
59
|
+
padding: 0;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
[data-v-1b695265] .checkError {
|
|
63
|
+
border-bottom: 1px solid red;
|
|
64
|
+
animation: blink-1b695265 2s linear infinite;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
[data-v-1b695265] .van-cell {
|
|
68
|
+
font-size: 12px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
[data-v-1b695265] .colDesc {
|
|
72
|
+
font-size: 12px !important;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
[data-v-1b695265] .colData {
|
|
76
|
+
font-size: 12px !important;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
@keyframes blink-1b695265 {
|
|
80
|
+
0% {
|
|
81
|
+
border-color: red;
|
|
82
|
+
}
|
|
83
|
+
50% {
|
|
84
|
+
border-color: transparent;
|
|
85
|
+
}
|
|
86
|
+
100% {
|
|
87
|
+
border-color: red;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
.baseStyle[data-v-a440e92e] {
|
|
91
|
+
width: 99%;
|
|
92
|
+
height: 100%;
|
|
93
|
+
margin-left: 2px;
|
|
94
|
+
margin-right: 2px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.ag-theme-alpine[data-v-a440e92e] {
|
|
98
|
+
/* and between columns */
|
|
99
|
+
--ag-cell-horizontal-border: solid #cecece;
|
|
100
|
+
--ag-header-cell-horizontal-border: solid #cecece;
|
|
101
|
+
--ag-header-foreground-color: #3a7af9;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
[data-v-a440e92e] .ag-header-cell {
|
|
105
|
+
border-right-style: solid;
|
|
106
|
+
border-right-width: 1px;
|
|
107
|
+
border-right-color: #cecece; /* 深灰色底边框 */
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
111
|
+
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
112
|
+
border-left: none; /* 移除左侧边框,如果需要的话 */
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/* 或者针对最后一列 */
|
|
116
|
+
.ag-header-cell[data-v-a440e92e]:last-child {
|
|
117
|
+
border-right: none; /* 移除右侧边框,如果需要的话 */
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/* 选中行的样式 */
|
|
121
|
+
[data-v-a440e92e] .ag-row-selected::before {
|
|
122
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/* 选中焦点行的样式 */
|
|
126
|
+
[data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
|
|
127
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
128
|
+
background-image: none;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/* 表头的样式 */
|
|
132
|
+
[data-v-a440e92e] .ag-header {
|
|
133
|
+
background-color: #dbefff;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
[data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
|
|
137
|
+
opacity: 1;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/* 默认行的背景色 */
|
|
141
|
+
[data-v-a440e92e] .ag-row-odd {
|
|
142
|
+
background-color: aliceblue;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/* 取消选中行的样式 */
|
|
146
|
+
[data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
|
|
147
|
+
background-color: #ecf0f1;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.loading-overlay[data-v-a440e92e] {
|
|
151
|
+
position: absolute;
|
|
152
|
+
top: 0;
|
|
153
|
+
left: 0;
|
|
154
|
+
right: 0;
|
|
155
|
+
bottom: 0;
|
|
156
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
157
|
+
display: flex;
|
|
158
|
+
z-index: 1000;
|
|
159
|
+
}
|
|
160
|
+
|
|
2
161
|
.swiperButton[data-v-35c7b3ce] {
|
|
3
162
|
height: 100%;
|
|
4
163
|
}
|
|
@@ -265,10 +424,10 @@
|
|
|
265
424
|
|
|
266
425
|
/*阴影Card结束*/
|
|
267
426
|
.mainTitle[data-v-35c7b3ce] {
|
|
268
|
-
display: flex;
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
427
|
+
/* display: flex;
|
|
428
|
+
flex-direction: column;
|
|
429
|
+
justify-content: center;
|
|
430
|
+
align-items: center;*/
|
|
272
431
|
font-family: "阿里巴巴普惠体Regular";
|
|
273
432
|
width: 100%;
|
|
274
433
|
text-align: center;
|
|
@@ -310,165 +469,14 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
310
469
|
margin-top: -4px !important;
|
|
311
470
|
}
|
|
312
471
|
|
|
313
|
-
.
|
|
314
|
-
|
|
315
|
-
height: 100%;
|
|
316
|
-
margin-left: 2px;
|
|
317
|
-
margin-right: 2px;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.ag-theme-alpine[data-v-a440e92e] {
|
|
321
|
-
/* and between columns */
|
|
322
|
-
--ag-cell-horizontal-border: solid #cecece;
|
|
323
|
-
--ag-header-cell-horizontal-border: solid #cecece;
|
|
324
|
-
--ag-header-foreground-color: #3a7af9;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
[data-v-a440e92e] .ag-header-cell {
|
|
328
|
-
border-right-style: solid;
|
|
329
|
-
border-right-width: 1px;
|
|
330
|
-
border-right-color: #cecece; /* 深灰色底边框 */
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
334
|
-
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
335
|
-
border-left: none; /* 移除左侧边框,如果需要的话 */
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
/* 或者针对最后一列 */
|
|
339
|
-
.ag-header-cell[data-v-a440e92e]:last-child {
|
|
340
|
-
border-right: none; /* 移除右侧边框,如果需要的话 */
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
/* 选中行的样式 */
|
|
344
|
-
[data-v-a440e92e] .ag-row-selected::before {
|
|
345
|
-
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
/* 选中焦点行的样式 */
|
|
349
|
-
[data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
|
|
350
|
-
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
351
|
-
background-image: none;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
/* 表头的样式 */
|
|
355
|
-
[data-v-a440e92e] .ag-header {
|
|
356
|
-
background-color: #dbefff;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
[data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
|
|
360
|
-
opacity: 1;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
/* 默认行的背景色 */
|
|
364
|
-
[data-v-a440e92e] .ag-row-odd {
|
|
365
|
-
background-color: aliceblue;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
/* 取消选中行的样式 */
|
|
369
|
-
[data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
|
|
370
|
-
background-color: #ecf0f1;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.loading-overlay[data-v-a440e92e] {
|
|
374
|
-
position: absolute;
|
|
375
|
-
top: 0;
|
|
376
|
-
left: 0;
|
|
377
|
-
right: 0;
|
|
472
|
+
.page-footer[data-v-35c7b3ce] {
|
|
473
|
+
position: fixed;
|
|
378
474
|
bottom: 0;
|
|
379
|
-
background-color: rgba(255, 255, 255, 0.5);
|
|
380
|
-
display: flex;
|
|
381
|
-
z-index: 1000;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.rowContent[data-v-1b695265] {
|
|
385
|
-
display: flex;
|
|
386
|
-
flex-direction: row;
|
|
387
|
-
justify-content: center;
|
|
388
475
|
width: 100%;
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
}
|
|
392
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
393
|
-
width: 100%;
|
|
394
|
-
display: flex;
|
|
395
|
-
flex-direction: column;
|
|
396
|
-
justify-content: start;
|
|
397
|
-
overflow: auto;
|
|
398
|
-
border-radius: 15px;
|
|
399
|
-
background-color: #ffffff;
|
|
400
|
-
}
|
|
401
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
402
|
-
display: flex;
|
|
403
|
-
flex-direction: column;
|
|
404
|
-
justify-content: flex-start;
|
|
405
|
-
padding: 0px 0;
|
|
406
|
-
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
407
|
-
}
|
|
408
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
409
|
-
display: flex;
|
|
410
|
-
flex-direction: row;
|
|
411
|
-
justify-content: flex-start;
|
|
412
|
-
align-items: center;
|
|
413
|
-
font-size: 14px;
|
|
414
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
415
|
-
padding-left: 4px;
|
|
416
|
-
}
|
|
417
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
418
|
-
content: "*";
|
|
419
|
-
display: contents;
|
|
420
|
-
color: red;
|
|
421
|
-
}
|
|
422
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
423
|
-
font-size: 14px;
|
|
424
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
476
|
+
height: 40px;
|
|
477
|
+
z-index: 500;
|
|
425
478
|
}
|
|
426
479
|
|
|
427
|
-
.mainTitle[data-v-1b695265] {
|
|
428
|
-
display: flex;
|
|
429
|
-
flex-direction: column;
|
|
430
|
-
justify-content: center;
|
|
431
|
-
align-items: center;
|
|
432
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
433
|
-
width: 100%;
|
|
434
|
-
text-align: center;
|
|
435
|
-
background-color: #3a7af9;
|
|
436
|
-
color: #eaf1f3;
|
|
437
|
-
font-size: 16px;
|
|
438
|
-
height: 24px;
|
|
439
|
-
line-height: 24px;
|
|
440
|
-
margin: 0 auto;
|
|
441
|
-
padding: 0;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
[data-v-1b695265] .checkError {
|
|
445
|
-
border-bottom: 1px solid red;
|
|
446
|
-
animation: blink-1b695265 2s linear infinite;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
[data-v-1b695265] .van-cell {
|
|
450
|
-
font-size: 12px;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
[data-v-1b695265] .colDesc {
|
|
454
|
-
font-size: 12px !important;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
[data-v-1b695265] .colData {
|
|
458
|
-
font-size: 12px !important;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
@keyframes blink-1b695265 {
|
|
462
|
-
0% {
|
|
463
|
-
border-color: red;
|
|
464
|
-
}
|
|
465
|
-
50% {
|
|
466
|
-
border-color: transparent;
|
|
467
|
-
}
|
|
468
|
-
100% {
|
|
469
|
-
border-color: red;
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
480
|
.container[data-v-87a0d832] {
|
|
473
481
|
width: 100%;
|
|
474
482
|
height: 100%;
|