@cloudtower/eagle 0.33.29 → 0.33.30
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/UIKitProvider/index.js +13 -18
- package/dist/cjs/core/index.js +9 -9
- package/dist/cjs/core/message/index.js +5 -215
- package/dist/cjs/core/message/message.js +222 -0
- package/dist/cjs/core/message/useMessage.js +12 -0
- package/dist/cjs/core/message-group/index.js +2 -2
- package/dist/cjs/coreX/KubeConfigModal/index.js +15 -15
- package/dist/cjs/index.js +193 -192
- package/dist/cjs/legacy-antd.js +81 -81
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2568 -2568
- package/dist/esm/UIKitProvider/index.js +3 -6
- package/dist/esm/core/message/index.js +4 -184
- package/dist/esm/core/message/message.js +186 -0
- package/dist/esm/core/message/useMessage.js +9 -0
- package/dist/esm/core/message-group/index.js +1 -1
- package/dist/esm/coreX/KubeConfigModal/index.js +1 -1
- package/dist/esm/index.js +3 -2
- package/dist/esm/legacy-antd.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2901 -2901
- package/dist/src/UIKitProvider/index.d.ts +1 -3
- package/dist/src/core/message/index.d.ts +4 -53
- package/dist/src/core/message/message.d.ts +53 -0
- package/dist/src/core/message/useMessage.d.ts +4 -0
- package/dist/style.css +2091 -2091
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29692,26 +29692,6 @@ html body {
|
|
|
29692
29692
|
flex: 1;
|
|
29693
29693
|
}
|
|
29694
29694
|
|
|
29695
|
-
.E_c18gxmrl {
|
|
29696
|
-
border: 1px solid #d8deeb;
|
|
29697
|
-
border-radius: 4px;
|
|
29698
|
-
}
|
|
29699
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
29700
|
-
margin-top: 8px;
|
|
29701
|
-
}
|
|
29702
|
-
.E_c18gxmrl:hover {
|
|
29703
|
-
border-color: #0080ff;
|
|
29704
|
-
}
|
|
29705
|
-
.E_c18gxmrl:hover > header {
|
|
29706
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29707
|
-
}
|
|
29708
|
-
.E_c18gxmrl.active header {
|
|
29709
|
-
border-bottom: 1px solid #d8deeb;
|
|
29710
|
-
}
|
|
29711
|
-
.E_c18gxmrl > header {
|
|
29712
|
-
padding: 8px 12px;
|
|
29713
|
-
}
|
|
29714
|
-
|
|
29715
29695
|
.E_c1uzzomf {
|
|
29716
29696
|
margin-bottom: 16px;
|
|
29717
29697
|
}
|
|
@@ -29734,204 +29714,6 @@ html body {
|
|
|
29734
29714
|
text-align: center;
|
|
29735
29715
|
}
|
|
29736
29716
|
|
|
29737
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
29738
|
-
display: flex;
|
|
29739
|
-
}
|
|
29740
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
29741
|
-
border-bottom-left-radius: 5px;
|
|
29742
|
-
border-top-left-radius: 5px;
|
|
29743
|
-
}
|
|
29744
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
29745
|
-
border-bottom-right-radius: 5px;
|
|
29746
|
-
border-top-right-radius: 5px;
|
|
29747
|
-
}
|
|
29748
|
-
|
|
29749
|
-
.E_c1yyuluq {
|
|
29750
|
-
border-radius: 8px;
|
|
29751
|
-
}
|
|
29752
|
-
.E_c1yyuluq .ant-card-body {
|
|
29753
|
-
padding: 20px 24px 24px 24px;
|
|
29754
|
-
}
|
|
29755
|
-
|
|
29756
|
-
.E_sx1bpnu .ant-input-sm {
|
|
29757
|
-
line-height: 18px;
|
|
29758
|
-
}
|
|
29759
|
-
|
|
29760
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
29761
|
-
border: 0px;
|
|
29762
|
-
background-color: #fff;
|
|
29763
|
-
}
|
|
29764
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29765
|
-
padding-top: 0px;
|
|
29766
|
-
padding-bottom: 0px;
|
|
29767
|
-
padding-left: 0px !important;
|
|
29768
|
-
padding-right: 24px;
|
|
29769
|
-
}
|
|
29770
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29771
|
-
right: 0px;
|
|
29772
|
-
}
|
|
29773
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29774
|
-
padding: 0px;
|
|
29775
|
-
}
|
|
29776
|
-
|
|
29777
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29778
|
-
padding-right: 0px;
|
|
29779
|
-
cursor: default;
|
|
29780
|
-
}
|
|
29781
|
-
|
|
29782
|
-
.E_phljevk {
|
|
29783
|
-
display: flex;
|
|
29784
|
-
justify-content: space-between;
|
|
29785
|
-
align-items: center;
|
|
29786
|
-
padding: 10px 0;
|
|
29787
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29788
|
-
font-size: 12px;
|
|
29789
|
-
line-height: 24px;
|
|
29790
|
-
}
|
|
29791
|
-
.E_phljevk .pagination-left {
|
|
29792
|
-
padding: 2px 8px;
|
|
29793
|
-
}
|
|
29794
|
-
.E_phljevk .dropdown-trigger {
|
|
29795
|
-
display: flex;
|
|
29796
|
-
align-items: center;
|
|
29797
|
-
border-radius: 6px;
|
|
29798
|
-
cursor: pointer;
|
|
29799
|
-
transition: all 0.3s ease;
|
|
29800
|
-
}
|
|
29801
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
29802
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29803
|
-
color: #0080ff;
|
|
29804
|
-
}
|
|
29805
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
29806
|
-
margin-left: 4px;
|
|
29807
|
-
}
|
|
29808
|
-
.E_phljevk .pagination-right {
|
|
29809
|
-
display: flex;
|
|
29810
|
-
align-items: center;
|
|
29811
|
-
color: #0080ff;
|
|
29812
|
-
font-weight: bold;
|
|
29813
|
-
}
|
|
29814
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
29815
|
-
margin-left: 4px;
|
|
29816
|
-
}
|
|
29817
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
29818
|
-
.E_phljevk .pagination-right .next-btn {
|
|
29819
|
-
padding: 0 8px;
|
|
29820
|
-
}
|
|
29821
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
29822
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
29823
|
-
color: #0080ff;
|
|
29824
|
-
}
|
|
29825
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
29826
|
-
transform: rotate(180deg);
|
|
29827
|
-
}
|
|
29828
|
-
|
|
29829
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
29830
|
-
max-height: calc(100vh - 128px);
|
|
29831
|
-
overflow-y: auto;
|
|
29832
|
-
}
|
|
29833
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29834
|
-
padding: 4px 20px;
|
|
29835
|
-
font-size: 12px;
|
|
29836
|
-
line-height: 18px;
|
|
29837
|
-
}
|
|
29838
|
-
|
|
29839
|
-
.E_d1bw7c5z {
|
|
29840
|
-
position: relative;
|
|
29841
|
-
max-width: 388px;
|
|
29842
|
-
min-width: 285px;
|
|
29843
|
-
}
|
|
29844
|
-
.E_d1bw7c5z .center {
|
|
29845
|
-
position: absolute;
|
|
29846
|
-
font-size: 12px;
|
|
29847
|
-
width: 80px;
|
|
29848
|
-
height: 100px;
|
|
29849
|
-
top: 0;
|
|
29850
|
-
left: 35px;
|
|
29851
|
-
display: flex;
|
|
29852
|
-
flex-direction: column;
|
|
29853
|
-
justify-content: center;
|
|
29854
|
-
align-items: center;
|
|
29855
|
-
color: #00122e;
|
|
29856
|
-
}
|
|
29857
|
-
.E_d1bw7c5z .center .number {
|
|
29858
|
-
font-size: 24px;
|
|
29859
|
-
font-weight: 700;
|
|
29860
|
-
}
|
|
29861
|
-
.E_d1bw7c5z .center .text {
|
|
29862
|
-
padding: 0 5px;
|
|
29863
|
-
font-size: 12px;
|
|
29864
|
-
width: inherit;
|
|
29865
|
-
text-align: center;
|
|
29866
|
-
}
|
|
29867
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29868
|
-
display: flex;
|
|
29869
|
-
}
|
|
29870
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29871
|
-
position: relative !important;
|
|
29872
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29873
|
-
left: 0 !important;
|
|
29874
|
-
bottom: 0 !important;
|
|
29875
|
-
display: flex;
|
|
29876
|
-
align-items: center;
|
|
29877
|
-
}
|
|
29878
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29879
|
-
width: 100%;
|
|
29880
|
-
}
|
|
29881
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29882
|
-
width: 100%;
|
|
29883
|
-
margin-right: 0 !important;
|
|
29884
|
-
line-height: 18px;
|
|
29885
|
-
}
|
|
29886
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29887
|
-
border-radius: 2px;
|
|
29888
|
-
}
|
|
29889
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29890
|
-
min-width: 75px;
|
|
29891
|
-
max-width: 198px;
|
|
29892
|
-
width: calc(100% - 20px);
|
|
29893
|
-
margin-left: 2px;
|
|
29894
|
-
color: #00122e !important;
|
|
29895
|
-
display: inline-flex;
|
|
29896
|
-
justify-content: space-between;
|
|
29897
|
-
}
|
|
29898
|
-
.E_d1bw7c5z .tooltip-text {
|
|
29899
|
-
maxwidth: calc(100% - 12px);
|
|
29900
|
-
cursor: pointer;
|
|
29901
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29902
|
-
overflow: hidden;
|
|
29903
|
-
text-overflow: ellipsis;
|
|
29904
|
-
white-space: nowrap;
|
|
29905
|
-
}
|
|
29906
|
-
.E_d1bw7c5z .value {
|
|
29907
|
-
color: rgba(44, 56, 82, 0.75);
|
|
29908
|
-
}
|
|
29909
|
-
|
|
29910
|
-
.E_t10pqbtc {
|
|
29911
|
-
width: 140px;
|
|
29912
|
-
}
|
|
29913
|
-
.E_t10pqbtc .item {
|
|
29914
|
-
margin: 6px auto;
|
|
29915
|
-
display: flex;
|
|
29916
|
-
justify-content: space-between;
|
|
29917
|
-
}
|
|
29918
|
-
.E_t10pqbtc .item .name {
|
|
29919
|
-
width: 102px;
|
|
29920
|
-
}
|
|
29921
|
-
|
|
29922
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29923
|
-
padding: 4px 8px 0 8px;
|
|
29924
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29925
|
-
font-size: 12px;
|
|
29926
|
-
}
|
|
29927
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29928
|
-
padding-bottom: 6px;
|
|
29929
|
-
}
|
|
29930
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29931
|
-
padding-top: 4px;
|
|
29932
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29933
|
-
}
|
|
29934
|
-
|
|
29935
29717
|
.E_berrcjl {
|
|
29936
29718
|
color: rgba(10, 37, 85, 0.6);
|
|
29937
29719
|
margin-bottom: 4px;
|
|
@@ -29948,6 +29730,26 @@ html body {
|
|
|
29948
29730
|
color: #005ed1;
|
|
29949
29731
|
}
|
|
29950
29732
|
|
|
29733
|
+
.E_c18gxmrl {
|
|
29734
|
+
border: 1px solid #d8deeb;
|
|
29735
|
+
border-radius: 4px;
|
|
29736
|
+
}
|
|
29737
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29738
|
+
margin-top: 8px;
|
|
29739
|
+
}
|
|
29740
|
+
.E_c18gxmrl:hover {
|
|
29741
|
+
border-color: #0080ff;
|
|
29742
|
+
}
|
|
29743
|
+
.E_c18gxmrl:hover > header {
|
|
29744
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29745
|
+
}
|
|
29746
|
+
.E_c18gxmrl.active header {
|
|
29747
|
+
border-bottom: 1px solid #d8deeb;
|
|
29748
|
+
}
|
|
29749
|
+
.E_c18gxmrl > header {
|
|
29750
|
+
padding: 8px 12px;
|
|
29751
|
+
}
|
|
29752
|
+
|
|
29951
29753
|
.E_b1nip9bk {
|
|
29952
29754
|
padding: 4px 11px;
|
|
29953
29755
|
}
|
|
@@ -29977,45 +29779,19 @@ html body {
|
|
|
29977
29779
|
border-radius: unset;
|
|
29978
29780
|
}
|
|
29979
29781
|
|
|
29980
|
-
.
|
|
29981
|
-
|
|
29782
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29783
|
+
justify-content: center;
|
|
29982
29784
|
}
|
|
29983
|
-
.
|
|
29984
|
-
|
|
29985
|
-
|
|
29986
|
-
|
|
29987
|
-
|
|
29988
|
-
|
|
29989
|
-
|
|
29990
|
-
|
|
29991
|
-
|
|
29992
|
-
|
|
29993
|
-
|
|
29994
|
-
.E_i11o6xqj {
|
|
29995
|
-
display: flex;
|
|
29996
|
-
gap: 4px;
|
|
29997
|
-
}
|
|
29998
|
-
.E_i11o6xqj .icon-wrapper {
|
|
29999
|
-
cursor: pointer;
|
|
30000
|
-
}
|
|
30001
|
-
|
|
30002
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30003
|
-
cursor: not-allowed;
|
|
30004
|
-
}
|
|
30005
|
-
|
|
30006
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30007
|
-
justify-content: center;
|
|
30008
|
-
}
|
|
30009
|
-
.E_b1wx3t3t.ant-btn {
|
|
30010
|
-
display: inline-flex;
|
|
30011
|
-
align-items: center;
|
|
30012
|
-
justify-content: center;
|
|
30013
|
-
height: 32px;
|
|
30014
|
-
border-radius: 6px;
|
|
30015
|
-
line-height: 22px;
|
|
30016
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30017
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30018
|
-
padding: 5px 12px;
|
|
29785
|
+
.E_b1wx3t3t.ant-btn {
|
|
29786
|
+
display: inline-flex;
|
|
29787
|
+
align-items: center;
|
|
29788
|
+
justify-content: center;
|
|
29789
|
+
height: 32px;
|
|
29790
|
+
border-radius: 6px;
|
|
29791
|
+
line-height: 22px;
|
|
29792
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29793
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29794
|
+
padding: 5px 12px;
|
|
30019
29795
|
}
|
|
30020
29796
|
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30021
29797
|
height: 40px;
|
|
@@ -30260,6 +30036,71 @@ html body {
|
|
|
30260
30036
|
justify-content: center;
|
|
30261
30037
|
}
|
|
30262
30038
|
|
|
30039
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30040
|
+
padding: 4px 8px 0 8px;
|
|
30041
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30042
|
+
font-size: 12px;
|
|
30043
|
+
}
|
|
30044
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30045
|
+
padding-bottom: 6px;
|
|
30046
|
+
}
|
|
30047
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30048
|
+
padding-top: 4px;
|
|
30049
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30050
|
+
}
|
|
30051
|
+
|
|
30052
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30053
|
+
margin-right: 8px;
|
|
30054
|
+
}
|
|
30055
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30056
|
+
margin-left: 8px;
|
|
30057
|
+
}
|
|
30058
|
+
|
|
30059
|
+
.E_cc368xp {
|
|
30060
|
+
color: #00122e;
|
|
30061
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30062
|
+
margin-right: 8px;
|
|
30063
|
+
padding-right: 8px;
|
|
30064
|
+
}
|
|
30065
|
+
|
|
30066
|
+
.E_i11o6xqj {
|
|
30067
|
+
display: flex;
|
|
30068
|
+
gap: 4px;
|
|
30069
|
+
}
|
|
30070
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30071
|
+
cursor: pointer;
|
|
30072
|
+
}
|
|
30073
|
+
|
|
30074
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30075
|
+
cursor: not-allowed;
|
|
30076
|
+
}
|
|
30077
|
+
|
|
30078
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30079
|
+
line-height: 18px;
|
|
30080
|
+
}
|
|
30081
|
+
|
|
30082
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30083
|
+
border: 0px;
|
|
30084
|
+
background-color: #fff;
|
|
30085
|
+
}
|
|
30086
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30087
|
+
padding-top: 0px;
|
|
30088
|
+
padding-bottom: 0px;
|
|
30089
|
+
padding-left: 0px !important;
|
|
30090
|
+
padding-right: 24px;
|
|
30091
|
+
}
|
|
30092
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30093
|
+
right: 0px;
|
|
30094
|
+
}
|
|
30095
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30096
|
+
padding: 0px;
|
|
30097
|
+
}
|
|
30098
|
+
|
|
30099
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30100
|
+
padding-right: 0px;
|
|
30101
|
+
cursor: default;
|
|
30102
|
+
}
|
|
30103
|
+
|
|
30263
30104
|
.E_rapgekc.ant-radio-wrapper {
|
|
30264
30105
|
display: inline-flex;
|
|
30265
30106
|
align-items: baseline;
|
|
@@ -30406,107 +30247,208 @@ html body {
|
|
|
30406
30247
|
width: 36px;
|
|
30407
30248
|
}
|
|
30408
30249
|
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30411
|
-
width:
|
|
30412
|
-
|
|
30413
|
-
}
|
|
30414
|
-
|
|
30415
|
-
.E_c1wk4q29 {
|
|
30416
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30250
|
+
.E_d1bw7c5z {
|
|
30251
|
+
position: relative;
|
|
30252
|
+
max-width: 388px;
|
|
30253
|
+
min-width: 285px;
|
|
30417
30254
|
}
|
|
30418
|
-
|
|
30419
|
-
|
|
30420
|
-
|
|
30421
|
-
|
|
30422
|
-
|
|
30423
|
-
|
|
30424
|
-
|
|
30255
|
+
.E_d1bw7c5z .center {
|
|
30256
|
+
position: absolute;
|
|
30257
|
+
font-size: 12px;
|
|
30258
|
+
width: 80px;
|
|
30259
|
+
height: 100px;
|
|
30260
|
+
top: 0;
|
|
30261
|
+
left: 35px;
|
|
30425
30262
|
display: flex;
|
|
30426
|
-
|
|
30263
|
+
flex-direction: column;
|
|
30427
30264
|
justify-content: center;
|
|
30428
|
-
|
|
30265
|
+
align-items: center;
|
|
30266
|
+
color: #00122e;
|
|
30429
30267
|
}
|
|
30430
|
-
.
|
|
30431
|
-
|
|
30432
|
-
|
|
30433
|
-
width: 10px;
|
|
30434
|
-
border-radius: 50%;
|
|
30435
|
-
overflow: hidden;
|
|
30268
|
+
.E_d1bw7c5z .center .number {
|
|
30269
|
+
font-size: 24px;
|
|
30270
|
+
font-weight: 700;
|
|
30436
30271
|
}
|
|
30437
|
-
.
|
|
30438
|
-
|
|
30439
|
-
|
|
30272
|
+
.E_d1bw7c5z .center .text {
|
|
30273
|
+
padding: 0 5px;
|
|
30274
|
+
font-size: 12px;
|
|
30275
|
+
width: inherit;
|
|
30276
|
+
text-align: center;
|
|
30277
|
+
}
|
|
30278
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30279
|
+
display: flex;
|
|
30280
|
+
}
|
|
30281
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30282
|
+
position: relative !important;
|
|
30283
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30284
|
+
left: 0 !important;
|
|
30285
|
+
bottom: 0 !important;
|
|
30286
|
+
display: flex;
|
|
30287
|
+
align-items: center;
|
|
30288
|
+
}
|
|
30289
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30440
30290
|
width: 100%;
|
|
30441
|
-
left: 0;
|
|
30442
|
-
top: 0;
|
|
30443
|
-
border-radius: 50%;
|
|
30444
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30445
|
-
transform: rotate(180deg);
|
|
30446
30291
|
}
|
|
30447
|
-
.
|
|
30448
|
-
position: absolute;
|
|
30449
|
-
height: 100%;
|
|
30292
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30450
30293
|
width: 100%;
|
|
30451
|
-
|
|
30452
|
-
|
|
30453
|
-
margin-left: 50%;
|
|
30454
|
-
transform-origin: left;
|
|
30455
|
-
background: white;
|
|
30456
|
-
transform: rotate(0deg);
|
|
30294
|
+
margin-right: 0 !important;
|
|
30295
|
+
line-height: 18px;
|
|
30457
30296
|
}
|
|
30458
|
-
|
|
30459
|
-
|
|
30460
|
-
display: inline-block;
|
|
30297
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30298
|
+
border-radius: 2px;
|
|
30461
30299
|
}
|
|
30462
|
-
|
|
30463
|
-
|
|
30464
|
-
|
|
30300
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30301
|
+
min-width: 75px;
|
|
30302
|
+
max-width: 198px;
|
|
30303
|
+
width: calc(100% - 20px);
|
|
30304
|
+
margin-left: 2px;
|
|
30305
|
+
color: #00122e !important;
|
|
30306
|
+
display: inline-flex;
|
|
30307
|
+
justify-content: space-between;
|
|
30465
30308
|
}
|
|
30466
|
-
|
|
30467
|
-
|
|
30468
|
-
|
|
30469
|
-
|
|
30470
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30309
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30310
|
+
maxwidth: calc(100% - 12px);
|
|
30311
|
+
cursor: pointer;
|
|
30312
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30471
30313
|
overflow: hidden;
|
|
30314
|
+
text-overflow: ellipsis;
|
|
30315
|
+
white-space: nowrap;
|
|
30472
30316
|
}
|
|
30473
|
-
.
|
|
30474
|
-
|
|
30475
|
-
}
|
|
30476
|
-
.E_s1dizucg.ant-switch-small {
|
|
30477
|
-
min-width: 26px;
|
|
30478
|
-
height: 16px;
|
|
30317
|
+
.E_d1bw7c5z .value {
|
|
30318
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30479
30319
|
}
|
|
30480
|
-
|
|
30481
|
-
|
|
30482
|
-
|
|
30320
|
+
|
|
30321
|
+
.E_t10pqbtc {
|
|
30322
|
+
width: 140px;
|
|
30483
30323
|
}
|
|
30484
|
-
.
|
|
30485
|
-
|
|
30486
|
-
|
|
30324
|
+
.E_t10pqbtc .item {
|
|
30325
|
+
margin: 6px auto;
|
|
30326
|
+
display: flex;
|
|
30327
|
+
justify-content: space-between;
|
|
30487
30328
|
}
|
|
30488
|
-
.
|
|
30489
|
-
|
|
30490
|
-
transition-delay: 120ms;
|
|
30329
|
+
.E_t10pqbtc .item .name {
|
|
30330
|
+
width: 102px;
|
|
30491
30331
|
}
|
|
30492
|
-
|
|
30493
|
-
|
|
30494
|
-
|
|
30495
|
-
top: 1px;
|
|
30496
|
-
left: 1px;
|
|
30332
|
+
|
|
30333
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30334
|
+
display: flex;
|
|
30497
30335
|
}
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30500
|
-
|
|
30336
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30337
|
+
border-bottom-left-radius: 5px;
|
|
30338
|
+
border-top-left-radius: 5px;
|
|
30501
30339
|
}
|
|
30502
|
-
.
|
|
30503
|
-
border-radius:
|
|
30340
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30341
|
+
border-bottom-right-radius: 5px;
|
|
30342
|
+
border-top-right-radius: 5px;
|
|
30504
30343
|
}
|
|
30505
|
-
|
|
30506
|
-
|
|
30344
|
+
|
|
30345
|
+
.E_c1yyuluq {
|
|
30346
|
+
border-radius: 8px;
|
|
30507
30347
|
}
|
|
30508
|
-
.
|
|
30509
|
-
|
|
30348
|
+
.E_c1yyuluq .ant-card-body {
|
|
30349
|
+
padding: 20px 24px 24px 24px;
|
|
30350
|
+
}
|
|
30351
|
+
|
|
30352
|
+
.E_phljevk {
|
|
30353
|
+
display: flex;
|
|
30354
|
+
justify-content: space-between;
|
|
30355
|
+
align-items: center;
|
|
30356
|
+
padding: 10px 0;
|
|
30357
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30358
|
+
font-size: 12px;
|
|
30359
|
+
line-height: 24px;
|
|
30360
|
+
}
|
|
30361
|
+
.E_phljevk .pagination-left {
|
|
30362
|
+
padding: 2px 8px;
|
|
30363
|
+
}
|
|
30364
|
+
.E_phljevk .dropdown-trigger {
|
|
30365
|
+
display: flex;
|
|
30366
|
+
align-items: center;
|
|
30367
|
+
border-radius: 6px;
|
|
30368
|
+
cursor: pointer;
|
|
30369
|
+
transition: all 0.3s ease;
|
|
30370
|
+
}
|
|
30371
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30372
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30373
|
+
color: #0080ff;
|
|
30374
|
+
}
|
|
30375
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30376
|
+
margin-left: 4px;
|
|
30377
|
+
}
|
|
30378
|
+
.E_phljevk .pagination-right {
|
|
30379
|
+
display: flex;
|
|
30380
|
+
align-items: center;
|
|
30381
|
+
color: #0080ff;
|
|
30382
|
+
font-weight: bold;
|
|
30383
|
+
}
|
|
30384
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30385
|
+
margin-left: 4px;
|
|
30386
|
+
}
|
|
30387
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30388
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30389
|
+
padding: 0 8px;
|
|
30390
|
+
}
|
|
30391
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30392
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30393
|
+
color: #0080ff;
|
|
30394
|
+
}
|
|
30395
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30396
|
+
transform: rotate(180deg);
|
|
30397
|
+
}
|
|
30398
|
+
|
|
30399
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30400
|
+
max-height: calc(100vh - 128px);
|
|
30401
|
+
overflow-y: auto;
|
|
30402
|
+
}
|
|
30403
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30404
|
+
padding: 4px 20px;
|
|
30405
|
+
font-size: 12px;
|
|
30406
|
+
line-height: 18px;
|
|
30407
|
+
}
|
|
30408
|
+
|
|
30409
|
+
.E_s1dizucg.ant-switch {
|
|
30410
|
+
min-width: 40px;
|
|
30411
|
+
height: 24px;
|
|
30412
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30413
|
+
overflow: hidden;
|
|
30414
|
+
}
|
|
30415
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30416
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30417
|
+
}
|
|
30418
|
+
.E_s1dizucg.ant-switch-small {
|
|
30419
|
+
min-width: 26px;
|
|
30420
|
+
height: 16px;
|
|
30421
|
+
}
|
|
30422
|
+
.E_s1dizucg.ant-switch-large {
|
|
30423
|
+
min-width: 52px;
|
|
30424
|
+
height: 32px;
|
|
30425
|
+
}
|
|
30426
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30427
|
+
height: 20px;
|
|
30428
|
+
width: 20px;
|
|
30429
|
+
}
|
|
30430
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30431
|
+
border-radius: 10px;
|
|
30432
|
+
transition-delay: 120ms;
|
|
30433
|
+
}
|
|
30434
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30435
|
+
height: 14px;
|
|
30436
|
+
width: 14px;
|
|
30437
|
+
top: 1px;
|
|
30438
|
+
left: 1px;
|
|
30439
|
+
}
|
|
30440
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30441
|
+
height: 28px;
|
|
30442
|
+
width: 28px;
|
|
30443
|
+
}
|
|
30444
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30445
|
+
border-radius: 14px;
|
|
30446
|
+
}
|
|
30447
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30448
|
+
background-color: #00ba5d;
|
|
30449
|
+
}
|
|
30450
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30451
|
+
left: calc(100% - 20px - 2px);
|
|
30510
30452
|
}
|
|
30511
30453
|
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30512
30454
|
left: calc(100% - 14px - 1px);
|
|
@@ -30519,6 +30461,60 @@ html body {
|
|
|
30519
30461
|
margin-left: 5px;
|
|
30520
30462
|
}
|
|
30521
30463
|
|
|
30464
|
+
.E_tju3gfj .date {
|
|
30465
|
+
margin-right: 4px;
|
|
30466
|
+
}
|
|
30467
|
+
|
|
30468
|
+
.E_c1bus5hc {
|
|
30469
|
+
--color: white;
|
|
30470
|
+
height: 14px;
|
|
30471
|
+
width: 14px;
|
|
30472
|
+
border-radius: 50%;
|
|
30473
|
+
flex-shrink: 0;
|
|
30474
|
+
display: flex;
|
|
30475
|
+
align-items: center;
|
|
30476
|
+
justify-content: center;
|
|
30477
|
+
border: 1px solid var(--color);
|
|
30478
|
+
}
|
|
30479
|
+
.E_c1bus5hc .circle-inner {
|
|
30480
|
+
position: relative;
|
|
30481
|
+
height: 10px;
|
|
30482
|
+
width: 10px;
|
|
30483
|
+
border-radius: 50%;
|
|
30484
|
+
overflow: hidden;
|
|
30485
|
+
}
|
|
30486
|
+
.E_c1bus5hc .circle-content {
|
|
30487
|
+
position: absolute;
|
|
30488
|
+
height: 100%;
|
|
30489
|
+
width: 100%;
|
|
30490
|
+
left: 0;
|
|
30491
|
+
top: 0;
|
|
30492
|
+
border-radius: 50%;
|
|
30493
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30494
|
+
transform: rotate(180deg);
|
|
30495
|
+
}
|
|
30496
|
+
.E_c1bus5hc .circle-child {
|
|
30497
|
+
position: absolute;
|
|
30498
|
+
height: 100%;
|
|
30499
|
+
width: 100%;
|
|
30500
|
+
left: 0;
|
|
30501
|
+
top: 0;
|
|
30502
|
+
margin-left: 50%;
|
|
30503
|
+
transform-origin: left;
|
|
30504
|
+
background: white;
|
|
30505
|
+
transform: rotate(0deg);
|
|
30506
|
+
}
|
|
30507
|
+
|
|
30508
|
+
.E_ivqqkzv {
|
|
30509
|
+
height: 24px;
|
|
30510
|
+
width: 56px !important;
|
|
30511
|
+
margin-right: 4px;
|
|
30512
|
+
}
|
|
30513
|
+
|
|
30514
|
+
.E_c1wk4q29 {
|
|
30515
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30516
|
+
}
|
|
30517
|
+
|
|
30522
30518
|
.E_s1dni7lo {
|
|
30523
30519
|
width: 430px !important;
|
|
30524
30520
|
}
|
|
@@ -30600,6 +30596,10 @@ html body {
|
|
|
30600
30596
|
opacity: 0;
|
|
30601
30597
|
}
|
|
30602
30598
|
|
|
30599
|
+
.E_iq1gosr {
|
|
30600
|
+
display: inline-block;
|
|
30601
|
+
}
|
|
30602
|
+
|
|
30603
30603
|
.E_s1sck0th {
|
|
30604
30604
|
padding: 0 8px;
|
|
30605
30605
|
border-radius: 4px;
|
|
@@ -30693,22 +30693,35 @@ html body {
|
|
|
30693
30693
|
visibility: hidden;
|
|
30694
30694
|
}
|
|
30695
30695
|
|
|
30696
|
-
.
|
|
30697
|
-
display:
|
|
30698
|
-
align-items: center;
|
|
30696
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30697
|
+
display: var(--a1wfy30z-0);
|
|
30699
30698
|
}
|
|
30700
|
-
.
|
|
30699
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30700
|
+
padding: 4px 11px;
|
|
30701
30701
|
display: inline-flex;
|
|
30702
|
-
|
|
30703
|
-
|
|
30702
|
+
line-height: 1.5715;
|
|
30703
|
+
height: inherit;
|
|
30704
30704
|
}
|
|
30705
|
-
.
|
|
30706
|
-
|
|
30705
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30706
|
+
content: var(--a1wfy30z-1);
|
|
30707
|
+
display: var(--a1wfy30z-2);
|
|
30708
|
+
flex: none;
|
|
30709
|
+
align-items: center;
|
|
30707
30710
|
margin-left: 4px;
|
|
30708
30711
|
}
|
|
30709
|
-
.
|
|
30710
|
-
|
|
30711
|
-
|
|
30712
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30713
|
+
content: var(--a1wfy30z-3);
|
|
30714
|
+
display: var(--a1wfy30z-4);
|
|
30715
|
+
flex: none;
|
|
30716
|
+
align-items: center;
|
|
30717
|
+
margin-right: 4px;
|
|
30718
|
+
cursor: auto;
|
|
30719
|
+
}
|
|
30720
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30721
|
+
padding: 0;
|
|
30722
|
+
margin: 0;
|
|
30723
|
+
height: auto;
|
|
30724
|
+
font-size: inherit;
|
|
30712
30725
|
}
|
|
30713
30726
|
|
|
30714
30727
|
.E_f7pxqmh {
|
|
@@ -30745,6 +30758,24 @@ html body {
|
|
|
30745
30758
|
min-height: 0px;
|
|
30746
30759
|
}
|
|
30747
30760
|
|
|
30761
|
+
.E_iouxfgt {
|
|
30762
|
+
display: inline-flex;
|
|
30763
|
+
align-items: center;
|
|
30764
|
+
}
|
|
30765
|
+
.E_iouxfgt .icon-inner {
|
|
30766
|
+
display: inline-flex;
|
|
30767
|
+
align-items: center;
|
|
30768
|
+
justify-content: center;
|
|
30769
|
+
}
|
|
30770
|
+
.E_iouxfgt .icon-inner + span,
|
|
30771
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30772
|
+
margin-left: 4px;
|
|
30773
|
+
}
|
|
30774
|
+
.E_iouxfgt.is-rotate img,
|
|
30775
|
+
.E_iouxfgt.is-rotate svg {
|
|
30776
|
+
animation: rotate 680ms linear infinite;
|
|
30777
|
+
}
|
|
30778
|
+
|
|
30748
30779
|
.E_fzh9mnb {
|
|
30749
30780
|
width: 100%;
|
|
30750
30781
|
height: 100%;
|
|
@@ -30840,37 +30871,6 @@ html body {
|
|
|
30840
30871
|
padding: 2px 7px 2px 12px;
|
|
30841
30872
|
}
|
|
30842
30873
|
|
|
30843
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30844
|
-
display: var(--a1wfy30z-0);
|
|
30845
|
-
}
|
|
30846
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30847
|
-
padding: 4px 11px;
|
|
30848
|
-
display: inline-flex;
|
|
30849
|
-
line-height: 1.5715;
|
|
30850
|
-
height: inherit;
|
|
30851
|
-
}
|
|
30852
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30853
|
-
content: var(--a1wfy30z-1);
|
|
30854
|
-
display: var(--a1wfy30z-2);
|
|
30855
|
-
flex: none;
|
|
30856
|
-
align-items: center;
|
|
30857
|
-
margin-left: 4px;
|
|
30858
|
-
}
|
|
30859
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30860
|
-
content: var(--a1wfy30z-3);
|
|
30861
|
-
display: var(--a1wfy30z-4);
|
|
30862
|
-
flex: none;
|
|
30863
|
-
align-items: center;
|
|
30864
|
-
margin-right: 4px;
|
|
30865
|
-
cursor: auto;
|
|
30866
|
-
}
|
|
30867
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30868
|
-
padding: 0;
|
|
30869
|
-
margin: 0;
|
|
30870
|
-
height: auto;
|
|
30871
|
-
font-size: inherit;
|
|
30872
|
-
}
|
|
30873
|
-
|
|
30874
30874
|
.E_owd0kml {
|
|
30875
30875
|
display: inline-block;
|
|
30876
30876
|
}
|
|
@@ -30880,1168 +30880,1172 @@ html body {
|
|
|
30880
30880
|
position: absolute;
|
|
30881
30881
|
}
|
|
30882
30882
|
|
|
30883
|
-
.
|
|
30884
|
-
|
|
30885
|
-
|
|
30883
|
+
.E_dsnbhzf {
|
|
30884
|
+
font-family: Inter;
|
|
30885
|
+
font-style: normal;
|
|
30886
|
+
font-weight: bold;
|
|
30887
|
+
font-size: 32px;
|
|
30888
|
+
line-height: 40px;
|
|
30886
30889
|
}
|
|
30887
30890
|
|
|
30888
|
-
.
|
|
30889
|
-
|
|
30890
|
-
|
|
30891
|
-
|
|
30892
|
-
|
|
30891
|
+
.E_d1mvo22k {
|
|
30892
|
+
font-family: Inter;
|
|
30893
|
+
font-style: normal;
|
|
30894
|
+
font-weight: bold;
|
|
30895
|
+
font-size: 24px;
|
|
30896
|
+
line-height: 32px;
|
|
30893
30897
|
}
|
|
30894
30898
|
|
|
30895
|
-
.
|
|
30896
|
-
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
.E_wt5zbg6 .left,
|
|
30902
|
-
.E_wt5zbg6 .right {
|
|
30903
|
-
flex-grow: 0;
|
|
30904
|
-
flex-shrink: 0;
|
|
30905
|
-
flex-basis: 21%;
|
|
30906
|
-
}
|
|
30907
|
-
.E_wt5zbg6 .left {
|
|
30908
|
-
display: flex;
|
|
30909
|
-
justify-content: flex-end;
|
|
30910
|
-
padding-right: 44px;
|
|
30911
|
-
}
|
|
30912
|
-
.E_wt5zbg6 .right {
|
|
30913
|
-
padding-left: 44px;
|
|
30914
|
-
}
|
|
30915
|
-
.E_wt5zbg6 .middle {
|
|
30916
|
-
margin-bottom: 40px;
|
|
30917
|
-
flex-grow: 0;
|
|
30918
|
-
flex-shrink: 0;
|
|
30919
|
-
flex-basis: 58%;
|
|
30920
|
-
}
|
|
30921
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
30922
|
-
width: 100%;
|
|
30923
|
-
}
|
|
30924
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30925
|
-
width: auto;
|
|
30899
|
+
.E_d1b444tr {
|
|
30900
|
+
font-family: Inter;
|
|
30901
|
+
font-style: normal;
|
|
30902
|
+
font-weight: normal;
|
|
30903
|
+
font-size: 32px;
|
|
30904
|
+
line-height: 40px;
|
|
30926
30905
|
}
|
|
30927
30906
|
|
|
30928
|
-
.
|
|
30929
|
-
|
|
30930
|
-
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
margin-left: 0;
|
|
30935
|
-
}
|
|
30936
|
-
.E_h18jprzg .ant-modal-body {
|
|
30937
|
-
margin: 0 auto;
|
|
30938
|
-
padding: 0;
|
|
30939
|
-
width: 100%;
|
|
30940
|
-
max-width: 648px;
|
|
30941
|
-
overflow: hidden;
|
|
30942
|
-
}
|
|
30943
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30944
|
-
margin-bottom: 40px;
|
|
30945
|
-
}
|
|
30946
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30947
|
-
height: calc(100vh - 225px);
|
|
30948
|
-
overflow-y: auto;
|
|
30949
|
-
}
|
|
30950
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30951
|
-
margin: 0 auto;
|
|
30952
|
-
max-width: 648px;
|
|
30907
|
+
.E_dvs0kue {
|
|
30908
|
+
font-family: Inter;
|
|
30909
|
+
font-style: normal;
|
|
30910
|
+
font-weight: bold;
|
|
30911
|
+
font-size: 20px;
|
|
30912
|
+
line-height: 24px;
|
|
30953
30913
|
}
|
|
30954
30914
|
|
|
30955
|
-
.
|
|
30956
|
-
|
|
30957
|
-
|
|
30958
|
-
|
|
30959
|
-
|
|
30960
|
-
|
|
30961
|
-
margin-left: 0;
|
|
30962
|
-
}
|
|
30963
|
-
.E_h16z9xgz .ant-modal-body {
|
|
30964
|
-
margin: 0 auto;
|
|
30965
|
-
padding: 0;
|
|
30966
|
-
width: 100%;
|
|
30967
|
-
max-width: 1024px;
|
|
30968
|
-
overflow: hidden;
|
|
30915
|
+
.E_d1hcbfcq {
|
|
30916
|
+
font-family: Inter;
|
|
30917
|
+
font-style: normal;
|
|
30918
|
+
font-weight: normal;
|
|
30919
|
+
font-size: 20px;
|
|
30920
|
+
line-height: 24px;
|
|
30969
30921
|
}
|
|
30970
|
-
|
|
30971
|
-
|
|
30922
|
+
|
|
30923
|
+
.E_d1cz922v {
|
|
30924
|
+
font-family: Inter;
|
|
30925
|
+
font-style: normal;
|
|
30926
|
+
font-weight: bold;
|
|
30927
|
+
font-size: 18px;
|
|
30928
|
+
line-height: 22px;
|
|
30972
30929
|
}
|
|
30973
|
-
|
|
30974
|
-
|
|
30975
|
-
|
|
30930
|
+
|
|
30931
|
+
.E_d3nzbrm {
|
|
30932
|
+
font-family: Inter;
|
|
30933
|
+
font-style: normal;
|
|
30934
|
+
font-weight: normal;
|
|
30935
|
+
font-size: 18px;
|
|
30936
|
+
line-height: 22px;
|
|
30976
30937
|
}
|
|
30977
|
-
|
|
30978
|
-
|
|
30979
|
-
|
|
30938
|
+
|
|
30939
|
+
.E_h1g0p5ob {
|
|
30940
|
+
font-family: Inter;
|
|
30941
|
+
font-style: normal;
|
|
30942
|
+
font-weight: bold;
|
|
30943
|
+
font-size: 16px;
|
|
30944
|
+
line-height: 22px;
|
|
30980
30945
|
}
|
|
30981
30946
|
|
|
30982
|
-
.
|
|
30983
|
-
|
|
30947
|
+
.E_hydo2ej {
|
|
30948
|
+
font-family: Inter;
|
|
30949
|
+
font-style: normal;
|
|
30950
|
+
font-weight: normal;
|
|
30951
|
+
font-size: 16px;
|
|
30952
|
+
line-height: 22px;
|
|
30984
30953
|
}
|
|
30985
|
-
|
|
30986
|
-
|
|
30954
|
+
|
|
30955
|
+
.E_h1hbuq0r {
|
|
30956
|
+
font-family: Inter;
|
|
30957
|
+
font-style: normal;
|
|
30958
|
+
font-weight: bold;
|
|
30959
|
+
font-size: 14px;
|
|
30987
30960
|
line-height: 20px;
|
|
30988
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30989
30961
|
}
|
|
30990
|
-
|
|
30962
|
+
|
|
30963
|
+
.E_h13bondg {
|
|
30964
|
+
font-family: Inter;
|
|
30965
|
+
font-style: normal;
|
|
30966
|
+
font-weight: normal;
|
|
30991
30967
|
font-size: 14px;
|
|
30992
30968
|
line-height: 20px;
|
|
30993
|
-
color: #2d3a56;
|
|
30994
|
-
margin-bottom: 12px;
|
|
30995
|
-
}
|
|
30996
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
30997
|
-
padding-bottom: 26px;
|
|
30998
30969
|
}
|
|
30999
30970
|
|
|
31000
|
-
.
|
|
31001
|
-
|
|
31002
|
-
|
|
31003
|
-
|
|
30971
|
+
.E_h1mhvdlx {
|
|
30972
|
+
font-family: Inter;
|
|
30973
|
+
font-style: normal;
|
|
30974
|
+
font-weight: bold;
|
|
30975
|
+
font-size: 12px;
|
|
30976
|
+
line-height: 18px;
|
|
31004
30977
|
}
|
|
31005
30978
|
|
|
31006
|
-
.
|
|
31007
|
-
|
|
31008
|
-
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
|
|
31012
|
-
width: 216px;
|
|
30979
|
+
.E_h1inmfq6 {
|
|
30980
|
+
font-family: Inter;
|
|
30981
|
+
font-style: normal;
|
|
30982
|
+
font-weight: normal;
|
|
30983
|
+
font-size: 12px;
|
|
30984
|
+
line-height: 18px;
|
|
31013
30985
|
}
|
|
31014
|
-
|
|
31015
|
-
|
|
30986
|
+
|
|
30987
|
+
.E_h1kfc0la {
|
|
30988
|
+
font-family: Inter;
|
|
30989
|
+
font-style: normal;
|
|
30990
|
+
font-weight: bold;
|
|
30991
|
+
text-transform: uppercase;
|
|
30992
|
+
font-feature-settings: "cpsp" on;
|
|
30993
|
+
font-size: 12px;
|
|
30994
|
+
line-height: 18px;
|
|
31016
30995
|
}
|
|
31017
|
-
|
|
31018
|
-
|
|
30996
|
+
|
|
30997
|
+
.E_h10xnyuu {
|
|
30998
|
+
font-family: Inter;
|
|
30999
|
+
font-style: normal;
|
|
31000
|
+
font-weight: normal;
|
|
31001
|
+
text-transform: uppercase;
|
|
31002
|
+
font-feature-settings: "cpsp" on;
|
|
31003
|
+
font-size: 12px;
|
|
31004
|
+
line-height: 18px;
|
|
31019
31005
|
}
|
|
31020
31006
|
|
|
31021
|
-
.
|
|
31022
|
-
|
|
31023
|
-
|
|
31007
|
+
.E_lrcmi0v {
|
|
31008
|
+
font-family: Inter;
|
|
31009
|
+
font-style: normal;
|
|
31010
|
+
font-weight: normal;
|
|
31011
|
+
font-size: 16px;
|
|
31012
|
+
line-height: 24px;
|
|
31024
31013
|
}
|
|
31025
31014
|
|
|
31026
|
-
.
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
|
|
31030
|
-
|
|
31015
|
+
.E_lzt43lp {
|
|
31016
|
+
font-family: Inter;
|
|
31017
|
+
font-style: normal;
|
|
31018
|
+
font-weight: bold;
|
|
31019
|
+
font-size: 16px;
|
|
31020
|
+
line-height: 24px;
|
|
31031
31021
|
}
|
|
31032
31022
|
|
|
31033
|
-
.
|
|
31034
|
-
|
|
31035
|
-
|
|
31036
|
-
|
|
31037
|
-
|
|
31023
|
+
.E_l5yc9nt {
|
|
31024
|
+
font-family: Inter;
|
|
31025
|
+
font-style: normal;
|
|
31026
|
+
font-weight: normal;
|
|
31027
|
+
font-size: 16px;
|
|
31028
|
+
line-height: 24px;
|
|
31038
31029
|
}
|
|
31039
31030
|
|
|
31040
|
-
.
|
|
31041
|
-
|
|
31042
|
-
|
|
31043
|
-
|
|
31044
|
-
|
|
31045
|
-
|
|
31046
|
-
border-radius: 50%;
|
|
31047
|
-
margin: 0 4px;
|
|
31031
|
+
.E_l1fbkbzo {
|
|
31032
|
+
font-family: Inter;
|
|
31033
|
+
font-style: normal;
|
|
31034
|
+
font-weight: bold;
|
|
31035
|
+
font-size: 16px;
|
|
31036
|
+
line-height: 24px;
|
|
31048
31037
|
}
|
|
31049
31038
|
|
|
31050
|
-
.
|
|
31051
|
-
|
|
31052
|
-
|
|
31053
|
-
|
|
31039
|
+
.E_lahvcax {
|
|
31040
|
+
font-family: Inter;
|
|
31041
|
+
font-style: normal;
|
|
31042
|
+
font-weight: normal;
|
|
31043
|
+
text-transform: uppercase;
|
|
31044
|
+
font-feature-settings: "cpsp" on;
|
|
31045
|
+
font-size: 16px;
|
|
31046
|
+
line-height: 24px;
|
|
31054
31047
|
}
|
|
31055
|
-
|
|
31056
|
-
|
|
31057
|
-
|
|
31058
|
-
|
|
31059
|
-
|
|
31060
|
-
|
|
31048
|
+
|
|
31049
|
+
.E_l11q3pxd {
|
|
31050
|
+
font-family: Inter;
|
|
31051
|
+
font-style: normal;
|
|
31052
|
+
font-weight: bold;
|
|
31053
|
+
text-transform: uppercase;
|
|
31054
|
+
font-feature-settings: "cpsp" on;
|
|
31055
|
+
font-size: 16px;
|
|
31056
|
+
line-height: 24px;
|
|
31061
31057
|
}
|
|
31062
|
-
|
|
31063
|
-
|
|
31058
|
+
|
|
31059
|
+
.E_lfuc2qu {
|
|
31060
|
+
font-family: Inter;
|
|
31061
|
+
font-style: normal;
|
|
31062
|
+
font-weight: normal;
|
|
31063
|
+
font-size: 14px;
|
|
31064
|
+
line-height: 22px;
|
|
31064
31065
|
}
|
|
31065
|
-
|
|
31066
|
-
|
|
31066
|
+
|
|
31067
|
+
.E_l1jmp8r0 {
|
|
31068
|
+
font-family: Inter;
|
|
31069
|
+
font-style: normal;
|
|
31070
|
+
font-weight: 500;
|
|
31071
|
+
font-size: 14px;
|
|
31072
|
+
line-height: 22px;
|
|
31067
31073
|
}
|
|
31068
31074
|
|
|
31069
|
-
.
|
|
31070
|
-
font-
|
|
31071
|
-
|
|
31075
|
+
.E_lcnm221 {
|
|
31076
|
+
font-family: Inter;
|
|
31077
|
+
font-style: normal;
|
|
31072
31078
|
font-weight: bold;
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
border-radius: 4px;
|
|
31076
|
-
display: inline-block;
|
|
31077
|
-
background: var(--t1wwio3v-0);
|
|
31078
|
-
}
|
|
31079
|
-
.E_t1wwio3v:not(:first-child) {
|
|
31080
|
-
margin-left: 4px;
|
|
31079
|
+
font-size: 14px;
|
|
31080
|
+
line-height: 22px;
|
|
31081
31081
|
}
|
|
31082
31082
|
|
|
31083
|
-
.
|
|
31084
|
-
|
|
31085
|
-
|
|
31086
|
-
|
|
31087
|
-
|
|
31088
|
-
|
|
31083
|
+
.E_lu1z2n5 {
|
|
31084
|
+
font-family: Inter;
|
|
31085
|
+
font-style: normal;
|
|
31086
|
+
font-weight: normal;
|
|
31087
|
+
font-size: 14px;
|
|
31088
|
+
line-height: 22px;
|
|
31089
31089
|
}
|
|
31090
31090
|
|
|
31091
|
-
.
|
|
31092
|
-
font-
|
|
31091
|
+
.E_l1r59djn {
|
|
31092
|
+
font-family: Inter;
|
|
31093
|
+
font-style: normal;
|
|
31093
31094
|
font-weight: bold;
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
margin-left: 2px;
|
|
31097
|
-
margin-right: 2px;
|
|
31098
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31099
|
-
border-radius: 4px;
|
|
31095
|
+
font-size: 14px;
|
|
31096
|
+
line-height: 22px;
|
|
31100
31097
|
}
|
|
31101
31098
|
|
|
31102
|
-
.
|
|
31103
|
-
|
|
31099
|
+
.E_ljm2911 {
|
|
31100
|
+
font-family: Inter;
|
|
31101
|
+
font-style: normal;
|
|
31102
|
+
font-weight: normal;
|
|
31103
|
+
text-transform: uppercase;
|
|
31104
|
+
font-feature-settings: "cpsp" on;
|
|
31105
|
+
font-size: 14px;
|
|
31106
|
+
line-height: 22px;
|
|
31104
31107
|
}
|
|
31105
|
-
|
|
31106
|
-
|
|
31108
|
+
|
|
31109
|
+
.E_l124mzmr {
|
|
31110
|
+
font-family: Inter;
|
|
31111
|
+
font-style: normal;
|
|
31112
|
+
font-weight: bold;
|
|
31113
|
+
text-transform: uppercase;
|
|
31114
|
+
font-feature-settings: "cpsp" on;
|
|
31115
|
+
font-size: 14px;
|
|
31116
|
+
line-height: 22px;
|
|
31107
31117
|
}
|
|
31108
|
-
|
|
31109
|
-
|
|
31118
|
+
|
|
31119
|
+
.E_lb3chel {
|
|
31120
|
+
font-family: Inter;
|
|
31121
|
+
font-style: normal;
|
|
31122
|
+
font-weight: normal;
|
|
31123
|
+
font-size: 13px;
|
|
31124
|
+
line-height: 20px;
|
|
31110
31125
|
}
|
|
31111
|
-
|
|
31112
|
-
|
|
31126
|
+
|
|
31127
|
+
.E_lv9jstu {
|
|
31128
|
+
font-family: Inter;
|
|
31129
|
+
font-style: normal;
|
|
31130
|
+
font-weight: 600;
|
|
31131
|
+
font-size: 13px;
|
|
31132
|
+
line-height: 20px;
|
|
31113
31133
|
}
|
|
31114
|
-
|
|
31115
|
-
|
|
31134
|
+
|
|
31135
|
+
.E_lwqlh3x {
|
|
31136
|
+
font-family: Inter;
|
|
31137
|
+
font-style: normal;
|
|
31138
|
+
font-weight: bold;
|
|
31139
|
+
font-size: 13px;
|
|
31140
|
+
line-height: 20px;
|
|
31116
31141
|
}
|
|
31117
|
-
|
|
31118
|
-
|
|
31119
|
-
|
|
31142
|
+
|
|
31143
|
+
.E_lalum9y {
|
|
31144
|
+
font-family: Inter;
|
|
31145
|
+
font-style: normal;
|
|
31146
|
+
font-weight: normal;
|
|
31147
|
+
font-size: 13px;
|
|
31148
|
+
line-height: 20px;
|
|
31120
31149
|
}
|
|
31121
|
-
|
|
31122
|
-
|
|
31123
|
-
|
|
31124
|
-
|
|
31125
|
-
|
|
31150
|
+
|
|
31151
|
+
.E_l1t6dj5o {
|
|
31152
|
+
font-family: Inter;
|
|
31153
|
+
font-style: normal;
|
|
31154
|
+
font-weight: 600;
|
|
31126
31155
|
font-size: 13px;
|
|
31127
|
-
line-height:
|
|
31128
|
-
color: #8e9aa9;
|
|
31156
|
+
line-height: 20px;
|
|
31129
31157
|
}
|
|
31130
|
-
|
|
31131
|
-
|
|
31158
|
+
|
|
31159
|
+
.E_l12f6ic {
|
|
31160
|
+
font-family: Inter;
|
|
31161
|
+
font-style: normal;
|
|
31162
|
+
font-weight: bold;
|
|
31132
31163
|
font-size: 13px;
|
|
31133
|
-
|
|
31164
|
+
line-height: 20px;
|
|
31134
31165
|
}
|
|
31135
|
-
|
|
31136
|
-
|
|
31166
|
+
|
|
31167
|
+
.E_l7gmukq {
|
|
31168
|
+
font-family: Inter;
|
|
31169
|
+
font-style: normal;
|
|
31170
|
+
font-weight: normal;
|
|
31171
|
+
text-transform: uppercase;
|
|
31172
|
+
font-feature-settings: "cpsp" on;
|
|
31173
|
+
font-size: 13px;
|
|
31174
|
+
line-height: 20px;
|
|
31137
31175
|
}
|
|
31138
|
-
|
|
31139
|
-
.
|
|
31140
|
-
|
|
31176
|
+
|
|
31177
|
+
.E_lkwl0yp {
|
|
31178
|
+
font-family: Inter;
|
|
31179
|
+
font-style: normal;
|
|
31180
|
+
font-weight: bold;
|
|
31181
|
+
text-transform: uppercase;
|
|
31182
|
+
font-feature-settings: "cpsp" on;
|
|
31183
|
+
font-size: 13px;
|
|
31184
|
+
line-height: 20px;
|
|
31141
31185
|
}
|
|
31142
|
-
|
|
31186
|
+
|
|
31187
|
+
.E_l10knv48 {
|
|
31188
|
+
font-family: Inter;
|
|
31189
|
+
font-style: normal;
|
|
31190
|
+
font-weight: normal;
|
|
31191
|
+
font-size: 12px;
|
|
31143
31192
|
line-height: 18px;
|
|
31144
31193
|
}
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
|
|
31194
|
+
|
|
31195
|
+
.E_l6526ld {
|
|
31196
|
+
font-family: Inter;
|
|
31197
|
+
font-style: normal;
|
|
31198
|
+
font-weight: 500;
|
|
31199
|
+
font-size: 12px;
|
|
31200
|
+
line-height: 18px;
|
|
31150
31201
|
}
|
|
31151
|
-
|
|
31152
|
-
|
|
31153
|
-
|
|
31154
|
-
|
|
31202
|
+
|
|
31203
|
+
.E_l1j81vli {
|
|
31204
|
+
font-family: Inter;
|
|
31205
|
+
font-style: normal;
|
|
31206
|
+
font-weight: bold;
|
|
31207
|
+
font-size: 12px;
|
|
31208
|
+
line-height: 18px;
|
|
31155
31209
|
}
|
|
31156
|
-
|
|
31157
|
-
|
|
31158
|
-
|
|
31159
|
-
|
|
31210
|
+
|
|
31211
|
+
.E_l1x7n1mk {
|
|
31212
|
+
font-family: Inter;
|
|
31213
|
+
font-style: normal;
|
|
31214
|
+
font-weight: normal;
|
|
31215
|
+
font-size: 12px;
|
|
31216
|
+
line-height: 18px;
|
|
31160
31217
|
}
|
|
31161
|
-
|
|
31162
|
-
.
|
|
31163
|
-
|
|
31164
|
-
|
|
31218
|
+
|
|
31219
|
+
.E_l9fqufz {
|
|
31220
|
+
font-family: Inter;
|
|
31221
|
+
font-style: normal;
|
|
31222
|
+
font-weight: 500;
|
|
31223
|
+
font-size: 12px;
|
|
31224
|
+
line-height: 18px;
|
|
31165
31225
|
}
|
|
31166
31226
|
|
|
31167
|
-
.
|
|
31168
|
-
|
|
31227
|
+
.E_l1iwnybd {
|
|
31228
|
+
font-family: Inter;
|
|
31229
|
+
font-style: normal;
|
|
31169
31230
|
font-weight: bold;
|
|
31170
|
-
|
|
31171
|
-
|
|
31172
|
-
margin-bottom: 16px;
|
|
31231
|
+
font-size: 12px;
|
|
31232
|
+
line-height: 18px;
|
|
31173
31233
|
}
|
|
31174
|
-
|
|
31175
|
-
|
|
31234
|
+
|
|
31235
|
+
.E_lprtm1e {
|
|
31236
|
+
font-family: Inter;
|
|
31237
|
+
font-style: normal;
|
|
31238
|
+
font-weight: normal;
|
|
31239
|
+
text-transform: uppercase;
|
|
31240
|
+
font-feature-settings: "cpsp" on;
|
|
31241
|
+
font-size: 12px;
|
|
31242
|
+
line-height: 18px;
|
|
31176
31243
|
}
|
|
31177
31244
|
|
|
31178
|
-
.
|
|
31179
|
-
|
|
31180
|
-
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
|
|
31184
|
-
|
|
31185
|
-
|
|
31186
|
-
}
|
|
31187
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31188
|
-
content: "";
|
|
31189
|
-
width: 1px;
|
|
31190
|
-
height: 6px;
|
|
31191
|
-
border-radius: 1px;
|
|
31192
|
-
background: #ccd4e3;
|
|
31193
|
-
position: relative;
|
|
31194
|
-
right: 2px;
|
|
31195
|
-
transform: rotate(-45deg);
|
|
31196
|
-
}
|
|
31197
|
-
.E_e1qrlvot:after {
|
|
31198
|
-
transform: rotate(45deg);
|
|
31199
|
-
left: 1px;
|
|
31245
|
+
.E_l1lln87h {
|
|
31246
|
+
font-family: Inter;
|
|
31247
|
+
font-style: normal;
|
|
31248
|
+
font-weight: bold;
|
|
31249
|
+
text-transform: uppercase;
|
|
31250
|
+
font-feature-settings: "cpsp" on;
|
|
31251
|
+
font-size: 12px;
|
|
31252
|
+
line-height: 18px;
|
|
31200
31253
|
}
|
|
31201
31254
|
|
|
31202
|
-
.
|
|
31203
|
-
|
|
31204
|
-
|
|
31205
|
-
|
|
31206
|
-
|
|
31207
|
-
|
|
31208
|
-
.E_w9ic984 .ant-alert-message {
|
|
31209
|
-
color: #e07f00;
|
|
31255
|
+
.E_f2pb48l {
|
|
31256
|
+
font-family: Inter;
|
|
31257
|
+
font-style: normal;
|
|
31258
|
+
font-weight: normal;
|
|
31259
|
+
font-size: 13px;
|
|
31260
|
+
line-height: 20px;
|
|
31210
31261
|
}
|
|
31211
|
-
|
|
31212
|
-
.
|
|
31213
|
-
|
|
31262
|
+
|
|
31263
|
+
.E_fi9emkw {
|
|
31264
|
+
font-family: Inter;
|
|
31265
|
+
font-style: normal;
|
|
31266
|
+
font-weight: normal;
|
|
31267
|
+
font-size: 13px;
|
|
31268
|
+
line-height: 20px;
|
|
31214
31269
|
}
|
|
31215
31270
|
|
|
31216
|
-
.
|
|
31217
|
-
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31221
|
-
border-radius: 6px;
|
|
31222
|
-
color: #e07f00;
|
|
31271
|
+
.E_f1nrg7da {
|
|
31272
|
+
font-family: Inter;
|
|
31273
|
+
font-style: normal;
|
|
31274
|
+
font-weight: normal;
|
|
31223
31275
|
font-size: 12px;
|
|
31224
31276
|
line-height: 18px;
|
|
31225
31277
|
}
|
|
31226
|
-
.E_n1k9qi4r .icon-wrapper {
|
|
31227
|
-
margin-right: 10px;
|
|
31228
|
-
height: 18px;
|
|
31229
|
-
}
|
|
31230
31278
|
|
|
31231
|
-
.
|
|
31232
|
-
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31236
|
-
border-radius: 6px;
|
|
31237
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31279
|
+
.E_f17k1i3n {
|
|
31280
|
+
font-family: Inter;
|
|
31281
|
+
font-style: normal;
|
|
31282
|
+
font-weight: normal;
|
|
31238
31283
|
font-size: 12px;
|
|
31239
31284
|
line-height: 18px;
|
|
31240
31285
|
}
|
|
31241
|
-
|
|
31242
|
-
|
|
31243
|
-
|
|
31286
|
+
|
|
31287
|
+
.E_t1tvuj2e {
|
|
31288
|
+
font-family: Inter;
|
|
31289
|
+
font-style: normal;
|
|
31290
|
+
font-weight: normal;
|
|
31291
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31292
|
+
font-size: 13px;
|
|
31293
|
+
line-height: 20px;
|
|
31244
31294
|
}
|
|
31245
31295
|
|
|
31246
|
-
.
|
|
31247
|
-
|
|
31248
|
-
|
|
31249
|
-
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
|
|
31296
|
+
.E_t17uajlu {
|
|
31297
|
+
font-family: Inter;
|
|
31298
|
+
font-style: normal;
|
|
31299
|
+
font-weight: normal;
|
|
31300
|
+
font-feature-settings: "zero" on;
|
|
31301
|
+
font-size: 13px;
|
|
31302
|
+
line-height: 20px;
|
|
31303
|
+
}
|
|
31304
|
+
|
|
31305
|
+
.E_t114zbyz {
|
|
31306
|
+
font-family: Inter;
|
|
31307
|
+
font-style: normal;
|
|
31308
|
+
font-weight: normal;
|
|
31309
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31253
31310
|
font-size: 12px;
|
|
31254
31311
|
line-height: 18px;
|
|
31255
31312
|
}
|
|
31256
|
-
.E_i173wxzw .icon-wrapper {
|
|
31257
|
-
margin-right: 10px;
|
|
31258
|
-
height: 18px;
|
|
31259
|
-
}
|
|
31260
31313
|
|
|
31261
|
-
.
|
|
31262
|
-
|
|
31263
|
-
|
|
31314
|
+
.E_t1il0kvi {
|
|
31315
|
+
font-family: Inter;
|
|
31316
|
+
font-style: normal;
|
|
31317
|
+
font-weight: 500;
|
|
31318
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31264
31319
|
font-size: 12px;
|
|
31265
31320
|
line-height: 18px;
|
|
31266
31321
|
}
|
|
31267
31322
|
|
|
31268
|
-
.
|
|
31269
|
-
|
|
31323
|
+
.E_t10dv8p1 {
|
|
31324
|
+
font-family: Inter;
|
|
31325
|
+
font-style: normal;
|
|
31326
|
+
font-weight: normal;
|
|
31327
|
+
font-feature-settings: "zero" on;
|
|
31270
31328
|
font-size: 12px;
|
|
31271
|
-
|
|
31329
|
+
line-height: 18px;
|
|
31272
31330
|
}
|
|
31273
31331
|
|
|
31274
|
-
.
|
|
31275
|
-
|
|
31276
|
-
|
|
31277
|
-
|
|
31332
|
+
.E_tc2oqpq {
|
|
31333
|
+
font-family: Inter;
|
|
31334
|
+
font-style: normal;
|
|
31335
|
+
font-weight: 500;
|
|
31336
|
+
font-feature-settings: "zero" on;
|
|
31337
|
+
font-size: 12px;
|
|
31338
|
+
line-height: 18px;
|
|
31278
31339
|
}
|
|
31279
|
-
|
|
31280
|
-
|
|
31340
|
+
|
|
31341
|
+
.E_tzvddmc {
|
|
31342
|
+
font-family: Inter;
|
|
31343
|
+
font-style: normal;
|
|
31344
|
+
font-weight: bold;
|
|
31345
|
+
font-feature-settings: "zero" on;
|
|
31346
|
+
font-size: 16px;
|
|
31347
|
+
line-height: 24px;
|
|
31281
31348
|
}
|
|
31282
31349
|
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31350
|
+
.E_u18llj45 {
|
|
31351
|
+
font-family: Inter;
|
|
31352
|
+
font-style: normal;
|
|
31353
|
+
font-weight: normal;
|
|
31354
|
+
font-size: 10px;
|
|
31355
|
+
line-height: 12px;
|
|
31285
31356
|
}
|
|
31286
31357
|
|
|
31287
|
-
.
|
|
31288
|
-
|
|
31289
|
-
|
|
31290
|
-
color: #2d3a56;
|
|
31291
|
-
border-radius: 6px;
|
|
31292
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31293
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31358
|
+
.E_cnujxq2 {
|
|
31359
|
+
display: flex;
|
|
31360
|
+
flex-direction: column;
|
|
31294
31361
|
}
|
|
31295
|
-
|
|
31296
|
-
|
|
31297
|
-
|
|
31362
|
+
|
|
31363
|
+
.E_m7s48ia {
|
|
31364
|
+
max-width: 1120px;
|
|
31365
|
+
width: 100%;
|
|
31366
|
+
margin: 0 auto;
|
|
31367
|
+
height: 100%;
|
|
31298
31368
|
}
|
|
31299
|
-
|
|
31300
|
-
|
|
31301
|
-
|
|
31369
|
+
|
|
31370
|
+
.E_wt5zbg6 {
|
|
31371
|
+
max-width: 1120px;
|
|
31372
|
+
width: 100%;
|
|
31373
|
+
margin: 0 auto;
|
|
31374
|
+
display: flex;
|
|
31302
31375
|
}
|
|
31303
|
-
.
|
|
31304
|
-
|
|
31305
|
-
|
|
31306
|
-
|
|
31376
|
+
.E_wt5zbg6 .left,
|
|
31377
|
+
.E_wt5zbg6 .right {
|
|
31378
|
+
flex-grow: 0;
|
|
31379
|
+
flex-shrink: 0;
|
|
31380
|
+
flex-basis: 21%;
|
|
31307
31381
|
}
|
|
31308
|
-
.
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31382
|
+
.E_wt5zbg6 .left {
|
|
31383
|
+
display: flex;
|
|
31384
|
+
justify-content: flex-end;
|
|
31385
|
+
padding-right: 44px;
|
|
31312
31386
|
}
|
|
31313
|
-
.
|
|
31314
|
-
|
|
31315
|
-
color: #e75a3a;
|
|
31387
|
+
.E_wt5zbg6 .right {
|
|
31388
|
+
padding-left: 44px;
|
|
31316
31389
|
}
|
|
31317
|
-
.
|
|
31318
|
-
|
|
31319
|
-
|
|
31390
|
+
.E_wt5zbg6 .middle {
|
|
31391
|
+
margin-bottom: 40px;
|
|
31392
|
+
flex-grow: 0;
|
|
31393
|
+
flex-shrink: 0;
|
|
31394
|
+
flex-basis: 58%;
|
|
31320
31395
|
}
|
|
31321
|
-
.
|
|
31322
|
-
|
|
31323
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31396
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31397
|
+
width: 100%;
|
|
31324
31398
|
}
|
|
31325
|
-
.
|
|
31326
|
-
|
|
31327
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31328
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31399
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31400
|
+
width: auto;
|
|
31329
31401
|
}
|
|
31330
|
-
|
|
31331
|
-
|
|
31332
|
-
|
|
31333
|
-
|
|
31334
|
-
|
|
31335
|
-
color: #2d3a56;
|
|
31336
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31402
|
+
|
|
31403
|
+
.E_h18jprzg .ant-modal-header {
|
|
31404
|
+
margin: 0 auto;
|
|
31405
|
+
width: 100%;
|
|
31406
|
+
max-width: 648px;
|
|
31337
31407
|
}
|
|
31338
|
-
.
|
|
31339
|
-
|
|
31340
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31408
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31409
|
+
margin-left: 0;
|
|
31341
31410
|
}
|
|
31342
|
-
.
|
|
31343
|
-
|
|
31344
|
-
|
|
31411
|
+
.E_h18jprzg .ant-modal-body {
|
|
31412
|
+
margin: 0 auto;
|
|
31413
|
+
padding: 0;
|
|
31414
|
+
width: 100%;
|
|
31415
|
+
max-width: 648px;
|
|
31416
|
+
overflow: hidden;
|
|
31345
31417
|
}
|
|
31346
|
-
.
|
|
31347
|
-
|
|
31348
|
-
line-height: 18px;
|
|
31418
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31419
|
+
margin-bottom: 40px;
|
|
31349
31420
|
}
|
|
31350
|
-
.
|
|
31351
|
-
|
|
31352
|
-
|
|
31353
|
-
}
|
|
31354
|
-
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31355
|
-
border-color: #0096ff;
|
|
31356
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31357
|
-
}
|
|
31358
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31359
|
-
border-color: #e75a3a;
|
|
31421
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31422
|
+
height: calc(100vh - 225px);
|
|
31423
|
+
overflow-y: auto;
|
|
31360
31424
|
}
|
|
31361
|
-
.
|
|
31362
|
-
|
|
31425
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31426
|
+
margin: 0 auto;
|
|
31427
|
+
max-width: 648px;
|
|
31363
31428
|
}
|
|
31364
|
-
|
|
31365
|
-
|
|
31366
|
-
|
|
31429
|
+
|
|
31430
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31431
|
+
margin: 0 auto;
|
|
31432
|
+
width: 100%;
|
|
31433
|
+
max-width: 1024px;
|
|
31367
31434
|
}
|
|
31368
|
-
.
|
|
31369
|
-
|
|
31370
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31435
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31436
|
+
margin-left: 0;
|
|
31371
31437
|
}
|
|
31372
|
-
.
|
|
31373
|
-
|
|
31374
|
-
|
|
31375
|
-
|
|
31438
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31439
|
+
margin: 0 auto;
|
|
31440
|
+
padding: 0;
|
|
31441
|
+
width: 100%;
|
|
31442
|
+
max-width: 1024px;
|
|
31443
|
+
overflow: hidden;
|
|
31376
31444
|
}
|
|
31377
|
-
|
|
31378
|
-
|
|
31379
|
-
transition-delay: 50ms;
|
|
31445
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31446
|
+
margin-bottom: 40px;
|
|
31380
31447
|
}
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
|
|
31448
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31449
|
+
height: calc(100vh - 225px);
|
|
31450
|
+
overflow-y: auto;
|
|
31384
31451
|
}
|
|
31385
|
-
|
|
31386
|
-
|
|
31452
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31453
|
+
margin: 0 auto;
|
|
31454
|
+
max-width: 1024px;
|
|
31387
31455
|
}
|
|
31388
|
-
|
|
31389
|
-
|
|
31390
|
-
|
|
31456
|
+
|
|
31457
|
+
.E_f1lrhghm {
|
|
31458
|
+
flex: 1;
|
|
31391
31459
|
}
|
|
31392
|
-
|
|
31393
|
-
|
|
31460
|
+
.E_f1lrhghm label {
|
|
31461
|
+
font-size: 13px;
|
|
31462
|
+
line-height: 20px;
|
|
31463
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31394
31464
|
}
|
|
31395
|
-
|
|
31396
|
-
|
|
31397
|
-
height:
|
|
31465
|
+
.E_f1lrhghm .title {
|
|
31466
|
+
font-size: 14px;
|
|
31467
|
+
line-height: 20px;
|
|
31468
|
+
color: #2d3a56;
|
|
31469
|
+
margin-bottom: 12px;
|
|
31398
31470
|
}
|
|
31399
|
-
|
|
31400
|
-
|
|
31471
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31472
|
+
padding-bottom: 26px;
|
|
31401
31473
|
}
|
|
31402
31474
|
|
|
31403
|
-
.
|
|
31404
|
-
|
|
31405
|
-
border-
|
|
31475
|
+
.E_f18ot8em {
|
|
31476
|
+
padding: 25px 0 15px 0;
|
|
31477
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31478
|
+
margin-bottom: 16px;
|
|
31406
31479
|
}
|
|
31407
|
-
|
|
31408
|
-
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
|
|
31412
|
-
transition: border 150ms;
|
|
31480
|
+
|
|
31481
|
+
.E_f1l1g2k0 {
|
|
31482
|
+
display: flex;
|
|
31483
|
+
align-items: center;
|
|
31484
|
+
margin-bottom: 8px;
|
|
31413
31485
|
}
|
|
31414
|
-
.
|
|
31415
|
-
|
|
31416
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31486
|
+
.E_f1l1g2k0 > label {
|
|
31487
|
+
width: 216px;
|
|
31417
31488
|
}
|
|
31418
|
-
.
|
|
31419
|
-
|
|
31489
|
+
.E_f1l1g2k0 > label + * {
|
|
31490
|
+
width: 100%;
|
|
31420
31491
|
}
|
|
31421
|
-
.
|
|
31422
|
-
|
|
31492
|
+
.E_f1l1g2k0 .ant-select {
|
|
31493
|
+
width: 100%;
|
|
31423
31494
|
}
|
|
31424
|
-
|
|
31425
|
-
|
|
31495
|
+
|
|
31496
|
+
.E_e1k89cwg {
|
|
31497
|
+
color: #e75a3a;
|
|
31498
|
+
margin-right: 10px;
|
|
31426
31499
|
}
|
|
31427
|
-
|
|
31428
|
-
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31500
|
+
|
|
31501
|
+
.E_d1oui1gf {
|
|
31502
|
+
width: 100%;
|
|
31503
|
+
height: 1px;
|
|
31504
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31505
|
+
margin: 24px 0;
|
|
31432
31506
|
}
|
|
31433
|
-
|
|
31434
|
-
|
|
31435
|
-
|
|
31436
|
-
|
|
31507
|
+
|
|
31508
|
+
.E_l15itdbb {
|
|
31509
|
+
display: flex;
|
|
31510
|
+
justify-content: center;
|
|
31511
|
+
align-items: center;
|
|
31512
|
+
height: 100%;
|
|
31437
31513
|
}
|
|
31438
|
-
|
|
31439
|
-
|
|
31514
|
+
|
|
31515
|
+
.E_d1y3z4w {
|
|
31516
|
+
display: inline-block;
|
|
31517
|
+
width: 4px;
|
|
31518
|
+
height: 4px;
|
|
31519
|
+
background: #8e9aa9;
|
|
31520
|
+
opacity: 0.4;
|
|
31521
|
+
border-radius: 50%;
|
|
31522
|
+
margin: 0 4px;
|
|
31440
31523
|
}
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31524
|
+
|
|
31525
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31526
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31527
|
+
width: 648px;
|
|
31528
|
+
margin: 0 auto;
|
|
31444
31529
|
}
|
|
31445
|
-
.
|
|
31446
|
-
|
|
31447
|
-
|
|
31448
|
-
transform: translateY(-50%);
|
|
31449
|
-
left: -16px;
|
|
31450
|
-
transition: left 150ms ease;
|
|
31451
|
-
opacity: 0;
|
|
31530
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31531
|
+
padding: 35px 0 24px;
|
|
31532
|
+
border: none;
|
|
31452
31533
|
}
|
|
31453
|
-
.
|
|
31454
|
-
|
|
31455
|
-
opacity: 1;
|
|
31534
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31535
|
+
font-size: 30px;
|
|
31456
31536
|
}
|
|
31457
|
-
.
|
|
31458
|
-
|
|
31459
|
-
margin-left: 0px;
|
|
31537
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31538
|
+
padding: 4px 0 2px;
|
|
31460
31539
|
}
|
|
31461
|
-
.
|
|
31462
|
-
|
|
31540
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31541
|
+
border: none;
|
|
31463
31542
|
}
|
|
31464
31543
|
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
|
|
31544
|
+
.E_t1wwio3v {
|
|
31545
|
+
font-size: 12px;
|
|
31546
|
+
line-height: 18px;
|
|
31547
|
+
font-weight: bold;
|
|
31548
|
+
color: #fff;
|
|
31549
|
+
padding: 0 4px;
|
|
31550
|
+
border-radius: 4px;
|
|
31551
|
+
display: inline-block;
|
|
31552
|
+
background: var(--t1wwio3v-0);
|
|
31468
31553
|
}
|
|
31469
|
-
|
|
31470
|
-
|
|
31471
|
-
border-top-right-radius: 0;
|
|
31472
|
-
border-bottom-right-radius: 0;
|
|
31554
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31555
|
+
margin-left: 4px;
|
|
31473
31556
|
}
|
|
31474
31557
|
|
|
31475
|
-
|
|
31476
|
-
|
|
31477
|
-
|
|
31558
|
+
.E_f17jvtfk {
|
|
31559
|
+
width: 100%;
|
|
31560
|
+
height: 100%;
|
|
31561
|
+
display: flex;
|
|
31562
|
+
align-items: center;
|
|
31563
|
+
justify-content: center;
|
|
31478
31564
|
}
|
|
31479
31565
|
|
|
31480
|
-
.
|
|
31481
|
-
|
|
31482
|
-
|
|
31566
|
+
.E_nzppkea {
|
|
31567
|
+
font-size: 90%;
|
|
31568
|
+
font-weight: bold;
|
|
31569
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31570
|
+
padding: 1px 4px 1px;
|
|
31571
|
+
margin-left: 2px;
|
|
31572
|
+
margin-right: 2px;
|
|
31573
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31574
|
+
border-radius: 4px;
|
|
31483
31575
|
}
|
|
31484
31576
|
|
|
31485
|
-
.
|
|
31486
|
-
|
|
31487
|
-
border-bottom-right-radius: 0;
|
|
31577
|
+
.E_f4mi9eq.form-item-general {
|
|
31578
|
+
width: 640px;
|
|
31488
31579
|
}
|
|
31489
|
-
|
|
31490
|
-
|
|
31491
|
-
border-top-left-radius: 0;
|
|
31492
|
-
border-bottom-left-radius: 0;
|
|
31580
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
31581
|
+
margin-top: 16px;
|
|
31493
31582
|
}
|
|
31494
|
-
|
|
31495
|
-
|
|
31496
|
-
display: flex;
|
|
31497
|
-
flex-direction: column;
|
|
31583
|
+
.E_f4mi9eq.form-item-compact {
|
|
31584
|
+
width: 412px;
|
|
31498
31585
|
}
|
|
31499
|
-
.
|
|
31500
|
-
margin-top:
|
|
31586
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31587
|
+
margin-top: 8px;
|
|
31501
31588
|
}
|
|
31502
|
-
.
|
|
31503
|
-
width:
|
|
31589
|
+
.E_f4mi9eq .form-item {
|
|
31590
|
+
width: auto;
|
|
31504
31591
|
}
|
|
31505
|
-
.
|
|
31506
|
-
|
|
31592
|
+
.E_f4mi9eq .form-item-main {
|
|
31593
|
+
position: relative;
|
|
31594
|
+
display: flex;
|
|
31507
31595
|
}
|
|
31508
|
-
.
|
|
31596
|
+
.E_f4mi9eq .form-item-extra {
|
|
31597
|
+
margin-top: 4px;
|
|
31509
31598
|
width: 100%;
|
|
31599
|
+
padding: 14px;
|
|
31600
|
+
background: #f2f4f6;
|
|
31601
|
+
font-size: 13px;
|
|
31602
|
+
line-height: 1.8;
|
|
31603
|
+
color: #8e9aa9;
|
|
31510
31604
|
}
|
|
31511
|
-
|
|
31512
|
-
|
|
31513
|
-
font-size:
|
|
31514
|
-
font-weight: 500;
|
|
31515
|
-
color: #3e4652;
|
|
31516
|
-
line-height: 18px;
|
|
31517
|
-
}
|
|
31518
|
-
.E_d105ju2d + .E_d105ju2d {
|
|
31519
|
-
margin-top: 16px;
|
|
31520
|
-
}
|
|
31521
|
-
.E_d105ju2d + * {
|
|
31522
|
-
margin-top: 16px;
|
|
31523
|
-
}
|
|
31524
|
-
|
|
31525
|
-
.E_lh0l62z.E_d105ju2d {
|
|
31526
|
-
font-size: 12px;
|
|
31605
|
+
.E_f4mi9eq .form-item-label {
|
|
31606
|
+
padding-right: 12px;
|
|
31607
|
+
font-size: 13px;
|
|
31527
31608
|
color: rgba(44, 56, 82, 0.6);
|
|
31528
|
-
margin-top: 12px;
|
|
31529
|
-
}
|
|
31530
|
-
|
|
31531
|
-
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
31532
|
-
line-height: 18px;
|
|
31533
|
-
font-weight: 500;
|
|
31534
|
-
margin-top: 0;
|
|
31535
|
-
white-space: initial;
|
|
31536
31609
|
}
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
display: block;
|
|
31610
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
31611
|
+
text-align: right;
|
|
31540
31612
|
}
|
|
31541
|
-
.
|
|
31542
|
-
|
|
31543
|
-
font-weight: 500;
|
|
31613
|
+
.E_f4mi9eq .form-item-label,
|
|
31614
|
+
.E_f4mi9eq .form-item-control {
|
|
31544
31615
|
line-height: 32px;
|
|
31545
|
-
color: #3e4652;
|
|
31546
|
-
}
|
|
31547
|
-
|
|
31548
|
-
.E_c3cobmo {
|
|
31549
|
-
margin-top: 16px;
|
|
31550
|
-
padding: 8px;
|
|
31551
|
-
border-radius: 6px;
|
|
31552
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31553
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31554
|
-
font-size: 12px;
|
|
31555
|
-
}
|
|
31556
|
-
.E_c3cobmo div {
|
|
31557
|
-
line-height: 20px;
|
|
31558
|
-
display: flex;
|
|
31559
|
-
align-items: center;
|
|
31560
|
-
word-break: break-all;
|
|
31561
31616
|
}
|
|
31562
|
-
.
|
|
31563
|
-
font-weight: 700;
|
|
31617
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31564
31618
|
line-height: 18px;
|
|
31565
|
-
margin: 4px 0;
|
|
31566
31619
|
}
|
|
31567
|
-
|
|
31568
|
-
|
|
31569
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
31620
|
+
.E_f4mi9eq .form-item-children {
|
|
31621
|
+
width: 100%;
|
|
31570
31622
|
}
|
|
31571
|
-
|
|
31572
|
-
|
|
31573
|
-
font-family: Inter;
|
|
31574
|
-
font-style: normal;
|
|
31575
|
-
font-weight: bold;
|
|
31576
|
-
font-size: 32px;
|
|
31577
|
-
line-height: 40px;
|
|
31623
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
31624
|
+
width: 100%;
|
|
31578
31625
|
}
|
|
31579
|
-
|
|
31580
|
-
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
font-weight: bold;
|
|
31584
|
-
font-size: 24px;
|
|
31585
|
-
line-height: 32px;
|
|
31626
|
+
.E_f4mi9eq .form-item-error {
|
|
31627
|
+
color: #e75a3a;
|
|
31628
|
+
height: 0;
|
|
31629
|
+
overflow: hidden;
|
|
31586
31630
|
}
|
|
31587
|
-
|
|
31588
|
-
|
|
31589
|
-
|
|
31590
|
-
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
|
|
31631
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
31632
|
+
margin-top: 4px;
|
|
31633
|
+
height: auto;
|
|
31634
|
+
overflow: auto;
|
|
31635
|
+
}
|
|
31636
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31637
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31638
|
+
border: 1px solid #e75a3a;
|
|
31639
|
+
color: #e75a3a;
|
|
31594
31640
|
}
|
|
31595
31641
|
|
|
31596
|
-
.
|
|
31597
|
-
|
|
31598
|
-
font-style: normal;
|
|
31642
|
+
.E_fh0ewl8 {
|
|
31643
|
+
color: #2d3a56;
|
|
31599
31644
|
font-weight: bold;
|
|
31600
|
-
|
|
31601
|
-
|
|
31645
|
+
padding-bottom: 6px;
|
|
31646
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31647
|
+
margin-bottom: 16px;
|
|
31602
31648
|
}
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
font-family: Inter;
|
|
31606
|
-
font-style: normal;
|
|
31607
|
-
font-weight: normal;
|
|
31608
|
-
font-size: 20px;
|
|
31609
|
-
line-height: 24px;
|
|
31649
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
31650
|
+
margin-top: 16px;
|
|
31610
31651
|
}
|
|
31611
31652
|
|
|
31612
|
-
.
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
|
|
31616
|
-
|
|
31617
|
-
|
|
31653
|
+
.E_e1qrlvot {
|
|
31654
|
+
width: 8px;
|
|
31655
|
+
height: 24px;
|
|
31656
|
+
display: flex;
|
|
31657
|
+
justify-content: center;
|
|
31658
|
+
align-items: center;
|
|
31659
|
+
cursor: pointer;
|
|
31660
|
+
transition: all 200ms ease-out 40ms;
|
|
31618
31661
|
}
|
|
31619
|
-
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
|
|
31662
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31663
|
+
content: "";
|
|
31664
|
+
width: 1px;
|
|
31665
|
+
height: 6px;
|
|
31666
|
+
border-radius: 1px;
|
|
31667
|
+
background: #ccd4e3;
|
|
31668
|
+
position: relative;
|
|
31669
|
+
right: 2px;
|
|
31670
|
+
transform: rotate(-45deg);
|
|
31626
31671
|
}
|
|
31627
|
-
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
font-style: normal;
|
|
31631
|
-
font-weight: bold;
|
|
31632
|
-
font-size: 16px;
|
|
31633
|
-
line-height: 22px;
|
|
31672
|
+
.E_e1qrlvot:after {
|
|
31673
|
+
transform: rotate(45deg);
|
|
31674
|
+
left: 1px;
|
|
31634
31675
|
}
|
|
31635
31676
|
|
|
31636
|
-
.
|
|
31637
|
-
|
|
31638
|
-
|
|
31639
|
-
|
|
31640
|
-
font-size: 16px;
|
|
31641
|
-
line-height: 22px;
|
|
31677
|
+
.E_w9ic984.ant-alert-warning {
|
|
31678
|
+
border: 0;
|
|
31679
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31680
|
+
border-radius: 6px;
|
|
31642
31681
|
}
|
|
31643
|
-
|
|
31644
|
-
.
|
|
31645
|
-
|
|
31646
|
-
font-style: normal;
|
|
31647
|
-
font-weight: bold;
|
|
31648
|
-
font-size: 14px;
|
|
31649
|
-
line-height: 20px;
|
|
31682
|
+
.E_w9ic984.ant-alert,
|
|
31683
|
+
.E_w9ic984 .ant-alert-message {
|
|
31684
|
+
color: #e07f00;
|
|
31650
31685
|
}
|
|
31651
|
-
|
|
31652
|
-
.
|
|
31653
|
-
|
|
31654
|
-
font-style: normal;
|
|
31655
|
-
font-weight: normal;
|
|
31656
|
-
font-size: 14px;
|
|
31657
|
-
line-height: 20px;
|
|
31686
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31687
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31688
|
+
border-bottom-color: #e07f00;
|
|
31658
31689
|
}
|
|
31659
31690
|
|
|
31660
|
-
.
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
|
|
31691
|
+
.E_n1k9qi4r {
|
|
31692
|
+
display: flex;
|
|
31693
|
+
flex-direction: row;
|
|
31694
|
+
padding: 7px 12px;
|
|
31695
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31696
|
+
border-radius: 6px;
|
|
31697
|
+
color: #e07f00;
|
|
31664
31698
|
font-size: 12px;
|
|
31665
31699
|
line-height: 18px;
|
|
31666
31700
|
}
|
|
31701
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
31702
|
+
margin-right: 10px;
|
|
31703
|
+
height: 18px;
|
|
31704
|
+
}
|
|
31667
31705
|
|
|
31668
|
-
.
|
|
31669
|
-
|
|
31670
|
-
|
|
31671
|
-
|
|
31706
|
+
.E_n16fsg9x {
|
|
31707
|
+
display: flex;
|
|
31708
|
+
flex-direction: row;
|
|
31709
|
+
padding: 7px 12px;
|
|
31710
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31711
|
+
border-radius: 6px;
|
|
31712
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31672
31713
|
font-size: 12px;
|
|
31673
31714
|
line-height: 18px;
|
|
31674
31715
|
}
|
|
31716
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31717
|
+
margin-right: 10px;
|
|
31718
|
+
height: 18px;
|
|
31719
|
+
}
|
|
31675
31720
|
|
|
31676
|
-
.
|
|
31677
|
-
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31721
|
+
.E_i173wxzw {
|
|
31722
|
+
display: flex;
|
|
31723
|
+
flex-direction: row;
|
|
31724
|
+
padding: 7px 12px;
|
|
31725
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31726
|
+
border-radius: 6px;
|
|
31727
|
+
color: #005ed1;
|
|
31682
31728
|
font-size: 12px;
|
|
31683
31729
|
line-height: 18px;
|
|
31684
31730
|
}
|
|
31731
|
+
.E_i173wxzw .icon-wrapper {
|
|
31732
|
+
margin-right: 10px;
|
|
31733
|
+
height: 18px;
|
|
31734
|
+
}
|
|
31685
31735
|
|
|
31686
|
-
.
|
|
31687
|
-
|
|
31688
|
-
|
|
31689
|
-
font-weight: normal;
|
|
31690
|
-
text-transform: uppercase;
|
|
31691
|
-
font-feature-settings: "cpsp" on;
|
|
31736
|
+
.E_dld369h {
|
|
31737
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31738
|
+
margin-top: 5px;
|
|
31692
31739
|
font-size: 12px;
|
|
31693
31740
|
line-height: 18px;
|
|
31694
31741
|
}
|
|
31695
31742
|
|
|
31696
|
-
.
|
|
31697
|
-
|
|
31698
|
-
font-
|
|
31699
|
-
|
|
31700
|
-
font-size: 16px;
|
|
31701
|
-
line-height: 24px;
|
|
31743
|
+
.E_s1epv22q {
|
|
31744
|
+
color: #f0483e;
|
|
31745
|
+
font-size: 12px;
|
|
31746
|
+
white-space: pre-wrap;
|
|
31702
31747
|
}
|
|
31703
31748
|
|
|
31704
|
-
.
|
|
31705
|
-
|
|
31706
|
-
|
|
31707
|
-
|
|
31708
|
-
font-size: 16px;
|
|
31709
|
-
line-height: 24px;
|
|
31710
|
-
}
|
|
31711
|
-
|
|
31712
|
-
.E_l5yc9nt {
|
|
31713
|
-
font-family: Inter;
|
|
31714
|
-
font-style: normal;
|
|
31715
|
-
font-weight: normal;
|
|
31716
|
-
font-size: 16px;
|
|
31717
|
-
line-height: 24px;
|
|
31749
|
+
.E_okus5hk {
|
|
31750
|
+
display: flex;
|
|
31751
|
+
align-items: center;
|
|
31752
|
+
justify-content: flex-end;
|
|
31718
31753
|
}
|
|
31719
|
-
|
|
31720
|
-
|
|
31721
|
-
font-family: Inter;
|
|
31722
|
-
font-style: normal;
|
|
31723
|
-
font-weight: bold;
|
|
31724
|
-
font-size: 16px;
|
|
31725
|
-
line-height: 24px;
|
|
31754
|
+
.E_okus5hk .icon-wrapper {
|
|
31755
|
+
margin-right: 16px;
|
|
31726
31756
|
}
|
|
31727
31757
|
|
|
31728
|
-
.
|
|
31729
|
-
|
|
31730
|
-
font-style: normal;
|
|
31731
|
-
font-weight: normal;
|
|
31732
|
-
text-transform: uppercase;
|
|
31733
|
-
font-feature-settings: "cpsp" on;
|
|
31734
|
-
font-size: 16px;
|
|
31735
|
-
line-height: 24px;
|
|
31758
|
+
.E_t1auuzri {
|
|
31759
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31736
31760
|
}
|
|
31737
31761
|
|
|
31738
|
-
.
|
|
31739
|
-
|
|
31740
|
-
|
|
31741
|
-
|
|
31742
|
-
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
line-height: 24px;
|
|
31762
|
+
.E_i74cfyt.ant-input {
|
|
31763
|
+
padding: 5px 12px;
|
|
31764
|
+
line-height: 20px;
|
|
31765
|
+
color: #2d3a56;
|
|
31766
|
+
border-radius: 6px;
|
|
31767
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31768
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31746
31769
|
}
|
|
31747
|
-
|
|
31748
|
-
|
|
31749
|
-
font-family: Inter;
|
|
31750
|
-
font-style: normal;
|
|
31751
|
-
font-weight: normal;
|
|
31752
|
-
font-size: 14px;
|
|
31770
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31771
|
+
padding: 8px 16px;
|
|
31753
31772
|
line-height: 22px;
|
|
31754
31773
|
}
|
|
31755
|
-
|
|
31756
|
-
|
|
31757
|
-
|
|
31758
|
-
font-style: normal;
|
|
31759
|
-
font-weight: 500;
|
|
31760
|
-
font-size: 14px;
|
|
31761
|
-
line-height: 22px;
|
|
31774
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31775
|
+
padding: 2px 8px;
|
|
31776
|
+
line-height: 18px;
|
|
31762
31777
|
}
|
|
31763
|
-
|
|
31764
|
-
.
|
|
31765
|
-
|
|
31766
|
-
|
|
31767
|
-
font-weight: bold;
|
|
31768
|
-
font-size: 14px;
|
|
31769
|
-
line-height: 22px;
|
|
31778
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31779
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31780
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31781
|
+
z-index: 1;
|
|
31770
31782
|
}
|
|
31771
|
-
|
|
31772
|
-
|
|
31773
|
-
|
|
31774
|
-
|
|
31775
|
-
font-weight: normal;
|
|
31776
|
-
font-size: 14px;
|
|
31777
|
-
line-height: 22px;
|
|
31783
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31784
|
+
border-color: #0096ff;
|
|
31785
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31786
|
+
z-index: 1;
|
|
31778
31787
|
}
|
|
31779
|
-
|
|
31780
|
-
|
|
31781
|
-
|
|
31782
|
-
font-style: normal;
|
|
31783
|
-
font-weight: bold;
|
|
31784
|
-
font-size: 14px;
|
|
31785
|
-
line-height: 22px;
|
|
31788
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31789
|
+
border-color: #e75a3a;
|
|
31790
|
+
color: #e75a3a;
|
|
31786
31791
|
}
|
|
31787
|
-
|
|
31788
|
-
|
|
31789
|
-
|
|
31790
|
-
font-style: normal;
|
|
31791
|
-
font-weight: normal;
|
|
31792
|
-
text-transform: uppercase;
|
|
31793
|
-
font-feature-settings: "cpsp" on;
|
|
31794
|
-
font-size: 14px;
|
|
31795
|
-
line-height: 22px;
|
|
31792
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31793
|
+
border-color: #e75a3a;
|
|
31794
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31796
31795
|
}
|
|
31797
|
-
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
font-style: normal;
|
|
31801
|
-
font-weight: bold;
|
|
31802
|
-
text-transform: uppercase;
|
|
31803
|
-
font-feature-settings: "cpsp" on;
|
|
31804
|
-
font-size: 14px;
|
|
31805
|
-
line-height: 22px;
|
|
31796
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31797
|
+
border-color: #e75a3a;
|
|
31798
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31806
31799
|
}
|
|
31807
|
-
|
|
31808
|
-
.
|
|
31809
|
-
|
|
31810
|
-
|
|
31811
|
-
font-weight: normal;
|
|
31812
|
-
font-size: 13px;
|
|
31813
|
-
line-height: 20px;
|
|
31800
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
31801
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31802
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31803
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31814
31804
|
}
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
font-weight: 600;
|
|
31820
|
-
font-size: 13px;
|
|
31805
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31806
|
+
padding: 5px 12px;
|
|
31807
|
+
border-radius: 6px;
|
|
31808
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31821
31809
|
line-height: 20px;
|
|
31810
|
+
color: #2d3a56;
|
|
31811
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31822
31812
|
}
|
|
31823
|
-
|
|
31824
|
-
.
|
|
31825
|
-
|
|
31826
|
-
font-style: normal;
|
|
31827
|
-
font-weight: bold;
|
|
31828
|
-
font-size: 13px;
|
|
31829
|
-
line-height: 20px;
|
|
31813
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31814
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31815
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31830
31816
|
}
|
|
31831
|
-
|
|
31832
|
-
|
|
31833
|
-
|
|
31834
|
-
font-style: normal;
|
|
31835
|
-
font-weight: normal;
|
|
31836
|
-
font-size: 13px;
|
|
31837
|
-
line-height: 20px;
|
|
31817
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31818
|
+
padding: 8px 16px;
|
|
31819
|
+
line-height: 22px;
|
|
31838
31820
|
}
|
|
31839
|
-
|
|
31840
|
-
|
|
31841
|
-
|
|
31842
|
-
font-style: normal;
|
|
31843
|
-
font-weight: 600;
|
|
31844
|
-
font-size: 13px;
|
|
31845
|
-
line-height: 20px;
|
|
31821
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31822
|
+
padding: 2px 8px;
|
|
31823
|
+
line-height: 18px;
|
|
31846
31824
|
}
|
|
31847
|
-
|
|
31848
|
-
.
|
|
31849
|
-
|
|
31850
|
-
font-style: normal;
|
|
31851
|
-
font-weight: bold;
|
|
31852
|
-
font-size: 13px;
|
|
31853
|
-
line-height: 20px;
|
|
31825
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31826
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31827
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31854
31828
|
}
|
|
31855
|
-
|
|
31856
|
-
|
|
31857
|
-
|
|
31858
|
-
font-style: normal;
|
|
31859
|
-
font-weight: normal;
|
|
31860
|
-
text-transform: uppercase;
|
|
31861
|
-
font-feature-settings: "cpsp" on;
|
|
31862
|
-
font-size: 13px;
|
|
31863
|
-
line-height: 20px;
|
|
31829
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31830
|
+
border-color: #0096ff;
|
|
31831
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31864
31832
|
}
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
font-family: Inter;
|
|
31868
|
-
font-style: normal;
|
|
31869
|
-
font-weight: bold;
|
|
31870
|
-
text-transform: uppercase;
|
|
31871
|
-
font-feature-settings: "cpsp" on;
|
|
31872
|
-
font-size: 13px;
|
|
31873
|
-
line-height: 20px;
|
|
31833
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31834
|
+
border-color: #e75a3a;
|
|
31874
31835
|
}
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
font-family: Inter;
|
|
31878
|
-
font-style: normal;
|
|
31879
|
-
font-weight: normal;
|
|
31880
|
-
font-size: 12px;
|
|
31881
|
-
line-height: 18px;
|
|
31836
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31837
|
+
color: #e75a3a;
|
|
31882
31838
|
}
|
|
31883
|
-
|
|
31884
|
-
|
|
31885
|
-
|
|
31886
|
-
font-style: normal;
|
|
31887
|
-
font-weight: 500;
|
|
31888
|
-
font-size: 12px;
|
|
31889
|
-
line-height: 18px;
|
|
31839
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31840
|
+
border-color: #e75a3a;
|
|
31841
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31890
31842
|
}
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
|
|
31894
|
-
font-style: normal;
|
|
31895
|
-
font-weight: bold;
|
|
31896
|
-
font-size: 12px;
|
|
31897
|
-
line-height: 18px;
|
|
31843
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31844
|
+
border-color: #e75a3a;
|
|
31845
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31898
31846
|
}
|
|
31899
|
-
|
|
31900
|
-
.
|
|
31901
|
-
|
|
31902
|
-
|
|
31903
|
-
font-weight: normal;
|
|
31904
|
-
font-size: 12px;
|
|
31905
|
-
line-height: 18px;
|
|
31847
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31848
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31849
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31850
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31906
31851
|
}
|
|
31907
|
-
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
|
|
31911
|
-
|
|
31912
|
-
|
|
31913
|
-
|
|
31852
|
+
textarea.E_i74cfyt.ant-input {
|
|
31853
|
+
transition-property: height;
|
|
31854
|
+
transition-delay: 50ms;
|
|
31855
|
+
}
|
|
31856
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31857
|
+
min-height: 40px;
|
|
31858
|
+
height: 40px;
|
|
31859
|
+
}
|
|
31860
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
31861
|
+
height: 80px;
|
|
31862
|
+
}
|
|
31863
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
31864
|
+
min-height: 32px;
|
|
31865
|
+
height: 32px;
|
|
31866
|
+
}
|
|
31867
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
31868
|
+
height: 64px;
|
|
31869
|
+
}
|
|
31870
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
31871
|
+
min-height: 24px;
|
|
31872
|
+
height: 24px;
|
|
31873
|
+
}
|
|
31874
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
31875
|
+
height: 40px;
|
|
31914
31876
|
}
|
|
31915
31877
|
|
|
31916
|
-
.
|
|
31917
|
-
|
|
31918
|
-
|
|
31919
|
-
|
|
31878
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
31879
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31880
|
+
border-radius: 4px;
|
|
31881
|
+
}
|
|
31882
|
+
.E_k1ci6977.input-tags {
|
|
31883
|
+
position: relative;
|
|
31884
|
+
padding: 6px;
|
|
31885
|
+
height: 32px;
|
|
31886
|
+
cursor: pointer;
|
|
31887
|
+
transition: border 150ms;
|
|
31888
|
+
}
|
|
31889
|
+
.E_k1ci6977.input-tags:hover {
|
|
31890
|
+
border-color: #0080ff;
|
|
31891
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31892
|
+
}
|
|
31893
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31894
|
+
padding-right: 30px;
|
|
31895
|
+
}
|
|
31896
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31897
|
+
display: flex;
|
|
31898
|
+
}
|
|
31899
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31900
|
+
display: flex;
|
|
31901
|
+
}
|
|
31902
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31903
|
+
position: absolute;
|
|
31904
|
+
right: 12px;
|
|
31905
|
+
top: 50%;
|
|
31906
|
+
transform: translateY(-50%);
|
|
31907
|
+
}
|
|
31908
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31909
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31920
31910
|
font-size: 12px;
|
|
31921
|
-
|
|
31911
|
+
cursor: pointer;
|
|
31912
|
+
}
|
|
31913
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31914
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31915
|
+
}
|
|
31916
|
+
.E_k1ci6977.has-focus-indicator {
|
|
31917
|
+
position: relative;
|
|
31918
|
+
overflow: hidden;
|
|
31919
|
+
}
|
|
31920
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31921
|
+
position: absolute;
|
|
31922
|
+
top: 50%;
|
|
31923
|
+
transform: translateY(-50%);
|
|
31924
|
+
left: -16px;
|
|
31925
|
+
transition: left 150ms ease;
|
|
31926
|
+
opacity: 0;
|
|
31927
|
+
}
|
|
31928
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31929
|
+
left: 8px;
|
|
31930
|
+
opacity: 1;
|
|
31931
|
+
}
|
|
31932
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
31933
|
+
transition: margin-left 150ms ease;
|
|
31934
|
+
margin-left: 0px;
|
|
31922
31935
|
}
|
|
31923
|
-
|
|
31924
|
-
|
|
31925
|
-
font-family: Inter;
|
|
31926
|
-
font-style: normal;
|
|
31927
|
-
font-weight: normal;
|
|
31928
|
-
text-transform: uppercase;
|
|
31929
|
-
font-feature-settings: "cpsp" on;
|
|
31930
|
-
font-size: 12px;
|
|
31931
|
-
line-height: 18px;
|
|
31936
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31937
|
+
margin-left: 16px;
|
|
31932
31938
|
}
|
|
31933
31939
|
|
|
31934
|
-
.
|
|
31935
|
-
|
|
31936
|
-
|
|
31937
|
-
font-weight: bold;
|
|
31938
|
-
text-transform: uppercase;
|
|
31939
|
-
font-feature-settings: "cpsp" on;
|
|
31940
|
-
font-size: 12px;
|
|
31941
|
-
line-height: 18px;
|
|
31940
|
+
input.E_l1f7td1d.ant-input {
|
|
31941
|
+
border-top-right-radius: 0;
|
|
31942
|
+
border-bottom-right-radius: 0;
|
|
31942
31943
|
}
|
|
31943
31944
|
|
|
31944
|
-
.
|
|
31945
|
-
|
|
31946
|
-
|
|
31947
|
-
font-weight: normal;
|
|
31948
|
-
font-size: 13px;
|
|
31949
|
-
line-height: 20px;
|
|
31945
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31946
|
+
border-top-right-radius: 0;
|
|
31947
|
+
border-bottom-right-radius: 0;
|
|
31950
31948
|
}
|
|
31951
31949
|
|
|
31952
|
-
.
|
|
31953
|
-
|
|
31954
|
-
|
|
31955
|
-
font-weight: normal;
|
|
31956
|
-
font-size: 13px;
|
|
31957
|
-
line-height: 20px;
|
|
31950
|
+
input.E_rf8rlle.ant-input {
|
|
31951
|
+
border-top-left-radius: 0;
|
|
31952
|
+
border-bottom-left-radius: 0;
|
|
31958
31953
|
}
|
|
31959
31954
|
|
|
31960
|
-
.
|
|
31961
|
-
|
|
31962
|
-
|
|
31963
|
-
font-weight: normal;
|
|
31964
|
-
font-size: 12px;
|
|
31965
|
-
line-height: 18px;
|
|
31955
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31956
|
+
border-top-left-radius: 0;
|
|
31957
|
+
border-bottom-left-radius: 0;
|
|
31966
31958
|
}
|
|
31967
31959
|
|
|
31968
|
-
.
|
|
31969
|
-
|
|
31970
|
-
|
|
31971
|
-
font-weight: normal;
|
|
31972
|
-
font-size: 12px;
|
|
31973
|
-
line-height: 18px;
|
|
31960
|
+
.E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
|
|
31961
|
+
border-top-right-radius: 0;
|
|
31962
|
+
border-bottom-right-radius: 0;
|
|
31974
31963
|
}
|
|
31975
31964
|
|
|
31976
|
-
.
|
|
31977
|
-
|
|
31978
|
-
|
|
31979
|
-
font-weight: normal;
|
|
31980
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31981
|
-
font-size: 13px;
|
|
31982
|
-
line-height: 20px;
|
|
31965
|
+
.E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
|
|
31966
|
+
border-top-left-radius: 0;
|
|
31967
|
+
border-bottom-left-radius: 0;
|
|
31983
31968
|
}
|
|
31984
31969
|
|
|
31985
|
-
.
|
|
31986
|
-
|
|
31987
|
-
|
|
31988
|
-
font-weight: normal;
|
|
31989
|
-
font-feature-settings: "zero" on;
|
|
31990
|
-
font-size: 13px;
|
|
31991
|
-
line-height: 20px;
|
|
31970
|
+
.E_c3ni091 {
|
|
31971
|
+
display: flex;
|
|
31972
|
+
flex-direction: column;
|
|
31992
31973
|
}
|
|
31993
|
-
|
|
31994
|
-
|
|
31995
|
-
|
|
31996
|
-
|
|
31997
|
-
|
|
31998
|
-
|
|
31999
|
-
|
|
32000
|
-
|
|
31974
|
+
.E_c3ni091 .select-wrapper {
|
|
31975
|
+
margin-top: 12px;
|
|
31976
|
+
}
|
|
31977
|
+
.E_c3ni091 .select-wrapper .select {
|
|
31978
|
+
width: 100%;
|
|
31979
|
+
}
|
|
31980
|
+
.E_c3ni091 .radio-wrapper {
|
|
31981
|
+
margin-top: 24px;
|
|
31982
|
+
}
|
|
31983
|
+
.E_c3ni091 div.form-item {
|
|
31984
|
+
width: 100%;
|
|
32001
31985
|
}
|
|
32002
31986
|
|
|
32003
|
-
.
|
|
32004
|
-
font-
|
|
32005
|
-
font-style: normal;
|
|
31987
|
+
.E_d105ju2d {
|
|
31988
|
+
font-size: 14px;
|
|
32006
31989
|
font-weight: 500;
|
|
32007
|
-
|
|
32008
|
-
font-size: 12px;
|
|
31990
|
+
color: #3e4652;
|
|
32009
31991
|
line-height: 18px;
|
|
32010
31992
|
}
|
|
31993
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
31994
|
+
margin-top: 16px;
|
|
31995
|
+
}
|
|
31996
|
+
.E_d105ju2d + * {
|
|
31997
|
+
margin-top: 16px;
|
|
31998
|
+
}
|
|
32011
31999
|
|
|
32012
|
-
.
|
|
32013
|
-
font-family: Inter;
|
|
32014
|
-
font-style: normal;
|
|
32015
|
-
font-weight: normal;
|
|
32016
|
-
font-feature-settings: "zero" on;
|
|
32000
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32017
32001
|
font-size: 12px;
|
|
32002
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32003
|
+
margin-top: 12px;
|
|
32004
|
+
}
|
|
32005
|
+
|
|
32006
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32018
32007
|
line-height: 18px;
|
|
32008
|
+
font-weight: 500;
|
|
32009
|
+
margin-top: 0;
|
|
32010
|
+
white-space: initial;
|
|
32019
32011
|
}
|
|
32020
32012
|
|
|
32021
|
-
.
|
|
32022
|
-
|
|
32023
|
-
|
|
32013
|
+
.E_r1skkc3l {
|
|
32014
|
+
display: block;
|
|
32015
|
+
}
|
|
32016
|
+
.E_r1skkc3l span {
|
|
32017
|
+
font-size: 14px;
|
|
32024
32018
|
font-weight: 500;
|
|
32025
|
-
|
|
32019
|
+
line-height: 32px;
|
|
32020
|
+
color: #3e4652;
|
|
32021
|
+
}
|
|
32022
|
+
|
|
32023
|
+
.E_c3cobmo {
|
|
32024
|
+
margin-top: 16px;
|
|
32025
|
+
padding: 8px;
|
|
32026
|
+
border-radius: 6px;
|
|
32027
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32028
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32026
32029
|
font-size: 12px;
|
|
32030
|
+
}
|
|
32031
|
+
.E_c3cobmo div {
|
|
32032
|
+
line-height: 20px;
|
|
32033
|
+
display: flex;
|
|
32034
|
+
align-items: center;
|
|
32035
|
+
word-break: break-all;
|
|
32036
|
+
}
|
|
32037
|
+
.E_c3cobmo .title {
|
|
32038
|
+
font-weight: 700;
|
|
32027
32039
|
line-height: 18px;
|
|
32040
|
+
margin: 4px 0;
|
|
32028
32041
|
}
|
|
32029
32042
|
|
|
32030
|
-
.
|
|
32031
|
-
|
|
32032
|
-
font-style: normal;
|
|
32033
|
-
font-weight: bold;
|
|
32034
|
-
font-feature-settings: "zero" on;
|
|
32035
|
-
font-size: 16px;
|
|
32036
|
-
line-height: 24px;
|
|
32043
|
+
.E_uqv57uv {
|
|
32044
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32037
32045
|
}
|
|
32038
32046
|
|
|
32039
|
-
.
|
|
32040
|
-
|
|
32041
|
-
font-style: normal;
|
|
32042
|
-
font-weight: normal;
|
|
32043
|
-
font-size: 10px;
|
|
32044
|
-
line-height: 12px;
|
|
32047
|
+
.E_m196gn1d {
|
|
32048
|
+
min-width: 1280px;
|
|
32045
32049
|
}
|
|
32046
32050
|
|
|
32047
32051
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -32074,10 +32078,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32074
32078
|
transition: all 320ms ease;
|
|
32075
32079
|
}
|
|
32076
32080
|
|
|
32077
|
-
.E_m196gn1d {
|
|
32078
|
-
min-width: 1280px;
|
|
32079
|
-
}
|
|
32080
|
-
|
|
32081
32081
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32082
32082
|
border-radius: 6px;
|
|
32083
32083
|
}
|
|
@@ -32550,6 +32550,41 @@ input.E_rf8rlle.ant-input {
|
|
|
32550
32550
|
font-size: 14px;
|
|
32551
32551
|
}
|
|
32552
32552
|
|
|
32553
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32554
|
+
margin-right: 2px;
|
|
32555
|
+
}
|
|
32556
|
+
|
|
32557
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32558
|
+
padding-left: 8px;
|
|
32559
|
+
padding-right: 8px;
|
|
32560
|
+
font-size: 12px;
|
|
32561
|
+
}
|
|
32562
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32563
|
+
border-radius: 4px;
|
|
32564
|
+
}
|
|
32565
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32566
|
+
border-radius: 4px;
|
|
32567
|
+
}
|
|
32568
|
+
|
|
32569
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32570
|
+
padding-left: 12px;
|
|
32571
|
+
padding-right: 12px;
|
|
32572
|
+
}
|
|
32573
|
+
|
|
32574
|
+
.E_ckld275 {
|
|
32575
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32576
|
+
}
|
|
32577
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32578
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32579
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32580
|
+
}
|
|
32581
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32582
|
+
background-color: transparent;
|
|
32583
|
+
}
|
|
32584
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32585
|
+
background-color: transparent;
|
|
32586
|
+
}
|
|
32587
|
+
|
|
32553
32588
|
.E_h12yihis {
|
|
32554
32589
|
height: 50px;
|
|
32555
32590
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32770,43 +32805,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32770
32805
|
position: static;
|
|
32771
32806
|
}
|
|
32772
32807
|
|
|
32773
|
-
.
|
|
32774
|
-
|
|
32775
|
-
}
|
|
32776
|
-
|
|
32777
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32778
|
-
padding-left: 8px;
|
|
32779
|
-
padding-right: 8px;
|
|
32780
|
-
font-size: 12px;
|
|
32781
|
-
}
|
|
32782
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32783
|
-
border-radius: 4px;
|
|
32784
|
-
}
|
|
32785
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32786
|
-
border-radius: 4px;
|
|
32787
|
-
}
|
|
32788
|
-
|
|
32789
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32790
|
-
padding-left: 12px;
|
|
32791
|
-
padding-right: 12px;
|
|
32808
|
+
.E_b14q2gmw {
|
|
32809
|
+
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);
|
|
32792
32810
|
}
|
|
32793
32811
|
|
|
32794
|
-
.
|
|
32795
|
-
|
|
32796
|
-
|
|
32797
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32798
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32799
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32800
|
-
}
|
|
32801
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32802
|
-
background-color: transparent;
|
|
32812
|
+
.E_c1eym6el {
|
|
32813
|
+
border-radius: 8px;
|
|
32814
|
+
background-color: white;
|
|
32803
32815
|
}
|
|
32804
|
-
.
|
|
32805
|
-
|
|
32816
|
+
.E_c1eym6el.hoverable {
|
|
32817
|
+
cursor: pointer;
|
|
32806
32818
|
}
|
|
32807
|
-
|
|
32808
|
-
|
|
32809
|
-
|
|
32819
|
+
.E_c1eym6el.hoverable:hover {
|
|
32820
|
+
transition: all 200ms ease;
|
|
32821
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32822
|
+
transform: translateY(-4px);
|
|
32810
32823
|
}
|
|
32811
32824
|
|
|
32812
32825
|
.E_c1kghdax {
|
|
@@ -32849,6 +32862,10 @@ input.E_rf8rlle.ant-input {
|
|
|
32849
32862
|
margin-right: 2px;
|
|
32850
32863
|
}
|
|
32851
32864
|
|
|
32865
|
+
.E_c1yd35n {
|
|
32866
|
+
padding: 0 12px 14px 12px;
|
|
32867
|
+
}
|
|
32868
|
+
|
|
32852
32869
|
.E_ckui4s7 {
|
|
32853
32870
|
color: #2d3a56;
|
|
32854
32871
|
line-height: 22px;
|
|
@@ -32913,115 +32930,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32913
32930
|
margin-left: 24px;
|
|
32914
32931
|
}
|
|
32915
32932
|
|
|
32916
|
-
.E_lht19u8 {
|
|
32917
|
-
width: 64px;
|
|
32918
|
-
height: 64px;
|
|
32919
|
-
display: flex;
|
|
32920
|
-
align-items: center;
|
|
32921
|
-
justify-content: center;
|
|
32922
|
-
position: relative;
|
|
32923
|
-
opacity: 0.2;
|
|
32924
|
-
}
|
|
32925
|
-
|
|
32926
|
-
.E_lk3gkp4 {
|
|
32927
|
-
position: absolute;
|
|
32928
|
-
width: 5px;
|
|
32929
|
-
height: 48px;
|
|
32930
|
-
left: 9.33px;
|
|
32931
|
-
top: 40.5px;
|
|
32932
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32933
|
-
border-radius: 5px;
|
|
32934
|
-
transform: rotate(-128deg);
|
|
32935
|
-
transform-origin: top left;
|
|
32936
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32937
|
-
}
|
|
32938
|
-
|
|
32939
|
-
.E_ll4n94n {
|
|
32940
|
-
position: absolute;
|
|
32941
|
-
width: 5px;
|
|
32942
|
-
height: 48px;
|
|
32943
|
-
left: 40.8px;
|
|
32944
|
-
top: 8.4px;
|
|
32945
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32946
|
-
border-radius: 5px;
|
|
32947
|
-
transform: rotate(-8deg);
|
|
32948
|
-
transform-origin: top left;
|
|
32949
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32950
|
-
}
|
|
32951
|
-
|
|
32952
|
-
.E_l17lbdo6 {
|
|
32953
|
-
position: absolute;
|
|
32954
|
-
width: 5px;
|
|
32955
|
-
height: 48px;
|
|
32956
|
-
left: 52.9px;
|
|
32957
|
-
top: 51.8px;
|
|
32958
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32959
|
-
border-radius: 5px;
|
|
32960
|
-
transform: rotate(112deg);
|
|
32961
|
-
transform-origin: top left;
|
|
32962
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32963
|
-
}
|
|
32964
|
-
|
|
32965
|
-
.E_b14q2gmw {
|
|
32966
|
-
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);
|
|
32967
|
-
}
|
|
32968
|
-
|
|
32969
|
-
.E_c1eym6el {
|
|
32970
|
-
border-radius: 8px;
|
|
32971
|
-
background-color: white;
|
|
32972
|
-
}
|
|
32973
|
-
.E_c1eym6el.hoverable {
|
|
32974
|
-
cursor: pointer;
|
|
32975
|
-
}
|
|
32976
|
-
.E_c1eym6el.hoverable:hover {
|
|
32977
|
-
transition: all 200ms ease;
|
|
32978
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32979
|
-
transform: translateY(-4px);
|
|
32980
|
-
}
|
|
32981
|
-
|
|
32982
|
-
.E_w7ob4th.outside-tag {
|
|
32983
|
-
padding-left: 0;
|
|
32984
|
-
}
|
|
32985
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
32986
|
-
border-radius: 4px 0 0 4px;
|
|
32987
|
-
padding-right: 4px;
|
|
32988
|
-
margin-right: 4px;
|
|
32989
|
-
}
|
|
32990
|
-
|
|
32991
|
-
.E_i1g85yz3 {
|
|
32992
|
-
margin-right: 4px;
|
|
32993
|
-
height: 16px;
|
|
32994
|
-
}
|
|
32995
|
-
|
|
32996
|
-
.E_slr2ynn {
|
|
32997
|
-
padding: 0 8px;
|
|
32998
|
-
height: 18px;
|
|
32999
|
-
}
|
|
33000
|
-
|
|
33001
|
-
.E_m140wbb6 {
|
|
33002
|
-
padding: 2px 8px;
|
|
33003
|
-
height: 24px;
|
|
33004
|
-
}
|
|
33005
|
-
|
|
33006
|
-
.E_t1fozc1i {
|
|
33007
|
-
margin: 0;
|
|
33008
|
-
}
|
|
33009
|
-
|
|
33010
|
-
.E_i1vxv4ln {
|
|
33011
|
-
margin-right: 4px;
|
|
33012
|
-
height: 16px;
|
|
33013
|
-
}
|
|
33014
|
-
|
|
33015
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33016
|
-
font-weight: 700;
|
|
33017
|
-
color: #00122e;
|
|
33018
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33019
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33020
|
-
word-break: break-all;
|
|
33021
|
-
display: inline;
|
|
33022
|
-
white-space: normal;
|
|
33023
|
-
}
|
|
33024
|
-
|
|
33025
32933
|
.E_t1dtlqs1 {
|
|
33026
32934
|
margin-bottom: 4px;
|
|
33027
32935
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33218,6 +33126,93 @@ input.E_rf8rlle.ant-input {
|
|
|
33218
33126
|
margin-right: 8px;
|
|
33219
33127
|
}
|
|
33220
33128
|
|
|
33129
|
+
.E_lht19u8 {
|
|
33130
|
+
width: 64px;
|
|
33131
|
+
height: 64px;
|
|
33132
|
+
display: flex;
|
|
33133
|
+
align-items: center;
|
|
33134
|
+
justify-content: center;
|
|
33135
|
+
position: relative;
|
|
33136
|
+
opacity: 0.2;
|
|
33137
|
+
}
|
|
33138
|
+
|
|
33139
|
+
.E_lk3gkp4 {
|
|
33140
|
+
position: absolute;
|
|
33141
|
+
width: 5px;
|
|
33142
|
+
height: 48px;
|
|
33143
|
+
left: 9.33px;
|
|
33144
|
+
top: 40.5px;
|
|
33145
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33146
|
+
border-radius: 5px;
|
|
33147
|
+
transform: rotate(-128deg);
|
|
33148
|
+
transform-origin: top left;
|
|
33149
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33150
|
+
}
|
|
33151
|
+
|
|
33152
|
+
.E_ll4n94n {
|
|
33153
|
+
position: absolute;
|
|
33154
|
+
width: 5px;
|
|
33155
|
+
height: 48px;
|
|
33156
|
+
left: 40.8px;
|
|
33157
|
+
top: 8.4px;
|
|
33158
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33159
|
+
border-radius: 5px;
|
|
33160
|
+
transform: rotate(-8deg);
|
|
33161
|
+
transform-origin: top left;
|
|
33162
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33163
|
+
}
|
|
33164
|
+
|
|
33165
|
+
.E_l17lbdo6 {
|
|
33166
|
+
position: absolute;
|
|
33167
|
+
width: 5px;
|
|
33168
|
+
height: 48px;
|
|
33169
|
+
left: 52.9px;
|
|
33170
|
+
top: 51.8px;
|
|
33171
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33172
|
+
border-radius: 5px;
|
|
33173
|
+
transform: rotate(112deg);
|
|
33174
|
+
transform-origin: top left;
|
|
33175
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33176
|
+
}
|
|
33177
|
+
|
|
33178
|
+
.E_w7ob4th.outside-tag {
|
|
33179
|
+
padding-left: 0;
|
|
33180
|
+
}
|
|
33181
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33182
|
+
border-radius: 4px 0 0 4px;
|
|
33183
|
+
padding-right: 4px;
|
|
33184
|
+
margin-right: 4px;
|
|
33185
|
+
}
|
|
33186
|
+
|
|
33187
|
+
.E_slr2ynn {
|
|
33188
|
+
padding: 0 8px;
|
|
33189
|
+
height: 18px;
|
|
33190
|
+
}
|
|
33191
|
+
|
|
33192
|
+
.E_m140wbb6 {
|
|
33193
|
+
padding: 2px 8px;
|
|
33194
|
+
height: 24px;
|
|
33195
|
+
}
|
|
33196
|
+
|
|
33197
|
+
.E_t1fozc1i {
|
|
33198
|
+
margin: 0;
|
|
33199
|
+
}
|
|
33200
|
+
|
|
33201
|
+
.E_i1vxv4ln {
|
|
33202
|
+
margin-right: 4px;
|
|
33203
|
+
height: 16px;
|
|
33204
|
+
}
|
|
33205
|
+
|
|
33206
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33207
|
+
font-weight: 700;
|
|
33208
|
+
color: #00122e;
|
|
33209
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33210
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33211
|
+
word-break: break-all;
|
|
33212
|
+
display: inline;
|
|
33213
|
+
white-space: normal;
|
|
33214
|
+
}
|
|
33215
|
+
|
|
33221
33216
|
button.E_l48ei06.ant-btn,
|
|
33222
33217
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33223
33218
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -33716,6 +33711,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33716
33711
|
background: #fff;
|
|
33717
33712
|
}
|
|
33718
33713
|
|
|
33714
|
+
.E_i1g85yz3 {
|
|
33715
|
+
margin-right: 4px;
|
|
33716
|
+
height: 16px;
|
|
33717
|
+
}
|
|
33718
|
+
|
|
33719
33719
|
.E_sjob3jg {
|
|
33720
33720
|
--item-min-width: 60px;
|
|
33721
33721
|
}
|
|
@@ -33930,36 +33930,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33930
33930
|
margin-inline-end: unset;
|
|
33931
33931
|
}
|
|
33932
33932
|
|
|
33933
|
-
.E_t13ef470 {
|
|
33934
|
-
height: 100%;
|
|
33935
|
-
}
|
|
33936
|
-
.E_t13ef470 .table-loading-item {
|
|
33937
|
-
padding: 12px 4px;
|
|
33938
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33939
|
-
display: flex;
|
|
33940
|
-
}
|
|
33941
|
-
.E_t13ef470 .table-loading-item > * {
|
|
33942
|
-
height: 16px;
|
|
33943
|
-
margin: 4px;
|
|
33944
|
-
background: rgba(204, 212, 227, 0.18);
|
|
33945
|
-
border-radius: 2px;
|
|
33946
|
-
}
|
|
33947
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
33948
|
-
width: 16px;
|
|
33949
|
-
}
|
|
33950
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
33951
|
-
flex: 1;
|
|
33952
|
-
}
|
|
33953
|
-
.E_t13ef470 :nth-child(1) {
|
|
33954
|
-
padding: 8px 4px;
|
|
33955
|
-
}
|
|
33956
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
33957
|
-
background: rgba(107, 125, 153, 0.18);
|
|
33958
|
-
}
|
|
33959
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
33960
|
-
background: rgba(163, 180, 204, 0.18);
|
|
33961
|
-
}
|
|
33962
|
-
|
|
33963
33933
|
.E_l1ucdodl {
|
|
33964
33934
|
margin: 0;
|
|
33965
33935
|
border-radius: 20px;
|
|
@@ -34012,21 +33982,51 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34012
33982
|
border-radius: 50%;
|
|
34013
33983
|
display: inline-block;
|
|
34014
33984
|
}
|
|
34015
|
-
|
|
34016
|
-
.E_s5x1boq {
|
|
34017
|
-
width: 8px;
|
|
34018
|
-
height: 8px;
|
|
33985
|
+
|
|
33986
|
+
.E_s5x1boq {
|
|
33987
|
+
width: 8px;
|
|
33988
|
+
height: 8px;
|
|
33989
|
+
border-radius: 2px;
|
|
33990
|
+
display: inline-block;
|
|
33991
|
+
}
|
|
33992
|
+
|
|
33993
|
+
.E_c1xm185 {
|
|
33994
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33995
|
+
}
|
|
33996
|
+
|
|
33997
|
+
.E_c1x5l5qc {
|
|
33998
|
+
flex: 1;
|
|
33999
|
+
}
|
|
34000
|
+
|
|
34001
|
+
.E_t13ef470 {
|
|
34002
|
+
height: 100%;
|
|
34003
|
+
}
|
|
34004
|
+
.E_t13ef470 .table-loading-item {
|
|
34005
|
+
padding: 12px 4px;
|
|
34006
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34007
|
+
display: flex;
|
|
34008
|
+
}
|
|
34009
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34010
|
+
height: 16px;
|
|
34011
|
+
margin: 4px;
|
|
34012
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34019
34013
|
border-radius: 2px;
|
|
34020
|
-
display: inline-block;
|
|
34021
34014
|
}
|
|
34022
|
-
|
|
34023
|
-
|
|
34024
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34015
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34016
|
+
width: 16px;
|
|
34025
34017
|
}
|
|
34026
|
-
|
|
34027
|
-
.E_c1x5l5qc {
|
|
34018
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34028
34019
|
flex: 1;
|
|
34029
34020
|
}
|
|
34021
|
+
.E_t13ef470 :nth-child(1) {
|
|
34022
|
+
padding: 8px 4px;
|
|
34023
|
+
}
|
|
34024
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34025
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34026
|
+
}
|
|
34027
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34028
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34029
|
+
}
|
|
34030
34030
|
|
|
34031
34031
|
.E_t1gvlxt5 {
|
|
34032
34032
|
min-width: 0;
|
|
@@ -34628,149 +34628,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34628
34628
|
}
|
|
34629
34629
|
}
|
|
34630
34630
|
|
|
34631
|
-
.E_c18bcrac {
|
|
34632
|
-
display: inline-block;
|
|
34633
|
-
width: 100%;
|
|
34634
|
-
}
|
|
34635
|
-
.E_c18bcrac .recharts-wrapper {
|
|
34636
|
-
margin-left: 4px;
|
|
34637
|
-
}
|
|
34638
|
-
|
|
34639
|
-
.E_cro7kg2 {
|
|
34640
|
-
padding: 4px;
|
|
34641
|
-
}
|
|
34642
|
-
.E_cro7kg2 .unit {
|
|
34643
|
-
color: white;
|
|
34644
|
-
}
|
|
34645
|
-
|
|
34646
|
-
.E_c14wcxf0 {
|
|
34647
|
-
display: flex;
|
|
34648
|
-
justify-content: space-between;
|
|
34649
|
-
align-items: center;
|
|
34650
|
-
font-size: 13px;
|
|
34651
|
-
line-height: 24px;
|
|
34652
|
-
color: #cccccc;
|
|
34653
|
-
white-space: nowrap;
|
|
34654
|
-
}
|
|
34655
|
-
.E_c14wcxf0 label {
|
|
34656
|
-
margin-right: 32px;
|
|
34657
|
-
}
|
|
34658
|
-
|
|
34659
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
34660
|
-
font-weight: bold;
|
|
34661
|
-
color: white;
|
|
34662
|
-
}
|
|
34663
|
-
|
|
34664
|
-
.E_s11212zy {
|
|
34665
|
-
width: 8px;
|
|
34666
|
-
height: 8px;
|
|
34667
|
-
border-radius: 2px;
|
|
34668
|
-
display: inline-block;
|
|
34669
|
-
background: var(--s11212zy-0);
|
|
34670
|
-
border: 1px solid #fff;
|
|
34671
|
-
box-sizing: content-box;
|
|
34672
|
-
margin-right: 6px;
|
|
34673
|
-
}
|
|
34674
|
-
|
|
34675
|
-
.E_p1lyky6c > :first-child {
|
|
34676
|
-
font-weight: bold;
|
|
34677
|
-
color: white;
|
|
34678
|
-
margin-right: 4px;
|
|
34679
|
-
}
|
|
34680
|
-
|
|
34681
|
-
.E_clm1wy1 {
|
|
34682
|
-
width: 192px;
|
|
34683
|
-
height: 246px;
|
|
34684
|
-
border-radius: 4px;
|
|
34685
|
-
}
|
|
34686
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
34687
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34688
|
-
width: 100%;
|
|
34689
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
34690
|
-
border-top: none;
|
|
34691
|
-
}
|
|
34692
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34693
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34694
|
-
padding: 0 16px;
|
|
34695
|
-
}
|
|
34696
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34697
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34698
|
-
width: 100%;
|
|
34699
|
-
height: 180px;
|
|
34700
|
-
border-spacing: 0;
|
|
34701
|
-
}
|
|
34702
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34703
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34704
|
-
margin-bottom: 8px;
|
|
34705
|
-
}
|
|
34706
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34707
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34708
|
-
width: 22px;
|
|
34709
|
-
}
|
|
34710
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34711
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
34712
|
-
padding: 0;
|
|
34713
|
-
}
|
|
34714
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
34715
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34716
|
-
opacity: 0.4;
|
|
34717
|
-
}
|
|
34718
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34719
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34720
|
-
opacity: 1;
|
|
34721
|
-
}
|
|
34722
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
34723
|
-
color: #3e4652;
|
|
34724
|
-
}
|
|
34725
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
34726
|
-
pointer-events: none;
|
|
34727
|
-
}
|
|
34728
|
-
|
|
34729
|
-
.E_t1tsm00v {
|
|
34730
|
-
color: rgba(129, 138, 153, 0.6);
|
|
34731
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34732
|
-
backdrop-filter: blur(10px);
|
|
34733
|
-
padding: 7px 10px;
|
|
34734
|
-
}
|
|
34735
|
-
|
|
34736
|
-
.E_c167wnad {
|
|
34737
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34738
|
-
display: flex;
|
|
34739
|
-
justify-content: space-between;
|
|
34740
|
-
align-items: center;
|
|
34741
|
-
padding: 8px 16px;
|
|
34742
|
-
}
|
|
34743
|
-
.E_c167wnad .anticon {
|
|
34744
|
-
cursor: pointer;
|
|
34745
|
-
}
|
|
34746
|
-
.E_c167wnad .anticon:hover {
|
|
34747
|
-
color: #0096ff;
|
|
34748
|
-
}
|
|
34749
|
-
|
|
34750
|
-
.E_cxhf7dh {
|
|
34751
|
-
text-align: center;
|
|
34752
|
-
}
|
|
34753
|
-
.E_cxhf7dh .dots {
|
|
34754
|
-
display: flex;
|
|
34755
|
-
justify-content: center;
|
|
34756
|
-
}
|
|
34757
|
-
.E_cxhf7dh .dot {
|
|
34758
|
-
display: inline-block;
|
|
34759
|
-
width: 2px;
|
|
34760
|
-
height: 2px;
|
|
34761
|
-
border-radius: 1px;
|
|
34762
|
-
background: #0096ff;
|
|
34763
|
-
}
|
|
34764
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
34765
|
-
margin-right: 2px;
|
|
34766
|
-
}
|
|
34767
|
-
.E_cxhf7dh .bar {
|
|
34768
|
-
width: 9px;
|
|
34769
|
-
height: 2px;
|
|
34770
|
-
background: #0096ff;
|
|
34771
|
-
border-radius: 2px;
|
|
34772
|
-
}
|
|
34773
|
-
|
|
34774
34631
|
.E_s1ebs0ra {
|
|
34775
34632
|
display: flex;
|
|
34776
34633
|
align-items: center;
|
|
@@ -34801,181 +34658,112 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34801
34658
|
}
|
|
34802
34659
|
.E_s1ebs0ra .action-group {
|
|
34803
34660
|
flex: 1;
|
|
34804
|
-
margin-left: 88px;
|
|
34805
|
-
white-space: nowrap;
|
|
34806
|
-
text-align: right;
|
|
34807
|
-
position: relative;
|
|
34808
|
-
padding: 4px 0;
|
|
34809
|
-
margin-top: -4px;
|
|
34810
|
-
overflow: hidden;
|
|
34811
|
-
}
|
|
34812
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34813
|
-
transform: translateY(-4px);
|
|
34814
|
-
}
|
|
34815
|
-
.E_s1ebs0ra .action-group button {
|
|
34816
|
-
border: none;
|
|
34817
|
-
}
|
|
34818
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34819
|
-
margin-right: 8px;
|
|
34820
|
-
}
|
|
34821
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
34822
|
-
margin-right: 4px;
|
|
34823
|
-
}
|
|
34824
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
34825
|
-
cursor: pointer;
|
|
34826
|
-
width: 32px;
|
|
34827
|
-
height: 32px;
|
|
34828
|
-
justify-content: center;
|
|
34829
|
-
border-radius: 50%;
|
|
34830
|
-
}
|
|
34831
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34832
|
-
background: #fff;
|
|
34833
|
-
}
|
|
34834
|
-
|
|
34835
|
-
.E_gmyahx3 {
|
|
34836
|
-
cursor: pointer;
|
|
34837
|
-
}
|
|
34838
|
-
.E_gmyahx3 .link-text {
|
|
34839
|
-
color: rgba(0, 21, 64, 0.3);
|
|
34840
|
-
}
|
|
34841
|
-
.E_gmyahx3:hover .link-text {
|
|
34842
|
-
color: #0080ff;
|
|
34843
|
-
}
|
|
34844
|
-
|
|
34845
|
-
.E_n12mqh7z {
|
|
34846
|
-
display: flex;
|
|
34847
|
-
align-items: center;
|
|
34848
|
-
font-size: 12px;
|
|
34849
|
-
line-height: 18px;
|
|
34850
|
-
}
|
|
34851
|
-
.E_n12mqh7z:not(:last-child) {
|
|
34852
|
-
margin-bottom: 4px;
|
|
34853
|
-
}
|
|
34854
|
-
|
|
34855
|
-
.E_tf5bynu {
|
|
34856
|
-
margin: 0 3px;
|
|
34857
|
-
}
|
|
34858
|
-
|
|
34859
|
-
.E_tcckoz1 {
|
|
34860
|
-
max-height: 400px;
|
|
34861
|
-
overflow: auto;
|
|
34862
|
-
}
|
|
34863
|
-
|
|
34864
|
-
span.E_tqjc4ui {
|
|
34865
|
-
margin: 0 2px;
|
|
34866
|
-
}
|
|
34867
|
-
|
|
34868
|
-
.E_wg1tsps {
|
|
34869
|
-
display: flex;
|
|
34870
|
-
align-items: center;
|
|
34871
|
-
justify-content: flex-end;
|
|
34872
|
-
}
|
|
34873
|
-
|
|
34874
|
-
.E_b1ctd5xy {
|
|
34875
|
-
display: flex;
|
|
34876
|
-
align-items: center;
|
|
34877
|
-
width: calc(100% - 40px);
|
|
34878
|
-
}
|
|
34879
|
-
.E_b1ctd5xy .chart {
|
|
34880
|
-
display: inline-block;
|
|
34881
|
-
width: 100%;
|
|
34882
|
-
}
|
|
34883
|
-
|
|
34884
|
-
.E_u1p8acpn {
|
|
34885
|
-
min-width: 40px;
|
|
34886
|
-
}
|
|
34887
|
-
.E_u1p8acpn .unit {
|
|
34888
|
-
color: #00122e !important;
|
|
34661
|
+
margin-left: 88px;
|
|
34662
|
+
white-space: nowrap;
|
|
34663
|
+
text-align: right;
|
|
34664
|
+
position: relative;
|
|
34665
|
+
padding: 4px 0;
|
|
34666
|
+
margin-top: -4px;
|
|
34667
|
+
overflow: hidden;
|
|
34889
34668
|
}
|
|
34890
|
-
|
|
34891
|
-
|
|
34892
|
-
background: white;
|
|
34669
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34670
|
+
transform: translateY(-4px);
|
|
34893
34671
|
}
|
|
34894
|
-
.
|
|
34895
|
-
|
|
34672
|
+
.E_s1ebs0ra .action-group button {
|
|
34673
|
+
border: none;
|
|
34896
34674
|
}
|
|
34897
|
-
.
|
|
34898
|
-
|
|
34675
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34676
|
+
margin-right: 8px;
|
|
34899
34677
|
}
|
|
34900
|
-
.
|
|
34901
|
-
|
|
34678
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
34679
|
+
margin-right: 4px;
|
|
34902
34680
|
}
|
|
34903
|
-
.
|
|
34904
|
-
|
|
34681
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
34682
|
+
cursor: pointer;
|
|
34683
|
+
width: 32px;
|
|
34684
|
+
height: 32px;
|
|
34685
|
+
justify-content: center;
|
|
34686
|
+
border-radius: 50%;
|
|
34905
34687
|
}
|
|
34906
|
-
.
|
|
34907
|
-
|
|
34688
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34689
|
+
background: #fff;
|
|
34908
34690
|
}
|
|
34909
|
-
|
|
34910
|
-
|
|
34691
|
+
|
|
34692
|
+
.E_c18bcrac {
|
|
34693
|
+
display: inline-block;
|
|
34694
|
+
width: 100%;
|
|
34911
34695
|
}
|
|
34912
|
-
.
|
|
34913
|
-
|
|
34696
|
+
.E_c18bcrac .recharts-wrapper {
|
|
34697
|
+
margin-left: 4px;
|
|
34914
34698
|
}
|
|
34915
|
-
|
|
34916
|
-
|
|
34917
|
-
|
|
34699
|
+
|
|
34700
|
+
.E_cro7kg2 {
|
|
34701
|
+
padding: 4px;
|
|
34918
34702
|
}
|
|
34919
|
-
.
|
|
34920
|
-
|
|
34921
|
-
overflow: hidden;
|
|
34922
|
-
text-overflow: ellipsis;
|
|
34703
|
+
.E_cro7kg2 .unit {
|
|
34704
|
+
color: white;
|
|
34923
34705
|
}
|
|
34924
34706
|
|
|
34925
|
-
.
|
|
34707
|
+
.E_c14wcxf0 {
|
|
34926
34708
|
display: flex;
|
|
34927
34709
|
justify-content: space-between;
|
|
34928
34710
|
align-items: center;
|
|
34929
|
-
|
|
34930
|
-
|
|
34931
|
-
|
|
34932
|
-
|
|
34933
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34934
|
-
font-weight: 600;
|
|
34935
|
-
font-size: 12px;
|
|
34936
|
-
line-height: 8px;
|
|
34711
|
+
font-size: 13px;
|
|
34712
|
+
line-height: 24px;
|
|
34713
|
+
color: #cccccc;
|
|
34714
|
+
white-space: nowrap;
|
|
34937
34715
|
}
|
|
34938
|
-
.
|
|
34939
|
-
|
|
34940
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34941
|
-
cursor: pointer;
|
|
34716
|
+
.E_c14wcxf0 label {
|
|
34717
|
+
margin-right: 32px;
|
|
34942
34718
|
}
|
|
34943
34719
|
|
|
34944
|
-
.
|
|
34945
|
-
font-
|
|
34946
|
-
|
|
34720
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
34721
|
+
font-weight: bold;
|
|
34722
|
+
color: white;
|
|
34947
34723
|
}
|
|
34948
34724
|
|
|
34949
|
-
.
|
|
34950
|
-
|
|
34951
|
-
|
|
34952
|
-
|
|
34953
|
-
|
|
34954
|
-
|
|
34955
|
-
|
|
34725
|
+
.E_s11212zy {
|
|
34726
|
+
width: 8px;
|
|
34727
|
+
height: 8px;
|
|
34728
|
+
border-radius: 2px;
|
|
34729
|
+
display: inline-block;
|
|
34730
|
+
background: var(--s11212zy-0);
|
|
34731
|
+
border: 1px solid #fff;
|
|
34732
|
+
box-sizing: content-box;
|
|
34733
|
+
margin-right: 6px;
|
|
34956
34734
|
}
|
|
34957
|
-
|
|
34958
|
-
|
|
34735
|
+
|
|
34736
|
+
.E_p1lyky6c > :first-child {
|
|
34737
|
+
font-weight: bold;
|
|
34738
|
+
color: white;
|
|
34739
|
+
margin-right: 4px;
|
|
34959
34740
|
}
|
|
34960
|
-
|
|
34741
|
+
|
|
34742
|
+
.E_ou7iq30 {
|
|
34961
34743
|
overflow: hidden;
|
|
34962
|
-
overflow
|
|
34963
|
-
width: 100%;
|
|
34964
|
-
white-space: pre-wrap;
|
|
34744
|
+
text-overflow: ellipsis;
|
|
34965
34745
|
}
|
|
34966
|
-
|
|
34967
|
-
|
|
34968
|
-
|
|
34746
|
+
|
|
34747
|
+
.E_s1tui002 {
|
|
34748
|
+
white-space: nowrap;
|
|
34969
34749
|
}
|
|
34970
|
-
|
|
34971
|
-
|
|
34750
|
+
|
|
34751
|
+
.E_mxrc2zg {
|
|
34752
|
+
display: -webkit-box;
|
|
34753
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
34754
|
+
-webkit-box-orient: vertical;
|
|
34755
|
+
word-break: break-all;
|
|
34972
34756
|
}
|
|
34973
34757
|
|
|
34974
|
-
.
|
|
34975
|
-
|
|
34976
|
-
|
|
34977
|
-
|
|
34978
|
-
|
|
34758
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
34759
|
+
display: none;
|
|
34760
|
+
}
|
|
34761
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
34762
|
+
background: rgba(23, 38, 64, 0.8);
|
|
34763
|
+
border-radius: 4px;
|
|
34764
|
+
}
|
|
34765
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
34766
|
+
visibility: hidden;
|
|
34979
34767
|
}
|
|
34980
34768
|
|
|
34981
34769
|
.E_c1up1pdz {
|
|
@@ -35057,65 +34845,158 @@ span.E_tqjc4ui {
|
|
|
35057
34845
|
cursor: pointer;
|
|
35058
34846
|
}
|
|
35059
34847
|
|
|
35060
|
-
.E_m126spxy {
|
|
35061
|
-
padding-bottom: 4px;
|
|
35062
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35063
|
-
}
|
|
35064
|
-
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35065
|
-
padding: 1px 10px;
|
|
34848
|
+
.E_m126spxy {
|
|
34849
|
+
padding-bottom: 4px;
|
|
34850
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
34851
|
+
}
|
|
34852
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
34853
|
+
padding: 1px 10px;
|
|
34854
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34855
|
+
border-radius: 4px;
|
|
34856
|
+
}
|
|
34857
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
34858
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34859
|
+
color: #0096ff;
|
|
34860
|
+
}
|
|
34861
|
+
|
|
34862
|
+
.E_wpbf4pq {
|
|
34863
|
+
padding: 10px 0;
|
|
34864
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
34865
|
+
}
|
|
34866
|
+
.E_wpbf4pq .ant-input,
|
|
34867
|
+
.E_wpbf4pq .ant-picker {
|
|
34868
|
+
width: 80px;
|
|
34869
|
+
margin: 0 9px;
|
|
34870
|
+
text-align: center;
|
|
34871
|
+
}
|
|
34872
|
+
.E_wpbf4pq .options {
|
|
34873
|
+
padding: 12px 0 12px 16px;
|
|
34874
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
34875
|
+
margin: 5px 0 5px 8px;
|
|
34876
|
+
}
|
|
34877
|
+
.E_wpbf4pq .week-day-option,
|
|
34878
|
+
.E_wpbf4pq .month-day-option {
|
|
34879
|
+
background: #f5f7fa;
|
|
34880
|
+
box-sizing: border-box;
|
|
34881
|
+
border-radius: 16px;
|
|
34882
|
+
margin-right: 8px;
|
|
34883
|
+
}
|
|
34884
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
34885
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
34886
|
+
color: inherit;
|
|
34887
|
+
border-color: #d9d9d9;
|
|
34888
|
+
}
|
|
34889
|
+
.E_wpbf4pq .week-day-option.active {
|
|
34890
|
+
background-color: #0096ff;
|
|
34891
|
+
border-color: #0096ff;
|
|
34892
|
+
color: #fff;
|
|
34893
|
+
}
|
|
34894
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
34895
|
+
width: 110px;
|
|
34896
|
+
margin-top: 4px;
|
|
34897
|
+
}
|
|
34898
|
+
.E_wpbf4pq .month-day-option {
|
|
34899
|
+
width: 32px;
|
|
34900
|
+
padding: 0;
|
|
34901
|
+
margin-bottom: 8px;
|
|
34902
|
+
}
|
|
34903
|
+
.E_wpbf4pq .month-day-option.active {
|
|
34904
|
+
background-color: #0096ff;
|
|
34905
|
+
border-color: #0096ff;
|
|
34906
|
+
color: #fff;
|
|
34907
|
+
}
|
|
34908
|
+
|
|
34909
|
+
.E_clm1wy1 {
|
|
34910
|
+
width: 192px;
|
|
34911
|
+
height: 246px;
|
|
34912
|
+
border-radius: 4px;
|
|
34913
|
+
}
|
|
34914
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
34915
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34916
|
+
width: 100%;
|
|
34917
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
34918
|
+
border-top: none;
|
|
34919
|
+
}
|
|
34920
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34921
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34922
|
+
padding: 0 16px;
|
|
34923
|
+
}
|
|
34924
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34925
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34926
|
+
width: 100%;
|
|
34927
|
+
height: 180px;
|
|
34928
|
+
border-spacing: 0;
|
|
34929
|
+
}
|
|
34930
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34931
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34932
|
+
margin-bottom: 8px;
|
|
34933
|
+
}
|
|
34934
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34935
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34936
|
+
width: 22px;
|
|
34937
|
+
}
|
|
34938
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34939
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
34940
|
+
padding: 0;
|
|
34941
|
+
}
|
|
34942
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
34943
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34944
|
+
opacity: 0.4;
|
|
34945
|
+
}
|
|
34946
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34947
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34948
|
+
opacity: 1;
|
|
34949
|
+
}
|
|
34950
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
34951
|
+
color: #3e4652;
|
|
34952
|
+
}
|
|
34953
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
34954
|
+
pointer-events: none;
|
|
34955
|
+
}
|
|
34956
|
+
|
|
34957
|
+
.E_t1tsm00v {
|
|
34958
|
+
color: rgba(129, 138, 153, 0.6);
|
|
34959
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34960
|
+
backdrop-filter: blur(10px);
|
|
34961
|
+
padding: 7px 10px;
|
|
34962
|
+
}
|
|
34963
|
+
|
|
34964
|
+
.E_c167wnad {
|
|
35066
34965
|
color: rgba(62, 70, 82, 0.6);
|
|
35067
|
-
|
|
34966
|
+
display: flex;
|
|
34967
|
+
justify-content: space-between;
|
|
34968
|
+
align-items: center;
|
|
34969
|
+
padding: 8px 16px;
|
|
35068
34970
|
}
|
|
35069
|
-
.
|
|
35070
|
-
|
|
34971
|
+
.E_c167wnad .anticon {
|
|
34972
|
+
cursor: pointer;
|
|
34973
|
+
}
|
|
34974
|
+
.E_c167wnad .anticon:hover {
|
|
35071
34975
|
color: #0096ff;
|
|
35072
34976
|
}
|
|
35073
34977
|
|
|
35074
|
-
.
|
|
35075
|
-
padding: 10px 0;
|
|
35076
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35077
|
-
}
|
|
35078
|
-
.E_wpbf4pq .ant-input,
|
|
35079
|
-
.E_wpbf4pq .ant-picker {
|
|
35080
|
-
width: 80px;
|
|
35081
|
-
margin: 0 9px;
|
|
34978
|
+
.E_cxhf7dh {
|
|
35082
34979
|
text-align: center;
|
|
35083
34980
|
}
|
|
35084
|
-
.
|
|
35085
|
-
|
|
35086
|
-
|
|
35087
|
-
margin: 5px 0 5px 8px;
|
|
35088
|
-
}
|
|
35089
|
-
.E_wpbf4pq .week-day-option,
|
|
35090
|
-
.E_wpbf4pq .month-day-option {
|
|
35091
|
-
background: #f5f7fa;
|
|
35092
|
-
box-sizing: border-box;
|
|
35093
|
-
border-radius: 16px;
|
|
35094
|
-
margin-right: 8px;
|
|
35095
|
-
}
|
|
35096
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
35097
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
35098
|
-
color: inherit;
|
|
35099
|
-
border-color: #d9d9d9;
|
|
35100
|
-
}
|
|
35101
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35102
|
-
background-color: #0096ff;
|
|
35103
|
-
border-color: #0096ff;
|
|
35104
|
-
color: #fff;
|
|
34981
|
+
.E_cxhf7dh .dots {
|
|
34982
|
+
display: flex;
|
|
34983
|
+
justify-content: center;
|
|
35105
34984
|
}
|
|
35106
|
-
.
|
|
35107
|
-
|
|
35108
|
-
|
|
34985
|
+
.E_cxhf7dh .dot {
|
|
34986
|
+
display: inline-block;
|
|
34987
|
+
width: 2px;
|
|
34988
|
+
height: 2px;
|
|
34989
|
+
border-radius: 1px;
|
|
34990
|
+
background: #0096ff;
|
|
35109
34991
|
}
|
|
35110
|
-
.
|
|
35111
|
-
|
|
35112
|
-
padding: 0;
|
|
35113
|
-
margin-bottom: 8px;
|
|
34992
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
34993
|
+
margin-right: 2px;
|
|
35114
34994
|
}
|
|
35115
|
-
.
|
|
35116
|
-
|
|
35117
|
-
|
|
35118
|
-
|
|
34995
|
+
.E_cxhf7dh .bar {
|
|
34996
|
+
width: 9px;
|
|
34997
|
+
height: 2px;
|
|
34998
|
+
background: #0096ff;
|
|
34999
|
+
border-radius: 2px;
|
|
35119
35000
|
}
|
|
35120
35001
|
|
|
35121
35002
|
.E_s1iv0tp1 .enabled-switch {
|
|
@@ -35126,157 +35007,163 @@ span.E_tqjc4ui {
|
|
|
35126
35007
|
margin-right: 8px;
|
|
35127
35008
|
}
|
|
35128
35009
|
|
|
35129
|
-
.
|
|
35130
|
-
|
|
35131
|
-
text-overflow: ellipsis;
|
|
35010
|
+
.E_t1sqg15u {
|
|
35011
|
+
background: white;
|
|
35132
35012
|
}
|
|
35133
|
-
|
|
35134
|
-
|
|
35135
|
-
white-space: nowrap;
|
|
35013
|
+
.E_t1sqg15u.inline .table-row {
|
|
35014
|
+
flex-direction: column;
|
|
35136
35015
|
}
|
|
35137
|
-
|
|
35138
|
-
|
|
35139
|
-
display: -webkit-box;
|
|
35140
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35141
|
-
-webkit-box-orient: vertical;
|
|
35142
|
-
word-break: break-all;
|
|
35016
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35017
|
+
padding: 0 16px 7px 0;
|
|
35143
35018
|
}
|
|
35144
|
-
|
|
35145
|
-
|
|
35146
|
-
display: none;
|
|
35019
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35020
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35147
35021
|
}
|
|
35148
|
-
.
|
|
35149
|
-
|
|
35150
|
-
border-radius: 4px;
|
|
35022
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35023
|
+
border-top: none !important;
|
|
35151
35024
|
}
|
|
35152
|
-
.
|
|
35153
|
-
|
|
35025
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35026
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35154
35027
|
}
|
|
35155
|
-
|
|
35156
|
-
|
|
35157
|
-
|
|
35158
|
-
|
|
35159
|
-
|
|
35160
|
-
|
|
35028
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35029
|
+
padding-bottom: 0;
|
|
35030
|
+
}
|
|
35031
|
+
.E_t1sqg15u.align-right .content {
|
|
35032
|
+
text-align: right;
|
|
35033
|
+
}
|
|
35034
|
+
.E_t1sqg15u .uuid-row {
|
|
35161
35035
|
display: flex;
|
|
35162
|
-
|
|
35163
|
-
overflow: hidden;
|
|
35036
|
+
justify-content: space-between;
|
|
35164
35037
|
}
|
|
35165
|
-
.
|
|
35166
|
-
|
|
35038
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35039
|
+
white-space: nowrap;
|
|
35040
|
+
overflow: hidden;
|
|
35041
|
+
text-overflow: ellipsis;
|
|
35167
35042
|
}
|
|
35168
35043
|
|
|
35169
|
-
.
|
|
35170
|
-
background: #edf0f7;
|
|
35171
|
-
padding: 32px 8px;
|
|
35172
|
-
overflow: auto;
|
|
35173
|
-
}
|
|
35174
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35044
|
+
.E_t4zczcp {
|
|
35175
35045
|
display: flex;
|
|
35176
|
-
flex-direction: column;
|
|
35177
35046
|
justify-content: space-between;
|
|
35047
|
+
align-items: center;
|
|
35048
|
+
padding: 8px;
|
|
35049
|
+
min-height: 32px;
|
|
35178
35050
|
}
|
|
35179
|
-
.
|
|
35051
|
+
.E_t4zczcp .table-title {
|
|
35052
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35053
|
+
font-weight: 600;
|
|
35054
|
+
font-size: 12px;
|
|
35055
|
+
line-height: 8px;
|
|
35056
|
+
}
|
|
35057
|
+
.E_t4zczcp .edit-icon {
|
|
35058
|
+
font-size: 16px;
|
|
35059
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35060
|
+
cursor: pointer;
|
|
35061
|
+
}
|
|
35062
|
+
|
|
35063
|
+
.E_t1s7goww {
|
|
35064
|
+
font-size: 12px;
|
|
35065
|
+
line-height: 18px;
|
|
35066
|
+
}
|
|
35067
|
+
|
|
35068
|
+
.E_t93e4cf {
|
|
35180
35069
|
display: flex;
|
|
35070
|
+
padding: 8px 0;
|
|
35071
|
+
color: #2d3a56;
|
|
35181
35072
|
}
|
|
35182
|
-
.
|
|
35183
|
-
|
|
35073
|
+
.E_t93e4cf .hidden {
|
|
35074
|
+
display: none;
|
|
35184
35075
|
}
|
|
35185
|
-
.
|
|
35186
|
-
|
|
35187
|
-
|
|
35076
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35077
|
+
height: auto;
|
|
35078
|
+
}
|
|
35079
|
+
.E_t93e4cf .content {
|
|
35188
35080
|
overflow: hidden;
|
|
35189
|
-
|
|
35081
|
+
overflow-x: auto;
|
|
35082
|
+
width: 100%;
|
|
35083
|
+
white-space: pre-wrap;
|
|
35190
35084
|
}
|
|
35191
|
-
.
|
|
35192
|
-
|
|
35085
|
+
.E_t93e4cf .content .ant-btn {
|
|
35086
|
+
white-space: pre-wrap;
|
|
35087
|
+
text-align: left;
|
|
35193
35088
|
}
|
|
35194
|
-
.
|
|
35195
|
-
|
|
35089
|
+
.E_t93e4cf .content .unit-chart {
|
|
35090
|
+
justify-content: flex-start;
|
|
35196
35091
|
}
|
|
35197
|
-
|
|
35092
|
+
|
|
35093
|
+
.E_rhz2uv5 {
|
|
35094
|
+
width: var(--rhz2uv5-0);
|
|
35095
|
+
flex-shrink: 0;
|
|
35096
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35097
|
+
padding-right: 12px;
|
|
35098
|
+
}
|
|
35099
|
+
|
|
35100
|
+
span.E_tqjc4ui {
|
|
35101
|
+
margin: 0 2px;
|
|
35102
|
+
}
|
|
35103
|
+
|
|
35104
|
+
.E_n12mqh7z {
|
|
35105
|
+
display: flex;
|
|
35106
|
+
align-items: center;
|
|
35198
35107
|
font-size: 12px;
|
|
35199
|
-
padding: 0 8px 4px;
|
|
35200
35108
|
line-height: 18px;
|
|
35201
35109
|
}
|
|
35202
|
-
.
|
|
35203
|
-
|
|
35110
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35111
|
+
margin-bottom: 4px;
|
|
35204
35112
|
}
|
|
35205
|
-
|
|
35206
|
-
|
|
35113
|
+
|
|
35114
|
+
.E_tf5bynu {
|
|
35115
|
+
margin: 0 3px;
|
|
35207
35116
|
}
|
|
35208
|
-
|
|
35209
|
-
|
|
35210
|
-
|
|
35117
|
+
|
|
35118
|
+
.E_tcckoz1 {
|
|
35119
|
+
max-height: 400px;
|
|
35120
|
+
overflow: auto;
|
|
35211
35121
|
}
|
|
35212
|
-
|
|
35213
|
-
|
|
35122
|
+
|
|
35123
|
+
.E_wg1tsps {
|
|
35214
35124
|
display: flex;
|
|
35215
35125
|
align-items: center;
|
|
35216
|
-
|
|
35217
|
-
line-height: 22px;
|
|
35218
|
-
padding: 0 8px;
|
|
35219
|
-
}
|
|
35220
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35221
|
-
margin-right: 12px;
|
|
35222
|
-
}
|
|
35223
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35224
|
-
margin: 0;
|
|
35225
|
-
margin-bottom: 2px;
|
|
35126
|
+
justify-content: flex-end;
|
|
35226
35127
|
}
|
|
35227
|
-
|
|
35228
|
-
|
|
35229
|
-
|
|
35230
|
-
|
|
35231
|
-
|
|
35128
|
+
|
|
35129
|
+
.E_b1ctd5xy {
|
|
35130
|
+
display: flex;
|
|
35131
|
+
align-items: center;
|
|
35132
|
+
width: calc(100% - 40px);
|
|
35232
35133
|
}
|
|
35233
|
-
.
|
|
35234
|
-
|
|
35134
|
+
.E_b1ctd5xy .chart {
|
|
35135
|
+
display: inline-block;
|
|
35136
|
+
width: 100%;
|
|
35235
35137
|
}
|
|
35236
|
-
|
|
35237
|
-
|
|
35238
|
-
|
|
35239
|
-
border-radius: 6px;
|
|
35138
|
+
|
|
35139
|
+
.E_u1p8acpn {
|
|
35140
|
+
min-width: 40px;
|
|
35240
35141
|
}
|
|
35241
|
-
|
|
35242
|
-
|
|
35243
|
-
white-space: nowrap;
|
|
35244
|
-
transition: all 0s;
|
|
35142
|
+
.E_u1p8acpn .unit {
|
|
35143
|
+
color: #00122e !important;
|
|
35245
35144
|
}
|
|
35246
|
-
|
|
35247
|
-
|
|
35248
|
-
|
|
35145
|
+
|
|
35146
|
+
.E_gmyahx3 {
|
|
35147
|
+
cursor: pointer;
|
|
35249
35148
|
}
|
|
35250
|
-
.
|
|
35251
|
-
|
|
35149
|
+
.E_gmyahx3 .link-text {
|
|
35150
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35252
35151
|
}
|
|
35253
|
-
.
|
|
35254
|
-
|
|
35255
|
-
padding: 0 6px;
|
|
35152
|
+
.E_gmyahx3:hover .link-text {
|
|
35153
|
+
color: #0080ff;
|
|
35256
35154
|
}
|
|
35257
35155
|
|
|
35258
|
-
.
|
|
35156
|
+
.E_skwah65 {
|
|
35157
|
+
height: 8px;
|
|
35158
|
+
box-sizing: border-box;
|
|
35159
|
+
border-radius: 2px;
|
|
35160
|
+
background: #f5f7fa;
|
|
35259
35161
|
display: flex;
|
|
35260
|
-
place-items: center;
|
|
35261
|
-
width: 100% !important;
|
|
35262
|
-
}
|
|
35263
|
-
.E_n1ugzfva[disabled] {
|
|
35264
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35265
|
-
opacity: 1 !important;
|
|
35266
|
-
}
|
|
35267
|
-
.E_n1ugzfva.ant-btn {
|
|
35268
35162
|
width: 100%;
|
|
35269
|
-
color: #00122e;
|
|
35270
|
-
}
|
|
35271
|
-
.E_n1ugzfva .icon-wrapper {
|
|
35272
|
-
margin-right: 12px;
|
|
35273
|
-
}
|
|
35274
|
-
.E_n1ugzfva .link-title {
|
|
35275
|
-
flex: 1;
|
|
35276
35163
|
overflow: hidden;
|
|
35277
|
-
|
|
35278
|
-
|
|
35279
|
-
|
|
35164
|
+
}
|
|
35165
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35166
|
+
margin-left: 1px;
|
|
35280
35167
|
}
|
|
35281
35168
|
|
|
35282
35169
|
.E_t160l1cm {
|
|
@@ -35477,9 +35364,226 @@ span.E_tqjc4ui {
|
|
|
35477
35364
|
background: rgba(172, 186, 211, 0.6);
|
|
35478
35365
|
display: block;
|
|
35479
35366
|
}
|
|
35480
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35481
|
-
color: #0080ff;
|
|
35482
|
-
background: transparent;
|
|
35367
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35368
|
+
color: #0080ff;
|
|
35369
|
+
background: transparent;
|
|
35370
|
+
}
|
|
35371
|
+
|
|
35372
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35373
|
+
background: #edf0f7;
|
|
35374
|
+
padding: 32px 8px;
|
|
35375
|
+
overflow: auto;
|
|
35376
|
+
}
|
|
35377
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35378
|
+
display: flex;
|
|
35379
|
+
flex-direction: column;
|
|
35380
|
+
justify-content: space-between;
|
|
35381
|
+
}
|
|
35382
|
+
.E_s1at6qmn footer {
|
|
35383
|
+
display: flex;
|
|
35384
|
+
}
|
|
35385
|
+
.E_s1at6qmn .ant-menu {
|
|
35386
|
+
background: #edf0f7;
|
|
35387
|
+
}
|
|
35388
|
+
.E_s1at6qmn .ant-menu a {
|
|
35389
|
+
color: #00122e;
|
|
35390
|
+
width: 180px;
|
|
35391
|
+
overflow: hidden;
|
|
35392
|
+
text-overflow: ellipsis;
|
|
35393
|
+
}
|
|
35394
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35395
|
+
margin-bottom: 24px;
|
|
35396
|
+
}
|
|
35397
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35398
|
+
margin: 0;
|
|
35399
|
+
}
|
|
35400
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35401
|
+
font-size: 12px;
|
|
35402
|
+
padding: 0 8px 4px;
|
|
35403
|
+
line-height: 18px;
|
|
35404
|
+
}
|
|
35405
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35406
|
+
padding: 0;
|
|
35407
|
+
}
|
|
35408
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35409
|
+
padding-bottom: 24px;
|
|
35410
|
+
}
|
|
35411
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35412
|
+
margin-bottom: 24px;
|
|
35413
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35414
|
+
}
|
|
35415
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35416
|
+
transition: none;
|
|
35417
|
+
display: flex;
|
|
35418
|
+
align-items: center;
|
|
35419
|
+
height: 32px;
|
|
35420
|
+
line-height: 22px;
|
|
35421
|
+
padding: 0 8px;
|
|
35422
|
+
}
|
|
35423
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35424
|
+
margin-right: 12px;
|
|
35425
|
+
}
|
|
35426
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35427
|
+
margin: 0;
|
|
35428
|
+
margin-bottom: 2px;
|
|
35429
|
+
}
|
|
35430
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35431
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35432
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35433
|
+
border-radius: 6px;
|
|
35434
|
+
color: #fff;
|
|
35435
|
+
}
|
|
35436
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35437
|
+
color: #fff;
|
|
35438
|
+
}
|
|
35439
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35440
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35441
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35442
|
+
border-radius: 6px;
|
|
35443
|
+
}
|
|
35444
|
+
|
|
35445
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35446
|
+
white-space: nowrap;
|
|
35447
|
+
transition: all 0s;
|
|
35448
|
+
}
|
|
35449
|
+
.E_s1wu0lms.shrink {
|
|
35450
|
+
transition: all 0s;
|
|
35451
|
+
overflow: hidden;
|
|
35452
|
+
}
|
|
35453
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35454
|
+
visibility: hidden;
|
|
35455
|
+
}
|
|
35456
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35457
|
+
width: 36px;
|
|
35458
|
+
padding: 0 6px;
|
|
35459
|
+
}
|
|
35460
|
+
|
|
35461
|
+
.E_n1ugzfva {
|
|
35462
|
+
display: flex;
|
|
35463
|
+
place-items: center;
|
|
35464
|
+
width: 100% !important;
|
|
35465
|
+
}
|
|
35466
|
+
.E_n1ugzfva[disabled] {
|
|
35467
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35468
|
+
opacity: 1 !important;
|
|
35469
|
+
}
|
|
35470
|
+
.E_n1ugzfva.ant-btn {
|
|
35471
|
+
width: 100%;
|
|
35472
|
+
color: #00122e;
|
|
35473
|
+
}
|
|
35474
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35475
|
+
margin-right: 12px;
|
|
35476
|
+
}
|
|
35477
|
+
.E_n1ugzfva .link-title {
|
|
35478
|
+
flex: 1;
|
|
35479
|
+
overflow: hidden;
|
|
35480
|
+
white-space: nowrap;
|
|
35481
|
+
text-overflow: ellipsis;
|
|
35482
|
+
text-align: left;
|
|
35483
|
+
}
|
|
35484
|
+
|
|
35485
|
+
.E_i5w779o {
|
|
35486
|
+
padding: 8px 0;
|
|
35487
|
+
}
|
|
35488
|
+
.E_i5w779o .col-label {
|
|
35489
|
+
flex-shrink: unset;
|
|
35490
|
+
}
|
|
35491
|
+
.E_i5w779o .col-label * {
|
|
35492
|
+
line-height: 18px;
|
|
35493
|
+
}
|
|
35494
|
+
.E_i5w779o .col-content {
|
|
35495
|
+
flex: 1 1 0;
|
|
35496
|
+
display: flex;
|
|
35497
|
+
align-items: center;
|
|
35498
|
+
}
|
|
35499
|
+
.E_i5w779o .col-content * {
|
|
35500
|
+
line-height: 18px;
|
|
35501
|
+
}
|
|
35502
|
+
|
|
35503
|
+
.E_l18dja44 {
|
|
35504
|
+
padding: 6px 0;
|
|
35505
|
+
}
|
|
35506
|
+
.E_l18dja44 .col-label * {
|
|
35507
|
+
font-size: 13px;
|
|
35508
|
+
line-height: 20px;
|
|
35509
|
+
}
|
|
35510
|
+
.E_l18dja44 .col-content * {
|
|
35511
|
+
font-size: 14px;
|
|
35512
|
+
line-height: 20px;
|
|
35513
|
+
}
|
|
35514
|
+
|
|
35515
|
+
.E_c8c2hys {
|
|
35516
|
+
display: flex;
|
|
35517
|
+
justify-content: space-between;
|
|
35518
|
+
flex: 1;
|
|
35519
|
+
min-width: 0;
|
|
35520
|
+
}
|
|
35521
|
+
|
|
35522
|
+
.E_n4m6c4d {
|
|
35523
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35524
|
+
}
|
|
35525
|
+
|
|
35526
|
+
.E_kr6am0s .ant-modal-body {
|
|
35527
|
+
padding: 60px 128px;
|
|
35528
|
+
}
|
|
35529
|
+
|
|
35530
|
+
.E_k1h3cl5q {
|
|
35531
|
+
display: flex;
|
|
35532
|
+
flex-direction: column;
|
|
35533
|
+
height: 100%;
|
|
35534
|
+
}
|
|
35535
|
+
|
|
35536
|
+
.E_k1a6j97w {
|
|
35537
|
+
color: #00122e;
|
|
35538
|
+
font-size: 32px !important;
|
|
35539
|
+
margin-bottom: 16px;
|
|
35540
|
+
}
|
|
35541
|
+
|
|
35542
|
+
.E_k1uim1fg {
|
|
35543
|
+
margin-bottom: 32px;
|
|
35544
|
+
color: #00122e;
|
|
35545
|
+
}
|
|
35546
|
+
|
|
35547
|
+
.E_kobelzt {
|
|
35548
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
35549
|
+
min-height: 0;
|
|
35550
|
+
flex: 1;
|
|
35551
|
+
padding: 16px;
|
|
35552
|
+
background-color: #2d3a56;
|
|
35553
|
+
color: #fff;
|
|
35554
|
+
overflow: auto;
|
|
35555
|
+
max-width: 100%;
|
|
35556
|
+
min-height: 0;
|
|
35557
|
+
border-radius: 8px;
|
|
35558
|
+
white-space: pre-wrap;
|
|
35559
|
+
}
|
|
35560
|
+
|
|
35561
|
+
.E_kxzv3id {
|
|
35562
|
+
width: 100%;
|
|
35563
|
+
display: flex;
|
|
35564
|
+
justify-content: space-between;
|
|
35565
|
+
padding: 0 128px;
|
|
35566
|
+
}
|
|
35567
|
+
|
|
35568
|
+
.E_eld9lt {
|
|
35569
|
+
display: flex;
|
|
35570
|
+
flex-direction: column;
|
|
35571
|
+
justify-content: center;
|
|
35572
|
+
align-items: center;
|
|
35573
|
+
height: 100%;
|
|
35574
|
+
}
|
|
35575
|
+
|
|
35576
|
+
.E_e1505fqc {
|
|
35577
|
+
display: flex;
|
|
35578
|
+
flex-direction: column;
|
|
35579
|
+
align-items: center;
|
|
35580
|
+
}
|
|
35581
|
+
.E_e1505fqc .title {
|
|
35582
|
+
margin-bottom: 8px;
|
|
35583
|
+
background-clip: text;
|
|
35584
|
+
-webkit-background-clip: text;
|
|
35585
|
+
-webkit-text-fill-color: transparent;
|
|
35586
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35483
35587
|
}
|
|
35484
35588
|
|
|
35485
35589
|
.E_cyms3br {
|
|
@@ -35572,114 +35676,101 @@ span.E_tqjc4ui {
|
|
|
35572
35676
|
gap: 8px;
|
|
35573
35677
|
}
|
|
35574
35678
|
|
|
35575
|
-
.
|
|
35576
|
-
|
|
35577
|
-
|
|
35578
|
-
|
|
35579
|
-
flex-shrink: unset;
|
|
35580
|
-
}
|
|
35581
|
-
.E_i5w779o .col-label * {
|
|
35582
|
-
line-height: 18px;
|
|
35679
|
+
.E_h1ol2wl7 {
|
|
35680
|
+
font-weight: bold;
|
|
35681
|
+
background-color: unset;
|
|
35682
|
+
padding: unset;
|
|
35583
35683
|
}
|
|
35584
|
-
|
|
35585
|
-
|
|
35684
|
+
|
|
35685
|
+
.E_c14ouk5o {
|
|
35686
|
+
width: 100%;
|
|
35687
|
+
height: 100%;
|
|
35586
35688
|
display: flex;
|
|
35587
|
-
|
|
35588
|
-
}
|
|
35589
|
-
.E_i5w779o .col-content * {
|
|
35689
|
+
font-size: 12px;
|
|
35590
35690
|
line-height: 18px;
|
|
35691
|
+
padding: 8px 0;
|
|
35692
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35591
35693
|
}
|
|
35592
|
-
|
|
35593
|
-
|
|
35594
|
-
padding:
|
|
35694
|
+
.E_c14ouk5o:last-of-type {
|
|
35695
|
+
box-shadow: none;
|
|
35696
|
+
padding-bottom: 0;
|
|
35595
35697
|
}
|
|
35596
|
-
.
|
|
35597
|
-
|
|
35598
|
-
line-height: 20px;
|
|
35698
|
+
.E_c14ouk5o.collapsed {
|
|
35699
|
+
flex-direction: column;
|
|
35599
35700
|
}
|
|
35600
|
-
.
|
|
35601
|
-
|
|
35602
|
-
line-height: 20px;
|
|
35701
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
35702
|
+
display: flex;
|
|
35603
35703
|
}
|
|
35604
|
-
|
|
35605
|
-
|
|
35704
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
35705
|
+
flex: 1;
|
|
35606
35706
|
display: flex;
|
|
35607
35707
|
justify-content: space-between;
|
|
35608
|
-
flex: 1;
|
|
35609
|
-
min-width: 0;
|
|
35610
35708
|
}
|
|
35611
|
-
|
|
35612
|
-
|
|
35613
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35709
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
35710
|
+
height: auto;
|
|
35614
35711
|
}
|
|
35615
|
-
|
|
35616
|
-
|
|
35617
|
-
font-weight: bold;
|
|
35618
|
-
background-color: unset;
|
|
35619
|
-
padding: unset;
|
|
35712
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
35713
|
+
margin-left: 162px;
|
|
35620
35714
|
}
|
|
35621
|
-
|
|
35622
|
-
|
|
35623
|
-
|
|
35715
|
+
.E_c14ouk5o .col-label {
|
|
35716
|
+
width: 216px;
|
|
35717
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35718
|
+
margin-right: 12px;
|
|
35719
|
+
flex-shrink: 0;
|
|
35624
35720
|
}
|
|
35625
|
-
|
|
35626
|
-
|
|
35627
|
-
|
|
35628
|
-
flex-direction: column;
|
|
35629
|
-
height: 100%;
|
|
35721
|
+
.E_c14ouk5o .col-content {
|
|
35722
|
+
color: #2d3a56;
|
|
35723
|
+
/* make btn link in info row have the same height as normal text */
|
|
35630
35724
|
}
|
|
35631
|
-
|
|
35632
|
-
|
|
35633
|
-
color: #00122e;
|
|
35634
|
-
font-size: 32px !important;
|
|
35635
|
-
margin-bottom: 16px;
|
|
35725
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
35726
|
+
height: auto;
|
|
35636
35727
|
}
|
|
35637
35728
|
|
|
35638
|
-
.
|
|
35639
|
-
margin-bottom: 32px;
|
|
35729
|
+
.E_cevhqx7 {
|
|
35640
35730
|
color: #00122e;
|
|
35641
35731
|
}
|
|
35642
35732
|
|
|
35643
|
-
.
|
|
35644
|
-
|
|
35645
|
-
|
|
35646
|
-
flex: 1;
|
|
35647
|
-
padding: 16px;
|
|
35648
|
-
background-color: #2d3a56;
|
|
35649
|
-
color: #fff;
|
|
35650
|
-
overflow: auto;
|
|
35651
|
-
max-width: 100%;
|
|
35652
|
-
min-height: 0;
|
|
35653
|
-
border-radius: 8px;
|
|
35654
|
-
white-space: pre-wrap;
|
|
35733
|
+
.E_snbqlt4 {
|
|
35734
|
+
margin-top: 8px;
|
|
35735
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35655
35736
|
}
|
|
35656
35737
|
|
|
35657
|
-
.
|
|
35658
|
-
|
|
35659
|
-
|
|
35660
|
-
|
|
35661
|
-
|
|
35738
|
+
.E_c1ss4prm {
|
|
35739
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35740
|
+
}
|
|
35741
|
+
.E_c1ss4prm li {
|
|
35742
|
+
margin-bottom: 4px;
|
|
35743
|
+
}
|
|
35744
|
+
.E_c1ss4prm li:last-child {
|
|
35745
|
+
margin-bottom: 0;
|
|
35662
35746
|
}
|
|
35663
35747
|
|
|
35664
|
-
.
|
|
35665
|
-
|
|
35666
|
-
|
|
35667
|
-
|
|
35668
|
-
|
|
35669
|
-
|
|
35748
|
+
.E_ms3tlei {
|
|
35749
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35750
|
+
padding: 8px;
|
|
35751
|
+
border-radius: 6px;
|
|
35752
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35753
|
+
}
|
|
35754
|
+
.E_ms3tlei li {
|
|
35755
|
+
margin-bottom: 4px;
|
|
35756
|
+
}
|
|
35757
|
+
.E_ms3tlei li:last-child {
|
|
35758
|
+
margin-bottom: 0;
|
|
35670
35759
|
}
|
|
35671
35760
|
|
|
35672
|
-
.
|
|
35673
|
-
|
|
35674
|
-
flex-direction: column;
|
|
35675
|
-
align-items: center;
|
|
35761
|
+
.E_du44iy7 {
|
|
35762
|
+
margin-bottom: 4px;
|
|
35676
35763
|
}
|
|
35677
|
-
|
|
35764
|
+
|
|
35765
|
+
.E_s1qmhanr {
|
|
35766
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35678
35767
|
margin-bottom: 8px;
|
|
35679
|
-
|
|
35680
|
-
|
|
35681
|
-
|
|
35682
|
-
|
|
35768
|
+
}
|
|
35769
|
+
|
|
35770
|
+
.E_drje1h0 {
|
|
35771
|
+
height: 1px;
|
|
35772
|
+
background: #e4e9f2;
|
|
35773
|
+
margin: 16px 0;
|
|
35683
35774
|
}
|
|
35684
35775
|
|
|
35685
35776
|
.E_c1kchka8 {
|
|
@@ -36174,97 +36265,6 @@ span.E_tqjc4ui {
|
|
|
36174
36265
|
padding: 0;
|
|
36175
36266
|
}
|
|
36176
36267
|
|
|
36177
|
-
.E_c14ouk5o {
|
|
36178
|
-
width: 100%;
|
|
36179
|
-
height: 100%;
|
|
36180
|
-
display: flex;
|
|
36181
|
-
font-size: 12px;
|
|
36182
|
-
line-height: 18px;
|
|
36183
|
-
padding: 8px 0;
|
|
36184
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36185
|
-
}
|
|
36186
|
-
.E_c14ouk5o:last-of-type {
|
|
36187
|
-
box-shadow: none;
|
|
36188
|
-
padding-bottom: 0;
|
|
36189
|
-
}
|
|
36190
|
-
.E_c14ouk5o.collapsed {
|
|
36191
|
-
flex-direction: column;
|
|
36192
|
-
}
|
|
36193
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36194
|
-
display: flex;
|
|
36195
|
-
}
|
|
36196
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36197
|
-
flex: 1;
|
|
36198
|
-
display: flex;
|
|
36199
|
-
justify-content: space-between;
|
|
36200
|
-
}
|
|
36201
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36202
|
-
height: auto;
|
|
36203
|
-
}
|
|
36204
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36205
|
-
margin-left: 162px;
|
|
36206
|
-
}
|
|
36207
|
-
.E_c14ouk5o .col-label {
|
|
36208
|
-
width: 216px;
|
|
36209
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36210
|
-
margin-right: 12px;
|
|
36211
|
-
flex-shrink: 0;
|
|
36212
|
-
}
|
|
36213
|
-
.E_c14ouk5o .col-content {
|
|
36214
|
-
color: #2d3a56;
|
|
36215
|
-
/* make btn link in info row have the same height as normal text */
|
|
36216
|
-
}
|
|
36217
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36218
|
-
height: auto;
|
|
36219
|
-
}
|
|
36220
|
-
|
|
36221
|
-
.E_cevhqx7 {
|
|
36222
|
-
color: #00122e;
|
|
36223
|
-
}
|
|
36224
|
-
|
|
36225
|
-
.E_snbqlt4 {
|
|
36226
|
-
margin-top: 8px;
|
|
36227
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36228
|
-
}
|
|
36229
|
-
|
|
36230
|
-
.E_c1ss4prm {
|
|
36231
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36232
|
-
}
|
|
36233
|
-
.E_c1ss4prm li {
|
|
36234
|
-
margin-bottom: 4px;
|
|
36235
|
-
}
|
|
36236
|
-
.E_c1ss4prm li:last-child {
|
|
36237
|
-
margin-bottom: 0;
|
|
36238
|
-
}
|
|
36239
|
-
|
|
36240
|
-
.E_ms3tlei {
|
|
36241
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36242
|
-
padding: 8px;
|
|
36243
|
-
border-radius: 6px;
|
|
36244
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36245
|
-
}
|
|
36246
|
-
.E_ms3tlei li {
|
|
36247
|
-
margin-bottom: 4px;
|
|
36248
|
-
}
|
|
36249
|
-
.E_ms3tlei li:last-child {
|
|
36250
|
-
margin-bottom: 0;
|
|
36251
|
-
}
|
|
36252
|
-
|
|
36253
|
-
.E_du44iy7 {
|
|
36254
|
-
margin-bottom: 4px;
|
|
36255
|
-
}
|
|
36256
|
-
|
|
36257
|
-
.E_s1qmhanr {
|
|
36258
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36259
|
-
margin-bottom: 8px;
|
|
36260
|
-
}
|
|
36261
|
-
|
|
36262
|
-
.E_drje1h0 {
|
|
36263
|
-
height: 1px;
|
|
36264
|
-
background: #e4e9f2;
|
|
36265
|
-
margin: 16px 0;
|
|
36266
|
-
}
|
|
36267
|
-
|
|
36268
36268
|
.E_l12xdkhl {
|
|
36269
36269
|
width: 64px;
|
|
36270
36270
|
height: 64px;
|