@baosight/erm 1.4.3 → 1.4.5
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 +2 -2
- package/lib/index.esm.css +103 -85
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
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[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: "阿里巴巴普惠体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
|
.baseStyle[data-v-a440e92e] {
|
|
3
73
|
width: 99%;
|
|
4
74
|
height: 100%;
|
|
@@ -33,6 +103,9 @@
|
|
|
33
103
|
}
|
|
34
104
|
|
|
35
105
|
[data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
|
|
106
|
+
display: flex !important;
|
|
107
|
+
justify-content: center !important;
|
|
108
|
+
align-items: center !important;
|
|
36
109
|
text-align: center !important;
|
|
37
110
|
}
|
|
38
111
|
|
|
@@ -90,26 +163,41 @@
|
|
|
90
163
|
background-color: #ecf0f1;
|
|
91
164
|
}
|
|
92
165
|
|
|
166
|
+
[data-v-a440e92e] .ag-header-cell-label {
|
|
167
|
+
white-space: pre-line !important; /* 强制允许换行 */
|
|
168
|
+
}
|
|
169
|
+
|
|
93
170
|
/*
|
|
94
|
-
:deep(#ag-95-input.ag-input-field-input .ag-checkbox-input){
|
|
95
171
|
|
|
172
|
+
:deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
|
|
173
|
+
padding: 0 4px 0 4px !important;
|
|
96
174
|
}
|
|
97
|
-
:deep(.ag-
|
|
98
|
-
|
|
175
|
+
:deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
|
|
176
|
+
padding: 0 3px 0 3px !important;
|
|
99
177
|
}
|
|
100
178
|
|
|
101
|
-
:deep(.ag-
|
|
102
|
-
|
|
179
|
+
:deep(.ag-selection-checkbox) {
|
|
180
|
+
margin: 0 auto!important;
|
|
181
|
+
text-align: center;
|
|
182
|
+
|
|
103
183
|
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
184
|
+
.centered-checkbox .ag-cell-wrapper {
|
|
185
|
+
padding:0 3px;
|
|
186
|
+
display: flex;
|
|
187
|
+
justify-content: center;
|
|
188
|
+
align-items: center;
|
|
107
189
|
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
padding:
|
|
190
|
+
|
|
191
|
+
.centered-header .ag-header-cell-label {
|
|
192
|
+
padding:0 4px;
|
|
193
|
+
display: flex;
|
|
194
|
+
justify-content: center;
|
|
111
195
|
}
|
|
112
|
-
|
|
196
|
+
:deep(.ag-input-field-input.ag-checkbox-input){
|
|
197
|
+
text-align: center;
|
|
198
|
+
display: flex;
|
|
199
|
+
justify-content: center;
|
|
200
|
+
}*/
|
|
113
201
|
.loading-overlay[data-v-a440e92e] {
|
|
114
202
|
position: absolute;
|
|
115
203
|
top: 0;
|
|
@@ -538,77 +626,11 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
538
626
|
font-family: "阿里巴巴普惠体Light";
|
|
539
627
|
}
|
|
540
628
|
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
flex-direction: row;
|
|
544
|
-
justify-content: center;
|
|
545
|
-
width: 100%;
|
|
546
|
-
margin: 0;
|
|
547
|
-
padding: 0;
|
|
548
|
-
}
|
|
549
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
550
|
-
width: 100%;
|
|
551
|
-
display: flex;
|
|
552
|
-
flex-direction: column;
|
|
553
|
-
justify-content: start;
|
|
554
|
-
overflow: auto;
|
|
555
|
-
border-radius: 15px;
|
|
556
|
-
background-color: #ffffff;
|
|
557
|
-
}
|
|
558
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
559
|
-
display: flex;
|
|
560
|
-
flex-direction: column;
|
|
561
|
-
justify-content: flex-start;
|
|
562
|
-
padding: 0px 0;
|
|
563
|
-
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
564
|
-
}
|
|
565
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
566
|
-
display: flex;
|
|
567
|
-
flex-direction: row;
|
|
568
|
-
justify-content: flex-start;
|
|
569
|
-
align-items: center;
|
|
570
|
-
font-size: 14px;
|
|
571
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
572
|
-
padding-left: 4px;
|
|
573
|
-
}
|
|
574
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
575
|
-
content: "*";
|
|
576
|
-
display: contents;
|
|
577
|
-
color: red;
|
|
578
|
-
}
|
|
579
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
580
|
-
font-size: 14px;
|
|
581
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
.mainTitle[data-v-1b695265] {
|
|
585
|
-
display: flex;
|
|
586
|
-
flex-direction: column;
|
|
587
|
-
justify-content: center;
|
|
588
|
-
align-items: center;
|
|
589
|
-
font-family: "阿里巴巴普惠体Bold";
|
|
590
|
-
font-size: 23px;
|
|
591
|
-
color: #548cf6;
|
|
592
|
-
margin: 10px;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
[data-v-1b695265] .checkError {
|
|
596
|
-
border-bottom: 1px solid red;
|
|
597
|
-
animation: blink-1b695265 2s linear infinite;
|
|
629
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
630
|
+
padding: 5px 0;
|
|
598
631
|
}
|
|
599
632
|
|
|
600
|
-
|
|
601
|
-
0% {
|
|
602
|
-
border-color: red;
|
|
603
|
-
}
|
|
604
|
-
50% {
|
|
605
|
-
border-color: transparent;
|
|
606
|
-
}
|
|
607
|
-
100% {
|
|
608
|
-
border-color: red;
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
[data-v-6e3557b8] .van-checkbox {
|
|
633
|
+
[data-v-804c414a] .van-checkbox {
|
|
612
634
|
padding: 5px 0;
|
|
613
635
|
}
|
|
614
636
|
|
|
@@ -639,8 +661,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
639
661
|
overflow: hidden;
|
|
640
662
|
overflow-y: auto;
|
|
641
663
|
height: calc(100% - 100px);
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
[data-v-804c414a] .van-checkbox {
|
|
645
|
-
padding: 5px 0;
|
|
646
664
|
}
|