widget.qw 1.0.89 → 1.0.90
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/build/style.css +93 -93
- package/build/widget.qw.es.js +146 -120
- package/build/widget.qw.umd.js +146 -120
- package/package.json +1 -1
- package/src/components/CascaderPicker.vue +2 -2
- package/src/components/CheckGroup.vue +2 -2
- package/src/components/DatetimePicker.vue +2 -2
- package/src/components/FilePicker.vue +2 -2
- package/src/components/Input.vue +7 -4
- package/src/components/MultiPicker.vue +2 -2
- package/src/components/ObjsEditor.vue +2 -2
- package/src/components/Sheet.vue +2 -2
- package/src/components/SingleApiPicker.vue +7 -2
- package/src/components/SinglePicker.vue +1 -1
- package/src/components/SingleUserSelector.vue +2 -2
- package/src/components/Switch.vue +1 -1
- package/src/components/TreePicker.vue +2 -2
- package/src/components/UserPicker.vue +2 -2
- package/src/components/UsersPicker.vue +2 -2
- package/src/components/data_selector.vue +2 -2
- package/src/components/image_picker.vue +2 -2
- package/src/components/images_picker.vue +6 -2
- package/src/components/subdepartment_selector.vue +1 -1
- package/src/components/user_selector.vue +2 -2
- package/src/components/widget/UserPop.vue +1 -1
- package/src/util/auth_util.js +23 -15
- package/src/views/dataSelector/index.vue +17 -5
package/build/style.css
CHANGED
|
@@ -89,18 +89,18 @@
|
|
|
89
89
|
:root:root {
|
|
90
90
|
--van-popover-action-width: 70vw;
|
|
91
91
|
}
|
|
92
|
-
[data-v-
|
|
92
|
+
[data-v-390eeba0] .label {
|
|
93
93
|
color: #000 !important;
|
|
94
94
|
}
|
|
95
|
-
[data-v-
|
|
95
|
+
[data-v-390eeba0] .van-field__control:disabled {
|
|
96
96
|
color: #000 !important;
|
|
97
97
|
cursor: not-allowed;
|
|
98
98
|
opacity: 1;
|
|
99
99
|
-webkit-text-fill-color: #000;
|
|
100
|
-
}[data-v-
|
|
100
|
+
}[data-v-3ae83b36] .label {
|
|
101
101
|
color: #000 !important;
|
|
102
102
|
}
|
|
103
|
-
[data-v-
|
|
103
|
+
[data-v-3ae83b36] .van-field__control:disabled {
|
|
104
104
|
color: #000 !important;
|
|
105
105
|
cursor: not-allowed;
|
|
106
106
|
opacity: 1;
|
|
@@ -135,44 +135,44 @@
|
|
|
135
135
|
margin-left: 8px;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.data-item[data-v-
|
|
138
|
+
.data-item[data-v-0d491607]{
|
|
139
139
|
margin: 0 8px 8px 0;
|
|
140
140
|
padding: 2px 5px;
|
|
141
141
|
}
|
|
142
|
-
[data-v-
|
|
142
|
+
[data-v-7f872a31] .label {
|
|
143
143
|
color: #000 !important;
|
|
144
144
|
}
|
|
145
|
-
[data-v-
|
|
145
|
+
[data-v-7f872a31] .van-field__control:disabled {
|
|
146
146
|
color: #000 !important;
|
|
147
147
|
cursor: not-allowed;
|
|
148
148
|
opacity: 1;
|
|
149
149
|
-webkit-text-fill-color: #000;
|
|
150
150
|
}
|
|
151
|
-
.popup-style[data-v-
|
|
151
|
+
.popup-style[data-v-0845ea7c] {
|
|
152
152
|
height: 21.25rem;
|
|
153
153
|
}
|
|
154
|
-
.showMultipleButton[data-v-
|
|
154
|
+
.showMultipleButton[data-v-0845ea7c] {
|
|
155
155
|
padding-bottom: 0;
|
|
156
156
|
}
|
|
157
|
-
.showMultipleButton .van-button[data-v-
|
|
157
|
+
.showMultipleButton .van-button[data-v-0845ea7c] {
|
|
158
158
|
border: 0;
|
|
159
159
|
}
|
|
160
|
-
.flex-between[data-v-
|
|
160
|
+
.flex-between[data-v-0845ea7c] {
|
|
161
161
|
padding: 10px;
|
|
162
162
|
display: flex;
|
|
163
163
|
justify-content: space-between;
|
|
164
164
|
align-items: center;
|
|
165
165
|
}
|
|
166
|
-
.bold[data-v-
|
|
166
|
+
.bold[data-v-0845ea7c] {
|
|
167
167
|
font-weight: bold;
|
|
168
168
|
color: #444;
|
|
169
169
|
}
|
|
170
|
-
.checkbox-style[data-v-
|
|
170
|
+
.checkbox-style[data-v-0845ea7c] {
|
|
171
171
|
/* height: 220px; */
|
|
172
172
|
height: calc(220px - 30px);
|
|
173
173
|
overflow-y: auto;
|
|
174
174
|
}
|
|
175
|
-
.select-all-container[data-v-
|
|
175
|
+
.select-all-container[data-v-0845ea7c] {
|
|
176
176
|
font-size: 14px;
|
|
177
177
|
padding: 0 16px;
|
|
178
178
|
margin: 10px 0;
|
|
@@ -180,12 +180,12 @@
|
|
|
180
180
|
justify-content: flex-end;
|
|
181
181
|
align-items: center;
|
|
182
182
|
}
|
|
183
|
-
.select-all-container .van-checkbox[data-v-
|
|
183
|
+
.select-all-container .van-checkbox[data-v-0845ea7c] {
|
|
184
184
|
margin-left: auto;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
/* 新增:调整方形复选框的边距 */
|
|
188
|
-
.van-checkbox--square[data-v-
|
|
188
|
+
.van-checkbox--square[data-v-0845ea7c] {
|
|
189
189
|
margin-left: 8px;
|
|
190
190
|
}
|
|
191
191
|
|
|
@@ -264,18 +264,18 @@
|
|
|
264
264
|
opacity: 0.8;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.department-popup[data-v-
|
|
267
|
+
.department-popup[data-v-c4c3b896] {
|
|
268
268
|
width: 100%;
|
|
269
269
|
height: 60vh;
|
|
270
270
|
border-radius: 16px 16px 0 0;
|
|
271
271
|
}
|
|
272
|
-
.popup-container[data-v-
|
|
272
|
+
.popup-container[data-v-c4c3b896] {
|
|
273
273
|
display: flex;
|
|
274
274
|
flex-direction: column;
|
|
275
275
|
flex: 1;
|
|
276
276
|
height: 100%;
|
|
277
277
|
}
|
|
278
|
-
.picker-header[data-v-
|
|
278
|
+
.picker-header[data-v-c4c3b896] {
|
|
279
279
|
display: flex;
|
|
280
280
|
align-items: center;
|
|
281
281
|
padding: 12px;
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
flex-shrink: 0;
|
|
292
292
|
/* 防止头部被压缩 */
|
|
293
293
|
}
|
|
294
|
-
.scroll-container[data-v-
|
|
294
|
+
.scroll-container[data-v-c4c3b896] {
|
|
295
295
|
flex: 1;
|
|
296
296
|
height: 0;
|
|
297
297
|
overflow-y: auto;
|
|
@@ -301,10 +301,10 @@
|
|
|
301
301
|
position: relative;
|
|
302
302
|
top: -1px;
|
|
303
303
|
}
|
|
304
|
-
.back-button[data-v-
|
|
304
|
+
.back-button[data-v-c4c3b896] {
|
|
305
305
|
margin-right: 8px;
|
|
306
306
|
}
|
|
307
|
-
.current-path[data-v-
|
|
307
|
+
.current-path[data-v-c4c3b896] {
|
|
308
308
|
flex: 1;
|
|
309
309
|
font-size: 14px;
|
|
310
310
|
color: #323233;
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
overflow: hidden;
|
|
313
313
|
text-overflow: ellipsis;
|
|
314
314
|
}
|
|
315
|
-
.action-buttons[data-v-
|
|
315
|
+
.action-buttons[data-v-c4c3b896] {
|
|
316
316
|
display: flex;
|
|
317
317
|
gap: 8px;
|
|
318
318
|
margin-left: auto;
|
|
@@ -323,12 +323,12 @@
|
|
|
323
323
|
overflow-y: auto;
|
|
324
324
|
-webkit-overflow-scrolling: touch;
|
|
325
325
|
} */
|
|
326
|
-
.cell-content[data-v-
|
|
326
|
+
.cell-content[data-v-c4c3b896] {
|
|
327
327
|
display: flex;
|
|
328
328
|
align-items: center;
|
|
329
329
|
gap: 12px;
|
|
330
330
|
}
|
|
331
|
-
.circle-selector[data-v-
|
|
331
|
+
.circle-selector[data-v-c4c3b896] {
|
|
332
332
|
width: 20px;
|
|
333
333
|
height: 20px;
|
|
334
334
|
border: 1px solid #ebedf0;
|
|
@@ -339,29 +339,29 @@
|
|
|
339
339
|
transition: all 0.2s;
|
|
340
340
|
flex-shrink: 0;
|
|
341
341
|
}
|
|
342
|
-
.circle-selector.selected[data-v-
|
|
342
|
+
.circle-selector.selected[data-v-c4c3b896] {
|
|
343
343
|
background-color: #1989fa;
|
|
344
344
|
border-color: #1989fa;
|
|
345
345
|
}
|
|
346
|
-
.circle-selector.selected .van-icon[data-v-
|
|
346
|
+
.circle-selector.selected .van-icon[data-v-c4c3b896] {
|
|
347
347
|
color: white;
|
|
348
348
|
font-size: 14px;
|
|
349
349
|
}
|
|
350
|
-
.van-cell__right-icon[data-v-
|
|
350
|
+
.van-cell__right-icon[data-v-c4c3b896] {
|
|
351
351
|
color: #969799;
|
|
352
352
|
font-size: 16px;
|
|
353
353
|
margin-left: 8px;
|
|
354
354
|
}
|
|
355
|
-
.name[data-v-
|
|
355
|
+
.name[data-v-c4c3b896] {
|
|
356
356
|
flex: 1;
|
|
357
357
|
overflow: hidden;
|
|
358
358
|
text-overflow: ellipsis;
|
|
359
359
|
white-space: nowrap;
|
|
360
360
|
}
|
|
361
|
-
.cancel-btn[data-v-
|
|
361
|
+
.cancel-btn[data-v-c4c3b896] {
|
|
362
362
|
color: #969799;
|
|
363
363
|
}
|
|
364
|
-
.search-field[data-v-
|
|
364
|
+
.search-field[data-v-c4c3b896] {
|
|
365
365
|
background: #fff;
|
|
366
366
|
padding: 10px 16px;
|
|
367
367
|
border-bottom: 1px solid #ebedf0;
|
|
@@ -373,35 +373,35 @@
|
|
|
373
373
|
/* 防止压缩 */
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
.user-popup[data-v-
|
|
376
|
+
.user-popup[data-v-850c4b52] {
|
|
377
377
|
height: 60vh;
|
|
378
378
|
width: 100%;
|
|
379
379
|
}
|
|
380
|
-
.picker-header[data-v-
|
|
380
|
+
.picker-header[data-v-850c4b52] {
|
|
381
381
|
padding: 10px;
|
|
382
382
|
border-bottom: 1px solid #ebedf0;
|
|
383
383
|
display: flex;
|
|
384
384
|
justify-content: space-between;
|
|
385
385
|
align-items: center;
|
|
386
386
|
}
|
|
387
|
-
.scroll-container[data-v-
|
|
387
|
+
.scroll-container[data-v-850c4b52] {
|
|
388
388
|
height: calc(80vh - 150px);
|
|
389
389
|
overflow-y: auto;
|
|
390
390
|
}
|
|
391
|
-
.search-container[data-v-
|
|
391
|
+
.search-container[data-v-850c4b52] {
|
|
392
392
|
padding: 10px;
|
|
393
393
|
background: #fff;
|
|
394
394
|
display: flex;
|
|
395
395
|
align-items: center;
|
|
396
396
|
gap: 8px;
|
|
397
397
|
}
|
|
398
|
-
[data-v-
|
|
398
|
+
[data-v-850c4b52] .search-container .van-search {
|
|
399
399
|
flex: 1;
|
|
400
400
|
}
|
|
401
|
-
.search-btn[data-v-
|
|
401
|
+
.search-btn[data-v-850c4b52] {
|
|
402
402
|
flex-shrink: 0;
|
|
403
403
|
}
|
|
404
|
-
.select-all-container[data-v-
|
|
404
|
+
.select-all-container[data-v-850c4b52] {
|
|
405
405
|
font-size: 14px;
|
|
406
406
|
padding: 0 16px;
|
|
407
407
|
margin: 10px 0;
|
|
@@ -409,16 +409,16 @@
|
|
|
409
409
|
justify-content: flex-end;
|
|
410
410
|
align-items: center;
|
|
411
411
|
}
|
|
412
|
-
[data-v-
|
|
412
|
+
[data-v-850c4b52] .van-checkbox__icon--square {
|
|
413
413
|
border-radius: 4px;
|
|
414
414
|
}
|
|
415
|
-
[data-v-
|
|
415
|
+
[data-v-850c4b52] .van-checkbox__label {
|
|
416
416
|
margin-left: 8px;
|
|
417
417
|
}
|
|
418
|
-
[data-v-
|
|
418
|
+
[data-v-850c4b52] .van-radio-group .van-cell,[data-v-850c4b52] .van-checkbox-group .van-cell {
|
|
419
419
|
align-items: center;
|
|
420
420
|
}
|
|
421
|
-
.current-path[data-v-
|
|
421
|
+
.current-path[data-v-850c4b52] {
|
|
422
422
|
flex: 1;
|
|
423
423
|
font-size: 14px;
|
|
424
424
|
color: #323233;
|
|
@@ -426,54 +426,54 @@
|
|
|
426
426
|
overflow: hidden;
|
|
427
427
|
text-overflow: ellipsis;
|
|
428
428
|
}
|
|
429
|
-
.header-right[data-v-
|
|
429
|
+
.header-right[data-v-850c4b52] {
|
|
430
430
|
display: flex;
|
|
431
431
|
gap: 8px;
|
|
432
432
|
margin-left: auto;
|
|
433
433
|
}
|
|
434
|
-
.cancel-btn[data-v-
|
|
434
|
+
.cancel-btn[data-v-850c4b52] {
|
|
435
435
|
color: #969799;
|
|
436
436
|
margin-right: 5px;
|
|
437
437
|
}
|
|
438
|
-
[data-v-
|
|
438
|
+
[data-v-136f10b6] .label {
|
|
439
439
|
color: #000 !important;
|
|
440
440
|
}
|
|
441
|
-
[data-v-
|
|
441
|
+
[data-v-136f10b6] .van-field__control:disabled {
|
|
442
442
|
color: #000 !important;
|
|
443
443
|
cursor: not-allowed;
|
|
444
444
|
opacity: 1;
|
|
445
445
|
-webkit-text-fill-color: #000;
|
|
446
|
-
}.image-box .cover[data-v-
|
|
446
|
+
}.image-box .cover[data-v-72cf3ca2] {
|
|
447
447
|
width: 80px;
|
|
448
448
|
height: 80px;
|
|
449
|
-
}[data-v-
|
|
449
|
+
}[data-v-208d28dd] .label {
|
|
450
450
|
color: #000 !important;
|
|
451
451
|
}
|
|
452
|
-
[data-v-
|
|
452
|
+
[data-v-208d28dd] .van-field__control:disabled {
|
|
453
453
|
color: #000 !important;
|
|
454
454
|
cursor: not-allowed;
|
|
455
455
|
opacity: 1;
|
|
456
456
|
-webkit-text-fill-color: #000;
|
|
457
457
|
}
|
|
458
|
-
.user-popup[data-v-
|
|
458
|
+
.user-popup[data-v-c23caaf6] {
|
|
459
459
|
width: 100%;
|
|
460
460
|
overflow: hidden;
|
|
461
461
|
}
|
|
462
|
-
.department-selector[data-v-
|
|
462
|
+
.department-selector[data-v-c23caaf6] {
|
|
463
463
|
padding: 10px;
|
|
464
464
|
}
|
|
465
|
-
.search-buttons[data-v-
|
|
465
|
+
.search-buttons[data-v-c23caaf6] {
|
|
466
466
|
display: flex;
|
|
467
467
|
gap: 10px;
|
|
468
468
|
}
|
|
469
|
-
.clear-btn[data-v-
|
|
469
|
+
.clear-btn[data-v-c23caaf6] {
|
|
470
470
|
background-color: #f2f3f5;
|
|
471
471
|
border: none;
|
|
472
472
|
border-radius: 4px;
|
|
473
473
|
padding: 4px 8px;
|
|
474
474
|
font-size: 14px;
|
|
475
475
|
}
|
|
476
|
-
.confirm-btn[data-v-
|
|
476
|
+
.confirm-btn[data-v-c23caaf6] {
|
|
477
477
|
background-color: #1989fa;
|
|
478
478
|
color: white;
|
|
479
479
|
border: none;
|
|
@@ -481,19 +481,19 @@
|
|
|
481
481
|
padding: 4px 8px;
|
|
482
482
|
font-size: 14px;
|
|
483
483
|
}
|
|
484
|
-
.no-results[data-v-
|
|
484
|
+
.no-results[data-v-c23caaf6] {
|
|
485
485
|
text-align: center;
|
|
486
486
|
padding: 20px;
|
|
487
487
|
color: #969799;
|
|
488
488
|
}
|
|
489
|
-
.picker-header[data-v-
|
|
489
|
+
.picker-header[data-v-c23caaf6] {
|
|
490
490
|
padding: 10px;
|
|
491
491
|
border-bottom: 1px solid #ebedf0;
|
|
492
492
|
display: flex;
|
|
493
493
|
justify-content: space-between;
|
|
494
494
|
align-items: center;
|
|
495
495
|
}
|
|
496
|
-
.current-path[data-v-
|
|
496
|
+
.current-path[data-v-c23caaf6] {
|
|
497
497
|
flex: 1;
|
|
498
498
|
font-size: 14px;
|
|
499
499
|
color: #323233;
|
|
@@ -501,39 +501,39 @@
|
|
|
501
501
|
overflow: hidden;
|
|
502
502
|
text-overflow: ellipsis;
|
|
503
503
|
}
|
|
504
|
-
.header-right[data-v-
|
|
504
|
+
.header-right[data-v-c23caaf6] {
|
|
505
505
|
display: flex;
|
|
506
506
|
gap: 8px;
|
|
507
507
|
margin-left: auto;
|
|
508
508
|
}
|
|
509
|
-
.cancel-btn[data-v-
|
|
509
|
+
.cancel-btn[data-v-c23caaf6] {
|
|
510
510
|
color: #969799;
|
|
511
511
|
margin-right: 5px;
|
|
512
512
|
}
|
|
513
|
-
.scroll-container[data-v-
|
|
513
|
+
.scroll-container[data-v-c23caaf6] {
|
|
514
514
|
height: calc(80vh - 150px);
|
|
515
515
|
overflow-y: auto;
|
|
516
516
|
}
|
|
517
517
|
|
|
518
|
-
.user-popup[data-v-
|
|
518
|
+
.user-popup[data-v-80bb7cb2] {
|
|
519
519
|
width: 100%;
|
|
520
520
|
overflow: hidden;
|
|
521
521
|
}
|
|
522
|
-
.department-selector[data-v-
|
|
522
|
+
.department-selector[data-v-80bb7cb2] {
|
|
523
523
|
padding: 10px;
|
|
524
524
|
}
|
|
525
|
-
.search-buttons[data-v-
|
|
525
|
+
.search-buttons[data-v-80bb7cb2] {
|
|
526
526
|
display: flex;
|
|
527
527
|
gap: 10px;
|
|
528
528
|
}
|
|
529
|
-
.clear-btn[data-v-
|
|
529
|
+
.clear-btn[data-v-80bb7cb2] {
|
|
530
530
|
background-color: #f2f3f5;
|
|
531
531
|
border: none;
|
|
532
532
|
border-radius: 4px;
|
|
533
533
|
padding: 4px 8px;
|
|
534
534
|
font-size: 14px;
|
|
535
535
|
}
|
|
536
|
-
.confirm-btn[data-v-
|
|
536
|
+
.confirm-btn[data-v-80bb7cb2] {
|
|
537
537
|
background-color: #1989fa;
|
|
538
538
|
color: white;
|
|
539
539
|
border: none;
|
|
@@ -541,19 +541,19 @@
|
|
|
541
541
|
padding: 4px 8px;
|
|
542
542
|
font-size: 14px;
|
|
543
543
|
}
|
|
544
|
-
.no-results[data-v-
|
|
544
|
+
.no-results[data-v-80bb7cb2] {
|
|
545
545
|
text-align: center;
|
|
546
546
|
padding: 20px;
|
|
547
547
|
color: #969799;
|
|
548
548
|
}
|
|
549
|
-
.picker-header[data-v-
|
|
549
|
+
.picker-header[data-v-80bb7cb2] {
|
|
550
550
|
padding: 10px;
|
|
551
551
|
border-bottom: 1px solid #ebedf0;
|
|
552
552
|
display: flex;
|
|
553
553
|
justify-content: space-between;
|
|
554
554
|
align-items: center;
|
|
555
555
|
}
|
|
556
|
-
.current-path[data-v-
|
|
556
|
+
.current-path[data-v-80bb7cb2] {
|
|
557
557
|
flex: 1;
|
|
558
558
|
font-size: 14px;
|
|
559
559
|
color: #323233;
|
|
@@ -561,25 +561,25 @@
|
|
|
561
561
|
overflow: hidden;
|
|
562
562
|
text-overflow: ellipsis;
|
|
563
563
|
}
|
|
564
|
-
.header-right[data-v-
|
|
564
|
+
.header-right[data-v-80bb7cb2] {
|
|
565
565
|
display: flex;
|
|
566
566
|
gap: 8px;
|
|
567
567
|
margin-left: auto;
|
|
568
568
|
}
|
|
569
|
-
.cancel-btn[data-v-
|
|
569
|
+
.cancel-btn[data-v-80bb7cb2] {
|
|
570
570
|
color: #969799;
|
|
571
571
|
margin-right: 5px;
|
|
572
572
|
}
|
|
573
|
-
.scroll-container[data-v-
|
|
573
|
+
.scroll-container[data-v-80bb7cb2] {
|
|
574
574
|
height: calc(80vh - 150px);
|
|
575
575
|
overflow-y: auto;
|
|
576
576
|
}
|
|
577
577
|
|
|
578
|
-
.user-item[data-v-
|
|
578
|
+
.user-item[data-v-60a6aa82]{
|
|
579
579
|
margin:3px;
|
|
580
580
|
}
|
|
581
581
|
|
|
582
|
-
.user[data-v-
|
|
582
|
+
.user[data-v-dc690a10]{
|
|
583
583
|
padding:4px 8px;
|
|
584
584
|
}
|
|
585
585
|
|
|
@@ -686,28 +686,28 @@
|
|
|
686
686
|
}
|
|
687
687
|
[data-v-5f12f3e8] .van-cell {
|
|
688
688
|
padding: 2px 10px !important;
|
|
689
|
-
}[data-v-
|
|
689
|
+
}[data-v-4a880d9e] .label {
|
|
690
690
|
color: #000 !important;
|
|
691
691
|
}
|
|
692
|
-
[data-v-
|
|
692
|
+
[data-v-4a880d9e] .van-field__control:disabled {
|
|
693
693
|
color: #000 !important;
|
|
694
694
|
cursor: not-allowed;
|
|
695
695
|
opacity: 1;
|
|
696
696
|
-webkit-text-fill-color: #000;
|
|
697
|
-
}.item-box[data-v-
|
|
697
|
+
}.item-box[data-v-5378e9da] {
|
|
698
698
|
position: relative;
|
|
699
699
|
padding-bottom: 5px;
|
|
700
700
|
border-bottom: 1px solid #e1e1e1;
|
|
701
701
|
}
|
|
702
|
-
.actionbar[data-v-
|
|
702
|
+
.actionbar[data-v-5378e9da] {
|
|
703
703
|
display: flex;
|
|
704
704
|
justify-content: center;
|
|
705
705
|
margin-top: 5px;
|
|
706
706
|
}
|
|
707
|
-
[data-v-
|
|
707
|
+
[data-v-5378e9da] .label {
|
|
708
708
|
color: #000 !important;
|
|
709
709
|
}
|
|
710
|
-
[data-v-
|
|
710
|
+
[data-v-5378e9da] .van-field__control--custom {
|
|
711
711
|
display: block;
|
|
712
712
|
}
|
|
713
713
|
.popup-box[data-v-571370f8] {
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
margin-left: 8px;
|
|
740
740
|
}
|
|
741
741
|
|
|
742
|
-
.select-item[data-v-
|
|
742
|
+
.select-item[data-v-2b9af465]{
|
|
743
743
|
margin:3px;
|
|
744
744
|
}
|
|
745
745
|
|
|
@@ -852,37 +852,37 @@
|
|
|
852
852
|
/* 防止压缩 */
|
|
853
853
|
}
|
|
854
854
|
|
|
855
|
-
.widget[data-v-
|
|
855
|
+
.widget[data-v-40920255] {
|
|
856
856
|
/* 统一字段间距 */
|
|
857
857
|
}
|
|
858
|
-
.widget[data-v-
|
|
858
|
+
.widget[data-v-40920255] .van-cell {
|
|
859
859
|
align-items: center;
|
|
860
860
|
}
|
|
861
|
-
.widget[data-v-
|
|
861
|
+
.widget[data-v-40920255] .van-field__label {
|
|
862
862
|
width: 90px;
|
|
863
863
|
flex: none;
|
|
864
864
|
}
|
|
865
|
-
.widget .readonly-field[data-v-
|
|
865
|
+
.widget .readonly-field[data-v-40920255] {
|
|
866
866
|
/* 添加必填星号对齐 */
|
|
867
867
|
}
|
|
868
|
-
.widget .readonly-field[data-v-
|
|
868
|
+
.widget .readonly-field[data-v-40920255] .van-field__control {
|
|
869
869
|
color: #323233;
|
|
870
870
|
/* 修改文字颜色与普通字段一致 */
|
|
871
871
|
padding-right: 16px;
|
|
872
872
|
}
|
|
873
|
-
.widget .readonly-field.van-field--required[data-v-
|
|
873
|
+
.widget .readonly-field.van-field--required[data-v-40920255] .van-field__label::before {
|
|
874
874
|
margin-right: 4px;
|
|
875
875
|
}
|
|
876
|
-
.widget .readonly-field[data-v-
|
|
876
|
+
.widget .readonly-field[data-v-40920255] {
|
|
877
877
|
margin: 4px 0;
|
|
878
|
-
}.widget[data-v-
|
|
878
|
+
}.widget[data-v-4fc60b92] {
|
|
879
879
|
background: #fff;
|
|
880
880
|
box-sizing: border-box;
|
|
881
881
|
height: 100%;
|
|
882
882
|
text-align: left;
|
|
883
883
|
font-size: 12px;
|
|
884
884
|
}
|
|
885
|
-
.option[data-v-
|
|
885
|
+
.option[data-v-4fc60b92] {
|
|
886
886
|
margin: 0 8px 8px 0;
|
|
887
887
|
padding: 5px 10px;
|
|
888
888
|
border-radius: 6px;
|
|
@@ -892,16 +892,16 @@
|
|
|
892
892
|
display: inline-block;
|
|
893
893
|
position: relative;
|
|
894
894
|
}
|
|
895
|
-
[data-v-
|
|
895
|
+
[data-v-4fc60b92] .van-field__label {
|
|
896
896
|
margin: auto;
|
|
897
897
|
}
|
|
898
|
-
[data-v-
|
|
898
|
+
[data-v-4fc60b92] .van-cell {
|
|
899
899
|
font-size: 12px;
|
|
900
900
|
padding: 5px 5px;
|
|
901
901
|
}
|
|
902
|
-
[data-v-
|
|
902
|
+
[data-v-4fc60b92] .van-icon {
|
|
903
903
|
font-size: 12px;
|
|
904
904
|
}
|
|
905
|
-
[data-v-
|
|
905
|
+
[data-v-4fc60b92] .van-popup .van-cell {
|
|
906
906
|
padding: 5px 25px;
|
|
907
907
|
}
|