@steedos-widgets/amis-object 3.6.2-beta.2 → 3.6.2-beta.20
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 +474 -232
- package/dist/amis-object.cjs.js +1797 -631
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +474 -232
- package/dist/amis-object.esm.js +1797 -632
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +474 -232
- package/dist/amis-object.umd.js +427 -239
- 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.umd.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,48 @@ 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-Tabs-linksWrapper {
|
|
366
|
+
border-right: var(--Table-borderWidth) solid var(--Table-borderColor)
|
|
367
|
+
}
|
|
368
|
+
.ant-dropdown{
|
|
369
|
+
z-index: 1400;
|
|
370
|
+
}
|
|
371
|
+
|
|
324
372
|
.ant-dropdown-menu {
|
|
325
373
|
border: 1px solid #e5e5e5;
|
|
326
374
|
border-radius: 0.25rem;
|
|
@@ -396,6 +444,10 @@ fieldset.antd-Collapse > legend{
|
|
|
396
444
|
justify-content: start;
|
|
397
445
|
text-align: left;
|
|
398
446
|
}
|
|
447
|
+
|
|
448
|
+
/* .antd-Tabs {
|
|
449
|
+
margin: 1rem;
|
|
450
|
+
} */
|
|
399
451
|
/* @tailwind base; */
|
|
400
452
|
.container {
|
|
401
453
|
width: 100%
|
|
@@ -425,6 +477,21 @@ fieldset.antd-Collapse > legend{
|
|
|
425
477
|
max-width: 1536px
|
|
426
478
|
}
|
|
427
479
|
}
|
|
480
|
+
@media (min-width: 1600px) {
|
|
481
|
+
.container {
|
|
482
|
+
max-width: 1600px
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
@media (min-width: 1800px) {
|
|
486
|
+
.container {
|
|
487
|
+
max-width: 1800px
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
@media (min-width: 2000px) {
|
|
491
|
+
.container {
|
|
492
|
+
max-width: 2000px
|
|
493
|
+
}
|
|
494
|
+
}
|
|
428
495
|
.visible {
|
|
429
496
|
visibility: visible
|
|
430
497
|
}
|
|
@@ -444,44 +511,38 @@ fieldset.antd-Collapse > legend{
|
|
|
444
511
|
position: sticky
|
|
445
512
|
}
|
|
446
513
|
.inset-0 {
|
|
447
|
-
|
|
448
|
-
right: 0px;
|
|
449
|
-
bottom: 0px;
|
|
450
|
-
left: 0px
|
|
514
|
+
inset: 0px
|
|
451
515
|
}
|
|
452
|
-
.
|
|
453
|
-
|
|
454
|
-
}
|
|
455
|
-
.right-0 {
|
|
456
|
-
right: 0px
|
|
516
|
+
.bottom-4 {
|
|
517
|
+
bottom: 1rem
|
|
457
518
|
}
|
|
458
519
|
.left-0 {
|
|
459
520
|
left: 0px
|
|
460
521
|
}
|
|
461
|
-
.
|
|
462
|
-
|
|
522
|
+
.right-0 {
|
|
523
|
+
right: 0px
|
|
463
524
|
}
|
|
464
525
|
.right-4 {
|
|
465
526
|
right: 1rem
|
|
466
527
|
}
|
|
528
|
+
.top-0 {
|
|
529
|
+
top: 0px
|
|
530
|
+
}
|
|
531
|
+
.z-10 {
|
|
532
|
+
z-index: 10
|
|
533
|
+
}
|
|
467
534
|
.z-20 {
|
|
468
535
|
z-index: 20
|
|
469
536
|
}
|
|
470
537
|
.z-40 {
|
|
471
538
|
z-index: 40
|
|
472
539
|
}
|
|
473
|
-
.z-10 {
|
|
474
|
-
z-index: 10
|
|
475
|
-
}
|
|
476
540
|
.col-span-2 {
|
|
477
541
|
grid-column: span 2 / span 2
|
|
478
542
|
}
|
|
479
543
|
.m-0 {
|
|
480
544
|
margin: 0px
|
|
481
545
|
}
|
|
482
|
-
.m-1 {
|
|
483
|
-
margin: 0.25rem
|
|
484
|
-
}
|
|
485
546
|
.m-2 {
|
|
486
547
|
margin: 0.5rem
|
|
487
548
|
}
|
|
@@ -489,23 +550,20 @@ fieldset.antd-Collapse > legend{
|
|
|
489
550
|
margin-top: 0.5rem;
|
|
490
551
|
margin-bottom: 0.5rem
|
|
491
552
|
}
|
|
492
|
-
|
|
493
|
-
margin-
|
|
494
|
-
}
|
|
495
|
-
.mr-0 {
|
|
496
|
-
margin-right: 0px
|
|
553
|
+
.\!mb-6 {
|
|
554
|
+
margin-bottom: 1.5rem !important
|
|
497
555
|
}
|
|
498
|
-
|
|
499
|
-
margin-
|
|
556
|
+
.-mb-4 {
|
|
557
|
+
margin-bottom: -1rem
|
|
500
558
|
}
|
|
501
|
-
.-
|
|
502
|
-
margin-
|
|
559
|
+
.-ml-1 {
|
|
560
|
+
margin-left: -0.25rem
|
|
503
561
|
}
|
|
504
|
-
|
|
505
|
-
margin-
|
|
562
|
+
.-ml-px {
|
|
563
|
+
margin-left: -1px
|
|
506
564
|
}
|
|
507
|
-
.mb-
|
|
508
|
-
margin-bottom:
|
|
565
|
+
.mb-0 {
|
|
566
|
+
margin-bottom: 0px
|
|
509
567
|
}
|
|
510
568
|
.mb-1 {
|
|
511
569
|
margin-bottom: 0.25rem
|
|
@@ -513,23 +571,17 @@ fieldset.antd-Collapse > legend{
|
|
|
513
571
|
.mb-2 {
|
|
514
572
|
margin-bottom: 0.5rem
|
|
515
573
|
}
|
|
516
|
-
.
|
|
517
|
-
margin-
|
|
518
|
-
}
|
|
519
|
-
.-mb-4 {
|
|
520
|
-
margin-bottom: -1rem
|
|
521
|
-
}
|
|
522
|
-
.mr-4 {
|
|
523
|
-
margin-right: 1rem
|
|
574
|
+
.mb-3 {
|
|
575
|
+
margin-bottom: 0.75rem
|
|
524
576
|
}
|
|
525
|
-
.
|
|
526
|
-
margin-
|
|
577
|
+
.mb-4 {
|
|
578
|
+
margin-bottom: 1rem
|
|
527
579
|
}
|
|
528
|
-
.
|
|
529
|
-
margin-
|
|
580
|
+
.mb-\[-3px\] {
|
|
581
|
+
margin-bottom: -3px
|
|
530
582
|
}
|
|
531
|
-
.
|
|
532
|
-
margin-
|
|
583
|
+
.ml-1 {
|
|
584
|
+
margin-left: 0.25rem
|
|
533
585
|
}
|
|
534
586
|
.ml-2 {
|
|
535
587
|
margin-left: 0.5rem
|
|
@@ -537,26 +589,38 @@ fieldset.antd-Collapse > legend{
|
|
|
537
589
|
.ml-4 {
|
|
538
590
|
margin-left: 1rem
|
|
539
591
|
}
|
|
540
|
-
|
|
541
|
-
margin-
|
|
592
|
+
.mr-0 {
|
|
593
|
+
margin-right: 0px
|
|
594
|
+
}
|
|
595
|
+
.mr-1 {
|
|
596
|
+
margin-right: 0.25rem
|
|
597
|
+
}
|
|
598
|
+
.mr-2 {
|
|
599
|
+
margin-right: 0.5rem
|
|
542
600
|
}
|
|
543
601
|
.mr-3 {
|
|
544
602
|
margin-right: 0.75rem
|
|
545
603
|
}
|
|
546
|
-
.
|
|
547
|
-
margin-
|
|
604
|
+
.mr-4 {
|
|
605
|
+
margin-right: 1rem
|
|
548
606
|
}
|
|
549
|
-
.mt
|
|
550
|
-
margin-top:
|
|
607
|
+
.mt-0 {
|
|
608
|
+
margin-top: 0px
|
|
609
|
+
}
|
|
610
|
+
.mt-0\.5 {
|
|
611
|
+
margin-top: 0.125rem
|
|
551
612
|
}
|
|
552
613
|
.mt-1 {
|
|
553
614
|
margin-top: 0.25rem
|
|
554
615
|
}
|
|
555
|
-
|
|
556
|
-
margin-
|
|
616
|
+
.mt-2 {
|
|
617
|
+
margin-top: 0.5rem
|
|
557
618
|
}
|
|
558
|
-
|
|
559
|
-
margin-
|
|
619
|
+
.mt-3 {
|
|
620
|
+
margin-top: 0.75rem
|
|
621
|
+
}
|
|
622
|
+
.mt-\[50px\] {
|
|
623
|
+
margin-top: 50px
|
|
560
624
|
}
|
|
561
625
|
.block {
|
|
562
626
|
display: block
|
|
@@ -585,11 +649,20 @@ fieldset.antd-Collapse > legend{
|
|
|
585
649
|
.hidden {
|
|
586
650
|
display: none
|
|
587
651
|
}
|
|
652
|
+
.\!h-10 {
|
|
653
|
+
height: 2.5rem !important
|
|
654
|
+
}
|
|
655
|
+
.h-10 {
|
|
656
|
+
height: 2.5rem
|
|
657
|
+
}
|
|
658
|
+
.h-12 {
|
|
659
|
+
height: 3rem
|
|
660
|
+
}
|
|
588
661
|
.h-14 {
|
|
589
662
|
height: 3.5rem
|
|
590
663
|
}
|
|
591
|
-
.h-
|
|
592
|
-
height:
|
|
664
|
+
.h-4 {
|
|
665
|
+
height: 1rem
|
|
593
666
|
}
|
|
594
667
|
.h-5 {
|
|
595
668
|
height: 1.25rem
|
|
@@ -597,94 +670,94 @@ fieldset.antd-Collapse > legend{
|
|
|
597
670
|
.h-6 {
|
|
598
671
|
height: 1.5rem
|
|
599
672
|
}
|
|
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
673
|
.h-7 {
|
|
616
674
|
height: 1.75rem
|
|
617
675
|
}
|
|
618
676
|
.h-8 {
|
|
619
677
|
height: 2rem
|
|
620
678
|
}
|
|
621
|
-
.
|
|
622
|
-
|
|
679
|
+
.h-\[50px\] {
|
|
680
|
+
height: 50px
|
|
623
681
|
}
|
|
624
|
-
.
|
|
625
|
-
|
|
682
|
+
.h-full {
|
|
683
|
+
height: 100%
|
|
626
684
|
}
|
|
627
685
|
.\!max-h-\[80vh\] {
|
|
628
686
|
max-height: 80vh !important
|
|
629
687
|
}
|
|
630
|
-
.
|
|
631
|
-
|
|
688
|
+
.max-h-12 {
|
|
689
|
+
max-height: 3rem
|
|
632
690
|
}
|
|
633
|
-
.
|
|
634
|
-
|
|
691
|
+
.max-h-96 {
|
|
692
|
+
max-height: 24rem
|
|
635
693
|
}
|
|
636
|
-
.
|
|
637
|
-
|
|
694
|
+
.max-h-\[80vh\] {
|
|
695
|
+
max-height: 80vh
|
|
638
696
|
}
|
|
639
|
-
|
|
640
|
-
width:
|
|
697
|
+
.\!w-10 {
|
|
698
|
+
width: 2.5rem !important
|
|
641
699
|
}
|
|
642
|
-
|
|
643
|
-
width:
|
|
700
|
+
.\!w-full {
|
|
701
|
+
width: 100% !important
|
|
702
|
+
}
|
|
703
|
+
.w-1\/3 {
|
|
704
|
+
width: 33.333333%
|
|
644
705
|
}
|
|
645
706
|
.w-10 {
|
|
646
707
|
width: 2.5rem
|
|
647
708
|
}
|
|
648
|
-
.w-auto {
|
|
649
|
-
width: auto
|
|
650
|
-
}
|
|
651
709
|
.w-12 {
|
|
652
710
|
width: 3rem
|
|
653
711
|
}
|
|
654
|
-
.w-
|
|
655
|
-
width:
|
|
712
|
+
.w-14 {
|
|
713
|
+
width: 3.5rem
|
|
656
714
|
}
|
|
657
|
-
|
|
658
|
-
width:
|
|
715
|
+
.w-4 {
|
|
716
|
+
width: 1rem
|
|
717
|
+
}
|
|
718
|
+
.w-6 {
|
|
719
|
+
width: 1.5rem
|
|
659
720
|
}
|
|
660
721
|
.w-64 {
|
|
661
722
|
width: 16rem
|
|
662
723
|
}
|
|
724
|
+
.w-8 {
|
|
725
|
+
width: 2rem
|
|
726
|
+
}
|
|
727
|
+
.w-80 {
|
|
728
|
+
width: 20rem
|
|
729
|
+
}
|
|
663
730
|
.w-96 {
|
|
664
731
|
width: 24rem
|
|
665
732
|
}
|
|
666
|
-
|
|
667
|
-
width:
|
|
733
|
+
.w-\[240px\] {
|
|
734
|
+
width: 240px
|
|
668
735
|
}
|
|
669
|
-
.w-
|
|
670
|
-
width:
|
|
736
|
+
.w-auto {
|
|
737
|
+
width: auto
|
|
671
738
|
}
|
|
672
739
|
.w-fit {
|
|
673
740
|
width: -moz-fit-content;
|
|
674
741
|
width: fit-content
|
|
675
742
|
}
|
|
743
|
+
.w-full {
|
|
744
|
+
width: 100%
|
|
745
|
+
}
|
|
676
746
|
.\!min-w-\[160px\] {
|
|
677
747
|
min-width: 160px !important
|
|
678
748
|
}
|
|
749
|
+
.min-w-56 {
|
|
750
|
+
min-width: 14rem
|
|
751
|
+
}
|
|
752
|
+
.min-w-\[200px\] {
|
|
753
|
+
min-width: 200px
|
|
754
|
+
}
|
|
679
755
|
.min-w-\[240px\] {
|
|
680
756
|
min-width: 240px
|
|
681
757
|
}
|
|
682
758
|
.min-w-\[300px\] {
|
|
683
759
|
min-width: 300px
|
|
684
760
|
}
|
|
685
|
-
.min-w-\[200px\] {
|
|
686
|
-
min-width: 200px
|
|
687
|
-
}
|
|
688
761
|
.min-w-\[388px\] {
|
|
689
762
|
min-width: 388px
|
|
690
763
|
}
|
|
@@ -694,18 +767,18 @@ fieldset.antd-Collapse > legend{
|
|
|
694
767
|
.max-w-md {
|
|
695
768
|
max-width: 28rem
|
|
696
769
|
}
|
|
697
|
-
.flex-
|
|
698
|
-
flex:
|
|
770
|
+
.flex-1 {
|
|
771
|
+
flex: 1 1 0%
|
|
699
772
|
}
|
|
700
773
|
.flex-auto {
|
|
701
774
|
flex: 1 1 auto
|
|
702
775
|
}
|
|
776
|
+
.flex-initial {
|
|
777
|
+
flex: 0 1 auto
|
|
778
|
+
}
|
|
703
779
|
.flex-none {
|
|
704
780
|
flex: none
|
|
705
781
|
}
|
|
706
|
-
.flex-1 {
|
|
707
|
-
flex: 1 1 0%
|
|
708
|
-
}
|
|
709
782
|
.flex-shrink-0 {
|
|
710
783
|
flex-shrink: 0
|
|
711
784
|
}
|
|
@@ -727,6 +800,9 @@ fieldset.antd-Collapse > legend{
|
|
|
727
800
|
.animate-spin {
|
|
728
801
|
animation: spin 1s linear infinite
|
|
729
802
|
}
|
|
803
|
+
.grid-cols-1 {
|
|
804
|
+
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
805
|
+
}
|
|
730
806
|
.flex-row {
|
|
731
807
|
flex-direction: row
|
|
732
808
|
}
|
|
@@ -751,6 +827,9 @@ fieldset.antd-Collapse > legend{
|
|
|
751
827
|
.justify-between {
|
|
752
828
|
justify-content: space-between
|
|
753
829
|
}
|
|
830
|
+
.gap-2 {
|
|
831
|
+
gap: 0.5rem
|
|
832
|
+
}
|
|
754
833
|
.gap-x-3 {
|
|
755
834
|
-moz-column-gap: 0.75rem;
|
|
756
835
|
column-gap: 0.75rem
|
|
@@ -783,8 +862,8 @@ fieldset.antd-Collapse > legend{
|
|
|
783
862
|
.whitespace-nowrap {
|
|
784
863
|
white-space: nowrap
|
|
785
864
|
}
|
|
786
|
-
.break-
|
|
787
|
-
|
|
865
|
+
.break-words {
|
|
866
|
+
overflow-wrap: break-word
|
|
788
867
|
}
|
|
789
868
|
.rounded {
|
|
790
869
|
border-radius: 0.25rem
|
|
@@ -792,12 +871,12 @@ fieldset.antd-Collapse > legend{
|
|
|
792
871
|
.rounded-full {
|
|
793
872
|
border-radius: 9999px
|
|
794
873
|
}
|
|
795
|
-
.rounded-xl {
|
|
796
|
-
border-radius: 0.75rem
|
|
797
|
-
}
|
|
798
874
|
.rounded-md {
|
|
799
875
|
border-radius: 0.375rem
|
|
800
876
|
}
|
|
877
|
+
.rounded-xl {
|
|
878
|
+
border-radius: 0.75rem
|
|
879
|
+
}
|
|
801
880
|
.border {
|
|
802
881
|
border-width: 1px
|
|
803
882
|
}
|
|
@@ -808,147 +887,152 @@ fieldset.antd-Collapse > legend{
|
|
|
808
887
|
border-top-width: 1px;
|
|
809
888
|
border-bottom-width: 1px
|
|
810
889
|
}
|
|
811
|
-
.border-t {
|
|
812
|
-
border-top-width: 1px
|
|
813
|
-
}
|
|
814
890
|
.border-b {
|
|
815
891
|
border-bottom-width: 1px
|
|
816
892
|
}
|
|
817
893
|
.border-b-\[3px\] {
|
|
818
894
|
border-bottom-width: 3px
|
|
819
895
|
}
|
|
896
|
+
.border-l {
|
|
897
|
+
border-left-width: 1px
|
|
898
|
+
}
|
|
820
899
|
.border-r {
|
|
821
900
|
border-right-width: 1px
|
|
822
901
|
}
|
|
823
902
|
.border-solid {
|
|
824
903
|
border-style: solid
|
|
825
904
|
}
|
|
826
|
-
.border-none {
|
|
827
|
-
border-style: none
|
|
828
|
-
}
|
|
829
905
|
.\!border-none {
|
|
830
906
|
border-style: none !important
|
|
831
907
|
}
|
|
832
|
-
.border-
|
|
833
|
-
|
|
834
|
-
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
908
|
+
.border-none {
|
|
909
|
+
border-style: none
|
|
835
910
|
}
|
|
836
911
|
.border-gray-200 {
|
|
837
912
|
--tw-border-opacity: 1;
|
|
838
913
|
border-color: rgb(229 231 235 / var(--tw-border-opacity))
|
|
839
914
|
}
|
|
915
|
+
.border-gray-300 {
|
|
916
|
+
--tw-border-opacity: 1;
|
|
917
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
918
|
+
}
|
|
840
919
|
.border-sky-500 {
|
|
841
920
|
--tw-border-opacity: 1;
|
|
842
921
|
border-color: rgb(14 165 233 / var(--tw-border-opacity))
|
|
843
922
|
}
|
|
844
|
-
|
|
923
|
+
.\!bg-transparent {
|
|
924
|
+
background-color: transparent !important
|
|
925
|
+
}
|
|
926
|
+
.bg-blue-500 {
|
|
845
927
|
--tw-bg-opacity: 1;
|
|
846
|
-
background-color: rgb(
|
|
928
|
+
background-color: rgb(59 130 246 / var(--tw-bg-opacity))
|
|
847
929
|
}
|
|
848
930
|
.bg-gray-100 {
|
|
849
931
|
--tw-bg-opacity: 1;
|
|
850
932
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity))
|
|
851
933
|
}
|
|
852
|
-
.bg-
|
|
853
|
-
--tw-bg-opacity: 1;
|
|
854
|
-
background-color: rgb(
|
|
855
|
-
}
|
|
856
|
-
.\!bg-transparent {
|
|
857
|
-
background-color: transparent !important
|
|
934
|
+
.bg-gray-50 {
|
|
935
|
+
--tw-bg-opacity: 1;
|
|
936
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity))
|
|
858
937
|
}
|
|
859
938
|
.bg-transparent {
|
|
860
939
|
background-color: transparent
|
|
861
940
|
}
|
|
941
|
+
.bg-white {
|
|
942
|
+
--tw-bg-opacity: 1;
|
|
943
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
|
|
944
|
+
}
|
|
862
945
|
.bg-none {
|
|
863
946
|
background-image: none
|
|
864
947
|
}
|
|
865
|
-
.fill-slate-500 {
|
|
866
|
-
fill: #64748b
|
|
867
|
-
}
|
|
868
948
|
.fill-gray-500 {
|
|
869
949
|
fill: #6b7280
|
|
870
950
|
}
|
|
871
|
-
.
|
|
872
|
-
|
|
951
|
+
.fill-slate-500 {
|
|
952
|
+
fill: #64748b
|
|
953
|
+
}
|
|
954
|
+
.\!p-2 {
|
|
955
|
+
padding: 0.5rem !important
|
|
873
956
|
}
|
|
874
957
|
.p-0 {
|
|
875
958
|
padding: 0px
|
|
876
959
|
}
|
|
960
|
+
.p-1 {
|
|
961
|
+
padding: 0.25rem
|
|
962
|
+
}
|
|
877
963
|
.p-2 {
|
|
878
964
|
padding: 0.5rem
|
|
879
965
|
}
|
|
880
|
-
.p-
|
|
881
|
-
padding:
|
|
882
|
-
}
|
|
883
|
-
.\!p-2 {
|
|
884
|
-
padding: 0.5rem !important
|
|
885
|
-
}
|
|
886
|
-
.p-1 {
|
|
887
|
-
padding: 0.25rem
|
|
966
|
+
.p-4 {
|
|
967
|
+
padding: 1rem
|
|
888
968
|
}
|
|
889
969
|
.px-0 {
|
|
890
970
|
padding-left: 0px;
|
|
891
971
|
padding-right: 0px
|
|
892
972
|
}
|
|
893
|
-
.
|
|
894
|
-
padding-
|
|
895
|
-
padding-
|
|
973
|
+
.px-2 {
|
|
974
|
+
padding-left: 0.5rem;
|
|
975
|
+
padding-right: 0.5rem
|
|
976
|
+
}
|
|
977
|
+
.px-3 {
|
|
978
|
+
padding-left: 0.75rem;
|
|
979
|
+
padding-right: 0.75rem
|
|
896
980
|
}
|
|
897
981
|
.px-4 {
|
|
898
982
|
padding-left: 1rem;
|
|
899
983
|
padding-right: 1rem
|
|
900
984
|
}
|
|
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
985
|
.py-1 {
|
|
910
986
|
padding-top: 0.25rem;
|
|
911
987
|
padding-bottom: 0.25rem
|
|
912
988
|
}
|
|
989
|
+
.py-2 {
|
|
990
|
+
padding-top: 0.5rem;
|
|
991
|
+
padding-bottom: 0.5rem
|
|
992
|
+
}
|
|
913
993
|
.py-2\.5 {
|
|
914
994
|
padding-top: 0.625rem;
|
|
915
995
|
padding-bottom: 0.625rem
|
|
916
996
|
}
|
|
917
|
-
.
|
|
918
|
-
padding-top: 1rem
|
|
997
|
+
.py-4 {
|
|
998
|
+
padding-top: 1rem;
|
|
999
|
+
padding-bottom: 1rem
|
|
919
1000
|
}
|
|
920
|
-
.
|
|
921
|
-
padding-
|
|
1001
|
+
.pb-0 {
|
|
1002
|
+
padding-bottom: 0px
|
|
922
1003
|
}
|
|
923
|
-
.
|
|
924
|
-
padding-
|
|
1004
|
+
.pb-16 {
|
|
1005
|
+
padding-bottom: 4rem
|
|
925
1006
|
}
|
|
926
|
-
.
|
|
927
|
-
padding-
|
|
1007
|
+
.pb-4 {
|
|
1008
|
+
padding-bottom: 1rem
|
|
928
1009
|
}
|
|
929
|
-
.pl-
|
|
930
|
-
padding-left:
|
|
1010
|
+
.pl-0 {
|
|
1011
|
+
padding-left: 0px
|
|
931
1012
|
}
|
|
932
1013
|
.pl-1 {
|
|
933
1014
|
padding-left: 0.25rem
|
|
934
1015
|
}
|
|
935
|
-
.
|
|
936
|
-
padding-
|
|
1016
|
+
.pl-1\.5 {
|
|
1017
|
+
padding-left: 0.375rem
|
|
1018
|
+
}
|
|
1019
|
+
.pl-4 {
|
|
1020
|
+
padding-left: 1rem
|
|
937
1021
|
}
|
|
938
1022
|
.pl-5 {
|
|
939
1023
|
padding-left: 1.25rem
|
|
940
1024
|
}
|
|
941
|
-
.
|
|
942
|
-
padding-
|
|
1025
|
+
.pr-4 {
|
|
1026
|
+
padding-right: 1rem
|
|
943
1027
|
}
|
|
944
|
-
.
|
|
945
|
-
padding-
|
|
1028
|
+
.pt-0 {
|
|
1029
|
+
padding-top: 0px
|
|
946
1030
|
}
|
|
947
|
-
.
|
|
948
|
-
padding-
|
|
1031
|
+
.pt-2 {
|
|
1032
|
+
padding-top: 0.5rem
|
|
949
1033
|
}
|
|
950
|
-
.
|
|
951
|
-
padding-
|
|
1034
|
+
.pt-4 {
|
|
1035
|
+
padding-top: 1rem
|
|
952
1036
|
}
|
|
953
1037
|
.text-left {
|
|
954
1038
|
text-align: left
|
|
@@ -956,38 +1040,38 @@ fieldset.antd-Collapse > legend{
|
|
|
956
1040
|
.text-center {
|
|
957
1041
|
text-align: center
|
|
958
1042
|
}
|
|
959
|
-
.text
|
|
1043
|
+
.text-\[11px\] {
|
|
1044
|
+
font-size: 11px
|
|
1045
|
+
}
|
|
1046
|
+
.text-\[14px\] {
|
|
960
1047
|
font-size: 14px
|
|
961
1048
|
}
|
|
962
|
-
.text-
|
|
1049
|
+
.text-base {
|
|
963
1050
|
font-size: 14px
|
|
964
1051
|
}
|
|
965
1052
|
.text-lg {
|
|
966
1053
|
font-size: 16px
|
|
967
1054
|
}
|
|
968
|
-
.text-
|
|
969
|
-
font-size: 18px
|
|
970
|
-
}
|
|
971
|
-
.text-\[14px\] {
|
|
1055
|
+
.text-md {
|
|
972
1056
|
font-size: 14px
|
|
973
1057
|
}
|
|
974
|
-
.text
|
|
975
|
-
font-size:
|
|
1058
|
+
.text-xl {
|
|
1059
|
+
font-size: 18px
|
|
976
1060
|
}
|
|
977
1061
|
.text-xs {
|
|
978
1062
|
font-size: 12px
|
|
979
1063
|
}
|
|
980
|
-
.font-semibold {
|
|
981
|
-
font-weight: 600
|
|
982
|
-
}
|
|
983
1064
|
.font-bold {
|
|
984
1065
|
font-weight: 700
|
|
985
1066
|
}
|
|
986
1067
|
.font-medium {
|
|
987
1068
|
font-weight: 500
|
|
988
1069
|
}
|
|
989
|
-
.
|
|
990
|
-
|
|
1070
|
+
.font-semibold {
|
|
1071
|
+
font-weight: 600
|
|
1072
|
+
}
|
|
1073
|
+
.leading-3 {
|
|
1074
|
+
line-height: .75rem
|
|
991
1075
|
}
|
|
992
1076
|
.leading-4 {
|
|
993
1077
|
line-height: 1rem
|
|
@@ -998,12 +1082,8 @@ fieldset.antd-Collapse > legend{
|
|
|
998
1082
|
.leading-6 {
|
|
999
1083
|
line-height: 1.5rem
|
|
1000
1084
|
}
|
|
1001
|
-
.leading-
|
|
1002
|
-
line-height:
|
|
1003
|
-
}
|
|
1004
|
-
.text-white {
|
|
1005
|
-
--tw-text-opacity: 1;
|
|
1006
|
-
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
1085
|
+
.leading-none {
|
|
1086
|
+
line-height: 1
|
|
1007
1087
|
}
|
|
1008
1088
|
.text-\[blue\] {
|
|
1009
1089
|
--tw-text-opacity: 1;
|
|
@@ -1013,34 +1093,38 @@ fieldset.antd-Collapse > legend{
|
|
|
1013
1093
|
--tw-text-opacity: 1;
|
|
1014
1094
|
color: rgb(255 0 0 / var(--tw-text-opacity))
|
|
1015
1095
|
}
|
|
1016
|
-
.text-
|
|
1096
|
+
.text-black {
|
|
1017
1097
|
--tw-text-opacity: 1;
|
|
1018
|
-
color: rgb(
|
|
1098
|
+
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
1099
|
+
}
|
|
1100
|
+
.text-blue-600 {
|
|
1101
|
+
--tw-text-opacity: 1;
|
|
1102
|
+
color: rgb(37 99 235 / var(--tw-text-opacity))
|
|
1019
1103
|
}
|
|
1020
1104
|
.text-gray-500 {
|
|
1021
1105
|
--tw-text-opacity: 1;
|
|
1022
1106
|
color: rgb(107 114 128 / var(--tw-text-opacity))
|
|
1023
1107
|
}
|
|
1024
|
-
.text-
|
|
1108
|
+
.text-gray-700 {
|
|
1025
1109
|
--tw-text-opacity: 1;
|
|
1026
|
-
color: rgb(
|
|
1110
|
+
color: rgb(55 65 81 / var(--tw-text-opacity))
|
|
1027
1111
|
}
|
|
1028
1112
|
.text-gray-800 {
|
|
1029
1113
|
--tw-text-opacity: 1;
|
|
1030
1114
|
color: rgb(31 41 55 / var(--tw-text-opacity))
|
|
1031
1115
|
}
|
|
1032
|
-
.text-
|
|
1033
|
-
--tw-text-opacity: 1;
|
|
1034
|
-
color: rgb(37 99 235 / var(--tw-text-opacity))
|
|
1035
|
-
}
|
|
1036
|
-
.text-gray-700 {
|
|
1116
|
+
.text-green-600 {
|
|
1037
1117
|
--tw-text-opacity: 1;
|
|
1038
|
-
color: rgb(
|
|
1118
|
+
color: rgb(22 163 74 / var(--tw-text-opacity))
|
|
1039
1119
|
}
|
|
1040
1120
|
.text-sky-500 {
|
|
1041
1121
|
--tw-text-opacity: 1;
|
|
1042
1122
|
color: rgb(14 165 233 / var(--tw-text-opacity))
|
|
1043
1123
|
}
|
|
1124
|
+
.text-white {
|
|
1125
|
+
--tw-text-opacity: 1;
|
|
1126
|
+
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
1127
|
+
}
|
|
1044
1128
|
.no-underline {
|
|
1045
1129
|
text-decoration-line: none
|
|
1046
1130
|
}
|
|
@@ -1050,9 +1134,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1050
1134
|
.opacity-75 {
|
|
1051
1135
|
opacity: 0.75
|
|
1052
1136
|
}
|
|
1053
|
-
.shadow
|
|
1054
|
-
--tw-shadow: 0 0
|
|
1055
|
-
--tw-shadow-colored: 0 0
|
|
1137
|
+
.shadow {
|
|
1138
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1139
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1056
1140
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1057
1141
|
}
|
|
1058
1142
|
.shadow-lg {
|
|
@@ -1060,21 +1144,21 @@ fieldset.antd-Collapse > legend{
|
|
|
1060
1144
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1061
1145
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1062
1146
|
}
|
|
1063
|
-
.shadow {
|
|
1064
|
-
--tw-shadow: 0
|
|
1065
|
-
--tw-shadow-colored: 0
|
|
1147
|
+
.shadow-none {
|
|
1148
|
+
--tw-shadow: 0 0 #0000;
|
|
1149
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
1066
1150
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1067
1151
|
}
|
|
1068
1152
|
.blur {
|
|
1069
1153
|
--tw-blur: blur(8px);
|
|
1070
1154
|
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
1155
|
}
|
|
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
1156
|
.\!filter {
|
|
1076
1157
|
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
1158
|
}
|
|
1159
|
+
.filter {
|
|
1160
|
+
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)
|
|
1161
|
+
}
|
|
1078
1162
|
.backdrop-blur {
|
|
1079
1163
|
--tw-backdrop-blur: blur(8px);
|
|
1080
1164
|
-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 +1169,18 @@ fieldset.antd-Collapse > legend{
|
|
|
1085
1169
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1086
1170
|
transition-duration: 150ms
|
|
1087
1171
|
}
|
|
1088
|
-
.duration-500 {
|
|
1089
|
-
transition-duration: 500ms
|
|
1090
|
-
}
|
|
1091
1172
|
.duration-300 {
|
|
1092
1173
|
transition-duration: 300ms
|
|
1093
1174
|
}
|
|
1175
|
+
.duration-500 {
|
|
1176
|
+
transition-duration: 500ms
|
|
1177
|
+
}
|
|
1094
1178
|
.ease-in-out {
|
|
1095
1179
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
1096
1180
|
}
|
|
1181
|
+
.last\:mb-0:last-child {
|
|
1182
|
+
margin-bottom: 0px
|
|
1183
|
+
}
|
|
1097
1184
|
.hover\:bg-sky-50:hover {
|
|
1098
1185
|
--tw-bg-opacity: 1;
|
|
1099
1186
|
background-color: rgb(240 249 255 / var(--tw-bg-opacity))
|
|
@@ -1124,11 +1211,14 @@ fieldset.antd-Collapse > legend{
|
|
|
1124
1211
|
.sm\:w-\[220px\] {
|
|
1125
1212
|
width: 220px
|
|
1126
1213
|
}
|
|
1214
|
+
.sm\:grid-cols-2 {
|
|
1215
|
+
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
1216
|
+
}
|
|
1127
1217
|
.sm\:grid-cols-4 {
|
|
1128
1218
|
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
1129
1219
|
}
|
|
1130
|
-
.sm\:gap-
|
|
1131
|
-
gap:
|
|
1220
|
+
.sm\:gap-4 {
|
|
1221
|
+
gap: 1rem
|
|
1132
1222
|
}
|
|
1133
1223
|
.sm\:rounded {
|
|
1134
1224
|
border-radius: 0.25rem
|
|
@@ -1152,9 +1242,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1152
1242
|
--tw-border-opacity: 1;
|
|
1153
1243
|
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
1154
1244
|
}
|
|
1155
|
-
.sm\:bg-gray-
|
|
1245
|
+
.sm\:bg-gray-50 {
|
|
1156
1246
|
--tw-bg-opacity: 1;
|
|
1157
|
-
background-color: rgb(
|
|
1247
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity))
|
|
1158
1248
|
}
|
|
1159
1249
|
.sm\:p-3 {
|
|
1160
1250
|
padding: 0.75rem
|
|
@@ -1165,6 +1255,14 @@ fieldset.antd-Collapse > legend{
|
|
|
1165
1255
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1166
1256
|
}
|
|
1167
1257
|
}
|
|
1258
|
+
@media (min-width: 768px) {
|
|
1259
|
+
.md\:grid-cols-3 {
|
|
1260
|
+
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
1261
|
+
}
|
|
1262
|
+
.md\:overflow-auto {
|
|
1263
|
+
overflow: auto
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1168
1266
|
@media (min-width: 1024px) {
|
|
1169
1267
|
.lg\:z-50 {
|
|
1170
1268
|
z-index: 50
|
|
@@ -1178,10 +1276,71 @@ fieldset.antd-Collapse > legend{
|
|
|
1178
1276
|
.lg\:flex {
|
|
1179
1277
|
display: flex
|
|
1180
1278
|
}
|
|
1279
|
+
.lg\:grid-cols-1 {
|
|
1280
|
+
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
1281
|
+
}
|
|
1282
|
+
.lg\:grid-cols-10 {
|
|
1283
|
+
grid-template-columns: repeat(10, minmax(0, 1fr))
|
|
1284
|
+
}
|
|
1285
|
+
.lg\:grid-cols-11 {
|
|
1286
|
+
grid-template-columns: repeat(11, minmax(0, 1fr))
|
|
1287
|
+
}
|
|
1288
|
+
.lg\:grid-cols-12 {
|
|
1289
|
+
grid-template-columns: repeat(12, minmax(0, 1fr))
|
|
1290
|
+
}
|
|
1291
|
+
.lg\:grid-cols-2 {
|
|
1292
|
+
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
1293
|
+
}
|
|
1294
|
+
.lg\:grid-cols-3 {
|
|
1295
|
+
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
1296
|
+
}
|
|
1297
|
+
.lg\:grid-cols-4 {
|
|
1298
|
+
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
1299
|
+
}
|
|
1300
|
+
.lg\:grid-cols-5 {
|
|
1301
|
+
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1302
|
+
}
|
|
1303
|
+
.lg\:grid-cols-6 {
|
|
1304
|
+
grid-template-columns: repeat(6, minmax(0, 1fr))
|
|
1305
|
+
}
|
|
1306
|
+
.lg\:grid-cols-7 {
|
|
1307
|
+
grid-template-columns: repeat(7, minmax(0, 1fr))
|
|
1308
|
+
}
|
|
1309
|
+
.lg\:grid-cols-8 {
|
|
1310
|
+
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1311
|
+
}
|
|
1312
|
+
.lg\:grid-cols-9 {
|
|
1313
|
+
grid-template-columns: repeat(9, minmax(0, 1fr))
|
|
1314
|
+
}
|
|
1181
1315
|
.lg\:flex-col {
|
|
1182
1316
|
flex-direction: column
|
|
1183
1317
|
}
|
|
1184
1318
|
}
|
|
1319
|
+
@media (min-width: 1280px) {
|
|
1320
|
+
.xl\:grid-cols-5 {
|
|
1321
|
+
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
@media (min-width: 1536px) {
|
|
1325
|
+
.\32xl\:grid-cols-5 {
|
|
1326
|
+
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
@media (min-width: 1600px) {
|
|
1330
|
+
.\33xl\:grid-cols-8 {
|
|
1331
|
+
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
@media (min-width: 1800px) {
|
|
1335
|
+
.\34xl\:grid-cols-8 {
|
|
1336
|
+
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
@media (min-width: 2000px) {
|
|
1340
|
+
.\35xl\:grid-cols-10 {
|
|
1341
|
+
grid-template-columns: repeat(10, minmax(0, 1fr))
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1185
1344
|
|
|
1186
1345
|
.ant-dropdown-menu {
|
|
1187
1346
|
border: 1px solid #e5e5e5;
|
|
@@ -1643,16 +1802,13 @@ body.steedos {
|
|
|
1643
1802
|
.steedos-amis-form .antd-Form--horizontal .antd-Tabs .antd-Tabs-content .antd-Tabs-pane .form-content {
|
|
1644
1803
|
display: grid;
|
|
1645
1804
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1646
|
-
row-gap:
|
|
1805
|
+
row-gap: 0.5rem;
|
|
1647
1806
|
-moz-column-gap: 1rem;
|
|
1648
1807
|
column-gap: 1rem;
|
|
1649
1808
|
}
|
|
1650
1809
|
.steedos-amis-form .antd-Collapse .antd-Form--quickEdit {
|
|
1651
1810
|
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
|
|
1652
1811
|
}
|
|
1653
|
-
.steedos-amis-form.antd-Form .antd-Collapse-content {
|
|
1654
|
-
padding: 0.5rem;
|
|
1655
|
-
}
|
|
1656
1812
|
.steedos-object-form .antd-ComboControl .antd-Combo .antd-Form-row {
|
|
1657
1813
|
display: grid;
|
|
1658
1814
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
@@ -1666,7 +1822,7 @@ body.steedos {
|
|
|
1666
1822
|
.steedos-object-form .antd-Tabs-pane.is-active {
|
|
1667
1823
|
display: grid;
|
|
1668
1824
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1669
|
-
row-gap:
|
|
1825
|
+
row-gap: 0.25rem;
|
|
1670
1826
|
-moz-column-gap: 1rem;
|
|
1671
1827
|
column-gap: 1rem;
|
|
1672
1828
|
}
|
|
@@ -1771,10 +1927,10 @@ body.steedos {
|
|
|
1771
1927
|
height: var(--button-size-default-height);
|
|
1772
1928
|
}
|
|
1773
1929
|
.steedos-object-listview .split-dropdown-buttons li {
|
|
1774
|
-
padding: unset;
|
|
1775
1930
|
height: unset;
|
|
1776
1931
|
}
|
|
1777
1932
|
.steedos-object-listview .split-dropdown-buttons li .antd-Button {
|
|
1933
|
+
padding: 0;
|
|
1778
1934
|
border: none !important;
|
|
1779
1935
|
background: unset !important;
|
|
1780
1936
|
width: 100%;
|
|
@@ -1894,8 +2050,14 @@ body.steedos {
|
|
|
1894
2050
|
}
|
|
1895
2051
|
/* amis3.2版本快速编辑单元格样式:end */
|
|
1896
2052
|
.steedos-object-table thead tr th:nth-last-child(2),
|
|
2053
|
+
.steedos-object-table colgroup col:nth-last-child(2),
|
|
2054
|
+
.steedos-object-table tbody tr td:nth-last-child(2) {
|
|
2055
|
+
padding: 0;
|
|
2056
|
+
border: 0;
|
|
2057
|
+
}
|
|
1897
2058
|
.steedos-object-table colgroup col:nth-last-child(2) {
|
|
1898
|
-
|
|
2059
|
+
width: 0.5px !important;
|
|
2060
|
+
min-width: 0.5px !important;
|
|
1899
2061
|
}
|
|
1900
2062
|
.steedos-object-table tbody td.antd-Field--quickEditable .antd-Field-quickEditBtn {
|
|
1901
2063
|
padding-right: 13px;
|
|
@@ -1915,12 +2077,6 @@ body.steedos {
|
|
|
1915
2077
|
.steedos-object-table .datetime-min-w {
|
|
1916
2078
|
min-width: 12em;
|
|
1917
2079
|
}
|
|
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
2080
|
.page-list-split .steedos-object-table .antd-Table-table tbody tr.antd-Table-placeholder {
|
|
1925
2081
|
height: var(--Table-placeholder-height);
|
|
1926
2082
|
}
|
|
@@ -2034,6 +2190,63 @@ body.steedos {
|
|
|
2034
2190
|
}
|
|
2035
2191
|
}
|
|
2036
2192
|
|
|
2193
|
+
.compact-layouts {
|
|
2194
|
+
display: grid;
|
|
2195
|
+
row-gap: 0rem;
|
|
2196
|
+
-moz-column-gap: 1rem;
|
|
2197
|
+
column-gap: 1rem;
|
|
2198
|
+
}
|
|
2199
|
+
.compact-layouts .antd-Form-item {
|
|
2200
|
+
margin-bottom: 0px;
|
|
2201
|
+
}
|
|
2202
|
+
.compact-layouts .antd-Form-label {
|
|
2203
|
+
margin-bottom: 0px;
|
|
2204
|
+
}
|
|
2205
|
+
.compact-layouts .antd-PopOver {
|
|
2206
|
+
min-width: 420px;
|
|
2207
|
+
max-width: 420px;
|
|
2208
|
+
}
|
|
2209
|
+
.compact-layouts .antd-PopOver .antd-Panel {
|
|
2210
|
+
overflow-y: auto;
|
|
2211
|
+
height: 100%;
|
|
2212
|
+
}
|
|
2213
|
+
.compact-layouts .steedos-field-lookup-each .antd-Form-static {
|
|
2214
|
+
overflow: visible;
|
|
2215
|
+
text-overflow: clip;
|
|
2216
|
+
white-space: normal;
|
|
2217
|
+
}
|
|
2218
|
+
.compact-layouts .antd-Form-static,
|
|
2219
|
+
.compact-layouts .antd-MultilineText-display {
|
|
2220
|
+
overflow: hidden;
|
|
2221
|
+
text-overflow: ellipsis;
|
|
2222
|
+
white-space: nowrap;
|
|
2223
|
+
}
|
|
2224
|
+
.steedos-field-lookup-wrapper .antd-PopOver {
|
|
2225
|
+
min-width: 420px;
|
|
2226
|
+
max-width: 420px;
|
|
2227
|
+
}
|
|
2228
|
+
.steedos-record-detail-popover > .antd-Panel-body {
|
|
2229
|
+
padding: 0px;
|
|
2230
|
+
}
|
|
2231
|
+
.steedos-record-detail-popover > .antd-Panel-body > .antd-Form {
|
|
2232
|
+
display: block;
|
|
2233
|
+
}
|
|
2234
|
+
.steedos-record-detail-popover .compact-layouts {
|
|
2235
|
+
display: block;
|
|
2236
|
+
}
|
|
2237
|
+
.steedos-record-detail-popover .compact-layouts .grid {
|
|
2238
|
+
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
|
|
2239
|
+
}
|
|
2240
|
+
.steedos-record-detail-popover .compact-layouts .antd-Form-item {
|
|
2241
|
+
padding: 0px;
|
|
2242
|
+
display: block;
|
|
2243
|
+
}
|
|
2244
|
+
.steedos-record-detail-popover .compact-layouts .antd-Form-item .antd-Form-label {
|
|
2245
|
+
max-width: 100%;
|
|
2246
|
+
}
|
|
2247
|
+
.steedos-record-detail-popover .compact-layouts .antd-Form-item .antd-Form-item-controlBox {
|
|
2248
|
+
max-width: 100%;
|
|
2249
|
+
}
|
|
2037
2250
|
@media (max-width: 768px) {
|
|
2038
2251
|
.record-detail-header-name {
|
|
2039
2252
|
display: -webkit-box;
|
|
@@ -2042,6 +2255,22 @@ body.steedos {
|
|
|
2042
2255
|
-webkit-line-clamp: 2;
|
|
2043
2256
|
-webkit-box-orient: vertical;
|
|
2044
2257
|
}
|
|
2258
|
+
.compact-layouts {
|
|
2259
|
+
display: block;
|
|
2260
|
+
}
|
|
2261
|
+
.compact-layouts .antd-Form-item {
|
|
2262
|
+
padding: 0px;
|
|
2263
|
+
display: block;
|
|
2264
|
+
}
|
|
2265
|
+
.compact-layouts .antd-Form-item .antd-Form-label {
|
|
2266
|
+
max-width: 100%;
|
|
2267
|
+
}
|
|
2268
|
+
.compact-layouts .antd-Form-item .antd-Form-item-controlBox {
|
|
2269
|
+
max-width: 100%;
|
|
2270
|
+
}
|
|
2271
|
+
}
|
|
2272
|
+
.steedos-field-lookup-wrapper {
|
|
2273
|
+
display: block !important;
|
|
2045
2274
|
}
|
|
2046
2275
|
|
|
2047
2276
|
.steedos-context-bar .antd-Nav-list {
|
|
@@ -2316,3 +2545,16 @@ body.sidebar #sidebar {
|
|
|
2316
2545
|
border: none;
|
|
2317
2546
|
color: #000;
|
|
2318
2547
|
}
|
|
2548
|
+
|
|
2549
|
+
.steedos-input-table .antd-DropDown-popover .antd-PopOver-overlay {
|
|
2550
|
+
display: none;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
|
|
2554
|
+
.steedos-record-selected {
|
|
2555
|
+
background: var(--Table-onChecked-bg) !important;
|
|
2556
|
+
color: var(--Table-onChecked-color) !important;
|
|
2557
|
+
}
|
|
2558
|
+
.steedos-record-selected span {
|
|
2559
|
+
color: var(--Table-onChecked-color) !important;
|
|
2560
|
+
}
|