@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/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
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1887
- flex-direction: row;
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
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
1900
- width: 100%;
1901
- min-height: unset;
1926
+
1927
+ .hsms1n6 {
1928
+ visibility: hidden;
1929
+ position: absolute;
1902
1930
  }
1903
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
1904
- height: 26px;
1905
- line-height: 26px;
1906
- width: 100%;
1907
- text-align: center;
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
- font-weight: normal;
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
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
1919
- border-radius: 4px 0 0 4px;
1941
+ .p12gwtiw .pagination-left {
1942
+ padding: 2px 8px;
1920
1943
  }
1921
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
1922
- margin-right: 0;
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
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
1925
- border-radius: 0 4px 4px 0;
1951
+ .p12gwtiw .dropdown-trigger:hover {
1952
+ background: rgba(211, 218, 235, 0.6);
1953
+ color: #0080ff;
1926
1954
  }
1927
- .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 {
1928
- content: "";
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
- .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 {
1939
- content: "";
1940
- width: 0;
1941
- height: 0;
1942
- border: 13px solid transparent;
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
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
1949
- background-color: rgba(0, 136, 255, 0.1);
1964
+ .p12gwtiw .pagination-right .icon-inner {
1965
+ margin-left: 4px;
1950
1966
  }
1951
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
1952
- border-left-color: rgba(0, 136, 255, 0.1) !important;
1967
+ .p12gwtiw .pagination-right .prev-btn,
1968
+ .p12gwtiw .pagination-right .next-btn {
1969
+ padding: 0 8px;
1953
1970
  }
1954
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
1955
- color: #005ed1;
1971
+ .p12gwtiw .pagination-right .prev-btn > span,
1972
+ .p12gwtiw .pagination-right .next-btn > span {
1973
+ color: #0080ff;
1956
1974
  }
1957
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
1958
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
1959
- background-color: rgba(237, 241, 250, 0.6);
1975
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
+ transform: rotate(180deg);
1960
1977
  }
1961
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
1962
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
1963
- color: rgba(44, 56, 82, 0.6);
1978
+
1979
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
+ max-height: calc(100vh - 128px);
1981
+ overflow-y: auto;
1964
1982
  }
1965
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
1966
- padding: 0;
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
- .t1upn1sz {
2635
- height: 100%;
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
- .tta5kd2 {
2639
- height: 100%;
2660
+ .s34f1qb.ant-switch:focus {
2661
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2640
2662
  }
2641
- .tta5kd2.empty-table .ant-table-content {
2642
- overflow: visible !important;
2643
- height: 100%;
2663
+ .s34f1qb.ant-switch-small {
2664
+ min-width: 26px;
2665
+ height: 16px;
2644
2666
  }
2645
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2646
- height: 100%;
2667
+ .s34f1qb.ant-switch-large {
2668
+ min-width: 52px;
2669
+ height: 32px;
2647
2670
  }
2648
- .tta5kd2.empty-table .ant-table-content table {
2649
- width: 100% !important;
2650
- height: 100%;
2671
+ .s34f1qb.ant-switch .ant-switch-handle {
2672
+ height: 20px;
2673
+ width: 20px;
2651
2674
  }
2652
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2653
- padding: 15px 0;
2675
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2676
+ border-radius: 10px;
2677
+ transition-delay: 120ms;
2654
2678
  }
2655
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2656
- display: none;
2679
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2680
+ height: 14px;
2681
+ width: 14px;
2682
+ top: 1px;
2683
+ left: 1px;
2657
2684
  }
2658
- .tta5kd2 .active-row td:nth-child(1) {
2659
- font-weight: 700;
2685
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2686
+ height: 28px;
2687
+ width: 28px;
2660
2688
  }
2661
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2662
- font-weight: 700;
2689
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2690
+ border-radius: 14px;
2663
2691
  }
2664
- .tta5kd2 .ant-spin-nested-loading {
2665
- height: 100%;
2692
+ .s34f1qb.ant-switch-checked {
2693
+ background-color: #00ba5d;
2666
2694
  }
2667
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2668
- height: 100%;
2669
- overflow: visible;
2695
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2696
+ left: calc(100% - 20px - 2px);
2670
2697
  }
2671
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2672
- max-height: none;
2698
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2699
+ left: calc(100% - 14px - 1px);
2673
2700
  }
2674
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2675
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2676
- display: none;
2701
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2702
+ left: calc(100% - 28px - 2px);
2677
2703
  }
2678
- .tta5kd2 td.ant-table-column-sort {
2679
- background: transparent;
2704
+
2705
+ .c1to9vb9 {
2706
+ margin-left: 5px;
2680
2707
  }
2681
- .tta5kd2 td.ant-table-cell-fix-left,
2682
- .tta5kd2 td.ant-table-cell-fix-right {
2683
- background: #fff;
2684
- padding: 0 !important;
2708
+
2709
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2710
+ flex-direction: row;
2711
+ justify-content: stretch;
2685
2712
  }
2686
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2687
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2688
- display: flex;
2689
- align-items: center;
2690
- height: 100%;
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
- .tta5kd2 .ant-table-container {
2700
- height: 100%;
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
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2703
- box-shadow: none !important;
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
- .tta5kd2 .ant-table {
2706
- border-radius: 0px;
2707
- border-left: none;
2708
- border-right: none;
2709
- border-bottom: none;
2710
- height: 100%;
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
- background: transparent;
2733
+ font-weight: normal;
2713
2734
  }
2714
- .tta5kd2 .ant-table .ant-table-header {
2715
- position: relative;
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
- .tta5kd2 .ant-table .time-wrapper .data,
2721
- .tta5kd2 .ant-table .value {
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
- .tta5kd2 .ant-table .time-wrapper .time,
2725
- .tta5kd2 .ant-table .unit {
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
- .tta5kd2 .ant-table .ant-table-selection {
2729
- text-align: center;
2744
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2745
+ margin-right: 0;
2730
2746
  }
2731
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2732
- background: #fff;
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
- .tta5kd2 .ant-table .anticon-setting {
2735
- cursor: pointer;
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: 50%;
2738
- right: 12px;
2739
- transform: translateY(-50%);
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
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2747
- box-shadow: none;
2748
- width: 1px;
2749
- background: rgba(213, 219, 227, 0.6);
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
- .tta5kd2 .ant-table .ant-table-tbody {
2752
- position: relative;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2755
- border-top: 1px solid rgba(211, 218, 235, 0.6);
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2763
- background: #f2f5fa;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2767
- height: auto;
2768
- color: #00122e;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2777
- color: #0096ff;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2780
- overflow: hidden;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2786
- line-height: 0px;
2791
+
2792
+ .rxbeqvl.ant-radio-wrapper {
2793
+ display: inline-flex;
2794
+ align-items: baseline;
2795
+ white-space: pre-wrap;
2787
2796
  }
2788
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
2789
- padding-right: 25px;
2797
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2798
+ position: relative;
2799
+ top: 3px;
2790
2800
  }
2791
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2792
- border-top-color: transparent;
2801
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2802
+ border-color: rgba(107, 128, 167, 0.6);
2793
2803
  }
2794
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
2795
- background: rgba(225, 230, 241, 0.6);
2796
- border-color: transparent transparent white;
2804
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2805
+ border-color: #0080ff;
2797
2806
  }
2798
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2799
- border-radius: 8px 0 0 8px;
2807
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2808
+ border-color: #0080ff;
2809
+ background: #0080ff;
2800
2810
  }
2801
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2802
- border-radius: 8px 0 0 8px;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2805
- content: "";
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2812
- border-radius: 0 8px 8px 0;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2815
- border-radius: 0;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2820
- border-top: 1px solid transparent;
2821
- border-radius: 0 8px 8px 0;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2825
- background: white;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2829
- display: flex;
2830
- align-items: center;
2831
- height: 100%;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2835
- background: white;
2836
- border-top: 1px solid rgba(211, 218, 235, 0.6);
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2839
- display: flex;
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
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2845
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2848
+
2849
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2850
+ border-radius: 5px 0 0 5px;
2846
2851
  }
2847
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2848
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2849
- border-radius: 8px;
2852
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2853
+ border-radius: 0 5px 5px 0;
2850
2854
  }
2851
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2852
- border-top-color: white;
2855
+
2856
+ .r1f0aqcc {
2857
+ color: #00122e;
2858
+ border-color: #ccd4e3;
2853
2859
  }
2854
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2855
- background: rgba(0, 136, 255, 0.1);
2856
- border-bottom-color: transparent;
2857
- border-top-color: transparent;
2860
+ .r1f0aqcc:first-child {
2861
+ color: #00122e;
2862
+ border-color: #a3b4cc;
2858
2863
  }
2859
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2860
- border-radius: 8px 0 0 8px;
2864
+ .r1f0aqcc.ant-radio-button-wrapper {
2865
+ padding: 0 12px;
2866
+ line-height: 32px;
2867
+ height: 32px;
2861
2868
  }
2862
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2863
- border-radius: 0 8px 8px 0;
2869
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2870
+ white-space: nowrap;
2864
2871
  }
2865
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2866
- background: rgba(0, 136, 255, 0.1);
2872
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2873
+ background: #ccd4e3;
2867
2874
  }
2868
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
2869
- background: #fff;
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
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
2878
- content: "";
2879
- width: 1px;
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
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2887
- padding: unset;
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
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2890
- display: none;
2885
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2886
+ border-color: #0080ff;
2891
2887
  }
2892
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
2893
- width: 100%;
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
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2899
- overflow: hidden;
2900
- text-overflow: ellipsis;
2901
- flex: 1;
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
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2904
- padding: 15px 25px 15px 8px;
2896
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2897
+ color: #00122e;
2898
+ border-color: #ccd4e3;
2905
2899
  }
2906
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2907
- padding: 0;
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
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
2910
- position: absolute;
2911
- right: 6px;
2912
- top: 50%;
2913
- transform: translateY(-50%);
2914
- height: 16px;
2915
- display: none;
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
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
2919
- display: block;
2920
- transform: translateY(-50%) rotateX(180deg);
2913
+ .r1f0aqcc .ant-radio-button-input:focus {
2914
+ box-shadow: none;
2921
2915
  }
2922
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2923
- display: block;
2916
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2917
+ margin-right: 0;
2918
+ width: initial;
2919
+ box-shadow: none;
2924
2920
  }
2925
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2921
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2926
2922
  display: none;
2927
2923
  }
2928
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2929
- transform: translateY(-50%);
2924
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2925
+ display: inline;
2930
2926
  }
2931
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2932
- transform: translateY(-50%) rotateX(180deg);
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
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2935
- background: #f2f5fa;
2933
+
2934
+ .t1upn1sz {
2935
+ height: 100%;
2936
2936
  }
2937
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2938
- display: block;
2937
+
2938
+ .tta5kd2 {
2939
+ height: 100%;
2939
2940
  }
2940
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
2941
- padding-right: 25px;
2941
+ .tta5kd2.empty-table .ant-table-content {
2942
+ overflow: visible !important;
2943
+ height: 100%;
2942
2944
  }
2943
- .tta5kd2 .ant-table .ant-table-selection-column {
2944
- padding: 0 !important;
2945
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2946
+ height: 100%;
2945
2947
  }
2946
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
2947
- position: absolute;
2948
- left: 50%;
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-selection-column:after {
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 .ant-table .ant-table-hide-scrollbar {
2956
- background: #fff;
2958
+ .tta5kd2 .active-row td:nth-child(1) {
2959
+ font-weight: 700;
2957
2960
  }
2958
- .tta5kd2 .ant-table .ant-table-placeholder {
2959
- background: inherit;
2961
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2962
+ font-weight: 700;
2960
2963
  }
2961
- .tta5kd2 .ant-table .ant-table-placeholder td {
2962
- position: static;
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-table .ant-table-placeholder .table-default-empty,
2969
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
2970
- font-weight: bold;
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-table td.cell__action_ {
2975
- padding: 0 !important;
2976
- position: relative;
2977
- background: #fff;
2971
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2972
+ max-height: none;
2978
2973
  }
2979
- .tta5kd2 .ant-table td.cell__action_ > * {
2980
- height: 100%;
2981
- display: flex;
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 td.cell__action_ .menu-button {
2987
- width: 24px;
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 td.cell__action_ .menu-button:hover {
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
- .iap75of {
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
- white-space: nowrap;
3007
- margin-right: 4px;
2990
+ height: 100%;
2991
+ padding: 8px;
3008
2992
  }
3009
-
3010
- .s34f1qb.ant-switch {
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
- .s34f1qb.ant-switch:focus {
3017
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
3018
- }
3019
- .s34f1qb.ant-switch-small {
3020
- min-width: 26px;
3021
- height: 16px;
2999
+ .tta5kd2 .ant-table-container {
3000
+ height: 100%;
3022
3001
  }
3023
- .s34f1qb.ant-switch-large {
3024
- min-width: 52px;
3025
- height: 32px;
3002
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3003
+ box-shadow: none !important;
3026
3004
  }
3027
- .s34f1qb.ant-switch .ant-switch-handle {
3028
- height: 20px;
3029
- width: 20px;
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
- .s34f1qb.ant-switch .ant-switch-handle::before {
3032
- border-radius: 10px;
3033
- transition-delay: 120ms;
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
- .s34f1qb.ant-switch-small .ant-switch-handle {
3036
- height: 14px;
3037
- width: 14px;
3038
- top: 1px;
3039
- left: 1px;
3020
+ .tta5kd2 .ant-table .time-wrapper .data,
3021
+ .tta5kd2 .ant-table .value {
3022
+ color: #2d3a56;
3040
3023
  }
3041
- .s34f1qb.ant-switch-large .ant-switch-handle {
3042
- height: 28px;
3043
- width: 28px;
3024
+ .tta5kd2 .ant-table .time-wrapper .time,
3025
+ .tta5kd2 .ant-table .unit {
3026
+ color: rgba(44, 56, 82, 0.6);
3044
3027
  }
3045
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
3046
- border-radius: 14px;
3028
+ .tta5kd2 .ant-table .ant-table-selection {
3029
+ text-align: center;
3047
3030
  }
3048
- .s34f1qb.ant-switch-checked {
3049
- background-color: #00ba5d;
3031
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3032
+ background: #fff;
3050
3033
  }
3051
- .s34f1qb.ant-switch-checked .ant-switch-handle {
3052
- left: calc(100% - 20px - 2px);
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
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
3055
- left: calc(100% - 14px - 1px);
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
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
3058
- left: calc(100% - 28px - 2px);
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
- .c1to9vb9 {
3062
- margin-left: 5px;
3051
+ .tta5kd2 .ant-table .ant-table-tbody {
3052
+ position: relative;
3063
3053
  }
3064
-
3065
- .i1mrf09m {
3066
- display: inline-flex;
3067
- align-items: center;
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
- .i1mrf09m .icon-inner {
3070
- display: inline-flex;
3071
- align-items: center;
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
- .i1mrf09m .icon-inner + span,
3075
- .i1mrf09m span + .icon-inner.suffix {
3076
- margin-left: 4px;
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
- .i1mrf09m.is-rotate img,
3079
- .i1mrf09m.is-rotate svg {
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
- .p12gwtiw {
3084
- display: flex;
3085
- justify-content: space-between;
3086
- align-items: center;
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
- .p12gwtiw .pagination-left {
3093
- padding: 2px 8px;
3085
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3086
+ line-height: 0px;
3094
3087
  }
3095
- .p12gwtiw .dropdown-trigger {
3096
- display: flex;
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
- .p12gwtiw .dropdown-trigger:hover {
3103
- background: rgba(211, 218, 235, 0.6);
3104
- color: #0080ff;
3091
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3092
+ border-top-color: transparent;
3105
3093
  }
3106
- .p12gwtiw .dropdown-trigger .icon-inner {
3107
- margin-left: 4px;
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
- .p12gwtiw .pagination-right {
3110
- display: flex;
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
- .p12gwtiw .pagination-right .icon-inner {
3116
- margin-left: 4px;
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
- .p12gwtiw .pagination-right .prev-btn,
3119
- .p12gwtiw .pagination-right .next-btn {
3120
- padding: 0 8px;
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
- .p12gwtiw .pagination-right .prev-btn > span,
3123
- .p12gwtiw .pagination-right .next-btn > span {
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
- .p12gwtiw .pagination-right .next-btn .icon-inner {
3127
- transform: rotate(180deg);
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
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
3131
- max-height: calc(100vh - 128px);
3132
- overflow-y: auto;
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
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
3135
- padding: 4px 20px;
3136
- font-size: 12px;
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
- .fde5mpd {
3141
- width: 100%;
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
- min-height: 124px;
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
- .fde5mpd .error-text {
3150
- color: rgba(10, 37, 85, 0.6);
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
- .rxbeqvl.ant-radio-wrapper {
3156
- display: inline-flex;
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
- .rxbeqvl.ant-radio-wrapper .ant-radio {
3161
- position: relative;
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
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
3165
- border-color: rgba(107, 128, 167, 0.6);
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
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
3168
- border-color: #0080ff;
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
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
3171
- border-color: #0080ff;
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
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
3175
- top: 4px;
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
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
3182
- opacity: 0.5;
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
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
3185
- border-color: rgba(107, 128, 167, 0.6);
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
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
3189
- background: #00122e;
3186
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3187
+ padding: unset;
3190
3188
  }
3191
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
3192
- color: #00122e;
3193
- opacity: 0.5;
3189
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3190
+ display: none;
3194
3191
  }
3195
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
3196
- color: #00122e;
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
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
3199
- display: inline-block;
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
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
3204
- margin-bottom: 0;
3205
- white-space: pre-wrap;
3206
- color: rgba(44, 56, 82, 0.6);
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
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
3209
- padding-left: 8px;
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
- .r5ie79y .ant-radio-button-wrapper:first-child {
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
- .r5ie79y .ant-radio-button-wrapper:last-child {
3216
- border-radius: 0 5px 5px 0;
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
- .r1f0aqcc {
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
- .r1f0aqcc:first-child {
3224
- color: #00122e;
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
- .r1f0aqcc.ant-radio-button-wrapper {
3228
- padding: 0 12px;
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
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
3233
- white-space: nowrap;
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
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
3236
- background: #ccd4e3;
3240
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3241
+ padding-right: 25px;
3237
3242
  }
3238
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
3239
- background: #0080ff;
3243
+ .tta5kd2 .ant-table .ant-table-selection-column {
3244
+ padding: 0 !important;
3240
3245
  }
3241
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
3242
- background: #ccd4e3;
3243
- opacity: 0.5;
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
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
3246
- border-right-color: #0080ff;
3252
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3253
+ display: none;
3247
3254
  }
3248
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
3249
- border-color: #0080ff;
3255
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3256
+ background: #fff;
3250
3257
  }
3251
- .r1f0aqcc.ant-radio-button-wrapper-checked {
3252
- background: rgba(0, 136, 255, 0.1);
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
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
3255
- background: rgba(211, 218, 235, 0.6);
3256
- border-color: #ccd4e3;
3257
- opacity: 0.5;
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
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
3260
- color: #00122e;
3261
- border-color: #ccd4e3;
3274
+ .tta5kd2 .ant-table td.cell__action_ {
3275
+ padding: 0 !important;
3276
+ position: relative;
3277
+ background: #fff;
3262
3278
  }
3263
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
3264
- color: #00122e;
3265
- border-color: #ccd4e3;
3266
- background: rgba(172, 186, 211, 0.6);
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
- .r1f0aqcc .ant-radio-button-input {
3269
- margin-right: 8px;
3270
- display: inline;
3271
- border: none;
3272
- padding: 0;
3273
- width: 36px;
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
- .r1f0aqcc .ant-radio-button-input:focus {
3277
- box-shadow: none;
3293
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3294
+ background: #fff;
3278
3295
  }
3279
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
3280
- margin-right: 0;
3281
- width: initial;
3282
- box-shadow: none;
3296
+
3297
+ .s1fc623g {
3298
+ width: 430px !important;
3283
3299
  }
3284
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
3285
- display: none;
3300
+
3301
+ .oa3mx0o {
3302
+ display: flex;
3303
+ flex-direction: column;
3286
3304
  }
3287
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
3288
- display: inline;
3305
+
3306
+ .onr9gzt {
3307
+ display: flex;
3308
+ justify-content: space-between;
3289
3309
  }
3290
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
3291
- display: inline;
3292
- margin-right: 8px;
3293
- padding: 0;
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
- .iiqau4c.ant-input-group.ant-input-group-compact {
3867
- display: flex;
3866
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3867
+ border-radius: 6px;
3868
3868
  }
3869
-
3870
- .t1gz6wqf {
3871
- height: 100%;
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
- .t1gz6wqf .table-loading-item {
3874
- padding: 12px 4px;
3875
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
3876
- display: flex;
3877
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3878
+ height: 38px;
3879
+ font-size: 13px;
3877
3880
  }
3878
- .t1gz6wqf .table-loading-item > * {
3879
- height: 16px;
3880
- margin: 4px;
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
- .t1gz6wqf .table-loading-item .checkbox-loading {
3885
- width: 16px;
3885
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3886
+ color: #0080ff;
3886
3887
  }
3887
- .t1gz6wqf .table-loading-item .td-loading {
3888
- flex: 1;
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
- .t1gz6wqf :nth-child(1) {
3891
- padding: 8px 4px;
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
- .t1gz6wqf :nth-child(1) > * {
3894
- background: rgba(107, 125, 153, 0.18);
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
- .t1gz6wqf :nth-child(1) > * {
3897
- background: rgba(163, 180, 204, 0.18);
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
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
4062
- border-radius: 6px;
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
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4098
- background: rgba(211, 218, 235, 0.6);
4099
- border-color: rgba(172, 186, 211, 0.6);
4100
- cursor: "not-allowed";
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
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4103
- border-color: #f0483e !important;
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
- .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 {
4106
- color: #1d326c;
4110
+ .t1gz6wqf .table-loading-item .checkbox-loading {
4111
+ width: 16px;
4107
4112
  }
4108
- .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 {
4109
- border-color: #0080ff;
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
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4113
- transform: rotate(180deg);
4116
+ .t1gz6wqf :nth-child(1) {
4117
+ padding: 8px 4px;
4114
4118
  }
4115
-
4116
- .igz4le8 {
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
- .c1riexje {
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 {