@steedos-widgets/amis-object 3.6.2-beta.1 → 3.6.2-beta.10
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 +1 -0
- 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 +435 -229
- package/dist/amis-object.cjs.js +1114 -487
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +435 -229
- package/dist/amis-object.esm.js +1114 -488
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +435 -229
- package/dist/amis-object.umd.js +325 -213
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/dist/meta.js +505 -393
- 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
16
|
--Table-thead-bg: rgb(243 244 246);
|
|
17
|
+
--Table-thead-borderColor: var(--Table-borderColor);
|
|
16
18
|
--Table-toolbar-marginY: 0;
|
|
19
|
+
--Table-thead-borderWidth: 1px;
|
|
20
|
+
--Table-bg: white;
|
|
17
21
|
--TableCell-paddingY: 0.3rem;
|
|
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,33 @@ 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
|
+
|
|
324
357
|
.ant-dropdown-menu {
|
|
325
358
|
border: 1px solid #e5e5e5;
|
|
326
359
|
border-radius: 0.25rem;
|
|
@@ -396,6 +429,10 @@ fieldset.antd-Collapse > legend{
|
|
|
396
429
|
justify-content: start;
|
|
397
430
|
text-align: left;
|
|
398
431
|
}
|
|
432
|
+
|
|
433
|
+
/* .antd-Tabs {
|
|
434
|
+
margin: 1rem;
|
|
435
|
+
} */
|
|
399
436
|
/* @tailwind base; */
|
|
400
437
|
.container {
|
|
401
438
|
width: 100%
|
|
@@ -425,6 +462,21 @@ fieldset.antd-Collapse > legend{
|
|
|
425
462
|
max-width: 1536px
|
|
426
463
|
}
|
|
427
464
|
}
|
|
465
|
+
@media (min-width: 1600px) {
|
|
466
|
+
.container {
|
|
467
|
+
max-width: 1600px
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
@media (min-width: 1800px) {
|
|
471
|
+
.container {
|
|
472
|
+
max-width: 1800px
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
@media (min-width: 2000px) {
|
|
476
|
+
.container {
|
|
477
|
+
max-width: 2000px
|
|
478
|
+
}
|
|
479
|
+
}
|
|
428
480
|
.visible {
|
|
429
481
|
visibility: visible
|
|
430
482
|
}
|
|
@@ -444,44 +496,38 @@ fieldset.antd-Collapse > legend{
|
|
|
444
496
|
position: sticky
|
|
445
497
|
}
|
|
446
498
|
.inset-0 {
|
|
447
|
-
|
|
448
|
-
right: 0px;
|
|
449
|
-
bottom: 0px;
|
|
450
|
-
left: 0px
|
|
451
|
-
}
|
|
452
|
-
.top-0 {
|
|
453
|
-
top: 0px
|
|
499
|
+
inset: 0px
|
|
454
500
|
}
|
|
455
|
-
.
|
|
456
|
-
|
|
501
|
+
.bottom-4 {
|
|
502
|
+
bottom: 1rem
|
|
457
503
|
}
|
|
458
504
|
.left-0 {
|
|
459
505
|
left: 0px
|
|
460
506
|
}
|
|
461
|
-
.
|
|
462
|
-
|
|
507
|
+
.right-0 {
|
|
508
|
+
right: 0px
|
|
463
509
|
}
|
|
464
510
|
.right-4 {
|
|
465
511
|
right: 1rem
|
|
466
512
|
}
|
|
513
|
+
.top-0 {
|
|
514
|
+
top: 0px
|
|
515
|
+
}
|
|
516
|
+
.z-10 {
|
|
517
|
+
z-index: 10
|
|
518
|
+
}
|
|
467
519
|
.z-20 {
|
|
468
520
|
z-index: 20
|
|
469
521
|
}
|
|
470
522
|
.z-40 {
|
|
471
523
|
z-index: 40
|
|
472
524
|
}
|
|
473
|
-
.z-10 {
|
|
474
|
-
z-index: 10
|
|
475
|
-
}
|
|
476
525
|
.col-span-2 {
|
|
477
526
|
grid-column: span 2 / span 2
|
|
478
527
|
}
|
|
479
528
|
.m-0 {
|
|
480
529
|
margin: 0px
|
|
481
530
|
}
|
|
482
|
-
.m-1 {
|
|
483
|
-
margin: 0.25rem
|
|
484
|
-
}
|
|
485
531
|
.m-2 {
|
|
486
532
|
margin: 0.5rem
|
|
487
533
|
}
|
|
@@ -489,23 +535,20 @@ fieldset.antd-Collapse > legend{
|
|
|
489
535
|
margin-top: 0.5rem;
|
|
490
536
|
margin-bottom: 0.5rem
|
|
491
537
|
}
|
|
492
|
-
|
|
493
|
-
margin-
|
|
494
|
-
}
|
|
495
|
-
.mr-0 {
|
|
496
|
-
margin-right: 0px
|
|
538
|
+
.\!mb-6 {
|
|
539
|
+
margin-bottom: 1.5rem !important
|
|
497
540
|
}
|
|
498
|
-
|
|
499
|
-
margin-
|
|
541
|
+
.-mb-4 {
|
|
542
|
+
margin-bottom: -1rem
|
|
500
543
|
}
|
|
501
|
-
.-
|
|
502
|
-
margin-
|
|
544
|
+
.-ml-1 {
|
|
545
|
+
margin-left: -0.25rem
|
|
503
546
|
}
|
|
504
|
-
|
|
505
|
-
margin-
|
|
547
|
+
.-ml-px {
|
|
548
|
+
margin-left: -1px
|
|
506
549
|
}
|
|
507
|
-
.mb-
|
|
508
|
-
margin-bottom:
|
|
550
|
+
.mb-0 {
|
|
551
|
+
margin-bottom: 0px
|
|
509
552
|
}
|
|
510
553
|
.mb-1 {
|
|
511
554
|
margin-bottom: 0.25rem
|
|
@@ -513,23 +556,17 @@ fieldset.antd-Collapse > legend{
|
|
|
513
556
|
.mb-2 {
|
|
514
557
|
margin-bottom: 0.5rem
|
|
515
558
|
}
|
|
516
|
-
.
|
|
517
|
-
margin-
|
|
518
|
-
}
|
|
519
|
-
.-mb-4 {
|
|
520
|
-
margin-bottom: -1rem
|
|
521
|
-
}
|
|
522
|
-
.mr-4 {
|
|
523
|
-
margin-right: 1rem
|
|
559
|
+
.mb-3 {
|
|
560
|
+
margin-bottom: 0.75rem
|
|
524
561
|
}
|
|
525
|
-
.
|
|
526
|
-
margin-
|
|
562
|
+
.mb-4 {
|
|
563
|
+
margin-bottom: 1rem
|
|
527
564
|
}
|
|
528
|
-
.
|
|
529
|
-
margin-
|
|
565
|
+
.mb-\[-3px\] {
|
|
566
|
+
margin-bottom: -3px
|
|
530
567
|
}
|
|
531
|
-
.
|
|
532
|
-
margin-
|
|
568
|
+
.ml-1 {
|
|
569
|
+
margin-left: 0.25rem
|
|
533
570
|
}
|
|
534
571
|
.ml-2 {
|
|
535
572
|
margin-left: 0.5rem
|
|
@@ -537,26 +574,35 @@ fieldset.antd-Collapse > legend{
|
|
|
537
574
|
.ml-4 {
|
|
538
575
|
margin-left: 1rem
|
|
539
576
|
}
|
|
540
|
-
|
|
541
|
-
margin-
|
|
577
|
+
.mr-0 {
|
|
578
|
+
margin-right: 0px
|
|
579
|
+
}
|
|
580
|
+
.mr-1 {
|
|
581
|
+
margin-right: 0.25rem
|
|
582
|
+
}
|
|
583
|
+
.mr-2 {
|
|
584
|
+
margin-right: 0.5rem
|
|
542
585
|
}
|
|
543
586
|
.mr-3 {
|
|
544
587
|
margin-right: 0.75rem
|
|
545
588
|
}
|
|
546
|
-
.
|
|
547
|
-
margin-
|
|
589
|
+
.mr-4 {
|
|
590
|
+
margin-right: 1rem
|
|
548
591
|
}
|
|
549
|
-
.mt
|
|
550
|
-
margin-top:
|
|
592
|
+
.mt-0 {
|
|
593
|
+
margin-top: 0px
|
|
594
|
+
}
|
|
595
|
+
.mt-0\.5 {
|
|
596
|
+
margin-top: 0.125rem
|
|
551
597
|
}
|
|
552
598
|
.mt-1 {
|
|
553
599
|
margin-top: 0.25rem
|
|
554
600
|
}
|
|
555
|
-
|
|
556
|
-
margin-
|
|
601
|
+
.mt-2 {
|
|
602
|
+
margin-top: 0.5rem
|
|
557
603
|
}
|
|
558
|
-
|
|
559
|
-
margin-
|
|
604
|
+
.mt-\[50px\] {
|
|
605
|
+
margin-top: 50px
|
|
560
606
|
}
|
|
561
607
|
.block {
|
|
562
608
|
display: block
|
|
@@ -585,11 +631,20 @@ fieldset.antd-Collapse > legend{
|
|
|
585
631
|
.hidden {
|
|
586
632
|
display: none
|
|
587
633
|
}
|
|
634
|
+
.\!h-10 {
|
|
635
|
+
height: 2.5rem !important
|
|
636
|
+
}
|
|
637
|
+
.h-10 {
|
|
638
|
+
height: 2.5rem
|
|
639
|
+
}
|
|
640
|
+
.h-12 {
|
|
641
|
+
height: 3rem
|
|
642
|
+
}
|
|
588
643
|
.h-14 {
|
|
589
644
|
height: 3.5rem
|
|
590
645
|
}
|
|
591
|
-
.h-
|
|
592
|
-
height:
|
|
646
|
+
.h-4 {
|
|
647
|
+
height: 1rem
|
|
593
648
|
}
|
|
594
649
|
.h-5 {
|
|
595
650
|
height: 1.25rem
|
|
@@ -597,94 +652,91 @@ fieldset.antd-Collapse > legend{
|
|
|
597
652
|
.h-6 {
|
|
598
653
|
height: 1.5rem
|
|
599
654
|
}
|
|
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
655
|
.h-7 {
|
|
616
656
|
height: 1.75rem
|
|
617
657
|
}
|
|
618
658
|
.h-8 {
|
|
619
659
|
height: 2rem
|
|
620
660
|
}
|
|
621
|
-
.
|
|
622
|
-
|
|
661
|
+
.h-\[50px\] {
|
|
662
|
+
height: 50px
|
|
623
663
|
}
|
|
624
|
-
.
|
|
625
|
-
|
|
664
|
+
.h-full {
|
|
665
|
+
height: 100%
|
|
626
666
|
}
|
|
627
667
|
.\!max-h-\[80vh\] {
|
|
628
668
|
max-height: 80vh !important
|
|
629
669
|
}
|
|
630
|
-
.
|
|
631
|
-
|
|
670
|
+
.max-h-12 {
|
|
671
|
+
max-height: 3rem
|
|
632
672
|
}
|
|
633
|
-
.
|
|
634
|
-
|
|
673
|
+
.max-h-96 {
|
|
674
|
+
max-height: 24rem
|
|
635
675
|
}
|
|
636
|
-
.
|
|
637
|
-
|
|
676
|
+
.max-h-\[80vh\] {
|
|
677
|
+
max-height: 80vh
|
|
638
678
|
}
|
|
639
|
-
|
|
640
|
-
width:
|
|
679
|
+
.\!w-10 {
|
|
680
|
+
width: 2.5rem !important
|
|
641
681
|
}
|
|
642
|
-
|
|
643
|
-
width:
|
|
682
|
+
.\!w-full {
|
|
683
|
+
width: 100% !important
|
|
684
|
+
}
|
|
685
|
+
.w-1\/3 {
|
|
686
|
+
width: 33.333333%
|
|
644
687
|
}
|
|
645
688
|
.w-10 {
|
|
646
689
|
width: 2.5rem
|
|
647
690
|
}
|
|
648
|
-
.w-auto {
|
|
649
|
-
width: auto
|
|
650
|
-
}
|
|
651
691
|
.w-12 {
|
|
652
692
|
width: 3rem
|
|
653
693
|
}
|
|
654
|
-
.w-
|
|
655
|
-
width:
|
|
694
|
+
.w-14 {
|
|
695
|
+
width: 3.5rem
|
|
656
696
|
}
|
|
657
|
-
|
|
658
|
-
width:
|
|
697
|
+
.w-4 {
|
|
698
|
+
width: 1rem
|
|
699
|
+
}
|
|
700
|
+
.w-6 {
|
|
701
|
+
width: 1.5rem
|
|
659
702
|
}
|
|
660
703
|
.w-64 {
|
|
661
704
|
width: 16rem
|
|
662
705
|
}
|
|
706
|
+
.w-8 {
|
|
707
|
+
width: 2rem
|
|
708
|
+
}
|
|
663
709
|
.w-96 {
|
|
664
710
|
width: 24rem
|
|
665
711
|
}
|
|
666
|
-
|
|
667
|
-
width:
|
|
712
|
+
.w-\[240px\] {
|
|
713
|
+
width: 240px
|
|
668
714
|
}
|
|
669
|
-
.w-
|
|
670
|
-
width:
|
|
715
|
+
.w-auto {
|
|
716
|
+
width: auto
|
|
671
717
|
}
|
|
672
718
|
.w-fit {
|
|
673
719
|
width: -moz-fit-content;
|
|
674
720
|
width: fit-content
|
|
675
721
|
}
|
|
722
|
+
.w-full {
|
|
723
|
+
width: 100%
|
|
724
|
+
}
|
|
676
725
|
.\!min-w-\[160px\] {
|
|
677
726
|
min-width: 160px !important
|
|
678
727
|
}
|
|
728
|
+
.min-w-56 {
|
|
729
|
+
min-width: 14rem
|
|
730
|
+
}
|
|
731
|
+
.min-w-\[200px\] {
|
|
732
|
+
min-width: 200px
|
|
733
|
+
}
|
|
679
734
|
.min-w-\[240px\] {
|
|
680
735
|
min-width: 240px
|
|
681
736
|
}
|
|
682
737
|
.min-w-\[300px\] {
|
|
683
738
|
min-width: 300px
|
|
684
739
|
}
|
|
685
|
-
.min-w-\[200px\] {
|
|
686
|
-
min-width: 200px
|
|
687
|
-
}
|
|
688
740
|
.min-w-\[388px\] {
|
|
689
741
|
min-width: 388px
|
|
690
742
|
}
|
|
@@ -694,18 +746,18 @@ fieldset.antd-Collapse > legend{
|
|
|
694
746
|
.max-w-md {
|
|
695
747
|
max-width: 28rem
|
|
696
748
|
}
|
|
697
|
-
.flex-
|
|
698
|
-
flex:
|
|
749
|
+
.flex-1 {
|
|
750
|
+
flex: 1 1 0%
|
|
699
751
|
}
|
|
700
752
|
.flex-auto {
|
|
701
753
|
flex: 1 1 auto
|
|
702
754
|
}
|
|
755
|
+
.flex-initial {
|
|
756
|
+
flex: 0 1 auto
|
|
757
|
+
}
|
|
703
758
|
.flex-none {
|
|
704
759
|
flex: none
|
|
705
760
|
}
|
|
706
|
-
.flex-1 {
|
|
707
|
-
flex: 1 1 0%
|
|
708
|
-
}
|
|
709
761
|
.flex-shrink-0 {
|
|
710
762
|
flex-shrink: 0
|
|
711
763
|
}
|
|
@@ -727,6 +779,9 @@ fieldset.antd-Collapse > legend{
|
|
|
727
779
|
.animate-spin {
|
|
728
780
|
animation: spin 1s linear infinite
|
|
729
781
|
}
|
|
782
|
+
.grid-cols-1 {
|
|
783
|
+
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
784
|
+
}
|
|
730
785
|
.flex-row {
|
|
731
786
|
flex-direction: row
|
|
732
787
|
}
|
|
@@ -751,6 +806,9 @@ fieldset.antd-Collapse > legend{
|
|
|
751
806
|
.justify-between {
|
|
752
807
|
justify-content: space-between
|
|
753
808
|
}
|
|
809
|
+
.gap-2 {
|
|
810
|
+
gap: 0.5rem
|
|
811
|
+
}
|
|
754
812
|
.gap-x-3 {
|
|
755
813
|
-moz-column-gap: 0.75rem;
|
|
756
814
|
column-gap: 0.75rem
|
|
@@ -783,8 +841,8 @@ fieldset.antd-Collapse > legend{
|
|
|
783
841
|
.whitespace-nowrap {
|
|
784
842
|
white-space: nowrap
|
|
785
843
|
}
|
|
786
|
-
.break-
|
|
787
|
-
|
|
844
|
+
.break-words {
|
|
845
|
+
overflow-wrap: break-word
|
|
788
846
|
}
|
|
789
847
|
.rounded {
|
|
790
848
|
border-radius: 0.25rem
|
|
@@ -792,14 +850,11 @@ fieldset.antd-Collapse > legend{
|
|
|
792
850
|
.rounded-full {
|
|
793
851
|
border-radius: 9999px
|
|
794
852
|
}
|
|
795
|
-
.rounded-xl {
|
|
796
|
-
border-radius: 0.75rem
|
|
797
|
-
}
|
|
798
853
|
.rounded-md {
|
|
799
854
|
border-radius: 0.375rem
|
|
800
855
|
}
|
|
801
|
-
.
|
|
802
|
-
border-
|
|
856
|
+
.rounded-xl {
|
|
857
|
+
border-radius: 0.75rem
|
|
803
858
|
}
|
|
804
859
|
.border-0 {
|
|
805
860
|
border-width: 0px
|
|
@@ -808,9 +863,6 @@ fieldset.antd-Collapse > legend{
|
|
|
808
863
|
border-top-width: 1px;
|
|
809
864
|
border-bottom-width: 1px
|
|
810
865
|
}
|
|
811
|
-
.border-t {
|
|
812
|
-
border-top-width: 1px
|
|
813
|
-
}
|
|
814
866
|
.border-b {
|
|
815
867
|
border-bottom-width: 1px
|
|
816
868
|
}
|
|
@@ -823,132 +875,129 @@ fieldset.antd-Collapse > legend{
|
|
|
823
875
|
.border-solid {
|
|
824
876
|
border-style: solid
|
|
825
877
|
}
|
|
826
|
-
.border-none {
|
|
827
|
-
border-style: none
|
|
828
|
-
}
|
|
829
878
|
.\!border-none {
|
|
830
879
|
border-style: none !important
|
|
831
880
|
}
|
|
832
|
-
.border-
|
|
833
|
-
|
|
834
|
-
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
881
|
+
.border-none {
|
|
882
|
+
border-style: none
|
|
835
883
|
}
|
|
836
884
|
.border-gray-200 {
|
|
837
885
|
--tw-border-opacity: 1;
|
|
838
886
|
border-color: rgb(229 231 235 / var(--tw-border-opacity))
|
|
839
887
|
}
|
|
888
|
+
.border-gray-300 {
|
|
889
|
+
--tw-border-opacity: 1;
|
|
890
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
891
|
+
}
|
|
840
892
|
.border-sky-500 {
|
|
841
893
|
--tw-border-opacity: 1;
|
|
842
894
|
border-color: rgb(14 165 233 / var(--tw-border-opacity))
|
|
843
895
|
}
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
|
|
847
|
-
}
|
|
848
|
-
.bg-gray-100 {
|
|
849
|
-
--tw-bg-opacity: 1;
|
|
850
|
-
background-color: rgb(243 244 246 / var(--tw-bg-opacity))
|
|
896
|
+
.\!bg-transparent {
|
|
897
|
+
background-color: transparent !important
|
|
851
898
|
}
|
|
852
899
|
.bg-blue-500 {
|
|
853
900
|
--tw-bg-opacity: 1;
|
|
854
901
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity))
|
|
855
902
|
}
|
|
856
|
-
|
|
857
|
-
|
|
903
|
+
.bg-gray-100 {
|
|
904
|
+
--tw-bg-opacity: 1;
|
|
905
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity))
|
|
858
906
|
}
|
|
859
907
|
.bg-transparent {
|
|
860
908
|
background-color: transparent
|
|
861
909
|
}
|
|
910
|
+
.bg-white {
|
|
911
|
+
--tw-bg-opacity: 1;
|
|
912
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
|
|
913
|
+
}
|
|
862
914
|
.bg-none {
|
|
863
915
|
background-image: none
|
|
864
916
|
}
|
|
865
|
-
.fill-slate-500 {
|
|
866
|
-
fill: #64748b
|
|
867
|
-
}
|
|
868
917
|
.fill-gray-500 {
|
|
869
918
|
fill: #6b7280
|
|
870
919
|
}
|
|
871
|
-
.
|
|
872
|
-
|
|
920
|
+
.fill-slate-500 {
|
|
921
|
+
fill: #64748b
|
|
922
|
+
}
|
|
923
|
+
.\!p-2 {
|
|
924
|
+
padding: 0.5rem !important
|
|
873
925
|
}
|
|
874
926
|
.p-0 {
|
|
875
927
|
padding: 0px
|
|
876
928
|
}
|
|
929
|
+
.p-1 {
|
|
930
|
+
padding: 0.25rem
|
|
931
|
+
}
|
|
877
932
|
.p-2 {
|
|
878
933
|
padding: 0.5rem
|
|
879
934
|
}
|
|
880
|
-
.p-
|
|
881
|
-
padding:
|
|
882
|
-
}
|
|
883
|
-
.\!p-2 {
|
|
884
|
-
padding: 0.5rem !important
|
|
885
|
-
}
|
|
886
|
-
.p-1 {
|
|
887
|
-
padding: 0.25rem
|
|
935
|
+
.p-4 {
|
|
936
|
+
padding: 1rem
|
|
888
937
|
}
|
|
889
938
|
.px-0 {
|
|
890
939
|
padding-left: 0px;
|
|
891
940
|
padding-right: 0px
|
|
892
941
|
}
|
|
893
|
-
.
|
|
894
|
-
padding-
|
|
895
|
-
padding-
|
|
942
|
+
.px-2 {
|
|
943
|
+
padding-left: 0.5rem;
|
|
944
|
+
padding-right: 0.5rem
|
|
896
945
|
}
|
|
897
946
|
.px-4 {
|
|
898
947
|
padding-left: 1rem;
|
|
899
948
|
padding-right: 1rem
|
|
900
949
|
}
|
|
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
950
|
.py-1 {
|
|
910
951
|
padding-top: 0.25rem;
|
|
911
952
|
padding-bottom: 0.25rem
|
|
912
953
|
}
|
|
954
|
+
.py-2 {
|
|
955
|
+
padding-top: 0.5rem;
|
|
956
|
+
padding-bottom: 0.5rem
|
|
957
|
+
}
|
|
913
958
|
.py-2\.5 {
|
|
914
959
|
padding-top: 0.625rem;
|
|
915
960
|
padding-bottom: 0.625rem
|
|
916
961
|
}
|
|
917
|
-
.
|
|
918
|
-
padding-top: 1rem
|
|
962
|
+
.py-4 {
|
|
963
|
+
padding-top: 1rem;
|
|
964
|
+
padding-bottom: 1rem
|
|
919
965
|
}
|
|
920
|
-
.
|
|
921
|
-
padding-
|
|
966
|
+
.pb-0 {
|
|
967
|
+
padding-bottom: 0px
|
|
922
968
|
}
|
|
923
|
-
.
|
|
924
|
-
padding-
|
|
969
|
+
.pb-16 {
|
|
970
|
+
padding-bottom: 4rem
|
|
925
971
|
}
|
|
926
|
-
.
|
|
927
|
-
padding-
|
|
972
|
+
.pb-4 {
|
|
973
|
+
padding-bottom: 1rem
|
|
928
974
|
}
|
|
929
|
-
.pl-
|
|
930
|
-
padding-left:
|
|
975
|
+
.pl-0 {
|
|
976
|
+
padding-left: 0px
|
|
931
977
|
}
|
|
932
978
|
.pl-1 {
|
|
933
979
|
padding-left: 0.25rem
|
|
934
980
|
}
|
|
935
|
-
.
|
|
936
|
-
padding-
|
|
981
|
+
.pl-1\.5 {
|
|
982
|
+
padding-left: 0.375rem
|
|
983
|
+
}
|
|
984
|
+
.pl-4 {
|
|
985
|
+
padding-left: 1rem
|
|
937
986
|
}
|
|
938
987
|
.pl-5 {
|
|
939
988
|
padding-left: 1.25rem
|
|
940
989
|
}
|
|
941
|
-
.
|
|
942
|
-
padding-
|
|
990
|
+
.pr-4 {
|
|
991
|
+
padding-right: 1rem
|
|
943
992
|
}
|
|
944
|
-
.
|
|
945
|
-
padding-
|
|
993
|
+
.pt-0 {
|
|
994
|
+
padding-top: 0px
|
|
946
995
|
}
|
|
947
|
-
.
|
|
948
|
-
padding-
|
|
996
|
+
.pt-2 {
|
|
997
|
+
padding-top: 0.5rem
|
|
949
998
|
}
|
|
950
|
-
.
|
|
951
|
-
padding-
|
|
999
|
+
.pt-4 {
|
|
1000
|
+
padding-top: 1rem
|
|
952
1001
|
}
|
|
953
1002
|
.text-left {
|
|
954
1003
|
text-align: left
|
|
@@ -956,38 +1005,38 @@ fieldset.antd-Collapse > legend{
|
|
|
956
1005
|
.text-center {
|
|
957
1006
|
text-align: center
|
|
958
1007
|
}
|
|
959
|
-
.text
|
|
1008
|
+
.text-\[11px\] {
|
|
1009
|
+
font-size: 11px
|
|
1010
|
+
}
|
|
1011
|
+
.text-\[14px\] {
|
|
960
1012
|
font-size: 14px
|
|
961
1013
|
}
|
|
962
|
-
.text-
|
|
1014
|
+
.text-base {
|
|
963
1015
|
font-size: 14px
|
|
964
1016
|
}
|
|
965
1017
|
.text-lg {
|
|
966
1018
|
font-size: 16px
|
|
967
1019
|
}
|
|
968
|
-
.text-
|
|
969
|
-
font-size: 18px
|
|
970
|
-
}
|
|
971
|
-
.text-\[14px\] {
|
|
1020
|
+
.text-md {
|
|
972
1021
|
font-size: 14px
|
|
973
1022
|
}
|
|
974
|
-
.text
|
|
975
|
-
font-size:
|
|
1023
|
+
.text-xl {
|
|
1024
|
+
font-size: 18px
|
|
976
1025
|
}
|
|
977
1026
|
.text-xs {
|
|
978
1027
|
font-size: 12px
|
|
979
1028
|
}
|
|
980
|
-
.font-semibold {
|
|
981
|
-
font-weight: 600
|
|
982
|
-
}
|
|
983
1029
|
.font-bold {
|
|
984
1030
|
font-weight: 700
|
|
985
1031
|
}
|
|
986
1032
|
.font-medium {
|
|
987
1033
|
font-weight: 500
|
|
988
1034
|
}
|
|
989
|
-
.
|
|
990
|
-
|
|
1035
|
+
.font-semibold {
|
|
1036
|
+
font-weight: 600
|
|
1037
|
+
}
|
|
1038
|
+
.leading-3 {
|
|
1039
|
+
line-height: .75rem
|
|
991
1040
|
}
|
|
992
1041
|
.leading-4 {
|
|
993
1042
|
line-height: 1rem
|
|
@@ -998,12 +1047,8 @@ fieldset.antd-Collapse > legend{
|
|
|
998
1047
|
.leading-6 {
|
|
999
1048
|
line-height: 1.5rem
|
|
1000
1049
|
}
|
|
1001
|
-
.leading-
|
|
1002
|
-
line-height:
|
|
1003
|
-
}
|
|
1004
|
-
.text-white {
|
|
1005
|
-
--tw-text-opacity: 1;
|
|
1006
|
-
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
1050
|
+
.leading-none {
|
|
1051
|
+
line-height: 1
|
|
1007
1052
|
}
|
|
1008
1053
|
.text-\[blue\] {
|
|
1009
1054
|
--tw-text-opacity: 1;
|
|
@@ -1013,34 +1058,38 @@ fieldset.antd-Collapse > legend{
|
|
|
1013
1058
|
--tw-text-opacity: 1;
|
|
1014
1059
|
color: rgb(255 0 0 / var(--tw-text-opacity))
|
|
1015
1060
|
}
|
|
1016
|
-
.text-
|
|
1061
|
+
.text-black {
|
|
1017
1062
|
--tw-text-opacity: 1;
|
|
1018
|
-
color: rgb(
|
|
1063
|
+
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
1064
|
+
}
|
|
1065
|
+
.text-blue-600 {
|
|
1066
|
+
--tw-text-opacity: 1;
|
|
1067
|
+
color: rgb(37 99 235 / var(--tw-text-opacity))
|
|
1019
1068
|
}
|
|
1020
1069
|
.text-gray-500 {
|
|
1021
1070
|
--tw-text-opacity: 1;
|
|
1022
1071
|
color: rgb(107 114 128 / var(--tw-text-opacity))
|
|
1023
1072
|
}
|
|
1024
|
-
.text-
|
|
1073
|
+
.text-gray-700 {
|
|
1025
1074
|
--tw-text-opacity: 1;
|
|
1026
|
-
color: rgb(
|
|
1075
|
+
color: rgb(55 65 81 / var(--tw-text-opacity))
|
|
1027
1076
|
}
|
|
1028
1077
|
.text-gray-800 {
|
|
1029
1078
|
--tw-text-opacity: 1;
|
|
1030
1079
|
color: rgb(31 41 55 / var(--tw-text-opacity))
|
|
1031
1080
|
}
|
|
1032
|
-
.text-
|
|
1033
|
-
--tw-text-opacity: 1;
|
|
1034
|
-
color: rgb(37 99 235 / var(--tw-text-opacity))
|
|
1035
|
-
}
|
|
1036
|
-
.text-gray-700 {
|
|
1081
|
+
.text-green-600 {
|
|
1037
1082
|
--tw-text-opacity: 1;
|
|
1038
|
-
color: rgb(
|
|
1083
|
+
color: rgb(22 163 74 / var(--tw-text-opacity))
|
|
1039
1084
|
}
|
|
1040
1085
|
.text-sky-500 {
|
|
1041
1086
|
--tw-text-opacity: 1;
|
|
1042
1087
|
color: rgb(14 165 233 / var(--tw-text-opacity))
|
|
1043
1088
|
}
|
|
1089
|
+
.text-white {
|
|
1090
|
+
--tw-text-opacity: 1;
|
|
1091
|
+
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
1092
|
+
}
|
|
1044
1093
|
.no-underline {
|
|
1045
1094
|
text-decoration-line: none
|
|
1046
1095
|
}
|
|
@@ -1050,9 +1099,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1050
1099
|
.opacity-75 {
|
|
1051
1100
|
opacity: 0.75
|
|
1052
1101
|
}
|
|
1053
|
-
.shadow
|
|
1054
|
-
--tw-shadow: 0 0
|
|
1055
|
-
--tw-shadow-colored: 0 0
|
|
1102
|
+
.shadow {
|
|
1103
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1104
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1056
1105
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1057
1106
|
}
|
|
1058
1107
|
.shadow-lg {
|
|
@@ -1060,21 +1109,21 @@ fieldset.antd-Collapse > legend{
|
|
|
1060
1109
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1061
1110
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1062
1111
|
}
|
|
1063
|
-
.shadow {
|
|
1064
|
-
--tw-shadow: 0
|
|
1065
|
-
--tw-shadow-colored: 0
|
|
1112
|
+
.shadow-none {
|
|
1113
|
+
--tw-shadow: 0 0 #0000;
|
|
1114
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
1066
1115
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1067
1116
|
}
|
|
1068
1117
|
.blur {
|
|
1069
1118
|
--tw-blur: blur(8px);
|
|
1070
1119
|
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
1120
|
}
|
|
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
1121
|
.\!filter {
|
|
1076
1122
|
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
1123
|
}
|
|
1124
|
+
.filter {
|
|
1125
|
+
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)
|
|
1126
|
+
}
|
|
1078
1127
|
.backdrop-blur {
|
|
1079
1128
|
--tw-backdrop-blur: blur(8px);
|
|
1080
1129
|
-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 +1134,21 @@ fieldset.antd-Collapse > legend{
|
|
|
1085
1134
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1086
1135
|
transition-duration: 150ms
|
|
1087
1136
|
}
|
|
1088
|
-
.duration-500 {
|
|
1089
|
-
transition-duration: 500ms
|
|
1090
|
-
}
|
|
1091
1137
|
.duration-300 {
|
|
1092
1138
|
transition-duration: 300ms
|
|
1093
1139
|
}
|
|
1140
|
+
.duration-500 {
|
|
1141
|
+
transition-duration: 500ms
|
|
1142
|
+
}
|
|
1094
1143
|
.ease-in-out {
|
|
1095
1144
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
1096
1145
|
}
|
|
1146
|
+
.first\:pt-0:first-child {
|
|
1147
|
+
padding-top: 0px
|
|
1148
|
+
}
|
|
1149
|
+
.last\:border-b-0:last-child {
|
|
1150
|
+
border-bottom-width: 0px
|
|
1151
|
+
}
|
|
1097
1152
|
.hover\:bg-sky-50:hover {
|
|
1098
1153
|
--tw-bg-opacity: 1;
|
|
1099
1154
|
background-color: rgb(240 249 255 / var(--tw-bg-opacity))
|
|
@@ -1124,6 +1179,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1124
1179
|
.sm\:w-\[220px\] {
|
|
1125
1180
|
width: 220px
|
|
1126
1181
|
}
|
|
1182
|
+
.sm\:grid-cols-2 {
|
|
1183
|
+
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
1184
|
+
}
|
|
1127
1185
|
.sm\:grid-cols-4 {
|
|
1128
1186
|
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
1129
1187
|
}
|
|
@@ -1165,6 +1223,14 @@ fieldset.antd-Collapse > legend{
|
|
|
1165
1223
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1166
1224
|
}
|
|
1167
1225
|
}
|
|
1226
|
+
@media (min-width: 768px) {
|
|
1227
|
+
.md\:grid-cols-3 {
|
|
1228
|
+
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
1229
|
+
}
|
|
1230
|
+
.md\:overflow-auto {
|
|
1231
|
+
overflow: auto
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1168
1234
|
@media (min-width: 1024px) {
|
|
1169
1235
|
.lg\:z-50 {
|
|
1170
1236
|
z-index: 50
|
|
@@ -1178,10 +1244,71 @@ fieldset.antd-Collapse > legend{
|
|
|
1178
1244
|
.lg\:flex {
|
|
1179
1245
|
display: flex
|
|
1180
1246
|
}
|
|
1247
|
+
.lg\:grid-cols-1 {
|
|
1248
|
+
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
1249
|
+
}
|
|
1250
|
+
.lg\:grid-cols-10 {
|
|
1251
|
+
grid-template-columns: repeat(10, minmax(0, 1fr))
|
|
1252
|
+
}
|
|
1253
|
+
.lg\:grid-cols-11 {
|
|
1254
|
+
grid-template-columns: repeat(11, minmax(0, 1fr))
|
|
1255
|
+
}
|
|
1256
|
+
.lg\:grid-cols-12 {
|
|
1257
|
+
grid-template-columns: repeat(12, minmax(0, 1fr))
|
|
1258
|
+
}
|
|
1259
|
+
.lg\:grid-cols-2 {
|
|
1260
|
+
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
1261
|
+
}
|
|
1262
|
+
.lg\:grid-cols-3 {
|
|
1263
|
+
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
1264
|
+
}
|
|
1265
|
+
.lg\:grid-cols-4 {
|
|
1266
|
+
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
1267
|
+
}
|
|
1268
|
+
.lg\:grid-cols-5 {
|
|
1269
|
+
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1270
|
+
}
|
|
1271
|
+
.lg\:grid-cols-6 {
|
|
1272
|
+
grid-template-columns: repeat(6, minmax(0, 1fr))
|
|
1273
|
+
}
|
|
1274
|
+
.lg\:grid-cols-7 {
|
|
1275
|
+
grid-template-columns: repeat(7, minmax(0, 1fr))
|
|
1276
|
+
}
|
|
1277
|
+
.lg\:grid-cols-8 {
|
|
1278
|
+
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1279
|
+
}
|
|
1280
|
+
.lg\:grid-cols-9 {
|
|
1281
|
+
grid-template-columns: repeat(9, minmax(0, 1fr))
|
|
1282
|
+
}
|
|
1181
1283
|
.lg\:flex-col {
|
|
1182
1284
|
flex-direction: column
|
|
1183
1285
|
}
|
|
1184
1286
|
}
|
|
1287
|
+
@media (min-width: 1280px) {
|
|
1288
|
+
.xl\:grid-cols-5 {
|
|
1289
|
+
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
@media (min-width: 1536px) {
|
|
1293
|
+
.\32xl\:grid-cols-5 {
|
|
1294
|
+
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
@media (min-width: 1600px) {
|
|
1298
|
+
.\33xl\:grid-cols-8 {
|
|
1299
|
+
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
@media (min-width: 1800px) {
|
|
1303
|
+
.\34xl\:grid-cols-8 {
|
|
1304
|
+
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
@media (min-width: 2000px) {
|
|
1308
|
+
.\35xl\:grid-cols-10 {
|
|
1309
|
+
grid-template-columns: repeat(10, minmax(0, 1fr))
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1185
1312
|
|
|
1186
1313
|
.ant-dropdown-menu {
|
|
1187
1314
|
border: 1px solid #e5e5e5;
|
|
@@ -1643,16 +1770,13 @@ body.steedos {
|
|
|
1643
1770
|
.steedos-amis-form .antd-Form--horizontal .antd-Tabs .antd-Tabs-content .antd-Tabs-pane .form-content {
|
|
1644
1771
|
display: grid;
|
|
1645
1772
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1646
|
-
row-gap:
|
|
1773
|
+
row-gap: 0.5rem;
|
|
1647
1774
|
-moz-column-gap: 1rem;
|
|
1648
1775
|
column-gap: 1rem;
|
|
1649
1776
|
}
|
|
1650
1777
|
.steedos-amis-form .antd-Collapse .antd-Form--quickEdit {
|
|
1651
1778
|
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
|
|
1652
1779
|
}
|
|
1653
|
-
.steedos-amis-form.antd-Form .antd-Collapse-content {
|
|
1654
|
-
padding: 0.5rem;
|
|
1655
|
-
}
|
|
1656
1780
|
.steedos-object-form .antd-ComboControl .antd-Combo .antd-Form-row {
|
|
1657
1781
|
display: grid;
|
|
1658
1782
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
@@ -1666,7 +1790,7 @@ body.steedos {
|
|
|
1666
1790
|
.steedos-object-form .antd-Tabs-pane.is-active {
|
|
1667
1791
|
display: grid;
|
|
1668
1792
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1669
|
-
row-gap:
|
|
1793
|
+
row-gap: 0.25rem;
|
|
1670
1794
|
-moz-column-gap: 1rem;
|
|
1671
1795
|
column-gap: 1rem;
|
|
1672
1796
|
}
|
|
@@ -1771,10 +1895,10 @@ body.steedos {
|
|
|
1771
1895
|
height: var(--button-size-default-height);
|
|
1772
1896
|
}
|
|
1773
1897
|
.steedos-object-listview .split-dropdown-buttons li {
|
|
1774
|
-
padding: unset;
|
|
1775
1898
|
height: unset;
|
|
1776
1899
|
}
|
|
1777
1900
|
.steedos-object-listview .split-dropdown-buttons li .antd-Button {
|
|
1901
|
+
padding: 0;
|
|
1778
1902
|
border: none !important;
|
|
1779
1903
|
background: unset !important;
|
|
1780
1904
|
width: 100%;
|
|
@@ -1894,8 +2018,14 @@ body.steedos {
|
|
|
1894
2018
|
}
|
|
1895
2019
|
/* amis3.2版本快速编辑单元格样式:end */
|
|
1896
2020
|
.steedos-object-table thead tr th:nth-last-child(2),
|
|
2021
|
+
.steedos-object-table colgroup col:nth-last-child(2),
|
|
2022
|
+
.steedos-object-table tbody tr td:nth-last-child(2) {
|
|
2023
|
+
padding: 0;
|
|
2024
|
+
border: 0;
|
|
2025
|
+
}
|
|
1897
2026
|
.steedos-object-table colgroup col:nth-last-child(2) {
|
|
1898
|
-
|
|
2027
|
+
width: 0.5px !important;
|
|
2028
|
+
min-width: 0.5px !important;
|
|
1899
2029
|
}
|
|
1900
2030
|
.steedos-object-table tbody td.antd-Field--quickEditable .antd-Field-quickEditBtn {
|
|
1901
2031
|
padding-right: 13px;
|
|
@@ -1915,12 +2045,6 @@ body.steedos {
|
|
|
1915
2045
|
.steedos-object-table .datetime-min-w {
|
|
1916
2046
|
min-width: 12em;
|
|
1917
2047
|
}
|
|
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
2048
|
.page-list-split .steedos-object-table .antd-Table-table tbody tr.antd-Table-placeholder {
|
|
1925
2049
|
height: var(--Table-placeholder-height);
|
|
1926
2050
|
}
|
|
@@ -2034,6 +2158,63 @@ body.steedos {
|
|
|
2034
2158
|
}
|
|
2035
2159
|
}
|
|
2036
2160
|
|
|
2161
|
+
.compact-layouts {
|
|
2162
|
+
display: grid;
|
|
2163
|
+
row-gap: 0rem;
|
|
2164
|
+
-moz-column-gap: 1rem;
|
|
2165
|
+
column-gap: 1rem;
|
|
2166
|
+
}
|
|
2167
|
+
.compact-layouts .antd-Form-item {
|
|
2168
|
+
margin-bottom: 0px;
|
|
2169
|
+
}
|
|
2170
|
+
.compact-layouts .antd-Form-label {
|
|
2171
|
+
margin-bottom: 0px;
|
|
2172
|
+
}
|
|
2173
|
+
.compact-layouts .antd-PopOver {
|
|
2174
|
+
min-width: 420px;
|
|
2175
|
+
max-width: 420px;
|
|
2176
|
+
}
|
|
2177
|
+
.compact-layouts .antd-PopOver .antd-Panel {
|
|
2178
|
+
overflow-y: auto;
|
|
2179
|
+
height: 100%;
|
|
2180
|
+
}
|
|
2181
|
+
.compact-layouts .steedos-field-lookup-each .antd-Form-static {
|
|
2182
|
+
overflow: visible;
|
|
2183
|
+
text-overflow: clip;
|
|
2184
|
+
white-space: normal;
|
|
2185
|
+
}
|
|
2186
|
+
.compact-layouts .antd-Form-static,
|
|
2187
|
+
.compact-layouts .antd-MultilineText-display {
|
|
2188
|
+
overflow: hidden;
|
|
2189
|
+
text-overflow: ellipsis;
|
|
2190
|
+
white-space: nowrap;
|
|
2191
|
+
}
|
|
2192
|
+
.steedos-field-lookup-wrapper .antd-PopOver {
|
|
2193
|
+
min-width: 420px;
|
|
2194
|
+
max-width: 420px;
|
|
2195
|
+
}
|
|
2196
|
+
.steedos-record-detail-popover > .antd-Panel-body {
|
|
2197
|
+
padding: 0px;
|
|
2198
|
+
}
|
|
2199
|
+
.steedos-record-detail-popover > .antd-Panel-body > .antd-Form {
|
|
2200
|
+
display: block;
|
|
2201
|
+
}
|
|
2202
|
+
.steedos-record-detail-popover .compact-layouts {
|
|
2203
|
+
display: block;
|
|
2204
|
+
}
|
|
2205
|
+
.steedos-record-detail-popover .compact-layouts .grid {
|
|
2206
|
+
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
|
|
2207
|
+
}
|
|
2208
|
+
.steedos-record-detail-popover .compact-layouts .antd-Form-item {
|
|
2209
|
+
padding: 0px;
|
|
2210
|
+
display: block;
|
|
2211
|
+
}
|
|
2212
|
+
.steedos-record-detail-popover .compact-layouts .antd-Form-item .antd-Form-label {
|
|
2213
|
+
max-width: 100%;
|
|
2214
|
+
}
|
|
2215
|
+
.steedos-record-detail-popover .compact-layouts .antd-Form-item .antd-Form-item-controlBox {
|
|
2216
|
+
max-width: 100%;
|
|
2217
|
+
}
|
|
2037
2218
|
@media (max-width: 768px) {
|
|
2038
2219
|
.record-detail-header-name {
|
|
2039
2220
|
display: -webkit-box;
|
|
@@ -2042,6 +2223,22 @@ body.steedos {
|
|
|
2042
2223
|
-webkit-line-clamp: 2;
|
|
2043
2224
|
-webkit-box-orient: vertical;
|
|
2044
2225
|
}
|
|
2226
|
+
.compact-layouts {
|
|
2227
|
+
display: block;
|
|
2228
|
+
}
|
|
2229
|
+
.compact-layouts .antd-Form-item {
|
|
2230
|
+
padding: 0px;
|
|
2231
|
+
display: block;
|
|
2232
|
+
}
|
|
2233
|
+
.compact-layouts .antd-Form-item .antd-Form-label {
|
|
2234
|
+
max-width: 100%;
|
|
2235
|
+
}
|
|
2236
|
+
.compact-layouts .antd-Form-item .antd-Form-item-controlBox {
|
|
2237
|
+
max-width: 100%;
|
|
2238
|
+
}
|
|
2239
|
+
}
|
|
2240
|
+
.steedos-field-lookup-wrapper {
|
|
2241
|
+
display: block !important;
|
|
2045
2242
|
}
|
|
2046
2243
|
|
|
2047
2244
|
.steedos-context-bar .antd-Nav-list {
|
|
@@ -2316,3 +2513,12 @@ body.sidebar #sidebar {
|
|
|
2316
2513
|
border: none;
|
|
2317
2514
|
color: #000;
|
|
2318
2515
|
}
|
|
2516
|
+
|
|
2517
|
+
|
|
2518
|
+
.steedos-record-selected {
|
|
2519
|
+
background: var(--Table-onChecked-bg) !important;
|
|
2520
|
+
color: var(--Table-onChecked-color) !important;
|
|
2521
|
+
}
|
|
2522
|
+
.steedos-record-selected span {
|
|
2523
|
+
color: var(--Table-onChecked-color) !important;
|
|
2524
|
+
}
|