@baosight/erm 1.2.1 → 1.2.3
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.css +1 -1
- package/lib/index.esm.css +191 -182
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,161 +1,63 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.
|
|
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] {
|
|
2
|
+
.container[data-v-87a0d832] {
|
|
11
3
|
width: 100%;
|
|
12
|
-
|
|
13
|
-
|
|
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";
|
|
4
|
+
height: 100%;
|
|
5
|
+
position: relative;
|
|
43
6
|
}
|
|
44
7
|
|
|
45
|
-
.
|
|
8
|
+
.box[data-v-87a0d832] {
|
|
46
9
|
display: flex;
|
|
47
|
-
flex-direction: column;
|
|
48
10
|
justify-content: center;
|
|
49
11
|
align-items: center;
|
|
50
|
-
|
|
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);
|
|
12
|
+
height: 100vh;
|
|
123
13
|
}
|
|
124
14
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
15
|
+
.goods-card[data-v-87a0d832] {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
justify-content: flex-start;
|
|
129
19
|
}
|
|
130
20
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
background-color: #dbefff;
|
|
21
|
+
.card-desc[data-v-87a0d832] {
|
|
22
|
+
text-align: left;
|
|
134
23
|
}
|
|
135
24
|
|
|
136
|
-
[data-v-
|
|
137
|
-
|
|
25
|
+
.button-area[data-v-87a0d832] {
|
|
26
|
+
display: flex;
|
|
27
|
+
justify-content: space-between;
|
|
28
|
+
align-items: center;
|
|
29
|
+
top: 20px;
|
|
30
|
+
margin-top: 5%;
|
|
31
|
+
margin-left: 5%;
|
|
32
|
+
margin-right: 5%;
|
|
33
|
+
margin-bottom: 5%;
|
|
34
|
+
position: sticky;
|
|
35
|
+
z-index: 1000;
|
|
138
36
|
}
|
|
139
37
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
38
|
+
.button-type[data-v-87a0d832] {
|
|
39
|
+
font-size: 14px;
|
|
40
|
+
border-radius: 10px;
|
|
41
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
42
|
+
position: relative;
|
|
143
43
|
}
|
|
144
44
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
45
|
+
.slot-left[data-v-87a0d832] {
|
|
46
|
+
margin-top: 20px;
|
|
47
|
+
margin-left: 20px;
|
|
48
|
+
width: 100%;
|
|
49
|
+
height: 60px;
|
|
148
50
|
}
|
|
149
51
|
|
|
150
|
-
.
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
52
|
+
.slot-right[data-v-87a0d832] {
|
|
53
|
+
margin-top: 20px;
|
|
54
|
+
width: 100%;
|
|
55
|
+
height: 60px;
|
|
56
|
+
border-radius: 10px;
|
|
57
|
+
color: white;
|
|
58
|
+
font-size: 16px;
|
|
59
|
+
font-weight: 600;
|
|
60
|
+
font-family: "阿里巴巴普惠体Light";
|
|
159
61
|
}
|
|
160
62
|
|
|
161
63
|
.swiperButton[data-v-35c7b3ce] {
|
|
@@ -425,9 +327,9 @@
|
|
|
425
327
|
/*阴影Card结束*/
|
|
426
328
|
.mainTitle[data-v-35c7b3ce] {
|
|
427
329
|
/* display: flex;
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
330
|
+
flex-direction: column;
|
|
331
|
+
justify-content: center;
|
|
332
|
+
align-items: center;*/
|
|
431
333
|
font-family: "阿里巴巴普惠体Regular";
|
|
432
334
|
width: 100%;
|
|
433
335
|
text-align: center;
|
|
@@ -477,63 +379,170 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
477
379
|
z-index: 500;
|
|
478
380
|
}
|
|
479
381
|
|
|
480
|
-
.
|
|
481
|
-
|
|
482
|
-
height: 100%;
|
|
483
|
-
position: relative;
|
|
382
|
+
.outer-wrapper[data-v-35c7b3ce] {
|
|
383
|
+
overflow: hidden; /* 防止外部滚动 */
|
|
484
384
|
}
|
|
485
385
|
|
|
486
|
-
.
|
|
386
|
+
.content-wrapper[data-v-35c7b3ce] {
|
|
387
|
+
height: calc(100vh - 35px); /* 为 <van-collapse> 设置固定高度 */
|
|
388
|
+
overflow-y: auto;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.rowContent[data-v-1b695265] {
|
|
487
392
|
display: flex;
|
|
393
|
+
flex-direction: row;
|
|
488
394
|
justify-content: center;
|
|
489
|
-
|
|
490
|
-
|
|
395
|
+
width: 100%;
|
|
396
|
+
margin: 0;
|
|
397
|
+
padding: 0;
|
|
491
398
|
}
|
|
492
|
-
|
|
493
|
-
|
|
399
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
400
|
+
width: 100%;
|
|
494
401
|
display: flex;
|
|
495
402
|
flex-direction: column;
|
|
496
|
-
justify-content:
|
|
403
|
+
justify-content: start;
|
|
404
|
+
overflow: auto;
|
|
405
|
+
border-radius: 15px;
|
|
406
|
+
background-color: #ffffff;
|
|
497
407
|
}
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
408
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
409
|
+
display: flex;
|
|
410
|
+
flex-direction: column;
|
|
411
|
+
justify-content: flex-start;
|
|
412
|
+
padding: 0px 0;
|
|
413
|
+
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
501
414
|
}
|
|
502
|
-
|
|
503
|
-
.button-area[data-v-87a0d832] {
|
|
415
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
504
416
|
display: flex;
|
|
505
|
-
|
|
417
|
+
flex-direction: row;
|
|
418
|
+
justify-content: flex-start;
|
|
506
419
|
align-items: center;
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
margin-right: 5%;
|
|
511
|
-
margin-bottom: 5%;
|
|
512
|
-
position: sticky;
|
|
513
|
-
z-index: 1000;
|
|
420
|
+
font-size: 14px;
|
|
421
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
422
|
+
padding-left: 4px;
|
|
514
423
|
}
|
|
515
|
-
|
|
516
|
-
|
|
424
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
425
|
+
content: "*";
|
|
426
|
+
display: contents;
|
|
427
|
+
color: red;
|
|
428
|
+
}
|
|
429
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
517
430
|
font-size: 14px;
|
|
518
|
-
border-radius: 10px;
|
|
519
431
|
font-family: "阿里巴巴普惠体Regular";
|
|
520
|
-
position: relative;
|
|
521
432
|
}
|
|
522
433
|
|
|
523
|
-
.
|
|
524
|
-
|
|
525
|
-
|
|
434
|
+
.mainTitle[data-v-1b695265] {
|
|
435
|
+
display: flex;
|
|
436
|
+
flex-direction: column;
|
|
437
|
+
justify-content: center;
|
|
438
|
+
align-items: center;
|
|
439
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
526
440
|
width: 100%;
|
|
527
|
-
|
|
441
|
+
text-align: center;
|
|
442
|
+
background-color: #3a7af9;
|
|
443
|
+
color: #eaf1f3;
|
|
444
|
+
font-size: 16px;
|
|
445
|
+
height: 24px;
|
|
446
|
+
line-height: 24px;
|
|
447
|
+
margin: 0 auto;
|
|
448
|
+
padding: 0;
|
|
528
449
|
}
|
|
529
450
|
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
font-size:
|
|
537
|
-
|
|
538
|
-
|
|
451
|
+
[data-v-1b695265] .checkError {
|
|
452
|
+
border-bottom: 1px solid red;
|
|
453
|
+
animation: blink-1b695265 2s linear infinite;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
[data-v-1b695265] .van-cell {
|
|
457
|
+
font-size: 12px;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
[data-v-1b695265] .colDesc {
|
|
461
|
+
font-size: 12px !important;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
[data-v-1b695265] .colData {
|
|
465
|
+
font-size: 12px !important;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
@keyframes blink-1b695265 {
|
|
469
|
+
0% {
|
|
470
|
+
border-color: red;
|
|
471
|
+
}
|
|
472
|
+
50% {
|
|
473
|
+
border-color: transparent;
|
|
474
|
+
}
|
|
475
|
+
100% {
|
|
476
|
+
border-color: red;
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
.baseStyle[data-v-a440e92e] {
|
|
480
|
+
width: 99%;
|
|
481
|
+
height: 100%;
|
|
482
|
+
margin-left: 2px;
|
|
483
|
+
margin-right: 2px;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.ag-theme-alpine[data-v-a440e92e] {
|
|
487
|
+
/* and between columns */
|
|
488
|
+
--ag-cell-horizontal-border: solid #cecece;
|
|
489
|
+
--ag-header-cell-horizontal-border: solid #cecece;
|
|
490
|
+
--ag-header-foreground-color: #3a7af9;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
[data-v-a440e92e] .ag-header-cell {
|
|
494
|
+
border-right-style: solid;
|
|
495
|
+
border-right-width: 1px;
|
|
496
|
+
border-right-color: #cecece; /* 深灰色底边框 */
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
500
|
+
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
501
|
+
border-left: none; /* 移除左侧边框,如果需要的话 */
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
/* 或者针对最后一列 */
|
|
505
|
+
.ag-header-cell[data-v-a440e92e]:last-child {
|
|
506
|
+
border-right: none; /* 移除右侧边框,如果需要的话 */
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
/* 选中行的样式 */
|
|
510
|
+
[data-v-a440e92e] .ag-row-selected::before {
|
|
511
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
/* 选中焦点行的样式 */
|
|
515
|
+
[data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
|
|
516
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
517
|
+
background-image: none;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/* 表头的样式 */
|
|
521
|
+
[data-v-a440e92e] .ag-header {
|
|
522
|
+
background-color: #dbefff;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
[data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
|
|
526
|
+
opacity: 1;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
/* 默认行的背景色 */
|
|
530
|
+
[data-v-a440e92e] .ag-row-odd {
|
|
531
|
+
background-color: aliceblue;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
/* 取消选中行的样式 */
|
|
535
|
+
[data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
|
|
536
|
+
background-color: #ecf0f1;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.loading-overlay[data-v-a440e92e] {
|
|
540
|
+
position: absolute;
|
|
541
|
+
top: 0;
|
|
542
|
+
left: 0;
|
|
543
|
+
right: 0;
|
|
544
|
+
bottom: 0;
|
|
545
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
546
|
+
display: flex;
|
|
547
|
+
z-index: 1000;
|
|
539
548
|
}
|