@delon/theme 13.4.2 → 13.5.2

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 (64) hide show
  1. package/compact.css +1609 -923
  2. package/compact.min.css +1 -1
  3. package/dark.css +1617 -930
  4. package/dark.min.css +1 -1
  5. package/default.css +1612 -926
  6. package/default.min.css +1 -1
  7. package/esm2020/layout-default/layout-header-item-trigger.directive.mjs +4 -4
  8. package/esm2020/layout-default/layout-header-item.component.mjs +4 -4
  9. package/esm2020/layout-default/layout-header.component.mjs +18 -15
  10. package/esm2020/layout-default/layout-nav.component.mjs +5 -6
  11. package/esm2020/layout-default/layout.component.mjs +5 -6
  12. package/esm2020/layout-default/layout.module.mjs +5 -5
  13. package/esm2020/layout-default/types.mjs +1 -1
  14. package/esm2020/setting-drawer/setting-drawer-item.component.mjs +4 -4
  15. package/esm2020/setting-drawer/setting-drawer.component.mjs +5 -6
  16. package/esm2020/setting-drawer/setting-drawer.module.mjs +5 -5
  17. package/esm2020/src/locale/locale.module.mjs +5 -5
  18. package/esm2020/src/locale/locale.service.mjs +4 -4
  19. package/esm2020/src/pipes/date/date.pipe.mjs +4 -4
  20. package/esm2020/src/pipes/keys/keys.pipe.mjs +4 -4
  21. package/esm2020/src/pipes/safe/html.pipe.mjs +4 -4
  22. package/esm2020/src/pipes/safe/url.pipe.mjs +4 -4
  23. package/esm2020/src/pipes/yn/yn.pipe.mjs +4 -4
  24. package/esm2020/src/router/optional-preloader.mjs +2 -3
  25. package/esm2020/src/services/drawer/drawer.helper.mjs +4 -4
  26. package/esm2020/src/services/http/http.client.mjs +5 -6
  27. package/esm2020/src/services/http/http.decorator.mjs +5 -5
  28. package/esm2020/src/services/i18n/i18n-url.guard.mjs +4 -4
  29. package/esm2020/src/services/i18n/i18n.mjs +8 -9
  30. package/esm2020/src/services/i18n/i18n.pipe.mjs +4 -4
  31. package/esm2020/src/services/menu/menu.service.mjs +5 -6
  32. package/esm2020/src/services/modal/modal.helper.mjs +4 -4
  33. package/esm2020/src/services/responsive/responsive.mjs +4 -4
  34. package/esm2020/src/services/rtl/rtl.service.mjs +5 -5
  35. package/esm2020/src/services/settings/settings.service.mjs +4 -4
  36. package/esm2020/src/services/title/title.service.mjs +5 -5
  37. package/esm2020/src/theme.module.mjs +5 -5
  38. package/esm2020/src/version.mjs +1 -1
  39. package/esm2020/theme-btn/theme-btn.component.mjs +5 -6
  40. package/esm2020/theme-btn/theme-btn.module.mjs +5 -5
  41. package/fesm2015/layout-default.mjs +33 -30
  42. package/fesm2015/layout-default.mjs.map +1 -1
  43. package/fesm2015/setting-drawer.mjs +11 -12
  44. package/fesm2015/setting-drawer.mjs.map +1 -1
  45. package/fesm2015/theme-btn.mjs +8 -9
  46. package/fesm2015/theme-btn.mjs.map +1 -1
  47. package/fesm2015/theme.mjs +68 -69
  48. package/fesm2015/theme.mjs.map +1 -1
  49. package/fesm2020/layout-default.mjs +33 -30
  50. package/fesm2020/layout-default.mjs.map +1 -1
  51. package/fesm2020/setting-drawer.mjs +11 -12
  52. package/fesm2020/setting-drawer.mjs.map +1 -1
  53. package/fesm2020/theme-btn.mjs +8 -9
  54. package/fesm2020/theme-btn.mjs.map +1 -1
  55. package/fesm2020/theme.mjs +68 -69
  56. package/fesm2020/theme.mjs.map +1 -1
  57. package/layout-default/style/_aside.less +13 -0
  58. package/layout-default/style/fix/_reuse-tab.less +24 -2
  59. package/layout-default/types.d.ts +8 -0
  60. package/package.json +4 -4
  61. package/src/services/http/http.client.d.ts +4 -0
  62. package/src/services/http/http.decorator.d.ts +2 -1
  63. package/system/theme-dark.less +1 -2
  64. package/system/theme-default.less +50 -51
package/compact.css CHANGED
@@ -179,9 +179,6 @@ img {
179
179
  vertical-align: middle;
180
180
  border-style: none;
181
181
  }
182
- svg:not(:root) {
183
- overflow: hidden;
184
- }
185
182
  a,
186
183
  area,
187
184
  button,
@@ -332,7 +329,7 @@ mark {
332
329
  text-align: center;
333
330
  text-transform: none;
334
331
  vertical-align: -0.125em;
335
- text-rendering: optimizeLegibility;
332
+ text-rendering: optimizelegibility;
336
333
  -webkit-font-smoothing: antialiased;
337
334
  -moz-osx-font-smoothing: grayscale;
338
335
  }
@@ -360,6 +357,10 @@ mark {
360
357
  .anticon .anticon-icon {
361
358
  display: block;
362
359
  }
360
+ .anticon > .anticon {
361
+ line-height: 0;
362
+ vertical-align: 0;
363
+ }
363
364
  .anticon[tabindex] {
364
365
  cursor: pointer;
365
366
  }
@@ -1928,12 +1929,11 @@ nz-alert {
1928
1929
  }
1929
1930
  .ant-anchor-link {
1930
1931
  padding: 4px 0 4px 16px;
1931
- line-height: 1.143;
1932
1932
  }
1933
1933
  .ant-anchor-link-title {
1934
1934
  position: relative;
1935
1935
  display: block;
1936
- margin-bottom: 6px;
1936
+ margin-bottom: 3px;
1937
1937
  overflow: hidden;
1938
1938
  color: rgba(0, 0, 0, 0.85);
1939
1939
  white-space: nowrap;
@@ -1947,8 +1947,8 @@ nz-alert {
1947
1947
  color: #1890ff;
1948
1948
  }
1949
1949
  .ant-anchor-link .ant-anchor-link {
1950
- padding-top: 5px;
1951
- padding-bottom: 5px;
1950
+ padding-top: 2px;
1951
+ padding-bottom: 2px;
1952
1952
  }
1953
1953
  .ant-anchor-rtl {
1954
1954
  direction: rtl;
@@ -2125,11 +2125,19 @@ nz-link {
2125
2125
  .ant-back-top {
2126
2126
  right: 60px;
2127
2127
  }
2128
+ .ant-back-top-rtl {
2129
+ right: auto;
2130
+ left: 60px;
2131
+ }
2128
2132
  }
2129
2133
  @media screen and (max-width: 480px) {
2130
2134
  .ant-back-top {
2131
2135
  right: 20px;
2132
2136
  }
2137
+ .ant-back-top-rtl {
2138
+ right: auto;
2139
+ left: 20px;
2140
+ }
2133
2141
  }
2134
2142
  .ant-badge {
2135
2143
  box-sizing: border-box;
@@ -2426,7 +2434,7 @@ nz-link {
2426
2434
  top: 100%;
2427
2435
  width: 8px;
2428
2436
  height: 8px;
2429
- color: currentColor;
2437
+ color: currentcolor;
2430
2438
  border: 4px solid;
2431
2439
  transform: scaleY(0.75);
2432
2440
  transform-origin: top;
@@ -2499,7 +2507,7 @@ nz-link {
2499
2507
  }
2500
2508
  .ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
2501
2509
  right: 0;
2502
- border-color: currentColor transparent transparent currentColor;
2510
+ border-color: currentcolor transparent transparent currentcolor;
2503
2511
  }
2504
2512
  .ant-ribbon.ant-ribbon-placement-start {
2505
2513
  left: -8px;
@@ -2507,14 +2515,14 @@ nz-link {
2507
2515
  }
2508
2516
  .ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
2509
2517
  left: 0;
2510
- border-color: currentColor currentColor transparent transparent;
2518
+ border-color: currentcolor currentcolor transparent transparent;
2511
2519
  }
2512
2520
  .ant-badge-rtl {
2513
2521
  direction: rtl;
2514
2522
  }
2515
- .ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
2516
- .ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
2517
- .ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
2523
+ .ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
2524
+ .ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
2525
+ .ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
2518
2526
  right: auto;
2519
2527
  left: 0;
2520
2528
  direction: ltr;
@@ -2531,6 +2539,13 @@ nz-link {
2531
2539
  margin-right: 8px;
2532
2540
  margin-left: 0;
2533
2541
  }
2542
+ .ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
2543
+ .ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
2544
+ animation-name: antZoomBadgeInRtl;
2545
+ }
2546
+ .ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
2547
+ animation-name: antZoomBadgeOutRtl;
2548
+ }
2534
2549
  .ant-ribbon-rtl {
2535
2550
  direction: rtl;
2536
2551
  }
@@ -2543,10 +2558,10 @@ nz-link {
2543
2558
  .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
2544
2559
  right: unset;
2545
2560
  left: 0;
2546
- border-color: currentColor currentColor transparent transparent;
2561
+ border-color: currentcolor currentcolor transparent transparent;
2547
2562
  }
2548
2563
  .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
2549
- border-color: currentColor currentColor transparent transparent;
2564
+ border-color: currentcolor currentcolor transparent transparent;
2550
2565
  }
2551
2566
  .ant-ribbon-rtl.ant-ribbon-placement-start {
2552
2567
  right: -8px;
@@ -2557,10 +2572,28 @@ nz-link {
2557
2572
  .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
2558
2573
  right: 0;
2559
2574
  left: unset;
2560
- border-color: currentColor transparent transparent currentColor;
2575
+ border-color: currentcolor transparent transparent currentcolor;
2561
2576
  }
2562
2577
  .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
2563
- border-color: currentColor transparent transparent currentColor;
2578
+ border-color: currentcolor transparent transparent currentcolor;
2579
+ }
2580
+ @keyframes antZoomBadgeInRtl {
2581
+ 0% {
2582
+ transform: scale(0) translate(-50%, -50%);
2583
+ opacity: 0;
2584
+ }
2585
+ 100% {
2586
+ transform: scale(1) translate(-50%, -50%);
2587
+ }
2588
+ }
2589
+ @keyframes antZoomBadgeOutRtl {
2590
+ 0% {
2591
+ transform: scale(1) translate(-50%, -50%);
2592
+ }
2593
+ 100% {
2594
+ transform: scale(0) translate(-50%, -50%);
2595
+ opacity: 0;
2596
+ }
2564
2597
  }
2565
2598
  .ant-badge .ant-scroll-number:only-child {
2566
2599
  position: relative;
@@ -2588,20 +2621,27 @@ nz-ribbon {
2588
2621
  .ant-breadcrumb .anticon {
2589
2622
  font-size: 12px;
2590
2623
  }
2624
+ .ant-breadcrumb ol {
2625
+ display: flex;
2626
+ flex-wrap: wrap;
2627
+ margin: 0;
2628
+ padding: 0;
2629
+ list-style: none;
2630
+ }
2591
2631
  .ant-breadcrumb a {
2592
2632
  color: rgba(0, 0, 0, 0.45);
2593
2633
  transition: color 0.3s;
2594
2634
  }
2595
2635
  .ant-breadcrumb a:hover {
2596
- color: #40a9ff;
2636
+ color: rgba(0, 0, 0, 0.85);
2597
2637
  }
2598
- .ant-breadcrumb > span:last-child {
2638
+ .ant-breadcrumb li:last-child {
2599
2639
  color: rgba(0, 0, 0, 0.85);
2600
2640
  }
2601
- .ant-breadcrumb > span:last-child a {
2641
+ .ant-breadcrumb li:last-child a {
2602
2642
  color: rgba(0, 0, 0, 0.85);
2603
2643
  }
2604
- .ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
2644
+ li:last-child .ant-breadcrumb-separator {
2605
2645
  display: none;
2606
2646
  }
2607
2647
  .ant-breadcrumb-separator {
@@ -2740,7 +2780,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2740
2780
  border-radius: 2px;
2741
2781
  }
2742
2782
  .ant-btn > a:only-child {
2743
- color: currentColor;
2783
+ color: currentcolor;
2744
2784
  }
2745
2785
  .ant-btn > a:only-child::after {
2746
2786
  position: absolute;
@@ -2759,7 +2799,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2759
2799
  }
2760
2800
  .ant-btn:hover > a:only-child,
2761
2801
  .ant-btn:focus > a:only-child {
2762
- color: currentColor;
2802
+ color: currentcolor;
2763
2803
  }
2764
2804
  .ant-btn:hover > a:only-child::after,
2765
2805
  .ant-btn:focus > a:only-child::after {
@@ -2777,7 +2817,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2777
2817
  background: #fff;
2778
2818
  }
2779
2819
  .ant-btn:active > a:only-child {
2780
- color: currentColor;
2820
+ color: currentcolor;
2781
2821
  }
2782
2822
  .ant-btn:active > a:only-child::after {
2783
2823
  position: absolute;
@@ -2802,7 +2842,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2802
2842
  .ant-btn[disabled]:hover > a:only-child,
2803
2843
  .ant-btn[disabled]:focus > a:only-child,
2804
2844
  .ant-btn[disabled]:active > a:only-child {
2805
- color: currentColor;
2845
+ color: currentcolor;
2806
2846
  }
2807
2847
  .ant-btn[disabled] > a:only-child::after,
2808
2848
  .ant-btn[disabled]:hover > a:only-child::after,
@@ -2833,7 +2873,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2833
2873
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
2834
2874
  }
2835
2875
  .ant-btn-primary > a:only-child {
2836
- color: currentColor;
2876
+ color: currentcolor;
2837
2877
  }
2838
2878
  .ant-btn-primary > a:only-child::after {
2839
2879
  position: absolute;
@@ -2852,7 +2892,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2852
2892
  }
2853
2893
  .ant-btn-primary:hover > a:only-child,
2854
2894
  .ant-btn-primary:focus > a:only-child {
2855
- color: currentColor;
2895
+ color: currentcolor;
2856
2896
  }
2857
2897
  .ant-btn-primary:hover > a:only-child::after,
2858
2898
  .ant-btn-primary:focus > a:only-child::after {
@@ -2870,7 +2910,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2870
2910
  background: #096dd9;
2871
2911
  }
2872
2912
  .ant-btn-primary:active > a:only-child {
2873
- color: currentColor;
2913
+ color: currentcolor;
2874
2914
  }
2875
2915
  .ant-btn-primary:active > a:only-child::after {
2876
2916
  position: absolute;
@@ -2895,7 +2935,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2895
2935
  .ant-btn-primary[disabled]:hover > a:only-child,
2896
2936
  .ant-btn-primary[disabled]:focus > a:only-child,
2897
2937
  .ant-btn-primary[disabled]:active > a:only-child {
2898
- color: currentColor;
2938
+ color: currentcolor;
2899
2939
  }
2900
2940
  .ant-btn-primary[disabled] > a:only-child::after,
2901
2941
  .ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -2936,7 +2976,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2936
2976
  background: transparent;
2937
2977
  }
2938
2978
  .ant-btn-ghost > a:only-child {
2939
- color: currentColor;
2979
+ color: currentcolor;
2940
2980
  }
2941
2981
  .ant-btn-ghost > a:only-child::after {
2942
2982
  position: absolute;
@@ -2955,7 +2995,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2955
2995
  }
2956
2996
  .ant-btn-ghost:hover > a:only-child,
2957
2997
  .ant-btn-ghost:focus > a:only-child {
2958
- color: currentColor;
2998
+ color: currentcolor;
2959
2999
  }
2960
3000
  .ant-btn-ghost:hover > a:only-child::after,
2961
3001
  .ant-btn-ghost:focus > a:only-child::after {
@@ -2973,7 +3013,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2973
3013
  background: transparent;
2974
3014
  }
2975
3015
  .ant-btn-ghost:active > a:only-child {
2976
- color: currentColor;
3016
+ color: currentcolor;
2977
3017
  }
2978
3018
  .ant-btn-ghost:active > a:only-child::after {
2979
3019
  position: absolute;
@@ -2998,7 +3038,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
2998
3038
  .ant-btn-ghost[disabled]:hover > a:only-child,
2999
3039
  .ant-btn-ghost[disabled]:focus > a:only-child,
3000
3040
  .ant-btn-ghost[disabled]:active > a:only-child {
3001
- color: currentColor;
3041
+ color: currentcolor;
3002
3042
  }
3003
3043
  .ant-btn-ghost[disabled] > a:only-child::after,
3004
3044
  .ant-btn-ghost[disabled]:hover > a:only-child::after,
@@ -3019,7 +3059,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3019
3059
  border-style: dashed;
3020
3060
  }
3021
3061
  .ant-btn-dashed > a:only-child {
3022
- color: currentColor;
3062
+ color: currentcolor;
3023
3063
  }
3024
3064
  .ant-btn-dashed > a:only-child::after {
3025
3065
  position: absolute;
@@ -3038,7 +3078,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3038
3078
  }
3039
3079
  .ant-btn-dashed:hover > a:only-child,
3040
3080
  .ant-btn-dashed:focus > a:only-child {
3041
- color: currentColor;
3081
+ color: currentcolor;
3042
3082
  }
3043
3083
  .ant-btn-dashed:hover > a:only-child::after,
3044
3084
  .ant-btn-dashed:focus > a:only-child::after {
@@ -3056,7 +3096,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3056
3096
  background: #fff;
3057
3097
  }
3058
3098
  .ant-btn-dashed:active > a:only-child {
3059
- color: currentColor;
3099
+ color: currentcolor;
3060
3100
  }
3061
3101
  .ant-btn-dashed:active > a:only-child::after {
3062
3102
  position: absolute;
@@ -3081,7 +3121,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3081
3121
  .ant-btn-dashed[disabled]:hover > a:only-child,
3082
3122
  .ant-btn-dashed[disabled]:focus > a:only-child,
3083
3123
  .ant-btn-dashed[disabled]:active > a:only-child {
3084
- color: currentColor;
3124
+ color: currentcolor;
3085
3125
  }
3086
3126
  .ant-btn-dashed[disabled] > a:only-child::after,
3087
3127
  .ant-btn-dashed[disabled]:hover > a:only-child::after,
@@ -3103,7 +3143,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3103
3143
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
3104
3144
  }
3105
3145
  .ant-btn-danger > a:only-child {
3106
- color: currentColor;
3146
+ color: currentcolor;
3107
3147
  }
3108
3148
  .ant-btn-danger > a:only-child::after {
3109
3149
  position: absolute;
@@ -3122,7 +3162,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3122
3162
  }
3123
3163
  .ant-btn-danger:hover > a:only-child,
3124
3164
  .ant-btn-danger:focus > a:only-child {
3125
- color: currentColor;
3165
+ color: currentcolor;
3126
3166
  }
3127
3167
  .ant-btn-danger:hover > a:only-child::after,
3128
3168
  .ant-btn-danger:focus > a:only-child::after {
@@ -3140,7 +3180,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3140
3180
  background: #d9363e;
3141
3181
  }
3142
3182
  .ant-btn-danger:active > a:only-child {
3143
- color: currentColor;
3183
+ color: currentcolor;
3144
3184
  }
3145
3185
  .ant-btn-danger:active > a:only-child::after {
3146
3186
  position: absolute;
@@ -3165,7 +3205,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3165
3205
  .ant-btn-danger[disabled]:hover > a:only-child,
3166
3206
  .ant-btn-danger[disabled]:focus > a:only-child,
3167
3207
  .ant-btn-danger[disabled]:active > a:only-child {
3168
- color: currentColor;
3208
+ color: currentcolor;
3169
3209
  }
3170
3210
  .ant-btn-danger[disabled] > a:only-child::after,
3171
3211
  .ant-btn-danger[disabled]:hover > a:only-child::after,
@@ -3186,7 +3226,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3186
3226
  box-shadow: none;
3187
3227
  }
3188
3228
  .ant-btn-link > a:only-child {
3189
- color: currentColor;
3229
+ color: currentcolor;
3190
3230
  }
3191
3231
  .ant-btn-link > a:only-child::after {
3192
3232
  position: absolute;
@@ -3205,7 +3245,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3205
3245
  }
3206
3246
  .ant-btn-link:hover > a:only-child,
3207
3247
  .ant-btn-link:focus > a:only-child {
3208
- color: currentColor;
3248
+ color: currentcolor;
3209
3249
  }
3210
3250
  .ant-btn-link:hover > a:only-child::after,
3211
3251
  .ant-btn-link:focus > a:only-child::after {
@@ -3223,7 +3263,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3223
3263
  background: transparent;
3224
3264
  }
3225
3265
  .ant-btn-link:active > a:only-child {
3226
- color: currentColor;
3266
+ color: currentcolor;
3227
3267
  }
3228
3268
  .ant-btn-link:active > a:only-child::after {
3229
3269
  position: absolute;
@@ -3248,7 +3288,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3248
3288
  .ant-btn-link[disabled]:hover > a:only-child,
3249
3289
  .ant-btn-link[disabled]:focus > a:only-child,
3250
3290
  .ant-btn-link[disabled]:active > a:only-child {
3251
- color: currentColor;
3291
+ color: currentcolor;
3252
3292
  }
3253
3293
  .ant-btn-link[disabled] > a:only-child::after,
3254
3294
  .ant-btn-link[disabled]:hover > a:only-child::after,
@@ -3284,7 +3324,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3284
3324
  .ant-btn-link[disabled]:hover > a:only-child,
3285
3325
  .ant-btn-link[disabled]:focus > a:only-child,
3286
3326
  .ant-btn-link[disabled]:active > a:only-child {
3287
- color: currentColor;
3327
+ color: currentcolor;
3288
3328
  }
3289
3329
  .ant-btn-link[disabled] > a:only-child::after,
3290
3330
  .ant-btn-link[disabled]:hover > a:only-child::after,
@@ -3305,7 +3345,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3305
3345
  box-shadow: none;
3306
3346
  }
3307
3347
  .ant-btn-text > a:only-child {
3308
- color: currentColor;
3348
+ color: currentcolor;
3309
3349
  }
3310
3350
  .ant-btn-text > a:only-child::after {
3311
3351
  position: absolute;
@@ -3324,7 +3364,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3324
3364
  }
3325
3365
  .ant-btn-text:hover > a:only-child,
3326
3366
  .ant-btn-text:focus > a:only-child {
3327
- color: currentColor;
3367
+ color: currentcolor;
3328
3368
  }
3329
3369
  .ant-btn-text:hover > a:only-child::after,
3330
3370
  .ant-btn-text:focus > a:only-child::after {
@@ -3342,7 +3382,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3342
3382
  background: transparent;
3343
3383
  }
3344
3384
  .ant-btn-text:active > a:only-child {
3345
- color: currentColor;
3385
+ color: currentcolor;
3346
3386
  }
3347
3387
  .ant-btn-text:active > a:only-child::after {
3348
3388
  position: absolute;
@@ -3367,7 +3407,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3367
3407
  .ant-btn-text[disabled]:hover > a:only-child,
3368
3408
  .ant-btn-text[disabled]:focus > a:only-child,
3369
3409
  .ant-btn-text[disabled]:active > a:only-child {
3370
- color: currentColor;
3410
+ color: currentcolor;
3371
3411
  }
3372
3412
  .ant-btn-text[disabled] > a:only-child::after,
3373
3413
  .ant-btn-text[disabled]:hover > a:only-child::after,
@@ -3406,7 +3446,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3406
3446
  .ant-btn-text[disabled]:hover > a:only-child,
3407
3447
  .ant-btn-text[disabled]:focus > a:only-child,
3408
3448
  .ant-btn-text[disabled]:active > a:only-child {
3409
- color: currentColor;
3449
+ color: currentcolor;
3410
3450
  }
3411
3451
  .ant-btn-text[disabled] > a:only-child::after,
3412
3452
  .ant-btn-text[disabled]:hover > a:only-child::after,
@@ -3426,7 +3466,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3426
3466
  background: #fff;
3427
3467
  }
3428
3468
  .ant-btn-dangerous > a:only-child {
3429
- color: currentColor;
3469
+ color: currentcolor;
3430
3470
  }
3431
3471
  .ant-btn-dangerous > a:only-child::after {
3432
3472
  position: absolute;
@@ -3445,7 +3485,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3445
3485
  }
3446
3486
  .ant-btn-dangerous:hover > a:only-child,
3447
3487
  .ant-btn-dangerous:focus > a:only-child {
3448
- color: currentColor;
3488
+ color: currentcolor;
3449
3489
  }
3450
3490
  .ant-btn-dangerous:hover > a:only-child::after,
3451
3491
  .ant-btn-dangerous:focus > a:only-child::after {
@@ -3463,7 +3503,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3463
3503
  background: #fff;
3464
3504
  }
3465
3505
  .ant-btn-dangerous:active > a:only-child {
3466
- color: currentColor;
3506
+ color: currentcolor;
3467
3507
  }
3468
3508
  .ant-btn-dangerous:active > a:only-child::after {
3469
3509
  position: absolute;
@@ -3488,7 +3528,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3488
3528
  .ant-btn-dangerous[disabled]:hover > a:only-child,
3489
3529
  .ant-btn-dangerous[disabled]:focus > a:only-child,
3490
3530
  .ant-btn-dangerous[disabled]:active > a:only-child {
3491
- color: currentColor;
3531
+ color: currentcolor;
3492
3532
  }
3493
3533
  .ant-btn-dangerous[disabled] > a:only-child::after,
3494
3534
  .ant-btn-dangerous[disabled]:hover > a:only-child::after,
@@ -3510,7 +3550,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3510
3550
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
3511
3551
  }
3512
3552
  .ant-btn-dangerous.ant-btn-primary > a:only-child {
3513
- color: currentColor;
3553
+ color: currentcolor;
3514
3554
  }
3515
3555
  .ant-btn-dangerous.ant-btn-primary > a:only-child::after {
3516
3556
  position: absolute;
@@ -3529,7 +3569,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3529
3569
  }
3530
3570
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
3531
3571
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
3532
- color: currentColor;
3572
+ color: currentcolor;
3533
3573
  }
3534
3574
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
3535
3575
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
@@ -3547,7 +3587,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3547
3587
  background: #d9363e;
3548
3588
  }
3549
3589
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child {
3550
- color: currentColor;
3590
+ color: currentcolor;
3551
3591
  }
3552
3592
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
3553
3593
  position: absolute;
@@ -3572,7 +3612,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3572
3612
  .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
3573
3613
  .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
3574
3614
  .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
3575
- color: currentColor;
3615
+ color: currentcolor;
3576
3616
  }
3577
3617
  .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
3578
3618
  .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -3593,7 +3633,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3593
3633
  box-shadow: none;
3594
3634
  }
3595
3635
  .ant-btn-dangerous.ant-btn-link > a:only-child {
3596
- color: currentColor;
3636
+ color: currentcolor;
3597
3637
  }
3598
3638
  .ant-btn-dangerous.ant-btn-link > a:only-child::after {
3599
3639
  position: absolute;
@@ -3612,7 +3652,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3612
3652
  }
3613
3653
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
3614
3654
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
3615
- color: currentColor;
3655
+ color: currentcolor;
3616
3656
  }
3617
3657
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
3618
3658
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -3630,7 +3670,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3630
3670
  background: transparent;
3631
3671
  }
3632
3672
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
3633
- color: currentColor;
3673
+ color: currentcolor;
3634
3674
  }
3635
3675
  .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
3636
3676
  position: absolute;
@@ -3655,7 +3695,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3655
3695
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
3656
3696
  .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
3657
3697
  .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
3658
- color: currentColor;
3698
+ color: currentcolor;
3659
3699
  }
3660
3700
  .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
3661
3701
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -3677,7 +3717,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3677
3717
  }
3678
3718
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
3679
3719
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
3680
- color: currentColor;
3720
+ color: currentcolor;
3681
3721
  }
3682
3722
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
3683
3723
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -3695,7 +3735,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3695
3735
  background: transparent;
3696
3736
  }
3697
3737
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
3698
- color: currentColor;
3738
+ color: currentcolor;
3699
3739
  }
3700
3740
  .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
3701
3741
  position: absolute;
@@ -3720,7 +3760,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3720
3760
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
3721
3761
  .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
3722
3762
  .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
3723
- color: currentColor;
3763
+ color: currentcolor;
3724
3764
  }
3725
3765
  .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
3726
3766
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -3741,7 +3781,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3741
3781
  box-shadow: none;
3742
3782
  }
3743
3783
  .ant-btn-dangerous.ant-btn-text > a:only-child {
3744
- color: currentColor;
3784
+ color: currentcolor;
3745
3785
  }
3746
3786
  .ant-btn-dangerous.ant-btn-text > a:only-child::after {
3747
3787
  position: absolute;
@@ -3760,7 +3800,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3760
3800
  }
3761
3801
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
3762
3802
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
3763
- color: currentColor;
3803
+ color: currentcolor;
3764
3804
  }
3765
3805
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
3766
3806
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
@@ -3778,7 +3818,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3778
3818
  background: transparent;
3779
3819
  }
3780
3820
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
3781
- color: currentColor;
3821
+ color: currentcolor;
3782
3822
  }
3783
3823
  .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
3784
3824
  position: absolute;
@@ -3803,7 +3843,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3803
3843
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
3804
3844
  .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
3805
3845
  .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
3806
- color: currentColor;
3846
+ color: currentcolor;
3807
3847
  }
3808
3848
  .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
3809
3849
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
@@ -3825,7 +3865,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3825
3865
  }
3826
3866
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
3827
3867
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
3828
- color: currentColor;
3868
+ color: currentcolor;
3829
3869
  }
3830
3870
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
3831
3871
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
@@ -3843,7 +3883,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3843
3883
  background: rgba(0, 0, 0, 0.028);
3844
3884
  }
3845
3885
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
3846
- color: currentColor;
3886
+ color: currentcolor;
3847
3887
  }
3848
3888
  .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
3849
3889
  position: absolute;
@@ -3868,7 +3908,7 @@ nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
3868
3908
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
3869
3909
  .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
3870
3910
  .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
3871
- color: currentColor;
3911
+ color: currentcolor;
3872
3912
  }
3873
3913
  .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
3874
3914
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
@@ -3979,7 +4019,7 @@ a.ant-btn-icon-only > .anticon {
3979
4019
  }
3980
4020
  .ant-btn .anticon.anticon-plus > svg,
3981
4021
  .ant-btn .anticon.anticon-minus > svg {
3982
- shape-rendering: optimizeSpeed;
4022
+ shape-rendering: optimizespeed;
3983
4023
  }
3984
4024
  .ant-btn.ant-btn-loading {
3985
4025
  position: relative;
@@ -4024,36 +4064,6 @@ a.ant-btn-icon-only > .anticon {
4024
4064
  .ant-btn-group .ant-btn-icon-only {
4025
4065
  font-size: 12px;
4026
4066
  }
4027
- .ant-btn-group-lg > .ant-btn,
4028
- .ant-btn-group-lg > span > .ant-btn {
4029
- height: 32px;
4030
- padding: 3.3px 11px;
4031
- font-size: 14px;
4032
- border-radius: 0;
4033
- }
4034
- .ant-btn-group-lg .ant-btn.ant-btn-icon-only {
4035
- width: 32px;
4036
- height: 32px;
4037
- padding-right: 0;
4038
- padding-left: 0;
4039
- }
4040
- .ant-btn-group-sm > .ant-btn,
4041
- .ant-btn-group-sm > span > .ant-btn {
4042
- height: 22px;
4043
- padding: 0px 7px;
4044
- font-size: 12px;
4045
- border-radius: 0;
4046
- }
4047
- .ant-btn-group-sm > .ant-btn > .anticon,
4048
- .ant-btn-group-sm > span > .ant-btn > .anticon {
4049
- font-size: 12px;
4050
- }
4051
- .ant-btn-group-sm .ant-btn.ant-btn-icon-only {
4052
- width: 22px;
4053
- height: 22px;
4054
- padding-right: 0;
4055
- padding-left: 0;
4056
- }
4057
4067
  .ant-btn-group .ant-btn + .ant-btn,
4058
4068
  .ant-btn + .ant-btn-group,
4059
4069
  .ant-btn-group span + .ant-btn,
@@ -4195,7 +4205,7 @@ a.ant-btn-icon-only > .anticon {
4195
4205
  text-shadow: none;
4196
4206
  }
4197
4207
  .ant-btn-background-ghost.ant-btn-primary > a:only-child {
4198
- color: currentColor;
4208
+ color: currentcolor;
4199
4209
  }
4200
4210
  .ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
4201
4211
  position: absolute;
@@ -4213,7 +4223,7 @@ a.ant-btn-icon-only > .anticon {
4213
4223
  }
4214
4224
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
4215
4225
  .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
4216
- color: currentColor;
4226
+ color: currentcolor;
4217
4227
  }
4218
4228
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
4219
4229
  .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
@@ -4230,7 +4240,7 @@ a.ant-btn-icon-only > .anticon {
4230
4240
  border-color: #096dd9;
4231
4241
  }
4232
4242
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
4233
- color: currentColor;
4243
+ color: currentcolor;
4234
4244
  }
4235
4245
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
4236
4246
  position: absolute;
@@ -4255,7 +4265,7 @@ a.ant-btn-icon-only > .anticon {
4255
4265
  .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
4256
4266
  .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
4257
4267
  .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
4258
- color: currentColor;
4268
+ color: currentcolor;
4259
4269
  }
4260
4270
  .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
4261
4271
  .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -4275,7 +4285,7 @@ a.ant-btn-icon-only > .anticon {
4275
4285
  text-shadow: none;
4276
4286
  }
4277
4287
  .ant-btn-background-ghost.ant-btn-danger > a:only-child {
4278
- color: currentColor;
4288
+ color: currentcolor;
4279
4289
  }
4280
4290
  .ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
4281
4291
  position: absolute;
@@ -4293,7 +4303,7 @@ a.ant-btn-icon-only > .anticon {
4293
4303
  }
4294
4304
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
4295
4305
  .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
4296
- color: currentColor;
4306
+ color: currentcolor;
4297
4307
  }
4298
4308
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
4299
4309
  .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
@@ -4310,7 +4320,7 @@ a.ant-btn-icon-only > .anticon {
4310
4320
  border-color: #d9363e;
4311
4321
  }
4312
4322
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
4313
- color: currentColor;
4323
+ color: currentcolor;
4314
4324
  }
4315
4325
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
4316
4326
  position: absolute;
@@ -4335,7 +4345,7 @@ a.ant-btn-icon-only > .anticon {
4335
4345
  .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
4336
4346
  .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
4337
4347
  .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
4338
- color: currentColor;
4348
+ color: currentcolor;
4339
4349
  }
4340
4350
  .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
4341
4351
  .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
@@ -4355,7 +4365,7 @@ a.ant-btn-icon-only > .anticon {
4355
4365
  text-shadow: none;
4356
4366
  }
4357
4367
  .ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
4358
- color: currentColor;
4368
+ color: currentcolor;
4359
4369
  }
4360
4370
  .ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
4361
4371
  position: absolute;
@@ -4373,7 +4383,7 @@ a.ant-btn-icon-only > .anticon {
4373
4383
  }
4374
4384
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
4375
4385
  .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
4376
- color: currentColor;
4386
+ color: currentcolor;
4377
4387
  }
4378
4388
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
4379
4389
  .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
@@ -4390,7 +4400,7 @@ a.ant-btn-icon-only > .anticon {
4390
4400
  border-color: #d9363e;
4391
4401
  }
4392
4402
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
4393
- color: currentColor;
4403
+ color: currentcolor;
4394
4404
  }
4395
4405
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
4396
4406
  position: absolute;
@@ -4415,7 +4425,7 @@ a.ant-btn-icon-only > .anticon {
4415
4425
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
4416
4426
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
4417
4427
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
4418
- color: currentColor;
4428
+ color: currentcolor;
4419
4429
  }
4420
4430
  .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
4421
4431
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
@@ -4435,7 +4445,7 @@ a.ant-btn-icon-only > .anticon {
4435
4445
  text-shadow: none;
4436
4446
  }
4437
4447
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
4438
- color: currentColor;
4448
+ color: currentcolor;
4439
4449
  }
4440
4450
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
4441
4451
  position: absolute;
@@ -4453,7 +4463,7 @@ a.ant-btn-icon-only > .anticon {
4453
4463
  }
4454
4464
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
4455
4465
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
4456
- color: currentColor;
4466
+ color: currentcolor;
4457
4467
  }
4458
4468
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
4459
4469
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -4470,7 +4480,7 @@ a.ant-btn-icon-only > .anticon {
4470
4480
  border-color: transparent;
4471
4481
  }
4472
4482
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
4473
- color: currentColor;
4483
+ color: currentcolor;
4474
4484
  }
4475
4485
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
4476
4486
  position: absolute;
@@ -4495,7 +4505,7 @@ a.ant-btn-icon-only > .anticon {
4495
4505
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
4496
4506
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
4497
4507
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
4498
- color: currentColor;
4508
+ color: currentcolor;
4499
4509
  }
4500
4510
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
4501
4511
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -4516,7 +4526,7 @@ a.ant-btn-icon-only > .anticon {
4516
4526
  margin-right: -0.34em;
4517
4527
  letter-spacing: 0.34em;
4518
4528
  }
4519
- .ant-btn-block {
4529
+ .ant-btn.ant-btn-block {
4520
4530
  width: 100%;
4521
4531
  }
4522
4532
  .ant-btn:empty {
@@ -5378,6 +5388,7 @@ nz-carousel {
5378
5388
  }
5379
5389
  .ant-checkbox-disabled .ant-checkbox-input {
5380
5390
  cursor: not-allowed;
5391
+ pointer-events: none;
5381
5392
  }
5382
5393
  .ant-checkbox-disabled .ant-checkbox-inner {
5383
5394
  background-color: #f5f5f5;
@@ -5423,6 +5434,10 @@ nz-carousel {
5423
5434
  .ant-checkbox-wrapper + .ant-checkbox-wrapper {
5424
5435
  margin-left: 8px;
5425
5436
  }
5437
+ .ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
5438
+ width: 14px;
5439
+ height: 14px;
5440
+ }
5426
5441
  .ant-checkbox + span {
5427
5442
  padding-right: 8px;
5428
5443
  padding-left: 8px;
@@ -5578,6 +5593,9 @@ nz-carousel {
5578
5593
  .ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
5579
5594
  border-radius: 0;
5580
5595
  }
5596
+ .ant-collapse-borderless > .ant-collapse-item:last-child {
5597
+ border-bottom: 0;
5598
+ }
5581
5599
  .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
5582
5600
  background-color: transparent;
5583
5601
  border-top: 0;
@@ -5744,6 +5762,30 @@ nz-comment {
5744
5762
  nz-comment-content {
5745
5763
  display: block;
5746
5764
  }
5765
+ .ant-picker-status-error.ant-picker,
5766
+ .ant-picker-status-error.ant-picker:not([disabled]):hover {
5767
+ background-color: #fff;
5768
+ border-color: #ff4d4f;
5769
+ }
5770
+ .ant-picker-status-error.ant-picker-focused,
5771
+ .ant-picker-status-error.ant-picker:focus {
5772
+ border-color: #ff7875;
5773
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
5774
+ border-right-width: 1px;
5775
+ outline: 0;
5776
+ }
5777
+ .ant-picker-status-warning.ant-picker,
5778
+ .ant-picker-status-warning.ant-picker:not([disabled]):hover {
5779
+ background-color: #fff;
5780
+ border-color: #faad14;
5781
+ }
5782
+ .ant-picker-status-warning.ant-picker-focused,
5783
+ .ant-picker-status-warning.ant-picker:focus {
5784
+ border-color: #ffc53d;
5785
+ box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
5786
+ border-right-width: 1px;
5787
+ outline: 0;
5788
+ }
5747
5789
  .ant-picker {
5748
5790
  box-sizing: border-box;
5749
5791
  margin: 0;
@@ -5766,7 +5808,7 @@ nz-comment-content {
5766
5808
  .ant-picker:hover,
5767
5809
  .ant-picker-focused {
5768
5810
  border-color: #40a9ff;
5769
- border-right-width: 1px !important;
5811
+ border-right-width: 1px;
5770
5812
  }
5771
5813
  .ant-input-rtl .ant-picker:hover,
5772
5814
  .ant-input-rtl .ant-picker-focused {
@@ -5776,7 +5818,7 @@ nz-comment-content {
5776
5818
  .ant-picker-focused {
5777
5819
  border-color: #40a9ff;
5778
5820
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
5779
- border-right-width: 1px !important;
5821
+ border-right-width: 1px;
5780
5822
  outline: 0;
5781
5823
  }
5782
5824
  .ant-input-rtl .ant-picker-focused {
@@ -5847,7 +5889,7 @@ nz-comment-content {
5847
5889
  }
5848
5890
  .ant-picker-input > input:hover {
5849
5891
  border-color: #40a9ff;
5850
- border-right-width: 1px !important;
5892
+ border-right-width: 1px;
5851
5893
  }
5852
5894
  .ant-input-rtl .ant-picker-input > input:hover {
5853
5895
  border-right-width: 0;
@@ -5857,7 +5899,7 @@ nz-comment-content {
5857
5899
  .ant-picker-input > input-focused {
5858
5900
  border-color: #40a9ff;
5859
5901
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
5860
- border-right-width: 1px !important;
5902
+ border-right-width: 1px;
5861
5903
  outline: 0;
5862
5904
  }
5863
5905
  .ant-input-rtl .ant-picker-input > input:focus,
@@ -5876,7 +5918,7 @@ nz-comment-content {
5876
5918
  }
5877
5919
  .ant-picker-input > input-disabled:hover {
5878
5920
  border-color: #d9d9d9;
5879
- border-right-width: 1px !important;
5921
+ border-right-width: 1px;
5880
5922
  }
5881
5923
  .ant-picker-input > input[disabled] {
5882
5924
  background-color: #f5f5f5;
@@ -5889,7 +5931,7 @@ nz-comment-content {
5889
5931
  }
5890
5932
  .ant-picker-input > input[disabled]:hover {
5891
5933
  border-color: #d9d9d9;
5892
- border-right-width: 1px !important;
5934
+ border-right-width: 1px;
5893
5935
  }
5894
5936
  .ant-picker-input > input-borderless,
5895
5937
  .ant-picker-input > input-borderless:hover,
@@ -5941,6 +5983,8 @@ textarea.ant-picker-input > input {
5941
5983
  padding: 0px 7px 0px;
5942
5984
  }
5943
5985
  .ant-picker-suffix {
5986
+ display: flex;
5987
+ flex: none;
5944
5988
  align-self: center;
5945
5989
  margin-left: 2px;
5946
5990
  color: rgba(0, 0, 0, 0.25);
@@ -5950,6 +5994,9 @@ textarea.ant-picker-input > input {
5950
5994
  .ant-picker-suffix > * {
5951
5995
  vertical-align: top;
5952
5996
  }
5997
+ .ant-picker-suffix > *:not(:last-child) {
5998
+ margin-right: 8px;
5999
+ }
5953
6000
  .ant-picker-clear {
5954
6001
  position: absolute;
5955
6002
  top: 50%;
@@ -6028,20 +6075,22 @@ textarea.ant-picker-input > input {
6028
6075
  list-style: none;
6029
6076
  font-feature-settings: 'tnum';
6030
6077
  position: absolute;
6078
+ top: -9999px;
6079
+ left: -9999px;
6031
6080
  z-index: 1050;
6032
6081
  }
6033
6082
  .ant-picker-dropdown-hidden {
6034
6083
  display: none;
6035
6084
  }
6036
6085
  .ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
6037
- top: 1.66666667px;
6086
+ top: 2.58561808px;
6038
6087
  display: block;
6039
- transform: rotate(-45deg);
6088
+ transform: rotate(-135deg) translateY(1px);
6040
6089
  }
6041
6090
  .ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
6042
- bottom: 1.66666667px;
6091
+ bottom: 2.58561808px;
6043
6092
  display: block;
6044
- transform: rotate(135deg);
6093
+ transform: rotate(45deg);
6045
6094
  }
6046
6095
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
6047
6096
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
@@ -6064,7 +6113,7 @@ textarea.ant-picker-input > input {
6064
6113
  animation-name: antSlideUpOut;
6065
6114
  }
6066
6115
  .ant-picker-dropdown-range {
6067
- padding: 6.66666667px 0;
6116
+ padding: 7.54247233px 0;
6068
6117
  }
6069
6118
  .ant-picker-dropdown-range-hidden {
6070
6119
  display: none;
@@ -6100,21 +6149,38 @@ textarea.ant-picker-input > input {
6100
6149
  position: absolute;
6101
6150
  z-index: 1;
6102
6151
  display: none;
6103
- width: 10px;
6104
- height: 10px;
6152
+ width: 11.3137085px;
6153
+ height: 11.3137085px;
6105
6154
  margin-left: 10.5px;
6106
- box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
6155
+ background: linear-gradient(135deg, transparent 40%, #fff 40%);
6156
+ box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
6107
6157
  transition: left 0.3s ease-out;
6158
+ border-radius: 0 0 2px;
6159
+ pointer-events: none;
6108
6160
  }
6109
- .ant-picker-range-arrow::after {
6161
+ .ant-picker-range-arrow::before {
6110
6162
  position: absolute;
6111
- top: 1px;
6112
- right: 1px;
6113
- width: 10px;
6114
- height: 10px;
6115
- border: 5px solid #f0f0f0;
6116
- border-color: #fff #fff transparent transparent;
6163
+ top: -11.3137085px;
6164
+ left: -11.3137085px;
6165
+ width: 33.9411255px;
6166
+ height: 33.9411255px;
6167
+ background: #fff;
6168
+ background-repeat: no-repeat;
6169
+ background-position: -10px -10px;
6170
+ content: '';
6171
+ 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');
6172
+ }
6173
+ .ant-picker-range-arrow::before {
6174
+ position: absolute;
6175
+ top: -11.3137085px;
6176
+ left: -11.3137085px;
6177
+ width: 33.9411255px;
6178
+ height: 33.9411255px;
6179
+ background: #fff;
6180
+ background-repeat: no-repeat;
6181
+ background-position: -10px -10px;
6117
6182
  content: '';
6183
+ 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');
6118
6184
  }
6119
6185
  .ant-picker-panel-container {
6120
6186
  overflow: hidden;
@@ -6224,7 +6290,7 @@ textarea.ant-picker-input > input {
6224
6290
  display: inline-block;
6225
6291
  width: 7px;
6226
6292
  height: 7px;
6227
- border: 0 solid currentColor;
6293
+ border: 0 solid currentcolor;
6228
6294
  border-width: 1.5px 0 0 1.5px;
6229
6295
  content: '';
6230
6296
  }
@@ -6236,7 +6302,7 @@ textarea.ant-picker-input > input {
6236
6302
  display: inline-block;
6237
6303
  width: 7px;
6238
6304
  height: 7px;
6239
- border: 0 solid currentColor;
6305
+ border: 0 solid currentcolor;
6240
6306
  border-width: 1.5px 0 0 1.5px;
6241
6307
  content: '';
6242
6308
  }
@@ -6638,7 +6704,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
6638
6704
  background: transparent;
6639
6705
  cursor: not-allowed;
6640
6706
  }
6641
- /* stylelint-disable-next-line selector-type-no-unknown,selector-no-vendor-prefix */
6707
+ /* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
6642
6708
  _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
6643
6709
  :root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
6644
6710
  _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
@@ -6787,6 +6853,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
6787
6853
  .ant-picker-inline .ant-picker-dropdown {
6788
6854
  z-index: auto;
6789
6855
  }
6856
+ .ant-picker-dropdown {
6857
+ top: unset;
6858
+ left: unset;
6859
+ }
6790
6860
  .ant-descriptions-header {
6791
6861
  display: flex;
6792
6862
  align-items: center;
@@ -6809,7 +6879,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
6809
6879
  }
6810
6880
  .ant-descriptions-view {
6811
6881
  width: 100%;
6812
- overflow: hidden;
6813
6882
  border-radius: 2px;
6814
6883
  }
6815
6884
  .ant-descriptions-view table {
@@ -7003,9 +7072,6 @@ nz-descriptions {
7003
7072
  border-style: dashed;
7004
7073
  border-width: 1px 0 0;
7005
7074
  }
7006
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
7007
- border-top: 0;
7008
- }
7009
7075
  .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
7010
7076
  .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
7011
7077
  border-style: dashed none none;
@@ -7018,6 +7084,24 @@ nz-descriptions {
7018
7084
  font-weight: normal;
7019
7085
  font-size: 12px;
7020
7086
  }
7087
+ .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
7088
+ width: 0;
7089
+ }
7090
+ .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
7091
+ width: 100%;
7092
+ }
7093
+ .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
7094
+ padding-left: 0;
7095
+ }
7096
+ .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
7097
+ width: 100%;
7098
+ }
7099
+ .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
7100
+ width: 0;
7101
+ }
7102
+ .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
7103
+ padding-right: 0;
7104
+ }
7021
7105
  .ant-divider-rtl {
7022
7106
  direction: rtl;
7023
7107
  }
@@ -7286,35 +7370,58 @@ nz-descriptions {
7286
7370
  .ant-dropdown-menu-submenu-hidden {
7287
7371
  display: none;
7288
7372
  }
7289
- .ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
7290
7373
  .ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
7374
+ .ant-dropdown-show-arrow.ant-dropdown-placement-top,
7291
7375
  .ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
7292
- padding-bottom: 10px;
7376
+ padding-bottom: 15.3137085px;
7293
7377
  }
7294
- .ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
7295
7378
  .ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
7379
+ .ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
7296
7380
  .ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
7297
- padding-top: 10px;
7381
+ padding-top: 15.3137085px;
7298
7382
  }
7299
7383
  .ant-dropdown-arrow {
7300
7384
  position: absolute;
7301
7385
  z-index: 1;
7302
7386
  display: block;
7303
- width: 8.48528137px;
7304
- height: 8.48528137px;
7305
- background: transparent;
7306
- border-style: solid;
7307
- border-width: 4.24264069px;
7308
- transform: rotate(45deg);
7387
+ width: 11.3137085px;
7388
+ height: 11.3137085px;
7389
+ background: linear-gradient(135deg, transparent 40%, #fff 40%);
7390
+ border-radius: 0 0 2px;
7391
+ pointer-events: none;
7392
+ }
7393
+ .ant-dropdown-arrow::before {
7394
+ position: absolute;
7395
+ top: -11.3137085px;
7396
+ left: -11.3137085px;
7397
+ width: 33.9411255px;
7398
+ height: 33.9411255px;
7399
+ background: #fff;
7400
+ background-repeat: no-repeat;
7401
+ background-position: -10px -10px;
7402
+ content: '';
7403
+ 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');
7404
+ }
7405
+ .ant-dropdown-arrow::before {
7406
+ position: absolute;
7407
+ top: -11.3137085px;
7408
+ left: -11.3137085px;
7409
+ width: 33.9411255px;
7410
+ height: 33.9411255px;
7411
+ background: #fff;
7412
+ background-repeat: no-repeat;
7413
+ background-position: -10px -10px;
7414
+ content: '';
7415
+ 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');
7309
7416
  }
7310
- .ant-dropdown-placement-topCenter > .ant-dropdown-arrow,
7417
+ .ant-dropdown-placement-top > .ant-dropdown-arrow,
7311
7418
  .ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
7312
7419
  .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
7313
- bottom: 6.2px;
7314
- border-color: transparent #fff #fff transparent;
7315
- box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
7420
+ bottom: 10px;
7421
+ box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
7422
+ transform: rotate(45deg);
7316
7423
  }
7317
- .ant-dropdown-placement-topCenter > .ant-dropdown-arrow {
7424
+ .ant-dropdown-placement-top > .ant-dropdown-arrow {
7318
7425
  left: 50%;
7319
7426
  transform: translateX(-50%) rotate(45deg);
7320
7427
  }
@@ -7324,16 +7431,16 @@ nz-descriptions {
7324
7431
  .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
7325
7432
  right: 16px;
7326
7433
  }
7327
- .ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
7434
+ .ant-dropdown-placement-bottom > .ant-dropdown-arrow,
7328
7435
  .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
7329
7436
  .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
7330
- top: 6px;
7331
- border-color: #fff transparent transparent #fff;
7332
- box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
7437
+ top: 9.41421356px;
7438
+ box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
7439
+ transform: rotate(-135deg) translateY(-0.5px);
7333
7440
  }
7334
- .ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow {
7441
+ .ant-dropdown-placement-bottom > .ant-dropdown-arrow {
7335
7442
  left: 50%;
7336
- transform: translateX(-50%) rotate(45deg);
7443
+ transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
7337
7444
  }
7338
7445
  .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
7339
7446
  left: 16px;
@@ -7410,7 +7517,6 @@ nz-descriptions {
7410
7517
  font-weight: normal;
7411
7518
  font-size: 12px;
7412
7519
  line-height: 18px;
7413
- white-space: nowrap;
7414
7520
  cursor: pointer;
7415
7521
  transition: all 0.3s;
7416
7522
  }
@@ -7420,7 +7526,11 @@ nz-descriptions {
7420
7526
  background-color: #e6f7ff;
7421
7527
  }
7422
7528
  .ant-dropdown-menu-item:hover,
7423
- .ant-dropdown-menu-submenu-title:hover {
7529
+ .ant-dropdown-menu-submenu-title:hover,
7530
+ .ant-dropdown-menu-item.ant-dropdown-menu-item-active,
7531
+ .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
7532
+ .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
7533
+ .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
7424
7534
  background-color: #f5f5f5;
7425
7535
  }
7426
7536
  .ant-dropdown-menu-item-disabled,
@@ -7488,27 +7598,27 @@ nz-descriptions {
7488
7598
  }
7489
7599
  .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
7490
7600
  .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
7491
- .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomCenter,
7492
- .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomCenter,
7601
+ .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
7602
+ .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
7493
7603
  .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
7494
7604
  .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
7495
7605
  animation-name: antSlideUpIn;
7496
7606
  }
7497
7607
  .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
7498
7608
  .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
7499
- .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topCenter,
7500
- .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topCenter,
7609
+ .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
7610
+ .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
7501
7611
  .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
7502
7612
  .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
7503
7613
  animation-name: antSlideDownIn;
7504
7614
  }
7505
7615
  .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
7506
- .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomCenter,
7616
+ .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
7507
7617
  .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
7508
7618
  animation-name: antSlideUpOut;
7509
7619
  }
7510
7620
  .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
7511
- .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topCenter,
7621
+ .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
7512
7622
  .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
7513
7623
  animation-name: antSlideDownOut;
7514
7624
  }
@@ -7521,6 +7631,14 @@ nz-descriptions {
7521
7631
  .ant-dropdown-button {
7522
7632
  white-space: nowrap;
7523
7633
  }
7634
+ .ant-dropdown-button.ant-btn-group > .ant-btn-loading,
7635
+ .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
7636
+ cursor: default;
7637
+ pointer-events: none;
7638
+ }
7639
+ .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
7640
+ display: block;
7641
+ }
7524
7642
  .ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
7525
7643
  padding-right: 4px;
7526
7644
  padding-left: 4px;
@@ -7722,6 +7840,9 @@ nz-empty {
7722
7840
  .ant-row-space-around {
7723
7841
  justify-content: space-around;
7724
7842
  }
7843
+ .ant-row-space-evenly {
7844
+ justify-content: space-evenly;
7845
+ }
7725
7846
  .ant-row-top {
7726
7847
  align-items: flex-start;
7727
7848
  }
@@ -12913,7 +13034,7 @@ nz-empty {
12913
13034
  }
12914
13035
  .ant-input-affix-wrapper:hover {
12915
13036
  border-color: #40a9ff;
12916
- border-right-width: 1px !important;
13037
+ border-right-width: 1px;
12917
13038
  }
12918
13039
  .ant-input-rtl .ant-input-affix-wrapper:hover {
12919
13040
  border-right-width: 0;
@@ -12923,7 +13044,7 @@ nz-empty {
12923
13044
  .ant-input-affix-wrapper-focused {
12924
13045
  border-color: #40a9ff;
12925
13046
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
12926
- border-right-width: 1px !important;
13047
+ border-right-width: 1px;
12927
13048
  outline: 0;
12928
13049
  }
12929
13050
  .ant-input-rtl .ant-input-affix-wrapper:focus,
@@ -12942,7 +13063,7 @@ nz-empty {
12942
13063
  }
12943
13064
  .ant-input-affix-wrapper-disabled:hover {
12944
13065
  border-color: #d9d9d9;
12945
- border-right-width: 1px !important;
13066
+ border-right-width: 1px;
12946
13067
  }
12947
13068
  .ant-input-affix-wrapper[disabled] {
12948
13069
  background-color: #f5f5f5;
@@ -12955,7 +13076,7 @@ nz-empty {
12955
13076
  }
12956
13077
  .ant-input-affix-wrapper[disabled]:hover {
12957
13078
  border-color: #d9d9d9;
12958
- border-right-width: 1px !important;
13079
+ border-right-width: 1px;
12959
13080
  }
12960
13081
  .ant-input-affix-wrapper-borderless,
12961
13082
  .ant-input-affix-wrapper-borderless:hover,
@@ -12987,7 +13108,7 @@ textarea.ant-input-affix-wrapper {
12987
13108
  }
12988
13109
  .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
12989
13110
  border-color: #40a9ff;
12990
- border-right-width: 1px !important;
13111
+ border-right-width: 1px;
12991
13112
  z-index: 1;
12992
13113
  }
12993
13114
  .ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
@@ -13023,13 +13144,24 @@ textarea.ant-input-affix-wrapper {
13023
13144
  flex: none;
13024
13145
  align-items: center;
13025
13146
  }
13147
+ .ant-input-prefix > *:not(:last-child),
13148
+ .ant-input-suffix > *:not(:last-child) {
13149
+ margin-right: 8px;
13150
+ }
13151
+ .ant-input-show-count-suffix {
13152
+ color: rgba(0, 0, 0, 0.45);
13153
+ }
13154
+ .ant-input-show-count-has-suffix {
13155
+ margin-right: 2px;
13156
+ }
13026
13157
  .ant-input-prefix {
13027
13158
  margin-right: 4px;
13028
13159
  }
13029
13160
  .ant-input-suffix {
13030
13161
  margin-left: 4px;
13031
13162
  }
13032
- .anticon.ant-input-clear-icon {
13163
+ .anticon.ant-input-clear-icon,
13164
+ .ant-input-clear-icon {
13033
13165
  margin: 0;
13034
13166
  color: rgba(0, 0, 0, 0.25);
13035
13167
  font-size: 12px;
@@ -13037,16 +13169,20 @@ textarea.ant-input-affix-wrapper {
13037
13169
  cursor: pointer;
13038
13170
  transition: color 0.3s;
13039
13171
  }
13040
- .anticon.ant-input-clear-icon:hover {
13172
+ .anticon.ant-input-clear-icon:hover,
13173
+ .ant-input-clear-icon:hover {
13041
13174
  color: rgba(0, 0, 0, 0.45);
13042
13175
  }
13043
- .anticon.ant-input-clear-icon:active {
13176
+ .anticon.ant-input-clear-icon:active,
13177
+ .ant-input-clear-icon:active {
13044
13178
  color: rgba(0, 0, 0, 0.85);
13045
13179
  }
13046
- .anticon.ant-input-clear-icon-hidden {
13180
+ .anticon.ant-input-clear-icon-hidden,
13181
+ .ant-input-clear-icon-hidden {
13047
13182
  visibility: hidden;
13048
13183
  }
13049
- .anticon.ant-input-clear-icon-has-suffix {
13184
+ .anticon.ant-input-clear-icon-has-suffix,
13185
+ .ant-input-clear-icon-has-suffix {
13050
13186
  margin: 0 4px;
13051
13187
  }
13052
13188
  .ant-input-affix-wrapper-textarea-with-clear-btn {
@@ -13059,6 +13195,80 @@ textarea.ant-input-affix-wrapper {
13059
13195
  right: 8px;
13060
13196
  z-index: 1;
13061
13197
  }
13198
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
13199
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
13200
+ background: #fff;
13201
+ border-color: #ff4d4f;
13202
+ }
13203
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
13204
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
13205
+ border-color: #ff7875;
13206
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
13207
+ border-right-width: 1px;
13208
+ outline: 0;
13209
+ }
13210
+ .ant-input-status-error .ant-input-prefix {
13211
+ color: #ff4d4f;
13212
+ }
13213
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
13214
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
13215
+ background: #fff;
13216
+ border-color: #faad14;
13217
+ }
13218
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
13219
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
13220
+ border-color: #ffc53d;
13221
+ box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
13222
+ border-right-width: 1px;
13223
+ outline: 0;
13224
+ }
13225
+ .ant-input-status-warning .ant-input-prefix {
13226
+ color: #faad14;
13227
+ }
13228
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
13229
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
13230
+ background: #fff;
13231
+ border-color: #ff4d4f;
13232
+ }
13233
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
13234
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
13235
+ border-color: #ff7875;
13236
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
13237
+ border-right-width: 1px;
13238
+ outline: 0;
13239
+ }
13240
+ .ant-input-affix-wrapper-status-error .ant-input-prefix {
13241
+ color: #ff4d4f;
13242
+ }
13243
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
13244
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
13245
+ background: #fff;
13246
+ border-color: #faad14;
13247
+ }
13248
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
13249
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
13250
+ border-color: #ffc53d;
13251
+ box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
13252
+ border-right-width: 1px;
13253
+ outline: 0;
13254
+ }
13255
+ .ant-input-affix-wrapper-status-warning .ant-input-prefix {
13256
+ color: #faad14;
13257
+ }
13258
+ .ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
13259
+ .ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
13260
+ .ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
13261
+ .ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
13262
+ padding-right: 24px;
13263
+ }
13264
+ .ant-input-group-wrapper-status-error .ant-input-group-addon {
13265
+ color: #ff4d4f;
13266
+ border-color: #ff4d4f;
13267
+ }
13268
+ .ant-input-group-wrapper-status-warning .ant-input-group-addon {
13269
+ color: #faad14;
13270
+ border-color: #faad14;
13271
+ }
13062
13272
  .ant-input {
13063
13273
  box-sizing: border-box;
13064
13274
  margin: 0;
@@ -13104,7 +13314,7 @@ textarea.ant-input-affix-wrapper {
13104
13314
  }
13105
13315
  .ant-input:hover {
13106
13316
  border-color: #40a9ff;
13107
- border-right-width: 1px !important;
13317
+ border-right-width: 1px;
13108
13318
  }
13109
13319
  .ant-input-rtl .ant-input:hover {
13110
13320
  border-right-width: 0;
@@ -13114,7 +13324,7 @@ textarea.ant-input-affix-wrapper {
13114
13324
  .ant-input-focused {
13115
13325
  border-color: #40a9ff;
13116
13326
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
13117
- border-right-width: 1px !important;
13327
+ border-right-width: 1px;
13118
13328
  outline: 0;
13119
13329
  }
13120
13330
  .ant-input-rtl .ant-input:focus,
@@ -13133,7 +13343,7 @@ textarea.ant-input-affix-wrapper {
13133
13343
  }
13134
13344
  .ant-input-disabled:hover {
13135
13345
  border-color: #d9d9d9;
13136
- border-right-width: 1px !important;
13346
+ border-right-width: 1px;
13137
13347
  }
13138
13348
  .ant-input[disabled] {
13139
13349
  background-color: #f5f5f5;
@@ -13146,7 +13356,7 @@ textarea.ant-input-affix-wrapper {
13146
13356
  }
13147
13357
  .ant-input[disabled]:hover {
13148
13358
  border-color: #d9d9d9;
13149
- border-right-width: 1px !important;
13359
+ border-right-width: 1px;
13150
13360
  }
13151
13361
  .ant-input-borderless,
13152
13362
  .ant-input-borderless:hover,
@@ -13516,12 +13726,12 @@ textarea.ant-input {
13516
13726
  text-align: start;
13517
13727
  vertical-align: top;
13518
13728
  }
13519
- .ant-input-password-icon {
13729
+ .ant-input-password-icon.anticon {
13520
13730
  color: rgba(0, 0, 0, 0.45);
13521
13731
  cursor: pointer;
13522
13732
  transition: all 0.3s;
13523
13733
  }
13524
- .ant-input-password-icon:hover {
13734
+ .ant-input-password-icon.anticon:hover {
13525
13735
  color: rgba(0, 0, 0, 0.85);
13526
13736
  }
13527
13737
  .ant-input[type='color'] {
@@ -13545,6 +13755,19 @@ textarea.ant-input {
13545
13755
  content: attr(data-count);
13546
13756
  pointer-events: none;
13547
13757
  }
13758
+ .ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
13759
+ margin-bottom: -22px;
13760
+ }
13761
+ .ant-input-textarea-suffix {
13762
+ position: absolute;
13763
+ top: 0;
13764
+ right: 7px;
13765
+ bottom: 0;
13766
+ z-index: 1;
13767
+ display: inline-flex;
13768
+ align-items: center;
13769
+ margin: auto;
13770
+ }
13548
13771
  .ant-input-search .ant-input:hover,
13549
13772
  .ant-input-search .ant-input:focus {
13550
13773
  border-color: #40a9ff;
@@ -13674,12 +13897,32 @@ textarea.nz-textarea-autosize-measuring {
13674
13897
  width: 32px;
13675
13898
  height: 32px;
13676
13899
  }
13677
- .ant-input-number {
13678
- box-sizing: border-box;
13679
- font-variant: tabular-nums;
13680
- list-style: none;
13681
- font-feature-settings: 'tnum';
13682
- position: relative;
13900
+ .ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-suffix {
13901
+ margin-left: 0;
13902
+ }
13903
+ nz-form-item-feedback-icon.ant-input-suffix {
13904
+ display: flex;
13905
+ flex: none;
13906
+ align-items: center;
13907
+ pointer-events: none;
13908
+ }
13909
+ nz-form-item-feedback-icon.ant-input-suffix {
13910
+ position: absolute;
13911
+ top: 0;
13912
+ right: 0;
13913
+ z-index: 1;
13914
+ height: 100%;
13915
+ margin-right: 8px;
13916
+ margin-left: 4px;
13917
+ }
13918
+ .ant-input-status-error.ant-input-has-feedback,
13919
+ .ant-input-status-warning.ant-input-has-feedback,
13920
+ .ant-input-status-validating.ant-input-has-feedback,
13921
+ .ant-input-status-success.ant-input-has-feedback {
13922
+ padding-right: 16px;
13923
+ }
13924
+ .ant-input-number-affix-wrapper {
13925
+ display: inline-block;
13683
13926
  width: 100%;
13684
13927
  min-width: 0;
13685
13928
  padding: 3px 7px;
@@ -13688,14 +13931,258 @@ textarea.nz-textarea-autosize-measuring {
13688
13931
  line-height: 1.66667;
13689
13932
  background-color: #fff;
13690
13933
  background-image: none;
13934
+ border: 1px solid #d9d9d9;
13935
+ border-radius: 2px;
13691
13936
  transition: all 0.3s;
13692
13937
  /* stylelint-disable-next-line selector-no-vendor-prefix */
13693
13938
  /* stylelint-disable-next-line selector-no-vendor-prefix */
13694
- display: inline-block;
13939
+ position: relative;
13940
+ display: inline-flex;
13695
13941
  width: 90px;
13696
- margin: 0;
13697
13942
  padding: 0;
13698
- border: 1px solid #d9d9d9;
13943
+ padding-inline-start: 7px;
13944
+ }
13945
+ .ant-input-number-affix-wrapper::-moz-placeholder {
13946
+ opacity: 1;
13947
+ }
13948
+ .ant-input-number-affix-wrapper::placeholder {
13949
+ color: #bfbfbf;
13950
+ user-select: none;
13951
+ }
13952
+ .ant-input-number-affix-wrapper:placeholder-shown {
13953
+ text-overflow: ellipsis;
13954
+ }
13955
+ .ant-input-number-affix-wrapper::-moz-placeholder {
13956
+ opacity: 1;
13957
+ }
13958
+ .ant-input-number-affix-wrapper::placeholder {
13959
+ color: #bfbfbf;
13960
+ user-select: none;
13961
+ }
13962
+ .ant-input-number-affix-wrapper:placeholder-shown {
13963
+ text-overflow: ellipsis;
13964
+ }
13965
+ .ant-input-number-affix-wrapper:hover {
13966
+ border-color: #40a9ff;
13967
+ border-right-width: 1px;
13968
+ }
13969
+ .ant-input-rtl .ant-input-number-affix-wrapper:hover {
13970
+ border-right-width: 0;
13971
+ border-left-width: 1px !important;
13972
+ }
13973
+ .ant-input-number-affix-wrapper:focus,
13974
+ .ant-input-number-affix-wrapper-focused {
13975
+ border-color: #40a9ff;
13976
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
13977
+ border-right-width: 1px;
13978
+ outline: 0;
13979
+ }
13980
+ .ant-input-rtl .ant-input-number-affix-wrapper:focus,
13981
+ .ant-input-rtl .ant-input-number-affix-wrapper-focused {
13982
+ border-right-width: 0;
13983
+ border-left-width: 1px !important;
13984
+ }
13985
+ .ant-input-number-affix-wrapper-disabled {
13986
+ background-color: #f5f5f5;
13987
+ border-color: #d9d9d9;
13988
+ box-shadow: none;
13989
+ cursor: not-allowed;
13990
+ opacity: 1;
13991
+ color: rgba(0, 0, 0, 0.25);
13992
+ pointer-events: none;
13993
+ }
13994
+ .ant-input-number-affix-wrapper-disabled:hover {
13995
+ border-color: #d9d9d9;
13996
+ border-right-width: 1px;
13997
+ }
13998
+ .ant-input-number-affix-wrapper[disabled] {
13999
+ background-color: #f5f5f5;
14000
+ border-color: #d9d9d9;
14001
+ box-shadow: none;
14002
+ cursor: not-allowed;
14003
+ opacity: 1;
14004
+ color: rgba(0, 0, 0, 0.25);
14005
+ pointer-events: none;
14006
+ }
14007
+ .ant-input-number-affix-wrapper[disabled]:hover {
14008
+ border-color: #d9d9d9;
14009
+ border-right-width: 1px;
14010
+ }
14011
+ .ant-input-number-affix-wrapper-borderless,
14012
+ .ant-input-number-affix-wrapper-borderless:hover,
14013
+ .ant-input-number-affix-wrapper-borderless:focus,
14014
+ .ant-input-number-affix-wrapper-borderless-focused,
14015
+ .ant-input-number-affix-wrapper-borderless-disabled,
14016
+ .ant-input-number-affix-wrapper-borderless[disabled] {
14017
+ background-color: transparent;
14018
+ border: none;
14019
+ box-shadow: none;
14020
+ }
14021
+ textarea.ant-input-number-affix-wrapper {
14022
+ max-width: 100%;
14023
+ height: auto;
14024
+ min-height: 28px;
14025
+ line-height: 1.66667;
14026
+ vertical-align: bottom;
14027
+ transition: all 0.3s, height 0s;
14028
+ }
14029
+ .ant-input-number-affix-wrapper-lg {
14030
+ padding: 3.4px 11px;
14031
+ font-size: 14px;
14032
+ }
14033
+ .ant-input-number-affix-wrapper-sm {
14034
+ padding: 0px 7px;
14035
+ }
14036
+ .ant-input-number-affix-wrapper-rtl {
14037
+ direction: rtl;
14038
+ }
14039
+ .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
14040
+ border-color: #40a9ff;
14041
+ border-right-width: 1px;
14042
+ z-index: 1;
14043
+ }
14044
+ .ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
14045
+ border-right-width: 0;
14046
+ border-left-width: 1px !important;
14047
+ }
14048
+ .ant-input-number-affix-wrapper-focused,
14049
+ .ant-input-number-affix-wrapper:focus {
14050
+ z-index: 1;
14051
+ }
14052
+ .ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
14053
+ background: transparent;
14054
+ }
14055
+ .ant-input-number-affix-wrapper > div.ant-input-number {
14056
+ width: 100%;
14057
+ border: none;
14058
+ outline: none;
14059
+ }
14060
+ .ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
14061
+ box-shadow: none !important;
14062
+ }
14063
+ .ant-input-number-affix-wrapper input.ant-input-number-input {
14064
+ padding: 0;
14065
+ }
14066
+ .ant-input-number-affix-wrapper::before {
14067
+ width: 0;
14068
+ visibility: hidden;
14069
+ content: '\a0';
14070
+ }
14071
+ .ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
14072
+ z-index: 2;
14073
+ }
14074
+ .ant-input-number-prefix,
14075
+ .ant-input-number-suffix {
14076
+ display: flex;
14077
+ flex: none;
14078
+ align-items: center;
14079
+ pointer-events: none;
14080
+ }
14081
+ .ant-input-number-prefix {
14082
+ margin-inline-end: 4px;
14083
+ }
14084
+ .ant-input-number-suffix {
14085
+ position: absolute;
14086
+ top: 0;
14087
+ right: 0;
14088
+ z-index: 1;
14089
+ height: 100%;
14090
+ margin-right: 7px;
14091
+ margin-left: 4px;
14092
+ }
14093
+ .ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
14094
+ width: 100%;
14095
+ }
14096
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
14097
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
14098
+ background: #fff;
14099
+ border-color: #ff4d4f;
14100
+ }
14101
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
14102
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
14103
+ border-color: #ff7875;
14104
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
14105
+ border-right-width: 1px;
14106
+ outline: 0;
14107
+ }
14108
+ .ant-input-number-status-error .ant-input-number-prefix {
14109
+ color: #ff4d4f;
14110
+ }
14111
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
14112
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
14113
+ background: #fff;
14114
+ border-color: #faad14;
14115
+ }
14116
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
14117
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
14118
+ border-color: #ffc53d;
14119
+ box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
14120
+ border-right-width: 1px;
14121
+ outline: 0;
14122
+ }
14123
+ .ant-input-number-status-warning .ant-input-number-prefix {
14124
+ color: #faad14;
14125
+ }
14126
+ .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,
14127
+ .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:hover {
14128
+ background: #fff;
14129
+ border-color: #ff4d4f;
14130
+ }
14131
+ .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,
14132
+ .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 {
14133
+ border-color: #ff7875;
14134
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
14135
+ border-right-width: 1px;
14136
+ outline: 0;
14137
+ }
14138
+ .ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
14139
+ color: #ff4d4f;
14140
+ }
14141
+ .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,
14142
+ .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:hover {
14143
+ background: #fff;
14144
+ border-color: #faad14;
14145
+ }
14146
+ .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,
14147
+ .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 {
14148
+ border-color: #ffc53d;
14149
+ box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
14150
+ border-right-width: 1px;
14151
+ outline: 0;
14152
+ }
14153
+ .ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
14154
+ color: #faad14;
14155
+ }
14156
+ .ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
14157
+ color: #ff4d4f;
14158
+ border-color: #ff4d4f;
14159
+ }
14160
+ .ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
14161
+ color: #faad14;
14162
+ border-color: #faad14;
14163
+ }
14164
+ .ant-input-number {
14165
+ box-sizing: border-box;
14166
+ font-variant: tabular-nums;
14167
+ list-style: none;
14168
+ font-feature-settings: 'tnum';
14169
+ position: relative;
14170
+ width: 100%;
14171
+ min-width: 0;
14172
+ padding: 3px 7px;
14173
+ color: rgba(0, 0, 0, 0.85);
14174
+ font-size: 12px;
14175
+ line-height: 1.66667;
14176
+ background-color: #fff;
14177
+ background-image: none;
14178
+ transition: all 0.3s;
14179
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
14180
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
14181
+ display: inline-block;
14182
+ width: 90px;
14183
+ margin: 0;
14184
+ padding: 0;
14185
+ border: 1px solid #d9d9d9;
13699
14186
  border-radius: 2px;
13700
14187
  }
13701
14188
  .ant-input-number::-moz-placeholder {
@@ -13720,7 +14207,7 @@ textarea.nz-textarea-autosize-measuring {
13720
14207
  }
13721
14208
  .ant-input-number:hover {
13722
14209
  border-color: #40a9ff;
13723
- border-right-width: 1px !important;
14210
+ border-right-width: 1px;
13724
14211
  }
13725
14212
  .ant-input-rtl .ant-input-number:hover {
13726
14213
  border-right-width: 0;
@@ -13730,7 +14217,7 @@ textarea.nz-textarea-autosize-measuring {
13730
14217
  .ant-input-number-focused {
13731
14218
  border-color: #40a9ff;
13732
14219
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
13733
- border-right-width: 1px !important;
14220
+ border-right-width: 1px;
13734
14221
  outline: 0;
13735
14222
  }
13736
14223
  .ant-input-rtl .ant-input-number:focus,
@@ -13749,7 +14236,7 @@ textarea.nz-textarea-autosize-measuring {
13749
14236
  }
13750
14237
  .ant-input-number-disabled:hover {
13751
14238
  border-color: #d9d9d9;
13752
- border-right-width: 1px !important;
14239
+ border-right-width: 1px;
13753
14240
  }
13754
14241
  .ant-input-number[disabled] {
13755
14242
  background-color: #f5f5f5;
@@ -13762,7 +14249,7 @@ textarea.nz-textarea-autosize-measuring {
13762
14249
  }
13763
14250
  .ant-input-number[disabled]:hover {
13764
14251
  border-color: #d9d9d9;
13765
- border-right-width: 1px !important;
14252
+ border-right-width: 1px;
13766
14253
  }
13767
14254
  .ant-input-number-borderless,
13768
14255
  .ant-input-number-borderless:hover,
@@ -14160,7 +14647,7 @@ textarea.ant-input-number {
14160
14647
  text-align: center;
14161
14648
  text-transform: none;
14162
14649
  vertical-align: -0.125em;
14163
- text-rendering: optimizeLegibility;
14650
+ text-rendering: optimizelegibility;
14164
14651
  -webkit-font-smoothing: antialiased;
14165
14652
  -moz-osx-font-smoothing: grayscale;
14166
14653
  position: absolute;
@@ -14210,7 +14697,7 @@ textarea.ant-input-number {
14210
14697
  }
14211
14698
  .ant-input-number:hover {
14212
14699
  border-color: #40a9ff;
14213
- border-right-width: 1px !important;
14700
+ border-right-width: 1px;
14214
14701
  }
14215
14702
  .ant-input-number:hover + .ant-form-item-children-icon {
14216
14703
  opacity: 0;
@@ -14219,7 +14706,7 @@ textarea.ant-input-number {
14219
14706
  .ant-input-number-focused {
14220
14707
  border-color: #40a9ff;
14221
14708
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
14222
- border-right-width: 1px !important;
14709
+ border-right-width: 1px;
14223
14710
  outline: 0;
14224
14711
  }
14225
14712
  .ant-input-rtl .ant-input-number-focused {
@@ -14237,7 +14724,7 @@ textarea.ant-input-number {
14237
14724
  }
14238
14725
  .ant-input-number-disabled:hover {
14239
14726
  border-color: #d9d9d9;
14240
- border-right-width: 1px !important;
14727
+ border-right-width: 1px;
14241
14728
  }
14242
14729
  .ant-input-number-disabled .ant-input-number-input {
14243
14730
  cursor: not-allowed;
@@ -14400,6 +14887,17 @@ textarea.ant-input-number {
14400
14887
  direction: ltr;
14401
14888
  text-align: right;
14402
14889
  }
14890
+ .ant-input-number-affix-wrapper > nz-input-number.ant-input-number {
14891
+ width: 100%;
14892
+ border: none;
14893
+ outline: none;
14894
+ }
14895
+ .ant-input-number-affix-wrapper > nz-input-number.ant-input-number.ant-input-number-focused {
14896
+ box-shadow: none !important;
14897
+ }
14898
+ .ant-input-number.ant-input-number-has-feedback .ant-input-number-handler-wrap {
14899
+ z-index: 2;
14900
+ }
14403
14901
  .ant-layout {
14404
14902
  display: flex;
14405
14903
  flex: auto;
@@ -14533,55 +15031,9 @@ nz-footer {
14533
15031
  nz-header {
14534
15032
  display: block;
14535
15033
  }
14536
- .ant-form-item .ant-upload {
14537
- background: transparent;
14538
- }
14539
- .ant-form-item .ant-upload.ant-upload-drag {
14540
- background: #fafafa;
14541
- }
14542
- .ant-form-item input[type='radio'],
14543
- .ant-form-item input[type='checkbox'] {
14544
- width: 14px;
14545
- height: 14px;
14546
- }
14547
- .ant-form-item .ant-radio-inline,
14548
- .ant-form-item .ant-checkbox-inline {
14549
- display: inline-block;
14550
- margin-left: 8px;
14551
- font-weight: normal;
14552
- vertical-align: middle;
14553
- cursor: pointer;
14554
- }
14555
- .ant-form-item .ant-radio-inline:first-child,
14556
- .ant-form-item .ant-checkbox-inline:first-child {
14557
- margin-left: 0;
14558
- }
14559
- .ant-form-item .ant-checkbox-vertical,
14560
- .ant-form-item .ant-radio-vertical {
14561
- display: block;
14562
- }
14563
- .ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
14564
- .ant-form-item .ant-radio-vertical + .ant-radio-vertical {
14565
- margin-left: 0;
14566
- }
14567
15034
  .ant-form-item .ant-input-number + .ant-form-text {
14568
15035
  margin-left: 8px;
14569
15036
  }
14570
- .ant-form-item .ant-input-number-handler-wrap {
14571
- z-index: 2;
14572
- }
14573
- .ant-form-item .ant-select,
14574
- .ant-form-item .ant-cascader-picker {
14575
- width: 100%;
14576
- }
14577
- .ant-form-item .ant-picker-calendar-year-select,
14578
- .ant-form-item .ant-picker-calendar-month-select,
14579
- .ant-form-item .ant-input-group .ant-select,
14580
- .ant-form-item .ant-input-group .ant-cascader-picker,
14581
- .ant-form-item .ant-input-number-group .ant-select,
14582
- .ant-form-item .ant-input-number-group .ant-cascader-picker {
14583
- width: auto;
14584
- }
14585
15037
  .ant-form-inline {
14586
15038
  display: flex;
14587
15039
  flex-wrap: wrap;
@@ -14614,10 +15066,12 @@ nz-header {
14614
15066
  }
14615
15067
  .ant-form-horizontal .ant-form-item-control {
14616
15068
  flex: 1 1 0;
14617
- }
14618
- .ant-form-horizontal .ant-form-item-control:not(.ant-col) {
14619
15069
  min-width: 0;
14620
15070
  }
15071
+ .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
15072
+ .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
15073
+ min-width: unset;
15074
+ }
14621
15075
  .ant-form-vertical .ant-form-item {
14622
15076
  flex-direction: column;
14623
15077
  }
@@ -14718,335 +15172,61 @@ nz-header {
14718
15172
  display: none;
14719
15173
  }
14720
15174
  .ant-form-rtl.ant-col-md-24.ant-form-item-label {
14721
- text-align: right;
14722
- }
14723
- }
14724
- @media (max-width: 1199px) {
14725
- .ant-col-lg-24.ant-form-item-label {
14726
- padding: 0 0 4px;
14727
- line-height: 1.66667;
14728
- white-space: initial;
14729
- text-align: left;
14730
- }
14731
- .ant-col-lg-24.ant-form-item-label > label {
14732
- margin: 0;
14733
- }
14734
- .ant-col-lg-24.ant-form-item-label > label::after {
14735
- display: none;
14736
- }
14737
- .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
14738
- text-align: right;
14739
- }
14740
- }
14741
- @media (max-width: 1599px) {
14742
- .ant-col-xl-24.ant-form-item-label {
14743
- padding: 0 0 4px;
14744
- line-height: 1.66667;
14745
- white-space: initial;
14746
- text-align: left;
14747
- }
14748
- .ant-col-xl-24.ant-form-item-label > label {
14749
- margin: 0;
14750
- }
14751
- .ant-col-xl-24.ant-form-item-label > label::after {
14752
- display: none;
14753
- }
14754
- .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
14755
- text-align: right;
14756
- }
14757
- }
14758
- .ant-form-item {
14759
- /* Some non-status related component style is in `components.less` */
14760
- /* To support leave along ErrorList. We add additional className to handle explain style */
14761
- }
14762
- .ant-form-item-explain-error {
14763
- color: #ff4d4f;
14764
- }
14765
- .ant-form-item-explain-warning {
14766
- color: #faad14;
14767
- }
14768
- .ant-form-item-has-feedback .ant-input {
14769
- padding-right: 24px;
14770
- }
14771
- .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
14772
- padding-right: 18px;
14773
- }
14774
- .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
14775
- right: 28px;
14776
- }
14777
- .ant-form-item-has-feedback .ant-switch {
14778
- margin: 2px 0 4px;
14779
- }
14780
- .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
14781
- .ant-form-item-has-feedback > .ant-select .ant-select-clear,
14782
- .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
14783
- .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
14784
- .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
14785
- .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
14786
- right: 32px;
14787
- }
14788
- .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
14789
- .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
14790
- .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
14791
- padding-right: 42px;
14792
- }
14793
- .ant-form-item-has-feedback .ant-cascader-picker-arrow {
14794
- margin-right: 19px;
14795
- }
14796
- .ant-form-item-has-feedback .ant-cascader-picker-clear {
14797
- right: 32px;
14798
- }
14799
- .ant-form-item-has-feedback .ant-picker {
14800
- padding-right: 22.6px;
14801
- }
14802
- .ant-form-item-has-feedback .ant-picker-large {
14803
- padding-right: 26.6px;
14804
- }
14805
- .ant-form-item-has-feedback .ant-picker-small {
14806
- padding-right: 22.6px;
14807
- }
14808
- .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
14809
- .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
14810
- .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
14811
- .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
14812
- position: absolute;
14813
- top: 50%;
14814
- right: 0;
14815
- z-index: 1;
14816
- width: 28px;
14817
- height: 20px;
14818
- margin-top: -10px;
14819
- font-size: 12px;
14820
- line-height: 20px;
14821
- text-align: center;
14822
- visibility: visible;
14823
- animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
14824
- pointer-events: none;
14825
- }
14826
- .ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
14827
- color: #52c41a;
14828
- animation-name: diffZoomIn1 !important;
14829
- }
14830
- .ant-form-item-has-warning .ant-form-item-split {
14831
- color: #faad14;
14832
- }
14833
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
14834
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
14835
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
14836
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
14837
- background-color: #fff;
14838
- border-color: #faad14;
14839
- }
14840
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
14841
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
14842
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
14843
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
14844
- border-color: #ffc53d;
14845
- box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
14846
- border-right-width: 1px !important;
14847
- outline: 0;
14848
- }
14849
- .ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
14850
- border-color: #ffc53d;
14851
- box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
14852
- border-right-width: 1px !important;
14853
- outline: 0;
14854
- }
14855
- .ant-form-item-has-warning .ant-input-prefix {
14856
- color: #faad14;
14857
- }
14858
- .ant-form-item-has-warning .ant-input-group-addon,
14859
- .ant-form-item-has-warning .ant-input-number-group-addon {
14860
- color: #faad14;
14861
- border-color: #faad14;
14862
- }
14863
- .ant-form-item-has-warning .has-feedback {
14864
- color: #faad14;
14865
- }
14866
- .ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
14867
- color: #faad14;
14868
- animation-name: diffZoomIn3 !important;
14869
- }
14870
- .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
14871
- background-color: #fff;
14872
- border-color: #faad14 !important;
14873
- }
14874
- .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
14875
- .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
14876
- border-color: #ffc53d;
14877
- box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
14878
- border-right-width: 1px !important;
14879
- outline: 0;
14880
- }
14881
- .ant-form-item-has-warning .ant-input-number,
14882
- .ant-form-item-has-warning .ant-picker {
14883
- background-color: #fff;
14884
- border-color: #faad14;
14885
- }
14886
- .ant-form-item-has-warning .ant-input-number-focused,
14887
- .ant-form-item-has-warning .ant-picker-focused,
14888
- .ant-form-item-has-warning .ant-input-number:focus,
14889
- .ant-form-item-has-warning .ant-picker:focus {
14890
- border-color: #ffc53d;
14891
- box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
14892
- border-right-width: 1px !important;
14893
- outline: 0;
14894
- }
14895
- .ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
14896
- .ant-form-item-has-warning .ant-picker:not([disabled]):hover {
14897
- background-color: #fff;
14898
- border-color: #faad14;
14899
- }
14900
- .ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
14901
- border-color: #ffc53d;
14902
- box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
14903
- border-right-width: 1px !important;
14904
- outline: 0;
14905
- }
14906
- .ant-form-item-has-error .ant-form-item-split {
14907
- color: #ff4d4f;
14908
- }
14909
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
14910
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
14911
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
14912
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
14913
- background-color: #fff;
14914
- border-color: #ff4d4f;
14915
- }
14916
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
14917
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
14918
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
14919
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
14920
- border-color: #ff7875;
14921
- box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
14922
- border-right-width: 1px !important;
14923
- outline: 0;
14924
- }
14925
- .ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
14926
- border-color: #ff7875;
14927
- box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
14928
- border-right-width: 1px !important;
14929
- outline: 0;
14930
- }
14931
- .ant-form-item-has-error .ant-input-prefix {
14932
- color: #ff4d4f;
14933
- }
14934
- .ant-form-item-has-error .ant-input-group-addon,
14935
- .ant-form-item-has-error .ant-input-number-group-addon {
14936
- color: #ff4d4f;
14937
- border-color: #ff4d4f;
14938
- }
14939
- .ant-form-item-has-error .has-feedback {
14940
- color: #ff4d4f;
14941
- }
14942
- .ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
14943
- color: #ff4d4f;
14944
- animation-name: diffZoomIn2 !important;
14945
- }
14946
- .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
14947
- background-color: #fff;
14948
- border-color: #ff4d4f !important;
14949
- }
14950
- .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
14951
- .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
14952
- border-color: #ff7875;
14953
- box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
14954
- border-right-width: 1px !important;
14955
- outline: 0;
14956
- }
14957
- .ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
14958
- .ant-form-item-has-error .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
14959
- background-color: inherit;
14960
- border: 0;
14961
- box-shadow: none;
14962
- }
14963
- .ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
14964
- border-color: #ff4d4f;
14965
- }
14966
- .ant-form-item-has-error .ant-input-number,
14967
- .ant-form-item-has-error .ant-picker {
14968
- background-color: #fff;
14969
- border-color: #ff4d4f;
14970
- }
14971
- .ant-form-item-has-error .ant-input-number-focused,
14972
- .ant-form-item-has-error .ant-picker-focused,
14973
- .ant-form-item-has-error .ant-input-number:focus,
14974
- .ant-form-item-has-error .ant-picker:focus {
14975
- border-color: #ff7875;
14976
- box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
14977
- border-right-width: 1px !important;
14978
- outline: 0;
14979
- }
14980
- .ant-form-item-has-error .ant-input-number:not([disabled]):hover,
14981
- .ant-form-item-has-error .ant-picker:not([disabled]):hover {
14982
- background-color: #fff;
14983
- border-color: #ff4d4f;
14984
- }
14985
- .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
14986
- .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
14987
- background-color: #fff;
14988
- border-color: #ff4d4f;
14989
- }
14990
- .ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
14991
- .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
14992
- border-color: #ff7875;
14993
- box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
14994
- border-right-width: 1px !important;
14995
- outline: 0;
14996
- }
14997
- .ant-form-item-has-error .ant-cascader-picker:hover .ant-cascader-picker-label:hover + .ant-cascader-input.ant-input {
14998
- border-color: #ff4d4f;
14999
- }
15000
- .ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
15001
- background-color: #fff;
15002
- border-color: #ff7875;
15003
- box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
15004
- border-right-width: 1px !important;
15005
- outline: 0;
15006
- }
15007
- .ant-form-item-has-error .ant-transfer-list {
15008
- border-color: #ff4d4f;
15009
- }
15010
- .ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
15011
- border-color: #d9d9d9;
15012
- }
15013
- .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
15014
- border-color: #40a9ff;
15015
- border-right-width: 1px !important;
15175
+ text-align: right;
15176
+ }
15016
15177
  }
15017
- .ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
15018
- border-right-width: 0;
15019
- border-left-width: 1px !important;
15178
+ @media (max-width: 1199px) {
15179
+ .ant-col-lg-24.ant-form-item-label {
15180
+ padding: 0 0 4px;
15181
+ line-height: 1.66667;
15182
+ white-space: initial;
15183
+ text-align: left;
15184
+ }
15185
+ .ant-col-lg-24.ant-form-item-label > label {
15186
+ margin: 0;
15187
+ }
15188
+ .ant-col-lg-24.ant-form-item-label > label::after {
15189
+ display: none;
15190
+ }
15191
+ .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
15192
+ text-align: right;
15193
+ }
15020
15194
  }
15021
- .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
15022
- border-color: #40a9ff;
15023
- box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
15024
- border-right-width: 1px !important;
15025
- outline: 0;
15195
+ @media (max-width: 1599px) {
15196
+ .ant-col-xl-24.ant-form-item-label {
15197
+ padding: 0 0 4px;
15198
+ line-height: 1.66667;
15199
+ white-space: initial;
15200
+ text-align: left;
15201
+ }
15202
+ .ant-col-xl-24.ant-form-item-label > label {
15203
+ margin: 0;
15204
+ }
15205
+ .ant-col-xl-24.ant-form-item-label > label::after {
15206
+ display: none;
15207
+ }
15208
+ .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
15209
+ text-align: right;
15210
+ }
15026
15211
  }
15027
- .ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
15028
- border-right-width: 0;
15029
- border-left-width: 1px !important;
15212
+ .ant-form-item {
15213
+ /* Some non-status related component style is in `components.less` */
15214
+ /* To support leave along ErrorList. We add additional className to handle explain style */
15030
15215
  }
15031
- .ant-form-item-has-error .ant-radio-button-wrapper {
15032
- border-color: #ff4d4f !important;
15216
+ .ant-form-item-explain-error {
15217
+ color: #ff4d4f;
15033
15218
  }
15034
- .ant-form-item-has-error .ant-radio-button-wrapper:not(:first-child)::before {
15035
- background-color: #ff4d4f;
15219
+ .ant-form-item-explain-warning {
15220
+ color: #faad14;
15036
15221
  }
15037
- .ant-form-item-has-error .ant-mentions {
15038
- border-color: #ff4d4f !important;
15222
+ .ant-form-item-has-feedback .ant-switch {
15223
+ margin: 2px 0 4px;
15039
15224
  }
15040
- .ant-form-item-has-error .ant-mentions-focused,
15041
- .ant-form-item-has-error .ant-mentions:focus {
15042
- border-color: #ff7875;
15043
- box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
15044
- border-right-width: 1px !important;
15045
- outline: 0;
15225
+ .ant-form-item-has-warning .ant-form-item-split {
15226
+ color: #faad14;
15046
15227
  }
15047
- .ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
15048
- display: inline-block;
15049
- color: #1890ff;
15228
+ .ant-form-item-has-error .ant-form-item-split {
15229
+ color: #ff4d4f;
15050
15230
  }
15051
15231
  .ant-form {
15052
15232
  box-sizing: border-box;
@@ -15154,6 +15334,11 @@ nz-header {
15154
15334
  .ant-form-item-label-left {
15155
15335
  text-align: left;
15156
15336
  }
15337
+ .ant-form-item-label-wrap {
15338
+ overflow: unset;
15339
+ line-height: 1.41667em;
15340
+ white-space: unset;
15341
+ }
15157
15342
  .ant-form-item-label > label {
15158
15343
  position: relative;
15159
15344
  display: inline-flex;
@@ -15236,14 +15421,30 @@ nz-header {
15236
15421
  .ant-form-item-extra {
15237
15422
  min-height: 16px;
15238
15423
  }
15239
- .ant-form-item .ant-input-textarea-show-count::after {
15240
- margin-bottom: -22px;
15241
- }
15242
15424
  .ant-form-item-with-help .ant-form-item-explain {
15243
15425
  height: auto;
15244
15426
  min-height: 16px;
15245
15427
  opacity: 1;
15246
15428
  }
15429
+ .ant-form-item-feedback-icon {
15430
+ font-size: 12px;
15431
+ text-align: center;
15432
+ visibility: visible;
15433
+ animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
15434
+ pointer-events: none;
15435
+ }
15436
+ .ant-form-item-feedback-icon-success {
15437
+ color: #52c41a;
15438
+ }
15439
+ .ant-form-item-feedback-icon-error {
15440
+ color: #ff4d4f;
15441
+ }
15442
+ .ant-form-item-feedback-icon-warning {
15443
+ color: #faad14;
15444
+ }
15445
+ .ant-form-item-feedback-icon-validating {
15446
+ color: #1890ff;
15447
+ }
15247
15448
  .ant-show-help {
15248
15449
  transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
15249
15450
  }
@@ -15331,6 +15532,9 @@ nz-header {
15331
15532
  .ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
15332
15533
  padding: 0;
15333
15534
  }
15535
+ .ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
15536
+ padding: 0;
15537
+ }
15334
15538
  .ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
15335
15539
  right: auto;
15336
15540
  left: 28px;
@@ -15797,7 +16001,7 @@ nz-list-item-extra {
15797
16001
  content: '';
15798
16002
  }
15799
16003
  .ant-menu.ant-menu-root:focus-visible {
15800
- box-shadow: 0 0 0 2px #e6f7ff;
16004
+ box-shadow: 0 0 0 2px #bae7ff;
15801
16005
  }
15802
16006
  .ant-menu ul,
15803
16007
  .ant-menu ol {
@@ -15982,7 +16186,7 @@ nz-list-item-extra {
15982
16186
  }
15983
16187
  .ant-menu-item:focus-visible,
15984
16188
  .ant-menu-submenu-title:focus-visible {
15985
- box-shadow: 0 0 0 2px #e6f7ff;
16189
+ box-shadow: 0 0 0 2px #bae7ff;
15986
16190
  }
15987
16191
  .ant-menu > .ant-menu-item-divider {
15988
16192
  margin: 1px 0;
@@ -16037,7 +16241,7 @@ nz-list-item-extra {
16037
16241
  position: absolute;
16038
16242
  width: 6px;
16039
16243
  height: 1.5px;
16040
- background-color: currentColor;
16244
+ background-color: currentcolor;
16041
16245
  border-radius: 2px;
16042
16246
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
16043
16247
  content: '';
@@ -16381,6 +16585,13 @@ nz-list-item-extra {
16381
16585
  .ant-menu-light .ant-menu-submenu-title:hover {
16382
16586
  color: #1890ff;
16383
16587
  }
16588
+ .ant-menu.ant-menu-root:focus-visible {
16589
+ box-shadow: 0 0 0 2px #096dd9;
16590
+ }
16591
+ .ant-menu-dark .ant-menu-item:focus-visible,
16592
+ .ant-menu-dark .ant-menu-submenu-title:focus-visible {
16593
+ box-shadow: 0 0 0 2px #096dd9;
16594
+ }
16384
16595
  .ant-menu.ant-menu-dark,
16385
16596
  .ant-menu-dark .ant-menu-sub,
16386
16597
  .ant-menu.ant-menu-dark .ant-menu-sub {
@@ -16665,24 +16876,42 @@ nz-list-item-extra {
16665
16876
  right: auto;
16666
16877
  left: 4px;
16667
16878
  }
16668
- .ant-mention-wrapper {
16879
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
16880
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
16881
+ background: #fff;
16882
+ border-color: #ff4d4f;
16883
+ }
16884
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
16885
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
16886
+ border-color: #ff7875;
16887
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
16888
+ border-right-width: 1px;
16889
+ outline: 0;
16890
+ }
16891
+ .ant-mentions-status-error .ant-input-prefix {
16892
+ color: #ff4d4f;
16893
+ }
16894
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
16895
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
16896
+ background: #fff;
16897
+ border-color: #faad14;
16898
+ }
16899
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
16900
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
16901
+ border-color: #ffc53d;
16902
+ box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
16903
+ border-right-width: 1px;
16904
+ outline: 0;
16905
+ }
16906
+ .ant-mentions-status-warning .ant-input-prefix {
16907
+ color: #faad14;
16908
+ }
16909
+ .ant-mentions {
16669
16910
  box-sizing: border-box;
16670
16911
  margin: 0;
16671
- padding: 0;
16672
- color: rgba(0, 0, 0, 0.85);
16673
- font-size: 12px;
16674
16912
  font-variant: tabular-nums;
16675
- line-height: 1.66667;
16676
16913
  list-style: none;
16677
16914
  font-feature-settings: 'tnum';
16678
- position: relative;
16679
- display: inline-block;
16680
- width: 100%;
16681
- vertical-align: middle;
16682
- }
16683
- .ant-mention-wrapper .ant-mention-editor {
16684
- position: relative;
16685
- display: inline-block;
16686
16915
  width: 100%;
16687
16916
  min-width: 0;
16688
16917
  padding: 3px 7px;
@@ -16695,53 +16924,56 @@ nz-list-item-extra {
16695
16924
  transition: all 0.3s;
16696
16925
  /* stylelint-disable-next-line selector-no-vendor-prefix */
16697
16926
  /* stylelint-disable-next-line selector-no-vendor-prefix */
16698
- display: block;
16927
+ position: relative;
16928
+ display: inline-block;
16699
16929
  height: auto;
16700
- min-height: 28px;
16701
16930
  padding: 0;
16931
+ overflow: hidden;
16702
16932
  line-height: 1.66667;
16933
+ white-space: pre-wrap;
16934
+ vertical-align: bottom;
16703
16935
  }
16704
- .ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
16936
+ .ant-mentions::-moz-placeholder {
16705
16937
  opacity: 1;
16706
16938
  }
16707
- .ant-mention-wrapper .ant-mention-editor::placeholder {
16939
+ .ant-mentions::placeholder {
16708
16940
  color: #bfbfbf;
16709
16941
  user-select: none;
16710
16942
  }
16711
- .ant-mention-wrapper .ant-mention-editor:placeholder-shown {
16943
+ .ant-mentions:placeholder-shown {
16712
16944
  text-overflow: ellipsis;
16713
16945
  }
16714
- .ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
16946
+ .ant-mentions::-moz-placeholder {
16715
16947
  opacity: 1;
16716
16948
  }
16717
- .ant-mention-wrapper .ant-mention-editor::placeholder {
16949
+ .ant-mentions::placeholder {
16718
16950
  color: #bfbfbf;
16719
16951
  user-select: none;
16720
16952
  }
16721
- .ant-mention-wrapper .ant-mention-editor:placeholder-shown {
16953
+ .ant-mentions:placeholder-shown {
16722
16954
  text-overflow: ellipsis;
16723
16955
  }
16724
- .ant-mention-wrapper .ant-mention-editor:hover {
16956
+ .ant-mentions:hover {
16725
16957
  border-color: #40a9ff;
16726
- border-right-width: 1px !important;
16958
+ border-right-width: 1px;
16727
16959
  }
16728
- .ant-input-rtl .ant-mention-wrapper .ant-mention-editor:hover {
16960
+ .ant-input-rtl .ant-mentions:hover {
16729
16961
  border-right-width: 0;
16730
16962
  border-left-width: 1px !important;
16731
16963
  }
16732
- .ant-mention-wrapper .ant-mention-editor:focus,
16733
- .ant-mention-wrapper .ant-mention-editor-focused {
16964
+ .ant-mentions:focus,
16965
+ .ant-mentions-focused {
16734
16966
  border-color: #40a9ff;
16735
16967
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
16736
- border-right-width: 1px !important;
16968
+ border-right-width: 1px;
16737
16969
  outline: 0;
16738
16970
  }
16739
- .ant-input-rtl .ant-mention-wrapper .ant-mention-editor:focus,
16740
- .ant-input-rtl .ant-mention-wrapper .ant-mention-editor-focused {
16971
+ .ant-input-rtl .ant-mentions:focus,
16972
+ .ant-input-rtl .ant-mentions-focused {
16741
16973
  border-right-width: 0;
16742
16974
  border-left-width: 1px !important;
16743
16975
  }
16744
- .ant-mention-wrapper .ant-mention-editor-disabled {
16976
+ .ant-mentions-disabled {
16745
16977
  background-color: #f5f5f5;
16746
16978
  border-color: #d9d9d9;
16747
16979
  box-shadow: none;
@@ -16750,11 +16982,11 @@ nz-list-item-extra {
16750
16982
  color: rgba(0, 0, 0, 0.25);
16751
16983
  pointer-events: none;
16752
16984
  }
16753
- .ant-mention-wrapper .ant-mention-editor-disabled:hover {
16985
+ .ant-mentions-disabled:hover {
16754
16986
  border-color: #d9d9d9;
16755
- border-right-width: 1px !important;
16987
+ border-right-width: 1px;
16756
16988
  }
16757
- .ant-mention-wrapper .ant-mention-editor[disabled] {
16989
+ .ant-mentions[disabled] {
16758
16990
  background-color: #f5f5f5;
16759
16991
  border-color: #d9d9d9;
16760
16992
  box-shadow: none;
@@ -16763,21 +16995,21 @@ nz-list-item-extra {
16763
16995
  color: rgba(0, 0, 0, 0.25);
16764
16996
  pointer-events: none;
16765
16997
  }
16766
- .ant-mention-wrapper .ant-mention-editor[disabled]:hover {
16998
+ .ant-mentions[disabled]:hover {
16767
16999
  border-color: #d9d9d9;
16768
- border-right-width: 1px !important;
16769
- }
16770
- .ant-mention-wrapper .ant-mention-editor-borderless,
16771
- .ant-mention-wrapper .ant-mention-editor-borderless:hover,
16772
- .ant-mention-wrapper .ant-mention-editor-borderless:focus,
16773
- .ant-mention-wrapper .ant-mention-editor-borderless-focused,
16774
- .ant-mention-wrapper .ant-mention-editor-borderless-disabled,
16775
- .ant-mention-wrapper .ant-mention-editor-borderless[disabled] {
17000
+ border-right-width: 1px;
17001
+ }
17002
+ .ant-mentions-borderless,
17003
+ .ant-mentions-borderless:hover,
17004
+ .ant-mentions-borderless:focus,
17005
+ .ant-mentions-borderless-focused,
17006
+ .ant-mentions-borderless-disabled,
17007
+ .ant-mentions-borderless[disabled] {
16776
17008
  background-color: transparent;
16777
17009
  border: none;
16778
17010
  box-shadow: none;
16779
17011
  }
16780
- textarea.ant-mention-wrapper .ant-mention-editor {
17012
+ textarea.ant-mentions {
16781
17013
  max-width: 100%;
16782
17014
  height: auto;
16783
17015
  min-height: 28px;
@@ -16785,31 +17017,17 @@ textarea.ant-mention-wrapper .ant-mention-editor {
16785
17017
  vertical-align: bottom;
16786
17018
  transition: all 0.3s, height 0s;
16787
17019
  }
16788
- .ant-mention-wrapper .ant-mention-editor-lg {
17020
+ .ant-mentions-lg {
16789
17021
  padding: 3.4px 11px;
16790
17022
  font-size: 14px;
16791
17023
  }
16792
- .ant-mention-wrapper .ant-mention-editor-sm {
17024
+ .ant-mentions-sm {
16793
17025
  padding: 0px 7px;
16794
17026
  }
16795
- .ant-mention-wrapper .ant-mention-editor-rtl {
17027
+ .ant-mentions-rtl {
16796
17028
  direction: rtl;
16797
17029
  }
16798
- .ant-mention-wrapper .ant-mention-editor-wrapper {
16799
- height: auto;
16800
- overflow-y: auto;
16801
- }
16802
- .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
16803
- border-color: #40a9ff;
16804
- box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
16805
- border-right-width: 1px !important;
16806
- outline: 0;
16807
- }
16808
- .ant-input-rtl .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
16809
- border-right-width: 0;
16810
- border-left-width: 1px !important;
16811
- }
16812
- .ant-mention-wrapper.disabled .ant-mention-editor {
17030
+ .ant-mentions-disabled > textarea {
16813
17031
  background-color: #f5f5f5;
16814
17032
  border-color: #d9d9d9;
16815
17033
  box-shadow: none;
@@ -16818,33 +17036,93 @@ textarea.ant-mention-wrapper .ant-mention-editor {
16818
17036
  color: rgba(0, 0, 0, 0.25);
16819
17037
  pointer-events: none;
16820
17038
  }
16821
- .ant-mention-wrapper.disabled .ant-mention-editor:hover {
17039
+ .ant-mentions-disabled > textarea:hover {
16822
17040
  border-color: #d9d9d9;
16823
- border-right-width: 1px !important;
17041
+ border-right-width: 1px;
16824
17042
  }
16825
- .ant-mention-wrapper .public-DraftEditorPlaceholder-root {
16826
- position: absolute;
16827
- pointer-events: none;
17043
+ .ant-mentions-focused {
17044
+ border-color: #40a9ff;
17045
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
17046
+ border-right-width: 1px;
17047
+ outline: 0;
16828
17048
  }
16829
- .ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
16830
- height: auto;
16831
- padding: 5px 7px;
16832
- color: #bfbfbf;
16833
- white-space: pre-wrap;
17049
+ .ant-input-rtl .ant-mentions-focused {
17050
+ border-right-width: 0;
17051
+ border-left-width: 1px !important;
17052
+ }
17053
+ .ant-mentions > textarea,
17054
+ .ant-mentions-measure {
17055
+ min-height: 26px;
17056
+ margin: 0;
17057
+ padding: 3px 7px;
17058
+ overflow: inherit;
17059
+ overflow-x: hidden;
17060
+ overflow-y: auto;
17061
+ /* stylelint-disable declaration-block-no-redundant-longhand-properties */
17062
+ font-weight: inherit;
17063
+ font-size: inherit;
17064
+ font-family: inherit;
17065
+ font-style: inherit;
17066
+ font-variant: inherit;
17067
+ font-size-adjust: inherit;
17068
+ font-stretch: inherit;
17069
+ line-height: inherit;
17070
+ /* stylelint-enable declaration-block-no-redundant-longhand-properties */
17071
+ direction: inherit;
17072
+ letter-spacing: inherit;
17073
+ white-space: inherit;
17074
+ text-align: inherit;
17075
+ vertical-align: top;
16834
17076
  word-wrap: break-word;
17077
+ word-break: inherit;
17078
+ tab-size: inherit;
17079
+ }
17080
+ .ant-mentions > textarea {
17081
+ width: 100%;
17082
+ border: none;
16835
17083
  outline: none;
17084
+ resize: none;
17085
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
17086
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
17087
+ }
17088
+ .ant-mentions > textarea::-moz-placeholder {
16836
17089
  opacity: 1;
16837
17090
  }
16838
- .ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
16839
- height: auto;
16840
- padding: 5px 7px;
17091
+ .ant-mentions > textarea::placeholder {
17092
+ color: #bfbfbf;
17093
+ user-select: none;
16841
17094
  }
16842
- .ant-mention-dropdown {
16843
- box-sizing: border-box;
17095
+ .ant-mentions > textarea:placeholder-shown {
17096
+ text-overflow: ellipsis;
17097
+ }
17098
+ .ant-mentions > textarea::-moz-placeholder {
17099
+ opacity: 1;
17100
+ }
17101
+ .ant-mentions > textarea::placeholder {
17102
+ color: #bfbfbf;
17103
+ user-select: none;
17104
+ }
17105
+ .ant-mentions > textarea:placeholder-shown {
17106
+ text-overflow: ellipsis;
17107
+ }
17108
+ .ant-mentions-measure {
17109
+ position: absolute;
17110
+ top: 0;
17111
+ right: 0;
17112
+ bottom: 0;
17113
+ left: 0;
17114
+ z-index: -1;
17115
+ color: transparent;
17116
+ pointer-events: none;
17117
+ }
17118
+ .ant-mentions-measure > span {
17119
+ display: inline-block;
17120
+ min-height: 1em;
17121
+ }
17122
+ .ant-mentions-dropdown {
16844
17123
  margin: 0;
16845
17124
  padding: 0;
16846
17125
  color: rgba(0, 0, 0, 0.85);
16847
- font-size: 12px;
16848
17126
  font-variant: tabular-nums;
16849
17127
  line-height: 1.66667;
16850
17128
  list-style: none;
@@ -16853,77 +17131,108 @@ textarea.ant-mention-wrapper .ant-mention-editor {
16853
17131
  top: -9999px;
16854
17132
  left: -9999px;
16855
17133
  z-index: 1050;
16856
- min-width: 120px;
16857
- max-height: 250px;
16858
- margin-top: 1.5em;
16859
- overflow-x: hidden;
16860
- overflow-y: auto;
17134
+ box-sizing: border-box;
17135
+ font-size: 12px;
17136
+ font-variant: initial;
16861
17137
  background-color: #fff;
16862
17138
  border-radius: 2px;
16863
17139
  outline: none;
16864
17140
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
16865
17141
  }
16866
- .ant-mention-dropdown-placement-top {
16867
- margin-top: -0.1em;
16868
- }
16869
- .ant-mention-dropdown-notfound.ant-mention-dropdown-item {
16870
- color: rgba(0, 0, 0, 0.25);
17142
+ .ant-mentions-dropdown-hidden {
17143
+ display: none;
16871
17144
  }
16872
- .ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
16873
- display: block;
16874
- color: #1890ff;
16875
- text-align: center;
17145
+ .ant-mentions-dropdown-menu {
17146
+ max-height: 250px;
17147
+ margin-bottom: 0;
17148
+ padding-left: 0;
17149
+ overflow: auto;
17150
+ list-style: none;
17151
+ outline: none;
16876
17152
  }
16877
- .ant-mention-dropdown-item {
17153
+ .ant-mentions-dropdown-menu-item {
16878
17154
  position: relative;
16879
17155
  display: block;
17156
+ min-width: 100px;
16880
17157
  padding: 5px 8px;
16881
17158
  overflow: hidden;
16882
17159
  color: rgba(0, 0, 0, 0.85);
16883
17160
  font-weight: normal;
16884
- line-height: 22px;
17161
+ line-height: 1.66667;
16885
17162
  white-space: nowrap;
16886
17163
  text-overflow: ellipsis;
16887
17164
  cursor: pointer;
16888
- transition: background 0.3s;
17165
+ transition: background 0.3s ease;
16889
17166
  }
16890
- .ant-mention-dropdown-item:hover {
17167
+ .ant-mentions-dropdown-menu-item:hover {
16891
17168
  background-color: #f5f5f5;
16892
17169
  }
16893
- .ant-mention-dropdown-item.focus,
16894
- .ant-mention-dropdown-item-active {
16895
- background-color: #e6f7ff;
17170
+ .ant-mentions-dropdown-menu-item:first-child {
17171
+ border-radius: 2px 2px 0 0;
17172
+ }
17173
+ .ant-mentions-dropdown-menu-item:last-child {
17174
+ border-radius: 0 0 2px 2px;
16896
17175
  }
16897
- .ant-mention-dropdown-item-disabled {
17176
+ .ant-mentions-dropdown-menu-item-disabled {
16898
17177
  color: rgba(0, 0, 0, 0.25);
16899
17178
  cursor: not-allowed;
16900
17179
  }
16901
- .ant-mention-dropdown-item-disabled:hover {
17180
+ .ant-mentions-dropdown-menu-item-disabled:hover {
16902
17181
  color: rgba(0, 0, 0, 0.25);
16903
17182
  background-color: #fff;
16904
17183
  cursor: not-allowed;
16905
17184
  }
16906
- .ant-mention-dropdown-item-selected,
16907
- .ant-mention-dropdown-item-selected:hover {
17185
+ .ant-mentions-dropdown-menu-item-selected {
16908
17186
  color: rgba(0, 0, 0, 0.85);
16909
- font-weight: bold;
17187
+ font-weight: 600;
17188
+ background-color: #fafafa;
17189
+ }
17190
+ .ant-mentions-dropdown-menu-item-active {
16910
17191
  background-color: #f5f5f5;
16911
17192
  }
16912
- .ant-mention-dropdown-item-divider {
16913
- height: 1px;
16914
- margin: 1px 0;
16915
- overflow: hidden;
16916
- line-height: 0;
16917
- background-color: #f0f0f0;
17193
+ .ant-mentions-suffix {
17194
+ position: absolute;
17195
+ top: 0;
17196
+ right: 7px;
17197
+ bottom: 0;
17198
+ z-index: 1;
17199
+ display: inline-flex;
17200
+ align-items: center;
17201
+ margin: auto;
17202
+ }
17203
+ .ant-mentions-rtl {
17204
+ direction: rtl;
16918
17205
  }
16919
- .ant-mention-dropdown {
17206
+ .ant-mentions-dropdown {
16920
17207
  top: 100%;
16921
- left: 0;
17208
+ left: 12px;
16922
17209
  position: relative;
16923
17210
  width: 100%;
16924
- margin-top: 4px;
17211
+ margin-top: 8px;
16925
17212
  margin-bottom: 4px;
16926
17213
  }
17214
+ .ant-mentions:focus-within {
17215
+ border-color: #40a9ff;
17216
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
17217
+ border-right-width: 1px;
17218
+ outline: 0;
17219
+ }
17220
+ .ant-input-rtl .ant-mentions:focus-within {
17221
+ border-right-width: 0;
17222
+ border-left-width: 1px !important;
17223
+ }
17224
+ .ant-mentions.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus-within {
17225
+ border-color: #ff7875;
17226
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
17227
+ border-right-width: 1px;
17228
+ outline: 0;
17229
+ }
17230
+ .ant-mentions.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus-within {
17231
+ border-color: #ffc53d;
17232
+ box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
17233
+ border-right-width: 1px;
17234
+ outline: 0;
17235
+ }
16927
17236
  .ant-message {
16928
17237
  box-sizing: border-box;
16929
17238
  margin: 0;
@@ -17017,7 +17326,7 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17017
17326
  padding-bottom: 24px;
17018
17327
  }
17019
17328
  .ant-modal.ant-zoom-enter,
17020
- .ant-modal.antzoom-appear {
17329
+ .ant-modal.ant-zoom-appear {
17021
17330
  transform: none;
17022
17331
  opacity: 0;
17023
17332
  animation-duration: 0.3s;
@@ -17047,7 +17356,7 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17047
17356
  -webkit-overflow-scrolling: touch;
17048
17357
  }
17049
17358
  .ant-modal.ant-zoom-enter,
17050
- .ant-modal.antzoom-appear {
17359
+ .ant-modal.ant-zoom-appear {
17051
17360
  transform: none;
17052
17361
  opacity: 0;
17053
17362
  animation-duration: 0.3s;
@@ -17315,17 +17624,6 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17315
17624
  z-index: 1010;
17316
17625
  margin-right: 24px;
17317
17626
  }
17318
- .ant-notification-topLeft,
17319
- .ant-notification-bottomLeft {
17320
- margin-right: 0;
17321
- margin-left: 24px;
17322
- }
17323
- .ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
17324
- .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
17325
- .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
17326
- .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
17327
- animation-name: NotificationLeftFadeIn;
17328
- }
17329
17627
  .ant-notification-close-icon {
17330
17628
  font-size: 12px;
17331
17629
  cursor: pointer;
@@ -17347,6 +17645,11 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17347
17645
  border-radius: 2px;
17348
17646
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
17349
17647
  }
17648
+ .ant-notification-top .ant-notification-notice,
17649
+ .ant-notification-bottom .ant-notification-notice {
17650
+ margin-right: auto;
17651
+ margin-left: auto;
17652
+ }
17350
17653
  .ant-notification-topLeft .ant-notification-notice,
17351
17654
  .ant-notification-bottomLeft .ant-notification-notice {
17352
17655
  margin-right: auto;
@@ -17455,16 +17758,6 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17455
17758
  opacity: 1;
17456
17759
  }
17457
17760
  }
17458
- @keyframes NotificationLeftFadeIn {
17459
- 0% {
17460
- right: 384px;
17461
- opacity: 0;
17462
- }
17463
- 100% {
17464
- right: 0;
17465
- opacity: 1;
17466
- }
17467
- }
17468
17761
  @keyframes NotificationFadeOut {
17469
17762
  0% {
17470
17763
  max-height: 150px;
@@ -17505,6 +17798,60 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17505
17798
  .ant-notification-rtl .ant-notification-notice-btn {
17506
17799
  float: left;
17507
17800
  }
17801
+ .ant-notification-top,
17802
+ .ant-notification-bottom {
17803
+ margin-right: 0;
17804
+ margin-left: 0;
17805
+ }
17806
+ .ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
17807
+ .ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
17808
+ animation-name: NotificationTopFadeIn;
17809
+ }
17810
+ .ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
17811
+ .ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
17812
+ animation-name: NotificationBottomFadeIn;
17813
+ }
17814
+ .ant-notification-topLeft,
17815
+ .ant-notification-bottomLeft {
17816
+ margin-right: 0;
17817
+ margin-left: 24px;
17818
+ }
17819
+ .ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
17820
+ .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
17821
+ .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
17822
+ .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
17823
+ animation-name: NotificationLeftFadeIn;
17824
+ }
17825
+ @keyframes NotificationTopFadeIn {
17826
+ 0% {
17827
+ margin-top: -100%;
17828
+ opacity: 0;
17829
+ }
17830
+ 100% {
17831
+ margin-top: 0;
17832
+ opacity: 1;
17833
+ }
17834
+ }
17835
+ @keyframes NotificationBottomFadeIn {
17836
+ 0% {
17837
+ margin-bottom: -100%;
17838
+ opacity: 0;
17839
+ }
17840
+ 100% {
17841
+ margin-bottom: 0;
17842
+ opacity: 1;
17843
+ }
17844
+ }
17845
+ @keyframes NotificationLeftFadeIn {
17846
+ 0% {
17847
+ right: 384px;
17848
+ opacity: 0;
17849
+ }
17850
+ 100% {
17851
+ right: 0;
17852
+ opacity: 1;
17853
+ }
17854
+ }
17508
17855
  .ant-page-header {
17509
17856
  box-sizing: border-box;
17510
17857
  margin: 0;
@@ -17601,12 +17948,8 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17601
17948
  white-space: nowrap;
17602
17949
  }
17603
17950
  .ant-page-header-heading-extra > * {
17604
- margin-left: 8px;
17605
17951
  white-space: unset;
17606
17952
  }
17607
- .ant-page-header-heading-extra > *:first-child {
17608
- margin-left: 0;
17609
- }
17610
17953
  .ant-page-header-content {
17611
17954
  padding-top: 8px;
17612
17955
  }
@@ -17734,15 +18077,20 @@ nz-page-header-footer {
17734
18077
  .ant-pagination-item a:hover {
17735
18078
  text-decoration: none;
17736
18079
  }
17737
- .ant-pagination-item:focus-visible,
17738
18080
  .ant-pagination-item:hover {
17739
18081
  border-color: #1890ff;
17740
18082
  transition: all 0.3s;
17741
18083
  }
17742
- .ant-pagination-item:focus-visible a,
17743
18084
  .ant-pagination-item:hover a {
17744
18085
  color: #1890ff;
17745
18086
  }
18087
+ .ant-pagination-item:focus-visible {
18088
+ border-color: #1890ff;
18089
+ transition: all 0.3s;
18090
+ }
18091
+ .ant-pagination-item:focus-visible a {
18092
+ color: #1890ff;
18093
+ }
17746
18094
  .ant-pagination-item-active {
17747
18095
  font-weight: 500;
17748
18096
  background: #fff;
@@ -17751,14 +18099,18 @@ nz-page-header-footer {
17751
18099
  .ant-pagination-item-active a {
17752
18100
  color: #1890ff;
17753
18101
  }
17754
- .ant-pagination-item-active:focus-visible,
17755
18102
  .ant-pagination-item-active:hover {
17756
18103
  border-color: #40a9ff;
17757
18104
  }
17758
- .ant-pagination-item-active:focus-visible a,
18105
+ .ant-pagination-item-active:focus-visible {
18106
+ border-color: #40a9ff;
18107
+ }
17759
18108
  .ant-pagination-item-active:hover a {
17760
18109
  color: #40a9ff;
17761
18110
  }
18111
+ .ant-pagination-item-active:focus-visible a {
18112
+ color: #40a9ff;
18113
+ }
17762
18114
  .ant-pagination-jump-prev,
17763
18115
  .ant-pagination-jump-next {
17764
18116
  outline: 0;
@@ -17800,18 +18152,22 @@ nz-page-header-footer {
17800
18152
  opacity: 1;
17801
18153
  transition: all 0.2s;
17802
18154
  }
17803
- .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
17804
- .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
17805
18155
  .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
17806
18156
  .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
17807
18157
  opacity: 1;
17808
18158
  }
17809
- .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
17810
- .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
17811
18159
  .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
17812
18160
  .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
17813
18161
  opacity: 0;
17814
18162
  }
18163
+ .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
18164
+ .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
18165
+ opacity: 1;
18166
+ }
18167
+ .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
18168
+ .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
18169
+ opacity: 0;
18170
+ }
17815
18171
  .ant-pagination-prev,
17816
18172
  .ant-pagination-jump-prev,
17817
18173
  .ant-pagination-jump-next {
@@ -17864,19 +18220,28 @@ nz-page-header-footer {
17864
18220
  transition: all 0.3s;
17865
18221
  }
17866
18222
  .ant-pagination-prev:focus-visible .ant-pagination-item-link,
17867
- .ant-pagination-next:focus-visible .ant-pagination-item-link,
18223
+ .ant-pagination-next:focus-visible .ant-pagination-item-link {
18224
+ color: #1890ff;
18225
+ border-color: #1890ff;
18226
+ }
17868
18227
  .ant-pagination-prev:hover .ant-pagination-item-link,
17869
18228
  .ant-pagination-next:hover .ant-pagination-item-link {
17870
18229
  color: #1890ff;
17871
18230
  border-color: #1890ff;
17872
18231
  }
17873
18232
  .ant-pagination-disabled,
17874
- .ant-pagination-disabled:hover,
17875
- .ant-pagination-disabled:focus-visible {
18233
+ .ant-pagination-disabled:hover {
17876
18234
  cursor: not-allowed;
17877
18235
  }
17878
18236
  .ant-pagination-disabled .ant-pagination-item-link,
17879
- .ant-pagination-disabled:hover .ant-pagination-item-link,
18237
+ .ant-pagination-disabled:hover .ant-pagination-item-link {
18238
+ color: rgba(0, 0, 0, 0.25);
18239
+ border-color: #d9d9d9;
18240
+ cursor: not-allowed;
18241
+ }
18242
+ .ant-pagination-disabled:focus-visible {
18243
+ cursor: not-allowed;
18244
+ }
17880
18245
  .ant-pagination-disabled:focus-visible .ant-pagination-item-link {
17881
18246
  color: rgba(0, 0, 0, 0.25);
17882
18247
  border-color: #d9d9d9;
@@ -17949,7 +18314,7 @@ nz-page-header-footer {
17949
18314
  }
17950
18315
  .ant-pagination-options-quick-jumper input:hover {
17951
18316
  border-color: #40a9ff;
17952
- border-right-width: 1px !important;
18317
+ border-right-width: 1px;
17953
18318
  }
17954
18319
  .ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
17955
18320
  border-right-width: 0;
@@ -17959,7 +18324,7 @@ nz-page-header-footer {
17959
18324
  .ant-pagination-options-quick-jumper input-focused {
17960
18325
  border-color: #40a9ff;
17961
18326
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
17962
- border-right-width: 1px !important;
18327
+ border-right-width: 1px;
17963
18328
  outline: 0;
17964
18329
  }
17965
18330
  .ant-input-rtl .ant-pagination-options-quick-jumper input:focus,
@@ -17978,7 +18343,7 @@ nz-page-header-footer {
17978
18343
  }
17979
18344
  .ant-pagination-options-quick-jumper input-disabled:hover {
17980
18345
  border-color: #d9d9d9;
17981
- border-right-width: 1px !important;
18346
+ border-right-width: 1px;
17982
18347
  }
17983
18348
  .ant-pagination-options-quick-jumper input[disabled] {
17984
18349
  background-color: #f5f5f5;
@@ -17991,7 +18356,7 @@ nz-page-header-footer {
17991
18356
  }
17992
18357
  .ant-pagination-options-quick-jumper input[disabled]:hover {
17993
18358
  border-color: #d9d9d9;
17994
- border-right-width: 1px !important;
18359
+ border-right-width: 1px;
17995
18360
  }
17996
18361
  .ant-pagination-options-quick-jumper input-borderless,
17997
18362
  .ant-pagination-options-quick-jumper input-borderless:hover,
@@ -18244,22 +18609,22 @@ nz-pagination {
18244
18609
  .ant-popover-placement-top,
18245
18610
  .ant-popover-placement-topLeft,
18246
18611
  .ant-popover-placement-topRight {
18247
- padding-bottom: 10px;
18612
+ padding-bottom: 15.3137085px;
18248
18613
  }
18249
18614
  .ant-popover-placement-right,
18250
18615
  .ant-popover-placement-rightTop,
18251
18616
  .ant-popover-placement-rightBottom {
18252
- padding-left: 10px;
18617
+ padding-left: 15.3137085px;
18253
18618
  }
18254
18619
  .ant-popover-placement-bottom,
18255
18620
  .ant-popover-placement-bottomLeft,
18256
18621
  .ant-popover-placement-bottomRight {
18257
- padding-top: 10px;
18622
+ padding-top: 15.3137085px;
18258
18623
  }
18259
18624
  .ant-popover-placement-left,
18260
18625
  .ant-popover-placement-leftTop,
18261
18626
  .ant-popover-placement-leftBottom {
18262
- padding-right: 10px;
18627
+ padding-right: 15.3137085px;
18263
18628
  }
18264
18629
  .ant-popover-inner {
18265
18630
  background-color: #fff;
@@ -18314,8 +18679,8 @@ nz-pagination {
18314
18679
  .ant-popover-arrow {
18315
18680
  position: absolute;
18316
18681
  display: block;
18317
- width: 8.48528137px;
18318
- height: 8.48528137px;
18682
+ width: 16px;
18683
+ height: 16px;
18319
18684
  overflow: hidden;
18320
18685
  background: transparent;
18321
18686
  pointer-events: none;
@@ -18327,23 +18692,49 @@ nz-pagination {
18327
18692
  bottom: 0;
18328
18693
  left: 0;
18329
18694
  display: block;
18330
- width: 6px;
18331
- height: 6px;
18695
+ width: 11.3137085px;
18696
+ height: 11.3137085px;
18332
18697
  margin: auto;
18333
18698
  background-color: #fff;
18334
18699
  content: '';
18335
18700
  pointer-events: auto;
18701
+ border-radius: 0 0 2px;
18702
+ pointer-events: none;
18703
+ }
18704
+ .ant-popover-arrow-content::before {
18705
+ position: absolute;
18706
+ top: -11.3137085px;
18707
+ left: -11.3137085px;
18708
+ width: 33.9411255px;
18709
+ height: 33.9411255px;
18710
+ background: #fff;
18711
+ background-repeat: no-repeat;
18712
+ background-position: -10px -10px;
18713
+ content: '';
18714
+ 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');
18715
+ }
18716
+ .ant-popover-arrow-content::before {
18717
+ position: absolute;
18718
+ top: -11.3137085px;
18719
+ left: -11.3137085px;
18720
+ width: 33.9411255px;
18721
+ height: 33.9411255px;
18722
+ background: #fff;
18723
+ background-repeat: no-repeat;
18724
+ background-position: -10px -10px;
18725
+ content: '';
18726
+ 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');
18336
18727
  }
18337
18728
  .ant-popover-placement-top .ant-popover-arrow,
18338
18729
  .ant-popover-placement-topLeft .ant-popover-arrow,
18339
18730
  .ant-popover-placement-topRight .ant-popover-arrow {
18340
- bottom: 1.51471863px;
18731
+ bottom: -0.6862915px;
18341
18732
  }
18342
18733
  .ant-popover-placement-top .ant-popover-arrow-content,
18343
18734
  .ant-popover-placement-topLeft .ant-popover-arrow-content,
18344
18735
  .ant-popover-placement-topRight .ant-popover-arrow-content {
18345
18736
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
18346
- transform: translateY(-4.24264069px) rotate(45deg);
18737
+ transform: translateY(-8px) rotate(45deg);
18347
18738
  }
18348
18739
  .ant-popover-placement-top .ant-popover-arrow {
18349
18740
  left: 50%;
@@ -18358,13 +18749,13 @@ nz-pagination {
18358
18749
  .ant-popover-placement-right .ant-popover-arrow,
18359
18750
  .ant-popover-placement-rightTop .ant-popover-arrow,
18360
18751
  .ant-popover-placement-rightBottom .ant-popover-arrow {
18361
- left: 1.51471863px;
18752
+ left: -0.6862915px;
18362
18753
  }
18363
18754
  .ant-popover-placement-right .ant-popover-arrow-content,
18364
18755
  .ant-popover-placement-rightTop .ant-popover-arrow-content,
18365
18756
  .ant-popover-placement-rightBottom .ant-popover-arrow-content {
18366
- box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
18367
- transform: translateX(4.24264069px) rotate(45deg);
18757
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
18758
+ transform: translateX(8px) rotate(135deg);
18368
18759
  }
18369
18760
  .ant-popover-placement-right .ant-popover-arrow {
18370
18761
  top: 50%;
@@ -18379,13 +18770,13 @@ nz-pagination {
18379
18770
  .ant-popover-placement-bottom .ant-popover-arrow,
18380
18771
  .ant-popover-placement-bottomLeft .ant-popover-arrow,
18381
18772
  .ant-popover-placement-bottomRight .ant-popover-arrow {
18382
- top: 1.51471863px;
18773
+ top: -0.6862915px;
18383
18774
  }
18384
18775
  .ant-popover-placement-bottom .ant-popover-arrow-content,
18385
18776
  .ant-popover-placement-bottomLeft .ant-popover-arrow-content,
18386
18777
  .ant-popover-placement-bottomRight .ant-popover-arrow-content {
18387
- box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
18388
- transform: translateY(4.24264069px) rotate(45deg);
18778
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
18779
+ transform: translateY(8px) rotate(-135deg);
18389
18780
  }
18390
18781
  .ant-popover-placement-bottom .ant-popover-arrow {
18391
18782
  left: 50%;
@@ -18400,13 +18791,13 @@ nz-pagination {
18400
18791
  .ant-popover-placement-left .ant-popover-arrow,
18401
18792
  .ant-popover-placement-leftTop .ant-popover-arrow,
18402
18793
  .ant-popover-placement-leftBottom .ant-popover-arrow {
18403
- right: 1.51471863px;
18794
+ right: -0.6862915px;
18404
18795
  }
18405
18796
  .ant-popover-placement-left .ant-popover-arrow-content,
18406
18797
  .ant-popover-placement-leftTop .ant-popover-arrow-content,
18407
18798
  .ant-popover-placement-leftBottom .ant-popover-arrow-content {
18408
- box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
18409
- transform: translateX(-4.24264069px) rotate(45deg);
18799
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
18800
+ transform: translateX(-8px) rotate(-45deg);
18410
18801
  }
18411
18802
  .ant-popover-placement-left .ant-popover-arrow {
18412
18803
  top: 50%;
@@ -18744,6 +19135,10 @@ nz-pagination {
18744
19135
  overflow: hidden;
18745
19136
  content: '\a0';
18746
19137
  }
19138
+ .ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
19139
+ width: 14px;
19140
+ height: 14px;
19141
+ }
18747
19142
  .ant-radio {
18748
19143
  box-sizing: border-box;
18749
19144
  margin: 0;
@@ -19061,7 +19456,7 @@ span.ant-radio + * {
19061
19456
  .ant-rate-disabled .ant-rate-star {
19062
19457
  cursor: default;
19063
19458
  }
19064
- .ant-rate-disabled .ant-rate-star:hover {
19459
+ .ant-rate-disabled .ant-rate-star > div:hover {
19065
19460
  transform: scale(1);
19066
19461
  }
19067
19462
  .ant-rate-star {
@@ -19076,8 +19471,7 @@ span.ant-radio + * {
19076
19471
  .ant-rate-star > div {
19077
19472
  transition: all 0.3s, outline 0s;
19078
19473
  }
19079
- .ant-rate-star > div:hover,
19080
- .ant-rate-star > div:focus-visible {
19474
+ .ant-rate-star > div:hover {
19081
19475
  transform: scale(1.1);
19082
19476
  }
19083
19477
  .ant-rate-star > div:focus {
@@ -19085,6 +19479,7 @@ span.ant-radio + * {
19085
19479
  }
19086
19480
  .ant-rate-star > div:focus-visible {
19087
19481
  outline: 1px dashed #fadb14;
19482
+ transform: scale(1.1);
19088
19483
  }
19089
19484
  .ant-rate-star-first,
19090
19485
  .ant-rate-star-second {
@@ -19325,7 +19720,7 @@ span.ant-radio + * {
19325
19720
  text-align: center;
19326
19721
  text-transform: none;
19327
19722
  vertical-align: -0.125em;
19328
- text-rendering: optimizeLegibility;
19723
+ text-rendering: optimizelegibility;
19329
19724
  -webkit-font-smoothing: antialiased;
19330
19725
  -moz-osx-font-smoothing: grayscale;
19331
19726
  display: inline-block;
@@ -19360,7 +19755,7 @@ span.ant-radio + * {
19360
19755
  display: block;
19361
19756
  }
19362
19757
  .ant-select-multiple .ant-select-selection-item-remove > .anticon {
19363
- vertical-align: -0.2em;
19758
+ vertical-align: middle;
19364
19759
  }
19365
19760
  .ant-select-multiple .ant-select-selection-item-remove:hover {
19366
19761
  color: rgba(0, 0, 0, 0.75);
@@ -19371,8 +19766,6 @@ span.ant-radio + * {
19371
19766
  .ant-select-multiple .ant-select-selection-search {
19372
19767
  position: relative;
19373
19768
  max-width: 100%;
19374
- margin-top: 3px;
19375
- margin-bottom: 3px;
19376
19769
  margin-inline-start: 4px;
19377
19770
  }
19378
19771
  .ant-select-multiple .ant-select-selection-search-input,
@@ -19447,6 +19840,40 @@ span.ant-radio + * {
19447
19840
  .ant-select-disabled .ant-select-selection-item-remove {
19448
19841
  display: none;
19449
19842
  }
19843
+ .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
19844
+ background-color: #fff;
19845
+ border-color: #ff4d4f !important;
19846
+ }
19847
+ .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
19848
+ .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
19849
+ border-color: #ff7875;
19850
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
19851
+ border-right-width: 1px;
19852
+ outline: 0;
19853
+ }
19854
+ .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
19855
+ background-color: #fff;
19856
+ border-color: #faad14 !important;
19857
+ }
19858
+ .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
19859
+ .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
19860
+ border-color: #ffc53d;
19861
+ box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
19862
+ border-right-width: 1px;
19863
+ outline: 0;
19864
+ }
19865
+ .ant-select-status-error.ant-select-has-feedback .ant-select-clear,
19866
+ .ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
19867
+ .ant-select-status-success.ant-select-has-feedback .ant-select-clear,
19868
+ .ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
19869
+ right: 32px;
19870
+ }
19871
+ .ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
19872
+ .ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
19873
+ .ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
19874
+ .ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
19875
+ padding-right: 42px;
19876
+ }
19450
19877
  /* Reset search input style */
19451
19878
  .ant-select {
19452
19879
  box-sizing: border-box;
@@ -19481,7 +19908,7 @@ span.ant-radio + * {
19481
19908
  .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
19482
19909
  border-color: #40a9ff;
19483
19910
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
19484
- border-right-width: 1px !important;
19911
+ border-right-width: 1px;
19485
19912
  outline: 0;
19486
19913
  }
19487
19914
  .ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
@@ -19514,7 +19941,7 @@ span.ant-radio + * {
19514
19941
  }
19515
19942
  .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
19516
19943
  border-color: #40a9ff;
19517
- border-right-width: 1px !important;
19944
+ border-right-width: 1px;
19518
19945
  }
19519
19946
  .ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
19520
19947
  border-right-width: 0;
@@ -19554,13 +19981,14 @@ span.ant-radio + * {
19554
19981
  line-height: 0;
19555
19982
  text-transform: none;
19556
19983
  vertical-align: -0.125em;
19557
- text-rendering: optimizeLegibility;
19984
+ text-rendering: optimizelegibility;
19558
19985
  -webkit-font-smoothing: antialiased;
19559
19986
  -moz-osx-font-smoothing: grayscale;
19560
19987
  position: absolute;
19561
19988
  top: 50%;
19562
19989
  right: 7px;
19563
- width: 12px;
19990
+ display: flex;
19991
+ align-items: center;
19564
19992
  height: 12px;
19565
19993
  margin-top: -6px;
19566
19994
  color: rgba(0, 0, 0, 0.25);
@@ -19606,6 +20034,9 @@ span.ant-radio + * {
19606
20034
  .ant-select-disabled .ant-select-arrow {
19607
20035
  cursor: not-allowed;
19608
20036
  }
20037
+ .ant-select-arrow > *:not(:last-child) {
20038
+ margin-inline-end: 4px;
20039
+ }
19609
20040
  .ant-select-clear {
19610
20041
  position: absolute;
19611
20042
  top: 50%;
@@ -19747,6 +20178,9 @@ span.ant-radio + * {
19747
20178
  border-color: transparent !important;
19748
20179
  box-shadow: none !important;
19749
20180
  }
20181
+ .ant-select.ant-select-in-form-item {
20182
+ width: 100%;
20183
+ }
19750
20184
  .ant-select-rtl {
19751
20185
  direction: rtl;
19752
20186
  }
@@ -19807,28 +20241,156 @@ span.ant-radio + * {
19807
20241
  .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
19808
20242
  right: 6px;
19809
20243
  }
19810
- .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
19811
- .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
19812
- padding-right: 0;
19813
- padding-left: 18px;
20244
+ .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
20245
+ .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
20246
+ padding-right: 0;
20247
+ padding-left: 18px;
20248
+ }
20249
+ .ant-select-dropdown {
20250
+ top: 100%;
20251
+ left: 0;
20252
+ position: relative;
20253
+ width: 100%;
20254
+ margin-top: 4px;
20255
+ margin-bottom: 4px;
20256
+ display: block;
20257
+ }
20258
+ .ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
20259
+ right: 0;
20260
+ }
20261
+ .ant-select-dropdown .full-width {
20262
+ contain: initial;
20263
+ }
20264
+ .ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
20265
+ position: static;
20266
+ }
20267
+ .segmented-disabled-item,
20268
+ .segmented-disabled-item:hover,
20269
+ .segmented-disabled-item:focus {
20270
+ color: rgba(0, 0, 0, 0.25);
20271
+ cursor: not-allowed;
20272
+ }
20273
+ .segmented-item-selected {
20274
+ background-color: #fff;
20275
+ border-radius: 2px;
20276
+ box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
20277
+ }
20278
+ .segmented-text-ellipsis {
20279
+ overflow: hidden;
20280
+ white-space: nowrap;
20281
+ text-overflow: ellipsis;
20282
+ word-break: keep-all;
20283
+ }
20284
+ .ant-segmented {
20285
+ box-sizing: border-box;
20286
+ margin: 0;
20287
+ padding: 0;
20288
+ color: rgba(0, 0, 0, 0.85);
20289
+ font-size: 12px;
20290
+ font-variant: tabular-nums;
20291
+ line-height: 1.66667;
20292
+ list-style: none;
20293
+ font-feature-settings: 'tnum';
20294
+ display: inline-block;
20295
+ padding: 2px;
20296
+ color: rgba(0, 0, 0, 0.65);
20297
+ background-color: rgba(0, 0, 0, 0.04);
20298
+ border-radius: 2px;
20299
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
20300
+ }
20301
+ .ant-segmented-group {
20302
+ position: relative;
20303
+ display: flex;
20304
+ align-items: stretch;
20305
+ justify-items: flex-start;
20306
+ width: 100%;
20307
+ }
20308
+ .ant-segmented.ant-segmented-block {
20309
+ display: flex;
20310
+ }
20311
+ .ant-segmented.ant-segmented-block .ant-segmented-item {
20312
+ flex: 1;
20313
+ min-width: 0;
20314
+ }
20315
+ .ant-segmented:not(.ant-segmented-disabled):hover,
20316
+ .ant-segmented:not(.ant-segmented-disabled):focus {
20317
+ background-color: rgba(0, 0, 0, 0.06);
20318
+ }
20319
+ .ant-segmented-item {
20320
+ position: relative;
20321
+ text-align: center;
20322
+ cursor: pointer;
20323
+ transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
20324
+ }
20325
+ .ant-segmented-item-selected {
20326
+ background-color: #fff;
20327
+ border-radius: 2px;
20328
+ box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
20329
+ color: #262626;
20330
+ }
20331
+ .ant-segmented-item:hover,
20332
+ .ant-segmented-item:focus {
20333
+ color: #262626;
20334
+ }
20335
+ .ant-segmented-item-label {
20336
+ min-height: 24px;
20337
+ padding: 0 7px;
20338
+ line-height: 24px;
20339
+ overflow: hidden;
20340
+ white-space: nowrap;
20341
+ text-overflow: ellipsis;
20342
+ word-break: keep-all;
20343
+ }
20344
+ .ant-segmented-item-icon + * {
20345
+ margin-left: 8px / 2;
20346
+ }
20347
+ .ant-segmented-item-input {
20348
+ position: absolute;
20349
+ top: 0;
20350
+ left: 0;
20351
+ width: 0;
20352
+ height: 0;
20353
+ opacity: 0;
20354
+ pointer-events: none;
20355
+ }
20356
+ .ant-segmented.ant-segmented-lg .ant-segmented-item-label {
20357
+ min-height: 28px;
20358
+ padding: 0 11px;
20359
+ font-size: 14px;
20360
+ line-height: 28px;
20361
+ }
20362
+ .ant-segmented.ant-segmented-sm .ant-segmented-item-label {
20363
+ min-height: 18px;
20364
+ padding: 0 7px;
20365
+ line-height: 18px;
20366
+ }
20367
+ .ant-segmented-item-disabled,
20368
+ .ant-segmented-item-disabled:hover,
20369
+ .ant-segmented-item-disabled:focus {
20370
+ color: rgba(0, 0, 0, 0.25);
20371
+ cursor: not-allowed;
19814
20372
  }
19815
- .ant-select-dropdown {
19816
- top: 100%;
20373
+ .ant-segmented-thumb {
20374
+ background-color: #fff;
20375
+ border-radius: 2px;
20376
+ box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
20377
+ position: absolute;
20378
+ top: 0;
19817
20379
  left: 0;
19818
- position: relative;
19819
- width: 100%;
19820
- margin-top: 4px;
19821
- margin-bottom: 4px;
19822
- display: block;
20380
+ width: 0;
20381
+ height: 100%;
20382
+ padding: 4px 0;
19823
20383
  }
19824
- .ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
19825
- right: 0;
20384
+ .ant-segmented-thumb-motion-appear-active {
20385
+ transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
20386
+ will-change: transform, width;
19826
20387
  }
19827
- .ant-select-dropdown .full-width {
19828
- contain: initial;
20388
+ .ant-segmented.ant-segmented-rtl {
20389
+ direction: rtl;
19829
20390
  }
19830
- .ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
19831
- position: static;
20391
+ .ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
20392
+ margin-right: 0;
20393
+ margin-left: 6px;
19832
20394
  }
19833
20395
  .ant-skeleton {
19834
20396
  display: table;
@@ -19939,6 +20501,9 @@ span.ant-radio + * {
19939
20501
  .ant-skeleton.ant-skeleton-block .ant-skeleton-button {
19940
20502
  width: 100%;
19941
20503
  }
20504
+ .ant-skeleton.ant-skeleton-block .ant-skeleton-input {
20505
+ width: 100%;
20506
+ }
19942
20507
  .ant-skeleton-element {
19943
20508
  display: inline-block;
19944
20509
  width: auto;
@@ -20020,17 +20585,20 @@ span.ant-radio + * {
20020
20585
  display: inline-block;
20021
20586
  vertical-align: top;
20022
20587
  background: rgba(190, 190, 190, 0.2);
20023
- width: 100%;
20588
+ width: 140px;
20589
+ min-width: 140px;
20024
20590
  height: 28px;
20025
20591
  line-height: 28px;
20026
20592
  }
20027
20593
  .ant-skeleton-element .ant-skeleton-input-lg {
20028
- width: 100%;
20594
+ width: 160px;
20595
+ min-width: 160px;
20029
20596
  height: 32px;
20030
20597
  line-height: 32px;
20031
20598
  }
20032
20599
  .ant-skeleton-element .ant-skeleton-input-sm {
20033
- width: 100%;
20600
+ width: 110px;
20601
+ min-width: 110px;
20034
20602
  height: 22px;
20035
20603
  line-height: 22px;
20036
20604
  }
@@ -20140,8 +20708,7 @@ span.ant-radio + * {
20140
20708
  }
20141
20709
  .ant-slider-vertical .ant-slider-dot {
20142
20710
  top: auto;
20143
- left: 2px;
20144
- margin-bottom: -4px;
20711
+ margin-left: -2px;
20145
20712
  }
20146
20713
  .ant-slider-tooltip .ant-tooltip-inner {
20147
20714
  min-width: unset;
@@ -20192,9 +20759,8 @@ span.ant-radio + * {
20192
20759
  cursor: pointer;
20193
20760
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
20194
20761
  }
20195
- .ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging {
20196
- border-color: #46a6ff;
20197
- box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.12);
20762
+ .ant-slider-handle-dragging {
20763
+ z-index: 1;
20198
20764
  }
20199
20765
  .ant-slider-handle:focus {
20200
20766
  border-color: #46a6ff;
@@ -20237,30 +20803,27 @@ span.ant-radio + * {
20237
20803
  width: 100%;
20238
20804
  height: 4px;
20239
20805
  background: transparent;
20806
+ pointer-events: none;
20240
20807
  }
20241
20808
  .ant-slider-dot {
20242
20809
  position: absolute;
20243
20810
  top: -2px;
20244
20811
  width: 8px;
20245
20812
  height: 8px;
20246
- margin-left: -4px;
20247
20813
  background-color: #fff;
20248
20814
  border: 2px solid #f0f0f0;
20249
20815
  border-radius: 50%;
20250
20816
  cursor: pointer;
20251
20817
  }
20252
- .ant-slider-dot:first-child {
20253
- margin-left: -4px;
20254
- }
20255
- .ant-slider-dot:last-child {
20256
- margin-left: -4px;
20257
- }
20258
20818
  .ant-slider-dot-active {
20259
20819
  border-color: #8cc8ff;
20260
20820
  }
20261
20821
  .ant-slider-disabled {
20262
20822
  cursor: not-allowed;
20263
20823
  }
20824
+ .ant-slider-disabled .ant-slider-rail {
20825
+ background-color: #f5f5f5 !important;
20826
+ }
20264
20827
  .ant-slider-disabled .ant-slider-track {
20265
20828
  background-color: rgba(0, 0, 0, 0.25) !important;
20266
20829
  }
@@ -20282,18 +20845,6 @@ span.ant-radio + * {
20282
20845
  right: 0;
20283
20846
  left: auto;
20284
20847
  }
20285
- .ant-slider-rtl .ant-slider-dot {
20286
- margin-right: -4px;
20287
- margin-left: 0;
20288
- }
20289
- .ant-slider-rtl .ant-slider-dot:first-child {
20290
- margin-right: -4px;
20291
- margin-left: 0;
20292
- }
20293
- .ant-slider-rtl .ant-slider-dot:last-child {
20294
- margin-right: -4px;
20295
- margin-left: 0;
20296
- }
20297
20848
  .ant-spin {
20298
20849
  box-sizing: border-box;
20299
20850
  margin: 0;
@@ -20436,7 +20987,7 @@ span.ant-radio + * {
20436
20987
  animation-delay: 1.2s;
20437
20988
  }
20438
20989
  .ant-spin-dot-spin {
20439
- transform: rotate(45deg);
20990
+ transform: rotate(0deg);
20440
20991
  animation: antRotate 1.2s infinite linear;
20441
20992
  }
20442
20993
  .ant-spin-sm .ant-spin-dot {
@@ -20470,7 +21021,7 @@ span.ant-radio + * {
20470
21021
  }
20471
21022
  @keyframes antRotate {
20472
21023
  to {
20473
- transform: rotate(405deg);
21024
+ transform: rotate(360deg);
20474
21025
  }
20475
21026
  }
20476
21027
  .ant-spin-rtl {
@@ -21001,6 +21552,12 @@ nz-spin {
21001
21552
  margin: 0;
21002
21553
  padding: 22px 0 4px;
21003
21554
  }
21555
+ .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
21556
+ margin-top: 10px;
21557
+ }
21558
+ .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
21559
+ top: 3.5px;
21560
+ }
21004
21561
  .ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
21005
21562
  left: 0;
21006
21563
  }
@@ -21113,6 +21670,9 @@ nz-spin {
21113
21670
  .ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
21114
21671
  visibility: hidden;
21115
21672
  }
21673
+ .ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
21674
+ visibility: hidden;
21675
+ }
21116
21676
  .ant-steps-rtl {
21117
21677
  direction: rtl;
21118
21678
  }
@@ -21128,6 +21688,11 @@ nz-spin {
21128
21688
  padding-right: 0;
21129
21689
  padding-left: 16px;
21130
21690
  }
21691
+ .ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
21692
+ float: left;
21693
+ margin-right: 8px;
21694
+ margin-left: 0;
21695
+ }
21131
21696
  .ant-steps-rtl .ant-steps-item-title::after {
21132
21697
  right: 100%;
21133
21698
  left: auto;
@@ -21240,6 +21805,10 @@ nz-spin {
21240
21805
  right: -2px;
21241
21806
  left: auto;
21242
21807
  }
21808
+ .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
21809
+ padding-right: 4px;
21810
+ padding-left: 0;
21811
+ }
21243
21812
  .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
21244
21813
  padding-right: 4px;
21245
21814
  }
@@ -21279,7 +21848,7 @@ nz-spin {
21279
21848
  height: 20px;
21280
21849
  line-height: 20px;
21281
21850
  vertical-align: middle;
21282
- background-color: rgba(0, 0, 0, 0.25);
21851
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(to right, #fff, #fff);
21283
21852
  border: 0;
21284
21853
  border-radius: 100px;
21285
21854
  cursor: pointer;
@@ -21297,7 +21866,7 @@ nz-spin {
21297
21866
  box-shadow: none;
21298
21867
  }
21299
21868
  .ant-switch-checked {
21300
- background-color: #1890ff;
21869
+ background: #1890ff;
21301
21870
  }
21302
21871
  .ant-switch-loading,
21303
21872
  .ant-switch-disabled {
@@ -21432,6 +22001,9 @@ nz-switch {
21432
22001
  .ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
21433
22002
  margin: -8px -8px -8px 25px;
21434
22003
  }
22004
+ .ant-table.ant-table-middle .ant-table-selection-column {
22005
+ padding-inline-start: 2px;
22006
+ }
21435
22007
  .ant-table.ant-table-small {
21436
22008
  font-size: 12px;
21437
22009
  }
@@ -21452,12 +22024,8 @@ nz-switch {
21452
22024
  .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
21453
22025
  margin: -4px -4px -4px 21px;
21454
22026
  }
21455
- .ant-table-small .ant-table-thead > tr > th {
21456
- background-color: #fafafa;
21457
- }
21458
- .ant-table-small .ant-table-selection-column {
21459
- width: 46px;
21460
- min-width: 46px;
22027
+ .ant-table.ant-table-small .ant-table-selection-column {
22028
+ padding-inline-start: 1px;
21461
22029
  }
21462
22030
  .ant-table.ant-table-bordered > .ant-table-title {
21463
22031
  border: 1px solid #f0f0f0;
@@ -21550,7 +22118,7 @@ nz-switch {
21550
22118
  .ant-table-cell .ant-table-container:first-child {
21551
22119
  border-top: 0;
21552
22120
  }
21553
- .ant-table-cell-scrollbar {
22121
+ .ant-table-cell-scrollbar:not([rowspan]) {
21554
22122
  box-shadow: 0 1px 0 1px #fafafa;
21555
22123
  }
21556
22124
  .ant-table-wrapper {
@@ -21739,6 +22307,7 @@ div.ant-table-summary {
21739
22307
  justify-content: flex-end;
21740
22308
  }
21741
22309
  .ant-table-thead th.ant-table-column-has-sorters {
22310
+ outline: none;
21742
22311
  cursor: pointer;
21743
22312
  transition: all 0.3s;
21744
22313
  }
@@ -21748,6 +22317,9 @@ div.ant-table-summary {
21748
22317
  .ant-table-thead th.ant-table-column-has-sorters:hover::before {
21749
22318
  background-color: transparent !important;
21750
22319
  }
22320
+ .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
22321
+ color: #1890ff;
22322
+ }
21751
22323
  .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
21752
22324
  .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
21753
22325
  background: #f5f5f5;
@@ -21935,7 +22507,7 @@ table tr th.ant-table-selection-column::after {
21935
22507
  cursor: pointer;
21936
22508
  transition: all 0.3s;
21937
22509
  margin-inline-start: 100%;
21938
- padding-inline-start: 0px;
22510
+ padding-inline-start: 2px;
21939
22511
  }
21940
22512
  .ant-table-selection-extra .anticon {
21941
22513
  color: #bfbfbf;
@@ -21993,12 +22565,12 @@ table tr th.ant-table-selection-column::after {
21993
22565
  .ant-table-row-expand-icon:focus,
21994
22566
  .ant-table-row-expand-icon:hover,
21995
22567
  .ant-table-row-expand-icon:active {
21996
- border-color: currentColor;
22568
+ border-color: currentcolor;
21997
22569
  }
21998
22570
  .ant-table-row-expand-icon::before,
21999
22571
  .ant-table-row-expand-icon::after {
22000
22572
  position: absolute;
22001
- background: currentColor;
22573
+ background: currentcolor;
22002
22574
  transition: transform 0.3s ease-out;
22003
22575
  content: '';
22004
22576
  }
@@ -22769,7 +23341,6 @@ cdk-virtual-scroll-viewport.ant-table-body {
22769
23341
  list-style: none;
22770
23342
  font-feature-settings: 'tnum';
22771
23343
  display: flex;
22772
- overflow: hidden;
22773
23344
  }
22774
23345
  .ant-tabs > .ant-tabs-nav,
22775
23346
  .ant-tabs > div > .ant-tabs-nav {
@@ -22909,7 +23480,7 @@ cdk-virtual-scroll-viewport.ant-table-body {
22909
23480
  }
22910
23481
  .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
22911
23482
  color: #1890ff;
22912
- text-shadow: 0 0 0.25px currentColor;
23483
+ text-shadow: 0 0 0.25px currentcolor;
22913
23484
  }
22914
23485
  .ant-tabs-tab.ant-tabs-tab-disabled {
22915
23486
  color: rgba(0, 0, 0, 0.25);
@@ -22966,6 +23537,7 @@ nz-tabset,
22966
23537
  nz-tab-nav-operation,
22967
23538
  nz-tabs-nav {
22968
23539
  display: block;
23540
+ overflow: hidden;
22969
23541
  }
22970
23542
  .nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu {
22971
23543
  max-height: 200px;
@@ -23509,31 +24081,35 @@ nz-tabs-nav {
23509
24081
  z-index: 1070;
23510
24082
  display: block;
23511
24083
  width: max-content;
24084
+ width: intrinsic;
23512
24085
  max-width: 250px;
23513
24086
  visibility: visible;
23514
24087
  }
24088
+ .ant-tooltip-content {
24089
+ position: relative;
24090
+ }
23515
24091
  .ant-tooltip-hidden {
23516
24092
  display: none;
23517
24093
  }
23518
24094
  .ant-tooltip-placement-top,
23519
24095
  .ant-tooltip-placement-topLeft,
23520
24096
  .ant-tooltip-placement-topRight {
23521
- padding-bottom: 8px;
24097
+ padding-bottom: 14.3137085px;
23522
24098
  }
23523
24099
  .ant-tooltip-placement-right,
23524
24100
  .ant-tooltip-placement-rightTop,
23525
24101
  .ant-tooltip-placement-rightBottom {
23526
- padding-left: 8px;
24102
+ padding-left: 14.3137085px;
23527
24103
  }
23528
24104
  .ant-tooltip-placement-bottom,
23529
24105
  .ant-tooltip-placement-bottomLeft,
23530
24106
  .ant-tooltip-placement-bottomRight {
23531
- padding-top: 8px;
24107
+ padding-top: 14.3137085px;
23532
24108
  }
23533
24109
  .ant-tooltip-placement-left,
23534
24110
  .ant-tooltip-placement-leftTop,
23535
24111
  .ant-tooltip-placement-leftBottom {
23536
- padding-right: 8px;
24112
+ padding-right: 14.3137085px;
23537
24113
  }
23538
24114
  .ant-tooltip-inner {
23539
24115
  min-width: 30px;
@@ -23549,41 +24125,70 @@ nz-tabs-nav {
23549
24125
  }
23550
24126
  .ant-tooltip-arrow {
23551
24127
  position: absolute;
24128
+ z-index: 2;
23552
24129
  display: block;
23553
- width: 13.07106781px;
23554
- height: 13.07106781px;
24130
+ width: 22px;
24131
+ height: 22px;
23555
24132
  overflow: hidden;
23556
24133
  background: transparent;
23557
24134
  pointer-events: none;
23558
24135
  }
23559
24136
  .ant-tooltip-arrow-content {
24137
+ --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
23560
24138
  position: absolute;
23561
24139
  top: 0;
23562
24140
  right: 0;
23563
24141
  bottom: 0;
23564
24142
  left: 0;
23565
24143
  display: block;
23566
- width: 5px;
23567
- height: 5px;
24144
+ width: 11.3137085px;
24145
+ height: 11.3137085px;
23568
24146
  margin: auto;
23569
- background-color: rgba(0, 0, 0, 0.75);
24147
+ background-color: transparent;
23570
24148
  content: '';
23571
24149
  pointer-events: auto;
24150
+ border-radius: 0 0 2px;
24151
+ pointer-events: none;
24152
+ }
24153
+ .ant-tooltip-arrow-content::before {
24154
+ position: absolute;
24155
+ top: -11.3137085px;
24156
+ left: -11.3137085px;
24157
+ width: 33.9411255px;
24158
+ height: 33.9411255px;
24159
+ background: var(--antd-arrow-background-color);
24160
+ background-repeat: no-repeat;
24161
+ background-position: -10px -10px;
24162
+ content: '';
24163
+ 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');
24164
+ }
24165
+ .ant-tooltip-arrow-content::before {
24166
+ position: absolute;
24167
+ top: -11.3137085px;
24168
+ left: -11.3137085px;
24169
+ width: 33.9411255px;
24170
+ height: 33.9411255px;
24171
+ background: var(--antd-arrow-background-color);
24172
+ background-repeat: no-repeat;
24173
+ background-position: -10px -10px;
24174
+ content: '';
24175
+ 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');
23572
24176
  }
23573
24177
  .ant-tooltip-placement-top .ant-tooltip-arrow,
23574
24178
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
23575
24179
  .ant-tooltip-placement-topRight .ant-tooltip-arrow {
23576
- bottom: -5.07106781px;
24180
+ bottom: 0;
24181
+ transform: translateY(100%);
23577
24182
  }
23578
24183
  .ant-tooltip-placement-top .ant-tooltip-arrow-content,
23579
24184
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
23580
24185
  .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
23581
24186
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
23582
- transform: translateY(-6.53553391px) rotate(45deg);
24187
+ transform: translateY(-11px) rotate(45deg);
23583
24188
  }
23584
24189
  .ant-tooltip-placement-top .ant-tooltip-arrow {
23585
24190
  left: 50%;
23586
- transform: translateX(-50%);
24191
+ transform: translateY(100%) translateX(-50%);
23587
24192
  }
23588
24193
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
23589
24194
  left: 13px;
@@ -23594,17 +24199,18 @@ nz-tabs-nav {
23594
24199
  .ant-tooltip-placement-right .ant-tooltip-arrow,
23595
24200
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow,
23596
24201
  .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
23597
- left: -5.07106781px;
24202
+ left: 0;
24203
+ transform: translateX(-100%);
23598
24204
  }
23599
24205
  .ant-tooltip-placement-right .ant-tooltip-arrow-content,
23600
24206
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
23601
24207
  .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
23602
24208
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
23603
- transform: translateX(6.53553391px) rotate(45deg);
24209
+ transform: translateX(11px) rotate(135deg);
23604
24210
  }
23605
24211
  .ant-tooltip-placement-right .ant-tooltip-arrow {
23606
24212
  top: 50%;
23607
- transform: translateY(-50%);
24213
+ transform: translateX(-100%) translateY(-50%);
23608
24214
  }
23609
24215
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
23610
24216
  top: 5px;
@@ -23615,17 +24221,18 @@ nz-tabs-nav {
23615
24221
  .ant-tooltip-placement-left .ant-tooltip-arrow,
23616
24222
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow,
23617
24223
  .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
23618
- right: -5.07106781px;
24224
+ right: 0;
24225
+ transform: translateX(100%);
23619
24226
  }
23620
24227
  .ant-tooltip-placement-left .ant-tooltip-arrow-content,
23621
24228
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
23622
24229
  .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
23623
24230
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
23624
- transform: translateX(-6.53553391px) rotate(45deg);
24231
+ transform: translateX(-11px) rotate(315deg);
23625
24232
  }
23626
24233
  .ant-tooltip-placement-left .ant-tooltip-arrow {
23627
24234
  top: 50%;
23628
- transform: translateY(-50%);
24235
+ transform: translateX(100%) translateY(-50%);
23629
24236
  }
23630
24237
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
23631
24238
  top: 5px;
@@ -23636,17 +24243,18 @@ nz-tabs-nav {
23636
24243
  .ant-tooltip-placement-bottom .ant-tooltip-arrow,
23637
24244
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
23638
24245
  .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
23639
- top: -5.07106781px;
24246
+ top: 0;
24247
+ transform: translateY(-100%);
23640
24248
  }
23641
24249
  .ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
23642
24250
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
23643
24251
  .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
23644
24252
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
23645
- transform: translateY(6.53553391px) rotate(45deg);
24253
+ transform: translateY(11px) rotate(225deg);
23646
24254
  }
23647
24255
  .ant-tooltip-placement-bottom .ant-tooltip-arrow {
23648
24256
  left: 50%;
23649
- transform: translateX(-50%);
24257
+ transform: translateY(-100%) translateX(-50%);
23650
24258
  }
23651
24259
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
23652
24260
  left: 13px;
@@ -23657,80 +24265,80 @@ nz-tabs-nav {
23657
24265
  .ant-tooltip-pink .ant-tooltip-inner {
23658
24266
  background-color: #eb2f96;
23659
24267
  }
23660
- .ant-tooltip-pink .ant-tooltip-arrow-content {
23661
- background-color: #eb2f96;
24268
+ .ant-tooltip-pink .ant-tooltip-arrow-content::before {
24269
+ background: #eb2f96;
23662
24270
  }
23663
24271
  .ant-tooltip-magenta .ant-tooltip-inner {
23664
24272
  background-color: #eb2f96;
23665
24273
  }
23666
- .ant-tooltip-magenta .ant-tooltip-arrow-content {
23667
- background-color: #eb2f96;
24274
+ .ant-tooltip-magenta .ant-tooltip-arrow-content::before {
24275
+ background: #eb2f96;
23668
24276
  }
23669
24277
  .ant-tooltip-red .ant-tooltip-inner {
23670
24278
  background-color: #f5222d;
23671
24279
  }
23672
- .ant-tooltip-red .ant-tooltip-arrow-content {
23673
- background-color: #f5222d;
24280
+ .ant-tooltip-red .ant-tooltip-arrow-content::before {
24281
+ background: #f5222d;
23674
24282
  }
23675
24283
  .ant-tooltip-volcano .ant-tooltip-inner {
23676
24284
  background-color: #fa541c;
23677
24285
  }
23678
- .ant-tooltip-volcano .ant-tooltip-arrow-content {
23679
- background-color: #fa541c;
24286
+ .ant-tooltip-volcano .ant-tooltip-arrow-content::before {
24287
+ background: #fa541c;
23680
24288
  }
23681
24289
  .ant-tooltip-orange .ant-tooltip-inner {
23682
24290
  background-color: #fa8c16;
23683
24291
  }
23684
- .ant-tooltip-orange .ant-tooltip-arrow-content {
23685
- background-color: #fa8c16;
24292
+ .ant-tooltip-orange .ant-tooltip-arrow-content::before {
24293
+ background: #fa8c16;
23686
24294
  }
23687
24295
  .ant-tooltip-yellow .ant-tooltip-inner {
23688
24296
  background-color: #fadb14;
23689
24297
  }
23690
- .ant-tooltip-yellow .ant-tooltip-arrow-content {
23691
- background-color: #fadb14;
24298
+ .ant-tooltip-yellow .ant-tooltip-arrow-content::before {
24299
+ background: #fadb14;
23692
24300
  }
23693
24301
  .ant-tooltip-gold .ant-tooltip-inner {
23694
24302
  background-color: #faad14;
23695
24303
  }
23696
- .ant-tooltip-gold .ant-tooltip-arrow-content {
23697
- background-color: #faad14;
24304
+ .ant-tooltip-gold .ant-tooltip-arrow-content::before {
24305
+ background: #faad14;
23698
24306
  }
23699
24307
  .ant-tooltip-cyan .ant-tooltip-inner {
23700
24308
  background-color: #13c2c2;
23701
24309
  }
23702
- .ant-tooltip-cyan .ant-tooltip-arrow-content {
23703
- background-color: #13c2c2;
24310
+ .ant-tooltip-cyan .ant-tooltip-arrow-content::before {
24311
+ background: #13c2c2;
23704
24312
  }
23705
24313
  .ant-tooltip-lime .ant-tooltip-inner {
23706
24314
  background-color: #a0d911;
23707
24315
  }
23708
- .ant-tooltip-lime .ant-tooltip-arrow-content {
23709
- background-color: #a0d911;
24316
+ .ant-tooltip-lime .ant-tooltip-arrow-content::before {
24317
+ background: #a0d911;
23710
24318
  }
23711
24319
  .ant-tooltip-green .ant-tooltip-inner {
23712
24320
  background-color: #52c41a;
23713
24321
  }
23714
- .ant-tooltip-green .ant-tooltip-arrow-content {
23715
- background-color: #52c41a;
24322
+ .ant-tooltip-green .ant-tooltip-arrow-content::before {
24323
+ background: #52c41a;
23716
24324
  }
23717
24325
  .ant-tooltip-blue .ant-tooltip-inner {
23718
24326
  background-color: #1890ff;
23719
24327
  }
23720
- .ant-tooltip-blue .ant-tooltip-arrow-content {
23721
- background-color: #1890ff;
24328
+ .ant-tooltip-blue .ant-tooltip-arrow-content::before {
24329
+ background: #1890ff;
23722
24330
  }
23723
24331
  .ant-tooltip-geekblue .ant-tooltip-inner {
23724
24332
  background-color: #2f54eb;
23725
24333
  }
23726
- .ant-tooltip-geekblue .ant-tooltip-arrow-content {
23727
- background-color: #2f54eb;
24334
+ .ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
24335
+ background: #2f54eb;
23728
24336
  }
23729
24337
  .ant-tooltip-purple .ant-tooltip-inner {
23730
24338
  background-color: #722ed1;
23731
24339
  }
23732
- .ant-tooltip-purple .ant-tooltip-arrow-content {
23733
- background-color: #722ed1;
24340
+ .ant-tooltip-purple .ant-tooltip-arrow-content::before {
24341
+ background: #722ed1;
23734
24342
  }
23735
24343
  .ant-tooltip-rtl {
23736
24344
  direction: rtl;
@@ -23770,6 +24378,54 @@ nz-tabs-nav {
23770
24378
  .ant-transfer-customize-list .ant-input[disabled] {
23771
24379
  background-color: transparent;
23772
24380
  }
24381
+ .ant-transfer-status-error .ant-transfer-list {
24382
+ border-color: #ff4d4f;
24383
+ }
24384
+ .ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
24385
+ border-color: #d9d9d9;
24386
+ }
24387
+ .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
24388
+ border-color: #40a9ff;
24389
+ border-right-width: 1px;
24390
+ }
24391
+ .ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
24392
+ border-right-width: 0;
24393
+ border-left-width: 1px !important;
24394
+ }
24395
+ .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
24396
+ border-color: #40a9ff;
24397
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
24398
+ border-right-width: 1px;
24399
+ outline: 0;
24400
+ }
24401
+ .ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
24402
+ border-right-width: 0;
24403
+ border-left-width: 1px !important;
24404
+ }
24405
+ .ant-transfer-status-warning .ant-transfer-list {
24406
+ border-color: #faad14;
24407
+ }
24408
+ .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
24409
+ border-color: #d9d9d9;
24410
+ }
24411
+ .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
24412
+ border-color: #40a9ff;
24413
+ border-right-width: 1px;
24414
+ }
24415
+ .ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
24416
+ border-right-width: 0;
24417
+ border-left-width: 1px !important;
24418
+ }
24419
+ .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
24420
+ border-color: #40a9ff;
24421
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
24422
+ border-right-width: 1px;
24423
+ outline: 0;
24424
+ }
24425
+ .ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
24426
+ border-right-width: 0;
24427
+ border-left-width: 1px !important;
24428
+ }
23773
24429
  .ant-transfer {
23774
24430
  box-sizing: border-box;
23775
24431
  margin: 0;
@@ -24010,7 +24666,9 @@ nz-tabs-nav {
24010
24666
  color: #ff4d4f;
24011
24667
  }
24012
24668
  a.ant-typography.ant-typography-danger:active,
24013
- a.ant-typography.ant-typography-danger:focus,
24669
+ a.ant-typography.ant-typography-danger:focus {
24670
+ color: #d9363e;
24671
+ }
24014
24672
  a.ant-typography.ant-typography-danger:hover {
24015
24673
  color: #ff7875;
24016
24674
  }
@@ -24024,6 +24682,8 @@ div.ant-typography,
24024
24682
  margin-bottom: 1em;
24025
24683
  }
24026
24684
  h1.ant-typography,
24685
+ div.ant-typography-h1,
24686
+ div.ant-typography-h1 > textarea,
24027
24687
  .ant-typography h1 {
24028
24688
  margin-bottom: 0.5em;
24029
24689
  color: rgba(0, 0, 0, 0.85);
@@ -24032,6 +24692,8 @@ h1.ant-typography,
24032
24692
  line-height: 1.23;
24033
24693
  }
24034
24694
  h2.ant-typography,
24695
+ div.ant-typography-h2,
24696
+ div.ant-typography-h2 > textarea,
24035
24697
  .ant-typography h2 {
24036
24698
  margin-bottom: 0.5em;
24037
24699
  color: rgba(0, 0, 0, 0.85);
@@ -24040,6 +24702,8 @@ h2.ant-typography,
24040
24702
  line-height: 1.35;
24041
24703
  }
24042
24704
  h3.ant-typography,
24705
+ div.ant-typography-h3,
24706
+ div.ant-typography-h3 > textarea,
24043
24707
  .ant-typography h3 {
24044
24708
  margin-bottom: 0.5em;
24045
24709
  color: rgba(0, 0, 0, 0.85);
@@ -24048,6 +24712,8 @@ h3.ant-typography,
24048
24712
  line-height: 1.35;
24049
24713
  }
24050
24714
  h4.ant-typography,
24715
+ div.ant-typography-h4,
24716
+ div.ant-typography-h4 > textarea,
24051
24717
  .ant-typography h4 {
24052
24718
  margin-bottom: 0.5em;
24053
24719
  color: rgba(0, 0, 0, 0.85);
@@ -24056,6 +24722,8 @@ h4.ant-typography,
24056
24722
  line-height: 1.4;
24057
24723
  }
24058
24724
  h5.ant-typography,
24725
+ div.ant-typography-h5,
24726
+ div.ant-typography-h5 > textarea,
24059
24727
  .ant-typography h5 {
24060
24728
  margin-bottom: 0.5em;
24061
24729
  color: rgba(0, 0, 0, 0.85);
@@ -24266,9 +24934,14 @@ div.ant-typography-edit-content {
24266
24934
  right: 10px;
24267
24935
  bottom: 8px;
24268
24936
  color: rgba(0, 0, 0, 0.45);
24937
+ font-weight: normal;
24938
+ font-size: 12px;
24939
+ font-style: normal;
24269
24940
  pointer-events: none;
24270
24941
  }
24271
24942
  .ant-typography-edit-content textarea {
24943
+ height: 1em;
24944
+ margin: 0 !important;
24272
24945
  /* stylelint-disable-next-line property-no-vendor-prefix */
24273
24946
  -moz-transition: none;
24274
24947
  }
@@ -24584,8 +25257,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
24584
25257
  opacity: 0;
24585
25258
  }
24586
25259
  .ant-upload-list-item-card-actions-btn.ant-btn-sm {
24587
- height: 20px;
25260
+ height: 20.00004px;
24588
25261
  line-height: 1;
25262
+ vertical-align: top;
24589
25263
  }
24590
25264
  .ant-upload-list-item-card-actions.picture {
24591
25265
  top: 22px;
@@ -24597,10 +25271,13 @@ div.ant-typography-edit-content.ant-typography-rtl {
24597
25271
  }
24598
25272
  .ant-upload-list-item-card-actions .anticon {
24599
25273
  color: rgba(0, 0, 0, 0.45);
25274
+ transition: all 0.3s;
25275
+ }
25276
+ .ant-upload-list-item-card-actions:hover .anticon {
25277
+ color: rgba(0, 0, 0, 0.85);
24600
25278
  }
24601
25279
  .ant-upload-list-item-info {
24602
25280
  height: 100%;
24603
- padding: 0 4px;
24604
25281
  transition: background-color 0.3s;
24605
25282
  }
24606
25283
  .ant-upload-list-item-info > span {
@@ -24615,26 +25292,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
24615
25292
  color: rgba(0, 0, 0, 0.45);
24616
25293
  font-size: 12px;
24617
25294
  }
24618
- .ant-upload-list-item .anticon-close {
24619
- position: absolute;
24620
- top: 6px;
24621
- right: 4px;
24622
- color: rgba(0, 0, 0, 0.45);
24623
- font-size: 10px;
24624
- line-height: 0;
24625
- cursor: pointer;
24626
- opacity: 0;
24627
- transition: all 0.3s;
24628
- }
24629
- .ant-upload-list-item .anticon-close:hover {
24630
- color: rgba(0, 0, 0, 0.85);
24631
- }
24632
25295
  .ant-upload-list-item:hover .ant-upload-list-item-info {
24633
25296
  background-color: #f5f5f5;
24634
25297
  }
24635
- .ant-upload-list-item:hover .anticon-close {
24636
- opacity: 1;
24637
- }
24638
25298
  .ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
24639
25299
  opacity: 1;
24640
25300
  }
@@ -24753,14 +25413,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
24753
25413
  margin-top: 0;
24754
25414
  padding-left: 56px;
24755
25415
  }
24756
- .ant-upload-list-picture .anticon-close,
24757
- .ant-upload-list-picture-card .anticon-close {
24758
- position: absolute;
24759
- top: 8px;
24760
- right: 8px;
24761
- line-height: 1;
24762
- opacity: 1;
24763
- }
24764
25416
  .ant-upload-list-picture-card-container {
24765
25417
  display: inline-block;
24766
25418
  width: 104px;
@@ -24768,9 +25420,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
24768
25420
  margin: 0 4px 4px 0;
24769
25421
  vertical-align: top;
24770
25422
  }
24771
- .ant-upload-list-picture-card.ant-upload-list::after {
24772
- display: none;
24773
- }
24774
25423
  .ant-upload-list-picture-card .ant-upload-list-item {
24775
25424
  height: 100%;
24776
25425
  margin: 0;
@@ -24964,10 +25613,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
24964
25613
  .ant-upload-list-rtl .ant-upload-list-item-info {
24965
25614
  padding: 0 4px 0 12px;
24966
25615
  }
24967
- .ant-upload-list-rtl .ant-upload-list-item .anticon-close {
24968
- right: auto;
24969
- left: 4px;
24970
- }
24971
25616
  .ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
24972
25617
  padding-right: 0;
24973
25618
  padding-left: 5px;
@@ -25012,11 +25657,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
25012
25657
  padding-right: 0;
25013
25658
  padding-left: 0;
25014
25659
  }
25015
- .ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
25016
- .ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
25017
- right: auto;
25018
- left: 8px;
25019
- }
25020
25660
  .ant-upload-list-rtl .ant-upload-list-picture-card-container {
25021
25661
  margin: 0 0 4px 4px;
25022
25662
  }
@@ -25153,6 +25793,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
25153
25793
  }
25154
25794
  .ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
25155
25795
  cursor: not-allowed;
25796
+ pointer-events: none;
25156
25797
  }
25157
25798
  .ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
25158
25799
  background-color: #f5f5f5;
@@ -25198,6 +25839,10 @@ div.ant-typography-edit-content.ant-typography-rtl {
25198
25839
  .ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
25199
25840
  margin-left: 8px;
25200
25841
  }
25842
+ .ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
25843
+ width: 14px;
25844
+ height: 14px;
25845
+ }
25201
25846
  .ant-cascader-checkbox + span {
25202
25847
  padding-right: 8px;
25203
25848
  padding-left: 8px;
@@ -25272,6 +25917,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
25272
25917
  height: auto;
25273
25918
  }
25274
25919
  .ant-cascader-menu {
25920
+ flex-grow: 1;
25275
25921
  min-width: 111px;
25276
25922
  height: 180px;
25277
25923
  margin: 0;
@@ -25531,6 +26177,7 @@ nz-tree-view .ant-tree-list-holder-inner {
25531
26177
  }
25532
26178
  .ant-tree-checkbox-disabled .ant-tree-checkbox-input {
25533
26179
  cursor: not-allowed;
26180
+ pointer-events: none;
25534
26181
  }
25535
26182
  .ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
25536
26183
  background-color: #f5f5f5;
@@ -25576,6 +26223,10 @@ nz-tree-view .ant-tree-list-holder-inner {
25576
26223
  .ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
25577
26224
  margin-left: 8px;
25578
26225
  }
26226
+ .ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
26227
+ width: 14px;
26228
+ height: 14px;
26229
+ }
25579
26230
  .ant-tree-checkbox + span {
25580
26231
  padding-right: 8px;
25581
26232
  padding-left: 8px;
@@ -25876,7 +26527,7 @@ nz-tree-view .ant-tree-list-holder-inner {
25876
26527
  border-right: none;
25877
26528
  border-left: 1px solid #d9d9d9;
25878
26529
  }
25879
- .ant-tree-rtl.ant-tree-checkbox {
26530
+ .ant-tree-rtl .ant-tree-checkbox {
25880
26531
  margin: 3px 0 0 8px;
25881
26532
  }
25882
26533
  .ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
@@ -25999,6 +26650,7 @@ nz-tree {
25999
26650
  }
26000
26651
  .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
26001
26652
  cursor: not-allowed;
26653
+ pointer-events: none;
26002
26654
  }
26003
26655
  .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
26004
26656
  background-color: #f5f5f5;
@@ -26044,6 +26696,10 @@ nz-tree {
26044
26696
  .ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
26045
26697
  margin-left: 8px;
26046
26698
  }
26699
+ .ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
26700
+ width: 14px;
26701
+ height: 14px;
26702
+ }
26047
26703
  .ant-select-tree-checkbox + span {
26048
26704
  padding-right: 8px;
26049
26705
  padding-left: 8px;
@@ -26425,6 +27081,9 @@ nz-tree {
26425
27081
  padding: 0;
26426
27082
  line-height: 18px;
26427
27083
  }
27084
+ .ant-picker-calendar-mini .ant-picker-cell::before {
27085
+ pointer-events: none;
27086
+ }
26428
27087
  .ant-picker-calendar-full .ant-picker-panel {
26429
27088
  display: block;
26430
27089
  width: 100%;
@@ -26631,9 +27290,9 @@ nz-space-item {
26631
27290
  display: inline-block;
26632
27291
  }
26633
27292
  .ant-image-img {
26634
- display: block;
26635
27293
  width: 100%;
26636
27294
  height: auto;
27295
+ vertical-align: middle;
26637
27296
  }
26638
27297
  .ant-image-img-placeholder {
26639
27298
  background-color: #f5f5f5;
@@ -26682,7 +27341,7 @@ nz-space-item {
26682
27341
  text-align: center;
26683
27342
  }
26684
27343
  .ant-image-preview.ant-zoom-enter,
26685
- .ant-image-preview.antzoom-appear {
27344
+ .ant-image-preview.ant-zoom-appear {
26686
27345
  transform: none;
26687
27346
  opacity: 0;
26688
27347
  animation-duration: 0.3s;
@@ -26712,7 +27371,7 @@ nz-space-item {
26712
27371
  -webkit-overflow-scrolling: touch;
26713
27372
  }
26714
27373
  .ant-image-preview.ant-zoom-enter,
26715
- .ant-image-preview.antzoom-appear {
27374
+ .ant-image-preview.ant-zoom-appear {
26716
27375
  transform: none;
26717
27376
  opacity: 0;
26718
27377
  animation-duration: 0.3s;
@@ -26817,6 +27476,11 @@ nz-space-item {
26817
27476
  .ant-image-preview-operations-operation:last-of-type {
26818
27477
  margin-left: 0;
26819
27478
  }
27479
+ .ant-image-preview-operations-progress {
27480
+ position: absolute;
27481
+ left: 50%;
27482
+ transform: translateX(-50%);
27483
+ }
26820
27484
  .ant-image-preview-operations-icon {
26821
27485
  font-size: 18px;
26822
27486
  }
@@ -30927,6 +31591,17 @@ body {
30927
31591
  right: inherit;
30928
31592
  left: 0;
30929
31593
  }
31594
+ @media (max-width: 767px) {
31595
+ [dir='rtl'] .alain-default__content {
31596
+ transform: translate3d(-200px, 0, 0);
31597
+ }
31598
+ [dir='rtl'] .alain-default__collapsed .alain-default__aside {
31599
+ transform: translate3d(100%, 0, 0);
31600
+ }
31601
+ [dir='rtl'] .alain-default__collapsed .alain-default__content {
31602
+ transform: translateZ(0);
31603
+ }
31604
+ }
30930
31605
  .alain-default__progress-bar {
30931
31606
  position: fixed;
30932
31607
  z-index: 29;
@@ -31240,6 +31915,14 @@ body {
31240
31915
  margin-top: 44px;
31241
31916
  }
31242
31917
  }
31918
+ [dir='rtl'] .alain-default__fixed .reuse-tab {
31919
+ right: 224px;
31920
+ left: 24px;
31921
+ }
31922
+ [dir='rtl'] .alain-default__collapsed .reuse-tab {
31923
+ right: 88px;
31924
+ left: 0;
31925
+ }
31243
31926
  .alain-default__nav-item .ant-badge-count {
31244
31927
  top: 6px;
31245
31928
  right: 18px;
@@ -32332,6 +33015,9 @@ ellipsis {
32332
33015
  .reuse-tab__cm .ant-menu {
32333
33016
  border: 1px solid #e9e9e9;
32334
33017
  }
33018
+ .reuse-tab-rtl {
33019
+ direction: rtl;
33020
+ }
32335
33021
  .tag-select {
32336
33022
  position: relative;
32337
33023
  display: block;