@cloudtower/eagle 0.27.89 → 0.27.91
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/dist/cjs/core/Antd5Dropdown/Antd5Dropdown.js +30 -0
- package/dist/cjs/core/InputPassword/index.js +72 -0
- package/dist/cjs/core/Modal/index.js +5 -3
- package/dist/cjs/core/index.js +9 -9
- package/dist/cjs/index.js +180 -175
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2235 -2227
- package/dist/esm/core/Antd5Dropdown/Antd5Dropdown.js +24 -0
- package/dist/esm/core/InputPassword/index.js +62 -0
- package/dist/esm/core/Modal/index.js +5 -3
- package/dist/esm/index.js +2 -0
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Antd5Dropdown/Antd5Dropdown.d.ts +3 -0
- package/dist/src/core/Antd5Dropdown/Antd5Dropdown.type.d.ts +2 -0
- package/dist/src/core/Antd5Dropdown/index.d.ts +2 -0
- package/dist/src/core/InputPassword/index.d.ts +10 -0
- package/dist/src/core/Modal/modal.type.d.ts +1 -0
- package/dist/src/core/index.d.ts +3 -0
- package/dist/stories/docs/core/Antd5Dropdown.stories.d.ts +12 -0
- package/dist/stories/docs/core/Input.simple.stories.d.ts +8 -10
- package/dist/stories/docs/core/InputPassword.stories.d.ts +20 -0
- package/dist/style.css +2084 -2077
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29637,6 +29637,124 @@ html body {
|
|
|
29637
29637
|
overflow: auto;
|
|
29638
29638
|
}
|
|
29639
29639
|
|
|
29640
|
+
.E_clm1wy1 {
|
|
29641
|
+
width: 192px;
|
|
29642
|
+
height: 246px;
|
|
29643
|
+
border-radius: 4px;
|
|
29644
|
+
}
|
|
29645
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
29646
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29647
|
+
width: 100%;
|
|
29648
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
29649
|
+
border-top: none;
|
|
29650
|
+
}
|
|
29651
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29652
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29653
|
+
padding: 0 16px;
|
|
29654
|
+
}
|
|
29655
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
29656
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
29657
|
+
width: 100%;
|
|
29658
|
+
height: 180px;
|
|
29659
|
+
border-spacing: 0;
|
|
29660
|
+
}
|
|
29661
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
29662
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
29663
|
+
margin-bottom: 8px;
|
|
29664
|
+
}
|
|
29665
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
29666
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
29667
|
+
width: 22px;
|
|
29668
|
+
}
|
|
29669
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
29670
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
29671
|
+
padding: 0;
|
|
29672
|
+
}
|
|
29673
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
29674
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29675
|
+
opacity: 0.4;
|
|
29676
|
+
}
|
|
29677
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
29678
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29679
|
+
opacity: 1;
|
|
29680
|
+
}
|
|
29681
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
29682
|
+
color: #3e4652;
|
|
29683
|
+
}
|
|
29684
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
29685
|
+
pointer-events: none;
|
|
29686
|
+
}
|
|
29687
|
+
|
|
29688
|
+
.E_t1tsm00v {
|
|
29689
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29690
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29691
|
+
backdrop-filter: blur(10px);
|
|
29692
|
+
padding: 7px 10px;
|
|
29693
|
+
}
|
|
29694
|
+
|
|
29695
|
+
.E_c167wnad {
|
|
29696
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29697
|
+
display: flex;
|
|
29698
|
+
justify-content: space-between;
|
|
29699
|
+
align-items: center;
|
|
29700
|
+
padding: 8px 16px;
|
|
29701
|
+
}
|
|
29702
|
+
.E_c167wnad .anticon {
|
|
29703
|
+
cursor: pointer;
|
|
29704
|
+
}
|
|
29705
|
+
.E_c167wnad .anticon:hover {
|
|
29706
|
+
color: #0096ff;
|
|
29707
|
+
}
|
|
29708
|
+
|
|
29709
|
+
.E_cxhf7dh {
|
|
29710
|
+
text-align: center;
|
|
29711
|
+
}
|
|
29712
|
+
.E_cxhf7dh .dots {
|
|
29713
|
+
display: flex;
|
|
29714
|
+
justify-content: center;
|
|
29715
|
+
}
|
|
29716
|
+
.E_cxhf7dh .dot {
|
|
29717
|
+
display: inline-block;
|
|
29718
|
+
width: 2px;
|
|
29719
|
+
height: 2px;
|
|
29720
|
+
border-radius: 1px;
|
|
29721
|
+
background: #0096ff;
|
|
29722
|
+
}
|
|
29723
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
29724
|
+
margin-right: 2px;
|
|
29725
|
+
}
|
|
29726
|
+
.E_cxhf7dh .bar {
|
|
29727
|
+
width: 9px;
|
|
29728
|
+
height: 2px;
|
|
29729
|
+
background: #0096ff;
|
|
29730
|
+
border-radius: 2px;
|
|
29731
|
+
}
|
|
29732
|
+
|
|
29733
|
+
.E_tje3huy {
|
|
29734
|
+
width: 100%;
|
|
29735
|
+
overflow: inherit;
|
|
29736
|
+
white-space: inherit;
|
|
29737
|
+
text-overflow: ellipsis;
|
|
29738
|
+
}
|
|
29739
|
+
|
|
29740
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29741
|
+
display: flex;
|
|
29742
|
+
align-items: center;
|
|
29743
|
+
}
|
|
29744
|
+
.E_s1iv0tp1 .enabled-text {
|
|
29745
|
+
margin-right: 8px;
|
|
29746
|
+
}
|
|
29747
|
+
|
|
29748
|
+
.E_gmyahx3 {
|
|
29749
|
+
cursor: pointer;
|
|
29750
|
+
}
|
|
29751
|
+
.E_gmyahx3 .link-text {
|
|
29752
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29753
|
+
}
|
|
29754
|
+
.E_gmyahx3:hover .link-text {
|
|
29755
|
+
color: #0080ff;
|
|
29756
|
+
}
|
|
29757
|
+
|
|
29640
29758
|
.E_s1ebs0ra {
|
|
29641
29759
|
display: flex;
|
|
29642
29760
|
align-items: center;
|
|
@@ -29788,135 +29906,207 @@ html body {
|
|
|
29788
29906
|
padding-right: 12px;
|
|
29789
29907
|
}
|
|
29790
29908
|
|
|
29791
|
-
.
|
|
29792
|
-
cursor: pointer;
|
|
29793
|
-
}
|
|
29794
|
-
.E_gmyahx3 .link-text {
|
|
29795
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29796
|
-
}
|
|
29797
|
-
.E_gmyahx3:hover .link-text {
|
|
29798
|
-
color: #0080ff;
|
|
29799
|
-
}
|
|
29800
|
-
|
|
29801
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
29909
|
+
.E_t160l1cm {
|
|
29802
29910
|
display: flex;
|
|
29803
|
-
|
|
29911
|
+
flex-direction: column;
|
|
29912
|
+
flex: 1;
|
|
29913
|
+
/* FIXME:(yanzhen) do this better */
|
|
29804
29914
|
}
|
|
29805
|
-
.
|
|
29806
|
-
|
|
29915
|
+
.E_t160l1cm .tab-bar {
|
|
29916
|
+
flex-shrink: 0;
|
|
29917
|
+
display: flex;
|
|
29918
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
29807
29919
|
}
|
|
29808
|
-
|
|
29809
|
-
|
|
29810
|
-
overflow: hidden;
|
|
29811
|
-
text-overflow: ellipsis;
|
|
29920
|
+
.E_t160l1cm .tab-content {
|
|
29921
|
+
height: 100%;
|
|
29812
29922
|
}
|
|
29813
|
-
|
|
29814
|
-
|
|
29815
|
-
|
|
29923
|
+
.E_t160l1cm .tab-menu-item {
|
|
29924
|
+
margin-right: 2px;
|
|
29925
|
+
padding: 1px 12px;
|
|
29926
|
+
line-height: 24px;
|
|
29927
|
+
height: 24px;
|
|
29928
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29929
|
+
border-radius: 4px 4px 0 0;
|
|
29930
|
+
cursor: pointer;
|
|
29931
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
29816
29932
|
}
|
|
29817
|
-
|
|
29818
|
-
|
|
29819
|
-
display: -webkit-box;
|
|
29820
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29821
|
-
-webkit-box-orient: vertical;
|
|
29822
|
-
word-break: break-all;
|
|
29933
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
29934
|
+
padding-left: 0;
|
|
29823
29935
|
}
|
|
29824
|
-
|
|
29825
|
-
|
|
29826
|
-
margin: 0 2px;
|
|
29936
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
29937
|
+
padding-left: 12px;
|
|
29827
29938
|
}
|
|
29828
|
-
|
|
29829
|
-
|
|
29830
|
-
|
|
29831
|
-
height: 246px;
|
|
29832
|
-
border-radius: 4px;
|
|
29939
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
29940
|
+
color: #0080ff;
|
|
29941
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29833
29942
|
}
|
|
29834
|
-
.
|
|
29835
|
-
|
|
29836
|
-
width: 100%;
|
|
29837
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
29838
|
-
border-top: none;
|
|
29943
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
29944
|
+
fill: #0080ff;
|
|
29839
29945
|
}
|
|
29840
|
-
.
|
|
29841
|
-
|
|
29842
|
-
padding: 0 16px;
|
|
29946
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
29947
|
+
background: rgba(192, 203, 224, 0.6);
|
|
29843
29948
|
}
|
|
29844
|
-
.
|
|
29845
|
-
|
|
29846
|
-
|
|
29847
|
-
height: 180px;
|
|
29848
|
-
border-spacing: 0;
|
|
29949
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
29950
|
+
color: #0080ff;
|
|
29951
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29849
29952
|
}
|
|
29850
|
-
.
|
|
29851
|
-
|
|
29852
|
-
margin-bottom: 8px;
|
|
29953
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
29954
|
+
background: rgba(192, 203, 224, 0.6);
|
|
29853
29955
|
}
|
|
29854
|
-
.
|
|
29855
|
-
|
|
29856
|
-
width: 22px;
|
|
29956
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
29957
|
+
background: rgba(0, 128, 255, 0.16);
|
|
29857
29958
|
}
|
|
29858
|
-
.
|
|
29859
|
-
|
|
29860
|
-
padding: 0;
|
|
29959
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
29960
|
+
fill: #0080ff;
|
|
29861
29961
|
}
|
|
29862
|
-
.
|
|
29863
|
-
color:
|
|
29864
|
-
|
|
29962
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
29963
|
+
color: #0080ff;
|
|
29964
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29865
29965
|
}
|
|
29866
|
-
.
|
|
29867
|
-
|
|
29868
|
-
opacity: 1;
|
|
29966
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
29967
|
+
background: rgba(0, 128, 255, 0.16);
|
|
29869
29968
|
}
|
|
29870
|
-
.
|
|
29871
|
-
|
|
29969
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
29970
|
+
fill: #1d326c;
|
|
29872
29971
|
}
|
|
29873
|
-
.
|
|
29874
|
-
|
|
29972
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
29973
|
+
margin-left: 8px;
|
|
29974
|
+
height: 22px;
|
|
29875
29975
|
}
|
|
29876
|
-
|
|
29877
|
-
.
|
|
29878
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29879
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29880
|
-
backdrop-filter: blur(10px);
|
|
29881
|
-
padding: 7px 10px;
|
|
29976
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
29977
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
29882
29978
|
}
|
|
29883
|
-
|
|
29884
|
-
|
|
29885
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29979
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
29980
|
+
padding: 0;
|
|
29886
29981
|
display: flex;
|
|
29887
|
-
justify-content: space-between;
|
|
29888
29982
|
align-items: center;
|
|
29889
|
-
|
|
29983
|
+
overflow: hidden;
|
|
29890
29984
|
}
|
|
29891
|
-
.
|
|
29892
|
-
|
|
29985
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
29986
|
+
opacity: 0;
|
|
29987
|
+
max-width: 0;
|
|
29988
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
29893
29989
|
}
|
|
29894
|
-
.
|
|
29895
|
-
|
|
29990
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
29991
|
+
padding: 1px 12px;
|
|
29992
|
+
position: relative;
|
|
29993
|
+
display: flex;
|
|
29896
29994
|
}
|
|
29897
|
-
|
|
29898
|
-
|
|
29899
|
-
|
|
29995
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
29996
|
+
opacity: 0;
|
|
29997
|
+
position: absolute;
|
|
29998
|
+
top: 50%;
|
|
29999
|
+
left: 0;
|
|
30000
|
+
transform: translate(-50%, -50%);
|
|
30001
|
+
transition: opacity 100ms linear;
|
|
30002
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
29900
30003
|
}
|
|
29901
|
-
.
|
|
29902
|
-
|
|
29903
|
-
justify-content: center;
|
|
30004
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30005
|
+
color: #0080ff;
|
|
29904
30006
|
}
|
|
29905
|
-
.
|
|
30007
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30008
|
+
padding: 1px 12px;
|
|
29906
30009
|
display: inline-block;
|
|
29907
|
-
|
|
29908
|
-
|
|
29909
|
-
border-radius: 1px;
|
|
29910
|
-
background: #0096ff;
|
|
30010
|
+
opacity: 1;
|
|
30011
|
+
max-width: 160px;
|
|
29911
30012
|
}
|
|
29912
|
-
.
|
|
29913
|
-
|
|
30013
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30014
|
+
padding: 1px 12px;
|
|
30015
|
+
color: #005ed1;
|
|
29914
30016
|
}
|
|
29915
|
-
.
|
|
29916
|
-
|
|
29917
|
-
|
|
29918
|
-
|
|
29919
|
-
|
|
30017
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30018
|
+
opacity: 1;
|
|
30019
|
+
}
|
|
30020
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
30021
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30022
|
+
}
|
|
30023
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
30024
|
+
opacity: 0;
|
|
30025
|
+
}
|
|
30026
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30027
|
+
padding: 4px 16px;
|
|
30028
|
+
height: 32px;
|
|
30029
|
+
border-radius: 6px 6px 0 0;
|
|
30030
|
+
}
|
|
30031
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30032
|
+
padding-left: 0;
|
|
30033
|
+
}
|
|
30034
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
30035
|
+
padding-left: 16px;
|
|
30036
|
+
}
|
|
30037
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30038
|
+
margin-left: 11px;
|
|
30039
|
+
height: 24px;
|
|
30040
|
+
}
|
|
30041
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30042
|
+
padding: 0;
|
|
30043
|
+
}
|
|
30044
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30045
|
+
padding: 4px 16px;
|
|
30046
|
+
}
|
|
30047
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30048
|
+
padding: 4px 16px;
|
|
30049
|
+
}
|
|
30050
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30051
|
+
background: #fff;
|
|
30052
|
+
}
|
|
30053
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30054
|
+
color: #005ed1;
|
|
30055
|
+
}
|
|
30056
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30057
|
+
background: #fff;
|
|
30058
|
+
color: #1d326c;
|
|
30059
|
+
}
|
|
30060
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30061
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30062
|
+
}
|
|
30063
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30064
|
+
color: #1d326c;
|
|
30065
|
+
}
|
|
30066
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30067
|
+
fill: #d8deeb;
|
|
30068
|
+
}
|
|
30069
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30070
|
+
fill: #1d326c;
|
|
30071
|
+
}
|
|
30072
|
+
.E_t160l1cm .tab-content {
|
|
30073
|
+
flex: 1;
|
|
30074
|
+
display: flex;
|
|
30075
|
+
flex-direction: column;
|
|
30076
|
+
}
|
|
30077
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30078
|
+
overflow: visible;
|
|
30079
|
+
}
|
|
30080
|
+
|
|
30081
|
+
.E_t14npdqr {
|
|
30082
|
+
max-width: 240px;
|
|
30083
|
+
animation: none;
|
|
30084
|
+
}
|
|
30085
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30086
|
+
border: 1px solid #0080ff;
|
|
30087
|
+
padding: 0;
|
|
30088
|
+
}
|
|
30089
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30090
|
+
margin: 0;
|
|
30091
|
+
height: 32px;
|
|
30092
|
+
line-height: 32px;
|
|
30093
|
+
font-size: 13px;
|
|
30094
|
+
padding: 0 10px;
|
|
30095
|
+
display: block;
|
|
30096
|
+
overflow: hidden;
|
|
30097
|
+
text-overflow: ellipsis;
|
|
30098
|
+
white-space: nowrap;
|
|
30099
|
+
}
|
|
30100
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30101
|
+
content: " ";
|
|
30102
|
+
height: 1px;
|
|
30103
|
+
width: calc(100% + 10px);
|
|
30104
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30105
|
+
display: block;
|
|
30106
|
+
}
|
|
30107
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30108
|
+
color: #0080ff;
|
|
30109
|
+
background: transparent;
|
|
29920
30110
|
}
|
|
29921
30111
|
|
|
29922
30112
|
.E_c1up1pdz {
|
|
@@ -30059,13 +30249,26 @@ html body {
|
|
|
30059
30249
|
color: #fff;
|
|
30060
30250
|
}
|
|
30061
30251
|
|
|
30062
|
-
.
|
|
30063
|
-
|
|
30064
|
-
|
|
30065
|
-
|
|
30252
|
+
.E_tqjc4ui {
|
|
30253
|
+
margin: 0 2px;
|
|
30254
|
+
}
|
|
30255
|
+
|
|
30256
|
+
.E_ou7iq30 {
|
|
30257
|
+
overflow: hidden;
|
|
30066
30258
|
text-overflow: ellipsis;
|
|
30067
30259
|
}
|
|
30068
30260
|
|
|
30261
|
+
.E_s1tui002 {
|
|
30262
|
+
white-space: nowrap;
|
|
30263
|
+
}
|
|
30264
|
+
|
|
30265
|
+
.E_mxrc2zg {
|
|
30266
|
+
display: -webkit-box;
|
|
30267
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30268
|
+
-webkit-box-orient: vertical;
|
|
30269
|
+
word-break: break-all;
|
|
30270
|
+
}
|
|
30271
|
+
|
|
30069
30272
|
.E_wg1tsps {
|
|
30070
30273
|
display: flex;
|
|
30071
30274
|
align-items: center;
|
|
@@ -30109,86 +30312,6 @@ html body {
|
|
|
30109
30312
|
padding: 8px 12px;
|
|
30110
30313
|
}
|
|
30111
30314
|
|
|
30112
|
-
.E_c1uzzomf {
|
|
30113
|
-
margin-bottom: 16px;
|
|
30114
|
-
}
|
|
30115
|
-
.E_c1uzzomf .card-title {
|
|
30116
|
-
font-size: 16px;
|
|
30117
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30118
|
-
font-weight: 700;
|
|
30119
|
-
line-height: 32px;
|
|
30120
|
-
}
|
|
30121
|
-
.E_c1uzzomf .card-body {
|
|
30122
|
-
padding: 24px;
|
|
30123
|
-
border-radius: 8px;
|
|
30124
|
-
background: #fff;
|
|
30125
|
-
}
|
|
30126
|
-
.E_c1uzzomf .empty {
|
|
30127
|
-
font-weight: 700;
|
|
30128
|
-
font-size: 14px;
|
|
30129
|
-
line-height: 22px;
|
|
30130
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30131
|
-
text-align: center;
|
|
30132
|
-
}
|
|
30133
|
-
|
|
30134
|
-
.E_b1nip9bk {
|
|
30135
|
-
padding: 4px 11px;
|
|
30136
|
-
}
|
|
30137
|
-
|
|
30138
|
-
.E_bqamoqe {
|
|
30139
|
-
white-space: nowrap;
|
|
30140
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30141
|
-
}
|
|
30142
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30143
|
-
--color: #0080ff;
|
|
30144
|
-
}
|
|
30145
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30146
|
-
--color: #0080ff;
|
|
30147
|
-
}
|
|
30148
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30149
|
-
margin-left: 1px;
|
|
30150
|
-
}
|
|
30151
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30152
|
-
border-top-right-radius: 0;
|
|
30153
|
-
border-bottom-right-radius: 0;
|
|
30154
|
-
}
|
|
30155
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30156
|
-
border-top-left-radius: 0;
|
|
30157
|
-
border-bottom-left-radius: 0;
|
|
30158
|
-
}
|
|
30159
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30160
|
-
border-radius: unset;
|
|
30161
|
-
}
|
|
30162
|
-
|
|
30163
|
-
.E_berrcjl {
|
|
30164
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30165
|
-
margin-bottom: 4px;
|
|
30166
|
-
}
|
|
30167
|
-
.E_berrcjl .breadcrumb-link {
|
|
30168
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30169
|
-
cursor: pointer;
|
|
30170
|
-
transition: color 160ms ease;
|
|
30171
|
-
}
|
|
30172
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30173
|
-
color: #0080ff;
|
|
30174
|
-
}
|
|
30175
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30176
|
-
color: #005ed1;
|
|
30177
|
-
}
|
|
30178
|
-
|
|
30179
|
-
.E_m74vjol {
|
|
30180
|
-
display: flex;
|
|
30181
|
-
justify-content: space-between;
|
|
30182
|
-
width: 100%;
|
|
30183
|
-
}
|
|
30184
|
-
.E_m74vjol .action {
|
|
30185
|
-
margin-left: 16px;
|
|
30186
|
-
}
|
|
30187
|
-
|
|
30188
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30189
|
-
width: 100%;
|
|
30190
|
-
}
|
|
30191
|
-
|
|
30192
30315
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30193
30316
|
justify-content: center;
|
|
30194
30317
|
}
|
|
@@ -30439,236 +30562,194 @@ html body {
|
|
|
30439
30562
|
padding: 0;
|
|
30440
30563
|
}
|
|
30441
30564
|
|
|
30442
|
-
.
|
|
30443
|
-
|
|
30444
|
-
|
|
30445
|
-
flex: 1;
|
|
30446
|
-
/* FIXME:(yanzhen) do this better */
|
|
30565
|
+
.E_berrcjl {
|
|
30566
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30567
|
+
margin-bottom: 4px;
|
|
30447
30568
|
}
|
|
30448
|
-
.
|
|
30449
|
-
|
|
30450
|
-
|
|
30451
|
-
|
|
30569
|
+
.E_berrcjl .breadcrumb-link {
|
|
30570
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30571
|
+
cursor: pointer;
|
|
30572
|
+
transition: color 160ms ease;
|
|
30452
30573
|
}
|
|
30453
|
-
.
|
|
30454
|
-
|
|
30574
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30575
|
+
color: #0080ff;
|
|
30455
30576
|
}
|
|
30456
|
-
.
|
|
30457
|
-
|
|
30458
|
-
padding: 1px 12px;
|
|
30459
|
-
line-height: 24px;
|
|
30460
|
-
height: 24px;
|
|
30461
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30462
|
-
border-radius: 4px 4px 0 0;
|
|
30463
|
-
cursor: pointer;
|
|
30464
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30465
|
-
}
|
|
30466
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
30467
|
-
padding-left: 0;
|
|
30468
|
-
}
|
|
30469
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30470
|
-
padding-left: 12px;
|
|
30471
|
-
}
|
|
30472
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
30473
|
-
color: #0080ff;
|
|
30474
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30577
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30578
|
+
color: #005ed1;
|
|
30475
30579
|
}
|
|
30476
|
-
|
|
30477
|
-
|
|
30580
|
+
|
|
30581
|
+
.E_m74vjol {
|
|
30582
|
+
display: flex;
|
|
30583
|
+
justify-content: space-between;
|
|
30584
|
+
width: 100%;
|
|
30478
30585
|
}
|
|
30479
|
-
.
|
|
30480
|
-
|
|
30586
|
+
.E_m74vjol .action {
|
|
30587
|
+
margin-left: 16px;
|
|
30481
30588
|
}
|
|
30482
|
-
|
|
30483
|
-
|
|
30484
|
-
|
|
30589
|
+
|
|
30590
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30591
|
+
width: 100%;
|
|
30485
30592
|
}
|
|
30486
|
-
|
|
30487
|
-
|
|
30593
|
+
|
|
30594
|
+
.E_b1nip9bk {
|
|
30595
|
+
padding: 4px 11px;
|
|
30488
30596
|
}
|
|
30489
|
-
|
|
30490
|
-
|
|
30597
|
+
|
|
30598
|
+
.E_bqamoqe {
|
|
30599
|
+
white-space: nowrap;
|
|
30600
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30491
30601
|
}
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30602
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30603
|
+
--color: #0080ff;
|
|
30494
30604
|
}
|
|
30495
|
-
.
|
|
30496
|
-
color: #0080ff;
|
|
30497
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30605
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30606
|
+
--color: #0080ff;
|
|
30498
30607
|
}
|
|
30499
|
-
.
|
|
30500
|
-
|
|
30608
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30609
|
+
margin-left: 1px;
|
|
30501
30610
|
}
|
|
30502
|
-
.
|
|
30503
|
-
|
|
30611
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30612
|
+
border-top-right-radius: 0;
|
|
30613
|
+
border-bottom-right-radius: 0;
|
|
30504
30614
|
}
|
|
30505
|
-
.
|
|
30506
|
-
|
|
30507
|
-
|
|
30615
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30616
|
+
border-top-left-radius: 0;
|
|
30617
|
+
border-bottom-left-radius: 0;
|
|
30508
30618
|
}
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30619
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30620
|
+
border-radius: unset;
|
|
30511
30621
|
}
|
|
30512
|
-
|
|
30513
|
-
|
|
30622
|
+
|
|
30623
|
+
.E_fzh9mnb {
|
|
30624
|
+
width: 100%;
|
|
30625
|
+
height: 100%;
|
|
30626
|
+
min-height: 124px;
|
|
30514
30627
|
display: flex;
|
|
30628
|
+
flex-direction: column;
|
|
30629
|
+
justify-content: center;
|
|
30515
30630
|
align-items: center;
|
|
30516
|
-
overflow: hidden;
|
|
30517
30631
|
}
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30520
|
-
|
|
30521
|
-
|
|
30632
|
+
.E_fzh9mnb .error-text {
|
|
30633
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30634
|
+
margin-bottom: 16px;
|
|
30635
|
+
font-size: 18px;
|
|
30522
30636
|
}
|
|
30523
|
-
|
|
30524
|
-
|
|
30525
|
-
position: relative;
|
|
30637
|
+
|
|
30638
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30526
30639
|
display: flex;
|
|
30527
30640
|
}
|
|
30528
|
-
|
|
30529
|
-
|
|
30530
|
-
|
|
30531
|
-
top: 50%;
|
|
30532
|
-
left: 0;
|
|
30533
|
-
transform: translate(-50%, -50%);
|
|
30534
|
-
transition: opacity 100ms linear;
|
|
30535
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30536
|
-
}
|
|
30537
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30538
|
-
color: #0080ff;
|
|
30539
|
-
}
|
|
30540
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30541
|
-
padding: 1px 12px;
|
|
30542
|
-
display: inline-block;
|
|
30543
|
-
opacity: 1;
|
|
30544
|
-
max-width: 160px;
|
|
30545
|
-
}
|
|
30546
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30547
|
-
padding: 1px 12px;
|
|
30548
|
-
color: #005ed1;
|
|
30641
|
+
|
|
30642
|
+
.E_c1uzzomf {
|
|
30643
|
+
margin-bottom: 16px;
|
|
30549
30644
|
}
|
|
30550
|
-
.
|
|
30551
|
-
|
|
30645
|
+
.E_c1uzzomf .card-title {
|
|
30646
|
+
font-size: 16px;
|
|
30647
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30648
|
+
font-weight: 700;
|
|
30649
|
+
line-height: 32px;
|
|
30552
30650
|
}
|
|
30553
|
-
.
|
|
30554
|
-
|
|
30651
|
+
.E_c1uzzomf .card-body {
|
|
30652
|
+
padding: 24px;
|
|
30653
|
+
border-radius: 8px;
|
|
30654
|
+
background: #fff;
|
|
30555
30655
|
}
|
|
30556
|
-
.
|
|
30557
|
-
|
|
30656
|
+
.E_c1uzzomf .empty {
|
|
30657
|
+
font-weight: 700;
|
|
30658
|
+
font-size: 14px;
|
|
30659
|
+
line-height: 22px;
|
|
30660
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30661
|
+
text-align: center;
|
|
30558
30662
|
}
|
|
30559
|
-
|
|
30560
|
-
|
|
30561
|
-
|
|
30562
|
-
border-radius: 6px 6px 0 0;
|
|
30663
|
+
|
|
30664
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30665
|
+
display: var(--a1wfy30z-0);
|
|
30563
30666
|
}
|
|
30564
|
-
.
|
|
30565
|
-
padding
|
|
30667
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30668
|
+
padding: 4px 11px;
|
|
30669
|
+
display: inline-flex;
|
|
30670
|
+
line-height: 1.5715;
|
|
30671
|
+
height: inherit;
|
|
30566
30672
|
}
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30673
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30674
|
+
content: var(--a1wfy30z-1);
|
|
30675
|
+
display: var(--a1wfy30z-2);
|
|
30676
|
+
flex: none;
|
|
30677
|
+
align-items: center;
|
|
30678
|
+
margin-left: 4px;
|
|
30569
30679
|
}
|
|
30570
|
-
.
|
|
30571
|
-
|
|
30572
|
-
|
|
30680
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30681
|
+
content: var(--a1wfy30z-3);
|
|
30682
|
+
display: var(--a1wfy30z-4);
|
|
30683
|
+
flex: none;
|
|
30684
|
+
align-items: center;
|
|
30685
|
+
margin-right: 4px;
|
|
30686
|
+
cursor: auto;
|
|
30573
30687
|
}
|
|
30574
|
-
.
|
|
30688
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30575
30689
|
padding: 0;
|
|
30690
|
+
margin: 0;
|
|
30691
|
+
height: auto;
|
|
30692
|
+
font-size: inherit;
|
|
30576
30693
|
}
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
|
|
30581
|
-
|
|
30694
|
+
|
|
30695
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30696
|
+
padding: 4px 8px 0 8px;
|
|
30697
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30698
|
+
font-size: 12px;
|
|
30582
30699
|
}
|
|
30583
|
-
.
|
|
30584
|
-
|
|
30700
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30701
|
+
padding-bottom: 6px;
|
|
30585
30702
|
}
|
|
30586
|
-
.
|
|
30587
|
-
|
|
30703
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30704
|
+
padding-top: 4px;
|
|
30705
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30588
30706
|
}
|
|
30589
|
-
|
|
30590
|
-
|
|
30591
|
-
|
|
30707
|
+
|
|
30708
|
+
.E_iouxfgt {
|
|
30709
|
+
display: inline-flex;
|
|
30710
|
+
align-items: center;
|
|
30592
30711
|
}
|
|
30593
|
-
.
|
|
30594
|
-
|
|
30712
|
+
.E_iouxfgt .icon-inner {
|
|
30713
|
+
display: inline-flex;
|
|
30714
|
+
align-items: center;
|
|
30715
|
+
justify-content: center;
|
|
30595
30716
|
}
|
|
30596
|
-
.
|
|
30597
|
-
|
|
30717
|
+
.E_iouxfgt .icon-inner + span,
|
|
30718
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30719
|
+
margin-left: 4px;
|
|
30598
30720
|
}
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30721
|
+
.E_iouxfgt.is-rotate img,
|
|
30722
|
+
.E_iouxfgt.is-rotate svg {
|
|
30723
|
+
animation: rotate 680ms linear infinite;
|
|
30601
30724
|
}
|
|
30602
|
-
|
|
30603
|
-
|
|
30725
|
+
|
|
30726
|
+
.E_d1bw7c5z {
|
|
30727
|
+
position: relative;
|
|
30728
|
+
max-width: 388px;
|
|
30729
|
+
min-width: 285px;
|
|
30604
30730
|
}
|
|
30605
|
-
.
|
|
30606
|
-
|
|
30731
|
+
.E_d1bw7c5z .center {
|
|
30732
|
+
position: absolute;
|
|
30733
|
+
font-size: 12px;
|
|
30734
|
+
width: 80px;
|
|
30735
|
+
height: 100px;
|
|
30736
|
+
top: 0;
|
|
30737
|
+
left: 35px;
|
|
30607
30738
|
display: flex;
|
|
30608
30739
|
flex-direction: column;
|
|
30740
|
+
justify-content: center;
|
|
30741
|
+
align-items: center;
|
|
30742
|
+
color: #00122e;
|
|
30609
30743
|
}
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30744
|
+
.E_d1bw7c5z .center .number {
|
|
30745
|
+
font-size: 24px;
|
|
30746
|
+
font-weight: 700;
|
|
30612
30747
|
}
|
|
30613
|
-
|
|
30614
|
-
|
|
30615
|
-
|
|
30616
|
-
|
|
30617
|
-
|
|
30618
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30619
|
-
border: 1px solid #0080ff;
|
|
30620
|
-
padding: 0;
|
|
30621
|
-
}
|
|
30622
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30623
|
-
margin: 0;
|
|
30624
|
-
height: 32px;
|
|
30625
|
-
line-height: 32px;
|
|
30626
|
-
font-size: 13px;
|
|
30627
|
-
padding: 0 10px;
|
|
30628
|
-
display: block;
|
|
30629
|
-
overflow: hidden;
|
|
30630
|
-
text-overflow: ellipsis;
|
|
30631
|
-
white-space: nowrap;
|
|
30632
|
-
}
|
|
30633
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30634
|
-
content: " ";
|
|
30635
|
-
height: 1px;
|
|
30636
|
-
width: calc(100% + 10px);
|
|
30637
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30638
|
-
display: block;
|
|
30639
|
-
}
|
|
30640
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30641
|
-
color: #0080ff;
|
|
30642
|
-
background: transparent;
|
|
30643
|
-
}
|
|
30644
|
-
|
|
30645
|
-
.E_d1bw7c5z {
|
|
30646
|
-
position: relative;
|
|
30647
|
-
max-width: 388px;
|
|
30648
|
-
min-width: 285px;
|
|
30649
|
-
}
|
|
30650
|
-
.E_d1bw7c5z .center {
|
|
30651
|
-
position: absolute;
|
|
30652
|
-
font-size: 12px;
|
|
30653
|
-
width: 80px;
|
|
30654
|
-
height: 100px;
|
|
30655
|
-
top: 0;
|
|
30656
|
-
left: 35px;
|
|
30657
|
-
display: flex;
|
|
30658
|
-
flex-direction: column;
|
|
30659
|
-
justify-content: center;
|
|
30660
|
-
align-items: center;
|
|
30661
|
-
color: #00122e;
|
|
30662
|
-
}
|
|
30663
|
-
.E_d1bw7c5z .center .number {
|
|
30664
|
-
font-size: 24px;
|
|
30665
|
-
font-weight: 700;
|
|
30666
|
-
}
|
|
30667
|
-
.E_d1bw7c5z .center .text {
|
|
30668
|
-
padding: 0 5px;
|
|
30669
|
-
font-size: 12px;
|
|
30670
|
-
width: inherit;
|
|
30671
|
-
text-align: center;
|
|
30748
|
+
.E_d1bw7c5z .center .text {
|
|
30749
|
+
padding: 0 5px;
|
|
30750
|
+
font-size: 12px;
|
|
30751
|
+
width: inherit;
|
|
30752
|
+
text-align: center;
|
|
30672
30753
|
}
|
|
30673
30754
|
.E_d1bw7c5z .recharts-wrapper {
|
|
30674
30755
|
display: flex;
|
|
@@ -30725,50 +30806,119 @@ html body {
|
|
|
30725
30806
|
width: 102px;
|
|
30726
30807
|
}
|
|
30727
30808
|
|
|
30728
|
-
.
|
|
30729
|
-
|
|
30809
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30810
|
+
line-height: 18px;
|
|
30730
30811
|
}
|
|
30731
30812
|
|
|
30732
|
-
.
|
|
30733
|
-
|
|
30734
|
-
background-color: #fff;
|
|
30813
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30814
|
+
display: var(--ai7qkf2-0);
|
|
30735
30815
|
}
|
|
30736
|
-
.
|
|
30737
|
-
|
|
30738
|
-
|
|
30739
|
-
|
|
30740
|
-
|
|
30816
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30817
|
+
display: inline-flex;
|
|
30818
|
+
line-height: 1.5715;
|
|
30819
|
+
height: 100%;
|
|
30820
|
+
width: 100%;
|
|
30741
30821
|
}
|
|
30742
|
-
.
|
|
30743
|
-
|
|
30822
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30823
|
+
content: var(--ai7qkf2-1);
|
|
30824
|
+
display: var(--ai7qkf2-2);
|
|
30825
|
+
flex: none;
|
|
30826
|
+
align-items: center;
|
|
30827
|
+
margin-left: 4px;
|
|
30828
|
+
padding: 5px 12px 5px 0;
|
|
30829
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30744
30830
|
}
|
|
30745
|
-
.
|
|
30746
|
-
|
|
30831
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30832
|
+
content: var(--ai7qkf2-3);
|
|
30833
|
+
display: var(--ai7qkf2-4);
|
|
30834
|
+
flex: none;
|
|
30835
|
+
align-items: center;
|
|
30836
|
+
margin-right: 4px;
|
|
30837
|
+
cursor: auto;
|
|
30838
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30747
30839
|
}
|
|
30748
|
-
|
|
30749
|
-
|
|
30750
|
-
|
|
30751
|
-
|
|
30840
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30841
|
+
border-radius: 0;
|
|
30842
|
+
}
|
|
30843
|
+
.E_ai7qkf2.ant-input-number {
|
|
30844
|
+
width: 100%;
|
|
30845
|
+
border-radius: 6px;
|
|
30846
|
+
}
|
|
30847
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
30848
|
+
border-color: #0096ff;
|
|
30849
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30850
|
+
z-index: 1;
|
|
30851
|
+
}
|
|
30852
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
30853
|
+
border-color: #e75a3a;
|
|
30854
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30855
|
+
}
|
|
30856
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30857
|
+
height: 30px;
|
|
30858
|
+
border: 1px;
|
|
30859
|
+
padding: 5px 12px;
|
|
30860
|
+
font-size: inherit;
|
|
30861
|
+
}
|
|
30862
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30863
|
+
height: 38px;
|
|
30864
|
+
border: 1px;
|
|
30865
|
+
padding: 8px 16px;
|
|
30866
|
+
}
|
|
30867
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30868
|
+
height: 22px;
|
|
30869
|
+
border: 1px;
|
|
30870
|
+
padding: 2px 8px;
|
|
30752
30871
|
}
|
|
30753
30872
|
|
|
30754
|
-
.
|
|
30755
|
-
|
|
30873
|
+
.E_f7pxqmh {
|
|
30874
|
+
width: 100%;
|
|
30875
|
+
margin-bottom: 0 !important;
|
|
30876
|
+
flex-flow: nowrap !important;
|
|
30877
|
+
line-break: auto;
|
|
30878
|
+
}
|
|
30879
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30880
|
+
text-align: left !important;
|
|
30881
|
+
padding-bottom: 0 !important;
|
|
30882
|
+
}
|
|
30883
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30884
|
+
min-height: 32px;
|
|
30885
|
+
height: auto;
|
|
30886
|
+
font-size: 13px;
|
|
30756
30887
|
color: rgba(44, 56, 82, 0.6);
|
|
30888
|
+
white-space: normal;
|
|
30889
|
+
}
|
|
30890
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30891
|
+
border-color: #ff4d4f !important;
|
|
30892
|
+
}
|
|
30893
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30894
|
+
margin-top: 4px;
|
|
30757
30895
|
font-size: 12px;
|
|
30896
|
+
min-height: 0px;
|
|
30758
30897
|
}
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30898
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30899
|
+
font-size: 12px;
|
|
30900
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30901
|
+
min-height: 0px;
|
|
30761
30902
|
}
|
|
30762
|
-
|
|
30763
|
-
|
|
30764
|
-
|
|
30903
|
+
|
|
30904
|
+
.E_i1inqkme {
|
|
30905
|
+
height: 18px;
|
|
30906
|
+
line-height: 18px;
|
|
30907
|
+
padding: 0 4px;
|
|
30908
|
+
border-radius: 4px;
|
|
30909
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30910
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30911
|
+
display: flex;
|
|
30912
|
+
align-items: center;
|
|
30913
|
+
white-space: nowrap;
|
|
30914
|
+
margin-right: 4px;
|
|
30765
30915
|
}
|
|
30766
30916
|
|
|
30767
|
-
.
|
|
30768
|
-
|
|
30917
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30918
|
+
margin-left: 8px;
|
|
30769
30919
|
}
|
|
30770
|
-
.
|
|
30771
|
-
padding:
|
|
30920
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30921
|
+
padding: 2px 7px 2px 12px;
|
|
30772
30922
|
}
|
|
30773
30923
|
|
|
30774
30924
|
.E_phljevk {
|
|
@@ -30828,8 +30978,70 @@ html body {
|
|
|
30828
30978
|
line-height: 18px;
|
|
30829
30979
|
}
|
|
30830
30980
|
|
|
30831
|
-
.
|
|
30832
|
-
|
|
30981
|
+
.E_owd0kml {
|
|
30982
|
+
display: inline-block;
|
|
30983
|
+
}
|
|
30984
|
+
|
|
30985
|
+
.E_h1jsgezc {
|
|
30986
|
+
visibility: hidden;
|
|
30987
|
+
position: absolute;
|
|
30988
|
+
}
|
|
30989
|
+
|
|
30990
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30991
|
+
border-radius: 6px;
|
|
30992
|
+
}
|
|
30993
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
30994
|
+
width: 100%;
|
|
30995
|
+
color: #2d3a56;
|
|
30996
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
30997
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30998
|
+
font-size: 13px;
|
|
30999
|
+
}
|
|
31000
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31001
|
+
height: 30px;
|
|
31002
|
+
}
|
|
31003
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31004
|
+
height: 38px;
|
|
31005
|
+
font-size: 13px;
|
|
31006
|
+
}
|
|
31007
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31008
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31009
|
+
transition: 160ms ease;
|
|
31010
|
+
}
|
|
31011
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31012
|
+
color: #0080ff;
|
|
31013
|
+
}
|
|
31014
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31015
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31016
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31017
|
+
}
|
|
31018
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31019
|
+
color: #0080ff;
|
|
31020
|
+
}
|
|
31021
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31022
|
+
border-color: #0080ff;
|
|
31023
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31024
|
+
}
|
|
31025
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31026
|
+
transform: rotate(180deg);
|
|
31027
|
+
}
|
|
31028
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31029
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31030
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31031
|
+
cursor: "not-allowed";
|
|
31032
|
+
}
|
|
31033
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31034
|
+
border-color: #f0483e !important;
|
|
31035
|
+
}
|
|
31036
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31037
|
+
color: #1d326c;
|
|
31038
|
+
}
|
|
31039
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31040
|
+
border-color: #0080ff;
|
|
31041
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31042
|
+
}
|
|
31043
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31044
|
+
transform: rotate(180deg);
|
|
30833
31045
|
}
|
|
30834
31046
|
|
|
30835
31047
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30988,63 +31200,6 @@ html body {
|
|
|
30988
31200
|
color: rgba(44, 56, 82, 0.6);
|
|
30989
31201
|
}
|
|
30990
31202
|
|
|
30991
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30992
|
-
border-radius: 6px;
|
|
30993
|
-
}
|
|
30994
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
30995
|
-
width: 100%;
|
|
30996
|
-
color: #2d3a56;
|
|
30997
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
30998
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30999
|
-
font-size: 13px;
|
|
31000
|
-
}
|
|
31001
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31002
|
-
height: 30px;
|
|
31003
|
-
}
|
|
31004
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31005
|
-
height: 38px;
|
|
31006
|
-
font-size: 13px;
|
|
31007
|
-
}
|
|
31008
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31009
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31010
|
-
transition: 160ms ease;
|
|
31011
|
-
}
|
|
31012
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31013
|
-
color: #0080ff;
|
|
31014
|
-
}
|
|
31015
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31016
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31017
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31018
|
-
}
|
|
31019
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31020
|
-
color: #0080ff;
|
|
31021
|
-
}
|
|
31022
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31023
|
-
border-color: #0080ff;
|
|
31024
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31025
|
-
}
|
|
31026
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31027
|
-
transform: rotate(180deg);
|
|
31028
|
-
}
|
|
31029
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31030
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31031
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31032
|
-
cursor: "not-allowed";
|
|
31033
|
-
}
|
|
31034
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31035
|
-
border-color: #f0483e !important;
|
|
31036
|
-
}
|
|
31037
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31038
|
-
color: #1d326c;
|
|
31039
|
-
}
|
|
31040
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31041
|
-
border-color: #0080ff;
|
|
31042
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31043
|
-
}
|
|
31044
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31045
|
-
transform: rotate(180deg);
|
|
31046
|
-
}
|
|
31047
|
-
|
|
31048
31203
|
.E_c1bus5hc {
|
|
31049
31204
|
--color: white;
|
|
31050
31205
|
height: 14px;
|
|
@@ -31089,73 +31244,6 @@ html body {
|
|
|
31089
31244
|
margin-right: 4px;
|
|
31090
31245
|
}
|
|
31091
31246
|
|
|
31092
|
-
.E_s1dizucg.ant-switch {
|
|
31093
|
-
min-width: 40px;
|
|
31094
|
-
height: 24px;
|
|
31095
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31096
|
-
overflow: hidden;
|
|
31097
|
-
}
|
|
31098
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31099
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31100
|
-
}
|
|
31101
|
-
.E_s1dizucg.ant-switch-small {
|
|
31102
|
-
min-width: 26px;
|
|
31103
|
-
height: 16px;
|
|
31104
|
-
}
|
|
31105
|
-
.E_s1dizucg.ant-switch-large {
|
|
31106
|
-
min-width: 52px;
|
|
31107
|
-
height: 32px;
|
|
31108
|
-
}
|
|
31109
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31110
|
-
height: 20px;
|
|
31111
|
-
width: 20px;
|
|
31112
|
-
}
|
|
31113
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31114
|
-
border-radius: 10px;
|
|
31115
|
-
transition-delay: 120ms;
|
|
31116
|
-
}
|
|
31117
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31118
|
-
height: 14px;
|
|
31119
|
-
width: 14px;
|
|
31120
|
-
top: 1px;
|
|
31121
|
-
left: 1px;
|
|
31122
|
-
}
|
|
31123
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31124
|
-
height: 28px;
|
|
31125
|
-
width: 28px;
|
|
31126
|
-
}
|
|
31127
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31128
|
-
border-radius: 14px;
|
|
31129
|
-
}
|
|
31130
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31131
|
-
background-color: #00ba5d;
|
|
31132
|
-
}
|
|
31133
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31134
|
-
left: calc(100% - 20px - 2px);
|
|
31135
|
-
}
|
|
31136
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31137
|
-
left: calc(100% - 14px - 1px);
|
|
31138
|
-
}
|
|
31139
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31140
|
-
left: calc(100% - 28px - 2px);
|
|
31141
|
-
}
|
|
31142
|
-
|
|
31143
|
-
.E_c1up6e3y {
|
|
31144
|
-
margin-left: 5px;
|
|
31145
|
-
}
|
|
31146
|
-
|
|
31147
|
-
.E_iq1gosr {
|
|
31148
|
-
display: inline-block;
|
|
31149
|
-
}
|
|
31150
|
-
|
|
31151
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31152
|
-
display: none;
|
|
31153
|
-
}
|
|
31154
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31155
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31156
|
-
border-radius: 4px;
|
|
31157
|
-
}
|
|
31158
|
-
|
|
31159
31247
|
.E_s1sck0th {
|
|
31160
31248
|
padding: 0 8px;
|
|
31161
31249
|
border-radius: 4px;
|
|
@@ -31238,351 +31326,720 @@ html body {
|
|
|
31238
31326
|
background-color: #7E41FF;
|
|
31239
31327
|
}
|
|
31240
31328
|
|
|
31241
|
-
.
|
|
31242
|
-
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
|
|
31246
|
-
|
|
31247
|
-
|
|
31248
|
-
|
|
31249
|
-
height:
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
margin-top: 8px;
|
|
31253
|
-
}
|
|
31254
|
-
|
|
31255
|
-
.E_o1ugr09p {
|
|
31256
|
-
display: flex;
|
|
31257
|
-
flex-direction: column;
|
|
31258
|
-
margin: 1px 8px;
|
|
31259
|
-
padding: 8px;
|
|
31260
|
-
border-radius: 4px;
|
|
31261
|
-
}
|
|
31262
|
-
.E_o1ugr09p .selected-icon {
|
|
31263
|
-
display: none;
|
|
31264
|
-
}
|
|
31265
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31266
|
-
padding-left: 8px;
|
|
31267
|
-
}
|
|
31268
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31269
|
-
background-color: white;
|
|
31270
|
-
}
|
|
31271
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31272
|
-
color: #0080ff;
|
|
31273
|
-
}
|
|
31274
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31275
|
-
display: block;
|
|
31329
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31330
|
+
display: inline-flex;
|
|
31331
|
+
align-items: center;
|
|
31332
|
+
justify-content: center;
|
|
31333
|
+
color: #fff;
|
|
31334
|
+
font-weight: bold;
|
|
31335
|
+
font-size: 12px;
|
|
31336
|
+
width: 24px;
|
|
31337
|
+
height: 24px;
|
|
31338
|
+
border-radius: 50%;
|
|
31339
|
+
background: linear-gradient(180deg, rgba(0, 136, 255, 0.2) 0%, rgba(0, 136, 255, 0.6) 100%);
|
|
31276
31340
|
}
|
|
31277
|
-
.
|
|
31278
|
-
|
|
31341
|
+
.E_a1b5xrg3.btn-item {
|
|
31342
|
+
transition: all 160ms ease;
|
|
31343
|
+
cursor: pointer;
|
|
31344
|
+
width: 56px;
|
|
31345
|
+
height: 40px;
|
|
31346
|
+
display: inline-flex;
|
|
31347
|
+
align-items: center;
|
|
31348
|
+
justify-content: center;
|
|
31349
|
+
border-radius: 6px;
|
|
31279
31350
|
}
|
|
31280
|
-
.
|
|
31281
|
-
|
|
31351
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31352
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31282
31353
|
}
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31285
|
-
|
|
31354
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31355
|
+
transform: translateY(2px);
|
|
31356
|
+
transition: all 320ms ease;
|
|
31286
31357
|
}
|
|
31287
31358
|
|
|
31288
|
-
.
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
|
|
31294
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31295
|
-
color: #2d3a56;
|
|
31296
|
-
overflow: hidden;
|
|
31297
|
-
text-overflow: ellipsis;
|
|
31359
|
+
.E_dsnbhzf {
|
|
31360
|
+
font-family: Inter;
|
|
31361
|
+
font-style: normal;
|
|
31362
|
+
font-weight: bold;
|
|
31363
|
+
font-size: 32px;
|
|
31364
|
+
line-height: 40px;
|
|
31298
31365
|
}
|
|
31299
31366
|
|
|
31300
|
-
.
|
|
31301
|
-
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
|
|
31305
|
-
line-height:
|
|
31306
|
-
margin-top: 2px;
|
|
31367
|
+
.E_d1mvo22k {
|
|
31368
|
+
font-family: Inter;
|
|
31369
|
+
font-style: normal;
|
|
31370
|
+
font-weight: bold;
|
|
31371
|
+
font-size: 24px;
|
|
31372
|
+
line-height: 32px;
|
|
31307
31373
|
}
|
|
31308
31374
|
|
|
31309
|
-
.
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
|
|
31375
|
+
.E_d1b444tr {
|
|
31376
|
+
font-family: Inter;
|
|
31377
|
+
font-style: normal;
|
|
31378
|
+
font-weight: normal;
|
|
31379
|
+
font-size: 32px;
|
|
31380
|
+
line-height: 40px;
|
|
31313
31381
|
}
|
|
31314
31382
|
|
|
31315
|
-
.
|
|
31316
|
-
|
|
31317
|
-
|
|
31318
|
-
|
|
31319
|
-
|
|
31383
|
+
.E_dvs0kue {
|
|
31384
|
+
font-family: Inter;
|
|
31385
|
+
font-style: normal;
|
|
31386
|
+
font-weight: bold;
|
|
31387
|
+
font-size: 20px;
|
|
31388
|
+
line-height: 24px;
|
|
31320
31389
|
}
|
|
31321
31390
|
|
|
31322
|
-
.
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
|
|
31326
|
-
|
|
31327
|
-
|
|
31328
|
-
justify-content: center;
|
|
31329
|
-
align-items: center;
|
|
31391
|
+
.E_d1hcbfcq {
|
|
31392
|
+
font-family: Inter;
|
|
31393
|
+
font-style: normal;
|
|
31394
|
+
font-weight: normal;
|
|
31395
|
+
font-size: 20px;
|
|
31396
|
+
line-height: 24px;
|
|
31330
31397
|
}
|
|
31331
|
-
|
|
31332
|
-
|
|
31333
|
-
|
|
31398
|
+
|
|
31399
|
+
.E_d1cz922v {
|
|
31400
|
+
font-family: Inter;
|
|
31401
|
+
font-style: normal;
|
|
31402
|
+
font-weight: bold;
|
|
31334
31403
|
font-size: 18px;
|
|
31404
|
+
line-height: 22px;
|
|
31335
31405
|
}
|
|
31336
31406
|
|
|
31337
|
-
.
|
|
31338
|
-
|
|
31339
|
-
|
|
31340
|
-
|
|
31341
|
-
|
|
31342
|
-
|
|
31343
|
-
position: absolute;
|
|
31407
|
+
.E_d3nzbrm {
|
|
31408
|
+
font-family: Inter;
|
|
31409
|
+
font-style: normal;
|
|
31410
|
+
font-weight: normal;
|
|
31411
|
+
font-size: 18px;
|
|
31412
|
+
line-height: 22px;
|
|
31344
31413
|
}
|
|
31345
31414
|
|
|
31346
|
-
.
|
|
31347
|
-
|
|
31348
|
-
|
|
31349
|
-
|
|
31350
|
-
|
|
31415
|
+
.E_h1g0p5ob {
|
|
31416
|
+
font-family: Inter;
|
|
31417
|
+
font-style: normal;
|
|
31418
|
+
font-weight: bold;
|
|
31419
|
+
font-size: 16px;
|
|
31420
|
+
line-height: 22px;
|
|
31351
31421
|
}
|
|
31352
|
-
|
|
31353
|
-
|
|
31354
|
-
|
|
31422
|
+
|
|
31423
|
+
.E_hydo2ej {
|
|
31424
|
+
font-family: Inter;
|
|
31425
|
+
font-style: normal;
|
|
31426
|
+
font-weight: normal;
|
|
31427
|
+
font-size: 16px;
|
|
31428
|
+
line-height: 22px;
|
|
31355
31429
|
}
|
|
31356
|
-
|
|
31357
|
-
|
|
31358
|
-
|
|
31359
|
-
font-
|
|
31360
|
-
|
|
31361
|
-
|
|
31430
|
+
|
|
31431
|
+
.E_h1hbuq0r {
|
|
31432
|
+
font-family: Inter;
|
|
31433
|
+
font-style: normal;
|
|
31434
|
+
font-weight: bold;
|
|
31435
|
+
font-size: 14px;
|
|
31436
|
+
line-height: 20px;
|
|
31362
31437
|
}
|
|
31363
|
-
|
|
31364
|
-
|
|
31438
|
+
|
|
31439
|
+
.E_h13bondg {
|
|
31440
|
+
font-family: Inter;
|
|
31441
|
+
font-style: normal;
|
|
31442
|
+
font-weight: normal;
|
|
31443
|
+
font-size: 14px;
|
|
31444
|
+
line-height: 20px;
|
|
31365
31445
|
}
|
|
31366
|
-
|
|
31367
|
-
|
|
31446
|
+
|
|
31447
|
+
.E_h1mhvdlx {
|
|
31448
|
+
font-family: Inter;
|
|
31449
|
+
font-style: normal;
|
|
31450
|
+
font-weight: bold;
|
|
31368
31451
|
font-size: 12px;
|
|
31369
|
-
|
|
31452
|
+
line-height: 18px;
|
|
31370
31453
|
}
|
|
31371
|
-
|
|
31454
|
+
|
|
31455
|
+
.E_h1inmfq6 {
|
|
31456
|
+
font-family: Inter;
|
|
31457
|
+
font-style: normal;
|
|
31458
|
+
font-weight: normal;
|
|
31372
31459
|
font-size: 12px;
|
|
31373
|
-
|
|
31374
|
-
min-height: 0px;
|
|
31460
|
+
line-height: 18px;
|
|
31375
31461
|
}
|
|
31376
31462
|
|
|
31377
|
-
.
|
|
31378
|
-
|
|
31379
|
-
|
|
31463
|
+
.E_h1kfc0la {
|
|
31464
|
+
font-family: Inter;
|
|
31465
|
+
font-style: normal;
|
|
31466
|
+
font-weight: bold;
|
|
31467
|
+
text-transform: uppercase;
|
|
31468
|
+
font-feature-settings: "cpsp" on;
|
|
31469
|
+
font-size: 12px;
|
|
31470
|
+
line-height: 18px;
|
|
31380
31471
|
}
|
|
31381
31472
|
|
|
31382
|
-
.
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
|
|
31386
|
-
|
|
31473
|
+
.E_h10xnyuu {
|
|
31474
|
+
font-family: Inter;
|
|
31475
|
+
font-style: normal;
|
|
31476
|
+
font-weight: normal;
|
|
31477
|
+
text-transform: uppercase;
|
|
31478
|
+
font-feature-settings: "cpsp" on;
|
|
31479
|
+
font-size: 12px;
|
|
31480
|
+
line-height: 18px;
|
|
31387
31481
|
}
|
|
31388
31482
|
|
|
31389
|
-
.
|
|
31390
|
-
|
|
31391
|
-
|
|
31392
|
-
|
|
31393
|
-
|
|
31483
|
+
.E_lrcmi0v {
|
|
31484
|
+
font-family: Inter;
|
|
31485
|
+
font-style: normal;
|
|
31486
|
+
font-weight: normal;
|
|
31487
|
+
font-size: 16px;
|
|
31488
|
+
line-height: 24px;
|
|
31394
31489
|
}
|
|
31395
|
-
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31398
|
-
|
|
31399
|
-
|
|
31490
|
+
|
|
31491
|
+
.E_lzt43lp {
|
|
31492
|
+
font-family: Inter;
|
|
31493
|
+
font-style: normal;
|
|
31494
|
+
font-weight: bold;
|
|
31495
|
+
font-size: 16px;
|
|
31496
|
+
line-height: 24px;
|
|
31400
31497
|
}
|
|
31401
|
-
|
|
31402
|
-
|
|
31403
|
-
|
|
31404
|
-
|
|
31498
|
+
|
|
31499
|
+
.E_l5yc9nt {
|
|
31500
|
+
font-family: Inter;
|
|
31501
|
+
font-style: normal;
|
|
31502
|
+
font-weight: normal;
|
|
31503
|
+
font-size: 16px;
|
|
31504
|
+
line-height: 24px;
|
|
31405
31505
|
}
|
|
31406
|
-
|
|
31407
|
-
|
|
31506
|
+
|
|
31507
|
+
.E_l1fbkbzo {
|
|
31508
|
+
font-family: Inter;
|
|
31509
|
+
font-style: normal;
|
|
31510
|
+
font-weight: bold;
|
|
31511
|
+
font-size: 16px;
|
|
31512
|
+
line-height: 24px;
|
|
31408
31513
|
}
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
|
|
31412
|
-
|
|
31413
|
-
|
|
31514
|
+
|
|
31515
|
+
.E_lahvcax {
|
|
31516
|
+
font-family: Inter;
|
|
31517
|
+
font-style: normal;
|
|
31518
|
+
font-weight: normal;
|
|
31519
|
+
text-transform: uppercase;
|
|
31520
|
+
font-feature-settings: "cpsp" on;
|
|
31521
|
+
font-size: 16px;
|
|
31522
|
+
line-height: 24px;
|
|
31414
31523
|
}
|
|
31415
|
-
|
|
31416
|
-
|
|
31524
|
+
|
|
31525
|
+
.E_l11q3pxd {
|
|
31526
|
+
font-family: Inter;
|
|
31527
|
+
font-style: normal;
|
|
31528
|
+
font-weight: bold;
|
|
31529
|
+
text-transform: uppercase;
|
|
31530
|
+
font-feature-settings: "cpsp" on;
|
|
31531
|
+
font-size: 16px;
|
|
31532
|
+
line-height: 24px;
|
|
31417
31533
|
}
|
|
31418
|
-
|
|
31419
|
-
|
|
31534
|
+
|
|
31535
|
+
.E_lfuc2qu {
|
|
31536
|
+
font-family: Inter;
|
|
31537
|
+
font-style: normal;
|
|
31538
|
+
font-weight: normal;
|
|
31539
|
+
font-size: 14px;
|
|
31540
|
+
line-height: 22px;
|
|
31420
31541
|
}
|
|
31421
31542
|
|
|
31422
|
-
.
|
|
31423
|
-
|
|
31424
|
-
|
|
31425
|
-
|
|
31543
|
+
.E_l1jmp8r0 {
|
|
31544
|
+
font-family: Inter;
|
|
31545
|
+
font-style: normal;
|
|
31546
|
+
font-weight: 500;
|
|
31547
|
+
font-size: 14px;
|
|
31548
|
+
line-height: 22px;
|
|
31426
31549
|
}
|
|
31427
|
-
|
|
31428
|
-
|
|
31550
|
+
|
|
31551
|
+
.E_lcnm221 {
|
|
31552
|
+
font-family: Inter;
|
|
31553
|
+
font-style: normal;
|
|
31554
|
+
font-weight: bold;
|
|
31555
|
+
font-size: 14px;
|
|
31556
|
+
line-height: 22px;
|
|
31429
31557
|
}
|
|
31430
|
-
|
|
31431
|
-
|
|
31432
|
-
|
|
31433
|
-
|
|
31434
|
-
|
|
31435
|
-
|
|
31558
|
+
|
|
31559
|
+
.E_lu1z2n5 {
|
|
31560
|
+
font-family: Inter;
|
|
31561
|
+
font-style: normal;
|
|
31562
|
+
font-weight: normal;
|
|
31563
|
+
font-size: 14px;
|
|
31564
|
+
line-height: 22px;
|
|
31436
31565
|
}
|
|
31437
|
-
|
|
31438
|
-
|
|
31566
|
+
|
|
31567
|
+
.E_l1r59djn {
|
|
31568
|
+
font-family: Inter;
|
|
31569
|
+
font-style: normal;
|
|
31570
|
+
font-weight: bold;
|
|
31571
|
+
font-size: 14px;
|
|
31572
|
+
line-height: 22px;
|
|
31439
31573
|
}
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31574
|
+
|
|
31575
|
+
.E_ljm2911 {
|
|
31576
|
+
font-family: Inter;
|
|
31577
|
+
font-style: normal;
|
|
31578
|
+
font-weight: normal;
|
|
31579
|
+
text-transform: uppercase;
|
|
31580
|
+
font-feature-settings: "cpsp" on;
|
|
31581
|
+
font-size: 14px;
|
|
31582
|
+
line-height: 22px;
|
|
31443
31583
|
}
|
|
31444
|
-
|
|
31445
|
-
|
|
31446
|
-
|
|
31584
|
+
|
|
31585
|
+
.E_l124mzmr {
|
|
31586
|
+
font-family: Inter;
|
|
31587
|
+
font-style: normal;
|
|
31588
|
+
font-weight: bold;
|
|
31589
|
+
text-transform: uppercase;
|
|
31590
|
+
font-feature-settings: "cpsp" on;
|
|
31591
|
+
font-size: 14px;
|
|
31592
|
+
line-height: 22px;
|
|
31447
31593
|
}
|
|
31448
31594
|
|
|
31449
|
-
.
|
|
31450
|
-
|
|
31451
|
-
|
|
31452
|
-
|
|
31595
|
+
.E_lb3chel {
|
|
31596
|
+
font-family: Inter;
|
|
31597
|
+
font-style: normal;
|
|
31598
|
+
font-weight: normal;
|
|
31599
|
+
font-size: 13px;
|
|
31600
|
+
line-height: 20px;
|
|
31453
31601
|
}
|
|
31454
|
-
|
|
31455
|
-
|
|
31602
|
+
|
|
31603
|
+
.E_lv9jstu {
|
|
31604
|
+
font-family: Inter;
|
|
31605
|
+
font-style: normal;
|
|
31606
|
+
font-weight: 600;
|
|
31607
|
+
font-size: 13px;
|
|
31608
|
+
line-height: 20px;
|
|
31456
31609
|
}
|
|
31457
|
-
|
|
31458
|
-
|
|
31459
|
-
|
|
31460
|
-
|
|
31461
|
-
|
|
31462
|
-
|
|
31463
|
-
|
|
31464
|
-
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31465
|
-
margin-bottom: 40px;
|
|
31610
|
+
|
|
31611
|
+
.E_lwqlh3x {
|
|
31612
|
+
font-family: Inter;
|
|
31613
|
+
font-style: normal;
|
|
31614
|
+
font-weight: bold;
|
|
31615
|
+
font-size: 13px;
|
|
31616
|
+
line-height: 20px;
|
|
31466
31617
|
}
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
|
|
31618
|
+
|
|
31619
|
+
.E_lalum9y {
|
|
31620
|
+
font-family: Inter;
|
|
31621
|
+
font-style: normal;
|
|
31622
|
+
font-weight: normal;
|
|
31623
|
+
font-size: 13px;
|
|
31624
|
+
line-height: 20px;
|
|
31470
31625
|
}
|
|
31471
|
-
|
|
31472
|
-
|
|
31473
|
-
|
|
31626
|
+
|
|
31627
|
+
.E_l1t6dj5o {
|
|
31628
|
+
font-family: Inter;
|
|
31629
|
+
font-style: normal;
|
|
31630
|
+
font-weight: 600;
|
|
31631
|
+
font-size: 13px;
|
|
31632
|
+
line-height: 20px;
|
|
31474
31633
|
}
|
|
31475
31634
|
|
|
31476
|
-
.
|
|
31477
|
-
|
|
31635
|
+
.E_l12f6ic {
|
|
31636
|
+
font-family: Inter;
|
|
31637
|
+
font-style: normal;
|
|
31638
|
+
font-weight: bold;
|
|
31639
|
+
font-size: 13px;
|
|
31640
|
+
line-height: 20px;
|
|
31478
31641
|
}
|
|
31479
|
-
|
|
31642
|
+
|
|
31643
|
+
.E_l7gmukq {
|
|
31644
|
+
font-family: Inter;
|
|
31645
|
+
font-style: normal;
|
|
31646
|
+
font-weight: normal;
|
|
31647
|
+
text-transform: uppercase;
|
|
31648
|
+
font-feature-settings: "cpsp" on;
|
|
31480
31649
|
font-size: 13px;
|
|
31481
31650
|
line-height: 20px;
|
|
31482
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31483
31651
|
}
|
|
31484
|
-
|
|
31485
|
-
|
|
31652
|
+
|
|
31653
|
+
.E_lkwl0yp {
|
|
31654
|
+
font-family: Inter;
|
|
31655
|
+
font-style: normal;
|
|
31656
|
+
font-weight: bold;
|
|
31657
|
+
text-transform: uppercase;
|
|
31658
|
+
font-feature-settings: "cpsp" on;
|
|
31659
|
+
font-size: 13px;
|
|
31486
31660
|
line-height: 20px;
|
|
31487
|
-
color: #2d3a56;
|
|
31488
|
-
margin-bottom: 12px;
|
|
31489
31661
|
}
|
|
31490
|
-
|
|
31491
|
-
|
|
31662
|
+
|
|
31663
|
+
.E_l10knv48 {
|
|
31664
|
+
font-family: Inter;
|
|
31665
|
+
font-style: normal;
|
|
31666
|
+
font-weight: normal;
|
|
31667
|
+
font-size: 12px;
|
|
31668
|
+
line-height: 18px;
|
|
31492
31669
|
}
|
|
31493
31670
|
|
|
31494
|
-
.
|
|
31495
|
-
|
|
31496
|
-
|
|
31497
|
-
|
|
31671
|
+
.E_l6526ld {
|
|
31672
|
+
font-family: Inter;
|
|
31673
|
+
font-style: normal;
|
|
31674
|
+
font-weight: 500;
|
|
31675
|
+
font-size: 12px;
|
|
31676
|
+
line-height: 18px;
|
|
31498
31677
|
}
|
|
31499
31678
|
|
|
31500
|
-
.
|
|
31501
|
-
|
|
31502
|
-
|
|
31503
|
-
|
|
31679
|
+
.E_l1j81vli {
|
|
31680
|
+
font-family: Inter;
|
|
31681
|
+
font-style: normal;
|
|
31682
|
+
font-weight: bold;
|
|
31683
|
+
font-size: 12px;
|
|
31684
|
+
line-height: 18px;
|
|
31504
31685
|
}
|
|
31505
|
-
|
|
31506
|
-
|
|
31686
|
+
|
|
31687
|
+
.E_l1x7n1mk {
|
|
31688
|
+
font-family: Inter;
|
|
31689
|
+
font-style: normal;
|
|
31690
|
+
font-weight: normal;
|
|
31691
|
+
font-size: 12px;
|
|
31692
|
+
line-height: 18px;
|
|
31507
31693
|
}
|
|
31508
|
-
|
|
31509
|
-
|
|
31694
|
+
|
|
31695
|
+
.E_l9fqufz {
|
|
31696
|
+
font-family: Inter;
|
|
31697
|
+
font-style: normal;
|
|
31698
|
+
font-weight: 500;
|
|
31699
|
+
font-size: 12px;
|
|
31700
|
+
line-height: 18px;
|
|
31510
31701
|
}
|
|
31511
|
-
|
|
31512
|
-
|
|
31702
|
+
|
|
31703
|
+
.E_l1iwnybd {
|
|
31704
|
+
font-family: Inter;
|
|
31705
|
+
font-style: normal;
|
|
31706
|
+
font-weight: bold;
|
|
31707
|
+
font-size: 12px;
|
|
31708
|
+
line-height: 18px;
|
|
31513
31709
|
}
|
|
31514
31710
|
|
|
31515
|
-
.
|
|
31516
|
-
|
|
31517
|
-
|
|
31711
|
+
.E_lprtm1e {
|
|
31712
|
+
font-family: Inter;
|
|
31713
|
+
font-style: normal;
|
|
31714
|
+
font-weight: normal;
|
|
31715
|
+
text-transform: uppercase;
|
|
31716
|
+
font-feature-settings: "cpsp" on;
|
|
31717
|
+
font-size: 12px;
|
|
31718
|
+
line-height: 18px;
|
|
31518
31719
|
}
|
|
31519
31720
|
|
|
31520
|
-
.
|
|
31521
|
-
|
|
31522
|
-
|
|
31523
|
-
|
|
31524
|
-
|
|
31721
|
+
.E_l1lln87h {
|
|
31722
|
+
font-family: Inter;
|
|
31723
|
+
font-style: normal;
|
|
31724
|
+
font-weight: bold;
|
|
31725
|
+
text-transform: uppercase;
|
|
31726
|
+
font-feature-settings: "cpsp" on;
|
|
31727
|
+
font-size: 12px;
|
|
31728
|
+
line-height: 18px;
|
|
31525
31729
|
}
|
|
31526
31730
|
|
|
31527
|
-
.
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
|
|
31531
|
-
|
|
31731
|
+
.E_f2pb48l {
|
|
31732
|
+
font-family: Inter;
|
|
31733
|
+
font-style: normal;
|
|
31734
|
+
font-weight: normal;
|
|
31735
|
+
font-size: 13px;
|
|
31736
|
+
line-height: 20px;
|
|
31532
31737
|
}
|
|
31533
31738
|
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31536
|
-
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
|
|
31540
|
-
border-radius: 50%;
|
|
31541
|
-
margin: 0 4px;
|
|
31739
|
+
.E_fi9emkw {
|
|
31740
|
+
font-family: Inter;
|
|
31741
|
+
font-style: normal;
|
|
31742
|
+
font-weight: normal;
|
|
31743
|
+
font-size: 13px;
|
|
31744
|
+
line-height: 20px;
|
|
31542
31745
|
}
|
|
31543
31746
|
|
|
31544
|
-
.
|
|
31545
|
-
|
|
31546
|
-
|
|
31547
|
-
|
|
31747
|
+
.E_f1nrg7da {
|
|
31748
|
+
font-family: Inter;
|
|
31749
|
+
font-style: normal;
|
|
31750
|
+
font-weight: normal;
|
|
31751
|
+
font-size: 12px;
|
|
31752
|
+
line-height: 18px;
|
|
31548
31753
|
}
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
|
|
31754
|
+
|
|
31755
|
+
.E_f17k1i3n {
|
|
31756
|
+
font-family: Inter;
|
|
31757
|
+
font-style: normal;
|
|
31758
|
+
font-weight: normal;
|
|
31759
|
+
font-size: 12px;
|
|
31760
|
+
line-height: 18px;
|
|
31552
31761
|
}
|
|
31553
|
-
|
|
31554
|
-
|
|
31762
|
+
|
|
31763
|
+
.E_t1tvuj2e {
|
|
31764
|
+
font-family: Inter;
|
|
31765
|
+
font-style: normal;
|
|
31766
|
+
font-weight: normal;
|
|
31767
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31768
|
+
font-size: 13px;
|
|
31769
|
+
line-height: 20px;
|
|
31555
31770
|
}
|
|
31556
|
-
|
|
31557
|
-
|
|
31771
|
+
|
|
31772
|
+
.E_t17uajlu {
|
|
31773
|
+
font-family: Inter;
|
|
31774
|
+
font-style: normal;
|
|
31775
|
+
font-weight: normal;
|
|
31776
|
+
font-feature-settings: "zero" on;
|
|
31777
|
+
font-size: 13px;
|
|
31778
|
+
line-height: 20px;
|
|
31558
31779
|
}
|
|
31559
|
-
|
|
31560
|
-
|
|
31780
|
+
|
|
31781
|
+
.E_t114zbyz {
|
|
31782
|
+
font-family: Inter;
|
|
31783
|
+
font-style: normal;
|
|
31784
|
+
font-weight: normal;
|
|
31785
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31786
|
+
font-size: 12px;
|
|
31787
|
+
line-height: 18px;
|
|
31561
31788
|
}
|
|
31562
31789
|
|
|
31563
|
-
.
|
|
31790
|
+
.E_t1il0kvi {
|
|
31791
|
+
font-family: Inter;
|
|
31792
|
+
font-style: normal;
|
|
31793
|
+
font-weight: 500;
|
|
31794
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31564
31795
|
font-size: 12px;
|
|
31565
31796
|
line-height: 18px;
|
|
31566
|
-
font-weight: bold;
|
|
31567
|
-
color: #fff;
|
|
31568
|
-
padding: 0 4px;
|
|
31569
|
-
border-radius: 4px;
|
|
31570
|
-
display: inline-block;
|
|
31571
|
-
background: var(--t1wwio3v-0);
|
|
31572
31797
|
}
|
|
31573
|
-
|
|
31574
|
-
|
|
31798
|
+
|
|
31799
|
+
.E_t10dv8p1 {
|
|
31800
|
+
font-family: Inter;
|
|
31801
|
+
font-style: normal;
|
|
31802
|
+
font-weight: normal;
|
|
31803
|
+
font-feature-settings: "zero" on;
|
|
31804
|
+
font-size: 12px;
|
|
31805
|
+
line-height: 18px;
|
|
31575
31806
|
}
|
|
31576
31807
|
|
|
31577
|
-
.
|
|
31578
|
-
|
|
31579
|
-
|
|
31580
|
-
|
|
31581
|
-
|
|
31582
|
-
|
|
31808
|
+
.E_tc2oqpq {
|
|
31809
|
+
font-family: Inter;
|
|
31810
|
+
font-style: normal;
|
|
31811
|
+
font-weight: 500;
|
|
31812
|
+
font-feature-settings: "zero" on;
|
|
31813
|
+
font-size: 12px;
|
|
31814
|
+
line-height: 18px;
|
|
31583
31815
|
}
|
|
31584
31816
|
|
|
31585
|
-
.
|
|
31817
|
+
.E_tzvddmc {
|
|
31818
|
+
font-family: Inter;
|
|
31819
|
+
font-style: normal;
|
|
31820
|
+
font-weight: bold;
|
|
31821
|
+
font-feature-settings: "zero" on;
|
|
31822
|
+
font-size: 16px;
|
|
31823
|
+
line-height: 24px;
|
|
31824
|
+
}
|
|
31825
|
+
|
|
31826
|
+
.E_u18llj45 {
|
|
31827
|
+
font-family: Inter;
|
|
31828
|
+
font-style: normal;
|
|
31829
|
+
font-weight: normal;
|
|
31830
|
+
font-size: 10px;
|
|
31831
|
+
line-height: 12px;
|
|
31832
|
+
}
|
|
31833
|
+
|
|
31834
|
+
.E_cnujxq2 {
|
|
31835
|
+
display: flex;
|
|
31836
|
+
flex-direction: column;
|
|
31837
|
+
}
|
|
31838
|
+
|
|
31839
|
+
.E_m7s48ia {
|
|
31840
|
+
max-width: 1120px;
|
|
31841
|
+
width: 100%;
|
|
31842
|
+
margin: 0 auto;
|
|
31843
|
+
height: 100%;
|
|
31844
|
+
}
|
|
31845
|
+
|
|
31846
|
+
.E_wt5zbg6 {
|
|
31847
|
+
max-width: 1120px;
|
|
31848
|
+
width: 100%;
|
|
31849
|
+
margin: 0 auto;
|
|
31850
|
+
display: flex;
|
|
31851
|
+
}
|
|
31852
|
+
.E_wt5zbg6 .left,
|
|
31853
|
+
.E_wt5zbg6 .right {
|
|
31854
|
+
flex-grow: 0;
|
|
31855
|
+
flex-shrink: 0;
|
|
31856
|
+
flex-basis: 21%;
|
|
31857
|
+
}
|
|
31858
|
+
.E_wt5zbg6 .left {
|
|
31859
|
+
display: flex;
|
|
31860
|
+
justify-content: flex-end;
|
|
31861
|
+
padding-right: 44px;
|
|
31862
|
+
}
|
|
31863
|
+
.E_wt5zbg6 .right {
|
|
31864
|
+
padding-left: 44px;
|
|
31865
|
+
}
|
|
31866
|
+
.E_wt5zbg6 .middle {
|
|
31867
|
+
margin-bottom: 40px;
|
|
31868
|
+
flex-grow: 0;
|
|
31869
|
+
flex-shrink: 0;
|
|
31870
|
+
flex-basis: 58%;
|
|
31871
|
+
}
|
|
31872
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31873
|
+
width: 100%;
|
|
31874
|
+
}
|
|
31875
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31876
|
+
width: auto;
|
|
31877
|
+
}
|
|
31878
|
+
|
|
31879
|
+
.E_h18jprzg .ant-modal-header {
|
|
31880
|
+
margin: 0 auto;
|
|
31881
|
+
width: 100%;
|
|
31882
|
+
max-width: 648px;
|
|
31883
|
+
}
|
|
31884
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31885
|
+
margin-left: 0;
|
|
31886
|
+
}
|
|
31887
|
+
.E_h18jprzg .ant-modal-body {
|
|
31888
|
+
margin: 0 auto;
|
|
31889
|
+
padding: 0;
|
|
31890
|
+
width: 100%;
|
|
31891
|
+
max-width: 648px;
|
|
31892
|
+
overflow: hidden;
|
|
31893
|
+
}
|
|
31894
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31895
|
+
margin-bottom: 40px;
|
|
31896
|
+
}
|
|
31897
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31898
|
+
height: calc(100vh - 225px);
|
|
31899
|
+
overflow-y: auto;
|
|
31900
|
+
}
|
|
31901
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31902
|
+
margin: 0 auto;
|
|
31903
|
+
max-width: 648px;
|
|
31904
|
+
}
|
|
31905
|
+
|
|
31906
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31907
|
+
margin: 0 auto;
|
|
31908
|
+
width: 100%;
|
|
31909
|
+
max-width: 1024px;
|
|
31910
|
+
}
|
|
31911
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31912
|
+
margin-left: 0;
|
|
31913
|
+
}
|
|
31914
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31915
|
+
margin: 0 auto;
|
|
31916
|
+
padding: 0;
|
|
31917
|
+
width: 100%;
|
|
31918
|
+
max-width: 1024px;
|
|
31919
|
+
overflow: hidden;
|
|
31920
|
+
}
|
|
31921
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31922
|
+
margin-bottom: 40px;
|
|
31923
|
+
}
|
|
31924
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31925
|
+
height: calc(100vh - 225px);
|
|
31926
|
+
overflow-y: auto;
|
|
31927
|
+
}
|
|
31928
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31929
|
+
margin: 0 auto;
|
|
31930
|
+
max-width: 1024px;
|
|
31931
|
+
}
|
|
31932
|
+
|
|
31933
|
+
.E_f1lrhghm {
|
|
31934
|
+
flex: 1;
|
|
31935
|
+
}
|
|
31936
|
+
.E_f1lrhghm label {
|
|
31937
|
+
font-size: 13px;
|
|
31938
|
+
line-height: 20px;
|
|
31939
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31940
|
+
}
|
|
31941
|
+
.E_f1lrhghm .title {
|
|
31942
|
+
font-size: 14px;
|
|
31943
|
+
line-height: 20px;
|
|
31944
|
+
color: #2d3a56;
|
|
31945
|
+
margin-bottom: 12px;
|
|
31946
|
+
}
|
|
31947
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31948
|
+
padding-bottom: 26px;
|
|
31949
|
+
}
|
|
31950
|
+
|
|
31951
|
+
.E_f18ot8em {
|
|
31952
|
+
padding: 25px 0 15px 0;
|
|
31953
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31954
|
+
margin-bottom: 16px;
|
|
31955
|
+
}
|
|
31956
|
+
|
|
31957
|
+
.E_f1l1g2k0 {
|
|
31958
|
+
display: flex;
|
|
31959
|
+
align-items: center;
|
|
31960
|
+
margin-bottom: 8px;
|
|
31961
|
+
}
|
|
31962
|
+
.E_f1l1g2k0 > label {
|
|
31963
|
+
width: 216px;
|
|
31964
|
+
}
|
|
31965
|
+
.E_f1l1g2k0 > label + * {
|
|
31966
|
+
width: 100%;
|
|
31967
|
+
}
|
|
31968
|
+
.E_f1l1g2k0 .ant-select {
|
|
31969
|
+
width: 100%;
|
|
31970
|
+
}
|
|
31971
|
+
|
|
31972
|
+
.E_e1k89cwg {
|
|
31973
|
+
color: #e75a3a;
|
|
31974
|
+
margin-right: 10px;
|
|
31975
|
+
}
|
|
31976
|
+
|
|
31977
|
+
.E_d1oui1gf {
|
|
31978
|
+
width: 100%;
|
|
31979
|
+
height: 1px;
|
|
31980
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31981
|
+
margin: 24px 0;
|
|
31982
|
+
}
|
|
31983
|
+
|
|
31984
|
+
.E_l15itdbb {
|
|
31985
|
+
display: flex;
|
|
31986
|
+
justify-content: center;
|
|
31987
|
+
align-items: center;
|
|
31988
|
+
height: 100%;
|
|
31989
|
+
}
|
|
31990
|
+
|
|
31991
|
+
.E_d1y3z4w {
|
|
31992
|
+
display: inline-block;
|
|
31993
|
+
width: 4px;
|
|
31994
|
+
height: 4px;
|
|
31995
|
+
background: #8e9aa9;
|
|
31996
|
+
opacity: 0.4;
|
|
31997
|
+
border-radius: 50%;
|
|
31998
|
+
margin: 0 4px;
|
|
31999
|
+
}
|
|
32000
|
+
|
|
32001
|
+
.E_m177r7a3 .ant-modal-header,
|
|
32002
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
32003
|
+
width: 648px;
|
|
32004
|
+
margin: 0 auto;
|
|
32005
|
+
}
|
|
32006
|
+
.E_m177r7a3 .ant-modal-header {
|
|
32007
|
+
padding: 35px 0 24px;
|
|
32008
|
+
border: none;
|
|
32009
|
+
}
|
|
32010
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
32011
|
+
font-size: 30px;
|
|
32012
|
+
}
|
|
32013
|
+
.E_m177r7a3 .ant-modal-body {
|
|
32014
|
+
padding: 4px 0 2px;
|
|
32015
|
+
}
|
|
32016
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
32017
|
+
border: none;
|
|
32018
|
+
}
|
|
32019
|
+
|
|
32020
|
+
.E_t1wwio3v {
|
|
32021
|
+
font-size: 12px;
|
|
32022
|
+
line-height: 18px;
|
|
32023
|
+
font-weight: bold;
|
|
32024
|
+
color: #fff;
|
|
32025
|
+
padding: 0 4px;
|
|
32026
|
+
border-radius: 4px;
|
|
32027
|
+
display: inline-block;
|
|
32028
|
+
background: var(--t1wwio3v-0);
|
|
32029
|
+
}
|
|
32030
|
+
.E_t1wwio3v:not(:first-child) {
|
|
32031
|
+
margin-left: 4px;
|
|
32032
|
+
}
|
|
32033
|
+
|
|
32034
|
+
.E_f17jvtfk {
|
|
32035
|
+
width: 100%;
|
|
32036
|
+
height: 100%;
|
|
32037
|
+
display: flex;
|
|
32038
|
+
align-items: center;
|
|
32039
|
+
justify-content: center;
|
|
32040
|
+
}
|
|
32041
|
+
|
|
32042
|
+
.E_nzppkea {
|
|
31586
32043
|
font-size: 90%;
|
|
31587
32044
|
font-weight: bold;
|
|
31588
32045
|
background-color: rgba(240, 243, 247, 0.6);
|
|
@@ -31948,746 +32405,296 @@ textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
|
31948
32405
|
left: 8px;
|
|
31949
32406
|
opacity: 1;
|
|
31950
32407
|
}
|
|
31951
|
-
.E_k1ci6977.has-focus-indicator input {
|
|
31952
|
-
transition: margin-left 150ms ease;
|
|
31953
|
-
margin-left: 0px;
|
|
31954
|
-
}
|
|
31955
|
-
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31956
|
-
margin-left: 16px;
|
|
31957
|
-
}
|
|
31958
|
-
|
|
31959
|
-
input.E_l1f7td1d.ant-input {
|
|
31960
|
-
border-top-right-radius: 0;
|
|
31961
|
-
border-bottom-right-radius: 0;
|
|
31962
|
-
}
|
|
31963
|
-
|
|
31964
|
-
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31965
|
-
border-top-right-radius: 0;
|
|
31966
|
-
border-bottom-right-radius: 0;
|
|
31967
|
-
}
|
|
31968
|
-
|
|
31969
|
-
input.E_rf8rlle.ant-input {
|
|
31970
|
-
border-top-left-radius: 0;
|
|
31971
|
-
border-bottom-left-radius: 0;
|
|
31972
|
-
}
|
|
31973
|
-
|
|
31974
|
-
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31975
|
-
border-top-left-radius: 0;
|
|
31976
|
-
border-bottom-left-radius: 0;
|
|
31977
|
-
}
|
|
31978
|
-
|
|
31979
|
-
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
31980
|
-
border-top-right-radius: 0;
|
|
31981
|
-
border-bottom-right-radius: 0;
|
|
31982
|
-
}
|
|
31983
|
-
|
|
31984
|
-
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
31985
|
-
border-top-left-radius: 0;
|
|
31986
|
-
border-bottom-left-radius: 0;
|
|
31987
|
-
}
|
|
31988
|
-
|
|
31989
|
-
.E_c3ni091 {
|
|
31990
|
-
display: flex;
|
|
31991
|
-
flex-direction: column;
|
|
31992
|
-
}
|
|
31993
|
-
.E_c3ni091 .select-wrapper {
|
|
31994
|
-
margin-top: 12px;
|
|
31995
|
-
}
|
|
31996
|
-
.E_c3ni091 .select-wrapper .select {
|
|
31997
|
-
width: 100%;
|
|
31998
|
-
}
|
|
31999
|
-
.E_c3ni091 .radio-wrapper {
|
|
32000
|
-
margin-top: 24px;
|
|
32001
|
-
}
|
|
32002
|
-
.E_c3ni091 div.form-item {
|
|
32003
|
-
width: 100%;
|
|
32004
|
-
}
|
|
32005
|
-
|
|
32006
|
-
.E_d105ju2d {
|
|
32007
|
-
font-size: 14px;
|
|
32008
|
-
font-weight: 500;
|
|
32009
|
-
color: #3e4652;
|
|
32010
|
-
line-height: 18px;
|
|
32011
|
-
}
|
|
32012
|
-
.E_d105ju2d + .E_d105ju2d {
|
|
32013
|
-
margin-top: 16px;
|
|
32014
|
-
}
|
|
32015
|
-
.E_d105ju2d + * {
|
|
32016
|
-
margin-top: 16px;
|
|
32017
|
-
}
|
|
32018
|
-
|
|
32019
|
-
.E_lh0l62z.E_d105ju2d {
|
|
32020
|
-
font-size: 12px;
|
|
32021
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32022
|
-
margin-top: 12px;
|
|
32023
|
-
}
|
|
32024
|
-
|
|
32025
|
-
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32026
|
-
line-height: 18px;
|
|
32027
|
-
font-weight: 500;
|
|
32028
|
-
margin-top: 0;
|
|
32029
|
-
white-space: initial;
|
|
32030
|
-
}
|
|
32031
|
-
|
|
32032
|
-
.E_r1skkc3l {
|
|
32033
|
-
display: block;
|
|
32034
|
-
}
|
|
32035
|
-
.E_r1skkc3l span {
|
|
32036
|
-
font-size: 14px;
|
|
32037
|
-
font-weight: 500;
|
|
32038
|
-
line-height: 32px;
|
|
32039
|
-
color: #3e4652;
|
|
32040
|
-
}
|
|
32041
|
-
|
|
32042
|
-
.E_c3cobmo {
|
|
32043
|
-
margin-top: 16px;
|
|
32044
|
-
padding: 8px;
|
|
32045
|
-
border-radius: 6px;
|
|
32046
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32047
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32048
|
-
font-size: 12px;
|
|
32049
|
-
}
|
|
32050
|
-
.E_c3cobmo div {
|
|
32051
|
-
line-height: 20px;
|
|
32052
|
-
display: flex;
|
|
32053
|
-
align-items: center;
|
|
32054
|
-
word-break: break-all;
|
|
32055
|
-
}
|
|
32056
|
-
.E_c3cobmo .title {
|
|
32057
|
-
font-weight: 700;
|
|
32058
|
-
line-height: 18px;
|
|
32059
|
-
margin: 4px 0;
|
|
32060
|
-
}
|
|
32061
|
-
|
|
32062
|
-
.E_i1inqkme {
|
|
32063
|
-
height: 18px;
|
|
32064
|
-
line-height: 18px;
|
|
32065
|
-
padding: 0 4px;
|
|
32066
|
-
border-radius: 4px;
|
|
32067
|
-
background: rgba(235, 239, 245, 0.6);
|
|
32068
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
32069
|
-
display: flex;
|
|
32070
|
-
align-items: center;
|
|
32071
|
-
white-space: nowrap;
|
|
32072
|
-
margin-right: 4px;
|
|
32073
|
-
}
|
|
32074
|
-
|
|
32075
|
-
.E_iouxfgt {
|
|
32076
|
-
display: inline-flex;
|
|
32077
|
-
align-items: center;
|
|
32078
|
-
}
|
|
32079
|
-
.E_iouxfgt .icon-inner {
|
|
32080
|
-
display: inline-flex;
|
|
32081
|
-
align-items: center;
|
|
32082
|
-
justify-content: center;
|
|
32083
|
-
}
|
|
32084
|
-
.E_iouxfgt .icon-inner + span,
|
|
32085
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
32086
|
-
margin-left: 4px;
|
|
32087
|
-
}
|
|
32088
|
-
.E_iouxfgt.is-rotate img,
|
|
32089
|
-
.E_iouxfgt.is-rotate svg {
|
|
32090
|
-
animation: rotate 680ms linear infinite;
|
|
32091
|
-
}
|
|
32092
|
-
|
|
32093
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
32094
|
-
display: var(--a1wfy30z-0);
|
|
32095
|
-
}
|
|
32096
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
32097
|
-
padding: 4px 11px;
|
|
32098
|
-
display: inline-flex;
|
|
32099
|
-
line-height: 1.5715;
|
|
32100
|
-
height: inherit;
|
|
32101
|
-
}
|
|
32102
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
32103
|
-
content: var(--a1wfy30z-1);
|
|
32104
|
-
display: var(--a1wfy30z-2);
|
|
32105
|
-
flex: none;
|
|
32106
|
-
align-items: center;
|
|
32107
|
-
margin-left: 4px;
|
|
32108
|
-
}
|
|
32109
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
32110
|
-
content: var(--a1wfy30z-3);
|
|
32111
|
-
display: var(--a1wfy30z-4);
|
|
32112
|
-
flex: none;
|
|
32113
|
-
align-items: center;
|
|
32114
|
-
margin-right: 4px;
|
|
32115
|
-
cursor: auto;
|
|
32116
|
-
}
|
|
32117
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
32118
|
-
padding: 0;
|
|
32119
|
-
margin: 0;
|
|
32120
|
-
height: auto;
|
|
32121
|
-
font-size: inherit;
|
|
32122
|
-
}
|
|
32123
|
-
|
|
32124
|
-
.E_dsnbhzf {
|
|
32125
|
-
font-family: Inter;
|
|
32126
|
-
font-style: normal;
|
|
32127
|
-
font-weight: bold;
|
|
32128
|
-
font-size: 32px;
|
|
32129
|
-
line-height: 40px;
|
|
32130
|
-
}
|
|
32131
|
-
|
|
32132
|
-
.E_d1mvo22k {
|
|
32133
|
-
font-family: Inter;
|
|
32134
|
-
font-style: normal;
|
|
32135
|
-
font-weight: bold;
|
|
32136
|
-
font-size: 24px;
|
|
32137
|
-
line-height: 32px;
|
|
32138
|
-
}
|
|
32139
|
-
|
|
32140
|
-
.E_d1b444tr {
|
|
32141
|
-
font-family: Inter;
|
|
32142
|
-
font-style: normal;
|
|
32143
|
-
font-weight: normal;
|
|
32144
|
-
font-size: 32px;
|
|
32145
|
-
line-height: 40px;
|
|
32146
|
-
}
|
|
32147
|
-
|
|
32148
|
-
.E_dvs0kue {
|
|
32149
|
-
font-family: Inter;
|
|
32150
|
-
font-style: normal;
|
|
32151
|
-
font-weight: bold;
|
|
32152
|
-
font-size: 20px;
|
|
32153
|
-
line-height: 24px;
|
|
32154
|
-
}
|
|
32155
|
-
|
|
32156
|
-
.E_d1hcbfcq {
|
|
32157
|
-
font-family: Inter;
|
|
32158
|
-
font-style: normal;
|
|
32159
|
-
font-weight: normal;
|
|
32160
|
-
font-size: 20px;
|
|
32161
|
-
line-height: 24px;
|
|
32162
|
-
}
|
|
32163
|
-
|
|
32164
|
-
.E_d1cz922v {
|
|
32165
|
-
font-family: Inter;
|
|
32166
|
-
font-style: normal;
|
|
32167
|
-
font-weight: bold;
|
|
32168
|
-
font-size: 18px;
|
|
32169
|
-
line-height: 22px;
|
|
32170
|
-
}
|
|
32171
|
-
|
|
32172
|
-
.E_d3nzbrm {
|
|
32173
|
-
font-family: Inter;
|
|
32174
|
-
font-style: normal;
|
|
32175
|
-
font-weight: normal;
|
|
32176
|
-
font-size: 18px;
|
|
32177
|
-
line-height: 22px;
|
|
32178
|
-
}
|
|
32179
|
-
|
|
32180
|
-
.E_h1g0p5ob {
|
|
32181
|
-
font-family: Inter;
|
|
32182
|
-
font-style: normal;
|
|
32183
|
-
font-weight: bold;
|
|
32184
|
-
font-size: 16px;
|
|
32185
|
-
line-height: 22px;
|
|
32186
|
-
}
|
|
32187
|
-
|
|
32188
|
-
.E_hydo2ej {
|
|
32189
|
-
font-family: Inter;
|
|
32190
|
-
font-style: normal;
|
|
32191
|
-
font-weight: normal;
|
|
32192
|
-
font-size: 16px;
|
|
32193
|
-
line-height: 22px;
|
|
32194
|
-
}
|
|
32195
|
-
|
|
32196
|
-
.E_h1hbuq0r {
|
|
32197
|
-
font-family: Inter;
|
|
32198
|
-
font-style: normal;
|
|
32199
|
-
font-weight: bold;
|
|
32200
|
-
font-size: 14px;
|
|
32201
|
-
line-height: 20px;
|
|
32202
|
-
}
|
|
32203
|
-
|
|
32204
|
-
.E_h13bondg {
|
|
32205
|
-
font-family: Inter;
|
|
32206
|
-
font-style: normal;
|
|
32207
|
-
font-weight: normal;
|
|
32208
|
-
font-size: 14px;
|
|
32209
|
-
line-height: 20px;
|
|
32210
|
-
}
|
|
32211
|
-
|
|
32212
|
-
.E_h1mhvdlx {
|
|
32213
|
-
font-family: Inter;
|
|
32214
|
-
font-style: normal;
|
|
32215
|
-
font-weight: bold;
|
|
32216
|
-
font-size: 12px;
|
|
32217
|
-
line-height: 18px;
|
|
32218
|
-
}
|
|
32219
|
-
|
|
32220
|
-
.E_h1inmfq6 {
|
|
32221
|
-
font-family: Inter;
|
|
32222
|
-
font-style: normal;
|
|
32223
|
-
font-weight: normal;
|
|
32224
|
-
font-size: 12px;
|
|
32225
|
-
line-height: 18px;
|
|
32226
|
-
}
|
|
32227
|
-
|
|
32228
|
-
.E_h1kfc0la {
|
|
32229
|
-
font-family: Inter;
|
|
32230
|
-
font-style: normal;
|
|
32231
|
-
font-weight: bold;
|
|
32232
|
-
text-transform: uppercase;
|
|
32233
|
-
font-feature-settings: "cpsp" on;
|
|
32234
|
-
font-size: 12px;
|
|
32235
|
-
line-height: 18px;
|
|
32236
|
-
}
|
|
32237
|
-
|
|
32238
|
-
.E_h10xnyuu {
|
|
32239
|
-
font-family: Inter;
|
|
32240
|
-
font-style: normal;
|
|
32241
|
-
font-weight: normal;
|
|
32242
|
-
text-transform: uppercase;
|
|
32243
|
-
font-feature-settings: "cpsp" on;
|
|
32244
|
-
font-size: 12px;
|
|
32245
|
-
line-height: 18px;
|
|
32246
|
-
}
|
|
32247
|
-
|
|
32248
|
-
.E_lrcmi0v {
|
|
32249
|
-
font-family: Inter;
|
|
32250
|
-
font-style: normal;
|
|
32251
|
-
font-weight: normal;
|
|
32252
|
-
font-size: 16px;
|
|
32253
|
-
line-height: 24px;
|
|
32254
|
-
}
|
|
32255
|
-
|
|
32256
|
-
.E_lzt43lp {
|
|
32257
|
-
font-family: Inter;
|
|
32258
|
-
font-style: normal;
|
|
32259
|
-
font-weight: bold;
|
|
32260
|
-
font-size: 16px;
|
|
32261
|
-
line-height: 24px;
|
|
32262
|
-
}
|
|
32263
|
-
|
|
32264
|
-
.E_l5yc9nt {
|
|
32265
|
-
font-family: Inter;
|
|
32266
|
-
font-style: normal;
|
|
32267
|
-
font-weight: normal;
|
|
32268
|
-
font-size: 16px;
|
|
32269
|
-
line-height: 24px;
|
|
32270
|
-
}
|
|
32271
|
-
|
|
32272
|
-
.E_l1fbkbzo {
|
|
32273
|
-
font-family: Inter;
|
|
32274
|
-
font-style: normal;
|
|
32275
|
-
font-weight: bold;
|
|
32276
|
-
font-size: 16px;
|
|
32277
|
-
line-height: 24px;
|
|
32278
|
-
}
|
|
32279
|
-
|
|
32280
|
-
.E_lahvcax {
|
|
32281
|
-
font-family: Inter;
|
|
32282
|
-
font-style: normal;
|
|
32283
|
-
font-weight: normal;
|
|
32284
|
-
text-transform: uppercase;
|
|
32285
|
-
font-feature-settings: "cpsp" on;
|
|
32286
|
-
font-size: 16px;
|
|
32287
|
-
line-height: 24px;
|
|
32288
|
-
}
|
|
32289
|
-
|
|
32290
|
-
.E_l11q3pxd {
|
|
32291
|
-
font-family: Inter;
|
|
32292
|
-
font-style: normal;
|
|
32293
|
-
font-weight: bold;
|
|
32294
|
-
text-transform: uppercase;
|
|
32295
|
-
font-feature-settings: "cpsp" on;
|
|
32296
|
-
font-size: 16px;
|
|
32297
|
-
line-height: 24px;
|
|
32298
|
-
}
|
|
32299
|
-
|
|
32300
|
-
.E_lfuc2qu {
|
|
32301
|
-
font-family: Inter;
|
|
32302
|
-
font-style: normal;
|
|
32303
|
-
font-weight: normal;
|
|
32304
|
-
font-size: 14px;
|
|
32305
|
-
line-height: 22px;
|
|
32408
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
32409
|
+
transition: margin-left 150ms ease;
|
|
32410
|
+
margin-left: 0px;
|
|
32306
32411
|
}
|
|
32307
|
-
|
|
32308
|
-
|
|
32309
|
-
font-family: Inter;
|
|
32310
|
-
font-style: normal;
|
|
32311
|
-
font-weight: 500;
|
|
32312
|
-
font-size: 14px;
|
|
32313
|
-
line-height: 22px;
|
|
32412
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
32413
|
+
margin-left: 16px;
|
|
32314
32414
|
}
|
|
32315
32415
|
|
|
32316
|
-
.
|
|
32317
|
-
|
|
32318
|
-
|
|
32319
|
-
font-weight: bold;
|
|
32320
|
-
font-size: 14px;
|
|
32321
|
-
line-height: 22px;
|
|
32416
|
+
input.E_l1f7td1d.ant-input {
|
|
32417
|
+
border-top-right-radius: 0;
|
|
32418
|
+
border-bottom-right-radius: 0;
|
|
32322
32419
|
}
|
|
32323
32420
|
|
|
32324
|
-
.
|
|
32325
|
-
|
|
32326
|
-
|
|
32327
|
-
font-weight: normal;
|
|
32328
|
-
font-size: 14px;
|
|
32329
|
-
line-height: 22px;
|
|
32421
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
32422
|
+
border-top-right-radius: 0;
|
|
32423
|
+
border-bottom-right-radius: 0;
|
|
32330
32424
|
}
|
|
32331
32425
|
|
|
32332
|
-
.
|
|
32333
|
-
|
|
32334
|
-
|
|
32335
|
-
font-weight: bold;
|
|
32336
|
-
font-size: 14px;
|
|
32337
|
-
line-height: 22px;
|
|
32426
|
+
input.E_rf8rlle.ant-input {
|
|
32427
|
+
border-top-left-radius: 0;
|
|
32428
|
+
border-bottom-left-radius: 0;
|
|
32338
32429
|
}
|
|
32339
32430
|
|
|
32340
|
-
.
|
|
32341
|
-
|
|
32342
|
-
|
|
32343
|
-
font-weight: normal;
|
|
32344
|
-
text-transform: uppercase;
|
|
32345
|
-
font-feature-settings: "cpsp" on;
|
|
32346
|
-
font-size: 14px;
|
|
32347
|
-
line-height: 22px;
|
|
32431
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
32432
|
+
border-top-left-radius: 0;
|
|
32433
|
+
border-bottom-left-radius: 0;
|
|
32348
32434
|
}
|
|
32349
32435
|
|
|
32350
|
-
.
|
|
32351
|
-
|
|
32352
|
-
|
|
32353
|
-
font-weight: bold;
|
|
32354
|
-
text-transform: uppercase;
|
|
32355
|
-
font-feature-settings: "cpsp" on;
|
|
32356
|
-
font-size: 14px;
|
|
32357
|
-
line-height: 22px;
|
|
32436
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
32437
|
+
border-top-right-radius: 0;
|
|
32438
|
+
border-bottom-right-radius: 0;
|
|
32358
32439
|
}
|
|
32359
32440
|
|
|
32360
|
-
.
|
|
32361
|
-
|
|
32362
|
-
|
|
32363
|
-
font-weight: normal;
|
|
32364
|
-
font-size: 13px;
|
|
32365
|
-
line-height: 20px;
|
|
32441
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
32442
|
+
border-top-left-radius: 0;
|
|
32443
|
+
border-bottom-left-radius: 0;
|
|
32366
32444
|
}
|
|
32367
32445
|
|
|
32368
|
-
.
|
|
32369
|
-
|
|
32370
|
-
|
|
32371
|
-
font-weight: 600;
|
|
32372
|
-
font-size: 13px;
|
|
32373
|
-
line-height: 20px;
|
|
32446
|
+
.E_c3ni091 {
|
|
32447
|
+
display: flex;
|
|
32448
|
+
flex-direction: column;
|
|
32374
32449
|
}
|
|
32375
|
-
|
|
32376
|
-
|
|
32377
|
-
font-family: Inter;
|
|
32378
|
-
font-style: normal;
|
|
32379
|
-
font-weight: bold;
|
|
32380
|
-
font-size: 13px;
|
|
32381
|
-
line-height: 20px;
|
|
32450
|
+
.E_c3ni091 .select-wrapper {
|
|
32451
|
+
margin-top: 12px;
|
|
32382
32452
|
}
|
|
32383
|
-
|
|
32384
|
-
|
|
32385
|
-
font-family: Inter;
|
|
32386
|
-
font-style: normal;
|
|
32387
|
-
font-weight: normal;
|
|
32388
|
-
font-size: 13px;
|
|
32389
|
-
line-height: 20px;
|
|
32453
|
+
.E_c3ni091 .select-wrapper .select {
|
|
32454
|
+
width: 100%;
|
|
32390
32455
|
}
|
|
32391
|
-
|
|
32392
|
-
|
|
32393
|
-
font-family: Inter;
|
|
32394
|
-
font-style: normal;
|
|
32395
|
-
font-weight: 600;
|
|
32396
|
-
font-size: 13px;
|
|
32397
|
-
line-height: 20px;
|
|
32456
|
+
.E_c3ni091 .radio-wrapper {
|
|
32457
|
+
margin-top: 24px;
|
|
32398
32458
|
}
|
|
32399
|
-
|
|
32400
|
-
|
|
32401
|
-
font-family: Inter;
|
|
32402
|
-
font-style: normal;
|
|
32403
|
-
font-weight: bold;
|
|
32404
|
-
font-size: 13px;
|
|
32405
|
-
line-height: 20px;
|
|
32459
|
+
.E_c3ni091 div.form-item {
|
|
32460
|
+
width: 100%;
|
|
32406
32461
|
}
|
|
32407
32462
|
|
|
32408
|
-
.
|
|
32409
|
-
font-
|
|
32410
|
-
font-
|
|
32411
|
-
|
|
32412
|
-
|
|
32413
|
-
font-feature-settings: "cpsp" on;
|
|
32414
|
-
font-size: 13px;
|
|
32415
|
-
line-height: 20px;
|
|
32463
|
+
.E_d105ju2d {
|
|
32464
|
+
font-size: 14px;
|
|
32465
|
+
font-weight: 500;
|
|
32466
|
+
color: #3e4652;
|
|
32467
|
+
line-height: 18px;
|
|
32416
32468
|
}
|
|
32417
|
-
|
|
32418
|
-
|
|
32419
|
-
|
|
32420
|
-
|
|
32421
|
-
|
|
32422
|
-
text-transform: uppercase;
|
|
32423
|
-
font-feature-settings: "cpsp" on;
|
|
32424
|
-
font-size: 13px;
|
|
32425
|
-
line-height: 20px;
|
|
32469
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32470
|
+
margin-top: 16px;
|
|
32471
|
+
}
|
|
32472
|
+
.E_d105ju2d + * {
|
|
32473
|
+
margin-top: 16px;
|
|
32426
32474
|
}
|
|
32427
32475
|
|
|
32428
|
-
.
|
|
32429
|
-
font-family: Inter;
|
|
32430
|
-
font-style: normal;
|
|
32431
|
-
font-weight: normal;
|
|
32476
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32432
32477
|
font-size: 12px;
|
|
32433
|
-
|
|
32478
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32479
|
+
margin-top: 12px;
|
|
32434
32480
|
}
|
|
32435
32481
|
|
|
32436
|
-
.
|
|
32437
|
-
font-family: Inter;
|
|
32438
|
-
font-style: normal;
|
|
32439
|
-
font-weight: 500;
|
|
32440
|
-
font-size: 12px;
|
|
32482
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32441
32483
|
line-height: 18px;
|
|
32484
|
+
font-weight: 500;
|
|
32485
|
+
margin-top: 0;
|
|
32486
|
+
white-space: initial;
|
|
32442
32487
|
}
|
|
32443
32488
|
|
|
32444
|
-
.
|
|
32445
|
-
|
|
32446
|
-
|
|
32447
|
-
|
|
32448
|
-
font-size:
|
|
32449
|
-
|
|
32489
|
+
.E_r1skkc3l {
|
|
32490
|
+
display: block;
|
|
32491
|
+
}
|
|
32492
|
+
.E_r1skkc3l span {
|
|
32493
|
+
font-size: 14px;
|
|
32494
|
+
font-weight: 500;
|
|
32495
|
+
line-height: 32px;
|
|
32496
|
+
color: #3e4652;
|
|
32450
32497
|
}
|
|
32451
32498
|
|
|
32452
|
-
.
|
|
32453
|
-
|
|
32454
|
-
|
|
32455
|
-
|
|
32499
|
+
.E_c3cobmo {
|
|
32500
|
+
margin-top: 16px;
|
|
32501
|
+
padding: 8px;
|
|
32502
|
+
border-radius: 6px;
|
|
32503
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32504
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32456
32505
|
font-size: 12px;
|
|
32506
|
+
}
|
|
32507
|
+
.E_c3cobmo div {
|
|
32508
|
+
line-height: 20px;
|
|
32509
|
+
display: flex;
|
|
32510
|
+
align-items: center;
|
|
32511
|
+
word-break: break-all;
|
|
32512
|
+
}
|
|
32513
|
+
.E_c3cobmo .title {
|
|
32514
|
+
font-weight: 700;
|
|
32457
32515
|
line-height: 18px;
|
|
32516
|
+
margin: 4px 0;
|
|
32458
32517
|
}
|
|
32459
32518
|
|
|
32460
|
-
.
|
|
32461
|
-
|
|
32462
|
-
font-style: normal;
|
|
32463
|
-
font-weight: 500;
|
|
32464
|
-
font-size: 12px;
|
|
32465
|
-
line-height: 18px;
|
|
32519
|
+
.E_m196gn1d {
|
|
32520
|
+
min-width: 1280px;
|
|
32466
32521
|
}
|
|
32467
32522
|
|
|
32468
|
-
.
|
|
32469
|
-
|
|
32470
|
-
font-style: normal;
|
|
32471
|
-
font-weight: bold;
|
|
32472
|
-
font-size: 12px;
|
|
32473
|
-
line-height: 18px;
|
|
32523
|
+
.E_s1dni7lo {
|
|
32524
|
+
width: 430px !important;
|
|
32474
32525
|
}
|
|
32475
32526
|
|
|
32476
|
-
.
|
|
32477
|
-
|
|
32478
|
-
font-style: normal;
|
|
32479
|
-
font-weight: normal;
|
|
32480
|
-
text-transform: uppercase;
|
|
32481
|
-
font-feature-settings: "cpsp" on;
|
|
32482
|
-
font-size: 12px;
|
|
32527
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
32528
|
+
padding: 8px 16px;
|
|
32483
32529
|
line-height: 18px;
|
|
32530
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32531
|
+
height: 34px;
|
|
32532
|
+
min-height: 34px;
|
|
32533
|
+
box-sizing: border-box;
|
|
32534
|
+
margin-top: 8px;
|
|
32484
32535
|
}
|
|
32485
32536
|
|
|
32486
|
-
.
|
|
32487
|
-
|
|
32488
|
-
|
|
32489
|
-
|
|
32490
|
-
|
|
32491
|
-
|
|
32492
|
-
|
|
32493
|
-
|
|
32537
|
+
.E_o1ugr09p {
|
|
32538
|
+
display: flex;
|
|
32539
|
+
flex-direction: column;
|
|
32540
|
+
margin: 1px 8px;
|
|
32541
|
+
padding: 8px;
|
|
32542
|
+
border-radius: 4px;
|
|
32543
|
+
}
|
|
32544
|
+
.E_o1ugr09p .selected-icon {
|
|
32545
|
+
display: none;
|
|
32546
|
+
}
|
|
32547
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32548
|
+
padding-left: 8px;
|
|
32549
|
+
}
|
|
32550
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32551
|
+
background-color: white;
|
|
32552
|
+
}
|
|
32553
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32554
|
+
color: #0080ff;
|
|
32494
32555
|
}
|
|
32495
|
-
|
|
32496
|
-
|
|
32497
|
-
font-family: Inter;
|
|
32498
|
-
font-style: normal;
|
|
32499
|
-
font-weight: normal;
|
|
32500
|
-
font-size: 13px;
|
|
32501
|
-
line-height: 20px;
|
|
32556
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32557
|
+
display: block;
|
|
32502
32558
|
}
|
|
32503
|
-
|
|
32504
|
-
.
|
|
32505
|
-
font-family: Inter;
|
|
32506
|
-
font-style: normal;
|
|
32507
|
-
font-weight: normal;
|
|
32508
|
-
font-size: 13px;
|
|
32509
|
-
line-height: 20px;
|
|
32559
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
32560
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32510
32561
|
}
|
|
32511
|
-
|
|
32512
|
-
|
|
32513
|
-
font-family: Inter;
|
|
32514
|
-
font-style: normal;
|
|
32515
|
-
font-weight: normal;
|
|
32516
|
-
font-size: 12px;
|
|
32517
|
-
line-height: 18px;
|
|
32562
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32563
|
+
color: #0080ff;
|
|
32518
32564
|
}
|
|
32519
|
-
|
|
32520
|
-
.
|
|
32521
|
-
|
|
32522
|
-
font-style: normal;
|
|
32523
|
-
font-weight: normal;
|
|
32524
|
-
font-size: 12px;
|
|
32525
|
-
line-height: 18px;
|
|
32565
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32566
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32567
|
+
color: #0080ff;
|
|
32526
32568
|
}
|
|
32527
32569
|
|
|
32528
|
-
.
|
|
32529
|
-
|
|
32530
|
-
|
|
32531
|
-
|
|
32532
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32533
|
-
font-size: 13px;
|
|
32570
|
+
.E_o1ifxsq4 {
|
|
32571
|
+
display: flex;
|
|
32572
|
+
justify-content: space-between;
|
|
32573
|
+
height: 20px;
|
|
32534
32574
|
line-height: 20px;
|
|
32535
32575
|
}
|
|
32536
|
-
|
|
32537
|
-
|
|
32538
|
-
|
|
32539
|
-
|
|
32540
|
-
font-weight: normal;
|
|
32541
|
-
font-feature-settings: "zero" on;
|
|
32542
|
-
font-size: 13px;
|
|
32543
|
-
line-height: 20px;
|
|
32576
|
+
.E_o1ifxsq4 .timezone-title {
|
|
32577
|
+
color: #2d3a56;
|
|
32578
|
+
overflow: hidden;
|
|
32579
|
+
text-overflow: ellipsis;
|
|
32544
32580
|
}
|
|
32545
32581
|
|
|
32546
|
-
.
|
|
32547
|
-
|
|
32548
|
-
|
|
32549
|
-
|
|
32550
|
-
|
|
32551
|
-
font-size: 12px;
|
|
32582
|
+
.E_o1zue7 {
|
|
32583
|
+
display: flex;
|
|
32584
|
+
justify-content: space-between;
|
|
32585
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32586
|
+
height: 18px;
|
|
32552
32587
|
line-height: 18px;
|
|
32588
|
+
margin-top: 2px;
|
|
32553
32589
|
}
|
|
32554
32590
|
|
|
32555
|
-
.
|
|
32556
|
-
|
|
32557
|
-
|
|
32558
|
-
|
|
32559
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32560
|
-
font-size: 12px;
|
|
32561
|
-
line-height: 18px;
|
|
32591
|
+
.E_tyfmlxg {
|
|
32592
|
+
border: none;
|
|
32593
|
+
margin-right: 0;
|
|
32594
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32562
32595
|
}
|
|
32563
32596
|
|
|
32564
|
-
.
|
|
32565
|
-
|
|
32566
|
-
|
|
32567
|
-
|
|
32568
|
-
|
|
32569
|
-
font-size: 12px;
|
|
32570
|
-
line-height: 18px;
|
|
32597
|
+
.E_o18uybox {
|
|
32598
|
+
pointer-events: none;
|
|
32599
|
+
height: 32px;
|
|
32600
|
+
width: 100%;
|
|
32601
|
+
opacity: 0;
|
|
32571
32602
|
}
|
|
32572
32603
|
|
|
32573
|
-
.
|
|
32574
|
-
|
|
32575
|
-
font-style: normal;
|
|
32576
|
-
font-weight: 500;
|
|
32577
|
-
font-feature-settings: "zero" on;
|
|
32578
|
-
font-size: 12px;
|
|
32579
|
-
line-height: 18px;
|
|
32604
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32605
|
+
display: none;
|
|
32580
32606
|
}
|
|
32581
|
-
|
|
32582
|
-
.
|
|
32583
|
-
|
|
32584
|
-
font-style: normal;
|
|
32585
|
-
font-weight: bold;
|
|
32586
|
-
font-feature-settings: "zero" on;
|
|
32587
|
-
font-size: 16px;
|
|
32588
|
-
line-height: 24px;
|
|
32607
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
32608
|
+
background: rgba(23, 38, 64, 0.8);
|
|
32609
|
+
border-radius: 4px;
|
|
32589
32610
|
}
|
|
32590
32611
|
|
|
32591
|
-
.
|
|
32592
|
-
|
|
32593
|
-
|
|
32594
|
-
|
|
32595
|
-
|
|
32596
|
-
line-height: 12px;
|
|
32612
|
+
.E_s1dizucg.ant-switch {
|
|
32613
|
+
min-width: 40px;
|
|
32614
|
+
height: 24px;
|
|
32615
|
+
background: rgba(172, 186, 211, 0.6);
|
|
32616
|
+
overflow: hidden;
|
|
32597
32617
|
}
|
|
32598
|
-
|
|
32599
|
-
|
|
32600
|
-
display: var(--ai7qkf2-0);
|
|
32618
|
+
.E_s1dizucg.ant-switch:focus {
|
|
32619
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
32601
32620
|
}
|
|
32602
|
-
.
|
|
32603
|
-
|
|
32604
|
-
|
|
32605
|
-
height: 100%;
|
|
32606
|
-
width: 100%;
|
|
32621
|
+
.E_s1dizucg.ant-switch-small {
|
|
32622
|
+
min-width: 26px;
|
|
32623
|
+
height: 16px;
|
|
32607
32624
|
}
|
|
32608
|
-
.
|
|
32609
|
-
|
|
32610
|
-
|
|
32611
|
-
flex: none;
|
|
32612
|
-
align-items: center;
|
|
32613
|
-
margin-left: 4px;
|
|
32614
|
-
padding: 5px 12px 5px 0;
|
|
32615
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32625
|
+
.E_s1dizucg.ant-switch-large {
|
|
32626
|
+
min-width: 52px;
|
|
32627
|
+
height: 32px;
|
|
32616
32628
|
}
|
|
32617
|
-
.
|
|
32618
|
-
|
|
32619
|
-
|
|
32620
|
-
flex: none;
|
|
32621
|
-
align-items: center;
|
|
32622
|
-
margin-right: 4px;
|
|
32623
|
-
cursor: auto;
|
|
32624
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32629
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
32630
|
+
height: 20px;
|
|
32631
|
+
width: 20px;
|
|
32625
32632
|
}
|
|
32626
|
-
.ant-
|
|
32627
|
-
border-radius:
|
|
32633
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
32634
|
+
border-radius: 10px;
|
|
32635
|
+
transition-delay: 120ms;
|
|
32628
32636
|
}
|
|
32629
|
-
.
|
|
32630
|
-
|
|
32631
|
-
|
|
32637
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
32638
|
+
height: 14px;
|
|
32639
|
+
width: 14px;
|
|
32640
|
+
top: 1px;
|
|
32641
|
+
left: 1px;
|
|
32632
32642
|
}
|
|
32633
|
-
.
|
|
32634
|
-
|
|
32635
|
-
|
|
32636
|
-
z-index: 1;
|
|
32643
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
32644
|
+
height: 28px;
|
|
32645
|
+
width: 28px;
|
|
32637
32646
|
}
|
|
32638
|
-
.
|
|
32639
|
-
border-
|
|
32640
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32647
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
32648
|
+
border-radius: 14px;
|
|
32641
32649
|
}
|
|
32642
|
-
.
|
|
32643
|
-
|
|
32644
|
-
border: 1px;
|
|
32645
|
-
padding: 5px 12px;
|
|
32646
|
-
font-size: inherit;
|
|
32650
|
+
.E_s1dizucg.ant-switch-checked {
|
|
32651
|
+
background-color: #00ba5d;
|
|
32647
32652
|
}
|
|
32648
|
-
.
|
|
32649
|
-
|
|
32650
|
-
border: 1px;
|
|
32651
|
-
padding: 8px 16px;
|
|
32653
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
32654
|
+
left: calc(100% - 20px - 2px);
|
|
32652
32655
|
}
|
|
32653
|
-
.
|
|
32654
|
-
|
|
32655
|
-
|
|
32656
|
-
|
|
32656
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
32657
|
+
left: calc(100% - 14px - 1px);
|
|
32658
|
+
}
|
|
32659
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
32660
|
+
left: calc(100% - 28px - 2px);
|
|
32657
32661
|
}
|
|
32658
32662
|
|
|
32659
|
-
.
|
|
32660
|
-
|
|
32661
|
-
align-items: center;
|
|
32662
|
-
justify-content: center;
|
|
32663
|
-
color: #fff;
|
|
32664
|
-
font-weight: bold;
|
|
32665
|
-
font-size: 12px;
|
|
32666
|
-
width: 24px;
|
|
32667
|
-
height: 24px;
|
|
32668
|
-
border-radius: 50%;
|
|
32669
|
-
background: linear-gradient(180deg, rgba(0, 136, 255, 0.2) 0%, rgba(0, 136, 255, 0.6) 100%);
|
|
32663
|
+
.E_c1up6e3y {
|
|
32664
|
+
margin-left: 5px;
|
|
32670
32665
|
}
|
|
32671
|
-
|
|
32672
|
-
|
|
32673
|
-
|
|
32674
|
-
width: 56px;
|
|
32675
|
-
height: 40px;
|
|
32676
|
-
display: inline-flex;
|
|
32677
|
-
align-items: center;
|
|
32678
|
-
justify-content: center;
|
|
32679
|
-
border-radius: 6px;
|
|
32666
|
+
|
|
32667
|
+
.E_iq1gosr {
|
|
32668
|
+
display: inline-block;
|
|
32680
32669
|
}
|
|
32681
|
-
|
|
32682
|
-
|
|
32670
|
+
|
|
32671
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32672
|
+
border: 0px;
|
|
32673
|
+
background-color: #fff;
|
|
32683
32674
|
}
|
|
32684
|
-
.
|
|
32685
|
-
|
|
32686
|
-
|
|
32675
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32676
|
+
padding-top: 0px;
|
|
32677
|
+
padding-bottom: 0px;
|
|
32678
|
+
padding-left: 0px !important;
|
|
32679
|
+
padding-right: 24px;
|
|
32680
|
+
}
|
|
32681
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32682
|
+
right: 0px;
|
|
32683
|
+
}
|
|
32684
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32685
|
+
padding: 0px;
|
|
32686
|
+
}
|
|
32687
|
+
|
|
32688
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32689
|
+
padding-right: 0px;
|
|
32690
|
+
cursor: default;
|
|
32687
32691
|
}
|
|
32688
32692
|
|
|
32689
|
-
.
|
|
32690
|
-
|
|
32693
|
+
.E_c1yyuluq {
|
|
32694
|
+
border-radius: 8px;
|
|
32695
|
+
}
|
|
32696
|
+
.E_c1yyuluq .ant-card-body {
|
|
32697
|
+
padding: 20px 24px 24px 24px;
|
|
32691
32698
|
}
|
|
32692
32699
|
|
|
32693
32700
|
.E_h1ol2wl7 {
|
|
@@ -33676,180 +33683,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33676
33683
|
background-color: transparent;
|
|
33677
33684
|
}
|
|
33678
33685
|
|
|
33679
|
-
.E_b14q2gmw {
|
|
33680
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33681
|
-
}
|
|
33682
|
-
|
|
33683
|
-
.E_c1eym6el {
|
|
33684
|
-
border-radius: 8px;
|
|
33685
|
-
background-color: white;
|
|
33686
|
-
}
|
|
33687
|
-
.E_c1eym6el.hoverable {
|
|
33688
|
-
cursor: pointer;
|
|
33689
|
-
}
|
|
33690
|
-
.E_c1eym6el.hoverable:hover {
|
|
33691
|
-
transition: all 200ms ease;
|
|
33692
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33693
|
-
transform: translateY(-4px);
|
|
33694
|
-
}
|
|
33695
|
-
|
|
33696
|
-
.E_c1yd35n {
|
|
33697
|
-
padding: 0 12px 14px 12px;
|
|
33698
|
-
}
|
|
33699
|
-
|
|
33700
|
-
.E_ckui4s7 {
|
|
33701
|
-
color: #2d3a56;
|
|
33702
|
-
line-height: 22px;
|
|
33703
|
-
display: inline-flex;
|
|
33704
|
-
}
|
|
33705
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33706
|
-
height: 22px;
|
|
33707
|
-
display: flex;
|
|
33708
|
-
align-items: center;
|
|
33709
|
-
top: 0;
|
|
33710
|
-
}
|
|
33711
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33712
|
-
border: none;
|
|
33713
|
-
}
|
|
33714
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33715
|
-
border-color: #0080ff;
|
|
33716
|
-
}
|
|
33717
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33718
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33719
|
-
}
|
|
33720
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33721
|
-
border: 1px solid #0080ff;
|
|
33722
|
-
}
|
|
33723
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33724
|
-
background: #0080ff;
|
|
33725
|
-
}
|
|
33726
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33727
|
-
background-color: #fff;
|
|
33728
|
-
height: 2px;
|
|
33729
|
-
width: 10px;
|
|
33730
|
-
border-radius: 2px;
|
|
33731
|
-
}
|
|
33732
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33733
|
-
opacity: 0.5;
|
|
33734
|
-
}
|
|
33735
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33736
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33737
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33738
|
-
}
|
|
33739
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33740
|
-
border-color: #2d3a56;
|
|
33741
|
-
}
|
|
33742
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33743
|
-
background: #2d3a56;
|
|
33744
|
-
}
|
|
33745
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33746
|
-
padding: 0;
|
|
33747
|
-
}
|
|
33748
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33749
|
-
display: inline-block;
|
|
33750
|
-
margin-left: 12px;
|
|
33751
|
-
color: #2d3a56;
|
|
33752
|
-
}
|
|
33753
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33754
|
-
margin-left: 28px;
|
|
33755
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33756
|
-
}
|
|
33757
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33758
|
-
margin-left: 8px;
|
|
33759
|
-
}
|
|
33760
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33761
|
-
margin-left: 24px;
|
|
33762
|
-
}
|
|
33763
|
-
|
|
33764
|
-
.E_c1kghdax {
|
|
33765
|
-
color: #2d3a56;
|
|
33766
|
-
padding: 7px 12px;
|
|
33767
|
-
display: flex;
|
|
33768
|
-
justify-content: space-between;
|
|
33769
|
-
align-items: center;
|
|
33770
|
-
}
|
|
33771
|
-
.E_c1kghdax.has-arrow {
|
|
33772
|
-
padding-left: 10px;
|
|
33773
|
-
}
|
|
33774
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33775
|
-
cursor: pointer;
|
|
33776
|
-
color: #00122e;
|
|
33777
|
-
}
|
|
33778
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33779
|
-
color: #2d3a56;
|
|
33780
|
-
font-weight: 600;
|
|
33781
|
-
}
|
|
33782
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33783
|
-
transform: rotate(90deg);
|
|
33784
|
-
}
|
|
33785
|
-
.E_c1kghdax .sub-info {
|
|
33786
|
-
font-size: 12px;
|
|
33787
|
-
line-height: 18px;
|
|
33788
|
-
}
|
|
33789
|
-
.E_c1kghdax .title-wrapper {
|
|
33790
|
-
display: flex;
|
|
33791
|
-
align-items: center;
|
|
33792
|
-
user-select: none;
|
|
33793
|
-
flex-grow: 1;
|
|
33794
|
-
font-size: 12px;
|
|
33795
|
-
line-height: 18px;
|
|
33796
|
-
color: #2d3a56;
|
|
33797
|
-
font-weight: 700;
|
|
33798
|
-
}
|
|
33799
|
-
.E_c1kghdax .collapse-arrow {
|
|
33800
|
-
transition: all 50ms ease-out 0ms;
|
|
33801
|
-
margin-right: 2px;
|
|
33802
|
-
}
|
|
33803
|
-
|
|
33804
|
-
.E_lht19u8 {
|
|
33805
|
-
width: 64px;
|
|
33806
|
-
height: 64px;
|
|
33807
|
-
display: flex;
|
|
33808
|
-
align-items: center;
|
|
33809
|
-
justify-content: center;
|
|
33810
|
-
position: relative;
|
|
33811
|
-
opacity: 0.2;
|
|
33812
|
-
}
|
|
33813
|
-
|
|
33814
|
-
.E_lk3gkp4 {
|
|
33815
|
-
position: absolute;
|
|
33816
|
-
width: 5px;
|
|
33817
|
-
height: 48px;
|
|
33818
|
-
left: 9.33px;
|
|
33819
|
-
top: 40.5px;
|
|
33820
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33821
|
-
border-radius: 5px;
|
|
33822
|
-
transform: rotate(-128deg);
|
|
33823
|
-
transform-origin: top left;
|
|
33824
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33825
|
-
}
|
|
33826
|
-
|
|
33827
|
-
.E_ll4n94n {
|
|
33828
|
-
position: absolute;
|
|
33829
|
-
width: 5px;
|
|
33830
|
-
height: 48px;
|
|
33831
|
-
left: 40.8px;
|
|
33832
|
-
top: 8.4px;
|
|
33833
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33834
|
-
border-radius: 5px;
|
|
33835
|
-
transform: rotate(-8deg);
|
|
33836
|
-
transform-origin: top left;
|
|
33837
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33838
|
-
}
|
|
33839
|
-
|
|
33840
|
-
.E_l17lbdo6 {
|
|
33841
|
-
position: absolute;
|
|
33842
|
-
width: 5px;
|
|
33843
|
-
height: 48px;
|
|
33844
|
-
left: 52.9px;
|
|
33845
|
-
top: 51.8px;
|
|
33846
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33847
|
-
border-radius: 5px;
|
|
33848
|
-
transform: rotate(112deg);
|
|
33849
|
-
transform-origin: top left;
|
|
33850
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33851
|
-
}
|
|
33852
|
-
|
|
33853
33686
|
.E_r77hffu {
|
|
33854
33687
|
display: flex;
|
|
33855
33688
|
align-items: center;
|
|
@@ -33867,435 +33700,399 @@ input.E_rf8rlle.ant-input {
|
|
|
33867
33700
|
font-size: 0;
|
|
33868
33701
|
}
|
|
33869
33702
|
|
|
33870
|
-
.
|
|
33871
|
-
|
|
33872
|
-
|
|
33873
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
33874
|
-
border-radius: 4px 0 0 4px;
|
|
33875
|
-
padding-right: 4px;
|
|
33876
|
-
margin-right: 4px;
|
|
33877
|
-
}
|
|
33878
|
-
|
|
33879
|
-
.E_slr2ynn {
|
|
33880
|
-
padding: 0 8px;
|
|
33881
|
-
height: 18px;
|
|
33882
|
-
}
|
|
33883
|
-
|
|
33884
|
-
.E_m140wbb6 {
|
|
33885
|
-
padding: 2px 8px;
|
|
33886
|
-
height: 24px;
|
|
33887
|
-
}
|
|
33888
|
-
|
|
33889
|
-
.E_t1fozc1i {
|
|
33890
|
-
margin: 0;
|
|
33891
|
-
}
|
|
33892
|
-
|
|
33893
|
-
.E_i1vxv4ln {
|
|
33894
|
-
margin-right: 4px;
|
|
33895
|
-
height: 16px;
|
|
33896
|
-
}
|
|
33897
|
-
|
|
33898
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33899
|
-
font-weight: 700;
|
|
33900
|
-
color: #00122e;
|
|
33901
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33902
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33903
|
-
word-break: break-all;
|
|
33904
|
-
display: inline;
|
|
33905
|
-
white-space: normal;
|
|
33906
|
-
}
|
|
33907
|
-
|
|
33908
|
-
.E_sjob3jg {
|
|
33909
|
-
--item-min-width: 60px;
|
|
33910
|
-
}
|
|
33911
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33912
|
-
display: none !important;
|
|
33913
|
-
}
|
|
33914
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33915
|
-
flex-shrink: 0 !important;
|
|
33916
|
-
}
|
|
33917
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33918
|
-
color: #0080ff;
|
|
33919
|
-
}
|
|
33920
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33921
|
-
color: #0080ff;
|
|
33922
|
-
font-weight: normal;
|
|
33923
|
-
}
|
|
33924
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
33925
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33926
|
-
}
|
|
33927
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33928
|
-
color: #00122e;
|
|
33929
|
-
}
|
|
33930
|
-
.E_sjob3jg .step-item-text {
|
|
33931
|
-
display: inline-block;
|
|
33932
|
-
}
|
|
33933
|
-
.E_sjob3jg .step-item-title {
|
|
33934
|
-
overflow: hidden;
|
|
33935
|
-
white-space: nowrap;
|
|
33936
|
-
text-overflow: ellipsis;
|
|
33937
|
-
}
|
|
33938
|
-
|
|
33939
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
33940
|
-
min-width: var(--item-min-width);
|
|
33703
|
+
.E_t1gvlxt5 {
|
|
33704
|
+
min-width: 0;
|
|
33705
|
+
flex: 1;
|
|
33941
33706
|
}
|
|
33942
|
-
.
|
|
33943
|
-
|
|
33707
|
+
.E_t1gvlxt5 .tag {
|
|
33708
|
+
flex: 0 0 auto;
|
|
33944
33709
|
}
|
|
33945
|
-
.
|
|
33946
|
-
flex
|
|
33947
|
-
|
|
33710
|
+
.E_t1gvlxt5 .progress-title {
|
|
33711
|
+
flex: 2;
|
|
33712
|
+
max-width: fit-content;
|
|
33948
33713
|
}
|
|
33949
|
-
.
|
|
33950
|
-
padding: 0;
|
|
33951
|
-
margin-right: 4px;
|
|
33714
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33952
33715
|
flex: 1;
|
|
33953
|
-
|
|
33716
|
+
max-width: fit-content;
|
|
33954
33717
|
}
|
|
33955
|
-
|
|
33956
|
-
|
|
33957
|
-
|
|
33718
|
+
|
|
33719
|
+
.E_a1ji6r68 {
|
|
33720
|
+
display: flex;
|
|
33721
|
+
align-items: center;
|
|
33722
|
+
column-gap: var(--a1ji6r68-0);
|
|
33958
33723
|
}
|
|
33959
|
-
|
|
33960
|
-
|
|
33961
|
-
|
|
33962
|
-
|
|
33963
|
-
|
|
33964
|
-
font-size: 12px;
|
|
33724
|
+
|
|
33725
|
+
.E_ckui4s7 {
|
|
33726
|
+
color: #2d3a56;
|
|
33727
|
+
line-height: 22px;
|
|
33728
|
+
display: inline-flex;
|
|
33965
33729
|
}
|
|
33966
|
-
.
|
|
33967
|
-
|
|
33730
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33731
|
+
height: 22px;
|
|
33732
|
+
display: flex;
|
|
33733
|
+
align-items: center;
|
|
33734
|
+
top: 0;
|
|
33968
33735
|
}
|
|
33969
|
-
.
|
|
33970
|
-
|
|
33736
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33737
|
+
border: none;
|
|
33971
33738
|
}
|
|
33972
|
-
.
|
|
33973
|
-
|
|
33974
|
-
padding-right: 4px;
|
|
33975
|
-
border-radius: 4px 0 0 4px;
|
|
33739
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33740
|
+
border-color: #0080ff;
|
|
33976
33741
|
}
|
|
33977
|
-
.
|
|
33978
|
-
|
|
33742
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33743
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33979
33744
|
}
|
|
33980
|
-
.
|
|
33981
|
-
|
|
33982
|
-
padding-left: 12px;
|
|
33983
|
-
border-radius: 0 4px 4px 0;
|
|
33745
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33746
|
+
border: 1px solid #0080ff;
|
|
33984
33747
|
}
|
|
33985
|
-
.
|
|
33986
|
-
|
|
33987
|
-
width: 0;
|
|
33988
|
-
height: 0;
|
|
33989
|
-
border: 13px solid transparent;
|
|
33990
|
-
position: absolute;
|
|
33991
|
-
top: 0;
|
|
33992
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33993
|
-
z-index: 2;
|
|
33994
|
-
position: relative;
|
|
33995
|
-
top: -50%;
|
|
33996
|
-
right: -100%;
|
|
33748
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33749
|
+
background: #0080ff;
|
|
33997
33750
|
}
|
|
33998
|
-
.
|
|
33999
|
-
|
|
33751
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33752
|
+
background-color: #fff;
|
|
33753
|
+
height: 2px;
|
|
33754
|
+
width: 10px;
|
|
33755
|
+
border-radius: 2px;
|
|
34000
33756
|
}
|
|
34001
|
-
.
|
|
34002
|
-
|
|
34003
|
-
width: 0;
|
|
34004
|
-
height: 0;
|
|
34005
|
-
border: 13px solid transparent;
|
|
34006
|
-
position: absolute;
|
|
34007
|
-
top: 0;
|
|
34008
|
-
border-left: 8px solid #fff;
|
|
34009
|
-
left: 0;
|
|
33757
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33758
|
+
opacity: 0.5;
|
|
34010
33759
|
}
|
|
34011
|
-
.
|
|
34012
|
-
|
|
33760
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33761
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33762
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34013
33763
|
}
|
|
34014
|
-
.
|
|
34015
|
-
|
|
33764
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33765
|
+
border-color: #2d3a56;
|
|
34016
33766
|
}
|
|
34017
|
-
.
|
|
34018
|
-
|
|
33767
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33768
|
+
background: #2d3a56;
|
|
34019
33769
|
}
|
|
34020
|
-
.
|
|
34021
|
-
|
|
34022
|
-
min-width: var(--item-min-width);
|
|
33770
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33771
|
+
padding: 0;
|
|
34023
33772
|
}
|
|
34024
|
-
.
|
|
34025
|
-
|
|
34026
|
-
|
|
33773
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33774
|
+
display: inline-block;
|
|
33775
|
+
margin-left: 12px;
|
|
33776
|
+
color: #2d3a56;
|
|
34027
33777
|
}
|
|
34028
|
-
.
|
|
34029
|
-
|
|
34030
|
-
|
|
33778
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33779
|
+
margin-left: 28px;
|
|
33780
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34031
33781
|
}
|
|
34032
|
-
.
|
|
34033
|
-
|
|
33782
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33783
|
+
margin-left: 8px;
|
|
33784
|
+
}
|
|
33785
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33786
|
+
margin-left: 24px;
|
|
34034
33787
|
}
|
|
34035
33788
|
|
|
34036
|
-
.
|
|
34037
|
-
|
|
34038
|
-
|
|
33789
|
+
.E_c1kghdax {
|
|
33790
|
+
color: #2d3a56;
|
|
33791
|
+
padding: 7px 12px;
|
|
33792
|
+
display: flex;
|
|
33793
|
+
justify-content: space-between;
|
|
33794
|
+
align-items: center;
|
|
34039
33795
|
}
|
|
34040
|
-
.
|
|
34041
|
-
|
|
33796
|
+
.E_c1kghdax.has-arrow {
|
|
33797
|
+
padding-left: 10px;
|
|
34042
33798
|
}
|
|
34043
|
-
.
|
|
34044
|
-
|
|
33799
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33800
|
+
cursor: pointer;
|
|
33801
|
+
color: #00122e;
|
|
34045
33802
|
}
|
|
34046
|
-
.
|
|
34047
|
-
|
|
33803
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33804
|
+
color: #2d3a56;
|
|
33805
|
+
font-weight: 600;
|
|
34048
33806
|
}
|
|
34049
|
-
.
|
|
34050
|
-
|
|
34051
|
-
|
|
34052
|
-
|
|
33807
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33808
|
+
transform: rotate(90deg);
|
|
33809
|
+
}
|
|
33810
|
+
.E_c1kghdax .sub-info {
|
|
33811
|
+
font-size: 12px;
|
|
33812
|
+
line-height: 18px;
|
|
33813
|
+
}
|
|
33814
|
+
.E_c1kghdax .title-wrapper {
|
|
34053
33815
|
display: flex;
|
|
34054
33816
|
align-items: center;
|
|
33817
|
+
user-select: none;
|
|
33818
|
+
flex-grow: 1;
|
|
33819
|
+
font-size: 12px;
|
|
33820
|
+
line-height: 18px;
|
|
33821
|
+
color: #2d3a56;
|
|
33822
|
+
font-weight: 700;
|
|
34055
33823
|
}
|
|
34056
|
-
.
|
|
34057
|
-
|
|
34058
|
-
|
|
33824
|
+
.E_c1kghdax .collapse-arrow {
|
|
33825
|
+
transition: all 50ms ease-out 0ms;
|
|
33826
|
+
margin-right: 2px;
|
|
34059
33827
|
}
|
|
34060
|
-
|
|
34061
|
-
|
|
34062
|
-
|
|
34063
|
-
max-width: 100%;
|
|
34064
|
-
padding-right: 0;
|
|
33828
|
+
|
|
33829
|
+
.E_c1yd35n {
|
|
33830
|
+
padding: 0 12px 14px 12px;
|
|
34065
33831
|
}
|
|
34066
|
-
|
|
34067
|
-
|
|
33832
|
+
|
|
33833
|
+
.E_b14q2gmw {
|
|
33834
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34068
33835
|
}
|
|
34069
33836
|
|
|
34070
|
-
.
|
|
34071
|
-
|
|
34072
|
-
|
|
34073
|
-
align-items: center;
|
|
34074
|
-
justify-content: center;
|
|
34075
|
-
column-gap: 4px;
|
|
33837
|
+
.E_c1eym6el {
|
|
33838
|
+
border-radius: 8px;
|
|
33839
|
+
background-color: white;
|
|
34076
33840
|
}
|
|
34077
|
-
.
|
|
34078
|
-
|
|
34079
|
-
|
|
34080
|
-
|
|
34081
|
-
|
|
34082
|
-
|
|
34083
|
-
|
|
33841
|
+
.E_c1eym6el.hoverable {
|
|
33842
|
+
cursor: pointer;
|
|
33843
|
+
}
|
|
33844
|
+
.E_c1eym6el.hoverable:hover {
|
|
33845
|
+
transition: all 200ms ease;
|
|
33846
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33847
|
+
transform: translateY(-4px);
|
|
34084
33848
|
}
|
|
34085
33849
|
|
|
34086
|
-
.
|
|
34087
|
-
width:
|
|
33850
|
+
.E_lht19u8 {
|
|
33851
|
+
width: 64px;
|
|
33852
|
+
height: 64px;
|
|
34088
33853
|
display: flex;
|
|
34089
33854
|
align-items: center;
|
|
34090
33855
|
justify-content: center;
|
|
34091
|
-
|
|
34092
|
-
|
|
33856
|
+
position: relative;
|
|
33857
|
+
opacity: 0.2;
|
|
34093
33858
|
}
|
|
34094
|
-
|
|
34095
|
-
|
|
34096
|
-
|
|
34097
|
-
|
|
34098
|
-
|
|
34099
|
-
|
|
34100
|
-
|
|
33859
|
+
|
|
33860
|
+
.E_lk3gkp4 {
|
|
33861
|
+
position: absolute;
|
|
33862
|
+
width: 5px;
|
|
33863
|
+
height: 48px;
|
|
33864
|
+
left: 9.33px;
|
|
33865
|
+
top: 40.5px;
|
|
33866
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33867
|
+
border-radius: 5px;
|
|
33868
|
+
transform: rotate(-128deg);
|
|
33869
|
+
transform-origin: top left;
|
|
33870
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34101
33871
|
}
|
|
34102
33872
|
|
|
34103
|
-
.
|
|
34104
|
-
|
|
34105
|
-
|
|
33873
|
+
.E_ll4n94n {
|
|
33874
|
+
position: absolute;
|
|
33875
|
+
width: 5px;
|
|
33876
|
+
height: 48px;
|
|
33877
|
+
left: 40.8px;
|
|
33878
|
+
top: 8.4px;
|
|
33879
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33880
|
+
border-radius: 5px;
|
|
33881
|
+
transform: rotate(-8deg);
|
|
33882
|
+
transform-origin: top left;
|
|
33883
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34106
33884
|
}
|
|
34107
33885
|
|
|
34108
|
-
.
|
|
34109
|
-
|
|
34110
|
-
|
|
34111
|
-
|
|
34112
|
-
|
|
34113
|
-
|
|
33886
|
+
.E_l17lbdo6 {
|
|
33887
|
+
position: absolute;
|
|
33888
|
+
width: 5px;
|
|
33889
|
+
height: 48px;
|
|
33890
|
+
left: 52.9px;
|
|
33891
|
+
top: 51.8px;
|
|
33892
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33893
|
+
border-radius: 5px;
|
|
33894
|
+
transform: rotate(112deg);
|
|
33895
|
+
transform-origin: top left;
|
|
33896
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34114
33897
|
}
|
|
34115
33898
|
|
|
34116
|
-
.
|
|
33899
|
+
.E_msn7nxt {
|
|
34117
33900
|
color: rgba(44, 56, 82, 0.6);
|
|
34118
|
-
|
|
34119
|
-
|
|
34120
|
-
|
|
33901
|
+
text-align: center;
|
|
33902
|
+
display: flex;
|
|
33903
|
+
align-items: center;
|
|
33904
|
+
justify-content: center;
|
|
33905
|
+
flex-direction: column;
|
|
33906
|
+
height: 100%;
|
|
34121
33907
|
}
|
|
34122
|
-
.
|
|
33908
|
+
.E_msn7nxt .link {
|
|
34123
33909
|
color: #0080ff;
|
|
33910
|
+
cursor: pointer;
|
|
34124
33911
|
}
|
|
34125
|
-
|
|
34126
|
-
|
|
33912
|
+
|
|
33913
|
+
.E_mp64wfi {
|
|
33914
|
+
width: 100%;
|
|
33915
|
+
height: 100%;
|
|
33916
|
+
display: flex;
|
|
33917
|
+
flex-direction: column;
|
|
34127
33918
|
}
|
|
34128
|
-
.
|
|
34129
|
-
|
|
33919
|
+
.E_mp64wfi .name-toolbar {
|
|
33920
|
+
width: 100%;
|
|
33921
|
+
display: flex;
|
|
33922
|
+
line-height: 30px;
|
|
33923
|
+
padding: 0 16px;
|
|
33924
|
+
justify-content: space-between;
|
|
34130
33925
|
}
|
|
34131
|
-
.
|
|
34132
|
-
|
|
33926
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33927
|
+
display: flex;
|
|
33928
|
+
font-size: 12px;
|
|
33929
|
+
align-items: center;
|
|
34133
33930
|
}
|
|
34134
|
-
.
|
|
34135
|
-
color:
|
|
33931
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33932
|
+
color: #a3b4cc;
|
|
34136
33933
|
}
|
|
34137
|
-
|
|
34138
|
-
|
|
34139
|
-
margin-bottom: 0;
|
|
34140
|
-
color: #00122e;
|
|
33934
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33935
|
+
margin-left: 10px;
|
|
34141
33936
|
}
|
|
34142
|
-
|
|
34143
|
-
|
|
34144
|
-
|
|
34145
|
-
margin-right: 6px;
|
|
33937
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33938
|
+
margin-left: 10px;
|
|
33939
|
+
cursor: pointer;
|
|
34146
33940
|
}
|
|
34147
|
-
|
|
34148
|
-
.E_bsub5bw.with-description {
|
|
34149
|
-
height: 24px;
|
|
33941
|
+
.E_mp64wfi .content {
|
|
34150
33942
|
flex: 1;
|
|
34151
|
-
position: relative;
|
|
34152
|
-
top: -7px;
|
|
34153
|
-
}
|
|
34154
|
-
.E_bsub5bw p {
|
|
34155
33943
|
width: 100%;
|
|
34156
|
-
|
|
34157
|
-
|
|
34158
|
-
|
|
34159
|
-
}
|
|
34160
|
-
|
|
34161
|
-
.E_tmoyoag {
|
|
34162
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34163
|
-
border-radius: 8px;
|
|
34164
|
-
overflow: auto;
|
|
33944
|
+
display: flex;
|
|
33945
|
+
justify-content: center;
|
|
33946
|
+
align-items: center;
|
|
34165
33947
|
}
|
|
34166
|
-
.
|
|
34167
|
-
|
|
33948
|
+
.E_mp64wfi .single-content {
|
|
33949
|
+
height: 65px;
|
|
34168
33950
|
}
|
|
34169
|
-
|
|
34170
|
-
|
|
34171
|
-
top: 0;
|
|
34172
|
-
z-index: 2;
|
|
33951
|
+
|
|
33952
|
+
.E_l1oyigan {
|
|
34173
33953
|
display: flex;
|
|
34174
|
-
|
|
34175
|
-
|
|
34176
|
-
|
|
34177
|
-
|
|
34178
|
-
font-size: 14px;
|
|
34179
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34180
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33954
|
+
align-items: center;
|
|
33955
|
+
white-space: nowrap;
|
|
33956
|
+
overflow: hidden;
|
|
33957
|
+
width: 100%;
|
|
34181
33958
|
}
|
|
34182
|
-
.
|
|
34183
|
-
|
|
33959
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33960
|
+
margin-left: auto;
|
|
33961
|
+
font-size: 12px;
|
|
34184
33962
|
}
|
|
34185
|
-
|
|
33963
|
+
|
|
33964
|
+
.E_l1noi4n1 {
|
|
34186
33965
|
display: flex;
|
|
34187
33966
|
justify-content: flex-start;
|
|
34188
|
-
align-items:
|
|
34189
|
-
|
|
34190
|
-
|
|
34191
|
-
border: none;
|
|
34192
|
-
}
|
|
34193
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34194
|
-
flex-basis: 100%;
|
|
34195
|
-
margin: 12px 0 0;
|
|
34196
|
-
order: 99;
|
|
34197
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33967
|
+
align-items: center;
|
|
33968
|
+
font-size: 12px;
|
|
33969
|
+
cursor: pointer;
|
|
34198
33970
|
}
|
|
34199
|
-
.
|
|
34200
|
-
|
|
34201
|
-
flex-basis: 100%;
|
|
34202
|
-
order: 98;
|
|
34203
|
-
margin: 12px 0 0;
|
|
33971
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33972
|
+
margin-right: 20px;
|
|
34204
33973
|
}
|
|
34205
|
-
.
|
|
34206
|
-
|
|
33974
|
+
.E_l1noi4n1.deselected {
|
|
33975
|
+
opacity: 0.4;
|
|
34207
33976
|
}
|
|
34208
|
-
.
|
|
34209
|
-
background
|
|
33977
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33978
|
+
background: #b4beca !important;
|
|
34210
33979
|
}
|
|
34211
|
-
|
|
34212
|
-
|
|
34213
|
-
|
|
33980
|
+
|
|
33981
|
+
.E_cz19rz6 {
|
|
33982
|
+
display: inline-block;
|
|
33983
|
+
height: 8px;
|
|
33984
|
+
width: 8px;
|
|
33985
|
+
margin-right: 8px;
|
|
34214
33986
|
}
|
|
34215
|
-
|
|
34216
|
-
|
|
33987
|
+
|
|
33988
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33989
|
+
display: flex;
|
|
33990
|
+
align-items: center;
|
|
33991
|
+
font-size: 12px;
|
|
34217
33992
|
margin: 0;
|
|
34218
33993
|
}
|
|
34219
|
-
|
|
34220
|
-
|
|
34221
|
-
|
|
34222
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34223
|
-
text-align: center;
|
|
33994
|
+
|
|
33995
|
+
.E_m1y1hhnr {
|
|
33996
|
+
position: relative;
|
|
34224
33997
|
}
|
|
34225
|
-
.
|
|
34226
|
-
|
|
33998
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33999
|
+
bottom: -12px;
|
|
34227
34000
|
}
|
|
34228
|
-
.
|
|
34229
|
-
|
|
34001
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34002
|
+
display: flex;
|
|
34003
|
+
justify-content: space-between;
|
|
34004
|
+
line-height: 30px;
|
|
34005
|
+
margin: 0 16px;
|
|
34230
34006
|
}
|
|
34231
|
-
.
|
|
34232
|
-
|
|
34007
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34008
|
+
display: flex;
|
|
34009
|
+
font-size: 12px;
|
|
34010
|
+
align-items: center;
|
|
34233
34011
|
}
|
|
34234
|
-
.
|
|
34235
|
-
|
|
34012
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34013
|
+
color: #a3b4cc;
|
|
34236
34014
|
}
|
|
34237
|
-
.
|
|
34238
|
-
margin-
|
|
34015
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34016
|
+
margin-left: 10px;
|
|
34239
34017
|
}
|
|
34240
|
-
.
|
|
34241
|
-
|
|
34242
|
-
|
|
34243
|
-
height: 24px;
|
|
34244
|
-
overflow: hidden;
|
|
34018
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34019
|
+
margin-left: 10px;
|
|
34020
|
+
cursor: pointer;
|
|
34245
34021
|
}
|
|
34246
|
-
.
|
|
34247
|
-
|
|
34022
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34023
|
+
font-size: 12px;
|
|
34248
34024
|
}
|
|
34249
|
-
.
|
|
34250
|
-
|
|
34251
|
-
|
|
34025
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34026
|
+
position: absolute;
|
|
34027
|
+
bottom: 10px;
|
|
34028
|
+
padding: 0 8px;
|
|
34029
|
+
border-radius: 4px;
|
|
34030
|
+
font-size: 12px;
|
|
34031
|
+
color: #fff;
|
|
34032
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34033
|
+
transform: translateX(-50%);
|
|
34252
34034
|
}
|
|
34253
|
-
|
|
34254
|
-
|
|
34035
|
+
|
|
34036
|
+
.E_tnvijvs {
|
|
34037
|
+
min-width: 200px;
|
|
34255
34038
|
}
|
|
34256
|
-
|
|
34257
|
-
.
|
|
34258
|
-
|
|
34039
|
+
|
|
34040
|
+
.E_t1ub2aex {
|
|
34041
|
+
display: flex;
|
|
34042
|
+
align-items: center;
|
|
34043
|
+
justify-content: space-between;
|
|
34044
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34045
|
+
color: #b4beca;
|
|
34259
34046
|
font-size: 12px;
|
|
34047
|
+
padding: 3px 6px;
|
|
34260
34048
|
}
|
|
34261
|
-
.
|
|
34262
|
-
|
|
34049
|
+
.E_t1ub2aex:first-child {
|
|
34050
|
+
padding-top: 3px;
|
|
34263
34051
|
}
|
|
34264
|
-
.
|
|
34265
|
-
|
|
34266
|
-
font-size: 12px;
|
|
34267
|
-
position: relative;
|
|
34052
|
+
.E_t1ub2aex:last-child {
|
|
34053
|
+
padding-bottom: 3px;
|
|
34268
34054
|
}
|
|
34269
|
-
.
|
|
34270
|
-
|
|
34055
|
+
.E_t1ub2aex .column-value {
|
|
34056
|
+
color: #fff;
|
|
34057
|
+
margin-left: 8px;
|
|
34058
|
+
}
|
|
34059
|
+
|
|
34060
|
+
.E_w7ob4th.outside-tag {
|
|
34061
|
+
padding-left: 0;
|
|
34271
34062
|
}
|
|
34272
|
-
.
|
|
34273
|
-
|
|
34063
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34064
|
+
border-radius: 4px 0 0 4px;
|
|
34065
|
+
padding-right: 4px;
|
|
34066
|
+
margin-right: 4px;
|
|
34274
34067
|
}
|
|
34275
34068
|
|
|
34276
|
-
.
|
|
34277
|
-
|
|
34278
|
-
|
|
34279
|
-
margin-top: 8px;
|
|
34069
|
+
.E_slr2ynn {
|
|
34070
|
+
padding: 0 8px;
|
|
34071
|
+
height: 18px;
|
|
34280
34072
|
}
|
|
34281
|
-
|
|
34073
|
+
|
|
34074
|
+
.E_m140wbb6 {
|
|
34282
34075
|
padding: 2px 8px;
|
|
34283
34076
|
height: 24px;
|
|
34284
34077
|
}
|
|
34285
|
-
|
|
34286
|
-
|
|
34287
|
-
margin
|
|
34288
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34078
|
+
|
|
34079
|
+
.E_t1fozc1i {
|
|
34080
|
+
margin: 0;
|
|
34289
34081
|
}
|
|
34290
|
-
|
|
34291
|
-
|
|
34082
|
+
|
|
34083
|
+
.E_i1vxv4ln {
|
|
34084
|
+
margin-right: 4px;
|
|
34085
|
+
height: 16px;
|
|
34292
34086
|
}
|
|
34293
34087
|
|
|
34294
|
-
.
|
|
34295
|
-
|
|
34296
|
-
|
|
34297
|
-
|
|
34298
|
-
|
|
34088
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34089
|
+
font-weight: 700;
|
|
34090
|
+
color: #00122e;
|
|
34091
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34092
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34093
|
+
word-break: break-all;
|
|
34094
|
+
display: inline;
|
|
34095
|
+
white-space: normal;
|
|
34299
34096
|
}
|
|
34300
34097
|
|
|
34301
34098
|
button.E_l48ei06.ant-btn {
|
|
@@ -34791,187 +34588,397 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34791
34588
|
background: #fff;
|
|
34792
34589
|
}
|
|
34793
34590
|
|
|
34794
|
-
.
|
|
34795
|
-
|
|
34796
|
-
|
|
34591
|
+
.E_t1dtlqs1 {
|
|
34592
|
+
margin-bottom: 4px;
|
|
34593
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34594
|
+
overflow: hidden;
|
|
34595
|
+
text-overflow: ellipsis;
|
|
34596
|
+
white-space: nowrap;
|
|
34797
34597
|
}
|
|
34798
|
-
|
|
34799
|
-
|
|
34598
|
+
|
|
34599
|
+
.E_s1ese5oy {
|
|
34600
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34601
|
+
line-height: 32px;
|
|
34602
|
+
height: 32px;
|
|
34603
|
+
margin-bottom: 0;
|
|
34800
34604
|
}
|
|
34801
|
-
.
|
|
34802
|
-
|
|
34803
|
-
max-width: fit-content;
|
|
34605
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34606
|
+
color: #0080ff;
|
|
34804
34607
|
}
|
|
34805
|
-
.
|
|
34608
|
+
.E_s1ese5oy.warning {
|
|
34609
|
+
color: #ffa500;
|
|
34610
|
+
}
|
|
34611
|
+
.E_s1ese5oy.success {
|
|
34612
|
+
color: #00ba5d;
|
|
34613
|
+
}
|
|
34614
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34615
|
+
color: #f0483e;
|
|
34616
|
+
}
|
|
34617
|
+
.E_s1ese5oy.normal {
|
|
34618
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34619
|
+
}
|
|
34620
|
+
|
|
34621
|
+
.E_b1ibis43 {
|
|
34622
|
+
margin-bottom: 0;
|
|
34623
|
+
color: #00122e;
|
|
34624
|
+
}
|
|
34625
|
+
|
|
34626
|
+
.E_b11xxjd2 {
|
|
34627
|
+
line-height: 32px;
|
|
34628
|
+
margin-right: 6px;
|
|
34629
|
+
}
|
|
34630
|
+
|
|
34631
|
+
.E_bsub5bw.with-description {
|
|
34632
|
+
height: 24px;
|
|
34806
34633
|
flex: 1;
|
|
34807
|
-
|
|
34634
|
+
position: relative;
|
|
34635
|
+
top: -7px;
|
|
34636
|
+
}
|
|
34637
|
+
.E_bsub5bw p {
|
|
34638
|
+
width: 100%;
|
|
34639
|
+
overflow: hidden;
|
|
34640
|
+
text-overflow: ellipsis;
|
|
34641
|
+
white-space: nowrap;
|
|
34808
34642
|
}
|
|
34809
34643
|
|
|
34810
|
-
.
|
|
34644
|
+
.E_tmoyoag {
|
|
34645
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34646
|
+
border-radius: 8px;
|
|
34647
|
+
overflow: auto;
|
|
34648
|
+
}
|
|
34649
|
+
.E_tmoyoag .ant-list {
|
|
34650
|
+
position: relative;
|
|
34651
|
+
}
|
|
34652
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34653
|
+
position: sticky;
|
|
34654
|
+
top: 0;
|
|
34655
|
+
z-index: 2;
|
|
34811
34656
|
display: flex;
|
|
34812
|
-
|
|
34813
|
-
|
|
34657
|
+
padding: 8px;
|
|
34658
|
+
flex-wrap: nowrap;
|
|
34659
|
+
justify-content: flex-start;
|
|
34660
|
+
background: #f2f5fa;
|
|
34661
|
+
font-size: 14px;
|
|
34662
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34663
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34814
34664
|
}
|
|
34815
|
-
|
|
34816
|
-
|
|
34665
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34666
|
+
align-items: inherit;
|
|
34667
|
+
}
|
|
34668
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34669
|
+
display: flex;
|
|
34670
|
+
justify-content: flex-start;
|
|
34671
|
+
align-items: flex-start;
|
|
34672
|
+
flex-wrap: wrap;
|
|
34673
|
+
padding: 8px;
|
|
34674
|
+
border: none;
|
|
34675
|
+
}
|
|
34676
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34677
|
+
flex-basis: 100%;
|
|
34678
|
+
margin: 12px 0 0;
|
|
34679
|
+
order: 99;
|
|
34680
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34681
|
+
}
|
|
34682
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34683
|
+
color: #f0483e;
|
|
34684
|
+
flex-basis: 100%;
|
|
34685
|
+
order: 98;
|
|
34686
|
+
margin: 12px 0 0;
|
|
34687
|
+
}
|
|
34688
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34689
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34690
|
+
}
|
|
34691
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34692
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34693
|
+
}
|
|
34694
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34695
|
+
flex: 1 0 0;
|
|
34696
|
+
overflow: hidden;
|
|
34697
|
+
}
|
|
34698
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34817
34699
|
color: rgba(44, 56, 82, 0.6);
|
|
34700
|
+
margin: 0;
|
|
34701
|
+
}
|
|
34702
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34818
34703
|
text-align: center;
|
|
34704
|
+
}
|
|
34705
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34706
|
+
text-align: center;
|
|
34707
|
+
}
|
|
34708
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34709
|
+
text-align: left;
|
|
34710
|
+
}
|
|
34711
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34712
|
+
text-align: left;
|
|
34713
|
+
}
|
|
34714
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34715
|
+
text-align: right;
|
|
34716
|
+
}
|
|
34717
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34718
|
+
text-align: right;
|
|
34719
|
+
}
|
|
34720
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34721
|
+
margin-right: 8px;
|
|
34722
|
+
}
|
|
34723
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34724
|
+
padding: 4px;
|
|
34725
|
+
width: 24px;
|
|
34726
|
+
height: 24px;
|
|
34727
|
+
overflow: hidden;
|
|
34728
|
+
}
|
|
34729
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34730
|
+
padding: 0;
|
|
34731
|
+
}
|
|
34732
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34733
|
+
cursor: not-allowed;
|
|
34734
|
+
opacity: 0.5;
|
|
34735
|
+
}
|
|
34736
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34737
|
+
margin: 0;
|
|
34738
|
+
}
|
|
34739
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34740
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34741
|
+
border-radius: 5px;
|
|
34742
|
+
font-size: 12px;
|
|
34743
|
+
}
|
|
34744
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34745
|
+
font-size: inherit;
|
|
34746
|
+
}
|
|
34747
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34748
|
+
min-height: 24px;
|
|
34749
|
+
font-size: 12px;
|
|
34750
|
+
position: relative;
|
|
34751
|
+
}
|
|
34752
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34753
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34754
|
+
}
|
|
34755
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34756
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34757
|
+
}
|
|
34758
|
+
|
|
34759
|
+
.E_a138syjm {
|
|
34819
34760
|
display: flex;
|
|
34820
34761
|
align-items: center;
|
|
34821
|
-
|
|
34822
|
-
|
|
34823
|
-
|
|
34762
|
+
margin-top: 8px;
|
|
34763
|
+
}
|
|
34764
|
+
.E_a138syjm button.ant-btn {
|
|
34765
|
+
padding: 2px 8px;
|
|
34766
|
+
height: 24px;
|
|
34767
|
+
}
|
|
34768
|
+
.E_a138syjm > span.maximum-desc {
|
|
34769
|
+
display: none;
|
|
34770
|
+
margin-left: 8px;
|
|
34771
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34772
|
+
}
|
|
34773
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34774
|
+
display: inline;
|
|
34775
|
+
}
|
|
34776
|
+
|
|
34777
|
+
.E_d77i8u0 {
|
|
34778
|
+
width: 24px;
|
|
34779
|
+
height: 24px;
|
|
34780
|
+
padding: 4px;
|
|
34781
|
+
margin-right: 8px;
|
|
34782
|
+
}
|
|
34783
|
+
|
|
34784
|
+
.E_i1g85yz3 {
|
|
34785
|
+
margin-right: 4px;
|
|
34786
|
+
height: 16px;
|
|
34787
|
+
}
|
|
34788
|
+
|
|
34789
|
+
.E_sjob3jg {
|
|
34790
|
+
--item-min-width: 60px;
|
|
34791
|
+
}
|
|
34792
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34793
|
+
display: none !important;
|
|
34794
|
+
}
|
|
34795
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34796
|
+
flex-shrink: 0 !important;
|
|
34797
|
+
}
|
|
34798
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34799
|
+
color: #0080ff;
|
|
34824
34800
|
}
|
|
34825
|
-
.
|
|
34801
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34826
34802
|
color: #0080ff;
|
|
34827
|
-
|
|
34803
|
+
font-weight: normal;
|
|
34828
34804
|
}
|
|
34829
|
-
|
|
34830
|
-
.
|
|
34831
|
-
width: 100%;
|
|
34832
|
-
height: 100%;
|
|
34833
|
-
display: flex;
|
|
34834
|
-
flex-direction: column;
|
|
34805
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34806
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34835
34807
|
}
|
|
34836
|
-
.
|
|
34837
|
-
|
|
34838
|
-
display: flex;
|
|
34839
|
-
line-height: 30px;
|
|
34840
|
-
padding: 0 16px;
|
|
34841
|
-
justify-content: space-between;
|
|
34808
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34809
|
+
color: #00122e;
|
|
34842
34810
|
}
|
|
34843
|
-
.
|
|
34844
|
-
display:
|
|
34845
|
-
font-size: 12px;
|
|
34846
|
-
align-items: center;
|
|
34811
|
+
.E_sjob3jg .step-item-text {
|
|
34812
|
+
display: inline-block;
|
|
34847
34813
|
}
|
|
34848
|
-
.
|
|
34849
|
-
|
|
34814
|
+
.E_sjob3jg .step-item-title {
|
|
34815
|
+
overflow: hidden;
|
|
34816
|
+
white-space: nowrap;
|
|
34817
|
+
text-overflow: ellipsis;
|
|
34850
34818
|
}
|
|
34851
|
-
|
|
34852
|
-
|
|
34819
|
+
|
|
34820
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34821
|
+
min-width: var(--item-min-width);
|
|
34853
34822
|
}
|
|
34854
|
-
.
|
|
34855
|
-
|
|
34856
|
-
cursor: pointer;
|
|
34823
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34824
|
+
cursor: not-allowed !important;
|
|
34857
34825
|
}
|
|
34858
|
-
.
|
|
34859
|
-
flex:
|
|
34860
|
-
|
|
34861
|
-
display: flex;
|
|
34862
|
-
justify-content: center;
|
|
34863
|
-
align-items: center;
|
|
34826
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34827
|
+
flex-direction: row;
|
|
34828
|
+
justify-content: stretch;
|
|
34864
34829
|
}
|
|
34865
|
-
.
|
|
34866
|
-
|
|
34830
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34831
|
+
padding: 0;
|
|
34832
|
+
margin-right: 4px;
|
|
34833
|
+
flex: 1;
|
|
34834
|
+
overflow: visible;
|
|
34867
34835
|
}
|
|
34868
|
-
|
|
34869
|
-
.E_l1oyigan {
|
|
34870
|
-
display: flex;
|
|
34871
|
-
align-items: center;
|
|
34872
|
-
white-space: nowrap;
|
|
34873
|
-
overflow: hidden;
|
|
34836
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34874
34837
|
width: 100%;
|
|
34838
|
+
min-height: unset;
|
|
34875
34839
|
}
|
|
34876
|
-
.
|
|
34877
|
-
|
|
34878
|
-
|
|
34879
|
-
|
|
34880
|
-
|
|
34881
|
-
.E_l1noi4n1 {
|
|
34882
|
-
display: flex;
|
|
34883
|
-
justify-content: flex-start;
|
|
34884
|
-
align-items: center;
|
|
34840
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34841
|
+
height: 26px;
|
|
34842
|
+
line-height: 26px;
|
|
34843
|
+
width: 100%;
|
|
34844
|
+
padding: 0;
|
|
34885
34845
|
font-size: 12px;
|
|
34886
|
-
cursor: pointer;
|
|
34887
34846
|
}
|
|
34888
|
-
.
|
|
34889
|
-
margin-right:
|
|
34847
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34848
|
+
margin-right: 10px;
|
|
34890
34849
|
}
|
|
34891
|
-
.
|
|
34892
|
-
|
|
34850
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34851
|
+
display: none;
|
|
34893
34852
|
}
|
|
34894
|
-
.
|
|
34895
|
-
|
|
34853
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34854
|
+
padding-left: 8px;
|
|
34855
|
+
padding-right: 4px;
|
|
34856
|
+
border-radius: 4px 0 0 4px;
|
|
34896
34857
|
}
|
|
34897
|
-
|
|
34898
|
-
|
|
34899
|
-
display: inline-block;
|
|
34900
|
-
height: 8px;
|
|
34901
|
-
width: 8px;
|
|
34902
|
-
margin-right: 8px;
|
|
34858
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34859
|
+
margin-right: 0;
|
|
34903
34860
|
}
|
|
34904
|
-
|
|
34905
|
-
|
|
34906
|
-
|
|
34907
|
-
|
|
34908
|
-
font-size: 12px;
|
|
34909
|
-
margin: 0;
|
|
34861
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34862
|
+
padding-right: 8px;
|
|
34863
|
+
padding-left: 12px;
|
|
34864
|
+
border-radius: 0 4px 4px 0;
|
|
34910
34865
|
}
|
|
34911
|
-
|
|
34912
|
-
|
|
34866
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34867
|
+
content: "";
|
|
34868
|
+
width: 0;
|
|
34869
|
+
height: 0;
|
|
34870
|
+
border: 13px solid transparent;
|
|
34871
|
+
position: absolute;
|
|
34872
|
+
top: 0;
|
|
34873
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34874
|
+
z-index: 2;
|
|
34913
34875
|
position: relative;
|
|
34876
|
+
top: -50%;
|
|
34877
|
+
right: -100%;
|
|
34914
34878
|
}
|
|
34915
|
-
.
|
|
34916
|
-
|
|
34879
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34880
|
+
padding: 0 4px 0 12px;
|
|
34917
34881
|
}
|
|
34918
|
-
.
|
|
34919
|
-
|
|
34920
|
-
|
|
34921
|
-
|
|
34922
|
-
|
|
34882
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34883
|
+
content: "";
|
|
34884
|
+
width: 0;
|
|
34885
|
+
height: 0;
|
|
34886
|
+
border: 13px solid transparent;
|
|
34887
|
+
position: absolute;
|
|
34888
|
+
top: 0;
|
|
34889
|
+
border-left: 8px solid #fff;
|
|
34890
|
+
left: 0;
|
|
34923
34891
|
}
|
|
34924
|
-
.
|
|
34925
|
-
|
|
34926
|
-
font-size: 12px;
|
|
34927
|
-
align-items: center;
|
|
34892
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34893
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34928
34894
|
}
|
|
34929
|
-
.
|
|
34930
|
-
color:
|
|
34895
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34896
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34931
34897
|
}
|
|
34932
|
-
.
|
|
34933
|
-
|
|
34898
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34899
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34934
34900
|
}
|
|
34935
|
-
.
|
|
34936
|
-
margin-left: 10px;
|
|
34901
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34937
34902
|
cursor: pointer;
|
|
34903
|
+
min-width: var(--item-min-width);
|
|
34938
34904
|
}
|
|
34939
|
-
.
|
|
34940
|
-
|
|
34905
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34906
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34907
|
+
min-width: var(--item-min-width);
|
|
34941
34908
|
}
|
|
34942
|
-
.
|
|
34943
|
-
|
|
34944
|
-
|
|
34909
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34910
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34911
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34912
|
+
}
|
|
34913
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34914
|
+
padding: 0;
|
|
34915
|
+
}
|
|
34916
|
+
|
|
34917
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34918
|
+
width: 192px;
|
|
34919
|
+
row-gap: 2px;
|
|
34920
|
+
}
|
|
34921
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34922
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34923
|
+
}
|
|
34924
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34925
|
+
color: #00122e !important;
|
|
34926
|
+
}
|
|
34927
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34928
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34929
|
+
}
|
|
34930
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34945
34931
|
padding: 0 8px;
|
|
34946
34932
|
border-radius: 4px;
|
|
34947
|
-
|
|
34948
|
-
|
|
34949
|
-
|
|
34950
|
-
transform: translateX(-50%);
|
|
34933
|
+
height: 32px;
|
|
34934
|
+
display: flex;
|
|
34935
|
+
align-items: center;
|
|
34951
34936
|
}
|
|
34952
|
-
|
|
34953
|
-
|
|
34954
|
-
|
|
34937
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34938
|
+
min-height: auto;
|
|
34939
|
+
white-space: nowrap;
|
|
34940
|
+
}
|
|
34941
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34942
|
+
font-size: 13px;
|
|
34943
|
+
line-height: 20px;
|
|
34944
|
+
max-width: 100%;
|
|
34945
|
+
padding-right: 0;
|
|
34946
|
+
}
|
|
34947
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34948
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34955
34949
|
}
|
|
34956
34950
|
|
|
34957
|
-
.
|
|
34958
|
-
|
|
34951
|
+
.E_h6l1tj4 {
|
|
34952
|
+
width: 100%;
|
|
34953
|
+
display: inline-flex;
|
|
34959
34954
|
align-items: center;
|
|
34960
|
-
justify-content:
|
|
34961
|
-
|
|
34962
|
-
color: #b4beca;
|
|
34963
|
-
font-size: 12px;
|
|
34964
|
-
padding: 3px 6px;
|
|
34955
|
+
justify-content: center;
|
|
34956
|
+
column-gap: 4px;
|
|
34965
34957
|
}
|
|
34966
|
-
.
|
|
34967
|
-
|
|
34958
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34959
|
+
display: inline-flex;
|
|
34960
|
+
align-items: center;
|
|
34961
|
+
width: 18px;
|
|
34962
|
+
height: 18px;
|
|
34963
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34964
|
+
justify-content: center;
|
|
34968
34965
|
}
|
|
34969
|
-
|
|
34970
|
-
|
|
34966
|
+
|
|
34967
|
+
.E_v18frne8 {
|
|
34968
|
+
width: 100%;
|
|
34969
|
+
display: flex;
|
|
34970
|
+
align-items: center;
|
|
34971
|
+
justify-content: center;
|
|
34972
|
+
column-gap: 6px;
|
|
34973
|
+
font-size: 13px;
|
|
34971
34974
|
}
|
|
34972
|
-
.
|
|
34973
|
-
|
|
34974
|
-
|
|
34975
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34976
|
+
display: inline-flex;
|
|
34977
|
+
align-items: center;
|
|
34978
|
+
min-width: 20px;
|
|
34979
|
+
min-height: 20px;
|
|
34980
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34981
|
+
justify-content: center;
|
|
34975
34982
|
}
|
|
34976
34983
|
|
|
34977
34984
|
.E_t13ef470 {
|