@cloudtower/eagle 0.22.33 → 0.22.35
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/UIKitProvider/index.d.ts +7 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/message-group/__test__/message-group.test.d.ts +1 -0
- package/dist/components/message-group/index.d.ts +25 -0
- package/dist/esm/index.js +769 -607
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +6 -1
- package/dist/style.css +676 -676
- package/dist/umd/index.js +773 -608
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,6 +1597,52 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
+
.fde5mpd {
|
|
1601
|
+
width: 100%;
|
|
1602
|
+
height: 100%;
|
|
1603
|
+
min-height: 124px;
|
|
1604
|
+
display: flex;
|
|
1605
|
+
flex-direction: column;
|
|
1606
|
+
justify-content: center;
|
|
1607
|
+
align-items: center;
|
|
1608
|
+
}
|
|
1609
|
+
.fde5mpd .error-text {
|
|
1610
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
+
margin-bottom: 16px;
|
|
1612
|
+
font-size: 18px;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
.iap75of {
|
|
1616
|
+
height: 18px;
|
|
1617
|
+
line-height: 18px;
|
|
1618
|
+
padding: 0 4px;
|
|
1619
|
+
border-radius: 4px;
|
|
1620
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1621
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1622
|
+
display: flex;
|
|
1623
|
+
align-items: center;
|
|
1624
|
+
white-space: nowrap;
|
|
1625
|
+
margin-right: 4px;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.i1mrf09m {
|
|
1629
|
+
display: inline-flex;
|
|
1630
|
+
align-items: center;
|
|
1631
|
+
}
|
|
1632
|
+
.i1mrf09m .icon-inner {
|
|
1633
|
+
display: inline-flex;
|
|
1634
|
+
align-items: center;
|
|
1635
|
+
justify-content: center;
|
|
1636
|
+
}
|
|
1637
|
+
.i1mrf09m .icon-inner + span,
|
|
1638
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1639
|
+
margin-left: 4px;
|
|
1640
|
+
}
|
|
1641
|
+
.i1mrf09m.is-rotate img,
|
|
1642
|
+
.i1mrf09m.is-rotate svg {
|
|
1643
|
+
animation: rotate 680ms linear infinite;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1600
1646
|
.buj61ew.ant-btn {
|
|
1601
1647
|
height: 32px;
|
|
1602
1648
|
border-radius: 6px;
|
|
@@ -1845,15 +1891,6 @@ input[type=submit] {
|
|
|
1845
1891
|
padding: 0;
|
|
1846
1892
|
}
|
|
1847
1893
|
|
|
1848
|
-
.obf05yr {
|
|
1849
|
-
display: inline-block;
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
.hsms1n6 {
|
|
1853
|
-
visibility: hidden;
|
|
1854
|
-
position: absolute;
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
1894
|
.bpq0js6 {
|
|
1858
1895
|
padding: 4px 11px;
|
|
1859
1896
|
}
|
|
@@ -1883,87 +1920,70 @@ input[type=submit] {
|
|
|
1883
1920
|
border-radius: unset;
|
|
1884
1921
|
}
|
|
1885
1922
|
|
|
1886
|
-
.
|
|
1887
|
-
|
|
1888
|
-
justify-content: stretch;
|
|
1889
|
-
}
|
|
1890
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1891
|
-
padding: 0;
|
|
1892
|
-
margin-right: 4px;
|
|
1893
|
-
flex: 1;
|
|
1894
|
-
overflow: visible;
|
|
1895
|
-
}
|
|
1896
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1897
|
-
display: none;
|
|
1923
|
+
.obf05yr {
|
|
1924
|
+
display: inline-block;
|
|
1898
1925
|
}
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1926
|
+
|
|
1927
|
+
.hsms1n6 {
|
|
1928
|
+
visibility: hidden;
|
|
1929
|
+
position: absolute;
|
|
1902
1930
|
}
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
padding: 0;
|
|
1931
|
+
|
|
1932
|
+
.p12gwtiw {
|
|
1933
|
+
display: flex;
|
|
1934
|
+
justify-content: space-between;
|
|
1935
|
+
align-items: center;
|
|
1936
|
+
padding: 10px 0;
|
|
1937
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1909
1938
|
font-size: 12px;
|
|
1910
|
-
|
|
1911
|
-
}
|
|
1912
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1913
|
-
margin-right: 10px;
|
|
1914
|
-
}
|
|
1915
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1916
|
-
display: none;
|
|
1939
|
+
line-height: 24px;
|
|
1917
1940
|
}
|
|
1918
|
-
.
|
|
1919
|
-
|
|
1941
|
+
.p12gwtiw .pagination-left {
|
|
1942
|
+
padding: 2px 8px;
|
|
1920
1943
|
}
|
|
1921
|
-
.
|
|
1922
|
-
|
|
1944
|
+
.p12gwtiw .dropdown-trigger {
|
|
1945
|
+
display: flex;
|
|
1946
|
+
align-items: center;
|
|
1947
|
+
border-radius: 6px;
|
|
1948
|
+
cursor: pointer;
|
|
1949
|
+
transition: all 0.3s ease;
|
|
1923
1950
|
}
|
|
1924
|
-
.
|
|
1925
|
-
|
|
1951
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1952
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1953
|
+
color: #0080ff;
|
|
1926
1954
|
}
|
|
1927
|
-
.
|
|
1928
|
-
|
|
1929
|
-
width: 0;
|
|
1930
|
-
height: 0;
|
|
1931
|
-
border: 13px solid transparent;
|
|
1932
|
-
position: absolute;
|
|
1933
|
-
top: 0;
|
|
1934
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1935
|
-
right: -21px;
|
|
1936
|
-
z-index: 2;
|
|
1955
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1956
|
+
margin-left: 4px;
|
|
1937
1957
|
}
|
|
1938
|
-
.
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
position: absolute;
|
|
1944
|
-
top: 0;
|
|
1945
|
-
border-left: 8px solid #fff;
|
|
1946
|
-
left: 0;
|
|
1958
|
+
.p12gwtiw .pagination-right {
|
|
1959
|
+
display: flex;
|
|
1960
|
+
align-items: center;
|
|
1961
|
+
color: #0080ff;
|
|
1962
|
+
font-weight: bold;
|
|
1947
1963
|
}
|
|
1948
|
-
.
|
|
1949
|
-
|
|
1964
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1965
|
+
margin-left: 4px;
|
|
1950
1966
|
}
|
|
1951
|
-
.
|
|
1952
|
-
|
|
1967
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1968
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1969
|
+
padding: 0 8px;
|
|
1953
1970
|
}
|
|
1954
|
-
.
|
|
1955
|
-
|
|
1971
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1972
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1973
|
+
color: #0080ff;
|
|
1956
1974
|
}
|
|
1957
|
-
.
|
|
1958
|
-
|
|
1959
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
1975
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1976
|
+
transform: rotate(180deg);
|
|
1960
1977
|
}
|
|
1961
|
-
|
|
1962
|
-
.
|
|
1963
|
-
|
|
1978
|
+
|
|
1979
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1980
|
+
max-height: calc(100vh - 128px);
|
|
1981
|
+
overflow-y: auto;
|
|
1964
1982
|
}
|
|
1965
|
-
.
|
|
1966
|
-
padding:
|
|
1983
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1984
|
+
padding: 4px 20px;
|
|
1985
|
+
font-size: 12px;
|
|
1986
|
+
line-height: 18px;
|
|
1967
1987
|
}
|
|
1968
1988
|
|
|
1969
1989
|
.cz04yix {
|
|
@@ -2631,667 +2651,666 @@ input.rrg1fkn.ant-input {
|
|
|
2631
2651
|
border-bottom-left-radius: 0;
|
|
2632
2652
|
}
|
|
2633
2653
|
|
|
2634
|
-
.
|
|
2635
|
-
|
|
2654
|
+
.s34f1qb.ant-switch {
|
|
2655
|
+
min-width: 40px;
|
|
2656
|
+
height: 24px;
|
|
2657
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2658
|
+
overflow: hidden;
|
|
2636
2659
|
}
|
|
2637
|
-
|
|
2638
|
-
.
|
|
2639
|
-
height: 100%;
|
|
2660
|
+
.s34f1qb.ant-switch:focus {
|
|
2661
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2640
2662
|
}
|
|
2641
|
-
.
|
|
2642
|
-
|
|
2643
|
-
height:
|
|
2663
|
+
.s34f1qb.ant-switch-small {
|
|
2664
|
+
min-width: 26px;
|
|
2665
|
+
height: 16px;
|
|
2644
2666
|
}
|
|
2645
|
-
.
|
|
2646
|
-
|
|
2667
|
+
.s34f1qb.ant-switch-large {
|
|
2668
|
+
min-width: 52px;
|
|
2669
|
+
height: 32px;
|
|
2647
2670
|
}
|
|
2648
|
-
.
|
|
2649
|
-
|
|
2650
|
-
|
|
2671
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2672
|
+
height: 20px;
|
|
2673
|
+
width: 20px;
|
|
2651
2674
|
}
|
|
2652
|
-
.
|
|
2653
|
-
|
|
2675
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2676
|
+
border-radius: 10px;
|
|
2677
|
+
transition-delay: 120ms;
|
|
2654
2678
|
}
|
|
2655
|
-
.
|
|
2656
|
-
|
|
2679
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2680
|
+
height: 14px;
|
|
2681
|
+
width: 14px;
|
|
2682
|
+
top: 1px;
|
|
2683
|
+
left: 1px;
|
|
2657
2684
|
}
|
|
2658
|
-
.
|
|
2659
|
-
|
|
2685
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2686
|
+
height: 28px;
|
|
2687
|
+
width: 28px;
|
|
2660
2688
|
}
|
|
2661
|
-
.
|
|
2662
|
-
|
|
2689
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2690
|
+
border-radius: 14px;
|
|
2663
2691
|
}
|
|
2664
|
-
.
|
|
2665
|
-
|
|
2692
|
+
.s34f1qb.ant-switch-checked {
|
|
2693
|
+
background-color: #00ba5d;
|
|
2666
2694
|
}
|
|
2667
|
-
.
|
|
2668
|
-
|
|
2669
|
-
overflow: visible;
|
|
2695
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2696
|
+
left: calc(100% - 20px - 2px);
|
|
2670
2697
|
}
|
|
2671
|
-
.
|
|
2672
|
-
|
|
2698
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2699
|
+
left: calc(100% - 14px - 1px);
|
|
2673
2700
|
}
|
|
2674
|
-
.
|
|
2675
|
-
|
|
2676
|
-
display: none;
|
|
2701
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2702
|
+
left: calc(100% - 28px - 2px);
|
|
2677
2703
|
}
|
|
2678
|
-
|
|
2679
|
-
|
|
2704
|
+
|
|
2705
|
+
.c1to9vb9 {
|
|
2706
|
+
margin-left: 5px;
|
|
2680
2707
|
}
|
|
2681
|
-
|
|
2682
|
-
.
|
|
2683
|
-
|
|
2684
|
-
|
|
2708
|
+
|
|
2709
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2710
|
+
flex-direction: row;
|
|
2711
|
+
justify-content: stretch;
|
|
2685
2712
|
}
|
|
2686
|
-
.
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
padding: 8px;
|
|
2692
|
-
}
|
|
2693
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
2694
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
2695
|
-
overflow: hidden;
|
|
2696
|
-
text-overflow: ellipsis;
|
|
2697
|
-
width: 100%;
|
|
2713
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2714
|
+
padding: 0;
|
|
2715
|
+
margin-right: 4px;
|
|
2716
|
+
flex: 1;
|
|
2717
|
+
overflow: visible;
|
|
2698
2718
|
}
|
|
2699
|
-
.
|
|
2700
|
-
|
|
2719
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2720
|
+
display: none;
|
|
2701
2721
|
}
|
|
2702
|
-
.
|
|
2703
|
-
|
|
2722
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2723
|
+
width: 100%;
|
|
2724
|
+
min-height: unset;
|
|
2704
2725
|
}
|
|
2705
|
-
.
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2726
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2727
|
+
height: 26px;
|
|
2728
|
+
line-height: 26px;
|
|
2729
|
+
width: 100%;
|
|
2730
|
+
text-align: center;
|
|
2731
|
+
padding: 0;
|
|
2711
2732
|
font-size: 12px;
|
|
2712
|
-
|
|
2733
|
+
font-weight: normal;
|
|
2713
2734
|
}
|
|
2714
|
-
.
|
|
2715
|
-
|
|
2716
|
-
z-index: 3;
|
|
2717
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
2718
|
-
margin-bottom: -1px;
|
|
2735
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2736
|
+
margin-right: 10px;
|
|
2719
2737
|
}
|
|
2720
|
-
.
|
|
2721
|
-
|
|
2722
|
-
color: #2d3a56;
|
|
2738
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2739
|
+
display: none;
|
|
2723
2740
|
}
|
|
2724
|
-
.
|
|
2725
|
-
|
|
2726
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2741
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2742
|
+
border-radius: 4px 0 0 4px;
|
|
2727
2743
|
}
|
|
2728
|
-
.
|
|
2729
|
-
|
|
2744
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2745
|
+
margin-right: 0;
|
|
2730
2746
|
}
|
|
2731
|
-
.
|
|
2732
|
-
|
|
2747
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2748
|
+
border-radius: 0 4px 4px 0;
|
|
2733
2749
|
}
|
|
2734
|
-
.
|
|
2735
|
-
|
|
2750
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2751
|
+
content: "";
|
|
2752
|
+
width: 0;
|
|
2753
|
+
height: 0;
|
|
2754
|
+
border: 13px solid transparent;
|
|
2736
2755
|
position: absolute;
|
|
2737
|
-
top:
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
2742
|
-
box-shadow: none;
|
|
2743
|
-
width: 1px;
|
|
2744
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2756
|
+
top: 0;
|
|
2757
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2758
|
+
right: -21px;
|
|
2759
|
+
z-index: 2;
|
|
2745
2760
|
}
|
|
2746
|
-
.
|
|
2747
|
-
|
|
2748
|
-
width:
|
|
2749
|
-
|
|
2761
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2762
|
+
content: "";
|
|
2763
|
+
width: 0;
|
|
2764
|
+
height: 0;
|
|
2765
|
+
border: 13px solid transparent;
|
|
2766
|
+
position: absolute;
|
|
2767
|
+
top: 0;
|
|
2768
|
+
border-left: 8px solid #fff;
|
|
2769
|
+
left: 0;
|
|
2750
2770
|
}
|
|
2751
|
-
.
|
|
2752
|
-
|
|
2771
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2772
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2753
2773
|
}
|
|
2754
|
-
.
|
|
2755
|
-
border-
|
|
2756
|
-
border-bottom: 1px solid white;
|
|
2757
|
-
height: 40px;
|
|
2758
|
-
vertical-align: middle;
|
|
2759
|
-
transition: background 0ms;
|
|
2760
|
-
color: #00122e;
|
|
2774
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2775
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2761
2776
|
}
|
|
2762
|
-
.
|
|
2763
|
-
|
|
2764
|
-
border-bottom-color: #f2f5fa;
|
|
2777
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2778
|
+
color: #005ed1;
|
|
2765
2779
|
}
|
|
2766
|
-
.
|
|
2767
|
-
|
|
2768
|
-
color:
|
|
2769
|
-
font-size: 12px;
|
|
2770
|
-
text-align: left;
|
|
2771
|
-
transition: none;
|
|
2772
|
-
overflow: hidden;
|
|
2773
|
-
text-overflow: ellipsis;
|
|
2774
|
-
white-space: nowrap;
|
|
2780
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2781
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2782
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2775
2783
|
}
|
|
2776
|
-
.
|
|
2777
|
-
|
|
2784
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2785
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2786
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2778
2787
|
}
|
|
2779
|
-
.
|
|
2780
|
-
|
|
2781
|
-
text-overflow: ellipsis;
|
|
2782
|
-
width: 100%;
|
|
2783
|
-
vertical-align: middle;
|
|
2788
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2789
|
+
padding: 0;
|
|
2784
2790
|
}
|
|
2785
|
-
|
|
2786
|
-
|
|
2791
|
+
|
|
2792
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2793
|
+
display: inline-flex;
|
|
2794
|
+
align-items: baseline;
|
|
2795
|
+
white-space: pre-wrap;
|
|
2787
2796
|
}
|
|
2788
|
-
.
|
|
2789
|
-
|
|
2797
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2798
|
+
position: relative;
|
|
2799
|
+
top: 3px;
|
|
2790
2800
|
}
|
|
2791
|
-
.
|
|
2792
|
-
border-
|
|
2801
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2802
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2793
2803
|
}
|
|
2794
|
-
.
|
|
2795
|
-
|
|
2796
|
-
border-color: transparent transparent white;
|
|
2804
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2805
|
+
border-color: #0080ff;
|
|
2797
2806
|
}
|
|
2798
|
-
.
|
|
2799
|
-
border-
|
|
2807
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2808
|
+
border-color: #0080ff;
|
|
2809
|
+
background: #0080ff;
|
|
2800
2810
|
}
|
|
2801
|
-
.
|
|
2802
|
-
|
|
2811
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2812
|
+
top: 4px;
|
|
2813
|
+
left: 4px;
|
|
2814
|
+
width: 6px;
|
|
2815
|
+
height: 6px;
|
|
2816
|
+
background: #fff;
|
|
2803
2817
|
}
|
|
2804
|
-
.
|
|
2805
|
-
|
|
2806
|
-
width: 4px;
|
|
2807
|
-
top: -1px;
|
|
2808
|
-
bottom: -1px;
|
|
2809
|
-
background: white;
|
|
2818
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2819
|
+
opacity: 0.5;
|
|
2810
2820
|
}
|
|
2811
|
-
.
|
|
2812
|
-
border-
|
|
2821
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2822
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2823
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2813
2824
|
}
|
|
2814
|
-
.
|
|
2815
|
-
|
|
2816
|
-
background: white;
|
|
2817
|
-
border-top: none;
|
|
2825
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2826
|
+
background: #00122e;
|
|
2818
2827
|
}
|
|
2819
|
-
.
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2828
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2829
|
+
color: #00122e;
|
|
2830
|
+
opacity: 0.5;
|
|
2823
2831
|
}
|
|
2824
|
-
.
|
|
2825
|
-
|
|
2826
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2832
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2833
|
+
color: #00122e;
|
|
2827
2834
|
}
|
|
2828
|
-
.
|
|
2829
|
-
display:
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2835
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2836
|
+
display: inline-block;
|
|
2837
|
+
padding: 0;
|
|
2838
|
+
padding-left: 12px;
|
|
2833
2839
|
}
|
|
2834
|
-
.
|
|
2835
|
-
|
|
2836
|
-
|
|
2840
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2841
|
+
margin-bottom: 0;
|
|
2842
|
+
white-space: pre-wrap;
|
|
2843
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2837
2844
|
}
|
|
2838
|
-
.
|
|
2839
|
-
|
|
2840
|
-
align-items: center;
|
|
2841
|
-
height: 100%;
|
|
2842
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2845
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2846
|
+
padding-left: 8px;
|
|
2843
2847
|
}
|
|
2844
|
-
|
|
2845
|
-
|
|
2848
|
+
|
|
2849
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2850
|
+
border-radius: 5px 0 0 5px;
|
|
2846
2851
|
}
|
|
2847
|
-
.
|
|
2848
|
-
|
|
2849
|
-
border-radius: 8px;
|
|
2852
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2853
|
+
border-radius: 0 5px 5px 0;
|
|
2850
2854
|
}
|
|
2851
|
-
|
|
2852
|
-
|
|
2855
|
+
|
|
2856
|
+
.r1f0aqcc {
|
|
2857
|
+
color: #00122e;
|
|
2858
|
+
border-color: #ccd4e3;
|
|
2853
2859
|
}
|
|
2854
|
-
.
|
|
2855
|
-
|
|
2856
|
-
border-
|
|
2857
|
-
border-top-color: transparent;
|
|
2860
|
+
.r1f0aqcc:first-child {
|
|
2861
|
+
color: #00122e;
|
|
2862
|
+
border-color: #a3b4cc;
|
|
2858
2863
|
}
|
|
2859
|
-
.
|
|
2860
|
-
|
|
2864
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2865
|
+
padding: 0 12px;
|
|
2866
|
+
line-height: 32px;
|
|
2867
|
+
height: 32px;
|
|
2861
2868
|
}
|
|
2862
|
-
.
|
|
2863
|
-
|
|
2869
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2870
|
+
white-space: nowrap;
|
|
2864
2871
|
}
|
|
2865
|
-
.
|
|
2866
|
-
background:
|
|
2872
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2873
|
+
background: #ccd4e3;
|
|
2867
2874
|
}
|
|
2868
|
-
.
|
|
2869
|
-
background: #
|
|
2870
|
-
font-weight: 400;
|
|
2871
|
-
position: relative;
|
|
2872
|
-
border-bottom: none;
|
|
2873
|
-
color: #00122e;
|
|
2874
|
-
transition: none;
|
|
2875
|
-
padding: 15px 8px 15px 8px;
|
|
2875
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2876
|
+
background: #0080ff;
|
|
2876
2877
|
}
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
top: 0;
|
|
2881
|
-
bottom: 0;
|
|
2882
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2883
|
-
position: absolute;
|
|
2884
|
-
right: 0;
|
|
2878
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2879
|
+
background: #ccd4e3;
|
|
2880
|
+
opacity: 0.5;
|
|
2885
2881
|
}
|
|
2886
|
-
.
|
|
2887
|
-
|
|
2882
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2883
|
+
border-right-color: #0080ff;
|
|
2888
2884
|
}
|
|
2889
|
-
.
|
|
2890
|
-
|
|
2885
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2886
|
+
border-color: #0080ff;
|
|
2891
2887
|
}
|
|
2892
|
-
.
|
|
2893
|
-
|
|
2894
|
-
overflow: hidden;
|
|
2895
|
-
white-space: nowrap;
|
|
2896
|
-
text-overflow: ellipsis;
|
|
2888
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2889
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2897
2890
|
}
|
|
2898
|
-
.
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2891
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2892
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2893
|
+
border-color: #ccd4e3;
|
|
2894
|
+
opacity: 0.5;
|
|
2902
2895
|
}
|
|
2903
|
-
.
|
|
2904
|
-
|
|
2896
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2897
|
+
color: #00122e;
|
|
2898
|
+
border-color: #ccd4e3;
|
|
2905
2899
|
}
|
|
2906
|
-
.
|
|
2907
|
-
|
|
2900
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2901
|
+
color: #00122e;
|
|
2902
|
+
border-color: #ccd4e3;
|
|
2903
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2908
2904
|
}
|
|
2909
|
-
.
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
transition: transform 320ms ease;
|
|
2905
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2906
|
+
margin-right: 8px;
|
|
2907
|
+
display: inline;
|
|
2908
|
+
border: none;
|
|
2909
|
+
padding: 0;
|
|
2910
|
+
width: 36px;
|
|
2911
|
+
background: transparent;
|
|
2917
2912
|
}
|
|
2918
|
-
.
|
|
2919
|
-
|
|
2920
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
2913
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2914
|
+
box-shadow: none;
|
|
2921
2915
|
}
|
|
2922
|
-
.
|
|
2923
|
-
|
|
2916
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2917
|
+
margin-right: 0;
|
|
2918
|
+
width: initial;
|
|
2919
|
+
box-shadow: none;
|
|
2924
2920
|
}
|
|
2925
|
-
.
|
|
2921
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2926
2922
|
display: none;
|
|
2927
2923
|
}
|
|
2928
|
-
.
|
|
2929
|
-
|
|
2924
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2925
|
+
display: inline;
|
|
2930
2926
|
}
|
|
2931
|
-
.
|
|
2932
|
-
|
|
2927
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2928
|
+
display: inline;
|
|
2929
|
+
margin-right: 8px;
|
|
2930
|
+
padding: 0;
|
|
2931
|
+
width: 36px;
|
|
2933
2932
|
}
|
|
2934
|
-
|
|
2935
|
-
|
|
2933
|
+
|
|
2934
|
+
.t1upn1sz {
|
|
2935
|
+
height: 100%;
|
|
2936
2936
|
}
|
|
2937
|
-
|
|
2938
|
-
|
|
2937
|
+
|
|
2938
|
+
.tta5kd2 {
|
|
2939
|
+
height: 100%;
|
|
2939
2940
|
}
|
|
2940
|
-
.tta5kd2
|
|
2941
|
-
|
|
2941
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
2942
|
+
overflow: visible !important;
|
|
2943
|
+
height: 100%;
|
|
2942
2944
|
}
|
|
2943
|
-
.tta5kd2 .ant-table .ant-table-
|
|
2944
|
-
|
|
2945
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
2946
|
+
height: 100%;
|
|
2945
2947
|
}
|
|
2946
|
-
.tta5kd2
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
top: 50%;
|
|
2950
|
-
transform: translate(-50%, -50%);
|
|
2948
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
2949
|
+
width: 100% !important;
|
|
2950
|
+
height: 100%;
|
|
2951
2951
|
}
|
|
2952
|
-
.tta5kd2 .ant-table .ant-table-
|
|
2952
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2953
|
+
padding: 15px 0;
|
|
2954
|
+
}
|
|
2955
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
2953
2956
|
display: none;
|
|
2954
2957
|
}
|
|
2955
|
-
.tta5kd2 .
|
|
2956
|
-
|
|
2958
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
2959
|
+
font-weight: 700;
|
|
2957
2960
|
}
|
|
2958
|
-
.tta5kd2
|
|
2959
|
-
|
|
2961
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
2962
|
+
font-weight: 700;
|
|
2960
2963
|
}
|
|
2961
|
-
.tta5kd2 .ant-
|
|
2962
|
-
|
|
2963
|
-
border: none;
|
|
2964
|
-
background: inherit !important;
|
|
2965
|
-
height: 100px;
|
|
2966
|
-
vertical-align: middle;
|
|
2964
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
2965
|
+
height: 100%;
|
|
2967
2966
|
}
|
|
2968
|
-
.tta5kd2 .ant-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
font-size: 20px;
|
|
2972
|
-
color: rgba(10, 37, 85, 0.6);
|
|
2967
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
2968
|
+
height: 100%;
|
|
2969
|
+
overflow: visible;
|
|
2973
2970
|
}
|
|
2974
|
-
.tta5kd2 .ant-
|
|
2975
|
-
|
|
2976
|
-
position: relative;
|
|
2977
|
-
background: #fff;
|
|
2971
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
2972
|
+
max-height: none;
|
|
2978
2973
|
}
|
|
2979
|
-
.tta5kd2 .ant-
|
|
2980
|
-
|
|
2981
|
-
display:
|
|
2982
|
-
align-items: center;
|
|
2983
|
-
justify-content: flex-end;
|
|
2984
|
-
padding-right: 8px;
|
|
2974
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
2975
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
2976
|
+
display: none;
|
|
2985
2977
|
}
|
|
2986
|
-
.tta5kd2 .ant-table
|
|
2987
|
-
|
|
2988
|
-
height: 24px;
|
|
2989
|
-
cursor: pointer;
|
|
2990
|
-
justify-content: center;
|
|
2991
|
-
border-radius: 4px;
|
|
2978
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
2979
|
+
background: transparent;
|
|
2992
2980
|
}
|
|
2993
|
-
.tta5kd2 .ant-table
|
|
2981
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
2982
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
2994
2983
|
background: #fff;
|
|
2984
|
+
padding: 0 !important;
|
|
2995
2985
|
}
|
|
2996
|
-
|
|
2997
|
-
.
|
|
2998
|
-
height: 18px;
|
|
2999
|
-
line-height: 18px;
|
|
3000
|
-
padding: 0 4px;
|
|
3001
|
-
border-radius: 4px;
|
|
3002
|
-
background: rgba(235, 239, 245, 0.6);
|
|
3003
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2986
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
2987
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3004
2988
|
display: flex;
|
|
3005
2989
|
align-items: center;
|
|
3006
|
-
|
|
3007
|
-
|
|
2990
|
+
height: 100%;
|
|
2991
|
+
padding: 8px;
|
|
3008
2992
|
}
|
|
3009
|
-
|
|
3010
|
-
.
|
|
3011
|
-
min-width: 40px;
|
|
3012
|
-
height: 24px;
|
|
3013
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2993
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
2994
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
3014
2995
|
overflow: hidden;
|
|
2996
|
+
text-overflow: ellipsis;
|
|
2997
|
+
width: 100%;
|
|
3015
2998
|
}
|
|
3016
|
-
.
|
|
3017
|
-
|
|
3018
|
-
}
|
|
3019
|
-
.s34f1qb.ant-switch-small {
|
|
3020
|
-
min-width: 26px;
|
|
3021
|
-
height: 16px;
|
|
2999
|
+
.tta5kd2 .ant-table-container {
|
|
3000
|
+
height: 100%;
|
|
3022
3001
|
}
|
|
3023
|
-
.
|
|
3024
|
-
|
|
3025
|
-
height: 32px;
|
|
3002
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
3003
|
+
box-shadow: none !important;
|
|
3026
3004
|
}
|
|
3027
|
-
.
|
|
3028
|
-
|
|
3029
|
-
|
|
3005
|
+
.tta5kd2 .ant-table {
|
|
3006
|
+
border-radius: 0px;
|
|
3007
|
+
border-left: none;
|
|
3008
|
+
border-right: none;
|
|
3009
|
+
border-bottom: none;
|
|
3010
|
+
height: 100%;
|
|
3011
|
+
font-size: 12px;
|
|
3012
|
+
background: transparent;
|
|
3030
3013
|
}
|
|
3031
|
-
.
|
|
3032
|
-
|
|
3033
|
-
|
|
3014
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
3015
|
+
position: relative;
|
|
3016
|
+
z-index: 3;
|
|
3017
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3018
|
+
margin-bottom: -1px;
|
|
3034
3019
|
}
|
|
3035
|
-
.
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
top: 1px;
|
|
3039
|
-
left: 1px;
|
|
3020
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3021
|
+
.tta5kd2 .ant-table .value {
|
|
3022
|
+
color: #2d3a56;
|
|
3040
3023
|
}
|
|
3041
|
-
.
|
|
3042
|
-
|
|
3043
|
-
|
|
3024
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3025
|
+
.tta5kd2 .ant-table .unit {
|
|
3026
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3044
3027
|
}
|
|
3045
|
-
.
|
|
3046
|
-
|
|
3028
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
3029
|
+
text-align: center;
|
|
3047
3030
|
}
|
|
3048
|
-
.
|
|
3049
|
-
background
|
|
3031
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3032
|
+
background: #fff;
|
|
3050
3033
|
}
|
|
3051
|
-
.
|
|
3052
|
-
|
|
3034
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
3035
|
+
cursor: pointer;
|
|
3036
|
+
position: absolute;
|
|
3037
|
+
top: 50%;
|
|
3038
|
+
right: 12px;
|
|
3039
|
+
transform: translateY(-50%);
|
|
3053
3040
|
}
|
|
3054
|
-
.
|
|
3055
|
-
|
|
3041
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3042
|
+
box-shadow: none;
|
|
3043
|
+
width: 1px;
|
|
3044
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3056
3045
|
}
|
|
3057
|
-
.
|
|
3058
|
-
|
|
3046
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3047
|
+
box-shadow: none;
|
|
3048
|
+
width: 1px;
|
|
3049
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3059
3050
|
}
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
margin-left: 5px;
|
|
3051
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3052
|
+
position: relative;
|
|
3063
3053
|
}
|
|
3064
|
-
|
|
3065
|
-
.
|
|
3066
|
-
|
|
3067
|
-
|
|
3054
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
3055
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3056
|
+
border-bottom: 1px solid white;
|
|
3057
|
+
height: 40px;
|
|
3058
|
+
vertical-align: middle;
|
|
3059
|
+
transition: background 0ms;
|
|
3060
|
+
color: #00122e;
|
|
3068
3061
|
}
|
|
3069
|
-
.
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
justify-content: center;
|
|
3062
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
3063
|
+
background: #f2f5fa;
|
|
3064
|
+
border-bottom-color: #f2f5fa;
|
|
3073
3065
|
}
|
|
3074
|
-
.
|
|
3075
|
-
|
|
3076
|
-
|
|
3066
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
3067
|
+
height: auto;
|
|
3068
|
+
color: #00122e;
|
|
3069
|
+
font-size: 12px;
|
|
3070
|
+
text-align: left;
|
|
3071
|
+
transition: none;
|
|
3072
|
+
overflow: hidden;
|
|
3073
|
+
text-overflow: ellipsis;
|
|
3074
|
+
white-space: nowrap;
|
|
3077
3075
|
}
|
|
3078
|
-
.
|
|
3079
|
-
|
|
3080
|
-
animation: rotate 680ms linear infinite;
|
|
3076
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
3077
|
+
color: #0096ff;
|
|
3081
3078
|
}
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
align
|
|
3087
|
-
padding: 10px 0;
|
|
3088
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3089
|
-
font-size: 12px;
|
|
3090
|
-
line-height: 24px;
|
|
3079
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
3080
|
+
overflow: hidden;
|
|
3081
|
+
text-overflow: ellipsis;
|
|
3082
|
+
width: 100%;
|
|
3083
|
+
vertical-align: middle;
|
|
3091
3084
|
}
|
|
3092
|
-
.
|
|
3093
|
-
|
|
3085
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
3086
|
+
line-height: 0px;
|
|
3094
3087
|
}
|
|
3095
|
-
.
|
|
3096
|
-
|
|
3097
|
-
align-items: center;
|
|
3098
|
-
border-radius: 6px;
|
|
3099
|
-
cursor: pointer;
|
|
3100
|
-
transition: all 0.3s ease;
|
|
3088
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
3089
|
+
padding-right: 25px;
|
|
3101
3090
|
}
|
|
3102
|
-
.
|
|
3103
|
-
|
|
3104
|
-
color: #0080ff;
|
|
3091
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
3092
|
+
border-top-color: transparent;
|
|
3105
3093
|
}
|
|
3106
|
-
.
|
|
3107
|
-
|
|
3094
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
3095
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3096
|
+
border-color: transparent transparent white;
|
|
3108
3097
|
}
|
|
3109
|
-
.
|
|
3110
|
-
|
|
3111
|
-
align-items: center;
|
|
3112
|
-
color: #0080ff;
|
|
3113
|
-
font-weight: bold;
|
|
3098
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
3099
|
+
border-radius: 8px 0 0 8px;
|
|
3114
3100
|
}
|
|
3115
|
-
.
|
|
3116
|
-
|
|
3101
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
3102
|
+
border-radius: 8px 0 0 8px;
|
|
3117
3103
|
}
|
|
3118
|
-
.
|
|
3119
|
-
|
|
3120
|
-
|
|
3104
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
3105
|
+
content: "";
|
|
3106
|
+
width: 4px;
|
|
3107
|
+
top: -1px;
|
|
3108
|
+
bottom: -1px;
|
|
3109
|
+
background: white;
|
|
3121
3110
|
}
|
|
3122
|
-
.
|
|
3123
|
-
|
|
3124
|
-
color: #0080ff;
|
|
3111
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
3112
|
+
border-radius: 0 8px 8px 0;
|
|
3125
3113
|
}
|
|
3126
|
-
.
|
|
3127
|
-
|
|
3114
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
3115
|
+
border-radius: 0;
|
|
3116
|
+
background: white;
|
|
3117
|
+
border-top: none;
|
|
3128
3118
|
}
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3119
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
3120
|
+
border-top: 1px solid transparent;
|
|
3121
|
+
border-radius: 0 8px 8px 0;
|
|
3122
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3133
3123
|
}
|
|
3134
|
-
.
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
line-height: 18px;
|
|
3124
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
3125
|
+
background: white;
|
|
3126
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3138
3127
|
}
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3128
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3129
|
+
display: flex;
|
|
3130
|
+
align-items: center;
|
|
3142
3131
|
height: 100%;
|
|
3143
|
-
|
|
3132
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3133
|
+
}
|
|
3134
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
3135
|
+
background: white;
|
|
3136
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3137
|
+
}
|
|
3138
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
3144
3139
|
display: flex;
|
|
3145
|
-
flex-direction: column;
|
|
3146
|
-
justify-content: center;
|
|
3147
3140
|
align-items: center;
|
|
3141
|
+
height: 100%;
|
|
3142
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3148
3143
|
}
|
|
3149
|
-
.
|
|
3150
|
-
|
|
3151
|
-
margin-bottom: 16px;
|
|
3152
|
-
font-size: 18px;
|
|
3144
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
3145
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3153
3146
|
}
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
align-items: baseline;
|
|
3158
|
-
white-space: pre-wrap;
|
|
3147
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
3148
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
3149
|
+
border-radius: 8px;
|
|
3159
3150
|
}
|
|
3160
|
-
.
|
|
3161
|
-
|
|
3162
|
-
top: 3px;
|
|
3151
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
3152
|
+
border-top-color: white;
|
|
3163
3153
|
}
|
|
3164
|
-
.
|
|
3165
|
-
|
|
3154
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
3155
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3156
|
+
border-bottom-color: transparent;
|
|
3157
|
+
border-top-color: transparent;
|
|
3166
3158
|
}
|
|
3167
|
-
.
|
|
3168
|
-
border-
|
|
3159
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
3160
|
+
border-radius: 8px 0 0 8px;
|
|
3169
3161
|
}
|
|
3170
|
-
.
|
|
3171
|
-
border-
|
|
3172
|
-
background: #0080ff;
|
|
3162
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
3163
|
+
border-radius: 0 8px 8px 0;
|
|
3173
3164
|
}
|
|
3174
|
-
.
|
|
3175
|
-
|
|
3176
|
-
left: 4px;
|
|
3177
|
-
width: 6px;
|
|
3178
|
-
height: 6px;
|
|
3179
|
-
background: #fff;
|
|
3165
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
3166
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3180
3167
|
}
|
|
3181
|
-
.
|
|
3182
|
-
|
|
3168
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
3169
|
+
background: #fff;
|
|
3170
|
+
font-weight: 400;
|
|
3171
|
+
position: relative;
|
|
3172
|
+
border-bottom: none;
|
|
3173
|
+
color: #00122e;
|
|
3174
|
+
transition: none;
|
|
3175
|
+
padding: 15px 8px 15px 8px;
|
|
3183
3176
|
}
|
|
3184
|
-
.
|
|
3185
|
-
|
|
3177
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
3178
|
+
content: "";
|
|
3179
|
+
width: 1px;
|
|
3180
|
+
top: 0;
|
|
3181
|
+
bottom: 0;
|
|
3186
3182
|
background: rgba(211, 218, 235, 0.6);
|
|
3183
|
+
position: absolute;
|
|
3184
|
+
right: 0;
|
|
3187
3185
|
}
|
|
3188
|
-
.
|
|
3189
|
-
|
|
3186
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
3187
|
+
padding: unset;
|
|
3190
3188
|
}
|
|
3191
|
-
.
|
|
3192
|
-
|
|
3193
|
-
opacity: 0.5;
|
|
3189
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
3190
|
+
display: none;
|
|
3194
3191
|
}
|
|
3195
|
-
.
|
|
3196
|
-
|
|
3192
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3193
|
+
width: 100%;
|
|
3194
|
+
overflow: hidden;
|
|
3195
|
+
white-space: nowrap;
|
|
3196
|
+
text-overflow: ellipsis;
|
|
3197
3197
|
}
|
|
3198
|
-
.
|
|
3199
|
-
|
|
3198
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3199
|
+
overflow: hidden;
|
|
3200
|
+
text-overflow: ellipsis;
|
|
3201
|
+
flex: 1;
|
|
3202
|
+
}
|
|
3203
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3204
|
+
padding: 15px 25px 15px 8px;
|
|
3205
|
+
}
|
|
3206
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3200
3207
|
padding: 0;
|
|
3201
|
-
padding-left: 12px;
|
|
3202
3208
|
}
|
|
3203
|
-
.
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3209
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3210
|
+
position: absolute;
|
|
3211
|
+
right: 6px;
|
|
3212
|
+
top: 50%;
|
|
3213
|
+
transform: translateY(-50%);
|
|
3214
|
+
height: 16px;
|
|
3215
|
+
display: none;
|
|
3216
|
+
transition: transform 320ms ease;
|
|
3207
3217
|
}
|
|
3208
|
-
.
|
|
3209
|
-
|
|
3218
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3219
|
+
display: block;
|
|
3220
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3210
3221
|
}
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
border-radius: 5px 0 0 5px;
|
|
3222
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3223
|
+
display: block;
|
|
3214
3224
|
}
|
|
3215
|
-
.
|
|
3216
|
-
|
|
3225
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3226
|
+
display: none;
|
|
3217
3227
|
}
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
color: #00122e;
|
|
3221
|
-
border-color: #ccd4e3;
|
|
3228
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3229
|
+
transform: translateY(-50%);
|
|
3222
3230
|
}
|
|
3223
|
-
.
|
|
3224
|
-
|
|
3225
|
-
border-color: #a3b4cc;
|
|
3231
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3232
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3226
3233
|
}
|
|
3227
|
-
.
|
|
3228
|
-
|
|
3229
|
-
line-height: 32px;
|
|
3230
|
-
height: 32px;
|
|
3234
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3235
|
+
background: #f2f5fa;
|
|
3231
3236
|
}
|
|
3232
|
-
.
|
|
3233
|
-
|
|
3237
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3238
|
+
display: block;
|
|
3234
3239
|
}
|
|
3235
|
-
.
|
|
3236
|
-
|
|
3240
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3241
|
+
padding-right: 25px;
|
|
3237
3242
|
}
|
|
3238
|
-
.
|
|
3239
|
-
|
|
3243
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3244
|
+
padding: 0 !important;
|
|
3240
3245
|
}
|
|
3241
|
-
.
|
|
3242
|
-
|
|
3243
|
-
|
|
3246
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3247
|
+
position: absolute;
|
|
3248
|
+
left: 50%;
|
|
3249
|
+
top: 50%;
|
|
3250
|
+
transform: translate(-50%, -50%);
|
|
3244
3251
|
}
|
|
3245
|
-
.
|
|
3246
|
-
|
|
3252
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3253
|
+
display: none;
|
|
3247
3254
|
}
|
|
3248
|
-
.
|
|
3249
|
-
|
|
3255
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3256
|
+
background: #fff;
|
|
3250
3257
|
}
|
|
3251
|
-
.
|
|
3252
|
-
background:
|
|
3258
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3259
|
+
background: inherit;
|
|
3260
|
+
}
|
|
3261
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3262
|
+
position: static;
|
|
3263
|
+
border: none;
|
|
3264
|
+
background: inherit !important;
|
|
3265
|
+
height: 100px;
|
|
3266
|
+
vertical-align: middle;
|
|
3253
3267
|
}
|
|
3254
|
-
.
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3268
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3269
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3270
|
+
font-weight: bold;
|
|
3271
|
+
font-size: 20px;
|
|
3272
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3258
3273
|
}
|
|
3259
|
-
.
|
|
3260
|
-
|
|
3261
|
-
|
|
3274
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3275
|
+
padding: 0 !important;
|
|
3276
|
+
position: relative;
|
|
3277
|
+
background: #fff;
|
|
3262
3278
|
}
|
|
3263
|
-
.
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3279
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3280
|
+
height: 100%;
|
|
3281
|
+
display: flex;
|
|
3282
|
+
align-items: center;
|
|
3283
|
+
justify-content: flex-end;
|
|
3284
|
+
padding-right: 8px;
|
|
3267
3285
|
}
|
|
3268
|
-
.
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
background: transparent;
|
|
3286
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3287
|
+
width: 24px;
|
|
3288
|
+
height: 24px;
|
|
3289
|
+
cursor: pointer;
|
|
3290
|
+
justify-content: center;
|
|
3291
|
+
border-radius: 4px;
|
|
3275
3292
|
}
|
|
3276
|
-
.
|
|
3277
|
-
|
|
3293
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3294
|
+
background: #fff;
|
|
3278
3295
|
}
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
width:
|
|
3282
|
-
box-shadow: none;
|
|
3296
|
+
|
|
3297
|
+
.s1fc623g {
|
|
3298
|
+
width: 430px !important;
|
|
3283
3299
|
}
|
|
3284
|
-
|
|
3285
|
-
|
|
3300
|
+
|
|
3301
|
+
.oa3mx0o {
|
|
3302
|
+
display: flex;
|
|
3303
|
+
flex-direction: column;
|
|
3286
3304
|
}
|
|
3287
|
-
|
|
3288
|
-
|
|
3305
|
+
|
|
3306
|
+
.onr9gzt {
|
|
3307
|
+
display: flex;
|
|
3308
|
+
justify-content: space-between;
|
|
3289
3309
|
}
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
width: 36px;
|
|
3310
|
+
|
|
3311
|
+
.oiy0apc {
|
|
3312
|
+
display: flex;
|
|
3313
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3295
3314
|
}
|
|
3296
3315
|
|
|
3297
3316
|
.i1e4sgug {
|
|
@@ -3773,25 +3792,6 @@ input.rrg1fkn.ant-input {
|
|
|
3773
3792
|
line-height: 12px;
|
|
3774
3793
|
}
|
|
3775
3794
|
|
|
3776
|
-
.s1fc623g {
|
|
3777
|
-
width: 430px !important;
|
|
3778
|
-
}
|
|
3779
|
-
|
|
3780
|
-
.oa3mx0o {
|
|
3781
|
-
display: flex;
|
|
3782
|
-
flex-direction: column;
|
|
3783
|
-
}
|
|
3784
|
-
|
|
3785
|
-
.onr9gzt {
|
|
3786
|
-
display: flex;
|
|
3787
|
-
justify-content: space-between;
|
|
3788
|
-
}
|
|
3789
|
-
|
|
3790
|
-
.oiy0apc {
|
|
3791
|
-
display: flex;
|
|
3792
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3793
|
-
}
|
|
3794
|
-
|
|
3795
3795
|
.c198s9j3 {
|
|
3796
3796
|
color: #2d3a56;
|
|
3797
3797
|
line-height: 22px;
|
|
@@ -3863,38 +3863,73 @@ input.rrg1fkn.ant-input {
|
|
|
3863
3863
|
margin-left: 24px;
|
|
3864
3864
|
}
|
|
3865
3865
|
|
|
3866
|
-
.
|
|
3867
|
-
|
|
3866
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3867
|
+
border-radius: 6px;
|
|
3868
3868
|
}
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
height:
|
|
3869
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
3870
|
+
width: 100%;
|
|
3871
|
+
height: 30px;
|
|
3872
|
+
color: #2d3a56;
|
|
3873
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3874
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3875
|
+
font-size: 13px;
|
|
3872
3876
|
}
|
|
3873
|
-
.
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
display: flex;
|
|
3877
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3878
|
+
height: 38px;
|
|
3879
|
+
font-size: 13px;
|
|
3877
3880
|
}
|
|
3878
|
-
.
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
background: rgba(204, 212, 227, 0.18);
|
|
3882
|
-
border-radius: 2px;
|
|
3881
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3882
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3883
|
+
transition: 160ms ease;
|
|
3883
3884
|
}
|
|
3884
|
-
.
|
|
3885
|
-
|
|
3885
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3886
|
+
color: #0080ff;
|
|
3886
3887
|
}
|
|
3887
|
-
.
|
|
3888
|
-
|
|
3888
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3889
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3890
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3889
3891
|
}
|
|
3890
|
-
.
|
|
3891
|
-
|
|
3892
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3893
|
+
color: #0080ff;
|
|
3892
3894
|
}
|
|
3893
|
-
.
|
|
3894
|
-
|
|
3895
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3896
|
+
border-color: #0080ff;
|
|
3897
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3895
3898
|
}
|
|
3896
|
-
.
|
|
3897
|
-
|
|
3899
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3900
|
+
transform: rotate(180deg);
|
|
3901
|
+
}
|
|
3902
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3903
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3904
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3905
|
+
cursor: "not-allowed";
|
|
3906
|
+
}
|
|
3907
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3908
|
+
border-color: #f0483e !important;
|
|
3909
|
+
}
|
|
3910
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3911
|
+
color: #1d326c;
|
|
3912
|
+
}
|
|
3913
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3914
|
+
border-color: #0080ff;
|
|
3915
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3916
|
+
}
|
|
3917
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3918
|
+
transform: rotate(180deg);
|
|
3919
|
+
}
|
|
3920
|
+
|
|
3921
|
+
.igz4le8 {
|
|
3922
|
+
height: 24px;
|
|
3923
|
+
width: 56px !important;
|
|
3924
|
+
margin-right: 4px;
|
|
3925
|
+
}
|
|
3926
|
+
|
|
3927
|
+
.c1riexje {
|
|
3928
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3929
|
+
}
|
|
3930
|
+
|
|
3931
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3932
|
+
display: flex;
|
|
3898
3933
|
}
|
|
3899
3934
|
|
|
3900
3935
|
.m1thnes4 {
|
|
@@ -4058,69 +4093,34 @@ input.rrg1fkn.ant-input {
|
|
|
4058
4093
|
margin-left: 8px;
|
|
4059
4094
|
}
|
|
4060
4095
|
|
|
4061
|
-
.
|
|
4062
|
-
|
|
4063
|
-
}
|
|
4064
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
4065
|
-
width: 100%;
|
|
4066
|
-
height: 30px;
|
|
4067
|
-
color: #2d3a56;
|
|
4068
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
4069
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4070
|
-
font-size: 13px;
|
|
4071
|
-
}
|
|
4072
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
4073
|
-
height: 38px;
|
|
4074
|
-
font-size: 13px;
|
|
4075
|
-
}
|
|
4076
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
4077
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
4078
|
-
transition: 160ms ease;
|
|
4079
|
-
}
|
|
4080
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
4081
|
-
color: #0080ff;
|
|
4082
|
-
}
|
|
4083
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
4084
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
4085
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4086
|
-
}
|
|
4087
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4088
|
-
color: #0080ff;
|
|
4089
|
-
}
|
|
4090
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
4091
|
-
border-color: #0080ff;
|
|
4092
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4093
|
-
}
|
|
4094
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4095
|
-
transform: rotate(180deg);
|
|
4096
|
+
.t1gz6wqf {
|
|
4097
|
+
height: 100%;
|
|
4096
4098
|
}
|
|
4097
|
-
.
|
|
4098
|
-
|
|
4099
|
-
border-
|
|
4100
|
-
|
|
4099
|
+
.t1gz6wqf .table-loading-item {
|
|
4100
|
+
padding: 12px 4px;
|
|
4101
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4102
|
+
display: flex;
|
|
4101
4103
|
}
|
|
4102
|
-
.
|
|
4103
|
-
|
|
4104
|
+
.t1gz6wqf .table-loading-item > * {
|
|
4105
|
+
height: 16px;
|
|
4106
|
+
margin: 4px;
|
|
4107
|
+
background: rgba(204, 212, 227, 0.18);
|
|
4108
|
+
border-radius: 2px;
|
|
4104
4109
|
}
|
|
4105
|
-
.
|
|
4106
|
-
|
|
4110
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
4111
|
+
width: 16px;
|
|
4107
4112
|
}
|
|
4108
|
-
.
|
|
4109
|
-
|
|
4110
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4113
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
4114
|
+
flex: 1;
|
|
4111
4115
|
}
|
|
4112
|
-
.
|
|
4113
|
-
|
|
4116
|
+
.t1gz6wqf :nth-child(1) {
|
|
4117
|
+
padding: 8px 4px;
|
|
4114
4118
|
}
|
|
4115
|
-
|
|
4116
|
-
.
|
|
4117
|
-
height: 24px;
|
|
4118
|
-
width: 56px !important;
|
|
4119
|
-
margin-right: 4px;
|
|
4119
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
4120
|
+
background: rgba(107, 125, 153, 0.18);
|
|
4120
4121
|
}
|
|
4121
|
-
|
|
4122
|
-
.
|
|
4123
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4122
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
4123
|
+
background: rgba(163, 180, 204, 0.18);
|
|
4124
4124
|
}
|
|
4125
4125
|
|
|
4126
4126
|
.at4ovwe .ant-input-number-handler-wrap {
|