@fle-ui/next 1.0.5-alpha.6 → 1.0.5-alpha.7

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.
Files changed (142) hide show
  1. package/dist/@fle-ui/next.css +276 -3056
  2. package/dist/@fle-ui/next.css.map +1 -1
  3. package/dist/@fle-ui/next.js +1 -1
  4. package/dist/@fle-ui/next.min.css +3 -3
  5. package/dist/@fle-ui/next.min.css.map +1 -1
  6. package/dist/@fle-ui/next.min.js +1 -1
  7. package/es/affix/style/index.css +0 -42
  8. package/es/alert/style/index.css +8 -50
  9. package/es/anchor/style/index.css +0 -42
  10. package/es/auto-complete/style/index.css +0 -42
  11. package/es/avatar/style/index.css +0 -42
  12. package/es/back-top/style/index.css +0 -42
  13. package/es/badge/style/index.css +2 -44
  14. package/es/breadcrumb/style/index.css +0 -42
  15. package/es/button/style/index.css +72 -122
  16. package/es/calendar/style/index.css +1 -43
  17. package/es/card/style/index.css +0 -42
  18. package/es/carousel/style/index.css +0 -42
  19. package/es/cascader/style/index.css +1 -43
  20. package/es/checkbox/style/index.css +0 -42
  21. package/es/collapse/style/index.css +0 -42
  22. package/es/comment/style/index.css +0 -42
  23. package/es/config-provider/style/index.css +0 -42
  24. package/es/date-picker/style/index.css +35 -77
  25. package/es/descriptions/style/index.css +0 -42
  26. package/es/divider/style/index.css +0 -42
  27. package/es/drawer/style/index.css +0 -42
  28. package/es/dropdown/style/index.css +4 -46
  29. package/es/empty/style/index.css +0 -42
  30. package/es/form/style/index.css +0 -42
  31. package/es/grid/style/index.css +0 -42
  32. package/es/icon/style/index.css +0 -42
  33. package/es/image/style/index.css +0 -42
  34. package/es/input/style/index.css +19 -61
  35. package/es/input-number/style/index.css +19 -61
  36. package/es/layout/style/index.css +0 -42
  37. package/es/list/style/index.css +0 -42
  38. package/es/locale-provider/style/index.css +0 -42
  39. package/es/mentions/style/index.css +9 -51
  40. package/es/menu/style/index.css +6 -48
  41. package/es/message/style/index.css +0 -42
  42. package/es/modal/style/index.css +0 -42
  43. package/es/notification/style/index.css +0 -42
  44. package/es/page-header/style/index.css +2 -44
  45. package/es/pagination/style/index.css +8 -50
  46. package/es/popconfirm/style/index.css +0 -42
  47. package/es/popover/style/index.css +3 -45
  48. package/es/progress/style/index.css +5 -47
  49. package/es/radio/style/index.css +15 -57
  50. package/es/rate/style/index.css +0 -42
  51. package/es/result/style/index.css +0 -42
  52. package/es/segmented/style/index.css +0 -42
  53. package/es/select/style/index.css +8 -50
  54. package/es/skeleton/style/index.css +0 -42
  55. package/es/slider/style/index.css +7 -49
  56. package/es/space/style/index.css +0 -42
  57. package/es/spin/style/index.css +0 -42
  58. package/es/statistic/style/index.css +0 -42
  59. package/es/steps/style/index.css +0 -42
  60. package/es/style/index.css +2 -44
  61. package/es/style/themes/index.less +1 -1
  62. package/es/switch/style/index.css +1 -43
  63. package/es/table/style/index.css +5 -47
  64. package/es/tabs/style/index.css +5 -47
  65. package/es/tag/style/index.css +10 -52
  66. package/es/time-picker/style/index.css +0 -42
  67. package/es/timeline/style/index.css +0 -42
  68. package/es/tooltip/style/index.css +3 -45
  69. package/es/transfer/style/index.css +11 -53
  70. package/es/tree/style/index.css +2 -44
  71. package/es/tree-select/style/index.css +2 -44
  72. package/es/typography/style/index.css +6 -48
  73. package/es/upload/style/index.css +4 -46
  74. package/lib/affix/style/index.css +0 -42
  75. package/lib/alert/style/index.css +8 -50
  76. package/lib/anchor/style/index.css +0 -42
  77. package/lib/auto-complete/style/index.css +0 -42
  78. package/lib/avatar/style/index.css +0 -42
  79. package/lib/back-top/style/index.css +0 -42
  80. package/lib/badge/style/index.css +2 -44
  81. package/lib/breadcrumb/style/index.css +0 -42
  82. package/lib/button/style/index.css +72 -122
  83. package/lib/calendar/style/index.css +1 -43
  84. package/lib/card/style/index.css +0 -42
  85. package/lib/carousel/style/index.css +0 -42
  86. package/lib/cascader/style/index.css +1 -43
  87. package/lib/checkbox/style/index.css +0 -42
  88. package/lib/collapse/style/index.css +0 -42
  89. package/lib/comment/style/index.css +0 -42
  90. package/lib/config-provider/style/index.css +0 -42
  91. package/lib/date-picker/style/index.css +35 -77
  92. package/lib/descriptions/style/index.css +0 -42
  93. package/lib/divider/style/index.css +0 -42
  94. package/lib/drawer/style/index.css +0 -42
  95. package/lib/dropdown/style/index.css +4 -46
  96. package/lib/empty/style/index.css +0 -42
  97. package/lib/form/style/index.css +0 -42
  98. package/lib/grid/style/index.css +0 -42
  99. package/lib/icon/style/index.css +0 -42
  100. package/lib/image/style/index.css +0 -42
  101. package/lib/input/style/index.css +19 -61
  102. package/lib/input-number/style/index.css +19 -61
  103. package/lib/layout/style/index.css +0 -42
  104. package/lib/list/style/index.css +0 -42
  105. package/lib/locale-provider/style/index.css +0 -42
  106. package/lib/mentions/style/index.css +9 -51
  107. package/lib/menu/style/index.css +6 -48
  108. package/lib/message/style/index.css +0 -42
  109. package/lib/modal/style/index.css +0 -42
  110. package/lib/notification/style/index.css +0 -42
  111. package/lib/page-header/style/index.css +2 -44
  112. package/lib/pagination/style/index.css +8 -50
  113. package/lib/popconfirm/style/index.css +0 -42
  114. package/lib/popover/style/index.css +3 -45
  115. package/lib/progress/style/index.css +5 -47
  116. package/lib/radio/style/index.css +15 -57
  117. package/lib/rate/style/index.css +0 -42
  118. package/lib/result/style/index.css +0 -42
  119. package/lib/segmented/style/index.css +0 -42
  120. package/lib/select/style/index.css +8 -50
  121. package/lib/skeleton/style/index.css +0 -42
  122. package/lib/slider/style/index.css +7 -49
  123. package/lib/space/style/index.css +0 -42
  124. package/lib/spin/style/index.css +0 -42
  125. package/lib/statistic/style/index.css +0 -42
  126. package/lib/steps/style/index.css +0 -42
  127. package/lib/style/index.css +2 -44
  128. package/lib/style/themes/index.less +1 -1
  129. package/lib/switch/style/index.css +1 -43
  130. package/lib/table/style/index.css +5 -47
  131. package/lib/tabs/style/index.css +5 -47
  132. package/lib/tag/style/index.css +10 -52
  133. package/lib/time-picker/style/index.css +0 -42
  134. package/lib/timeline/style/index.css +0 -42
  135. package/lib/tooltip/style/index.css +3 -45
  136. package/lib/transfer/style/index.css +11 -53
  137. package/lib/tree/style/index.css +2 -44
  138. package/lib/tree-select/style/index.css +2 -44
  139. package/lib/typography/style/index.css +6 -48
  140. package/lib/upload/style/index.css +4 -46
  141. package/package.json +1 -1
  142. package/report.html +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @fle-ui/next v1.0.5-alpha.5
3
+ * @fle-ui/next v1.0.5-alpha.6
4
4
  *
5
5
  * Copyright 2015-present, Alipay, Inc.
6
6
  * All rights reserved.
@@ -10,48 +10,6 @@
10
10
  /* stylelint-disable no-duplicate-selectors */
11
11
  /* stylelint-disable */
12
12
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
13
- html {
14
- --ant-primary-color: #1890ff;
15
- --ant-primary-color-hover: #40a9ff;
16
- --ant-primary-color-active: #096dd9;
17
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
18
- --ant-primary-1: #e6f7ff;
19
- --ant-primary-2: #bae7ff;
20
- --ant-primary-3: #91d5ff;
21
- --ant-primary-4: #69c0ff;
22
- --ant-primary-5: #40a9ff;
23
- --ant-primary-6: #1890ff;
24
- --ant-primary-7: #096dd9;
25
- --ant-primary-color-deprecated-pure: ;
26
- --ant-primary-color-deprecated-l-35: #cbe6ff;
27
- --ant-primary-color-deprecated-l-20: #7ec1ff;
28
- --ant-primary-color-deprecated-t-20: #46a6ff;
29
- --ant-primary-color-deprecated-t-50: #8cc8ff;
30
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
31
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
32
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
33
- --ant-success-color: #36c626;
34
- --ant-success-color-hover: #5cd44a;
35
- --ant-success-color-active: #20a116;
36
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
37
- --ant-success-color-deprecated-bg: #f4fff0;
38
- --ant-success-color-deprecated-border: #afed9f;
39
- --ant-error-color: #ff5c57;
40
- --ant-error-color-hover: #ff8880;
41
- --ant-error-color-active: #d93f3f;
42
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
43
- --ant-error-color-deprecated-bg: #fff3f0;
44
- --ant-error-color-deprecated-border: #ffd7d1;
45
- --ant-warning-color: #ffab00;
46
- --ant-warning-color-hover: #ffbf29;
47
- --ant-warning-color-active: #d98900;
48
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
49
- --ant-warning-color-deprecated-bg: #fffbe6;
50
- --ant-warning-color-deprecated-border: #ffe07a;
51
- --ant-info-color: #1890ff;
52
- --ant-info-color-deprecated-bg: #e6f7ff;
53
- --ant-info-color-deprecated-border: #91d5ff;
54
- }
55
13
  [class^=ant-]::-ms-clear,
56
14
  [class*= ant-]::-ms-clear,
57
15
  [class^=ant-] input::-ms-clear,
@@ -193,10 +151,10 @@ a {
193
151
  -webkit-text-decoration-skip: objects;
194
152
  }
195
153
  a:hover {
196
- color: var(--ant-primary-color-hover);
154
+ color: #548aff;
197
155
  }
198
156
  a:active {
199
- color: var(--ant-primary-color-active);
157
+ color: #1a4ad9;
200
158
  }
201
159
  a:active,
202
160
  a:hover {
@@ -1841,48 +1799,6 @@ html {
1841
1799
  /* stylelint-disable no-duplicate-selectors */
1842
1800
  /* stylelint-disable */
1843
1801
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1844
- html {
1845
- --ant-primary-color: #1890ff;
1846
- --ant-primary-color-hover: #40a9ff;
1847
- --ant-primary-color-active: #096dd9;
1848
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
1849
- --ant-primary-1: #e6f7ff;
1850
- --ant-primary-2: #bae7ff;
1851
- --ant-primary-3: #91d5ff;
1852
- --ant-primary-4: #69c0ff;
1853
- --ant-primary-5: #40a9ff;
1854
- --ant-primary-6: #1890ff;
1855
- --ant-primary-7: #096dd9;
1856
- --ant-primary-color-deprecated-pure: ;
1857
- --ant-primary-color-deprecated-l-35: #cbe6ff;
1858
- --ant-primary-color-deprecated-l-20: #7ec1ff;
1859
- --ant-primary-color-deprecated-t-20: #46a6ff;
1860
- --ant-primary-color-deprecated-t-50: #8cc8ff;
1861
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
1862
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
1863
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
1864
- --ant-success-color: #36c626;
1865
- --ant-success-color-hover: #5cd44a;
1866
- --ant-success-color-active: #20a116;
1867
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
1868
- --ant-success-color-deprecated-bg: #f4fff0;
1869
- --ant-success-color-deprecated-border: #afed9f;
1870
- --ant-error-color: #ff5c57;
1871
- --ant-error-color-hover: #ff8880;
1872
- --ant-error-color-active: #d93f3f;
1873
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
1874
- --ant-error-color-deprecated-bg: #fff3f0;
1875
- --ant-error-color-deprecated-border: #ffd7d1;
1876
- --ant-warning-color: #ffab00;
1877
- --ant-warning-color-hover: #ffbf29;
1878
- --ant-warning-color-active: #d98900;
1879
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
1880
- --ant-warning-color-deprecated-bg: #fffbe6;
1881
- --ant-warning-color-deprecated-border: #ffe07a;
1882
- --ant-info-color: #1890ff;
1883
- --ant-info-color-deprecated-bg: #e6f7ff;
1884
- --ant-info-color-deprecated-border: #91d5ff;
1885
- }
1886
1802
  .ant-affix {
1887
1803
  position: fixed;
1888
1804
  z-index: 10;
@@ -1892,48 +1808,6 @@ html {
1892
1808
  /* stylelint-disable no-duplicate-selectors */
1893
1809
  /* stylelint-disable */
1894
1810
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1895
- html {
1896
- --ant-primary-color: #1890ff;
1897
- --ant-primary-color-hover: #40a9ff;
1898
- --ant-primary-color-active: #096dd9;
1899
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
1900
- --ant-primary-1: #e6f7ff;
1901
- --ant-primary-2: #bae7ff;
1902
- --ant-primary-3: #91d5ff;
1903
- --ant-primary-4: #69c0ff;
1904
- --ant-primary-5: #40a9ff;
1905
- --ant-primary-6: #1890ff;
1906
- --ant-primary-7: #096dd9;
1907
- --ant-primary-color-deprecated-pure: ;
1908
- --ant-primary-color-deprecated-l-35: #cbe6ff;
1909
- --ant-primary-color-deprecated-l-20: #7ec1ff;
1910
- --ant-primary-color-deprecated-t-20: #46a6ff;
1911
- --ant-primary-color-deprecated-t-50: #8cc8ff;
1912
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
1913
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
1914
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
1915
- --ant-success-color: #36c626;
1916
- --ant-success-color-hover: #5cd44a;
1917
- --ant-success-color-active: #20a116;
1918
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
1919
- --ant-success-color-deprecated-bg: #f4fff0;
1920
- --ant-success-color-deprecated-border: #afed9f;
1921
- --ant-error-color: #ff5c57;
1922
- --ant-error-color-hover: #ff8880;
1923
- --ant-error-color-active: #d93f3f;
1924
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
1925
- --ant-error-color-deprecated-bg: #fff3f0;
1926
- --ant-error-color-deprecated-border: #ffd7d1;
1927
- --ant-warning-color: #ffab00;
1928
- --ant-warning-color-hover: #ffbf29;
1929
- --ant-warning-color-active: #d98900;
1930
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
1931
- --ant-warning-color-deprecated-bg: #fffbe6;
1932
- --ant-warning-color-deprecated-border: #ffe07a;
1933
- --ant-info-color: #1890ff;
1934
- --ant-info-color-deprecated-bg: #e6f7ff;
1935
- --ant-info-color-deprecated-border: #91d5ff;
1936
- }
1937
1811
  .ant-alert {
1938
1812
  box-sizing: border-box;
1939
1813
  margin: 0;
@@ -1964,29 +1838,29 @@ html {
1964
1838
  line-height: 22px;
1965
1839
  }
1966
1840
  .ant-alert-success {
1967
- background-color: var(--ant-success-color-deprecated-bg);
1968
- border: 1px solid var(--ant-success-color-deprecated-border);
1841
+ background-color: #f4fff0;
1842
+ border: 1px solid #afed9f;
1969
1843
  }
1970
1844
  .ant-alert-success .ant-alert-icon {
1971
1845
  color: #36c626;
1972
1846
  }
1973
1847
  .ant-alert-info {
1974
- background-color: var(--ant-info-color-deprecated-bg);
1975
- border: 1px solid var(--ant-info-color-deprecated-border);
1848
+ background-color: #f0f7ff;
1849
+ border: 1px solid #a6c8ff;
1976
1850
  }
1977
1851
  .ant-alert-info .ant-alert-icon {
1978
1852
  color: #2c68ff;
1979
1853
  }
1980
1854
  .ant-alert-warning {
1981
- background-color: var(--ant-warning-color-deprecated-bg);
1982
- border: 1px solid var(--ant-warning-color-deprecated-border);
1855
+ background-color: #fffbe6;
1856
+ border: 1px solid #ffe07a;
1983
1857
  }
1984
1858
  .ant-alert-warning .ant-alert-icon {
1985
1859
  color: #ffab00;
1986
1860
  }
1987
1861
  .ant-alert-error {
1988
- background-color: var(--ant-error-color-deprecated-bg);
1989
- border: 1px solid var(--ant-error-color-deprecated-border);
1862
+ background-color: #fff2f0;
1863
+ border: 1px solid #ffb1a8;
1990
1864
  }
1991
1865
  .ant-alert-error .ant-alert-icon {
1992
1866
  color: #f42d2d;
@@ -2091,48 +1965,6 @@ html {
2091
1965
  /* stylelint-disable no-duplicate-selectors */
2092
1966
  /* stylelint-disable */
2093
1967
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2094
- html {
2095
- --ant-primary-color: #1890ff;
2096
- --ant-primary-color-hover: #40a9ff;
2097
- --ant-primary-color-active: #096dd9;
2098
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
2099
- --ant-primary-1: #e6f7ff;
2100
- --ant-primary-2: #bae7ff;
2101
- --ant-primary-3: #91d5ff;
2102
- --ant-primary-4: #69c0ff;
2103
- --ant-primary-5: #40a9ff;
2104
- --ant-primary-6: #1890ff;
2105
- --ant-primary-7: #096dd9;
2106
- --ant-primary-color-deprecated-pure: ;
2107
- --ant-primary-color-deprecated-l-35: #cbe6ff;
2108
- --ant-primary-color-deprecated-l-20: #7ec1ff;
2109
- --ant-primary-color-deprecated-t-20: #46a6ff;
2110
- --ant-primary-color-deprecated-t-50: #8cc8ff;
2111
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
2112
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
2113
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
2114
- --ant-success-color: #36c626;
2115
- --ant-success-color-hover: #5cd44a;
2116
- --ant-success-color-active: #20a116;
2117
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
2118
- --ant-success-color-deprecated-bg: #f4fff0;
2119
- --ant-success-color-deprecated-border: #afed9f;
2120
- --ant-error-color: #ff5c57;
2121
- --ant-error-color-hover: #ff8880;
2122
- --ant-error-color-active: #d93f3f;
2123
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
2124
- --ant-error-color-deprecated-bg: #fff3f0;
2125
- --ant-error-color-deprecated-border: #ffd7d1;
2126
- --ant-warning-color: #ffab00;
2127
- --ant-warning-color-hover: #ffbf29;
2128
- --ant-warning-color-active: #d98900;
2129
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
2130
- --ant-warning-color-deprecated-bg: #fffbe6;
2131
- --ant-warning-color-deprecated-border: #ffe07a;
2132
- --ant-info-color: #1890ff;
2133
- --ant-info-color-deprecated-bg: #e6f7ff;
2134
- --ant-info-color-deprecated-border: #91d5ff;
2135
- }
2136
1968
  .ant-anchor {
2137
1969
  box-sizing: border-box;
2138
1970
  margin: 0;
@@ -2234,48 +2066,6 @@ html {
2234
2066
  /* stylelint-disable no-duplicate-selectors */
2235
2067
  /* stylelint-disable */
2236
2068
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2237
- html {
2238
- --ant-primary-color: #1890ff;
2239
- --ant-primary-color-hover: #40a9ff;
2240
- --ant-primary-color-active: #096dd9;
2241
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
2242
- --ant-primary-1: #e6f7ff;
2243
- --ant-primary-2: #bae7ff;
2244
- --ant-primary-3: #91d5ff;
2245
- --ant-primary-4: #69c0ff;
2246
- --ant-primary-5: #40a9ff;
2247
- --ant-primary-6: #1890ff;
2248
- --ant-primary-7: #096dd9;
2249
- --ant-primary-color-deprecated-pure: ;
2250
- --ant-primary-color-deprecated-l-35: #cbe6ff;
2251
- --ant-primary-color-deprecated-l-20: #7ec1ff;
2252
- --ant-primary-color-deprecated-t-20: #46a6ff;
2253
- --ant-primary-color-deprecated-t-50: #8cc8ff;
2254
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
2255
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
2256
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
2257
- --ant-success-color: #36c626;
2258
- --ant-success-color-hover: #5cd44a;
2259
- --ant-success-color-active: #20a116;
2260
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
2261
- --ant-success-color-deprecated-bg: #f4fff0;
2262
- --ant-success-color-deprecated-border: #afed9f;
2263
- --ant-error-color: #ff5c57;
2264
- --ant-error-color-hover: #ff8880;
2265
- --ant-error-color-active: #d93f3f;
2266
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
2267
- --ant-error-color-deprecated-bg: #fff3f0;
2268
- --ant-error-color-deprecated-border: #ffd7d1;
2269
- --ant-warning-color: #ffab00;
2270
- --ant-warning-color-hover: #ffbf29;
2271
- --ant-warning-color-active: #d98900;
2272
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
2273
- --ant-warning-color-deprecated-bg: #fffbe6;
2274
- --ant-warning-color-deprecated-border: #ffe07a;
2275
- --ant-info-color: #1890ff;
2276
- --ant-info-color-deprecated-bg: #e6f7ff;
2277
- --ant-info-color-deprecated-border: #91d5ff;
2278
- }
2279
2069
  .ant-select-auto-complete {
2280
2070
  box-sizing: border-box;
2281
2071
  margin: 0;
@@ -2295,48 +2085,6 @@ html {
2295
2085
  /* stylelint-disable no-duplicate-selectors */
2296
2086
  /* stylelint-disable */
2297
2087
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2298
- html {
2299
- --ant-primary-color: #1890ff;
2300
- --ant-primary-color-hover: #40a9ff;
2301
- --ant-primary-color-active: #096dd9;
2302
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
2303
- --ant-primary-1: #e6f7ff;
2304
- --ant-primary-2: #bae7ff;
2305
- --ant-primary-3: #91d5ff;
2306
- --ant-primary-4: #69c0ff;
2307
- --ant-primary-5: #40a9ff;
2308
- --ant-primary-6: #1890ff;
2309
- --ant-primary-7: #096dd9;
2310
- --ant-primary-color-deprecated-pure: ;
2311
- --ant-primary-color-deprecated-l-35: #cbe6ff;
2312
- --ant-primary-color-deprecated-l-20: #7ec1ff;
2313
- --ant-primary-color-deprecated-t-20: #46a6ff;
2314
- --ant-primary-color-deprecated-t-50: #8cc8ff;
2315
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
2316
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
2317
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
2318
- --ant-success-color: #36c626;
2319
- --ant-success-color-hover: #5cd44a;
2320
- --ant-success-color-active: #20a116;
2321
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
2322
- --ant-success-color-deprecated-bg: #f4fff0;
2323
- --ant-success-color-deprecated-border: #afed9f;
2324
- --ant-error-color: #ff5c57;
2325
- --ant-error-color-hover: #ff8880;
2326
- --ant-error-color-active: #d93f3f;
2327
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
2328
- --ant-error-color-deprecated-bg: #fff3f0;
2329
- --ant-error-color-deprecated-border: #ffd7d1;
2330
- --ant-warning-color: #ffab00;
2331
- --ant-warning-color-hover: #ffbf29;
2332
- --ant-warning-color-active: #d98900;
2333
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
2334
- --ant-warning-color-deprecated-bg: #fffbe6;
2335
- --ant-warning-color-deprecated-border: #ffe07a;
2336
- --ant-info-color: #1890ff;
2337
- --ant-info-color-deprecated-bg: #e6f7ff;
2338
- --ant-info-color-deprecated-border: #91d5ff;
2339
- }
2340
2088
  .ant-select-single .ant-select-selector {
2341
2089
  display: flex;
2342
2090
  }
@@ -2659,8 +2407,8 @@ html {
2659
2407
  }
2660
2408
  .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
2661
2409
  .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
2662
- border-color: var(--ant-error-color-hover);
2663
- box-shadow: 0 0 0 2px var(--ant-error-color-outline);
2410
+ border-color: #ff5c57;
2411
+ box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
2664
2412
  border-right-width: 1px;
2665
2413
  outline: 0;
2666
2414
  }
@@ -2670,8 +2418,8 @@ html {
2670
2418
  }
2671
2419
  .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
2672
2420
  .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
2673
- border-color: var(--ant-warning-color-hover);
2674
- box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
2421
+ border-color: #ffbf29;
2422
+ box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
2675
2423
  border-right-width: 1px;
2676
2424
  outline: 0;
2677
2425
  }
@@ -2719,8 +2467,8 @@ html {
2719
2467
  cursor: auto;
2720
2468
  }
2721
2469
  .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
2722
- border-color: var(--ant-primary-color-hover);
2723
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
2470
+ border-color: #548aff;
2471
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
2724
2472
  border-right-width: 1px;
2725
2473
  outline: 0;
2726
2474
  }
@@ -2751,7 +2499,7 @@ html {
2751
2499
  -webkit-appearance: none;
2752
2500
  }
2753
2501
  .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
2754
- border-color: var(--ant-primary-5);
2502
+ border-color: #548aff;
2755
2503
  border-right-width: 1px;
2756
2504
  }
2757
2505
  .ant-select-selection-item {
@@ -2955,7 +2703,7 @@ html {
2955
2703
  .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
2956
2704
  color: #4c4c4c;
2957
2705
  font-weight: 600;
2958
- background-color: var(--ant-primary-1);
2706
+ background-color: #f0f7ff;
2959
2707
  }
2960
2708
  .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
2961
2709
  color: #2c68ff;
@@ -3051,48 +2799,6 @@ html {
3051
2799
  /* stylelint-disable no-duplicate-selectors */
3052
2800
  /* stylelint-disable */
3053
2801
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3054
- html {
3055
- --ant-primary-color: #1890ff;
3056
- --ant-primary-color-hover: #40a9ff;
3057
- --ant-primary-color-active: #096dd9;
3058
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3059
- --ant-primary-1: #e6f7ff;
3060
- --ant-primary-2: #bae7ff;
3061
- --ant-primary-3: #91d5ff;
3062
- --ant-primary-4: #69c0ff;
3063
- --ant-primary-5: #40a9ff;
3064
- --ant-primary-6: #1890ff;
3065
- --ant-primary-7: #096dd9;
3066
- --ant-primary-color-deprecated-pure: ;
3067
- --ant-primary-color-deprecated-l-35: #cbe6ff;
3068
- --ant-primary-color-deprecated-l-20: #7ec1ff;
3069
- --ant-primary-color-deprecated-t-20: #46a6ff;
3070
- --ant-primary-color-deprecated-t-50: #8cc8ff;
3071
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3072
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3073
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3074
- --ant-success-color: #36c626;
3075
- --ant-success-color-hover: #5cd44a;
3076
- --ant-success-color-active: #20a116;
3077
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
3078
- --ant-success-color-deprecated-bg: #f4fff0;
3079
- --ant-success-color-deprecated-border: #afed9f;
3080
- --ant-error-color: #ff5c57;
3081
- --ant-error-color-hover: #ff8880;
3082
- --ant-error-color-active: #d93f3f;
3083
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
3084
- --ant-error-color-deprecated-bg: #fff3f0;
3085
- --ant-error-color-deprecated-border: #ffd7d1;
3086
- --ant-warning-color: #ffab00;
3087
- --ant-warning-color-hover: #ffbf29;
3088
- --ant-warning-color-active: #d98900;
3089
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
3090
- --ant-warning-color-deprecated-bg: #fffbe6;
3091
- --ant-warning-color-deprecated-border: #ffe07a;
3092
- --ant-info-color: #1890ff;
3093
- --ant-info-color-deprecated-bg: #e6f7ff;
3094
- --ant-info-color-deprecated-border: #91d5ff;
3095
- }
3096
2802
  .ant-empty {
3097
2803
  margin: 0 8px;
3098
2804
  font-size: 14px;
@@ -3166,48 +2872,6 @@ html {
3166
2872
  /* stylelint-disable no-duplicate-selectors */
3167
2873
  /* stylelint-disable */
3168
2874
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3169
- html {
3170
- --ant-primary-color: #1890ff;
3171
- --ant-primary-color-hover: #40a9ff;
3172
- --ant-primary-color-active: #096dd9;
3173
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3174
- --ant-primary-1: #e6f7ff;
3175
- --ant-primary-2: #bae7ff;
3176
- --ant-primary-3: #91d5ff;
3177
- --ant-primary-4: #69c0ff;
3178
- --ant-primary-5: #40a9ff;
3179
- --ant-primary-6: #1890ff;
3180
- --ant-primary-7: #096dd9;
3181
- --ant-primary-color-deprecated-pure: ;
3182
- --ant-primary-color-deprecated-l-35: #cbe6ff;
3183
- --ant-primary-color-deprecated-l-20: #7ec1ff;
3184
- --ant-primary-color-deprecated-t-20: #46a6ff;
3185
- --ant-primary-color-deprecated-t-50: #8cc8ff;
3186
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3187
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3188
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3189
- --ant-success-color: #36c626;
3190
- --ant-success-color-hover: #5cd44a;
3191
- --ant-success-color-active: #20a116;
3192
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
3193
- --ant-success-color-deprecated-bg: #f4fff0;
3194
- --ant-success-color-deprecated-border: #afed9f;
3195
- --ant-error-color: #ff5c57;
3196
- --ant-error-color-hover: #ff8880;
3197
- --ant-error-color-active: #d93f3f;
3198
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
3199
- --ant-error-color-deprecated-bg: #fff3f0;
3200
- --ant-error-color-deprecated-border: #ffd7d1;
3201
- --ant-warning-color: #ffab00;
3202
- --ant-warning-color-hover: #ffbf29;
3203
- --ant-warning-color-active: #d98900;
3204
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
3205
- --ant-warning-color-deprecated-bg: #fffbe6;
3206
- --ant-warning-color-deprecated-border: #ffe07a;
3207
- --ant-info-color: #1890ff;
3208
- --ant-info-color-deprecated-bg: #e6f7ff;
3209
- --ant-info-color-deprecated-border: #91d5ff;
3210
- }
3211
2875
  .ant-avatar {
3212
2876
  box-sizing: border-box;
3213
2877
  margin: 0;
@@ -3317,48 +2981,6 @@ html {
3317
2981
  /* stylelint-disable no-duplicate-selectors */
3318
2982
  /* stylelint-disable */
3319
2983
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3320
- html {
3321
- --ant-primary-color: #1890ff;
3322
- --ant-primary-color-hover: #40a9ff;
3323
- --ant-primary-color-active: #096dd9;
3324
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3325
- --ant-primary-1: #e6f7ff;
3326
- --ant-primary-2: #bae7ff;
3327
- --ant-primary-3: #91d5ff;
3328
- --ant-primary-4: #69c0ff;
3329
- --ant-primary-5: #40a9ff;
3330
- --ant-primary-6: #1890ff;
3331
- --ant-primary-7: #096dd9;
3332
- --ant-primary-color-deprecated-pure: ;
3333
- --ant-primary-color-deprecated-l-35: #cbe6ff;
3334
- --ant-primary-color-deprecated-l-20: #7ec1ff;
3335
- --ant-primary-color-deprecated-t-20: #46a6ff;
3336
- --ant-primary-color-deprecated-t-50: #8cc8ff;
3337
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3338
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3339
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3340
- --ant-success-color: #36c626;
3341
- --ant-success-color-hover: #5cd44a;
3342
- --ant-success-color-active: #20a116;
3343
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
3344
- --ant-success-color-deprecated-bg: #f4fff0;
3345
- --ant-success-color-deprecated-border: #afed9f;
3346
- --ant-error-color: #ff5c57;
3347
- --ant-error-color-hover: #ff8880;
3348
- --ant-error-color-active: #d93f3f;
3349
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
3350
- --ant-error-color-deprecated-bg: #fff3f0;
3351
- --ant-error-color-deprecated-border: #ffd7d1;
3352
- --ant-warning-color: #ffab00;
3353
- --ant-warning-color-hover: #ffbf29;
3354
- --ant-warning-color-active: #d98900;
3355
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
3356
- --ant-warning-color-deprecated-bg: #fffbe6;
3357
- --ant-warning-color-deprecated-border: #ffe07a;
3358
- --ant-info-color: #1890ff;
3359
- --ant-info-color-deprecated-bg: #e6f7ff;
3360
- --ant-info-color-deprecated-border: #91d5ff;
3361
- }
3362
2984
  .ant-popover {
3363
2985
  box-sizing: border-box;
3364
2986
  margin: 0;
@@ -3485,7 +3107,7 @@ html {
3485
3107
  background-color: #fff;
3486
3108
  content: '';
3487
3109
  pointer-events: auto;
3488
- border-radius: 0 0 4px;
3110
+ border-radius: 0 0 2px;
3489
3111
  pointer-events: none;
3490
3112
  }
3491
3113
  .ant-popover-arrow-content::before {
@@ -3498,8 +3120,8 @@ html {
3498
3120
  background-repeat: no-repeat;
3499
3121
  background-position: -10px -10px;
3500
3122
  content: '';
3501
- -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
3502
- clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
3123
+ -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
3124
+ clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
3503
3125
  }
3504
3126
  .ant-popover-placement-top .ant-popover-arrow,
3505
3127
  .ant-popover-placement-topLeft .ant-popover-arrow,
@@ -3687,48 +3309,6 @@ html {
3687
3309
  /* stylelint-disable no-duplicate-selectors */
3688
3310
  /* stylelint-disable */
3689
3311
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3690
- html {
3691
- --ant-primary-color: #1890ff;
3692
- --ant-primary-color-hover: #40a9ff;
3693
- --ant-primary-color-active: #096dd9;
3694
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3695
- --ant-primary-1: #e6f7ff;
3696
- --ant-primary-2: #bae7ff;
3697
- --ant-primary-3: #91d5ff;
3698
- --ant-primary-4: #69c0ff;
3699
- --ant-primary-5: #40a9ff;
3700
- --ant-primary-6: #1890ff;
3701
- --ant-primary-7: #096dd9;
3702
- --ant-primary-color-deprecated-pure: ;
3703
- --ant-primary-color-deprecated-l-35: #cbe6ff;
3704
- --ant-primary-color-deprecated-l-20: #7ec1ff;
3705
- --ant-primary-color-deprecated-t-20: #46a6ff;
3706
- --ant-primary-color-deprecated-t-50: #8cc8ff;
3707
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3708
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3709
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3710
- --ant-success-color: #36c626;
3711
- --ant-success-color-hover: #5cd44a;
3712
- --ant-success-color-active: #20a116;
3713
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
3714
- --ant-success-color-deprecated-bg: #f4fff0;
3715
- --ant-success-color-deprecated-border: #afed9f;
3716
- --ant-error-color: #ff5c57;
3717
- --ant-error-color-hover: #ff8880;
3718
- --ant-error-color-active: #d93f3f;
3719
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
3720
- --ant-error-color-deprecated-bg: #fff3f0;
3721
- --ant-error-color-deprecated-border: #ffd7d1;
3722
- --ant-warning-color: #ffab00;
3723
- --ant-warning-color-hover: #ffbf29;
3724
- --ant-warning-color-active: #d98900;
3725
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
3726
- --ant-warning-color-deprecated-bg: #fffbe6;
3727
- --ant-warning-color-deprecated-border: #ffe07a;
3728
- --ant-info-color: #1890ff;
3729
- --ant-info-color-deprecated-bg: #e6f7ff;
3730
- --ant-info-color-deprecated-border: #91d5ff;
3731
- }
3732
3312
  .ant-back-top {
3733
3313
  box-sizing: border-box;
3734
3314
  margin: 0;
@@ -3796,48 +3376,6 @@ html {
3796
3376
  /* stylelint-disable no-duplicate-selectors */
3797
3377
  /* stylelint-disable */
3798
3378
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3799
- html {
3800
- --ant-primary-color: #1890ff;
3801
- --ant-primary-color-hover: #40a9ff;
3802
- --ant-primary-color-active: #096dd9;
3803
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3804
- --ant-primary-1: #e6f7ff;
3805
- --ant-primary-2: #bae7ff;
3806
- --ant-primary-3: #91d5ff;
3807
- --ant-primary-4: #69c0ff;
3808
- --ant-primary-5: #40a9ff;
3809
- --ant-primary-6: #1890ff;
3810
- --ant-primary-7: #096dd9;
3811
- --ant-primary-color-deprecated-pure: ;
3812
- --ant-primary-color-deprecated-l-35: #cbe6ff;
3813
- --ant-primary-color-deprecated-l-20: #7ec1ff;
3814
- --ant-primary-color-deprecated-t-20: #46a6ff;
3815
- --ant-primary-color-deprecated-t-50: #8cc8ff;
3816
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3817
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3818
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3819
- --ant-success-color: #36c626;
3820
- --ant-success-color-hover: #5cd44a;
3821
- --ant-success-color-active: #20a116;
3822
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
3823
- --ant-success-color-deprecated-bg: #f4fff0;
3824
- --ant-success-color-deprecated-border: #afed9f;
3825
- --ant-error-color: #ff5c57;
3826
- --ant-error-color-hover: #ff8880;
3827
- --ant-error-color-active: #d93f3f;
3828
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
3829
- --ant-error-color-deprecated-bg: #fff3f0;
3830
- --ant-error-color-deprecated-border: #ffd7d1;
3831
- --ant-warning-color: #ffab00;
3832
- --ant-warning-color-hover: #ffbf29;
3833
- --ant-warning-color-active: #d98900;
3834
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
3835
- --ant-warning-color-deprecated-bg: #fffbe6;
3836
- --ant-warning-color-deprecated-border: #ffe07a;
3837
- --ant-info-color: #1890ff;
3838
- --ant-info-color-deprecated-bg: #e6f7ff;
3839
- --ant-info-color-deprecated-border: #91d5ff;
3840
- }
3841
3379
  .ant-badge {
3842
3380
  box-sizing: border-box;
3843
3381
  margin: 0;
@@ -3927,7 +3465,7 @@ html {
3927
3465
  }
3928
3466
  .ant-badge-status-processing {
3929
3467
  position: relative;
3930
- background-color: #2c68ff;
3468
+ background-color: #1890ff;
3931
3469
  }
3932
3470
  .ant-badge-status-processing::after {
3933
3471
  position: absolute;
@@ -3935,7 +3473,7 @@ html {
3935
3473
  left: 0;
3936
3474
  width: 100%;
3937
3475
  height: 100%;
3938
- border: 1px solid #2c68ff;
3476
+ border: 1px solid #1890ff;
3939
3477
  border-radius: 50%;
3940
3478
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
3941
3479
  animation: antStatusProcessing 1.2s infinite ease-in-out;
@@ -4382,48 +3920,6 @@ html {
4382
3920
  /* stylelint-disable no-duplicate-selectors */
4383
3921
  /* stylelint-disable */
4384
3922
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
4385
- html {
4386
- --ant-primary-color: #1890ff;
4387
- --ant-primary-color-hover: #40a9ff;
4388
- --ant-primary-color-active: #096dd9;
4389
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
4390
- --ant-primary-1: #e6f7ff;
4391
- --ant-primary-2: #bae7ff;
4392
- --ant-primary-3: #91d5ff;
4393
- --ant-primary-4: #69c0ff;
4394
- --ant-primary-5: #40a9ff;
4395
- --ant-primary-6: #1890ff;
4396
- --ant-primary-7: #096dd9;
4397
- --ant-primary-color-deprecated-pure: ;
4398
- --ant-primary-color-deprecated-l-35: #cbe6ff;
4399
- --ant-primary-color-deprecated-l-20: #7ec1ff;
4400
- --ant-primary-color-deprecated-t-20: #46a6ff;
4401
- --ant-primary-color-deprecated-t-50: #8cc8ff;
4402
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
4403
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
4404
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
4405
- --ant-success-color: #36c626;
4406
- --ant-success-color-hover: #5cd44a;
4407
- --ant-success-color-active: #20a116;
4408
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
4409
- --ant-success-color-deprecated-bg: #f4fff0;
4410
- --ant-success-color-deprecated-border: #afed9f;
4411
- --ant-error-color: #ff5c57;
4412
- --ant-error-color-hover: #ff8880;
4413
- --ant-error-color-active: #d93f3f;
4414
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
4415
- --ant-error-color-deprecated-bg: #fff3f0;
4416
- --ant-error-color-deprecated-border: #ffd7d1;
4417
- --ant-warning-color: #ffab00;
4418
- --ant-warning-color-hover: #ffbf29;
4419
- --ant-warning-color-active: #d98900;
4420
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
4421
- --ant-warning-color-deprecated-bg: #fffbe6;
4422
- --ant-warning-color-deprecated-border: #ffe07a;
4423
- --ant-info-color: #1890ff;
4424
- --ant-info-color-deprecated-bg: #e6f7ff;
4425
- --ant-info-color-deprecated-border: #91d5ff;
4426
- }
4427
3923
  .ant-breadcrumb {
4428
3924
  box-sizing: border-box;
4429
3925
  margin: 0;
@@ -4502,48 +3998,6 @@ li:last-child .ant-breadcrumb-separator {
4502
3998
  /* stylelint-disable no-duplicate-selectors */
4503
3999
  /* stylelint-disable */
4504
4000
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
4505
- html {
4506
- --ant-primary-color: #1890ff;
4507
- --ant-primary-color-hover: #40a9ff;
4508
- --ant-primary-color-active: #096dd9;
4509
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
4510
- --ant-primary-1: #e6f7ff;
4511
- --ant-primary-2: #bae7ff;
4512
- --ant-primary-3: #91d5ff;
4513
- --ant-primary-4: #69c0ff;
4514
- --ant-primary-5: #40a9ff;
4515
- --ant-primary-6: #1890ff;
4516
- --ant-primary-7: #096dd9;
4517
- --ant-primary-color-deprecated-pure: ;
4518
- --ant-primary-color-deprecated-l-35: #cbe6ff;
4519
- --ant-primary-color-deprecated-l-20: #7ec1ff;
4520
- --ant-primary-color-deprecated-t-20: #46a6ff;
4521
- --ant-primary-color-deprecated-t-50: #8cc8ff;
4522
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
4523
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
4524
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
4525
- --ant-success-color: #36c626;
4526
- --ant-success-color-hover: #5cd44a;
4527
- --ant-success-color-active: #20a116;
4528
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
4529
- --ant-success-color-deprecated-bg: #f4fff0;
4530
- --ant-success-color-deprecated-border: #afed9f;
4531
- --ant-error-color: #ff5c57;
4532
- --ant-error-color-hover: #ff8880;
4533
- --ant-error-color-active: #d93f3f;
4534
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
4535
- --ant-error-color-deprecated-bg: #fff3f0;
4536
- --ant-error-color-deprecated-border: #ffd7d1;
4537
- --ant-warning-color: #ffab00;
4538
- --ant-warning-color-hover: #ffbf29;
4539
- --ant-warning-color-active: #d98900;
4540
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
4541
- --ant-warning-color-deprecated-bg: #fffbe6;
4542
- --ant-warning-color-deprecated-border: #ffe07a;
4543
- --ant-info-color: #1890ff;
4544
- --ant-info-color-deprecated-bg: #e6f7ff;
4545
- --ant-info-color-deprecated-border: #91d5ff;
4546
- }
4547
4001
  .ant-menu-item-danger.ant-menu-item {
4548
4002
  color: #f42d2d;
4549
4003
  }
@@ -4605,7 +4059,7 @@ html {
4605
4059
  content: '';
4606
4060
  }
4607
4061
  .ant-menu.ant-menu-root:focus-visible {
4608
- box-shadow: 0 0 0 2px var(--ant-primary-2);
4062
+ box-shadow: 0 0 0 2px #cfe3ff;
4609
4063
  }
4610
4064
  .ant-menu ul,
4611
4065
  .ant-menu ol {
@@ -4643,7 +4097,7 @@ html {
4643
4097
  }
4644
4098
  .ant-menu-item:active,
4645
4099
  .ant-menu-submenu-title:active {
4646
- background: var(--ant-primary-1);
4100
+ background: #f0f7ff;
4647
4101
  }
4648
4102
  .ant-menu-submenu .ant-menu-sub {
4649
4103
  cursor: initial;
@@ -4700,7 +4154,7 @@ html {
4700
4154
  color: #2c68ff;
4701
4155
  }
4702
4156
  .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
4703
- background-color: var(--ant-primary-1);
4157
+ background-color: #f0f7ff;
4704
4158
  }
4705
4159
  .ant-menu-inline,
4706
4160
  .ant-menu-vertical,
@@ -4790,7 +4244,7 @@ html {
4790
4244
  }
4791
4245
  .ant-menu-item:focus-visible,
4792
4246
  .ant-menu-submenu-title:focus-visible {
4793
- box-shadow: 0 0 0 2px var(--ant-primary-2);
4247
+ box-shadow: 0 0 0 2px #cfe3ff;
4794
4248
  }
4795
4249
  .ant-menu > .ant-menu-item-divider {
4796
4250
  margin: 1px 0;
@@ -5190,11 +4644,11 @@ html {
5190
4644
  color: #2c68ff;
5191
4645
  }
5192
4646
  .ant-menu.ant-menu-root:focus-visible {
5193
- box-shadow: 0 0 0 2px var(--ant-primary-7);
4647
+ box-shadow: 0 0 0 2px #1a4ad9;
5194
4648
  }
5195
4649
  .ant-menu-dark .ant-menu-item:focus-visible,
5196
4650
  .ant-menu-dark .ant-menu-submenu-title:focus-visible {
5197
- box-shadow: 0 0 0 2px var(--ant-primary-7);
4651
+ box-shadow: 0 0 0 2px #1a4ad9;
5198
4652
  }
5199
4653
  .ant-menu.ant-menu-dark,
5200
4654
  .ant-menu-dark .ant-menu-sub,
@@ -5465,48 +4919,6 @@ html {
5465
4919
  /* stylelint-disable no-duplicate-selectors */
5466
4920
  /* stylelint-disable */
5467
4921
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5468
- html {
5469
- --ant-primary-color: #1890ff;
5470
- --ant-primary-color-hover: #40a9ff;
5471
- --ant-primary-color-active: #096dd9;
5472
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
5473
- --ant-primary-1: #e6f7ff;
5474
- --ant-primary-2: #bae7ff;
5475
- --ant-primary-3: #91d5ff;
5476
- --ant-primary-4: #69c0ff;
5477
- --ant-primary-5: #40a9ff;
5478
- --ant-primary-6: #1890ff;
5479
- --ant-primary-7: #096dd9;
5480
- --ant-primary-color-deprecated-pure: ;
5481
- --ant-primary-color-deprecated-l-35: #cbe6ff;
5482
- --ant-primary-color-deprecated-l-20: #7ec1ff;
5483
- --ant-primary-color-deprecated-t-20: #46a6ff;
5484
- --ant-primary-color-deprecated-t-50: #8cc8ff;
5485
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
5486
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
5487
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
5488
- --ant-success-color: #36c626;
5489
- --ant-success-color-hover: #5cd44a;
5490
- --ant-success-color-active: #20a116;
5491
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
5492
- --ant-success-color-deprecated-bg: #f4fff0;
5493
- --ant-success-color-deprecated-border: #afed9f;
5494
- --ant-error-color: #ff5c57;
5495
- --ant-error-color-hover: #ff8880;
5496
- --ant-error-color-active: #d93f3f;
5497
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
5498
- --ant-error-color-deprecated-bg: #fff3f0;
5499
- --ant-error-color-deprecated-border: #ffd7d1;
5500
- --ant-warning-color: #ffab00;
5501
- --ant-warning-color-hover: #ffbf29;
5502
- --ant-warning-color-active: #d98900;
5503
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
5504
- --ant-warning-color-deprecated-bg: #fffbe6;
5505
- --ant-warning-color-deprecated-border: #ffe07a;
5506
- --ant-info-color: #1890ff;
5507
- --ant-info-color-deprecated-bg: #e6f7ff;
5508
- --ant-info-color-deprecated-border: #91d5ff;
5509
- }
5510
4922
  .ant-tooltip {
5511
4923
  box-sizing: border-box;
5512
4924
  margin: 0;
@@ -5589,7 +5001,7 @@ html {
5589
5001
  background-color: transparent;
5590
5002
  content: '';
5591
5003
  pointer-events: auto;
5592
- border-radius: 0 0 4px;
5004
+ border-radius: 0 0 2px;
5593
5005
  pointer-events: none;
5594
5006
  }
5595
5007
  .ant-tooltip-arrow-content::before {
@@ -5602,8 +5014,8 @@ html {
5602
5014
  background-repeat: no-repeat;
5603
5015
  background-position: -10px -10px;
5604
5016
  content: '';
5605
- -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
5606
- clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
5017
+ -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
5018
+ clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
5607
5019
  }
5608
5020
  .ant-tooltip-placement-top .ant-tooltip-arrow,
5609
5021
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
@@ -5782,48 +5194,6 @@ html {
5782
5194
  /* stylelint-disable no-duplicate-selectors */
5783
5195
  /* stylelint-disable */
5784
5196
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5785
- html {
5786
- --ant-primary-color: #1890ff;
5787
- --ant-primary-color-hover: #40a9ff;
5788
- --ant-primary-color-active: #096dd9;
5789
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
5790
- --ant-primary-1: #e6f7ff;
5791
- --ant-primary-2: #bae7ff;
5792
- --ant-primary-3: #91d5ff;
5793
- --ant-primary-4: #69c0ff;
5794
- --ant-primary-5: #40a9ff;
5795
- --ant-primary-6: #1890ff;
5796
- --ant-primary-7: #096dd9;
5797
- --ant-primary-color-deprecated-pure: ;
5798
- --ant-primary-color-deprecated-l-35: #cbe6ff;
5799
- --ant-primary-color-deprecated-l-20: #7ec1ff;
5800
- --ant-primary-color-deprecated-t-20: #46a6ff;
5801
- --ant-primary-color-deprecated-t-50: #8cc8ff;
5802
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
5803
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
5804
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
5805
- --ant-success-color: #36c626;
5806
- --ant-success-color-hover: #5cd44a;
5807
- --ant-success-color-active: #20a116;
5808
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
5809
- --ant-success-color-deprecated-bg: #f4fff0;
5810
- --ant-success-color-deprecated-border: #afed9f;
5811
- --ant-error-color: #ff5c57;
5812
- --ant-error-color-hover: #ff8880;
5813
- --ant-error-color-active: #d93f3f;
5814
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
5815
- --ant-error-color-deprecated-bg: #fff3f0;
5816
- --ant-error-color-deprecated-border: #ffd7d1;
5817
- --ant-warning-color: #ffab00;
5818
- --ant-warning-color-hover: #ffbf29;
5819
- --ant-warning-color-active: #d98900;
5820
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
5821
- --ant-warning-color-deprecated-bg: #fffbe6;
5822
- --ant-warning-color-deprecated-border: #ffe07a;
5823
- --ant-info-color: #1890ff;
5824
- --ant-info-color-deprecated-bg: #e6f7ff;
5825
- --ant-info-color-deprecated-border: #91d5ff;
5826
- }
5827
5197
  .ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
5828
5198
  color: #f42d2d;
5829
5199
  }
@@ -5891,7 +5261,7 @@ html {
5891
5261
  width: 11.3137085px;
5892
5262
  height: 11.3137085px;
5893
5263
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
5894
- border-radius: 0 0 4px;
5264
+ border-radius: 0 0 2px;
5895
5265
  pointer-events: none;
5896
5266
  }
5897
5267
  .ant-dropdown-arrow::before {
@@ -5904,8 +5274,8 @@ html {
5904
5274
  background-repeat: no-repeat;
5905
5275
  background-position: -10px -10px;
5906
5276
  content: '';
5907
- -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
5908
- clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
5277
+ -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
5278
+ clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
5909
5279
  }
5910
5280
  .ant-dropdown-placement-top > .ant-dropdown-arrow,
5911
5281
  .ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
@@ -6016,7 +5386,7 @@ html {
6016
5386
  .ant-dropdown-menu-item-selected,
6017
5387
  .ant-dropdown-menu-submenu-title-selected {
6018
5388
  color: #2c68ff;
6019
- background-color: var(--ant-primary-1);
5389
+ background-color: #f0f7ff;
6020
5390
  }
6021
5391
  .ant-dropdown-menu-item:hover,
6022
5392
  .ant-dropdown-menu-submenu-title:hover,
@@ -6228,48 +5598,6 @@ html {
6228
5598
  /* stylelint-disable no-duplicate-selectors */
6229
5599
  /* stylelint-disable */
6230
5600
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
6231
- html {
6232
- --ant-primary-color: #1890ff;
6233
- --ant-primary-color-hover: #40a9ff;
6234
- --ant-primary-color-active: #096dd9;
6235
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
6236
- --ant-primary-1: #e6f7ff;
6237
- --ant-primary-2: #bae7ff;
6238
- --ant-primary-3: #91d5ff;
6239
- --ant-primary-4: #69c0ff;
6240
- --ant-primary-5: #40a9ff;
6241
- --ant-primary-6: #1890ff;
6242
- --ant-primary-7: #096dd9;
6243
- --ant-primary-color-deprecated-pure: ;
6244
- --ant-primary-color-deprecated-l-35: #cbe6ff;
6245
- --ant-primary-color-deprecated-l-20: #7ec1ff;
6246
- --ant-primary-color-deprecated-t-20: #46a6ff;
6247
- --ant-primary-color-deprecated-t-50: #8cc8ff;
6248
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
6249
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
6250
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
6251
- --ant-success-color: #36c626;
6252
- --ant-success-color-hover: #5cd44a;
6253
- --ant-success-color-active: #20a116;
6254
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
6255
- --ant-success-color-deprecated-bg: #f4fff0;
6256
- --ant-success-color-deprecated-border: #afed9f;
6257
- --ant-error-color: #ff5c57;
6258
- --ant-error-color-hover: #ff8880;
6259
- --ant-error-color-active: #d93f3f;
6260
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
6261
- --ant-error-color-deprecated-bg: #fff3f0;
6262
- --ant-error-color-deprecated-border: #ffd7d1;
6263
- --ant-warning-color: #ffab00;
6264
- --ant-warning-color-hover: #ffbf29;
6265
- --ant-warning-color-active: #d98900;
6266
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
6267
- --ant-warning-color-deprecated-bg: #fffbe6;
6268
- --ant-warning-color-deprecated-border: #ffe07a;
6269
- --ant-info-color: #1890ff;
6270
- --ant-info-color-deprecated-bg: #e6f7ff;
6271
- --ant-info-color-deprecated-border: #91d5ff;
6272
- }
6273
5601
  .ant-btn {
6274
5602
  line-height: 1.5715;
6275
5603
  position: relative;
@@ -6342,8 +5670,8 @@ html {
6342
5670
  }
6343
5671
  .ant-btn:hover,
6344
5672
  .ant-btn:focus {
6345
- color: var(--ant-primary-color-hover);
6346
- border-color: var(--ant-primary-color-hover);
5673
+ color: #548aff;
5674
+ border-color: #548aff;
6347
5675
  background: #fff;
6348
5676
  }
6349
5677
  .ant-btn:hover > a:only-child,
@@ -6361,8 +5689,8 @@ html {
6361
5689
  content: '';
6362
5690
  }
6363
5691
  .ant-btn:active {
6364
- color: var(--ant-primary-color-active);
6365
- border-color: var(--ant-primary-color-active);
5692
+ color: #1a4ad9;
5693
+ border-color: #1a4ad9;
6366
5694
  background: #fff;
6367
5695
  }
6368
5696
  .ant-btn:active > a:only-child {
@@ -6436,8 +5764,8 @@ html {
6436
5764
  .ant-btn-primary:hover,
6437
5765
  .ant-btn-primary:focus {
6438
5766
  color: #fff;
6439
- border-color: var(--ant-primary-color-hover);
6440
- background: var(--ant-primary-color-hover);
5767
+ border-color: #548aff;
5768
+ background: #548aff;
6441
5769
  }
6442
5770
  .ant-btn-primary:hover > a:only-child,
6443
5771
  .ant-btn-primary:focus > a:only-child {
@@ -6455,8 +5783,8 @@ html {
6455
5783
  }
6456
5784
  .ant-btn-primary:active {
6457
5785
  color: #fff;
6458
- border-color: var(--ant-primary-color-active);
6459
- background: var(--ant-primary-color-active);
5786
+ border-color: #1a4ad9;
5787
+ background: #1a4ad9;
6460
5788
  }
6461
5789
  .ant-btn-primary:active > a:only-child {
6462
5790
  color: currentcolor;
@@ -6499,21 +5827,21 @@ html {
6499
5827
  content: '';
6500
5828
  }
6501
5829
  .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
6502
- border-right-color: var(--ant-primary-5);
6503
- border-left-color: var(--ant-primary-5);
5830
+ border-right-color: #548aff;
5831
+ border-left-color: #548aff;
6504
5832
  }
6505
5833
  .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
6506
5834
  border-color: #d2d2d2;
6507
5835
  }
6508
5836
  .ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
6509
- border-right-color: var(--ant-primary-5);
5837
+ border-right-color: #548aff;
6510
5838
  }
6511
5839
  .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
6512
5840
  border-right-color: #d2d2d2;
6513
5841
  }
6514
5842
  .ant-btn-group .ant-btn-primary:last-child:not(:first-child),
6515
5843
  .ant-btn-group .ant-btn-primary + .ant-btn-primary {
6516
- border-left-color: var(--ant-primary-5);
5844
+ border-left-color: #548aff;
6517
5845
  }
6518
5846
  .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
6519
5847
  .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
@@ -6538,8 +5866,8 @@ html {
6538
5866
  }
6539
5867
  .ant-btn-ghost:hover,
6540
5868
  .ant-btn-ghost:focus {
6541
- color: var(--ant-primary-color-hover);
6542
- border-color: var(--ant-primary-color-hover);
5869
+ color: #548aff;
5870
+ border-color: #548aff;
6543
5871
  background: transparent;
6544
5872
  }
6545
5873
  .ant-btn-ghost:hover > a:only-child,
@@ -6557,8 +5885,8 @@ html {
6557
5885
  content: '';
6558
5886
  }
6559
5887
  .ant-btn-ghost:active {
6560
- color: var(--ant-primary-color-active);
6561
- border-color: var(--ant-primary-color-active);
5888
+ color: #1a4ad9;
5889
+ border-color: #1a4ad9;
6562
5890
  background: transparent;
6563
5891
  }
6564
5892
  .ant-btn-ghost:active > a:only-child {
@@ -6621,8 +5949,8 @@ html {
6621
5949
  }
6622
5950
  .ant-btn-dashed:hover,
6623
5951
  .ant-btn-dashed:focus {
6624
- color: var(--ant-primary-color-hover);
6625
- border-color: var(--ant-primary-color-hover);
5952
+ color: #548aff;
5953
+ border-color: #548aff;
6626
5954
  background: #fff;
6627
5955
  }
6628
5956
  .ant-btn-dashed:hover > a:only-child,
@@ -6640,8 +5968,8 @@ html {
6640
5968
  content: '';
6641
5969
  }
6642
5970
  .ant-btn-dashed:active {
6643
- color: var(--ant-primary-color-active);
6644
- border-color: var(--ant-primary-color-active);
5971
+ color: #1a4ad9;
5972
+ border-color: #1a4ad9;
6645
5973
  background: #fff;
6646
5974
  }
6647
5975
  .ant-btn-dashed:active > a:only-child {
@@ -6706,8 +6034,8 @@ html {
6706
6034
  .ant-btn-danger:hover,
6707
6035
  .ant-btn-danger:focus {
6708
6036
  color: #fff;
6709
- border-color: var(--ant-error-color-hover);
6710
- background: var(--ant-error-color-hover);
6037
+ border-color: #ff5c57;
6038
+ background: #ff5c57;
6711
6039
  }
6712
6040
  .ant-btn-danger:hover > a:only-child,
6713
6041
  .ant-btn-danger:focus > a:only-child {
@@ -6725,8 +6053,8 @@ html {
6725
6053
  }
6726
6054
  .ant-btn-danger:active {
6727
6055
  color: #fff;
6728
- border-color: var(--ant-error-color-active);
6729
- background: var(--ant-error-color-active);
6056
+ border-color: #cf1b21;
6057
+ background: #cf1b21;
6730
6058
  }
6731
6059
  .ant-btn-danger:active > a:only-child {
6732
6060
  color: currentcolor;
@@ -6788,8 +6116,8 @@ html {
6788
6116
  }
6789
6117
  .ant-btn-link:hover,
6790
6118
  .ant-btn-link:focus {
6791
- color: var(--ant-primary-color-hover);
6792
- border-color: var(--ant-primary-color-hover);
6119
+ color: #548aff;
6120
+ border-color: #548aff;
6793
6121
  background: transparent;
6794
6122
  }
6795
6123
  .ant-btn-link:hover > a:only-child,
@@ -6807,8 +6135,8 @@ html {
6807
6135
  content: '';
6808
6136
  }
6809
6137
  .ant-btn-link:active {
6810
- color: var(--ant-primary-color-active);
6811
- border-color: var(--ant-primary-color-active);
6138
+ color: #1a4ad9;
6139
+ border-color: #1a4ad9;
6812
6140
  background: transparent;
6813
6141
  }
6814
6142
  .ant-btn-link:active > a:only-child {
@@ -6907,8 +6235,8 @@ html {
6907
6235
  }
6908
6236
  .ant-btn-text:hover,
6909
6237
  .ant-btn-text:focus {
6910
- color: var(--ant-primary-color-hover);
6911
- border-color: var(--ant-primary-color-hover);
6238
+ color: #548aff;
6239
+ border-color: #548aff;
6912
6240
  background: transparent;
6913
6241
  }
6914
6242
  .ant-btn-text:hover > a:only-child,
@@ -6926,8 +6254,8 @@ html {
6926
6254
  content: '';
6927
6255
  }
6928
6256
  .ant-btn-text:active {
6929
- color: var(--ant-primary-color-active);
6930
- border-color: var(--ant-primary-color-active);
6257
+ color: #1a4ad9;
6258
+ border-color: #1a4ad9;
6931
6259
  background: transparent;
6932
6260
  }
6933
6261
  .ant-btn-text:active > a:only-child {
@@ -7028,8 +6356,8 @@ html {
7028
6356
  }
7029
6357
  .ant-btn-dangerous:hover,
7030
6358
  .ant-btn-dangerous:focus {
7031
- color: var(--ant-error-color-hover);
7032
- border-color: var(--ant-error-color-hover);
6359
+ color: #ff5c57;
6360
+ border-color: #ff5c57;
7033
6361
  background: #fff;
7034
6362
  }
7035
6363
  .ant-btn-dangerous:hover > a:only-child,
@@ -7047,8 +6375,8 @@ html {
7047
6375
  content: '';
7048
6376
  }
7049
6377
  .ant-btn-dangerous:active {
7050
- color: var(--ant-error-color-active);
7051
- border-color: var(--ant-error-color-active);
6378
+ color: #cf1b21;
6379
+ border-color: #cf1b21;
7052
6380
  background: #fff;
7053
6381
  }
7054
6382
  .ant-btn-dangerous:active > a:only-child {
@@ -7113,8 +6441,8 @@ html {
7113
6441
  .ant-btn-dangerous.ant-btn-primary:hover,
7114
6442
  .ant-btn-dangerous.ant-btn-primary:focus {
7115
6443
  color: #fff;
7116
- border-color: var(--ant-error-color-hover);
7117
- background: var(--ant-error-color-hover);
6444
+ border-color: #ff5c57;
6445
+ background: #ff5c57;
7118
6446
  }
7119
6447
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
7120
6448
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
@@ -7132,8 +6460,8 @@ html {
7132
6460
  }
7133
6461
  .ant-btn-dangerous.ant-btn-primary:active {
7134
6462
  color: #fff;
7135
- border-color: var(--ant-error-color-active);
7136
- background: var(--ant-error-color-active);
6463
+ border-color: #cf1b21;
6464
+ background: #cf1b21;
7137
6465
  }
7138
6466
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child {
7139
6467
  color: currentcolor;
@@ -7195,8 +6523,8 @@ html {
7195
6523
  }
7196
6524
  .ant-btn-dangerous.ant-btn-link:hover,
7197
6525
  .ant-btn-dangerous.ant-btn-link:focus {
7198
- color: var(--ant-primary-color-hover);
7199
- border-color: var(--ant-primary-color-hover);
6526
+ color: #548aff;
6527
+ border-color: #548aff;
7200
6528
  background: transparent;
7201
6529
  }
7202
6530
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
@@ -7214,8 +6542,8 @@ html {
7214
6542
  content: '';
7215
6543
  }
7216
6544
  .ant-btn-dangerous.ant-btn-link:active {
7217
- color: var(--ant-primary-color-active);
7218
- border-color: var(--ant-primary-color-active);
6545
+ color: #1a4ad9;
6546
+ border-color: #1a4ad9;
7219
6547
  background: transparent;
7220
6548
  }
7221
6549
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
@@ -7260,7 +6588,7 @@ html {
7260
6588
  }
7261
6589
  .ant-btn-dangerous.ant-btn-link:hover,
7262
6590
  .ant-btn-dangerous.ant-btn-link:focus {
7263
- color: var(--ant-error-color-hover);
6591
+ color: #ff5c57;
7264
6592
  border-color: transparent;
7265
6593
  background: transparent;
7266
6594
  }
@@ -7279,7 +6607,7 @@ html {
7279
6607
  content: '';
7280
6608
  }
7281
6609
  .ant-btn-dangerous.ant-btn-link:active {
7282
- color: var(--ant-error-color-active);
6610
+ color: #cf1b21;
7283
6611
  border-color: transparent;
7284
6612
  background: transparent;
7285
6613
  }
@@ -7343,8 +6671,8 @@ html {
7343
6671
  }
7344
6672
  .ant-btn-dangerous.ant-btn-text:hover,
7345
6673
  .ant-btn-dangerous.ant-btn-text:focus {
7346
- color: var(--ant-primary-color-hover);
7347
- border-color: var(--ant-primary-color-hover);
6674
+ color: #548aff;
6675
+ border-color: #548aff;
7348
6676
  background: transparent;
7349
6677
  }
7350
6678
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
@@ -7362,8 +6690,8 @@ html {
7362
6690
  content: '';
7363
6691
  }
7364
6692
  .ant-btn-dangerous.ant-btn-text:active {
7365
- color: var(--ant-primary-color-active);
7366
- border-color: var(--ant-primary-color-active);
6693
+ color: #1a4ad9;
6694
+ border-color: #1a4ad9;
7367
6695
  background: transparent;
7368
6696
  }
7369
6697
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
@@ -7408,7 +6736,7 @@ html {
7408
6736
  }
7409
6737
  .ant-btn-dangerous.ant-btn-text:hover,
7410
6738
  .ant-btn-dangerous.ant-btn-text:focus {
7411
- color: var(--ant-error-color-hover);
6739
+ color: #ff5c57;
7412
6740
  border-color: transparent;
7413
6741
  background: rgba(0, 0, 0, 0.018);
7414
6742
  }
@@ -7427,7 +6755,7 @@ html {
7427
6755
  content: '';
7428
6756
  }
7429
6757
  .ant-btn-dangerous.ant-btn-text:active {
7430
- color: var(--ant-error-color-active);
6758
+ color: #cf1b21;
7431
6759
  border-color: transparent;
7432
6760
  background: rgba(0, 0, 0, 0.028);
7433
6761
  }
@@ -7738,12 +7066,12 @@ a.ant-btn-icon-only > .anticon {
7738
7066
  }
7739
7067
  .ant-btn.ant-btn-background-ghost:hover,
7740
7068
  .ant-btn.ant-btn-background-ghost:focus {
7741
- color: var(--ant-primary-color-hover);
7742
- border-color: var(--ant-primary-color-hover);
7069
+ color: #548aff;
7070
+ border-color: #548aff;
7743
7071
  }
7744
7072
  .ant-btn.ant-btn-background-ghost:active {
7745
- color: var(--ant-primary-color-active);
7746
- border-color: var(--ant-primary-color-active);
7073
+ color: #1a4ad9;
7074
+ border-color: #1a4ad9;
7747
7075
  }
7748
7076
  .ant-btn.ant-btn-background-ghost[disabled] {
7749
7077
  color: #a9a9a9;
@@ -7769,9 +7097,8 @@ a.ant-btn-icon-only > .anticon {
7769
7097
  }
7770
7098
  .ant-btn-background-ghost.ant-btn-primary:hover,
7771
7099
  .ant-btn-background-ghost.ant-btn-primary:focus {
7772
- color: var(--ant-primary-color-hover);
7773
- border-color: var(--ant-primary-color-hover);
7774
- background: transparent;
7100
+ color: #548aff;
7101
+ border-color: #548aff;
7775
7102
  }
7776
7103
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
7777
7104
  .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
@@ -7788,9 +7115,8 @@ a.ant-btn-icon-only > .anticon {
7788
7115
  content: '';
7789
7116
  }
7790
7117
  .ant-btn-background-ghost.ant-btn-primary:active {
7791
- color: var(--ant-primary-color-active);
7792
- border-color: var(--ant-primary-color-active);
7793
- background: transparent;
7118
+ color: #1a4ad9;
7119
+ border-color: #1a4ad9;
7794
7120
  }
7795
7121
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
7796
7122
  color: currentcolor;
@@ -7851,9 +7177,8 @@ a.ant-btn-icon-only > .anticon {
7851
7177
  }
7852
7178
  .ant-btn-background-ghost.ant-btn-danger:hover,
7853
7179
  .ant-btn-background-ghost.ant-btn-danger:focus {
7854
- color: var(--ant-error-color-hover);
7855
- border-color: var(--ant-error-color-hover);
7856
- background: transparent;
7180
+ color: #ff5c57;
7181
+ border-color: #ff5c57;
7857
7182
  }
7858
7183
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
7859
7184
  .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
@@ -7870,9 +7195,8 @@ a.ant-btn-icon-only > .anticon {
7870
7195
  content: '';
7871
7196
  }
7872
7197
  .ant-btn-background-ghost.ant-btn-danger:active {
7873
- color: var(--ant-error-color-active);
7874
- border-color: var(--ant-error-color-active);
7875
- background: transparent;
7198
+ color: #cf1b21;
7199
+ border-color: #cf1b21;
7876
7200
  }
7877
7201
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
7878
7202
  color: currentcolor;
@@ -7933,9 +7257,8 @@ a.ant-btn-icon-only > .anticon {
7933
7257
  }
7934
7258
  .ant-btn-background-ghost.ant-btn-dangerous:hover,
7935
7259
  .ant-btn-background-ghost.ant-btn-dangerous:focus {
7936
- color: var(--ant-error-color-hover);
7937
- border-color: var(--ant-error-color-hover);
7938
- background: transparent;
7260
+ color: #ff5c57;
7261
+ border-color: #ff5c57;
7939
7262
  }
7940
7263
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
7941
7264
  .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
@@ -7952,9 +7275,8 @@ a.ant-btn-icon-only > .anticon {
7952
7275
  content: '';
7953
7276
  }
7954
7277
  .ant-btn-background-ghost.ant-btn-dangerous:active {
7955
- color: var(--ant-error-color-active);
7956
- border-color: var(--ant-error-color-active);
7957
- background: transparent;
7278
+ color: #cf1b21;
7279
+ border-color: #cf1b21;
7958
7280
  }
7959
7281
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
7960
7282
  color: currentcolor;
@@ -8015,9 +7337,8 @@ a.ant-btn-icon-only > .anticon {
8015
7337
  }
8016
7338
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
8017
7339
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
8018
- color: var(--ant-error-color-active);
7340
+ color: #ff5c57;
8019
7341
  border-color: transparent;
8020
- background: transparent;
8021
7342
  }
8022
7343
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
8023
7344
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
@@ -8034,9 +7355,8 @@ a.ant-btn-icon-only > .anticon {
8034
7355
  content: '';
8035
7356
  }
8036
7357
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
8037
- color: var(--ant-error-color-active);
7358
+ color: #cf1b21;
8038
7359
  border-color: transparent;
8039
- background: transparent;
8040
7360
  }
8041
7361
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
8042
7362
  color: currentcolor;
@@ -8143,13 +7463,13 @@ a.ant-btn-sm {
8143
7463
  }
8144
7464
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
8145
7465
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
8146
- border-right-color: var(--ant-primary-5);
7466
+ border-right-color: #548aff;
8147
7467
  border-left-color: #d2d2d2;
8148
7468
  }
8149
7469
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
8150
7470
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
8151
7471
  border-right-color: #d2d2d2;
8152
- border-left-color: var(--ant-primary-5);
7472
+ border-left-color: #548aff;
8153
7473
  }
8154
7474
  .ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
8155
7475
  padding-right: 0;
@@ -8169,48 +7489,6 @@ a.ant-btn-sm {
8169
7489
  /* stylelint-disable no-duplicate-selectors */
8170
7490
  /* stylelint-disable */
8171
7491
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
8172
- html {
8173
- --ant-primary-color: #1890ff;
8174
- --ant-primary-color-hover: #40a9ff;
8175
- --ant-primary-color-active: #096dd9;
8176
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
8177
- --ant-primary-1: #e6f7ff;
8178
- --ant-primary-2: #bae7ff;
8179
- --ant-primary-3: #91d5ff;
8180
- --ant-primary-4: #69c0ff;
8181
- --ant-primary-5: #40a9ff;
8182
- --ant-primary-6: #1890ff;
8183
- --ant-primary-7: #096dd9;
8184
- --ant-primary-color-deprecated-pure: ;
8185
- --ant-primary-color-deprecated-l-35: #cbe6ff;
8186
- --ant-primary-color-deprecated-l-20: #7ec1ff;
8187
- --ant-primary-color-deprecated-t-20: #46a6ff;
8188
- --ant-primary-color-deprecated-t-50: #8cc8ff;
8189
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
8190
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
8191
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
8192
- --ant-success-color: #36c626;
8193
- --ant-success-color-hover: #5cd44a;
8194
- --ant-success-color-active: #20a116;
8195
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
8196
- --ant-success-color-deprecated-bg: #f4fff0;
8197
- --ant-success-color-deprecated-border: #afed9f;
8198
- --ant-error-color: #ff5c57;
8199
- --ant-error-color-hover: #ff8880;
8200
- --ant-error-color-active: #d93f3f;
8201
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
8202
- --ant-error-color-deprecated-bg: #fff3f0;
8203
- --ant-error-color-deprecated-border: #ffd7d1;
8204
- --ant-warning-color: #ffab00;
8205
- --ant-warning-color-hover: #ffbf29;
8206
- --ant-warning-color-active: #d98900;
8207
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
8208
- --ant-warning-color-deprecated-bg: #fffbe6;
8209
- --ant-warning-color-deprecated-border: #ffe07a;
8210
- --ant-info-color: #1890ff;
8211
- --ant-info-color-deprecated-bg: #e6f7ff;
8212
- --ant-info-color-deprecated-border: #91d5ff;
8213
- }
8214
7492
  .ant-picker-calendar {
8215
7493
  box-sizing: border-box;
8216
7494
  margin: 0;
@@ -8304,7 +7582,7 @@ html {
8304
7582
  .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
8305
7583
  .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
8306
7584
  .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
8307
- background: var(--ant-primary-1);
7585
+ background: #f0f7ff;
8308
7586
  }
8309
7587
  .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
8310
7588
  .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
@@ -8387,48 +7665,6 @@ html {
8387
7665
  /* stylelint-disable no-duplicate-selectors */
8388
7666
  /* stylelint-disable */
8389
7667
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
8390
- html {
8391
- --ant-primary-color: #1890ff;
8392
- --ant-primary-color-hover: #40a9ff;
8393
- --ant-primary-color-active: #096dd9;
8394
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
8395
- --ant-primary-1: #e6f7ff;
8396
- --ant-primary-2: #bae7ff;
8397
- --ant-primary-3: #91d5ff;
8398
- --ant-primary-4: #69c0ff;
8399
- --ant-primary-5: #40a9ff;
8400
- --ant-primary-6: #1890ff;
8401
- --ant-primary-7: #096dd9;
8402
- --ant-primary-color-deprecated-pure: ;
8403
- --ant-primary-color-deprecated-l-35: #cbe6ff;
8404
- --ant-primary-color-deprecated-l-20: #7ec1ff;
8405
- --ant-primary-color-deprecated-t-20: #46a6ff;
8406
- --ant-primary-color-deprecated-t-50: #8cc8ff;
8407
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
8408
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
8409
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
8410
- --ant-success-color: #36c626;
8411
- --ant-success-color-hover: #5cd44a;
8412
- --ant-success-color-active: #20a116;
8413
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
8414
- --ant-success-color-deprecated-bg: #f4fff0;
8415
- --ant-success-color-deprecated-border: #afed9f;
8416
- --ant-error-color: #ff5c57;
8417
- --ant-error-color-hover: #ff8880;
8418
- --ant-error-color-active: #d93f3f;
8419
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
8420
- --ant-error-color-deprecated-bg: #fff3f0;
8421
- --ant-error-color-deprecated-border: #ffd7d1;
8422
- --ant-warning-color: #ffab00;
8423
- --ant-warning-color-hover: #ffbf29;
8424
- --ant-warning-color-active: #d98900;
8425
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
8426
- --ant-warning-color-deprecated-bg: #fffbe6;
8427
- --ant-warning-color-deprecated-border: #ffe07a;
8428
- --ant-info-color: #1890ff;
8429
- --ant-info-color-deprecated-bg: #e6f7ff;
8430
- --ant-info-color-deprecated-border: #91d5ff;
8431
- }
8432
7668
  .ant-radio-group {
8433
7669
  box-sizing: border-box;
8434
7670
  margin: 0;
@@ -8499,7 +7735,7 @@ html {
8499
7735
  border-color: #2c68ff;
8500
7736
  }
8501
7737
  .ant-radio-input:focus + .ant-radio-inner {
8502
- box-shadow: 0 0 0 3px var(--ant-primary-1);
7738
+ box-shadow: 0 0 0 3px #f0f7ff;
8503
7739
  }
8504
7740
  .ant-radio-checked::after {
8505
7741
  position: absolute;
@@ -8659,7 +7895,7 @@ span.ant-radio + * {
8659
7895
  color: #2c68ff;
8660
7896
  }
8661
7897
  .ant-radio-button-wrapper:focus-within {
8662
- box-shadow: 0 0 0 3px var(--ant-primary-1);
7898
+ box-shadow: 0 0 0 3px #f0f7ff;
8663
7899
  }
8664
7900
  .ant-radio-button-wrapper .ant-radio-inner,
8665
7901
  .ant-radio-button-wrapper input[type='checkbox'],
@@ -8682,21 +7918,21 @@ span.ant-radio + * {
8682
7918
  border-color: #2c68ff;
8683
7919
  }
8684
7920
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
8685
- color: var(--ant-primary-5);
8686
- border-color: var(--ant-primary-5);
7921
+ color: #548aff;
7922
+ border-color: #548aff;
8687
7923
  }
8688
7924
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
8689
- background-color: var(--ant-primary-5);
7925
+ background-color: #548aff;
8690
7926
  }
8691
7927
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
8692
- color: var(--ant-primary-7);
8693
- border-color: var(--ant-primary-7);
7928
+ color: #1a4ad9;
7929
+ border-color: #1a4ad9;
8694
7930
  }
8695
7931
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
8696
- background-color: var(--ant-primary-7);
7932
+ background-color: #1a4ad9;
8697
7933
  }
8698
7934
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
8699
- box-shadow: 0 0 0 3px var(--ant-primary-1);
7935
+ box-shadow: 0 0 0 3px #f0f7ff;
8700
7936
  }
8701
7937
  .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
8702
7938
  color: #fff;
@@ -8705,16 +7941,16 @@ span.ant-radio + * {
8705
7941
  }
8706
7942
  .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
8707
7943
  color: #fff;
8708
- background: var(--ant-primary-5);
8709
- border-color: var(--ant-primary-5);
7944
+ background: #548aff;
7945
+ border-color: #548aff;
8710
7946
  }
8711
7947
  .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
8712
7948
  color: #fff;
8713
- background: var(--ant-primary-7);
8714
- border-color: var(--ant-primary-7);
7949
+ background: #1a4ad9;
7950
+ border-color: #1a4ad9;
8715
7951
  }
8716
7952
  .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
8717
- box-shadow: 0 0 0 3px var(--ant-primary-1);
7953
+ box-shadow: 0 0 0 3px #f0f7ff;
8718
7954
  }
8719
7955
  .ant-radio-button-wrapper-disabled {
8720
7956
  color: #a9a9a9;
@@ -8778,7 +8014,7 @@ span.ant-radio + * {
8778
8014
  border-radius: 0 4px 4px 0;
8779
8015
  }
8780
8016
  .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
8781
- border-right-color: var(--ant-primary-5);
8017
+ border-right-color: #548aff;
8782
8018
  }
8783
8019
  .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
8784
8020
  border-radius: 4px 0 0 4px;
@@ -8791,48 +8027,6 @@ span.ant-radio + * {
8791
8027
  /* stylelint-disable no-duplicate-selectors */
8792
8028
  /* stylelint-disable */
8793
8029
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
8794
- html {
8795
- --ant-primary-color: #1890ff;
8796
- --ant-primary-color-hover: #40a9ff;
8797
- --ant-primary-color-active: #096dd9;
8798
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
8799
- --ant-primary-1: #e6f7ff;
8800
- --ant-primary-2: #bae7ff;
8801
- --ant-primary-3: #91d5ff;
8802
- --ant-primary-4: #69c0ff;
8803
- --ant-primary-5: #40a9ff;
8804
- --ant-primary-6: #1890ff;
8805
- --ant-primary-7: #096dd9;
8806
- --ant-primary-color-deprecated-pure: ;
8807
- --ant-primary-color-deprecated-l-35: #cbe6ff;
8808
- --ant-primary-color-deprecated-l-20: #7ec1ff;
8809
- --ant-primary-color-deprecated-t-20: #46a6ff;
8810
- --ant-primary-color-deprecated-t-50: #8cc8ff;
8811
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
8812
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
8813
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
8814
- --ant-success-color: #36c626;
8815
- --ant-success-color-hover: #5cd44a;
8816
- --ant-success-color-active: #20a116;
8817
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
8818
- --ant-success-color-deprecated-bg: #f4fff0;
8819
- --ant-success-color-deprecated-border: #afed9f;
8820
- --ant-error-color: #ff5c57;
8821
- --ant-error-color-hover: #ff8880;
8822
- --ant-error-color-active: #d93f3f;
8823
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
8824
- --ant-error-color-deprecated-bg: #fff3f0;
8825
- --ant-error-color-deprecated-border: #ffd7d1;
8826
- --ant-warning-color: #ffab00;
8827
- --ant-warning-color-hover: #ffbf29;
8828
- --ant-warning-color-active: #d98900;
8829
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
8830
- --ant-warning-color-deprecated-bg: #fffbe6;
8831
- --ant-warning-color-deprecated-border: #ffe07a;
8832
- --ant-info-color: #1890ff;
8833
- --ant-info-color-deprecated-bg: #e6f7ff;
8834
- --ant-info-color-deprecated-border: #91d5ff;
8835
- }
8836
8030
  .ant-picker-status-error.ant-picker,
8837
8031
  .ant-picker-status-error.ant-picker:not([disabled]):hover {
8838
8032
  background-color: #fff;
@@ -8840,8 +8034,8 @@ html {
8840
8034
  }
8841
8035
  .ant-picker-status-error.ant-picker-focused,
8842
8036
  .ant-picker-status-error.ant-picker:focus {
8843
- border-color: var(--ant-error-color-hover);
8844
- box-shadow: 0 0 0 2px var(--ant-error-color-outline);
8037
+ border-color: #ff5c57;
8038
+ box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
8845
8039
  border-right-width: 1px;
8846
8040
  outline: 0;
8847
8041
  }
@@ -8852,8 +8046,8 @@ html {
8852
8046
  }
8853
8047
  .ant-picker-status-warning.ant-picker-focused,
8854
8048
  .ant-picker-status-warning.ant-picker:focus {
8855
- border-color: var(--ant-warning-color-hover);
8856
- box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
8049
+ border-color: #ffbf29;
8050
+ box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
8857
8051
  border-right-width: 1px;
8858
8052
  outline: 0;
8859
8053
  }
@@ -8878,12 +8072,12 @@ html {
8878
8072
  }
8879
8073
  .ant-picker:hover,
8880
8074
  .ant-picker-focused {
8881
- border-color: var(--ant-primary-5);
8075
+ border-color: #548aff;
8882
8076
  border-right-width: 1px;
8883
8077
  }
8884
8078
  .ant-picker-focused {
8885
- border-color: var(--ant-primary-color-hover);
8886
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
8079
+ border-color: #548aff;
8080
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
8887
8081
  border-right-width: 1px;
8888
8082
  outline: 0;
8889
8083
  }
@@ -8953,13 +8147,13 @@ html {
8953
8147
  text-overflow: ellipsis;
8954
8148
  }
8955
8149
  .ant-picker-input > input:hover {
8956
- border-color: var(--ant-primary-5);
8150
+ border-color: #548aff;
8957
8151
  border-right-width: 1px;
8958
8152
  }
8959
8153
  .ant-picker-input > input:focus,
8960
8154
  .ant-picker-input > input-focused {
8961
- border-color: var(--ant-primary-color-hover);
8962
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
8155
+ border-color: #548aff;
8156
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
8963
8157
  border-right-width: 1px;
8964
8158
  outline: 0;
8965
8159
  }
@@ -9189,8 +8383,8 @@ textarea.ant-picker-input > input {
9189
8383
  }
9190
8384
  .ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
9191
8385
  color: #2c68ff;
9192
- background: var(--ant-primary-1);
9193
- border-color: var(--ant-primary-3);
8386
+ background: #f0f7ff;
8387
+ border-color: #a6c8ff;
9194
8388
  cursor: pointer;
9195
8389
  }
9196
8390
  .ant-picker-ranges .ant-picker-ok {
@@ -9210,7 +8404,7 @@ textarea.ant-picker-input > input {
9210
8404
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
9211
8405
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
9212
8406
  transition: left 0.3s ease-out;
9213
- border-radius: 0 0 4px;
8407
+ border-radius: 0 0 2px;
9214
8408
  pointer-events: none;
9215
8409
  }
9216
8410
  .ant-picker-range-arrow::before {
@@ -9223,8 +8417,8 @@ textarea.ant-picker-input > input {
9223
8417
  background-repeat: no-repeat;
9224
8418
  background-position: -10px -10px;
9225
8419
  content: '';
9226
- -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
9227
- clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
8420
+ -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
8421
+ clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
9228
8422
  }
9229
8423
  .ant-picker-panel-container {
9230
8424
  overflow: hidden;
@@ -9422,7 +8616,7 @@ textarea.ant-picker-input > input {
9422
8616
  position: relative;
9423
8617
  }
9424
8618
  .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
9425
- background: var(--ant-primary-1);
8619
+ background: #f0f7ff;
9426
8620
  }
9427
8621
  .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
9428
8622
  .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
@@ -9432,7 +8626,7 @@ textarea.ant-picker-input > input {
9432
8626
  }
9433
8627
  .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
9434
8628
  .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
9435
- background: var(--ant-primary-1);
8629
+ background: #f0f7ff;
9436
8630
  }
9437
8631
  .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
9438
8632
  left: 50%;
@@ -9451,8 +8645,8 @@ textarea.ant-picker-input > input {
9451
8645
  top: 50%;
9452
8646
  z-index: 0;
9453
8647
  height: 24px;
9454
- border-top: 1px dashed var(--ant-primary-color-deprecated-l-20);
9455
- border-bottom: 1px dashed var(--ant-primary-color-deprecated-l-20);
8648
+ border-top: 1px dashed #92b1ff;
8649
+ border-bottom: 1px dashed #92b1ff;
9456
8650
  transform: translateY(-50%);
9457
8651
  transition: all 0.3s;
9458
8652
  content: '';
@@ -9470,7 +8664,7 @@ textarea.ant-picker-input > input {
9470
8664
  .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
9471
8665
  .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
9472
8666
  .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
9473
- background: var(--ant-primary-color-deprecated-l-35);
8667
+ background: #dfe8ff;
9474
8668
  }
9475
8669
  .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
9476
8670
  border-radius: 4px 0 0 4px;
@@ -9484,7 +8678,7 @@ textarea.ant-picker-input > input {
9484
8678
  top: 0;
9485
8679
  bottom: 0;
9486
8680
  z-index: -1;
9487
- background: var(--ant-primary-color-deprecated-l-35);
8681
+ background: #dfe8ff;
9488
8682
  transition: all 0.3s;
9489
8683
  content: '';
9490
8684
  }
@@ -9508,7 +8702,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after
9508
8702
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
9509
8703
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
9510
8704
  left: 6px;
9511
- border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
8705
+ border-left: 1px dashed #92b1ff;
9512
8706
  border-top-left-radius: 4px;
9513
8707
  border-bottom-left-radius: 4px;
9514
8708
  }
@@ -9518,7 +8712,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
9518
8712
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
9519
8713
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
9520
8714
  right: 6px;
9521
- border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
8715
+ border-right: 1px dashed #92b1ff;
9522
8716
  border-top-right-radius: 4px;
9523
8717
  border-bottom-right-radius: 4px;
9524
8718
  }
@@ -9577,10 +8771,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
9577
8771
  color: #2c68ff;
9578
8772
  }
9579
8773
  .ant-picker-today-btn:hover {
9580
- color: var(--ant-primary-color-hover);
8774
+ color: #548aff;
9581
8775
  }
9582
8776
  .ant-picker-today-btn:active {
9583
- color: var(--ant-primary-color-active);
8777
+ color: #1a4ad9;
9584
8778
  }
9585
8779
  .ant-picker-today-btn.ant-picker-today-btn-disabled {
9586
8780
  color: #a9a9a9;
@@ -9606,28 +8800,28 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
9606
8800
  .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
9607
8801
  .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
9608
8802
  left: 14px;
9609
- border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
8803
+ border-left: 1px dashed #92b1ff;
9610
8804
  border-radius: 4px 0 0 4px;
9611
8805
  }
9612
8806
  .ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
9613
8807
  .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
9614
8808
  .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
9615
8809
  right: 14px;
9616
- border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
8810
+ border-right: 1px dashed #92b1ff;
9617
8811
  border-radius: 0 4px 4px 0;
9618
8812
  }
9619
8813
  .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
9620
8814
  .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
9621
8815
  .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
9622
8816
  right: 14px;
9623
- border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
8817
+ border-right: 1px dashed #92b1ff;
9624
8818
  border-radius: 0 4px 4px 0;
9625
8819
  }
9626
8820
  .ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
9627
8821
  .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
9628
8822
  .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
9629
8823
  left: 14px;
9630
- border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
8824
+ border-left: 1px dashed #92b1ff;
9631
8825
  border-radius: 4px 0 0 4px;
9632
8826
  }
9633
8827
  .ant-picker-week-panel .ant-picker-body {
@@ -9718,7 +8912,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
9718
8912
  border-left: 1px solid #eeeeee;
9719
8913
  }
9720
8914
  .ant-picker-time-panel-column-active {
9721
- background: var(--ant-primary-color-active-deprecated-f-30);
8915
+ background: rgba(240, 247, 255, 0.2);
9722
8916
  }
9723
8917
  .ant-picker-time-panel-column:hover {
9724
8918
  overflow-y: auto;
@@ -9743,7 +8937,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
9743
8937
  background: #f5f5f5;
9744
8938
  }
9745
8939
  .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
9746
- background: var(--ant-primary-1);
8940
+ background: #f0f7ff;
9747
8941
  }
9748
8942
  .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
9749
8943
  color: #a9a9a9;
@@ -9855,7 +9049,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
9855
9049
  .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
9856
9050
  right: 6px;
9857
9051
  left: 0;
9858
- border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
9052
+ border-right: 1px dashed #92b1ff;
9859
9053
  border-left: none;
9860
9054
  border-radius: 0 4px 4px 0;
9861
9055
  }
@@ -9866,7 +9060,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
9866
9060
  right: 0;
9867
9061
  left: 6px;
9868
9062
  border-right: none;
9869
- border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
9063
+ border-left: 1px dashed #92b1ff;
9870
9064
  border-radius: 4px 0 0 4px;
9871
9065
  }
9872
9066
  .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
@@ -9878,8 +9072,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
9878
9072
  .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
9879
9073
  right: 6px;
9880
9074
  left: 6px;
9881
- border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
9882
- border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
9075
+ border-right: 1px dashed #92b1ff;
9076
+ border-left: 1px dashed #92b1ff;
9883
9077
  border-radius: 4px;
9884
9078
  }
9885
9079
  .ant-picker-dropdown-rtl .ant-picker-footer-extra {
@@ -9894,48 +9088,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
9894
9088
  /* stylelint-disable no-duplicate-selectors */
9895
9089
  /* stylelint-disable */
9896
9090
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
9897
- html {
9898
- --ant-primary-color: #1890ff;
9899
- --ant-primary-color-hover: #40a9ff;
9900
- --ant-primary-color-active: #096dd9;
9901
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
9902
- --ant-primary-1: #e6f7ff;
9903
- --ant-primary-2: #bae7ff;
9904
- --ant-primary-3: #91d5ff;
9905
- --ant-primary-4: #69c0ff;
9906
- --ant-primary-5: #40a9ff;
9907
- --ant-primary-6: #1890ff;
9908
- --ant-primary-7: #096dd9;
9909
- --ant-primary-color-deprecated-pure: ;
9910
- --ant-primary-color-deprecated-l-35: #cbe6ff;
9911
- --ant-primary-color-deprecated-l-20: #7ec1ff;
9912
- --ant-primary-color-deprecated-t-20: #46a6ff;
9913
- --ant-primary-color-deprecated-t-50: #8cc8ff;
9914
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
9915
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
9916
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
9917
- --ant-success-color: #36c626;
9918
- --ant-success-color-hover: #5cd44a;
9919
- --ant-success-color-active: #20a116;
9920
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
9921
- --ant-success-color-deprecated-bg: #f4fff0;
9922
- --ant-success-color-deprecated-border: #afed9f;
9923
- --ant-error-color: #ff5c57;
9924
- --ant-error-color-hover: #ff8880;
9925
- --ant-error-color-active: #d93f3f;
9926
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
9927
- --ant-error-color-deprecated-bg: #fff3f0;
9928
- --ant-error-color-deprecated-border: #ffd7d1;
9929
- --ant-warning-color: #ffab00;
9930
- --ant-warning-color-hover: #ffbf29;
9931
- --ant-warning-color-active: #d98900;
9932
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
9933
- --ant-warning-color-deprecated-bg: #fffbe6;
9934
- --ant-warning-color-deprecated-border: #ffe07a;
9935
- --ant-info-color: #1890ff;
9936
- --ant-info-color-deprecated-bg: #e6f7ff;
9937
- --ant-info-color-deprecated-border: #91d5ff;
9938
- }
9939
9091
  .ant-tag {
9940
9092
  box-sizing: border-box;
9941
9093
  margin: 0;
@@ -10002,10 +9154,10 @@ html {
10002
9154
  color: #fff;
10003
9155
  }
10004
9156
  .ant-tag-checkable-checked {
10005
- background-color: var(--ant-primary-6);
9157
+ background-color: #2c68ff;
10006
9158
  }
10007
9159
  .ant-tag-checkable:active {
10008
- background-color: var(--ant-primary-7);
9160
+ background-color: #1a4ad9;
10009
9161
  }
10010
9162
  .ant-tag-hidden {
10011
9163
  display: none;
@@ -10142,23 +9294,23 @@ html {
10142
9294
  }
10143
9295
  .ant-tag-success {
10144
9296
  color: #36c626;
10145
- background: var(--ant-success-color-deprecated-bg);
10146
- border-color: var(--ant-success-color-deprecated-border);
9297
+ background: #f4fff0;
9298
+ border-color: #afed9f;
10147
9299
  }
10148
9300
  .ant-tag-processing {
10149
9301
  color: #2c68ff;
10150
- background: var(--ant-info-color-deprecated-bg);
10151
- border-color: var(--ant-info-color-deprecated-border);
9302
+ background: #f0f7ff;
9303
+ border-color: #a6c8ff;
10152
9304
  }
10153
9305
  .ant-tag-error {
10154
9306
  color: #f42d2d;
10155
- background: var(--ant-error-color-deprecated-bg);
10156
- border-color: var(--ant-error-color-deprecated-border);
9307
+ background: #fff2f0;
9308
+ border-color: #ffb1a8;
10157
9309
  }
10158
9310
  .ant-tag-warning {
10159
9311
  color: #ffab00;
10160
- background: var(--ant-warning-color-deprecated-bg);
10161
- border-color: var(--ant-warning-color-deprecated-border);
9312
+ background: #fffbe6;
9313
+ border-color: #ffe07a;
10162
9314
  }
10163
9315
  .ant-tag > .anticon + span,
10164
9316
  .ant-tag > span + .anticon {
@@ -10184,48 +9336,6 @@ html {
10184
9336
  /* stylelint-disable no-duplicate-selectors */
10185
9337
  /* stylelint-disable */
10186
9338
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10187
- html {
10188
- --ant-primary-color: #1890ff;
10189
- --ant-primary-color-hover: #40a9ff;
10190
- --ant-primary-color-active: #096dd9;
10191
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10192
- --ant-primary-1: #e6f7ff;
10193
- --ant-primary-2: #bae7ff;
10194
- --ant-primary-3: #91d5ff;
10195
- --ant-primary-4: #69c0ff;
10196
- --ant-primary-5: #40a9ff;
10197
- --ant-primary-6: #1890ff;
10198
- --ant-primary-7: #096dd9;
10199
- --ant-primary-color-deprecated-pure: ;
10200
- --ant-primary-color-deprecated-l-35: #cbe6ff;
10201
- --ant-primary-color-deprecated-l-20: #7ec1ff;
10202
- --ant-primary-color-deprecated-t-20: #46a6ff;
10203
- --ant-primary-color-deprecated-t-50: #8cc8ff;
10204
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
10205
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
10206
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
10207
- --ant-success-color: #36c626;
10208
- --ant-success-color-hover: #5cd44a;
10209
- --ant-success-color-active: #20a116;
10210
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
10211
- --ant-success-color-deprecated-bg: #f4fff0;
10212
- --ant-success-color-deprecated-border: #afed9f;
10213
- --ant-error-color: #ff5c57;
10214
- --ant-error-color-hover: #ff8880;
10215
- --ant-error-color-active: #d93f3f;
10216
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
10217
- --ant-error-color-deprecated-bg: #fff3f0;
10218
- --ant-error-color-deprecated-border: #ffd7d1;
10219
- --ant-warning-color: #ffab00;
10220
- --ant-warning-color-hover: #ffbf29;
10221
- --ant-warning-color-active: #d98900;
10222
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
10223
- --ant-warning-color-deprecated-bg: #fffbe6;
10224
- --ant-warning-color-deprecated-border: #ffe07a;
10225
- --ant-info-color: #1890ff;
10226
- --ant-info-color-deprecated-bg: #e6f7ff;
10227
- --ant-info-color-deprecated-border: #91d5ff;
10228
- }
10229
9339
  .ant-card {
10230
9340
  box-sizing: border-box;
10231
9341
  margin: 0;
@@ -10502,48 +9612,6 @@ html {
10502
9612
  /* stylelint-disable no-duplicate-selectors */
10503
9613
  /* stylelint-disable */
10504
9614
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10505
- html {
10506
- --ant-primary-color: #1890ff;
10507
- --ant-primary-color-hover: #40a9ff;
10508
- --ant-primary-color-active: #096dd9;
10509
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10510
- --ant-primary-1: #e6f7ff;
10511
- --ant-primary-2: #bae7ff;
10512
- --ant-primary-3: #91d5ff;
10513
- --ant-primary-4: #69c0ff;
10514
- --ant-primary-5: #40a9ff;
10515
- --ant-primary-6: #1890ff;
10516
- --ant-primary-7: #096dd9;
10517
- --ant-primary-color-deprecated-pure: ;
10518
- --ant-primary-color-deprecated-l-35: #cbe6ff;
10519
- --ant-primary-color-deprecated-l-20: #7ec1ff;
10520
- --ant-primary-color-deprecated-t-20: #46a6ff;
10521
- --ant-primary-color-deprecated-t-50: #8cc8ff;
10522
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
10523
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
10524
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
10525
- --ant-success-color: #36c626;
10526
- --ant-success-color-hover: #5cd44a;
10527
- --ant-success-color-active: #20a116;
10528
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
10529
- --ant-success-color-deprecated-bg: #f4fff0;
10530
- --ant-success-color-deprecated-border: #afed9f;
10531
- --ant-error-color: #ff5c57;
10532
- --ant-error-color-hover: #ff8880;
10533
- --ant-error-color-active: #d93f3f;
10534
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
10535
- --ant-error-color-deprecated-bg: #fff3f0;
10536
- --ant-error-color-deprecated-border: #ffd7d1;
10537
- --ant-warning-color: #ffab00;
10538
- --ant-warning-color-hover: #ffbf29;
10539
- --ant-warning-color-active: #d98900;
10540
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
10541
- --ant-warning-color-deprecated-bg: #fffbe6;
10542
- --ant-warning-color-deprecated-border: #ffe07a;
10543
- --ant-info-color: #1890ff;
10544
- --ant-info-color-deprecated-bg: #e6f7ff;
10545
- --ant-info-color-deprecated-border: #91d5ff;
10546
- }
10547
9615
  .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
10548
9616
  padding: 8px 0;
10549
9617
  font-size: 14px;
@@ -10887,7 +9955,7 @@ html {
10887
9955
  cursor: pointer;
10888
9956
  }
10889
9957
  .ant-tabs-dropdown-menu-item-remove:hover {
10890
- color: var(--ant-primary-5);
9958
+ color: #548aff;
10891
9959
  }
10892
9960
  .ant-tabs-dropdown-menu-item:hover {
10893
9961
  background: #f5f5f5;
@@ -11048,13 +10116,13 @@ html {
11048
10116
  }
11049
10117
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
11050
10118
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
11051
- color: var(--ant-primary-5);
10119
+ color: #548aff;
11052
10120
  }
11053
10121
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
11054
10122
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
11055
10123
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
11056
10124
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
11057
- color: var(--ant-primary-7);
10125
+ color: #1a4ad9;
11058
10126
  }
11059
10127
  .ant-tabs-extra-content {
11060
10128
  flex: none;
@@ -11083,7 +10151,7 @@ html {
11083
10151
  .ant-tabs-tab-remove:focus,
11084
10152
  .ant-tabs-tab-btn:active,
11085
10153
  .ant-tabs-tab-remove:active {
11086
- color: var(--ant-primary-7);
10154
+ color: #1a4ad9;
11087
10155
  }
11088
10156
  .ant-tabs-tab-btn {
11089
10157
  outline: none;
@@ -11105,7 +10173,7 @@ html {
11105
10173
  color: #262626;
11106
10174
  }
11107
10175
  .ant-tabs-tab:hover {
11108
- color: var(--ant-primary-5);
10176
+ color: #548aff;
11109
10177
  }
11110
10178
  .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
11111
10179
  color: #2c68ff;
@@ -11152,48 +10220,6 @@ html {
11152
10220
  /* stylelint-disable no-duplicate-selectors */
11153
10221
  /* stylelint-disable */
11154
10222
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
11155
- html {
11156
- --ant-primary-color: #1890ff;
11157
- --ant-primary-color-hover: #40a9ff;
11158
- --ant-primary-color-active: #096dd9;
11159
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
11160
- --ant-primary-1: #e6f7ff;
11161
- --ant-primary-2: #bae7ff;
11162
- --ant-primary-3: #91d5ff;
11163
- --ant-primary-4: #69c0ff;
11164
- --ant-primary-5: #40a9ff;
11165
- --ant-primary-6: #1890ff;
11166
- --ant-primary-7: #096dd9;
11167
- --ant-primary-color-deprecated-pure: ;
11168
- --ant-primary-color-deprecated-l-35: #cbe6ff;
11169
- --ant-primary-color-deprecated-l-20: #7ec1ff;
11170
- --ant-primary-color-deprecated-t-20: #46a6ff;
11171
- --ant-primary-color-deprecated-t-50: #8cc8ff;
11172
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
11173
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
11174
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
11175
- --ant-success-color: #36c626;
11176
- --ant-success-color-hover: #5cd44a;
11177
- --ant-success-color-active: #20a116;
11178
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
11179
- --ant-success-color-deprecated-bg: #f4fff0;
11180
- --ant-success-color-deprecated-border: #afed9f;
11181
- --ant-error-color: #ff5c57;
11182
- --ant-error-color-hover: #ff8880;
11183
- --ant-error-color-active: #d93f3f;
11184
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
11185
- --ant-error-color-deprecated-bg: #fff3f0;
11186
- --ant-error-color-deprecated-border: #ffd7d1;
11187
- --ant-warning-color: #ffab00;
11188
- --ant-warning-color-hover: #ffbf29;
11189
- --ant-warning-color-active: #d98900;
11190
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
11191
- --ant-warning-color-deprecated-bg: #fffbe6;
11192
- --ant-warning-color-deprecated-border: #ffe07a;
11193
- --ant-info-color: #1890ff;
11194
- --ant-info-color-deprecated-bg: #e6f7ff;
11195
- --ant-info-color-deprecated-border: #91d5ff;
11196
- }
11197
10223
  .ant-skeleton {
11198
10224
  display: table;
11199
10225
  width: 100%;
@@ -11538,48 +10564,6 @@ html {
11538
10564
  /* stylelint-disable no-duplicate-selectors */
11539
10565
  /* stylelint-disable */
11540
10566
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
11541
- html {
11542
- --ant-primary-color: #1890ff;
11543
- --ant-primary-color-hover: #40a9ff;
11544
- --ant-primary-color-active: #096dd9;
11545
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
11546
- --ant-primary-1: #e6f7ff;
11547
- --ant-primary-2: #bae7ff;
11548
- --ant-primary-3: #91d5ff;
11549
- --ant-primary-4: #69c0ff;
11550
- --ant-primary-5: #40a9ff;
11551
- --ant-primary-6: #1890ff;
11552
- --ant-primary-7: #096dd9;
11553
- --ant-primary-color-deprecated-pure: ;
11554
- --ant-primary-color-deprecated-l-35: #cbe6ff;
11555
- --ant-primary-color-deprecated-l-20: #7ec1ff;
11556
- --ant-primary-color-deprecated-t-20: #46a6ff;
11557
- --ant-primary-color-deprecated-t-50: #8cc8ff;
11558
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
11559
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
11560
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
11561
- --ant-success-color: #36c626;
11562
- --ant-success-color-hover: #5cd44a;
11563
- --ant-success-color-active: #20a116;
11564
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
11565
- --ant-success-color-deprecated-bg: #f4fff0;
11566
- --ant-success-color-deprecated-border: #afed9f;
11567
- --ant-error-color: #ff5c57;
11568
- --ant-error-color-hover: #ff8880;
11569
- --ant-error-color-active: #d93f3f;
11570
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
11571
- --ant-error-color-deprecated-bg: #fff3f0;
11572
- --ant-error-color-deprecated-border: #ffd7d1;
11573
- --ant-warning-color: #ffab00;
11574
- --ant-warning-color-hover: #ffbf29;
11575
- --ant-warning-color-active: #d98900;
11576
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
11577
- --ant-warning-color-deprecated-bg: #fffbe6;
11578
- --ant-warning-color-deprecated-border: #ffe07a;
11579
- --ant-info-color: #1890ff;
11580
- --ant-info-color-deprecated-bg: #e6f7ff;
11581
- --ant-info-color-deprecated-border: #91d5ff;
11582
- }
11583
10567
  .ant-carousel {
11584
10568
  box-sizing: border-box;
11585
10569
  margin: 0;
@@ -11859,48 +10843,6 @@ html {
11859
10843
  /* stylelint-disable no-duplicate-selectors */
11860
10844
  /* stylelint-disable */
11861
10845
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
11862
- html {
11863
- --ant-primary-color: #1890ff;
11864
- --ant-primary-color-hover: #40a9ff;
11865
- --ant-primary-color-active: #096dd9;
11866
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
11867
- --ant-primary-1: #e6f7ff;
11868
- --ant-primary-2: #bae7ff;
11869
- --ant-primary-3: #91d5ff;
11870
- --ant-primary-4: #69c0ff;
11871
- --ant-primary-5: #40a9ff;
11872
- --ant-primary-6: #1890ff;
11873
- --ant-primary-7: #096dd9;
11874
- --ant-primary-color-deprecated-pure: ;
11875
- --ant-primary-color-deprecated-l-35: #cbe6ff;
11876
- --ant-primary-color-deprecated-l-20: #7ec1ff;
11877
- --ant-primary-color-deprecated-t-20: #46a6ff;
11878
- --ant-primary-color-deprecated-t-50: #8cc8ff;
11879
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
11880
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
11881
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
11882
- --ant-success-color: #36c626;
11883
- --ant-success-color-hover: #5cd44a;
11884
- --ant-success-color-active: #20a116;
11885
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
11886
- --ant-success-color-deprecated-bg: #f4fff0;
11887
- --ant-success-color-deprecated-border: #afed9f;
11888
- --ant-error-color: #ff5c57;
11889
- --ant-error-color-hover: #ff8880;
11890
- --ant-error-color-active: #d93f3f;
11891
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
11892
- --ant-error-color-deprecated-bg: #fff3f0;
11893
- --ant-error-color-deprecated-border: #ffd7d1;
11894
- --ant-warning-color: #ffab00;
11895
- --ant-warning-color-hover: #ffbf29;
11896
- --ant-warning-color-active: #d98900;
11897
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
11898
- --ant-warning-color-deprecated-bg: #fffbe6;
11899
- --ant-warning-color-deprecated-border: #ffe07a;
11900
- --ant-info-color: #1890ff;
11901
- --ant-info-color-deprecated-bg: #e6f7ff;
11902
- --ant-info-color-deprecated-border: #91d5ff;
11903
- }
11904
10846
  @-webkit-keyframes antCheckboxEffect {
11905
10847
  0% {
11906
10848
  transform: scale(1);
@@ -12182,7 +11124,7 @@ html {
12182
11124
  .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
12183
11125
  .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
12184
11126
  font-weight: 600;
12185
- background-color: var(--ant-primary-1);
11127
+ background-color: #f0f7ff;
12186
11128
  }
12187
11129
  .ant-cascader-menu-item-content {
12188
11130
  flex: auto;
@@ -12215,48 +11157,6 @@ html {
12215
11157
  /* stylelint-disable no-duplicate-selectors */
12216
11158
  /* stylelint-disable */
12217
11159
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
12218
- html {
12219
- --ant-primary-color: #1890ff;
12220
- --ant-primary-color-hover: #40a9ff;
12221
- --ant-primary-color-active: #096dd9;
12222
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
12223
- --ant-primary-1: #e6f7ff;
12224
- --ant-primary-2: #bae7ff;
12225
- --ant-primary-3: #91d5ff;
12226
- --ant-primary-4: #69c0ff;
12227
- --ant-primary-5: #40a9ff;
12228
- --ant-primary-6: #1890ff;
12229
- --ant-primary-7: #096dd9;
12230
- --ant-primary-color-deprecated-pure: ;
12231
- --ant-primary-color-deprecated-l-35: #cbe6ff;
12232
- --ant-primary-color-deprecated-l-20: #7ec1ff;
12233
- --ant-primary-color-deprecated-t-20: #46a6ff;
12234
- --ant-primary-color-deprecated-t-50: #8cc8ff;
12235
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
12236
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
12237
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
12238
- --ant-success-color: #36c626;
12239
- --ant-success-color-hover: #5cd44a;
12240
- --ant-success-color-active: #20a116;
12241
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
12242
- --ant-success-color-deprecated-bg: #f4fff0;
12243
- --ant-success-color-deprecated-border: #afed9f;
12244
- --ant-error-color: #ff5c57;
12245
- --ant-error-color-hover: #ff8880;
12246
- --ant-error-color-active: #d93f3f;
12247
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
12248
- --ant-error-color-deprecated-bg: #fff3f0;
12249
- --ant-error-color-deprecated-border: #ffd7d1;
12250
- --ant-warning-color: #ffab00;
12251
- --ant-warning-color-hover: #ffbf29;
12252
- --ant-warning-color-active: #d98900;
12253
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
12254
- --ant-warning-color-deprecated-bg: #fffbe6;
12255
- --ant-warning-color-deprecated-border: #ffe07a;
12256
- --ant-info-color: #1890ff;
12257
- --ant-info-color-deprecated-bg: #e6f7ff;
12258
- --ant-info-color-deprecated-border: #91d5ff;
12259
- }
12260
11160
  @-webkit-keyframes antCheckboxEffect {
12261
11161
  0% {
12262
11162
  transform: scale(1);
@@ -12497,48 +11397,6 @@ html {
12497
11397
  /* stylelint-disable no-duplicate-selectors */
12498
11398
  /* stylelint-disable */
12499
11399
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
12500
- html {
12501
- --ant-primary-color: #1890ff;
12502
- --ant-primary-color-hover: #40a9ff;
12503
- --ant-primary-color-active: #096dd9;
12504
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
12505
- --ant-primary-1: #e6f7ff;
12506
- --ant-primary-2: #bae7ff;
12507
- --ant-primary-3: #91d5ff;
12508
- --ant-primary-4: #69c0ff;
12509
- --ant-primary-5: #40a9ff;
12510
- --ant-primary-6: #1890ff;
12511
- --ant-primary-7: #096dd9;
12512
- --ant-primary-color-deprecated-pure: ;
12513
- --ant-primary-color-deprecated-l-35: #cbe6ff;
12514
- --ant-primary-color-deprecated-l-20: #7ec1ff;
12515
- --ant-primary-color-deprecated-t-20: #46a6ff;
12516
- --ant-primary-color-deprecated-t-50: #8cc8ff;
12517
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
12518
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
12519
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
12520
- --ant-success-color: #36c626;
12521
- --ant-success-color-hover: #5cd44a;
12522
- --ant-success-color-active: #20a116;
12523
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
12524
- --ant-success-color-deprecated-bg: #f4fff0;
12525
- --ant-success-color-deprecated-border: #afed9f;
12526
- --ant-error-color: #ff5c57;
12527
- --ant-error-color-hover: #ff8880;
12528
- --ant-error-color-active: #d93f3f;
12529
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
12530
- --ant-error-color-deprecated-bg: #fff3f0;
12531
- --ant-error-color-deprecated-border: #ffd7d1;
12532
- --ant-warning-color: #ffab00;
12533
- --ant-warning-color-hover: #ffbf29;
12534
- --ant-warning-color-active: #d98900;
12535
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
12536
- --ant-warning-color-deprecated-bg: #fffbe6;
12537
- --ant-warning-color-deprecated-border: #ffe07a;
12538
- --ant-info-color: #1890ff;
12539
- --ant-info-color-deprecated-bg: #e6f7ff;
12540
- --ant-info-color-deprecated-border: #91d5ff;
12541
- }
12542
11400
  .ant-row {
12543
11401
  display: flex;
12544
11402
  flex-flow: row wrap;
@@ -17724,48 +16582,6 @@ html {
17724
16582
  /* stylelint-disable no-duplicate-selectors */
17725
16583
  /* stylelint-disable */
17726
16584
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17727
- html {
17728
- --ant-primary-color: #1890ff;
17729
- --ant-primary-color-hover: #40a9ff;
17730
- --ant-primary-color-active: #096dd9;
17731
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17732
- --ant-primary-1: #e6f7ff;
17733
- --ant-primary-2: #bae7ff;
17734
- --ant-primary-3: #91d5ff;
17735
- --ant-primary-4: #69c0ff;
17736
- --ant-primary-5: #40a9ff;
17737
- --ant-primary-6: #1890ff;
17738
- --ant-primary-7: #096dd9;
17739
- --ant-primary-color-deprecated-pure: ;
17740
- --ant-primary-color-deprecated-l-35: #cbe6ff;
17741
- --ant-primary-color-deprecated-l-20: #7ec1ff;
17742
- --ant-primary-color-deprecated-t-20: #46a6ff;
17743
- --ant-primary-color-deprecated-t-50: #8cc8ff;
17744
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17745
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17746
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17747
- --ant-success-color: #36c626;
17748
- --ant-success-color-hover: #5cd44a;
17749
- --ant-success-color-active: #20a116;
17750
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
17751
- --ant-success-color-deprecated-bg: #f4fff0;
17752
- --ant-success-color-deprecated-border: #afed9f;
17753
- --ant-error-color: #ff5c57;
17754
- --ant-error-color-hover: #ff8880;
17755
- --ant-error-color-active: #d93f3f;
17756
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
17757
- --ant-error-color-deprecated-bg: #fff3f0;
17758
- --ant-error-color-deprecated-border: #ffd7d1;
17759
- --ant-warning-color: #ffab00;
17760
- --ant-warning-color-hover: #ffbf29;
17761
- --ant-warning-color-active: #d98900;
17762
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
17763
- --ant-warning-color-deprecated-bg: #fffbe6;
17764
- --ant-warning-color-deprecated-border: #ffe07a;
17765
- --ant-info-color: #1890ff;
17766
- --ant-info-color-deprecated-bg: #e6f7ff;
17767
- --ant-info-color-deprecated-border: #91d5ff;
17768
- }
17769
16585
  .ant-collapse {
17770
16586
  box-sizing: border-box;
17771
16587
  margin: 0;
@@ -17931,48 +16747,6 @@ html {
17931
16747
  /* stylelint-disable no-duplicate-selectors */
17932
16748
  /* stylelint-disable */
17933
16749
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17934
- html {
17935
- --ant-primary-color: #1890ff;
17936
- --ant-primary-color-hover: #40a9ff;
17937
- --ant-primary-color-active: #096dd9;
17938
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17939
- --ant-primary-1: #e6f7ff;
17940
- --ant-primary-2: #bae7ff;
17941
- --ant-primary-3: #91d5ff;
17942
- --ant-primary-4: #69c0ff;
17943
- --ant-primary-5: #40a9ff;
17944
- --ant-primary-6: #1890ff;
17945
- --ant-primary-7: #096dd9;
17946
- --ant-primary-color-deprecated-pure: ;
17947
- --ant-primary-color-deprecated-l-35: #cbe6ff;
17948
- --ant-primary-color-deprecated-l-20: #7ec1ff;
17949
- --ant-primary-color-deprecated-t-20: #46a6ff;
17950
- --ant-primary-color-deprecated-t-50: #8cc8ff;
17951
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17952
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17953
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17954
- --ant-success-color: #36c626;
17955
- --ant-success-color-hover: #5cd44a;
17956
- --ant-success-color-active: #20a116;
17957
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
17958
- --ant-success-color-deprecated-bg: #f4fff0;
17959
- --ant-success-color-deprecated-border: #afed9f;
17960
- --ant-error-color: #ff5c57;
17961
- --ant-error-color-hover: #ff8880;
17962
- --ant-error-color-active: #d93f3f;
17963
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
17964
- --ant-error-color-deprecated-bg: #fff3f0;
17965
- --ant-error-color-deprecated-border: #ffd7d1;
17966
- --ant-warning-color: #ffab00;
17967
- --ant-warning-color-hover: #ffbf29;
17968
- --ant-warning-color-active: #d98900;
17969
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
17970
- --ant-warning-color-deprecated-bg: #fffbe6;
17971
- --ant-warning-color-deprecated-border: #ffe07a;
17972
- --ant-info-color: #1890ff;
17973
- --ant-info-color-deprecated-bg: #e6f7ff;
17974
- --ant-info-color-deprecated-border: #91d5ff;
17975
- }
17976
16750
  .ant-comment {
17977
16751
  position: relative;
17978
16752
  background-color: inherit;
@@ -18086,95 +16860,11 @@ html {
18086
16860
  /* stylelint-disable no-duplicate-selectors */
18087
16861
  /* stylelint-disable */
18088
16862
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
18089
- html {
18090
- --ant-primary-color: #1890ff;
18091
- --ant-primary-color-hover: #40a9ff;
18092
- --ant-primary-color-active: #096dd9;
18093
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
18094
- --ant-primary-1: #e6f7ff;
18095
- --ant-primary-2: #bae7ff;
18096
- --ant-primary-3: #91d5ff;
18097
- --ant-primary-4: #69c0ff;
18098
- --ant-primary-5: #40a9ff;
18099
- --ant-primary-6: #1890ff;
18100
- --ant-primary-7: #096dd9;
18101
- --ant-primary-color-deprecated-pure: ;
18102
- --ant-primary-color-deprecated-l-35: #cbe6ff;
18103
- --ant-primary-color-deprecated-l-20: #7ec1ff;
18104
- --ant-primary-color-deprecated-t-20: #46a6ff;
18105
- --ant-primary-color-deprecated-t-50: #8cc8ff;
18106
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
18107
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
18108
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
18109
- --ant-success-color: #36c626;
18110
- --ant-success-color-hover: #5cd44a;
18111
- --ant-success-color-active: #20a116;
18112
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
18113
- --ant-success-color-deprecated-bg: #f4fff0;
18114
- --ant-success-color-deprecated-border: #afed9f;
18115
- --ant-error-color: #ff5c57;
18116
- --ant-error-color-hover: #ff8880;
18117
- --ant-error-color-active: #d93f3f;
18118
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
18119
- --ant-error-color-deprecated-bg: #fff3f0;
18120
- --ant-error-color-deprecated-border: #ffd7d1;
18121
- --ant-warning-color: #ffab00;
18122
- --ant-warning-color-hover: #ffbf29;
18123
- --ant-warning-color-active: #d98900;
18124
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
18125
- --ant-warning-color-deprecated-bg: #fffbe6;
18126
- --ant-warning-color-deprecated-border: #ffe07a;
18127
- --ant-info-color: #1890ff;
18128
- --ant-info-color-deprecated-bg: #e6f7ff;
18129
- --ant-info-color-deprecated-border: #91d5ff;
18130
- }
18131
16863
 
18132
16864
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
18133
16865
  /* stylelint-disable no-duplicate-selectors */
18134
16866
  /* stylelint-disable */
18135
16867
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
18136
- html {
18137
- --ant-primary-color: #1890ff;
18138
- --ant-primary-color-hover: #40a9ff;
18139
- --ant-primary-color-active: #096dd9;
18140
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
18141
- --ant-primary-1: #e6f7ff;
18142
- --ant-primary-2: #bae7ff;
18143
- --ant-primary-3: #91d5ff;
18144
- --ant-primary-4: #69c0ff;
18145
- --ant-primary-5: #40a9ff;
18146
- --ant-primary-6: #1890ff;
18147
- --ant-primary-7: #096dd9;
18148
- --ant-primary-color-deprecated-pure: ;
18149
- --ant-primary-color-deprecated-l-35: #cbe6ff;
18150
- --ant-primary-color-deprecated-l-20: #7ec1ff;
18151
- --ant-primary-color-deprecated-t-20: #46a6ff;
18152
- --ant-primary-color-deprecated-t-50: #8cc8ff;
18153
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
18154
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
18155
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
18156
- --ant-success-color: #36c626;
18157
- --ant-success-color-hover: #5cd44a;
18158
- --ant-success-color-active: #20a116;
18159
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
18160
- --ant-success-color-deprecated-bg: #f4fff0;
18161
- --ant-success-color-deprecated-border: #afed9f;
18162
- --ant-error-color: #ff5c57;
18163
- --ant-error-color-hover: #ff8880;
18164
- --ant-error-color-active: #d93f3f;
18165
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
18166
- --ant-error-color-deprecated-bg: #fff3f0;
18167
- --ant-error-color-deprecated-border: #ffd7d1;
18168
- --ant-warning-color: #ffab00;
18169
- --ant-warning-color-hover: #ffbf29;
18170
- --ant-warning-color-active: #d98900;
18171
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
18172
- --ant-warning-color-deprecated-bg: #fffbe6;
18173
- --ant-warning-color-deprecated-border: #ffe07a;
18174
- --ant-info-color: #1890ff;
18175
- --ant-info-color-deprecated-bg: #e6f7ff;
18176
- --ant-info-color-deprecated-border: #91d5ff;
18177
- }
18178
16868
  .ant-descriptions-header {
18179
16869
  display: flex;
18180
16870
  align-items: center;
@@ -18315,48 +17005,6 @@ html {
18315
17005
  /* stylelint-disable no-duplicate-selectors */
18316
17006
  /* stylelint-disable */
18317
17007
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
18318
- html {
18319
- --ant-primary-color: #1890ff;
18320
- --ant-primary-color-hover: #40a9ff;
18321
- --ant-primary-color-active: #096dd9;
18322
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
18323
- --ant-primary-1: #e6f7ff;
18324
- --ant-primary-2: #bae7ff;
18325
- --ant-primary-3: #91d5ff;
18326
- --ant-primary-4: #69c0ff;
18327
- --ant-primary-5: #40a9ff;
18328
- --ant-primary-6: #1890ff;
18329
- --ant-primary-7: #096dd9;
18330
- --ant-primary-color-deprecated-pure: ;
18331
- --ant-primary-color-deprecated-l-35: #cbe6ff;
18332
- --ant-primary-color-deprecated-l-20: #7ec1ff;
18333
- --ant-primary-color-deprecated-t-20: #46a6ff;
18334
- --ant-primary-color-deprecated-t-50: #8cc8ff;
18335
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
18336
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
18337
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
18338
- --ant-success-color: #36c626;
18339
- --ant-success-color-hover: #5cd44a;
18340
- --ant-success-color-active: #20a116;
18341
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
18342
- --ant-success-color-deprecated-bg: #f4fff0;
18343
- --ant-success-color-deprecated-border: #afed9f;
18344
- --ant-error-color: #ff5c57;
18345
- --ant-error-color-hover: #ff8880;
18346
- --ant-error-color-active: #d93f3f;
18347
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
18348
- --ant-error-color-deprecated-bg: #fff3f0;
18349
- --ant-error-color-deprecated-border: #ffd7d1;
18350
- --ant-warning-color: #ffab00;
18351
- --ant-warning-color-hover: #ffbf29;
18352
- --ant-warning-color-active: #d98900;
18353
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
18354
- --ant-warning-color-deprecated-bg: #fffbe6;
18355
- --ant-warning-color-deprecated-border: #ffe07a;
18356
- --ant-info-color: #1890ff;
18357
- --ant-info-color-deprecated-bg: #e6f7ff;
18358
- --ant-info-color-deprecated-border: #91d5ff;
18359
- }
18360
17008
  .ant-divider {
18361
17009
  box-sizing: border-box;
18362
17010
  margin: 0;
@@ -18484,48 +17132,6 @@ html {
18484
17132
  /* stylelint-disable no-duplicate-selectors */
18485
17133
  /* stylelint-disable */
18486
17134
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
18487
- html {
18488
- --ant-primary-color: #1890ff;
18489
- --ant-primary-color-hover: #40a9ff;
18490
- --ant-primary-color-active: #096dd9;
18491
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
18492
- --ant-primary-1: #e6f7ff;
18493
- --ant-primary-2: #bae7ff;
18494
- --ant-primary-3: #91d5ff;
18495
- --ant-primary-4: #69c0ff;
18496
- --ant-primary-5: #40a9ff;
18497
- --ant-primary-6: #1890ff;
18498
- --ant-primary-7: #096dd9;
18499
- --ant-primary-color-deprecated-pure: ;
18500
- --ant-primary-color-deprecated-l-35: #cbe6ff;
18501
- --ant-primary-color-deprecated-l-20: #7ec1ff;
18502
- --ant-primary-color-deprecated-t-20: #46a6ff;
18503
- --ant-primary-color-deprecated-t-50: #8cc8ff;
18504
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
18505
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
18506
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
18507
- --ant-success-color: #36c626;
18508
- --ant-success-color-hover: #5cd44a;
18509
- --ant-success-color-active: #20a116;
18510
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
18511
- --ant-success-color-deprecated-bg: #f4fff0;
18512
- --ant-success-color-deprecated-border: #afed9f;
18513
- --ant-error-color: #ff5c57;
18514
- --ant-error-color-hover: #ff8880;
18515
- --ant-error-color-active: #d93f3f;
18516
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
18517
- --ant-error-color-deprecated-bg: #fff3f0;
18518
- --ant-error-color-deprecated-border: #ffd7d1;
18519
- --ant-warning-color: #ffab00;
18520
- --ant-warning-color-hover: #ffbf29;
18521
- --ant-warning-color-active: #d98900;
18522
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
18523
- --ant-warning-color-deprecated-bg: #fffbe6;
18524
- --ant-warning-color-deprecated-border: #ffe07a;
18525
- --ant-info-color: #1890ff;
18526
- --ant-info-color-deprecated-bg: #e6f7ff;
18527
- --ant-info-color-deprecated-border: #91d5ff;
18528
- }
18529
17135
  .ant-drawer {
18530
17136
  position: fixed;
18531
17137
  z-index: 1000;
@@ -18743,48 +17349,6 @@ html {
18743
17349
  /* stylelint-disable no-duplicate-selectors */
18744
17350
  /* stylelint-disable */
18745
17351
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
18746
- html {
18747
- --ant-primary-color: #1890ff;
18748
- --ant-primary-color-hover: #40a9ff;
18749
- --ant-primary-color-active: #096dd9;
18750
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
18751
- --ant-primary-1: #e6f7ff;
18752
- --ant-primary-2: #bae7ff;
18753
- --ant-primary-3: #91d5ff;
18754
- --ant-primary-4: #69c0ff;
18755
- --ant-primary-5: #40a9ff;
18756
- --ant-primary-6: #1890ff;
18757
- --ant-primary-7: #096dd9;
18758
- --ant-primary-color-deprecated-pure: ;
18759
- --ant-primary-color-deprecated-l-35: #cbe6ff;
18760
- --ant-primary-color-deprecated-l-20: #7ec1ff;
18761
- --ant-primary-color-deprecated-t-20: #46a6ff;
18762
- --ant-primary-color-deprecated-t-50: #8cc8ff;
18763
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
18764
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
18765
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
18766
- --ant-success-color: #36c626;
18767
- --ant-success-color-hover: #5cd44a;
18768
- --ant-success-color-active: #20a116;
18769
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
18770
- --ant-success-color-deprecated-bg: #f4fff0;
18771
- --ant-success-color-deprecated-border: #afed9f;
18772
- --ant-error-color: #ff5c57;
18773
- --ant-error-color-hover: #ff8880;
18774
- --ant-error-color-active: #d93f3f;
18775
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
18776
- --ant-error-color-deprecated-bg: #fff3f0;
18777
- --ant-error-color-deprecated-border: #ffd7d1;
18778
- --ant-warning-color: #ffab00;
18779
- --ant-warning-color-hover: #ffbf29;
18780
- --ant-warning-color-active: #d98900;
18781
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
18782
- --ant-warning-color-deprecated-bg: #fffbe6;
18783
- --ant-warning-color-deprecated-border: #ffe07a;
18784
- --ant-info-color: #1890ff;
18785
- --ant-info-color-deprecated-bg: #e6f7ff;
18786
- --ant-info-color-deprecated-border: #91d5ff;
18787
- }
18788
17352
  .ant-form-item .ant-input-number + .ant-form-text {
18789
17353
  margin-left: 8px;
18790
17354
  }
@@ -19380,95 +17944,11 @@ html {
19380
17944
  /* stylelint-disable no-duplicate-selectors */
19381
17945
  /* stylelint-disable */
19382
17946
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19383
- html {
19384
- --ant-primary-color: #1890ff;
19385
- --ant-primary-color-hover: #40a9ff;
19386
- --ant-primary-color-active: #096dd9;
19387
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
19388
- --ant-primary-1: #e6f7ff;
19389
- --ant-primary-2: #bae7ff;
19390
- --ant-primary-3: #91d5ff;
19391
- --ant-primary-4: #69c0ff;
19392
- --ant-primary-5: #40a9ff;
19393
- --ant-primary-6: #1890ff;
19394
- --ant-primary-7: #096dd9;
19395
- --ant-primary-color-deprecated-pure: ;
19396
- --ant-primary-color-deprecated-l-35: #cbe6ff;
19397
- --ant-primary-color-deprecated-l-20: #7ec1ff;
19398
- --ant-primary-color-deprecated-t-20: #46a6ff;
19399
- --ant-primary-color-deprecated-t-50: #8cc8ff;
19400
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
19401
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
19402
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
19403
- --ant-success-color: #36c626;
19404
- --ant-success-color-hover: #5cd44a;
19405
- --ant-success-color-active: #20a116;
19406
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
19407
- --ant-success-color-deprecated-bg: #f4fff0;
19408
- --ant-success-color-deprecated-border: #afed9f;
19409
- --ant-error-color: #ff5c57;
19410
- --ant-error-color-hover: #ff8880;
19411
- --ant-error-color-active: #d93f3f;
19412
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
19413
- --ant-error-color-deprecated-bg: #fff3f0;
19414
- --ant-error-color-deprecated-border: #ffd7d1;
19415
- --ant-warning-color: #ffab00;
19416
- --ant-warning-color-hover: #ffbf29;
19417
- --ant-warning-color-active: #d98900;
19418
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
19419
- --ant-warning-color-deprecated-bg: #fffbe6;
19420
- --ant-warning-color-deprecated-border: #ffe07a;
19421
- --ant-info-color: #1890ff;
19422
- --ant-info-color-deprecated-bg: #e6f7ff;
19423
- --ant-info-color-deprecated-border: #91d5ff;
19424
- }
19425
17947
 
19426
17948
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
19427
17949
  /* stylelint-disable no-duplicate-selectors */
19428
17950
  /* stylelint-disable */
19429
17951
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19430
- html {
19431
- --ant-primary-color: #1890ff;
19432
- --ant-primary-color-hover: #40a9ff;
19433
- --ant-primary-color-active: #096dd9;
19434
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
19435
- --ant-primary-1: #e6f7ff;
19436
- --ant-primary-2: #bae7ff;
19437
- --ant-primary-3: #91d5ff;
19438
- --ant-primary-4: #69c0ff;
19439
- --ant-primary-5: #40a9ff;
19440
- --ant-primary-6: #1890ff;
19441
- --ant-primary-7: #096dd9;
19442
- --ant-primary-color-deprecated-pure: ;
19443
- --ant-primary-color-deprecated-l-35: #cbe6ff;
19444
- --ant-primary-color-deprecated-l-20: #7ec1ff;
19445
- --ant-primary-color-deprecated-t-20: #46a6ff;
19446
- --ant-primary-color-deprecated-t-50: #8cc8ff;
19447
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
19448
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
19449
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
19450
- --ant-success-color: #36c626;
19451
- --ant-success-color-hover: #5cd44a;
19452
- --ant-success-color-active: #20a116;
19453
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
19454
- --ant-success-color-deprecated-bg: #f4fff0;
19455
- --ant-success-color-deprecated-border: #afed9f;
19456
- --ant-error-color: #ff5c57;
19457
- --ant-error-color-hover: #ff8880;
19458
- --ant-error-color-active: #d93f3f;
19459
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
19460
- --ant-error-color-deprecated-bg: #fff3f0;
19461
- --ant-error-color-deprecated-border: #ffd7d1;
19462
- --ant-warning-color: #ffab00;
19463
- --ant-warning-color-hover: #ffbf29;
19464
- --ant-warning-color-active: #d98900;
19465
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
19466
- --ant-warning-color-deprecated-bg: #fffbe6;
19467
- --ant-warning-color-deprecated-border: #ffe07a;
19468
- --ant-info-color: #1890ff;
19469
- --ant-info-color-deprecated-bg: #e6f7ff;
19470
- --ant-info-color-deprecated-border: #91d5ff;
19471
- }
19472
17952
  .ant-image {
19473
17953
  position: relative;
19474
17954
  display: inline-block;
@@ -19690,48 +18170,6 @@ html {
19690
18170
  /* stylelint-disable no-duplicate-selectors */
19691
18171
  /* stylelint-disable */
19692
18172
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19693
- html {
19694
- --ant-primary-color: #1890ff;
19695
- --ant-primary-color-hover: #40a9ff;
19696
- --ant-primary-color-active: #096dd9;
19697
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
19698
- --ant-primary-1: #e6f7ff;
19699
- --ant-primary-2: #bae7ff;
19700
- --ant-primary-3: #91d5ff;
19701
- --ant-primary-4: #69c0ff;
19702
- --ant-primary-5: #40a9ff;
19703
- --ant-primary-6: #1890ff;
19704
- --ant-primary-7: #096dd9;
19705
- --ant-primary-color-deprecated-pure: ;
19706
- --ant-primary-color-deprecated-l-35: #cbe6ff;
19707
- --ant-primary-color-deprecated-l-20: #7ec1ff;
19708
- --ant-primary-color-deprecated-t-20: #46a6ff;
19709
- --ant-primary-color-deprecated-t-50: #8cc8ff;
19710
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
19711
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
19712
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
19713
- --ant-success-color: #36c626;
19714
- --ant-success-color-hover: #5cd44a;
19715
- --ant-success-color-active: #20a116;
19716
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
19717
- --ant-success-color-deprecated-bg: #f4fff0;
19718
- --ant-success-color-deprecated-border: #afed9f;
19719
- --ant-error-color: #ff5c57;
19720
- --ant-error-color-hover: #ff8880;
19721
- --ant-error-color-active: #d93f3f;
19722
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
19723
- --ant-error-color-deprecated-bg: #fff3f0;
19724
- --ant-error-color-deprecated-border: #ffd7d1;
19725
- --ant-warning-color: #ffab00;
19726
- --ant-warning-color-hover: #ffbf29;
19727
- --ant-warning-color-active: #d98900;
19728
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
19729
- --ant-warning-color-deprecated-bg: #fffbe6;
19730
- --ant-warning-color-deprecated-border: #ffe07a;
19731
- --ant-info-color: #1890ff;
19732
- --ant-info-color-deprecated-bg: #e6f7ff;
19733
- --ant-info-color-deprecated-border: #91d5ff;
19734
- }
19735
18173
  .ant-input-number-affix-wrapper {
19736
18174
  display: inline-block;
19737
18175
  width: 100%;
@@ -19778,13 +18216,13 @@ html {
19778
18216
  text-overflow: ellipsis;
19779
18217
  }
19780
18218
  .ant-input-number-affix-wrapper:hover {
19781
- border-color: var(--ant-primary-5);
18219
+ border-color: #548aff;
19782
18220
  border-right-width: 1px;
19783
18221
  }
19784
18222
  .ant-input-number-affix-wrapper:focus,
19785
18223
  .ant-input-number-affix-wrapper-focused {
19786
- border-color: var(--ant-primary-color-hover);
19787
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
18224
+ border-color: #548aff;
18225
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
19788
18226
  border-right-width: 1px;
19789
18227
  outline: 0;
19790
18228
  }
@@ -19838,7 +18276,7 @@ textarea.ant-input-number-affix-wrapper {
19838
18276
  padding: 0px 7px;
19839
18277
  }
19840
18278
  .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
19841
- border-color: var(--ant-primary-5);
18279
+ border-color: #548aff;
19842
18280
  border-right-width: 1px;
19843
18281
  z-index: 1;
19844
18282
  }
@@ -19898,8 +18336,8 @@ textarea.ant-input-number-affix-wrapper {
19898
18336
  }
19899
18337
  .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
19900
18338
  .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
19901
- border-color: var(--ant-error-color-hover);
19902
- box-shadow: 0 0 0 2px var(--ant-error-color-outline);
18339
+ border-color: #ff5c57;
18340
+ box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
19903
18341
  border-right-width: 1px;
19904
18342
  outline: 0;
19905
18343
  }
@@ -19913,8 +18351,8 @@ textarea.ant-input-number-affix-wrapper {
19913
18351
  }
19914
18352
  .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
19915
18353
  .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
19916
- border-color: var(--ant-warning-color-hover);
19917
- box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
18354
+ border-color: #ffbf29;
18355
+ box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
19918
18356
  border-right-width: 1px;
19919
18357
  outline: 0;
19920
18358
  }
@@ -19928,8 +18366,8 @@ textarea.ant-input-number-affix-wrapper {
19928
18366
  }
19929
18367
  .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
19930
18368
  .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
19931
- border-color: var(--ant-error-color-hover);
19932
- box-shadow: 0 0 0 2px var(--ant-error-color-outline);
18369
+ border-color: #ff5c57;
18370
+ box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
19933
18371
  border-right-width: 1px;
19934
18372
  outline: 0;
19935
18373
  }
@@ -19943,8 +18381,8 @@ textarea.ant-input-number-affix-wrapper {
19943
18381
  }
19944
18382
  .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
19945
18383
  .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
19946
- border-color: var(--ant-warning-color-hover);
19947
- box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
18384
+ border-color: #ffbf29;
18385
+ box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
19948
18386
  border-right-width: 1px;
19949
18387
  outline: 0;
19950
18388
  }
@@ -20007,13 +18445,13 @@ textarea.ant-input-number-affix-wrapper {
20007
18445
  text-overflow: ellipsis;
20008
18446
  }
20009
18447
  .ant-input-number:hover {
20010
- border-color: var(--ant-primary-5);
18448
+ border-color: #548aff;
20011
18449
  border-right-width: 1px;
20012
18450
  }
20013
18451
  .ant-input-number:focus,
20014
18452
  .ant-input-number-focused {
20015
- border-color: var(--ant-primary-color-hover);
20016
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
18453
+ border-color: #548aff;
18454
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
20017
18455
  border-right-width: 1px;
20018
18456
  outline: 0;
20019
18457
  }
@@ -20364,7 +18802,7 @@ textarea.ant-input-number {
20364
18802
  }
20365
18803
  .ant-input-number-handler:hover .ant-input-number-handler-up-inner,
20366
18804
  .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
20367
- color: var(--ant-primary-5);
18805
+ color: #548aff;
20368
18806
  }
20369
18807
  .ant-input-number-handler-up-inner,
20370
18808
  .ant-input-number-handler-down-inner {
@@ -20409,7 +18847,7 @@ textarea.ant-input-number {
20409
18847
  display: block;
20410
18848
  }
20411
18849
  .ant-input-number:hover {
20412
- border-color: var(--ant-primary-5);
18850
+ border-color: #548aff;
20413
18851
  border-right-width: 1px;
20414
18852
  }
20415
18853
  .ant-input-number:hover + .ant-form-item-children-icon {
@@ -20417,8 +18855,8 @@ textarea.ant-input-number {
20417
18855
  transition: opacity 0.24s linear 0.24s;
20418
18856
  }
20419
18857
  .ant-input-number-focused {
20420
- border-color: var(--ant-primary-color-hover);
20421
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
18858
+ border-color: #548aff;
18859
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
20422
18860
  border-right-width: 1px;
20423
18861
  outline: 0;
20424
18862
  }
@@ -20605,48 +19043,6 @@ textarea.ant-input-number {
20605
19043
  /* stylelint-disable no-duplicate-selectors */
20606
19044
  /* stylelint-disable */
20607
19045
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
20608
- html {
20609
- --ant-primary-color: #1890ff;
20610
- --ant-primary-color-hover: #40a9ff;
20611
- --ant-primary-color-active: #096dd9;
20612
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
20613
- --ant-primary-1: #e6f7ff;
20614
- --ant-primary-2: #bae7ff;
20615
- --ant-primary-3: #91d5ff;
20616
- --ant-primary-4: #69c0ff;
20617
- --ant-primary-5: #40a9ff;
20618
- --ant-primary-6: #1890ff;
20619
- --ant-primary-7: #096dd9;
20620
- --ant-primary-color-deprecated-pure: ;
20621
- --ant-primary-color-deprecated-l-35: #cbe6ff;
20622
- --ant-primary-color-deprecated-l-20: #7ec1ff;
20623
- --ant-primary-color-deprecated-t-20: #46a6ff;
20624
- --ant-primary-color-deprecated-t-50: #8cc8ff;
20625
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
20626
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
20627
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
20628
- --ant-success-color: #36c626;
20629
- --ant-success-color-hover: #5cd44a;
20630
- --ant-success-color-active: #20a116;
20631
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
20632
- --ant-success-color-deprecated-bg: #f4fff0;
20633
- --ant-success-color-deprecated-border: #afed9f;
20634
- --ant-error-color: #ff5c57;
20635
- --ant-error-color-hover: #ff8880;
20636
- --ant-error-color-active: #d93f3f;
20637
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
20638
- --ant-error-color-deprecated-bg: #fff3f0;
20639
- --ant-error-color-deprecated-border: #ffd7d1;
20640
- --ant-warning-color: #ffab00;
20641
- --ant-warning-color-hover: #ffbf29;
20642
- --ant-warning-color-active: #d98900;
20643
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
20644
- --ant-warning-color-deprecated-bg: #fffbe6;
20645
- --ant-warning-color-deprecated-border: #ffe07a;
20646
- --ant-info-color: #1890ff;
20647
- --ant-info-color-deprecated-bg: #e6f7ff;
20648
- --ant-info-color-deprecated-border: #91d5ff;
20649
- }
20650
19046
  .ant-input-affix-wrapper {
20651
19047
  position: relative;
20652
19048
  display: inline-block;
@@ -20689,7 +19085,7 @@ html {
20689
19085
  text-overflow: ellipsis;
20690
19086
  }
20691
19087
  .ant-input-affix-wrapper:hover {
20692
- border-color: var(--ant-primary-5);
19088
+ border-color: #548aff;
20693
19089
  border-right-width: 1px;
20694
19090
  }
20695
19091
  .ant-input-rtl .ant-input-affix-wrapper:hover {
@@ -20698,8 +19094,8 @@ html {
20698
19094
  }
20699
19095
  .ant-input-affix-wrapper:focus,
20700
19096
  .ant-input-affix-wrapper-focused {
20701
- border-color: var(--ant-primary-color-hover);
20702
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
19097
+ border-color: #548aff;
19098
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
20703
19099
  border-right-width: 1px;
20704
19100
  outline: 0;
20705
19101
  }
@@ -20761,7 +19157,7 @@ textarea.ant-input-affix-wrapper {
20761
19157
  direction: rtl;
20762
19158
  }
20763
19159
  .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
20764
- border-color: var(--ant-primary-5);
19160
+ border-color: #548aff;
20765
19161
  border-right-width: 1px;
20766
19162
  z-index: 1;
20767
19163
  }
@@ -20856,8 +19252,8 @@ textarea.ant-input-affix-wrapper {
20856
19252
  }
20857
19253
  .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
20858
19254
  .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
20859
- border-color: var(--ant-error-color-hover);
20860
- box-shadow: 0 0 0 2px var(--ant-error-color-outline);
19255
+ border-color: #ff5c57;
19256
+ box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
20861
19257
  border-right-width: 1px;
20862
19258
  outline: 0;
20863
19259
  }
@@ -20871,8 +19267,8 @@ textarea.ant-input-affix-wrapper {
20871
19267
  }
20872
19268
  .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
20873
19269
  .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
20874
- border-color: var(--ant-warning-color-hover);
20875
- box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
19270
+ border-color: #ffbf29;
19271
+ box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
20876
19272
  border-right-width: 1px;
20877
19273
  outline: 0;
20878
19274
  }
@@ -20886,8 +19282,8 @@ textarea.ant-input-affix-wrapper {
20886
19282
  }
20887
19283
  .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
20888
19284
  .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
20889
- border-color: var(--ant-error-color-hover);
20890
- box-shadow: 0 0 0 2px var(--ant-error-color-outline);
19285
+ border-color: #ff5c57;
19286
+ box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
20891
19287
  border-right-width: 1px;
20892
19288
  outline: 0;
20893
19289
  }
@@ -20901,8 +19297,8 @@ textarea.ant-input-affix-wrapper {
20901
19297
  }
20902
19298
  .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
20903
19299
  .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
20904
- border-color: var(--ant-warning-color-hover);
20905
- box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
19300
+ border-color: #ffbf29;
19301
+ box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
20906
19302
  border-right-width: 1px;
20907
19303
  outline: 0;
20908
19304
  }
@@ -20970,7 +19366,7 @@ textarea.ant-input-affix-wrapper {
20970
19366
  text-overflow: ellipsis;
20971
19367
  }
20972
19368
  .ant-input:hover {
20973
- border-color: var(--ant-primary-5);
19369
+ border-color: #548aff;
20974
19370
  border-right-width: 1px;
20975
19371
  }
20976
19372
  .ant-input-rtl .ant-input:hover {
@@ -20979,8 +19375,8 @@ textarea.ant-input-affix-wrapper {
20979
19375
  }
20980
19376
  .ant-input:focus,
20981
19377
  .ant-input-focused {
20982
- border-color: var(--ant-primary-color-hover);
20983
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
19378
+ border-color: #548aff;
19379
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
20984
19380
  border-right-width: 1px;
20985
19381
  outline: 0;
20986
19382
  }
@@ -21399,11 +19795,11 @@ textarea.ant-input {
21399
19795
  }
21400
19796
  .ant-input-search .ant-input:hover,
21401
19797
  .ant-input-search .ant-input:focus {
21402
- border-color: var(--ant-primary-5);
19798
+ border-color: #548aff;
21403
19799
  }
21404
19800
  .ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
21405
19801
  .ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
21406
- border-left-color: var(--ant-primary-5);
19802
+ border-left-color: #548aff;
21407
19803
  }
21408
19804
  .ant-input-search .ant-input-affix-wrapper {
21409
19805
  border-radius: 0;
@@ -21478,12 +19874,12 @@ textarea.ant-input {
21478
19874
  }
21479
19875
  .ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
21480
19876
  .ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
21481
- border-right-color: var(--ant-primary-5);
19877
+ border-right-color: #548aff;
21482
19878
  border-left-color: #d2d2d2;
21483
19879
  }
21484
19880
  .ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
21485
19881
  .ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
21486
- border-right-color: var(--ant-primary-5);
19882
+ border-right-color: #548aff;
21487
19883
  }
21488
19884
  .ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
21489
19885
  right: -1px;
@@ -21511,48 +19907,6 @@ textarea.ant-input {
21511
19907
  /* stylelint-disable no-duplicate-selectors */
21512
19908
  /* stylelint-disable */
21513
19909
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21514
- html {
21515
- --ant-primary-color: #1890ff;
21516
- --ant-primary-color-hover: #40a9ff;
21517
- --ant-primary-color-active: #096dd9;
21518
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
21519
- --ant-primary-1: #e6f7ff;
21520
- --ant-primary-2: #bae7ff;
21521
- --ant-primary-3: #91d5ff;
21522
- --ant-primary-4: #69c0ff;
21523
- --ant-primary-5: #40a9ff;
21524
- --ant-primary-6: #1890ff;
21525
- --ant-primary-7: #096dd9;
21526
- --ant-primary-color-deprecated-pure: ;
21527
- --ant-primary-color-deprecated-l-35: #cbe6ff;
21528
- --ant-primary-color-deprecated-l-20: #7ec1ff;
21529
- --ant-primary-color-deprecated-t-20: #46a6ff;
21530
- --ant-primary-color-deprecated-t-50: #8cc8ff;
21531
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
21532
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
21533
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
21534
- --ant-success-color: #36c626;
21535
- --ant-success-color-hover: #5cd44a;
21536
- --ant-success-color-active: #20a116;
21537
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
21538
- --ant-success-color-deprecated-bg: #f4fff0;
21539
- --ant-success-color-deprecated-border: #afed9f;
21540
- --ant-error-color: #ff5c57;
21541
- --ant-error-color-hover: #ff8880;
21542
- --ant-error-color-active: #d93f3f;
21543
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
21544
- --ant-error-color-deprecated-bg: #fff3f0;
21545
- --ant-error-color-deprecated-border: #ffd7d1;
21546
- --ant-warning-color: #ffab00;
21547
- --ant-warning-color-hover: #ffbf29;
21548
- --ant-warning-color-active: #d98900;
21549
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
21550
- --ant-warning-color-deprecated-bg: #fffbe6;
21551
- --ant-warning-color-deprecated-border: #ffe07a;
21552
- --ant-info-color: #1890ff;
21553
- --ant-info-color-deprecated-bg: #e6f7ff;
21554
- --ant-info-color-deprecated-border: #91d5ff;
21555
- }
21556
19910
  .ant-layout {
21557
19911
  display: flex;
21558
19912
  flex: auto;
@@ -21682,48 +20036,6 @@ html {
21682
20036
  /* stylelint-disable no-duplicate-selectors */
21683
20037
  /* stylelint-disable */
21684
20038
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21685
- html {
21686
- --ant-primary-color: #1890ff;
21687
- --ant-primary-color-hover: #40a9ff;
21688
- --ant-primary-color-active: #096dd9;
21689
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
21690
- --ant-primary-1: #e6f7ff;
21691
- --ant-primary-2: #bae7ff;
21692
- --ant-primary-3: #91d5ff;
21693
- --ant-primary-4: #69c0ff;
21694
- --ant-primary-5: #40a9ff;
21695
- --ant-primary-6: #1890ff;
21696
- --ant-primary-7: #096dd9;
21697
- --ant-primary-color-deprecated-pure: ;
21698
- --ant-primary-color-deprecated-l-35: #cbe6ff;
21699
- --ant-primary-color-deprecated-l-20: #7ec1ff;
21700
- --ant-primary-color-deprecated-t-20: #46a6ff;
21701
- --ant-primary-color-deprecated-t-50: #8cc8ff;
21702
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
21703
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
21704
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
21705
- --ant-success-color: #36c626;
21706
- --ant-success-color-hover: #5cd44a;
21707
- --ant-success-color-active: #20a116;
21708
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
21709
- --ant-success-color-deprecated-bg: #f4fff0;
21710
- --ant-success-color-deprecated-border: #afed9f;
21711
- --ant-error-color: #ff5c57;
21712
- --ant-error-color-hover: #ff8880;
21713
- --ant-error-color-active: #d93f3f;
21714
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
21715
- --ant-error-color-deprecated-bg: #fff3f0;
21716
- --ant-error-color-deprecated-border: #ffd7d1;
21717
- --ant-warning-color: #ffab00;
21718
- --ant-warning-color-hover: #ffbf29;
21719
- --ant-warning-color-active: #d98900;
21720
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
21721
- --ant-warning-color-deprecated-bg: #fffbe6;
21722
- --ant-warning-color-deprecated-border: #ffe07a;
21723
- --ant-info-color: #1890ff;
21724
- --ant-info-color-deprecated-bg: #e6f7ff;
21725
- --ant-info-color-deprecated-border: #91d5ff;
21726
- }
21727
20039
  .ant-list {
21728
20040
  box-sizing: border-box;
21729
20041
  margin: 0;
@@ -22042,48 +20354,6 @@ html {
22042
20354
  /* stylelint-disable no-duplicate-selectors */
22043
20355
  /* stylelint-disable */
22044
20356
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22045
- html {
22046
- --ant-primary-color: #1890ff;
22047
- --ant-primary-color-hover: #40a9ff;
22048
- --ant-primary-color-active: #096dd9;
22049
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22050
- --ant-primary-1: #e6f7ff;
22051
- --ant-primary-2: #bae7ff;
22052
- --ant-primary-3: #91d5ff;
22053
- --ant-primary-4: #69c0ff;
22054
- --ant-primary-5: #40a9ff;
22055
- --ant-primary-6: #1890ff;
22056
- --ant-primary-7: #096dd9;
22057
- --ant-primary-color-deprecated-pure: ;
22058
- --ant-primary-color-deprecated-l-35: #cbe6ff;
22059
- --ant-primary-color-deprecated-l-20: #7ec1ff;
22060
- --ant-primary-color-deprecated-t-20: #46a6ff;
22061
- --ant-primary-color-deprecated-t-50: #8cc8ff;
22062
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22063
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22064
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22065
- --ant-success-color: #36c626;
22066
- --ant-success-color-hover: #5cd44a;
22067
- --ant-success-color-active: #20a116;
22068
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
22069
- --ant-success-color-deprecated-bg: #f4fff0;
22070
- --ant-success-color-deprecated-border: #afed9f;
22071
- --ant-error-color: #ff5c57;
22072
- --ant-error-color-hover: #ff8880;
22073
- --ant-error-color-active: #d93f3f;
22074
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
22075
- --ant-error-color-deprecated-bg: #fff3f0;
22076
- --ant-error-color-deprecated-border: #ffd7d1;
22077
- --ant-warning-color: #ffab00;
22078
- --ant-warning-color-hover: #ffbf29;
22079
- --ant-warning-color-active: #d98900;
22080
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
22081
- --ant-warning-color-deprecated-bg: #fffbe6;
22082
- --ant-warning-color-deprecated-border: #ffe07a;
22083
- --ant-info-color: #1890ff;
22084
- --ant-info-color-deprecated-bg: #e6f7ff;
22085
- --ant-info-color-deprecated-border: #91d5ff;
22086
- }
22087
20357
  .ant-spin {
22088
20358
  box-sizing: border-box;
22089
20359
  margin: 0;
@@ -22304,48 +20574,6 @@ html {
22304
20574
  /* stylelint-disable no-duplicate-selectors */
22305
20575
  /* stylelint-disable */
22306
20576
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22307
- html {
22308
- --ant-primary-color: #1890ff;
22309
- --ant-primary-color-hover: #40a9ff;
22310
- --ant-primary-color-active: #096dd9;
22311
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22312
- --ant-primary-1: #e6f7ff;
22313
- --ant-primary-2: #bae7ff;
22314
- --ant-primary-3: #91d5ff;
22315
- --ant-primary-4: #69c0ff;
22316
- --ant-primary-5: #40a9ff;
22317
- --ant-primary-6: #1890ff;
22318
- --ant-primary-7: #096dd9;
22319
- --ant-primary-color-deprecated-pure: ;
22320
- --ant-primary-color-deprecated-l-35: #cbe6ff;
22321
- --ant-primary-color-deprecated-l-20: #7ec1ff;
22322
- --ant-primary-color-deprecated-t-20: #46a6ff;
22323
- --ant-primary-color-deprecated-t-50: #8cc8ff;
22324
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22325
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22326
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22327
- --ant-success-color: #36c626;
22328
- --ant-success-color-hover: #5cd44a;
22329
- --ant-success-color-active: #20a116;
22330
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
22331
- --ant-success-color-deprecated-bg: #f4fff0;
22332
- --ant-success-color-deprecated-border: #afed9f;
22333
- --ant-error-color: #ff5c57;
22334
- --ant-error-color-hover: #ff8880;
22335
- --ant-error-color-active: #d93f3f;
22336
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
22337
- --ant-error-color-deprecated-bg: #fff3f0;
22338
- --ant-error-color-deprecated-border: #ffd7d1;
22339
- --ant-warning-color: #ffab00;
22340
- --ant-warning-color-hover: #ffbf29;
22341
- --ant-warning-color-active: #d98900;
22342
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
22343
- --ant-warning-color-deprecated-bg: #fffbe6;
22344
- --ant-warning-color-deprecated-border: #ffe07a;
22345
- --ant-info-color: #1890ff;
22346
- --ant-info-color-deprecated-bg: #e6f7ff;
22347
- --ant-info-color-deprecated-border: #91d5ff;
22348
- }
22349
20577
  .ant-pagination {
22350
20578
  box-sizing: border-box;
22351
20579
  margin: 0;
@@ -22430,10 +20658,10 @@ html {
22430
20658
  color: #fff;
22431
20659
  }
22432
20660
  .ant-pagination-item-active:hover {
22433
- border-color: var(--ant-primary-5);
20661
+ border-color: #548aff;
22434
20662
  }
22435
20663
  .ant-pagination-item-active:focus-visible {
22436
- border-color: var(--ant-primary-5);
20664
+ border-color: #548aff;
22437
20665
  }
22438
20666
  .ant-pagination-item-active:hover a {
22439
20667
  color: #fff;
@@ -22536,7 +20764,7 @@ html {
22536
20764
  }
22537
20765
  .ant-pagination-prev:hover button,
22538
20766
  .ant-pagination-next:hover button {
22539
- border-color: var(--ant-primary-5);
20767
+ border-color: #548aff;
22540
20768
  }
22541
20769
  .ant-pagination-prev .ant-pagination-item-link,
22542
20770
  .ant-pagination-next .ant-pagination-item-link {
@@ -22649,13 +20877,13 @@ html {
22649
20877
  text-overflow: ellipsis;
22650
20878
  }
22651
20879
  .ant-pagination-options-quick-jumper input:hover {
22652
- border-color: var(--ant-primary-5);
20880
+ border-color: #548aff;
22653
20881
  border-right-width: 1px;
22654
20882
  }
22655
20883
  .ant-pagination-options-quick-jumper input:focus,
22656
20884
  .ant-pagination-options-quick-jumper input-focused {
22657
- border-color: var(--ant-primary-color-hover);
22658
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
20885
+ border-color: #548aff;
20886
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
22659
20887
  border-right-width: 1px;
22660
20888
  outline: 0;
22661
20889
  }
@@ -22746,8 +20974,8 @@ textarea.ant-pagination-options-quick-jumper input {
22746
20974
  border-color: #2c68ff;
22747
20975
  }
22748
20976
  .ant-pagination-simple .ant-pagination-simple-pager input:focus {
22749
- border-color: var(--ant-primary-color-hover);
22750
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
20977
+ border-color: #548aff;
20978
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
22751
20979
  }
22752
20980
  .ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
22753
20981
  color: #a9a9a9;
@@ -22899,95 +21127,11 @@ textarea.ant-pagination-options-quick-jumper input {
22899
21127
  /* stylelint-disable no-duplicate-selectors */
22900
21128
  /* stylelint-disable */
22901
21129
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22902
- html {
22903
- --ant-primary-color: #1890ff;
22904
- --ant-primary-color-hover: #40a9ff;
22905
- --ant-primary-color-active: #096dd9;
22906
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22907
- --ant-primary-1: #e6f7ff;
22908
- --ant-primary-2: #bae7ff;
22909
- --ant-primary-3: #91d5ff;
22910
- --ant-primary-4: #69c0ff;
22911
- --ant-primary-5: #40a9ff;
22912
- --ant-primary-6: #1890ff;
22913
- --ant-primary-7: #096dd9;
22914
- --ant-primary-color-deprecated-pure: ;
22915
- --ant-primary-color-deprecated-l-35: #cbe6ff;
22916
- --ant-primary-color-deprecated-l-20: #7ec1ff;
22917
- --ant-primary-color-deprecated-t-20: #46a6ff;
22918
- --ant-primary-color-deprecated-t-50: #8cc8ff;
22919
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22920
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22921
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22922
- --ant-success-color: #36c626;
22923
- --ant-success-color-hover: #5cd44a;
22924
- --ant-success-color-active: #20a116;
22925
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
22926
- --ant-success-color-deprecated-bg: #f4fff0;
22927
- --ant-success-color-deprecated-border: #afed9f;
22928
- --ant-error-color: #ff5c57;
22929
- --ant-error-color-hover: #ff8880;
22930
- --ant-error-color-active: #d93f3f;
22931
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
22932
- --ant-error-color-deprecated-bg: #fff3f0;
22933
- --ant-error-color-deprecated-border: #ffd7d1;
22934
- --ant-warning-color: #ffab00;
22935
- --ant-warning-color-hover: #ffbf29;
22936
- --ant-warning-color-active: #d98900;
22937
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
22938
- --ant-warning-color-deprecated-bg: #fffbe6;
22939
- --ant-warning-color-deprecated-border: #ffe07a;
22940
- --ant-info-color: #1890ff;
22941
- --ant-info-color-deprecated-bg: #e6f7ff;
22942
- --ant-info-color-deprecated-border: #91d5ff;
22943
- }
22944
21130
 
22945
21131
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22946
21132
  /* stylelint-disable no-duplicate-selectors */
22947
21133
  /* stylelint-disable */
22948
21134
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22949
- html {
22950
- --ant-primary-color: #1890ff;
22951
- --ant-primary-color-hover: #40a9ff;
22952
- --ant-primary-color-active: #096dd9;
22953
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22954
- --ant-primary-1: #e6f7ff;
22955
- --ant-primary-2: #bae7ff;
22956
- --ant-primary-3: #91d5ff;
22957
- --ant-primary-4: #69c0ff;
22958
- --ant-primary-5: #40a9ff;
22959
- --ant-primary-6: #1890ff;
22960
- --ant-primary-7: #096dd9;
22961
- --ant-primary-color-deprecated-pure: ;
22962
- --ant-primary-color-deprecated-l-35: #cbe6ff;
22963
- --ant-primary-color-deprecated-l-20: #7ec1ff;
22964
- --ant-primary-color-deprecated-t-20: #46a6ff;
22965
- --ant-primary-color-deprecated-t-50: #8cc8ff;
22966
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22967
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22968
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22969
- --ant-success-color: #36c626;
22970
- --ant-success-color-hover: #5cd44a;
22971
- --ant-success-color-active: #20a116;
22972
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
22973
- --ant-success-color-deprecated-bg: #f4fff0;
22974
- --ant-success-color-deprecated-border: #afed9f;
22975
- --ant-error-color: #ff5c57;
22976
- --ant-error-color-hover: #ff8880;
22977
- --ant-error-color-active: #d93f3f;
22978
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
22979
- --ant-error-color-deprecated-bg: #fff3f0;
22980
- --ant-error-color-deprecated-border: #ffd7d1;
22981
- --ant-warning-color: #ffab00;
22982
- --ant-warning-color-hover: #ffbf29;
22983
- --ant-warning-color-active: #d98900;
22984
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
22985
- --ant-warning-color-deprecated-bg: #fffbe6;
22986
- --ant-warning-color-deprecated-border: #ffe07a;
22987
- --ant-info-color: #1890ff;
22988
- --ant-info-color-deprecated-bg: #e6f7ff;
22989
- --ant-info-color-deprecated-border: #91d5ff;
22990
- }
22991
21135
  .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
22992
21136
  .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
22993
21137
  background: #fff;
@@ -22995,8 +21139,8 @@ html {
22995
21139
  }
22996
21140
  .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
22997
21141
  .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
22998
- border-color: var(--ant-error-color-hover);
22999
- box-shadow: 0 0 0 2px var(--ant-error-color-outline);
21142
+ border-color: #ff5c57;
21143
+ box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
23000
21144
  border-right-width: 1px;
23001
21145
  outline: 0;
23002
21146
  }
@@ -23010,8 +21154,8 @@ html {
23010
21154
  }
23011
21155
  .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
23012
21156
  .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
23013
- border-color: var(--ant-warning-color-hover);
23014
- box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
21157
+ border-color: #ffbf29;
21158
+ box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
23015
21159
  border-right-width: 1px;
23016
21160
  outline: 0;
23017
21161
  }
@@ -23069,13 +21213,13 @@ html {
23069
21213
  text-overflow: ellipsis;
23070
21214
  }
23071
21215
  .ant-mentions:hover {
23072
- border-color: var(--ant-primary-5);
21216
+ border-color: #548aff;
23073
21217
  border-right-width: 1px;
23074
21218
  }
23075
21219
  .ant-mentions:focus,
23076
21220
  .ant-mentions-focused {
23077
- border-color: var(--ant-primary-color-hover);
23078
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
21221
+ border-color: #548aff;
21222
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
23079
21223
  border-right-width: 1px;
23080
21224
  outline: 0;
23081
21225
  }
@@ -23141,8 +21285,8 @@ textarea.ant-mentions {
23141
21285
  border-right-width: 1px;
23142
21286
  }
23143
21287
  .ant-mentions-focused {
23144
- border-color: var(--ant-primary-color-hover);
23145
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
21288
+ border-color: #548aff;
21289
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
23146
21290
  border-right-width: 1px;
23147
21291
  outline: 0;
23148
21292
  }
@@ -23309,48 +21453,6 @@ textarea.ant-mentions {
23309
21453
  /* stylelint-disable no-duplicate-selectors */
23310
21454
  /* stylelint-disable */
23311
21455
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23312
- html {
23313
- --ant-primary-color: #1890ff;
23314
- --ant-primary-color-hover: #40a9ff;
23315
- --ant-primary-color-active: #096dd9;
23316
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23317
- --ant-primary-1: #e6f7ff;
23318
- --ant-primary-2: #bae7ff;
23319
- --ant-primary-3: #91d5ff;
23320
- --ant-primary-4: #69c0ff;
23321
- --ant-primary-5: #40a9ff;
23322
- --ant-primary-6: #1890ff;
23323
- --ant-primary-7: #096dd9;
23324
- --ant-primary-color-deprecated-pure: ;
23325
- --ant-primary-color-deprecated-l-35: #cbe6ff;
23326
- --ant-primary-color-deprecated-l-20: #7ec1ff;
23327
- --ant-primary-color-deprecated-t-20: #46a6ff;
23328
- --ant-primary-color-deprecated-t-50: #8cc8ff;
23329
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23330
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23331
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23332
- --ant-success-color: #36c626;
23333
- --ant-success-color-hover: #5cd44a;
23334
- --ant-success-color-active: #20a116;
23335
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
23336
- --ant-success-color-deprecated-bg: #f4fff0;
23337
- --ant-success-color-deprecated-border: #afed9f;
23338
- --ant-error-color: #ff5c57;
23339
- --ant-error-color-hover: #ff8880;
23340
- --ant-error-color-active: #d93f3f;
23341
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
23342
- --ant-error-color-deprecated-bg: #fff3f0;
23343
- --ant-error-color-deprecated-border: #ffd7d1;
23344
- --ant-warning-color: #ffab00;
23345
- --ant-warning-color-hover: #ffbf29;
23346
- --ant-warning-color-active: #d98900;
23347
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
23348
- --ant-warning-color-deprecated-bg: #fffbe6;
23349
- --ant-warning-color-deprecated-border: #ffe07a;
23350
- --ant-info-color: #1890ff;
23351
- --ant-info-color-deprecated-bg: #e6f7ff;
23352
- --ant-info-color-deprecated-border: #91d5ff;
23353
- }
23354
21456
  .ant-message {
23355
21457
  box-sizing: border-box;
23356
21458
  margin: 0;
@@ -23444,48 +21546,6 @@ html {
23444
21546
  /* stylelint-disable no-duplicate-selectors */
23445
21547
  /* stylelint-disable */
23446
21548
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23447
- html {
23448
- --ant-primary-color: #1890ff;
23449
- --ant-primary-color-hover: #40a9ff;
23450
- --ant-primary-color-active: #096dd9;
23451
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23452
- --ant-primary-1: #e6f7ff;
23453
- --ant-primary-2: #bae7ff;
23454
- --ant-primary-3: #91d5ff;
23455
- --ant-primary-4: #69c0ff;
23456
- --ant-primary-5: #40a9ff;
23457
- --ant-primary-6: #1890ff;
23458
- --ant-primary-7: #096dd9;
23459
- --ant-primary-color-deprecated-pure: ;
23460
- --ant-primary-color-deprecated-l-35: #cbe6ff;
23461
- --ant-primary-color-deprecated-l-20: #7ec1ff;
23462
- --ant-primary-color-deprecated-t-20: #46a6ff;
23463
- --ant-primary-color-deprecated-t-50: #8cc8ff;
23464
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23465
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23466
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23467
- --ant-success-color: #36c626;
23468
- --ant-success-color-hover: #5cd44a;
23469
- --ant-success-color-active: #20a116;
23470
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
23471
- --ant-success-color-deprecated-bg: #f4fff0;
23472
- --ant-success-color-deprecated-border: #afed9f;
23473
- --ant-error-color: #ff5c57;
23474
- --ant-error-color-hover: #ff8880;
23475
- --ant-error-color-active: #d93f3f;
23476
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
23477
- --ant-error-color-deprecated-bg: #fff3f0;
23478
- --ant-error-color-deprecated-border: #ffd7d1;
23479
- --ant-warning-color: #ffab00;
23480
- --ant-warning-color-hover: #ffbf29;
23481
- --ant-warning-color-active: #d98900;
23482
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
23483
- --ant-warning-color-deprecated-bg: #fffbe6;
23484
- --ant-warning-color-deprecated-border: #ffe07a;
23485
- --ant-info-color: #1890ff;
23486
- --ant-info-color-deprecated-bg: #e6f7ff;
23487
- --ant-info-color-deprecated-border: #91d5ff;
23488
- }
23489
21549
  .ant-modal {
23490
21550
  box-sizing: border-box;
23491
21551
  margin: 0;
@@ -23751,48 +21811,6 @@ html {
23751
21811
  /* stylelint-disable no-duplicate-selectors */
23752
21812
  /* stylelint-disable */
23753
21813
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23754
- html {
23755
- --ant-primary-color: #1890ff;
23756
- --ant-primary-color-hover: #40a9ff;
23757
- --ant-primary-color-active: #096dd9;
23758
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23759
- --ant-primary-1: #e6f7ff;
23760
- --ant-primary-2: #bae7ff;
23761
- --ant-primary-3: #91d5ff;
23762
- --ant-primary-4: #69c0ff;
23763
- --ant-primary-5: #40a9ff;
23764
- --ant-primary-6: #1890ff;
23765
- --ant-primary-7: #096dd9;
23766
- --ant-primary-color-deprecated-pure: ;
23767
- --ant-primary-color-deprecated-l-35: #cbe6ff;
23768
- --ant-primary-color-deprecated-l-20: #7ec1ff;
23769
- --ant-primary-color-deprecated-t-20: #46a6ff;
23770
- --ant-primary-color-deprecated-t-50: #8cc8ff;
23771
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23772
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23773
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23774
- --ant-success-color: #36c626;
23775
- --ant-success-color-hover: #5cd44a;
23776
- --ant-success-color-active: #20a116;
23777
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
23778
- --ant-success-color-deprecated-bg: #f4fff0;
23779
- --ant-success-color-deprecated-border: #afed9f;
23780
- --ant-error-color: #ff5c57;
23781
- --ant-error-color-hover: #ff8880;
23782
- --ant-error-color-active: #d93f3f;
23783
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
23784
- --ant-error-color-deprecated-bg: #fff3f0;
23785
- --ant-error-color-deprecated-border: #ffd7d1;
23786
- --ant-warning-color: #ffab00;
23787
- --ant-warning-color-hover: #ffbf29;
23788
- --ant-warning-color-active: #d98900;
23789
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
23790
- --ant-warning-color-deprecated-bg: #fffbe6;
23791
- --ant-warning-color-deprecated-border: #ffe07a;
23792
- --ant-info-color: #1890ff;
23793
- --ant-info-color-deprecated-bg: #e6f7ff;
23794
- --ant-info-color-deprecated-border: #91d5ff;
23795
- }
23796
21814
  .ant-notification {
23797
21815
  box-sizing: border-box;
23798
21816
  margin: 0;
@@ -24113,48 +22131,6 @@ html {
24113
22131
  /* stylelint-disable no-duplicate-selectors */
24114
22132
  /* stylelint-disable */
24115
22133
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24116
- html {
24117
- --ant-primary-color: #1890ff;
24118
- --ant-primary-color-hover: #40a9ff;
24119
- --ant-primary-color-active: #096dd9;
24120
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24121
- --ant-primary-1: #e6f7ff;
24122
- --ant-primary-2: #bae7ff;
24123
- --ant-primary-3: #91d5ff;
24124
- --ant-primary-4: #69c0ff;
24125
- --ant-primary-5: #40a9ff;
24126
- --ant-primary-6: #1890ff;
24127
- --ant-primary-7: #096dd9;
24128
- --ant-primary-color-deprecated-pure: ;
24129
- --ant-primary-color-deprecated-l-35: #cbe6ff;
24130
- --ant-primary-color-deprecated-l-20: #7ec1ff;
24131
- --ant-primary-color-deprecated-t-20: #46a6ff;
24132
- --ant-primary-color-deprecated-t-50: #8cc8ff;
24133
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24134
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24135
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24136
- --ant-success-color: #36c626;
24137
- --ant-success-color-hover: #5cd44a;
24138
- --ant-success-color-active: #20a116;
24139
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
24140
- --ant-success-color-deprecated-bg: #f4fff0;
24141
- --ant-success-color-deprecated-border: #afed9f;
24142
- --ant-error-color: #ff5c57;
24143
- --ant-error-color-hover: #ff8880;
24144
- --ant-error-color-active: #d93f3f;
24145
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
24146
- --ant-error-color-deprecated-bg: #fff3f0;
24147
- --ant-error-color-deprecated-border: #ffd7d1;
24148
- --ant-warning-color: #ffab00;
24149
- --ant-warning-color-hover: #ffbf29;
24150
- --ant-warning-color-active: #d98900;
24151
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
24152
- --ant-warning-color-deprecated-bg: #fffbe6;
24153
- --ant-warning-color-deprecated-border: #ffe07a;
24154
- --ant-info-color: #1890ff;
24155
- --ant-info-color-deprecated-bg: #e6f7ff;
24156
- --ant-info-color-deprecated-border: #91d5ff;
24157
- }
24158
22134
  .ant-page-header {
24159
22135
  box-sizing: border-box;
24160
22136
  margin: 0;
@@ -24193,10 +22169,10 @@ html {
24193
22169
  }
24194
22170
  .ant-page-header-back-button:focus,
24195
22171
  .ant-page-header-back-button:hover {
24196
- color: var(--ant-primary-color-hover);
22172
+ color: #548aff;
24197
22173
  }
24198
22174
  .ant-page-header-back-button:active {
24199
- color: var(--ant-primary-color-active);
22175
+ color: #1a4ad9;
24200
22176
  }
24201
22177
  .ant-page-header .ant-divider-vertical {
24202
22178
  height: 14px;
@@ -24308,48 +22284,6 @@ html {
24308
22284
  /* stylelint-disable no-duplicate-selectors */
24309
22285
  /* stylelint-disable */
24310
22286
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24311
- html {
24312
- --ant-primary-color: #1890ff;
24313
- --ant-primary-color-hover: #40a9ff;
24314
- --ant-primary-color-active: #096dd9;
24315
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24316
- --ant-primary-1: #e6f7ff;
24317
- --ant-primary-2: #bae7ff;
24318
- --ant-primary-3: #91d5ff;
24319
- --ant-primary-4: #69c0ff;
24320
- --ant-primary-5: #40a9ff;
24321
- --ant-primary-6: #1890ff;
24322
- --ant-primary-7: #096dd9;
24323
- --ant-primary-color-deprecated-pure: ;
24324
- --ant-primary-color-deprecated-l-35: #cbe6ff;
24325
- --ant-primary-color-deprecated-l-20: #7ec1ff;
24326
- --ant-primary-color-deprecated-t-20: #46a6ff;
24327
- --ant-primary-color-deprecated-t-50: #8cc8ff;
24328
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24329
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24330
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24331
- --ant-success-color: #36c626;
24332
- --ant-success-color-hover: #5cd44a;
24333
- --ant-success-color-active: #20a116;
24334
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
24335
- --ant-success-color-deprecated-bg: #f4fff0;
24336
- --ant-success-color-deprecated-border: #afed9f;
24337
- --ant-error-color: #ff5c57;
24338
- --ant-error-color-hover: #ff8880;
24339
- --ant-error-color-active: #d93f3f;
24340
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
24341
- --ant-error-color-deprecated-bg: #fff3f0;
24342
- --ant-error-color-deprecated-border: #ffd7d1;
24343
- --ant-warning-color: #ffab00;
24344
- --ant-warning-color-hover: #ffbf29;
24345
- --ant-warning-color-active: #d98900;
24346
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
24347
- --ant-warning-color-deprecated-bg: #fffbe6;
24348
- --ant-warning-color-deprecated-border: #ffe07a;
24349
- --ant-info-color: #1890ff;
24350
- --ant-info-color-deprecated-bg: #e6f7ff;
24351
- --ant-info-color-deprecated-border: #91d5ff;
24352
- }
24353
22287
  .ant-space {
24354
22288
  display: inline-flex;
24355
22289
  }
@@ -24379,48 +22313,6 @@ html {
24379
22313
  /* stylelint-disable no-duplicate-selectors */
24380
22314
  /* stylelint-disable */
24381
22315
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24382
- html {
24383
- --ant-primary-color: #1890ff;
24384
- --ant-primary-color-hover: #40a9ff;
24385
- --ant-primary-color-active: #096dd9;
24386
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24387
- --ant-primary-1: #e6f7ff;
24388
- --ant-primary-2: #bae7ff;
24389
- --ant-primary-3: #91d5ff;
24390
- --ant-primary-4: #69c0ff;
24391
- --ant-primary-5: #40a9ff;
24392
- --ant-primary-6: #1890ff;
24393
- --ant-primary-7: #096dd9;
24394
- --ant-primary-color-deprecated-pure: ;
24395
- --ant-primary-color-deprecated-l-35: #cbe6ff;
24396
- --ant-primary-color-deprecated-l-20: #7ec1ff;
24397
- --ant-primary-color-deprecated-t-20: #46a6ff;
24398
- --ant-primary-color-deprecated-t-50: #8cc8ff;
24399
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24400
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24401
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24402
- --ant-success-color: #36c626;
24403
- --ant-success-color-hover: #5cd44a;
24404
- --ant-success-color-active: #20a116;
24405
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
24406
- --ant-success-color-deprecated-bg: #f4fff0;
24407
- --ant-success-color-deprecated-border: #afed9f;
24408
- --ant-error-color: #ff5c57;
24409
- --ant-error-color-hover: #ff8880;
24410
- --ant-error-color-active: #d93f3f;
24411
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
24412
- --ant-error-color-deprecated-bg: #fff3f0;
24413
- --ant-error-color-deprecated-border: #ffd7d1;
24414
- --ant-warning-color: #ffab00;
24415
- --ant-warning-color-hover: #ffbf29;
24416
- --ant-warning-color-active: #d98900;
24417
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
24418
- --ant-warning-color-deprecated-bg: #fffbe6;
24419
- --ant-warning-color-deprecated-border: #ffe07a;
24420
- --ant-info-color: #1890ff;
24421
- --ant-info-color-deprecated-bg: #e6f7ff;
24422
- --ant-info-color-deprecated-border: #91d5ff;
24423
- }
24424
22316
  .ant-popconfirm {
24425
22317
  z-index: 1060;
24426
22318
  }
@@ -24429,48 +22321,6 @@ html {
24429
22321
  /* stylelint-disable no-duplicate-selectors */
24430
22322
  /* stylelint-disable */
24431
22323
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24432
- html {
24433
- --ant-primary-color: #1890ff;
24434
- --ant-primary-color-hover: #40a9ff;
24435
- --ant-primary-color-active: #096dd9;
24436
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24437
- --ant-primary-1: #e6f7ff;
24438
- --ant-primary-2: #bae7ff;
24439
- --ant-primary-3: #91d5ff;
24440
- --ant-primary-4: #69c0ff;
24441
- --ant-primary-5: #40a9ff;
24442
- --ant-primary-6: #1890ff;
24443
- --ant-primary-7: #096dd9;
24444
- --ant-primary-color-deprecated-pure: ;
24445
- --ant-primary-color-deprecated-l-35: #cbe6ff;
24446
- --ant-primary-color-deprecated-l-20: #7ec1ff;
24447
- --ant-primary-color-deprecated-t-20: #46a6ff;
24448
- --ant-primary-color-deprecated-t-50: #8cc8ff;
24449
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24450
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24451
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24452
- --ant-success-color: #36c626;
24453
- --ant-success-color-hover: #5cd44a;
24454
- --ant-success-color-active: #20a116;
24455
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
24456
- --ant-success-color-deprecated-bg: #f4fff0;
24457
- --ant-success-color-deprecated-border: #afed9f;
24458
- --ant-error-color: #ff5c57;
24459
- --ant-error-color-hover: #ff8880;
24460
- --ant-error-color-active: #d93f3f;
24461
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
24462
- --ant-error-color-deprecated-bg: #fff3f0;
24463
- --ant-error-color-deprecated-border: #ffd7d1;
24464
- --ant-warning-color: #ffab00;
24465
- --ant-warning-color-hover: #ffbf29;
24466
- --ant-warning-color-active: #d98900;
24467
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
24468
- --ant-warning-color-deprecated-bg: #fffbe6;
24469
- --ant-warning-color-deprecated-border: #ffe07a;
24470
- --ant-info-color: #1890ff;
24471
- --ant-info-color-deprecated-bg: #e6f7ff;
24472
- --ant-info-color-deprecated-border: #91d5ff;
24473
- }
24474
22324
  .ant-progress {
24475
22325
  box-sizing: border-box;
24476
22326
  margin: 0;
@@ -24504,7 +22354,7 @@ html {
24504
22354
  transition: all 0.3s;
24505
22355
  }
24506
22356
  .ant-progress-steps-item-active {
24507
- background: #2c68ff;
22357
+ background: #1890ff;
24508
22358
  }
24509
22359
  .ant-progress-small.ant-progress-line,
24510
22360
  .ant-progress-small.ant-progress-line .ant-progress-text .anticon {
@@ -24526,23 +22376,23 @@ html {
24526
22376
  width: 100%;
24527
22377
  overflow: hidden;
24528
22378
  vertical-align: middle;
24529
- background-color: rgba(0, 0, 0, 0.04);
22379
+ background-color: #f5f5f5;
24530
22380
  border-radius: 100px;
24531
22381
  }
24532
22382
  .ant-progress-circle-trail {
24533
- stroke: rgba(0, 0, 0, 0.04);
22383
+ stroke: #f5f5f5;
24534
22384
  }
24535
22385
  .ant-progress-circle-path {
24536
22386
  -webkit-animation: ant-progress-appear 0.3s;
24537
22387
  animation: ant-progress-appear 0.3s;
24538
22388
  }
24539
22389
  .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
24540
- stroke: #2c68ff;
22390
+ stroke: #1890ff;
24541
22391
  }
24542
22392
  .ant-progress-success-bg,
24543
22393
  .ant-progress-bg {
24544
22394
  position: relative;
24545
- background-color: #2c68ff;
22395
+ background-color: #1890ff;
24546
22396
  border-radius: 100px;
24547
22397
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
24548
22398
  }
@@ -24678,48 +22528,6 @@ html {
24678
22528
  /* stylelint-disable no-duplicate-selectors */
24679
22529
  /* stylelint-disable */
24680
22530
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24681
- html {
24682
- --ant-primary-color: #1890ff;
24683
- --ant-primary-color-hover: #40a9ff;
24684
- --ant-primary-color-active: #096dd9;
24685
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24686
- --ant-primary-1: #e6f7ff;
24687
- --ant-primary-2: #bae7ff;
24688
- --ant-primary-3: #91d5ff;
24689
- --ant-primary-4: #69c0ff;
24690
- --ant-primary-5: #40a9ff;
24691
- --ant-primary-6: #1890ff;
24692
- --ant-primary-7: #096dd9;
24693
- --ant-primary-color-deprecated-pure: ;
24694
- --ant-primary-color-deprecated-l-35: #cbe6ff;
24695
- --ant-primary-color-deprecated-l-20: #7ec1ff;
24696
- --ant-primary-color-deprecated-t-20: #46a6ff;
24697
- --ant-primary-color-deprecated-t-50: #8cc8ff;
24698
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24699
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24700
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24701
- --ant-success-color: #36c626;
24702
- --ant-success-color-hover: #5cd44a;
24703
- --ant-success-color-active: #20a116;
24704
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
24705
- --ant-success-color-deprecated-bg: #f4fff0;
24706
- --ant-success-color-deprecated-border: #afed9f;
24707
- --ant-error-color: #ff5c57;
24708
- --ant-error-color-hover: #ff8880;
24709
- --ant-error-color-active: #d93f3f;
24710
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
24711
- --ant-error-color-deprecated-bg: #fff3f0;
24712
- --ant-error-color-deprecated-border: #ffd7d1;
24713
- --ant-warning-color: #ffab00;
24714
- --ant-warning-color-hover: #ffbf29;
24715
- --ant-warning-color-active: #d98900;
24716
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
24717
- --ant-warning-color-deprecated-bg: #fffbe6;
24718
- --ant-warning-color-deprecated-border: #ffe07a;
24719
- --ant-info-color: #1890ff;
24720
- --ant-info-color-deprecated-bg: #e6f7ff;
24721
- --ant-info-color-deprecated-border: #91d5ff;
24722
- }
24723
22531
  .ant-rate {
24724
22532
  box-sizing: border-box;
24725
22533
  color: #4c4c4c;
@@ -24815,48 +22623,6 @@ html {
24815
22623
  /* stylelint-disable no-duplicate-selectors */
24816
22624
  /* stylelint-disable */
24817
22625
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24818
- html {
24819
- --ant-primary-color: #1890ff;
24820
- --ant-primary-color-hover: #40a9ff;
24821
- --ant-primary-color-active: #096dd9;
24822
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24823
- --ant-primary-1: #e6f7ff;
24824
- --ant-primary-2: #bae7ff;
24825
- --ant-primary-3: #91d5ff;
24826
- --ant-primary-4: #69c0ff;
24827
- --ant-primary-5: #40a9ff;
24828
- --ant-primary-6: #1890ff;
24829
- --ant-primary-7: #096dd9;
24830
- --ant-primary-color-deprecated-pure: ;
24831
- --ant-primary-color-deprecated-l-35: #cbe6ff;
24832
- --ant-primary-color-deprecated-l-20: #7ec1ff;
24833
- --ant-primary-color-deprecated-t-20: #46a6ff;
24834
- --ant-primary-color-deprecated-t-50: #8cc8ff;
24835
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24836
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24837
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24838
- --ant-success-color: #36c626;
24839
- --ant-success-color-hover: #5cd44a;
24840
- --ant-success-color-active: #20a116;
24841
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
24842
- --ant-success-color-deprecated-bg: #f4fff0;
24843
- --ant-success-color-deprecated-border: #afed9f;
24844
- --ant-error-color: #ff5c57;
24845
- --ant-error-color-hover: #ff8880;
24846
- --ant-error-color-active: #d93f3f;
24847
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
24848
- --ant-error-color-deprecated-bg: #fff3f0;
24849
- --ant-error-color-deprecated-border: #ffd7d1;
24850
- --ant-warning-color: #ffab00;
24851
- --ant-warning-color-hover: #ffbf29;
24852
- --ant-warning-color-active: #d98900;
24853
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
24854
- --ant-warning-color-deprecated-bg: #fffbe6;
24855
- --ant-warning-color-deprecated-border: #ffe07a;
24856
- --ant-info-color: #1890ff;
24857
- --ant-info-color-deprecated-bg: #e6f7ff;
24858
- --ant-info-color-deprecated-border: #91d5ff;
24859
- }
24860
22626
  .ant-result {
24861
22627
  padding: 48px 32px;
24862
22628
  }
@@ -24926,48 +22692,6 @@ html {
24926
22692
  /* stylelint-disable no-duplicate-selectors */
24927
22693
  /* stylelint-disable */
24928
22694
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24929
- html {
24930
- --ant-primary-color: #1890ff;
24931
- --ant-primary-color-hover: #40a9ff;
24932
- --ant-primary-color-active: #096dd9;
24933
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24934
- --ant-primary-1: #e6f7ff;
24935
- --ant-primary-2: #bae7ff;
24936
- --ant-primary-3: #91d5ff;
24937
- --ant-primary-4: #69c0ff;
24938
- --ant-primary-5: #40a9ff;
24939
- --ant-primary-6: #1890ff;
24940
- --ant-primary-7: #096dd9;
24941
- --ant-primary-color-deprecated-pure: ;
24942
- --ant-primary-color-deprecated-l-35: #cbe6ff;
24943
- --ant-primary-color-deprecated-l-20: #7ec1ff;
24944
- --ant-primary-color-deprecated-t-20: #46a6ff;
24945
- --ant-primary-color-deprecated-t-50: #8cc8ff;
24946
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24947
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24948
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24949
- --ant-success-color: #36c626;
24950
- --ant-success-color-hover: #5cd44a;
24951
- --ant-success-color-active: #20a116;
24952
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
24953
- --ant-success-color-deprecated-bg: #f4fff0;
24954
- --ant-success-color-deprecated-border: #afed9f;
24955
- --ant-error-color: #ff5c57;
24956
- --ant-error-color-hover: #ff8880;
24957
- --ant-error-color-active: #d93f3f;
24958
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
24959
- --ant-error-color-deprecated-bg: #fff3f0;
24960
- --ant-error-color-deprecated-border: #ffd7d1;
24961
- --ant-warning-color: #ffab00;
24962
- --ant-warning-color-hover: #ffbf29;
24963
- --ant-warning-color-active: #d98900;
24964
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
24965
- --ant-warning-color-deprecated-bg: #fffbe6;
24966
- --ant-warning-color-deprecated-border: #ffe07a;
24967
- --ant-info-color: #1890ff;
24968
- --ant-info-color-deprecated-bg: #e6f7ff;
24969
- --ant-info-color-deprecated-border: #91d5ff;
24970
- }
24971
22695
  .segmented-disabled-item,
24972
22696
  .segmented-disabled-item:hover,
24973
22697
  .segmented-disabled-item:focus {
@@ -25101,48 +22825,6 @@ html {
25101
22825
  /* stylelint-disable no-duplicate-selectors */
25102
22826
  /* stylelint-disable */
25103
22827
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
25104
- html {
25105
- --ant-primary-color: #1890ff;
25106
- --ant-primary-color-hover: #40a9ff;
25107
- --ant-primary-color-active: #096dd9;
25108
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
25109
- --ant-primary-1: #e6f7ff;
25110
- --ant-primary-2: #bae7ff;
25111
- --ant-primary-3: #91d5ff;
25112
- --ant-primary-4: #69c0ff;
25113
- --ant-primary-5: #40a9ff;
25114
- --ant-primary-6: #1890ff;
25115
- --ant-primary-7: #096dd9;
25116
- --ant-primary-color-deprecated-pure: ;
25117
- --ant-primary-color-deprecated-l-35: #cbe6ff;
25118
- --ant-primary-color-deprecated-l-20: #7ec1ff;
25119
- --ant-primary-color-deprecated-t-20: #46a6ff;
25120
- --ant-primary-color-deprecated-t-50: #8cc8ff;
25121
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
25122
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
25123
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25124
- --ant-success-color: #36c626;
25125
- --ant-success-color-hover: #5cd44a;
25126
- --ant-success-color-active: #20a116;
25127
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
25128
- --ant-success-color-deprecated-bg: #f4fff0;
25129
- --ant-success-color-deprecated-border: #afed9f;
25130
- --ant-error-color: #ff5c57;
25131
- --ant-error-color-hover: #ff8880;
25132
- --ant-error-color-active: #d93f3f;
25133
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
25134
- --ant-error-color-deprecated-bg: #fff3f0;
25135
- --ant-error-color-deprecated-border: #ffd7d1;
25136
- --ant-warning-color: #ffab00;
25137
- --ant-warning-color-hover: #ffbf29;
25138
- --ant-warning-color-active: #d98900;
25139
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
25140
- --ant-warning-color-deprecated-bg: #fffbe6;
25141
- --ant-warning-color-deprecated-border: #ffe07a;
25142
- --ant-info-color: #1890ff;
25143
- --ant-info-color-deprecated-bg: #e6f7ff;
25144
- --ant-info-color-deprecated-border: #91d5ff;
25145
- }
25146
22828
  .ant-slider {
25147
22829
  box-sizing: border-box;
25148
22830
  margin: 0;
@@ -25228,7 +22910,7 @@ html {
25228
22910
  .ant-slider-track {
25229
22911
  position: absolute;
25230
22912
  height: 4px;
25231
- background-color: var(--ant-primary-3);
22913
+ background-color: #a6c8ff;
25232
22914
  border-radius: 4px;
25233
22915
  transition: background-color 0.3s;
25234
22916
  }
@@ -25238,7 +22920,7 @@ html {
25238
22920
  height: 14px;
25239
22921
  margin-top: -5px;
25240
22922
  background-color: #fff;
25241
- border: solid 2px var(--ant-primary-3);
22923
+ border: solid 2px #a6c8ff;
25242
22924
  border-radius: 50%;
25243
22925
  box-shadow: 0;
25244
22926
  cursor: pointer;
@@ -25248,9 +22930,9 @@ html {
25248
22930
  z-index: 1;
25249
22931
  }
25250
22932
  .ant-slider-handle:focus {
25251
- border-color: var(--ant-primary-color-deprecated-t-20);
22933
+ border-color: #5686ff;
25252
22934
  outline: none;
25253
- box-shadow: 0 0 0 5px var(--ant-primary-color-deprecated-f-12);
22935
+ box-shadow: 0 0 0 5px rgba(44, 104, 255, 0.12);
25254
22936
  }
25255
22937
  .ant-slider-handle.ant-tooltip-open {
25256
22938
  border-color: #2c68ff;
@@ -25267,10 +22949,10 @@ html {
25267
22949
  background-color: #e1e1e1;
25268
22950
  }
25269
22951
  .ant-slider:hover .ant-slider-track {
25270
- background-color: var(--ant-primary-4);
22952
+ background-color: #7daaff;
25271
22953
  }
25272
22954
  .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
25273
- border-color: var(--ant-primary-4);
22955
+ border-color: #7daaff;
25274
22956
  }
25275
22957
  .ant-slider-mark {
25276
22958
  position: absolute;
@@ -25312,7 +22994,7 @@ html {
25312
22994
  cursor: pointer;
25313
22995
  }
25314
22996
  .ant-slider-dot-active {
25315
- border-color: var(--ant-primary-color-deprecated-t-50);
22997
+ border-color: #96b4ff;
25316
22998
  }
25317
22999
  .ant-slider-disabled {
25318
23000
  cursor: not-allowed;
@@ -25346,48 +23028,6 @@ html {
25346
23028
  /* stylelint-disable no-duplicate-selectors */
25347
23029
  /* stylelint-disable */
25348
23030
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
25349
- html {
25350
- --ant-primary-color: #1890ff;
25351
- --ant-primary-color-hover: #40a9ff;
25352
- --ant-primary-color-active: #096dd9;
25353
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
25354
- --ant-primary-1: #e6f7ff;
25355
- --ant-primary-2: #bae7ff;
25356
- --ant-primary-3: #91d5ff;
25357
- --ant-primary-4: #69c0ff;
25358
- --ant-primary-5: #40a9ff;
25359
- --ant-primary-6: #1890ff;
25360
- --ant-primary-7: #096dd9;
25361
- --ant-primary-color-deprecated-pure: ;
25362
- --ant-primary-color-deprecated-l-35: #cbe6ff;
25363
- --ant-primary-color-deprecated-l-20: #7ec1ff;
25364
- --ant-primary-color-deprecated-t-20: #46a6ff;
25365
- --ant-primary-color-deprecated-t-50: #8cc8ff;
25366
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
25367
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
25368
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25369
- --ant-success-color: #36c626;
25370
- --ant-success-color-hover: #5cd44a;
25371
- --ant-success-color-active: #20a116;
25372
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
25373
- --ant-success-color-deprecated-bg: #f4fff0;
25374
- --ant-success-color-deprecated-border: #afed9f;
25375
- --ant-error-color: #ff5c57;
25376
- --ant-error-color-hover: #ff8880;
25377
- --ant-error-color-active: #d93f3f;
25378
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
25379
- --ant-error-color-deprecated-bg: #fff3f0;
25380
- --ant-error-color-deprecated-border: #ffd7d1;
25381
- --ant-warning-color: #ffab00;
25382
- --ant-warning-color-hover: #ffbf29;
25383
- --ant-warning-color-active: #d98900;
25384
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
25385
- --ant-warning-color-deprecated-bg: #fffbe6;
25386
- --ant-warning-color-deprecated-border: #ffe07a;
25387
- --ant-info-color: #1890ff;
25388
- --ant-info-color-deprecated-bg: #e6f7ff;
25389
- --ant-info-color-deprecated-border: #91d5ff;
25390
- }
25391
23031
  .ant-statistic {
25392
23032
  box-sizing: border-box;
25393
23033
  margin: 0;
@@ -25442,48 +23082,6 @@ html {
25442
23082
  /* stylelint-disable no-duplicate-selectors */
25443
23083
  /* stylelint-disable */
25444
23084
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
25445
- html {
25446
- --ant-primary-color: #1890ff;
25447
- --ant-primary-color-hover: #40a9ff;
25448
- --ant-primary-color-active: #096dd9;
25449
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
25450
- --ant-primary-1: #e6f7ff;
25451
- --ant-primary-2: #bae7ff;
25452
- --ant-primary-3: #91d5ff;
25453
- --ant-primary-4: #69c0ff;
25454
- --ant-primary-5: #40a9ff;
25455
- --ant-primary-6: #1890ff;
25456
- --ant-primary-7: #096dd9;
25457
- --ant-primary-color-deprecated-pure: ;
25458
- --ant-primary-color-deprecated-l-35: #cbe6ff;
25459
- --ant-primary-color-deprecated-l-20: #7ec1ff;
25460
- --ant-primary-color-deprecated-t-20: #46a6ff;
25461
- --ant-primary-color-deprecated-t-50: #8cc8ff;
25462
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
25463
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
25464
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25465
- --ant-success-color: #36c626;
25466
- --ant-success-color-hover: #5cd44a;
25467
- --ant-success-color-active: #20a116;
25468
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
25469
- --ant-success-color-deprecated-bg: #f4fff0;
25470
- --ant-success-color-deprecated-border: #afed9f;
25471
- --ant-error-color: #ff5c57;
25472
- --ant-error-color-hover: #ff8880;
25473
- --ant-error-color-active: #d93f3f;
25474
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
25475
- --ant-error-color-deprecated-bg: #fff3f0;
25476
- --ant-error-color-deprecated-border: #ffd7d1;
25477
- --ant-warning-color: #ffab00;
25478
- --ant-warning-color-hover: #ffbf29;
25479
- --ant-warning-color-active: #d98900;
25480
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
25481
- --ant-warning-color-deprecated-bg: #fffbe6;
25482
- --ant-warning-color-deprecated-border: #ffe07a;
25483
- --ant-info-color: #1890ff;
25484
- --ant-info-color-deprecated-bg: #e6f7ff;
25485
- --ant-info-color-deprecated-border: #91d5ff;
25486
- }
25487
23085
  .ant-steps {
25488
23086
  box-sizing: border-box;
25489
23087
  margin: 0;
@@ -26236,48 +23834,6 @@ html {
26236
23834
  /* stylelint-disable no-duplicate-selectors */
26237
23835
  /* stylelint-disable */
26238
23836
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
26239
- html {
26240
- --ant-primary-color: #1890ff;
26241
- --ant-primary-color-hover: #40a9ff;
26242
- --ant-primary-color-active: #096dd9;
26243
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
26244
- --ant-primary-1: #e6f7ff;
26245
- --ant-primary-2: #bae7ff;
26246
- --ant-primary-3: #91d5ff;
26247
- --ant-primary-4: #69c0ff;
26248
- --ant-primary-5: #40a9ff;
26249
- --ant-primary-6: #1890ff;
26250
- --ant-primary-7: #096dd9;
26251
- --ant-primary-color-deprecated-pure: ;
26252
- --ant-primary-color-deprecated-l-35: #cbe6ff;
26253
- --ant-primary-color-deprecated-l-20: #7ec1ff;
26254
- --ant-primary-color-deprecated-t-20: #46a6ff;
26255
- --ant-primary-color-deprecated-t-50: #8cc8ff;
26256
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
26257
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
26258
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
26259
- --ant-success-color: #36c626;
26260
- --ant-success-color-hover: #5cd44a;
26261
- --ant-success-color-active: #20a116;
26262
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
26263
- --ant-success-color-deprecated-bg: #f4fff0;
26264
- --ant-success-color-deprecated-border: #afed9f;
26265
- --ant-error-color: #ff5c57;
26266
- --ant-error-color-hover: #ff8880;
26267
- --ant-error-color-active: #d93f3f;
26268
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
26269
- --ant-error-color-deprecated-bg: #fff3f0;
26270
- --ant-error-color-deprecated-border: #ffd7d1;
26271
- --ant-warning-color: #ffab00;
26272
- --ant-warning-color-hover: #ffbf29;
26273
- --ant-warning-color-active: #d98900;
26274
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
26275
- --ant-warning-color-deprecated-bg: #fffbe6;
26276
- --ant-warning-color-deprecated-border: #ffe07a;
26277
- --ant-info-color: #1890ff;
26278
- --ant-info-color-deprecated-bg: #e6f7ff;
26279
- --ant-info-color-deprecated-border: #91d5ff;
26280
- }
26281
23837
  .ant-switch {
26282
23838
  margin: 0;
26283
23839
  padding: 0;
@@ -26309,7 +23865,7 @@ html {
26309
23865
  box-shadow: 0 0 0 2px rgba(169, 169, 169, 0.1);
26310
23866
  }
26311
23867
  .ant-switch-checked:focus {
26312
- box-shadow: 0 0 0 2px var(--ant-primary-1);
23868
+ box-shadow: 0 0 0 2px #f0f7ff;
26313
23869
  }
26314
23870
  .ant-switch:focus:hover {
26315
23871
  box-shadow: none;
@@ -26432,48 +23988,6 @@ html {
26432
23988
  /* stylelint-disable no-duplicate-selectors */
26433
23989
  /* stylelint-disable */
26434
23990
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
26435
- html {
26436
- --ant-primary-color: #1890ff;
26437
- --ant-primary-color-hover: #40a9ff;
26438
- --ant-primary-color-active: #096dd9;
26439
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
26440
- --ant-primary-1: #e6f7ff;
26441
- --ant-primary-2: #bae7ff;
26442
- --ant-primary-3: #91d5ff;
26443
- --ant-primary-4: #69c0ff;
26444
- --ant-primary-5: #40a9ff;
26445
- --ant-primary-6: #1890ff;
26446
- --ant-primary-7: #096dd9;
26447
- --ant-primary-color-deprecated-pure: ;
26448
- --ant-primary-color-deprecated-l-35: #cbe6ff;
26449
- --ant-primary-color-deprecated-l-20: #7ec1ff;
26450
- --ant-primary-color-deprecated-t-20: #46a6ff;
26451
- --ant-primary-color-deprecated-t-50: #8cc8ff;
26452
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
26453
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
26454
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
26455
- --ant-success-color: #36c626;
26456
- --ant-success-color-hover: #5cd44a;
26457
- --ant-success-color-active: #20a116;
26458
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
26459
- --ant-success-color-deprecated-bg: #f4fff0;
26460
- --ant-success-color-deprecated-border: #afed9f;
26461
- --ant-error-color: #ff5c57;
26462
- --ant-error-color-hover: #ff8880;
26463
- --ant-error-color-active: #d93f3f;
26464
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
26465
- --ant-error-color-deprecated-bg: #fff3f0;
26466
- --ant-error-color-deprecated-border: #ffd7d1;
26467
- --ant-warning-color: #ffab00;
26468
- --ant-warning-color-hover: #ffbf29;
26469
- --ant-warning-color-active: #d98900;
26470
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
26471
- --ant-warning-color-deprecated-bg: #fffbe6;
26472
- --ant-warning-color-deprecated-border: #ffe07a;
26473
- --ant-info-color: #1890ff;
26474
- --ant-info-color-deprecated-bg: #e6f7ff;
26475
- --ant-info-color-deprecated-border: #91d5ff;
26476
- }
26477
23991
  .ant-table.ant-table-middle {
26478
23992
  font-size: 14px;
26479
23993
  }
@@ -26736,11 +24250,11 @@ html {
26736
24250
  background: #fafafa;
26737
24251
  }
26738
24252
  .ant-table-tbody > tr.ant-table-row-selected > td {
26739
- background: var(--ant-primary-1);
24253
+ background: #f0f7ff;
26740
24254
  border-color: rgba(0, 0, 0, 0.03);
26741
24255
  }
26742
24256
  .ant-table-tbody > tr.ant-table-row-selected:hover > td {
26743
- background: var(--ant-primary-color-active-deprecated-d-02);
24257
+ background: #e6f2ff;
26744
24258
  }
26745
24259
  .ant-table-summary {
26746
24260
  position: relative;
@@ -26907,7 +24421,7 @@ td.ant-table-column-sort {
26907
24421
  }
26908
24422
  .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
26909
24423
  .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
26910
- background-color: var(--ant-primary-2);
24424
+ background-color: #cfe3ff;
26911
24425
  }
26912
24426
  .ant-table-filter-dropdown-search {
26913
24427
  padding: 8px;
@@ -27023,10 +24537,10 @@ table tr th.ant-table-selection-column::after {
27023
24537
  }
27024
24538
  .ant-table-row-expand-icon:focus,
27025
24539
  .ant-table-row-expand-icon:hover {
27026
- color: var(--ant-primary-color-hover);
24540
+ color: #548aff;
27027
24541
  }
27028
24542
  .ant-table-row-expand-icon:active {
27029
- color: var(--ant-primary-color-active);
24543
+ color: #1a4ad9;
27030
24544
  }
27031
24545
  .ant-table-row-expand-icon:focus,
27032
24546
  .ant-table-row-expand-icon:hover,
@@ -27314,48 +24828,6 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
27314
24828
  /* stylelint-disable no-duplicate-selectors */
27315
24829
  /* stylelint-disable */
27316
24830
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
27317
- html {
27318
- --ant-primary-color: #1890ff;
27319
- --ant-primary-color-hover: #40a9ff;
27320
- --ant-primary-color-active: #096dd9;
27321
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
27322
- --ant-primary-1: #e6f7ff;
27323
- --ant-primary-2: #bae7ff;
27324
- --ant-primary-3: #91d5ff;
27325
- --ant-primary-4: #69c0ff;
27326
- --ant-primary-5: #40a9ff;
27327
- --ant-primary-6: #1890ff;
27328
- --ant-primary-7: #096dd9;
27329
- --ant-primary-color-deprecated-pure: ;
27330
- --ant-primary-color-deprecated-l-35: #cbe6ff;
27331
- --ant-primary-color-deprecated-l-20: #7ec1ff;
27332
- --ant-primary-color-deprecated-t-20: #46a6ff;
27333
- --ant-primary-color-deprecated-t-50: #8cc8ff;
27334
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
27335
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
27336
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
27337
- --ant-success-color: #36c626;
27338
- --ant-success-color-hover: #5cd44a;
27339
- --ant-success-color-active: #20a116;
27340
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
27341
- --ant-success-color-deprecated-bg: #f4fff0;
27342
- --ant-success-color-deprecated-border: #afed9f;
27343
- --ant-error-color: #ff5c57;
27344
- --ant-error-color-hover: #ff8880;
27345
- --ant-error-color-active: #d93f3f;
27346
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
27347
- --ant-error-color-deprecated-bg: #fff3f0;
27348
- --ant-error-color-deprecated-border: #ffd7d1;
27349
- --ant-warning-color: #ffab00;
27350
- --ant-warning-color-hover: #ffbf29;
27351
- --ant-warning-color-active: #d98900;
27352
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
27353
- --ant-warning-color-deprecated-bg: #fffbe6;
27354
- --ant-warning-color-deprecated-border: #ffe07a;
27355
- --ant-info-color: #1890ff;
27356
- --ant-info-color-deprecated-bg: #e6f7ff;
27357
- --ant-info-color-deprecated-border: #91d5ff;
27358
- }
27359
24831
  @-webkit-keyframes antCheckboxEffect {
27360
24832
  0% {
27361
24833
  transform: scale(1);
@@ -27656,7 +25128,7 @@ html {
27656
25128
  transition: background-color 0.3s;
27657
25129
  }
27658
25130
  .ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
27659
- background: var(--ant-primary-1);
25131
+ background: #f0f7ff;
27660
25132
  }
27661
25133
  .ant-tree-list-holder-inner {
27662
25134
  align-items: flex-start;
@@ -27806,7 +25278,7 @@ html {
27806
25278
  background-color: #f5f5f5;
27807
25279
  }
27808
25280
  .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
27809
- background-color: var(--ant-primary-2);
25281
+ background-color: #cfe3ff;
27810
25282
  }
27811
25283
  .ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
27812
25284
  display: inline-block;
@@ -27907,95 +25379,11 @@ html {
27907
25379
  /* stylelint-disable no-duplicate-selectors */
27908
25380
  /* stylelint-disable */
27909
25381
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
27910
- html {
27911
- --ant-primary-color: #1890ff;
27912
- --ant-primary-color-hover: #40a9ff;
27913
- --ant-primary-color-active: #096dd9;
27914
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
27915
- --ant-primary-1: #e6f7ff;
27916
- --ant-primary-2: #bae7ff;
27917
- --ant-primary-3: #91d5ff;
27918
- --ant-primary-4: #69c0ff;
27919
- --ant-primary-5: #40a9ff;
27920
- --ant-primary-6: #1890ff;
27921
- --ant-primary-7: #096dd9;
27922
- --ant-primary-color-deprecated-pure: ;
27923
- --ant-primary-color-deprecated-l-35: #cbe6ff;
27924
- --ant-primary-color-deprecated-l-20: #7ec1ff;
27925
- --ant-primary-color-deprecated-t-20: #46a6ff;
27926
- --ant-primary-color-deprecated-t-50: #8cc8ff;
27927
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
27928
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
27929
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
27930
- --ant-success-color: #36c626;
27931
- --ant-success-color-hover: #5cd44a;
27932
- --ant-success-color-active: #20a116;
27933
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
27934
- --ant-success-color-deprecated-bg: #f4fff0;
27935
- --ant-success-color-deprecated-border: #afed9f;
27936
- --ant-error-color: #ff5c57;
27937
- --ant-error-color-hover: #ff8880;
27938
- --ant-error-color-active: #d93f3f;
27939
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
27940
- --ant-error-color-deprecated-bg: #fff3f0;
27941
- --ant-error-color-deprecated-border: #ffd7d1;
27942
- --ant-warning-color: #ffab00;
27943
- --ant-warning-color-hover: #ffbf29;
27944
- --ant-warning-color-active: #d98900;
27945
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
27946
- --ant-warning-color-deprecated-bg: #fffbe6;
27947
- --ant-warning-color-deprecated-border: #ffe07a;
27948
- --ant-info-color: #1890ff;
27949
- --ant-info-color-deprecated-bg: #e6f7ff;
27950
- --ant-info-color-deprecated-border: #91d5ff;
27951
- }
27952
25382
 
27953
25383
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
27954
25384
  /* stylelint-disable no-duplicate-selectors */
27955
25385
  /* stylelint-disable */
27956
25386
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
27957
- html {
27958
- --ant-primary-color: #1890ff;
27959
- --ant-primary-color-hover: #40a9ff;
27960
- --ant-primary-color-active: #096dd9;
27961
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
27962
- --ant-primary-1: #e6f7ff;
27963
- --ant-primary-2: #bae7ff;
27964
- --ant-primary-3: #91d5ff;
27965
- --ant-primary-4: #69c0ff;
27966
- --ant-primary-5: #40a9ff;
27967
- --ant-primary-6: #1890ff;
27968
- --ant-primary-7: #096dd9;
27969
- --ant-primary-color-deprecated-pure: ;
27970
- --ant-primary-color-deprecated-l-35: #cbe6ff;
27971
- --ant-primary-color-deprecated-l-20: #7ec1ff;
27972
- --ant-primary-color-deprecated-t-20: #46a6ff;
27973
- --ant-primary-color-deprecated-t-50: #8cc8ff;
27974
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
27975
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
27976
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
27977
- --ant-success-color: #36c626;
27978
- --ant-success-color-hover: #5cd44a;
27979
- --ant-success-color-active: #20a116;
27980
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
27981
- --ant-success-color-deprecated-bg: #f4fff0;
27982
- --ant-success-color-deprecated-border: #afed9f;
27983
- --ant-error-color: #ff5c57;
27984
- --ant-error-color-hover: #ff8880;
27985
- --ant-error-color-active: #d93f3f;
27986
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
27987
- --ant-error-color-deprecated-bg: #fff3f0;
27988
- --ant-error-color-deprecated-border: #ffd7d1;
27989
- --ant-warning-color: #ffab00;
27990
- --ant-warning-color-hover: #ffbf29;
27991
- --ant-warning-color-active: #d98900;
27992
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
27993
- --ant-warning-color-deprecated-bg: #fffbe6;
27994
- --ant-warning-color-deprecated-border: #ffe07a;
27995
- --ant-info-color: #1890ff;
27996
- --ant-info-color-deprecated-bg: #e6f7ff;
27997
- --ant-info-color-deprecated-border: #91d5ff;
27998
- }
27999
25387
  .ant-timeline {
28000
25388
  box-sizing: border-box;
28001
25389
  color: #4c4c4c;
@@ -28233,48 +25621,6 @@ html {
28233
25621
  /* stylelint-disable no-duplicate-selectors */
28234
25622
  /* stylelint-disable */
28235
25623
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
28236
- html {
28237
- --ant-primary-color: #1890ff;
28238
- --ant-primary-color-hover: #40a9ff;
28239
- --ant-primary-color-active: #096dd9;
28240
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
28241
- --ant-primary-1: #e6f7ff;
28242
- --ant-primary-2: #bae7ff;
28243
- --ant-primary-3: #91d5ff;
28244
- --ant-primary-4: #69c0ff;
28245
- --ant-primary-5: #40a9ff;
28246
- --ant-primary-6: #1890ff;
28247
- --ant-primary-7: #096dd9;
28248
- --ant-primary-color-deprecated-pure: ;
28249
- --ant-primary-color-deprecated-l-35: #cbe6ff;
28250
- --ant-primary-color-deprecated-l-20: #7ec1ff;
28251
- --ant-primary-color-deprecated-t-20: #46a6ff;
28252
- --ant-primary-color-deprecated-t-50: #8cc8ff;
28253
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
28254
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
28255
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
28256
- --ant-success-color: #36c626;
28257
- --ant-success-color-hover: #5cd44a;
28258
- --ant-success-color-active: #20a116;
28259
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
28260
- --ant-success-color-deprecated-bg: #f4fff0;
28261
- --ant-success-color-deprecated-border: #afed9f;
28262
- --ant-error-color: #ff5c57;
28263
- --ant-error-color-hover: #ff8880;
28264
- --ant-error-color-active: #d93f3f;
28265
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
28266
- --ant-error-color-deprecated-bg: #fff3f0;
28267
- --ant-error-color-deprecated-border: #ffd7d1;
28268
- --ant-warning-color: #ffab00;
28269
- --ant-warning-color-hover: #ffbf29;
28270
- --ant-warning-color-active: #d98900;
28271
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
28272
- --ant-warning-color-deprecated-bg: #fffbe6;
28273
- --ant-warning-color-deprecated-border: #ffe07a;
28274
- --ant-info-color: #1890ff;
28275
- --ant-info-color-deprecated-bg: #e6f7ff;
28276
- --ant-info-color-deprecated-border: #91d5ff;
28277
- }
28278
25624
  @-webkit-keyframes antCheckboxEffect {
28279
25625
  0% {
28280
25626
  transform: scale(1);
@@ -28331,12 +25677,12 @@ html {
28331
25677
  border-color: #d2d2d2;
28332
25678
  }
28333
25679
  .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
28334
- border-color: var(--ant-primary-5);
25680
+ border-color: #548aff;
28335
25681
  border-right-width: 1px;
28336
25682
  }
28337
25683
  .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
28338
- border-color: var(--ant-primary-color-hover);
28339
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
25684
+ border-color: #548aff;
25685
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
28340
25686
  border-right-width: 1px;
28341
25687
  outline: 0;
28342
25688
  }
@@ -28347,12 +25693,12 @@ html {
28347
25693
  border-color: #d2d2d2;
28348
25694
  }
28349
25695
  .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
28350
- border-color: var(--ant-primary-5);
25696
+ border-color: #548aff;
28351
25697
  border-right-width: 1px;
28352
25698
  }
28353
25699
  .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
28354
- border-color: var(--ant-primary-color-hover);
28355
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
25700
+ border-color: #548aff;
25701
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
28356
25702
  border-right-width: 1px;
28357
25703
  outline: 0;
28358
25704
  }
@@ -28470,10 +25816,10 @@ html {
28470
25816
  }
28471
25817
  .ant-transfer-list-content-item-remove:focus,
28472
25818
  .ant-transfer-list-content-item-remove:hover {
28473
- color: var(--ant-primary-color-hover);
25819
+ color: #548aff;
28474
25820
  }
28475
25821
  .ant-transfer-list-content-item-remove:active {
28476
- color: var(--ant-primary-color-active);
25822
+ color: #1a4ad9;
28477
25823
  }
28478
25824
  .ant-transfer-list-content-item-remove::after {
28479
25825
  position: absolute;
@@ -28484,21 +25830,21 @@ html {
28484
25830
  content: '';
28485
25831
  }
28486
25832
  .ant-transfer-list-content-item-remove:hover {
28487
- color: var(--ant-primary-color-hover);
25833
+ color: #548aff;
28488
25834
  }
28489
25835
  .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
28490
25836
  background-color: #f5f5f5;
28491
25837
  cursor: pointer;
28492
25838
  }
28493
25839
  .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
28494
- background-color: var(--ant-primary-color-active-deprecated-d-02);
25840
+ background-color: #e6f2ff;
28495
25841
  }
28496
25842
  .ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
28497
25843
  background: transparent;
28498
25844
  cursor: default;
28499
25845
  }
28500
25846
  .ant-transfer-list-content-item-checked {
28501
- background-color: var(--ant-primary-1);
25847
+ background-color: #f0f7ff;
28502
25848
  }
28503
25849
  .ant-transfer-list-content-item-disabled {
28504
25850
  color: #a9a9a9;
@@ -28577,48 +25923,6 @@ html {
28577
25923
  /* stylelint-disable no-duplicate-selectors */
28578
25924
  /* stylelint-disable */
28579
25925
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
28580
- html {
28581
- --ant-primary-color: #1890ff;
28582
- --ant-primary-color-hover: #40a9ff;
28583
- --ant-primary-color-active: #096dd9;
28584
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
28585
- --ant-primary-1: #e6f7ff;
28586
- --ant-primary-2: #bae7ff;
28587
- --ant-primary-3: #91d5ff;
28588
- --ant-primary-4: #69c0ff;
28589
- --ant-primary-5: #40a9ff;
28590
- --ant-primary-6: #1890ff;
28591
- --ant-primary-7: #096dd9;
28592
- --ant-primary-color-deprecated-pure: ;
28593
- --ant-primary-color-deprecated-l-35: #cbe6ff;
28594
- --ant-primary-color-deprecated-l-20: #7ec1ff;
28595
- --ant-primary-color-deprecated-t-20: #46a6ff;
28596
- --ant-primary-color-deprecated-t-50: #8cc8ff;
28597
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
28598
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
28599
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
28600
- --ant-success-color: #36c626;
28601
- --ant-success-color-hover: #5cd44a;
28602
- --ant-success-color-active: #20a116;
28603
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
28604
- --ant-success-color-deprecated-bg: #f4fff0;
28605
- --ant-success-color-deprecated-border: #afed9f;
28606
- --ant-error-color: #ff5c57;
28607
- --ant-error-color-hover: #ff8880;
28608
- --ant-error-color-active: #d93f3f;
28609
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
28610
- --ant-error-color-deprecated-bg: #fff3f0;
28611
- --ant-error-color-deprecated-border: #ffd7d1;
28612
- --ant-warning-color: #ffab00;
28613
- --ant-warning-color-hover: #ffbf29;
28614
- --ant-warning-color-active: #d98900;
28615
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
28616
- --ant-warning-color-deprecated-bg: #fffbe6;
28617
- --ant-warning-color-deprecated-border: #ffe07a;
28618
- --ant-info-color: #1890ff;
28619
- --ant-info-color-deprecated-bg: #e6f7ff;
28620
- --ant-info-color-deprecated-border: #91d5ff;
28621
- }
28622
25926
  @-webkit-keyframes ant-tree-node-fx-do-not-use {
28623
25927
  0% {
28624
25928
  opacity: 0;
@@ -28887,7 +26191,7 @@ html {
28887
26191
  transition: background-color 0.3s;
28888
26192
  }
28889
26193
  .ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
28890
- background: var(--ant-primary-1);
26194
+ background: #f0f7ff;
28891
26195
  }
28892
26196
  .ant-select-tree-list-holder-inner {
28893
26197
  align-items: flex-start;
@@ -29037,7 +26341,7 @@ html {
29037
26341
  background-color: #f5f5f5;
29038
26342
  }
29039
26343
  .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
29040
- background-color: var(--ant-primary-2);
26344
+ background-color: #cfe3ff;
29041
26345
  }
29042
26346
  .ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
29043
26347
  display: inline-block;
@@ -29119,48 +26423,6 @@ html {
29119
26423
  /* stylelint-disable no-duplicate-selectors */
29120
26424
  /* stylelint-disable */
29121
26425
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
29122
- html {
29123
- --ant-primary-color: #1890ff;
29124
- --ant-primary-color-hover: #40a9ff;
29125
- --ant-primary-color-active: #096dd9;
29126
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
29127
- --ant-primary-1: #e6f7ff;
29128
- --ant-primary-2: #bae7ff;
29129
- --ant-primary-3: #91d5ff;
29130
- --ant-primary-4: #69c0ff;
29131
- --ant-primary-5: #40a9ff;
29132
- --ant-primary-6: #1890ff;
29133
- --ant-primary-7: #096dd9;
29134
- --ant-primary-color-deprecated-pure: ;
29135
- --ant-primary-color-deprecated-l-35: #cbe6ff;
29136
- --ant-primary-color-deprecated-l-20: #7ec1ff;
29137
- --ant-primary-color-deprecated-t-20: #46a6ff;
29138
- --ant-primary-color-deprecated-t-50: #8cc8ff;
29139
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
29140
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
29141
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
29142
- --ant-success-color: #36c626;
29143
- --ant-success-color-hover: #5cd44a;
29144
- --ant-success-color-active: #20a116;
29145
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
29146
- --ant-success-color-deprecated-bg: #f4fff0;
29147
- --ant-success-color-deprecated-border: #afed9f;
29148
- --ant-error-color: #ff5c57;
29149
- --ant-error-color-hover: #ff8880;
29150
- --ant-error-color-active: #d93f3f;
29151
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
29152
- --ant-error-color-deprecated-bg: #fff3f0;
29153
- --ant-error-color-deprecated-border: #ffd7d1;
29154
- --ant-warning-color: #ffab00;
29155
- --ant-warning-color-hover: #ffbf29;
29156
- --ant-warning-color-active: #d98900;
29157
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
29158
- --ant-warning-color-deprecated-bg: #fffbe6;
29159
- --ant-warning-color-deprecated-border: #ffe07a;
29160
- --ant-info-color: #1890ff;
29161
- --ant-info-color-deprecated-bg: #e6f7ff;
29162
- --ant-info-color-deprecated-border: #91d5ff;
29163
- }
29164
26426
  .ant-typography {
29165
26427
  color: #4c4c4c;
29166
26428
  overflow-wrap: break-word;
@@ -29179,10 +26441,10 @@ html {
29179
26441
  }
29180
26442
  a.ant-typography.ant-typography-danger:active,
29181
26443
  a.ant-typography.ant-typography-danger:focus {
29182
- color: var(--ant-error-color-active);
26444
+ color: #cf1b21;
29183
26445
  }
29184
26446
  a.ant-typography.ant-typography-danger:hover {
29185
- color: var(--ant-error-color-hover);
26447
+ color: #ff5c57;
29186
26448
  }
29187
26449
  .ant-typography.ant-typography-disabled {
29188
26450
  color: #a9a9a9;
@@ -29317,11 +26579,11 @@ a.ant-typography:focus,
29317
26579
  .ant-typography a:focus,
29318
26580
  a.ant-typography:hover,
29319
26581
  .ant-typography a:hover {
29320
- color: var(--ant-primary-color-hover);
26582
+ color: #548aff;
29321
26583
  }
29322
26584
  a.ant-typography:active,
29323
26585
  .ant-typography a:active {
29324
- color: var(--ant-primary-color-active);
26586
+ color: #1a4ad9;
29325
26587
  }
29326
26588
  a.ant-typography:active,
29327
26589
  .ant-typography a:active,
@@ -29402,12 +26664,12 @@ a.ant-typography.ant-typography-disabled:active,
29402
26664
  .ant-typography-expand:hover,
29403
26665
  .ant-typography-edit:hover,
29404
26666
  .ant-typography-copy:hover {
29405
- color: var(--ant-primary-color-hover);
26667
+ color: #548aff;
29406
26668
  }
29407
26669
  .ant-typography-expand:active,
29408
26670
  .ant-typography-edit:active,
29409
26671
  .ant-typography-copy:active {
29410
- color: var(--ant-primary-color-active);
26672
+ color: #1a4ad9;
29411
26673
  }
29412
26674
  .ant-typography-copy-success,
29413
26675
  .ant-typography-copy-success:hover,
@@ -29532,48 +26794,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
29532
26794
  /* stylelint-disable no-duplicate-selectors */
29533
26795
  /* stylelint-disable */
29534
26796
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
29535
- html {
29536
- --ant-primary-color: #1890ff;
29537
- --ant-primary-color-hover: #40a9ff;
29538
- --ant-primary-color-active: #096dd9;
29539
- --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
29540
- --ant-primary-1: #e6f7ff;
29541
- --ant-primary-2: #bae7ff;
29542
- --ant-primary-3: #91d5ff;
29543
- --ant-primary-4: #69c0ff;
29544
- --ant-primary-5: #40a9ff;
29545
- --ant-primary-6: #1890ff;
29546
- --ant-primary-7: #096dd9;
29547
- --ant-primary-color-deprecated-pure: ;
29548
- --ant-primary-color-deprecated-l-35: #cbe6ff;
29549
- --ant-primary-color-deprecated-l-20: #7ec1ff;
29550
- --ant-primary-color-deprecated-t-20: #46a6ff;
29551
- --ant-primary-color-deprecated-t-50: #8cc8ff;
29552
- --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
29553
- --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
29554
- --ant-primary-color-active-deprecated-d-02: #dcf4ff;
29555
- --ant-success-color: #36c626;
29556
- --ant-success-color-hover: #5cd44a;
29557
- --ant-success-color-active: #20a116;
29558
- --ant-success-color-outline: rgba(54, 198, 38, 0.2);
29559
- --ant-success-color-deprecated-bg: #f4fff0;
29560
- --ant-success-color-deprecated-border: #afed9f;
29561
- --ant-error-color: #ff5c57;
29562
- --ant-error-color-hover: #ff8880;
29563
- --ant-error-color-active: #d93f3f;
29564
- --ant-error-color-outline: rgba(255, 92, 87, 0.2);
29565
- --ant-error-color-deprecated-bg: #fff3f0;
29566
- --ant-error-color-deprecated-border: #ffd7d1;
29567
- --ant-warning-color: #ffab00;
29568
- --ant-warning-color-hover: #ffbf29;
29569
- --ant-warning-color-active: #d98900;
29570
- --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
29571
- --ant-warning-color-deprecated-bg: #fffbe6;
29572
- --ant-warning-color-deprecated-border: #ffe07a;
29573
- --ant-info-color: #1890ff;
29574
- --ant-info-color-deprecated-bg: #e6f7ff;
29575
- --ant-info-color-deprecated-border: #91d5ff;
29576
- }
29577
26797
  .ant-upload {
29578
26798
  box-sizing: border-box;
29579
26799
  margin: 0;
@@ -29644,7 +26864,7 @@ html {
29644
26864
  padding: 16px 0;
29645
26865
  }
29646
26866
  .ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
29647
- border-color: var(--ant-primary-7);
26867
+ border-color: #1a4ad9;
29648
26868
  }
29649
26869
  .ant-upload.ant-upload-drag.ant-upload-disabled {
29650
26870
  cursor: not-allowed;
@@ -29658,13 +26878,13 @@ html {
29658
26878
  vertical-align: middle;
29659
26879
  }
29660
26880
  .ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
29661
- border-color: var(--ant-primary-5);
26881
+ border-color: #548aff;
29662
26882
  }
29663
26883
  .ant-upload.ant-upload-drag p.ant-upload-drag-icon {
29664
26884
  margin-bottom: 20px;
29665
26885
  }
29666
26886
  .ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
29667
- color: var(--ant-primary-5);
26887
+ color: #548aff;
29668
26888
  font-size: 48px;
29669
26889
  }
29670
26890
  .ant-upload.ant-upload-drag p.ant-upload-text {
@@ -29845,7 +27065,7 @@ html {
29845
27065
  }
29846
27066
  .ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
29847
27067
  .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
29848
- fill: var(--ant-error-color-deprecated-bg);
27068
+ fill: #fff2f0;
29849
27069
  }
29850
27070
  .ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
29851
27071
  .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {