synos-helena 21.11.1 → 21.12.7-beta.0
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/CHANGELOG.md +24 -0
- package/lib/dark.css +984 -519
- package/lib/dark.css.map +1 -1
- package/lib/dark.js.map +1 -1
- package/lib/helena.css +988 -523
- package/lib/helena.css.map +1 -1
- package/lib/helena.js.map +1 -1
- package/lib/index.css +39 -37
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +72 -30
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +0 -6
- package/lib/index.js.map +1 -1
- package/lib/light.css +984 -519
- package/lib/light.css.map +1 -1
- package/lib/light.js.map +1 -1
- package/package.json +10 -6
package/lib/dark.css
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
-
/* stylelint-disable */
|
|
4
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
1
|
[class^=ant-]::-ms-clear,
|
|
6
2
|
[class*= ant-]::-ms-clear,
|
|
7
3
|
[class^=ant-] input::-ms-clear,
|
|
@@ -10,7 +6,7 @@
|
|
|
10
6
|
[class*= ant-] input::-ms-reveal {
|
|
11
7
|
display: none;
|
|
12
8
|
}
|
|
13
|
-
/* stylelint-disable at-rule-no-
|
|
9
|
+
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
|
|
14
10
|
html,
|
|
15
11
|
body {
|
|
16
12
|
width: 100%;
|
|
@@ -1234,6 +1230,10 @@ html {
|
|
|
1234
1230
|
overflow: hidden;
|
|
1235
1231
|
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
1236
1232
|
}
|
|
1233
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
1234
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
1235
|
+
/* stylelint-disable */
|
|
1236
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1237
1237
|
.ant-affix {
|
|
1238
1238
|
position: fixed;
|
|
1239
1239
|
z-index: 10;
|
|
@@ -1370,9 +1370,6 @@ html {
|
|
|
1370
1370
|
.ant-alert.ant-alert-rtl {
|
|
1371
1371
|
direction: rtl;
|
|
1372
1372
|
}
|
|
1373
|
-
.ant-alert-rtl.ant-alert.ant-alert-no-icon {
|
|
1374
|
-
padding: 8px 15px;
|
|
1375
|
-
}
|
|
1376
1373
|
.ant-alert-rtl .ant-alert-icon {
|
|
1377
1374
|
margin-right: auto;
|
|
1378
1375
|
margin-left: 8px;
|
|
@@ -1385,6 +1382,10 @@ html {
|
|
|
1385
1382
|
margin-right: 8px;
|
|
1386
1383
|
margin-left: auto;
|
|
1387
1384
|
}
|
|
1385
|
+
.ant-alert-rtl.ant-alert-with-description {
|
|
1386
|
+
padding-right: 24px;
|
|
1387
|
+
padding-left: 15px;
|
|
1388
|
+
}
|
|
1388
1389
|
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
|
|
1389
1390
|
margin-right: auto;
|
|
1390
1391
|
margin-left: 15px;
|
|
@@ -1830,7 +1831,8 @@ html {
|
|
|
1830
1831
|
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
|
|
1831
1832
|
vertical-align: middle;
|
|
1832
1833
|
}
|
|
1833
|
-
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component
|
|
1834
|
+
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
|
|
1835
|
+
.ant-badge-not-a-wrapper .ant-badge-count {
|
|
1834
1836
|
transform: none;
|
|
1835
1837
|
}
|
|
1836
1838
|
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
|
|
@@ -1840,9 +1842,6 @@ html {
|
|
|
1840
1842
|
display: block;
|
|
1841
1843
|
transform-origin: 50% 50%;
|
|
1842
1844
|
}
|
|
1843
|
-
.ant-badge-not-a-wrapper .ant-badge-count {
|
|
1844
|
-
transform: none;
|
|
1845
|
-
}
|
|
1846
1845
|
@keyframes antStatusProcessing {
|
|
1847
1846
|
0% {
|
|
1848
1847
|
transform: scale(0.8);
|
|
@@ -1855,20 +1854,25 @@ html {
|
|
|
1855
1854
|
}
|
|
1856
1855
|
.ant-scroll-number {
|
|
1857
1856
|
overflow: hidden;
|
|
1857
|
+
direction: ltr;
|
|
1858
1858
|
}
|
|
1859
1859
|
.ant-scroll-number-only {
|
|
1860
1860
|
position: relative;
|
|
1861
1861
|
display: inline-block;
|
|
1862
1862
|
height: 20px;
|
|
1863
1863
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
1864
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1864
1865
|
-webkit-transform-style: preserve-3d;
|
|
1865
1866
|
-webkit-backface-visibility: hidden;
|
|
1867
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
1866
1868
|
}
|
|
1867
1869
|
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
|
|
1868
1870
|
height: 20px;
|
|
1869
1871
|
margin: 0;
|
|
1872
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1870
1873
|
-webkit-transform-style: preserve-3d;
|
|
1871
1874
|
-webkit-backface-visibility: hidden;
|
|
1875
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
1872
1876
|
}
|
|
1873
1877
|
.ant-scroll-number-symbol {
|
|
1874
1878
|
vertical-align: top;
|
|
@@ -2035,16 +2039,16 @@ html {
|
|
|
2035
2039
|
.ant-badge-rtl {
|
|
2036
2040
|
direction: rtl;
|
|
2037
2041
|
}
|
|
2038
|
-
.ant-badge-rtl .ant-badge-count,
|
|
2039
|
-
.ant-badge-rtl .ant-badge-dot,
|
|
2040
|
-
.ant-badge-rtl .ant-badge .ant-scroll-number-custom-component {
|
|
2042
|
+
.ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
|
|
2043
|
+
.ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
|
|
2044
|
+
.ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
|
|
2041
2045
|
right: auto;
|
|
2042
2046
|
left: 0;
|
|
2043
2047
|
direction: ltr;
|
|
2044
2048
|
transform: translate(-50%, -50%);
|
|
2045
2049
|
transform-origin: 0% 0%;
|
|
2046
2050
|
}
|
|
2047
|
-
.ant-badge-rtl.ant-badge .ant-scroll-number-custom-component {
|
|
2051
|
+
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
|
|
2048
2052
|
right: auto;
|
|
2049
2053
|
left: 0;
|
|
2050
2054
|
transform: translate(-50%, -50%);
|
|
@@ -2054,16 +2058,6 @@ html {
|
|
|
2054
2058
|
margin-right: 8px;
|
|
2055
2059
|
margin-left: 0;
|
|
2056
2060
|
}
|
|
2057
|
-
.ant-badge-rtl .ant-badge-zoom-appear,
|
|
2058
|
-
.ant-badge-rtl .ant-badge-zoom-enter {
|
|
2059
|
-
animation-name: antZoomBadgeInRtl;
|
|
2060
|
-
}
|
|
2061
|
-
.ant-badge-rtl .ant-badge-zoom-leave {
|
|
2062
|
-
animation-name: antZoomBadgeOutRtl;
|
|
2063
|
-
}
|
|
2064
|
-
.ant-badge-not-a-wrapper .ant-badge-count {
|
|
2065
|
-
transform: none;
|
|
2066
|
-
}
|
|
2067
2061
|
.ant-ribbon-rtl {
|
|
2068
2062
|
direction: rtl;
|
|
2069
2063
|
}
|
|
@@ -2095,24 +2089,6 @@ html {
|
|
|
2095
2089
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
|
|
2096
2090
|
border-color: currentColor transparent transparent currentColor;
|
|
2097
2091
|
}
|
|
2098
|
-
@keyframes antZoomBadgeInRtl {
|
|
2099
|
-
0% {
|
|
2100
|
-
transform: scale(0) translate(-50%, -50%);
|
|
2101
|
-
opacity: 0;
|
|
2102
|
-
}
|
|
2103
|
-
100% {
|
|
2104
|
-
transform: scale(1) translate(-50%, -50%);
|
|
2105
|
-
}
|
|
2106
|
-
}
|
|
2107
|
-
@keyframes antZoomBadgeOutRtl {
|
|
2108
|
-
0% {
|
|
2109
|
-
transform: scale(1) translate(-50%, -50%);
|
|
2110
|
-
}
|
|
2111
|
-
100% {
|
|
2112
|
-
transform: scale(0) translate(-50%, -50%);
|
|
2113
|
-
opacity: 0;
|
|
2114
|
-
}
|
|
2115
|
-
}
|
|
2116
2092
|
.ant-breadcrumb {
|
|
2117
2093
|
box-sizing: border-box;
|
|
2118
2094
|
margin: 0;
|
|
@@ -3421,6 +3397,12 @@ html {
|
|
|
3421
3397
|
display: flex;
|
|
3422
3398
|
justify-content: center;
|
|
3423
3399
|
}
|
|
3400
|
+
a.ant-btn-icon-only {
|
|
3401
|
+
vertical-align: -1px;
|
|
3402
|
+
}
|
|
3403
|
+
a.ant-btn-icon-only > .anticon {
|
|
3404
|
+
display: inline;
|
|
3405
|
+
}
|
|
3424
3406
|
.ant-btn-round {
|
|
3425
3407
|
height: 32px;
|
|
3426
3408
|
padding: 4px 16px;
|
|
@@ -3481,9 +3463,7 @@ html {
|
|
|
3481
3463
|
}
|
|
3482
3464
|
.ant-btn.ant-btn-loading {
|
|
3483
3465
|
position: relative;
|
|
3484
|
-
|
|
3485
|
-
.ant-btn.ant-btn-loading:not([disabled]) {
|
|
3486
|
-
pointer-events: none;
|
|
3466
|
+
cursor: default;
|
|
3487
3467
|
}
|
|
3488
3468
|
.ant-btn.ant-btn-loading::before {
|
|
3489
3469
|
display: block;
|
|
@@ -3643,31 +3623,19 @@ html {
|
|
|
3643
3623
|
}
|
|
3644
3624
|
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
|
|
3645
3625
|
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
|
|
3646
|
-
border-
|
|
3647
|
-
border-top-right-radius: 2px;
|
|
3648
|
-
border-bottom-right-radius: 2px;
|
|
3649
|
-
border-bottom-left-radius: 0;
|
|
3626
|
+
border-radius: 0 2px 2px 0;
|
|
3650
3627
|
}
|
|
3651
3628
|
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
|
|
3652
3629
|
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
|
|
3653
|
-
border-
|
|
3654
|
-
border-top-right-radius: 0;
|
|
3655
|
-
border-bottom-right-radius: 0;
|
|
3656
|
-
border-bottom-left-radius: 2px;
|
|
3630
|
+
border-radius: 2px 0 0 2px;
|
|
3657
3631
|
}
|
|
3658
3632
|
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
|
|
3659
3633
|
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
|
|
3660
|
-
border-
|
|
3661
|
-
border-top-right-radius: 2px;
|
|
3662
|
-
border-bottom-right-radius: 2px;
|
|
3663
|
-
border-bottom-left-radius: 0;
|
|
3634
|
+
border-radius: 0 2px 2px 0;
|
|
3664
3635
|
}
|
|
3665
3636
|
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
|
|
3666
3637
|
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
|
|
3667
|
-
border-
|
|
3668
|
-
border-top-right-radius: 0;
|
|
3669
|
-
border-bottom-right-radius: 0;
|
|
3670
|
-
border-bottom-left-radius: 2px;
|
|
3638
|
+
border-radius: 2px 0 0 2px;
|
|
3671
3639
|
}
|
|
3672
3640
|
.ant-btn:focus > span,
|
|
3673
3641
|
.ant-btn:active > span {
|
|
@@ -3687,6 +3655,20 @@ html {
|
|
|
3687
3655
|
.ant-btn.ant-btn-background-ghost:focus {
|
|
3688
3656
|
background: transparent;
|
|
3689
3657
|
}
|
|
3658
|
+
.ant-btn.ant-btn-background-ghost:hover,
|
|
3659
|
+
.ant-btn.ant-btn-background-ghost:focus {
|
|
3660
|
+
color: #2b5478;
|
|
3661
|
+
border-color: #2b5478;
|
|
3662
|
+
}
|
|
3663
|
+
.ant-btn.ant-btn-background-ghost:active {
|
|
3664
|
+
color: #0a2645;
|
|
3665
|
+
border-color: #0a2645;
|
|
3666
|
+
}
|
|
3667
|
+
.ant-btn.ant-btn-background-ghost[disabled] {
|
|
3668
|
+
color: rgba(0, 0, 0, 0.25);
|
|
3669
|
+
background: transparent;
|
|
3670
|
+
border-color: #d9d9d9;
|
|
3671
|
+
}
|
|
3690
3672
|
.ant-btn-background-ghost.ant-btn-primary {
|
|
3691
3673
|
color: #0992f8;
|
|
3692
3674
|
border-color: #0992f8;
|
|
@@ -4302,14 +4284,14 @@ a.ant-btn-sm {
|
|
|
4302
4284
|
margin-top: 0;
|
|
4303
4285
|
margin-bottom: 0;
|
|
4304
4286
|
}
|
|
4305
|
-
.ant-card-head .ant-tabs {
|
|
4287
|
+
.ant-card-head .ant-tabs-top {
|
|
4306
4288
|
clear: both;
|
|
4307
4289
|
margin-bottom: -17px;
|
|
4308
4290
|
color: #595959;
|
|
4309
4291
|
font-weight: normal;
|
|
4310
4292
|
font-size: 14px;
|
|
4311
4293
|
}
|
|
4312
|
-
.ant-card-head .ant-tabs-bar {
|
|
4294
|
+
.ant-card-head .ant-tabs-top-bar {
|
|
4313
4295
|
border-bottom: 1px solid #f0f0f0;
|
|
4314
4296
|
}
|
|
4315
4297
|
.ant-card-extra {
|
|
@@ -4571,7 +4553,6 @@ a.ant-btn-sm {
|
|
|
4571
4553
|
position: relative;
|
|
4572
4554
|
display: block;
|
|
4573
4555
|
box-sizing: border-box;
|
|
4574
|
-
-ms-touch-action: pan-y;
|
|
4575
4556
|
touch-action: pan-y;
|
|
4576
4557
|
-webkit-touch-callout: none;
|
|
4577
4558
|
-webkit-tap-highlight-color: transparent;
|
|
@@ -4831,7 +4812,17 @@ a.ant-btn-sm {
|
|
|
4831
4812
|
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
|
|
4832
4813
|
flex-direction: column;
|
|
4833
4814
|
}
|
|
4834
|
-
|
|
4815
|
+
@keyframes antCheckboxEffect {
|
|
4816
|
+
0% {
|
|
4817
|
+
transform: scale(1);
|
|
4818
|
+
opacity: 0.5;
|
|
4819
|
+
}
|
|
4820
|
+
100% {
|
|
4821
|
+
transform: scale(1.6);
|
|
4822
|
+
opacity: 0;
|
|
4823
|
+
}
|
|
4824
|
+
}
|
|
4825
|
+
.ant-cascader-checkbox {
|
|
4835
4826
|
box-sizing: border-box;
|
|
4836
4827
|
margin: 0;
|
|
4837
4828
|
padding: 0;
|
|
@@ -4841,18 +4832,119 @@ a.ant-btn-sm {
|
|
|
4841
4832
|
line-height: 1.5715;
|
|
4842
4833
|
list-style: none;
|
|
4843
4834
|
font-feature-settings: 'tnum';
|
|
4835
|
+
position: relative;
|
|
4836
|
+
top: 0.2em;
|
|
4837
|
+
line-height: 1;
|
|
4838
|
+
white-space: nowrap;
|
|
4839
|
+
outline: none;
|
|
4840
|
+
cursor: pointer;
|
|
4844
4841
|
}
|
|
4845
|
-
.ant-cascader-
|
|
4846
|
-
|
|
4842
|
+
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
|
|
4843
|
+
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
|
|
4844
|
+
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
|
|
4845
|
+
border-color: #153f6a;
|
|
4846
|
+
}
|
|
4847
|
+
.ant-cascader-checkbox-checked::after {
|
|
4848
|
+
position: absolute;
|
|
4849
|
+
top: 0;
|
|
4850
|
+
left: 0;
|
|
4847
4851
|
width: 100%;
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4852
|
+
height: 100%;
|
|
4853
|
+
border: 1px solid #153f6a;
|
|
4854
|
+
border-radius: 2px;
|
|
4855
|
+
visibility: hidden;
|
|
4856
|
+
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
4857
|
+
animation-fill-mode: backwards;
|
|
4858
|
+
content: '';
|
|
4851
4859
|
}
|
|
4852
|
-
.ant-cascader-
|
|
4860
|
+
.ant-cascader-checkbox:hover::after,
|
|
4861
|
+
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
|
|
4862
|
+
visibility: visible;
|
|
4863
|
+
}
|
|
4864
|
+
.ant-cascader-checkbox-inner {
|
|
4853
4865
|
position: relative;
|
|
4866
|
+
top: 0;
|
|
4867
|
+
left: 0;
|
|
4868
|
+
display: block;
|
|
4869
|
+
width: 16px;
|
|
4870
|
+
height: 16px;
|
|
4871
|
+
direction: ltr;
|
|
4872
|
+
background-color: #fff;
|
|
4873
|
+
border: 1px solid #d9d9d9;
|
|
4874
|
+
border-radius: 2px;
|
|
4875
|
+
border-collapse: separate;
|
|
4876
|
+
transition: all 0.3s;
|
|
4854
4877
|
}
|
|
4855
|
-
.ant-cascader-
|
|
4878
|
+
.ant-cascader-checkbox-inner::after {
|
|
4879
|
+
position: absolute;
|
|
4880
|
+
top: 50%;
|
|
4881
|
+
left: 21.5%;
|
|
4882
|
+
display: table;
|
|
4883
|
+
width: 5.71428571px;
|
|
4884
|
+
height: 9.14285714px;
|
|
4885
|
+
border: 2px solid #fff;
|
|
4886
|
+
border-top: 0;
|
|
4887
|
+
border-left: 0;
|
|
4888
|
+
transform: rotate(45deg) scale(0) translate(-50%, -50%);
|
|
4889
|
+
opacity: 0;
|
|
4890
|
+
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
|
|
4891
|
+
content: ' ';
|
|
4892
|
+
}
|
|
4893
|
+
.ant-cascader-checkbox-input {
|
|
4894
|
+
position: absolute;
|
|
4895
|
+
top: 0;
|
|
4896
|
+
right: 0;
|
|
4897
|
+
bottom: 0;
|
|
4898
|
+
left: 0;
|
|
4899
|
+
z-index: 1;
|
|
4900
|
+
width: 100%;
|
|
4901
|
+
height: 100%;
|
|
4902
|
+
cursor: pointer;
|
|
4903
|
+
opacity: 0;
|
|
4904
|
+
}
|
|
4905
|
+
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
|
|
4906
|
+
position: absolute;
|
|
4907
|
+
display: table;
|
|
4908
|
+
border: 2px solid #fff;
|
|
4909
|
+
border-top: 0;
|
|
4910
|
+
border-left: 0;
|
|
4911
|
+
transform: rotate(45deg) scale(1) translate(-50%, -50%);
|
|
4912
|
+
opacity: 1;
|
|
4913
|
+
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
|
|
4914
|
+
content: ' ';
|
|
4915
|
+
}
|
|
4916
|
+
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
|
|
4917
|
+
background-color: #153f6a;
|
|
4918
|
+
border-color: #153f6a;
|
|
4919
|
+
}
|
|
4920
|
+
.ant-cascader-checkbox-disabled {
|
|
4921
|
+
cursor: not-allowed;
|
|
4922
|
+
}
|
|
4923
|
+
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
|
|
4924
|
+
border-color: rgba(0, 0, 0, 0.25);
|
|
4925
|
+
animation-name: none;
|
|
4926
|
+
}
|
|
4927
|
+
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
|
|
4928
|
+
cursor: not-allowed;
|
|
4929
|
+
}
|
|
4930
|
+
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
|
|
4931
|
+
background-color: #f5f5f5;
|
|
4932
|
+
border-color: #d9d9d9 !important;
|
|
4933
|
+
}
|
|
4934
|
+
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
|
|
4935
|
+
border-color: #f5f5f5;
|
|
4936
|
+
border-collapse: separate;
|
|
4937
|
+
animation-name: none;
|
|
4938
|
+
}
|
|
4939
|
+
.ant-cascader-checkbox-disabled + span {
|
|
4940
|
+
color: rgba(0, 0, 0, 0.25);
|
|
4941
|
+
cursor: not-allowed;
|
|
4942
|
+
}
|
|
4943
|
+
.ant-cascader-checkbox-disabled:hover::after,
|
|
4944
|
+
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
|
|
4945
|
+
visibility: hidden;
|
|
4946
|
+
}
|
|
4947
|
+
.ant-cascader-checkbox-wrapper {
|
|
4856
4948
|
box-sizing: border-box;
|
|
4857
4949
|
margin: 0;
|
|
4858
4950
|
padding: 0;
|
|
@@ -4862,138 +4954,101 @@ a.ant-btn-sm {
|
|
|
4862
4954
|
line-height: 1.5715;
|
|
4863
4955
|
list-style: none;
|
|
4864
4956
|
font-feature-settings: 'tnum';
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
border-radius: 2px;
|
|
4869
|
-
outline: 0;
|
|
4957
|
+
display: inline-flex;
|
|
4958
|
+
align-items: baseline;
|
|
4959
|
+
line-height: unset;
|
|
4870
4960
|
cursor: pointer;
|
|
4871
|
-
transition: color 0.3s;
|
|
4872
4961
|
}
|
|
4873
|
-
.ant-cascader-
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
background: #f5f5f5;
|
|
4879
|
-
cursor: not-allowed;
|
|
4962
|
+
.ant-cascader-checkbox-wrapper::after {
|
|
4963
|
+
display: inline-block;
|
|
4964
|
+
width: 0;
|
|
4965
|
+
overflow: hidden;
|
|
4966
|
+
content: '\a0';
|
|
4880
4967
|
}
|
|
4881
|
-
.ant-cascader-
|
|
4968
|
+
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
|
|
4882
4969
|
cursor: not-allowed;
|
|
4883
4970
|
}
|
|
4884
|
-
.ant-cascader-
|
|
4885
|
-
|
|
4886
|
-
border-right-width: 1px !important;
|
|
4887
|
-
outline: 0;
|
|
4888
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
4889
|
-
}
|
|
4890
|
-
.ant-input-rtl .ant-cascader-picker:focus .ant-cascader-input {
|
|
4891
|
-
border-right-width: 0;
|
|
4892
|
-
border-left-width: 1px !important;
|
|
4971
|
+
.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
|
|
4972
|
+
margin-left: 8px;
|
|
4893
4973
|
}
|
|
4894
|
-
.ant-cascader-
|
|
4895
|
-
|
|
4896
|
-
|
|
4974
|
+
.ant-cascader-checkbox + span {
|
|
4975
|
+
padding-right: 8px;
|
|
4976
|
+
padding-left: 8px;
|
|
4897
4977
|
}
|
|
4898
|
-
.ant-cascader-
|
|
4899
|
-
|
|
4978
|
+
.ant-cascader-checkbox-group {
|
|
4979
|
+
box-sizing: border-box;
|
|
4980
|
+
margin: 0;
|
|
4981
|
+
padding: 0;
|
|
4982
|
+
color: #595959;
|
|
4983
|
+
font-size: 14px;
|
|
4984
|
+
font-variant: tabular-nums;
|
|
4985
|
+
line-height: 1.5715;
|
|
4986
|
+
list-style: none;
|
|
4987
|
+
font-feature-settings: 'tnum';
|
|
4988
|
+
display: inline-block;
|
|
4900
4989
|
}
|
|
4901
|
-
.ant-cascader-
|
|
4902
|
-
|
|
4903
|
-
top: 50%;
|
|
4904
|
-
left: 0;
|
|
4905
|
-
width: 100%;
|
|
4906
|
-
height: 20px;
|
|
4907
|
-
margin-top: -10px;
|
|
4908
|
-
padding: 0 20px 0 12px;
|
|
4909
|
-
overflow: hidden;
|
|
4910
|
-
line-height: 20px;
|
|
4911
|
-
white-space: nowrap;
|
|
4912
|
-
text-overflow: ellipsis;
|
|
4990
|
+
.ant-cascader-checkbox-group-item {
|
|
4991
|
+
margin-right: 8px;
|
|
4913
4992
|
}
|
|
4914
|
-
.ant-cascader-
|
|
4915
|
-
|
|
4916
|
-
top: 50%;
|
|
4917
|
-
right: 12px;
|
|
4918
|
-
z-index: 2;
|
|
4919
|
-
width: 12px;
|
|
4920
|
-
height: 12px;
|
|
4921
|
-
margin-top: -6px;
|
|
4922
|
-
color: rgba(0, 0, 0, 0.25);
|
|
4923
|
-
font-size: 12px;
|
|
4924
|
-
line-height: 12px;
|
|
4925
|
-
background: #fff;
|
|
4926
|
-
cursor: pointer;
|
|
4927
|
-
opacity: 0;
|
|
4928
|
-
transition: color 0.3s ease, opacity 0.15s ease;
|
|
4993
|
+
.ant-cascader-checkbox-group-item:last-child {
|
|
4994
|
+
margin-right: 0;
|
|
4929
4995
|
}
|
|
4930
|
-
.ant-cascader-
|
|
4931
|
-
|
|
4996
|
+
.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
|
|
4997
|
+
margin-left: 0;
|
|
4932
4998
|
}
|
|
4933
|
-
.ant-cascader-
|
|
4934
|
-
|
|
4999
|
+
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
|
|
5000
|
+
background-color: #fff;
|
|
5001
|
+
border-color: #d9d9d9;
|
|
4935
5002
|
}
|
|
4936
|
-
.ant-cascader-
|
|
4937
|
-
position: absolute;
|
|
5003
|
+
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
|
|
4938
5004
|
top: 50%;
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
}
|
|
4948
|
-
.ant-cascader-picker-label:hover + .ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover + .ant-cascader-input) {
|
|
4949
|
-
border-color: #2b5478;
|
|
4950
|
-
border-right-width: 1px !important;
|
|
5005
|
+
left: 50%;
|
|
5006
|
+
width: 8px;
|
|
5007
|
+
height: 8px;
|
|
5008
|
+
background-color: #153f6a;
|
|
5009
|
+
border: 0;
|
|
5010
|
+
transform: translate(-50%, -50%) scale(1);
|
|
5011
|
+
opacity: 1;
|
|
5012
|
+
content: ' ';
|
|
4951
5013
|
}
|
|
4952
|
-
.ant-
|
|
4953
|
-
|
|
4954
|
-
border-
|
|
5014
|
+
.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
|
|
5015
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
5016
|
+
border-color: rgba(0, 0, 0, 0.25);
|
|
4955
5017
|
}
|
|
4956
|
-
.ant-cascader-
|
|
4957
|
-
|
|
4958
|
-
right: 8px;
|
|
5018
|
+
.ant-cascader-checkbox-rtl {
|
|
5019
|
+
direction: rtl;
|
|
4959
5020
|
}
|
|
4960
|
-
.ant-cascader-
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
font-size: 14px;
|
|
4964
|
-
white-space: nowrap;
|
|
4965
|
-
background: #fff;
|
|
4966
|
-
border-radius: 2px;
|
|
4967
|
-
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);
|
|
5021
|
+
.ant-cascader-checkbox-group-rtl .ant-cascader-checkbox-group-item {
|
|
5022
|
+
margin-right: 0;
|
|
5023
|
+
margin-left: 8px;
|
|
4968
5024
|
}
|
|
4969
|
-
.ant-cascader-
|
|
4970
|
-
|
|
4971
|
-
margin: 0;
|
|
4972
|
-
list-style: none;
|
|
5025
|
+
.ant-cascader-checkbox-group-rtl .ant-cascader-checkbox-group-item:last-child {
|
|
5026
|
+
margin-left: 0 !important;
|
|
4973
5027
|
}
|
|
4974
|
-
.ant-cascader-
|
|
4975
|
-
|
|
4976
|
-
display: none;
|
|
5028
|
+
.ant-cascader-checkbox-group-rtl .ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
|
|
5029
|
+
margin-left: 8px;
|
|
4977
5030
|
}
|
|
4978
|
-
.ant-cascader
|
|
4979
|
-
|
|
4980
|
-
animation-name: antSlideUpIn;
|
|
5031
|
+
.ant-cascader {
|
|
5032
|
+
width: 184px;
|
|
4981
5033
|
}
|
|
4982
|
-
.ant-cascader-
|
|
4983
|
-
|
|
4984
|
-
|
|
5034
|
+
.ant-cascader-checkbox {
|
|
5035
|
+
top: 0;
|
|
5036
|
+
margin-right: 8px;
|
|
4985
5037
|
}
|
|
4986
|
-
.ant-cascader-menus
|
|
4987
|
-
|
|
5038
|
+
.ant-cascader-menus {
|
|
5039
|
+
display: flex;
|
|
5040
|
+
flex-wrap: nowrap;
|
|
5041
|
+
align-items: flex-start;
|
|
4988
5042
|
}
|
|
4989
|
-
.ant-cascader-menus.ant-
|
|
4990
|
-
|
|
5043
|
+
.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
|
|
5044
|
+
width: 100%;
|
|
5045
|
+
height: auto;
|
|
4991
5046
|
}
|
|
4992
5047
|
.ant-cascader-menu {
|
|
4993
|
-
display: inline-block;
|
|
4994
5048
|
min-width: 111px;
|
|
4995
5049
|
height: 180px;
|
|
4996
5050
|
margin: 0;
|
|
5051
|
+
margin: -4px 0;
|
|
4997
5052
|
padding: 4px 0;
|
|
4998
5053
|
overflow: auto;
|
|
4999
5054
|
vertical-align: top;
|
|
@@ -5001,18 +5056,10 @@ a.ant-btn-sm {
|
|
|
5001
5056
|
border-right: 1px solid #f0f0f0;
|
|
5002
5057
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
5003
5058
|
}
|
|
5004
|
-
.ant-cascader-menu:first-child {
|
|
5005
|
-
border-radius: 2px 0 0 2px;
|
|
5006
|
-
}
|
|
5007
|
-
.ant-cascader-menu:last-child {
|
|
5008
|
-
margin-right: -1px;
|
|
5009
|
-
border-right-color: transparent;
|
|
5010
|
-
border-radius: 0 2px 2px 0;
|
|
5011
|
-
}
|
|
5012
|
-
.ant-cascader-menu:only-child {
|
|
5013
|
-
border-radius: 2px;
|
|
5014
|
-
}
|
|
5015
5059
|
.ant-cascader-menu-item {
|
|
5060
|
+
display: flex;
|
|
5061
|
+
flex-wrap: nowrap;
|
|
5062
|
+
align-items: center;
|
|
5016
5063
|
padding: 5px 12px;
|
|
5017
5064
|
overflow: hidden;
|
|
5018
5065
|
line-height: 22px;
|
|
@@ -5041,14 +5088,12 @@ a.ant-btn-sm {
|
|
|
5041
5088
|
font-weight: 600;
|
|
5042
5089
|
background-color: #a1a7ab;
|
|
5043
5090
|
}
|
|
5044
|
-
.ant-cascader-menu-item-
|
|
5045
|
-
|
|
5046
|
-
padding-right: 24px;
|
|
5091
|
+
.ant-cascader-menu-item-content {
|
|
5092
|
+
flex: auto;
|
|
5047
5093
|
}
|
|
5048
5094
|
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
|
|
5049
5095
|
.ant-cascader-menu-item-loading-icon {
|
|
5050
|
-
|
|
5051
|
-
right: 12px;
|
|
5096
|
+
margin-left: 4px;
|
|
5052
5097
|
color: rgba(0, 0, 0, 0.45);
|
|
5053
5098
|
font-size: 10px;
|
|
5054
5099
|
}
|
|
@@ -5056,72 +5101,18 @@ a.ant-btn-sm {
|
|
|
5056
5101
|
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
|
|
5057
5102
|
color: rgba(0, 0, 0, 0.25);
|
|
5058
5103
|
}
|
|
5059
|
-
.ant-cascader-menu-item
|
|
5104
|
+
.ant-cascader-menu-item-keyword {
|
|
5060
5105
|
color: #ff4d4f;
|
|
5061
5106
|
}
|
|
5062
|
-
.ant-cascader-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
}
|
|
5067
|
-
.ant-cascader-picker-rtl {
|
|
5068
|
-
direction: rtl;
|
|
5069
|
-
}
|
|
5070
|
-
.ant-cascader-picker-rtl .ant-cascader-picker-label {
|
|
5071
|
-
padding: 0 12px 0 20px;
|
|
5072
|
-
text-align: right;
|
|
5073
|
-
}
|
|
5074
|
-
.ant-cascader-picker-rtl .ant-cascader-picker-clear {
|
|
5075
|
-
right: auto;
|
|
5076
|
-
left: 12px;
|
|
5077
|
-
}
|
|
5078
|
-
.ant-cascader-picker-rtl .ant-cascader-picker-arrow {
|
|
5079
|
-
right: auto;
|
|
5080
|
-
left: 12px;
|
|
5081
|
-
}
|
|
5082
|
-
.ant-cascader-picker-rtl.ant-cascader-picker-small .ant-cascader-picker-clear,
|
|
5083
|
-
.ant-cascader-picker-rtl.ant-cascader-picker-small .ant-cascader-picker-arrow {
|
|
5084
|
-
right: auto;
|
|
5085
|
-
left: 8px;
|
|
5086
|
-
}
|
|
5087
|
-
.ant-cascader-menu-rtl .ant-cascader-menu {
|
|
5088
|
-
direction: rtl;
|
|
5089
|
-
border-right: none;
|
|
5090
|
-
border-left: 1px solid #f0f0f0;
|
|
5091
|
-
}
|
|
5092
|
-
.ant-cascader-menu-rtl .ant-cascader-menu:first-child {
|
|
5093
|
-
border-radius: 0 2px 2px 0;
|
|
5107
|
+
.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
|
|
5108
|
+
.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
|
|
5109
|
+
margin-right: 4px;
|
|
5110
|
+
margin-left: 0;
|
|
5094
5111
|
}
|
|
5095
|
-
.ant-cascader-
|
|
5112
|
+
.ant-cascader-rtl .ant-cascader-checkbox {
|
|
5113
|
+
top: 0;
|
|
5096
5114
|
margin-right: 0;
|
|
5097
|
-
margin-left:
|
|
5098
|
-
border-left-color: transparent;
|
|
5099
|
-
border-radius: 2px 0 0 2px;
|
|
5100
|
-
}
|
|
5101
|
-
.ant-cascader-menu-rtl .ant-cascader-menu:only-child {
|
|
5102
|
-
border-radius: 2px;
|
|
5103
|
-
}
|
|
5104
|
-
.ant-cascader-menu-rtl .ant-cascader-menu-item-expand {
|
|
5105
|
-
padding-right: 12px;
|
|
5106
|
-
padding-left: 24px;
|
|
5107
|
-
}
|
|
5108
|
-
.ant-cascader-menu-rtl .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
|
|
5109
|
-
.ant-cascader-menu-rtl .ant-cascader-menu-item-loading-icon {
|
|
5110
|
-
right: auto;
|
|
5111
|
-
left: 12px;
|
|
5112
|
-
}
|
|
5113
|
-
.ant-cascader-menu-rtl .ant-cascader-menu-item-loading-icon {
|
|
5114
|
-
transform: scaleY(-1);
|
|
5115
|
-
}
|
|
5116
|
-
@keyframes antCheckboxEffect {
|
|
5117
|
-
0% {
|
|
5118
|
-
transform: scale(1);
|
|
5119
|
-
opacity: 0.5;
|
|
5120
|
-
}
|
|
5121
|
-
100% {
|
|
5122
|
-
transform: scale(1.6);
|
|
5123
|
-
opacity: 0;
|
|
5124
|
-
}
|
|
5115
|
+
margin-left: 8px;
|
|
5125
5116
|
}
|
|
5126
5117
|
.ant-checkbox {
|
|
5127
5118
|
box-sizing: border-box;
|
|
@@ -5352,31 +5343,15 @@ a.ant-btn-sm {
|
|
|
5352
5343
|
border-radius: 0 0 2px 2px;
|
|
5353
5344
|
}
|
|
5354
5345
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
|
|
5355
|
-
|
|
5346
|
+
display: flex;
|
|
5347
|
+
flex-wrap: nowrap;
|
|
5348
|
+
align-items: flex-start;
|
|
5356
5349
|
padding: 12px 16px;
|
|
5357
5350
|
color: rgba(0, 0, 0, 0.85);
|
|
5358
5351
|
line-height: 1.5715;
|
|
5359
5352
|
cursor: pointer;
|
|
5360
5353
|
transition: all 0.3s, visibility 0s;
|
|
5361
5354
|
}
|
|
5362
|
-
.ant-collapse > .ant-collapse-item > .ant-collapse-header::before {
|
|
5363
|
-
display: table;
|
|
5364
|
-
content: '';
|
|
5365
|
-
}
|
|
5366
|
-
.ant-collapse > .ant-collapse-item > .ant-collapse-header::after {
|
|
5367
|
-
display: table;
|
|
5368
|
-
clear: both;
|
|
5369
|
-
content: '';
|
|
5370
|
-
}
|
|
5371
|
-
.ant-collapse > .ant-collapse-item > .ant-collapse-header::before {
|
|
5372
|
-
display: table;
|
|
5373
|
-
content: '';
|
|
5374
|
-
}
|
|
5375
|
-
.ant-collapse > .ant-collapse-item > .ant-collapse-header::after {
|
|
5376
|
-
display: table;
|
|
5377
|
-
clear: both;
|
|
5378
|
-
content: '';
|
|
5379
|
-
}
|
|
5380
5355
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
|
5381
5356
|
display: inline-block;
|
|
5382
5357
|
margin-right: 12px;
|
|
@@ -5387,7 +5362,7 @@ a.ant-btn-sm {
|
|
|
5387
5362
|
transition: transform 0.24s;
|
|
5388
5363
|
}
|
|
5389
5364
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
|
|
5390
|
-
|
|
5365
|
+
margin-left: auto;
|
|
5391
5366
|
}
|
|
5392
5367
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
|
|
5393
5368
|
outline: none;
|
|
@@ -5402,6 +5377,7 @@ a.ant-btn-sm {
|
|
|
5402
5377
|
padding-left: 12px;
|
|
5403
5378
|
}
|
|
5404
5379
|
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
|
|
5380
|
+
position: relative;
|
|
5405
5381
|
padding: 12px 16px;
|
|
5406
5382
|
padding-right: 40px;
|
|
5407
5383
|
}
|
|
@@ -5472,11 +5448,16 @@ a.ant-btn-sm {
|
|
|
5472
5448
|
padding: 12px 16px;
|
|
5473
5449
|
padding-right: 40px;
|
|
5474
5450
|
}
|
|
5451
|
+
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
|
|
5452
|
+
margin-right: 0;
|
|
5453
|
+
margin-left: 12px;
|
|
5454
|
+
}
|
|
5475
5455
|
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
|
|
5476
5456
|
transform: rotate(180deg);
|
|
5477
5457
|
}
|
|
5478
5458
|
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
|
|
5479
|
-
|
|
5459
|
+
margin-right: auto;
|
|
5460
|
+
margin-left: 0;
|
|
5480
5461
|
}
|
|
5481
5462
|
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
|
|
5482
5463
|
padding-right: 12px;
|
|
@@ -5618,9 +5599,9 @@ a.ant-btn-sm {
|
|
|
5618
5599
|
}
|
|
5619
5600
|
.ant-picker-focused {
|
|
5620
5601
|
border-color: #2b5478;
|
|
5602
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
5621
5603
|
border-right-width: 1px !important;
|
|
5622
5604
|
outline: 0;
|
|
5623
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
5624
5605
|
}
|
|
5625
5606
|
.ant-input-rtl .ant-picker-focused {
|
|
5626
5607
|
border-right-width: 0;
|
|
@@ -5659,6 +5640,7 @@ a.ant-btn-sm {
|
|
|
5659
5640
|
border: 1px solid #d9d9d9;
|
|
5660
5641
|
border-radius: 2px;
|
|
5661
5642
|
transition: all 0.3s;
|
|
5643
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
5662
5644
|
flex: auto;
|
|
5663
5645
|
min-width: 1px;
|
|
5664
5646
|
height: auto;
|
|
@@ -5671,6 +5653,7 @@ a.ant-btn-sm {
|
|
|
5671
5653
|
}
|
|
5672
5654
|
.ant-picker-input > input::placeholder {
|
|
5673
5655
|
color: #bfbfbf;
|
|
5656
|
+
user-select: none;
|
|
5674
5657
|
}
|
|
5675
5658
|
.ant-picker-input > input:placeholder-shown {
|
|
5676
5659
|
text-overflow: ellipsis;
|
|
@@ -5686,9 +5669,9 @@ a.ant-btn-sm {
|
|
|
5686
5669
|
.ant-picker-input > input:focus,
|
|
5687
5670
|
.ant-picker-input > input-focused {
|
|
5688
5671
|
border-color: #2b5478;
|
|
5672
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
5689
5673
|
border-right-width: 1px !important;
|
|
5690
5674
|
outline: 0;
|
|
5691
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
5692
5675
|
}
|
|
5693
5676
|
.ant-input-rtl .ant-picker-input > input:focus,
|
|
5694
5677
|
.ant-input-rtl .ant-picker-input > input-focused {
|
|
@@ -6466,7 +6449,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
6466
6449
|
background: transparent;
|
|
6467
6450
|
cursor: not-allowed;
|
|
6468
6451
|
}
|
|
6469
|
-
/* stylelint-disable-next-line */
|
|
6452
|
+
/* stylelint-disable-next-line selector-type-no-unknown,selector-no-vendor-prefix */
|
|
6470
6453
|
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
|
6471
6454
|
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
|
6472
6455
|
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
|
|
@@ -6573,10 +6556,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6573
6556
|
left: 0;
|
|
6574
6557
|
border-right: 1px dashed #2672bf;
|
|
6575
6558
|
border-left: none;
|
|
6576
|
-
border-
|
|
6577
|
-
border-top-right-radius: 2px;
|
|
6578
|
-
border-bottom-right-radius: 2px;
|
|
6579
|
-
border-bottom-left-radius: 0;
|
|
6559
|
+
border-radius: 0 2px 2px 0;
|
|
6580
6560
|
}
|
|
6581
6561
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
|
|
6582
6562
|
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
|
|
@@ -6586,10 +6566,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6586
6566
|
left: 6px;
|
|
6587
6567
|
border-right: none;
|
|
6588
6568
|
border-left: 1px dashed #2672bf;
|
|
6589
|
-
border-
|
|
6590
|
-
border-top-right-radius: 0;
|
|
6591
|
-
border-bottom-right-radius: 0;
|
|
6592
|
-
border-bottom-left-radius: 2px;
|
|
6569
|
+
border-radius: 2px 0 0 2px;
|
|
6593
6570
|
}
|
|
6594
6571
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
|
|
6595
6572
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
|
|
@@ -6859,15 +6836,13 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6859
6836
|
z-index: 1000;
|
|
6860
6837
|
width: 0%;
|
|
6861
6838
|
height: 100%;
|
|
6862
|
-
transition:
|
|
6863
|
-
}
|
|
6864
|
-
.ant-drawer > * {
|
|
6865
|
-
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
|
|
6839
|
+
transition: width 0s ease 0.3s, height 0s ease 0.3s;
|
|
6866
6840
|
}
|
|
6867
6841
|
.ant-drawer-content-wrapper {
|
|
6868
6842
|
position: absolute;
|
|
6869
6843
|
width: 100%;
|
|
6870
6844
|
height: 100%;
|
|
6845
|
+
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
|
6871
6846
|
}
|
|
6872
6847
|
.ant-drawer .ant-drawer-content {
|
|
6873
6848
|
width: 100%;
|
|
@@ -6886,7 +6861,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6886
6861
|
.ant-drawer-left.ant-drawer-open,
|
|
6887
6862
|
.ant-drawer-right.ant-drawer-open {
|
|
6888
6863
|
width: 100%;
|
|
6889
|
-
transition: transform 0.3s cubic-bezier(0.
|
|
6864
|
+
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
|
6890
6865
|
}
|
|
6891
6866
|
.ant-drawer-left {
|
|
6892
6867
|
left: 0;
|
|
@@ -6923,7 +6898,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6923
6898
|
.ant-drawer-top.ant-drawer-open,
|
|
6924
6899
|
.ant-drawer-bottom.ant-drawer-open {
|
|
6925
6900
|
height: 100%;
|
|
6926
|
-
transition: transform 0.3s cubic-bezier(0.
|
|
6901
|
+
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
|
6927
6902
|
}
|
|
6928
6903
|
.ant-drawer-top {
|
|
6929
6904
|
top: 0;
|
|
@@ -6948,7 +6923,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6948
6923
|
height: 100%;
|
|
6949
6924
|
opacity: 1;
|
|
6950
6925
|
transition: none;
|
|
6951
|
-
animation: antdDrawerFadeIn 0.3s cubic-bezier(0.
|
|
6926
|
+
animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
|
6952
6927
|
pointer-events: auto;
|
|
6953
6928
|
}
|
|
6954
6929
|
.ant-drawer-title {
|
|
@@ -6967,12 +6942,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6967
6942
|
border: 0;
|
|
6968
6943
|
}
|
|
6969
6944
|
.ant-drawer-close {
|
|
6970
|
-
|
|
6971
|
-
|
|
6972
|
-
right: 0;
|
|
6973
|
-
z-index: 10;
|
|
6974
|
-
display: block;
|
|
6975
|
-
padding: 20px;
|
|
6945
|
+
display: inline-block;
|
|
6946
|
+
margin-right: 12px;
|
|
6976
6947
|
color: rgba(0, 0, 0, 0.45);
|
|
6977
6948
|
font-weight: 700;
|
|
6978
6949
|
font-size: 16px;
|
|
@@ -6993,27 +6964,29 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6993
6964
|
color: rgba(0, 0, 0, 0.75);
|
|
6994
6965
|
text-decoration: none;
|
|
6995
6966
|
}
|
|
6996
|
-
.ant-drawer-header-no-title .ant-drawer-close {
|
|
6997
|
-
margin-right: var(--scroll-bar);
|
|
6998
|
-
/* stylelint-disable-next-line function-calc-no-invalid */
|
|
6999
|
-
padding-right: calc(20px - var(--scroll-bar));
|
|
7000
|
-
}
|
|
7001
6967
|
.ant-drawer-header {
|
|
7002
6968
|
position: relative;
|
|
6969
|
+
display: flex;
|
|
6970
|
+
align-items: center;
|
|
6971
|
+
justify-content: space-between;
|
|
7003
6972
|
padding: 16px 24px;
|
|
7004
6973
|
color: #595959;
|
|
7005
6974
|
background: #fff;
|
|
7006
6975
|
border-bottom: 1px solid #f0f0f0;
|
|
7007
6976
|
border-radius: 2px 2px 0 0;
|
|
7008
6977
|
}
|
|
7009
|
-
.ant-drawer-header-
|
|
7010
|
-
|
|
7011
|
-
|
|
6978
|
+
.ant-drawer-header-title {
|
|
6979
|
+
display: flex;
|
|
6980
|
+
align-items: center;
|
|
6981
|
+
justify-content: space-between;
|
|
6982
|
+
}
|
|
6983
|
+
.ant-drawer-header-close-only {
|
|
6984
|
+
padding-bottom: 0;
|
|
6985
|
+
border: none;
|
|
7012
6986
|
}
|
|
7013
6987
|
.ant-drawer-wrapper-body {
|
|
7014
6988
|
display: flex;
|
|
7015
|
-
flex-
|
|
7016
|
-
flex-wrap: nowrap;
|
|
6989
|
+
flex-flow: column nowrap;
|
|
7017
6990
|
width: 100%;
|
|
7018
6991
|
height: 100%;
|
|
7019
6992
|
}
|
|
@@ -7038,13 +7011,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7038
7011
|
height: 0;
|
|
7039
7012
|
background-color: rgba(0, 0, 0, 0.45);
|
|
7040
7013
|
opacity: 0;
|
|
7041
|
-
filter: alpha(opacity=45);
|
|
7042
7014
|
transition: opacity 0.3s linear, height 0s ease 0.3s;
|
|
7043
7015
|
pointer-events: none;
|
|
7044
7016
|
}
|
|
7045
|
-
.ant-drawer-open-content {
|
|
7046
|
-
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);
|
|
7047
|
-
}
|
|
7048
7017
|
.ant-drawer .ant-picker-clear {
|
|
7049
7018
|
background: #fff;
|
|
7050
7019
|
}
|
|
@@ -7060,8 +7029,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7060
7029
|
direction: rtl;
|
|
7061
7030
|
}
|
|
7062
7031
|
.ant-drawer-rtl .ant-drawer-close {
|
|
7063
|
-
right:
|
|
7064
|
-
left:
|
|
7032
|
+
margin-right: 0;
|
|
7033
|
+
margin-left: 12px;
|
|
7065
7034
|
}
|
|
7066
7035
|
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
|
|
7067
7036
|
color: #d3472c;
|
|
@@ -7138,10 +7107,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7138
7107
|
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
|
|
7139
7108
|
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
|
|
7140
7109
|
bottom: 6.2px;
|
|
7141
|
-
border-
|
|
7142
|
-
border-right-color: #fff;
|
|
7143
|
-
border-bottom-color: #fff;
|
|
7144
|
-
border-left-color: transparent;
|
|
7110
|
+
border-color: transparent #fff #fff transparent;
|
|
7145
7111
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
7146
7112
|
}
|
|
7147
7113
|
.ant-dropdown-placement-topCenter > .ant-dropdown-arrow {
|
|
@@ -7158,10 +7124,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7158
7124
|
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
|
|
7159
7125
|
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
|
|
7160
7126
|
top: 6px;
|
|
7161
|
-
border-
|
|
7162
|
-
border-right-color: transparent;
|
|
7163
|
-
border-bottom-color: transparent;
|
|
7164
|
-
border-left-color: #fff;
|
|
7127
|
+
border-color: #fff transparent transparent #fff;
|
|
7165
7128
|
box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
|
|
7166
7129
|
}
|
|
7167
7130
|
.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow {
|
|
@@ -7398,7 +7361,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7398
7361
|
direction: rtl;
|
|
7399
7362
|
text-align: right;
|
|
7400
7363
|
}
|
|
7401
|
-
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title
|
|
7364
|
+
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
|
|
7365
|
+
.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
|
|
7402
7366
|
direction: rtl;
|
|
7403
7367
|
text-align: right;
|
|
7404
7368
|
}
|
|
@@ -7420,13 +7384,13 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7420
7384
|
margin-right: 0;
|
|
7421
7385
|
margin-left: 8px;
|
|
7422
7386
|
}
|
|
7423
|
-
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-
|
|
7424
|
-
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-
|
|
7387
|
+
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
|
|
7388
|
+
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
|
|
7425
7389
|
right: auto;
|
|
7426
7390
|
left: 8px;
|
|
7427
7391
|
}
|
|
7428
|
-
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
|
|
7429
|
-
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
|
|
7392
|
+
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
|
|
7393
|
+
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
|
|
7430
7394
|
margin-left: 0 !important;
|
|
7431
7395
|
transform: scaleX(-1);
|
|
7432
7396
|
}
|
|
@@ -7482,7 +7446,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7482
7446
|
fill: #aeb8c2;
|
|
7483
7447
|
}
|
|
7484
7448
|
.ant-empty-img-default-path-2 {
|
|
7485
|
-
fill: url(#linearGradient-1);
|
|
7449
|
+
fill: url('#linearGradient-1');
|
|
7486
7450
|
}
|
|
7487
7451
|
.ant-empty-img-default-path-3 {
|
|
7488
7452
|
fill: #f5f5f7;
|
|
@@ -7556,7 +7520,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7556
7520
|
.ant-form-item .ant-picker-calendar-year-select,
|
|
7557
7521
|
.ant-form-item .ant-picker-calendar-month-select,
|
|
7558
7522
|
.ant-form-item .ant-input-group .ant-select,
|
|
7559
|
-
.ant-form-item .ant-input-group .ant-cascader-picker
|
|
7523
|
+
.ant-form-item .ant-input-group .ant-cascader-picker,
|
|
7524
|
+
.ant-form-item .ant-input-number-group .ant-select,
|
|
7525
|
+
.ant-form-item .ant-input-number-group .ant-cascader-picker {
|
|
7560
7526
|
width: auto;
|
|
7561
7527
|
}
|
|
7562
7528
|
.ant-form-inline {
|
|
@@ -7591,6 +7557,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7591
7557
|
}
|
|
7592
7558
|
.ant-form-horizontal .ant-form-item-control {
|
|
7593
7559
|
flex: 1 1 0;
|
|
7560
|
+
min-width: 0;
|
|
7594
7561
|
}
|
|
7595
7562
|
.ant-form-vertical .ant-form-item {
|
|
7596
7563
|
flex-direction: column;
|
|
@@ -7733,10 +7700,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7733
7700
|
/* Some non-status related component style is in `components.less` */
|
|
7734
7701
|
/* To support leave along ErrorList. We add additional className to handle explain style */
|
|
7735
7702
|
}
|
|
7736
|
-
.ant-form-item-explain
|
|
7703
|
+
.ant-form-item-explain-error {
|
|
7737
7704
|
color: #d3472c;
|
|
7738
7705
|
}
|
|
7739
|
-
.ant-form-item-explain
|
|
7706
|
+
.ant-form-item-explain-warning {
|
|
7740
7707
|
color: #ecc55d;
|
|
7741
7708
|
}
|
|
7742
7709
|
.ant-form-item-has-feedback .ant-input {
|
|
@@ -7754,11 +7721,14 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7754
7721
|
.ant-form-item-has-feedback > .ant-select .ant-select-arrow,
|
|
7755
7722
|
.ant-form-item-has-feedback > .ant-select .ant-select-clear,
|
|
7756
7723
|
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
|
|
7757
|
-
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear
|
|
7724
|
+
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
|
|
7725
|
+
.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
|
|
7726
|
+
.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
|
|
7758
7727
|
right: 32px;
|
|
7759
7728
|
}
|
|
7760
7729
|
.ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
|
|
7761
|
-
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value
|
|
7730
|
+
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
|
|
7731
|
+
.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
|
|
7762
7732
|
padding-right: 42px;
|
|
7763
7733
|
}
|
|
7764
7734
|
.ant-form-item-has-feedback .ant-cascader-picker-arrow {
|
|
@@ -7813,20 +7783,21 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7813
7783
|
.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
|
|
7814
7784
|
.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
7815
7785
|
border-color: #fae089;
|
|
7786
|
+
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7816
7787
|
border-right-width: 1px !important;
|
|
7817
7788
|
outline: 0;
|
|
7818
|
-
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7819
7789
|
}
|
|
7820
7790
|
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
|
|
7821
7791
|
border-color: #fae089;
|
|
7792
|
+
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7822
7793
|
border-right-width: 1px !important;
|
|
7823
7794
|
outline: 0;
|
|
7824
|
-
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7825
7795
|
}
|
|
7826
7796
|
.ant-form-item-has-warning .ant-input-prefix {
|
|
7827
7797
|
color: #ecc55d;
|
|
7828
7798
|
}
|
|
7829
|
-
.ant-form-item-has-warning .ant-input-group-addon
|
|
7799
|
+
.ant-form-item-has-warning .ant-input-group-addon,
|
|
7800
|
+
.ant-form-item-has-warning .ant-input-number-group-addon {
|
|
7830
7801
|
color: #ecc55d;
|
|
7831
7802
|
border-color: #ecc55d;
|
|
7832
7803
|
}
|
|
@@ -7844,9 +7815,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7844
7815
|
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
|
7845
7816
|
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
|
7846
7817
|
border-color: #fae089;
|
|
7818
|
+
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7847
7819
|
border-right-width: 1px !important;
|
|
7848
7820
|
outline: 0;
|
|
7849
|
-
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7850
7821
|
}
|
|
7851
7822
|
.ant-form-item-has-warning .ant-input-number,
|
|
7852
7823
|
.ant-form-item-has-warning .ant-picker {
|
|
@@ -7858,9 +7829,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7858
7829
|
.ant-form-item-has-warning .ant-input-number:focus,
|
|
7859
7830
|
.ant-form-item-has-warning .ant-picker:focus {
|
|
7860
7831
|
border-color: #fae089;
|
|
7832
|
+
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7861
7833
|
border-right-width: 1px !important;
|
|
7862
7834
|
outline: 0;
|
|
7863
|
-
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7864
7835
|
}
|
|
7865
7836
|
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
|
|
7866
7837
|
.ant-form-item-has-warning .ant-picker:not([disabled]):hover {
|
|
@@ -7869,9 +7840,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7869
7840
|
}
|
|
7870
7841
|
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
|
|
7871
7842
|
border-color: #fae089;
|
|
7843
|
+
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7872
7844
|
border-right-width: 1px !important;
|
|
7873
7845
|
outline: 0;
|
|
7874
|
-
box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
|
|
7875
7846
|
}
|
|
7876
7847
|
.ant-form-item-has-error .ant-form-item-split {
|
|
7877
7848
|
color: #d3472c;
|
|
@@ -7888,20 +7859,21 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7888
7859
|
.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
|
|
7889
7860
|
.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
7890
7861
|
border-color: #e06f53;
|
|
7862
|
+
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7891
7863
|
border-right-width: 1px !important;
|
|
7892
7864
|
outline: 0;
|
|
7893
|
-
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7894
7865
|
}
|
|
7895
7866
|
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
|
|
7896
7867
|
border-color: #e06f53;
|
|
7868
|
+
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7897
7869
|
border-right-width: 1px !important;
|
|
7898
7870
|
outline: 0;
|
|
7899
|
-
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7900
7871
|
}
|
|
7901
7872
|
.ant-form-item-has-error .ant-input-prefix {
|
|
7902
7873
|
color: #d3472c;
|
|
7903
7874
|
}
|
|
7904
|
-
.ant-form-item-has-error .ant-input-group-addon
|
|
7875
|
+
.ant-form-item-has-error .ant-input-group-addon,
|
|
7876
|
+
.ant-form-item-has-error .ant-input-number-group-addon {
|
|
7905
7877
|
color: #d3472c;
|
|
7906
7878
|
border-color: #d3472c;
|
|
7907
7879
|
}
|
|
@@ -7919,11 +7891,12 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7919
7891
|
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
|
7920
7892
|
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
|
7921
7893
|
border-color: #e06f53;
|
|
7894
|
+
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7922
7895
|
border-right-width: 1px !important;
|
|
7923
7896
|
outline: 0;
|
|
7924
|
-
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7925
7897
|
}
|
|
7926
|
-
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector
|
|
7898
|
+
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
|
|
7899
|
+
.ant-form-item-has-error .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
7927
7900
|
background-color: inherit;
|
|
7928
7901
|
border: 0;
|
|
7929
7902
|
box-shadow: none;
|
|
@@ -7941,9 +7914,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7941
7914
|
.ant-form-item-has-error .ant-input-number:focus,
|
|
7942
7915
|
.ant-form-item-has-error .ant-picker:focus {
|
|
7943
7916
|
border-color: #e06f53;
|
|
7917
|
+
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7944
7918
|
border-right-width: 1px !important;
|
|
7945
7919
|
outline: 0;
|
|
7946
|
-
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7947
7920
|
}
|
|
7948
7921
|
.ant-form-item-has-error .ant-input-number:not([disabled]):hover,
|
|
7949
7922
|
.ant-form-item-has-error .ant-picker:not([disabled]):hover {
|
|
@@ -7958,9 +7931,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7958
7931
|
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
|
|
7959
7932
|
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
|
|
7960
7933
|
border-color: #e06f53;
|
|
7934
|
+
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7961
7935
|
border-right-width: 1px !important;
|
|
7962
7936
|
outline: 0;
|
|
7963
|
-
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7964
7937
|
}
|
|
7965
7938
|
.ant-form-item-has-error .ant-cascader-picker:hover .ant-cascader-picker-label:hover + .ant-cascader-input.ant-input {
|
|
7966
7939
|
border-color: #d3472c;
|
|
@@ -7968,9 +7941,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7968
7941
|
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
|
|
7969
7942
|
background-color: #fff;
|
|
7970
7943
|
border-color: #e06f53;
|
|
7944
|
+
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7971
7945
|
border-right-width: 1px !important;
|
|
7972
7946
|
outline: 0;
|
|
7973
|
-
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7974
7947
|
}
|
|
7975
7948
|
.ant-form-item-has-error .ant-transfer-list {
|
|
7976
7949
|
border-color: #d3472c;
|
|
@@ -7988,9 +7961,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7988
7961
|
}
|
|
7989
7962
|
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
|
|
7990
7963
|
border-color: #2b5478;
|
|
7964
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
7991
7965
|
border-right-width: 1px !important;
|
|
7992
7966
|
outline: 0;
|
|
7993
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
7994
7967
|
}
|
|
7995
7968
|
.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
|
|
7996
7969
|
border-right-width: 0;
|
|
@@ -8002,6 +7975,16 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
8002
7975
|
.ant-form-item-has-error .ant-radio-button-wrapper:not(:first-child)::before {
|
|
8003
7976
|
background-color: #d3472c;
|
|
8004
7977
|
}
|
|
7978
|
+
.ant-form-item-has-error .ant-mentions {
|
|
7979
|
+
border-color: #d3472c !important;
|
|
7980
|
+
}
|
|
7981
|
+
.ant-form-item-has-error .ant-mentions-focused,
|
|
7982
|
+
.ant-form-item-has-error .ant-mentions:focus {
|
|
7983
|
+
border-color: #e06f53;
|
|
7984
|
+
box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
|
|
7985
|
+
border-right-width: 1px !important;
|
|
7986
|
+
outline: 0;
|
|
7987
|
+
}
|
|
8005
7988
|
.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
8006
7989
|
display: inline-block;
|
|
8007
7990
|
color: #153f6a;
|
|
@@ -8091,9 +8074,11 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
8091
8074
|
font-feature-settings: 'tnum';
|
|
8092
8075
|
margin-bottom: 24px;
|
|
8093
8076
|
vertical-align: top;
|
|
8077
|
+
transition: margin-bottom 0.3s 0.017s linear;
|
|
8094
8078
|
}
|
|
8095
8079
|
.ant-form-item-with-help {
|
|
8096
8080
|
margin-bottom: 0;
|
|
8081
|
+
transition: none;
|
|
8097
8082
|
}
|
|
8098
8083
|
.ant-form-item-hidden,
|
|
8099
8084
|
.ant-form-item-hidden.ant-row {
|
|
@@ -8114,6 +8099,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
8114
8099
|
position: relative;
|
|
8115
8100
|
display: inline-flex;
|
|
8116
8101
|
align-items: center;
|
|
8102
|
+
max-width: 100%;
|
|
8117
8103
|
height: 32px;
|
|
8118
8104
|
color: rgba(0, 0, 0, 0.85);
|
|
8119
8105
|
font-size: 14px;
|
|
@@ -8178,60 +8164,53 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
8178
8164
|
.ant-form-item-explain,
|
|
8179
8165
|
.ant-form-item-extra {
|
|
8180
8166
|
clear: both;
|
|
8181
|
-
min-height: 24px;
|
|
8182
8167
|
color: rgba(0, 0, 0, 0.45);
|
|
8183
8168
|
font-size: 14px;
|
|
8184
8169
|
line-height: 1.5715;
|
|
8185
8170
|
transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
8186
8171
|
padding-top: 0px;
|
|
8187
8172
|
}
|
|
8173
|
+
.ant-form-item-explain-connected {
|
|
8174
|
+
height: 0;
|
|
8175
|
+
min-height: 0;
|
|
8176
|
+
opacity: 0;
|
|
8177
|
+
}
|
|
8178
|
+
.ant-form-item-extra {
|
|
8179
|
+
min-height: 24px;
|
|
8180
|
+
}
|
|
8188
8181
|
.ant-form-item .ant-input-textarea-show-count::after {
|
|
8189
8182
|
margin-bottom: -22px;
|
|
8190
8183
|
}
|
|
8191
|
-
.ant-
|
|
8192
|
-
|
|
8193
|
-
|
|
8194
|
-
|
|
8195
|
-
|
|
8184
|
+
.ant-form-item-with-help .ant-form-item-explain {
|
|
8185
|
+
height: auto;
|
|
8186
|
+
min-height: 24px;
|
|
8187
|
+
opacity: 1;
|
|
8188
|
+
}
|
|
8189
|
+
.ant-show-help {
|
|
8190
|
+
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);
|
|
8196
8191
|
}
|
|
8197
8192
|
.ant-show-help-leave {
|
|
8198
|
-
|
|
8199
|
-
animation-fill-mode: both;
|
|
8200
|
-
animation-play-state: paused;
|
|
8193
|
+
min-height: 24px;
|
|
8201
8194
|
}
|
|
8202
|
-
.ant-show-help-
|
|
8203
|
-
|
|
8204
|
-
animation-name: antShowHelpIn;
|
|
8205
|
-
animation-play-state: running;
|
|
8195
|
+
.ant-show-help-leave-active {
|
|
8196
|
+
min-height: 0;
|
|
8206
8197
|
}
|
|
8207
|
-
.ant-show-help-
|
|
8208
|
-
|
|
8209
|
-
|
|
8210
|
-
pointer-events: none;
|
|
8198
|
+
.ant-show-help-item {
|
|
8199
|
+
overflow: hidden;
|
|
8200
|
+
transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
8211
8201
|
}
|
|
8212
|
-
.ant-show-help-
|
|
8213
|
-
.ant-show-help-
|
|
8202
|
+
.ant-show-help-item-appear,
|
|
8203
|
+
.ant-show-help-item-enter {
|
|
8204
|
+
transform: translateY(-5px);
|
|
8214
8205
|
opacity: 0;
|
|
8215
|
-
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
8216
|
-
}
|
|
8217
|
-
.ant-show-help-leave {
|
|
8218
|
-
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
8219
8206
|
}
|
|
8220
|
-
|
|
8221
|
-
|
|
8222
|
-
|
|
8223
|
-
|
|
8224
|
-
}
|
|
8225
|
-
100% {
|
|
8226
|
-
transform: translateY(0);
|
|
8227
|
-
opacity: 1;
|
|
8228
|
-
}
|
|
8207
|
+
.ant-show-help-item-appear-active,
|
|
8208
|
+
.ant-show-help-item-enter-active {
|
|
8209
|
+
transform: translateY(0);
|
|
8210
|
+
opacity: 1;
|
|
8229
8211
|
}
|
|
8230
|
-
|
|
8231
|
-
|
|
8232
|
-
transform: translateY(-5px);
|
|
8233
|
-
opacity: 0;
|
|
8234
|
-
}
|
|
8212
|
+
.ant-show-help-item-leave-active {
|
|
8213
|
+
transform: translateY(-5px);
|
|
8235
8214
|
}
|
|
8236
8215
|
@keyframes diffZoomIn1 {
|
|
8237
8216
|
0% {
|
|
@@ -8304,12 +8283,15 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
8304
8283
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
|
|
8305
8284
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
|
|
8306
8285
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
|
|
8307
|
-
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear
|
|
8286
|
+
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
|
|
8287
|
+
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
|
|
8288
|
+
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
|
|
8308
8289
|
right: auto;
|
|
8309
8290
|
left: 32px;
|
|
8310
8291
|
}
|
|
8311
8292
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
|
|
8312
|
-
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value
|
|
8293
|
+
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
|
|
8294
|
+
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
|
|
8313
8295
|
padding-right: 0;
|
|
8314
8296
|
padding-left: 42px;
|
|
8315
8297
|
}
|
|
@@ -13532,7 +13514,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
13532
13514
|
}
|
|
13533
13515
|
.ant-image-img-placeholder {
|
|
13534
13516
|
background-color: #f5f5f5;
|
|
13535
|
-
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
|
|
13517
|
+
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
|
|
13536
13518
|
background-repeat: no-repeat;
|
|
13537
13519
|
background-position: center center;
|
|
13538
13520
|
background-size: 30%;
|
|
@@ -13552,6 +13534,12 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
13552
13534
|
opacity: 0;
|
|
13553
13535
|
transition: opacity 0.3s;
|
|
13554
13536
|
}
|
|
13537
|
+
.ant-image-mask-info {
|
|
13538
|
+
padding: 0 4px;
|
|
13539
|
+
overflow: hidden;
|
|
13540
|
+
white-space: nowrap;
|
|
13541
|
+
text-overflow: ellipsis;
|
|
13542
|
+
}
|
|
13555
13543
|
.ant-image-mask-info .anticon {
|
|
13556
13544
|
margin-inline-end: 4px;
|
|
13557
13545
|
}
|
|
@@ -13730,6 +13718,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
13730
13718
|
border: 1px solid #d9d9d9;
|
|
13731
13719
|
border-radius: 2px;
|
|
13732
13720
|
transition: all 0.3s;
|
|
13721
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
13733
13722
|
display: inline-flex;
|
|
13734
13723
|
}
|
|
13735
13724
|
.ant-input-affix-wrapper::-moz-placeholder {
|
|
@@ -13737,6 +13726,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
13737
13726
|
}
|
|
13738
13727
|
.ant-input-affix-wrapper::placeholder {
|
|
13739
13728
|
color: #bfbfbf;
|
|
13729
|
+
user-select: none;
|
|
13740
13730
|
}
|
|
13741
13731
|
.ant-input-affix-wrapper:placeholder-shown {
|
|
13742
13732
|
text-overflow: ellipsis;
|
|
@@ -13752,9 +13742,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
13752
13742
|
.ant-input-affix-wrapper:focus,
|
|
13753
13743
|
.ant-input-affix-wrapper-focused {
|
|
13754
13744
|
border-color: #2b5478;
|
|
13745
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
13755
13746
|
border-right-width: 1px !important;
|
|
13756
13747
|
outline: 0;
|
|
13757
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
13758
13748
|
}
|
|
13759
13749
|
.ant-input-rtl .ant-input-affix-wrapper:focus,
|
|
13760
13750
|
.ant-input-rtl .ant-input-affix-wrapper-focused {
|
|
@@ -13907,12 +13897,14 @@ textarea.ant-input-affix-wrapper {
|
|
|
13907
13897
|
border: 1px solid #d9d9d9;
|
|
13908
13898
|
border-radius: 2px;
|
|
13909
13899
|
transition: all 0.3s;
|
|
13900
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
13910
13901
|
}
|
|
13911
13902
|
.ant-input::-moz-placeholder {
|
|
13912
13903
|
opacity: 1;
|
|
13913
13904
|
}
|
|
13914
13905
|
.ant-input::placeholder {
|
|
13915
13906
|
color: #bfbfbf;
|
|
13907
|
+
user-select: none;
|
|
13916
13908
|
}
|
|
13917
13909
|
.ant-input:placeholder-shown {
|
|
13918
13910
|
text-overflow: ellipsis;
|
|
@@ -13928,9 +13920,9 @@ textarea.ant-input-affix-wrapper {
|
|
|
13928
13920
|
.ant-input:focus,
|
|
13929
13921
|
.ant-input-focused {
|
|
13930
13922
|
border-color: #2b5478;
|
|
13923
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
13931
13924
|
border-right-width: 1px !important;
|
|
13932
13925
|
outline: 0;
|
|
13933
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
13934
13926
|
}
|
|
13935
13927
|
.ant-input-rtl .ant-input:focus,
|
|
13936
13928
|
.ant-input-rtl .ant-input-focused {
|
|
@@ -14134,10 +14126,6 @@ textarea.ant-input {
|
|
|
14134
14126
|
.ant-input-group-sm .ant-select-single .ant-select-selector {
|
|
14135
14127
|
height: 24px;
|
|
14136
14128
|
}
|
|
14137
|
-
.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
|
|
14138
|
-
border-top-left-radius: 0;
|
|
14139
|
-
border-bottom-left-radius: 0;
|
|
14140
|
-
}
|
|
14141
14129
|
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
|
|
14142
14130
|
border-top-right-radius: 0;
|
|
14143
14131
|
border-bottom-right-radius: 0;
|
|
@@ -14146,6 +14134,11 @@ textarea.ant-input {
|
|
|
14146
14134
|
border-top-left-radius: 2px;
|
|
14147
14135
|
border-bottom-left-radius: 2px;
|
|
14148
14136
|
}
|
|
14137
|
+
.ant-input-group .ant-input-affix-wrapper:not(:first-child),
|
|
14138
|
+
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
|
|
14139
|
+
border-top-left-radius: 0;
|
|
14140
|
+
border-bottom-left-radius: 0;
|
|
14141
|
+
}
|
|
14149
14142
|
.ant-input-group.ant-input-group-compact {
|
|
14150
14143
|
display: block;
|
|
14151
14144
|
}
|
|
@@ -14460,6 +14453,7 @@ textarea.ant-input {
|
|
|
14460
14453
|
background-color: #fff;
|
|
14461
14454
|
background-image: none;
|
|
14462
14455
|
transition: all 0.3s;
|
|
14456
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
14463
14457
|
display: inline-block;
|
|
14464
14458
|
width: 90px;
|
|
14465
14459
|
margin: 0;
|
|
@@ -14472,6 +14466,7 @@ textarea.ant-input {
|
|
|
14472
14466
|
}
|
|
14473
14467
|
.ant-input-number::placeholder {
|
|
14474
14468
|
color: #bfbfbf;
|
|
14469
|
+
user-select: none;
|
|
14475
14470
|
}
|
|
14476
14471
|
.ant-input-number:placeholder-shown {
|
|
14477
14472
|
text-overflow: ellipsis;
|
|
@@ -14487,9 +14482,9 @@ textarea.ant-input {
|
|
|
14487
14482
|
.ant-input-number:focus,
|
|
14488
14483
|
.ant-input-number-focused {
|
|
14489
14484
|
border-color: #2b5478;
|
|
14485
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
14490
14486
|
border-right-width: 1px !important;
|
|
14491
14487
|
outline: 0;
|
|
14492
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
14493
14488
|
}
|
|
14494
14489
|
.ant-input-rtl .ant-input-number:focus,
|
|
14495
14490
|
.ant-input-rtl .ant-input-number-focused {
|
|
@@ -14516,37 +14511,358 @@ textarea.ant-input {
|
|
|
14516
14511
|
cursor: not-allowed;
|
|
14517
14512
|
opacity: 1;
|
|
14518
14513
|
}
|
|
14519
|
-
.ant-input-number[disabled]:hover {
|
|
14520
|
-
border-color: #d9d9d9;
|
|
14521
|
-
border-right-width: 1px !important;
|
|
14514
|
+
.ant-input-number[disabled]:hover {
|
|
14515
|
+
border-color: #d9d9d9;
|
|
14516
|
+
border-right-width: 1px !important;
|
|
14517
|
+
}
|
|
14518
|
+
.ant-input-number-borderless,
|
|
14519
|
+
.ant-input-number-borderless:hover,
|
|
14520
|
+
.ant-input-number-borderless:focus,
|
|
14521
|
+
.ant-input-number-borderless-focused,
|
|
14522
|
+
.ant-input-number-borderless-disabled,
|
|
14523
|
+
.ant-input-number-borderless[disabled] {
|
|
14524
|
+
background-color: transparent;
|
|
14525
|
+
border: none;
|
|
14526
|
+
box-shadow: none;
|
|
14527
|
+
}
|
|
14528
|
+
textarea.ant-input-number {
|
|
14529
|
+
max-width: 100%;
|
|
14530
|
+
height: auto;
|
|
14531
|
+
min-height: 32px;
|
|
14532
|
+
line-height: 1.5715;
|
|
14533
|
+
vertical-align: bottom;
|
|
14534
|
+
transition: all 0.3s, height 0s;
|
|
14535
|
+
}
|
|
14536
|
+
.ant-input-number-lg {
|
|
14537
|
+
padding: 6.5px 11px;
|
|
14538
|
+
font-size: 16px;
|
|
14539
|
+
}
|
|
14540
|
+
.ant-input-number-sm {
|
|
14541
|
+
padding: 0px 7px;
|
|
14542
|
+
}
|
|
14543
|
+
.ant-input-number-rtl {
|
|
14544
|
+
direction: rtl;
|
|
14545
|
+
}
|
|
14546
|
+
.ant-input-number-group {
|
|
14547
|
+
box-sizing: border-box;
|
|
14548
|
+
margin: 0;
|
|
14549
|
+
padding: 0;
|
|
14550
|
+
color: #595959;
|
|
14551
|
+
font-size: 14px;
|
|
14552
|
+
font-variant: tabular-nums;
|
|
14553
|
+
line-height: 1.5715;
|
|
14554
|
+
list-style: none;
|
|
14555
|
+
font-feature-settings: 'tnum';
|
|
14556
|
+
position: relative;
|
|
14557
|
+
display: table;
|
|
14558
|
+
width: 100%;
|
|
14559
|
+
border-collapse: separate;
|
|
14560
|
+
border-spacing: 0;
|
|
14561
|
+
}
|
|
14562
|
+
.ant-input-number-group[class*='col-'] {
|
|
14563
|
+
float: none;
|
|
14564
|
+
padding-right: 0;
|
|
14565
|
+
padding-left: 0;
|
|
14566
|
+
}
|
|
14567
|
+
.ant-input-number-group > [class*='col-'] {
|
|
14568
|
+
padding-right: 8px;
|
|
14569
|
+
}
|
|
14570
|
+
.ant-input-number-group > [class*='col-']:last-child {
|
|
14571
|
+
padding-right: 0;
|
|
14572
|
+
}
|
|
14573
|
+
.ant-input-number-group-addon,
|
|
14574
|
+
.ant-input-number-group-wrap,
|
|
14575
|
+
.ant-input-number-group > .ant-input-number {
|
|
14576
|
+
display: table-cell;
|
|
14577
|
+
}
|
|
14578
|
+
.ant-input-number-group-addon:not(:first-child):not(:last-child),
|
|
14579
|
+
.ant-input-number-group-wrap:not(:first-child):not(:last-child),
|
|
14580
|
+
.ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
|
|
14581
|
+
border-radius: 0;
|
|
14582
|
+
}
|
|
14583
|
+
.ant-input-number-group-addon,
|
|
14584
|
+
.ant-input-number-group-wrap {
|
|
14585
|
+
width: 1px;
|
|
14586
|
+
white-space: nowrap;
|
|
14587
|
+
vertical-align: middle;
|
|
14588
|
+
}
|
|
14589
|
+
.ant-input-number-group-wrap > * {
|
|
14590
|
+
display: block !important;
|
|
14591
|
+
}
|
|
14592
|
+
.ant-input-number-group .ant-input-number {
|
|
14593
|
+
float: left;
|
|
14594
|
+
width: 100%;
|
|
14595
|
+
margin-bottom: 0;
|
|
14596
|
+
text-align: inherit;
|
|
14597
|
+
}
|
|
14598
|
+
.ant-input-number-group .ant-input-number:focus {
|
|
14599
|
+
z-index: 1;
|
|
14600
|
+
border-right-width: 1px;
|
|
14601
|
+
}
|
|
14602
|
+
.ant-input-number-group .ant-input-number:hover {
|
|
14603
|
+
z-index: 1;
|
|
14604
|
+
border-right-width: 1px;
|
|
14605
|
+
}
|
|
14606
|
+
.ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
|
|
14607
|
+
z-index: 0;
|
|
14608
|
+
}
|
|
14609
|
+
.ant-input-number-group-addon {
|
|
14610
|
+
position: relative;
|
|
14611
|
+
padding: 0 11px;
|
|
14612
|
+
color: #595959;
|
|
14613
|
+
font-weight: normal;
|
|
14614
|
+
font-size: 14px;
|
|
14615
|
+
text-align: center;
|
|
14616
|
+
background-color: #fafafa;
|
|
14617
|
+
border: 1px solid #d9d9d9;
|
|
14618
|
+
border-radius: 2px;
|
|
14619
|
+
transition: all 0.3s;
|
|
14620
|
+
}
|
|
14621
|
+
.ant-input-number-group-addon .ant-select {
|
|
14622
|
+
margin: -5px -11px;
|
|
14623
|
+
}
|
|
14624
|
+
.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
14625
|
+
background-color: inherit;
|
|
14626
|
+
border: 1px solid transparent;
|
|
14627
|
+
box-shadow: none;
|
|
14628
|
+
}
|
|
14629
|
+
.ant-input-number-group-addon .ant-select-open .ant-select-selector,
|
|
14630
|
+
.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
|
|
14631
|
+
color: #153f6a;
|
|
14632
|
+
}
|
|
14633
|
+
.ant-input-number-group-addon .ant-cascader-picker {
|
|
14634
|
+
margin: -9px -12px;
|
|
14635
|
+
background-color: transparent;
|
|
14636
|
+
}
|
|
14637
|
+
.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
|
|
14638
|
+
text-align: left;
|
|
14639
|
+
border: 0;
|
|
14640
|
+
box-shadow: none;
|
|
14641
|
+
}
|
|
14642
|
+
.ant-input-number-group > .ant-input-number:first-child,
|
|
14643
|
+
.ant-input-number-group-addon:first-child {
|
|
14644
|
+
border-top-right-radius: 0;
|
|
14645
|
+
border-bottom-right-radius: 0;
|
|
14646
|
+
}
|
|
14647
|
+
.ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
|
|
14648
|
+
.ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
|
|
14649
|
+
border-top-right-radius: 0;
|
|
14650
|
+
border-bottom-right-radius: 0;
|
|
14651
|
+
}
|
|
14652
|
+
.ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
|
|
14653
|
+
border-top-left-radius: 0;
|
|
14654
|
+
border-bottom-left-radius: 0;
|
|
14655
|
+
}
|
|
14656
|
+
.ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
|
|
14657
|
+
border-top-right-radius: 0;
|
|
14658
|
+
border-bottom-right-radius: 0;
|
|
14659
|
+
}
|
|
14660
|
+
.ant-input-number-group-addon:first-child {
|
|
14661
|
+
border-right: 0;
|
|
14662
|
+
}
|
|
14663
|
+
.ant-input-number-group-addon:last-child {
|
|
14664
|
+
border-left: 0;
|
|
14665
|
+
}
|
|
14666
|
+
.ant-input-number-group > .ant-input-number:last-child,
|
|
14667
|
+
.ant-input-number-group-addon:last-child {
|
|
14668
|
+
border-top-left-radius: 0;
|
|
14669
|
+
border-bottom-left-radius: 0;
|
|
14670
|
+
}
|
|
14671
|
+
.ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
|
|
14672
|
+
.ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
|
|
14673
|
+
border-top-left-radius: 0;
|
|
14674
|
+
border-bottom-left-radius: 0;
|
|
14675
|
+
}
|
|
14676
|
+
.ant-input-number-group-lg .ant-input-number,
|
|
14677
|
+
.ant-input-number-group-lg > .ant-input-number-group-addon {
|
|
14678
|
+
padding: 6.5px 11px;
|
|
14679
|
+
font-size: 16px;
|
|
14680
|
+
}
|
|
14681
|
+
.ant-input-number-group-sm .ant-input-number,
|
|
14682
|
+
.ant-input-number-group-sm > .ant-input-number-group-addon {
|
|
14683
|
+
padding: 0px 7px;
|
|
14684
|
+
}
|
|
14685
|
+
.ant-input-number-group-lg .ant-select-single .ant-select-selector {
|
|
14686
|
+
height: 40px;
|
|
14687
|
+
}
|
|
14688
|
+
.ant-input-number-group-sm .ant-select-single .ant-select-selector {
|
|
14689
|
+
height: 24px;
|
|
14690
|
+
}
|
|
14691
|
+
.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
|
|
14692
|
+
border-top-right-radius: 0;
|
|
14693
|
+
border-bottom-right-radius: 0;
|
|
14694
|
+
}
|
|
14695
|
+
.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
|
|
14696
|
+
border-top-left-radius: 2px;
|
|
14697
|
+
border-bottom-left-radius: 2px;
|
|
14698
|
+
}
|
|
14699
|
+
.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
|
|
14700
|
+
.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
|
|
14701
|
+
border-top-left-radius: 0;
|
|
14702
|
+
border-bottom-left-radius: 0;
|
|
14703
|
+
}
|
|
14704
|
+
.ant-input-number-group.ant-input-number-group-compact {
|
|
14705
|
+
display: block;
|
|
14706
|
+
}
|
|
14707
|
+
.ant-input-number-group.ant-input-number-group-compact::before {
|
|
14708
|
+
display: table;
|
|
14709
|
+
content: '';
|
|
14710
|
+
}
|
|
14711
|
+
.ant-input-number-group.ant-input-number-group-compact::after {
|
|
14712
|
+
display: table;
|
|
14713
|
+
clear: both;
|
|
14714
|
+
content: '';
|
|
14715
|
+
}
|
|
14716
|
+
.ant-input-number-group.ant-input-number-group-compact::before {
|
|
14717
|
+
display: table;
|
|
14718
|
+
content: '';
|
|
14719
|
+
}
|
|
14720
|
+
.ant-input-number-group.ant-input-number-group-compact::after {
|
|
14721
|
+
display: table;
|
|
14722
|
+
clear: both;
|
|
14723
|
+
content: '';
|
|
14724
|
+
}
|
|
14725
|
+
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
|
|
14726
|
+
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
|
|
14727
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
|
|
14728
|
+
border-right-width: 1px;
|
|
14729
|
+
}
|
|
14730
|
+
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
|
|
14731
|
+
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
|
|
14732
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
|
|
14733
|
+
z-index: 1;
|
|
14734
|
+
}
|
|
14735
|
+
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
|
|
14736
|
+
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
|
|
14737
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
|
|
14738
|
+
z-index: 1;
|
|
14739
|
+
}
|
|
14740
|
+
.ant-input-number-group.ant-input-number-group-compact > * {
|
|
14741
|
+
display: inline-block;
|
|
14742
|
+
float: none;
|
|
14743
|
+
vertical-align: top;
|
|
14744
|
+
border-radius: 0;
|
|
14745
|
+
}
|
|
14746
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper {
|
|
14747
|
+
display: inline-flex;
|
|
14748
|
+
}
|
|
14749
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
|
|
14750
|
+
display: inline-flex;
|
|
14751
|
+
}
|
|
14752
|
+
.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
|
|
14753
|
+
margin-right: -1px;
|
|
14754
|
+
border-right-width: 1px;
|
|
14755
|
+
}
|
|
14756
|
+
.ant-input-number-group.ant-input-number-group-compact .ant-input-number {
|
|
14757
|
+
float: none;
|
|
14758
|
+
}
|
|
14759
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
|
|
14760
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
|
|
14761
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
|
|
14762
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
|
|
14763
|
+
border-right-width: 1px;
|
|
14764
|
+
border-radius: 0;
|
|
14765
|
+
}
|
|
14766
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
|
|
14767
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
|
|
14768
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
|
|
14769
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
|
|
14770
|
+
z-index: 1;
|
|
14771
|
+
}
|
|
14772
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
|
|
14773
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
|
|
14774
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
|
|
14775
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
|
|
14776
|
+
z-index: 1;
|
|
14777
|
+
}
|
|
14778
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
|
|
14779
|
+
z-index: 1;
|
|
14780
|
+
}
|
|
14781
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
|
|
14782
|
+
z-index: 1;
|
|
14783
|
+
}
|
|
14784
|
+
.ant-input-number-group.ant-input-number-group-compact > *:first-child,
|
|
14785
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
|
|
14786
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
|
|
14787
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
|
|
14788
|
+
border-top-left-radius: 2px;
|
|
14789
|
+
border-bottom-left-radius: 2px;
|
|
14790
|
+
}
|
|
14791
|
+
.ant-input-number-group.ant-input-number-group-compact > *:last-child,
|
|
14792
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
|
|
14793
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
|
|
14794
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
|
|
14795
|
+
border-right-width: 1px;
|
|
14796
|
+
border-top-right-radius: 2px;
|
|
14797
|
+
border-bottom-right-radius: 2px;
|
|
14798
|
+
}
|
|
14799
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
|
|
14800
|
+
vertical-align: top;
|
|
14801
|
+
}
|
|
14802
|
+
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
|
|
14803
|
+
margin-left: -1px;
|
|
14804
|
+
}
|
|
14805
|
+
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
|
|
14806
|
+
border-radius: 0;
|
|
14807
|
+
}
|
|
14808
|
+
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
|
|
14809
|
+
border-radius: 0;
|
|
14810
|
+
}
|
|
14811
|
+
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
|
|
14812
|
+
border-radius: 2px 0 0 2px;
|
|
14813
|
+
}
|
|
14814
|
+
.ant-input-number-group > .ant-input-number-rtl:first-child,
|
|
14815
|
+
.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
|
|
14816
|
+
border-radius: 0 2px 2px 0;
|
|
14817
|
+
}
|
|
14818
|
+
.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
|
|
14819
|
+
border-right: 1px solid #d9d9d9;
|
|
14820
|
+
border-left: 0;
|
|
14821
|
+
}
|
|
14822
|
+
.ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
|
|
14823
|
+
border-right: 0;
|
|
14824
|
+
border-left: 1px solid #d9d9d9;
|
|
14825
|
+
}
|
|
14826
|
+
.ant-input-number-group-rtl.ant-input-number-group > .ant-input-number:last-child,
|
|
14827
|
+
.ant-input-number-group-rtl.ant-input-number-group-addon:last-child {
|
|
14828
|
+
border-radius: 2px 0 0 2px;
|
|
14829
|
+
}
|
|
14830
|
+
.ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
|
|
14831
|
+
border-radius: 2px 0 0 2px;
|
|
14832
|
+
}
|
|
14833
|
+
.ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
|
|
14834
|
+
border-radius: 0 2px 2px 0;
|
|
14835
|
+
}
|
|
14836
|
+
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
|
|
14837
|
+
margin-right: 0;
|
|
14838
|
+
margin-left: -1px;
|
|
14839
|
+
border-left-width: 1px;
|
|
14522
14840
|
}
|
|
14523
|
-
.ant-input-number-
|
|
14524
|
-
.ant-input-number-
|
|
14525
|
-
.ant-input-number-
|
|
14526
|
-
.ant-input-number-
|
|
14527
|
-
|
|
14528
|
-
.ant-input-number-borderless[disabled] {
|
|
14529
|
-
background-color: transparent;
|
|
14530
|
-
border: none;
|
|
14531
|
-
box-shadow: none;
|
|
14841
|
+
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:first-child,
|
|
14842
|
+
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
|
|
14843
|
+
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
|
|
14844
|
+
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
|
|
14845
|
+
border-radius: 0 2px 2px 0;
|
|
14532
14846
|
}
|
|
14533
|
-
|
|
14534
|
-
|
|
14535
|
-
|
|
14536
|
-
|
|
14537
|
-
|
|
14538
|
-
|
|
14539
|
-
|
|
14847
|
+
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:last-child,
|
|
14848
|
+
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
|
|
14849
|
+
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:last-child .ant-input,
|
|
14850
|
+
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
|
|
14851
|
+
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
|
|
14852
|
+
border-left-width: 1px;
|
|
14853
|
+
border-radius: 2px 0 0 2px;
|
|
14540
14854
|
}
|
|
14541
|
-
.ant-input-number-
|
|
14542
|
-
|
|
14543
|
-
|
|
14855
|
+
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
|
|
14856
|
+
margin-right: -1px;
|
|
14857
|
+
margin-left: 0;
|
|
14544
14858
|
}
|
|
14545
|
-
.ant-input-number-
|
|
14546
|
-
|
|
14859
|
+
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
|
|
14860
|
+
border-radius: 0 2px 2px 0;
|
|
14547
14861
|
}
|
|
14548
|
-
.ant-input-number-
|
|
14549
|
-
|
|
14862
|
+
.ant-input-number-group-wrapper {
|
|
14863
|
+
display: inline-block;
|
|
14864
|
+
text-align: start;
|
|
14865
|
+
vertical-align: top;
|
|
14550
14866
|
}
|
|
14551
14867
|
.ant-input-number-handler {
|
|
14552
14868
|
position: relative;
|
|
@@ -14617,9 +14933,9 @@ textarea.ant-input-number {
|
|
|
14617
14933
|
}
|
|
14618
14934
|
.ant-input-number-focused {
|
|
14619
14935
|
border-color: #2b5478;
|
|
14936
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
14620
14937
|
border-right-width: 1px !important;
|
|
14621
14938
|
outline: 0;
|
|
14622
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
14623
14939
|
}
|
|
14624
14940
|
.ant-input-rtl .ant-input-number-focused {
|
|
14625
14941
|
border-right-width: 0;
|
|
@@ -14656,13 +14972,15 @@ textarea.ant-input-number {
|
|
|
14656
14972
|
border-radius: 2px;
|
|
14657
14973
|
outline: 0;
|
|
14658
14974
|
transition: all 0.3s linear;
|
|
14659
|
-
|
|
14975
|
+
appearance: textfield !important;
|
|
14976
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
14660
14977
|
}
|
|
14661
14978
|
.ant-input-number-input::-moz-placeholder {
|
|
14662
14979
|
opacity: 1;
|
|
14663
14980
|
}
|
|
14664
14981
|
.ant-input-number-input::placeholder {
|
|
14665
14982
|
color: #bfbfbf;
|
|
14983
|
+
user-select: none;
|
|
14666
14984
|
}
|
|
14667
14985
|
.ant-input-number-input:placeholder-shown {
|
|
14668
14986
|
text-overflow: ellipsis;
|
|
@@ -14670,7 +14988,9 @@ textarea.ant-input-number {
|
|
|
14670
14988
|
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
|
|
14671
14989
|
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
|
|
14672
14990
|
margin: 0;
|
|
14991
|
+
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
14673
14992
|
-webkit-appearance: none;
|
|
14993
|
+
appearance: none;
|
|
14674
14994
|
}
|
|
14675
14995
|
.ant-input-number-lg {
|
|
14676
14996
|
padding: 0;
|
|
@@ -14699,6 +15019,9 @@ textarea.ant-input-number {
|
|
|
14699
15019
|
}
|
|
14700
15020
|
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
|
|
14701
15021
|
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
|
|
15022
|
+
display: flex;
|
|
15023
|
+
align-items: center;
|
|
15024
|
+
justify-content: center;
|
|
14702
15025
|
min-width: auto;
|
|
14703
15026
|
margin-right: 0;
|
|
14704
15027
|
font-size: 7px;
|
|
@@ -14709,7 +15032,8 @@ textarea.ant-input-number {
|
|
|
14709
15032
|
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
|
|
14710
15033
|
height: 40%;
|
|
14711
15034
|
}
|
|
14712
|
-
.ant-input-number:hover .ant-input-number-handler-wrap
|
|
15035
|
+
.ant-input-number:hover .ant-input-number-handler-wrap,
|
|
15036
|
+
.ant-input-number-focused .ant-input-number-handler-wrap {
|
|
14713
15037
|
opacity: 1;
|
|
14714
15038
|
}
|
|
14715
15039
|
.ant-input-number-handler-up {
|
|
@@ -14758,16 +15082,23 @@ textarea.ant-input-number {
|
|
|
14758
15082
|
.ant-input-number-rtl {
|
|
14759
15083
|
direction: rtl;
|
|
14760
15084
|
}
|
|
15085
|
+
.ant-input-number-rtl .ant-input-number-handler {
|
|
15086
|
+
border-right: 1px solid #d9d9d9;
|
|
15087
|
+
border-left: 0;
|
|
15088
|
+
}
|
|
14761
15089
|
.ant-input-number-rtl .ant-input-number-handler-wrap {
|
|
14762
15090
|
right: auto;
|
|
14763
15091
|
left: 0;
|
|
14764
|
-
border-right: 1px solid #d9d9d9;
|
|
14765
|
-
border-left: 0;
|
|
14766
|
-
border-radius: 2px 0 0 2px;
|
|
14767
15092
|
}
|
|
14768
15093
|
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
|
|
14769
15094
|
border-right-width: 0;
|
|
14770
15095
|
}
|
|
15096
|
+
.ant-input-number-rtl .ant-input-number-handler-up {
|
|
15097
|
+
border-top-right-radius: 0;
|
|
15098
|
+
}
|
|
15099
|
+
.ant-input-number-rtl .ant-input-number-handler-down {
|
|
15100
|
+
border-bottom-right-radius: 0;
|
|
15101
|
+
}
|
|
14771
15102
|
.ant-input-number-rtl .ant-input-number-input {
|
|
14772
15103
|
direction: ltr;
|
|
14773
15104
|
text-align: right;
|
|
@@ -15225,6 +15556,7 @@ textarea.ant-input-number {
|
|
|
15225
15556
|
border: 1px solid #d9d9d9;
|
|
15226
15557
|
border-radius: 2px;
|
|
15227
15558
|
transition: all 0.3s;
|
|
15559
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
15228
15560
|
position: relative;
|
|
15229
15561
|
display: inline-block;
|
|
15230
15562
|
height: auto;
|
|
@@ -15239,6 +15571,7 @@ textarea.ant-input-number {
|
|
|
15239
15571
|
}
|
|
15240
15572
|
.ant-mentions::placeholder {
|
|
15241
15573
|
color: #bfbfbf;
|
|
15574
|
+
user-select: none;
|
|
15242
15575
|
}
|
|
15243
15576
|
.ant-mentions:placeholder-shown {
|
|
15244
15577
|
text-overflow: ellipsis;
|
|
@@ -15254,9 +15587,9 @@ textarea.ant-input-number {
|
|
|
15254
15587
|
.ant-mentions:focus,
|
|
15255
15588
|
.ant-mentions-focused {
|
|
15256
15589
|
border-color: #2b5478;
|
|
15590
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
15257
15591
|
border-right-width: 1px !important;
|
|
15258
15592
|
outline: 0;
|
|
15259
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
15260
15593
|
}
|
|
15261
15594
|
.ant-input-rtl .ant-mentions:focus,
|
|
15262
15595
|
.ant-input-rtl .ant-mentions-focused {
|
|
@@ -15329,9 +15662,9 @@ textarea.ant-mentions {
|
|
|
15329
15662
|
}
|
|
15330
15663
|
.ant-mentions-focused {
|
|
15331
15664
|
border-color: #2b5478;
|
|
15665
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
15332
15666
|
border-right-width: 1px !important;
|
|
15333
15667
|
outline: 0;
|
|
15334
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
15335
15668
|
}
|
|
15336
15669
|
.ant-input-rtl .ant-mentions-focused {
|
|
15337
15670
|
border-right-width: 0;
|
|
@@ -15345,6 +15678,7 @@ textarea.ant-mentions {
|
|
|
15345
15678
|
overflow: inherit;
|
|
15346
15679
|
overflow-x: hidden;
|
|
15347
15680
|
overflow-y: auto;
|
|
15681
|
+
/* stylelint-disable declaration-block-no-redundant-longhand-properties */
|
|
15348
15682
|
font-weight: inherit;
|
|
15349
15683
|
font-size: inherit;
|
|
15350
15684
|
font-family: inherit;
|
|
@@ -15353,6 +15687,7 @@ textarea.ant-mentions {
|
|
|
15353
15687
|
font-size-adjust: inherit;
|
|
15354
15688
|
font-stretch: inherit;
|
|
15355
15689
|
line-height: inherit;
|
|
15690
|
+
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
|
15356
15691
|
direction: inherit;
|
|
15357
15692
|
letter-spacing: inherit;
|
|
15358
15693
|
white-space: inherit;
|
|
@@ -15367,12 +15702,14 @@ textarea.ant-mentions {
|
|
|
15367
15702
|
border: none;
|
|
15368
15703
|
outline: none;
|
|
15369
15704
|
resize: none;
|
|
15705
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
15370
15706
|
}
|
|
15371
15707
|
.ant-mentions > textarea::-moz-placeholder {
|
|
15372
15708
|
opacity: 1;
|
|
15373
15709
|
}
|
|
15374
15710
|
.ant-mentions > textarea::placeholder {
|
|
15375
15711
|
color: #bfbfbf;
|
|
15712
|
+
user-select: none;
|
|
15376
15713
|
}
|
|
15377
15714
|
.ant-mentions > textarea:placeholder-shown {
|
|
15378
15715
|
text-overflow: ellipsis;
|
|
@@ -15535,7 +15872,7 @@ textarea.ant-mentions {
|
|
|
15535
15872
|
content: '';
|
|
15536
15873
|
}
|
|
15537
15874
|
.ant-menu.ant-menu-root:focus-visible {
|
|
15538
|
-
box-shadow: 0 0 0 2px
|
|
15875
|
+
box-shadow: 0 0 0 2px #a1a7ab;
|
|
15539
15876
|
}
|
|
15540
15877
|
.ant-menu ul,
|
|
15541
15878
|
.ant-menu ol {
|
|
@@ -15604,10 +15941,14 @@ textarea.ant-mentions {
|
|
|
15604
15941
|
color: #153f6a;
|
|
15605
15942
|
}
|
|
15606
15943
|
.ant-menu-item-divider {
|
|
15607
|
-
height: 1px;
|
|
15608
15944
|
overflow: hidden;
|
|
15609
15945
|
line-height: 0;
|
|
15610
|
-
|
|
15946
|
+
border-color: #f0f0f0;
|
|
15947
|
+
border-style: solid;
|
|
15948
|
+
border-width: 1px 0 0;
|
|
15949
|
+
}
|
|
15950
|
+
.ant-menu-item-divider-dashed {
|
|
15951
|
+
border-style: dashed;
|
|
15611
15952
|
}
|
|
15612
15953
|
.ant-menu-horizontal .ant-menu-item,
|
|
15613
15954
|
.ant-menu-horizontal .ant-menu-submenu {
|
|
@@ -15716,15 +16057,11 @@ textarea.ant-mentions {
|
|
|
15716
16057
|
}
|
|
15717
16058
|
.ant-menu-item:focus-visible,
|
|
15718
16059
|
.ant-menu-submenu-title:focus-visible {
|
|
15719
|
-
box-shadow: 0 0 0 2px
|
|
16060
|
+
box-shadow: 0 0 0 2px #a1a7ab;
|
|
15720
16061
|
}
|
|
15721
16062
|
.ant-menu > .ant-menu-item-divider {
|
|
15722
|
-
height: 1px;
|
|
15723
16063
|
margin: 1px 0;
|
|
15724
16064
|
padding: 0;
|
|
15725
|
-
overflow: hidden;
|
|
15726
|
-
line-height: 0;
|
|
15727
|
-
background-color: #f0f0f0;
|
|
15728
16065
|
}
|
|
15729
16066
|
.ant-menu-submenu-popup {
|
|
15730
16067
|
position: absolute;
|
|
@@ -16108,6 +16445,10 @@ textarea.ant-mentions {
|
|
|
16108
16445
|
.ant-layout-header .ant-menu {
|
|
16109
16446
|
line-height: inherit;
|
|
16110
16447
|
}
|
|
16448
|
+
.ant-menu-inline-collapsed-tooltip a,
|
|
16449
|
+
.ant-menu-inline-collapsed-tooltip a:hover {
|
|
16450
|
+
color: #fff;
|
|
16451
|
+
}
|
|
16111
16452
|
.ant-menu-light .ant-menu-item:hover,
|
|
16112
16453
|
.ant-menu-light .ant-menu-item-active,
|
|
16113
16454
|
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
|
|
@@ -17308,6 +17649,7 @@ textarea.ant-mentions {
|
|
|
17308
17649
|
border: 1px solid #d9d9d9;
|
|
17309
17650
|
border-radius: 2px;
|
|
17310
17651
|
transition: all 0.3s;
|
|
17652
|
+
/* stylelint-disable-next-line selector-no-vendor-prefix */
|
|
17311
17653
|
width: 50px;
|
|
17312
17654
|
height: 32px;
|
|
17313
17655
|
margin: 0 8px;
|
|
@@ -17317,6 +17659,7 @@ textarea.ant-mentions {
|
|
|
17317
17659
|
}
|
|
17318
17660
|
.ant-pagination-options-quick-jumper input::placeholder {
|
|
17319
17661
|
color: #bfbfbf;
|
|
17662
|
+
user-select: none;
|
|
17320
17663
|
}
|
|
17321
17664
|
.ant-pagination-options-quick-jumper input:placeholder-shown {
|
|
17322
17665
|
text-overflow: ellipsis;
|
|
@@ -17332,9 +17675,9 @@ textarea.ant-mentions {
|
|
|
17332
17675
|
.ant-pagination-options-quick-jumper input:focus,
|
|
17333
17676
|
.ant-pagination-options-quick-jumper input-focused {
|
|
17334
17677
|
border-color: #2b5478;
|
|
17678
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
17335
17679
|
border-right-width: 1px !important;
|
|
17336
17680
|
outline: 0;
|
|
17337
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
17338
17681
|
}
|
|
17339
17682
|
.ant-input-rtl .ant-pagination-options-quick-jumper input:focus,
|
|
17340
17683
|
.ant-input-rtl .ant-pagination-options-quick-jumper input-focused {
|
|
@@ -17430,6 +17773,10 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
17430
17773
|
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
|
|
17431
17774
|
border-color: #153f6a;
|
|
17432
17775
|
}
|
|
17776
|
+
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
|
|
17777
|
+
border-color: #2b5478;
|
|
17778
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
17779
|
+
}
|
|
17433
17780
|
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
|
|
17434
17781
|
color: rgba(0, 0, 0, 0.25);
|
|
17435
17782
|
background: #f5f5f5;
|
|
@@ -18125,7 +18472,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18125
18472
|
border-color: #153f6a;
|
|
18126
18473
|
}
|
|
18127
18474
|
.ant-radio-input:focus + .ant-radio-inner {
|
|
18128
|
-
box-shadow: 0 0 0 3px
|
|
18475
|
+
box-shadow: 0 0 0 3px #a1a7ab;
|
|
18129
18476
|
}
|
|
18130
18477
|
.ant-radio-checked::after {
|
|
18131
18478
|
position: absolute;
|
|
@@ -18279,7 +18626,7 @@ span.ant-radio + * {
|
|
|
18279
18626
|
color: #153f6a;
|
|
18280
18627
|
}
|
|
18281
18628
|
.ant-radio-button-wrapper:focus-within {
|
|
18282
|
-
box-shadow: 0 0 0 3px
|
|
18629
|
+
box-shadow: 0 0 0 3px #a1a7ab;
|
|
18283
18630
|
}
|
|
18284
18631
|
.ant-radio-button-wrapper .ant-radio-inner,
|
|
18285
18632
|
.ant-radio-button-wrapper input[type='checkbox'],
|
|
@@ -18316,7 +18663,7 @@ span.ant-radio + * {
|
|
|
18316
18663
|
background-color: #0a2645;
|
|
18317
18664
|
}
|
|
18318
18665
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
18319
|
-
box-shadow: 0 0 0 3px
|
|
18666
|
+
box-shadow: 0 0 0 3px #a1a7ab;
|
|
18320
18667
|
}
|
|
18321
18668
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
|
18322
18669
|
color: #fff;
|
|
@@ -18334,7 +18681,7 @@ span.ant-radio + * {
|
|
|
18334
18681
|
border-color: #0a2645;
|
|
18335
18682
|
}
|
|
18336
18683
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
18337
|
-
box-shadow: 0 0 0 3px
|
|
18684
|
+
box-shadow: 0 0 0 3px #a1a7ab;
|
|
18338
18685
|
}
|
|
18339
18686
|
.ant-radio-button-wrapper-disabled {
|
|
18340
18687
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -18885,9 +19232,9 @@ span.ant-radio + * {
|
|
|
18885
19232
|
}
|
|
18886
19233
|
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
18887
19234
|
border-color: #2b5478;
|
|
19235
|
+
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
18888
19236
|
border-right-width: 1px !important;
|
|
18889
19237
|
outline: 0;
|
|
18890
|
-
box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
|
|
18891
19238
|
}
|
|
18892
19239
|
.ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
18893
19240
|
border-right-width: 0;
|
|
@@ -18914,6 +19261,7 @@ span.ant-radio + * {
|
|
|
18914
19261
|
}
|
|
18915
19262
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
|
|
18916
19263
|
display: none;
|
|
19264
|
+
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
18917
19265
|
-webkit-appearance: none;
|
|
18918
19266
|
}
|
|
18919
19267
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
@@ -18927,6 +19275,7 @@ span.ant-radio + * {
|
|
|
18927
19275
|
.ant-select-selection-item {
|
|
18928
19276
|
flex: 1;
|
|
18929
19277
|
overflow: hidden;
|
|
19278
|
+
font-weight: normal;
|
|
18930
19279
|
white-space: nowrap;
|
|
18931
19280
|
text-overflow: ellipsis;
|
|
18932
19281
|
}
|
|
@@ -19306,6 +19655,12 @@ span.ant-radio + * {
|
|
|
19306
19655
|
background-size: 400% 100%;
|
|
19307
19656
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
|
19308
19657
|
}
|
|
19658
|
+
.ant-skeleton.ant-skeleton-block {
|
|
19659
|
+
width: 100%;
|
|
19660
|
+
}
|
|
19661
|
+
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
|
|
19662
|
+
width: 100%;
|
|
19663
|
+
}
|
|
19309
19664
|
.ant-skeleton-element {
|
|
19310
19665
|
display: inline-block;
|
|
19311
19666
|
width: auto;
|
|
@@ -19316,11 +19671,13 @@ span.ant-radio + * {
|
|
|
19316
19671
|
background: rgba(190, 190, 190, 0.2);
|
|
19317
19672
|
border-radius: 2px;
|
|
19318
19673
|
width: 64px;
|
|
19674
|
+
min-width: 64px;
|
|
19319
19675
|
height: 32px;
|
|
19320
19676
|
line-height: 32px;
|
|
19321
19677
|
}
|
|
19322
19678
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
|
|
19323
19679
|
width: 32px;
|
|
19680
|
+
min-width: 32px;
|
|
19324
19681
|
border-radius: 50%;
|
|
19325
19682
|
}
|
|
19326
19683
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
|
|
@@ -19328,11 +19685,13 @@ span.ant-radio + * {
|
|
|
19328
19685
|
}
|
|
19329
19686
|
.ant-skeleton-element .ant-skeleton-button-lg {
|
|
19330
19687
|
width: 80px;
|
|
19688
|
+
min-width: 80px;
|
|
19331
19689
|
height: 40px;
|
|
19332
19690
|
line-height: 40px;
|
|
19333
19691
|
}
|
|
19334
19692
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
|
|
19335
19693
|
width: 40px;
|
|
19694
|
+
min-width: 40px;
|
|
19336
19695
|
border-radius: 50%;
|
|
19337
19696
|
}
|
|
19338
19697
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
|
|
@@ -19340,11 +19699,13 @@ span.ant-radio + * {
|
|
|
19340
19699
|
}
|
|
19341
19700
|
.ant-skeleton-element .ant-skeleton-button-sm {
|
|
19342
19701
|
width: 48px;
|
|
19702
|
+
min-width: 48px;
|
|
19343
19703
|
height: 24px;
|
|
19344
19704
|
line-height: 24px;
|
|
19345
19705
|
}
|
|
19346
19706
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
|
|
19347
19707
|
width: 24px;
|
|
19708
|
+
min-width: 24px;
|
|
19348
19709
|
border-radius: 50%;
|
|
19349
19710
|
}
|
|
19350
19711
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
|
|
@@ -19771,7 +20132,6 @@ span.ant-radio + * {
|
|
|
19771
20132
|
}
|
|
19772
20133
|
.ant-spin-blur {
|
|
19773
20134
|
clear: both;
|
|
19774
|
-
overflow: hidden;
|
|
19775
20135
|
opacity: 0.5;
|
|
19776
20136
|
user-select: none;
|
|
19777
20137
|
pointer-events: none;
|
|
@@ -20374,12 +20734,12 @@ span.ant-radio + * {
|
|
|
20374
20734
|
left: 0;
|
|
20375
20735
|
}
|
|
20376
20736
|
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
|
|
20377
|
-
margin-top:
|
|
20737
|
+
margin-top: 13px;
|
|
20378
20738
|
margin-left: 0;
|
|
20379
20739
|
background: none;
|
|
20380
20740
|
}
|
|
20381
20741
|
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
|
|
20382
|
-
top:
|
|
20742
|
+
top: 6.5px;
|
|
20383
20743
|
left: -9px;
|
|
20384
20744
|
margin: 0;
|
|
20385
20745
|
padding: 22px 0 4px;
|
|
@@ -20391,7 +20751,8 @@ span.ant-radio + * {
|
|
|
20391
20751
|
width: inherit;
|
|
20392
20752
|
}
|
|
20393
20753
|
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
|
|
20394
|
-
|
|
20754
|
+
top: -1px;
|
|
20755
|
+
left: -1px;
|
|
20395
20756
|
}
|
|
20396
20757
|
.ant-steps-navigation {
|
|
20397
20758
|
padding-top: 12px;
|
|
@@ -20673,7 +21034,7 @@ span.ant-radio + * {
|
|
|
20673
21034
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
|
|
20674
21035
|
}
|
|
20675
21036
|
.ant-switch-checked:focus {
|
|
20676
|
-
box-shadow: 0 0 0 2px
|
|
21037
|
+
box-shadow: 0 0 0 2px #a1a7ab;
|
|
20677
21038
|
}
|
|
20678
21039
|
.ant-switch:focus:hover {
|
|
20679
21040
|
box-shadow: none;
|
|
@@ -20732,7 +21093,7 @@ span.ant-radio + * {
|
|
|
20732
21093
|
right: 0;
|
|
20733
21094
|
left: -30%;
|
|
20734
21095
|
}
|
|
20735
|
-
.ant-switch-loading-icon {
|
|
21096
|
+
.ant-switch-loading-icon.anticon {
|
|
20736
21097
|
position: relative;
|
|
20737
21098
|
top: 2px;
|
|
20738
21099
|
color: rgba(0, 0, 0, 0.65);
|
|
@@ -21056,7 +21417,8 @@ span.ant-radio + * {
|
|
|
21056
21417
|
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
|
|
21057
21418
|
border-radius: 0;
|
|
21058
21419
|
}
|
|
21059
|
-
.ant-table-tbody > tr.ant-table-row:hover > td
|
|
21420
|
+
.ant-table-tbody > tr.ant-table-row:hover > td,
|
|
21421
|
+
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
|
|
21060
21422
|
background: #fafafa;
|
|
21061
21423
|
}
|
|
21062
21424
|
.ant-table-tbody > tr.ant-table-row-selected > td {
|
|
@@ -21143,6 +21505,7 @@ td.ant-table-column-sort {
|
|
|
21143
21505
|
content: '';
|
|
21144
21506
|
}
|
|
21145
21507
|
.ant-table-column-sorter {
|
|
21508
|
+
margin-left: 4px;
|
|
21146
21509
|
color: #bfbfbf;
|
|
21147
21510
|
font-size: 0;
|
|
21148
21511
|
transition: color 0.3s;
|
|
@@ -21210,6 +21573,39 @@ td.ant-table-column-sort {
|
|
|
21210
21573
|
border: 0;
|
|
21211
21574
|
box-shadow: none;
|
|
21212
21575
|
}
|
|
21576
|
+
.ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
|
|
21577
|
+
display: block;
|
|
21578
|
+
padding: 8px 0;
|
|
21579
|
+
color: rgba(0, 0, 0, 0.25);
|
|
21580
|
+
font-size: 12px;
|
|
21581
|
+
text-align: center;
|
|
21582
|
+
content: 'Not Found';
|
|
21583
|
+
}
|
|
21584
|
+
.ant-table-filter-dropdown-tree {
|
|
21585
|
+
padding: 8px 8px 0;
|
|
21586
|
+
}
|
|
21587
|
+
.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
|
|
21588
|
+
background-color: #e5f7fe;
|
|
21589
|
+
}
|
|
21590
|
+
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
|
|
21591
|
+
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
|
|
21592
|
+
background-color: #85959e;
|
|
21593
|
+
}
|
|
21594
|
+
.ant-table-filter-dropdown-search {
|
|
21595
|
+
padding: 8px;
|
|
21596
|
+
border-bottom: 1px #f0f0f0 solid;
|
|
21597
|
+
}
|
|
21598
|
+
.ant-table-filter-dropdown-search-input input {
|
|
21599
|
+
min-width: 140px;
|
|
21600
|
+
}
|
|
21601
|
+
.ant-table-filter-dropdown-search-input .anticon {
|
|
21602
|
+
color: rgba(0, 0, 0, 0.25);
|
|
21603
|
+
}
|
|
21604
|
+
.ant-table-filter-dropdown-checkall {
|
|
21605
|
+
width: 100%;
|
|
21606
|
+
margin-bottom: 4px;
|
|
21607
|
+
margin-left: 4px;
|
|
21608
|
+
}
|
|
21213
21609
|
.ant-table-filter-dropdown-submenu > ul {
|
|
21214
21610
|
max-height: calc(100vh - 130px);
|
|
21215
21611
|
overflow-x: hidden;
|
|
@@ -21222,7 +21618,7 @@ td.ant-table-column-sort {
|
|
|
21222
21618
|
.ant-table-filter-dropdown-btns {
|
|
21223
21619
|
display: flex;
|
|
21224
21620
|
justify-content: space-between;
|
|
21225
|
-
padding: 7px 8px
|
|
21621
|
+
padding: 7px 8px;
|
|
21226
21622
|
overflow: hidden;
|
|
21227
21623
|
background-color: inherit;
|
|
21228
21624
|
border-top: 1px solid #f0f0f0;
|
|
@@ -21243,6 +21639,9 @@ table tr th.ant-table-selection-column .ant-radio-wrapper,
|
|
|
21243
21639
|
table tr td.ant-table-selection-column .ant-radio-wrapper {
|
|
21244
21640
|
margin-right: 0;
|
|
21245
21641
|
}
|
|
21642
|
+
table tr th.ant-table-selection-column.ant-table-cell-fix-left {
|
|
21643
|
+
z-index: 3;
|
|
21644
|
+
}
|
|
21246
21645
|
table tr th.ant-table-selection-column::after {
|
|
21247
21646
|
background-color: transparent !important;
|
|
21248
21647
|
}
|
|
@@ -21378,7 +21777,6 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
21378
21777
|
}
|
|
21379
21778
|
.ant-table-cell-fix-left,
|
|
21380
21779
|
.ant-table-cell-fix-right {
|
|
21381
|
-
position: -webkit-sticky !important;
|
|
21382
21780
|
position: sticky !important;
|
|
21383
21781
|
z-index: 2;
|
|
21384
21782
|
background: #fff;
|
|
@@ -21449,13 +21847,13 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
21449
21847
|
}
|
|
21450
21848
|
.ant-table-sticky-holder {
|
|
21451
21849
|
position: sticky;
|
|
21452
|
-
z-index:
|
|
21850
|
+
z-index: calc(2 + 1);
|
|
21453
21851
|
background: #fff;
|
|
21454
21852
|
}
|
|
21455
21853
|
.ant-table-sticky-scroll {
|
|
21456
21854
|
position: sticky;
|
|
21457
21855
|
bottom: 0;
|
|
21458
|
-
z-index:
|
|
21856
|
+
z-index: calc(2 + 1);
|
|
21459
21857
|
display: flex;
|
|
21460
21858
|
align-items: center;
|
|
21461
21859
|
background: #ffffff;
|
|
@@ -21527,6 +21925,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
21527
21925
|
.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
|
|
21528
21926
|
text-align: center;
|
|
21529
21927
|
}
|
|
21928
|
+
.ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
|
|
21929
|
+
right: auto;
|
|
21930
|
+
left: 0;
|
|
21931
|
+
}
|
|
21530
21932
|
.ant-table-wrapper-rtl .ant-table-thead > tr > th {
|
|
21531
21933
|
text-align: right;
|
|
21532
21934
|
}
|
|
@@ -21540,7 +21942,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
21540
21942
|
justify-content: flex-start;
|
|
21541
21943
|
}
|
|
21542
21944
|
.ant-table-wrapper-rtl .ant-table-column-sorter {
|
|
21543
|
-
margin-right:
|
|
21945
|
+
margin-right: 4px;
|
|
21544
21946
|
margin-left: 0;
|
|
21545
21947
|
}
|
|
21546
21948
|
.ant-table-wrapper-rtl .ant-table-filter-column-title {
|
|
@@ -21549,9 +21951,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
21549
21951
|
.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
|
|
21550
21952
|
padding: 0 0 0 2.3em;
|
|
21551
21953
|
}
|
|
21552
|
-
.ant-table-wrapper-rtl .ant-table-filter-trigger
|
|
21553
|
-
|
|
21554
|
-
left: 0;
|
|
21954
|
+
.ant-table-wrapper-rtl .ant-table-filter-trigger {
|
|
21955
|
+
margin: -4px 4px -4px -8px;
|
|
21555
21956
|
}
|
|
21556
21957
|
.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
|
|
21557
21958
|
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
|
|
@@ -21896,6 +22297,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
21896
22297
|
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);
|
|
21897
22298
|
}
|
|
21898
22299
|
.ant-tabs-dropdown-menu-item {
|
|
22300
|
+
display: flex;
|
|
22301
|
+
align-items: center;
|
|
21899
22302
|
min-width: 120px;
|
|
21900
22303
|
margin: 0;
|
|
21901
22304
|
padding: 5px 12px;
|
|
@@ -21909,6 +22312,22 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
21909
22312
|
cursor: pointer;
|
|
21910
22313
|
transition: all 0.3s;
|
|
21911
22314
|
}
|
|
22315
|
+
.ant-tabs-dropdown-menu-item > span {
|
|
22316
|
+
flex: 1;
|
|
22317
|
+
white-space: nowrap;
|
|
22318
|
+
}
|
|
22319
|
+
.ant-tabs-dropdown-menu-item-remove {
|
|
22320
|
+
flex: none;
|
|
22321
|
+
margin-left: 12px;
|
|
22322
|
+
color: rgba(0, 0, 0, 0.45);
|
|
22323
|
+
font-size: 12px;
|
|
22324
|
+
background: transparent;
|
|
22325
|
+
border: 0;
|
|
22326
|
+
cursor: pointer;
|
|
22327
|
+
}
|
|
22328
|
+
.ant-tabs-dropdown-menu-item-remove:hover {
|
|
22329
|
+
color: #33adff;
|
|
22330
|
+
}
|
|
21912
22331
|
.ant-tabs-dropdown-menu-item:hover {
|
|
21913
22332
|
background: #e5f7fe;
|
|
21914
22333
|
}
|
|
@@ -22373,24 +22792,24 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
22373
22792
|
border-color: #722ed1;
|
|
22374
22793
|
}
|
|
22375
22794
|
.ant-tag-success {
|
|
22376
|
-
color: #
|
|
22377
|
-
background: #
|
|
22378
|
-
border-color: #
|
|
22795
|
+
color: #72d99f;
|
|
22796
|
+
background: #f0fff4;
|
|
22797
|
+
border-color: #f0fff5;
|
|
22379
22798
|
}
|
|
22380
22799
|
.ant-tag-processing {
|
|
22381
|
-
color: #
|
|
22382
|
-
background: #
|
|
22383
|
-
border-color: #
|
|
22800
|
+
color: #153f6a;
|
|
22801
|
+
background: #a1a7ab;
|
|
22802
|
+
border-color: #637f91;
|
|
22384
22803
|
}
|
|
22385
22804
|
.ant-tag-error {
|
|
22386
|
-
color: #
|
|
22387
|
-
background: #
|
|
22388
|
-
border-color: #
|
|
22805
|
+
color: #d3472c;
|
|
22806
|
+
background: #fff5f0;
|
|
22807
|
+
border-color: #fac1ac;
|
|
22389
22808
|
}
|
|
22390
22809
|
.ant-tag-warning {
|
|
22391
|
-
color: #
|
|
22392
|
-
background: #
|
|
22393
|
-
border-color: #
|
|
22810
|
+
color: #ecc55d;
|
|
22811
|
+
background: #fffdf0;
|
|
22812
|
+
border-color: #fff9de;
|
|
22394
22813
|
}
|
|
22395
22814
|
.ant-tag > .anticon + span,
|
|
22396
22815
|
.ant-tag > span + .anticon {
|
|
@@ -22944,29 +23363,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
22944
23363
|
width: 250px;
|
|
22945
23364
|
height: auto;
|
|
22946
23365
|
}
|
|
22947
|
-
.ant-transfer-list-search {
|
|
22948
|
-
padding-right: 24px;
|
|
22949
|
-
padding-left: 8px;
|
|
22950
|
-
}
|
|
22951
|
-
.ant-transfer-list-search-action {
|
|
22952
|
-
position: absolute;
|
|
22953
|
-
top: 12px;
|
|
22954
|
-
right: 12px;
|
|
22955
|
-
bottom: 12px;
|
|
22956
|
-
width: 28px;
|
|
22957
|
-
color: rgba(0, 0, 0, 0.25);
|
|
22958
|
-
line-height: 32px;
|
|
22959
|
-
text-align: center;
|
|
22960
|
-
}
|
|
22961
|
-
.ant-transfer-list-search-action .anticon {
|
|
23366
|
+
.ant-transfer-list-search .anticon-search {
|
|
22962
23367
|
color: rgba(0, 0, 0, 0.25);
|
|
22963
|
-
transition: all 0.3s;
|
|
22964
|
-
}
|
|
22965
|
-
.ant-transfer-list-search-action .anticon:hover {
|
|
22966
|
-
color: rgba(0, 0, 0, 0.45);
|
|
22967
|
-
}
|
|
22968
|
-
span.ant-transfer-list-search-action {
|
|
22969
|
-
pointer-events: none;
|
|
22970
23368
|
}
|
|
22971
23369
|
.ant-transfer-list-header {
|
|
22972
23370
|
display: flex;
|
|
@@ -23152,10 +23550,13 @@ span.ant-transfer-list-search-action {
|
|
|
23152
23550
|
right: 0;
|
|
23153
23551
|
left: auto;
|
|
23154
23552
|
}
|
|
23155
|
-
|
|
23156
|
-
|
|
23157
|
-
|
|
23158
|
-
|
|
23553
|
+
@keyframes ant-tree-node-fx-do-not-use {
|
|
23554
|
+
0% {
|
|
23555
|
+
opacity: 0;
|
|
23556
|
+
}
|
|
23557
|
+
100% {
|
|
23558
|
+
opacity: 1;
|
|
23559
|
+
}
|
|
23159
23560
|
}
|
|
23160
23561
|
.ant-tree.ant-tree-directory .ant-tree-treenode {
|
|
23161
23562
|
position: relative;
|
|
@@ -23433,6 +23834,23 @@ span.ant-transfer-list-search-action {
|
|
|
23433
23834
|
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
|
|
23434
23835
|
flex: auto;
|
|
23435
23836
|
}
|
|
23837
|
+
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
|
|
23838
|
+
position: relative;
|
|
23839
|
+
}
|
|
23840
|
+
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
|
|
23841
|
+
position: absolute;
|
|
23842
|
+
top: 0;
|
|
23843
|
+
right: 0;
|
|
23844
|
+
bottom: 4px;
|
|
23845
|
+
left: 0;
|
|
23846
|
+
border: 1px solid #153f6a;
|
|
23847
|
+
opacity: 0;
|
|
23848
|
+
animation: ant-tree-node-fx-do-not-use 0.3s;
|
|
23849
|
+
animation-play-state: running;
|
|
23850
|
+
animation-fill-mode: forwards;
|
|
23851
|
+
content: '';
|
|
23852
|
+
pointer-events: none;
|
|
23853
|
+
}
|
|
23436
23854
|
.ant-tree .ant-tree-treenode {
|
|
23437
23855
|
display: flex;
|
|
23438
23856
|
align-items: flex-start;
|
|
@@ -23462,6 +23880,16 @@ span.ant-transfer-list-search-action {
|
|
|
23462
23880
|
display: inline-block;
|
|
23463
23881
|
width: 24px;
|
|
23464
23882
|
}
|
|
23883
|
+
.ant-tree-draggable-icon {
|
|
23884
|
+
width: 24px;
|
|
23885
|
+
line-height: 24px;
|
|
23886
|
+
text-align: center;
|
|
23887
|
+
opacity: 0.2;
|
|
23888
|
+
transition: opacity 0.3s;
|
|
23889
|
+
}
|
|
23890
|
+
.ant-tree-treenode:hover .ant-tree-draggable-icon {
|
|
23891
|
+
opacity: 0.45;
|
|
23892
|
+
}
|
|
23465
23893
|
.ant-tree-switcher {
|
|
23466
23894
|
position: relative;
|
|
23467
23895
|
flex: none;
|
|
@@ -23502,16 +23930,16 @@ span.ant-transfer-list-search-action {
|
|
|
23502
23930
|
.ant-tree-switcher-leaf-line::before {
|
|
23503
23931
|
position: absolute;
|
|
23504
23932
|
top: 0;
|
|
23933
|
+
right: 12px;
|
|
23505
23934
|
bottom: -4px;
|
|
23506
23935
|
margin-left: -1px;
|
|
23507
|
-
border-
|
|
23936
|
+
border-right: 1px solid #d9d9d9;
|
|
23508
23937
|
content: ' ';
|
|
23509
23938
|
}
|
|
23510
23939
|
.ant-tree-switcher-leaf-line::after {
|
|
23511
23940
|
position: absolute;
|
|
23512
23941
|
width: 10px;
|
|
23513
23942
|
height: 14px;
|
|
23514
|
-
margin-left: -1px;
|
|
23515
23943
|
border-bottom: 1px solid #d9d9d9;
|
|
23516
23944
|
content: ' ';
|
|
23517
23945
|
}
|
|
@@ -23552,11 +23980,11 @@ span.ant-transfer-list-search-action {
|
|
|
23552
23980
|
.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
|
|
23553
23981
|
background-color: transparent;
|
|
23554
23982
|
}
|
|
23555
|
-
.ant-tree-node-content-wrapper
|
|
23983
|
+
.ant-tree-node-content-wrapper {
|
|
23556
23984
|
line-height: 24px;
|
|
23557
23985
|
user-select: none;
|
|
23558
23986
|
}
|
|
23559
|
-
.ant-tree-node-content-wrapper
|
|
23987
|
+
.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
|
|
23560
23988
|
position: absolute;
|
|
23561
23989
|
z-index: 1;
|
|
23562
23990
|
height: 2px;
|
|
@@ -23564,7 +23992,7 @@ span.ant-transfer-list-search-action {
|
|
|
23564
23992
|
border-radius: 1px;
|
|
23565
23993
|
pointer-events: none;
|
|
23566
23994
|
}
|
|
23567
|
-
.ant-tree-node-content-wrapper
|
|
23995
|
+
.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
|
|
23568
23996
|
position: absolute;
|
|
23569
23997
|
top: -3px;
|
|
23570
23998
|
left: -6px;
|
|
@@ -23597,7 +24025,12 @@ span.ant-transfer-list-search-action {
|
|
|
23597
24025
|
background: #fff;
|
|
23598
24026
|
}
|
|
23599
24027
|
.ant-tree-show-line .ant-tree-switcher-line-icon {
|
|
23600
|
-
vertical-align: -0.
|
|
24028
|
+
vertical-align: -0.15em;
|
|
24029
|
+
}
|
|
24030
|
+
.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
|
|
24031
|
+
top: auto !important;
|
|
24032
|
+
bottom: auto !important;
|
|
24033
|
+
height: 14px !important;
|
|
23601
24034
|
}
|
|
23602
24035
|
.ant-tree-rtl {
|
|
23603
24036
|
direction: rtl;
|
|
@@ -23831,7 +24264,7 @@ span.ant-transfer-list-search-action {
|
|
|
23831
24264
|
margin-left: 8px;
|
|
23832
24265
|
}
|
|
23833
24266
|
.ant-tree-select-dropdown {
|
|
23834
|
-
padding: 8px 4px
|
|
24267
|
+
padding: 8px 4px;
|
|
23835
24268
|
}
|
|
23836
24269
|
.ant-tree-select-dropdown-rtl {
|
|
23837
24270
|
direction: rtl;
|
|
@@ -23842,9 +24275,6 @@ span.ant-transfer-list-search-action {
|
|
|
23842
24275
|
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
|
|
23843
24276
|
align-items: stretch;
|
|
23844
24277
|
}
|
|
23845
|
-
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode {
|
|
23846
|
-
padding-bottom: 8px;
|
|
23847
|
-
}
|
|
23848
24278
|
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
|
|
23849
24279
|
flex: auto;
|
|
23850
24280
|
}
|
|
@@ -23874,6 +24304,23 @@ span.ant-transfer-list-search-action {
|
|
|
23874
24304
|
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
|
|
23875
24305
|
flex: auto;
|
|
23876
24306
|
}
|
|
24307
|
+
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging {
|
|
24308
|
+
position: relative;
|
|
24309
|
+
}
|
|
24310
|
+
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after {
|
|
24311
|
+
position: absolute;
|
|
24312
|
+
top: 0;
|
|
24313
|
+
right: 0;
|
|
24314
|
+
bottom: 4px;
|
|
24315
|
+
left: 0;
|
|
24316
|
+
border: 1px solid #153f6a;
|
|
24317
|
+
opacity: 0;
|
|
24318
|
+
animation: ant-tree-node-fx-do-not-use 0.3s;
|
|
24319
|
+
animation-play-state: running;
|
|
24320
|
+
animation-fill-mode: forwards;
|
|
24321
|
+
content: '';
|
|
24322
|
+
pointer-events: none;
|
|
24323
|
+
}
|
|
23877
24324
|
.ant-select-tree .ant-select-tree-treenode {
|
|
23878
24325
|
display: flex;
|
|
23879
24326
|
align-items: flex-start;
|
|
@@ -23903,6 +24350,16 @@ span.ant-transfer-list-search-action {
|
|
|
23903
24350
|
display: inline-block;
|
|
23904
24351
|
width: 24px;
|
|
23905
24352
|
}
|
|
24353
|
+
.ant-select-tree-draggable-icon {
|
|
24354
|
+
width: 24px;
|
|
24355
|
+
line-height: 24px;
|
|
24356
|
+
text-align: center;
|
|
24357
|
+
opacity: 0.2;
|
|
24358
|
+
transition: opacity 0.3s;
|
|
24359
|
+
}
|
|
24360
|
+
.ant-select-tree-treenode:hover .ant-select-tree-draggable-icon {
|
|
24361
|
+
opacity: 0.45;
|
|
24362
|
+
}
|
|
23906
24363
|
.ant-select-tree-switcher {
|
|
23907
24364
|
position: relative;
|
|
23908
24365
|
flex: none;
|
|
@@ -23943,16 +24400,16 @@ span.ant-transfer-list-search-action {
|
|
|
23943
24400
|
.ant-select-tree-switcher-leaf-line::before {
|
|
23944
24401
|
position: absolute;
|
|
23945
24402
|
top: 0;
|
|
24403
|
+
right: 12px;
|
|
23946
24404
|
bottom: -4px;
|
|
23947
24405
|
margin-left: -1px;
|
|
23948
|
-
border-
|
|
24406
|
+
border-right: 1px solid #d9d9d9;
|
|
23949
24407
|
content: ' ';
|
|
23950
24408
|
}
|
|
23951
24409
|
.ant-select-tree-switcher-leaf-line::after {
|
|
23952
24410
|
position: absolute;
|
|
23953
24411
|
width: 10px;
|
|
23954
24412
|
height: 14px;
|
|
23955
|
-
margin-left: -1px;
|
|
23956
24413
|
border-bottom: 1px solid #d9d9d9;
|
|
23957
24414
|
content: ' ';
|
|
23958
24415
|
}
|
|
@@ -23993,11 +24450,11 @@ span.ant-transfer-list-search-action {
|
|
|
23993
24450
|
.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
|
|
23994
24451
|
background-color: transparent;
|
|
23995
24452
|
}
|
|
23996
|
-
.ant-select-tree-node-content-wrapper
|
|
24453
|
+
.ant-select-tree-node-content-wrapper {
|
|
23997
24454
|
line-height: 24px;
|
|
23998
24455
|
user-select: none;
|
|
23999
24456
|
}
|
|
24000
|
-
.ant-select-tree-node-content-wrapper
|
|
24457
|
+
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
|
|
24001
24458
|
position: absolute;
|
|
24002
24459
|
z-index: 1;
|
|
24003
24460
|
height: 2px;
|
|
@@ -24005,7 +24462,7 @@ span.ant-transfer-list-search-action {
|
|
|
24005
24462
|
border-radius: 1px;
|
|
24006
24463
|
pointer-events: none;
|
|
24007
24464
|
}
|
|
24008
|
-
.ant-select-tree-node-content-wrapper
|
|
24465
|
+
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {
|
|
24009
24466
|
position: absolute;
|
|
24010
24467
|
top: -3px;
|
|
24011
24468
|
left: -6px;
|
|
@@ -24038,7 +24495,12 @@ span.ant-transfer-list-search-action {
|
|
|
24038
24495
|
background: #fff;
|
|
24039
24496
|
}
|
|
24040
24497
|
.ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
|
|
24041
|
-
vertical-align: -0.
|
|
24498
|
+
vertical-align: -0.15em;
|
|
24499
|
+
}
|
|
24500
|
+
.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line::before {
|
|
24501
|
+
top: auto !important;
|
|
24502
|
+
bottom: auto !important;
|
|
24503
|
+
height: 14px !important;
|
|
24042
24504
|
}
|
|
24043
24505
|
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
|
|
24044
24506
|
transform: rotate(90deg);
|
|
@@ -24299,11 +24761,12 @@ div.ant-typography-edit-content {
|
|
|
24299
24761
|
pointer-events: none;
|
|
24300
24762
|
}
|
|
24301
24763
|
.ant-typography-edit-content textarea {
|
|
24764
|
+
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
24302
24765
|
-moz-transition: none;
|
|
24303
24766
|
}
|
|
24304
24767
|
.ant-typography ul,
|
|
24305
24768
|
.ant-typography ol {
|
|
24306
|
-
margin: 0 0 1em
|
|
24769
|
+
margin: 0 0 1em;
|
|
24307
24770
|
padding: 0;
|
|
24308
24771
|
}
|
|
24309
24772
|
.ant-typography ul li,
|
|
@@ -24358,6 +24821,7 @@ span.ant-typography-ellipsis-single-line {
|
|
|
24358
24821
|
vertical-align: bottom;
|
|
24359
24822
|
}
|
|
24360
24823
|
.ant-typography-ellipsis-multiple-line {
|
|
24824
|
+
/* stylelint-disable-next-line value-no-vendor-prefix */
|
|
24361
24825
|
display: -webkit-box;
|
|
24362
24826
|
overflow: hidden;
|
|
24363
24827
|
-webkit-line-clamp: 3;
|
|
@@ -24681,7 +25145,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
24681
25145
|
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
|
|
24682
25146
|
width: 48px;
|
|
24683
25147
|
height: 48px;
|
|
24684
|
-
line-height:
|
|
25148
|
+
line-height: 60px;
|
|
24685
25149
|
text-align: center;
|
|
24686
25150
|
opacity: 0.8;
|
|
24687
25151
|
}
|
|
@@ -24736,7 +25200,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
24736
25200
|
}
|
|
24737
25201
|
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
|
|
24738
25202
|
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
|
|
24739
|
-
|
|
25203
|
+
margin-bottom: 12px;
|
|
24740
25204
|
}
|
|
24741
25205
|
.ant-upload-list-picture .ant-upload-list-item-progress,
|
|
24742
25206
|
.ant-upload-list-picture-card .ant-upload-list-item-progress {
|
|
@@ -24879,6 +25343,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
24879
25343
|
.ant-upload-list-text .ant-upload-list-item-name,
|
|
24880
25344
|
.ant-upload-list-picture .ant-upload-list-item-name {
|
|
24881
25345
|
flex: auto;
|
|
25346
|
+
margin: 0;
|
|
24882
25347
|
padding: 0 8px;
|
|
24883
25348
|
}
|
|
24884
25349
|
.ant-upload-list-text .ant-upload-list-item-card-actions,
|