@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.
- package/compact.css +1273 -794
- package/compact.min.css +1 -1
- package/dark.css +1280 -800
- package/dark.min.css +1 -1
- package/default.css +1275 -796
- package/default.min.css +1 -1
- package/esm2020/layout-default/layout-header-item-trigger.directive.mjs +4 -4
- package/esm2020/layout-default/layout-header-item.component.mjs +4 -4
- package/esm2020/layout-default/layout-header.component.mjs +5 -5
- package/esm2020/layout-default/layout-nav.component.mjs +34 -47
- package/esm2020/layout-default/layout.component.mjs +7 -7
- package/esm2020/layout-default/layout.module.mjs +12 -14
- package/esm2020/public_api.mjs +2 -3
- package/esm2020/setting-drawer/setting-drawer-item.component.mjs +10 -10
- package/esm2020/setting-drawer/setting-drawer.component.mjs +16 -16
- package/esm2020/setting-drawer/setting-drawer.module.mjs +16 -18
- package/esm2020/src/locale/languages/zh-TW.mjs +3 -3
- package/esm2020/src/locale/locale.module.mjs +5 -5
- package/esm2020/src/locale/locale.service.mjs +4 -4
- package/esm2020/src/pipes/date/date.pipe.mjs +4 -4
- package/esm2020/src/pipes/keys/keys.pipe.mjs +4 -4
- package/esm2020/src/pipes/safe/html.pipe.mjs +4 -4
- package/esm2020/src/pipes/safe/url.pipe.mjs +4 -4
- package/esm2020/src/pipes/yn/yn.pipe.mjs +4 -4
- package/esm2020/src/services/drawer/drawer.helper.mjs +4 -4
- package/esm2020/src/services/http/http.client.mjs +4 -4
- package/esm2020/src/services/http/http.decorator.mjs +4 -4
- package/esm2020/src/services/http/http.token.mjs +38 -0
- package/esm2020/src/services/http/index.mjs +4 -0
- package/esm2020/src/services/i18n/i18n-url.guard.mjs +4 -4
- package/esm2020/src/services/i18n/i18n.mjs +7 -7
- package/esm2020/src/services/i18n/i18n.pipe.mjs +4 -4
- package/esm2020/src/services/menu/interface.mjs +1 -1
- package/esm2020/src/services/menu/menu.service.mjs +127 -36
- package/esm2020/src/services/modal/modal.helper.mjs +4 -4
- package/esm2020/src/services/responsive/responsive.mjs +4 -4
- package/esm2020/src/services/rtl/rtl.service.mjs +4 -4
- package/esm2020/src/services/settings/settings.service.mjs +4 -4
- package/esm2020/src/services/title/title.service.mjs +71 -49
- package/esm2020/src/theme.module.mjs +6 -6
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/theme-btn/theme-btn.component.mjs +8 -8
- package/esm2020/theme-btn/theme-btn.module.mjs +6 -6
- package/fesm2015/layout-default.mjs +179 -194
- package/fesm2015/layout-default.mjs.map +1 -1
- package/fesm2015/setting-drawer.mjs +41 -43
- package/fesm2015/setting-drawer.mjs.map +1 -1
- package/fesm2015/theme-btn.mjs +12 -12
- package/fesm2015/theme-btn.mjs.map +1 -1
- package/fesm2015/theme.mjs +301 -148
- package/fesm2015/theme.mjs.map +1 -1
- package/fesm2020/layout-default.mjs +179 -194
- package/fesm2020/layout-default.mjs.map +1 -1
- package/fesm2020/setting-drawer.mjs +41 -43
- package/fesm2020/setting-drawer.mjs.map +1 -1
- package/fesm2020/theme-btn.mjs +12 -12
- package/fesm2020/theme-btn.mjs.map +1 -1
- package/fesm2020/theme.mjs +298 -148
- package/fesm2020/theme.mjs.map +1 -1
- package/{theme.d.ts → index.d.ts} +0 -0
- package/layout-blank/{layout-blank.d.ts → index.d.ts} +0 -0
- package/layout-default/{layout-default.d.ts → index.d.ts} +0 -0
- package/layout-default/layout-header-item-trigger.directive.d.ts +1 -1
- package/layout-default/layout-header-item.component.d.ts +1 -1
- package/layout-default/layout-header.component.d.ts +1 -1
- package/layout-default/layout-nav.component.d.ts +4 -3
- package/layout-default/layout.component.d.ts +1 -1
- package/package.json +10 -10
- package/public_api.d.ts +1 -2
- package/setting-drawer/{setting-drawer.d.ts → index.d.ts} +0 -0
- package/setting-drawer/setting-drawer-item.component.d.ts +1 -1
- package/setting-drawer/setting-drawer.component.d.ts +1 -1
- package/src/pipes/date/date.pipe.d.ts +1 -1
- package/src/pipes/keys/keys.pipe.d.ts +1 -1
- package/src/pipes/safe/html.pipe.d.ts +1 -1
- package/src/pipes/safe/url.pipe.d.ts +1 -1
- package/src/pipes/yn/yn.pipe.d.ts +1 -1
- package/src/services/http/http.decorator.d.ts +12 -12
- package/src/services/http/http.token.d.ts +37 -0
- package/src/services/http/index.d.ts +3 -0
- package/src/services/i18n/i18n.pipe.d.ts +1 -1
- package/src/services/menu/interface.d.ts +5 -22
- package/src/services/menu/menu.service.d.ts +46 -7
- package/src/services/title/title.service.d.ts +39 -8
- package/system/antd/_drawer.less +55 -4
- package/system/theme-default.less +4 -0
- package/theme-btn/{theme-btn.d.ts → index.d.ts} +0 -0
- package/theme-btn/theme-btn.component.d.ts +1 -1
- package/layout-blank/package.json +0 -10
- package/layout-default/package.json +0 -10
- package/setting-drawer/package.json +0 -10
- package/theme-btn/package.json +0 -10
package/default.css
CHANGED
|
@@ -1928,13 +1928,12 @@ nz-alert {
|
|
|
1928
1928
|
display: none;
|
|
1929
1929
|
}
|
|
1930
1930
|
.ant-anchor-link {
|
|
1931
|
-
padding:
|
|
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:
|
|
1936
|
+
margin-bottom: 3px;
|
|
1938
1937
|
overflow: hidden;
|
|
1939
1938
|
color: rgba(0, 0, 0, 0.85);
|
|
1940
1939
|
white-space: nowrap;
|
|
@@ -1948,8 +1947,8 @@ nz-alert {
|
|
|
1948
1947
|
color: #1890ff;
|
|
1949
1948
|
}
|
|
1950
1949
|
.ant-anchor-link .ant-anchor-link {
|
|
1951
|
-
padding-top:
|
|
1952
|
-
padding-bottom:
|
|
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:
|
|
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
|
|
2517
|
-
.ant-badge-rtl
|
|
2518
|
-
.ant-badge-rtl
|
|
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(0, 0, 0, 0.45);
|
|
2594
2633
|
transition: color 0.3s;
|
|
2595
2634
|
}
|
|
2596
2635
|
.ant-breadcrumb a:hover {
|
|
2597
|
-
color:
|
|
2636
|
+
color: rgba(0, 0, 0, 0.85);
|
|
2598
2637
|
}
|
|
2599
|
-
.ant-breadcrumb
|
|
2638
|
+
.ant-breadcrumb li:last-child {
|
|
2600
2639
|
color: rgba(0, 0, 0, 0.85);
|
|
2601
2640
|
}
|
|
2602
|
-
.ant-breadcrumb
|
|
2641
|
+
.ant-breadcrumb li:last-child a {
|
|
2603
2642
|
color: rgba(0, 0, 0, 0.85);
|
|
2604
2643
|
}
|
|
2605
|
-
|
|
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: #fff;
|
|
5768
|
+
border-color: #ff4d4f;
|
|
5769
|
+
}
|
|
5770
|
+
.ant-picker-status-error.ant-picker-focused,
|
|
5771
|
+
.ant-picker-status-error.ant-picker:focus {
|
|
5772
|
+
border-color: #ff7875;
|
|
5773
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
5774
|
+
border-right-width: 1px;
|
|
5775
|
+
outline: 0;
|
|
5776
|
+
}
|
|
5777
|
+
.ant-picker-status-warning.ant-picker,
|
|
5778
|
+
.ant-picker-status-warning.ant-picker:not([disabled]):hover {
|
|
5779
|
+
background-color: #fff;
|
|
5780
|
+
border-color: #faad14;
|
|
5781
|
+
}
|
|
5782
|
+
.ant-picker-status-warning.ant-picker-focused,
|
|
5783
|
+
.ant-picker-status-warning.ant-picker:focus {
|
|
5784
|
+
border-color: #ffc53d;
|
|
5785
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
5786
|
+
border-right-width: 1px;
|
|
5787
|
+
outline: 0;
|
|
5788
|
+
}
|
|
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: #40a9ff;
|
|
5771
|
-
border-right-width: 1px
|
|
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: #40a9ff;
|
|
5780
5820
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
5781
|
-
border-right-width: 1px
|
|
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: #40a9ff;
|
|
5852
|
-
border-right-width: 1px
|
|
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: #40a9ff;
|
|
5861
5901
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
5862
|
-
border-right-width: 1px
|
|
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: #d9d9d9;
|
|
5881
|
-
border-right-width: 1px
|
|
5921
|
+
border-right-width: 1px;
|
|
5882
5922
|
}
|
|
5883
5923
|
.ant-picker-input > input[disabled] {
|
|
5884
5924
|
background-color: #f5f5f5;
|
|
@@ -5891,7 +5931,7 @@ nz-comment-content {
|
|
|
5891
5931
|
}
|
|
5892
5932
|
.ant-picker-input > input[disabled]:hover {
|
|
5893
5933
|
border-color: #d9d9d9;
|
|
5894
|
-
border-right-width: 1px
|
|
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(0, 0, 0, 0.25);
|
|
@@ -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:
|
|
6086
|
+
top: 2.58561808px;
|
|
6040
6087
|
display: block;
|
|
6041
|
-
transform: rotate(-
|
|
6088
|
+
transform: rotate(-135deg) translateY(1px);
|
|
6042
6089
|
}
|
|
6043
6090
|
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
|
|
6044
|
-
bottom:
|
|
6091
|
+
bottom: 2.58561808px;
|
|
6045
6092
|
display: block;
|
|
6046
|
-
transform: rotate(
|
|
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:
|
|
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:
|
|
6106
|
-
height:
|
|
6152
|
+
width: 11.3137085px;
|
|
6153
|
+
height: 11.3137085px;
|
|
6107
6154
|
margin-left: 16.5px;
|
|
6108
|
-
|
|
6155
|
+
background: linear-gradient(135deg, transparent 40%, #fff 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::
|
|
6161
|
+
.ant-picker-range-arrow::before {
|
|
6112
6162
|
position: absolute;
|
|
6113
|
-
top:
|
|
6114
|
-
|
|
6115
|
-
width:
|
|
6116
|
-
height:
|
|
6117
|
-
|
|
6118
|
-
|
|
6163
|
+
top: -11.3137085px;
|
|
6164
|
+
left: -11.3137085px;
|
|
6165
|
+
width: 33.9411255px;
|
|
6166
|
+
height: 33.9411255px;
|
|
6167
|
+
background: #fff;
|
|
6168
|
+
background-repeat: no-repeat;
|
|
6169
|
+
background-position: -10px -10px;
|
|
6170
|
+
content: '';
|
|
6171
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
6172
|
+
}
|
|
6173
|
+
.ant-picker-range-arrow::before {
|
|
6174
|
+
position: absolute;
|
|
6175
|
+
top: -11.3137085px;
|
|
6176
|
+
left: -11.3137085px;
|
|
6177
|
+
width: 33.9411255px;
|
|
6178
|
+
height: 33.9411255px;
|
|
6179
|
+
background: #fff;
|
|
6180
|
+
background-repeat: no-repeat;
|
|
6181
|
+
background-position: -10px -10px;
|
|
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
|
|
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;
|
|
@@ -7302,35 +7370,58 @@ nz-descriptions {
|
|
|
7302
7370
|
.ant-dropdown-menu-submenu-hidden {
|
|
7303
7371
|
display: none;
|
|
7304
7372
|
}
|
|
7305
|
-
.ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
|
|
7306
7373
|
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
|
|
7374
|
+
.ant-dropdown-show-arrow.ant-dropdown-placement-top,
|
|
7307
7375
|
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
|
|
7308
|
-
padding-bottom:
|
|
7376
|
+
padding-bottom: 15.3137085px;
|
|
7309
7377
|
}
|
|
7310
|
-
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
|
|
7311
7378
|
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
|
|
7379
|
+
.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
|
|
7312
7380
|
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
|
|
7313
|
-
padding-top:
|
|
7381
|
+
padding-top: 15.3137085px;
|
|
7314
7382
|
}
|
|
7315
7383
|
.ant-dropdown-arrow {
|
|
7316
7384
|
position: absolute;
|
|
7317
7385
|
z-index: 1;
|
|
7318
7386
|
display: block;
|
|
7319
|
-
width:
|
|
7320
|
-
height:
|
|
7321
|
-
background: transparent;
|
|
7322
|
-
border-
|
|
7323
|
-
|
|
7324
|
-
|
|
7387
|
+
width: 11.3137085px;
|
|
7388
|
+
height: 11.3137085px;
|
|
7389
|
+
background: linear-gradient(135deg, transparent 40%, #fff 40%);
|
|
7390
|
+
border-radius: 0 0 2px;
|
|
7391
|
+
pointer-events: none;
|
|
7392
|
+
}
|
|
7393
|
+
.ant-dropdown-arrow::before {
|
|
7394
|
+
position: absolute;
|
|
7395
|
+
top: -11.3137085px;
|
|
7396
|
+
left: -11.3137085px;
|
|
7397
|
+
width: 33.9411255px;
|
|
7398
|
+
height: 33.9411255px;
|
|
7399
|
+
background: #fff;
|
|
7400
|
+
background-repeat: no-repeat;
|
|
7401
|
+
background-position: -10px -10px;
|
|
7402
|
+
content: '';
|
|
7403
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
7404
|
+
}
|
|
7405
|
+
.ant-dropdown-arrow::before {
|
|
7406
|
+
position: absolute;
|
|
7407
|
+
top: -11.3137085px;
|
|
7408
|
+
left: -11.3137085px;
|
|
7409
|
+
width: 33.9411255px;
|
|
7410
|
+
height: 33.9411255px;
|
|
7411
|
+
background: #fff;
|
|
7412
|
+
background-repeat: no-repeat;
|
|
7413
|
+
background-position: -10px -10px;
|
|
7414
|
+
content: '';
|
|
7415
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
7325
7416
|
}
|
|
7326
|
-
.ant-dropdown-placement-
|
|
7417
|
+
.ant-dropdown-placement-top > .ant-dropdown-arrow,
|
|
7327
7418
|
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
|
|
7328
7419
|
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
|
|
7329
|
-
bottom:
|
|
7330
|
-
|
|
7331
|
-
|
|
7420
|
+
bottom: 10px;
|
|
7421
|
+
box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
|
|
7422
|
+
transform: rotate(45deg);
|
|
7332
7423
|
}
|
|
7333
|
-
.ant-dropdown-placement-
|
|
7424
|
+
.ant-dropdown-placement-top > .ant-dropdown-arrow {
|
|
7334
7425
|
left: 50%;
|
|
7335
7426
|
transform: translateX(-50%) rotate(45deg);
|
|
7336
7427
|
}
|
|
@@ -7340,16 +7431,16 @@ nz-descriptions {
|
|
|
7340
7431
|
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
|
|
7341
7432
|
right: 16px;
|
|
7342
7433
|
}
|
|
7343
|
-
.ant-dropdown-placement-
|
|
7434
|
+
.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
|
|
7344
7435
|
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
|
|
7345
7436
|
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
|
|
7346
|
-
top:
|
|
7347
|
-
|
|
7348
|
-
|
|
7437
|
+
top: 9.41421356px;
|
|
7438
|
+
box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
|
|
7439
|
+
transform: rotate(-135deg) translateY(-0.5px);
|
|
7349
7440
|
}
|
|
7350
|
-
.ant-dropdown-placement-
|
|
7441
|
+
.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
|
|
7351
7442
|
left: 50%;
|
|
7352
|
-
transform: translateX(-50%) rotate(
|
|
7443
|
+
transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
|
|
7353
7444
|
}
|
|
7354
7445
|
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
|
|
7355
7446
|
left: 16px;
|
|
@@ -7426,7 +7517,6 @@ nz-descriptions {
|
|
|
7426
7517
|
font-weight: normal;
|
|
7427
7518
|
font-size: 14px;
|
|
7428
7519
|
line-height: 22px;
|
|
7429
|
-
white-space: nowrap;
|
|
7430
7520
|
cursor: pointer;
|
|
7431
7521
|
transition: all 0.3s;
|
|
7432
7522
|
}
|
|
@@ -7436,7 +7526,11 @@ nz-descriptions {
|
|
|
7436
7526
|
background-color: #e6f7ff;
|
|
7437
7527
|
}
|
|
7438
7528
|
.ant-dropdown-menu-item:hover,
|
|
7439
|
-
.ant-dropdown-menu-submenu-title:hover
|
|
7529
|
+
.ant-dropdown-menu-submenu-title:hover,
|
|
7530
|
+
.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
|
|
7531
|
+
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
|
|
7532
|
+
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
|
|
7533
|
+
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
|
|
7440
7534
|
background-color: #f5f5f5;
|
|
7441
7535
|
}
|
|
7442
7536
|
.ant-dropdown-menu-item-disabled,
|
|
@@ -7504,27 +7598,27 @@ nz-descriptions {
|
|
|
7504
7598
|
}
|
|
7505
7599
|
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
|
|
7506
7600
|
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
|
|
7507
|
-
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-
|
|
7508
|
-
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-
|
|
7601
|
+
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
|
|
7602
|
+
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
|
|
7509
7603
|
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
|
|
7510
7604
|
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
|
|
7511
7605
|
animation-name: antSlideUpIn;
|
|
7512
7606
|
}
|
|
7513
7607
|
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
|
|
7514
7608
|
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
|
|
7515
|
-
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-
|
|
7516
|
-
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-
|
|
7609
|
+
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
|
|
7610
|
+
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
|
|
7517
7611
|
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
|
|
7518
7612
|
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
|
|
7519
7613
|
animation-name: antSlideDownIn;
|
|
7520
7614
|
}
|
|
7521
7615
|
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
|
|
7522
|
-
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-
|
|
7616
|
+
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
|
|
7523
7617
|
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
|
|
7524
7618
|
animation-name: antSlideUpOut;
|
|
7525
7619
|
}
|
|
7526
7620
|
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
|
|
7527
|
-
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-
|
|
7621
|
+
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
|
|
7528
7622
|
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
|
|
7529
7623
|
animation-name: antSlideDownOut;
|
|
7530
7624
|
}
|
|
@@ -7746,6 +7840,9 @@ nz-empty {
|
|
|
7746
7840
|
.ant-row-space-around {
|
|
7747
7841
|
justify-content: space-around;
|
|
7748
7842
|
}
|
|
7843
|
+
.ant-row-space-evenly {
|
|
7844
|
+
justify-content: space-evenly;
|
|
7845
|
+
}
|
|
7749
7846
|
.ant-row-top {
|
|
7750
7847
|
align-items: flex-start;
|
|
7751
7848
|
}
|
|
@@ -12937,7 +13034,7 @@ nz-empty {
|
|
|
12937
13034
|
}
|
|
12938
13035
|
.ant-input-affix-wrapper:hover {
|
|
12939
13036
|
border-color: #40a9ff;
|
|
12940
|
-
border-right-width: 1px
|
|
13037
|
+
border-right-width: 1px;
|
|
12941
13038
|
}
|
|
12942
13039
|
.ant-input-rtl .ant-input-affix-wrapper:hover {
|
|
12943
13040
|
border-right-width: 0;
|
|
@@ -12947,7 +13044,7 @@ nz-empty {
|
|
|
12947
13044
|
.ant-input-affix-wrapper-focused {
|
|
12948
13045
|
border-color: #40a9ff;
|
|
12949
13046
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
12950
|
-
border-right-width: 1px
|
|
13047
|
+
border-right-width: 1px;
|
|
12951
13048
|
outline: 0;
|
|
12952
13049
|
}
|
|
12953
13050
|
.ant-input-rtl .ant-input-affix-wrapper:focus,
|
|
@@ -12966,7 +13063,7 @@ nz-empty {
|
|
|
12966
13063
|
}
|
|
12967
13064
|
.ant-input-affix-wrapper-disabled:hover {
|
|
12968
13065
|
border-color: #d9d9d9;
|
|
12969
|
-
border-right-width: 1px
|
|
13066
|
+
border-right-width: 1px;
|
|
12970
13067
|
}
|
|
12971
13068
|
.ant-input-affix-wrapper[disabled] {
|
|
12972
13069
|
background-color: #f5f5f5;
|
|
@@ -12979,7 +13076,7 @@ nz-empty {
|
|
|
12979
13076
|
}
|
|
12980
13077
|
.ant-input-affix-wrapper[disabled]:hover {
|
|
12981
13078
|
border-color: #d9d9d9;
|
|
12982
|
-
border-right-width: 1px
|
|
13079
|
+
border-right-width: 1px;
|
|
12983
13080
|
}
|
|
12984
13081
|
.ant-input-affix-wrapper-borderless,
|
|
12985
13082
|
.ant-input-affix-wrapper-borderless:hover,
|
|
@@ -13011,7 +13108,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13011
13108
|
}
|
|
13012
13109
|
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
|
13013
13110
|
border-color: #40a9ff;
|
|
13014
|
-
border-right-width: 1px
|
|
13111
|
+
border-right-width: 1px;
|
|
13015
13112
|
z-index: 1;
|
|
13016
13113
|
}
|
|
13017
13114
|
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
|
@@ -13047,6 +13144,10 @@ textarea.ant-input-affix-wrapper {
|
|
|
13047
13144
|
flex: none;
|
|
13048
13145
|
align-items: center;
|
|
13049
13146
|
}
|
|
13147
|
+
.ant-input-prefix > *:not(:last-child),
|
|
13148
|
+
.ant-input-suffix > *:not(:last-child) {
|
|
13149
|
+
margin-right: 8px;
|
|
13150
|
+
}
|
|
13050
13151
|
.ant-input-show-count-suffix {
|
|
13051
13152
|
color: rgba(0, 0, 0, 0.45);
|
|
13052
13153
|
}
|
|
@@ -13059,7 +13160,8 @@ textarea.ant-input-affix-wrapper {
|
|
|
13059
13160
|
.ant-input-suffix {
|
|
13060
13161
|
margin-left: 4px;
|
|
13061
13162
|
}
|
|
13062
|
-
.anticon.ant-input-clear-icon
|
|
13163
|
+
.anticon.ant-input-clear-icon,
|
|
13164
|
+
.ant-input-clear-icon {
|
|
13063
13165
|
margin: 0;
|
|
13064
13166
|
color: rgba(0, 0, 0, 0.25);
|
|
13065
13167
|
font-size: 12px;
|
|
@@ -13067,16 +13169,20 @@ textarea.ant-input-affix-wrapper {
|
|
|
13067
13169
|
cursor: pointer;
|
|
13068
13170
|
transition: color 0.3s;
|
|
13069
13171
|
}
|
|
13070
|
-
.anticon.ant-input-clear-icon:hover
|
|
13172
|
+
.anticon.ant-input-clear-icon:hover,
|
|
13173
|
+
.ant-input-clear-icon:hover {
|
|
13071
13174
|
color: rgba(0, 0, 0, 0.45);
|
|
13072
13175
|
}
|
|
13073
|
-
.anticon.ant-input-clear-icon:active
|
|
13176
|
+
.anticon.ant-input-clear-icon:active,
|
|
13177
|
+
.ant-input-clear-icon:active {
|
|
13074
13178
|
color: rgba(0, 0, 0, 0.85);
|
|
13075
13179
|
}
|
|
13076
|
-
.anticon.ant-input-clear-icon-hidden
|
|
13180
|
+
.anticon.ant-input-clear-icon-hidden,
|
|
13181
|
+
.ant-input-clear-icon-hidden {
|
|
13077
13182
|
visibility: hidden;
|
|
13078
13183
|
}
|
|
13079
|
-
.anticon.ant-input-clear-icon-has-suffix
|
|
13184
|
+
.anticon.ant-input-clear-icon-has-suffix,
|
|
13185
|
+
.ant-input-clear-icon-has-suffix {
|
|
13080
13186
|
margin: 0 4px;
|
|
13081
13187
|
}
|
|
13082
13188
|
.ant-input-affix-wrapper-textarea-with-clear-btn {
|
|
@@ -13089,6 +13195,80 @@ textarea.ant-input-affix-wrapper {
|
|
|
13089
13195
|
right: 8px;
|
|
13090
13196
|
z-index: 1;
|
|
13091
13197
|
}
|
|
13198
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
13199
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
|
13200
|
+
background: #fff;
|
|
13201
|
+
border-color: #ff4d4f;
|
|
13202
|
+
}
|
|
13203
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
13204
|
+
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
|
13205
|
+
border-color: #ff7875;
|
|
13206
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
13207
|
+
border-right-width: 1px;
|
|
13208
|
+
outline: 0;
|
|
13209
|
+
}
|
|
13210
|
+
.ant-input-status-error .ant-input-prefix {
|
|
13211
|
+
color: #ff4d4f;
|
|
13212
|
+
}
|
|
13213
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
13214
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
|
13215
|
+
background: #fff;
|
|
13216
|
+
border-color: #faad14;
|
|
13217
|
+
}
|
|
13218
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
13219
|
+
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
|
13220
|
+
border-color: #ffc53d;
|
|
13221
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
13222
|
+
border-right-width: 1px;
|
|
13223
|
+
outline: 0;
|
|
13224
|
+
}
|
|
13225
|
+
.ant-input-status-warning .ant-input-prefix {
|
|
13226
|
+
color: #faad14;
|
|
13227
|
+
}
|
|
13228
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
13229
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
|
13230
|
+
background: #fff;
|
|
13231
|
+
border-color: #ff4d4f;
|
|
13232
|
+
}
|
|
13233
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
13234
|
+
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
13235
|
+
border-color: #ff7875;
|
|
13236
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
13237
|
+
border-right-width: 1px;
|
|
13238
|
+
outline: 0;
|
|
13239
|
+
}
|
|
13240
|
+
.ant-input-affix-wrapper-status-error .ant-input-prefix {
|
|
13241
|
+
color: #ff4d4f;
|
|
13242
|
+
}
|
|
13243
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
13244
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
|
13245
|
+
background: #fff;
|
|
13246
|
+
border-color: #faad14;
|
|
13247
|
+
}
|
|
13248
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
13249
|
+
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
13250
|
+
border-color: #ffc53d;
|
|
13251
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
13252
|
+
border-right-width: 1px;
|
|
13253
|
+
outline: 0;
|
|
13254
|
+
}
|
|
13255
|
+
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
|
|
13256
|
+
color: #faad14;
|
|
13257
|
+
}
|
|
13258
|
+
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
|
|
13259
|
+
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
|
|
13260
|
+
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
|
|
13261
|
+
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
|
|
13262
|
+
padding-right: 24px;
|
|
13263
|
+
}
|
|
13264
|
+
.ant-input-group-wrapper-status-error .ant-input-group-addon {
|
|
13265
|
+
color: #ff4d4f;
|
|
13266
|
+
border-color: #ff4d4f;
|
|
13267
|
+
}
|
|
13268
|
+
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
|
|
13269
|
+
color: #faad14;
|
|
13270
|
+
border-color: #faad14;
|
|
13271
|
+
}
|
|
13092
13272
|
.ant-input {
|
|
13093
13273
|
box-sizing: border-box;
|
|
13094
13274
|
margin: 0;
|
|
@@ -13134,7 +13314,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13134
13314
|
}
|
|
13135
13315
|
.ant-input:hover {
|
|
13136
13316
|
border-color: #40a9ff;
|
|
13137
|
-
border-right-width: 1px
|
|
13317
|
+
border-right-width: 1px;
|
|
13138
13318
|
}
|
|
13139
13319
|
.ant-input-rtl .ant-input:hover {
|
|
13140
13320
|
border-right-width: 0;
|
|
@@ -13144,7 +13324,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13144
13324
|
.ant-input-focused {
|
|
13145
13325
|
border-color: #40a9ff;
|
|
13146
13326
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
13147
|
-
border-right-width: 1px
|
|
13327
|
+
border-right-width: 1px;
|
|
13148
13328
|
outline: 0;
|
|
13149
13329
|
}
|
|
13150
13330
|
.ant-input-rtl .ant-input:focus,
|
|
@@ -13163,7 +13343,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13163
13343
|
}
|
|
13164
13344
|
.ant-input-disabled:hover {
|
|
13165
13345
|
border-color: #d9d9d9;
|
|
13166
|
-
border-right-width: 1px
|
|
13346
|
+
border-right-width: 1px;
|
|
13167
13347
|
}
|
|
13168
13348
|
.ant-input[disabled] {
|
|
13169
13349
|
background-color: #f5f5f5;
|
|
@@ -13176,7 +13356,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13176
13356
|
}
|
|
13177
13357
|
.ant-input[disabled]:hover {
|
|
13178
13358
|
border-color: #d9d9d9;
|
|
13179
|
-
border-right-width: 1px
|
|
13359
|
+
border-right-width: 1px;
|
|
13180
13360
|
}
|
|
13181
13361
|
.ant-input-borderless,
|
|
13182
13362
|
.ant-input-borderless:hover,
|
|
@@ -13546,12 +13726,12 @@ textarea.ant-input {
|
|
|
13546
13726
|
text-align: start;
|
|
13547
13727
|
vertical-align: top;
|
|
13548
13728
|
}
|
|
13549
|
-
.ant-input-password-icon {
|
|
13729
|
+
.ant-input-password-icon.anticon {
|
|
13550
13730
|
color: rgba(0, 0, 0, 0.45);
|
|
13551
13731
|
cursor: pointer;
|
|
13552
13732
|
transition: all 0.3s;
|
|
13553
13733
|
}
|
|
13554
|
-
.ant-input-password-icon:hover {
|
|
13734
|
+
.ant-input-password-icon.anticon:hover {
|
|
13555
13735
|
color: rgba(0, 0, 0, 0.85);
|
|
13556
13736
|
}
|
|
13557
13737
|
.ant-input[type='color'] {
|
|
@@ -13575,6 +13755,19 @@ textarea.ant-input {
|
|
|
13575
13755
|
content: attr(data-count);
|
|
13576
13756
|
pointer-events: none;
|
|
13577
13757
|
}
|
|
13758
|
+
.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
|
|
13759
|
+
margin-bottom: -22px;
|
|
13760
|
+
}
|
|
13761
|
+
.ant-input-textarea-suffix {
|
|
13762
|
+
position: absolute;
|
|
13763
|
+
top: 0;
|
|
13764
|
+
right: 11px;
|
|
13765
|
+
bottom: 0;
|
|
13766
|
+
z-index: 1;
|
|
13767
|
+
display: inline-flex;
|
|
13768
|
+
align-items: center;
|
|
13769
|
+
margin: auto;
|
|
13770
|
+
}
|
|
13578
13771
|
.ant-input-search .ant-input:hover,
|
|
13579
13772
|
.ant-input-search .ant-input:focus {
|
|
13580
13773
|
border-color: #40a9ff;
|
|
@@ -13704,8 +13897,31 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13704
13897
|
width: 40px;
|
|
13705
13898
|
height: 40px;
|
|
13706
13899
|
}
|
|
13900
|
+
.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-suffix {
|
|
13901
|
+
margin-left: 0;
|
|
13902
|
+
}
|
|
13903
|
+
nz-form-item-feedback-icon.ant-input-suffix {
|
|
13904
|
+
display: flex;
|
|
13905
|
+
flex: none;
|
|
13906
|
+
align-items: center;
|
|
13907
|
+
pointer-events: none;
|
|
13908
|
+
}
|
|
13909
|
+
nz-form-item-feedback-icon.ant-input-suffix {
|
|
13910
|
+
position: absolute;
|
|
13911
|
+
top: 0;
|
|
13912
|
+
right: 0;
|
|
13913
|
+
z-index: 1;
|
|
13914
|
+
height: 100%;
|
|
13915
|
+
margin-right: 12px;
|
|
13916
|
+
margin-left: 4px;
|
|
13917
|
+
}
|
|
13918
|
+
.ant-input-status-error.ant-input-has-feedback,
|
|
13919
|
+
.ant-input-status-warning.ant-input-has-feedback,
|
|
13920
|
+
.ant-input-status-validating.ant-input-has-feedback,
|
|
13921
|
+
.ant-input-status-success.ant-input-has-feedback {
|
|
13922
|
+
padding-right: 28px;
|
|
13923
|
+
}
|
|
13707
13924
|
.ant-input-number-affix-wrapper {
|
|
13708
|
-
position: relative;
|
|
13709
13925
|
display: inline-block;
|
|
13710
13926
|
width: 100%;
|
|
13711
13927
|
min-width: 0;
|
|
@@ -13720,7 +13936,7 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13720
13936
|
transition: all 0.3s;
|
|
13721
13937
|
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
13722
13938
|
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
13723
|
-
position:
|
|
13939
|
+
position: relative;
|
|
13724
13940
|
display: inline-flex;
|
|
13725
13941
|
width: 90px;
|
|
13726
13942
|
padding: 0;
|
|
@@ -13748,7 +13964,7 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13748
13964
|
}
|
|
13749
13965
|
.ant-input-number-affix-wrapper:hover {
|
|
13750
13966
|
border-color: #40a9ff;
|
|
13751
|
-
border-right-width: 1px
|
|
13967
|
+
border-right-width: 1px;
|
|
13752
13968
|
}
|
|
13753
13969
|
.ant-input-rtl .ant-input-number-affix-wrapper:hover {
|
|
13754
13970
|
border-right-width: 0;
|
|
@@ -13758,7 +13974,7 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13758
13974
|
.ant-input-number-affix-wrapper-focused {
|
|
13759
13975
|
border-color: #40a9ff;
|
|
13760
13976
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
13761
|
-
border-right-width: 1px
|
|
13977
|
+
border-right-width: 1px;
|
|
13762
13978
|
outline: 0;
|
|
13763
13979
|
}
|
|
13764
13980
|
.ant-input-rtl .ant-input-number-affix-wrapper:focus,
|
|
@@ -13777,7 +13993,7 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13777
13993
|
}
|
|
13778
13994
|
.ant-input-number-affix-wrapper-disabled:hover {
|
|
13779
13995
|
border-color: #d9d9d9;
|
|
13780
|
-
border-right-width: 1px
|
|
13996
|
+
border-right-width: 1px;
|
|
13781
13997
|
}
|
|
13782
13998
|
.ant-input-number-affix-wrapper[disabled] {
|
|
13783
13999
|
background-color: #f5f5f5;
|
|
@@ -13790,7 +14006,7 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13790
14006
|
}
|
|
13791
14007
|
.ant-input-number-affix-wrapper[disabled]:hover {
|
|
13792
14008
|
border-color: #d9d9d9;
|
|
13793
|
-
border-right-width: 1px
|
|
14009
|
+
border-right-width: 1px;
|
|
13794
14010
|
}
|
|
13795
14011
|
.ant-input-number-affix-wrapper-borderless,
|
|
13796
14012
|
.ant-input-number-affix-wrapper-borderless:hover,
|
|
@@ -13822,7 +14038,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
13822
14038
|
}
|
|
13823
14039
|
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
|
13824
14040
|
border-color: #40a9ff;
|
|
13825
|
-
border-right-width: 1px
|
|
14041
|
+
border-right-width: 1px;
|
|
13826
14042
|
z-index: 1;
|
|
13827
14043
|
}
|
|
13828
14044
|
.ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
|
@@ -13852,37 +14068,121 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
13852
14068
|
visibility: hidden;
|
|
13853
14069
|
content: '\a0';
|
|
13854
14070
|
}
|
|
13855
|
-
.ant-input-number-
|
|
14071
|
+
.ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
|
|
14072
|
+
z-index: 2;
|
|
14073
|
+
}
|
|
14074
|
+
.ant-input-number-prefix,
|
|
14075
|
+
.ant-input-number-suffix {
|
|
13856
14076
|
display: flex;
|
|
13857
14077
|
flex: none;
|
|
13858
14078
|
align-items: center;
|
|
14079
|
+
pointer-events: none;
|
|
14080
|
+
}
|
|
14081
|
+
.ant-input-number-prefix {
|
|
13859
14082
|
margin-inline-end: 4px;
|
|
13860
14083
|
}
|
|
14084
|
+
.ant-input-number-suffix {
|
|
14085
|
+
position: absolute;
|
|
14086
|
+
top: 0;
|
|
14087
|
+
right: 0;
|
|
14088
|
+
z-index: 1;
|
|
14089
|
+
height: 100%;
|
|
14090
|
+
margin-right: 11px;
|
|
14091
|
+
margin-left: 4px;
|
|
14092
|
+
}
|
|
13861
14093
|
.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
|
|
13862
14094
|
width: 100%;
|
|
13863
14095
|
}
|
|
13864
|
-
.ant-input-number
|
|
13865
|
-
|
|
13866
|
-
|
|
13867
|
-
|
|
13868
|
-
|
|
13869
|
-
|
|
13870
|
-
|
|
13871
|
-
|
|
13872
|
-
|
|
13873
|
-
|
|
13874
|
-
|
|
13875
|
-
|
|
13876
|
-
|
|
13877
|
-
|
|
13878
|
-
|
|
13879
|
-
|
|
13880
|
-
|
|
13881
|
-
|
|
13882
|
-
|
|
13883
|
-
|
|
13884
|
-
|
|
13885
|
-
|
|
14096
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
|
|
14097
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
|
|
14098
|
+
background: #fff;
|
|
14099
|
+
border-color: #ff4d4f;
|
|
14100
|
+
}
|
|
14101
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
|
|
14102
|
+
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
|
|
14103
|
+
border-color: #ff7875;
|
|
14104
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
14105
|
+
border-right-width: 1px;
|
|
14106
|
+
outline: 0;
|
|
14107
|
+
}
|
|
14108
|
+
.ant-input-number-status-error .ant-input-number-prefix {
|
|
14109
|
+
color: #ff4d4f;
|
|
14110
|
+
}
|
|
14111
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
|
|
14112
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
|
|
14113
|
+
background: #fff;
|
|
14114
|
+
border-color: #faad14;
|
|
14115
|
+
}
|
|
14116
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
|
|
14117
|
+
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
|
|
14118
|
+
border-color: #ffc53d;
|
|
14119
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
14120
|
+
border-right-width: 1px;
|
|
14121
|
+
outline: 0;
|
|
14122
|
+
}
|
|
14123
|
+
.ant-input-number-status-warning .ant-input-number-prefix {
|
|
14124
|
+
color: #faad14;
|
|
14125
|
+
}
|
|
14126
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
14127
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
|
|
14128
|
+
background: #fff;
|
|
14129
|
+
border-color: #ff4d4f;
|
|
14130
|
+
}
|
|
14131
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
|
|
14132
|
+
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
|
|
14133
|
+
border-color: #ff7875;
|
|
14134
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
14135
|
+
border-right-width: 1px;
|
|
14136
|
+
outline: 0;
|
|
14137
|
+
}
|
|
14138
|
+
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
|
|
14139
|
+
color: #ff4d4f;
|
|
14140
|
+
}
|
|
14141
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
14142
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
|
|
14143
|
+
background: #fff;
|
|
14144
|
+
border-color: #faad14;
|
|
14145
|
+
}
|
|
14146
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
|
|
14147
|
+
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
|
|
14148
|
+
border-color: #ffc53d;
|
|
14149
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
14150
|
+
border-right-width: 1px;
|
|
14151
|
+
outline: 0;
|
|
14152
|
+
}
|
|
14153
|
+
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
|
|
14154
|
+
color: #faad14;
|
|
14155
|
+
}
|
|
14156
|
+
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
|
|
14157
|
+
color: #ff4d4f;
|
|
14158
|
+
border-color: #ff4d4f;
|
|
14159
|
+
}
|
|
14160
|
+
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
|
|
14161
|
+
color: #faad14;
|
|
14162
|
+
border-color: #faad14;
|
|
14163
|
+
}
|
|
14164
|
+
.ant-input-number {
|
|
14165
|
+
box-sizing: border-box;
|
|
14166
|
+
font-variant: tabular-nums;
|
|
14167
|
+
list-style: none;
|
|
14168
|
+
font-feature-settings: 'tnum';
|
|
14169
|
+
position: relative;
|
|
14170
|
+
width: 100%;
|
|
14171
|
+
min-width: 0;
|
|
14172
|
+
padding: 4px 11px;
|
|
14173
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14174
|
+
font-size: 14px;
|
|
14175
|
+
line-height: 1.5715;
|
|
14176
|
+
background-color: #fff;
|
|
14177
|
+
background-image: none;
|
|
14178
|
+
transition: all 0.3s;
|
|
14179
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
14180
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
14181
|
+
display: inline-block;
|
|
14182
|
+
width: 90px;
|
|
14183
|
+
margin: 0;
|
|
14184
|
+
padding: 0;
|
|
14185
|
+
border: 1px solid #d9d9d9;
|
|
13886
14186
|
border-radius: 2px;
|
|
13887
14187
|
}
|
|
13888
14188
|
.ant-input-number::-moz-placeholder {
|
|
@@ -13907,7 +14207,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
13907
14207
|
}
|
|
13908
14208
|
.ant-input-number:hover {
|
|
13909
14209
|
border-color: #40a9ff;
|
|
13910
|
-
border-right-width: 1px
|
|
14210
|
+
border-right-width: 1px;
|
|
13911
14211
|
}
|
|
13912
14212
|
.ant-input-rtl .ant-input-number:hover {
|
|
13913
14213
|
border-right-width: 0;
|
|
@@ -13917,7 +14217,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
13917
14217
|
.ant-input-number-focused {
|
|
13918
14218
|
border-color: #40a9ff;
|
|
13919
14219
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
13920
|
-
border-right-width: 1px
|
|
14220
|
+
border-right-width: 1px;
|
|
13921
14221
|
outline: 0;
|
|
13922
14222
|
}
|
|
13923
14223
|
.ant-input-rtl .ant-input-number:focus,
|
|
@@ -13936,7 +14236,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
13936
14236
|
}
|
|
13937
14237
|
.ant-input-number-disabled:hover {
|
|
13938
14238
|
border-color: #d9d9d9;
|
|
13939
|
-
border-right-width: 1px
|
|
14239
|
+
border-right-width: 1px;
|
|
13940
14240
|
}
|
|
13941
14241
|
.ant-input-number[disabled] {
|
|
13942
14242
|
background-color: #f5f5f5;
|
|
@@ -13949,7 +14249,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
13949
14249
|
}
|
|
13950
14250
|
.ant-input-number[disabled]:hover {
|
|
13951
14251
|
border-color: #d9d9d9;
|
|
13952
|
-
border-right-width: 1px
|
|
14252
|
+
border-right-width: 1px;
|
|
13953
14253
|
}
|
|
13954
14254
|
.ant-input-number-borderless,
|
|
13955
14255
|
.ant-input-number-borderless:hover,
|
|
@@ -14397,7 +14697,7 @@ textarea.ant-input-number {
|
|
|
14397
14697
|
}
|
|
14398
14698
|
.ant-input-number:hover {
|
|
14399
14699
|
border-color: #40a9ff;
|
|
14400
|
-
border-right-width: 1px
|
|
14700
|
+
border-right-width: 1px;
|
|
14401
14701
|
}
|
|
14402
14702
|
.ant-input-number:hover + .ant-form-item-children-icon {
|
|
14403
14703
|
opacity: 0;
|
|
@@ -14406,7 +14706,7 @@ textarea.ant-input-number {
|
|
|
14406
14706
|
.ant-input-number-focused {
|
|
14407
14707
|
border-color: #40a9ff;
|
|
14408
14708
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
14409
|
-
border-right-width: 1px
|
|
14709
|
+
border-right-width: 1px;
|
|
14410
14710
|
outline: 0;
|
|
14411
14711
|
}
|
|
14412
14712
|
.ant-input-rtl .ant-input-number-focused {
|
|
@@ -14424,7 +14724,7 @@ textarea.ant-input-number {
|
|
|
14424
14724
|
}
|
|
14425
14725
|
.ant-input-number-disabled:hover {
|
|
14426
14726
|
border-color: #d9d9d9;
|
|
14427
|
-
border-right-width: 1px
|
|
14727
|
+
border-right-width: 1px;
|
|
14428
14728
|
}
|
|
14429
14729
|
.ant-input-number-disabled .ant-input-number-input {
|
|
14430
14730
|
cursor: not-allowed;
|
|
@@ -14587,6 +14887,17 @@ textarea.ant-input-number {
|
|
|
14587
14887
|
direction: ltr;
|
|
14588
14888
|
text-align: right;
|
|
14589
14889
|
}
|
|
14890
|
+
.ant-input-number-affix-wrapper > nz-input-number.ant-input-number {
|
|
14891
|
+
width: 100%;
|
|
14892
|
+
border: none;
|
|
14893
|
+
outline: none;
|
|
14894
|
+
}
|
|
14895
|
+
.ant-input-number-affix-wrapper > nz-input-number.ant-input-number.ant-input-number-focused {
|
|
14896
|
+
box-shadow: none !important;
|
|
14897
|
+
}
|
|
14898
|
+
.ant-input-number.ant-input-number-has-feedback .ant-input-number-handler-wrap {
|
|
14899
|
+
z-index: 2;
|
|
14900
|
+
}
|
|
14590
14901
|
.ant-layout {
|
|
14591
14902
|
display: flex;
|
|
14592
14903
|
flex: auto;
|
|
@@ -14720,55 +15031,9 @@ nz-footer {
|
|
|
14720
15031
|
nz-header {
|
|
14721
15032
|
display: block;
|
|
14722
15033
|
}
|
|
14723
|
-
.ant-form-item .ant-upload {
|
|
14724
|
-
background: transparent;
|
|
14725
|
-
}
|
|
14726
|
-
.ant-form-item .ant-upload.ant-upload-drag {
|
|
14727
|
-
background: #fafafa;
|
|
14728
|
-
}
|
|
14729
|
-
.ant-form-item input[type='radio'],
|
|
14730
|
-
.ant-form-item input[type='checkbox'] {
|
|
14731
|
-
width: 14px;
|
|
14732
|
-
height: 14px;
|
|
14733
|
-
}
|
|
14734
|
-
.ant-form-item .ant-radio-inline,
|
|
14735
|
-
.ant-form-item .ant-checkbox-inline {
|
|
14736
|
-
display: inline-block;
|
|
14737
|
-
margin-left: 8px;
|
|
14738
|
-
font-weight: normal;
|
|
14739
|
-
vertical-align: middle;
|
|
14740
|
-
cursor: pointer;
|
|
14741
|
-
}
|
|
14742
|
-
.ant-form-item .ant-radio-inline:first-child,
|
|
14743
|
-
.ant-form-item .ant-checkbox-inline:first-child {
|
|
14744
|
-
margin-left: 0;
|
|
14745
|
-
}
|
|
14746
|
-
.ant-form-item .ant-checkbox-vertical,
|
|
14747
|
-
.ant-form-item .ant-radio-vertical {
|
|
14748
|
-
display: block;
|
|
14749
|
-
}
|
|
14750
|
-
.ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
|
|
14751
|
-
.ant-form-item .ant-radio-vertical + .ant-radio-vertical {
|
|
14752
|
-
margin-left: 0;
|
|
14753
|
-
}
|
|
14754
15034
|
.ant-form-item .ant-input-number + .ant-form-text {
|
|
14755
15035
|
margin-left: 8px;
|
|
14756
15036
|
}
|
|
14757
|
-
.ant-form-item .ant-input-number-handler-wrap {
|
|
14758
|
-
z-index: 2;
|
|
14759
|
-
}
|
|
14760
|
-
.ant-form-item .ant-select,
|
|
14761
|
-
.ant-form-item .ant-cascader-picker {
|
|
14762
|
-
width: 100%;
|
|
14763
|
-
}
|
|
14764
|
-
.ant-form-item .ant-picker-calendar-year-select,
|
|
14765
|
-
.ant-form-item .ant-picker-calendar-month-select,
|
|
14766
|
-
.ant-form-item .ant-input-group .ant-select,
|
|
14767
|
-
.ant-form-item .ant-input-group .ant-cascader-picker,
|
|
14768
|
-
.ant-form-item .ant-input-number-group .ant-select,
|
|
14769
|
-
.ant-form-item .ant-input-number-group .ant-cascader-picker {
|
|
14770
|
-
width: auto;
|
|
14771
|
-
}
|
|
14772
15037
|
.ant-form-inline {
|
|
14773
15038
|
display: flex;
|
|
14774
15039
|
flex-wrap: wrap;
|
|
@@ -14803,7 +15068,8 @@ nz-header {
|
|
|
14803
15068
|
flex: 1 1 0;
|
|
14804
15069
|
min-width: 0;
|
|
14805
15070
|
}
|
|
14806
|
-
.ant-form-horizontal .ant-form-item-label
|
|
15071
|
+
.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
|
|
15072
|
+
.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
|
|
14807
15073
|
min-width: unset;
|
|
14808
15074
|
}
|
|
14809
15075
|
.ant-form-vertical .ant-form-item {
|
|
@@ -14953,299 +15219,15 @@ nz-header {
|
|
|
14953
15219
|
.ant-form-item-explain-warning {
|
|
14954
15220
|
color: #faad14;
|
|
14955
15221
|
}
|
|
14956
|
-
.ant-form-item-has-feedback .ant-input {
|
|
14957
|
-
padding-right: 24px;
|
|
14958
|
-
}
|
|
14959
|
-
.ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
|
|
14960
|
-
padding-right: 18px;
|
|
14961
|
-
}
|
|
14962
|
-
.ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
|
|
14963
|
-
right: 28px;
|
|
14964
|
-
}
|
|
14965
15222
|
.ant-form-item-has-feedback .ant-switch {
|
|
14966
15223
|
margin: 2px 0 4px;
|
|
14967
15224
|
}
|
|
14968
|
-
.ant-form-item-has-feedback > .ant-select .ant-select-arrow,
|
|
14969
|
-
.ant-form-item-has-feedback > .ant-select .ant-select-clear,
|
|
14970
|
-
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
|
|
14971
|
-
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
|
|
14972
|
-
.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
|
|
14973
|
-
.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
|
|
14974
|
-
right: 32px;
|
|
14975
|
-
}
|
|
14976
|
-
.ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
|
|
14977
|
-
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
|
|
14978
|
-
.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
|
|
14979
|
-
padding-right: 42px;
|
|
14980
|
-
}
|
|
14981
|
-
.ant-form-item-has-feedback .ant-cascader-picker-arrow {
|
|
14982
|
-
margin-right: 19px;
|
|
14983
|
-
}
|
|
14984
|
-
.ant-form-item-has-feedback .ant-cascader-picker-clear {
|
|
14985
|
-
right: 32px;
|
|
14986
|
-
}
|
|
14987
|
-
.ant-form-item-has-feedback .ant-picker {
|
|
14988
|
-
padding-right: 29.2px;
|
|
14989
|
-
}
|
|
14990
|
-
.ant-form-item-has-feedback .ant-picker-large {
|
|
14991
|
-
padding-right: 29.2px;
|
|
14992
|
-
}
|
|
14993
|
-
.ant-form-item-has-feedback .ant-picker-small {
|
|
14994
|
-
padding-right: 25.2px;
|
|
14995
|
-
}
|
|
14996
|
-
.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
|
|
14997
|
-
.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
|
|
14998
|
-
.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
|
|
14999
|
-
.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
|
|
15000
|
-
position: absolute;
|
|
15001
|
-
top: 50%;
|
|
15002
|
-
right: 0;
|
|
15003
|
-
z-index: 1;
|
|
15004
|
-
width: 32px;
|
|
15005
|
-
height: 20px;
|
|
15006
|
-
margin-top: -10px;
|
|
15007
|
-
font-size: 14px;
|
|
15008
|
-
line-height: 20px;
|
|
15009
|
-
text-align: center;
|
|
15010
|
-
visibility: visible;
|
|
15011
|
-
animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
15012
|
-
pointer-events: none;
|
|
15013
|
-
}
|
|
15014
|
-
.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
15015
|
-
color: #52c41a;
|
|
15016
|
-
animation-name: diffZoomIn1 !important;
|
|
15017
|
-
}
|
|
15018
15225
|
.ant-form-item-has-warning .ant-form-item-split {
|
|
15019
15226
|
color: #faad14;
|
|
15020
15227
|
}
|
|
15021
|
-
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
15022
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
15023
|
-
.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
15024
|
-
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
|
|
15025
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
|
|
15026
|
-
.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 {
|
|
15027
|
-
background-color: #fff;
|
|
15028
|
-
border-color: #faad14;
|
|
15029
|
-
}
|
|
15030
|
-
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
15031
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
15032
|
-
.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,
|
|
15033
|
-
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
|
|
15034
|
-
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
|
|
15035
|
-
.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 {
|
|
15036
|
-
border-color: #ffc53d;
|
|
15037
|
-
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
15038
|
-
border-right-width: 1px !important;
|
|
15039
|
-
outline: 0;
|
|
15040
|
-
}
|
|
15041
|
-
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
|
|
15042
|
-
border-color: #ffc53d;
|
|
15043
|
-
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
15044
|
-
border-right-width: 1px !important;
|
|
15045
|
-
outline: 0;
|
|
15046
|
-
}
|
|
15047
|
-
.ant-form-item-has-warning .ant-input-prefix,
|
|
15048
|
-
.ant-form-item-has-warning .ant-input-number-prefix {
|
|
15049
|
-
color: #faad14;
|
|
15050
|
-
}
|
|
15051
|
-
.ant-form-item-has-warning .ant-input-group-addon,
|
|
15052
|
-
.ant-form-item-has-warning .ant-input-number-group-addon {
|
|
15053
|
-
color: #faad14;
|
|
15054
|
-
border-color: #faad14;
|
|
15055
|
-
}
|
|
15056
|
-
.ant-form-item-has-warning .has-feedback {
|
|
15057
|
-
color: #faad14;
|
|
15058
|
-
}
|
|
15059
|
-
.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
15060
|
-
color: #faad14;
|
|
15061
|
-
animation-name: diffZoomIn3 !important;
|
|
15062
|
-
}
|
|
15063
|
-
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
|
|
15064
|
-
background-color: #fff;
|
|
15065
|
-
border-color: #faad14 !important;
|
|
15066
|
-
}
|
|
15067
|
-
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
|
15068
|
-
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
|
15069
|
-
border-color: #ffc53d;
|
|
15070
|
-
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
15071
|
-
border-right-width: 1px !important;
|
|
15072
|
-
outline: 0;
|
|
15073
|
-
}
|
|
15074
|
-
.ant-form-item-has-warning .ant-input-number,
|
|
15075
|
-
.ant-form-item-has-warning .ant-picker {
|
|
15076
|
-
background-color: #fff;
|
|
15077
|
-
border-color: #faad14;
|
|
15078
|
-
}
|
|
15079
|
-
.ant-form-item-has-warning .ant-input-number-focused,
|
|
15080
|
-
.ant-form-item-has-warning .ant-picker-focused,
|
|
15081
|
-
.ant-form-item-has-warning .ant-input-number:focus,
|
|
15082
|
-
.ant-form-item-has-warning .ant-picker:focus {
|
|
15083
|
-
border-color: #ffc53d;
|
|
15084
|
-
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
15085
|
-
border-right-width: 1px !important;
|
|
15086
|
-
outline: 0;
|
|
15087
|
-
}
|
|
15088
|
-
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
|
|
15089
|
-
.ant-form-item-has-warning .ant-picker:not([disabled]):hover {
|
|
15090
|
-
background-color: #fff;
|
|
15091
|
-
border-color: #faad14;
|
|
15092
|
-
}
|
|
15093
|
-
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
|
|
15094
|
-
border-color: #ffc53d;
|
|
15095
|
-
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
15096
|
-
border-right-width: 1px !important;
|
|
15097
|
-
outline: 0;
|
|
15098
|
-
}
|
|
15099
15228
|
.ant-form-item-has-error .ant-form-item-split {
|
|
15100
15229
|
color: #ff4d4f;
|
|
15101
15230
|
}
|
|
15102
|
-
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
15103
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
15104
|
-
.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
15105
|
-
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
|
|
15106
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
|
|
15107
|
-
.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 {
|
|
15108
|
-
background-color: #fff;
|
|
15109
|
-
border-color: #ff4d4f;
|
|
15110
|
-
}
|
|
15111
|
-
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
15112
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
15113
|
-
.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,
|
|
15114
|
-
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
|
|
15115
|
-
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
|
|
15116
|
-
.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 {
|
|
15117
|
-
border-color: #ff7875;
|
|
15118
|
-
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
15119
|
-
border-right-width: 1px !important;
|
|
15120
|
-
outline: 0;
|
|
15121
|
-
}
|
|
15122
|
-
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
|
|
15123
|
-
border-color: #ff7875;
|
|
15124
|
-
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
15125
|
-
border-right-width: 1px !important;
|
|
15126
|
-
outline: 0;
|
|
15127
|
-
}
|
|
15128
|
-
.ant-form-item-has-error .ant-input-prefix,
|
|
15129
|
-
.ant-form-item-has-error .ant-input-number-prefix {
|
|
15130
|
-
color: #ff4d4f;
|
|
15131
|
-
}
|
|
15132
|
-
.ant-form-item-has-error .ant-input-group-addon,
|
|
15133
|
-
.ant-form-item-has-error .ant-input-number-group-addon {
|
|
15134
|
-
color: #ff4d4f;
|
|
15135
|
-
border-color: #ff4d4f;
|
|
15136
|
-
}
|
|
15137
|
-
.ant-form-item-has-error .has-feedback {
|
|
15138
|
-
color: #ff4d4f;
|
|
15139
|
-
}
|
|
15140
|
-
.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
15141
|
-
color: #ff4d4f;
|
|
15142
|
-
animation-name: diffZoomIn2 !important;
|
|
15143
|
-
}
|
|
15144
|
-
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
|
|
15145
|
-
background-color: #fff;
|
|
15146
|
-
border-color: #ff4d4f !important;
|
|
15147
|
-
}
|
|
15148
|
-
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
|
15149
|
-
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
|
15150
|
-
border-color: #ff7875;
|
|
15151
|
-
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
15152
|
-
border-right-width: 1px !important;
|
|
15153
|
-
outline: 0;
|
|
15154
|
-
}
|
|
15155
|
-
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
|
|
15156
|
-
.ant-form-item-has-error .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
15157
|
-
background-color: inherit;
|
|
15158
|
-
border: 0;
|
|
15159
|
-
box-shadow: none;
|
|
15160
|
-
}
|
|
15161
|
-
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
|
|
15162
|
-
border-color: #ff4d4f;
|
|
15163
|
-
}
|
|
15164
|
-
.ant-form-item-has-error .ant-input-number,
|
|
15165
|
-
.ant-form-item-has-error .ant-picker {
|
|
15166
|
-
background-color: #fff;
|
|
15167
|
-
border-color: #ff4d4f;
|
|
15168
|
-
}
|
|
15169
|
-
.ant-form-item-has-error .ant-input-number-focused,
|
|
15170
|
-
.ant-form-item-has-error .ant-picker-focused,
|
|
15171
|
-
.ant-form-item-has-error .ant-input-number:focus,
|
|
15172
|
-
.ant-form-item-has-error .ant-picker:focus {
|
|
15173
|
-
border-color: #ff7875;
|
|
15174
|
-
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
15175
|
-
border-right-width: 1px !important;
|
|
15176
|
-
outline: 0;
|
|
15177
|
-
}
|
|
15178
|
-
.ant-form-item-has-error .ant-input-number:not([disabled]):hover,
|
|
15179
|
-
.ant-form-item-has-error .ant-picker:not([disabled]):hover {
|
|
15180
|
-
background-color: #fff;
|
|
15181
|
-
border-color: #ff4d4f;
|
|
15182
|
-
}
|
|
15183
|
-
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
|
|
15184
|
-
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
|
|
15185
|
-
background-color: #fff;
|
|
15186
|
-
border-color: #ff4d4f;
|
|
15187
|
-
}
|
|
15188
|
-
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
|
|
15189
|
-
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
|
|
15190
|
-
border-color: #ff7875;
|
|
15191
|
-
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
15192
|
-
border-right-width: 1px !important;
|
|
15193
|
-
outline: 0;
|
|
15194
|
-
}
|
|
15195
|
-
.ant-form-item-has-error .ant-cascader-picker:hover .ant-cascader-picker-label:hover + .ant-cascader-input.ant-input {
|
|
15196
|
-
border-color: #ff4d4f;
|
|
15197
|
-
}
|
|
15198
|
-
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
|
|
15199
|
-
background-color: #fff;
|
|
15200
|
-
border-color: #ff7875;
|
|
15201
|
-
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
15202
|
-
border-right-width: 1px !important;
|
|
15203
|
-
outline: 0;
|
|
15204
|
-
}
|
|
15205
|
-
.ant-form-item-has-error .ant-transfer-list {
|
|
15206
|
-
border-color: #ff4d4f;
|
|
15207
|
-
}
|
|
15208
|
-
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
|
|
15209
|
-
border-color: #d9d9d9;
|
|
15210
|
-
}
|
|
15211
|
-
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
|
|
15212
|
-
border-color: #40a9ff;
|
|
15213
|
-
border-right-width: 1px !important;
|
|
15214
|
-
}
|
|
15215
|
-
.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
|
|
15216
|
-
border-right-width: 0;
|
|
15217
|
-
border-left-width: 1px !important;
|
|
15218
|
-
}
|
|
15219
|
-
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
|
|
15220
|
-
border-color: #40a9ff;
|
|
15221
|
-
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
15222
|
-
border-right-width: 1px !important;
|
|
15223
|
-
outline: 0;
|
|
15224
|
-
}
|
|
15225
|
-
.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
|
|
15226
|
-
border-right-width: 0;
|
|
15227
|
-
border-left-width: 1px !important;
|
|
15228
|
-
}
|
|
15229
|
-
.ant-form-item-has-error .ant-radio-button-wrapper {
|
|
15230
|
-
border-color: #ff4d4f !important;
|
|
15231
|
-
}
|
|
15232
|
-
.ant-form-item-has-error .ant-radio-button-wrapper:not(:first-child)::before {
|
|
15233
|
-
background-color: #ff4d4f;
|
|
15234
|
-
}
|
|
15235
|
-
.ant-form-item-has-error .ant-mentions {
|
|
15236
|
-
border-color: #ff4d4f !important;
|
|
15237
|
-
}
|
|
15238
|
-
.ant-form-item-has-error .ant-mentions-focused,
|
|
15239
|
-
.ant-form-item-has-error .ant-mentions:focus {
|
|
15240
|
-
border-color: #ff7875;
|
|
15241
|
-
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
15242
|
-
border-right-width: 1px !important;
|
|
15243
|
-
outline: 0;
|
|
15244
|
-
}
|
|
15245
|
-
.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
15246
|
-
display: inline-block;
|
|
15247
|
-
color: #1890ff;
|
|
15248
|
-
}
|
|
15249
15231
|
.ant-form {
|
|
15250
15232
|
box-sizing: border-box;
|
|
15251
15233
|
margin: 0;
|
|
@@ -15439,14 +15421,30 @@ nz-header {
|
|
|
15439
15421
|
.ant-form-item-extra {
|
|
15440
15422
|
min-height: 24px;
|
|
15441
15423
|
}
|
|
15442
|
-
.ant-form-item .ant-input-textarea-show-count::after {
|
|
15443
|
-
margin-bottom: -22px;
|
|
15444
|
-
}
|
|
15445
15424
|
.ant-form-item-with-help .ant-form-item-explain {
|
|
15446
15425
|
height: auto;
|
|
15447
15426
|
min-height: 24px;
|
|
15448
15427
|
opacity: 1;
|
|
15449
15428
|
}
|
|
15429
|
+
.ant-form-item-feedback-icon {
|
|
15430
|
+
font-size: 14px;
|
|
15431
|
+
text-align: center;
|
|
15432
|
+
visibility: visible;
|
|
15433
|
+
animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
15434
|
+
pointer-events: none;
|
|
15435
|
+
}
|
|
15436
|
+
.ant-form-item-feedback-icon-success {
|
|
15437
|
+
color: #52c41a;
|
|
15438
|
+
}
|
|
15439
|
+
.ant-form-item-feedback-icon-error {
|
|
15440
|
+
color: #ff4d4f;
|
|
15441
|
+
}
|
|
15442
|
+
.ant-form-item-feedback-icon-warning {
|
|
15443
|
+
color: #faad14;
|
|
15444
|
+
}
|
|
15445
|
+
.ant-form-item-feedback-icon-validating {
|
|
15446
|
+
color: #1890ff;
|
|
15447
|
+
}
|
|
15450
15448
|
.ant-show-help {
|
|
15451
15449
|
transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
15452
15450
|
}
|
|
@@ -16878,24 +16876,42 @@ nz-list-item-extra {
|
|
|
16878
16876
|
right: auto;
|
|
16879
16877
|
left: 4px;
|
|
16880
16878
|
}
|
|
16881
|
-
.ant-
|
|
16879
|
+
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
|
|
16880
|
+
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
|
|
16881
|
+
background: #fff;
|
|
16882
|
+
border-color: #ff4d4f;
|
|
16883
|
+
}
|
|
16884
|
+
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
|
|
16885
|
+
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
|
|
16886
|
+
border-color: #ff7875;
|
|
16887
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
16888
|
+
border-right-width: 1px;
|
|
16889
|
+
outline: 0;
|
|
16890
|
+
}
|
|
16891
|
+
.ant-mentions-status-error .ant-input-prefix {
|
|
16892
|
+
color: #ff4d4f;
|
|
16893
|
+
}
|
|
16894
|
+
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
|
|
16895
|
+
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
|
|
16896
|
+
background: #fff;
|
|
16897
|
+
border-color: #faad14;
|
|
16898
|
+
}
|
|
16899
|
+
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
|
|
16900
|
+
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
|
|
16901
|
+
border-color: #ffc53d;
|
|
16902
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
16903
|
+
border-right-width: 1px;
|
|
16904
|
+
outline: 0;
|
|
16905
|
+
}
|
|
16906
|
+
.ant-mentions-status-warning .ant-input-prefix {
|
|
16907
|
+
color: #faad14;
|
|
16908
|
+
}
|
|
16909
|
+
.ant-mentions {
|
|
16882
16910
|
box-sizing: border-box;
|
|
16883
16911
|
margin: 0;
|
|
16884
|
-
padding: 0;
|
|
16885
|
-
color: rgba(0, 0, 0, 0.85);
|
|
16886
|
-
font-size: 14px;
|
|
16887
16912
|
font-variant: tabular-nums;
|
|
16888
|
-
line-height: 1.5715;
|
|
16889
16913
|
list-style: none;
|
|
16890
16914
|
font-feature-settings: 'tnum';
|
|
16891
|
-
position: relative;
|
|
16892
|
-
display: inline-block;
|
|
16893
|
-
width: 100%;
|
|
16894
|
-
vertical-align: middle;
|
|
16895
|
-
}
|
|
16896
|
-
.ant-mention-wrapper .ant-mention-editor {
|
|
16897
|
-
position: relative;
|
|
16898
|
-
display: inline-block;
|
|
16899
16915
|
width: 100%;
|
|
16900
16916
|
min-width: 0;
|
|
16901
16917
|
padding: 4px 11px;
|
|
@@ -16908,53 +16924,56 @@ nz-list-item-extra {
|
|
|
16908
16924
|
transition: all 0.3s;
|
|
16909
16925
|
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
16910
16926
|
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
16911
|
-
|
|
16927
|
+
position: relative;
|
|
16928
|
+
display: inline-block;
|
|
16912
16929
|
height: auto;
|
|
16913
|
-
min-height: 32px;
|
|
16914
16930
|
padding: 0;
|
|
16931
|
+
overflow: hidden;
|
|
16915
16932
|
line-height: 1.5715;
|
|
16933
|
+
white-space: pre-wrap;
|
|
16934
|
+
vertical-align: bottom;
|
|
16916
16935
|
}
|
|
16917
|
-
.ant-
|
|
16936
|
+
.ant-mentions::-moz-placeholder {
|
|
16918
16937
|
opacity: 1;
|
|
16919
16938
|
}
|
|
16920
|
-
.ant-
|
|
16939
|
+
.ant-mentions::placeholder {
|
|
16921
16940
|
color: #bfbfbf;
|
|
16922
16941
|
user-select: none;
|
|
16923
16942
|
}
|
|
16924
|
-
.ant-
|
|
16943
|
+
.ant-mentions:placeholder-shown {
|
|
16925
16944
|
text-overflow: ellipsis;
|
|
16926
16945
|
}
|
|
16927
|
-
.ant-
|
|
16946
|
+
.ant-mentions::-moz-placeholder {
|
|
16928
16947
|
opacity: 1;
|
|
16929
16948
|
}
|
|
16930
|
-
.ant-
|
|
16949
|
+
.ant-mentions::placeholder {
|
|
16931
16950
|
color: #bfbfbf;
|
|
16932
16951
|
user-select: none;
|
|
16933
16952
|
}
|
|
16934
|
-
.ant-
|
|
16953
|
+
.ant-mentions:placeholder-shown {
|
|
16935
16954
|
text-overflow: ellipsis;
|
|
16936
16955
|
}
|
|
16937
|
-
.ant-
|
|
16956
|
+
.ant-mentions:hover {
|
|
16938
16957
|
border-color: #40a9ff;
|
|
16939
|
-
border-right-width: 1px
|
|
16958
|
+
border-right-width: 1px;
|
|
16940
16959
|
}
|
|
16941
|
-
.ant-input-rtl .ant-
|
|
16960
|
+
.ant-input-rtl .ant-mentions:hover {
|
|
16942
16961
|
border-right-width: 0;
|
|
16943
16962
|
border-left-width: 1px !important;
|
|
16944
16963
|
}
|
|
16945
|
-
.ant-
|
|
16946
|
-
.ant-
|
|
16964
|
+
.ant-mentions:focus,
|
|
16965
|
+
.ant-mentions-focused {
|
|
16947
16966
|
border-color: #40a9ff;
|
|
16948
16967
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
16949
|
-
border-right-width: 1px
|
|
16968
|
+
border-right-width: 1px;
|
|
16950
16969
|
outline: 0;
|
|
16951
16970
|
}
|
|
16952
|
-
.ant-input-rtl .ant-
|
|
16953
|
-
.ant-input-rtl .ant-
|
|
16971
|
+
.ant-input-rtl .ant-mentions:focus,
|
|
16972
|
+
.ant-input-rtl .ant-mentions-focused {
|
|
16954
16973
|
border-right-width: 0;
|
|
16955
16974
|
border-left-width: 1px !important;
|
|
16956
16975
|
}
|
|
16957
|
-
.ant-
|
|
16976
|
+
.ant-mentions-disabled {
|
|
16958
16977
|
background-color: #f5f5f5;
|
|
16959
16978
|
border-color: #d9d9d9;
|
|
16960
16979
|
box-shadow: none;
|
|
@@ -16963,11 +16982,11 @@ nz-list-item-extra {
|
|
|
16963
16982
|
color: rgba(0, 0, 0, 0.25);
|
|
16964
16983
|
pointer-events: none;
|
|
16965
16984
|
}
|
|
16966
|
-
.ant-
|
|
16985
|
+
.ant-mentions-disabled:hover {
|
|
16967
16986
|
border-color: #d9d9d9;
|
|
16968
|
-
border-right-width: 1px
|
|
16987
|
+
border-right-width: 1px;
|
|
16969
16988
|
}
|
|
16970
|
-
.ant-
|
|
16989
|
+
.ant-mentions[disabled] {
|
|
16971
16990
|
background-color: #f5f5f5;
|
|
16972
16991
|
border-color: #d9d9d9;
|
|
16973
16992
|
box-shadow: none;
|
|
@@ -16976,21 +16995,21 @@ nz-list-item-extra {
|
|
|
16976
16995
|
color: rgba(0, 0, 0, 0.25);
|
|
16977
16996
|
pointer-events: none;
|
|
16978
16997
|
}
|
|
16979
|
-
.ant-
|
|
16998
|
+
.ant-mentions[disabled]:hover {
|
|
16980
16999
|
border-color: #d9d9d9;
|
|
16981
|
-
border-right-width: 1px
|
|
16982
|
-
}
|
|
16983
|
-
.ant-
|
|
16984
|
-
.ant-
|
|
16985
|
-
.ant-
|
|
16986
|
-
.ant-
|
|
16987
|
-
.ant-
|
|
16988
|
-
.ant-
|
|
17000
|
+
border-right-width: 1px;
|
|
17001
|
+
}
|
|
17002
|
+
.ant-mentions-borderless,
|
|
17003
|
+
.ant-mentions-borderless:hover,
|
|
17004
|
+
.ant-mentions-borderless:focus,
|
|
17005
|
+
.ant-mentions-borderless-focused,
|
|
17006
|
+
.ant-mentions-borderless-disabled,
|
|
17007
|
+
.ant-mentions-borderless[disabled] {
|
|
16989
17008
|
background-color: transparent;
|
|
16990
17009
|
border: none;
|
|
16991
17010
|
box-shadow: none;
|
|
16992
17011
|
}
|
|
16993
|
-
textarea.ant-
|
|
17012
|
+
textarea.ant-mentions {
|
|
16994
17013
|
max-width: 100%;
|
|
16995
17014
|
height: auto;
|
|
16996
17015
|
min-height: 32px;
|
|
@@ -16998,31 +17017,17 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
16998
17017
|
vertical-align: bottom;
|
|
16999
17018
|
transition: all 0.3s, height 0s;
|
|
17000
17019
|
}
|
|
17001
|
-
.ant-
|
|
17020
|
+
.ant-mentions-lg {
|
|
17002
17021
|
padding: 6.5px 11px;
|
|
17003
17022
|
font-size: 16px;
|
|
17004
17023
|
}
|
|
17005
|
-
.ant-
|
|
17024
|
+
.ant-mentions-sm {
|
|
17006
17025
|
padding: 0px 7px;
|
|
17007
17026
|
}
|
|
17008
|
-
.ant-
|
|
17027
|
+
.ant-mentions-rtl {
|
|
17009
17028
|
direction: rtl;
|
|
17010
17029
|
}
|
|
17011
|
-
.ant-
|
|
17012
|
-
height: auto;
|
|
17013
|
-
overflow-y: auto;
|
|
17014
|
-
}
|
|
17015
|
-
.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
|
|
17016
|
-
border-color: #40a9ff;
|
|
17017
|
-
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
17018
|
-
border-right-width: 1px !important;
|
|
17019
|
-
outline: 0;
|
|
17020
|
-
}
|
|
17021
|
-
.ant-input-rtl .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
|
|
17022
|
-
border-right-width: 0;
|
|
17023
|
-
border-left-width: 1px !important;
|
|
17024
|
-
}
|
|
17025
|
-
.ant-mention-wrapper.disabled .ant-mention-editor {
|
|
17030
|
+
.ant-mentions-disabled > textarea {
|
|
17026
17031
|
background-color: #f5f5f5;
|
|
17027
17032
|
border-color: #d9d9d9;
|
|
17028
17033
|
box-shadow: none;
|
|
@@ -17031,33 +17036,93 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17031
17036
|
color: rgba(0, 0, 0, 0.25);
|
|
17032
17037
|
pointer-events: none;
|
|
17033
17038
|
}
|
|
17034
|
-
.ant-
|
|
17039
|
+
.ant-mentions-disabled > textarea:hover {
|
|
17035
17040
|
border-color: #d9d9d9;
|
|
17036
|
-
border-right-width: 1px
|
|
17041
|
+
border-right-width: 1px;
|
|
17037
17042
|
}
|
|
17038
|
-
.ant-
|
|
17039
|
-
|
|
17040
|
-
|
|
17043
|
+
.ant-mentions-focused {
|
|
17044
|
+
border-color: #40a9ff;
|
|
17045
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
17046
|
+
border-right-width: 1px;
|
|
17047
|
+
outline: 0;
|
|
17041
17048
|
}
|
|
17042
|
-
.ant-
|
|
17043
|
-
|
|
17044
|
-
|
|
17045
|
-
|
|
17046
|
-
|
|
17049
|
+
.ant-input-rtl .ant-mentions-focused {
|
|
17050
|
+
border-right-width: 0;
|
|
17051
|
+
border-left-width: 1px !important;
|
|
17052
|
+
}
|
|
17053
|
+
.ant-mentions > textarea,
|
|
17054
|
+
.ant-mentions-measure {
|
|
17055
|
+
min-height: 30px;
|
|
17056
|
+
margin: 0;
|
|
17057
|
+
padding: 4px 11px;
|
|
17058
|
+
overflow: inherit;
|
|
17059
|
+
overflow-x: hidden;
|
|
17060
|
+
overflow-y: auto;
|
|
17061
|
+
/* stylelint-disable declaration-block-no-redundant-longhand-properties */
|
|
17062
|
+
font-weight: inherit;
|
|
17063
|
+
font-size: inherit;
|
|
17064
|
+
font-family: inherit;
|
|
17065
|
+
font-style: inherit;
|
|
17066
|
+
font-variant: inherit;
|
|
17067
|
+
font-size-adjust: inherit;
|
|
17068
|
+
font-stretch: inherit;
|
|
17069
|
+
line-height: inherit;
|
|
17070
|
+
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
|
17071
|
+
direction: inherit;
|
|
17072
|
+
letter-spacing: inherit;
|
|
17073
|
+
white-space: inherit;
|
|
17074
|
+
text-align: inherit;
|
|
17075
|
+
vertical-align: top;
|
|
17047
17076
|
word-wrap: break-word;
|
|
17077
|
+
word-break: inherit;
|
|
17078
|
+
tab-size: inherit;
|
|
17079
|
+
}
|
|
17080
|
+
.ant-mentions > textarea {
|
|
17081
|
+
width: 100%;
|
|
17082
|
+
border: none;
|
|
17048
17083
|
outline: none;
|
|
17084
|
+
resize: none;
|
|
17085
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
17086
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
17087
|
+
}
|
|
17088
|
+
.ant-mentions > textarea::-moz-placeholder {
|
|
17049
17089
|
opacity: 1;
|
|
17050
17090
|
}
|
|
17051
|
-
.ant-
|
|
17052
|
-
|
|
17053
|
-
|
|
17091
|
+
.ant-mentions > textarea::placeholder {
|
|
17092
|
+
color: #bfbfbf;
|
|
17093
|
+
user-select: none;
|
|
17054
17094
|
}
|
|
17055
|
-
.ant-
|
|
17056
|
-
|
|
17095
|
+
.ant-mentions > textarea:placeholder-shown {
|
|
17096
|
+
text-overflow: ellipsis;
|
|
17097
|
+
}
|
|
17098
|
+
.ant-mentions > textarea::-moz-placeholder {
|
|
17099
|
+
opacity: 1;
|
|
17100
|
+
}
|
|
17101
|
+
.ant-mentions > textarea::placeholder {
|
|
17102
|
+
color: #bfbfbf;
|
|
17103
|
+
user-select: none;
|
|
17104
|
+
}
|
|
17105
|
+
.ant-mentions > textarea:placeholder-shown {
|
|
17106
|
+
text-overflow: ellipsis;
|
|
17107
|
+
}
|
|
17108
|
+
.ant-mentions-measure {
|
|
17109
|
+
position: absolute;
|
|
17110
|
+
top: 0;
|
|
17111
|
+
right: 0;
|
|
17112
|
+
bottom: 0;
|
|
17113
|
+
left: 0;
|
|
17114
|
+
z-index: -1;
|
|
17115
|
+
color: transparent;
|
|
17116
|
+
pointer-events: none;
|
|
17117
|
+
}
|
|
17118
|
+
.ant-mentions-measure > span {
|
|
17119
|
+
display: inline-block;
|
|
17120
|
+
min-height: 1em;
|
|
17121
|
+
}
|
|
17122
|
+
.ant-mentions-dropdown {
|
|
17057
17123
|
margin: 0;
|
|
17058
17124
|
padding: 0;
|
|
17059
17125
|
color: rgba(0, 0, 0, 0.85);
|
|
17060
|
-
font-size: 14px;
|
|
17061
17126
|
font-variant: tabular-nums;
|
|
17062
17127
|
line-height: 1.5715;
|
|
17063
17128
|
list-style: none;
|
|
@@ -17066,77 +17131,108 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17066
17131
|
top: -9999px;
|
|
17067
17132
|
left: -9999px;
|
|
17068
17133
|
z-index: 1050;
|
|
17069
|
-
|
|
17070
|
-
|
|
17071
|
-
|
|
17072
|
-
overflow-x: hidden;
|
|
17073
|
-
overflow-y: auto;
|
|
17134
|
+
box-sizing: border-box;
|
|
17135
|
+
font-size: 14px;
|
|
17136
|
+
font-variant: initial;
|
|
17074
17137
|
background-color: #fff;
|
|
17075
17138
|
border-radius: 2px;
|
|
17076
17139
|
outline: none;
|
|
17077
17140
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
17078
17141
|
}
|
|
17079
|
-
.ant-
|
|
17080
|
-
|
|
17081
|
-
}
|
|
17082
|
-
.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
|
|
17083
|
-
color: rgba(0, 0, 0, 0.25);
|
|
17142
|
+
.ant-mentions-dropdown-hidden {
|
|
17143
|
+
display: none;
|
|
17084
17144
|
}
|
|
17085
|
-
.ant-
|
|
17086
|
-
|
|
17087
|
-
|
|
17088
|
-
|
|
17145
|
+
.ant-mentions-dropdown-menu {
|
|
17146
|
+
max-height: 250px;
|
|
17147
|
+
margin-bottom: 0;
|
|
17148
|
+
padding-left: 0;
|
|
17149
|
+
overflow: auto;
|
|
17150
|
+
list-style: none;
|
|
17151
|
+
outline: none;
|
|
17089
17152
|
}
|
|
17090
|
-
.ant-
|
|
17153
|
+
.ant-mentions-dropdown-menu-item {
|
|
17091
17154
|
position: relative;
|
|
17092
17155
|
display: block;
|
|
17156
|
+
min-width: 100px;
|
|
17093
17157
|
padding: 5px 12px;
|
|
17094
17158
|
overflow: hidden;
|
|
17095
17159
|
color: rgba(0, 0, 0, 0.85);
|
|
17096
17160
|
font-weight: normal;
|
|
17097
|
-
line-height:
|
|
17161
|
+
line-height: 1.5715;
|
|
17098
17162
|
white-space: nowrap;
|
|
17099
17163
|
text-overflow: ellipsis;
|
|
17100
17164
|
cursor: pointer;
|
|
17101
|
-
transition: background 0.3s;
|
|
17165
|
+
transition: background 0.3s ease;
|
|
17102
17166
|
}
|
|
17103
|
-
.ant-
|
|
17167
|
+
.ant-mentions-dropdown-menu-item:hover {
|
|
17104
17168
|
background-color: #f5f5f5;
|
|
17105
17169
|
}
|
|
17106
|
-
.ant-
|
|
17107
|
-
|
|
17108
|
-
|
|
17170
|
+
.ant-mentions-dropdown-menu-item:first-child {
|
|
17171
|
+
border-radius: 2px 2px 0 0;
|
|
17172
|
+
}
|
|
17173
|
+
.ant-mentions-dropdown-menu-item:last-child {
|
|
17174
|
+
border-radius: 0 0 2px 2px;
|
|
17109
17175
|
}
|
|
17110
|
-
.ant-
|
|
17176
|
+
.ant-mentions-dropdown-menu-item-disabled {
|
|
17111
17177
|
color: rgba(0, 0, 0, 0.25);
|
|
17112
17178
|
cursor: not-allowed;
|
|
17113
17179
|
}
|
|
17114
|
-
.ant-
|
|
17180
|
+
.ant-mentions-dropdown-menu-item-disabled:hover {
|
|
17115
17181
|
color: rgba(0, 0, 0, 0.25);
|
|
17116
17182
|
background-color: #fff;
|
|
17117
17183
|
cursor: not-allowed;
|
|
17118
17184
|
}
|
|
17119
|
-
.ant-
|
|
17120
|
-
.ant-mention-dropdown-item-selected:hover {
|
|
17185
|
+
.ant-mentions-dropdown-menu-item-selected {
|
|
17121
17186
|
color: rgba(0, 0, 0, 0.85);
|
|
17122
|
-
font-weight:
|
|
17187
|
+
font-weight: 600;
|
|
17188
|
+
background-color: #fafafa;
|
|
17189
|
+
}
|
|
17190
|
+
.ant-mentions-dropdown-menu-item-active {
|
|
17123
17191
|
background-color: #f5f5f5;
|
|
17124
17192
|
}
|
|
17125
|
-
.ant-
|
|
17126
|
-
|
|
17127
|
-
|
|
17128
|
-
|
|
17129
|
-
|
|
17130
|
-
|
|
17193
|
+
.ant-mentions-suffix {
|
|
17194
|
+
position: absolute;
|
|
17195
|
+
top: 0;
|
|
17196
|
+
right: 11px;
|
|
17197
|
+
bottom: 0;
|
|
17198
|
+
z-index: 1;
|
|
17199
|
+
display: inline-flex;
|
|
17200
|
+
align-items: center;
|
|
17201
|
+
margin: auto;
|
|
17202
|
+
}
|
|
17203
|
+
.ant-mentions-rtl {
|
|
17204
|
+
direction: rtl;
|
|
17131
17205
|
}
|
|
17132
|
-
.ant-
|
|
17206
|
+
.ant-mentions-dropdown {
|
|
17133
17207
|
top: 100%;
|
|
17134
|
-
left:
|
|
17208
|
+
left: 12px;
|
|
17135
17209
|
position: relative;
|
|
17136
17210
|
width: 100%;
|
|
17137
|
-
margin-top:
|
|
17211
|
+
margin-top: 8px;
|
|
17138
17212
|
margin-bottom: 4px;
|
|
17139
17213
|
}
|
|
17214
|
+
.ant-mentions:focus-within {
|
|
17215
|
+
border-color: #40a9ff;
|
|
17216
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
17217
|
+
border-right-width: 1px;
|
|
17218
|
+
outline: 0;
|
|
17219
|
+
}
|
|
17220
|
+
.ant-input-rtl .ant-mentions:focus-within {
|
|
17221
|
+
border-right-width: 0;
|
|
17222
|
+
border-left-width: 1px !important;
|
|
17223
|
+
}
|
|
17224
|
+
.ant-mentions.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus-within {
|
|
17225
|
+
border-color: #ff7875;
|
|
17226
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
17227
|
+
border-right-width: 1px;
|
|
17228
|
+
outline: 0;
|
|
17229
|
+
}
|
|
17230
|
+
.ant-mentions.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus-within {
|
|
17231
|
+
border-color: #ffc53d;
|
|
17232
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
17233
|
+
border-right-width: 1px;
|
|
17234
|
+
outline: 0;
|
|
17235
|
+
}
|
|
17140
17236
|
.ant-message {
|
|
17141
17237
|
box-sizing: border-box;
|
|
17142
17238
|
margin: 0;
|
|
@@ -17230,7 +17326,7 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17230
17326
|
padding-bottom: 24px;
|
|
17231
17327
|
}
|
|
17232
17328
|
.ant-modal.ant-zoom-enter,
|
|
17233
|
-
.ant-modal.
|
|
17329
|
+
.ant-modal.ant-zoom-appear {
|
|
17234
17330
|
transform: none;
|
|
17235
17331
|
opacity: 0;
|
|
17236
17332
|
animation-duration: 0.3s;
|
|
@@ -17260,7 +17356,7 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17260
17356
|
-webkit-overflow-scrolling: touch;
|
|
17261
17357
|
}
|
|
17262
17358
|
.ant-modal.ant-zoom-enter,
|
|
17263
|
-
.ant-modal.
|
|
17359
|
+
.ant-modal.ant-zoom-appear {
|
|
17264
17360
|
transform: none;
|
|
17265
17361
|
opacity: 0;
|
|
17266
17362
|
animation-duration: 0.3s;
|
|
@@ -17528,17 +17624,6 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17528
17624
|
z-index: 1010;
|
|
17529
17625
|
margin-right: 24px;
|
|
17530
17626
|
}
|
|
17531
|
-
.ant-notification-topLeft,
|
|
17532
|
-
.ant-notification-bottomLeft {
|
|
17533
|
-
margin-right: 0;
|
|
17534
|
-
margin-left: 24px;
|
|
17535
|
-
}
|
|
17536
|
-
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
17537
|
-
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
17538
|
-
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
|
|
17539
|
-
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
|
|
17540
|
-
animation-name: NotificationLeftFadeIn;
|
|
17541
|
-
}
|
|
17542
17627
|
.ant-notification-close-icon {
|
|
17543
17628
|
font-size: 14px;
|
|
17544
17629
|
cursor: pointer;
|
|
@@ -17560,6 +17645,11 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17560
17645
|
border-radius: 2px;
|
|
17561
17646
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
17562
17647
|
}
|
|
17648
|
+
.ant-notification-top .ant-notification-notice,
|
|
17649
|
+
.ant-notification-bottom .ant-notification-notice {
|
|
17650
|
+
margin-right: auto;
|
|
17651
|
+
margin-left: auto;
|
|
17652
|
+
}
|
|
17563
17653
|
.ant-notification-topLeft .ant-notification-notice,
|
|
17564
17654
|
.ant-notification-bottomLeft .ant-notification-notice {
|
|
17565
17655
|
margin-right: auto;
|
|
@@ -17668,16 +17758,6 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17668
17758
|
opacity: 1;
|
|
17669
17759
|
}
|
|
17670
17760
|
}
|
|
17671
|
-
@keyframes NotificationLeftFadeIn {
|
|
17672
|
-
0% {
|
|
17673
|
-
right: 384px;
|
|
17674
|
-
opacity: 0;
|
|
17675
|
-
}
|
|
17676
|
-
100% {
|
|
17677
|
-
right: 0;
|
|
17678
|
-
opacity: 1;
|
|
17679
|
-
}
|
|
17680
|
-
}
|
|
17681
17761
|
@keyframes NotificationFadeOut {
|
|
17682
17762
|
0% {
|
|
17683
17763
|
max-height: 150px;
|
|
@@ -17718,6 +17798,60 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17718
17798
|
.ant-notification-rtl .ant-notification-notice-btn {
|
|
17719
17799
|
float: left;
|
|
17720
17800
|
}
|
|
17801
|
+
.ant-notification-top,
|
|
17802
|
+
.ant-notification-bottom {
|
|
17803
|
+
margin-right: 0;
|
|
17804
|
+
margin-left: 0;
|
|
17805
|
+
}
|
|
17806
|
+
.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
17807
|
+
.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
|
|
17808
|
+
animation-name: NotificationTopFadeIn;
|
|
17809
|
+
}
|
|
17810
|
+
.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
17811
|
+
.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
|
|
17812
|
+
animation-name: NotificationBottomFadeIn;
|
|
17813
|
+
}
|
|
17814
|
+
.ant-notification-topLeft,
|
|
17815
|
+
.ant-notification-bottomLeft {
|
|
17816
|
+
margin-right: 0;
|
|
17817
|
+
margin-left: 24px;
|
|
17818
|
+
}
|
|
17819
|
+
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
17820
|
+
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
17821
|
+
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
|
|
17822
|
+
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
|
|
17823
|
+
animation-name: NotificationLeftFadeIn;
|
|
17824
|
+
}
|
|
17825
|
+
@keyframes NotificationTopFadeIn {
|
|
17826
|
+
0% {
|
|
17827
|
+
margin-top: -100%;
|
|
17828
|
+
opacity: 0;
|
|
17829
|
+
}
|
|
17830
|
+
100% {
|
|
17831
|
+
margin-top: 0;
|
|
17832
|
+
opacity: 1;
|
|
17833
|
+
}
|
|
17834
|
+
}
|
|
17835
|
+
@keyframes NotificationBottomFadeIn {
|
|
17836
|
+
0% {
|
|
17837
|
+
margin-bottom: -100%;
|
|
17838
|
+
opacity: 0;
|
|
17839
|
+
}
|
|
17840
|
+
100% {
|
|
17841
|
+
margin-bottom: 0;
|
|
17842
|
+
opacity: 1;
|
|
17843
|
+
}
|
|
17844
|
+
}
|
|
17845
|
+
@keyframes NotificationLeftFadeIn {
|
|
17846
|
+
0% {
|
|
17847
|
+
right: 384px;
|
|
17848
|
+
opacity: 0;
|
|
17849
|
+
}
|
|
17850
|
+
100% {
|
|
17851
|
+
right: 0;
|
|
17852
|
+
opacity: 1;
|
|
17853
|
+
}
|
|
17854
|
+
}
|
|
17721
17855
|
.ant-page-header {
|
|
17722
17856
|
box-sizing: border-box;
|
|
17723
17857
|
margin: 0;
|
|
@@ -17814,12 +17948,8 @@ textarea.ant-mention-wrapper .ant-mention-editor {
|
|
|
17814
17948
|
white-space: nowrap;
|
|
17815
17949
|
}
|
|
17816
17950
|
.ant-page-header-heading-extra > * {
|
|
17817
|
-
margin-left: 12px;
|
|
17818
17951
|
white-space: unset;
|
|
17819
17952
|
}
|
|
17820
|
-
.ant-page-header-heading-extra > *:first-child {
|
|
17821
|
-
margin-left: 0;
|
|
17822
|
-
}
|
|
17823
17953
|
.ant-page-header-content {
|
|
17824
17954
|
padding-top: 12px;
|
|
17825
17955
|
}
|
|
@@ -18184,7 +18314,7 @@ nz-page-header-footer {
|
|
|
18184
18314
|
}
|
|
18185
18315
|
.ant-pagination-options-quick-jumper input:hover {
|
|
18186
18316
|
border-color: #40a9ff;
|
|
18187
|
-
border-right-width: 1px
|
|
18317
|
+
border-right-width: 1px;
|
|
18188
18318
|
}
|
|
18189
18319
|
.ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
|
|
18190
18320
|
border-right-width: 0;
|
|
@@ -18194,7 +18324,7 @@ nz-page-header-footer {
|
|
|
18194
18324
|
.ant-pagination-options-quick-jumper input-focused {
|
|
18195
18325
|
border-color: #40a9ff;
|
|
18196
18326
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
18197
|
-
border-right-width: 1px
|
|
18327
|
+
border-right-width: 1px;
|
|
18198
18328
|
outline: 0;
|
|
18199
18329
|
}
|
|
18200
18330
|
.ant-input-rtl .ant-pagination-options-quick-jumper input:focus,
|
|
@@ -18213,7 +18343,7 @@ nz-page-header-footer {
|
|
|
18213
18343
|
}
|
|
18214
18344
|
.ant-pagination-options-quick-jumper input-disabled:hover {
|
|
18215
18345
|
border-color: #d9d9d9;
|
|
18216
|
-
border-right-width: 1px
|
|
18346
|
+
border-right-width: 1px;
|
|
18217
18347
|
}
|
|
18218
18348
|
.ant-pagination-options-quick-jumper input[disabled] {
|
|
18219
18349
|
background-color: #f5f5f5;
|
|
@@ -18226,7 +18356,7 @@ nz-page-header-footer {
|
|
|
18226
18356
|
}
|
|
18227
18357
|
.ant-pagination-options-quick-jumper input[disabled]:hover {
|
|
18228
18358
|
border-color: #d9d9d9;
|
|
18229
|
-
border-right-width: 1px
|
|
18359
|
+
border-right-width: 1px;
|
|
18230
18360
|
}
|
|
18231
18361
|
.ant-pagination-options-quick-jumper input-borderless,
|
|
18232
18362
|
.ant-pagination-options-quick-jumper input-borderless:hover,
|
|
@@ -18479,22 +18609,22 @@ nz-pagination {
|
|
|
18479
18609
|
.ant-popover-placement-top,
|
|
18480
18610
|
.ant-popover-placement-topLeft,
|
|
18481
18611
|
.ant-popover-placement-topRight {
|
|
18482
|
-
padding-bottom:
|
|
18612
|
+
padding-bottom: 15.3137085px;
|
|
18483
18613
|
}
|
|
18484
18614
|
.ant-popover-placement-right,
|
|
18485
18615
|
.ant-popover-placement-rightTop,
|
|
18486
18616
|
.ant-popover-placement-rightBottom {
|
|
18487
|
-
padding-left:
|
|
18617
|
+
padding-left: 15.3137085px;
|
|
18488
18618
|
}
|
|
18489
18619
|
.ant-popover-placement-bottom,
|
|
18490
18620
|
.ant-popover-placement-bottomLeft,
|
|
18491
18621
|
.ant-popover-placement-bottomRight {
|
|
18492
|
-
padding-top:
|
|
18622
|
+
padding-top: 15.3137085px;
|
|
18493
18623
|
}
|
|
18494
18624
|
.ant-popover-placement-left,
|
|
18495
18625
|
.ant-popover-placement-leftTop,
|
|
18496
18626
|
.ant-popover-placement-leftBottom {
|
|
18497
|
-
padding-right:
|
|
18627
|
+
padding-right: 15.3137085px;
|
|
18498
18628
|
}
|
|
18499
18629
|
.ant-popover-inner {
|
|
18500
18630
|
background-color: #fff;
|
|
@@ -18549,8 +18679,8 @@ nz-pagination {
|
|
|
18549
18679
|
.ant-popover-arrow {
|
|
18550
18680
|
position: absolute;
|
|
18551
18681
|
display: block;
|
|
18552
|
-
width:
|
|
18553
|
-
height:
|
|
18682
|
+
width: 16px;
|
|
18683
|
+
height: 16px;
|
|
18554
18684
|
overflow: hidden;
|
|
18555
18685
|
background: transparent;
|
|
18556
18686
|
pointer-events: none;
|
|
@@ -18562,23 +18692,49 @@ nz-pagination {
|
|
|
18562
18692
|
bottom: 0;
|
|
18563
18693
|
left: 0;
|
|
18564
18694
|
display: block;
|
|
18565
|
-
width:
|
|
18566
|
-
height:
|
|
18695
|
+
width: 11.3137085px;
|
|
18696
|
+
height: 11.3137085px;
|
|
18567
18697
|
margin: auto;
|
|
18568
18698
|
background-color: #fff;
|
|
18569
18699
|
content: '';
|
|
18570
18700
|
pointer-events: auto;
|
|
18701
|
+
border-radius: 0 0 2px;
|
|
18702
|
+
pointer-events: none;
|
|
18703
|
+
}
|
|
18704
|
+
.ant-popover-arrow-content::before {
|
|
18705
|
+
position: absolute;
|
|
18706
|
+
top: -11.3137085px;
|
|
18707
|
+
left: -11.3137085px;
|
|
18708
|
+
width: 33.9411255px;
|
|
18709
|
+
height: 33.9411255px;
|
|
18710
|
+
background: #fff;
|
|
18711
|
+
background-repeat: no-repeat;
|
|
18712
|
+
background-position: -10px -10px;
|
|
18713
|
+
content: '';
|
|
18714
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
18715
|
+
}
|
|
18716
|
+
.ant-popover-arrow-content::before {
|
|
18717
|
+
position: absolute;
|
|
18718
|
+
top: -11.3137085px;
|
|
18719
|
+
left: -11.3137085px;
|
|
18720
|
+
width: 33.9411255px;
|
|
18721
|
+
height: 33.9411255px;
|
|
18722
|
+
background: #fff;
|
|
18723
|
+
background-repeat: no-repeat;
|
|
18724
|
+
background-position: -10px -10px;
|
|
18725
|
+
content: '';
|
|
18726
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
18571
18727
|
}
|
|
18572
18728
|
.ant-popover-placement-top .ant-popover-arrow,
|
|
18573
18729
|
.ant-popover-placement-topLeft .ant-popover-arrow,
|
|
18574
18730
|
.ant-popover-placement-topRight .ant-popover-arrow {
|
|
18575
|
-
bottom:
|
|
18731
|
+
bottom: -0.6862915px;
|
|
18576
18732
|
}
|
|
18577
18733
|
.ant-popover-placement-top .ant-popover-arrow-content,
|
|
18578
18734
|
.ant-popover-placement-topLeft .ant-popover-arrow-content,
|
|
18579
18735
|
.ant-popover-placement-topRight .ant-popover-arrow-content {
|
|
18580
18736
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
18581
|
-
transform: translateY(-
|
|
18737
|
+
transform: translateY(-8px) rotate(45deg);
|
|
18582
18738
|
}
|
|
18583
18739
|
.ant-popover-placement-top .ant-popover-arrow {
|
|
18584
18740
|
left: 50%;
|
|
@@ -18593,13 +18749,13 @@ nz-pagination {
|
|
|
18593
18749
|
.ant-popover-placement-right .ant-popover-arrow,
|
|
18594
18750
|
.ant-popover-placement-rightTop .ant-popover-arrow,
|
|
18595
18751
|
.ant-popover-placement-rightBottom .ant-popover-arrow {
|
|
18596
|
-
left:
|
|
18752
|
+
left: -0.6862915px;
|
|
18597
18753
|
}
|
|
18598
18754
|
.ant-popover-placement-right .ant-popover-arrow-content,
|
|
18599
18755
|
.ant-popover-placement-rightTop .ant-popover-arrow-content,
|
|
18600
18756
|
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
|
|
18601
|
-
box-shadow:
|
|
18602
|
-
transform: translateX(
|
|
18757
|
+
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
18758
|
+
transform: translateX(8px) rotate(135deg);
|
|
18603
18759
|
}
|
|
18604
18760
|
.ant-popover-placement-right .ant-popover-arrow {
|
|
18605
18761
|
top: 50%;
|
|
@@ -18614,13 +18770,13 @@ nz-pagination {
|
|
|
18614
18770
|
.ant-popover-placement-bottom .ant-popover-arrow,
|
|
18615
18771
|
.ant-popover-placement-bottomLeft .ant-popover-arrow,
|
|
18616
18772
|
.ant-popover-placement-bottomRight .ant-popover-arrow {
|
|
18617
|
-
top:
|
|
18773
|
+
top: -0.6862915px;
|
|
18618
18774
|
}
|
|
18619
18775
|
.ant-popover-placement-bottom .ant-popover-arrow-content,
|
|
18620
18776
|
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
|
|
18621
18777
|
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
|
|
18622
|
-
box-shadow:
|
|
18623
|
-
transform: translateY(
|
|
18778
|
+
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
|
|
18779
|
+
transform: translateY(8px) rotate(-135deg);
|
|
18624
18780
|
}
|
|
18625
18781
|
.ant-popover-placement-bottom .ant-popover-arrow {
|
|
18626
18782
|
left: 50%;
|
|
@@ -18635,13 +18791,13 @@ nz-pagination {
|
|
|
18635
18791
|
.ant-popover-placement-left .ant-popover-arrow,
|
|
18636
18792
|
.ant-popover-placement-leftTop .ant-popover-arrow,
|
|
18637
18793
|
.ant-popover-placement-leftBottom .ant-popover-arrow {
|
|
18638
|
-
right:
|
|
18794
|
+
right: -0.6862915px;
|
|
18639
18795
|
}
|
|
18640
18796
|
.ant-popover-placement-left .ant-popover-arrow-content,
|
|
18641
18797
|
.ant-popover-placement-leftTop .ant-popover-arrow-content,
|
|
18642
18798
|
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
|
|
18643
|
-
box-shadow: 3px
|
|
18644
|
-
transform: translateX(-
|
|
18799
|
+
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
18800
|
+
transform: translateX(-8px) rotate(-45deg);
|
|
18645
18801
|
}
|
|
18646
18802
|
.ant-popover-placement-left .ant-popover-arrow {
|
|
18647
18803
|
top: 50%;
|
|
@@ -18979,6 +19135,10 @@ nz-pagination {
|
|
|
18979
19135
|
overflow: hidden;
|
|
18980
19136
|
content: '\a0';
|
|
18981
19137
|
}
|
|
19138
|
+
.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
|
|
19139
|
+
width: 14px;
|
|
19140
|
+
height: 14px;
|
|
19141
|
+
}
|
|
18982
19142
|
.ant-radio {
|
|
18983
19143
|
box-sizing: border-box;
|
|
18984
19144
|
margin: 0;
|
|
@@ -19296,7 +19456,7 @@ span.ant-radio + * {
|
|
|
19296
19456
|
.ant-rate-disabled .ant-rate-star {
|
|
19297
19457
|
cursor: default;
|
|
19298
19458
|
}
|
|
19299
|
-
.ant-rate-disabled .ant-rate-star:hover {
|
|
19459
|
+
.ant-rate-disabled .ant-rate-star > div:hover {
|
|
19300
19460
|
transform: scale(1);
|
|
19301
19461
|
}
|
|
19302
19462
|
.ant-rate-star {
|
|
@@ -19595,7 +19755,7 @@ span.ant-radio + * {
|
|
|
19595
19755
|
display: block;
|
|
19596
19756
|
}
|
|
19597
19757
|
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
|
|
19598
|
-
vertical-align:
|
|
19758
|
+
vertical-align: middle;
|
|
19599
19759
|
}
|
|
19600
19760
|
.ant-select-multiple .ant-select-selection-item-remove:hover {
|
|
19601
19761
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -19680,6 +19840,40 @@ span.ant-radio + * {
|
|
|
19680
19840
|
.ant-select-disabled .ant-select-selection-item-remove {
|
|
19681
19841
|
display: none;
|
|
19682
19842
|
}
|
|
19843
|
+
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
|
|
19844
|
+
background-color: #fff;
|
|
19845
|
+
border-color: #ff4d4f !important;
|
|
19846
|
+
}
|
|
19847
|
+
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
|
19848
|
+
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
|
19849
|
+
border-color: #ff7875;
|
|
19850
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
19851
|
+
border-right-width: 1px;
|
|
19852
|
+
outline: 0;
|
|
19853
|
+
}
|
|
19854
|
+
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
|
|
19855
|
+
background-color: #fff;
|
|
19856
|
+
border-color: #faad14 !important;
|
|
19857
|
+
}
|
|
19858
|
+
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
|
19859
|
+
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
|
19860
|
+
border-color: #ffc53d;
|
|
19861
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
19862
|
+
border-right-width: 1px;
|
|
19863
|
+
outline: 0;
|
|
19864
|
+
}
|
|
19865
|
+
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
|
|
19866
|
+
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
|
|
19867
|
+
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
|
|
19868
|
+
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
|
|
19869
|
+
right: 32px;
|
|
19870
|
+
}
|
|
19871
|
+
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
|
|
19872
|
+
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
|
|
19873
|
+
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
|
|
19874
|
+
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
|
|
19875
|
+
padding-right: 42px;
|
|
19876
|
+
}
|
|
19683
19877
|
/* Reset search input style */
|
|
19684
19878
|
.ant-select {
|
|
19685
19879
|
box-sizing: border-box;
|
|
@@ -19714,7 +19908,7 @@ span.ant-radio + * {
|
|
|
19714
19908
|
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
19715
19909
|
border-color: #40a9ff;
|
|
19716
19910
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
19717
|
-
border-right-width: 1px
|
|
19911
|
+
border-right-width: 1px;
|
|
19718
19912
|
outline: 0;
|
|
19719
19913
|
}
|
|
19720
19914
|
.ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
@@ -19747,7 +19941,7 @@ span.ant-radio + * {
|
|
|
19747
19941
|
}
|
|
19748
19942
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
19749
19943
|
border-color: #40a9ff;
|
|
19750
|
-
border-right-width: 1px
|
|
19944
|
+
border-right-width: 1px;
|
|
19751
19945
|
}
|
|
19752
19946
|
.ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
19753
19947
|
border-right-width: 0;
|
|
@@ -19793,7 +19987,8 @@ span.ant-radio + * {
|
|
|
19793
19987
|
position: absolute;
|
|
19794
19988
|
top: 50%;
|
|
19795
19989
|
right: 11px;
|
|
19796
|
-
|
|
19990
|
+
display: flex;
|
|
19991
|
+
align-items: center;
|
|
19797
19992
|
height: 12px;
|
|
19798
19993
|
margin-top: -6px;
|
|
19799
19994
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -19839,6 +20034,9 @@ span.ant-radio + * {
|
|
|
19839
20034
|
.ant-select-disabled .ant-select-arrow {
|
|
19840
20035
|
cursor: not-allowed;
|
|
19841
20036
|
}
|
|
20037
|
+
.ant-select-arrow > *:not(:last-child) {
|
|
20038
|
+
margin-inline-end: 8px;
|
|
20039
|
+
}
|
|
19842
20040
|
.ant-select-clear {
|
|
19843
20041
|
position: absolute;
|
|
19844
20042
|
top: 50%;
|
|
@@ -19980,6 +20178,9 @@ span.ant-radio + * {
|
|
|
19980
20178
|
border-color: transparent !important;
|
|
19981
20179
|
box-shadow: none !important;
|
|
19982
20180
|
}
|
|
20181
|
+
.ant-select.ant-select-in-form-item {
|
|
20182
|
+
width: 100%;
|
|
20183
|
+
}
|
|
19983
20184
|
.ant-select-rtl {
|
|
19984
20185
|
direction: rtl;
|
|
19985
20186
|
}
|
|
@@ -20040,28 +20241,156 @@ span.ant-radio + * {
|
|
|
20040
20241
|
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
|
|
20041
20242
|
right: 6px;
|
|
20042
20243
|
}
|
|
20043
|
-
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
|
|
20044
|
-
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
|
|
20045
|
-
padding-right: 0;
|
|
20046
|
-
padding-left: 21px;
|
|
20244
|
+
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
|
|
20245
|
+
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
|
|
20246
|
+
padding-right: 0;
|
|
20247
|
+
padding-left: 21px;
|
|
20248
|
+
}
|
|
20249
|
+
.ant-select-dropdown {
|
|
20250
|
+
top: 100%;
|
|
20251
|
+
left: 0;
|
|
20252
|
+
position: relative;
|
|
20253
|
+
width: 100%;
|
|
20254
|
+
margin-top: 4px;
|
|
20255
|
+
margin-bottom: 4px;
|
|
20256
|
+
display: block;
|
|
20257
|
+
}
|
|
20258
|
+
.ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
|
|
20259
|
+
right: 0;
|
|
20260
|
+
}
|
|
20261
|
+
.ant-select-dropdown .full-width {
|
|
20262
|
+
contain: initial;
|
|
20263
|
+
}
|
|
20264
|
+
.ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
|
|
20265
|
+
position: static;
|
|
20266
|
+
}
|
|
20267
|
+
.segmented-disabled-item,
|
|
20268
|
+
.segmented-disabled-item:hover,
|
|
20269
|
+
.segmented-disabled-item:focus {
|
|
20270
|
+
color: rgba(0, 0, 0, 0.25);
|
|
20271
|
+
cursor: not-allowed;
|
|
20272
|
+
}
|
|
20273
|
+
.segmented-item-selected {
|
|
20274
|
+
background-color: #fff;
|
|
20275
|
+
border-radius: 2px;
|
|
20276
|
+
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
|
|
20277
|
+
}
|
|
20278
|
+
.segmented-text-ellipsis {
|
|
20279
|
+
overflow: hidden;
|
|
20280
|
+
white-space: nowrap;
|
|
20281
|
+
text-overflow: ellipsis;
|
|
20282
|
+
word-break: keep-all;
|
|
20283
|
+
}
|
|
20284
|
+
.ant-segmented {
|
|
20285
|
+
box-sizing: border-box;
|
|
20286
|
+
margin: 0;
|
|
20287
|
+
padding: 0;
|
|
20288
|
+
color: rgba(0, 0, 0, 0.85);
|
|
20289
|
+
font-size: 14px;
|
|
20290
|
+
font-variant: tabular-nums;
|
|
20291
|
+
line-height: 1.5715;
|
|
20292
|
+
list-style: none;
|
|
20293
|
+
font-feature-settings: 'tnum';
|
|
20294
|
+
display: inline-block;
|
|
20295
|
+
padding: 2px;
|
|
20296
|
+
color: rgba(0, 0, 0, 0.65);
|
|
20297
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
20298
|
+
border-radius: 2px;
|
|
20299
|
+
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
20300
|
+
}
|
|
20301
|
+
.ant-segmented-group {
|
|
20302
|
+
position: relative;
|
|
20303
|
+
display: flex;
|
|
20304
|
+
align-items: stretch;
|
|
20305
|
+
justify-items: flex-start;
|
|
20306
|
+
width: 100%;
|
|
20307
|
+
}
|
|
20308
|
+
.ant-segmented.ant-segmented-block {
|
|
20309
|
+
display: flex;
|
|
20310
|
+
}
|
|
20311
|
+
.ant-segmented.ant-segmented-block .ant-segmented-item {
|
|
20312
|
+
flex: 1;
|
|
20313
|
+
min-width: 0;
|
|
20314
|
+
}
|
|
20315
|
+
.ant-segmented:not(.ant-segmented-disabled):hover,
|
|
20316
|
+
.ant-segmented:not(.ant-segmented-disabled):focus {
|
|
20317
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
20318
|
+
}
|
|
20319
|
+
.ant-segmented-item {
|
|
20320
|
+
position: relative;
|
|
20321
|
+
text-align: center;
|
|
20322
|
+
cursor: pointer;
|
|
20323
|
+
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
20324
|
+
}
|
|
20325
|
+
.ant-segmented-item-selected {
|
|
20326
|
+
background-color: #fff;
|
|
20327
|
+
border-radius: 2px;
|
|
20328
|
+
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
|
|
20329
|
+
color: #262626;
|
|
20330
|
+
}
|
|
20331
|
+
.ant-segmented-item:hover,
|
|
20332
|
+
.ant-segmented-item:focus {
|
|
20333
|
+
color: #262626;
|
|
20334
|
+
}
|
|
20335
|
+
.ant-segmented-item-label {
|
|
20336
|
+
min-height: 28px;
|
|
20337
|
+
padding: 0 11px;
|
|
20338
|
+
line-height: 28px;
|
|
20339
|
+
overflow: hidden;
|
|
20340
|
+
white-space: nowrap;
|
|
20341
|
+
text-overflow: ellipsis;
|
|
20342
|
+
word-break: keep-all;
|
|
20343
|
+
}
|
|
20344
|
+
.ant-segmented-item-icon + * {
|
|
20345
|
+
margin-left: 12px / 2;
|
|
20346
|
+
}
|
|
20347
|
+
.ant-segmented-item-input {
|
|
20348
|
+
position: absolute;
|
|
20349
|
+
top: 0;
|
|
20350
|
+
left: 0;
|
|
20351
|
+
width: 0;
|
|
20352
|
+
height: 0;
|
|
20353
|
+
opacity: 0;
|
|
20354
|
+
pointer-events: none;
|
|
20355
|
+
}
|
|
20356
|
+
.ant-segmented.ant-segmented-lg .ant-segmented-item-label {
|
|
20357
|
+
min-height: 36px;
|
|
20358
|
+
padding: 0 11px;
|
|
20359
|
+
font-size: 16px;
|
|
20360
|
+
line-height: 36px;
|
|
20361
|
+
}
|
|
20362
|
+
.ant-segmented.ant-segmented-sm .ant-segmented-item-label {
|
|
20363
|
+
min-height: 20px;
|
|
20364
|
+
padding: 0 7px;
|
|
20365
|
+
line-height: 20px;
|
|
20047
20366
|
}
|
|
20048
|
-
.ant-
|
|
20049
|
-
|
|
20367
|
+
.ant-segmented-item-disabled,
|
|
20368
|
+
.ant-segmented-item-disabled:hover,
|
|
20369
|
+
.ant-segmented-item-disabled:focus {
|
|
20370
|
+
color: rgba(0, 0, 0, 0.25);
|
|
20371
|
+
cursor: not-allowed;
|
|
20372
|
+
}
|
|
20373
|
+
.ant-segmented-thumb {
|
|
20374
|
+
background-color: #fff;
|
|
20375
|
+
border-radius: 2px;
|
|
20376
|
+
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
|
|
20377
|
+
position: absolute;
|
|
20378
|
+
top: 0;
|
|
20050
20379
|
left: 0;
|
|
20051
|
-
|
|
20052
|
-
|
|
20053
|
-
|
|
20054
|
-
margin-bottom: 4px;
|
|
20055
|
-
display: block;
|
|
20380
|
+
width: 0;
|
|
20381
|
+
height: 100%;
|
|
20382
|
+
padding: 4px 0;
|
|
20056
20383
|
}
|
|
20057
|
-
.ant-
|
|
20058
|
-
|
|
20384
|
+
.ant-segmented-thumb-motion-appear-active {
|
|
20385
|
+
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
20386
|
+
will-change: transform, width;
|
|
20059
20387
|
}
|
|
20060
|
-
.ant-
|
|
20061
|
-
|
|
20388
|
+
.ant-segmented.ant-segmented-rtl {
|
|
20389
|
+
direction: rtl;
|
|
20062
20390
|
}
|
|
20063
|
-
.ant-
|
|
20064
|
-
|
|
20391
|
+
.ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
|
|
20392
|
+
margin-right: 0;
|
|
20393
|
+
margin-left: 6px;
|
|
20065
20394
|
}
|
|
20066
20395
|
.ant-skeleton {
|
|
20067
20396
|
display: table;
|
|
@@ -20172,6 +20501,9 @@ span.ant-radio + * {
|
|
|
20172
20501
|
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
|
|
20173
20502
|
width: 100%;
|
|
20174
20503
|
}
|
|
20504
|
+
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
|
|
20505
|
+
width: 100%;
|
|
20506
|
+
}
|
|
20175
20507
|
.ant-skeleton-element {
|
|
20176
20508
|
display: inline-block;
|
|
20177
20509
|
width: auto;
|
|
@@ -20253,17 +20585,20 @@ span.ant-radio + * {
|
|
|
20253
20585
|
display: inline-block;
|
|
20254
20586
|
vertical-align: top;
|
|
20255
20587
|
background: rgba(190, 190, 190, 0.2);
|
|
20256
|
-
width:
|
|
20588
|
+
width: 160px;
|
|
20589
|
+
min-width: 160px;
|
|
20257
20590
|
height: 32px;
|
|
20258
20591
|
line-height: 32px;
|
|
20259
20592
|
}
|
|
20260
20593
|
.ant-skeleton-element .ant-skeleton-input-lg {
|
|
20261
|
-
width:
|
|
20594
|
+
width: 200px;
|
|
20595
|
+
min-width: 200px;
|
|
20262
20596
|
height: 40px;
|
|
20263
20597
|
line-height: 40px;
|
|
20264
20598
|
}
|
|
20265
20599
|
.ant-skeleton-element .ant-skeleton-input-sm {
|
|
20266
|
-
width:
|
|
20600
|
+
width: 120px;
|
|
20601
|
+
min-width: 120px;
|
|
20267
20602
|
height: 24px;
|
|
20268
20603
|
line-height: 24px;
|
|
20269
20604
|
}
|
|
@@ -20373,8 +20708,7 @@ span.ant-radio + * {
|
|
|
20373
20708
|
}
|
|
20374
20709
|
.ant-slider-vertical .ant-slider-dot {
|
|
20375
20710
|
top: auto;
|
|
20376
|
-
left: 2px;
|
|
20377
|
-
margin-bottom: -4px;
|
|
20711
|
+
margin-left: -2px;
|
|
20378
20712
|
}
|
|
20379
20713
|
.ant-slider-tooltip .ant-tooltip-inner {
|
|
20380
20714
|
min-width: unset;
|
|
@@ -20425,9 +20759,8 @@ span.ant-radio + * {
|
|
|
20425
20759
|
cursor: pointer;
|
|
20426
20760
|
transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
|
20427
20761
|
}
|
|
20428
|
-
.ant-slider-handle-dragging
|
|
20429
|
-
|
|
20430
|
-
box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.12);
|
|
20762
|
+
.ant-slider-handle-dragging {
|
|
20763
|
+
z-index: 1;
|
|
20431
20764
|
}
|
|
20432
20765
|
.ant-slider-handle:focus {
|
|
20433
20766
|
border-color: #46a6ff;
|
|
@@ -20470,24 +20803,18 @@ span.ant-radio + * {
|
|
|
20470
20803
|
width: 100%;
|
|
20471
20804
|
height: 4px;
|
|
20472
20805
|
background: transparent;
|
|
20806
|
+
pointer-events: none;
|
|
20473
20807
|
}
|
|
20474
20808
|
.ant-slider-dot {
|
|
20475
20809
|
position: absolute;
|
|
20476
20810
|
top: -2px;
|
|
20477
20811
|
width: 8px;
|
|
20478
20812
|
height: 8px;
|
|
20479
|
-
margin-left: -4px;
|
|
20480
20813
|
background-color: #fff;
|
|
20481
20814
|
border: 2px solid #f0f0f0;
|
|
20482
20815
|
border-radius: 50%;
|
|
20483
20816
|
cursor: pointer;
|
|
20484
20817
|
}
|
|
20485
|
-
.ant-slider-dot:first-child {
|
|
20486
|
-
margin-left: -4px;
|
|
20487
|
-
}
|
|
20488
|
-
.ant-slider-dot:last-child {
|
|
20489
|
-
margin-left: -4px;
|
|
20490
|
-
}
|
|
20491
20818
|
.ant-slider-dot-active {
|
|
20492
20819
|
border-color: #8cc8ff;
|
|
20493
20820
|
}
|
|
@@ -20518,18 +20845,6 @@ span.ant-radio + * {
|
|
|
20518
20845
|
right: 0;
|
|
20519
20846
|
left: auto;
|
|
20520
20847
|
}
|
|
20521
|
-
.ant-slider-rtl .ant-slider-dot {
|
|
20522
|
-
margin-right: -4px;
|
|
20523
|
-
margin-left: 0;
|
|
20524
|
-
}
|
|
20525
|
-
.ant-slider-rtl .ant-slider-dot:first-child {
|
|
20526
|
-
margin-right: -4px;
|
|
20527
|
-
margin-left: 0;
|
|
20528
|
-
}
|
|
20529
|
-
.ant-slider-rtl .ant-slider-dot:last-child {
|
|
20530
|
-
margin-right: -4px;
|
|
20531
|
-
margin-left: 0;
|
|
20532
|
-
}
|
|
20533
20848
|
.ant-spin {
|
|
20534
20849
|
box-sizing: border-box;
|
|
20535
20850
|
margin: 0;
|
|
@@ -20672,7 +20987,7 @@ span.ant-radio + * {
|
|
|
20672
20987
|
animation-delay: 1.2s;
|
|
20673
20988
|
}
|
|
20674
20989
|
.ant-spin-dot-spin {
|
|
20675
|
-
transform: rotate(
|
|
20990
|
+
transform: rotate(0deg);
|
|
20676
20991
|
animation: antRotate 1.2s infinite linear;
|
|
20677
20992
|
}
|
|
20678
20993
|
.ant-spin-sm .ant-spin-dot {
|
|
@@ -20706,7 +21021,7 @@ span.ant-radio + * {
|
|
|
20706
21021
|
}
|
|
20707
21022
|
@keyframes antRotate {
|
|
20708
21023
|
to {
|
|
20709
|
-
transform: rotate(
|
|
21024
|
+
transform: rotate(360deg);
|
|
20710
21025
|
}
|
|
20711
21026
|
}
|
|
20712
21027
|
.ant-spin-rtl {
|
|
@@ -21237,6 +21552,12 @@ nz-spin {
|
|
|
21237
21552
|
margin: 0;
|
|
21238
21553
|
padding: 22px 0 4px;
|
|
21239
21554
|
}
|
|
21555
|
+
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
|
|
21556
|
+
margin-top: 10px;
|
|
21557
|
+
}
|
|
21558
|
+
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
|
21559
|
+
top: 3.5px;
|
|
21560
|
+
}
|
|
21240
21561
|
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
|
|
21241
21562
|
left: 0;
|
|
21242
21563
|
}
|
|
@@ -21367,6 +21688,11 @@ nz-spin {
|
|
|
21367
21688
|
padding-right: 0;
|
|
21368
21689
|
padding-left: 16px;
|
|
21369
21690
|
}
|
|
21691
|
+
.ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
|
|
21692
|
+
float: left;
|
|
21693
|
+
margin-right: 8px;
|
|
21694
|
+
margin-left: 0;
|
|
21695
|
+
}
|
|
21370
21696
|
.ant-steps-rtl .ant-steps-item-title::after {
|
|
21371
21697
|
right: 100%;
|
|
21372
21698
|
left: auto;
|
|
@@ -21479,6 +21805,10 @@ nz-spin {
|
|
|
21479
21805
|
right: -2px;
|
|
21480
21806
|
left: auto;
|
|
21481
21807
|
}
|
|
21808
|
+
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
|
|
21809
|
+
padding-right: 4px;
|
|
21810
|
+
padding-left: 0;
|
|
21811
|
+
}
|
|
21482
21812
|
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
|
|
21483
21813
|
padding-right: 4px;
|
|
21484
21814
|
}
|
|
@@ -21518,7 +21848,7 @@ nz-spin {
|
|
|
21518
21848
|
height: 22px;
|
|
21519
21849
|
line-height: 22px;
|
|
21520
21850
|
vertical-align: middle;
|
|
21521
|
-
background-
|
|
21851
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(to right, #fff, #fff);
|
|
21522
21852
|
border: 0;
|
|
21523
21853
|
border-radius: 100px;
|
|
21524
21854
|
cursor: pointer;
|
|
@@ -21536,7 +21866,7 @@ nz-spin {
|
|
|
21536
21866
|
box-shadow: none;
|
|
21537
21867
|
}
|
|
21538
21868
|
.ant-switch-checked {
|
|
21539
|
-
background
|
|
21869
|
+
background: #1890ff;
|
|
21540
21870
|
}
|
|
21541
21871
|
.ant-switch-loading,
|
|
21542
21872
|
.ant-switch-disabled {
|
|
@@ -21671,6 +22001,9 @@ nz-switch {
|
|
|
21671
22001
|
.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
|
|
21672
22002
|
margin: -12px -8px -12px 25px;
|
|
21673
22003
|
}
|
|
22004
|
+
.ant-table.ant-table-middle .ant-table-selection-column {
|
|
22005
|
+
padding-inline-start: 2px;
|
|
22006
|
+
}
|
|
21674
22007
|
.ant-table.ant-table-small {
|
|
21675
22008
|
font-size: 14px;
|
|
21676
22009
|
}
|
|
@@ -21691,12 +22024,8 @@ nz-switch {
|
|
|
21691
22024
|
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
|
|
21692
22025
|
margin: -8px -8px -8px 25px;
|
|
21693
22026
|
}
|
|
21694
|
-
.ant-table-small .ant-table-
|
|
21695
|
-
|
|
21696
|
-
}
|
|
21697
|
-
.ant-table-small .ant-table-selection-column {
|
|
21698
|
-
width: 46px;
|
|
21699
|
-
min-width: 46px;
|
|
22027
|
+
.ant-table.ant-table-small .ant-table-selection-column {
|
|
22028
|
+
padding-inline-start: 2px;
|
|
21700
22029
|
}
|
|
21701
22030
|
.ant-table.ant-table-bordered > .ant-table-title {
|
|
21702
22031
|
border: 1px solid #f0f0f0;
|
|
@@ -21789,7 +22118,7 @@ nz-switch {
|
|
|
21789
22118
|
.ant-table-cell .ant-table-container:first-child {
|
|
21790
22119
|
border-top: 0;
|
|
21791
22120
|
}
|
|
21792
|
-
.ant-table-cell-scrollbar {
|
|
22121
|
+
.ant-table-cell-scrollbar:not([rowspan]) {
|
|
21793
22122
|
box-shadow: 0 1px 0 1px #fafafa;
|
|
21794
22123
|
}
|
|
21795
22124
|
.ant-table-wrapper {
|
|
@@ -21978,6 +22307,7 @@ div.ant-table-summary {
|
|
|
21978
22307
|
justify-content: flex-end;
|
|
21979
22308
|
}
|
|
21980
22309
|
.ant-table-thead th.ant-table-column-has-sorters {
|
|
22310
|
+
outline: none;
|
|
21981
22311
|
cursor: pointer;
|
|
21982
22312
|
transition: all 0.3s;
|
|
21983
22313
|
}
|
|
@@ -21987,6 +22317,9 @@ div.ant-table-summary {
|
|
|
21987
22317
|
.ant-table-thead th.ant-table-column-has-sorters:hover::before {
|
|
21988
22318
|
background-color: transparent !important;
|
|
21989
22319
|
}
|
|
22320
|
+
.ant-table-thead th.ant-table-column-has-sorters:focus-visible {
|
|
22321
|
+
color: #1890ff;
|
|
22322
|
+
}
|
|
21990
22323
|
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
|
|
21991
22324
|
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
|
|
21992
22325
|
background: #f5f5f5;
|
|
@@ -23008,7 +23341,6 @@ cdk-virtual-scroll-viewport.ant-table-body {
|
|
|
23008
23341
|
list-style: none;
|
|
23009
23342
|
font-feature-settings: 'tnum';
|
|
23010
23343
|
display: flex;
|
|
23011
|
-
overflow: hidden;
|
|
23012
23344
|
}
|
|
23013
23345
|
.ant-tabs > .ant-tabs-nav,
|
|
23014
23346
|
.ant-tabs > div > .ant-tabs-nav {
|
|
@@ -23205,6 +23537,7 @@ nz-tabset,
|
|
|
23205
23537
|
nz-tab-nav-operation,
|
|
23206
23538
|
nz-tabs-nav {
|
|
23207
23539
|
display: block;
|
|
23540
|
+
overflow: hidden;
|
|
23208
23541
|
}
|
|
23209
23542
|
.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu {
|
|
23210
23543
|
max-height: 200px;
|
|
@@ -23749,31 +24082,35 @@ nz-tabs-nav {
|
|
|
23749
24082
|
z-index: 1070;
|
|
23750
24083
|
display: block;
|
|
23751
24084
|
width: max-content;
|
|
24085
|
+
width: intrinsic;
|
|
23752
24086
|
max-width: 250px;
|
|
23753
24087
|
visibility: visible;
|
|
23754
24088
|
}
|
|
24089
|
+
.ant-tooltip-content {
|
|
24090
|
+
position: relative;
|
|
24091
|
+
}
|
|
23755
24092
|
.ant-tooltip-hidden {
|
|
23756
24093
|
display: none;
|
|
23757
24094
|
}
|
|
23758
24095
|
.ant-tooltip-placement-top,
|
|
23759
24096
|
.ant-tooltip-placement-topLeft,
|
|
23760
24097
|
.ant-tooltip-placement-topRight {
|
|
23761
|
-
padding-bottom:
|
|
24098
|
+
padding-bottom: 14.3137085px;
|
|
23762
24099
|
}
|
|
23763
24100
|
.ant-tooltip-placement-right,
|
|
23764
24101
|
.ant-tooltip-placement-rightTop,
|
|
23765
24102
|
.ant-tooltip-placement-rightBottom {
|
|
23766
|
-
padding-left:
|
|
24103
|
+
padding-left: 14.3137085px;
|
|
23767
24104
|
}
|
|
23768
24105
|
.ant-tooltip-placement-bottom,
|
|
23769
24106
|
.ant-tooltip-placement-bottomLeft,
|
|
23770
24107
|
.ant-tooltip-placement-bottomRight {
|
|
23771
|
-
padding-top:
|
|
24108
|
+
padding-top: 14.3137085px;
|
|
23772
24109
|
}
|
|
23773
24110
|
.ant-tooltip-placement-left,
|
|
23774
24111
|
.ant-tooltip-placement-leftTop,
|
|
23775
24112
|
.ant-tooltip-placement-leftBottom {
|
|
23776
|
-
padding-right:
|
|
24113
|
+
padding-right: 14.3137085px;
|
|
23777
24114
|
}
|
|
23778
24115
|
.ant-tooltip-inner {
|
|
23779
24116
|
min-width: 30px;
|
|
@@ -23789,41 +24126,70 @@ nz-tabs-nav {
|
|
|
23789
24126
|
}
|
|
23790
24127
|
.ant-tooltip-arrow {
|
|
23791
24128
|
position: absolute;
|
|
24129
|
+
z-index: 2;
|
|
23792
24130
|
display: block;
|
|
23793
|
-
width:
|
|
23794
|
-
height:
|
|
24131
|
+
width: 22px;
|
|
24132
|
+
height: 22px;
|
|
23795
24133
|
overflow: hidden;
|
|
23796
24134
|
background: transparent;
|
|
23797
24135
|
pointer-events: none;
|
|
23798
24136
|
}
|
|
23799
24137
|
.ant-tooltip-arrow-content {
|
|
24138
|
+
--antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
|
|
23800
24139
|
position: absolute;
|
|
23801
24140
|
top: 0;
|
|
23802
24141
|
right: 0;
|
|
23803
24142
|
bottom: 0;
|
|
23804
24143
|
left: 0;
|
|
23805
24144
|
display: block;
|
|
23806
|
-
width:
|
|
23807
|
-
height:
|
|
24145
|
+
width: 11.3137085px;
|
|
24146
|
+
height: 11.3137085px;
|
|
23808
24147
|
margin: auto;
|
|
23809
|
-
background-color:
|
|
24148
|
+
background-color: transparent;
|
|
23810
24149
|
content: '';
|
|
23811
24150
|
pointer-events: auto;
|
|
24151
|
+
border-radius: 0 0 2px;
|
|
24152
|
+
pointer-events: none;
|
|
24153
|
+
}
|
|
24154
|
+
.ant-tooltip-arrow-content::before {
|
|
24155
|
+
position: absolute;
|
|
24156
|
+
top: -11.3137085px;
|
|
24157
|
+
left: -11.3137085px;
|
|
24158
|
+
width: 33.9411255px;
|
|
24159
|
+
height: 33.9411255px;
|
|
24160
|
+
background: var(--antd-arrow-background-color);
|
|
24161
|
+
background-repeat: no-repeat;
|
|
24162
|
+
background-position: -10px -10px;
|
|
24163
|
+
content: '';
|
|
24164
|
+
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');
|
|
24165
|
+
}
|
|
24166
|
+
.ant-tooltip-arrow-content::before {
|
|
24167
|
+
position: absolute;
|
|
24168
|
+
top: -11.3137085px;
|
|
24169
|
+
left: -11.3137085px;
|
|
24170
|
+
width: 33.9411255px;
|
|
24171
|
+
height: 33.9411255px;
|
|
24172
|
+
background: var(--antd-arrow-background-color);
|
|
24173
|
+
background-repeat: no-repeat;
|
|
24174
|
+
background-position: -10px -10px;
|
|
24175
|
+
content: '';
|
|
24176
|
+
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');
|
|
23812
24177
|
}
|
|
23813
24178
|
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
|
23814
24179
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
|
23815
24180
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
|
23816
|
-
bottom:
|
|
24181
|
+
bottom: 0;
|
|
24182
|
+
transform: translateY(100%);
|
|
23817
24183
|
}
|
|
23818
24184
|
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
|
23819
24185
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
|
23820
24186
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
|
23821
24187
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
23822
|
-
transform: translateY(-
|
|
24188
|
+
transform: translateY(-11px) rotate(45deg);
|
|
23823
24189
|
}
|
|
23824
24190
|
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
|
23825
24191
|
left: 50%;
|
|
23826
|
-
transform: translateX(-50%);
|
|
24192
|
+
transform: translateY(100%) translateX(-50%);
|
|
23827
24193
|
}
|
|
23828
24194
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
|
23829
24195
|
left: 13px;
|
|
@@ -23834,17 +24200,18 @@ nz-tabs-nav {
|
|
|
23834
24200
|
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
|
23835
24201
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
|
23836
24202
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
|
23837
|
-
left:
|
|
24203
|
+
left: 0;
|
|
24204
|
+
transform: translateX(-100%);
|
|
23838
24205
|
}
|
|
23839
24206
|
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
|
23840
24207
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
|
23841
24208
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
|
23842
24209
|
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
23843
|
-
transform: translateX(
|
|
24210
|
+
transform: translateX(11px) rotate(135deg);
|
|
23844
24211
|
}
|
|
23845
24212
|
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
|
23846
24213
|
top: 50%;
|
|
23847
|
-
transform: translateY(-50%);
|
|
24214
|
+
transform: translateX(-100%) translateY(-50%);
|
|
23848
24215
|
}
|
|
23849
24216
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
|
23850
24217
|
top: 5px;
|
|
@@ -23855,17 +24222,18 @@ nz-tabs-nav {
|
|
|
23855
24222
|
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
|
23856
24223
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
|
23857
24224
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
|
23858
|
-
right:
|
|
24225
|
+
right: 0;
|
|
24226
|
+
transform: translateX(100%);
|
|
23859
24227
|
}
|
|
23860
24228
|
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
|
23861
24229
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
|
23862
24230
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
|
23863
24231
|
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
|
23864
|
-
transform: translateX(-
|
|
24232
|
+
transform: translateX(-11px) rotate(315deg);
|
|
23865
24233
|
}
|
|
23866
24234
|
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
|
23867
24235
|
top: 50%;
|
|
23868
|
-
transform: translateY(-50%);
|
|
24236
|
+
transform: translateX(100%) translateY(-50%);
|
|
23869
24237
|
}
|
|
23870
24238
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
|
23871
24239
|
top: 5px;
|
|
@@ -23876,17 +24244,18 @@ nz-tabs-nav {
|
|
|
23876
24244
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
|
23877
24245
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
|
23878
24246
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
|
23879
|
-
top:
|
|
24247
|
+
top: 0;
|
|
24248
|
+
transform: translateY(-100%);
|
|
23880
24249
|
}
|
|
23881
24250
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
|
23882
24251
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
|
23883
24252
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
|
23884
24253
|
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
|
23885
|
-
transform: translateY(
|
|
24254
|
+
transform: translateY(11px) rotate(225deg);
|
|
23886
24255
|
}
|
|
23887
24256
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
|
23888
24257
|
left: 50%;
|
|
23889
|
-
transform: translateX(-50%);
|
|
24258
|
+
transform: translateY(-100%) translateX(-50%);
|
|
23890
24259
|
}
|
|
23891
24260
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
|
23892
24261
|
left: 13px;
|
|
@@ -23897,80 +24266,80 @@ nz-tabs-nav {
|
|
|
23897
24266
|
.ant-tooltip-pink .ant-tooltip-inner {
|
|
23898
24267
|
background-color: #eb2f96;
|
|
23899
24268
|
}
|
|
23900
|
-
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
|
23901
|
-
background
|
|
24269
|
+
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
|
|
24270
|
+
background: #eb2f96;
|
|
23902
24271
|
}
|
|
23903
24272
|
.ant-tooltip-magenta .ant-tooltip-inner {
|
|
23904
24273
|
background-color: #eb2f96;
|
|
23905
24274
|
}
|
|
23906
|
-
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
|
23907
|
-
background
|
|
24275
|
+
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
|
|
24276
|
+
background: #eb2f96;
|
|
23908
24277
|
}
|
|
23909
24278
|
.ant-tooltip-red .ant-tooltip-inner {
|
|
23910
24279
|
background-color: #f5222d;
|
|
23911
24280
|
}
|
|
23912
|
-
.ant-tooltip-red .ant-tooltip-arrow-content {
|
|
23913
|
-
background
|
|
24281
|
+
.ant-tooltip-red .ant-tooltip-arrow-content::before {
|
|
24282
|
+
background: #f5222d;
|
|
23914
24283
|
}
|
|
23915
24284
|
.ant-tooltip-volcano .ant-tooltip-inner {
|
|
23916
24285
|
background-color: #fa541c;
|
|
23917
24286
|
}
|
|
23918
|
-
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
|
23919
|
-
background
|
|
24287
|
+
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
|
|
24288
|
+
background: #fa541c;
|
|
23920
24289
|
}
|
|
23921
24290
|
.ant-tooltip-orange .ant-tooltip-inner {
|
|
23922
24291
|
background-color: #fa8c16;
|
|
23923
24292
|
}
|
|
23924
|
-
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
|
23925
|
-
background
|
|
24293
|
+
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
|
|
24294
|
+
background: #fa8c16;
|
|
23926
24295
|
}
|
|
23927
24296
|
.ant-tooltip-yellow .ant-tooltip-inner {
|
|
23928
24297
|
background-color: #fadb14;
|
|
23929
24298
|
}
|
|
23930
|
-
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
|
23931
|
-
background
|
|
24299
|
+
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
|
|
24300
|
+
background: #fadb14;
|
|
23932
24301
|
}
|
|
23933
24302
|
.ant-tooltip-gold .ant-tooltip-inner {
|
|
23934
24303
|
background-color: #faad14;
|
|
23935
24304
|
}
|
|
23936
|
-
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
|
23937
|
-
background
|
|
24305
|
+
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
|
|
24306
|
+
background: #faad14;
|
|
23938
24307
|
}
|
|
23939
24308
|
.ant-tooltip-cyan .ant-tooltip-inner {
|
|
23940
24309
|
background-color: #13c2c2;
|
|
23941
24310
|
}
|
|
23942
|
-
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
|
23943
|
-
background
|
|
24311
|
+
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
|
|
24312
|
+
background: #13c2c2;
|
|
23944
24313
|
}
|
|
23945
24314
|
.ant-tooltip-lime .ant-tooltip-inner {
|
|
23946
24315
|
background-color: #a0d911;
|
|
23947
24316
|
}
|
|
23948
|
-
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
|
23949
|
-
background
|
|
24317
|
+
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
|
|
24318
|
+
background: #a0d911;
|
|
23950
24319
|
}
|
|
23951
24320
|
.ant-tooltip-green .ant-tooltip-inner {
|
|
23952
24321
|
background-color: #52c41a;
|
|
23953
24322
|
}
|
|
23954
|
-
.ant-tooltip-green .ant-tooltip-arrow-content {
|
|
23955
|
-
background
|
|
24323
|
+
.ant-tooltip-green .ant-tooltip-arrow-content::before {
|
|
24324
|
+
background: #52c41a;
|
|
23956
24325
|
}
|
|
23957
24326
|
.ant-tooltip-blue .ant-tooltip-inner {
|
|
23958
24327
|
background-color: #1890ff;
|
|
23959
24328
|
}
|
|
23960
|
-
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
|
23961
|
-
background
|
|
24329
|
+
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
|
|
24330
|
+
background: #1890ff;
|
|
23962
24331
|
}
|
|
23963
24332
|
.ant-tooltip-geekblue .ant-tooltip-inner {
|
|
23964
24333
|
background-color: #2f54eb;
|
|
23965
24334
|
}
|
|
23966
|
-
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
|
23967
|
-
background
|
|
24335
|
+
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
|
|
24336
|
+
background: #2f54eb;
|
|
23968
24337
|
}
|
|
23969
24338
|
.ant-tooltip-purple .ant-tooltip-inner {
|
|
23970
24339
|
background-color: #722ed1;
|
|
23971
24340
|
}
|
|
23972
|
-
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
|
23973
|
-
background
|
|
24341
|
+
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
|
|
24342
|
+
background: #722ed1;
|
|
23974
24343
|
}
|
|
23975
24344
|
.ant-tooltip-rtl {
|
|
23976
24345
|
direction: rtl;
|
|
@@ -24010,6 +24379,54 @@ nz-tabs-nav {
|
|
|
24010
24379
|
.ant-transfer-customize-list .ant-input[disabled] {
|
|
24011
24380
|
background-color: transparent;
|
|
24012
24381
|
}
|
|
24382
|
+
.ant-transfer-status-error .ant-transfer-list {
|
|
24383
|
+
border-color: #ff4d4f;
|
|
24384
|
+
}
|
|
24385
|
+
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
|
|
24386
|
+
border-color: #d9d9d9;
|
|
24387
|
+
}
|
|
24388
|
+
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
|
|
24389
|
+
border-color: #40a9ff;
|
|
24390
|
+
border-right-width: 1px;
|
|
24391
|
+
}
|
|
24392
|
+
.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
|
|
24393
|
+
border-right-width: 0;
|
|
24394
|
+
border-left-width: 1px !important;
|
|
24395
|
+
}
|
|
24396
|
+
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
|
|
24397
|
+
border-color: #40a9ff;
|
|
24398
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
24399
|
+
border-right-width: 1px;
|
|
24400
|
+
outline: 0;
|
|
24401
|
+
}
|
|
24402
|
+
.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
|
|
24403
|
+
border-right-width: 0;
|
|
24404
|
+
border-left-width: 1px !important;
|
|
24405
|
+
}
|
|
24406
|
+
.ant-transfer-status-warning .ant-transfer-list {
|
|
24407
|
+
border-color: #faad14;
|
|
24408
|
+
}
|
|
24409
|
+
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
|
|
24410
|
+
border-color: #d9d9d9;
|
|
24411
|
+
}
|
|
24412
|
+
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
|
|
24413
|
+
border-color: #40a9ff;
|
|
24414
|
+
border-right-width: 1px;
|
|
24415
|
+
}
|
|
24416
|
+
.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
|
|
24417
|
+
border-right-width: 0;
|
|
24418
|
+
border-left-width: 1px !important;
|
|
24419
|
+
}
|
|
24420
|
+
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
|
|
24421
|
+
border-color: #40a9ff;
|
|
24422
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
24423
|
+
border-right-width: 1px;
|
|
24424
|
+
outline: 0;
|
|
24425
|
+
}
|
|
24426
|
+
.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
|
|
24427
|
+
border-right-width: 0;
|
|
24428
|
+
border-left-width: 1px !important;
|
|
24429
|
+
}
|
|
24013
24430
|
.ant-transfer {
|
|
24014
24431
|
box-sizing: border-box;
|
|
24015
24432
|
margin: 0;
|
|
@@ -24250,7 +24667,9 @@ nz-tabs-nav {
|
|
|
24250
24667
|
color: #ff4d4f;
|
|
24251
24668
|
}
|
|
24252
24669
|
a.ant-typography.ant-typography-danger:active,
|
|
24253
|
-
a.ant-typography.ant-typography-danger:focus
|
|
24670
|
+
a.ant-typography.ant-typography-danger:focus {
|
|
24671
|
+
color: #d9363e;
|
|
24672
|
+
}
|
|
24254
24673
|
a.ant-typography.ant-typography-danger:hover {
|
|
24255
24674
|
color: #ff7875;
|
|
24256
24675
|
}
|
|
@@ -24264,6 +24683,8 @@ div.ant-typography,
|
|
|
24264
24683
|
margin-bottom: 1em;
|
|
24265
24684
|
}
|
|
24266
24685
|
h1.ant-typography,
|
|
24686
|
+
div.ant-typography-h1,
|
|
24687
|
+
div.ant-typography-h1 > textarea,
|
|
24267
24688
|
.ant-typography h1 {
|
|
24268
24689
|
margin-bottom: 0.5em;
|
|
24269
24690
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -24272,6 +24693,8 @@ h1.ant-typography,
|
|
|
24272
24693
|
line-height: 1.23;
|
|
24273
24694
|
}
|
|
24274
24695
|
h2.ant-typography,
|
|
24696
|
+
div.ant-typography-h2,
|
|
24697
|
+
div.ant-typography-h2 > textarea,
|
|
24275
24698
|
.ant-typography h2 {
|
|
24276
24699
|
margin-bottom: 0.5em;
|
|
24277
24700
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -24280,6 +24703,8 @@ h2.ant-typography,
|
|
|
24280
24703
|
line-height: 1.35;
|
|
24281
24704
|
}
|
|
24282
24705
|
h3.ant-typography,
|
|
24706
|
+
div.ant-typography-h3,
|
|
24707
|
+
div.ant-typography-h3 > textarea,
|
|
24283
24708
|
.ant-typography h3 {
|
|
24284
24709
|
margin-bottom: 0.5em;
|
|
24285
24710
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -24288,6 +24713,8 @@ h3.ant-typography,
|
|
|
24288
24713
|
line-height: 1.35;
|
|
24289
24714
|
}
|
|
24290
24715
|
h4.ant-typography,
|
|
24716
|
+
div.ant-typography-h4,
|
|
24717
|
+
div.ant-typography-h4 > textarea,
|
|
24291
24718
|
.ant-typography h4 {
|
|
24292
24719
|
margin-bottom: 0.5em;
|
|
24293
24720
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -24296,6 +24723,8 @@ h4.ant-typography,
|
|
|
24296
24723
|
line-height: 1.4;
|
|
24297
24724
|
}
|
|
24298
24725
|
h5.ant-typography,
|
|
24726
|
+
div.ant-typography-h5,
|
|
24727
|
+
div.ant-typography-h5 > textarea,
|
|
24299
24728
|
.ant-typography h5 {
|
|
24300
24729
|
margin-bottom: 0.5em;
|
|
24301
24730
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -24506,9 +24935,14 @@ div.ant-typography-edit-content {
|
|
|
24506
24935
|
right: 10px;
|
|
24507
24936
|
bottom: 8px;
|
|
24508
24937
|
color: rgba(0, 0, 0, 0.45);
|
|
24938
|
+
font-weight: normal;
|
|
24939
|
+
font-size: 14px;
|
|
24940
|
+
font-style: normal;
|
|
24509
24941
|
pointer-events: none;
|
|
24510
24942
|
}
|
|
24511
24943
|
.ant-typography-edit-content textarea {
|
|
24944
|
+
height: 1em;
|
|
24945
|
+
margin: 0 !important;
|
|
24512
24946
|
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
24513
24947
|
-moz-transition: none;
|
|
24514
24948
|
}
|
|
@@ -24824,8 +25258,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
24824
25258
|
opacity: 0;
|
|
24825
25259
|
}
|
|
24826
25260
|
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
|
|
24827
|
-
height:
|
|
25261
|
+
height: 22.001px;
|
|
24828
25262
|
line-height: 1;
|
|
25263
|
+
vertical-align: top;
|
|
24829
25264
|
}
|
|
24830
25265
|
.ant-upload-list-item-card-actions.picture {
|
|
24831
25266
|
top: 22px;
|
|
@@ -24837,10 +25272,13 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
24837
25272
|
}
|
|
24838
25273
|
.ant-upload-list-item-card-actions .anticon {
|
|
24839
25274
|
color: rgba(0, 0, 0, 0.45);
|
|
25275
|
+
transition: all 0.3s;
|
|
25276
|
+
}
|
|
25277
|
+
.ant-upload-list-item-card-actions:hover .anticon {
|
|
25278
|
+
color: rgba(0, 0, 0, 0.85);
|
|
24840
25279
|
}
|
|
24841
25280
|
.ant-upload-list-item-info {
|
|
24842
25281
|
height: 100%;
|
|
24843
|
-
padding: 0 4px;
|
|
24844
25282
|
transition: background-color 0.3s;
|
|
24845
25283
|
}
|
|
24846
25284
|
.ant-upload-list-item-info > span {
|
|
@@ -24855,26 +25293,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
24855
25293
|
color: rgba(0, 0, 0, 0.45);
|
|
24856
25294
|
font-size: 14px;
|
|
24857
25295
|
}
|
|
24858
|
-
.ant-upload-list-item .anticon-close {
|
|
24859
|
-
position: absolute;
|
|
24860
|
-
top: 6px;
|
|
24861
|
-
right: 4px;
|
|
24862
|
-
color: rgba(0, 0, 0, 0.45);
|
|
24863
|
-
font-size: 10px;
|
|
24864
|
-
line-height: 0;
|
|
24865
|
-
cursor: pointer;
|
|
24866
|
-
opacity: 0;
|
|
24867
|
-
transition: all 0.3s;
|
|
24868
|
-
}
|
|
24869
|
-
.ant-upload-list-item .anticon-close:hover {
|
|
24870
|
-
color: rgba(0, 0, 0, 0.85);
|
|
24871
|
-
}
|
|
24872
25296
|
.ant-upload-list-item:hover .ant-upload-list-item-info {
|
|
24873
25297
|
background-color: #f5f5f5;
|
|
24874
25298
|
}
|
|
24875
|
-
.ant-upload-list-item:hover .anticon-close {
|
|
24876
|
-
opacity: 1;
|
|
24877
|
-
}
|
|
24878
25299
|
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
|
|
24879
25300
|
opacity: 1;
|
|
24880
25301
|
}
|
|
@@ -24993,14 +25414,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
24993
25414
|
margin-top: 0;
|
|
24994
25415
|
padding-left: 56px;
|
|
24995
25416
|
}
|
|
24996
|
-
.ant-upload-list-picture .anticon-close,
|
|
24997
|
-
.ant-upload-list-picture-card .anticon-close {
|
|
24998
|
-
position: absolute;
|
|
24999
|
-
top: 8px;
|
|
25000
|
-
right: 8px;
|
|
25001
|
-
line-height: 1;
|
|
25002
|
-
opacity: 1;
|
|
25003
|
-
}
|
|
25004
25417
|
.ant-upload-list-picture-card-container {
|
|
25005
25418
|
display: inline-block;
|
|
25006
25419
|
width: 104px;
|
|
@@ -25008,9 +25421,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25008
25421
|
margin: 0 8px 8px 0;
|
|
25009
25422
|
vertical-align: top;
|
|
25010
25423
|
}
|
|
25011
|
-
.ant-upload-list-picture-card.ant-upload-list::after {
|
|
25012
|
-
display: none;
|
|
25013
|
-
}
|
|
25014
25424
|
.ant-upload-list-picture-card .ant-upload-list-item {
|
|
25015
25425
|
height: 100%;
|
|
25016
25426
|
margin: 0;
|
|
@@ -25204,10 +25614,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25204
25614
|
.ant-upload-list-rtl .ant-upload-list-item-info {
|
|
25205
25615
|
padding: 0 4px 0 12px;
|
|
25206
25616
|
}
|
|
25207
|
-
.ant-upload-list-rtl .ant-upload-list-item .anticon-close {
|
|
25208
|
-
right: auto;
|
|
25209
|
-
left: 4px;
|
|
25210
|
-
}
|
|
25211
25617
|
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
|
|
25212
25618
|
padding-right: 0;
|
|
25213
25619
|
padding-left: 5px;
|
|
@@ -25252,11 +25658,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25252
25658
|
padding-right: 0;
|
|
25253
25659
|
padding-left: 0;
|
|
25254
25660
|
}
|
|
25255
|
-
.ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
|
|
25256
|
-
.ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
|
|
25257
|
-
right: auto;
|
|
25258
|
-
left: 8px;
|
|
25259
|
-
}
|
|
25260
25661
|
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
|
|
25261
25662
|
margin: 0 0 8px 8px;
|
|
25262
25663
|
}
|
|
@@ -25439,6 +25840,10 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25439
25840
|
.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
|
|
25440
25841
|
margin-left: 8px;
|
|
25441
25842
|
}
|
|
25843
|
+
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
25844
|
+
width: 14px;
|
|
25845
|
+
height: 14px;
|
|
25846
|
+
}
|
|
25442
25847
|
.ant-cascader-checkbox + span {
|
|
25443
25848
|
padding-right: 8px;
|
|
25444
25849
|
padding-left: 8px;
|
|
@@ -25513,6 +25918,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25513
25918
|
height: auto;
|
|
25514
25919
|
}
|
|
25515
25920
|
.ant-cascader-menu {
|
|
25921
|
+
flex-grow: 1;
|
|
25516
25922
|
min-width: 111px;
|
|
25517
25923
|
height: 180px;
|
|
25518
25924
|
margin: 0;
|
|
@@ -25818,6 +26224,10 @@ nz-tree-view .ant-tree-list-holder-inner {
|
|
|
25818
26224
|
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
|
|
25819
26225
|
margin-left: 8px;
|
|
25820
26226
|
}
|
|
26227
|
+
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
26228
|
+
width: 14px;
|
|
26229
|
+
height: 14px;
|
|
26230
|
+
}
|
|
25821
26231
|
.ant-tree-checkbox + span {
|
|
25822
26232
|
padding-right: 8px;
|
|
25823
26233
|
padding-left: 8px;
|
|
@@ -26118,7 +26528,7 @@ nz-tree-view .ant-tree-list-holder-inner {
|
|
|
26118
26528
|
border-right: none;
|
|
26119
26529
|
border-left: 1px solid #d9d9d9;
|
|
26120
26530
|
}
|
|
26121
|
-
.ant-tree-rtl.ant-tree-checkbox {
|
|
26531
|
+
.ant-tree-rtl .ant-tree-checkbox {
|
|
26122
26532
|
margin: 4px 0 0 8px;
|
|
26123
26533
|
}
|
|
26124
26534
|
.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
|
|
@@ -26287,6 +26697,10 @@ nz-tree {
|
|
|
26287
26697
|
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
|
|
26288
26698
|
margin-left: 8px;
|
|
26289
26699
|
}
|
|
26700
|
+
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
|
|
26701
|
+
width: 14px;
|
|
26702
|
+
height: 14px;
|
|
26703
|
+
}
|
|
26290
26704
|
.ant-select-tree-checkbox + span {
|
|
26291
26705
|
padding-right: 8px;
|
|
26292
26706
|
padding-left: 8px;
|
|
@@ -26668,6 +27082,9 @@ nz-tree {
|
|
|
26668
27082
|
padding: 0;
|
|
26669
27083
|
line-height: 18px;
|
|
26670
27084
|
}
|
|
27085
|
+
.ant-picker-calendar-mini .ant-picker-cell::before {
|
|
27086
|
+
pointer-events: none;
|
|
27087
|
+
}
|
|
26671
27088
|
.ant-picker-calendar-full .ant-picker-panel {
|
|
26672
27089
|
display: block;
|
|
26673
27090
|
width: 100%;
|
|
@@ -26925,7 +27342,7 @@ nz-space-item {
|
|
|
26925
27342
|
text-align: center;
|
|
26926
27343
|
}
|
|
26927
27344
|
.ant-image-preview.ant-zoom-enter,
|
|
26928
|
-
.ant-image-preview.
|
|
27345
|
+
.ant-image-preview.ant-zoom-appear {
|
|
26929
27346
|
transform: none;
|
|
26930
27347
|
opacity: 0;
|
|
26931
27348
|
animation-duration: 0.3s;
|
|
@@ -26955,7 +27372,7 @@ nz-space-item {
|
|
|
26955
27372
|
-webkit-overflow-scrolling: touch;
|
|
26956
27373
|
}
|
|
26957
27374
|
.ant-image-preview.ant-zoom-enter,
|
|
26958
|
-
.ant-image-preview.
|
|
27375
|
+
.ant-image-preview.ant-zoom-appear {
|
|
26959
27376
|
transform: none;
|
|
26960
27377
|
opacity: 0;
|
|
26961
27378
|
animation-duration: 0.3s;
|
|
@@ -27060,6 +27477,11 @@ nz-space-item {
|
|
|
27060
27477
|
.ant-image-preview-operations-operation:last-of-type {
|
|
27061
27478
|
margin-left: 0;
|
|
27062
27479
|
}
|
|
27480
|
+
.ant-image-preview-operations-progress {
|
|
27481
|
+
position: absolute;
|
|
27482
|
+
left: 50%;
|
|
27483
|
+
transform: translateX(-50%);
|
|
27484
|
+
}
|
|
27063
27485
|
.ant-image-preview-operations-icon {
|
|
27064
27486
|
font-size: 18px;
|
|
27065
27487
|
}
|
|
@@ -27211,6 +27633,58 @@ a:focus {
|
|
|
27211
27633
|
width: 100% !important;
|
|
27212
27634
|
}
|
|
27213
27635
|
}
|
|
27636
|
+
@media (min-height: 200px) {
|
|
27637
|
+
.ant-drawer-top .drawer-sm,
|
|
27638
|
+
.ant-drawer-bottom .drawer-sm {
|
|
27639
|
+
height: auto !important;
|
|
27640
|
+
max-height: 200px;
|
|
27641
|
+
}
|
|
27642
|
+
}
|
|
27643
|
+
@media (max-height: 199px) {
|
|
27644
|
+
.ant-drawer-top .drawer-sm,
|
|
27645
|
+
.ant-drawer-bottom .drawer-sm {
|
|
27646
|
+
height: 100% !important;
|
|
27647
|
+
}
|
|
27648
|
+
}
|
|
27649
|
+
@media (min-height: 400px) {
|
|
27650
|
+
.ant-drawer-top .drawer-md,
|
|
27651
|
+
.ant-drawer-bottom .drawer-md {
|
|
27652
|
+
height: auto !important;
|
|
27653
|
+
max-height: 400px;
|
|
27654
|
+
}
|
|
27655
|
+
}
|
|
27656
|
+
@media (max-height: 399px) {
|
|
27657
|
+
.ant-drawer-top .drawer-md,
|
|
27658
|
+
.ant-drawer-bottom .drawer-md {
|
|
27659
|
+
height: 100% !important;
|
|
27660
|
+
}
|
|
27661
|
+
}
|
|
27662
|
+
@media (min-height: 600px) {
|
|
27663
|
+
.ant-drawer-top .drawer-lg,
|
|
27664
|
+
.ant-drawer-bottom .drawer-lg {
|
|
27665
|
+
height: auto !important;
|
|
27666
|
+
max-height: 600px;
|
|
27667
|
+
}
|
|
27668
|
+
}
|
|
27669
|
+
@media (max-height: 599px) {
|
|
27670
|
+
.ant-drawer-top .drawer-lg,
|
|
27671
|
+
.ant-drawer-bottom .drawer-lg {
|
|
27672
|
+
height: 100% !important;
|
|
27673
|
+
}
|
|
27674
|
+
}
|
|
27675
|
+
@media (min-height: 800px) {
|
|
27676
|
+
.ant-drawer-top .drawer-xl,
|
|
27677
|
+
.ant-drawer-bottom .drawer-xl {
|
|
27678
|
+
height: auto !important;
|
|
27679
|
+
max-height: 800px;
|
|
27680
|
+
}
|
|
27681
|
+
}
|
|
27682
|
+
@media (max-height: 799px) {
|
|
27683
|
+
.ant-drawer-top .drawer-xl,
|
|
27684
|
+
.ant-drawer-bottom .drawer-xl {
|
|
27685
|
+
height: 100% !important;
|
|
27686
|
+
}
|
|
27687
|
+
}
|
|
27214
27688
|
.drawer-footer {
|
|
27215
27689
|
/**
|
|
27216
27690
|
* Drawer bottom area for use in drawer target components
|
|
@@ -27959,6 +28433,10 @@ fieldset {
|
|
|
27959
28433
|
.sf__compact .sf__array-item .ant-card-body {
|
|
27960
28434
|
padding: 8px;
|
|
27961
28435
|
}
|
|
28436
|
+
.sf__item .ant-select,
|
|
28437
|
+
.sf__item .ant-cascader-picker {
|
|
28438
|
+
width: 100%;
|
|
28439
|
+
}
|
|
27962
28440
|
/**
|
|
27963
28441
|
* [ACL](https://ng-alain.com/acl/control) 使用 `display: none` 隐藏未授权元素
|
|
27964
28442
|
* [ACL](https://ng-alain.com/acl/control) Hides the unauthorized element with `display: none`
|
|
@@ -32366,7 +32844,8 @@ ellipsis {
|
|
|
32366
32844
|
}
|
|
32367
32845
|
.page-header__action,
|
|
32368
32846
|
.page-header__extra {
|
|
32369
|
-
|
|
32847
|
+
display: flex;
|
|
32848
|
+
justify-content: flex-end;
|
|
32370
32849
|
}
|
|
32371
32850
|
.page-header__extra {
|
|
32372
32851
|
min-width: 242px;
|
|
@@ -32388,8 +32867,8 @@ ellipsis {
|
|
|
32388
32867
|
}
|
|
32389
32868
|
.page-header__action,
|
|
32390
32869
|
.page-header__extra {
|
|
32870
|
+
justify-content: start;
|
|
32391
32871
|
margin-left: 0;
|
|
32392
|
-
text-align: left;
|
|
32393
32872
|
}
|
|
32394
32873
|
}
|
|
32395
32874
|
@media screen and (max-width: 576px) {
|