@steedos-widgets/amis-object 3.6.2-beta.2 → 3.6.2-beta.21
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/dist/amis/AmisGlobalHeader.d.ts +1 -31
- package/dist/amis/AmisInputTable.d.ts +25 -14
- package/dist/amis/AmisRecordDetail.d.ts +5 -7
- package/dist/amis/AmisRecordDetailHeader.d.ts +1 -56
- package/dist/amis/AmisRecordDetailMini.d.ts +31 -0
- package/dist/amis/AmisRecordService.d.ts +42 -6
- package/dist/amis/index.d.ts +1 -0
- package/dist/amis-object.cjs.css +521 -236
- package/dist/amis-object.cjs.js +1835 -639
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +521 -236
- package/dist/amis-object.esm.js +1835 -640
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +521 -236
- package/dist/amis-object.umd.js +431 -241
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/dist/meta.js +507 -395
- package/dist/metas/AmisRecordDetailMini.d.ts +2 -0
- package/dist/pages/PageObject.d.ts +1 -0
- package/dist/tailwind-base.css +37 -6
- package/package.json +3 -3
package/dist/amis-object.cjs.css
CHANGED
|
@@ -10,14 +10,17 @@
|
|
|
10
10
|
--Table-borderColor: #e5e7eb;
|
|
11
11
|
--Table-borderWidth: 1px;
|
|
12
12
|
--Table-fontSize: 13px;
|
|
13
|
+
--Table-fixedRight-boxShadow: none;
|
|
13
14
|
--Table-thead-borderColor: rgb(209 213 219);
|
|
14
15
|
--Table-thead-fontSize: 13px;
|
|
15
|
-
--Table-thead-bg:
|
|
16
|
+
--Table-thead-bg: #f9fafb;
|
|
17
|
+
--Table-thead-borderColor: var(--Table-borderColor);
|
|
16
18
|
--Table-toolbar-marginY: 0;
|
|
17
|
-
--
|
|
19
|
+
--Table-thead-borderWidth: 1px;
|
|
20
|
+
--Table-bg: white;
|
|
21
|
+
--TableCell-paddingY: 0.4rem;
|
|
18
22
|
--TableCell-paddingX: 0.5rem;
|
|
19
23
|
--TableCell--edge-paddingX: 0.5rem;
|
|
20
|
-
--Table-thead-borderWidth: 1px;
|
|
21
24
|
--text--muted-color: #d9dcde;
|
|
22
25
|
--Collapse-content-fontSize: 14px;
|
|
23
26
|
--Collapse-border: 0;
|
|
@@ -26,6 +29,7 @@
|
|
|
26
29
|
--Collapse-header-onHover-bg: #EEEEEE;
|
|
27
30
|
--Collapse-header-padding: 4px;
|
|
28
31
|
--Collapse-content-padding: 4px;
|
|
32
|
+
--collapse-default-bg-color: unset;
|
|
29
33
|
--Button-height: 2rem;
|
|
30
34
|
--Button-paddingX: 16px;
|
|
31
35
|
--button-size-default-top-right-border-radius: 0.25rem;
|
|
@@ -49,6 +53,8 @@
|
|
|
49
53
|
--DropDown-caret-marginLeft: 0;
|
|
50
54
|
--Tabs--vertical-width: 180px;
|
|
51
55
|
--Tabs-link-maxWidth: 180px;
|
|
56
|
+
--Tabs-content-bg: unset;
|
|
57
|
+
--drawer-content-paddingTop: 0;
|
|
52
58
|
}
|
|
53
59
|
|
|
54
60
|
.steedos-header-container .antd-Nav-Menu {
|
|
@@ -278,7 +284,7 @@ fieldset.antd-Collapse > legend{
|
|
|
278
284
|
/* crud中的顶部选中项未垂直居中 */
|
|
279
285
|
.antd-Crud .antd-Crud-selection{
|
|
280
286
|
padding: var(--gap-sm);
|
|
281
|
-
border-bottom: 1px solid var(--Table-thead-borderColor);
|
|
287
|
+
/* border-bottom: 1px solid var(--Table-thead-borderColor); */
|
|
282
288
|
margin-bottom: 0;
|
|
283
289
|
}
|
|
284
290
|
|
|
@@ -321,6 +327,62 @@ fieldset.antd-Collapse > legend{
|
|
|
321
327
|
overflow: hidden;
|
|
322
328
|
}
|
|
323
329
|
|
|
330
|
+
|
|
331
|
+
/* === amis 3.6 子表组件showIndex设置为false隐藏索引列后,且有嵌套行存在时,第一列样式顶部都多了空白半行 start === */
|
|
332
|
+
.antd-InputTable .antd-Table-primayCell .antd-Table-indent{
|
|
333
|
+
display: none;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.antd-InputTable .antd-Table-primayCell .antd-Table-expandSpace{
|
|
337
|
+
display: none;
|
|
338
|
+
}
|
|
339
|
+
/* === end === */
|
|
340
|
+
|
|
341
|
+
/* === amis 3.6 子表组件showIndex设置为false隐藏索引列后,children子行缩进样式末生效 start === */
|
|
342
|
+
.antd-InputTable .antd-Table-tr--2th .antd-Table-primayCell .antd-Table-expandSpace{
|
|
343
|
+
display: block;
|
|
344
|
+
height: 1rem;
|
|
345
|
+
float: left;
|
|
346
|
+
}
|
|
347
|
+
/* === end === */
|
|
348
|
+
|
|
349
|
+
.steedos-record-related-crud {
|
|
350
|
+
--Table-thead-bg: white;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.steedos-record-related-crud .antd-Table-table > thead > tr > th:not(:last-child) {
|
|
354
|
+
border-right: 0px;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.steedos-crud-mode-table .antd-Table-table > thead > tr > th:not(:last-child) {
|
|
358
|
+
border-right: 0px;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.antd-Table-footToolbar {
|
|
362
|
+
background: white;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.antd-Drawer--right .antd-Drawer-close{
|
|
366
|
+
z-index: 11;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
.antd-Drawer--lg .antd-Drawer-content{
|
|
371
|
+
width: 60rem;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
.antd-PopOver{
|
|
376
|
+
z-index: 1360;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.antd-Tabs-linksWrapper {
|
|
380
|
+
border-right: var(--Table-borderWidth) solid var(--Table-borderColor)
|
|
381
|
+
}
|
|
382
|
+
.ant-dropdown{
|
|
383
|
+
z-index: 1400;
|
|
384
|
+
}
|
|
385
|
+
|
|
324
386
|
.ant-dropdown-menu {
|
|
325
387
|
border: 1px solid #e5e5e5;
|
|
326
388
|
border-radius: 0.25rem;
|
|
@@ -396,6 +458,18 @@ fieldset.antd-Collapse > legend{
|
|
|
396
458
|
justify-content: start;
|
|
397
459
|
text-align: left;
|
|
398
460
|
}
|
|
461
|
+
|
|
462
|
+
/* .antd-Tabs {
|
|
463
|
+
margin: 1rem;
|
|
464
|
+
} */
|
|
465
|
+
|
|
466
|
+
@media (max-width: 767px){
|
|
467
|
+
.instance-default .antd-Form-item .antd-Form-label + .antd-Form-item-controlBox {
|
|
468
|
+
max-width: 100%;
|
|
469
|
+
padding-right: 15px;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
|
|
399
473
|
/* @tailwind base; */
|
|
400
474
|
.container {
|
|
401
475
|
width: 100%
|
|
@@ -425,6 +499,21 @@ fieldset.antd-Collapse > legend{
|
|
|
425
499
|
max-width: 1536px
|
|
426
500
|
}
|
|
427
501
|
}
|
|
502
|
+
@media (min-width: 1600px) {
|
|
503
|
+
.container {
|
|
504
|
+
max-width: 1600px
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
@media (min-width: 1800px) {
|
|
508
|
+
.container {
|
|
509
|
+
max-width: 1800px
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
@media (min-width: 2000px) {
|
|
513
|
+
.container {
|
|
514
|
+
max-width: 2000px
|
|
515
|
+
}
|
|
516
|
+
}
|
|
428
517
|
.visible {
|
|
429
518
|
visibility: visible
|
|
430
519
|
}
|
|
@@ -444,44 +533,38 @@ fieldset.antd-Collapse > legend{
|
|
|
444
533
|
position: sticky
|
|
445
534
|
}
|
|
446
535
|
.inset-0 {
|
|
447
|
-
|
|
448
|
-
right: 0px;
|
|
449
|
-
bottom: 0px;
|
|
450
|
-
left: 0px
|
|
536
|
+
inset: 0px
|
|
451
537
|
}
|
|
452
|
-
.
|
|
453
|
-
|
|
454
|
-
}
|
|
455
|
-
.right-0 {
|
|
456
|
-
right: 0px
|
|
538
|
+
.bottom-4 {
|
|
539
|
+
bottom: 1rem
|
|
457
540
|
}
|
|
458
541
|
.left-0 {
|
|
459
542
|
left: 0px
|
|
460
543
|
}
|
|
461
|
-
.
|
|
462
|
-
|
|
544
|
+
.right-0 {
|
|
545
|
+
right: 0px
|
|
463
546
|
}
|
|
464
547
|
.right-4 {
|
|
465
548
|
right: 1rem
|
|
466
549
|
}
|
|
550
|
+
.top-0 {
|
|
551
|
+
top: 0px
|
|
552
|
+
}
|
|
553
|
+
.z-10 {
|
|
554
|
+
z-index: 10
|
|
555
|
+
}
|
|
467
556
|
.z-20 {
|
|
468
557
|
z-index: 20
|
|
469
558
|
}
|
|
470
559
|
.z-40 {
|
|
471
560
|
z-index: 40
|
|
472
561
|
}
|
|
473
|
-
.z-10 {
|
|
474
|
-
z-index: 10
|
|
475
|
-
}
|
|
476
562
|
.col-span-2 {
|
|
477
563
|
grid-column: span 2 / span 2
|
|
478
564
|
}
|
|
479
565
|
.m-0 {
|
|
480
566
|
margin: 0px
|
|
481
567
|
}
|
|
482
|
-
.m-1 {
|
|
483
|
-
margin: 0.25rem
|
|
484
|
-
}
|
|
485
568
|
.m-2 {
|
|
486
569
|
margin: 0.5rem
|
|
487
570
|
}
|
|
@@ -489,23 +572,20 @@ fieldset.antd-Collapse > legend{
|
|
|
489
572
|
margin-top: 0.5rem;
|
|
490
573
|
margin-bottom: 0.5rem
|
|
491
574
|
}
|
|
492
|
-
|
|
493
|
-
margin-
|
|
494
|
-
}
|
|
495
|
-
.mr-0 {
|
|
496
|
-
margin-right: 0px
|
|
575
|
+
.\!mb-6 {
|
|
576
|
+
margin-bottom: 1.5rem !important
|
|
497
577
|
}
|
|
498
|
-
|
|
499
|
-
margin-
|
|
578
|
+
.-mb-4 {
|
|
579
|
+
margin-bottom: -1rem
|
|
500
580
|
}
|
|
501
|
-
.-
|
|
502
|
-
margin-
|
|
581
|
+
.-ml-1 {
|
|
582
|
+
margin-left: -0.25rem
|
|
503
583
|
}
|
|
504
|
-
|
|
505
|
-
margin-
|
|
584
|
+
.-ml-px {
|
|
585
|
+
margin-left: -1px
|
|
506
586
|
}
|
|
507
|
-
.mb-
|
|
508
|
-
margin-bottom:
|
|
587
|
+
.mb-0 {
|
|
588
|
+
margin-bottom: 0px
|
|
509
589
|
}
|
|
510
590
|
.mb-1 {
|
|
511
591
|
margin-bottom: 0.25rem
|
|
@@ -513,23 +593,17 @@ fieldset.antd-Collapse > legend{
|
|
|
513
593
|
.mb-2 {
|
|
514
594
|
margin-bottom: 0.5rem
|
|
515
595
|
}
|
|
516
|
-
.
|
|
517
|
-
margin-
|
|
518
|
-
}
|
|
519
|
-
.-mb-4 {
|
|
520
|
-
margin-bottom: -1rem
|
|
521
|
-
}
|
|
522
|
-
.mr-4 {
|
|
523
|
-
margin-right: 1rem
|
|
596
|
+
.mb-3 {
|
|
597
|
+
margin-bottom: 0.75rem
|
|
524
598
|
}
|
|
525
|
-
.
|
|
526
|
-
margin-
|
|
599
|
+
.mb-4 {
|
|
600
|
+
margin-bottom: 1rem
|
|
527
601
|
}
|
|
528
|
-
.
|
|
529
|
-
margin-
|
|
602
|
+
.mb-\[-3px\] {
|
|
603
|
+
margin-bottom: -3px
|
|
530
604
|
}
|
|
531
|
-
.
|
|
532
|
-
margin-
|
|
605
|
+
.ml-1 {
|
|
606
|
+
margin-left: 0.25rem
|
|
533
607
|
}
|
|
534
608
|
.ml-2 {
|
|
535
609
|
margin-left: 0.5rem
|
|
@@ -537,26 +611,38 @@ fieldset.antd-Collapse > legend{
|
|
|
537
611
|
.ml-4 {
|
|
538
612
|
margin-left: 1rem
|
|
539
613
|
}
|
|
540
|
-
|
|
541
|
-
margin-
|
|
614
|
+
.mr-0 {
|
|
615
|
+
margin-right: 0px
|
|
616
|
+
}
|
|
617
|
+
.mr-1 {
|
|
618
|
+
margin-right: 0.25rem
|
|
619
|
+
}
|
|
620
|
+
.mr-2 {
|
|
621
|
+
margin-right: 0.5rem
|
|
542
622
|
}
|
|
543
623
|
.mr-3 {
|
|
544
624
|
margin-right: 0.75rem
|
|
545
625
|
}
|
|
546
|
-
.
|
|
547
|
-
margin-
|
|
626
|
+
.mr-4 {
|
|
627
|
+
margin-right: 1rem
|
|
548
628
|
}
|
|
549
|
-
.mt
|
|
550
|
-
margin-top:
|
|
629
|
+
.mt-0 {
|
|
630
|
+
margin-top: 0px
|
|
631
|
+
}
|
|
632
|
+
.mt-0\.5 {
|
|
633
|
+
margin-top: 0.125rem
|
|
551
634
|
}
|
|
552
635
|
.mt-1 {
|
|
553
636
|
margin-top: 0.25rem
|
|
554
637
|
}
|
|
555
|
-
|
|
556
|
-
margin-
|
|
638
|
+
.mt-2 {
|
|
639
|
+
margin-top: 0.5rem
|
|
557
640
|
}
|
|
558
|
-
|
|
559
|
-
margin-
|
|
641
|
+
.mt-3 {
|
|
642
|
+
margin-top: 0.75rem
|
|
643
|
+
}
|
|
644
|
+
.mt-\[50px\] {
|
|
645
|
+
margin-top: 50px
|
|
560
646
|
}
|
|
561
647
|
.block {
|
|
562
648
|
display: block
|
|
@@ -585,11 +671,20 @@ fieldset.antd-Collapse > legend{
|
|
|
585
671
|
.hidden {
|
|
586
672
|
display: none
|
|
587
673
|
}
|
|
674
|
+
.\!h-10 {
|
|
675
|
+
height: 2.5rem !important
|
|
676
|
+
}
|
|
677
|
+
.h-10 {
|
|
678
|
+
height: 2.5rem
|
|
679
|
+
}
|
|
680
|
+
.h-12 {
|
|
681
|
+
height: 3rem
|
|
682
|
+
}
|
|
588
683
|
.h-14 {
|
|
589
684
|
height: 3.5rem
|
|
590
685
|
}
|
|
591
|
-
.h-
|
|
592
|
-
height:
|
|
686
|
+
.h-4 {
|
|
687
|
+
height: 1rem
|
|
593
688
|
}
|
|
594
689
|
.h-5 {
|
|
595
690
|
height: 1.25rem
|
|
@@ -597,94 +692,94 @@ fieldset.antd-Collapse > legend{
|
|
|
597
692
|
.h-6 {
|
|
598
693
|
height: 1.5rem
|
|
599
694
|
}
|
|
600
|
-
.h-4 {
|
|
601
|
-
height: 1rem
|
|
602
|
-
}
|
|
603
|
-
.h-12 {
|
|
604
|
-
height: 3rem
|
|
605
|
-
}
|
|
606
|
-
.h-10 {
|
|
607
|
-
height: 2.5rem
|
|
608
|
-
}
|
|
609
|
-
.\!h-10 {
|
|
610
|
-
height: 2.5rem !important
|
|
611
|
-
}
|
|
612
|
-
.h-\[50px\] {
|
|
613
|
-
height: 50px
|
|
614
|
-
}
|
|
615
695
|
.h-7 {
|
|
616
696
|
height: 1.75rem
|
|
617
697
|
}
|
|
618
698
|
.h-8 {
|
|
619
699
|
height: 2rem
|
|
620
700
|
}
|
|
621
|
-
.
|
|
622
|
-
|
|
701
|
+
.h-\[50px\] {
|
|
702
|
+
height: 50px
|
|
623
703
|
}
|
|
624
|
-
.
|
|
625
|
-
|
|
704
|
+
.h-full {
|
|
705
|
+
height: 100%
|
|
626
706
|
}
|
|
627
707
|
.\!max-h-\[80vh\] {
|
|
628
708
|
max-height: 80vh !important
|
|
629
709
|
}
|
|
630
|
-
.
|
|
631
|
-
|
|
710
|
+
.max-h-12 {
|
|
711
|
+
max-height: 3rem
|
|
632
712
|
}
|
|
633
|
-
.
|
|
634
|
-
|
|
713
|
+
.max-h-96 {
|
|
714
|
+
max-height: 24rem
|
|
635
715
|
}
|
|
636
|
-
.
|
|
637
|
-
|
|
716
|
+
.max-h-\[80vh\] {
|
|
717
|
+
max-height: 80vh
|
|
638
718
|
}
|
|
639
|
-
|
|
640
|
-
width:
|
|
719
|
+
.\!w-10 {
|
|
720
|
+
width: 2.5rem !important
|
|
641
721
|
}
|
|
642
|
-
|
|
643
|
-
width:
|
|
722
|
+
.\!w-full {
|
|
723
|
+
width: 100% !important
|
|
724
|
+
}
|
|
725
|
+
.w-1\/3 {
|
|
726
|
+
width: 33.333333%
|
|
644
727
|
}
|
|
645
728
|
.w-10 {
|
|
646
729
|
width: 2.5rem
|
|
647
730
|
}
|
|
648
|
-
.w-auto {
|
|
649
|
-
width: auto
|
|
650
|
-
}
|
|
651
731
|
.w-12 {
|
|
652
732
|
width: 3rem
|
|
653
733
|
}
|
|
654
|
-
.w-
|
|
655
|
-
width:
|
|
734
|
+
.w-14 {
|
|
735
|
+
width: 3.5rem
|
|
656
736
|
}
|
|
657
|
-
|
|
658
|
-
width:
|
|
737
|
+
.w-4 {
|
|
738
|
+
width: 1rem
|
|
739
|
+
}
|
|
740
|
+
.w-6 {
|
|
741
|
+
width: 1.5rem
|
|
659
742
|
}
|
|
660
743
|
.w-64 {
|
|
661
744
|
width: 16rem
|
|
662
745
|
}
|
|
746
|
+
.w-8 {
|
|
747
|
+
width: 2rem
|
|
748
|
+
}
|
|
749
|
+
.w-80 {
|
|
750
|
+
width: 20rem
|
|
751
|
+
}
|
|
663
752
|
.w-96 {
|
|
664
753
|
width: 24rem
|
|
665
754
|
}
|
|
666
|
-
|
|
667
|
-
width:
|
|
755
|
+
.w-\[240px\] {
|
|
756
|
+
width: 240px
|
|
668
757
|
}
|
|
669
|
-
.w-
|
|
670
|
-
width:
|
|
758
|
+
.w-auto {
|
|
759
|
+
width: auto
|
|
671
760
|
}
|
|
672
761
|
.w-fit {
|
|
673
762
|
width: -moz-fit-content;
|
|
674
763
|
width: fit-content
|
|
675
764
|
}
|
|
765
|
+
.w-full {
|
|
766
|
+
width: 100%
|
|
767
|
+
}
|
|
676
768
|
.\!min-w-\[160px\] {
|
|
677
769
|
min-width: 160px !important
|
|
678
770
|
}
|
|
771
|
+
.min-w-56 {
|
|
772
|
+
min-width: 14rem
|
|
773
|
+
}
|
|
774
|
+
.min-w-\[200px\] {
|
|
775
|
+
min-width: 200px
|
|
776
|
+
}
|
|
679
777
|
.min-w-\[240px\] {
|
|
680
778
|
min-width: 240px
|
|
681
779
|
}
|
|
682
780
|
.min-w-\[300px\] {
|
|
683
781
|
min-width: 300px
|
|
684
782
|
}
|
|
685
|
-
.min-w-\[200px\] {
|
|
686
|
-
min-width: 200px
|
|
687
|
-
}
|
|
688
783
|
.min-w-\[388px\] {
|
|
689
784
|
min-width: 388px
|
|
690
785
|
}
|
|
@@ -694,18 +789,18 @@ fieldset.antd-Collapse > legend{
|
|
|
694
789
|
.max-w-md {
|
|
695
790
|
max-width: 28rem
|
|
696
791
|
}
|
|
697
|
-
.flex-
|
|
698
|
-
flex:
|
|
792
|
+
.flex-1 {
|
|
793
|
+
flex: 1 1 0%
|
|
699
794
|
}
|
|
700
795
|
.flex-auto {
|
|
701
796
|
flex: 1 1 auto
|
|
702
797
|
}
|
|
798
|
+
.flex-initial {
|
|
799
|
+
flex: 0 1 auto
|
|
800
|
+
}
|
|
703
801
|
.flex-none {
|
|
704
802
|
flex: none
|
|
705
803
|
}
|
|
706
|
-
.flex-1 {
|
|
707
|
-
flex: 1 1 0%
|
|
708
|
-
}
|
|
709
804
|
.flex-shrink-0 {
|
|
710
805
|
flex-shrink: 0
|
|
711
806
|
}
|
|
@@ -727,6 +822,9 @@ fieldset.antd-Collapse > legend{
|
|
|
727
822
|
.animate-spin {
|
|
728
823
|
animation: spin 1s linear infinite
|
|
729
824
|
}
|
|
825
|
+
.grid-cols-1 {
|
|
826
|
+
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
827
|
+
}
|
|
730
828
|
.flex-row {
|
|
731
829
|
flex-direction: row
|
|
732
830
|
}
|
|
@@ -751,6 +849,9 @@ fieldset.antd-Collapse > legend{
|
|
|
751
849
|
.justify-between {
|
|
752
850
|
justify-content: space-between
|
|
753
851
|
}
|
|
852
|
+
.gap-2 {
|
|
853
|
+
gap: 0.5rem
|
|
854
|
+
}
|
|
754
855
|
.gap-x-3 {
|
|
755
856
|
-moz-column-gap: 0.75rem;
|
|
756
857
|
column-gap: 0.75rem
|
|
@@ -783,8 +884,8 @@ fieldset.antd-Collapse > legend{
|
|
|
783
884
|
.whitespace-nowrap {
|
|
784
885
|
white-space: nowrap
|
|
785
886
|
}
|
|
786
|
-
.break-
|
|
787
|
-
|
|
887
|
+
.break-words {
|
|
888
|
+
overflow-wrap: break-word
|
|
788
889
|
}
|
|
789
890
|
.rounded {
|
|
790
891
|
border-radius: 0.25rem
|
|
@@ -792,12 +893,12 @@ fieldset.antd-Collapse > legend{
|
|
|
792
893
|
.rounded-full {
|
|
793
894
|
border-radius: 9999px
|
|
794
895
|
}
|
|
795
|
-
.rounded-xl {
|
|
796
|
-
border-radius: 0.75rem
|
|
797
|
-
}
|
|
798
896
|
.rounded-md {
|
|
799
897
|
border-radius: 0.375rem
|
|
800
898
|
}
|
|
899
|
+
.rounded-xl {
|
|
900
|
+
border-radius: 0.75rem
|
|
901
|
+
}
|
|
801
902
|
.border {
|
|
802
903
|
border-width: 1px
|
|
803
904
|
}
|
|
@@ -808,9 +909,6 @@ fieldset.antd-Collapse > legend{
|
|
|
808
909
|
border-top-width: 1px;
|
|
809
910
|
border-bottom-width: 1px
|
|
810
911
|
}
|
|
811
|
-
.border-t {
|
|
812
|
-
border-top-width: 1px
|
|
813
|
-
}
|
|
814
912
|
.border-b {
|
|
815
913
|
border-bottom-width: 1px
|
|
816
914
|
}
|
|
@@ -823,132 +921,137 @@ fieldset.antd-Collapse > legend{
|
|
|
823
921
|
.border-solid {
|
|
824
922
|
border-style: solid
|
|
825
923
|
}
|
|
826
|
-
.border-none {
|
|
827
|
-
border-style: none
|
|
828
|
-
}
|
|
829
924
|
.\!border-none {
|
|
830
925
|
border-style: none !important
|
|
831
926
|
}
|
|
832
|
-
.border-
|
|
833
|
-
|
|
834
|
-
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
927
|
+
.border-none {
|
|
928
|
+
border-style: none
|
|
835
929
|
}
|
|
836
930
|
.border-gray-200 {
|
|
837
931
|
--tw-border-opacity: 1;
|
|
838
932
|
border-color: rgb(229 231 235 / var(--tw-border-opacity))
|
|
839
933
|
}
|
|
934
|
+
.border-gray-300 {
|
|
935
|
+
--tw-border-opacity: 1;
|
|
936
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
937
|
+
}
|
|
840
938
|
.border-sky-500 {
|
|
841
939
|
--tw-border-opacity: 1;
|
|
842
940
|
border-color: rgb(14 165 233 / var(--tw-border-opacity))
|
|
843
941
|
}
|
|
844
|
-
|
|
942
|
+
.\!bg-transparent {
|
|
943
|
+
background-color: transparent !important
|
|
944
|
+
}
|
|
945
|
+
.bg-blue-500 {
|
|
845
946
|
--tw-bg-opacity: 1;
|
|
846
|
-
background-color: rgb(
|
|
947
|
+
background-color: rgb(59 130 246 / var(--tw-bg-opacity))
|
|
847
948
|
}
|
|
848
949
|
.bg-gray-100 {
|
|
849
950
|
--tw-bg-opacity: 1;
|
|
850
951
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity))
|
|
851
952
|
}
|
|
852
|
-
.bg-
|
|
953
|
+
.bg-gray-50 {
|
|
853
954
|
--tw-bg-opacity: 1;
|
|
854
|
-
background-color: rgb(
|
|
855
|
-
}
|
|
856
|
-
.\!bg-transparent {
|
|
857
|
-
background-color: transparent !important
|
|
955
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity))
|
|
858
956
|
}
|
|
859
957
|
.bg-transparent {
|
|
860
958
|
background-color: transparent
|
|
861
959
|
}
|
|
960
|
+
.bg-white {
|
|
961
|
+
--tw-bg-opacity: 1;
|
|
962
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
|
|
963
|
+
}
|
|
862
964
|
.bg-none {
|
|
863
965
|
background-image: none
|
|
864
966
|
}
|
|
865
|
-
.fill-
|
|
866
|
-
fill: #
|
|
867
|
-
}
|
|
868
|
-
.fill-gray-500 {
|
|
869
|
-
fill: #6b7280
|
|
870
|
-
}
|
|
871
|
-
.p-4 {
|
|
872
|
-
padding: 1rem
|
|
873
|
-
}
|
|
874
|
-
.p-0 {
|
|
875
|
-
padding: 0px
|
|
876
|
-
}
|
|
877
|
-
.p-2 {
|
|
878
|
-
padding: 0.5rem
|
|
967
|
+
.fill-gray-500 {
|
|
968
|
+
fill: #6b7280
|
|
879
969
|
}
|
|
880
|
-
.
|
|
881
|
-
|
|
970
|
+
.fill-slate-500 {
|
|
971
|
+
fill: #64748b
|
|
882
972
|
}
|
|
883
973
|
.\!p-2 {
|
|
884
974
|
padding: 0.5rem !important
|
|
885
975
|
}
|
|
976
|
+
.p-0 {
|
|
977
|
+
padding: 0px
|
|
978
|
+
}
|
|
886
979
|
.p-1 {
|
|
887
980
|
padding: 0.25rem
|
|
888
981
|
}
|
|
982
|
+
.p-2 {
|
|
983
|
+
padding: 0.5rem
|
|
984
|
+
}
|
|
985
|
+
.p-4 {
|
|
986
|
+
padding: 1rem
|
|
987
|
+
}
|
|
889
988
|
.px-0 {
|
|
890
989
|
padding-left: 0px;
|
|
891
990
|
padding-right: 0px
|
|
892
991
|
}
|
|
893
|
-
.
|
|
894
|
-
padding-
|
|
895
|
-
padding-
|
|
992
|
+
.px-2 {
|
|
993
|
+
padding-left: 0.5rem;
|
|
994
|
+
padding-right: 0.5rem
|
|
995
|
+
}
|
|
996
|
+
.px-3 {
|
|
997
|
+
padding-left: 0.75rem;
|
|
998
|
+
padding-right: 0.75rem
|
|
896
999
|
}
|
|
897
1000
|
.px-4 {
|
|
898
1001
|
padding-left: 1rem;
|
|
899
1002
|
padding-right: 1rem
|
|
900
1003
|
}
|
|
901
|
-
.py-2 {
|
|
902
|
-
padding-top: 0.5rem;
|
|
903
|
-
padding-bottom: 0.5rem
|
|
904
|
-
}
|
|
905
|
-
.px-2 {
|
|
906
|
-
padding-left: 0.5rem;
|
|
907
|
-
padding-right: 0.5rem
|
|
908
|
-
}
|
|
909
1004
|
.py-1 {
|
|
910
1005
|
padding-top: 0.25rem;
|
|
911
1006
|
padding-bottom: 0.25rem
|
|
912
1007
|
}
|
|
1008
|
+
.py-2 {
|
|
1009
|
+
padding-top: 0.5rem;
|
|
1010
|
+
padding-bottom: 0.5rem
|
|
1011
|
+
}
|
|
913
1012
|
.py-2\.5 {
|
|
914
1013
|
padding-top: 0.625rem;
|
|
915
1014
|
padding-bottom: 0.625rem
|
|
916
1015
|
}
|
|
917
|
-
.
|
|
918
|
-
padding-top: 1rem
|
|
1016
|
+
.py-4 {
|
|
1017
|
+
padding-top: 1rem;
|
|
1018
|
+
padding-bottom: 1rem
|
|
919
1019
|
}
|
|
920
|
-
.
|
|
921
|
-
padding-
|
|
1020
|
+
.pb-0 {
|
|
1021
|
+
padding-bottom: 0px
|
|
922
1022
|
}
|
|
923
|
-
.
|
|
924
|
-
padding-
|
|
1023
|
+
.pb-16 {
|
|
1024
|
+
padding-bottom: 4rem
|
|
925
1025
|
}
|
|
926
|
-
.
|
|
927
|
-
padding-
|
|
1026
|
+
.pb-4 {
|
|
1027
|
+
padding-bottom: 1rem
|
|
928
1028
|
}
|
|
929
|
-
.pl-
|
|
930
|
-
padding-left:
|
|
1029
|
+
.pl-0 {
|
|
1030
|
+
padding-left: 0px
|
|
931
1031
|
}
|
|
932
1032
|
.pl-1 {
|
|
933
1033
|
padding-left: 0.25rem
|
|
934
1034
|
}
|
|
935
|
-
.
|
|
936
|
-
padding-
|
|
1035
|
+
.pl-1\.5 {
|
|
1036
|
+
padding-left: 0.375rem
|
|
1037
|
+
}
|
|
1038
|
+
.pl-4 {
|
|
1039
|
+
padding-left: 1rem
|
|
937
1040
|
}
|
|
938
1041
|
.pl-5 {
|
|
939
1042
|
padding-left: 1.25rem
|
|
940
1043
|
}
|
|
941
|
-
.
|
|
942
|
-
padding-
|
|
1044
|
+
.pr-4 {
|
|
1045
|
+
padding-right: 1rem
|
|
943
1046
|
}
|
|
944
|
-
.
|
|
945
|
-
padding-
|
|
1047
|
+
.pt-0 {
|
|
1048
|
+
padding-top: 0px
|
|
946
1049
|
}
|
|
947
|
-
.
|
|
948
|
-
padding-
|
|
1050
|
+
.pt-2 {
|
|
1051
|
+
padding-top: 0.5rem
|
|
949
1052
|
}
|
|
950
|
-
.
|
|
951
|
-
padding-
|
|
1053
|
+
.pt-4 {
|
|
1054
|
+
padding-top: 1rem
|
|
952
1055
|
}
|
|
953
1056
|
.text-left {
|
|
954
1057
|
text-align: left
|
|
@@ -956,38 +1059,38 @@ fieldset.antd-Collapse > legend{
|
|
|
956
1059
|
.text-center {
|
|
957
1060
|
text-align: center
|
|
958
1061
|
}
|
|
959
|
-
.text
|
|
1062
|
+
.text-\[11px\] {
|
|
1063
|
+
font-size: 11px
|
|
1064
|
+
}
|
|
1065
|
+
.text-\[14px\] {
|
|
960
1066
|
font-size: 14px
|
|
961
1067
|
}
|
|
962
|
-
.text-
|
|
1068
|
+
.text-base {
|
|
963
1069
|
font-size: 14px
|
|
964
1070
|
}
|
|
965
1071
|
.text-lg {
|
|
966
1072
|
font-size: 16px
|
|
967
1073
|
}
|
|
968
|
-
.text-
|
|
969
|
-
font-size: 18px
|
|
970
|
-
}
|
|
971
|
-
.text-\[14px\] {
|
|
1074
|
+
.text-md {
|
|
972
1075
|
font-size: 14px
|
|
973
1076
|
}
|
|
974
|
-
.text
|
|
975
|
-
font-size:
|
|
1077
|
+
.text-xl {
|
|
1078
|
+
font-size: 18px
|
|
976
1079
|
}
|
|
977
1080
|
.text-xs {
|
|
978
1081
|
font-size: 12px
|
|
979
1082
|
}
|
|
980
|
-
.font-semibold {
|
|
981
|
-
font-weight: 600
|
|
982
|
-
}
|
|
983
1083
|
.font-bold {
|
|
984
1084
|
font-weight: 700
|
|
985
1085
|
}
|
|
986
1086
|
.font-medium {
|
|
987
1087
|
font-weight: 500
|
|
988
1088
|
}
|
|
989
|
-
.
|
|
990
|
-
|
|
1089
|
+
.font-semibold {
|
|
1090
|
+
font-weight: 600
|
|
1091
|
+
}
|
|
1092
|
+
.leading-3 {
|
|
1093
|
+
line-height: .75rem
|
|
991
1094
|
}
|
|
992
1095
|
.leading-4 {
|
|
993
1096
|
line-height: 1rem
|
|
@@ -998,12 +1101,8 @@ fieldset.antd-Collapse > legend{
|
|
|
998
1101
|
.leading-6 {
|
|
999
1102
|
line-height: 1.5rem
|
|
1000
1103
|
}
|
|
1001
|
-
.leading-
|
|
1002
|
-
line-height:
|
|
1003
|
-
}
|
|
1004
|
-
.text-white {
|
|
1005
|
-
--tw-text-opacity: 1;
|
|
1006
|
-
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
1104
|
+
.leading-none {
|
|
1105
|
+
line-height: 1
|
|
1007
1106
|
}
|
|
1008
1107
|
.text-\[blue\] {
|
|
1009
1108
|
--tw-text-opacity: 1;
|
|
@@ -1013,34 +1112,38 @@ fieldset.antd-Collapse > legend{
|
|
|
1013
1112
|
--tw-text-opacity: 1;
|
|
1014
1113
|
color: rgb(255 0 0 / var(--tw-text-opacity))
|
|
1015
1114
|
}
|
|
1016
|
-
.text-
|
|
1115
|
+
.text-black {
|
|
1017
1116
|
--tw-text-opacity: 1;
|
|
1018
|
-
color: rgb(
|
|
1117
|
+
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
1118
|
+
}
|
|
1119
|
+
.text-blue-600 {
|
|
1120
|
+
--tw-text-opacity: 1;
|
|
1121
|
+
color: rgb(37 99 235 / var(--tw-text-opacity))
|
|
1019
1122
|
}
|
|
1020
1123
|
.text-gray-500 {
|
|
1021
1124
|
--tw-text-opacity: 1;
|
|
1022
1125
|
color: rgb(107 114 128 / var(--tw-text-opacity))
|
|
1023
1126
|
}
|
|
1024
|
-
.text-
|
|
1127
|
+
.text-gray-700 {
|
|
1025
1128
|
--tw-text-opacity: 1;
|
|
1026
|
-
color: rgb(
|
|
1129
|
+
color: rgb(55 65 81 / var(--tw-text-opacity))
|
|
1027
1130
|
}
|
|
1028
1131
|
.text-gray-800 {
|
|
1029
1132
|
--tw-text-opacity: 1;
|
|
1030
1133
|
color: rgb(31 41 55 / var(--tw-text-opacity))
|
|
1031
1134
|
}
|
|
1032
|
-
.text-
|
|
1033
|
-
--tw-text-opacity: 1;
|
|
1034
|
-
color: rgb(37 99 235 / var(--tw-text-opacity))
|
|
1035
|
-
}
|
|
1036
|
-
.text-gray-700 {
|
|
1135
|
+
.text-green-600 {
|
|
1037
1136
|
--tw-text-opacity: 1;
|
|
1038
|
-
color: rgb(
|
|
1137
|
+
color: rgb(22 163 74 / var(--tw-text-opacity))
|
|
1039
1138
|
}
|
|
1040
1139
|
.text-sky-500 {
|
|
1041
1140
|
--tw-text-opacity: 1;
|
|
1042
1141
|
color: rgb(14 165 233 / var(--tw-text-opacity))
|
|
1043
1142
|
}
|
|
1143
|
+
.text-white {
|
|
1144
|
+
--tw-text-opacity: 1;
|
|
1145
|
+
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
1146
|
+
}
|
|
1044
1147
|
.no-underline {
|
|
1045
1148
|
text-decoration-line: none
|
|
1046
1149
|
}
|
|
@@ -1050,9 +1153,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1050
1153
|
.opacity-75 {
|
|
1051
1154
|
opacity: 0.75
|
|
1052
1155
|
}
|
|
1053
|
-
.shadow
|
|
1054
|
-
--tw-shadow: 0 0
|
|
1055
|
-
--tw-shadow-colored: 0 0
|
|
1156
|
+
.shadow {
|
|
1157
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1158
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1056
1159
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1057
1160
|
}
|
|
1058
1161
|
.shadow-lg {
|
|
@@ -1060,21 +1163,21 @@ fieldset.antd-Collapse > legend{
|
|
|
1060
1163
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1061
1164
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1062
1165
|
}
|
|
1063
|
-
.shadow {
|
|
1064
|
-
--tw-shadow: 0
|
|
1065
|
-
--tw-shadow-colored: 0
|
|
1166
|
+
.shadow-none {
|
|
1167
|
+
--tw-shadow: 0 0 #0000;
|
|
1168
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
1066
1169
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1067
1170
|
}
|
|
1068
1171
|
.blur {
|
|
1069
1172
|
--tw-blur: blur(8px);
|
|
1070
1173
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
1071
1174
|
}
|
|
1072
|
-
.filter {
|
|
1073
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
1074
|
-
}
|
|
1075
1175
|
.\!filter {
|
|
1076
1176
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
|
|
1077
1177
|
}
|
|
1178
|
+
.filter {
|
|
1179
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
1180
|
+
}
|
|
1078
1181
|
.backdrop-blur {
|
|
1079
1182
|
--tw-backdrop-blur: blur(8px);
|
|
1080
1183
|
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
@@ -1085,15 +1188,18 @@ fieldset.antd-Collapse > legend{
|
|
|
1085
1188
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1086
1189
|
transition-duration: 150ms
|
|
1087
1190
|
}
|
|
1088
|
-
.duration-500 {
|
|
1089
|
-
transition-duration: 500ms
|
|
1090
|
-
}
|
|
1091
1191
|
.duration-300 {
|
|
1092
1192
|
transition-duration: 300ms
|
|
1093
1193
|
}
|
|
1194
|
+
.duration-500 {
|
|
1195
|
+
transition-duration: 500ms
|
|
1196
|
+
}
|
|
1094
1197
|
.ease-in-out {
|
|
1095
1198
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
1096
1199
|
}
|
|
1200
|
+
.last\:mb-0:last-child {
|
|
1201
|
+
margin-bottom: 0px
|
|
1202
|
+
}
|
|
1097
1203
|
.hover\:bg-sky-50:hover {
|
|
1098
1204
|
--tw-bg-opacity: 1;
|
|
1099
1205
|
background-color: rgb(240 249 255 / var(--tw-bg-opacity))
|
|
@@ -1124,11 +1230,14 @@ fieldset.antd-Collapse > legend{
|
|
|
1124
1230
|
.sm\:w-\[220px\] {
|
|
1125
1231
|
width: 220px
|
|
1126
1232
|
}
|
|
1233
|
+
.sm\:grid-cols-2 {
|
|
1234
|
+
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
1235
|
+
}
|
|
1127
1236
|
.sm\:grid-cols-4 {
|
|
1128
1237
|
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
1129
1238
|
}
|
|
1130
|
-
.sm\:gap-
|
|
1131
|
-
gap:
|
|
1239
|
+
.sm\:gap-4 {
|
|
1240
|
+
gap: 1rem
|
|
1132
1241
|
}
|
|
1133
1242
|
.sm\:rounded {
|
|
1134
1243
|
border-radius: 0.25rem
|
|
@@ -1152,9 +1261,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1152
1261
|
--tw-border-opacity: 1;
|
|
1153
1262
|
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
1154
1263
|
}
|
|
1155
|
-
.sm\:bg-gray-
|
|
1264
|
+
.sm\:bg-gray-50 {
|
|
1156
1265
|
--tw-bg-opacity: 1;
|
|
1157
|
-
background-color: rgb(
|
|
1266
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity))
|
|
1158
1267
|
}
|
|
1159
1268
|
.sm\:p-3 {
|
|
1160
1269
|
padding: 0.75rem
|
|
@@ -1165,6 +1274,14 @@ fieldset.antd-Collapse > legend{
|
|
|
1165
1274
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1166
1275
|
}
|
|
1167
1276
|
}
|
|
1277
|
+
@media (min-width: 768px) {
|
|
1278
|
+
.md\:grid-cols-3 {
|
|
1279
|
+
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
1280
|
+
}
|
|
1281
|
+
.md\:overflow-auto {
|
|
1282
|
+
overflow: auto
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1168
1285
|
@media (min-width: 1024px) {
|
|
1169
1286
|
.lg\:z-50 {
|
|
1170
1287
|
z-index: 50
|
|
@@ -1178,10 +1295,71 @@ fieldset.antd-Collapse > legend{
|
|
|
1178
1295
|
.lg\:flex {
|
|
1179
1296
|
display: flex
|
|
1180
1297
|
}
|
|
1298
|
+
.lg\:grid-cols-1 {
|
|
1299
|
+
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
1300
|
+
}
|
|
1301
|
+
.lg\:grid-cols-10 {
|
|
1302
|
+
grid-template-columns: repeat(10, minmax(0, 1fr))
|
|
1303
|
+
}
|
|
1304
|
+
.lg\:grid-cols-11 {
|
|
1305
|
+
grid-template-columns: repeat(11, minmax(0, 1fr))
|
|
1306
|
+
}
|
|
1307
|
+
.lg\:grid-cols-12 {
|
|
1308
|
+
grid-template-columns: repeat(12, minmax(0, 1fr))
|
|
1309
|
+
}
|
|
1310
|
+
.lg\:grid-cols-2 {
|
|
1311
|
+
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
1312
|
+
}
|
|
1313
|
+
.lg\:grid-cols-3 {
|
|
1314
|
+
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
1315
|
+
}
|
|
1316
|
+
.lg\:grid-cols-4 {
|
|
1317
|
+
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
1318
|
+
}
|
|
1319
|
+
.lg\:grid-cols-5 {
|
|
1320
|
+
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1321
|
+
}
|
|
1322
|
+
.lg\:grid-cols-6 {
|
|
1323
|
+
grid-template-columns: repeat(6, minmax(0, 1fr))
|
|
1324
|
+
}
|
|
1325
|
+
.lg\:grid-cols-7 {
|
|
1326
|
+
grid-template-columns: repeat(7, minmax(0, 1fr))
|
|
1327
|
+
}
|
|
1328
|
+
.lg\:grid-cols-8 {
|
|
1329
|
+
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1330
|
+
}
|
|
1331
|
+
.lg\:grid-cols-9 {
|
|
1332
|
+
grid-template-columns: repeat(9, minmax(0, 1fr))
|
|
1333
|
+
}
|
|
1181
1334
|
.lg\:flex-col {
|
|
1182
1335
|
flex-direction: column
|
|
1183
1336
|
}
|
|
1184
1337
|
}
|
|
1338
|
+
@media (min-width: 1280px) {
|
|
1339
|
+
.xl\:grid-cols-5 {
|
|
1340
|
+
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
@media (min-width: 1536px) {
|
|
1344
|
+
.\32xl\:grid-cols-5 {
|
|
1345
|
+
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
@media (min-width: 1600px) {
|
|
1349
|
+
.\33xl\:grid-cols-8 {
|
|
1350
|
+
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
@media (min-width: 1800px) {
|
|
1354
|
+
.\34xl\:grid-cols-8 {
|
|
1355
|
+
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
@media (min-width: 2000px) {
|
|
1359
|
+
.\35xl\:grid-cols-10 {
|
|
1360
|
+
grid-template-columns: repeat(10, minmax(0, 1fr))
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1185
1363
|
|
|
1186
1364
|
.ant-dropdown-menu {
|
|
1187
1365
|
border: 1px solid #e5e5e5;
|
|
@@ -1203,7 +1381,8 @@ fieldset.antd-Collapse > legend{
|
|
|
1203
1381
|
border-width: 0;
|
|
1204
1382
|
}
|
|
1205
1383
|
.steedos-record-related-list .antd-Table-contentWrap {
|
|
1206
|
-
|
|
1384
|
+
border-left-width: 1px;
|
|
1385
|
+
border-right-width: 1px;
|
|
1207
1386
|
}
|
|
1208
1387
|
.steedos-record-related-list .antd-Table-headToolbar {
|
|
1209
1388
|
display: none;
|
|
@@ -1289,6 +1468,23 @@ fieldset.antd-Collapse > legend{
|
|
|
1289
1468
|
display: none;
|
|
1290
1469
|
}
|
|
1291
1470
|
}
|
|
1471
|
+
.antd-Modal-body .steedos-lookup-crud .antd-Table-headToolbar.hasHelpText .antd-Crud-toolbar-item:first-child {
|
|
1472
|
+
width: 100%;
|
|
1473
|
+
margin-top: -12px;
|
|
1474
|
+
font-size: var(--Table-thead-fontSize);
|
|
1475
|
+
}
|
|
1476
|
+
.antd-Modal-body .steedos-lookup-crud .antd-Table-headToolbar.hasHelpText .antd-Crud-toolbar-item:nth-child(2) {
|
|
1477
|
+
margin-left: unset;
|
|
1478
|
+
}
|
|
1479
|
+
.antd-Modal-body .steedos-lookup-crud .antd-Table-headToolbar {
|
|
1480
|
+
padding-left: 0;
|
|
1481
|
+
padding-right: 0;
|
|
1482
|
+
}
|
|
1483
|
+
.antd-Modal-body .steedos-lookup-crud .antd-Crud-selection {
|
|
1484
|
+
padding-left: 0;
|
|
1485
|
+
padding-right: 0;
|
|
1486
|
+
margin-top: -10px;
|
|
1487
|
+
}
|
|
1292
1488
|
.steedos-select-user {
|
|
1293
1489
|
margin-left: 330px;
|
|
1294
1490
|
min-height: 300px;
|
|
@@ -1311,7 +1507,7 @@ fieldset.antd-Collapse > legend{
|
|
|
1311
1507
|
left: -330px;
|
|
1312
1508
|
width: 320px;
|
|
1313
1509
|
bottom: 0;
|
|
1314
|
-
top:
|
|
1510
|
+
top: 10px;
|
|
1315
1511
|
overflow: auto;
|
|
1316
1512
|
min-height: 300px;
|
|
1317
1513
|
}
|
|
@@ -1643,16 +1839,13 @@ body.steedos {
|
|
|
1643
1839
|
.steedos-amis-form .antd-Form--horizontal .antd-Tabs .antd-Tabs-content .antd-Tabs-pane .form-content {
|
|
1644
1840
|
display: grid;
|
|
1645
1841
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1646
|
-
row-gap:
|
|
1842
|
+
row-gap: 0.5rem;
|
|
1647
1843
|
-moz-column-gap: 1rem;
|
|
1648
1844
|
column-gap: 1rem;
|
|
1649
1845
|
}
|
|
1650
1846
|
.steedos-amis-form .antd-Collapse .antd-Form--quickEdit {
|
|
1651
1847
|
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
|
|
1652
1848
|
}
|
|
1653
|
-
.steedos-amis-form.antd-Form .antd-Collapse-content {
|
|
1654
|
-
padding: 0.5rem;
|
|
1655
|
-
}
|
|
1656
1849
|
.steedos-object-form .antd-ComboControl .antd-Combo .antd-Form-row {
|
|
1657
1850
|
display: grid;
|
|
1658
1851
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
@@ -1666,7 +1859,7 @@ body.steedos {
|
|
|
1666
1859
|
.steedos-object-form .antd-Tabs-pane.is-active {
|
|
1667
1860
|
display: grid;
|
|
1668
1861
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1669
|
-
row-gap:
|
|
1862
|
+
row-gap: 0.25rem;
|
|
1670
1863
|
-moz-column-gap: 1rem;
|
|
1671
1864
|
column-gap: 1rem;
|
|
1672
1865
|
}
|
|
@@ -1771,10 +1964,10 @@ body.steedos {
|
|
|
1771
1964
|
height: var(--button-size-default-height);
|
|
1772
1965
|
}
|
|
1773
1966
|
.steedos-object-listview .split-dropdown-buttons li {
|
|
1774
|
-
padding: unset;
|
|
1775
1967
|
height: unset;
|
|
1776
1968
|
}
|
|
1777
1969
|
.steedos-object-listview .split-dropdown-buttons li .antd-Button {
|
|
1970
|
+
padding: 0;
|
|
1778
1971
|
border: none !important;
|
|
1779
1972
|
background: unset !important;
|
|
1780
1973
|
width: 100%;
|
|
@@ -1894,8 +2087,14 @@ body.steedos {
|
|
|
1894
2087
|
}
|
|
1895
2088
|
/* amis3.2版本快速编辑单元格样式:end */
|
|
1896
2089
|
.steedos-object-table thead tr th:nth-last-child(2),
|
|
2090
|
+
.steedos-object-table colgroup col:nth-last-child(2),
|
|
2091
|
+
.steedos-object-table tbody tr td:nth-last-child(2) {
|
|
2092
|
+
padding: 0;
|
|
2093
|
+
border: 0;
|
|
2094
|
+
}
|
|
1897
2095
|
.steedos-object-table colgroup col:nth-last-child(2) {
|
|
1898
|
-
|
|
2096
|
+
width: 0.5px !important;
|
|
2097
|
+
min-width: 0.5px !important;
|
|
1899
2098
|
}
|
|
1900
2099
|
.steedos-object-table tbody td.antd-Field--quickEditable .antd-Field-quickEditBtn {
|
|
1901
2100
|
padding-right: 13px;
|
|
@@ -1915,12 +2114,6 @@ body.steedos {
|
|
|
1915
2114
|
.steedos-object-table .datetime-min-w {
|
|
1916
2115
|
min-width: 12em;
|
|
1917
2116
|
}
|
|
1918
|
-
.steedos-object-table .antd-Table-table thead tr th {
|
|
1919
|
-
height: 32px !important;
|
|
1920
|
-
}
|
|
1921
|
-
.steedos-object-table .antd-Table-table tbody tr {
|
|
1922
|
-
height: 46px;
|
|
1923
|
-
}
|
|
1924
2117
|
.page-list-split .steedos-object-table .antd-Table-table tbody tr.antd-Table-placeholder {
|
|
1925
2118
|
height: var(--Table-placeholder-height);
|
|
1926
2119
|
}
|
|
@@ -2034,6 +2227,63 @@ body.steedos {
|
|
|
2034
2227
|
}
|
|
2035
2228
|
}
|
|
2036
2229
|
|
|
2230
|
+
.compact-layouts {
|
|
2231
|
+
display: grid;
|
|
2232
|
+
row-gap: 0rem;
|
|
2233
|
+
-moz-column-gap: 1rem;
|
|
2234
|
+
column-gap: 1rem;
|
|
2235
|
+
}
|
|
2236
|
+
.compact-layouts .antd-Form-item {
|
|
2237
|
+
margin-bottom: 0px;
|
|
2238
|
+
}
|
|
2239
|
+
.compact-layouts .antd-Form-label {
|
|
2240
|
+
margin-bottom: 0px;
|
|
2241
|
+
}
|
|
2242
|
+
.compact-layouts .antd-PopOver {
|
|
2243
|
+
min-width: 420px;
|
|
2244
|
+
max-width: 420px;
|
|
2245
|
+
}
|
|
2246
|
+
.compact-layouts .antd-PopOver .antd-Panel {
|
|
2247
|
+
overflow-y: auto;
|
|
2248
|
+
height: 100%;
|
|
2249
|
+
}
|
|
2250
|
+
.compact-layouts .steedos-field-lookup-each .antd-Form-static {
|
|
2251
|
+
overflow: visible;
|
|
2252
|
+
text-overflow: clip;
|
|
2253
|
+
white-space: normal;
|
|
2254
|
+
}
|
|
2255
|
+
.compact-layouts .antd-Form-static,
|
|
2256
|
+
.compact-layouts .antd-MultilineText-display {
|
|
2257
|
+
overflow: hidden;
|
|
2258
|
+
text-overflow: ellipsis;
|
|
2259
|
+
white-space: nowrap;
|
|
2260
|
+
}
|
|
2261
|
+
.steedos-field-lookup-wrapper .antd-PopOver {
|
|
2262
|
+
min-width: 420px;
|
|
2263
|
+
max-width: 420px;
|
|
2264
|
+
}
|
|
2265
|
+
.steedos-record-detail-popover > .antd-Panel-body {
|
|
2266
|
+
padding: 0px;
|
|
2267
|
+
}
|
|
2268
|
+
.steedos-record-detail-popover > .antd-Panel-body > .antd-Form {
|
|
2269
|
+
display: block;
|
|
2270
|
+
}
|
|
2271
|
+
.steedos-record-detail-popover .compact-layouts {
|
|
2272
|
+
display: block;
|
|
2273
|
+
}
|
|
2274
|
+
.steedos-record-detail-popover .compact-layouts .grid {
|
|
2275
|
+
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
|
|
2276
|
+
}
|
|
2277
|
+
.steedos-record-detail-popover .compact-layouts .antd-Form-item {
|
|
2278
|
+
padding: 0px;
|
|
2279
|
+
display: block;
|
|
2280
|
+
}
|
|
2281
|
+
.steedos-record-detail-popover .compact-layouts .antd-Form-item .antd-Form-label {
|
|
2282
|
+
max-width: 100%;
|
|
2283
|
+
}
|
|
2284
|
+
.steedos-record-detail-popover .compact-layouts .antd-Form-item .antd-Form-item-controlBox {
|
|
2285
|
+
max-width: 100%;
|
|
2286
|
+
}
|
|
2037
2287
|
@media (max-width: 768px) {
|
|
2038
2288
|
.record-detail-header-name {
|
|
2039
2289
|
display: -webkit-box;
|
|
@@ -2042,6 +2292,22 @@ body.steedos {
|
|
|
2042
2292
|
-webkit-line-clamp: 2;
|
|
2043
2293
|
-webkit-box-orient: vertical;
|
|
2044
2294
|
}
|
|
2295
|
+
.compact-layouts {
|
|
2296
|
+
display: block;
|
|
2297
|
+
}
|
|
2298
|
+
.compact-layouts .antd-Form-item {
|
|
2299
|
+
padding: 0px;
|
|
2300
|
+
display: block;
|
|
2301
|
+
}
|
|
2302
|
+
.compact-layouts .antd-Form-item .antd-Form-label {
|
|
2303
|
+
max-width: 100%;
|
|
2304
|
+
}
|
|
2305
|
+
.compact-layouts .antd-Form-item .antd-Form-item-controlBox {
|
|
2306
|
+
max-width: 100%;
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
.steedos-field-lookup-wrapper {
|
|
2310
|
+
display: block !important;
|
|
2045
2311
|
}
|
|
2046
2312
|
|
|
2047
2313
|
.steedos-context-bar .antd-Nav-list {
|
|
@@ -2201,6 +2467,12 @@ body.sidebar #sidebar {
|
|
|
2201
2467
|
}
|
|
2202
2468
|
}
|
|
2203
2469
|
|
|
2470
|
+
.instance-default .instance-form .form-control .antd-Form-item {
|
|
2471
|
+
padding: 0;
|
|
2472
|
+
}
|
|
2473
|
+
.instance-default .instance-form .form-control .antd-Form-item .antd-Form-static {
|
|
2474
|
+
padding: 0;
|
|
2475
|
+
}
|
|
2204
2476
|
|
|
2205
2477
|
.steedos-select-flow-service .antd-TreeControl > .antd-Tree {
|
|
2206
2478
|
max-height: unset;
|
|
@@ -2316,3 +2588,16 @@ body.sidebar #sidebar {
|
|
|
2316
2588
|
border: none;
|
|
2317
2589
|
color: #000;
|
|
2318
2590
|
}
|
|
2591
|
+
|
|
2592
|
+
.steedos-input-table .antd-DropDown-popover .antd-PopOver-overlay {
|
|
2593
|
+
display: none;
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
|
|
2597
|
+
.steedos-record-selected {
|
|
2598
|
+
background: var(--Table-onChecked-bg) !important;
|
|
2599
|
+
color: var(--Table-onChecked-color) !important;
|
|
2600
|
+
}
|
|
2601
|
+
.steedos-record-selected span {
|
|
2602
|
+
color: var(--Table-onChecked-color) !important;
|
|
2603
|
+
}
|