@cloudtower/eagle 0.22.20 → 0.22.23-patch.1

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,44 +1597,6 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
1600
- .obf05yr {
1601
- display: inline-block;
1602
- }
1603
-
1604
- .hsms1n6 {
1605
- visibility: hidden;
1606
- position: absolute;
1607
- }
1608
-
1609
- .bpq0js6 {
1610
- padding: 4px 11px;
1611
- }
1612
-
1613
- .b15sn34c {
1614
- white-space: nowrap;
1615
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1616
- }
1617
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1618
- --color: #0080ff;
1619
- }
1620
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1621
- --color: #0080ff;
1622
- }
1623
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1624
- margin-left: 1px;
1625
- }
1626
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1627
- border-top-right-radius: 0;
1628
- border-bottom-right-radius: 0;
1629
- }
1630
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1631
- border-top-left-radius: 0;
1632
- border-bottom-left-radius: 0;
1633
- }
1634
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1635
- border-radius: unset;
1636
- }
1637
-
1638
1600
  .buj61ew.ant-btn {
1639
1601
  height: 32px;
1640
1602
  border-radius: 6px;
@@ -1898,77 +1860,201 @@ input[type=submit] {
1898
1860
  font-size: 18px;
1899
1861
  }
1900
1862
 
1901
- .i1mrf09m {
1902
- display: inline-flex;
1863
+ .s1fc623g {
1864
+ width: 430px !important;
1865
+ }
1866
+
1867
+ .oa3mx0o {
1868
+ display: flex;
1869
+ flex-direction: column;
1870
+ }
1871
+
1872
+ .onr9gzt {
1873
+ display: flex;
1874
+ justify-content: space-between;
1875
+ }
1876
+
1877
+ .oiy0apc {
1878
+ display: flex;
1879
+ color: rgba(44, 56, 82, 0.6);
1880
+ }
1881
+
1882
+ .p12gwtiw {
1883
+ display: flex;
1884
+ justify-content: space-between;
1885
+ align-items: center;
1886
+ padding: 10px 0;
1887
+ color: rgba(44, 56, 82, 0.6);
1888
+ font-size: 12px;
1889
+ line-height: 24px;
1890
+ }
1891
+ .p12gwtiw .pagination-left {
1892
+ padding: 2px 8px;
1893
+ }
1894
+ .p12gwtiw .dropdown-trigger {
1895
+ display: flex;
1903
1896
  align-items: center;
1897
+ border-radius: 6px;
1898
+ cursor: pointer;
1899
+ transition: all 0.3s ease;
1904
1900
  }
1905
- .i1mrf09m .icon-inner {
1906
- display: inline-flex;
1901
+ .p12gwtiw .dropdown-trigger:hover {
1902
+ background: rgba(211, 218, 235, 0.6);
1903
+ color: #0080ff;
1904
+ }
1905
+ .p12gwtiw .dropdown-trigger .icon-inner {
1906
+ margin-left: 4px;
1907
+ }
1908
+ .p12gwtiw .pagination-right {
1909
+ display: flex;
1907
1910
  align-items: center;
1908
- justify-content: center;
1911
+ color: #0080ff;
1912
+ font-weight: bold;
1909
1913
  }
1910
- .i1mrf09m .icon-inner + span,
1911
- .i1mrf09m span + .icon-inner.suffix {
1914
+ .p12gwtiw .pagination-right .icon-inner {
1912
1915
  margin-left: 4px;
1913
1916
  }
1914
- .i1mrf09m.is-rotate img,
1915
- .i1mrf09m.is-rotate svg {
1916
- animation: rotate 680ms linear infinite;
1917
+ .p12gwtiw .pagination-right .prev-btn,
1918
+ .p12gwtiw .pagination-right .next-btn {
1919
+ padding: 0 8px;
1920
+ }
1921
+ .p12gwtiw .pagination-right .prev-btn > span,
1922
+ .p12gwtiw .pagination-right .next-btn > span {
1923
+ color: #0080ff;
1924
+ }
1925
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1926
+ transform: rotate(180deg);
1917
1927
  }
1918
1928
 
1919
- .s34f1qb.ant-switch {
1920
- min-width: 40px;
1921
- height: 24px;
1922
- background: rgba(172, 186, 211, 0.6);
1923
- overflow: hidden;
1929
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1930
+ max-height: calc(100vh - 128px);
1931
+ overflow-y: auto;
1924
1932
  }
1925
- .s34f1qb.ant-switch:focus {
1926
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1933
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1934
+ padding: 4px 20px;
1935
+ font-size: 12px;
1936
+ line-height: 18px;
1927
1937
  }
1928
- .s34f1qb.ant-switch-small {
1929
- min-width: 26px;
1930
- height: 16px;
1938
+
1939
+ .obf05yr {
1940
+ display: inline-block;
1931
1941
  }
1932
- .s34f1qb.ant-switch-large {
1933
- min-width: 52px;
1934
- height: 32px;
1942
+
1943
+ .hsms1n6 {
1944
+ visibility: hidden;
1945
+ position: absolute;
1935
1946
  }
1936
- .s34f1qb.ant-switch .ant-switch-handle {
1937
- height: 20px;
1938
- width: 20px;
1947
+
1948
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1949
+ flex-direction: row;
1950
+ justify-content: stretch;
1939
1951
  }
1940
- .s34f1qb.ant-switch .ant-switch-handle::before {
1941
- border-radius: 10px;
1942
- transition-delay: 120ms;
1952
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1953
+ padding: 0;
1954
+ margin-right: 4px;
1955
+ flex: 1;
1956
+ overflow: visible;
1943
1957
  }
1944
- .s34f1qb.ant-switch-small .ant-switch-handle {
1945
- height: 14px;
1946
- width: 14px;
1947
- top: 1px;
1948
- left: 1px;
1958
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
1959
+ display: none;
1949
1960
  }
1950
- .s34f1qb.ant-switch-large .ant-switch-handle {
1951
- height: 28px;
1952
- width: 28px;
1961
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
1962
+ width: 100%;
1963
+ min-height: unset;
1953
1964
  }
1954
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
1955
- border-radius: 14px;
1965
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
1966
+ height: 26px;
1967
+ line-height: 26px;
1968
+ width: 100%;
1969
+ text-align: center;
1970
+ padding: 0;
1971
+ font-size: 12px;
1972
+ font-weight: normal;
1956
1973
  }
1957
- .s34f1qb.ant-switch-checked {
1958
- background-color: #00ba5d;
1974
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
1975
+ margin-right: 10px;
1959
1976
  }
1960
- .s34f1qb.ant-switch-checked .ant-switch-handle {
1961
- left: calc(100% - 20px - 2px);
1977
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
1978
+ display: none;
1962
1979
  }
1963
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1964
- left: calc(100% - 14px - 1px);
1980
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
1981
+ border-radius: 4px 0 0 4px;
1965
1982
  }
1966
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1967
- left: calc(100% - 28px - 2px);
1983
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
1984
+ margin-right: 0;
1985
+ }
1986
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
1987
+ border-radius: 0 4px 4px 0;
1988
+ }
1989
+ .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 {
1990
+ content: "";
1991
+ width: 0;
1992
+ height: 0;
1993
+ border: 13px solid transparent;
1994
+ position: absolute;
1995
+ top: 0;
1996
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
1997
+ right: -21px;
1998
+ z-index: 2;
1999
+ }
2000
+ .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 {
2001
+ content: "";
2002
+ width: 0;
2003
+ height: 0;
2004
+ border: 13px solid transparent;
2005
+ position: absolute;
2006
+ top: 0;
2007
+ border-left: 8px solid #fff;
2008
+ left: 0;
2009
+ }
2010
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2011
+ background-color: rgba(0, 136, 255, 0.1);
2012
+ }
2013
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2014
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2015
+ }
2016
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2017
+ color: #005ed1;
2018
+ }
2019
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2020
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2021
+ background-color: rgba(237, 241, 250, 0.6);
2022
+ }
2023
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2024
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2025
+ color: rgba(44, 56, 82, 0.6);
2026
+ }
2027
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2028
+ padding: 0;
1968
2029
  }
1969
2030
 
1970
- .c1to9vb9 {
1971
- margin-left: 5px;
2031
+ .bpq0js6 {
2032
+ padding: 4px 11px;
2033
+ }
2034
+
2035
+ .b15sn34c {
2036
+ white-space: nowrap;
2037
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2038
+ }
2039
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
2040
+ --color: #0080ff;
2041
+ }
2042
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
2043
+ --color: #0080ff;
2044
+ }
2045
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
2046
+ margin-left: 1px;
2047
+ }
2048
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
2049
+ border-top-right-radius: 0;
2050
+ border-bottom-right-radius: 0;
2051
+ }
2052
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
2053
+ border-top-left-radius: 0;
2054
+ border-bottom-left-radius: 0;
2055
+ }
2056
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
2057
+ border-radius: unset;
1972
2058
  }
1973
2059
 
1974
2060
  .cz04yix {
@@ -2636,6 +2722,79 @@ input.rrg1fkn.ant-input {
2636
2722
  border-bottom-left-radius: 0;
2637
2723
  }
2638
2724
 
2725
+ .i1mrf09m {
2726
+ display: inline-flex;
2727
+ align-items: center;
2728
+ }
2729
+ .i1mrf09m .icon-inner {
2730
+ display: inline-flex;
2731
+ align-items: center;
2732
+ justify-content: center;
2733
+ }
2734
+ .i1mrf09m .icon-inner + span,
2735
+ .i1mrf09m span + .icon-inner.suffix {
2736
+ margin-left: 4px;
2737
+ }
2738
+ .i1mrf09m.is-rotate img,
2739
+ .i1mrf09m.is-rotate svg {
2740
+ animation: rotate 680ms linear infinite;
2741
+ }
2742
+
2743
+ .s34f1qb.ant-switch {
2744
+ min-width: 40px;
2745
+ height: 24px;
2746
+ background: rgba(172, 186, 211, 0.6);
2747
+ overflow: hidden;
2748
+ }
2749
+ .s34f1qb.ant-switch:focus {
2750
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2751
+ }
2752
+ .s34f1qb.ant-switch-small {
2753
+ min-width: 26px;
2754
+ height: 16px;
2755
+ }
2756
+ .s34f1qb.ant-switch-large {
2757
+ min-width: 52px;
2758
+ height: 32px;
2759
+ }
2760
+ .s34f1qb.ant-switch .ant-switch-handle {
2761
+ height: 20px;
2762
+ width: 20px;
2763
+ }
2764
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2765
+ border-radius: 10px;
2766
+ transition-delay: 120ms;
2767
+ }
2768
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2769
+ height: 14px;
2770
+ width: 14px;
2771
+ top: 1px;
2772
+ left: 1px;
2773
+ }
2774
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2775
+ height: 28px;
2776
+ width: 28px;
2777
+ }
2778
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2779
+ border-radius: 14px;
2780
+ }
2781
+ .s34f1qb.ant-switch-checked {
2782
+ background-color: #00ba5d;
2783
+ }
2784
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2785
+ left: calc(100% - 20px - 2px);
2786
+ }
2787
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2788
+ left: calc(100% - 14px - 1px);
2789
+ }
2790
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2791
+ left: calc(100% - 28px - 2px);
2792
+ }
2793
+
2794
+ .c1to9vb9 {
2795
+ margin-left: 5px;
2796
+ }
2797
+
2639
2798
  .rxbeqvl.ant-radio-wrapper {
2640
2799
  display: inline-flex;
2641
2800
  align-items: baseline;
@@ -3027,270 +3186,116 @@ input.rrg1fkn.ant-input {
3027
3186
  position: absolute;
3028
3187
  right: 0;
3029
3188
  }
3030
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3031
- padding: unset;
3032
- }
3033
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3034
- display: none;
3035
- }
3036
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3037
- width: 100%;
3038
- overflow: hidden;
3039
- white-space: nowrap;
3040
- text-overflow: ellipsis;
3041
- }
3042
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3043
- overflow: hidden;
3044
- text-overflow: ellipsis;
3045
- }
3046
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3047
- padding: 15px 28px 15px 8px;
3048
- }
3049
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3050
- padding: 0;
3051
- }
3052
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3053
- position: absolute;
3054
- right: 10px;
3055
- top: 50%;
3056
- transform: translateY(-50%);
3057
- height: 16px;
3058
- display: none;
3059
- transition: transform 320ms ease;
3060
- }
3061
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3062
- display: block;
3063
- transform: translateY(-50%) rotateX(180deg);
3064
- }
3065
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3066
- display: block;
3067
- }
3068
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3069
- display: none;
3070
- }
3071
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3072
- transform: translateY(-50%);
3073
- }
3074
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3075
- transform: translateY(-50%) rotateX(180deg);
3076
- }
3077
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3078
- background: #f2f5fa;
3079
- }
3080
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3081
- display: block;
3082
- }
3083
- .tta5kd2 .ant-table .ant-table-selection-column {
3084
- padding: 0 !important;
3085
- }
3086
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3087
- position: absolute;
3088
- left: 50%;
3089
- top: 50%;
3090
- transform: translate(-50%, -50%);
3091
- }
3092
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3093
- display: none;
3094
- }
3095
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3096
- background: #fff;
3097
- }
3098
- .tta5kd2 .ant-table .ant-table-placeholder {
3099
- background: inherit;
3100
- }
3101
- .tta5kd2 .ant-table .ant-table-placeholder td {
3102
- position: static;
3103
- border: none;
3104
- background: inherit !important;
3105
- height: 100px;
3106
- vertical-align: middle;
3107
- }
3108
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3109
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3110
- font-weight: bold;
3111
- font-size: 20px;
3112
- color: rgba(10, 37, 85, 0.6);
3113
- }
3114
- .tta5kd2 .ant-table td.cell__action_ {
3115
- padding: 0 !important;
3116
- position: relative;
3117
- background: #fff;
3118
- }
3119
- .tta5kd2 .ant-table td.cell__action_ > * {
3120
- height: 100%;
3121
- display: flex;
3122
- align-items: center;
3123
- justify-content: flex-end;
3124
- padding-right: 8px;
3125
- }
3126
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3127
- width: 24px;
3128
- height: 24px;
3129
- cursor: pointer;
3130
- justify-content: center;
3131
- border-radius: 4px;
3132
- }
3133
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3134
- background: #fff;
3135
- }
3136
-
3137
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
3138
- flex-direction: row;
3139
- justify-content: stretch;
3140
- }
3141
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
3142
- padding: 0;
3143
- margin-right: 4px;
3144
- flex: 1;
3145
- overflow: visible;
3146
- }
3147
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
3148
- display: none;
3149
- }
3150
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
3151
- width: 100%;
3152
- min-height: unset;
3153
- }
3154
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
3155
- height: 26px;
3156
- line-height: 26px;
3157
- width: 100%;
3158
- text-align: center;
3159
- padding: 0;
3160
- font-size: 12px;
3161
- font-weight: normal;
3162
- }
3163
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
3164
- margin-right: 10px;
3165
- }
3166
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
3167
- display: none;
3168
- }
3169
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
3170
- border-radius: 4px 0 0 4px;
3171
- }
3172
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
3173
- margin-right: 0;
3174
- }
3175
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
3176
- border-radius: 0 4px 4px 0;
3177
- }
3178
- .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 {
3179
- content: "";
3180
- width: 0;
3181
- height: 0;
3182
- border: 13px solid transparent;
3183
- position: absolute;
3184
- top: 0;
3185
- border-left: 8px solid rgba(237, 241, 250, 0.6);
3186
- right: -21px;
3187
- z-index: 2;
3188
- }
3189
- .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 {
3190
- content: "";
3191
- width: 0;
3192
- height: 0;
3193
- border: 13px solid transparent;
3194
- position: absolute;
3195
- top: 0;
3196
- border-left: 8px solid #fff;
3197
- left: 0;
3198
- }
3199
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
3200
- background-color: rgba(0, 136, 255, 0.1);
3189
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3190
+ padding: unset;
3201
3191
  }
3202
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
3203
- border-left-color: rgba(0, 136, 255, 0.1) !important;
3192
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3193
+ display: none;
3204
3194
  }
3205
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
3206
- color: #005ed1;
3195
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3196
+ width: 100%;
3197
+ overflow: hidden;
3198
+ white-space: nowrap;
3199
+ text-overflow: ellipsis;
3207
3200
  }
3208
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
3209
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
3210
- background-color: rgba(237, 241, 250, 0.6);
3201
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3202
+ overflow: hidden;
3203
+ text-overflow: ellipsis;
3204
+ flex: 1;
3211
3205
  }
3212
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
3213
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
3214
- color: rgba(44, 56, 82, 0.6);
3206
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3207
+ padding: 15px 28px 15px 8px;
3215
3208
  }
3216
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
3209
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3217
3210
  padding: 0;
3218
3211
  }
3219
-
3220
- .p12gwtiw {
3221
- display: flex;
3222
- justify-content: space-between;
3223
- align-items: center;
3224
- padding: 10px 0;
3225
- color: rgba(44, 56, 82, 0.6);
3226
- font-size: 12px;
3227
- line-height: 24px;
3212
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3213
+ position: absolute;
3214
+ right: 10px;
3215
+ top: 50%;
3216
+ transform: translateY(-50%);
3217
+ height: 16px;
3218
+ display: none;
3219
+ transition: transform 320ms ease;
3228
3220
  }
3229
- .p12gwtiw .pagination-left {
3230
- padding: 2px 8px;
3221
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3222
+ display: block;
3223
+ transform: translateY(-50%) rotateX(180deg);
3231
3224
  }
3232
- .p12gwtiw .dropdown-trigger {
3233
- display: flex;
3234
- align-items: center;
3235
- border-radius: 6px;
3236
- cursor: pointer;
3237
- transition: all 0.3s ease;
3225
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3226
+ display: block;
3238
3227
  }
3239
- .p12gwtiw .dropdown-trigger:hover {
3240
- background: rgba(211, 218, 235, 0.6);
3241
- color: #0080ff;
3228
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3229
+ display: none;
3242
3230
  }
3243
- .p12gwtiw .dropdown-trigger .icon-inner {
3244
- margin-left: 4px;
3231
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3232
+ transform: translateY(-50%);
3245
3233
  }
3246
- .p12gwtiw .pagination-right {
3247
- display: flex;
3248
- align-items: center;
3249
- color: #0080ff;
3250
- font-weight: bold;
3234
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3235
+ transform: translateY(-50%) rotateX(180deg);
3251
3236
  }
3252
- .p12gwtiw .pagination-right .icon-inner {
3253
- margin-left: 4px;
3237
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3238
+ background: #f2f5fa;
3254
3239
  }
3255
- .p12gwtiw .pagination-right .prev-btn,
3256
- .p12gwtiw .pagination-right .next-btn {
3257
- padding: 0 8px;
3240
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3241
+ display: block;
3258
3242
  }
3259
- .p12gwtiw .pagination-right .prev-btn > span,
3260
- .p12gwtiw .pagination-right .next-btn > span {
3261
- color: #0080ff;
3243
+ .tta5kd2 .ant-table .ant-table-selection-column {
3244
+ padding: 0 !important;
3262
3245
  }
3263
- .p12gwtiw .pagination-right .next-btn .icon-inner {
3264
- transform: rotate(180deg);
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%);
3265
3251
  }
3266
-
3267
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
3268
- max-height: calc(100vh - 128px);
3269
- overflow-y: auto;
3252
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3253
+ display: none;
3270
3254
  }
3271
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
3272
- padding: 4px 20px;
3273
- font-size: 12px;
3274
- line-height: 18px;
3255
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3256
+ background: #fff;
3275
3257
  }
3276
-
3277
- .s1fc623g {
3278
- width: 430px !important;
3258
+ .tta5kd2 .ant-table .ant-table-placeholder {
3259
+ background: inherit;
3279
3260
  }
3280
-
3281
- .oa3mx0o {
3282
- display: flex;
3283
- flex-direction: column;
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;
3284
3267
  }
3285
-
3286
- .onr9gzt {
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);
3273
+ }
3274
+ .tta5kd2 .ant-table td.cell__action_ {
3275
+ padding: 0 !important;
3276
+ position: relative;
3277
+ background: #fff;
3278
+ }
3279
+ .tta5kd2 .ant-table td.cell__action_ > * {
3280
+ height: 100%;
3287
3281
  display: flex;
3288
- justify-content: space-between;
3282
+ align-items: center;
3283
+ justify-content: flex-end;
3284
+ padding-right: 8px;
3285
+ }
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;
3292
+ }
3293
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3294
+ background: #fff;
3289
3295
  }
3290
3296
 
3291
- .oiy0apc {
3292
- display: flex;
3293
- color: rgba(44, 56, 82, 0.6);
3297
+ .i1e4sgug {
3298
+ display: inline-block;
3294
3299
  }
3295
3300
 
3296
3301
  .d6j0lbj {
@@ -3768,10 +3773,6 @@ input.rrg1fkn.ant-input {
3768
3773
  line-height: 12px;
3769
3774
  }
3770
3775
 
3771
- .i1e4sgug {
3772
- display: inline-block;
3773
- }
3774
-
3775
3776
  .c198s9j3 {
3776
3777
  color: #2d3a56;
3777
3778
  line-height: 22px;
@@ -3843,10 +3844,6 @@ input.rrg1fkn.ant-input {
3843
3844
  margin-left: 24px;
3844
3845
  }
3845
3846
 
3846
- .iiqau4c.ant-input-group.ant-input-group-compact {
3847
- display: flex;
3848
- }
3849
-
3850
3847
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3851
3848
  border-radius: 6px;
3852
3849
  }
@@ -4073,6 +4070,10 @@ input.rrg1fkn.ant-input {
4073
4070
  margin-left: 8px;
4074
4071
  }
4075
4072
 
4073
+ .iiqau4c.ant-input-group.ant-input-group-compact {
4074
+ display: flex;
4075
+ }
4076
+
4076
4077
  .t1gz6wqf {
4077
4078
  height: 100%;
4078
4079
  }
@@ -4103,144 +4104,6 @@ input.rrg1fkn.ant-input {
4103
4104
  background: rgba(163, 180, 204, 0.18);
4104
4105
  }
4105
4106
 
4106
- .d1h5z4k4.ant-dropdown {
4107
- background: #fff;
4108
- border: 1px solid #dfe4eb;
4109
- box-shadow: 0px 8px 16px rgba(129, 138, 153, 0.18), 0px 0px 4px rgba(235, 239, 245, 0.6);
4110
- border-radius: 3px;
4111
- max-height: 400px;
4112
- overflow: auto;
4113
- }
4114
- .d1h5z4k4.ant-dropdown::-webkit-scrollbar {
4115
- width: 0px;
4116
- background: transparent;
4117
- }
4118
- .d1h5z4k4.ant-dropdown .ant-checkbox-wrapper {
4119
- margin-right: 20px;
4120
- }
4121
-
4122
- .t1g3macx {
4123
- font-size: 12px;
4124
- line-height: 18px;
4125
- color: rgba(129, 138, 153, 0.6);
4126
- margin: 8px 0 10px 12px;
4127
- }
4128
-
4129
- .cvabzd6 {
4130
- width: 100%;
4131
- }
4132
- .cvabzd6 .column-checkbox-item {
4133
- display: flex;
4134
- align-items: center;
4135
- justify-content: space-between;
4136
- position: relative;
4137
- }
4138
- .cvabzd6 .column-checkbox-item:hover {
4139
- background: rgba(0, 128, 255, 0.1);
4140
- }
4141
- .cvabzd6 .column-checkbox-item.on-dragenter-top:before, .cvabzd6 .column-checkbox-item.on-dragenter-bottom:before {
4142
- content: " ";
4143
- position: absolute;
4144
- left: 0;
4145
- right: 0;
4146
- height: 4px;
4147
- background: rgba(0, 128, 255, 0.6);
4148
- }
4149
- .cvabzd6 .column-checkbox-item.on-dragenter-top:before {
4150
- top: 0;
4151
- }
4152
- .cvabzd6 .column-checkbox-item.on-dragenter-bottom:before {
4153
- bottom: 0;
4154
- }
4155
- .cvabzd6 .column-checkbox-item .ant-checkbox-wrapper {
4156
- padding: 6px 0px 6px 12px;
4157
- flex: 1;
4158
- }
4159
- .cvabzd6 .column-checkbox-item .ant-checkbox-wrapper .ant-checkbox + span {
4160
- color: #2d3a56;
4161
- }
4162
- .cvabzd6 .column-checkbox-item .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox + span {
4163
- opacity: 0.4;
4164
- }
4165
- .cvabzd6 .column-checkbox-item .point-group {
4166
- position: relative;
4167
- width: 6px;
4168
- height: 14px;
4169
- padding-right: 15px;
4170
- cursor: pointer;
4171
- }
4172
- .cvabzd6 .column-checkbox-item .point-group:hover i {
4173
- background: #0080ff;
4174
- }
4175
- .cvabzd6 .column-checkbox-item .point-group i {
4176
- position: absolute;
4177
- width: 2px;
4178
- height: 2px;
4179
- border-radius: 1px;
4180
- background: #6b7d99;
4181
- }
4182
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(1) {
4183
- top: 0;
4184
- left: 0;
4185
- }
4186
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(2) {
4187
- top: 0px;
4188
- left: 4px;
4189
- }
4190
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(3) {
4191
- top: 4px;
4192
- left: 0;
4193
- }
4194
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(4) {
4195
- top: 4px;
4196
- left: 4px;
4197
- }
4198
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(5) {
4199
- top: 8px;
4200
- left: 0px;
4201
- }
4202
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(6) {
4203
- top: 8px;
4204
- left: 4px;
4205
- }
4206
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(7) {
4207
- top: 12px;
4208
- left: 0px;
4209
- }
4210
- .cvabzd6 .column-checkbox-item .point-group i:nth-child(8) {
4211
- top: 12px;
4212
- left: 4px;
4213
- }
4214
-
4215
- .t1cs4awq {
4216
- background: white;
4217
- }
4218
- .t1cs4awq .insert-left-tip,
4219
- .t1cs4awq .insert-right-tip {
4220
- display: none;
4221
- position: absolute;
4222
- top: 0;
4223
- bottom: 0;
4224
- width: 4px;
4225
- background: rgba(0, 0, 255, 0.5);
4226
- }
4227
- .t1cs4awq .insert-left-tip {
4228
- left: 0px;
4229
- }
4230
- .t1cs4awq .insert-right-tip {
4231
- right: 0px;
4232
- }
4233
- .t1cs4awq.on-dragenter-left .insert-left-tip {
4234
- display: block;
4235
- }
4236
- .t1cs4awq.on-dragenter-right .insert-right-tip {
4237
- display: block;
4238
- }
4239
-
4240
- .asgcu6r {
4241
- height: 32px;
4242
- }
4243
-
4244
4107
  .at4ovwe .ant-input-number-handler-wrap {
4245
4108
  display: var(--at4ovwe-0);
4246
4109
  }