@baosight/erm 1.6.9 → 1.7.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/README.md +4 -0
- package/lib/ermGrid/ermGrid.vue.d.ts +6 -6
- package/lib/index.css +2 -2
- package/lib/index.esm.css +227 -222
- package/lib/index.esm.js +1 -1
- package/package.json +81 -81
package/lib/index.esm.css
CHANGED
|
@@ -1,214 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
|
|
3
|
-
width: 99%;
|
|
4
|
-
height: 100%;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
[data-v-a440e92e] .ag-header-group-cell {
|
|
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 {
|
|
17
|
-
display: flex;
|
|
18
|
-
justify-content: center;
|
|
19
|
-
align-items: center;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
[data-v-a440e92e] .ag-root-wrapper {
|
|
23
|
-
cursor: default;
|
|
24
|
-
position: relative;
|
|
25
|
-
display: flex;
|
|
26
|
-
flex-direction: column;
|
|
27
|
-
overflow: hidden;
|
|
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;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/* 取消选中行的样式 */
|
|
92
|
-
[data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
|
|
93
|
-
background-color: #ecf0f1;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
[data-v-a440e92e] .ag-header-cell-label {
|
|
97
|
-
white-space: pre-line !important; /* 强制允许换行 */
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
/*
|
|
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;
|
|
104
|
-
}
|
|
105
|
-
:deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
|
|
106
|
-
padding: 0 3px 0 3px !important;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
:deep(.ag-selection-checkbox) {
|
|
110
|
-
margin: 0 auto!important;
|
|
111
|
-
text-align: center;
|
|
112
|
-
|
|
113
|
-
}
|
|
114
|
-
.centered-checkbox .ag-cell-wrapper {
|
|
115
|
-
padding:0 3px;
|
|
116
|
-
display: flex;
|
|
117
|
-
justify-content: center;
|
|
118
|
-
align-items: center;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.centered-header .ag-header-cell-label {
|
|
122
|
-
padding:0 4px;
|
|
123
|
-
display: flex;
|
|
124
|
-
justify-content: center;
|
|
125
|
-
}
|
|
126
|
-
:deep(.ag-input-field-input.ag-checkbox-input){
|
|
127
|
-
text-align: center;
|
|
128
|
-
display: flex;
|
|
129
|
-
justify-content: center;
|
|
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;
|
|
140
|
-
}
|
|
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 .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 .mainContent .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 .mainContent .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 .mainContent .colDesc .required[data-v-1b695265] {
|
|
176
|
-
content: "*";
|
|
177
|
-
display: contents;
|
|
178
|
-
color: red;
|
|
179
|
-
}
|
|
180
|
-
.rowContent .mainContent .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
|
-
}
|
|
2
|
+
/* 多选待使用 */
|
|
212
3
|
.swiperButton[data-v-35c7b3ce] {
|
|
213
4
|
height: 100%;
|
|
214
5
|
}
|
|
@@ -263,7 +54,7 @@
|
|
|
263
54
|
font-family: "阿里巴巴普惠体Regular";
|
|
264
55
|
}
|
|
265
56
|
.rowContent .colDataDesc[data-v-35c7b3ce] {
|
|
266
|
-
color: #
|
|
57
|
+
color: #969799;
|
|
267
58
|
font-size: 12px;
|
|
268
59
|
font-family: "阿里巴巴普惠体Regular";
|
|
269
60
|
width: 100%;
|
|
@@ -272,6 +63,7 @@
|
|
|
272
63
|
}
|
|
273
64
|
.rowContent .textPosition[data-v-35c7b3ce] {
|
|
274
65
|
font-size: 12px;
|
|
66
|
+
color: #000000;
|
|
275
67
|
}
|
|
276
68
|
|
|
277
69
|
.rowContentCard[data-v-35c7b3ce] {
|
|
@@ -328,7 +120,7 @@
|
|
|
328
120
|
width: 70%;
|
|
329
121
|
}
|
|
330
122
|
.rowContentCard .colDataDesc[data-v-35c7b3ce] {
|
|
331
|
-
color: #
|
|
123
|
+
color: #969799;
|
|
332
124
|
font-size: 12px;
|
|
333
125
|
font-family: "阿里巴巴普惠体Regular";
|
|
334
126
|
word-break: break-all;
|
|
@@ -337,6 +129,7 @@
|
|
|
337
129
|
}
|
|
338
130
|
.rowContentCard .textPosition[data-v-35c7b3ce] {
|
|
339
131
|
font-size: 12px;
|
|
132
|
+
color: #000000;
|
|
340
133
|
}
|
|
341
134
|
|
|
342
135
|
.rowContent2[data-v-35c7b3ce] {
|
|
@@ -359,7 +152,7 @@
|
|
|
359
152
|
font-size: 12px;
|
|
360
153
|
float: right;
|
|
361
154
|
padding-right: 10px;
|
|
362
|
-
color:
|
|
155
|
+
color: #000000;
|
|
363
156
|
}
|
|
364
157
|
.rowContent2 .rightArea[data-v-35c7b3ce] {
|
|
365
158
|
display: flex;
|
|
@@ -395,7 +188,7 @@
|
|
|
395
188
|
font-family: "阿里巴巴普惠体Regular";
|
|
396
189
|
}
|
|
397
190
|
.rowContent2 .colDataDesc[data-v-35c7b3ce] {
|
|
398
|
-
color: #
|
|
191
|
+
color: #969799;
|
|
399
192
|
font-size: 12px;
|
|
400
193
|
font-family: "阿里巴巴普惠体Regular";
|
|
401
194
|
width: 100%;
|
|
@@ -460,7 +253,7 @@
|
|
|
460
253
|
width: 70%;
|
|
461
254
|
}
|
|
462
255
|
.rowShadowCard .colDataDesc[data-v-35c7b3ce] {
|
|
463
|
-
color: #
|
|
256
|
+
color: #969799;
|
|
464
257
|
font-size: 12px;
|
|
465
258
|
font-family: "阿里巴巴普惠体Regular";
|
|
466
259
|
word-break: break-all;
|
|
@@ -471,14 +264,11 @@
|
|
|
471
264
|
float: right;
|
|
472
265
|
padding-right: 4px;
|
|
473
266
|
font-size: 12px;
|
|
267
|
+
color: #000000;
|
|
474
268
|
}
|
|
475
269
|
|
|
476
270
|
/*阴影Card结束*/
|
|
477
271
|
.mainTitle[data-v-35c7b3ce] {
|
|
478
|
-
/* display: flex;
|
|
479
|
-
flex-direction: column;
|
|
480
|
-
justify-content: center;
|
|
481
|
-
align-items: center;*/
|
|
482
272
|
font-family: "阿里巴巴普惠体Regular";
|
|
483
273
|
width: 100%;
|
|
484
274
|
text-align: center;
|
|
@@ -626,8 +416,219 @@ nav .jh-button[data-v-35c7b3ce] {
|
|
|
626
416
|
font-family: "阿里巴巴普惠体Light";
|
|
627
417
|
}
|
|
628
418
|
|
|
629
|
-
[data-v-
|
|
630
|
-
|
|
419
|
+
.rowContent[data-v-1b695265] {
|
|
420
|
+
display: flex;
|
|
421
|
+
flex-direction: row;
|
|
422
|
+
justify-content: center;
|
|
423
|
+
width: 100%;
|
|
424
|
+
margin: 0;
|
|
425
|
+
padding: 0;
|
|
426
|
+
}
|
|
427
|
+
.rowContent .mainContent[data-v-1b695265] {
|
|
428
|
+
width: 100%;
|
|
429
|
+
display: flex;
|
|
430
|
+
flex-direction: column;
|
|
431
|
+
justify-content: start;
|
|
432
|
+
overflow: auto;
|
|
433
|
+
border-radius: 15px;
|
|
434
|
+
background-color: #ffffff;
|
|
435
|
+
}
|
|
436
|
+
.rowContent .mainContent .singleRow[data-v-1b695265] {
|
|
437
|
+
display: flex;
|
|
438
|
+
flex-direction: column;
|
|
439
|
+
justify-content: flex-start;
|
|
440
|
+
padding: 0px 0;
|
|
441
|
+
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
442
|
+
}
|
|
443
|
+
.rowContent .mainContent .colDesc[data-v-1b695265] {
|
|
444
|
+
display: flex;
|
|
445
|
+
flex-direction: row;
|
|
446
|
+
justify-content: flex-start;
|
|
447
|
+
align-items: center;
|
|
448
|
+
font-size: 14px;
|
|
449
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
450
|
+
padding-left: 4px;
|
|
451
|
+
}
|
|
452
|
+
.rowContent .mainContent .colDesc .required[data-v-1b695265] {
|
|
453
|
+
content: "*";
|
|
454
|
+
display: contents;
|
|
455
|
+
color: red;
|
|
456
|
+
}
|
|
457
|
+
.rowContent .mainContent .colData[data-v-1b695265] {
|
|
458
|
+
font-size: 14px;
|
|
459
|
+
font-family: "阿里巴巴普惠体Regular";
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.mainTitle[data-v-1b695265] {
|
|
463
|
+
display: flex;
|
|
464
|
+
flex-direction: column;
|
|
465
|
+
justify-content: center;
|
|
466
|
+
align-items: center;
|
|
467
|
+
font-family: "阿里巴巴普惠体Bold";
|
|
468
|
+
font-size: 23px;
|
|
469
|
+
color: #548cf6;
|
|
470
|
+
margin: 10px;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
[data-v-1b695265] .checkError {
|
|
474
|
+
border-bottom: 1px solid red;
|
|
475
|
+
animation: blink-1b695265 2s linear infinite;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
@keyframes blink-1b695265 {
|
|
479
|
+
0% {
|
|
480
|
+
border-color: red;
|
|
481
|
+
}
|
|
482
|
+
50% {
|
|
483
|
+
border-color: transparent;
|
|
484
|
+
}
|
|
485
|
+
100% {
|
|
486
|
+
border-color: red;
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
.baseStyle[data-v-a440e92e] {
|
|
490
|
+
width: 99%;
|
|
491
|
+
height: 100%;
|
|
492
|
+
}
|
|
493
|
+
|
|
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
|
+
/* 设置最外边的边框 */
|
|
518
|
+
margin-right: 2px !important;
|
|
519
|
+
margin-left: 2px !important;
|
|
520
|
+
margin-bottom: 60px !important;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
[data-v-a440e92e] .ag-header-cell:first-child .ag-header-cell-label {
|
|
524
|
+
display: flex !important;
|
|
525
|
+
justify-content: center !important;
|
|
526
|
+
align-items: center !important;
|
|
527
|
+
text-align: center !important;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.ag-theme-alpine[data-v-a440e92e] {
|
|
531
|
+
/* and between columns */
|
|
532
|
+
--ag-cell-horizontal-border: solid #cecece;
|
|
533
|
+
--ag-header-cell-horizontal-border: solid #cecece;
|
|
534
|
+
--ag-header-foreground-color: #3a7af9;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
[data-v-a440e92e] .ag-header-cell {
|
|
538
|
+
border-right-style: solid;
|
|
539
|
+
border-right-width: 1px;
|
|
540
|
+
border-right-color: #cecece;
|
|
541
|
+
/* 深灰色底边框 */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
/* 如果你想要更具体的样式,比如只针对第一个表头列 */
|
|
545
|
+
.ag-header-cell[data-v-a440e92e]:first-child {
|
|
546
|
+
border-left: none;
|
|
547
|
+
/* 移除左侧边框,如果需要的话 */
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
/* 或者针对最后一列 */
|
|
551
|
+
.ag-header-cell[data-v-a440e92e]:last-child {
|
|
552
|
+
border-right: none;
|
|
553
|
+
/* 移除右侧边框,如果需要的话 */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
/* 选中行的样式 */
|
|
557
|
+
[data-v-a440e92e] .ag-row-selected::before {
|
|
558
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
/* 选中焦点行的样式 */
|
|
562
|
+
[data-v-a440e92e] .ag-row-hover.ag-row-selected::before {
|
|
563
|
+
background-color: rgba(183, 249, 177, 0.5803921569);
|
|
564
|
+
background-image: none;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
/* 表头的样式 */
|
|
568
|
+
[data-v-a440e92e] .ag-header {
|
|
569
|
+
background-color: #dbefff;
|
|
570
|
+
text-align: center;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
[data-v-a440e92e] .ag-checkbox-input-wrapper.ag-disabled {
|
|
574
|
+
opacity: 1;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
/* 默认行的背景色 */
|
|
578
|
+
[data-v-a440e92e] .ag-row-odd {
|
|
579
|
+
background-color: aliceblue;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
/* 取消选中行的样式 */
|
|
583
|
+
[data-v-a440e92e] .ag-row-hover:not(.ag-row-selected)::before {
|
|
584
|
+
background-color: #ecf0f1;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
[data-v-a440e92e] .ag-header-cell-label {
|
|
588
|
+
white-space: pre-line !important;
|
|
589
|
+
/* 强制允许换行 */
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
/*
|
|
593
|
+
|
|
594
|
+
:deep(.ag-header-cell.ag-header-cell-wrap-text.ag-header-cell-auto-height.ag-focus-managed) {
|
|
595
|
+
padding: 0 4px 0 4px !important;
|
|
596
|
+
}
|
|
597
|
+
:deep(.ag-cell-value.ag-cell-not-inline-editing.ag-cell-normal-height) {
|
|
598
|
+
padding: 0 3px 0 3px !important;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
:deep(.ag-selection-checkbox) {
|
|
602
|
+
margin: 0 auto!important;
|
|
603
|
+
text-align: center;
|
|
604
|
+
|
|
605
|
+
}
|
|
606
|
+
.centered-checkbox .ag-cell-wrapper {
|
|
607
|
+
padding:0 3px;
|
|
608
|
+
display: flex;
|
|
609
|
+
justify-content: center;
|
|
610
|
+
align-items: center;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.centered-header .ag-header-cell-label {
|
|
614
|
+
padding:0 4px;
|
|
615
|
+
display: flex;
|
|
616
|
+
justify-content: center;
|
|
617
|
+
}
|
|
618
|
+
:deep(.ag-input-field-input.ag-checkbox-input){
|
|
619
|
+
text-align: center;
|
|
620
|
+
display: flex;
|
|
621
|
+
justify-content: center;
|
|
622
|
+
}*/
|
|
623
|
+
.loading-overlay[data-v-a440e92e] {
|
|
624
|
+
position: absolute;
|
|
625
|
+
top: 0;
|
|
626
|
+
left: 0;
|
|
627
|
+
right: 0;
|
|
628
|
+
bottom: 0;
|
|
629
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
630
|
+
display: flex;
|
|
631
|
+
z-index: 1000;
|
|
631
632
|
}
|
|
632
633
|
|
|
633
634
|
[data-v-7351fe97] .van-popup {
|
|
@@ -635,7 +636,7 @@ nav .jh-button[data-v-35c7b3ce] {
|
|
|
635
636
|
}
|
|
636
637
|
|
|
637
638
|
[data-v-7351fe97] .placeholder {
|
|
638
|
-
color: #
|
|
639
|
+
color: #c8c9cc !important;
|
|
639
640
|
}
|
|
640
641
|
|
|
641
642
|
.result-color[data-v-7351fe97] {
|
|
@@ -659,6 +660,10 @@ nav .jh-button[data-v-35c7b3ce] {
|
|
|
659
660
|
height: calc(100% - 100px);
|
|
660
661
|
}
|
|
661
662
|
|
|
663
|
+
[data-v-6e3557b8] .van-checkbox {
|
|
664
|
+
padding: 5px 0;
|
|
665
|
+
}
|
|
666
|
+
|
|
662
667
|
[data-v-804c414a] .van-checkbox {
|
|
663
668
|
padding: 5px 0;
|
|
664
669
|
}
|