@baosight/erm 1.4.3 → 1.4.4
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 +104 -86
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
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;
|
|
36
39
|
text-align: center !important;
|
|
37
40
|
}
|
|
38
41
|
|
|
@@ -90,26 +93,41 @@
|
|
|
90
93
|
background-color: #ecf0f1;
|
|
91
94
|
}
|
|
92
95
|
|
|
96
|
+
[data-v-a440e92e] .ag-header-cell-label {
|
|
97
|
+
white-space: pre-line !important; /* 强制允许换行 */
|
|
98
|
+
}
|
|
99
|
+
|
|
93
100
|
/*
|
|
94
|
-
:deep(#ag-95-input.ag-input-field-input .ag-checkbox-input){
|
|
95
101
|
|
|
102
|
+
:deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
|
|
103
|
+
padding: 0 4px 0 4px !important;
|
|
96
104
|
}
|
|
97
|
-
:deep(.ag-
|
|
98
|
-
|
|
105
|
+
:deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
|
|
106
|
+
padding: 0 3px 0 3px !important;
|
|
99
107
|
}
|
|
100
108
|
|
|
101
|
-
:deep(.ag-
|
|
102
|
-
|
|
109
|
+
:deep(.ag-selection-checkbox) {
|
|
110
|
+
margin: 0 auto!important;
|
|
111
|
+
text-align: center;
|
|
112
|
+
|
|
103
113
|
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
114
|
+
.centered-checkbox .ag-cell-wrapper {
|
|
115
|
+
padding:0 3px;
|
|
116
|
+
display: flex;
|
|
117
|
+
justify-content: center;
|
|
118
|
+
align-items: center;
|
|
107
119
|
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
padding:
|
|
120
|
+
|
|
121
|
+
.centered-header .ag-header-cell-label {
|
|
122
|
+
padding:0 4px;
|
|
123
|
+
display: flex;
|
|
124
|
+
justify-content: center;
|
|
111
125
|
}
|
|
112
|
-
|
|
126
|
+
:deep(.ag-input-field-input.ag-checkbox-input){
|
|
127
|
+
text-align: center;
|
|
128
|
+
display: flex;
|
|
129
|
+
justify-content: center;
|
|
130
|
+
}*/
|
|
113
131
|
.loading-overlay[data-v-a440e92e] {
|
|
114
132
|
position: absolute;
|
|
115
133
|
top: 0;
|
|
@@ -121,6 +139,76 @@
|
|
|
121
139
|
z-index: 1000;
|
|
122
140
|
}
|
|
123
141
|
|
|
142
|
+
.rowContent[data-v-1b695265] {
|
|
143
|
+
display: flex;
|
|
144
|
+
flex-direction: row;
|
|
145
|
+
justify-content: center;
|
|
146
|
+
width: 100%;
|
|
147
|
+
margin: 0;
|
|
148
|
+
padding: 0;
|
|
149
|
+
}
|
|
150
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
151
|
+
width: 100%;
|
|
152
|
+
display: flex;
|
|
153
|
+
flex-direction: column;
|
|
154
|
+
justify-content: start;
|
|
155
|
+
overflow: auto;
|
|
156
|
+
border-radius: 15px;
|
|
157
|
+
background-color: #ffffff;
|
|
158
|
+
}
|
|
159
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
160
|
+
display: flex;
|
|
161
|
+
flex-direction: column;
|
|
162
|
+
justify-content: flex-start;
|
|
163
|
+
padding: 0px 0;
|
|
164
|
+
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
165
|
+
}
|
|
166
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
167
|
+
display: flex;
|
|
168
|
+
flex-direction: row;
|
|
169
|
+
justify-content: flex-start;
|
|
170
|
+
align-items: center;
|
|
171
|
+
font-size: 14px;
|
|
172
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
173
|
+
padding-left: 4px;
|
|
174
|
+
}
|
|
175
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
176
|
+
content: "*";
|
|
177
|
+
display: contents;
|
|
178
|
+
color: red;
|
|
179
|
+
}
|
|
180
|
+
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
181
|
+
font-size: 14px;
|
|
182
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.mainTitle[data-v-1b695265] {
|
|
186
|
+
display: flex;
|
|
187
|
+
flex-direction: column;
|
|
188
|
+
justify-content: center;
|
|
189
|
+
align-items: center;
|
|
190
|
+
font-family: "阿里巴巴普惠体Bold";
|
|
191
|
+
font-size: 23px;
|
|
192
|
+
color: #548cf6;
|
|
193
|
+
margin: 10px;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
[data-v-1b695265] .checkError {
|
|
197
|
+
border-bottom: 1px solid red;
|
|
198
|
+
animation: blink-1b695265 2s linear infinite;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
@keyframes blink-1b695265 {
|
|
202
|
+
0% {
|
|
203
|
+
border-color: red;
|
|
204
|
+
}
|
|
205
|
+
50% {
|
|
206
|
+
border-color: transparent;
|
|
207
|
+
}
|
|
208
|
+
100% {
|
|
209
|
+
border-color: red;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
124
212
|
.swiperButton[data-v-35c7b3ce] {
|
|
125
213
|
height: 100%;
|
|
126
214
|
}
|
|
@@ -538,80 +626,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
538
626
|
font-family: "阿里巴巴普惠体Light";
|
|
539
627
|
}
|
|
540
628
|
|
|
541
|
-
.rowContent[data-v-1b695265] {
|
|
542
|
-
display: flex;
|
|
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;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
@keyframes blink-1b695265 {
|
|
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 {
|
|
612
|
-
padding: 5px 0;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
629
|
[data-v-7351fe97] .van-popup {
|
|
616
630
|
max-height: 80%;
|
|
617
631
|
}
|
|
@@ -643,4 +657,8 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
643
657
|
|
|
644
658
|
[data-v-804c414a] .van-checkbox {
|
|
645
659
|
padding: 5px 0;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
663
|
+
padding: 5px 0;
|
|
646
664
|
}
|