@delon/theme 13.5.1 → 14.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/compact.css +1273 -794
  2. package/compact.min.css +1 -1
  3. package/dark.css +1280 -800
  4. package/dark.min.css +1 -1
  5. package/default.css +1275 -796
  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 +5 -5
  10. package/esm2020/layout-default/layout-nav.component.mjs +34 -47
  11. package/esm2020/layout-default/layout.component.mjs +7 -7
  12. package/esm2020/layout-default/layout.module.mjs +12 -14
  13. package/esm2020/public_api.mjs +2 -3
  14. package/esm2020/setting-drawer/setting-drawer-item.component.mjs +10 -10
  15. package/esm2020/setting-drawer/setting-drawer.component.mjs +16 -16
  16. package/esm2020/setting-drawer/setting-drawer.module.mjs +16 -18
  17. package/esm2020/src/locale/languages/zh-TW.mjs +3 -3
  18. package/esm2020/src/locale/locale.module.mjs +5 -5
  19. package/esm2020/src/locale/locale.service.mjs +4 -4
  20. package/esm2020/src/pipes/date/date.pipe.mjs +4 -4
  21. package/esm2020/src/pipes/keys/keys.pipe.mjs +4 -4
  22. package/esm2020/src/pipes/safe/html.pipe.mjs +4 -4
  23. package/esm2020/src/pipes/safe/url.pipe.mjs +4 -4
  24. package/esm2020/src/pipes/yn/yn.pipe.mjs +4 -4
  25. package/esm2020/src/services/drawer/drawer.helper.mjs +4 -4
  26. package/esm2020/src/services/http/http.client.mjs +4 -4
  27. package/esm2020/src/services/http/http.decorator.mjs +4 -4
  28. package/esm2020/src/services/http/http.token.mjs +38 -0
  29. package/esm2020/src/services/http/index.mjs +4 -0
  30. package/esm2020/src/services/i18n/i18n-url.guard.mjs +4 -4
  31. package/esm2020/src/services/i18n/i18n.mjs +7 -7
  32. package/esm2020/src/services/i18n/i18n.pipe.mjs +4 -4
  33. package/esm2020/src/services/menu/interface.mjs +1 -1
  34. package/esm2020/src/services/menu/menu.service.mjs +127 -36
  35. package/esm2020/src/services/modal/modal.helper.mjs +4 -4
  36. package/esm2020/src/services/responsive/responsive.mjs +4 -4
  37. package/esm2020/src/services/rtl/rtl.service.mjs +4 -4
  38. package/esm2020/src/services/settings/settings.service.mjs +4 -4
  39. package/esm2020/src/services/title/title.service.mjs +71 -49
  40. package/esm2020/src/theme.module.mjs +6 -6
  41. package/esm2020/src/version.mjs +1 -1
  42. package/esm2020/theme-btn/theme-btn.component.mjs +8 -8
  43. package/esm2020/theme-btn/theme-btn.module.mjs +6 -6
  44. package/fesm2015/layout-default.mjs +179 -194
  45. package/fesm2015/layout-default.mjs.map +1 -1
  46. package/fesm2015/setting-drawer.mjs +41 -43
  47. package/fesm2015/setting-drawer.mjs.map +1 -1
  48. package/fesm2015/theme-btn.mjs +12 -12
  49. package/fesm2015/theme-btn.mjs.map +1 -1
  50. package/fesm2015/theme.mjs +301 -148
  51. package/fesm2015/theme.mjs.map +1 -1
  52. package/fesm2020/layout-default.mjs +179 -194
  53. package/fesm2020/layout-default.mjs.map +1 -1
  54. package/fesm2020/setting-drawer.mjs +41 -43
  55. package/fesm2020/setting-drawer.mjs.map +1 -1
  56. package/fesm2020/theme-btn.mjs +12 -12
  57. package/fesm2020/theme-btn.mjs.map +1 -1
  58. package/fesm2020/theme.mjs +298 -148
  59. package/fesm2020/theme.mjs.map +1 -1
  60. package/{theme.d.ts → index.d.ts} +0 -0
  61. package/layout-blank/{layout-blank.d.ts → index.d.ts} +0 -0
  62. package/layout-default/{layout-default.d.ts → index.d.ts} +0 -0
  63. package/layout-default/layout-header-item-trigger.directive.d.ts +1 -1
  64. package/layout-default/layout-header-item.component.d.ts +1 -1
  65. package/layout-default/layout-header.component.d.ts +1 -1
  66. package/layout-default/layout-nav.component.d.ts +4 -3
  67. package/layout-default/layout.component.d.ts +1 -1
  68. package/package.json +10 -10
  69. package/public_api.d.ts +1 -2
  70. package/setting-drawer/{setting-drawer.d.ts → index.d.ts} +0 -0
  71. package/setting-drawer/setting-drawer-item.component.d.ts +1 -1
  72. package/setting-drawer/setting-drawer.component.d.ts +1 -1
  73. package/src/pipes/date/date.pipe.d.ts +1 -1
  74. package/src/pipes/keys/keys.pipe.d.ts +1 -1
  75. package/src/pipes/safe/html.pipe.d.ts +1 -1
  76. package/src/pipes/safe/url.pipe.d.ts +1 -1
  77. package/src/pipes/yn/yn.pipe.d.ts +1 -1
  78. package/src/services/http/http.decorator.d.ts +12 -12
  79. package/src/services/http/http.token.d.ts +37 -0
  80. package/src/services/http/index.d.ts +3 -0
  81. package/src/services/i18n/i18n.pipe.d.ts +1 -1
  82. package/src/services/menu/interface.d.ts +5 -22
  83. package/src/services/menu/menu.service.d.ts +46 -7
  84. package/src/services/title/title.service.d.ts +39 -8
  85. package/system/antd/_drawer.less +55 -4
  86. package/system/theme-default.less +4 -0
  87. package/theme-btn/{theme-btn.d.ts → index.d.ts} +0 -0
  88. package/theme-btn/theme-btn.component.d.ts +1 -1
  89. package/layout-blank/package.json +0 -10
  90. package/layout-default/package.json +0 -10
  91. package/setting-drawer/package.json +0 -10
  92. package/theme-btn/package.json +0 -10
package/dark.css CHANGED
@@ -1928,13 +1928,12 @@ nz-alert {
1928
1928
  display: none;
1929
1929
  }
1930
1930
  .ant-anchor-link {
1931
- padding: 7px 0 7px 16px;
1932
- line-height: 1.143;
1931
+ padding: 4px 0 4px 16px;
1933
1932
  }
1934
1933
  .ant-anchor-link-title {
1935
1934
  position: relative;
1936
1935
  display: block;
1937
- margin-bottom: 6px;
1936
+ margin-bottom: 3px;
1938
1937
  overflow: hidden;
1939
1938
  color: rgba(255, 255, 255, 0.85);
1940
1939
  white-space: nowrap;
@@ -1948,8 +1947,8 @@ nz-alert {
1948
1947
  color: #177ddc;
1949
1948
  }
1950
1949
  .ant-anchor-link .ant-anchor-link {
1951
- padding-top: 5px;
1952
- padding-bottom: 5px;
1950
+ padding-top: 2px;
1951
+ padding-bottom: 2px;
1953
1952
  }
1954
1953
  .ant-anchor-rtl {
1955
1954
  direction: rtl;
@@ -1970,7 +1969,7 @@ nz-alert {
1970
1969
  transform: translateX(50%);
1971
1970
  }
1972
1971
  .ant-anchor-rtl .ant-anchor-link {
1973
- padding: 7px 16px 7px 0;
1972
+ padding: 4px 16px 4px 0;
1974
1973
  }
1975
1974
  nz-link {
1976
1975
  display: block;
@@ -2126,11 +2125,19 @@ nz-link {
2126
2125
  .ant-back-top {
2127
2126
  right: 60px;
2128
2127
  }
2128
+ .ant-back-top-rtl {
2129
+ right: auto;
2130
+ left: 60px;
2131
+ }
2129
2132
  }
2130
2133
  @media screen and (max-width: 480px) {
2131
2134
  .ant-back-top {
2132
2135
  right: 20px;
2133
2136
  }
2137
+ .ant-back-top-rtl {
2138
+ right: auto;
2139
+ left: 20px;
2140
+ }
2134
2141
  }
2135
2142
  .ant-badge {
2136
2143
  box-sizing: border-box;
@@ -2513,9 +2520,9 @@ nz-link {
2513
2520
  .ant-badge-rtl {
2514
2521
  direction: rtl;
2515
2522
  }
2516
- .ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
2517
- .ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
2518
- .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 {
2519
2526
  right: auto;
2520
2527
  left: 0;
2521
2528
  direction: ltr;
@@ -2532,6 +2539,13 @@ nz-link {
2532
2539
  margin-right: 8px;
2533
2540
  margin-left: 0;
2534
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
+ }
2535
2549
  .ant-ribbon-rtl {
2536
2550
  direction: rtl;
2537
2551
  }
@@ -2563,6 +2577,24 @@ nz-link {
2563
2577
  .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
2564
2578
  border-color: currentcolor transparent transparent currentcolor;
2565
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
+ }
2597
+ }
2566
2598
  .ant-badge .ant-scroll-number:only-child {
2567
2599
  position: relative;
2568
2600
  top: auto;
@@ -2589,20 +2621,27 @@ nz-ribbon {
2589
2621
  .ant-breadcrumb .anticon {
2590
2622
  font-size: 14px;
2591
2623
  }
2624
+ .ant-breadcrumb ol {
2625
+ display: flex;
2626
+ flex-wrap: wrap;
2627
+ margin: 0;
2628
+ padding: 0;
2629
+ list-style: none;
2630
+ }
2592
2631
  .ant-breadcrumb a {
2593
2632
  color: rgba(255, 255, 255, 0.45);
2594
2633
  transition: color 0.3s;
2595
2634
  }
2596
2635
  .ant-breadcrumb a:hover {
2597
- color: #165996;
2636
+ color: rgba(255, 255, 255, 0.85);
2598
2637
  }
2599
- .ant-breadcrumb > span:last-child {
2638
+ .ant-breadcrumb li:last-child {
2600
2639
  color: rgba(255, 255, 255, 0.85);
2601
2640
  }
2602
- .ant-breadcrumb > span:last-child a {
2641
+ .ant-breadcrumb li:last-child a {
2603
2642
  color: rgba(255, 255, 255, 0.85);
2604
2643
  }
2605
- .ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
2644
+ li:last-child .ant-breadcrumb-separator {
2606
2645
  display: none;
2607
2646
  }
2608
2647
  .ant-breadcrumb-separator {
@@ -4025,36 +4064,6 @@ a.ant-btn-icon-only > .anticon {
4025
4064
  .ant-btn-group .ant-btn-icon-only {
4026
4065
  font-size: 14px;
4027
4066
  }
4028
- .ant-btn-group-lg > .ant-btn,
4029
- .ant-btn-group-lg > span > .ant-btn {
4030
- height: 40px;
4031
- padding: 6.4px 15px;
4032
- font-size: 16px;
4033
- border-radius: 0;
4034
- }
4035
- .ant-btn-group-lg .ant-btn.ant-btn-icon-only {
4036
- width: 40px;
4037
- height: 40px;
4038
- padding-right: 0;
4039
- padding-left: 0;
4040
- }
4041
- .ant-btn-group-sm > .ant-btn,
4042
- .ant-btn-group-sm > span > .ant-btn {
4043
- height: 24px;
4044
- padding: 0px 7px;
4045
- font-size: 14px;
4046
- border-radius: 0;
4047
- }
4048
- .ant-btn-group-sm > .ant-btn > .anticon,
4049
- .ant-btn-group-sm > span > .ant-btn > .anticon {
4050
- font-size: 14px;
4051
- }
4052
- .ant-btn-group-sm .ant-btn.ant-btn-icon-only {
4053
- width: 24px;
4054
- height: 24px;
4055
- padding-right: 0;
4056
- padding-left: 0;
4057
- }
4058
4067
  .ant-btn-group .ant-btn + .ant-btn,
4059
4068
  .ant-btn + .ant-btn-group,
4060
4069
  .ant-btn-group span + .ant-btn,
@@ -5425,6 +5434,10 @@ nz-carousel {
5425
5434
  .ant-checkbox-wrapper + .ant-checkbox-wrapper {
5426
5435
  margin-left: 8px;
5427
5436
  }
5437
+ .ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
5438
+ width: 14px;
5439
+ height: 14px;
5440
+ }
5428
5441
  .ant-checkbox + span {
5429
5442
  padding-right: 8px;
5430
5443
  padding-left: 8px;
@@ -5580,6 +5593,9 @@ nz-carousel {
5580
5593
  .ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
5581
5594
  border-radius: 0;
5582
5595
  }
5596
+ .ant-collapse-borderless > .ant-collapse-item:last-child {
5597
+ border-bottom: 0;
5598
+ }
5583
5599
  .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
5584
5600
  background-color: transparent;
5585
5601
  border-top: 0;
@@ -5746,6 +5762,30 @@ nz-comment {
5746
5762
  nz-comment-content {
5747
5763
  display: block;
5748
5764
  }
5765
+ .ant-picker-status-error.ant-picker,
5766
+ .ant-picker-status-error.ant-picker:not([disabled]):hover {
5767
+ background-color: transparent;
5768
+ border-color: #a61d24;
5769
+ }
5770
+ .ant-picker-status-error.ant-picker-focused,
5771
+ .ant-picker-status-error.ant-picker:focus {
5772
+ border-color: #a61d24;
5773
+ box-shadow: 0 0 0 2px rgba(166, 29, 36, 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: transparent;
5780
+ border-color: #d89614;
5781
+ }
5782
+ .ant-picker-status-warning.ant-picker-focused,
5783
+ .ant-picker-status-warning.ant-picker:focus {
5784
+ border-color: #d89614;
5785
+ box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
5786
+ border-right-width: 1px;
5787
+ outline: 0;
5788
+ }
5749
5789
  .ant-picker {
5750
5790
  box-sizing: border-box;
5751
5791
  margin: 0;
@@ -5768,7 +5808,7 @@ nz-comment-content {
5768
5808
  .ant-picker:hover,
5769
5809
  .ant-picker-focused {
5770
5810
  border-color: #165996;
5771
- border-right-width: 1px !important;
5811
+ border-right-width: 1px;
5772
5812
  }
5773
5813
  .ant-input-rtl .ant-picker:hover,
5774
5814
  .ant-input-rtl .ant-picker-focused {
@@ -5778,7 +5818,7 @@ nz-comment-content {
5778
5818
  .ant-picker-focused {
5779
5819
  border-color: #177ddc;
5780
5820
  box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
5781
- border-right-width: 1px !important;
5821
+ border-right-width: 1px;
5782
5822
  outline: 0;
5783
5823
  }
5784
5824
  .ant-input-rtl .ant-picker-focused {
@@ -5849,7 +5889,7 @@ nz-comment-content {
5849
5889
  }
5850
5890
  .ant-picker-input > input:hover {
5851
5891
  border-color: #165996;
5852
- border-right-width: 1px !important;
5892
+ border-right-width: 1px;
5853
5893
  }
5854
5894
  .ant-input-rtl .ant-picker-input > input:hover {
5855
5895
  border-right-width: 0;
@@ -5859,7 +5899,7 @@ nz-comment-content {
5859
5899
  .ant-picker-input > input-focused {
5860
5900
  border-color: #177ddc;
5861
5901
  box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
5862
- border-right-width: 1px !important;
5902
+ border-right-width: 1px;
5863
5903
  outline: 0;
5864
5904
  }
5865
5905
  .ant-input-rtl .ant-picker-input > input:focus,
@@ -5878,7 +5918,7 @@ nz-comment-content {
5878
5918
  }
5879
5919
  .ant-picker-input > input-disabled:hover {
5880
5920
  border-color: #434343;
5881
- border-right-width: 1px !important;
5921
+ border-right-width: 1px;
5882
5922
  }
5883
5923
  .ant-picker-input > input[disabled] {
5884
5924
  background-color: rgba(255, 255, 255, 0.08);
@@ -5891,7 +5931,7 @@ nz-comment-content {
5891
5931
  }
5892
5932
  .ant-picker-input > input[disabled]:hover {
5893
5933
  border-color: #434343;
5894
- border-right-width: 1px !important;
5934
+ border-right-width: 1px;
5895
5935
  }
5896
5936
  .ant-picker-input > input-borderless,
5897
5937
  .ant-picker-input > input-borderless:hover,
@@ -5943,6 +5983,8 @@ textarea.ant-picker-input > input {
5943
5983
  padding: 0px 7px 0px;
5944
5984
  }
5945
5985
  .ant-picker-suffix {
5986
+ display: flex;
5987
+ flex: none;
5946
5988
  align-self: center;
5947
5989
  margin-left: 4px;
5948
5990
  color: rgba(255, 255, 255, 0.3);
@@ -5952,6 +5994,9 @@ textarea.ant-picker-input > input {
5952
5994
  .ant-picker-suffix > * {
5953
5995
  vertical-align: top;
5954
5996
  }
5997
+ .ant-picker-suffix > *:not(:last-child) {
5998
+ margin-right: 8px;
5999
+ }
5955
6000
  .ant-picker-clear {
5956
6001
  position: absolute;
5957
6002
  top: 50%;
@@ -6030,20 +6075,22 @@ textarea.ant-picker-input > input {
6030
6075
  list-style: none;
6031
6076
  font-feature-settings: 'tnum';
6032
6077
  position: absolute;
6078
+ top: -9999px;
6079
+ left: -9999px;
6033
6080
  z-index: 1050;
6034
6081
  }
6035
6082
  .ant-picker-dropdown-hidden {
6036
6083
  display: none;
6037
6084
  }
6038
6085
  .ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
6039
- top: 1.66666667px;
6086
+ top: 2.58561808px;
6040
6087
  display: block;
6041
- transform: rotate(-45deg);
6088
+ transform: rotate(-135deg) translateY(1px);
6042
6089
  }
6043
6090
  .ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
6044
- bottom: 1.66666667px;
6091
+ bottom: 2.58561808px;
6045
6092
  display: block;
6046
- transform: rotate(135deg);
6093
+ transform: rotate(45deg);
6047
6094
  }
6048
6095
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
6049
6096
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
@@ -6066,7 +6113,7 @@ textarea.ant-picker-input > input {
6066
6113
  animation-name: antSlideUpOut;
6067
6114
  }
6068
6115
  .ant-picker-dropdown-range {
6069
- padding: 6.66666667px 0;
6116
+ padding: 7.54247233px 0;
6070
6117
  }
6071
6118
  .ant-picker-dropdown-range-hidden {
6072
6119
  display: none;
@@ -6102,21 +6149,38 @@ textarea.ant-picker-input > input {
6102
6149
  position: absolute;
6103
6150
  z-index: 1;
6104
6151
  display: none;
6105
- width: 10px;
6106
- height: 10px;
6152
+ width: 11.3137085px;
6153
+ height: 11.3137085px;
6107
6154
  margin-left: 16.5px;
6108
- box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
6155
+ background: linear-gradient(135deg, transparent 40%, #1f1f1f 40%);
6156
+ box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
6109
6157
  transition: left 0.3s ease-out;
6158
+ border-radius: 0 0 2px;
6159
+ pointer-events: none;
6110
6160
  }
6111
- .ant-picker-range-arrow::after {
6161
+ .ant-picker-range-arrow::before {
6112
6162
  position: absolute;
6113
- top: 1px;
6114
- right: 1px;
6115
- width: 10px;
6116
- height: 10px;
6117
- border: 5px solid #303030;
6118
- border-color: #1f1f1f #1f1f1f transparent transparent;
6163
+ top: -11.3137085px;
6164
+ left: -11.3137085px;
6165
+ width: 33.9411255px;
6166
+ height: 33.9411255px;
6167
+ background: #1f1f1f;
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: #1f1f1f;
6180
+ background-repeat: no-repeat;
6181
+ background-position: -10px -10px;
6119
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');
6120
6184
  }
6121
6185
  .ant-picker-panel-container {
6122
6186
  overflow: hidden;
@@ -6640,7 +6704,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
6640
6704
  background: transparent;
6641
6705
  cursor: not-allowed;
6642
6706
  }
6643
- /* stylelint-disable-next-line selector-type-no-unknown,selector-no-vendor-prefix */
6707
+ /* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
6644
6708
  _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
6645
6709
  :root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
6646
6710
  _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
@@ -6789,6 +6853,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
6789
6853
  .ant-picker-inline .ant-picker-dropdown {
6790
6854
  z-index: auto;
6791
6855
  }
6856
+ .ant-picker-dropdown {
6857
+ top: unset;
6858
+ left: unset;
6859
+ }
6792
6860
  .ant-descriptions-header {
6793
6861
  display: flex;
6794
6862
  align-items: center;
@@ -7488,35 +7556,58 @@ nz-descriptions {
7488
7556
  .ant-dropdown-menu-submenu-hidden {
7489
7557
  display: none;
7490
7558
  }
7491
- .ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
7492
7559
  .ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
7560
+ .ant-dropdown-show-arrow.ant-dropdown-placement-top,
7493
7561
  .ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
7494
- padding-bottom: 10px;
7562
+ padding-bottom: 15.3137085px;
7495
7563
  }
7496
- .ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
7497
7564
  .ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
7565
+ .ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
7498
7566
  .ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
7499
- padding-top: 10px;
7567
+ padding-top: 15.3137085px;
7500
7568
  }
7501
7569
  .ant-dropdown-arrow {
7502
7570
  position: absolute;
7503
7571
  z-index: 1;
7504
7572
  display: block;
7505
- width: 8.48528137px;
7506
- height: 8.48528137px;
7507
- background: transparent;
7508
- border-style: solid;
7509
- border-width: 4.24264069px;
7510
- transform: rotate(45deg);
7573
+ width: 11.3137085px;
7574
+ height: 11.3137085px;
7575
+ background: linear-gradient(135deg, transparent 40%, #1f1f1f 40%);
7576
+ border-radius: 0 0 2px;
7577
+ pointer-events: none;
7578
+ }
7579
+ .ant-dropdown-arrow::before {
7580
+ position: absolute;
7581
+ top: -11.3137085px;
7582
+ left: -11.3137085px;
7583
+ width: 33.9411255px;
7584
+ height: 33.9411255px;
7585
+ background: #1f1f1f;
7586
+ background-repeat: no-repeat;
7587
+ background-position: -10px -10px;
7588
+ content: '';
7589
+ 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');
7590
+ }
7591
+ .ant-dropdown-arrow::before {
7592
+ position: absolute;
7593
+ top: -11.3137085px;
7594
+ left: -11.3137085px;
7595
+ width: 33.9411255px;
7596
+ height: 33.9411255px;
7597
+ background: #1f1f1f;
7598
+ background-repeat: no-repeat;
7599
+ background-position: -10px -10px;
7600
+ content: '';
7601
+ 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');
7511
7602
  }
7512
- .ant-dropdown-placement-topCenter > .ant-dropdown-arrow,
7603
+ .ant-dropdown-placement-top > .ant-dropdown-arrow,
7513
7604
  .ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
7514
7605
  .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
7515
- bottom: 6.2px;
7516
- border-color: transparent #1f1f1f #1f1f1f transparent;
7517
- box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
7606
+ bottom: 10px;
7607
+ box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
7608
+ transform: rotate(45deg);
7518
7609
  }
7519
- .ant-dropdown-placement-topCenter > .ant-dropdown-arrow {
7610
+ .ant-dropdown-placement-top > .ant-dropdown-arrow {
7520
7611
  left: 50%;
7521
7612
  transform: translateX(-50%) rotate(45deg);
7522
7613
  }
@@ -7526,16 +7617,16 @@ nz-descriptions {
7526
7617
  .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
7527
7618
  right: 16px;
7528
7619
  }
7529
- .ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
7620
+ .ant-dropdown-placement-bottom > .ant-dropdown-arrow,
7530
7621
  .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
7531
7622
  .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
7532
- top: 6px;
7533
- border-color: #1f1f1f transparent transparent #1f1f1f;
7534
- box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
7623
+ top: 9.41421356px;
7624
+ box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
7625
+ transform: rotate(-135deg) translateY(-0.5px);
7535
7626
  }
7536
- .ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow {
7627
+ .ant-dropdown-placement-bottom > .ant-dropdown-arrow {
7537
7628
  left: 50%;
7538
- transform: translateX(-50%) rotate(45deg);
7629
+ transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
7539
7630
  }
7540
7631
  .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
7541
7632
  left: 16px;
@@ -7612,7 +7703,6 @@ nz-descriptions {
7612
7703
  font-weight: normal;
7613
7704
  font-size: 14px;
7614
7705
  line-height: 22px;
7615
- white-space: nowrap;
7616
7706
  cursor: pointer;
7617
7707
  transition: all 0.3s;
7618
7708
  }
@@ -7622,7 +7712,11 @@ nz-descriptions {
7622
7712
  background-color: #111b26;
7623
7713
  }
7624
7714
  .ant-dropdown-menu-item:hover,
7625
- .ant-dropdown-menu-submenu-title:hover {
7715
+ .ant-dropdown-menu-submenu-title:hover,
7716
+ .ant-dropdown-menu-item.ant-dropdown-menu-item-active,
7717
+ .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
7718
+ .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
7719
+ .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
7626
7720
  background-color: rgba(255, 255, 255, 0.08);
7627
7721
  }
7628
7722
  .ant-dropdown-menu-item-disabled,
@@ -7690,27 +7784,27 @@ nz-descriptions {
7690
7784
  }
7691
7785
  .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
7692
7786
  .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
7693
- .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomCenter,
7694
- .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomCenter,
7787
+ .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
7788
+ .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
7695
7789
  .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
7696
7790
  .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
7697
7791
  animation-name: antSlideUpIn;
7698
7792
  }
7699
7793
  .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
7700
7794
  .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
7701
- .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topCenter,
7702
- .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topCenter,
7795
+ .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
7796
+ .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
7703
7797
  .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
7704
7798
  .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
7705
7799
  animation-name: antSlideDownIn;
7706
7800
  }
7707
7801
  .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
7708
- .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomCenter,
7802
+ .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
7709
7803
  .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
7710
7804
  animation-name: antSlideUpOut;
7711
7805
  }
7712
7806
  .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
7713
- .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topCenter,
7807
+ .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
7714
7808
  .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
7715
7809
  animation-name: antSlideDownOut;
7716
7810
  }
@@ -7934,6 +8028,9 @@ nz-empty {
7934
8028
  .ant-row-space-around {
7935
8029
  justify-content: space-around;
7936
8030
  }
8031
+ .ant-row-space-evenly {
8032
+ justify-content: space-evenly;
8033
+ }
7937
8034
  .ant-row-top {
7938
8035
  align-items: flex-start;
7939
8036
  }
@@ -13125,7 +13222,7 @@ nz-empty {
13125
13222
  }
13126
13223
  .ant-input-affix-wrapper:hover {
13127
13224
  border-color: #165996;
13128
- border-right-width: 1px !important;
13225
+ border-right-width: 1px;
13129
13226
  }
13130
13227
  .ant-input-rtl .ant-input-affix-wrapper:hover {
13131
13228
  border-right-width: 0;
@@ -13135,7 +13232,7 @@ nz-empty {
13135
13232
  .ant-input-affix-wrapper-focused {
13136
13233
  border-color: #177ddc;
13137
13234
  box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
13138
- border-right-width: 1px !important;
13235
+ border-right-width: 1px;
13139
13236
  outline: 0;
13140
13237
  }
13141
13238
  .ant-input-rtl .ant-input-affix-wrapper:focus,
@@ -13154,7 +13251,7 @@ nz-empty {
13154
13251
  }
13155
13252
  .ant-input-affix-wrapper-disabled:hover {
13156
13253
  border-color: #434343;
13157
- border-right-width: 1px !important;
13254
+ border-right-width: 1px;
13158
13255
  }
13159
13256
  .ant-input-affix-wrapper[disabled] {
13160
13257
  background-color: rgba(255, 255, 255, 0.08);
@@ -13167,7 +13264,7 @@ nz-empty {
13167
13264
  }
13168
13265
  .ant-input-affix-wrapper[disabled]:hover {
13169
13266
  border-color: #434343;
13170
- border-right-width: 1px !important;
13267
+ border-right-width: 1px;
13171
13268
  }
13172
13269
  .ant-input-affix-wrapper-borderless,
13173
13270
  .ant-input-affix-wrapper-borderless:hover,
@@ -13199,7 +13296,7 @@ textarea.ant-input-affix-wrapper {
13199
13296
  }
13200
13297
  .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
13201
13298
  border-color: #165996;
13202
- border-right-width: 1px !important;
13299
+ border-right-width: 1px;
13203
13300
  z-index: 1;
13204
13301
  }
13205
13302
  .ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
@@ -13235,6 +13332,10 @@ textarea.ant-input-affix-wrapper {
13235
13332
  flex: none;
13236
13333
  align-items: center;
13237
13334
  }
13335
+ .ant-input-prefix > *:not(:last-child),
13336
+ .ant-input-suffix > *:not(:last-child) {
13337
+ margin-right: 8px;
13338
+ }
13238
13339
  .ant-input-show-count-suffix {
13239
13340
  color: rgba(255, 255, 255, 0.45);
13240
13341
  }
@@ -13247,7 +13348,8 @@ textarea.ant-input-affix-wrapper {
13247
13348
  .ant-input-suffix {
13248
13349
  margin-left: 4px;
13249
13350
  }
13250
- .anticon.ant-input-clear-icon {
13351
+ .anticon.ant-input-clear-icon,
13352
+ .ant-input-clear-icon {
13251
13353
  margin: 0;
13252
13354
  color: rgba(255, 255, 255, 0.3);
13253
13355
  font-size: 12px;
@@ -13255,16 +13357,20 @@ textarea.ant-input-affix-wrapper {
13255
13357
  cursor: pointer;
13256
13358
  transition: color 0.3s;
13257
13359
  }
13258
- .anticon.ant-input-clear-icon:hover {
13360
+ .anticon.ant-input-clear-icon:hover,
13361
+ .ant-input-clear-icon:hover {
13259
13362
  color: rgba(255, 255, 255, 0.45);
13260
13363
  }
13261
- .anticon.ant-input-clear-icon:active {
13364
+ .anticon.ant-input-clear-icon:active,
13365
+ .ant-input-clear-icon:active {
13262
13366
  color: rgba(255, 255, 255, 0.85);
13263
13367
  }
13264
- .anticon.ant-input-clear-icon-hidden {
13368
+ .anticon.ant-input-clear-icon-hidden,
13369
+ .ant-input-clear-icon-hidden {
13265
13370
  visibility: hidden;
13266
13371
  }
13267
- .anticon.ant-input-clear-icon-has-suffix {
13372
+ .anticon.ant-input-clear-icon-has-suffix,
13373
+ .ant-input-clear-icon-has-suffix {
13268
13374
  margin: 0 4px;
13269
13375
  }
13270
13376
  .ant-input-affix-wrapper-textarea-with-clear-btn {
@@ -13277,6 +13383,80 @@ textarea.ant-input-affix-wrapper {
13277
13383
  right: 8px;
13278
13384
  z-index: 1;
13279
13385
  }
13386
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
13387
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
13388
+ background: transparent;
13389
+ border-color: #a61d24;
13390
+ }
13391
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
13392
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
13393
+ border-color: #a61d24;
13394
+ box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
13395
+ border-right-width: 1px;
13396
+ outline: 0;
13397
+ }
13398
+ .ant-input-status-error .ant-input-prefix {
13399
+ color: #a61d24;
13400
+ }
13401
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
13402
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
13403
+ background: transparent;
13404
+ border-color: #d89614;
13405
+ }
13406
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
13407
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
13408
+ border-color: #d89614;
13409
+ box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
13410
+ border-right-width: 1px;
13411
+ outline: 0;
13412
+ }
13413
+ .ant-input-status-warning .ant-input-prefix {
13414
+ color: #d89614;
13415
+ }
13416
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
13417
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
13418
+ background: transparent;
13419
+ border-color: #a61d24;
13420
+ }
13421
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
13422
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
13423
+ border-color: #a61d24;
13424
+ box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
13425
+ border-right-width: 1px;
13426
+ outline: 0;
13427
+ }
13428
+ .ant-input-affix-wrapper-status-error .ant-input-prefix {
13429
+ color: #a61d24;
13430
+ }
13431
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
13432
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
13433
+ background: transparent;
13434
+ border-color: #d89614;
13435
+ }
13436
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
13437
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
13438
+ border-color: #d89614;
13439
+ box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
13440
+ border-right-width: 1px;
13441
+ outline: 0;
13442
+ }
13443
+ .ant-input-affix-wrapper-status-warning .ant-input-prefix {
13444
+ color: #d89614;
13445
+ }
13446
+ .ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
13447
+ .ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
13448
+ .ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
13449
+ .ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
13450
+ padding-right: 24px;
13451
+ }
13452
+ .ant-input-group-wrapper-status-error .ant-input-group-addon {
13453
+ color: #a61d24;
13454
+ border-color: #a61d24;
13455
+ }
13456
+ .ant-input-group-wrapper-status-warning .ant-input-group-addon {
13457
+ color: #d89614;
13458
+ border-color: #d89614;
13459
+ }
13280
13460
  .ant-input {
13281
13461
  box-sizing: border-box;
13282
13462
  margin: 0;
@@ -13322,7 +13502,7 @@ textarea.ant-input-affix-wrapper {
13322
13502
  }
13323
13503
  .ant-input:hover {
13324
13504
  border-color: #165996;
13325
- border-right-width: 1px !important;
13505
+ border-right-width: 1px;
13326
13506
  }
13327
13507
  .ant-input-rtl .ant-input:hover {
13328
13508
  border-right-width: 0;
@@ -13332,7 +13512,7 @@ textarea.ant-input-affix-wrapper {
13332
13512
  .ant-input-focused {
13333
13513
  border-color: #177ddc;
13334
13514
  box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
13335
- border-right-width: 1px !important;
13515
+ border-right-width: 1px;
13336
13516
  outline: 0;
13337
13517
  }
13338
13518
  .ant-input-rtl .ant-input:focus,
@@ -13351,7 +13531,7 @@ textarea.ant-input-affix-wrapper {
13351
13531
  }
13352
13532
  .ant-input-disabled:hover {
13353
13533
  border-color: #434343;
13354
- border-right-width: 1px !important;
13534
+ border-right-width: 1px;
13355
13535
  }
13356
13536
  .ant-input[disabled] {
13357
13537
  background-color: rgba(255, 255, 255, 0.08);
@@ -13364,7 +13544,7 @@ textarea.ant-input-affix-wrapper {
13364
13544
  }
13365
13545
  .ant-input[disabled]:hover {
13366
13546
  border-color: #434343;
13367
- border-right-width: 1px !important;
13547
+ border-right-width: 1px;
13368
13548
  }
13369
13549
  .ant-input-borderless,
13370
13550
  .ant-input-borderless:hover,
@@ -13734,12 +13914,12 @@ textarea.ant-input {
13734
13914
  text-align: start;
13735
13915
  vertical-align: top;
13736
13916
  }
13737
- .ant-input-password-icon {
13917
+ .ant-input-password-icon.anticon {
13738
13918
  color: rgba(255, 255, 255, 0.45);
13739
13919
  cursor: pointer;
13740
13920
  transition: all 0.3s;
13741
13921
  }
13742
- .ant-input-password-icon:hover {
13922
+ .ant-input-password-icon.anticon:hover {
13743
13923
  color: rgba(255, 255, 255, 0.85);
13744
13924
  }
13745
13925
  .ant-input[type='color'] {
@@ -13763,6 +13943,19 @@ textarea.ant-input {
13763
13943
  content: attr(data-count);
13764
13944
  pointer-events: none;
13765
13945
  }
13946
+ .ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
13947
+ margin-bottom: -22px;
13948
+ }
13949
+ .ant-input-textarea-suffix {
13950
+ position: absolute;
13951
+ top: 0;
13952
+ right: 11px;
13953
+ bottom: 0;
13954
+ z-index: 1;
13955
+ display: inline-flex;
13956
+ align-items: center;
13957
+ margin: auto;
13958
+ }
13766
13959
  .ant-input-search .ant-input:hover,
13767
13960
  .ant-input-search .ant-input:focus {
13768
13961
  border-color: #165996;
@@ -13892,8 +14085,31 @@ textarea.nz-textarea-autosize-measuring {
13892
14085
  width: 40px;
13893
14086
  height: 40px;
13894
14087
  }
14088
+ .ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-suffix {
14089
+ margin-left: 0;
14090
+ }
14091
+ nz-form-item-feedback-icon.ant-input-suffix {
14092
+ display: flex;
14093
+ flex: none;
14094
+ align-items: center;
14095
+ pointer-events: none;
14096
+ }
14097
+ nz-form-item-feedback-icon.ant-input-suffix {
14098
+ position: absolute;
14099
+ top: 0;
14100
+ right: 0;
14101
+ z-index: 1;
14102
+ height: 100%;
14103
+ margin-right: 12px;
14104
+ margin-left: 4px;
14105
+ }
14106
+ .ant-input-status-error.ant-input-has-feedback,
14107
+ .ant-input-status-warning.ant-input-has-feedback,
14108
+ .ant-input-status-validating.ant-input-has-feedback,
14109
+ .ant-input-status-success.ant-input-has-feedback {
14110
+ padding-right: 28px;
14111
+ }
13895
14112
  .ant-input-number-affix-wrapper {
13896
- position: relative;
13897
14113
  display: inline-block;
13898
14114
  width: 100%;
13899
14115
  min-width: 0;
@@ -13908,7 +14124,7 @@ textarea.nz-textarea-autosize-measuring {
13908
14124
  transition: all 0.3s;
13909
14125
  /* stylelint-disable-next-line selector-no-vendor-prefix */
13910
14126
  /* stylelint-disable-next-line selector-no-vendor-prefix */
13911
- position: static;
14127
+ position: relative;
13912
14128
  display: inline-flex;
13913
14129
  width: 90px;
13914
14130
  padding: 0;
@@ -13936,7 +14152,7 @@ textarea.nz-textarea-autosize-measuring {
13936
14152
  }
13937
14153
  .ant-input-number-affix-wrapper:hover {
13938
14154
  border-color: #165996;
13939
- border-right-width: 1px !important;
14155
+ border-right-width: 1px;
13940
14156
  }
13941
14157
  .ant-input-rtl .ant-input-number-affix-wrapper:hover {
13942
14158
  border-right-width: 0;
@@ -13946,7 +14162,7 @@ textarea.nz-textarea-autosize-measuring {
13946
14162
  .ant-input-number-affix-wrapper-focused {
13947
14163
  border-color: #177ddc;
13948
14164
  box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
13949
- border-right-width: 1px !important;
14165
+ border-right-width: 1px;
13950
14166
  outline: 0;
13951
14167
  }
13952
14168
  .ant-input-rtl .ant-input-number-affix-wrapper:focus,
@@ -13965,7 +14181,7 @@ textarea.nz-textarea-autosize-measuring {
13965
14181
  }
13966
14182
  .ant-input-number-affix-wrapper-disabled:hover {
13967
14183
  border-color: #434343;
13968
- border-right-width: 1px !important;
14184
+ border-right-width: 1px;
13969
14185
  }
13970
14186
  .ant-input-number-affix-wrapper[disabled] {
13971
14187
  background-color: rgba(255, 255, 255, 0.08);
@@ -13978,7 +14194,7 @@ textarea.nz-textarea-autosize-measuring {
13978
14194
  }
13979
14195
  .ant-input-number-affix-wrapper[disabled]:hover {
13980
14196
  border-color: #434343;
13981
- border-right-width: 1px !important;
14197
+ border-right-width: 1px;
13982
14198
  }
13983
14199
  .ant-input-number-affix-wrapper-borderless,
13984
14200
  .ant-input-number-affix-wrapper-borderless:hover,
@@ -14010,7 +14226,7 @@ textarea.ant-input-number-affix-wrapper {
14010
14226
  }
14011
14227
  .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
14012
14228
  border-color: #165996;
14013
- border-right-width: 1px !important;
14229
+ border-right-width: 1px;
14014
14230
  z-index: 1;
14015
14231
  }
14016
14232
  .ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
@@ -14040,37 +14256,121 @@ textarea.ant-input-number-affix-wrapper {
14040
14256
  visibility: hidden;
14041
14257
  content: '\a0';
14042
14258
  }
14043
- .ant-input-number-prefix {
14259
+ .ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
14260
+ z-index: 2;
14261
+ }
14262
+ .ant-input-number-prefix,
14263
+ .ant-input-number-suffix {
14044
14264
  display: flex;
14045
14265
  flex: none;
14046
14266
  align-items: center;
14267
+ pointer-events: none;
14268
+ }
14269
+ .ant-input-number-prefix {
14047
14270
  margin-inline-end: 4px;
14048
14271
  }
14272
+ .ant-input-number-suffix {
14273
+ position: absolute;
14274
+ top: 0;
14275
+ right: 0;
14276
+ z-index: 1;
14277
+ height: 100%;
14278
+ margin-right: 11px;
14279
+ margin-left: 4px;
14280
+ }
14049
14281
  .ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
14050
14282
  width: 100%;
14051
14283
  }
14052
- .ant-input-number {
14053
- box-sizing: border-box;
14054
- font-variant: tabular-nums;
14055
- list-style: none;
14056
- font-feature-settings: 'tnum';
14057
- position: relative;
14058
- width: 100%;
14059
- min-width: 0;
14060
- padding: 4px 11px;
14061
- color: rgba(255, 255, 255, 0.85);
14062
- font-size: 14px;
14063
- line-height: 1.5715;
14064
- background-color: transparent;
14065
- background-image: none;
14066
- transition: all 0.3s;
14067
- /* stylelint-disable-next-line selector-no-vendor-prefix */
14068
- /* stylelint-disable-next-line selector-no-vendor-prefix */
14069
- display: inline-block;
14070
- width: 90px;
14071
- margin: 0;
14072
- padding: 0;
14073
- border: 1px solid #434343;
14284
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
14285
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
14286
+ background: transparent;
14287
+ border-color: #a61d24;
14288
+ }
14289
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
14290
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
14291
+ border-color: #a61d24;
14292
+ box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
14293
+ border-right-width: 1px;
14294
+ outline: 0;
14295
+ }
14296
+ .ant-input-number-status-error .ant-input-number-prefix {
14297
+ color: #a61d24;
14298
+ }
14299
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
14300
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
14301
+ background: transparent;
14302
+ border-color: #d89614;
14303
+ }
14304
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
14305
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
14306
+ border-color: #d89614;
14307
+ box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
14308
+ border-right-width: 1px;
14309
+ outline: 0;
14310
+ }
14311
+ .ant-input-number-status-warning .ant-input-number-prefix {
14312
+ color: #d89614;
14313
+ }
14314
+ .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,
14315
+ .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 {
14316
+ background: transparent;
14317
+ border-color: #a61d24;
14318
+ }
14319
+ .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,
14320
+ .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 {
14321
+ border-color: #a61d24;
14322
+ box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
14323
+ border-right-width: 1px;
14324
+ outline: 0;
14325
+ }
14326
+ .ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
14327
+ color: #a61d24;
14328
+ }
14329
+ .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,
14330
+ .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 {
14331
+ background: transparent;
14332
+ border-color: #d89614;
14333
+ }
14334
+ .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,
14335
+ .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 {
14336
+ border-color: #d89614;
14337
+ box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
14338
+ border-right-width: 1px;
14339
+ outline: 0;
14340
+ }
14341
+ .ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
14342
+ color: #d89614;
14343
+ }
14344
+ .ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
14345
+ color: #a61d24;
14346
+ border-color: #a61d24;
14347
+ }
14348
+ .ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
14349
+ color: #d89614;
14350
+ border-color: #d89614;
14351
+ }
14352
+ .ant-input-number {
14353
+ box-sizing: border-box;
14354
+ font-variant: tabular-nums;
14355
+ list-style: none;
14356
+ font-feature-settings: 'tnum';
14357
+ position: relative;
14358
+ width: 100%;
14359
+ min-width: 0;
14360
+ padding: 4px 11px;
14361
+ color: rgba(255, 255, 255, 0.85);
14362
+ font-size: 14px;
14363
+ line-height: 1.5715;
14364
+ background-color: transparent;
14365
+ background-image: none;
14366
+ transition: all 0.3s;
14367
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
14368
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
14369
+ display: inline-block;
14370
+ width: 90px;
14371
+ margin: 0;
14372
+ padding: 0;
14373
+ border: 1px solid #434343;
14074
14374
  border-radius: 2px;
14075
14375
  }
14076
14376
  .ant-input-number::-moz-placeholder {
@@ -14095,7 +14395,7 @@ textarea.ant-input-number-affix-wrapper {
14095
14395
  }
14096
14396
  .ant-input-number:hover {
14097
14397
  border-color: #165996;
14098
- border-right-width: 1px !important;
14398
+ border-right-width: 1px;
14099
14399
  }
14100
14400
  .ant-input-rtl .ant-input-number:hover {
14101
14401
  border-right-width: 0;
@@ -14105,7 +14405,7 @@ textarea.ant-input-number-affix-wrapper {
14105
14405
  .ant-input-number-focused {
14106
14406
  border-color: #177ddc;
14107
14407
  box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
14108
- border-right-width: 1px !important;
14408
+ border-right-width: 1px;
14109
14409
  outline: 0;
14110
14410
  }
14111
14411
  .ant-input-rtl .ant-input-number:focus,
@@ -14124,7 +14424,7 @@ textarea.ant-input-number-affix-wrapper {
14124
14424
  }
14125
14425
  .ant-input-number-disabled:hover {
14126
14426
  border-color: #434343;
14127
- border-right-width: 1px !important;
14427
+ border-right-width: 1px;
14128
14428
  }
14129
14429
  .ant-input-number[disabled] {
14130
14430
  background-color: rgba(255, 255, 255, 0.08);
@@ -14137,7 +14437,7 @@ textarea.ant-input-number-affix-wrapper {
14137
14437
  }
14138
14438
  .ant-input-number[disabled]:hover {
14139
14439
  border-color: #434343;
14140
- border-right-width: 1px !important;
14440
+ border-right-width: 1px;
14141
14441
  }
14142
14442
  .ant-input-number-borderless,
14143
14443
  .ant-input-number-borderless:hover,
@@ -14585,7 +14885,7 @@ textarea.ant-input-number {
14585
14885
  }
14586
14886
  .ant-input-number:hover {
14587
14887
  border-color: #165996;
14588
- border-right-width: 1px !important;
14888
+ border-right-width: 1px;
14589
14889
  }
14590
14890
  .ant-input-number:hover + .ant-form-item-children-icon {
14591
14891
  opacity: 0;
@@ -14594,7 +14894,7 @@ textarea.ant-input-number {
14594
14894
  .ant-input-number-focused {
14595
14895
  border-color: #177ddc;
14596
14896
  box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
14597
- border-right-width: 1px !important;
14897
+ border-right-width: 1px;
14598
14898
  outline: 0;
14599
14899
  }
14600
14900
  .ant-input-rtl .ant-input-number-focused {
@@ -14612,7 +14912,7 @@ textarea.ant-input-number {
14612
14912
  }
14613
14913
  .ant-input-number-disabled:hover {
14614
14914
  border-color: #434343;
14615
- border-right-width: 1px !important;
14915
+ border-right-width: 1px;
14616
14916
  }
14617
14917
  .ant-input-number-disabled .ant-input-number-input {
14618
14918
  cursor: not-allowed;
@@ -14775,6 +15075,17 @@ textarea.ant-input-number {
14775
15075
  direction: ltr;
14776
15076
  text-align: right;
14777
15077
  }
15078
+ .ant-input-number-affix-wrapper > nz-input-number.ant-input-number {
15079
+ width: 100%;
15080
+ border: none;
15081
+ outline: none;
15082
+ }
15083
+ .ant-input-number-affix-wrapper > nz-input-number.ant-input-number.ant-input-number-focused {
15084
+ box-shadow: none !important;
15085
+ }
15086
+ .ant-input-number.ant-input-number-has-feedback .ant-input-number-handler-wrap {
15087
+ z-index: 2;
15088
+ }
14778
15089
  .ant-layout {
14779
15090
  display: flex;
14780
15091
  flex: auto;
@@ -14908,55 +15219,9 @@ nz-footer {
14908
15219
  nz-header {
14909
15220
  display: block;
14910
15221
  }
14911
- .ant-form-item .ant-upload {
14912
- background: transparent;
14913
- }
14914
- .ant-form-item .ant-upload.ant-upload-drag {
14915
- background: rgba(255, 255, 255, 0.04);
14916
- }
14917
- .ant-form-item input[type='radio'],
14918
- .ant-form-item input[type='checkbox'] {
14919
- width: 14px;
14920
- height: 14px;
14921
- }
14922
- .ant-form-item .ant-radio-inline,
14923
- .ant-form-item .ant-checkbox-inline {
14924
- display: inline-block;
14925
- margin-left: 8px;
14926
- font-weight: normal;
14927
- vertical-align: middle;
14928
- cursor: pointer;
14929
- }
14930
- .ant-form-item .ant-radio-inline:first-child,
14931
- .ant-form-item .ant-checkbox-inline:first-child {
14932
- margin-left: 0;
14933
- }
14934
- .ant-form-item .ant-checkbox-vertical,
14935
- .ant-form-item .ant-radio-vertical {
14936
- display: block;
14937
- }
14938
- .ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
14939
- .ant-form-item .ant-radio-vertical + .ant-radio-vertical {
14940
- margin-left: 0;
14941
- }
14942
15222
  .ant-form-item .ant-input-number + .ant-form-text {
14943
15223
  margin-left: 8px;
14944
15224
  }
14945
- .ant-form-item .ant-input-number-handler-wrap {
14946
- z-index: 2;
14947
- }
14948
- .ant-form-item .ant-select,
14949
- .ant-form-item .ant-cascader-picker {
14950
- width: 100%;
14951
- }
14952
- .ant-form-item .ant-picker-calendar-year-select,
14953
- .ant-form-item .ant-picker-calendar-month-select,
14954
- .ant-form-item .ant-input-group .ant-select,
14955
- .ant-form-item .ant-input-group .ant-cascader-picker,
14956
- .ant-form-item .ant-input-number-group .ant-select,
14957
- .ant-form-item .ant-input-number-group .ant-cascader-picker {
14958
- width: auto;
14959
- }
14960
15225
  .ant-form-inline {
14961
15226
  display: flex;
14962
15227
  flex-wrap: wrap;
@@ -14991,7 +15256,8 @@ nz-header {
14991
15256
  flex: 1 1 0;
14992
15257
  min-width: 0;
14993
15258
  }
14994
- .ant-form-horizontal .ant-form-item-label.ant-col-24 + .ant-form-item-control {
15259
+ .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
15260
+ .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
14995
15261
  min-width: unset;
14996
15262
  }
14997
15263
  .ant-form-vertical .ant-form-item {
@@ -15141,299 +15407,15 @@ nz-header {
15141
15407
  .ant-form-item-explain-warning {
15142
15408
  color: #d89614;
15143
15409
  }
15144
- .ant-form-item-has-feedback .ant-input {
15145
- padding-right: 24px;
15146
- }
15147
- .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
15148
- padding-right: 18px;
15149
- }
15150
- .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
15151
- right: 28px;
15152
- }
15153
15410
  .ant-form-item-has-feedback .ant-switch {
15154
15411
  margin: 2px 0 4px;
15155
15412
  }
15156
- .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
15157
- .ant-form-item-has-feedback > .ant-select .ant-select-clear,
15158
- .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
15159
- .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
15160
- .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
15161
- .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
15162
- right: 32px;
15163
- }
15164
- .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
15165
- .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
15166
- .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
15167
- padding-right: 42px;
15168
- }
15169
- .ant-form-item-has-feedback .ant-cascader-picker-arrow {
15170
- margin-right: 19px;
15171
- }
15172
- .ant-form-item-has-feedback .ant-cascader-picker-clear {
15173
- right: 32px;
15174
- }
15175
- .ant-form-item-has-feedback .ant-picker {
15176
- padding-right: 29.2px;
15177
- }
15178
- .ant-form-item-has-feedback .ant-picker-large {
15179
- padding-right: 29.2px;
15180
- }
15181
- .ant-form-item-has-feedback .ant-picker-small {
15182
- padding-right: 25.2px;
15183
- }
15184
- .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
15185
- .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
15186
- .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
15187
- .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
15188
- position: absolute;
15189
- top: 50%;
15190
- right: 0;
15191
- z-index: 1;
15192
- width: 32px;
15193
- height: 20px;
15194
- margin-top: -10px;
15195
- font-size: 14px;
15196
- line-height: 20px;
15197
- text-align: center;
15198
- visibility: visible;
15199
- animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
15200
- pointer-events: none;
15201
- }
15202
- .ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
15203
- color: #49aa19;
15204
- animation-name: diffZoomIn1 !important;
15205
- }
15206
15413
  .ant-form-item-has-warning .ant-form-item-split {
15207
15414
  color: #d89614;
15208
15415
  }
15209
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
15210
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
15211
- .ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
15212
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
15213
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
15214
- .ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
15215
- background-color: transparent;
15216
- border-color: #d89614;
15217
- }
15218
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
15219
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
15220
- .ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
15221
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
15222
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
15223
- .ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
15224
- border-color: #d89614;
15225
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
15226
- border-right-width: 1px !important;
15227
- outline: 0;
15228
- }
15229
- .ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
15230
- border-color: #d89614;
15231
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
15232
- border-right-width: 1px !important;
15233
- outline: 0;
15234
- }
15235
- .ant-form-item-has-warning .ant-input-prefix,
15236
- .ant-form-item-has-warning .ant-input-number-prefix {
15237
- color: #d89614;
15238
- }
15239
- .ant-form-item-has-warning .ant-input-group-addon,
15240
- .ant-form-item-has-warning .ant-input-number-group-addon {
15241
- color: #d89614;
15242
- border-color: #d89614;
15243
- }
15244
- .ant-form-item-has-warning .has-feedback {
15245
- color: #d89614;
15246
- }
15247
- .ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
15248
- color: #d89614;
15249
- animation-name: diffZoomIn3 !important;
15250
- }
15251
- .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
15252
- background-color: transparent;
15253
- border-color: #d89614 !important;
15254
- }
15255
- .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
15256
- .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
15257
- border-color: #d89614;
15258
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
15259
- border-right-width: 1px !important;
15260
- outline: 0;
15261
- }
15262
- .ant-form-item-has-warning .ant-input-number,
15263
- .ant-form-item-has-warning .ant-picker {
15264
- background-color: transparent;
15265
- border-color: #d89614;
15266
- }
15267
- .ant-form-item-has-warning .ant-input-number-focused,
15268
- .ant-form-item-has-warning .ant-picker-focused,
15269
- .ant-form-item-has-warning .ant-input-number:focus,
15270
- .ant-form-item-has-warning .ant-picker:focus {
15271
- border-color: #d89614;
15272
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
15273
- border-right-width: 1px !important;
15274
- outline: 0;
15275
- }
15276
- .ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
15277
- .ant-form-item-has-warning .ant-picker:not([disabled]):hover {
15278
- background-color: transparent;
15279
- border-color: #d89614;
15280
- }
15281
- .ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
15282
- border-color: #d89614;
15283
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
15284
- border-right-width: 1px !important;
15285
- outline: 0;
15286
- }
15287
15416
  .ant-form-item-has-error .ant-form-item-split {
15288
15417
  color: #a61d24;
15289
15418
  }
15290
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
15291
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
15292
- .ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
15293
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
15294
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
15295
- .ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
15296
- background-color: transparent;
15297
- border-color: #a61d24;
15298
- }
15299
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
15300
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
15301
- .ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
15302
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
15303
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
15304
- .ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
15305
- border-color: #a61d24;
15306
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
15307
- border-right-width: 1px !important;
15308
- outline: 0;
15309
- }
15310
- .ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
15311
- border-color: #a61d24;
15312
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
15313
- border-right-width: 1px !important;
15314
- outline: 0;
15315
- }
15316
- .ant-form-item-has-error .ant-input-prefix,
15317
- .ant-form-item-has-error .ant-input-number-prefix {
15318
- color: #a61d24;
15319
- }
15320
- .ant-form-item-has-error .ant-input-group-addon,
15321
- .ant-form-item-has-error .ant-input-number-group-addon {
15322
- color: #a61d24;
15323
- border-color: #a61d24;
15324
- }
15325
- .ant-form-item-has-error .has-feedback {
15326
- color: #a61d24;
15327
- }
15328
- .ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
15329
- color: #a61d24;
15330
- animation-name: diffZoomIn2 !important;
15331
- }
15332
- .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
15333
- background-color: transparent;
15334
- border-color: #a61d24 !important;
15335
- }
15336
- .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
15337
- .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
15338
- border-color: #a61d24;
15339
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
15340
- border-right-width: 1px !important;
15341
- outline: 0;
15342
- }
15343
- .ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
15344
- .ant-form-item-has-error .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
15345
- background-color: inherit;
15346
- border: 0;
15347
- box-shadow: none;
15348
- }
15349
- .ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
15350
- border-color: #a61d24;
15351
- }
15352
- .ant-form-item-has-error .ant-input-number,
15353
- .ant-form-item-has-error .ant-picker {
15354
- background-color: transparent;
15355
- border-color: #a61d24;
15356
- }
15357
- .ant-form-item-has-error .ant-input-number-focused,
15358
- .ant-form-item-has-error .ant-picker-focused,
15359
- .ant-form-item-has-error .ant-input-number:focus,
15360
- .ant-form-item-has-error .ant-picker:focus {
15361
- border-color: #a61d24;
15362
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
15363
- border-right-width: 1px !important;
15364
- outline: 0;
15365
- }
15366
- .ant-form-item-has-error .ant-input-number:not([disabled]):hover,
15367
- .ant-form-item-has-error .ant-picker:not([disabled]):hover {
15368
- background-color: transparent;
15369
- border-color: #a61d24;
15370
- }
15371
- .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
15372
- .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
15373
- background-color: transparent;
15374
- border-color: #a61d24;
15375
- }
15376
- .ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
15377
- .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
15378
- border-color: #a61d24;
15379
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
15380
- border-right-width: 1px !important;
15381
- outline: 0;
15382
- }
15383
- .ant-form-item-has-error .ant-cascader-picker:hover .ant-cascader-picker-label:hover + .ant-cascader-input.ant-input {
15384
- border-color: #a61d24;
15385
- }
15386
- .ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
15387
- background-color: transparent;
15388
- border-color: #a61d24;
15389
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
15390
- border-right-width: 1px !important;
15391
- outline: 0;
15392
- }
15393
- .ant-form-item-has-error .ant-transfer-list {
15394
- border-color: #a61d24;
15395
- }
15396
- .ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
15397
- border-color: #434343;
15398
- }
15399
- .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
15400
- border-color: #165996;
15401
- border-right-width: 1px !important;
15402
- }
15403
- .ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
15404
- border-right-width: 0;
15405
- border-left-width: 1px !important;
15406
- }
15407
- .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
15408
- border-color: #177ddc;
15409
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
15410
- border-right-width: 1px !important;
15411
- outline: 0;
15412
- }
15413
- .ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
15414
- border-right-width: 0;
15415
- border-left-width: 1px !important;
15416
- }
15417
- .ant-form-item-has-error .ant-radio-button-wrapper {
15418
- border-color: #a61d24 !important;
15419
- }
15420
- .ant-form-item-has-error .ant-radio-button-wrapper:not(:first-child)::before {
15421
- background-color: #a61d24;
15422
- }
15423
- .ant-form-item-has-error .ant-mentions {
15424
- border-color: #a61d24 !important;
15425
- }
15426
- .ant-form-item-has-error .ant-mentions-focused,
15427
- .ant-form-item-has-error .ant-mentions:focus {
15428
- border-color: #a61d24;
15429
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
15430
- border-right-width: 1px !important;
15431
- outline: 0;
15432
- }
15433
- .ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
15434
- display: inline-block;
15435
- color: #177ddc;
15436
- }
15437
15419
  .ant-form {
15438
15420
  box-sizing: border-box;
15439
15421
  margin: 0;
@@ -15627,14 +15609,30 @@ nz-header {
15627
15609
  .ant-form-item-extra {
15628
15610
  min-height: 24px;
15629
15611
  }
15630
- .ant-form-item .ant-input-textarea-show-count::after {
15631
- margin-bottom: -22px;
15632
- }
15633
15612
  .ant-form-item-with-help .ant-form-item-explain {
15634
15613
  height: auto;
15635
15614
  min-height: 24px;
15636
15615
  opacity: 1;
15637
15616
  }
15617
+ .ant-form-item-feedback-icon {
15618
+ font-size: 14px;
15619
+ text-align: center;
15620
+ visibility: visible;
15621
+ animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
15622
+ pointer-events: none;
15623
+ }
15624
+ .ant-form-item-feedback-icon-success {
15625
+ color: #49aa19;
15626
+ }
15627
+ .ant-form-item-feedback-icon-error {
15628
+ color: #a61d24;
15629
+ }
15630
+ .ant-form-item-feedback-icon-warning {
15631
+ color: #d89614;
15632
+ }
15633
+ .ant-form-item-feedback-icon-validating {
15634
+ color: #177ddc;
15635
+ }
15638
15636
  .ant-show-help {
15639
15637
  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);
15640
15638
  }
@@ -17069,24 +17067,42 @@ nz-list-item-extra {
17069
17067
  right: auto;
17070
17068
  left: 4px;
17071
17069
  }
17072
- .ant-mention-wrapper {
17070
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
17071
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
17072
+ background: transparent;
17073
+ border-color: #a61d24;
17074
+ }
17075
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
17076
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
17077
+ border-color: #a61d24;
17078
+ box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
17079
+ border-right-width: 1px;
17080
+ outline: 0;
17081
+ }
17082
+ .ant-mentions-status-error .ant-input-prefix {
17083
+ color: #a61d24;
17084
+ }
17085
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
17086
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
17087
+ background: transparent;
17088
+ border-color: #d89614;
17089
+ }
17090
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
17091
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
17092
+ border-color: #d89614;
17093
+ box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
17094
+ border-right-width: 1px;
17095
+ outline: 0;
17096
+ }
17097
+ .ant-mentions-status-warning .ant-input-prefix {
17098
+ color: #d89614;
17099
+ }
17100
+ .ant-mentions {
17073
17101
  box-sizing: border-box;
17074
17102
  margin: 0;
17075
- padding: 0;
17076
- color: rgba(255, 255, 255, 0.85);
17077
- font-size: 14px;
17078
17103
  font-variant: tabular-nums;
17079
- line-height: 1.5715;
17080
17104
  list-style: none;
17081
17105
  font-feature-settings: 'tnum';
17082
- position: relative;
17083
- display: inline-block;
17084
- width: 100%;
17085
- vertical-align: middle;
17086
- }
17087
- .ant-mention-wrapper .ant-mention-editor {
17088
- position: relative;
17089
- display: inline-block;
17090
17106
  width: 100%;
17091
17107
  min-width: 0;
17092
17108
  padding: 4px 11px;
@@ -17099,53 +17115,56 @@ nz-list-item-extra {
17099
17115
  transition: all 0.3s;
17100
17116
  /* stylelint-disable-next-line selector-no-vendor-prefix */
17101
17117
  /* stylelint-disable-next-line selector-no-vendor-prefix */
17102
- display: block;
17118
+ position: relative;
17119
+ display: inline-block;
17103
17120
  height: auto;
17104
- min-height: 32px;
17105
17121
  padding: 0;
17122
+ overflow: hidden;
17106
17123
  line-height: 1.5715;
17124
+ white-space: pre-wrap;
17125
+ vertical-align: bottom;
17107
17126
  }
17108
- .ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
17127
+ .ant-mentions::-moz-placeholder {
17109
17128
  opacity: 1;
17110
17129
  }
17111
- .ant-mention-wrapper .ant-mention-editor::placeholder {
17130
+ .ant-mentions::placeholder {
17112
17131
  color: rgba(255, 255, 255, 0.3);
17113
17132
  user-select: none;
17114
17133
  }
17115
- .ant-mention-wrapper .ant-mention-editor:placeholder-shown {
17134
+ .ant-mentions:placeholder-shown {
17116
17135
  text-overflow: ellipsis;
17117
17136
  }
17118
- .ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
17137
+ .ant-mentions::-moz-placeholder {
17119
17138
  opacity: 1;
17120
17139
  }
17121
- .ant-mention-wrapper .ant-mention-editor::placeholder {
17140
+ .ant-mentions::placeholder {
17122
17141
  color: rgba(255, 255, 255, 0.3);
17123
17142
  user-select: none;
17124
17143
  }
17125
- .ant-mention-wrapper .ant-mention-editor:placeholder-shown {
17144
+ .ant-mentions:placeholder-shown {
17126
17145
  text-overflow: ellipsis;
17127
17146
  }
17128
- .ant-mention-wrapper .ant-mention-editor:hover {
17147
+ .ant-mentions:hover {
17129
17148
  border-color: #165996;
17130
- border-right-width: 1px !important;
17149
+ border-right-width: 1px;
17131
17150
  }
17132
- .ant-input-rtl .ant-mention-wrapper .ant-mention-editor:hover {
17151
+ .ant-input-rtl .ant-mentions:hover {
17133
17152
  border-right-width: 0;
17134
17153
  border-left-width: 1px !important;
17135
17154
  }
17136
- .ant-mention-wrapper .ant-mention-editor:focus,
17137
- .ant-mention-wrapper .ant-mention-editor-focused {
17155
+ .ant-mentions:focus,
17156
+ .ant-mentions-focused {
17138
17157
  border-color: #177ddc;
17139
17158
  box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
17140
- border-right-width: 1px !important;
17159
+ border-right-width: 1px;
17141
17160
  outline: 0;
17142
17161
  }
17143
- .ant-input-rtl .ant-mention-wrapper .ant-mention-editor:focus,
17144
- .ant-input-rtl .ant-mention-wrapper .ant-mention-editor-focused {
17162
+ .ant-input-rtl .ant-mentions:focus,
17163
+ .ant-input-rtl .ant-mentions-focused {
17145
17164
  border-right-width: 0;
17146
17165
  border-left-width: 1px !important;
17147
17166
  }
17148
- .ant-mention-wrapper .ant-mention-editor-disabled {
17167
+ .ant-mentions-disabled {
17149
17168
  background-color: rgba(255, 255, 255, 0.08);
17150
17169
  border-color: #434343;
17151
17170
  box-shadow: none;
@@ -17154,11 +17173,11 @@ nz-list-item-extra {
17154
17173
  color: rgba(255, 255, 255, 0.3);
17155
17174
  pointer-events: none;
17156
17175
  }
17157
- .ant-mention-wrapper .ant-mention-editor-disabled:hover {
17176
+ .ant-mentions-disabled:hover {
17158
17177
  border-color: #434343;
17159
- border-right-width: 1px !important;
17178
+ border-right-width: 1px;
17160
17179
  }
17161
- .ant-mention-wrapper .ant-mention-editor[disabled] {
17180
+ .ant-mentions[disabled] {
17162
17181
  background-color: rgba(255, 255, 255, 0.08);
17163
17182
  border-color: #434343;
17164
17183
  box-shadow: none;
@@ -17167,21 +17186,21 @@ nz-list-item-extra {
17167
17186
  color: rgba(255, 255, 255, 0.3);
17168
17187
  pointer-events: none;
17169
17188
  }
17170
- .ant-mention-wrapper .ant-mention-editor[disabled]:hover {
17189
+ .ant-mentions[disabled]:hover {
17171
17190
  border-color: #434343;
17172
- border-right-width: 1px !important;
17173
- }
17174
- .ant-mention-wrapper .ant-mention-editor-borderless,
17175
- .ant-mention-wrapper .ant-mention-editor-borderless:hover,
17176
- .ant-mention-wrapper .ant-mention-editor-borderless:focus,
17177
- .ant-mention-wrapper .ant-mention-editor-borderless-focused,
17178
- .ant-mention-wrapper .ant-mention-editor-borderless-disabled,
17179
- .ant-mention-wrapper .ant-mention-editor-borderless[disabled] {
17191
+ border-right-width: 1px;
17192
+ }
17193
+ .ant-mentions-borderless,
17194
+ .ant-mentions-borderless:hover,
17195
+ .ant-mentions-borderless:focus,
17196
+ .ant-mentions-borderless-focused,
17197
+ .ant-mentions-borderless-disabled,
17198
+ .ant-mentions-borderless[disabled] {
17180
17199
  background-color: transparent;
17181
17200
  border: none;
17182
17201
  box-shadow: none;
17183
17202
  }
17184
- textarea.ant-mention-wrapper .ant-mention-editor {
17203
+ textarea.ant-mentions {
17185
17204
  max-width: 100%;
17186
17205
  height: auto;
17187
17206
  min-height: 32px;
@@ -17189,31 +17208,17 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17189
17208
  vertical-align: bottom;
17190
17209
  transition: all 0.3s, height 0s;
17191
17210
  }
17192
- .ant-mention-wrapper .ant-mention-editor-lg {
17211
+ .ant-mentions-lg {
17193
17212
  padding: 6.5px 11px;
17194
17213
  font-size: 16px;
17195
17214
  }
17196
- .ant-mention-wrapper .ant-mention-editor-sm {
17215
+ .ant-mentions-sm {
17197
17216
  padding: 0px 7px;
17198
17217
  }
17199
- .ant-mention-wrapper .ant-mention-editor-rtl {
17218
+ .ant-mentions-rtl {
17200
17219
  direction: rtl;
17201
17220
  }
17202
- .ant-mention-wrapper .ant-mention-editor-wrapper {
17203
- height: auto;
17204
- overflow-y: auto;
17205
- }
17206
- .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
17207
- border-color: #177ddc;
17208
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
17209
- border-right-width: 1px !important;
17210
- outline: 0;
17211
- }
17212
- .ant-input-rtl .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
17213
- border-right-width: 0;
17214
- border-left-width: 1px !important;
17215
- }
17216
- .ant-mention-wrapper.disabled .ant-mention-editor {
17221
+ .ant-mentions-disabled > textarea {
17217
17222
  background-color: rgba(255, 255, 255, 0.08);
17218
17223
  border-color: #434343;
17219
17224
  box-shadow: none;
@@ -17222,33 +17227,94 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17222
17227
  color: rgba(255, 255, 255, 0.3);
17223
17228
  pointer-events: none;
17224
17229
  }
17225
- .ant-mention-wrapper.disabled .ant-mention-editor:hover {
17230
+ .ant-mentions-disabled > textarea:hover {
17226
17231
  border-color: #434343;
17227
- border-right-width: 1px !important;
17232
+ border-right-width: 1px;
17228
17233
  }
17229
- .ant-mention-wrapper .public-DraftEditorPlaceholder-root {
17230
- position: absolute;
17231
- pointer-events: none;
17234
+ .ant-mentions-focused {
17235
+ border-color: #177ddc;
17236
+ box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
17237
+ border-right-width: 1px;
17238
+ outline: 0;
17232
17239
  }
17233
- .ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
17234
- height: auto;
17235
- padding: 5px 11px;
17236
- color: rgba(255, 255, 255, 0.3);
17237
- white-space: pre-wrap;
17240
+ .ant-input-rtl .ant-mentions-focused {
17241
+ border-right-width: 0;
17242
+ border-left-width: 1px !important;
17243
+ }
17244
+ .ant-mentions > textarea,
17245
+ .ant-mentions-measure {
17246
+ min-height: 30px;
17247
+ margin: 0;
17248
+ padding: 4px 11px;
17249
+ overflow: inherit;
17250
+ overflow-x: hidden;
17251
+ overflow-y: auto;
17252
+ /* stylelint-disable declaration-block-no-redundant-longhand-properties */
17253
+ font-weight: inherit;
17254
+ font-size: inherit;
17255
+ font-family: inherit;
17256
+ font-style: inherit;
17257
+ font-variant: inherit;
17258
+ font-size-adjust: inherit;
17259
+ font-stretch: inherit;
17260
+ line-height: inherit;
17261
+ /* stylelint-enable declaration-block-no-redundant-longhand-properties */
17262
+ direction: inherit;
17263
+ letter-spacing: inherit;
17264
+ white-space: inherit;
17265
+ text-align: inherit;
17266
+ vertical-align: top;
17238
17267
  word-wrap: break-word;
17268
+ word-break: inherit;
17269
+ tab-size: inherit;
17270
+ }
17271
+ .ant-mentions > textarea {
17272
+ width: 100%;
17273
+ border: none;
17239
17274
  outline: none;
17275
+ resize: none;
17276
+ background-color: transparent;
17277
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
17278
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
17279
+ }
17280
+ .ant-mentions > textarea::-moz-placeholder {
17240
17281
  opacity: 1;
17241
17282
  }
17242
- .ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
17243
- height: auto;
17244
- padding: 5px 11px;
17283
+ .ant-mentions > textarea::placeholder {
17284
+ color: rgba(255, 255, 255, 0.3);
17285
+ user-select: none;
17245
17286
  }
17246
- .ant-mention-dropdown {
17247
- box-sizing: border-box;
17287
+ .ant-mentions > textarea:placeholder-shown {
17288
+ text-overflow: ellipsis;
17289
+ }
17290
+ .ant-mentions > textarea::-moz-placeholder {
17291
+ opacity: 1;
17292
+ }
17293
+ .ant-mentions > textarea::placeholder {
17294
+ color: rgba(255, 255, 255, 0.3);
17295
+ user-select: none;
17296
+ }
17297
+ .ant-mentions > textarea:placeholder-shown {
17298
+ text-overflow: ellipsis;
17299
+ }
17300
+ .ant-mentions-measure {
17301
+ position: absolute;
17302
+ top: 0;
17303
+ right: 0;
17304
+ bottom: 0;
17305
+ left: 0;
17306
+ z-index: -1;
17307
+ color: transparent;
17308
+ pointer-events: none;
17309
+ }
17310
+ .ant-mentions-measure > span {
17311
+ display: inline-block;
17312
+ min-height: 1em;
17313
+ }
17314
+ .ant-mentions-dropdown {
17248
17315
  margin: 0;
17249
17316
  padding: 0;
17250
17317
  color: rgba(255, 255, 255, 0.85);
17251
- font-size: 14px;
17252
17318
  font-variant: tabular-nums;
17253
17319
  line-height: 1.5715;
17254
17320
  list-style: none;
@@ -17257,77 +17323,108 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17257
17323
  top: -9999px;
17258
17324
  left: -9999px;
17259
17325
  z-index: 1050;
17260
- min-width: 120px;
17261
- max-height: 250px;
17262
- margin-top: 1.5em;
17263
- overflow-x: hidden;
17264
- overflow-y: auto;
17265
- background-color: #141414;
17326
+ box-sizing: border-box;
17327
+ font-size: 14px;
17328
+ font-variant: initial;
17329
+ background-color: #1f1f1f;
17266
17330
  border-radius: 2px;
17267
17331
  outline: none;
17268
17332
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2);
17269
17333
  }
17270
- .ant-mention-dropdown-placement-top {
17271
- margin-top: -0.1em;
17272
- }
17273
- .ant-mention-dropdown-notfound.ant-mention-dropdown-item {
17274
- color: rgba(255, 255, 255, 0.3);
17334
+ .ant-mentions-dropdown-hidden {
17335
+ display: none;
17275
17336
  }
17276
- .ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
17277
- display: block;
17278
- color: #177ddc;
17279
- text-align: center;
17337
+ .ant-mentions-dropdown-menu {
17338
+ max-height: 250px;
17339
+ margin-bottom: 0;
17340
+ padding-left: 0;
17341
+ overflow: auto;
17342
+ list-style: none;
17343
+ outline: none;
17280
17344
  }
17281
- .ant-mention-dropdown-item {
17345
+ .ant-mentions-dropdown-menu-item {
17282
17346
  position: relative;
17283
17347
  display: block;
17348
+ min-width: 100px;
17284
17349
  padding: 5px 12px;
17285
17350
  overflow: hidden;
17286
17351
  color: rgba(255, 255, 255, 0.85);
17287
17352
  font-weight: normal;
17288
- line-height: 22px;
17353
+ line-height: 1.5715;
17289
17354
  white-space: nowrap;
17290
17355
  text-overflow: ellipsis;
17291
17356
  cursor: pointer;
17292
- transition: background 0.3s;
17357
+ transition: background 0.3s ease;
17293
17358
  }
17294
- .ant-mention-dropdown-item:hover {
17359
+ .ant-mentions-dropdown-menu-item:hover {
17295
17360
  background-color: rgba(255, 255, 255, 0.08);
17296
17361
  }
17297
- .ant-mention-dropdown-item.focus,
17298
- .ant-mention-dropdown-item-active {
17299
- background-color: #111b26;
17362
+ .ant-mentions-dropdown-menu-item:first-child {
17363
+ border-radius: 2px 2px 0 0;
17300
17364
  }
17301
- .ant-mention-dropdown-item-disabled {
17365
+ .ant-mentions-dropdown-menu-item:last-child {
17366
+ border-radius: 0 0 2px 2px;
17367
+ }
17368
+ .ant-mentions-dropdown-menu-item-disabled {
17302
17369
  color: rgba(255, 255, 255, 0.3);
17303
17370
  cursor: not-allowed;
17304
17371
  }
17305
- .ant-mention-dropdown-item-disabled:hover {
17372
+ .ant-mentions-dropdown-menu-item-disabled:hover {
17306
17373
  color: rgba(255, 255, 255, 0.3);
17307
- background-color: #141414;
17374
+ background-color: #1f1f1f;
17308
17375
  cursor: not-allowed;
17309
17376
  }
17310
- .ant-mention-dropdown-item-selected,
17311
- .ant-mention-dropdown-item-selected:hover {
17377
+ .ant-mentions-dropdown-menu-item-selected {
17312
17378
  color: rgba(255, 255, 255, 0.85);
17313
- font-weight: bold;
17379
+ font-weight: 600;
17380
+ background-color: rgba(255, 255, 255, 0.04);
17381
+ }
17382
+ .ant-mentions-dropdown-menu-item-active {
17314
17383
  background-color: rgba(255, 255, 255, 0.08);
17315
17384
  }
17316
- .ant-mention-dropdown-item-divider {
17317
- height: 1px;
17318
- margin: 1px 0;
17319
- overflow: hidden;
17320
- line-height: 0;
17321
- background-color: #303030;
17385
+ .ant-mentions-suffix {
17386
+ position: absolute;
17387
+ top: 0;
17388
+ right: 11px;
17389
+ bottom: 0;
17390
+ z-index: 1;
17391
+ display: inline-flex;
17392
+ align-items: center;
17393
+ margin: auto;
17394
+ }
17395
+ .ant-mentions-rtl {
17396
+ direction: rtl;
17322
17397
  }
17323
- .ant-mention-dropdown {
17398
+ .ant-mentions-dropdown {
17324
17399
  top: 100%;
17325
- left: 0;
17400
+ left: 12px;
17326
17401
  position: relative;
17327
17402
  width: 100%;
17328
- margin-top: 4px;
17403
+ margin-top: 8px;
17329
17404
  margin-bottom: 4px;
17330
17405
  }
17406
+ .ant-mentions:focus-within {
17407
+ border-color: #177ddc;
17408
+ box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
17409
+ border-right-width: 1px;
17410
+ outline: 0;
17411
+ }
17412
+ .ant-input-rtl .ant-mentions:focus-within {
17413
+ border-right-width: 0;
17414
+ border-left-width: 1px !important;
17415
+ }
17416
+ .ant-mentions.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus-within {
17417
+ border-color: #a61d24;
17418
+ box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
17419
+ border-right-width: 1px;
17420
+ outline: 0;
17421
+ }
17422
+ .ant-mentions.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus-within {
17423
+ border-color: #d89614;
17424
+ box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
17425
+ border-right-width: 1px;
17426
+ outline: 0;
17427
+ }
17331
17428
  .ant-message {
17332
17429
  box-sizing: border-box;
17333
17430
  margin: 0;
@@ -17421,7 +17518,7 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17421
17518
  padding-bottom: 24px;
17422
17519
  }
17423
17520
  .ant-modal.ant-zoom-enter,
17424
- .ant-modal.antzoom-appear {
17521
+ .ant-modal.ant-zoom-appear {
17425
17522
  transform: none;
17426
17523
  opacity: 0;
17427
17524
  animation-duration: 0.3s;
@@ -17451,7 +17548,7 @@ textarea.ant-mention-wrapper .ant-mention-editor {
17451
17548
  -webkit-overflow-scrolling: touch;
17452
17549
  }
17453
17550
  .ant-modal.ant-zoom-enter,
17454
- .ant-modal.antzoom-appear {
17551
+ .ant-modal.ant-zoom-appear {
17455
17552
  transform: none;
17456
17553
  opacity: 0;
17457
17554
  animation-duration: 0.3s;
@@ -18091,17 +18188,6 @@ textarea.ant-mention-wrapper .ant-mention-editor {
18091
18188
  z-index: 1010;
18092
18189
  margin-right: 24px;
18093
18190
  }
18094
- .ant-notification-topLeft,
18095
- .ant-notification-bottomLeft {
18096
- margin-right: 0;
18097
- margin-left: 24px;
18098
- }
18099
- .ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
18100
- .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
18101
- .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
18102
- .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
18103
- animation-name: NotificationLeftFadeIn;
18104
- }
18105
18191
  .ant-notification-close-icon {
18106
18192
  font-size: 14px;
18107
18193
  cursor: pointer;
@@ -18123,6 +18209,11 @@ textarea.ant-mention-wrapper .ant-mention-editor {
18123
18209
  border-radius: 2px;
18124
18210
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2);
18125
18211
  }
18212
+ .ant-notification-top .ant-notification-notice,
18213
+ .ant-notification-bottom .ant-notification-notice {
18214
+ margin-right: auto;
18215
+ margin-left: auto;
18216
+ }
18126
18217
  .ant-notification-topLeft .ant-notification-notice,
18127
18218
  .ant-notification-bottomLeft .ant-notification-notice {
18128
18219
  margin-right: auto;
@@ -18231,16 +18322,6 @@ textarea.ant-mention-wrapper .ant-mention-editor {
18231
18322
  opacity: 1;
18232
18323
  }
18233
18324
  }
18234
- @keyframes NotificationLeftFadeIn {
18235
- 0% {
18236
- right: 384px;
18237
- opacity: 0;
18238
- }
18239
- 100% {
18240
- right: 0;
18241
- opacity: 1;
18242
- }
18243
- }
18244
18325
  @keyframes NotificationFadeOut {
18245
18326
  0% {
18246
18327
  max-height: 150px;
@@ -18281,6 +18362,60 @@ textarea.ant-mention-wrapper .ant-mention-editor {
18281
18362
  .ant-notification-rtl .ant-notification-notice-btn {
18282
18363
  float: left;
18283
18364
  }
18365
+ .ant-notification-top,
18366
+ .ant-notification-bottom {
18367
+ margin-right: 0;
18368
+ margin-left: 0;
18369
+ }
18370
+ .ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
18371
+ .ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
18372
+ animation-name: NotificationTopFadeIn;
18373
+ }
18374
+ .ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
18375
+ .ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
18376
+ animation-name: NotificationBottomFadeIn;
18377
+ }
18378
+ .ant-notification-topLeft,
18379
+ .ant-notification-bottomLeft {
18380
+ margin-right: 0;
18381
+ margin-left: 24px;
18382
+ }
18383
+ .ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
18384
+ .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
18385
+ .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
18386
+ .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
18387
+ animation-name: NotificationLeftFadeIn;
18388
+ }
18389
+ @keyframes NotificationTopFadeIn {
18390
+ 0% {
18391
+ margin-top: -100%;
18392
+ opacity: 0;
18393
+ }
18394
+ 100% {
18395
+ margin-top: 0;
18396
+ opacity: 1;
18397
+ }
18398
+ }
18399
+ @keyframes NotificationBottomFadeIn {
18400
+ 0% {
18401
+ margin-bottom: -100%;
18402
+ opacity: 0;
18403
+ }
18404
+ 100% {
18405
+ margin-bottom: 0;
18406
+ opacity: 1;
18407
+ }
18408
+ }
18409
+ @keyframes NotificationLeftFadeIn {
18410
+ 0% {
18411
+ right: 384px;
18412
+ opacity: 0;
18413
+ }
18414
+ 100% {
18415
+ right: 0;
18416
+ opacity: 1;
18417
+ }
18418
+ }
18284
18419
  .ant-page-header {
18285
18420
  box-sizing: border-box;
18286
18421
  margin: 0;
@@ -18377,12 +18512,8 @@ textarea.ant-mention-wrapper .ant-mention-editor {
18377
18512
  white-space: nowrap;
18378
18513
  }
18379
18514
  .ant-page-header-heading-extra > * {
18380
- margin-left: 12px;
18381
18515
  white-space: unset;
18382
18516
  }
18383
- .ant-page-header-heading-extra > *:first-child {
18384
- margin-left: 0;
18385
- }
18386
18517
  .ant-page-header-content {
18387
18518
  padding-top: 12px;
18388
18519
  }
@@ -18747,7 +18878,7 @@ nz-page-header-footer {
18747
18878
  }
18748
18879
  .ant-pagination-options-quick-jumper input:hover {
18749
18880
  border-color: #165996;
18750
- border-right-width: 1px !important;
18881
+ border-right-width: 1px;
18751
18882
  }
18752
18883
  .ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
18753
18884
  border-right-width: 0;
@@ -18757,7 +18888,7 @@ nz-page-header-footer {
18757
18888
  .ant-pagination-options-quick-jumper input-focused {
18758
18889
  border-color: #177ddc;
18759
18890
  box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
18760
- border-right-width: 1px !important;
18891
+ border-right-width: 1px;
18761
18892
  outline: 0;
18762
18893
  }
18763
18894
  .ant-input-rtl .ant-pagination-options-quick-jumper input:focus,
@@ -18776,7 +18907,7 @@ nz-page-header-footer {
18776
18907
  }
18777
18908
  .ant-pagination-options-quick-jumper input-disabled:hover {
18778
18909
  border-color: #434343;
18779
- border-right-width: 1px !important;
18910
+ border-right-width: 1px;
18780
18911
  }
18781
18912
  .ant-pagination-options-quick-jumper input[disabled] {
18782
18913
  background-color: rgba(255, 255, 255, 0.08);
@@ -18789,7 +18920,7 @@ nz-page-header-footer {
18789
18920
  }
18790
18921
  .ant-pagination-options-quick-jumper input[disabled]:hover {
18791
18922
  border-color: #434343;
18792
- border-right-width: 1px !important;
18923
+ border-right-width: 1px;
18793
18924
  }
18794
18925
  .ant-pagination-options-quick-jumper input-borderless,
18795
18926
  .ant-pagination-options-quick-jumper input-borderless:hover,
@@ -19042,22 +19173,22 @@ nz-pagination {
19042
19173
  .ant-popover-placement-top,
19043
19174
  .ant-popover-placement-topLeft,
19044
19175
  .ant-popover-placement-topRight {
19045
- padding-bottom: 10px;
19176
+ padding-bottom: 15.3137085px;
19046
19177
  }
19047
19178
  .ant-popover-placement-right,
19048
19179
  .ant-popover-placement-rightTop,
19049
19180
  .ant-popover-placement-rightBottom {
19050
- padding-left: 10px;
19181
+ padding-left: 15.3137085px;
19051
19182
  }
19052
19183
  .ant-popover-placement-bottom,
19053
19184
  .ant-popover-placement-bottomLeft,
19054
19185
  .ant-popover-placement-bottomRight {
19055
- padding-top: 10px;
19186
+ padding-top: 15.3137085px;
19056
19187
  }
19057
19188
  .ant-popover-placement-left,
19058
19189
  .ant-popover-placement-leftTop,
19059
19190
  .ant-popover-placement-leftBottom {
19060
- padding-right: 10px;
19191
+ padding-right: 15.3137085px;
19061
19192
  }
19062
19193
  .ant-popover-inner {
19063
19194
  background-color: #1f1f1f;
@@ -19112,8 +19243,8 @@ nz-pagination {
19112
19243
  .ant-popover-arrow {
19113
19244
  position: absolute;
19114
19245
  display: block;
19115
- width: 8.48528137px;
19116
- height: 8.48528137px;
19246
+ width: 16px;
19247
+ height: 16px;
19117
19248
  overflow: hidden;
19118
19249
  background: transparent;
19119
19250
  pointer-events: none;
@@ -19125,23 +19256,49 @@ nz-pagination {
19125
19256
  bottom: 0;
19126
19257
  left: 0;
19127
19258
  display: block;
19128
- width: 6px;
19129
- height: 6px;
19259
+ width: 11.3137085px;
19260
+ height: 11.3137085px;
19130
19261
  margin: auto;
19131
19262
  background-color: #1f1f1f;
19132
19263
  content: '';
19133
19264
  pointer-events: auto;
19265
+ border-radius: 0 0 2px;
19266
+ pointer-events: none;
19267
+ }
19268
+ .ant-popover-arrow-content::before {
19269
+ position: absolute;
19270
+ top: -11.3137085px;
19271
+ left: -11.3137085px;
19272
+ width: 33.9411255px;
19273
+ height: 33.9411255px;
19274
+ background: #1f1f1f;
19275
+ background-repeat: no-repeat;
19276
+ background-position: -10px -10px;
19277
+ content: '';
19278
+ 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');
19279
+ }
19280
+ .ant-popover-arrow-content::before {
19281
+ position: absolute;
19282
+ top: -11.3137085px;
19283
+ left: -11.3137085px;
19284
+ width: 33.9411255px;
19285
+ height: 33.9411255px;
19286
+ background: #1f1f1f;
19287
+ background-repeat: no-repeat;
19288
+ background-position: -10px -10px;
19289
+ content: '';
19290
+ 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');
19134
19291
  }
19135
19292
  .ant-popover-placement-top .ant-popover-arrow,
19136
19293
  .ant-popover-placement-topLeft .ant-popover-arrow,
19137
19294
  .ant-popover-placement-topRight .ant-popover-arrow {
19138
- bottom: 1.51471863px;
19295
+ bottom: -0.6862915px;
19139
19296
  }
19140
19297
  .ant-popover-placement-top .ant-popover-arrow-content,
19141
19298
  .ant-popover-placement-topLeft .ant-popover-arrow-content,
19142
19299
  .ant-popover-placement-topRight .ant-popover-arrow-content {
19143
19300
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
19144
- transform: translateY(-4.24264069px) rotate(45deg);
19301
+ transform: translateY(-8px) rotate(45deg);
19145
19302
  }
19146
19303
  .ant-popover-placement-top .ant-popover-arrow {
19147
19304
  left: 50%;
@@ -19156,13 +19313,13 @@ nz-pagination {
19156
19313
  .ant-popover-placement-right .ant-popover-arrow,
19157
19314
  .ant-popover-placement-rightTop .ant-popover-arrow,
19158
19315
  .ant-popover-placement-rightBottom .ant-popover-arrow {
19159
- left: 1.51471863px;
19316
+ left: -0.6862915px;
19160
19317
  }
19161
19318
  .ant-popover-placement-right .ant-popover-arrow-content,
19162
19319
  .ant-popover-placement-rightTop .ant-popover-arrow-content,
19163
19320
  .ant-popover-placement-rightBottom .ant-popover-arrow-content {
19164
- box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
19165
- transform: translateX(4.24264069px) rotate(45deg);
19321
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
19322
+ transform: translateX(8px) rotate(135deg);
19166
19323
  }
19167
19324
  .ant-popover-placement-right .ant-popover-arrow {
19168
19325
  top: 50%;
@@ -19177,13 +19334,13 @@ nz-pagination {
19177
19334
  .ant-popover-placement-bottom .ant-popover-arrow,
19178
19335
  .ant-popover-placement-bottomLeft .ant-popover-arrow,
19179
19336
  .ant-popover-placement-bottomRight .ant-popover-arrow {
19180
- top: 1.51471863px;
19337
+ top: -0.6862915px;
19181
19338
  }
19182
19339
  .ant-popover-placement-bottom .ant-popover-arrow-content,
19183
19340
  .ant-popover-placement-bottomLeft .ant-popover-arrow-content,
19184
19341
  .ant-popover-placement-bottomRight .ant-popover-arrow-content {
19185
- box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
19186
- transform: translateY(4.24264069px) rotate(45deg);
19342
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
19343
+ transform: translateY(8px) rotate(-135deg);
19187
19344
  }
19188
19345
  .ant-popover-placement-bottom .ant-popover-arrow {
19189
19346
  left: 50%;
@@ -19198,13 +19355,13 @@ nz-pagination {
19198
19355
  .ant-popover-placement-left .ant-popover-arrow,
19199
19356
  .ant-popover-placement-leftTop .ant-popover-arrow,
19200
19357
  .ant-popover-placement-leftBottom .ant-popover-arrow {
19201
- right: 1.51471863px;
19358
+ right: -0.6862915px;
19202
19359
  }
19203
19360
  .ant-popover-placement-left .ant-popover-arrow-content,
19204
19361
  .ant-popover-placement-leftTop .ant-popover-arrow-content,
19205
19362
  .ant-popover-placement-leftBottom .ant-popover-arrow-content {
19206
- box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
19207
- transform: translateX(-4.24264069px) rotate(45deg);
19363
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
19364
+ transform: translateX(-8px) rotate(-45deg);
19208
19365
  }
19209
19366
  .ant-popover-placement-left .ant-popover-arrow {
19210
19367
  top: 50%;
@@ -19542,6 +19699,10 @@ nz-pagination {
19542
19699
  overflow: hidden;
19543
19700
  content: '\a0';
19544
19701
  }
19702
+ .ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
19703
+ width: 14px;
19704
+ height: 14px;
19705
+ }
19545
19706
  .ant-radio {
19546
19707
  box-sizing: border-box;
19547
19708
  margin: 0;
@@ -19859,7 +20020,7 @@ span.ant-radio + * {
19859
20020
  .ant-rate-disabled .ant-rate-star {
19860
20021
  cursor: default;
19861
20022
  }
19862
- .ant-rate-disabled .ant-rate-star:hover {
20023
+ .ant-rate-disabled .ant-rate-star > div:hover {
19863
20024
  transform: scale(1);
19864
20025
  }
19865
20026
  .ant-rate-star {
@@ -20158,7 +20319,7 @@ span.ant-radio + * {
20158
20319
  display: block;
20159
20320
  }
20160
20321
  .ant-select-multiple .ant-select-selection-item-remove > .anticon {
20161
- vertical-align: -0.2em;
20322
+ vertical-align: middle;
20162
20323
  }
20163
20324
  .ant-select-multiple .ant-select-selection-item-remove:hover {
20164
20325
  color: rgba(255, 255, 255, 0.75);
@@ -20243,6 +20404,40 @@ span.ant-radio + * {
20243
20404
  .ant-select-disabled .ant-select-selection-item-remove {
20244
20405
  display: none;
20245
20406
  }
20407
+ .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
20408
+ background-color: transparent;
20409
+ border-color: #a61d24 !important;
20410
+ }
20411
+ .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
20412
+ .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
20413
+ border-color: #a61d24;
20414
+ box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
20415
+ border-right-width: 1px;
20416
+ outline: 0;
20417
+ }
20418
+ .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
20419
+ background-color: transparent;
20420
+ border-color: #d89614 !important;
20421
+ }
20422
+ .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
20423
+ .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
20424
+ border-color: #d89614;
20425
+ box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
20426
+ border-right-width: 1px;
20427
+ outline: 0;
20428
+ }
20429
+ .ant-select-status-error.ant-select-has-feedback .ant-select-clear,
20430
+ .ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
20431
+ .ant-select-status-success.ant-select-has-feedback .ant-select-clear,
20432
+ .ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
20433
+ right: 32px;
20434
+ }
20435
+ .ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
20436
+ .ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
20437
+ .ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
20438
+ .ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
20439
+ padding-right: 42px;
20440
+ }
20246
20441
  /* Reset search input style */
20247
20442
  .ant-select {
20248
20443
  box-sizing: border-box;
@@ -20277,7 +20472,7 @@ span.ant-radio + * {
20277
20472
  .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
20278
20473
  border-color: #177ddc;
20279
20474
  box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
20280
- border-right-width: 1px !important;
20475
+ border-right-width: 1px;
20281
20476
  outline: 0;
20282
20477
  }
20283
20478
  .ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
@@ -20310,7 +20505,7 @@ span.ant-radio + * {
20310
20505
  }
20311
20506
  .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
20312
20507
  border-color: #165996;
20313
- border-right-width: 1px !important;
20508
+ border-right-width: 1px;
20314
20509
  }
20315
20510
  .ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
20316
20511
  border-right-width: 0;
@@ -20356,7 +20551,8 @@ span.ant-radio + * {
20356
20551
  position: absolute;
20357
20552
  top: 50%;
20358
20553
  right: 11px;
20359
- width: 12px;
20554
+ display: flex;
20555
+ align-items: center;
20360
20556
  height: 12px;
20361
20557
  margin-top: -6px;
20362
20558
  color: rgba(255, 255, 255, 0.3);
@@ -20402,6 +20598,9 @@ span.ant-radio + * {
20402
20598
  .ant-select-disabled .ant-select-arrow {
20403
20599
  cursor: not-allowed;
20404
20600
  }
20601
+ .ant-select-arrow > *:not(:last-child) {
20602
+ margin-inline-end: 8px;
20603
+ }
20405
20604
  .ant-select-clear {
20406
20605
  position: absolute;
20407
20606
  top: 50%;
@@ -20543,6 +20742,9 @@ span.ant-radio + * {
20543
20742
  border-color: transparent !important;
20544
20743
  box-shadow: none !important;
20545
20744
  }
20745
+ .ant-select.ant-select-in-form-item {
20746
+ width: 100%;
20747
+ }
20546
20748
  .ant-select-rtl {
20547
20749
  direction: rtl;
20548
20750
  }
@@ -20600,31 +20802,159 @@ span.ant-radio + * {
20600
20802
  padding-right: 0;
20601
20803
  padding-left: 18px;
20602
20804
  }
20603
- .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
20604
- right: 6px;
20805
+ .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
20806
+ right: 6px;
20807
+ }
20808
+ .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
20809
+ .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
20810
+ padding-right: 0;
20811
+ padding-left: 21px;
20812
+ }
20813
+ .ant-select-dropdown {
20814
+ top: 100%;
20815
+ left: 0;
20816
+ position: relative;
20817
+ width: 100%;
20818
+ margin-top: 4px;
20819
+ margin-bottom: 4px;
20820
+ display: block;
20821
+ }
20822
+ .ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
20823
+ right: 0;
20824
+ }
20825
+ .ant-select-dropdown .full-width {
20826
+ contain: initial;
20827
+ }
20828
+ .ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
20829
+ position: static;
20830
+ }
20831
+ .segmented-disabled-item,
20832
+ .segmented-disabled-item:hover,
20833
+ .segmented-disabled-item:focus {
20834
+ color: rgba(255, 255, 255, 0.3);
20835
+ cursor: not-allowed;
20836
+ }
20837
+ .segmented-item-selected {
20838
+ background-color: #333333;
20839
+ border-radius: 2px;
20840
+ 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);
20841
+ }
20842
+ .segmented-text-ellipsis {
20843
+ overflow: hidden;
20844
+ white-space: nowrap;
20845
+ text-overflow: ellipsis;
20846
+ word-break: keep-all;
20847
+ }
20848
+ .ant-segmented {
20849
+ box-sizing: border-box;
20850
+ margin: 0;
20851
+ padding: 0;
20852
+ color: rgba(255, 255, 255, 0.85);
20853
+ font-size: 14px;
20854
+ font-variant: tabular-nums;
20855
+ line-height: 1.5715;
20856
+ list-style: none;
20857
+ font-feature-settings: 'tnum';
20858
+ display: inline-block;
20859
+ padding: 2px;
20860
+ color: rgba(255, 255, 255, 0.65);
20861
+ background-color: rgba(0, 0, 0, 0.25);
20862
+ border-radius: 2px;
20863
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
20864
+ }
20865
+ .ant-segmented-group {
20866
+ position: relative;
20867
+ display: flex;
20868
+ align-items: stretch;
20869
+ justify-items: flex-start;
20870
+ width: 100%;
20871
+ }
20872
+ .ant-segmented.ant-segmented-block {
20873
+ display: flex;
20874
+ }
20875
+ .ant-segmented.ant-segmented-block .ant-segmented-item {
20876
+ flex: 1;
20877
+ min-width: 0;
20878
+ }
20879
+ .ant-segmented:not(.ant-segmented-disabled):hover,
20880
+ .ant-segmented:not(.ant-segmented-disabled):focus {
20881
+ background-color: rgba(0, 0, 0, 0.45);
20882
+ }
20883
+ .ant-segmented-item {
20884
+ position: relative;
20885
+ text-align: center;
20886
+ cursor: pointer;
20887
+ transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
20888
+ }
20889
+ .ant-segmented-item-selected {
20890
+ background-color: #333333;
20891
+ border-radius: 2px;
20892
+ 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);
20893
+ color: rgba(255, 255, 255, 0.85);
20894
+ }
20895
+ .ant-segmented-item:hover,
20896
+ .ant-segmented-item:focus {
20897
+ color: rgba(255, 255, 255, 0.85);
20898
+ }
20899
+ .ant-segmented-item-label {
20900
+ min-height: 28px;
20901
+ padding: 0 11px;
20902
+ line-height: 28px;
20903
+ overflow: hidden;
20904
+ white-space: nowrap;
20905
+ text-overflow: ellipsis;
20906
+ word-break: keep-all;
20907
+ }
20908
+ .ant-segmented-item-icon + * {
20909
+ margin-left: 12px / 2;
20910
+ }
20911
+ .ant-segmented-item-input {
20912
+ position: absolute;
20913
+ top: 0;
20914
+ left: 0;
20915
+ width: 0;
20916
+ height: 0;
20917
+ opacity: 0;
20918
+ pointer-events: none;
20919
+ }
20920
+ .ant-segmented.ant-segmented-lg .ant-segmented-item-label {
20921
+ min-height: 36px;
20922
+ padding: 0 11px;
20923
+ font-size: 16px;
20924
+ line-height: 36px;
20925
+ }
20926
+ .ant-segmented.ant-segmented-sm .ant-segmented-item-label {
20927
+ min-height: 20px;
20928
+ padding: 0 7px;
20929
+ line-height: 20px;
20605
20930
  }
20606
- .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
20607
- .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
20608
- padding-right: 0;
20609
- padding-left: 21px;
20931
+ .ant-segmented-item-disabled,
20932
+ .ant-segmented-item-disabled:hover,
20933
+ .ant-segmented-item-disabled:focus {
20934
+ color: rgba(255, 255, 255, 0.3);
20935
+ cursor: not-allowed;
20610
20936
  }
20611
- .ant-select-dropdown {
20612
- top: 100%;
20937
+ .ant-segmented-thumb {
20938
+ background-color: #333333;
20939
+ border-radius: 2px;
20940
+ 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);
20941
+ position: absolute;
20942
+ top: 0;
20613
20943
  left: 0;
20614
- position: relative;
20615
- width: 100%;
20616
- margin-top: 4px;
20617
- margin-bottom: 4px;
20618
- display: block;
20944
+ width: 0;
20945
+ height: 100%;
20946
+ padding: 4px 0;
20619
20947
  }
20620
- .ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
20621
- right: 0;
20948
+ .ant-segmented-thumb-motion-appear-active {
20949
+ 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);
20950
+ will-change: transform, width;
20622
20951
  }
20623
- .ant-select-dropdown .full-width {
20624
- contain: initial;
20952
+ .ant-segmented.ant-segmented-rtl {
20953
+ direction: rtl;
20625
20954
  }
20626
- .ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
20627
- position: static;
20955
+ .ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
20956
+ margin-right: 0;
20957
+ margin-left: 6px;
20628
20958
  }
20629
20959
  .ant-skeleton {
20630
20960
  display: table;
@@ -20735,6 +21065,9 @@ span.ant-radio + * {
20735
21065
  .ant-skeleton.ant-skeleton-block .ant-skeleton-button {
20736
21066
  width: 100%;
20737
21067
  }
21068
+ .ant-skeleton.ant-skeleton-block .ant-skeleton-input {
21069
+ width: 100%;
21070
+ }
20738
21071
  .ant-skeleton-element {
20739
21072
  display: inline-block;
20740
21073
  width: auto;
@@ -20816,17 +21149,20 @@ span.ant-radio + * {
20816
21149
  display: inline-block;
20817
21150
  vertical-align: top;
20818
21151
  background: rgba(190, 190, 190, 0.2);
20819
- width: 100%;
21152
+ width: 160px;
21153
+ min-width: 160px;
20820
21154
  height: 32px;
20821
21155
  line-height: 32px;
20822
21156
  }
20823
21157
  .ant-skeleton-element .ant-skeleton-input-lg {
20824
- width: 100%;
21158
+ width: 200px;
21159
+ min-width: 200px;
20825
21160
  height: 40px;
20826
21161
  line-height: 40px;
20827
21162
  }
20828
21163
  .ant-skeleton-element .ant-skeleton-input-sm {
20829
- width: 100%;
21164
+ width: 120px;
21165
+ min-width: 120px;
20830
21166
  height: 24px;
20831
21167
  line-height: 24px;
20832
21168
  }
@@ -20936,8 +21272,7 @@ span.ant-radio + * {
20936
21272
  }
20937
21273
  .ant-slider-vertical .ant-slider-dot {
20938
21274
  top: auto;
20939
- left: 2px;
20940
- margin-bottom: -4px;
21275
+ margin-left: -2px;
20941
21276
  }
20942
21277
  .ant-slider-tooltip .ant-tooltip-inner {
20943
21278
  min-width: unset;
@@ -20988,9 +21323,8 @@ span.ant-radio + * {
20988
21323
  cursor: pointer;
20989
21324
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
20990
21325
  }
20991
- .ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging {
20992
- border-color: #4697e3;
20993
- box-shadow: 0 0 0 5px rgba(23, 125, 220, 0.12);
21326
+ .ant-slider-handle-dragging {
21327
+ z-index: 1;
20994
21328
  }
20995
21329
  .ant-slider-handle:focus {
20996
21330
  border-color: #4697e3;
@@ -21033,24 +21367,18 @@ span.ant-radio + * {
21033
21367
  width: 100%;
21034
21368
  height: 4px;
21035
21369
  background: transparent;
21370
+ pointer-events: none;
21036
21371
  }
21037
21372
  .ant-slider-dot {
21038
21373
  position: absolute;
21039
21374
  top: -2px;
21040
21375
  width: 8px;
21041
21376
  height: 8px;
21042
- margin-left: -4px;
21043
21377
  background-color: #141414;
21044
21378
  border: 2px solid #303030;
21045
21379
  border-radius: 50%;
21046
21380
  cursor: pointer;
21047
21381
  }
21048
- .ant-slider-dot:first-child {
21049
- margin-left: -4px;
21050
- }
21051
- .ant-slider-dot:last-child {
21052
- margin-left: -4px;
21053
- }
21054
21382
  .ant-slider-dot-active {
21055
21383
  border-color: #16436e;
21056
21384
  }
@@ -21081,18 +21409,6 @@ span.ant-radio + * {
21081
21409
  right: 0;
21082
21410
  left: auto;
21083
21411
  }
21084
- .ant-slider-rtl .ant-slider-dot {
21085
- margin-right: -4px;
21086
- margin-left: 0;
21087
- }
21088
- .ant-slider-rtl .ant-slider-dot:first-child {
21089
- margin-right: -4px;
21090
- margin-left: 0;
21091
- }
21092
- .ant-slider-rtl .ant-slider-dot:last-child {
21093
- margin-right: -4px;
21094
- margin-left: 0;
21095
- }
21096
21412
  .ant-spin {
21097
21413
  box-sizing: border-box;
21098
21414
  margin: 0;
@@ -21235,7 +21551,7 @@ span.ant-radio + * {
21235
21551
  animation-delay: 1.2s;
21236
21552
  }
21237
21553
  .ant-spin-dot-spin {
21238
- transform: rotate(45deg);
21554
+ transform: rotate(0deg);
21239
21555
  animation: antRotate 1.2s infinite linear;
21240
21556
  }
21241
21557
  .ant-spin-sm .ant-spin-dot {
@@ -21269,7 +21585,7 @@ span.ant-radio + * {
21269
21585
  }
21270
21586
  @keyframes antRotate {
21271
21587
  to {
21272
- transform: rotate(405deg);
21588
+ transform: rotate(360deg);
21273
21589
  }
21274
21590
  }
21275
21591
  .ant-spin-rtl {
@@ -21800,6 +22116,12 @@ nz-spin {
21800
22116
  margin: 0;
21801
22117
  padding: 22px 0 4px;
21802
22118
  }
22119
+ .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
22120
+ margin-top: 10px;
22121
+ }
22122
+ .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
22123
+ top: 3.5px;
22124
+ }
21803
22125
  .ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
21804
22126
  left: 0;
21805
22127
  }
@@ -21930,6 +22252,11 @@ nz-spin {
21930
22252
  padding-right: 0;
21931
22253
  padding-left: 16px;
21932
22254
  }
22255
+ .ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
22256
+ float: left;
22257
+ margin-right: 8px;
22258
+ margin-left: 0;
22259
+ }
21933
22260
  .ant-steps-rtl .ant-steps-item-title::after {
21934
22261
  right: 100%;
21935
22262
  left: auto;
@@ -22042,6 +22369,10 @@ nz-spin {
22042
22369
  right: -2px;
22043
22370
  left: auto;
22044
22371
  }
22372
+ .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
22373
+ padding-right: 4px;
22374
+ padding-left: 0;
22375
+ }
22045
22376
  .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
22046
22377
  padding-right: 4px;
22047
22378
  }
@@ -22081,7 +22412,7 @@ nz-spin {
22081
22412
  height: 22px;
22082
22413
  line-height: 22px;
22083
22414
  vertical-align: middle;
22084
- background-color: rgba(255, 255, 255, 0.3);
22415
+ background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to right, #141414, #141414);
22085
22416
  border: 0;
22086
22417
  border-radius: 100px;
22087
22418
  cursor: pointer;
@@ -22099,7 +22430,7 @@ nz-spin {
22099
22430
  box-shadow: none;
22100
22431
  }
22101
22432
  .ant-switch-checked {
22102
- background-color: #177ddc;
22433
+ background: #177ddc;
22103
22434
  }
22104
22435
  .ant-switch-loading,
22105
22436
  .ant-switch-disabled {
@@ -22234,6 +22565,9 @@ nz-switch {
22234
22565
  .ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
22235
22566
  margin: -12px -8px -12px 25px;
22236
22567
  }
22568
+ .ant-table.ant-table-middle .ant-table-selection-column {
22569
+ padding-inline-start: 2px;
22570
+ }
22237
22571
  .ant-table.ant-table-small {
22238
22572
  font-size: 14px;
22239
22573
  }
@@ -22254,12 +22588,8 @@ nz-switch {
22254
22588
  .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
22255
22589
  margin: -8px -8px -8px 25px;
22256
22590
  }
22257
- .ant-table-small .ant-table-thead > tr > th {
22258
- background-color: #1d1d1d;
22259
- }
22260
- .ant-table-small .ant-table-selection-column {
22261
- width: 46px;
22262
- min-width: 46px;
22591
+ .ant-table.ant-table-small .ant-table-selection-column {
22592
+ padding-inline-start: 2px;
22263
22593
  }
22264
22594
  .ant-table.ant-table-bordered > .ant-table-title {
22265
22595
  border: 1px solid #303030;
@@ -22352,7 +22682,7 @@ nz-switch {
22352
22682
  .ant-table-cell .ant-table-container:first-child {
22353
22683
  border-top: 0;
22354
22684
  }
22355
- .ant-table-cell-scrollbar {
22685
+ .ant-table-cell-scrollbar:not([rowspan]) {
22356
22686
  box-shadow: 0 1px 0 1px #1d1d1d;
22357
22687
  }
22358
22688
  .ant-table-wrapper {
@@ -22541,6 +22871,7 @@ div.ant-table-summary {
22541
22871
  justify-content: flex-end;
22542
22872
  }
22543
22873
  .ant-table-thead th.ant-table-column-has-sorters {
22874
+ outline: none;
22544
22875
  cursor: pointer;
22545
22876
  transition: all 0.3s;
22546
22877
  }
@@ -22550,6 +22881,9 @@ div.ant-table-summary {
22550
22881
  .ant-table-thead th.ant-table-column-has-sorters:hover::before {
22551
22882
  background-color: transparent !important;
22552
22883
  }
22884
+ .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
22885
+ color: #177ddc;
22886
+ }
22553
22887
  .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
22554
22888
  .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
22555
22889
  background: #222;
@@ -23571,7 +23905,6 @@ cdk-virtual-scroll-viewport.ant-table-body {
23571
23905
  list-style: none;
23572
23906
  font-feature-settings: 'tnum';
23573
23907
  display: flex;
23574
- overflow: hidden;
23575
23908
  }
23576
23909
  .ant-tabs > .ant-tabs-nav,
23577
23910
  .ant-tabs > div > .ant-tabs-nav {
@@ -23768,6 +24101,7 @@ nz-tabset,
23768
24101
  nz-tab-nav-operation,
23769
24102
  nz-tabs-nav {
23770
24103
  display: block;
24104
+ overflow: hidden;
23771
24105
  }
23772
24106
  .nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu {
23773
24107
  max-height: 200px;
@@ -24312,31 +24646,35 @@ nz-tabs-nav {
24312
24646
  z-index: 1070;
24313
24647
  display: block;
24314
24648
  width: max-content;
24649
+ width: intrinsic;
24315
24650
  max-width: 250px;
24316
24651
  visibility: visible;
24317
24652
  }
24653
+ .ant-tooltip-content {
24654
+ position: relative;
24655
+ }
24318
24656
  .ant-tooltip-hidden {
24319
24657
  display: none;
24320
24658
  }
24321
24659
  .ant-tooltip-placement-top,
24322
24660
  .ant-tooltip-placement-topLeft,
24323
24661
  .ant-tooltip-placement-topRight {
24324
- padding-bottom: 8px;
24662
+ padding-bottom: 14.3137085px;
24325
24663
  }
24326
24664
  .ant-tooltip-placement-right,
24327
24665
  .ant-tooltip-placement-rightTop,
24328
24666
  .ant-tooltip-placement-rightBottom {
24329
- padding-left: 8px;
24667
+ padding-left: 14.3137085px;
24330
24668
  }
24331
24669
  .ant-tooltip-placement-bottom,
24332
24670
  .ant-tooltip-placement-bottomLeft,
24333
24671
  .ant-tooltip-placement-bottomRight {
24334
- padding-top: 8px;
24672
+ padding-top: 14.3137085px;
24335
24673
  }
24336
24674
  .ant-tooltip-placement-left,
24337
24675
  .ant-tooltip-placement-leftTop,
24338
24676
  .ant-tooltip-placement-leftBottom {
24339
- padding-right: 8px;
24677
+ padding-right: 14.3137085px;
24340
24678
  }
24341
24679
  .ant-tooltip-inner {
24342
24680
  min-width: 30px;
@@ -24352,41 +24690,70 @@ nz-tabs-nav {
24352
24690
  }
24353
24691
  .ant-tooltip-arrow {
24354
24692
  position: absolute;
24693
+ z-index: 2;
24355
24694
  display: block;
24356
- width: 13.07106781px;
24357
- height: 13.07106781px;
24695
+ width: 22px;
24696
+ height: 22px;
24358
24697
  overflow: hidden;
24359
24698
  background: transparent;
24360
24699
  pointer-events: none;
24361
24700
  }
24362
24701
  .ant-tooltip-arrow-content {
24702
+ --antd-arrow-background-color: linear-gradient(to right bottom, rgba(67, 67, 67, 0.9), #434343);
24363
24703
  position: absolute;
24364
24704
  top: 0;
24365
24705
  right: 0;
24366
24706
  bottom: 0;
24367
24707
  left: 0;
24368
24708
  display: block;
24369
- width: 5px;
24370
- height: 5px;
24709
+ width: 11.3137085px;
24710
+ height: 11.3137085px;
24371
24711
  margin: auto;
24372
- background-color: #434343;
24712
+ background-color: transparent;
24373
24713
  content: '';
24374
24714
  pointer-events: auto;
24715
+ border-radius: 0 0 2px;
24716
+ pointer-events: none;
24717
+ }
24718
+ .ant-tooltip-arrow-content::before {
24719
+ position: absolute;
24720
+ top: -11.3137085px;
24721
+ left: -11.3137085px;
24722
+ width: 33.9411255px;
24723
+ height: 33.9411255px;
24724
+ background: var(--antd-arrow-background-color);
24725
+ background-repeat: no-repeat;
24726
+ background-position: -10px -10px;
24727
+ content: '';
24728
+ 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');
24729
+ }
24730
+ .ant-tooltip-arrow-content::before {
24731
+ position: absolute;
24732
+ top: -11.3137085px;
24733
+ left: -11.3137085px;
24734
+ width: 33.9411255px;
24735
+ height: 33.9411255px;
24736
+ background: var(--antd-arrow-background-color);
24737
+ background-repeat: no-repeat;
24738
+ background-position: -10px -10px;
24739
+ content: '';
24740
+ 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');
24375
24741
  }
24376
24742
  .ant-tooltip-placement-top .ant-tooltip-arrow,
24377
24743
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
24378
24744
  .ant-tooltip-placement-topRight .ant-tooltip-arrow {
24379
- bottom: -5.07106781px;
24745
+ bottom: 0;
24746
+ transform: translateY(100%);
24380
24747
  }
24381
24748
  .ant-tooltip-placement-top .ant-tooltip-arrow-content,
24382
24749
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
24383
24750
  .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
24384
24751
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
24385
- transform: translateY(-6.53553391px) rotate(45deg);
24752
+ transform: translateY(-11px) rotate(45deg);
24386
24753
  }
24387
24754
  .ant-tooltip-placement-top .ant-tooltip-arrow {
24388
24755
  left: 50%;
24389
- transform: translateX(-50%);
24756
+ transform: translateY(100%) translateX(-50%);
24390
24757
  }
24391
24758
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
24392
24759
  left: 13px;
@@ -24397,17 +24764,18 @@ nz-tabs-nav {
24397
24764
  .ant-tooltip-placement-right .ant-tooltip-arrow,
24398
24765
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow,
24399
24766
  .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
24400
- left: -5.07106781px;
24767
+ left: 0;
24768
+ transform: translateX(-100%);
24401
24769
  }
24402
24770
  .ant-tooltip-placement-right .ant-tooltip-arrow-content,
24403
24771
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
24404
24772
  .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
24405
24773
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
24406
- transform: translateX(6.53553391px) rotate(45deg);
24774
+ transform: translateX(11px) rotate(135deg);
24407
24775
  }
24408
24776
  .ant-tooltip-placement-right .ant-tooltip-arrow {
24409
24777
  top: 50%;
24410
- transform: translateY(-50%);
24778
+ transform: translateX(-100%) translateY(-50%);
24411
24779
  }
24412
24780
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
24413
24781
  top: 5px;
@@ -24418,17 +24786,18 @@ nz-tabs-nav {
24418
24786
  .ant-tooltip-placement-left .ant-tooltip-arrow,
24419
24787
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow,
24420
24788
  .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
24421
- right: -5.07106781px;
24789
+ right: 0;
24790
+ transform: translateX(100%);
24422
24791
  }
24423
24792
  .ant-tooltip-placement-left .ant-tooltip-arrow-content,
24424
24793
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
24425
24794
  .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
24426
24795
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
24427
- transform: translateX(-6.53553391px) rotate(45deg);
24796
+ transform: translateX(-11px) rotate(315deg);
24428
24797
  }
24429
24798
  .ant-tooltip-placement-left .ant-tooltip-arrow {
24430
24799
  top: 50%;
24431
- transform: translateY(-50%);
24800
+ transform: translateX(100%) translateY(-50%);
24432
24801
  }
24433
24802
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
24434
24803
  top: 5px;
@@ -24439,17 +24808,18 @@ nz-tabs-nav {
24439
24808
  .ant-tooltip-placement-bottom .ant-tooltip-arrow,
24440
24809
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
24441
24810
  .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
24442
- top: -5.07106781px;
24811
+ top: 0;
24812
+ transform: translateY(-100%);
24443
24813
  }
24444
24814
  .ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
24445
24815
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
24446
24816
  .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
24447
24817
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
24448
- transform: translateY(6.53553391px) rotate(45deg);
24818
+ transform: translateY(11px) rotate(225deg);
24449
24819
  }
24450
24820
  .ant-tooltip-placement-bottom .ant-tooltip-arrow {
24451
24821
  left: 50%;
24452
- transform: translateX(-50%);
24822
+ transform: translateY(-100%) translateX(-50%);
24453
24823
  }
24454
24824
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
24455
24825
  left: 13px;
@@ -24460,80 +24830,80 @@ nz-tabs-nav {
24460
24830
  .ant-tooltip-pink .ant-tooltip-inner {
24461
24831
  background-color: #cb2b83;
24462
24832
  }
24463
- .ant-tooltip-pink .ant-tooltip-arrow-content {
24464
- background-color: #cb2b83;
24833
+ .ant-tooltip-pink .ant-tooltip-arrow-content::before {
24834
+ background: #cb2b83;
24465
24835
  }
24466
24836
  .ant-tooltip-magenta .ant-tooltip-inner {
24467
24837
  background-color: #cb2b83;
24468
24838
  }
24469
- .ant-tooltip-magenta .ant-tooltip-arrow-content {
24470
- background-color: #cb2b83;
24839
+ .ant-tooltip-magenta .ant-tooltip-arrow-content::before {
24840
+ background: #cb2b83;
24471
24841
  }
24472
24842
  .ant-tooltip-red .ant-tooltip-inner {
24473
24843
  background-color: #d32029;
24474
24844
  }
24475
- .ant-tooltip-red .ant-tooltip-arrow-content {
24476
- background-color: #d32029;
24845
+ .ant-tooltip-red .ant-tooltip-arrow-content::before {
24846
+ background: #d32029;
24477
24847
  }
24478
24848
  .ant-tooltip-volcano .ant-tooltip-inner {
24479
24849
  background-color: #d84a1b;
24480
24850
  }
24481
- .ant-tooltip-volcano .ant-tooltip-arrow-content {
24482
- background-color: #d84a1b;
24851
+ .ant-tooltip-volcano .ant-tooltip-arrow-content::before {
24852
+ background: #d84a1b;
24483
24853
  }
24484
24854
  .ant-tooltip-orange .ant-tooltip-inner {
24485
24855
  background-color: #d87a16;
24486
24856
  }
24487
- .ant-tooltip-orange .ant-tooltip-arrow-content {
24488
- background-color: #d87a16;
24857
+ .ant-tooltip-orange .ant-tooltip-arrow-content::before {
24858
+ background: #d87a16;
24489
24859
  }
24490
24860
  .ant-tooltip-yellow .ant-tooltip-inner {
24491
24861
  background-color: #d8bd14;
24492
24862
  }
24493
- .ant-tooltip-yellow .ant-tooltip-arrow-content {
24494
- background-color: #d8bd14;
24863
+ .ant-tooltip-yellow .ant-tooltip-arrow-content::before {
24864
+ background: #d8bd14;
24495
24865
  }
24496
24866
  .ant-tooltip-gold .ant-tooltip-inner {
24497
24867
  background-color: #d89614;
24498
24868
  }
24499
- .ant-tooltip-gold .ant-tooltip-arrow-content {
24500
- background-color: #d89614;
24869
+ .ant-tooltip-gold .ant-tooltip-arrow-content::before {
24870
+ background: #d89614;
24501
24871
  }
24502
24872
  .ant-tooltip-cyan .ant-tooltip-inner {
24503
24873
  background-color: #13a8a8;
24504
24874
  }
24505
- .ant-tooltip-cyan .ant-tooltip-arrow-content {
24506
- background-color: #13a8a8;
24875
+ .ant-tooltip-cyan .ant-tooltip-arrow-content::before {
24876
+ background: #13a8a8;
24507
24877
  }
24508
24878
  .ant-tooltip-lime .ant-tooltip-inner {
24509
24879
  background-color: #8bbb11;
24510
24880
  }
24511
- .ant-tooltip-lime .ant-tooltip-arrow-content {
24512
- background-color: #8bbb11;
24881
+ .ant-tooltip-lime .ant-tooltip-arrow-content::before {
24882
+ background: #8bbb11;
24513
24883
  }
24514
24884
  .ant-tooltip-green .ant-tooltip-inner {
24515
24885
  background-color: #49aa19;
24516
24886
  }
24517
- .ant-tooltip-green .ant-tooltip-arrow-content {
24518
- background-color: #49aa19;
24887
+ .ant-tooltip-green .ant-tooltip-arrow-content::before {
24888
+ background: #49aa19;
24519
24889
  }
24520
24890
  .ant-tooltip-blue .ant-tooltip-inner {
24521
24891
  background-color: #177ddc;
24522
24892
  }
24523
- .ant-tooltip-blue .ant-tooltip-arrow-content {
24524
- background-color: #177ddc;
24893
+ .ant-tooltip-blue .ant-tooltip-arrow-content::before {
24894
+ background: #177ddc;
24525
24895
  }
24526
24896
  .ant-tooltip-geekblue .ant-tooltip-inner {
24527
24897
  background-color: #2b4acb;
24528
24898
  }
24529
- .ant-tooltip-geekblue .ant-tooltip-arrow-content {
24530
- background-color: #2b4acb;
24899
+ .ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
24900
+ background: #2b4acb;
24531
24901
  }
24532
24902
  .ant-tooltip-purple .ant-tooltip-inner {
24533
24903
  background-color: #642ab5;
24534
24904
  }
24535
- .ant-tooltip-purple .ant-tooltip-arrow-content {
24536
- background-color: #642ab5;
24905
+ .ant-tooltip-purple .ant-tooltip-arrow-content::before {
24906
+ background: #642ab5;
24537
24907
  }
24538
24908
  .ant-tooltip-rtl {
24539
24909
  direction: rtl;
@@ -24573,6 +24943,54 @@ nz-tabs-nav {
24573
24943
  .ant-transfer-customize-list .ant-input[disabled] {
24574
24944
  background-color: transparent;
24575
24945
  }
24946
+ .ant-transfer-status-error .ant-transfer-list {
24947
+ border-color: #a61d24;
24948
+ }
24949
+ .ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
24950
+ border-color: #434343;
24951
+ }
24952
+ .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
24953
+ border-color: #165996;
24954
+ border-right-width: 1px;
24955
+ }
24956
+ .ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
24957
+ border-right-width: 0;
24958
+ border-left-width: 1px !important;
24959
+ }
24960
+ .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
24961
+ border-color: #177ddc;
24962
+ box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
24963
+ border-right-width: 1px;
24964
+ outline: 0;
24965
+ }
24966
+ .ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
24967
+ border-right-width: 0;
24968
+ border-left-width: 1px !important;
24969
+ }
24970
+ .ant-transfer-status-warning .ant-transfer-list {
24971
+ border-color: #d89614;
24972
+ }
24973
+ .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
24974
+ border-color: #434343;
24975
+ }
24976
+ .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
24977
+ border-color: #165996;
24978
+ border-right-width: 1px;
24979
+ }
24980
+ .ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
24981
+ border-right-width: 0;
24982
+ border-left-width: 1px !important;
24983
+ }
24984
+ .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
24985
+ border-color: #177ddc;
24986
+ box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
24987
+ border-right-width: 1px;
24988
+ outline: 0;
24989
+ }
24990
+ .ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
24991
+ border-right-width: 0;
24992
+ border-left-width: 1px !important;
24993
+ }
24576
24994
  .ant-transfer {
24577
24995
  box-sizing: border-box;
24578
24996
  margin: 0;
@@ -24813,7 +25231,9 @@ nz-tabs-nav {
24813
25231
  color: #a61d24;
24814
25232
  }
24815
25233
  a.ant-typography.ant-typography-danger:active,
24816
- a.ant-typography.ant-typography-danger:focus,
25234
+ a.ant-typography.ant-typography-danger:focus {
25235
+ color: #800f19;
25236
+ }
24817
25237
  a.ant-typography.ant-typography-danger:hover {
24818
25238
  color: #b33b3d;
24819
25239
  }
@@ -24827,6 +25247,8 @@ div.ant-typography,
24827
25247
  margin-bottom: 1em;
24828
25248
  }
24829
25249
  h1.ant-typography,
25250
+ div.ant-typography-h1,
25251
+ div.ant-typography-h1 > textarea,
24830
25252
  .ant-typography h1 {
24831
25253
  margin-bottom: 0.5em;
24832
25254
  color: rgba(255, 255, 255, 0.85);
@@ -24835,6 +25257,8 @@ h1.ant-typography,
24835
25257
  line-height: 1.23;
24836
25258
  }
24837
25259
  h2.ant-typography,
25260
+ div.ant-typography-h2,
25261
+ div.ant-typography-h2 > textarea,
24838
25262
  .ant-typography h2 {
24839
25263
  margin-bottom: 0.5em;
24840
25264
  color: rgba(255, 255, 255, 0.85);
@@ -24843,6 +25267,8 @@ h2.ant-typography,
24843
25267
  line-height: 1.35;
24844
25268
  }
24845
25269
  h3.ant-typography,
25270
+ div.ant-typography-h3,
25271
+ div.ant-typography-h3 > textarea,
24846
25272
  .ant-typography h3 {
24847
25273
  margin-bottom: 0.5em;
24848
25274
  color: rgba(255, 255, 255, 0.85);
@@ -24851,6 +25277,8 @@ h3.ant-typography,
24851
25277
  line-height: 1.35;
24852
25278
  }
24853
25279
  h4.ant-typography,
25280
+ div.ant-typography-h4,
25281
+ div.ant-typography-h4 > textarea,
24854
25282
  .ant-typography h4 {
24855
25283
  margin-bottom: 0.5em;
24856
25284
  color: rgba(255, 255, 255, 0.85);
@@ -24859,6 +25287,8 @@ h4.ant-typography,
24859
25287
  line-height: 1.4;
24860
25288
  }
24861
25289
  h5.ant-typography,
25290
+ div.ant-typography-h5,
25291
+ div.ant-typography-h5 > textarea,
24862
25292
  .ant-typography h5 {
24863
25293
  margin-bottom: 0.5em;
24864
25294
  color: rgba(255, 255, 255, 0.85);
@@ -25069,9 +25499,14 @@ div.ant-typography-edit-content {
25069
25499
  right: 10px;
25070
25500
  bottom: 8px;
25071
25501
  color: rgba(255, 255, 255, 0.45);
25502
+ font-weight: normal;
25503
+ font-size: 14px;
25504
+ font-style: normal;
25072
25505
  pointer-events: none;
25073
25506
  }
25074
25507
  .ant-typography-edit-content textarea {
25508
+ height: 1em;
25509
+ margin: 0 !important;
25075
25510
  /* stylelint-disable-next-line property-no-vendor-prefix */
25076
25511
  -moz-transition: none;
25077
25512
  }
@@ -25387,8 +25822,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
25387
25822
  opacity: 0;
25388
25823
  }
25389
25824
  .ant-upload-list-item-card-actions-btn.ant-btn-sm {
25390
- height: 20px;
25825
+ height: 22.001px;
25391
25826
  line-height: 1;
25827
+ vertical-align: top;
25392
25828
  }
25393
25829
  .ant-upload-list-item-card-actions.picture {
25394
25830
  top: 22px;
@@ -25400,10 +25836,13 @@ div.ant-typography-edit-content.ant-typography-rtl {
25400
25836
  }
25401
25837
  .ant-upload-list-item-card-actions .anticon {
25402
25838
  color: rgba(255, 255, 255, 0.45);
25839
+ transition: all 0.3s;
25840
+ }
25841
+ .ant-upload-list-item-card-actions:hover .anticon {
25842
+ color: rgba(255, 255, 255, 0.85);
25403
25843
  }
25404
25844
  .ant-upload-list-item-info {
25405
25845
  height: 100%;
25406
- padding: 0 4px;
25407
25846
  transition: background-color 0.3s;
25408
25847
  }
25409
25848
  .ant-upload-list-item-info > span {
@@ -25418,26 +25857,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
25418
25857
  color: rgba(255, 255, 255, 0.45);
25419
25858
  font-size: 14px;
25420
25859
  }
25421
- .ant-upload-list-item .anticon-close {
25422
- position: absolute;
25423
- top: 6px;
25424
- right: 4px;
25425
- color: rgba(255, 255, 255, 0.45);
25426
- font-size: 10px;
25427
- line-height: 0;
25428
- cursor: pointer;
25429
- opacity: 0;
25430
- transition: all 0.3s;
25431
- }
25432
- .ant-upload-list-item .anticon-close:hover {
25433
- color: rgba(255, 255, 255, 0.85);
25434
- }
25435
25860
  .ant-upload-list-item:hover .ant-upload-list-item-info {
25436
25861
  background-color: rgba(255, 255, 255, 0.08);
25437
25862
  }
25438
- .ant-upload-list-item:hover .anticon-close {
25439
- opacity: 1;
25440
- }
25441
25863
  .ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
25442
25864
  opacity: 1;
25443
25865
  }
@@ -25556,14 +25978,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
25556
25978
  margin-top: 0;
25557
25979
  padding-left: 56px;
25558
25980
  }
25559
- .ant-upload-list-picture .anticon-close,
25560
- .ant-upload-list-picture-card .anticon-close {
25561
- position: absolute;
25562
- top: 8px;
25563
- right: 8px;
25564
- line-height: 1;
25565
- opacity: 1;
25566
- }
25567
25981
  .ant-upload-list-picture-card-container {
25568
25982
  display: inline-block;
25569
25983
  width: 104px;
@@ -25571,9 +25985,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
25571
25985
  margin: 0 8px 8px 0;
25572
25986
  vertical-align: top;
25573
25987
  }
25574
- .ant-upload-list-picture-card.ant-upload-list::after {
25575
- display: none;
25576
- }
25577
25988
  .ant-upload-list-picture-card .ant-upload-list-item {
25578
25989
  height: 100%;
25579
25990
  margin: 0;
@@ -25767,10 +26178,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
25767
26178
  .ant-upload-list-rtl .ant-upload-list-item-info {
25768
26179
  padding: 0 4px 0 12px;
25769
26180
  }
25770
- .ant-upload-list-rtl .ant-upload-list-item .anticon-close {
25771
- right: auto;
25772
- left: 4px;
25773
- }
25774
26181
  .ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
25775
26182
  padding-right: 0;
25776
26183
  padding-left: 5px;
@@ -25815,11 +26222,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
25815
26222
  padding-right: 0;
25816
26223
  padding-left: 0;
25817
26224
  }
25818
- .ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
25819
- .ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
25820
- right: auto;
25821
- left: 8px;
25822
- }
25823
26225
  .ant-upload-list-rtl .ant-upload-list-picture-card-container {
25824
26226
  margin: 0 0 8px 8px;
25825
26227
  }
@@ -26002,6 +26404,10 @@ div.ant-typography-edit-content.ant-typography-rtl {
26002
26404
  .ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
26003
26405
  margin-left: 8px;
26004
26406
  }
26407
+ .ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
26408
+ width: 14px;
26409
+ height: 14px;
26410
+ }
26005
26411
  .ant-cascader-checkbox + span {
26006
26412
  padding-right: 8px;
26007
26413
  padding-left: 8px;
@@ -26076,6 +26482,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
26076
26482
  height: auto;
26077
26483
  }
26078
26484
  .ant-cascader-menu {
26485
+ flex-grow: 1;
26079
26486
  min-width: 111px;
26080
26487
  height: 180px;
26081
26488
  margin: 0;
@@ -26381,6 +26788,10 @@ nz-tree-view .ant-tree-list-holder-inner {
26381
26788
  .ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
26382
26789
  margin-left: 8px;
26383
26790
  }
26791
+ .ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
26792
+ width: 14px;
26793
+ height: 14px;
26794
+ }
26384
26795
  .ant-tree-checkbox + span {
26385
26796
  padding-right: 8px;
26386
26797
  padding-left: 8px;
@@ -26681,7 +27092,7 @@ nz-tree-view .ant-tree-list-holder-inner {
26681
27092
  border-right: none;
26682
27093
  border-left: 1px solid #434343;
26683
27094
  }
26684
- .ant-tree-rtl.ant-tree-checkbox {
27095
+ .ant-tree-rtl .ant-tree-checkbox {
26685
27096
  margin: 4px 0 0 8px;
26686
27097
  }
26687
27098
  .ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
@@ -26850,6 +27261,10 @@ nz-tree {
26850
27261
  .ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
26851
27262
  margin-left: 8px;
26852
27263
  }
27264
+ .ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
27265
+ width: 14px;
27266
+ height: 14px;
27267
+ }
26853
27268
  .ant-select-tree-checkbox + span {
26854
27269
  padding-right: 8px;
26855
27270
  padding-left: 8px;
@@ -27231,6 +27646,9 @@ nz-tree {
27231
27646
  padding: 0;
27232
27647
  line-height: 18px;
27233
27648
  }
27649
+ .ant-picker-calendar-mini .ant-picker-cell::before {
27650
+ pointer-events: none;
27651
+ }
27234
27652
  .ant-picker-calendar-full .ant-picker-panel {
27235
27653
  display: block;
27236
27654
  width: 100%;
@@ -27488,7 +27906,7 @@ nz-space-item {
27488
27906
  text-align: center;
27489
27907
  }
27490
27908
  .ant-image-preview.ant-zoom-enter,
27491
- .ant-image-preview.antzoom-appear {
27909
+ .ant-image-preview.ant-zoom-appear {
27492
27910
  transform: none;
27493
27911
  opacity: 0;
27494
27912
  animation-duration: 0.3s;
@@ -27518,7 +27936,7 @@ nz-space-item {
27518
27936
  -webkit-overflow-scrolling: touch;
27519
27937
  }
27520
27938
  .ant-image-preview.ant-zoom-enter,
27521
- .ant-image-preview.antzoom-appear {
27939
+ .ant-image-preview.ant-zoom-appear {
27522
27940
  transform: none;
27523
27941
  opacity: 0;
27524
27942
  animation-duration: 0.3s;
@@ -27622,6 +28040,11 @@ nz-space-item {
27622
28040
  .ant-image-preview-operations-operation:last-of-type {
27623
28041
  margin-left: 0;
27624
28042
  }
28043
+ .ant-image-preview-operations-progress {
28044
+ position: absolute;
28045
+ left: 50%;
28046
+ transform: translateX(-50%);
28047
+ }
27625
28048
  .ant-image-preview-operations-icon {
27626
28049
  font-size: 18px;
27627
28050
  }
@@ -27773,6 +28196,58 @@ a:focus {
27773
28196
  width: 100% !important;
27774
28197
  }
27775
28198
  }
28199
+ @media (min-height: 200px) {
28200
+ .ant-drawer-top .drawer-sm,
28201
+ .ant-drawer-bottom .drawer-sm {
28202
+ height: auto !important;
28203
+ max-height: 200px;
28204
+ }
28205
+ }
28206
+ @media (max-height: 199px) {
28207
+ .ant-drawer-top .drawer-sm,
28208
+ .ant-drawer-bottom .drawer-sm {
28209
+ height: 100% !important;
28210
+ }
28211
+ }
28212
+ @media (min-height: 400px) {
28213
+ .ant-drawer-top .drawer-md,
28214
+ .ant-drawer-bottom .drawer-md {
28215
+ height: auto !important;
28216
+ max-height: 400px;
28217
+ }
28218
+ }
28219
+ @media (max-height: 399px) {
28220
+ .ant-drawer-top .drawer-md,
28221
+ .ant-drawer-bottom .drawer-md {
28222
+ height: 100% !important;
28223
+ }
28224
+ }
28225
+ @media (min-height: 600px) {
28226
+ .ant-drawer-top .drawer-lg,
28227
+ .ant-drawer-bottom .drawer-lg {
28228
+ height: auto !important;
28229
+ max-height: 600px;
28230
+ }
28231
+ }
28232
+ @media (max-height: 599px) {
28233
+ .ant-drawer-top .drawer-lg,
28234
+ .ant-drawer-bottom .drawer-lg {
28235
+ height: 100% !important;
28236
+ }
28237
+ }
28238
+ @media (min-height: 800px) {
28239
+ .ant-drawer-top .drawer-xl,
28240
+ .ant-drawer-bottom .drawer-xl {
28241
+ height: auto !important;
28242
+ max-height: 800px;
28243
+ }
28244
+ }
28245
+ @media (max-height: 799px) {
28246
+ .ant-drawer-top .drawer-xl,
28247
+ .ant-drawer-bottom .drawer-xl {
28248
+ height: 100% !important;
28249
+ }
28250
+ }
27776
28251
  .drawer-footer {
27777
28252
  /**
27778
28253
  * Drawer bottom area for use in drawer target components
@@ -28521,6 +28996,10 @@ fieldset {
28521
28996
  .sf__compact .sf__array-item .ant-card-body {
28522
28997
  padding: 8px;
28523
28998
  }
28999
+ .sf__item .ant-select,
29000
+ .sf__item .ant-cascader-picker {
29001
+ width: 100%;
29002
+ }
28524
29003
  /**
28525
29004
  * [ACL](https://ng-alain.com/acl/control) 使用 `display: none` 隐藏未授权元素
28526
29005
  * [ACL](https://ng-alain.com/acl/control) Hides the unauthorized element with `display: none`
@@ -32928,7 +33407,8 @@ ellipsis {
32928
33407
  }
32929
33408
  .page-header__action,
32930
33409
  .page-header__extra {
32931
- text-align: right;
33410
+ display: flex;
33411
+ justify-content: flex-end;
32932
33412
  }
32933
33413
  .page-header__extra {
32934
33414
  min-width: 242px;
@@ -32950,8 +33430,8 @@ ellipsis {
32950
33430
  }
32951
33431
  .page-header__action,
32952
33432
  .page-header__extra {
33433
+ justify-content: start;
32953
33434
  margin-left: 0;
32954
- text-align: left;
32955
33435
  }
32956
33436
  }
32957
33437
  @media screen and (max-width: 576px) {