@baosight/erm 1.5.7 → 1.5.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/ermForm/ermForm.vue.d.ts +2 -1
- package/lib/index.css +1 -1
- package/lib/index.esm.css +183 -183
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -1,142 +1,63 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.
|
|
3
|
-
width:
|
|
2
|
+
.container[data-v-87a0d832] {
|
|
3
|
+
width: 100%;
|
|
4
4
|
height: 100%;
|
|
5
|
+
position: relative;
|
|
5
6
|
}
|
|
6
7
|
|
|
7
|
-
[data-v-
|
|
8
|
-
border-right-style: solid;
|
|
9
|
-
border-right-width: 1px;
|
|
10
|
-
border-right-color: #cecece;
|
|
11
|
-
display: flex;
|
|
12
|
-
justify-content: center;
|
|
13
|
-
align-items: center;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[data-v-a440e92e] .ag-header-cell-label {
|
|
8
|
+
.box[data-v-87a0d832] {
|
|
17
9
|
display: flex;
|
|
18
10
|
justify-content: center;
|
|
19
11
|
align-items: center;
|
|
12
|
+
height: 100vh;
|
|
20
13
|
}
|
|
21
14
|
|
|
22
|
-
[data-v-
|
|
23
|
-
cursor: default;
|
|
24
|
-
position: relative;
|
|
15
|
+
.goods-card[data-v-87a0d832] {
|
|
25
16
|
display: flex;
|
|
26
17
|
flex-direction: column;
|
|
27
|
-
|
|
28
|
-
white-space: normal;
|
|
29
|
-
border: 1px solid #cecece !important; /* 设置最外边的边框 */
|
|
30
|
-
margin-right: 2px !important;
|
|
31
|
-
margin-left: 2px !important;
|
|
32
|
-
margin-bottom: 60px !important;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
|
|
36
|
-
display: flex !important;
|
|
37
|
-
justify-content: center !important;
|
|
38
|
-
align-items: center !important;
|
|
39
|
-
text-align: center !important;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.ag-theme-alpine[data-v-a440e92e] {
|
|
43
|
-
/* and between columns */
|
|
44
|
-
--ag-cell-horizontal-border: solid #cecece;
|
|
45
|
-
--ag-header-cell-horizontal-border: solid #cecece;
|
|
46
|
-
--ag-header-foreground-color: #3a7af9;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
[data-v-a440e92e] .ag-header-cell {
|
|
50
|
-
border-right-style: solid;
|
|
51
|
-
border-right-width: 1px;
|
|
52
|
-
border-right-color: #cecece; /* 深灰色底边框 */
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
56
|
-
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
57
|
-
border-left: none; /* 移除左侧边框,如果需要的话 */
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/* 或者针对最后一列 */
|
|
61
|
-
.ag-header-cell[data-v-a440e92e]:last-child {
|
|
62
|
-
border-right: none; /* 移除右侧边框,如果需要的话 */
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/* 选中行的样式 */
|
|
66
|
-
[data-v-a440e92e] .ag-row-selected::before {
|
|
67
|
-
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/* 选中焦点行的样式 */
|
|
71
|
-
[data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
|
|
72
|
-
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
73
|
-
background-image: none;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
/* 表头的样式 */
|
|
77
|
-
[data-v-a440e92e] .ag-header {
|
|
78
|
-
background-color: #dbefff;
|
|
79
|
-
text-align: center;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
[data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
|
|
83
|
-
opacity: 1;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
/* 默认行的背景色 */
|
|
87
|
-
[data-v-a440e92e] .ag-row-odd {
|
|
88
|
-
background-color: aliceblue;
|
|
18
|
+
justify-content: flex-start;
|
|
89
19
|
}
|
|
90
20
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
background-color: #ecf0f1;
|
|
21
|
+
.card-desc[data-v-87a0d832] {
|
|
22
|
+
text-align: left;
|
|
94
23
|
}
|
|
95
24
|
|
|
96
|
-
[data-v-
|
|
97
|
-
|
|
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;
|
|
98
36
|
}
|
|
99
37
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
:
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
:deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
|
|
106
|
-
padding: 0 3px 0 3px !important;
|
|
38
|
+
.button-type[data-v-87a0d832] {
|
|
39
|
+
font-size: 14px;
|
|
40
|
+
border-radius: 10px;
|
|
41
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
42
|
+
position: relative;
|
|
107
43
|
}
|
|
108
44
|
|
|
109
|
-
|
|
110
|
-
margin:
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
.centered-checkbox .ag-cell-wrapper {
|
|
115
|
-
padding:0 3px;
|
|
116
|
-
display: flex;
|
|
117
|
-
justify-content: center;
|
|
118
|
-
align-items: center;
|
|
45
|
+
.slot-left[data-v-87a0d832] {
|
|
46
|
+
margin-top: 20px;
|
|
47
|
+
margin-left: 20px;
|
|
48
|
+
width: 100%;
|
|
49
|
+
height: 60px;
|
|
119
50
|
}
|
|
120
51
|
|
|
121
|
-
.
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
:
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}*/
|
|
131
|
-
.loading-overlay[data-v-a440e92e] {
|
|
132
|
-
position: absolute;
|
|
133
|
-
top: 0;
|
|
134
|
-
left: 0;
|
|
135
|
-
right: 0;
|
|
136
|
-
bottom: 0;
|
|
137
|
-
background-color: rgba(255, 255, 255, 0.5);
|
|
138
|
-
display: flex;
|
|
139
|
-
z-index: 1000;
|
|
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";
|
|
140
61
|
}
|
|
141
62
|
|
|
142
63
|
.swiperButton[data-v-35c7b3ce] {
|
|
@@ -495,67 +416,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
495
416
|
color: #fff; /* 勾选后的文字颜色 */
|
|
496
417
|
}
|
|
497
418
|
|
|
498
|
-
.container[data-v-87a0d832] {
|
|
499
|
-
width: 100%;
|
|
500
|
-
height: 100%;
|
|
501
|
-
position: relative;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
.box[data-v-87a0d832] {
|
|
505
|
-
display: flex;
|
|
506
|
-
justify-content: center;
|
|
507
|
-
align-items: center;
|
|
508
|
-
height: 100vh;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
.goods-card[data-v-87a0d832] {
|
|
512
|
-
display: flex;
|
|
513
|
-
flex-direction: column;
|
|
514
|
-
justify-content: flex-start;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
.card-desc[data-v-87a0d832] {
|
|
518
|
-
text-align: left;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.button-area[data-v-87a0d832] {
|
|
522
|
-
display: flex;
|
|
523
|
-
justify-content: space-between;
|
|
524
|
-
align-items: center;
|
|
525
|
-
top: 20px;
|
|
526
|
-
margin-top: 5%;
|
|
527
|
-
margin-left: 5%;
|
|
528
|
-
margin-right: 5%;
|
|
529
|
-
margin-bottom: 5%;
|
|
530
|
-
position: sticky;
|
|
531
|
-
z-index: 1000;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.button-type[data-v-87a0d832] {
|
|
535
|
-
font-size: 14px;
|
|
536
|
-
border-radius: 10px;
|
|
537
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
538
|
-
position: relative;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
.slot-left[data-v-87a0d832] {
|
|
542
|
-
margin-top: 20px;
|
|
543
|
-
margin-left: 20px;
|
|
544
|
-
width: 100%;
|
|
545
|
-
height: 60px;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.slot-right[data-v-87a0d832] {
|
|
549
|
-
margin-top: 20px;
|
|
550
|
-
width: 100%;
|
|
551
|
-
height: 60px;
|
|
552
|
-
border-radius: 10px;
|
|
553
|
-
color: white;
|
|
554
|
-
font-size: 16px;
|
|
555
|
-
font-weight: 600;
|
|
556
|
-
font-family: "阿里巴巴普惠体Light";
|
|
557
|
-
}
|
|
558
|
-
|
|
559
419
|
.rowContent[data-v-1b695265] {
|
|
560
420
|
display: flex;
|
|
561
421
|
flex-direction: row;
|
|
@@ -626,12 +486,144 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
626
486
|
border-color: red;
|
|
627
487
|
}
|
|
628
488
|
}
|
|
629
|
-
[data-v-
|
|
630
|
-
|
|
489
|
+
.baseStyle[data-v-a440e92e] {
|
|
490
|
+
width: 99%;
|
|
491
|
+
height: 100%;
|
|
631
492
|
}
|
|
632
493
|
|
|
633
|
-
[data-v-
|
|
634
|
-
|
|
494
|
+
[data-v-a440e92e] .ag-header-group-cell {
|
|
495
|
+
border-right-style: solid;
|
|
496
|
+
border-right-width: 1px;
|
|
497
|
+
border-right-color: #cecece;
|
|
498
|
+
display: flex;
|
|
499
|
+
justify-content: center;
|
|
500
|
+
align-items: center;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
[data-v-a440e92e] .ag-header-cell-label {
|
|
504
|
+
display: flex;
|
|
505
|
+
justify-content: center;
|
|
506
|
+
align-items: center;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
[data-v-a440e92e] .ag-root-wrapper {
|
|
510
|
+
cursor: default;
|
|
511
|
+
position: relative;
|
|
512
|
+
display: flex;
|
|
513
|
+
flex-direction: column;
|
|
514
|
+
overflow: hidden;
|
|
515
|
+
white-space: normal;
|
|
516
|
+
border: 1px solid #cecece !important; /* 设置最外边的边框 */
|
|
517
|
+
margin-right: 2px !important;
|
|
518
|
+
margin-left: 2px !important;
|
|
519
|
+
margin-bottom: 60px !important;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
[data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
|
|
523
|
+
display: flex !important;
|
|
524
|
+
justify-content: center !important;
|
|
525
|
+
align-items: center !important;
|
|
526
|
+
text-align: center !important;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.ag-theme-alpine[data-v-a440e92e] {
|
|
530
|
+
/* and between columns */
|
|
531
|
+
--ag-cell-horizontal-border: solid #cecece;
|
|
532
|
+
--ag-header-cell-horizontal-border: solid #cecece;
|
|
533
|
+
--ag-header-foreground-color: #3a7af9;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
[data-v-a440e92e] .ag-header-cell {
|
|
537
|
+
border-right-style: solid;
|
|
538
|
+
border-right-width: 1px;
|
|
539
|
+
border-right-color: #cecece; /* 深灰色底边框 */
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
543
|
+
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
544
|
+
border-left: none; /* 移除左侧边框,如果需要的话 */
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
/* 或者针对最后一列 */
|
|
548
|
+
.ag-header-cell[data-v-a440e92e]:last-child {
|
|
549
|
+
border-right: none; /* 移除右侧边框,如果需要的话 */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
/* 选中行的样式 */
|
|
553
|
+
[data-v-a440e92e] .ag-row-selected::before {
|
|
554
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
/* 选中焦点行的样式 */
|
|
558
|
+
[data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
|
|
559
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
560
|
+
background-image: none;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
/* 表头的样式 */
|
|
564
|
+
[data-v-a440e92e] .ag-header {
|
|
565
|
+
background-color: #dbefff;
|
|
566
|
+
text-align: center;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
[data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
|
|
570
|
+
opacity: 1;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
/* 默认行的背景色 */
|
|
574
|
+
[data-v-a440e92e] .ag-row-odd {
|
|
575
|
+
background-color: aliceblue;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
/* 取消选中行的样式 */
|
|
579
|
+
[data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
|
|
580
|
+
background-color: #ecf0f1;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
[data-v-a440e92e] .ag-header-cell-label {
|
|
584
|
+
white-space: pre-line !important; /* 强制允许换行 */
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
/*
|
|
588
|
+
|
|
589
|
+
:deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
|
|
590
|
+
padding: 0 4px 0 4px !important;
|
|
591
|
+
}
|
|
592
|
+
:deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
|
|
593
|
+
padding: 0 3px 0 3px !important;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
:deep(.ag-selection-checkbox) {
|
|
597
|
+
margin: 0 auto!important;
|
|
598
|
+
text-align: center;
|
|
599
|
+
|
|
600
|
+
}
|
|
601
|
+
.centered-checkbox .ag-cell-wrapper {
|
|
602
|
+
padding:0 3px;
|
|
603
|
+
display: flex;
|
|
604
|
+
justify-content: center;
|
|
605
|
+
align-items: center;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.centered-header .ag-header-cell-label {
|
|
609
|
+
padding:0 4px;
|
|
610
|
+
display: flex;
|
|
611
|
+
justify-content: center;
|
|
612
|
+
}
|
|
613
|
+
:deep(.ag-input-field-input.ag-checkbox-input){
|
|
614
|
+
text-align: center;
|
|
615
|
+
display: flex;
|
|
616
|
+
justify-content: center;
|
|
617
|
+
}*/
|
|
618
|
+
.loading-overlay[data-v-a440e92e] {
|
|
619
|
+
position: absolute;
|
|
620
|
+
top: 0;
|
|
621
|
+
left: 0;
|
|
622
|
+
right: 0;
|
|
623
|
+
bottom: 0;
|
|
624
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
625
|
+
display: flex;
|
|
626
|
+
z-index: 1000;
|
|
635
627
|
}
|
|
636
628
|
|
|
637
629
|
[data-v-7351fe97] .van-popup {
|
|
@@ -661,4 +653,12 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
661
653
|
overflow: hidden;
|
|
662
654
|
overflow-y: auto;
|
|
663
655
|
height: calc(100% - 100px);
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
659
|
+
padding: 5px 0;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
[data-v-804c414a] .van-checkbox {
|
|
663
|
+
padding: 5px 0;
|
|
664
664
|
}
|