@cloudtower/eagle 0.33.17 → 0.33.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/CTModalFooterError/CTModalFooterError.style.js +5 -0
- package/dist/cjs/core/CTModalFooterError/index.js +46 -0
- package/dist/cjs/core/ConfigProvider/index.js +8 -2
- package/dist/cjs/coreX/DateRangePicker/Calendar.js +2 -2
- package/dist/cjs/coreX/DateRangePicker/utils.js +5 -0
- package/dist/cjs/hooks/useCTErrorMsg.js +25 -0
- package/dist/cjs/index.js +117 -114
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/utils/cterror.js +62 -0
- package/dist/components.css +1974 -1966
- package/dist/esm/core/CTModalFooterError/CTModalFooterError.style.js +3 -0
- package/dist/esm/core/CTModalFooterError/index.js +40 -0
- package/dist/esm/core/ConfigProvider/index.js +9 -4
- package/dist/esm/coreX/DateRangePicker/Calendar.js +2 -2
- package/dist/esm/coreX/DateRangePicker/utils.js +3 -0
- package/dist/esm/hooks/useCTErrorMsg.js +23 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/utils/cterror.js +56 -0
- package/dist/linaria.merged.scss +2202 -2193
- package/dist/src/core/CTModalFooterError/CTModalFooterError.style.d.ts +1 -0
- package/dist/src/core/CTModalFooterError/CTModalFooterError.type.d.ts +56 -0
- package/dist/src/core/CTModalFooterError/index.d.ts +3 -0
- package/dist/src/core/ConfigProvider/index.d.ts +6 -1
- package/dist/src/core/index.d.ts +1 -0
- package/dist/src/coreX/DateRangePicker/__tests__/utils.test.d.ts +1 -0
- package/dist/src/coreX/DateRangePicker/utils.d.ts +7 -0
- package/dist/src/hooks/__tests__/useCTErrorMsg.test.d.ts +1 -0
- package/dist/src/hooks/index.d.ts +1 -0
- package/dist/src/hooks/useCTErrorMsg.d.ts +7 -0
- package/dist/src/utils/__test__/cterror.test.d.ts +1 -0
- package/dist/src/utils/cterror.d.ts +29 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/src/utils/type.d.ts +32 -0
- package/dist/stories/docs/core/CTModalFooterError.stories.d.ts +47 -0
- package/dist/style.css +1603 -1596
- package/package.json +5 -4
package/dist/components.css
CHANGED
|
@@ -29690,6 +29690,197 @@ html body {
|
|
|
29690
29690
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29691
29691
|
}
|
|
29692
29692
|
}
|
|
29693
|
+
.E_c18gxmrl {
|
|
29694
|
+
border: 1px solid #d8deeb;
|
|
29695
|
+
border-radius: 4px;
|
|
29696
|
+
}
|
|
29697
|
+
|
|
29698
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29699
|
+
margin-top: 8px;
|
|
29700
|
+
}
|
|
29701
|
+
|
|
29702
|
+
.E_c18gxmrl:hover {
|
|
29703
|
+
border-color: #0080ff;
|
|
29704
|
+
}
|
|
29705
|
+
|
|
29706
|
+
.E_c18gxmrl:hover > header {
|
|
29707
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29708
|
+
}
|
|
29709
|
+
|
|
29710
|
+
.E_c18gxmrl.active header {
|
|
29711
|
+
border-bottom: 1px solid #d8deeb;
|
|
29712
|
+
}
|
|
29713
|
+
|
|
29714
|
+
.E_c18gxmrl > header {
|
|
29715
|
+
padding: 8px 12px;
|
|
29716
|
+
}
|
|
29717
|
+
|
|
29718
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
29719
|
+
display: flex;
|
|
29720
|
+
}
|
|
29721
|
+
|
|
29722
|
+
.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 {
|
|
29723
|
+
border-bottom-left-radius: 5px;
|
|
29724
|
+
border-top-left-radius: 5px;
|
|
29725
|
+
}
|
|
29726
|
+
|
|
29727
|
+
.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 {
|
|
29728
|
+
border-bottom-right-radius: 5px;
|
|
29729
|
+
border-top-right-radius: 5px;
|
|
29730
|
+
}
|
|
29731
|
+
|
|
29732
|
+
.E_c1uzzomf {
|
|
29733
|
+
margin-bottom: 16px;
|
|
29734
|
+
}
|
|
29735
|
+
|
|
29736
|
+
.E_c1uzzomf .card-title {
|
|
29737
|
+
font-size: 16px;
|
|
29738
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29739
|
+
font-weight: 700;
|
|
29740
|
+
line-height: 32px;
|
|
29741
|
+
}
|
|
29742
|
+
|
|
29743
|
+
.E_c1uzzomf .card-body {
|
|
29744
|
+
padding: 24px;
|
|
29745
|
+
border-radius: 8px;
|
|
29746
|
+
background: #fff;
|
|
29747
|
+
}
|
|
29748
|
+
|
|
29749
|
+
.E_c1uzzomf .empty {
|
|
29750
|
+
font-weight: 700;
|
|
29751
|
+
font-size: 14px;
|
|
29752
|
+
line-height: 22px;
|
|
29753
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29754
|
+
text-align: center;
|
|
29755
|
+
}
|
|
29756
|
+
|
|
29757
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29758
|
+
padding: 4px 8px 0 8px;
|
|
29759
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29760
|
+
font-size: 12px;
|
|
29761
|
+
}
|
|
29762
|
+
|
|
29763
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29764
|
+
padding-bottom: 6px;
|
|
29765
|
+
}
|
|
29766
|
+
|
|
29767
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29768
|
+
padding-top: 4px;
|
|
29769
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29770
|
+
}
|
|
29771
|
+
|
|
29772
|
+
.E_fzh9mnb {
|
|
29773
|
+
width: 100%;
|
|
29774
|
+
height: 100%;
|
|
29775
|
+
min-height: 124px;
|
|
29776
|
+
display: flex;
|
|
29777
|
+
flex-direction: column;
|
|
29778
|
+
justify-content: center;
|
|
29779
|
+
align-items: center;
|
|
29780
|
+
}
|
|
29781
|
+
|
|
29782
|
+
.E_fzh9mnb .error-text {
|
|
29783
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29784
|
+
margin-bottom: 16px;
|
|
29785
|
+
font-size: 18px;
|
|
29786
|
+
}
|
|
29787
|
+
|
|
29788
|
+
.E_d1bw7c5z {
|
|
29789
|
+
position: relative;
|
|
29790
|
+
max-width: 388px;
|
|
29791
|
+
min-width: 285px;
|
|
29792
|
+
}
|
|
29793
|
+
|
|
29794
|
+
.E_d1bw7c5z .center {
|
|
29795
|
+
position: absolute;
|
|
29796
|
+
font-size: 12px;
|
|
29797
|
+
width: 80px;
|
|
29798
|
+
height: 100px;
|
|
29799
|
+
top: 0;
|
|
29800
|
+
left: 35px;
|
|
29801
|
+
display: flex;
|
|
29802
|
+
flex-direction: column;
|
|
29803
|
+
justify-content: center;
|
|
29804
|
+
align-items: center;
|
|
29805
|
+
color: #00122e;
|
|
29806
|
+
}
|
|
29807
|
+
|
|
29808
|
+
.E_d1bw7c5z .center .number {
|
|
29809
|
+
font-size: 24px;
|
|
29810
|
+
font-weight: 700;
|
|
29811
|
+
}
|
|
29812
|
+
|
|
29813
|
+
.E_d1bw7c5z .center .text {
|
|
29814
|
+
padding: 0 5px;
|
|
29815
|
+
font-size: 12px;
|
|
29816
|
+
width: inherit;
|
|
29817
|
+
text-align: center;
|
|
29818
|
+
}
|
|
29819
|
+
|
|
29820
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29821
|
+
display: flex;
|
|
29822
|
+
}
|
|
29823
|
+
|
|
29824
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29825
|
+
position: relative !important;
|
|
29826
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29827
|
+
left: 0 !important;
|
|
29828
|
+
bottom: 0 !important;
|
|
29829
|
+
display: flex;
|
|
29830
|
+
align-items: center;
|
|
29831
|
+
}
|
|
29832
|
+
|
|
29833
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29834
|
+
width: 100%;
|
|
29835
|
+
}
|
|
29836
|
+
|
|
29837
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29838
|
+
width: 100%;
|
|
29839
|
+
margin-right: 0 !important;
|
|
29840
|
+
line-height: 18px;
|
|
29841
|
+
}
|
|
29842
|
+
|
|
29843
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29844
|
+
border-radius: 2px;
|
|
29845
|
+
}
|
|
29846
|
+
|
|
29847
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29848
|
+
min-width: 75px;
|
|
29849
|
+
max-width: 198px;
|
|
29850
|
+
width: calc(100% - 20px);
|
|
29851
|
+
margin-left: 2px;
|
|
29852
|
+
color: #00122e !important;
|
|
29853
|
+
display: inline-flex;
|
|
29854
|
+
justify-content: space-between;
|
|
29855
|
+
}
|
|
29856
|
+
|
|
29857
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29858
|
+
maxwidth: calc(100% - 12px);
|
|
29859
|
+
cursor: pointer;
|
|
29860
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29861
|
+
overflow: hidden;
|
|
29862
|
+
text-overflow: ellipsis;
|
|
29863
|
+
white-space: nowrap;
|
|
29864
|
+
}
|
|
29865
|
+
|
|
29866
|
+
.E_d1bw7c5z .value {
|
|
29867
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29868
|
+
}
|
|
29869
|
+
|
|
29870
|
+
.E_t10pqbtc {
|
|
29871
|
+
width: 140px;
|
|
29872
|
+
}
|
|
29873
|
+
|
|
29874
|
+
.E_t10pqbtc .item {
|
|
29875
|
+
margin: 6px auto;
|
|
29876
|
+
display: flex;
|
|
29877
|
+
justify-content: space-between;
|
|
29878
|
+
}
|
|
29879
|
+
|
|
29880
|
+
.E_t10pqbtc .item .name {
|
|
29881
|
+
width: 102px;
|
|
29882
|
+
}
|
|
29883
|
+
|
|
29693
29884
|
.E_b1nip9bk {
|
|
29694
29885
|
padding: 4px 11px;
|
|
29695
29886
|
}
|
|
@@ -29725,29 +29916,39 @@ html body {
|
|
|
29725
29916
|
border-radius: unset;
|
|
29726
29917
|
}
|
|
29727
29918
|
|
|
29728
|
-
.
|
|
29729
|
-
|
|
29730
|
-
border-radius: 4px;
|
|
29731
|
-
}
|
|
29732
|
-
|
|
29733
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
29734
|
-
margin-top: 8px;
|
|
29919
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
29920
|
+
display: var(--a1wfy30z-0);
|
|
29735
29921
|
}
|
|
29736
29922
|
|
|
29737
|
-
.
|
|
29738
|
-
|
|
29923
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
29924
|
+
padding: 4px 11px;
|
|
29925
|
+
display: inline-flex;
|
|
29926
|
+
line-height: 1.5715;
|
|
29927
|
+
height: inherit;
|
|
29739
29928
|
}
|
|
29740
29929
|
|
|
29741
|
-
.
|
|
29742
|
-
|
|
29930
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
29931
|
+
content: var(--a1wfy30z-1);
|
|
29932
|
+
display: var(--a1wfy30z-2);
|
|
29933
|
+
flex: none;
|
|
29934
|
+
align-items: center;
|
|
29935
|
+
margin-left: 4px;
|
|
29743
29936
|
}
|
|
29744
29937
|
|
|
29745
|
-
.
|
|
29746
|
-
|
|
29938
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
29939
|
+
content: var(--a1wfy30z-3);
|
|
29940
|
+
display: var(--a1wfy30z-4);
|
|
29941
|
+
flex: none;
|
|
29942
|
+
align-items: center;
|
|
29943
|
+
margin-right: 4px;
|
|
29944
|
+
cursor: auto;
|
|
29747
29945
|
}
|
|
29748
29946
|
|
|
29749
|
-
.
|
|
29750
|
-
padding:
|
|
29947
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
29948
|
+
padding: 0;
|
|
29949
|
+
margin: 0;
|
|
29950
|
+
height: auto;
|
|
29951
|
+
font-size: inherit;
|
|
29751
29952
|
}
|
|
29752
29953
|
|
|
29753
29954
|
.E_berrcjl {
|
|
@@ -29792,31 +29993,83 @@ html body {
|
|
|
29792
29993
|
flex: 1;
|
|
29793
29994
|
}
|
|
29794
29995
|
|
|
29795
|
-
.
|
|
29796
|
-
|
|
29996
|
+
.E_sx1bpnu .ant-input-sm {
|
|
29997
|
+
line-height: 18px;
|
|
29797
29998
|
}
|
|
29798
29999
|
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29801
|
-
align-items: center;
|
|
29802
|
-
justify-content: center;
|
|
29803
|
-
height: 32px;
|
|
29804
|
-
border-radius: 6px;
|
|
29805
|
-
line-height: 22px;
|
|
29806
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29807
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29808
|
-
padding: 5px 12px;
|
|
30000
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30001
|
+
margin-left: 8px;
|
|
29809
30002
|
}
|
|
29810
30003
|
|
|
29811
|
-
.
|
|
29812
|
-
|
|
29813
|
-
line-height: 24px;
|
|
29814
|
-
padding: 8px 16px;
|
|
30004
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30005
|
+
padding: 2px 7px 2px 12px;
|
|
29815
30006
|
}
|
|
29816
30007
|
|
|
29817
|
-
.
|
|
29818
|
-
|
|
29819
|
-
|
|
30008
|
+
.E_f7pxqmh {
|
|
30009
|
+
width: 100%;
|
|
30010
|
+
margin-bottom: 0 !important;
|
|
30011
|
+
flex-flow: nowrap !important;
|
|
30012
|
+
line-break: auto;
|
|
30013
|
+
}
|
|
30014
|
+
|
|
30015
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30016
|
+
text-align: left !important;
|
|
30017
|
+
padding-bottom: 0 !important;
|
|
30018
|
+
}
|
|
30019
|
+
|
|
30020
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30021
|
+
min-height: 32px;
|
|
30022
|
+
height: auto;
|
|
30023
|
+
font-size: 13px;
|
|
30024
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30025
|
+
white-space: normal;
|
|
30026
|
+
}
|
|
30027
|
+
|
|
30028
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30029
|
+
border-color: #ff4d4f !important;
|
|
30030
|
+
}
|
|
30031
|
+
|
|
30032
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30033
|
+
border-color: #ff4d4f !important;
|
|
30034
|
+
}
|
|
30035
|
+
|
|
30036
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30037
|
+
margin-top: 4px;
|
|
30038
|
+
font-size: 12px;
|
|
30039
|
+
min-height: 0px;
|
|
30040
|
+
}
|
|
30041
|
+
|
|
30042
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30043
|
+
font-size: 12px;
|
|
30044
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30045
|
+
min-height: 0px;
|
|
30046
|
+
}
|
|
30047
|
+
|
|
30048
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30049
|
+
justify-content: center;
|
|
30050
|
+
}
|
|
30051
|
+
|
|
30052
|
+
.E_b1wx3t3t.ant-btn {
|
|
30053
|
+
display: inline-flex;
|
|
30054
|
+
align-items: center;
|
|
30055
|
+
justify-content: center;
|
|
30056
|
+
height: 32px;
|
|
30057
|
+
border-radius: 6px;
|
|
30058
|
+
line-height: 22px;
|
|
30059
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30060
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30061
|
+
padding: 5px 12px;
|
|
30062
|
+
}
|
|
30063
|
+
|
|
30064
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30065
|
+
height: 40px;
|
|
30066
|
+
line-height: 24px;
|
|
30067
|
+
padding: 8px 16px;
|
|
30068
|
+
}
|
|
30069
|
+
|
|
30070
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30071
|
+
height: 24px;
|
|
30072
|
+
line-height: 20px;
|
|
29820
30073
|
padding: 2px 8px;
|
|
29821
30074
|
}
|
|
29822
30075
|
|
|
@@ -30088,539 +30341,323 @@ html body {
|
|
|
30088
30341
|
justify-content: center;
|
|
30089
30342
|
}
|
|
30090
30343
|
|
|
30091
|
-
.
|
|
30092
|
-
|
|
30344
|
+
.E_iouxfgt {
|
|
30345
|
+
display: inline-flex;
|
|
30346
|
+
align-items: center;
|
|
30093
30347
|
}
|
|
30094
30348
|
|
|
30095
|
-
.
|
|
30096
|
-
|
|
30097
|
-
|
|
30098
|
-
|
|
30099
|
-
line-height: 32px;
|
|
30349
|
+
.E_iouxfgt .icon-inner {
|
|
30350
|
+
display: inline-flex;
|
|
30351
|
+
align-items: center;
|
|
30352
|
+
justify-content: center;
|
|
30100
30353
|
}
|
|
30101
30354
|
|
|
30102
|
-
.
|
|
30103
|
-
|
|
30104
|
-
|
|
30105
|
-
background: #fff;
|
|
30355
|
+
.E_iouxfgt .icon-inner + span,
|
|
30356
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30357
|
+
margin-left: 4px;
|
|
30106
30358
|
}
|
|
30107
30359
|
|
|
30108
|
-
.
|
|
30109
|
-
|
|
30110
|
-
|
|
30111
|
-
line-height: 22px;
|
|
30112
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30113
|
-
text-align: center;
|
|
30360
|
+
.E_iouxfgt.is-rotate img,
|
|
30361
|
+
.E_iouxfgt.is-rotate svg {
|
|
30362
|
+
animation: rotate 680ms linear infinite;
|
|
30114
30363
|
}
|
|
30115
30364
|
|
|
30116
|
-
.
|
|
30117
|
-
|
|
30118
|
-
max-width: 388px;
|
|
30119
|
-
min-width: 285px;
|
|
30365
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30366
|
+
display: var(--ai7qkf2-0);
|
|
30120
30367
|
}
|
|
30121
30368
|
|
|
30122
|
-
.
|
|
30123
|
-
|
|
30124
|
-
|
|
30125
|
-
|
|
30126
|
-
|
|
30127
|
-
|
|
30128
|
-
|
|
30129
|
-
|
|
30130
|
-
|
|
30131
|
-
|
|
30369
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30370
|
+
display: inline-flex;
|
|
30371
|
+
line-height: 1.5715;
|
|
30372
|
+
height: 100%;
|
|
30373
|
+
width: 100%;
|
|
30374
|
+
}
|
|
30375
|
+
|
|
30376
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30377
|
+
content: var(--ai7qkf2-1);
|
|
30378
|
+
display: var(--ai7qkf2-2);
|
|
30379
|
+
flex: none;
|
|
30132
30380
|
align-items: center;
|
|
30133
|
-
|
|
30381
|
+
margin-left: 4px;
|
|
30382
|
+
padding: 5px 12px 5px 0;
|
|
30383
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30134
30384
|
}
|
|
30135
30385
|
|
|
30136
|
-
.
|
|
30137
|
-
|
|
30138
|
-
|
|
30386
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30387
|
+
content: var(--ai7qkf2-3);
|
|
30388
|
+
display: var(--ai7qkf2-4);
|
|
30389
|
+
flex: none;
|
|
30390
|
+
align-items: center;
|
|
30391
|
+
margin-right: 4px;
|
|
30392
|
+
cursor: auto;
|
|
30393
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30139
30394
|
}
|
|
30140
30395
|
|
|
30141
|
-
.
|
|
30142
|
-
|
|
30143
|
-
font-size: 12px;
|
|
30144
|
-
width: inherit;
|
|
30145
|
-
text-align: center;
|
|
30396
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30397
|
+
border-radius: 0;
|
|
30146
30398
|
}
|
|
30147
30399
|
|
|
30148
|
-
.
|
|
30149
|
-
|
|
30400
|
+
.E_ai7qkf2.ant-input-number {
|
|
30401
|
+
width: 100%;
|
|
30402
|
+
border-radius: 6px;
|
|
30150
30403
|
}
|
|
30151
30404
|
|
|
30152
|
-
.
|
|
30153
|
-
|
|
30154
|
-
|
|
30155
|
-
|
|
30156
|
-
bottom: 0 !important;
|
|
30157
|
-
display: flex;
|
|
30158
|
-
align-items: center;
|
|
30405
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30406
|
+
border-color: #0096ff;
|
|
30407
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30408
|
+
z-index: 1;
|
|
30159
30409
|
}
|
|
30160
30410
|
|
|
30161
|
-
.
|
|
30162
|
-
|
|
30411
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30412
|
+
border-color: #e75a3a;
|
|
30413
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30163
30414
|
}
|
|
30164
30415
|
|
|
30165
|
-
.
|
|
30166
|
-
|
|
30167
|
-
|
|
30168
|
-
|
|
30416
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30417
|
+
height: 30px;
|
|
30418
|
+
border: 1px;
|
|
30419
|
+
padding: 5px 12px;
|
|
30420
|
+
font-size: inherit;
|
|
30169
30421
|
}
|
|
30170
30422
|
|
|
30171
|
-
.
|
|
30172
|
-
|
|
30423
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30424
|
+
height: 38px;
|
|
30425
|
+
border: 1px;
|
|
30426
|
+
padding: 8px 16px;
|
|
30173
30427
|
}
|
|
30174
30428
|
|
|
30175
|
-
.
|
|
30176
|
-
|
|
30177
|
-
|
|
30178
|
-
|
|
30179
|
-
margin-left: 2px;
|
|
30180
|
-
color: #00122e !important;
|
|
30181
|
-
display: inline-flex;
|
|
30182
|
-
justify-content: space-between;
|
|
30429
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30430
|
+
height: 22px;
|
|
30431
|
+
border: 1px;
|
|
30432
|
+
padding: 2px 8px;
|
|
30183
30433
|
}
|
|
30184
30434
|
|
|
30185
|
-
.
|
|
30186
|
-
|
|
30187
|
-
|
|
30188
|
-
|
|
30189
|
-
|
|
30190
|
-
|
|
30435
|
+
.E_i1inqkme {
|
|
30436
|
+
height: 18px;
|
|
30437
|
+
line-height: 18px;
|
|
30438
|
+
padding: 0 4px;
|
|
30439
|
+
border-radius: 4px;
|
|
30440
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30441
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30442
|
+
display: flex;
|
|
30443
|
+
align-items: center;
|
|
30191
30444
|
white-space: nowrap;
|
|
30445
|
+
margin-right: 4px;
|
|
30192
30446
|
}
|
|
30193
30447
|
|
|
30194
|
-
.
|
|
30195
|
-
|
|
30448
|
+
.E_owd0kml {
|
|
30449
|
+
display: inline-block;
|
|
30196
30450
|
}
|
|
30197
30451
|
|
|
30198
|
-
.
|
|
30199
|
-
|
|
30452
|
+
.E_h1jsgezc {
|
|
30453
|
+
visibility: hidden;
|
|
30454
|
+
position: absolute;
|
|
30200
30455
|
}
|
|
30201
30456
|
|
|
30202
|
-
.
|
|
30203
|
-
margin: 6px auto;
|
|
30457
|
+
.E_phljevk {
|
|
30204
30458
|
display: flex;
|
|
30205
30459
|
justify-content: space-between;
|
|
30206
|
-
|
|
30207
|
-
|
|
30208
|
-
.E_t10pqbtc .item .name {
|
|
30209
|
-
width: 102px;
|
|
30210
|
-
}
|
|
30211
|
-
|
|
30212
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30213
|
-
padding: 4px 8px 0 8px;
|
|
30460
|
+
align-items: center;
|
|
30461
|
+
padding: 10px 0;
|
|
30214
30462
|
color: rgba(44, 56, 82, 0.6);
|
|
30215
30463
|
font-size: 12px;
|
|
30464
|
+
line-height: 24px;
|
|
30216
30465
|
}
|
|
30217
30466
|
|
|
30218
|
-
.
|
|
30219
|
-
padding
|
|
30467
|
+
.E_phljevk .pagination-left {
|
|
30468
|
+
padding: 2px 8px;
|
|
30220
30469
|
}
|
|
30221
30470
|
|
|
30222
|
-
.
|
|
30223
|
-
|
|
30224
|
-
|
|
30471
|
+
.E_phljevk .dropdown-trigger {
|
|
30472
|
+
display: flex;
|
|
30473
|
+
align-items: center;
|
|
30474
|
+
border-radius: 6px;
|
|
30475
|
+
cursor: pointer;
|
|
30476
|
+
transition: all 0.3s ease;
|
|
30225
30477
|
}
|
|
30226
30478
|
|
|
30227
|
-
.
|
|
30228
|
-
|
|
30479
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30480
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30481
|
+
color: #0080ff;
|
|
30229
30482
|
}
|
|
30230
30483
|
|
|
30231
|
-
.
|
|
30232
|
-
|
|
30233
|
-
align-items: center;
|
|
30484
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30485
|
+
margin-left: 4px;
|
|
30234
30486
|
}
|
|
30235
30487
|
|
|
30236
|
-
.
|
|
30237
|
-
display:
|
|
30488
|
+
.E_phljevk .pagination-right {
|
|
30489
|
+
display: flex;
|
|
30238
30490
|
align-items: center;
|
|
30239
|
-
|
|
30491
|
+
color: #0080ff;
|
|
30492
|
+
font-weight: bold;
|
|
30240
30493
|
}
|
|
30241
30494
|
|
|
30242
|
-
.
|
|
30243
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30495
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30244
30496
|
margin-left: 4px;
|
|
30245
30497
|
}
|
|
30246
30498
|
|
|
30247
|
-
.
|
|
30248
|
-
.
|
|
30249
|
-
|
|
30499
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30500
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30501
|
+
padding: 0 8px;
|
|
30250
30502
|
}
|
|
30251
30503
|
|
|
30252
|
-
.
|
|
30253
|
-
|
|
30504
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30505
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30506
|
+
color: #0080ff;
|
|
30254
30507
|
}
|
|
30255
30508
|
|
|
30256
|
-
.
|
|
30257
|
-
|
|
30509
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30510
|
+
transform: rotate(180deg);
|
|
30258
30511
|
}
|
|
30259
30512
|
|
|
30260
|
-
.
|
|
30261
|
-
|
|
30262
|
-
|
|
30263
|
-
flex-flow: nowrap !important;
|
|
30264
|
-
line-break: auto;
|
|
30513
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30514
|
+
max-height: calc(100vh - 128px);
|
|
30515
|
+
overflow-y: auto;
|
|
30265
30516
|
}
|
|
30266
30517
|
|
|
30267
|
-
.
|
|
30268
|
-
|
|
30269
|
-
|
|
30518
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30519
|
+
padding: 4px 20px;
|
|
30520
|
+
font-size: 12px;
|
|
30521
|
+
line-height: 18px;
|
|
30270
30522
|
}
|
|
30271
30523
|
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30274
|
-
height: auto;
|
|
30275
|
-
font-size: 13px;
|
|
30276
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30277
|
-
white-space: normal;
|
|
30524
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30525
|
+
margin-right: 8px;
|
|
30278
30526
|
}
|
|
30279
30527
|
|
|
30280
|
-
.
|
|
30281
|
-
|
|
30528
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30529
|
+
margin-left: 8px;
|
|
30282
30530
|
}
|
|
30283
30531
|
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30532
|
+
.E_cc368xp {
|
|
30533
|
+
color: #00122e;
|
|
30534
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30535
|
+
margin-right: 8px;
|
|
30536
|
+
padding-right: 8px;
|
|
30286
30537
|
}
|
|
30287
30538
|
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30290
|
-
|
|
30291
|
-
min-height: 0px;
|
|
30539
|
+
.E_i11o6xqj {
|
|
30540
|
+
display: flex;
|
|
30541
|
+
gap: 4px;
|
|
30292
30542
|
}
|
|
30293
30543
|
|
|
30294
|
-
.
|
|
30295
|
-
|
|
30296
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30297
|
-
min-height: 0px;
|
|
30544
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30545
|
+
cursor: pointer;
|
|
30298
30546
|
}
|
|
30299
30547
|
|
|
30300
|
-
.
|
|
30301
|
-
|
|
30302
|
-
line-height: 18px;
|
|
30303
|
-
padding: 0 4px;
|
|
30304
|
-
border-radius: 4px;
|
|
30305
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30306
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30307
|
-
display: flex;
|
|
30308
|
-
align-items: center;
|
|
30309
|
-
white-space: nowrap;
|
|
30310
|
-
margin-right: 4px;
|
|
30548
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30549
|
+
cursor: not-allowed;
|
|
30311
30550
|
}
|
|
30312
30551
|
|
|
30313
|
-
.
|
|
30314
|
-
|
|
30315
|
-
|
|
30316
|
-
|
|
30317
|
-
display: flex;
|
|
30318
|
-
flex-direction: column;
|
|
30319
|
-
justify-content: center;
|
|
30320
|
-
align-items: center;
|
|
30552
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30553
|
+
display: inline-flex;
|
|
30554
|
+
align-items: baseline;
|
|
30555
|
+
white-space: pre-wrap;
|
|
30321
30556
|
}
|
|
30322
30557
|
|
|
30323
|
-
.
|
|
30324
|
-
|
|
30325
|
-
|
|
30326
|
-
font-size: 18px;
|
|
30558
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30559
|
+
position: relative;
|
|
30560
|
+
top: 3px;
|
|
30327
30561
|
}
|
|
30328
30562
|
|
|
30329
|
-
.
|
|
30330
|
-
|
|
30563
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30564
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30331
30565
|
}
|
|
30332
30566
|
|
|
30333
|
-
.
|
|
30334
|
-
border-
|
|
30335
|
-
border-top-left-radius: 5px;
|
|
30567
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30568
|
+
border-color: #0080ff;
|
|
30336
30569
|
}
|
|
30337
30570
|
|
|
30338
|
-
.
|
|
30339
|
-
border-
|
|
30340
|
-
|
|
30571
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30572
|
+
border-color: #0080ff;
|
|
30573
|
+
background: #0080ff;
|
|
30341
30574
|
}
|
|
30342
30575
|
|
|
30343
|
-
.
|
|
30344
|
-
|
|
30576
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30577
|
+
top: 4px;
|
|
30578
|
+
left: 4px;
|
|
30579
|
+
width: 6px;
|
|
30580
|
+
height: 6px;
|
|
30581
|
+
background: #fff;
|
|
30345
30582
|
}
|
|
30346
30583
|
|
|
30347
|
-
.
|
|
30348
|
-
|
|
30349
|
-
line-height: 1.5715;
|
|
30350
|
-
height: 100%;
|
|
30351
|
-
width: 100%;
|
|
30584
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30585
|
+
opacity: 0.5;
|
|
30352
30586
|
}
|
|
30353
30587
|
|
|
30354
|
-
.
|
|
30355
|
-
|
|
30356
|
-
|
|
30357
|
-
flex: none;
|
|
30358
|
-
align-items: center;
|
|
30359
|
-
margin-left: 4px;
|
|
30360
|
-
padding: 5px 12px 5px 0;
|
|
30361
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30588
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30589
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30590
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30362
30591
|
}
|
|
30363
30592
|
|
|
30364
|
-
.
|
|
30365
|
-
|
|
30366
|
-
display: var(--ai7qkf2-4);
|
|
30367
|
-
flex: none;
|
|
30368
|
-
align-items: center;
|
|
30369
|
-
margin-right: 4px;
|
|
30370
|
-
cursor: auto;
|
|
30371
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30593
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30594
|
+
background: #00122e;
|
|
30372
30595
|
}
|
|
30373
30596
|
|
|
30374
|
-
.ant-
|
|
30375
|
-
|
|
30597
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30598
|
+
color: #00122e;
|
|
30599
|
+
opacity: 0.5;
|
|
30376
30600
|
}
|
|
30377
30601
|
|
|
30378
|
-
.
|
|
30379
|
-
|
|
30380
|
-
border-radius: 6px;
|
|
30602
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30603
|
+
color: #00122e;
|
|
30381
30604
|
}
|
|
30382
30605
|
|
|
30383
|
-
.
|
|
30384
|
-
|
|
30385
|
-
|
|
30386
|
-
|
|
30606
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30607
|
+
display: inline-block;
|
|
30608
|
+
padding: 0;
|
|
30609
|
+
padding-left: 10px;
|
|
30387
30610
|
}
|
|
30388
30611
|
|
|
30389
|
-
.
|
|
30390
|
-
|
|
30391
|
-
|
|
30612
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30613
|
+
margin-bottom: 0;
|
|
30614
|
+
white-space: pre-wrap;
|
|
30615
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30392
30616
|
}
|
|
30393
30617
|
|
|
30394
|
-
.
|
|
30395
|
-
|
|
30396
|
-
border: 1px;
|
|
30397
|
-
padding: 5px 12px;
|
|
30398
|
-
font-size: inherit;
|
|
30618
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30619
|
+
padding-left: 8px;
|
|
30399
30620
|
}
|
|
30400
30621
|
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30403
|
-
border: 1px;
|
|
30404
|
-
padding: 8px 16px;
|
|
30622
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30623
|
+
border-radius: 5px 0 0 5px;
|
|
30405
30624
|
}
|
|
30406
30625
|
|
|
30407
|
-
.
|
|
30408
|
-
|
|
30409
|
-
border: 1px;
|
|
30410
|
-
padding: 2px 8px;
|
|
30626
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30627
|
+
border-radius: 0 5px 5px 0;
|
|
30411
30628
|
}
|
|
30412
30629
|
|
|
30413
|
-
.
|
|
30414
|
-
|
|
30630
|
+
.E_rcc63c8 {
|
|
30631
|
+
color: #00122e;
|
|
30632
|
+
border-color: #ccd4e3;
|
|
30415
30633
|
}
|
|
30416
30634
|
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30419
|
-
display: inline-flex;
|
|
30420
|
-
line-height: 1.5715;
|
|
30421
|
-
height: inherit;
|
|
30635
|
+
.E_rcc63c8:first-child {
|
|
30636
|
+
border-color: #a3b4cc;
|
|
30422
30637
|
}
|
|
30423
30638
|
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
|
|
30428
|
-
align-items: center;
|
|
30429
|
-
margin-left: 4px;
|
|
30639
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30640
|
+
padding: 0 12px;
|
|
30641
|
+
line-height: 32px;
|
|
30642
|
+
height: 32px;
|
|
30430
30643
|
}
|
|
30431
30644
|
|
|
30432
|
-
.
|
|
30433
|
-
|
|
30434
|
-
display: var(--a1wfy30z-4);
|
|
30435
|
-
flex: none;
|
|
30436
|
-
align-items: center;
|
|
30437
|
-
margin-right: 4px;
|
|
30438
|
-
cursor: auto;
|
|
30645
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30646
|
+
white-space: nowrap;
|
|
30439
30647
|
}
|
|
30440
30648
|
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30443
|
-
|
|
30444
|
-
height:
|
|
30445
|
-
font-size: inherit;
|
|
30649
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30650
|
+
height: 22px;
|
|
30651
|
+
padding: 0 7px;
|
|
30652
|
+
line-height: 20px;
|
|
30446
30653
|
}
|
|
30447
30654
|
|
|
30448
|
-
.
|
|
30449
|
-
|
|
30450
|
-
justify-content: space-between;
|
|
30451
|
-
align-items: center;
|
|
30452
|
-
padding: 10px 0;
|
|
30453
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30454
|
-
font-size: 12px;
|
|
30455
|
-
line-height: 24px;
|
|
30655
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30656
|
+
background: #ccd4e3;
|
|
30456
30657
|
}
|
|
30457
30658
|
|
|
30458
|
-
.
|
|
30459
|
-
|
|
30460
|
-
}
|
|
30461
|
-
|
|
30462
|
-
.E_phljevk .dropdown-trigger {
|
|
30463
|
-
display: flex;
|
|
30464
|
-
align-items: center;
|
|
30465
|
-
border-radius: 6px;
|
|
30466
|
-
cursor: pointer;
|
|
30467
|
-
transition: all 0.3s ease;
|
|
30468
|
-
}
|
|
30469
|
-
|
|
30470
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30471
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30472
|
-
color: #0080ff;
|
|
30473
|
-
}
|
|
30474
|
-
|
|
30475
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30476
|
-
margin-left: 4px;
|
|
30477
|
-
}
|
|
30478
|
-
|
|
30479
|
-
.E_phljevk .pagination-right {
|
|
30480
|
-
display: flex;
|
|
30481
|
-
align-items: center;
|
|
30482
|
-
color: #0080ff;
|
|
30483
|
-
font-weight: bold;
|
|
30484
|
-
}
|
|
30485
|
-
|
|
30486
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30487
|
-
margin-left: 4px;
|
|
30488
|
-
}
|
|
30489
|
-
|
|
30490
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30491
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30492
|
-
padding: 0 8px;
|
|
30493
|
-
}
|
|
30494
|
-
|
|
30495
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30496
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30497
|
-
color: #0080ff;
|
|
30498
|
-
}
|
|
30499
|
-
|
|
30500
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30501
|
-
transform: rotate(180deg);
|
|
30502
|
-
}
|
|
30503
|
-
|
|
30504
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30505
|
-
max-height: calc(100vh - 128px);
|
|
30506
|
-
overflow-y: auto;
|
|
30507
|
-
}
|
|
30508
|
-
|
|
30509
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30510
|
-
padding: 4px 20px;
|
|
30511
|
-
font-size: 12px;
|
|
30512
|
-
line-height: 18px;
|
|
30513
|
-
}
|
|
30514
|
-
|
|
30515
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
30516
|
-
display: inline-flex;
|
|
30517
|
-
align-items: baseline;
|
|
30518
|
-
white-space: pre-wrap;
|
|
30519
|
-
}
|
|
30520
|
-
|
|
30521
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30522
|
-
position: relative;
|
|
30523
|
-
top: 3px;
|
|
30524
|
-
}
|
|
30525
|
-
|
|
30526
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30527
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30528
|
-
}
|
|
30529
|
-
|
|
30530
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30531
|
-
border-color: #0080ff;
|
|
30532
|
-
}
|
|
30533
|
-
|
|
30534
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30535
|
-
border-color: #0080ff;
|
|
30536
|
-
background: #0080ff;
|
|
30537
|
-
}
|
|
30538
|
-
|
|
30539
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30540
|
-
top: 4px;
|
|
30541
|
-
left: 4px;
|
|
30542
|
-
width: 6px;
|
|
30543
|
-
height: 6px;
|
|
30544
|
-
background: #fff;
|
|
30545
|
-
}
|
|
30546
|
-
|
|
30547
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30548
|
-
opacity: 0.5;
|
|
30549
|
-
}
|
|
30550
|
-
|
|
30551
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30552
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30553
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30554
|
-
}
|
|
30555
|
-
|
|
30556
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30557
|
-
background: #00122e;
|
|
30558
|
-
}
|
|
30559
|
-
|
|
30560
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30561
|
-
color: #00122e;
|
|
30562
|
-
opacity: 0.5;
|
|
30563
|
-
}
|
|
30564
|
-
|
|
30565
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30566
|
-
color: #00122e;
|
|
30567
|
-
}
|
|
30568
|
-
|
|
30569
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30570
|
-
display: inline-block;
|
|
30571
|
-
padding: 0;
|
|
30572
|
-
padding-left: 10px;
|
|
30573
|
-
}
|
|
30574
|
-
|
|
30575
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30576
|
-
margin-bottom: 0;
|
|
30577
|
-
white-space: pre-wrap;
|
|
30578
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30579
|
-
}
|
|
30580
|
-
|
|
30581
|
-
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30582
|
-
padding-left: 8px;
|
|
30583
|
-
}
|
|
30584
|
-
|
|
30585
|
-
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30586
|
-
border-radius: 5px 0 0 5px;
|
|
30587
|
-
}
|
|
30588
|
-
|
|
30589
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30590
|
-
border-radius: 0 5px 5px 0;
|
|
30591
|
-
}
|
|
30592
|
-
|
|
30593
|
-
.E_rcc63c8 {
|
|
30594
|
-
color: #00122e;
|
|
30595
|
-
border-color: #ccd4e3;
|
|
30596
|
-
}
|
|
30597
|
-
|
|
30598
|
-
.E_rcc63c8:first-child {
|
|
30599
|
-
border-color: #a3b4cc;
|
|
30600
|
-
}
|
|
30601
|
-
|
|
30602
|
-
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30603
|
-
padding: 0 12px;
|
|
30604
|
-
line-height: 32px;
|
|
30605
|
-
height: 32px;
|
|
30606
|
-
}
|
|
30607
|
-
|
|
30608
|
-
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30609
|
-
white-space: nowrap;
|
|
30610
|
-
}
|
|
30611
|
-
|
|
30612
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30613
|
-
height: 22px;
|
|
30614
|
-
padding: 0 7px;
|
|
30615
|
-
line-height: 20px;
|
|
30616
|
-
}
|
|
30617
|
-
|
|
30618
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30619
|
-
background: #ccd4e3;
|
|
30620
|
-
}
|
|
30621
|
-
|
|
30622
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30623
|
-
background: #0080ff;
|
|
30659
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30660
|
+
background: #0080ff;
|
|
30624
30661
|
}
|
|
30625
30662
|
|
|
30626
30663
|
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
@@ -30691,43 +30728,6 @@ html body {
|
|
|
30691
30728
|
width: 36px;
|
|
30692
30729
|
}
|
|
30693
30730
|
|
|
30694
|
-
.E_owd0kml {
|
|
30695
|
-
display: inline-block;
|
|
30696
|
-
}
|
|
30697
|
-
|
|
30698
|
-
.E_h1jsgezc {
|
|
30699
|
-
visibility: hidden;
|
|
30700
|
-
position: absolute;
|
|
30701
|
-
}
|
|
30702
|
-
|
|
30703
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30704
|
-
margin-right: 8px;
|
|
30705
|
-
}
|
|
30706
|
-
|
|
30707
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30708
|
-
margin-left: 8px;
|
|
30709
|
-
}
|
|
30710
|
-
|
|
30711
|
-
.E_cc368xp {
|
|
30712
|
-
color: #00122e;
|
|
30713
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30714
|
-
margin-right: 8px;
|
|
30715
|
-
padding-right: 8px;
|
|
30716
|
-
}
|
|
30717
|
-
|
|
30718
|
-
.E_i11o6xqj {
|
|
30719
|
-
display: flex;
|
|
30720
|
-
gap: 4px;
|
|
30721
|
-
}
|
|
30722
|
-
|
|
30723
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30724
|
-
cursor: pointer;
|
|
30725
|
-
}
|
|
30726
|
-
|
|
30727
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30728
|
-
cursor: not-allowed;
|
|
30729
|
-
}
|
|
30730
|
-
|
|
30731
30731
|
.E_ivqqkzv {
|
|
30732
30732
|
height: 24px;
|
|
30733
30733
|
width: 56px !important;
|
|
@@ -30738,61 +30738,6 @@ html body {
|
|
|
30738
30738
|
color: rgba(44, 56, 82, 0.6);
|
|
30739
30739
|
}
|
|
30740
30740
|
|
|
30741
|
-
.E_c1bus5hc {
|
|
30742
|
-
--color: white;
|
|
30743
|
-
height: 14px;
|
|
30744
|
-
width: 14px;
|
|
30745
|
-
border-radius: 50%;
|
|
30746
|
-
flex-shrink: 0;
|
|
30747
|
-
display: flex;
|
|
30748
|
-
align-items: center;
|
|
30749
|
-
justify-content: center;
|
|
30750
|
-
border: 1px solid var(--color);
|
|
30751
|
-
}
|
|
30752
|
-
|
|
30753
|
-
.E_c1bus5hc .circle-inner {
|
|
30754
|
-
position: relative;
|
|
30755
|
-
height: 10px;
|
|
30756
|
-
width: 10px;
|
|
30757
|
-
border-radius: 50%;
|
|
30758
|
-
overflow: hidden;
|
|
30759
|
-
}
|
|
30760
|
-
|
|
30761
|
-
.E_c1bus5hc .circle-content {
|
|
30762
|
-
position: absolute;
|
|
30763
|
-
height: 100%;
|
|
30764
|
-
width: 100%;
|
|
30765
|
-
left: 0;
|
|
30766
|
-
top: 0;
|
|
30767
|
-
border-radius: 50%;
|
|
30768
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30769
|
-
transform: rotate(180deg);
|
|
30770
|
-
}
|
|
30771
|
-
|
|
30772
|
-
.E_c1bus5hc .circle-child {
|
|
30773
|
-
position: absolute;
|
|
30774
|
-
height: 100%;
|
|
30775
|
-
width: 100%;
|
|
30776
|
-
left: 0;
|
|
30777
|
-
top: 0;
|
|
30778
|
-
margin-left: 50%;
|
|
30779
|
-
transform-origin: left;
|
|
30780
|
-
background: white;
|
|
30781
|
-
transform: rotate(0deg);
|
|
30782
|
-
}
|
|
30783
|
-
|
|
30784
|
-
.E_c1yyuluq {
|
|
30785
|
-
border-radius: 8px;
|
|
30786
|
-
}
|
|
30787
|
-
|
|
30788
|
-
.E_c1yyuluq .ant-card-body {
|
|
30789
|
-
padding: 20px 24px 24px 24px;
|
|
30790
|
-
}
|
|
30791
|
-
|
|
30792
|
-
.E_tju3gfj .date {
|
|
30793
|
-
margin-right: 4px;
|
|
30794
|
-
}
|
|
30795
|
-
|
|
30796
30741
|
.E_cnujxq2 {
|
|
30797
30742
|
display: flex;
|
|
30798
30743
|
flex-direction: column;
|
|
@@ -31581,11 +31526,121 @@ input.E_rf8rlle.ant-input {
|
|
|
31581
31526
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31582
31527
|
}
|
|
31583
31528
|
|
|
31584
|
-
.
|
|
31585
|
-
width:
|
|
31586
|
-
|
|
31587
|
-
|
|
31588
|
-
|
|
31529
|
+
.E_s1dizucg.ant-switch {
|
|
31530
|
+
min-width: 40px;
|
|
31531
|
+
height: 24px;
|
|
31532
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31533
|
+
overflow: hidden;
|
|
31534
|
+
}
|
|
31535
|
+
|
|
31536
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31537
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31538
|
+
}
|
|
31539
|
+
|
|
31540
|
+
.E_s1dizucg.ant-switch-small {
|
|
31541
|
+
min-width: 26px;
|
|
31542
|
+
height: 16px;
|
|
31543
|
+
}
|
|
31544
|
+
|
|
31545
|
+
.E_s1dizucg.ant-switch-large {
|
|
31546
|
+
min-width: 52px;
|
|
31547
|
+
height: 32px;
|
|
31548
|
+
}
|
|
31549
|
+
|
|
31550
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31551
|
+
height: 20px;
|
|
31552
|
+
width: 20px;
|
|
31553
|
+
}
|
|
31554
|
+
|
|
31555
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31556
|
+
border-radius: 10px;
|
|
31557
|
+
transition-delay: 120ms;
|
|
31558
|
+
}
|
|
31559
|
+
|
|
31560
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31561
|
+
height: 14px;
|
|
31562
|
+
width: 14px;
|
|
31563
|
+
top: 1px;
|
|
31564
|
+
left: 1px;
|
|
31565
|
+
}
|
|
31566
|
+
|
|
31567
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31568
|
+
height: 28px;
|
|
31569
|
+
width: 28px;
|
|
31570
|
+
}
|
|
31571
|
+
|
|
31572
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31573
|
+
border-radius: 14px;
|
|
31574
|
+
}
|
|
31575
|
+
|
|
31576
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31577
|
+
background-color: #00ba5d;
|
|
31578
|
+
}
|
|
31579
|
+
|
|
31580
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31581
|
+
left: calc(100% - 20px - 2px);
|
|
31582
|
+
}
|
|
31583
|
+
|
|
31584
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31585
|
+
left: calc(100% - 14px - 1px);
|
|
31586
|
+
}
|
|
31587
|
+
|
|
31588
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31589
|
+
left: calc(100% - 28px - 2px);
|
|
31590
|
+
}
|
|
31591
|
+
|
|
31592
|
+
.E_c1up6e3y {
|
|
31593
|
+
margin-left: 5px;
|
|
31594
|
+
}
|
|
31595
|
+
|
|
31596
|
+
.E_c1bus5hc {
|
|
31597
|
+
--color: white;
|
|
31598
|
+
height: 14px;
|
|
31599
|
+
width: 14px;
|
|
31600
|
+
border-radius: 50%;
|
|
31601
|
+
flex-shrink: 0;
|
|
31602
|
+
display: flex;
|
|
31603
|
+
align-items: center;
|
|
31604
|
+
justify-content: center;
|
|
31605
|
+
border: 1px solid var(--color);
|
|
31606
|
+
}
|
|
31607
|
+
|
|
31608
|
+
.E_c1bus5hc .circle-inner {
|
|
31609
|
+
position: relative;
|
|
31610
|
+
height: 10px;
|
|
31611
|
+
width: 10px;
|
|
31612
|
+
border-radius: 50%;
|
|
31613
|
+
overflow: hidden;
|
|
31614
|
+
}
|
|
31615
|
+
|
|
31616
|
+
.E_c1bus5hc .circle-content {
|
|
31617
|
+
position: absolute;
|
|
31618
|
+
height: 100%;
|
|
31619
|
+
width: 100%;
|
|
31620
|
+
left: 0;
|
|
31621
|
+
top: 0;
|
|
31622
|
+
border-radius: 50%;
|
|
31623
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31624
|
+
transform: rotate(180deg);
|
|
31625
|
+
}
|
|
31626
|
+
|
|
31627
|
+
.E_c1bus5hc .circle-child {
|
|
31628
|
+
position: absolute;
|
|
31629
|
+
height: 100%;
|
|
31630
|
+
width: 100%;
|
|
31631
|
+
left: 0;
|
|
31632
|
+
top: 0;
|
|
31633
|
+
margin-left: 50%;
|
|
31634
|
+
transform-origin: left;
|
|
31635
|
+
background: white;
|
|
31636
|
+
transform: rotate(0deg);
|
|
31637
|
+
}
|
|
31638
|
+
|
|
31639
|
+
.E_s1dni7lo {
|
|
31640
|
+
width: 430px !important;
|
|
31641
|
+
}
|
|
31642
|
+
|
|
31643
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31589
31644
|
padding: 8px 16px;
|
|
31590
31645
|
line-height: 18px;
|
|
31591
31646
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
@@ -31671,6 +31726,112 @@ input.E_rf8rlle.ant-input {
|
|
|
31671
31726
|
opacity: 0;
|
|
31672
31727
|
}
|
|
31673
31728
|
|
|
31729
|
+
.E_tju3gfj .date {
|
|
31730
|
+
margin-right: 4px;
|
|
31731
|
+
}
|
|
31732
|
+
|
|
31733
|
+
.E_s1sck0th {
|
|
31734
|
+
padding: 0 8px;
|
|
31735
|
+
border-radius: 4px;
|
|
31736
|
+
}
|
|
31737
|
+
|
|
31738
|
+
.E_m855nr1 {
|
|
31739
|
+
padding: 2px 8px;
|
|
31740
|
+
border-radius: 3px;
|
|
31741
|
+
}
|
|
31742
|
+
|
|
31743
|
+
.E_l1270xpg {
|
|
31744
|
+
padding: 3px 8px;
|
|
31745
|
+
border-radius: 2px;
|
|
31746
|
+
}
|
|
31747
|
+
|
|
31748
|
+
.E_t14rextb.ant-tag:hover {
|
|
31749
|
+
opacity: unset;
|
|
31750
|
+
}
|
|
31751
|
+
|
|
31752
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31753
|
+
margin: 0;
|
|
31754
|
+
margin-right: 8px;
|
|
31755
|
+
display: inline-flex;
|
|
31756
|
+
align-items: center;
|
|
31757
|
+
border: none;
|
|
31758
|
+
}
|
|
31759
|
+
|
|
31760
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31761
|
+
width: 16px;
|
|
31762
|
+
height: 16px;
|
|
31763
|
+
color: inherit;
|
|
31764
|
+
margin-left: 4px;
|
|
31765
|
+
opacity: 0.6;
|
|
31766
|
+
display: inline-flex;
|
|
31767
|
+
}
|
|
31768
|
+
|
|
31769
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31770
|
+
opacity: 1;
|
|
31771
|
+
}
|
|
31772
|
+
|
|
31773
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31774
|
+
color: #0080ff;
|
|
31775
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31776
|
+
}
|
|
31777
|
+
|
|
31778
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31779
|
+
color: #f0483e;
|
|
31780
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31781
|
+
}
|
|
31782
|
+
|
|
31783
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31784
|
+
color: #e07f00;
|
|
31785
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31786
|
+
}
|
|
31787
|
+
|
|
31788
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31789
|
+
color: #008f4c;
|
|
31790
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31791
|
+
}
|
|
31792
|
+
|
|
31793
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31794
|
+
color: #1d326c;
|
|
31795
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31796
|
+
}
|
|
31797
|
+
|
|
31798
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31799
|
+
color: #7E41FF;
|
|
31800
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31801
|
+
}
|
|
31802
|
+
|
|
31803
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31804
|
+
color: #fff;
|
|
31805
|
+
}
|
|
31806
|
+
|
|
31807
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31808
|
+
background-color: #f0483e;
|
|
31809
|
+
}
|
|
31810
|
+
|
|
31811
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31812
|
+
background-color: #fea008;
|
|
31813
|
+
}
|
|
31814
|
+
|
|
31815
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31816
|
+
background-color: #00ba5d;
|
|
31817
|
+
}
|
|
31818
|
+
|
|
31819
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31820
|
+
background-color: #0080ff;
|
|
31821
|
+
}
|
|
31822
|
+
|
|
31823
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31824
|
+
background-color: #6b7d99;
|
|
31825
|
+
}
|
|
31826
|
+
|
|
31827
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31828
|
+
background-color: #7E41FF;
|
|
31829
|
+
}
|
|
31830
|
+
|
|
31831
|
+
.E_iq1gosr {
|
|
31832
|
+
display: inline-block;
|
|
31833
|
+
}
|
|
31834
|
+
|
|
31674
31835
|
.E_dsnbhzf {
|
|
31675
31836
|
font-family: Inter;
|
|
31676
31837
|
font-style: normal;
|
|
@@ -32146,248 +32307,190 @@ input.E_rf8rlle.ant-input {
|
|
|
32146
32307
|
line-height: 12px;
|
|
32147
32308
|
}
|
|
32148
32309
|
|
|
32149
|
-
.
|
|
32150
|
-
|
|
32151
|
-
height: 24px;
|
|
32152
|
-
background: rgba(172, 186, 211, 0.6);
|
|
32153
|
-
overflow: hidden;
|
|
32154
|
-
}
|
|
32155
|
-
|
|
32156
|
-
.E_s1dizucg.ant-switch:focus {
|
|
32157
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
32158
|
-
}
|
|
32159
|
-
|
|
32160
|
-
.E_s1dizucg.ant-switch-small {
|
|
32161
|
-
min-width: 26px;
|
|
32162
|
-
height: 16px;
|
|
32310
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32311
|
+
display: none;
|
|
32163
32312
|
}
|
|
32164
32313
|
|
|
32165
|
-
.
|
|
32166
|
-
|
|
32167
|
-
|
|
32314
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
32315
|
+
background: rgba(23, 38, 64, 0.8);
|
|
32316
|
+
border-radius: 4px;
|
|
32168
32317
|
}
|
|
32169
32318
|
|
|
32170
|
-
.
|
|
32171
|
-
|
|
32172
|
-
width: 20px;
|
|
32319
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32320
|
+
visibility: hidden;
|
|
32173
32321
|
}
|
|
32174
32322
|
|
|
32175
|
-
.
|
|
32176
|
-
|
|
32177
|
-
transition-delay: 120ms;
|
|
32323
|
+
.E_m196gn1d {
|
|
32324
|
+
min-width: 1280px;
|
|
32178
32325
|
}
|
|
32179
32326
|
|
|
32180
|
-
.
|
|
32181
|
-
|
|
32182
|
-
|
|
32183
|
-
|
|
32184
|
-
|
|
32185
|
-
|
|
32186
|
-
|
|
32187
|
-
|
|
32188
|
-
height:
|
|
32189
|
-
|
|
32327
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32328
|
+
display: inline-flex;
|
|
32329
|
+
align-items: center;
|
|
32330
|
+
justify-content: center;
|
|
32331
|
+
color: #fff;
|
|
32332
|
+
font-weight: bold;
|
|
32333
|
+
font-size: 12px;
|
|
32334
|
+
width: 24px;
|
|
32335
|
+
height: 24px;
|
|
32336
|
+
border-radius: 50%;
|
|
32337
|
+
background: var(--a1b5xrg3-0);
|
|
32190
32338
|
}
|
|
32191
32339
|
|
|
32192
|
-
.
|
|
32193
|
-
|
|
32340
|
+
.E_a1b5xrg3.btn-item {
|
|
32341
|
+
transition: all 160ms ease;
|
|
32342
|
+
cursor: pointer;
|
|
32343
|
+
width: 56px;
|
|
32344
|
+
height: 40px;
|
|
32345
|
+
display: inline-flex;
|
|
32346
|
+
align-items: center;
|
|
32347
|
+
justify-content: center;
|
|
32348
|
+
border-radius: 6px;
|
|
32194
32349
|
}
|
|
32195
32350
|
|
|
32196
|
-
.
|
|
32197
|
-
|
|
32351
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32352
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32198
32353
|
}
|
|
32199
32354
|
|
|
32200
|
-
.
|
|
32201
|
-
|
|
32355
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32356
|
+
transform: translateY(2px);
|
|
32357
|
+
transition: all 320ms ease;
|
|
32202
32358
|
}
|
|
32203
32359
|
|
|
32204
|
-
.
|
|
32205
|
-
|
|
32360
|
+
.E_c1yyuluq {
|
|
32361
|
+
border-radius: 8px;
|
|
32206
32362
|
}
|
|
32207
32363
|
|
|
32208
|
-
.
|
|
32209
|
-
|
|
32364
|
+
.E_c1yyuluq .ant-card-body {
|
|
32365
|
+
padding: 20px 24px 24px 24px;
|
|
32210
32366
|
}
|
|
32211
32367
|
|
|
32212
|
-
.
|
|
32213
|
-
|
|
32368
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32369
|
+
border: 0px;
|
|
32370
|
+
background-color: #fff;
|
|
32214
32371
|
}
|
|
32215
32372
|
|
|
32216
|
-
.
|
|
32217
|
-
padding:
|
|
32218
|
-
|
|
32373
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32374
|
+
padding-top: 0px;
|
|
32375
|
+
padding-bottom: 0px;
|
|
32376
|
+
padding-left: 0px !important;
|
|
32377
|
+
padding-right: 24px;
|
|
32219
32378
|
}
|
|
32220
32379
|
|
|
32221
|
-
.
|
|
32222
|
-
|
|
32223
|
-
border-radius: 3px;
|
|
32380
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32381
|
+
right: 0px;
|
|
32224
32382
|
}
|
|
32225
32383
|
|
|
32226
|
-
.
|
|
32227
|
-
padding:
|
|
32228
|
-
border-radius: 2px;
|
|
32384
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32385
|
+
padding: 0px;
|
|
32229
32386
|
}
|
|
32230
32387
|
|
|
32231
|
-
.
|
|
32232
|
-
|
|
32388
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32389
|
+
padding-right: 0px;
|
|
32390
|
+
cursor: default;
|
|
32233
32391
|
}
|
|
32234
32392
|
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32237
|
-
margin-right: 8px;
|
|
32238
|
-
display: inline-flex;
|
|
32393
|
+
.E_ryby9ds {
|
|
32394
|
+
display: flex;
|
|
32239
32395
|
align-items: center;
|
|
32240
|
-
border: none;
|
|
32241
32396
|
}
|
|
32242
32397
|
|
|
32243
|
-
.
|
|
32244
|
-
|
|
32245
|
-
|
|
32246
|
-
|
|
32247
|
-
|
|
32248
|
-
|
|
32249
|
-
display:
|
|
32398
|
+
.E_ryby9ds .order {
|
|
32399
|
+
height: 24px;
|
|
32400
|
+
width: 24px;
|
|
32401
|
+
border-radius: 20px;
|
|
32402
|
+
color: #0080ff;
|
|
32403
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32404
|
+
display: flex;
|
|
32405
|
+
align-items: center;
|
|
32406
|
+
justify-content: center;
|
|
32407
|
+
margin-right: 6px;
|
|
32250
32408
|
}
|
|
32251
32409
|
|
|
32252
|
-
.
|
|
32253
|
-
|
|
32410
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32411
|
+
border-radius: 6px;
|
|
32254
32412
|
}
|
|
32255
32413
|
|
|
32256
|
-
.
|
|
32257
|
-
|
|
32258
|
-
|
|
32414
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32415
|
+
width: 100%;
|
|
32416
|
+
color: #2d3a56;
|
|
32417
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32418
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32419
|
+
font-size: 13px;
|
|
32259
32420
|
}
|
|
32260
32421
|
|
|
32261
|
-
.
|
|
32262
|
-
|
|
32263
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32422
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32423
|
+
height: 30px;
|
|
32264
32424
|
}
|
|
32265
32425
|
|
|
32266
|
-
.
|
|
32267
|
-
|
|
32268
|
-
|
|
32426
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32427
|
+
height: 38px;
|
|
32428
|
+
font-size: 13px;
|
|
32269
32429
|
}
|
|
32270
32430
|
|
|
32271
|
-
.
|
|
32272
|
-
|
|
32273
|
-
|
|
32431
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32432
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32433
|
+
transition: 160ms ease;
|
|
32274
32434
|
}
|
|
32275
32435
|
|
|
32276
|
-
.
|
|
32277
|
-
color: #
|
|
32278
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32436
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32437
|
+
color: #0080ff;
|
|
32279
32438
|
}
|
|
32280
32439
|
|
|
32281
|
-
.
|
|
32282
|
-
color:
|
|
32283
|
-
|
|
32440
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32441
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32442
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32284
32443
|
}
|
|
32285
32444
|
|
|
32286
|
-
.
|
|
32287
|
-
color: #
|
|
32445
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32446
|
+
color: #0080ff;
|
|
32288
32447
|
}
|
|
32289
32448
|
|
|
32290
|
-
.
|
|
32291
|
-
|
|
32449
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32450
|
+
border-color: #0080ff;
|
|
32451
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32292
32452
|
}
|
|
32293
32453
|
|
|
32294
|
-
.
|
|
32295
|
-
|
|
32454
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32455
|
+
transform: rotate(180deg);
|
|
32296
32456
|
}
|
|
32297
32457
|
|
|
32298
|
-
.
|
|
32299
|
-
background
|
|
32458
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32459
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32460
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32461
|
+
cursor: "not-allowed";
|
|
32300
32462
|
}
|
|
32301
32463
|
|
|
32302
|
-
.
|
|
32303
|
-
|
|
32464
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32465
|
+
border-color: #f0483e !important;
|
|
32304
32466
|
}
|
|
32305
32467
|
|
|
32306
|
-
.
|
|
32307
|
-
|
|
32468
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32469
|
+
color: #1d326c;
|
|
32308
32470
|
}
|
|
32309
32471
|
|
|
32310
|
-
.
|
|
32311
|
-
|
|
32472
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32473
|
+
border-color: #0080ff;
|
|
32474
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32312
32475
|
}
|
|
32313
32476
|
|
|
32314
|
-
.
|
|
32315
|
-
|
|
32477
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32478
|
+
transform: rotate(180deg);
|
|
32316
32479
|
}
|
|
32317
32480
|
|
|
32318
|
-
.
|
|
32319
|
-
display: inline-flex;
|
|
32320
|
-
align-items: center;
|
|
32321
|
-
justify-content: center;
|
|
32322
|
-
color: #fff;
|
|
32323
|
-
font-weight: bold;
|
|
32324
|
-
font-size: 12px;
|
|
32325
|
-
width: 24px;
|
|
32481
|
+
.E_suhck3k {
|
|
32326
32482
|
height: 24px;
|
|
32327
|
-
|
|
32328
|
-
background: var(--a1b5xrg3-0);
|
|
32329
|
-
}
|
|
32330
|
-
|
|
32331
|
-
.E_a1b5xrg3.btn-item {
|
|
32332
|
-
transition: all 160ms ease;
|
|
32333
|
-
cursor: pointer;
|
|
32334
|
-
width: 56px;
|
|
32335
|
-
height: 40px;
|
|
32336
|
-
display: inline-flex;
|
|
32337
|
-
align-items: center;
|
|
32338
|
-
justify-content: center;
|
|
32483
|
+
width: 24px;
|
|
32339
32484
|
border-radius: 6px;
|
|
32485
|
+
padding: 4px;
|
|
32340
32486
|
}
|
|
32341
32487
|
|
|
32342
|
-
.
|
|
32343
|
-
|
|
32344
|
-
}
|
|
32345
|
-
|
|
32346
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32347
|
-
transform: translateY(2px);
|
|
32348
|
-
transition: all 320ms ease;
|
|
32349
|
-
}
|
|
32350
|
-
|
|
32351
|
-
.E_m196gn1d {
|
|
32352
|
-
min-width: 1280px;
|
|
32353
|
-
}
|
|
32354
|
-
|
|
32355
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32356
|
-
display: none;
|
|
32357
|
-
}
|
|
32358
|
-
|
|
32359
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
32360
|
-
background: rgba(23, 38, 64, 0.8);
|
|
32361
|
-
border-radius: 4px;
|
|
32362
|
-
}
|
|
32363
|
-
|
|
32364
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32365
|
-
visibility: hidden;
|
|
32366
|
-
}
|
|
32367
|
-
|
|
32368
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
32369
|
-
border: 0px;
|
|
32370
|
-
background-color: #fff;
|
|
32371
|
-
}
|
|
32372
|
-
|
|
32373
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32374
|
-
padding-top: 0px;
|
|
32375
|
-
padding-bottom: 0px;
|
|
32376
|
-
padding-left: 0px !important;
|
|
32377
|
-
padding-right: 24px;
|
|
32378
|
-
}
|
|
32379
|
-
|
|
32380
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32381
|
-
right: 0px;
|
|
32382
|
-
}
|
|
32383
|
-
|
|
32384
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32385
|
-
padding: 0px;
|
|
32488
|
+
.E_suhck3k:hover {
|
|
32489
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32386
32490
|
}
|
|
32387
32491
|
|
|
32388
|
-
.
|
|
32389
|
-
|
|
32390
|
-
cursor: default;
|
|
32492
|
+
.E_suhck3k:hover svg path {
|
|
32493
|
+
fill: blue;
|
|
32391
32494
|
}
|
|
32392
32495
|
|
|
32393
32496
|
.E_hrhfj7c {
|
|
@@ -32652,111 +32755,8 @@ input.E_rf8rlle.ant-input {
|
|
|
32652
32755
|
font-size: 14px;
|
|
32653
32756
|
}
|
|
32654
32757
|
|
|
32655
|
-
.
|
|
32656
|
-
|
|
32657
|
-
}
|
|
32658
|
-
|
|
32659
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32660
|
-
width: 100%;
|
|
32661
|
-
color: #2d3a56;
|
|
32662
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32663
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32664
|
-
font-size: 13px;
|
|
32665
|
-
}
|
|
32666
|
-
|
|
32667
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32668
|
-
height: 30px;
|
|
32669
|
-
}
|
|
32670
|
-
|
|
32671
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32672
|
-
height: 38px;
|
|
32673
|
-
font-size: 13px;
|
|
32674
|
-
}
|
|
32675
|
-
|
|
32676
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32677
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32678
|
-
transition: 160ms ease;
|
|
32679
|
-
}
|
|
32680
|
-
|
|
32681
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32682
|
-
color: #0080ff;
|
|
32683
|
-
}
|
|
32684
|
-
|
|
32685
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32686
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32687
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32688
|
-
}
|
|
32689
|
-
|
|
32690
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32691
|
-
color: #0080ff;
|
|
32692
|
-
}
|
|
32693
|
-
|
|
32694
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32695
|
-
border-color: #0080ff;
|
|
32696
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32697
|
-
}
|
|
32698
|
-
|
|
32699
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32700
|
-
transform: rotate(180deg);
|
|
32701
|
-
}
|
|
32702
|
-
|
|
32703
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32704
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32705
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32706
|
-
cursor: "not-allowed";
|
|
32707
|
-
}
|
|
32708
|
-
|
|
32709
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32710
|
-
border-color: #f0483e !important;
|
|
32711
|
-
}
|
|
32712
|
-
|
|
32713
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32714
|
-
color: #1d326c;
|
|
32715
|
-
}
|
|
32716
|
-
|
|
32717
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32718
|
-
border-color: #0080ff;
|
|
32719
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32720
|
-
}
|
|
32721
|
-
|
|
32722
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32723
|
-
transform: rotate(180deg);
|
|
32724
|
-
}
|
|
32725
|
-
|
|
32726
|
-
.E_suhck3k {
|
|
32727
|
-
height: 24px;
|
|
32728
|
-
width: 24px;
|
|
32729
|
-
border-radius: 6px;
|
|
32730
|
-
padding: 4px;
|
|
32731
|
-
}
|
|
32732
|
-
|
|
32733
|
-
.E_suhck3k:hover {
|
|
32734
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32735
|
-
}
|
|
32736
|
-
|
|
32737
|
-
.E_suhck3k:hover svg path {
|
|
32738
|
-
fill: blue;
|
|
32739
|
-
}
|
|
32740
|
-
|
|
32741
|
-
.E_ryby9ds {
|
|
32742
|
-
display: flex;
|
|
32743
|
-
align-items: center;
|
|
32744
|
-
}
|
|
32745
|
-
|
|
32746
|
-
.E_ryby9ds .order {
|
|
32747
|
-
height: 24px;
|
|
32748
|
-
width: 24px;
|
|
32749
|
-
border-radius: 20px;
|
|
32750
|
-
color: #0080ff;
|
|
32751
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32752
|
-
display: flex;
|
|
32753
|
-
align-items: center;
|
|
32754
|
-
justify-content: center;
|
|
32755
|
-
margin-right: 6px;
|
|
32756
|
-
}
|
|
32757
|
-
|
|
32758
|
-
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32759
|
-
opacity: 1;
|
|
32758
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32759
|
+
opacity: 1;
|
|
32760
32760
|
}
|
|
32761
32761
|
|
|
32762
32762
|
.E_s4ivdfu.ant-select.select-loading-value {
|
|
@@ -32938,6 +32938,23 @@ input.E_rf8rlle.ant-input {
|
|
|
32938
32938
|
flex-shrink: 0;
|
|
32939
32939
|
}
|
|
32940
32940
|
|
|
32941
|
+
.E_w1dxz879 {
|
|
32942
|
+
display: flex;
|
|
32943
|
+
flex-direction: column;
|
|
32944
|
+
gap: 6px;
|
|
32945
|
+
}
|
|
32946
|
+
|
|
32947
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32948
|
+
max-height: var(--w1dxz879-0);
|
|
32949
|
+
text-overflow: clip;
|
|
32950
|
+
overflow: hidden;
|
|
32951
|
+
}
|
|
32952
|
+
|
|
32953
|
+
.E_w1dxz879 .tips {
|
|
32954
|
+
color: #fff;
|
|
32955
|
+
opacity: 0.8;
|
|
32956
|
+
}
|
|
32957
|
+
|
|
32941
32958
|
.E_h12yihis {
|
|
32942
32959
|
height: 50px;
|
|
32943
32960
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -33198,21 +33215,64 @@ input.E_rf8rlle.ant-input {
|
|
|
33198
33215
|
position: static;
|
|
33199
33216
|
}
|
|
33200
33217
|
|
|
33201
|
-
.
|
|
33218
|
+
.E_r77hffu {
|
|
33219
|
+
display: flex;
|
|
33220
|
+
align-items: center;
|
|
33221
|
+
justify-content: space-between;
|
|
33222
|
+
column-gap: 6px;
|
|
33223
|
+
}
|
|
33224
|
+
|
|
33225
|
+
.E_p1cmxsf7 {
|
|
33202
33226
|
display: flex;
|
|
33203
33227
|
flex-direction: column;
|
|
33204
|
-
|
|
33228
|
+
justify-content: center;
|
|
33229
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33205
33230
|
}
|
|
33206
33231
|
|
|
33207
|
-
.
|
|
33208
|
-
|
|
33209
|
-
|
|
33210
|
-
|
|
33232
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33233
|
+
font-size: 0;
|
|
33234
|
+
margin-bottom: unset;
|
|
33235
|
+
margin-inline-end: unset;
|
|
33211
33236
|
}
|
|
33212
33237
|
|
|
33213
|
-
.
|
|
33214
|
-
|
|
33215
|
-
|
|
33238
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33239
|
+
margin-right: 2px;
|
|
33240
|
+
}
|
|
33241
|
+
|
|
33242
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33243
|
+
padding-left: 8px;
|
|
33244
|
+
padding-right: 8px;
|
|
33245
|
+
font-size: 12px;
|
|
33246
|
+
}
|
|
33247
|
+
|
|
33248
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33249
|
+
border-radius: 4px;
|
|
33250
|
+
}
|
|
33251
|
+
|
|
33252
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33253
|
+
border-radius: 4px;
|
|
33254
|
+
}
|
|
33255
|
+
|
|
33256
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33257
|
+
padding-left: 12px;
|
|
33258
|
+
padding-right: 12px;
|
|
33259
|
+
}
|
|
33260
|
+
|
|
33261
|
+
.E_ckld275 {
|
|
33262
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33263
|
+
}
|
|
33264
|
+
|
|
33265
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33266
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33267
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33268
|
+
}
|
|
33269
|
+
|
|
33270
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33271
|
+
background-color: transparent;
|
|
33272
|
+
}
|
|
33273
|
+
|
|
33274
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33275
|
+
background-color: transparent;
|
|
33216
33276
|
}
|
|
33217
33277
|
|
|
33218
33278
|
.E_b14q2gmw {
|
|
@@ -33234,340 +33294,704 @@ input.E_rf8rlle.ant-input {
|
|
|
33234
33294
|
transform: translateY(-4px);
|
|
33235
33295
|
}
|
|
33236
33296
|
|
|
33237
|
-
|
|
33238
|
-
|
|
33239
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33240
|
-
font-size: 12px;
|
|
33241
|
-
line-height: 18px;
|
|
33242
|
-
height: 18px;
|
|
33297
|
+
.E_c1yd35n {
|
|
33298
|
+
padding: 0 12px 14px 12px;
|
|
33243
33299
|
}
|
|
33244
33300
|
|
|
33245
|
-
|
|
33246
|
-
color: #
|
|
33247
|
-
height:
|
|
33301
|
+
.E_ckui4s7 {
|
|
33302
|
+
color: #2d3a56;
|
|
33303
|
+
line-height: 22px;
|
|
33304
|
+
display: inline-flex;
|
|
33248
33305
|
}
|
|
33249
33306
|
|
|
33250
|
-
|
|
33251
|
-
|
|
33307
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33308
|
+
height: 22px;
|
|
33309
|
+
display: flex;
|
|
33310
|
+
align-items: center;
|
|
33311
|
+
top: 0;
|
|
33252
33312
|
}
|
|
33253
33313
|
|
|
33254
|
-
|
|
33255
|
-
|
|
33314
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33315
|
+
border: none;
|
|
33256
33316
|
}
|
|
33257
33317
|
|
|
33258
|
-
|
|
33259
|
-
color: #
|
|
33318
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33319
|
+
border-color: #0080ff;
|
|
33260
33320
|
}
|
|
33261
33321
|
|
|
33262
|
-
|
|
33263
|
-
|
|
33322
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33323
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33264
33324
|
}
|
|
33265
33325
|
|
|
33266
|
-
|
|
33267
|
-
|
|
33326
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33327
|
+
border: 1px solid #0080ff;
|
|
33268
33328
|
}
|
|
33269
33329
|
|
|
33270
|
-
|
|
33271
|
-
|
|
33330
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33331
|
+
background: #0080ff;
|
|
33272
33332
|
}
|
|
33273
33333
|
|
|
33274
|
-
|
|
33275
|
-
color: #
|
|
33334
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33335
|
+
background-color: #fff;
|
|
33336
|
+
height: 2px;
|
|
33337
|
+
width: 10px;
|
|
33338
|
+
border-radius: 2px;
|
|
33276
33339
|
}
|
|
33277
33340
|
|
|
33278
|
-
|
|
33279
|
-
|
|
33341
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33342
|
+
opacity: 0.5;
|
|
33280
33343
|
}
|
|
33281
33344
|
|
|
33282
|
-
|
|
33283
|
-
|
|
33345
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33346
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33347
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33284
33348
|
}
|
|
33285
33349
|
|
|
33286
|
-
|
|
33287
|
-
color:
|
|
33350
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33351
|
+
border-color: #2d3a56;
|
|
33288
33352
|
}
|
|
33289
33353
|
|
|
33290
|
-
|
|
33291
|
-
|
|
33354
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33355
|
+
background: #2d3a56;
|
|
33292
33356
|
}
|
|
33293
33357
|
|
|
33294
|
-
|
|
33295
|
-
|
|
33358
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33359
|
+
padding: 0;
|
|
33296
33360
|
}
|
|
33297
33361
|
|
|
33298
|
-
|
|
33299
|
-
|
|
33362
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33363
|
+
display: inline-block;
|
|
33364
|
+
margin-left: 12px;
|
|
33365
|
+
color: #2d3a56;
|
|
33300
33366
|
}
|
|
33301
33367
|
|
|
33302
|
-
.
|
|
33303
|
-
margin-
|
|
33368
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33369
|
+
margin-left: 28px;
|
|
33370
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33304
33371
|
}
|
|
33305
33372
|
|
|
33306
|
-
.
|
|
33307
|
-
|
|
33308
|
-
|
|
33373
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33374
|
+
margin-left: 8px;
|
|
33375
|
+
}
|
|
33376
|
+
|
|
33377
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33378
|
+
margin-left: 24px;
|
|
33379
|
+
}
|
|
33380
|
+
|
|
33381
|
+
.E_c1kghdax {
|
|
33382
|
+
color: #2d3a56;
|
|
33383
|
+
padding: 7px 12px;
|
|
33384
|
+
display: flex;
|
|
33385
|
+
justify-content: space-between;
|
|
33386
|
+
align-items: center;
|
|
33387
|
+
}
|
|
33388
|
+
|
|
33389
|
+
.E_c1kghdax.has-arrow {
|
|
33390
|
+
padding-left: 10px;
|
|
33391
|
+
}
|
|
33392
|
+
|
|
33393
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33394
|
+
cursor: pointer;
|
|
33395
|
+
color: #00122e;
|
|
33396
|
+
}
|
|
33397
|
+
|
|
33398
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33399
|
+
color: #2d3a56;
|
|
33400
|
+
font-weight: 600;
|
|
33401
|
+
}
|
|
33402
|
+
|
|
33403
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33404
|
+
transform: rotate(90deg);
|
|
33405
|
+
}
|
|
33406
|
+
|
|
33407
|
+
.E_c1kghdax .sub-info {
|
|
33309
33408
|
font-size: 12px;
|
|
33409
|
+
line-height: 18px;
|
|
33310
33410
|
}
|
|
33311
33411
|
|
|
33312
|
-
.
|
|
33313
|
-
|
|
33412
|
+
.E_c1kghdax .title-wrapper {
|
|
33413
|
+
display: flex;
|
|
33414
|
+
align-items: center;
|
|
33415
|
+
user-select: none;
|
|
33416
|
+
flex-grow: 1;
|
|
33417
|
+
font-size: 12px;
|
|
33418
|
+
line-height: 18px;
|
|
33419
|
+
color: #2d3a56;
|
|
33420
|
+
font-weight: 700;
|
|
33314
33421
|
}
|
|
33315
33422
|
|
|
33316
|
-
.
|
|
33423
|
+
.E_c1kghdax .collapse-arrow {
|
|
33424
|
+
transition: all 50ms ease-out 0ms;
|
|
33425
|
+
margin-right: 2px;
|
|
33426
|
+
}
|
|
33427
|
+
|
|
33428
|
+
.E_m11nzl2x {
|
|
33429
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33430
|
+
text-align: center;
|
|
33431
|
+
display: flex;
|
|
33432
|
+
align-items: center;
|
|
33433
|
+
justify-content: center;
|
|
33434
|
+
flex-direction: column;
|
|
33435
|
+
height: 100%;
|
|
33436
|
+
}
|
|
33437
|
+
|
|
33438
|
+
.E_m11nzl2x .link {
|
|
33439
|
+
color: #0080ff;
|
|
33440
|
+
cursor: pointer;
|
|
33441
|
+
}
|
|
33442
|
+
|
|
33443
|
+
.E_mn7joto {
|
|
33444
|
+
width: 100%;
|
|
33445
|
+
height: 100%;
|
|
33446
|
+
display: flex;
|
|
33447
|
+
flex-direction: column;
|
|
33448
|
+
}
|
|
33449
|
+
|
|
33450
|
+
.E_mn7joto .name-toolbar {
|
|
33451
|
+
width: 100%;
|
|
33452
|
+
display: flex;
|
|
33453
|
+
line-height: 30px;
|
|
33454
|
+
justify-content: space-between;
|
|
33455
|
+
}
|
|
33456
|
+
|
|
33457
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
33458
|
+
display: flex;
|
|
33459
|
+
font-size: 12px;
|
|
33460
|
+
align-items: center;
|
|
33461
|
+
}
|
|
33462
|
+
|
|
33463
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33464
|
+
color: #a3b4cc;
|
|
33465
|
+
}
|
|
33466
|
+
|
|
33467
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33468
|
+
margin-left: 10px;
|
|
33469
|
+
}
|
|
33470
|
+
|
|
33471
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33472
|
+
margin-left: 10px;
|
|
33473
|
+
cursor: pointer;
|
|
33474
|
+
}
|
|
33475
|
+
|
|
33476
|
+
.E_mn7joto .content {
|
|
33477
|
+
flex: 1;
|
|
33478
|
+
width: 100%;
|
|
33479
|
+
display: flex;
|
|
33480
|
+
justify-content: center;
|
|
33481
|
+
align-items: center;
|
|
33482
|
+
}
|
|
33483
|
+
|
|
33484
|
+
.E_mn7joto .single-content {
|
|
33485
|
+
height: 65px;
|
|
33486
|
+
}
|
|
33487
|
+
|
|
33488
|
+
.E_l1bifhon {
|
|
33489
|
+
display: flex;
|
|
33490
|
+
align-items: center;
|
|
33491
|
+
white-space: nowrap;
|
|
33492
|
+
overflow: hidden;
|
|
33493
|
+
width: 100%;
|
|
33494
|
+
}
|
|
33495
|
+
|
|
33496
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
33497
|
+
font-size: 12px;
|
|
33498
|
+
margin-left: 8px;
|
|
33499
|
+
}
|
|
33500
|
+
|
|
33501
|
+
.E_ltthzck {
|
|
33502
|
+
display: flex;
|
|
33503
|
+
justify-content: flex-start;
|
|
33504
|
+
align-items: center;
|
|
33505
|
+
font-size: 12px;
|
|
33506
|
+
cursor: pointer;
|
|
33507
|
+
}
|
|
33508
|
+
|
|
33509
|
+
.E_ltthzck:not(:first-child) {
|
|
33510
|
+
margin-left: 8px;
|
|
33511
|
+
}
|
|
33512
|
+
|
|
33513
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33514
|
+
opacity: 0.3;
|
|
33515
|
+
}
|
|
33516
|
+
|
|
33517
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
33518
|
+
background: #b4beca !important;
|
|
33519
|
+
border-radius: 2px;
|
|
33520
|
+
}
|
|
33521
|
+
|
|
33522
|
+
.E_ltthzck.hoverering-self {
|
|
33523
|
+
opacity: 1;
|
|
33524
|
+
}
|
|
33525
|
+
|
|
33526
|
+
.E_ltthzck .dropdown-trigger {
|
|
33527
|
+
margin-left: 12px;
|
|
33528
|
+
}
|
|
33529
|
+
|
|
33530
|
+
.E_ltthzck .legend-name {
|
|
33531
|
+
color: #00122e;
|
|
33532
|
+
}
|
|
33533
|
+
|
|
33534
|
+
.E_l1mumj7o {
|
|
33535
|
+
display: flex;
|
|
33536
|
+
justify-content: flex-start;
|
|
33537
|
+
align-items: center;
|
|
33538
|
+
font-size: 12px;
|
|
33539
|
+
cursor: pointer;
|
|
33540
|
+
}
|
|
33541
|
+
|
|
33542
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
33543
|
+
opacity: 0.3;
|
|
33544
|
+
}
|
|
33545
|
+
|
|
33546
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
33547
|
+
background: #b4beca !important;
|
|
33548
|
+
border-radius: 2px;
|
|
33549
|
+
}
|
|
33550
|
+
|
|
33551
|
+
.E_l1mumj7o .legend-name {
|
|
33552
|
+
color: #00122e;
|
|
33553
|
+
}
|
|
33554
|
+
|
|
33555
|
+
.E_l1mumj7o.hoverering-self {
|
|
33556
|
+
opacity: 1;
|
|
33557
|
+
}
|
|
33558
|
+
|
|
33559
|
+
.E_c14rn6j5 {
|
|
33560
|
+
display: inline-block;
|
|
33561
|
+
height: 8px;
|
|
33562
|
+
width: 8px;
|
|
33563
|
+
margin-right: 6px;
|
|
33564
|
+
border-radius: 2px;
|
|
33565
|
+
}
|
|
33566
|
+
|
|
33567
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
33568
|
+
display: flex;
|
|
33569
|
+
align-items: center;
|
|
33570
|
+
font-size: 12px;
|
|
33571
|
+
margin: 0;
|
|
33572
|
+
}
|
|
33573
|
+
|
|
33574
|
+
.E_lqeaosa {
|
|
33575
|
+
position: relative;
|
|
33576
|
+
}
|
|
33577
|
+
|
|
33578
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
33579
|
+
bottom: -12px;
|
|
33580
|
+
}
|
|
33581
|
+
|
|
33582
|
+
.E_lqeaosa .metric-toolbar {
|
|
33583
|
+
display: flex;
|
|
33584
|
+
justify-content: space-between;
|
|
33585
|
+
line-height: 30px;
|
|
33586
|
+
}
|
|
33587
|
+
|
|
33588
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
33589
|
+
display: flex;
|
|
33590
|
+
flex-shrink: 0;
|
|
33591
|
+
font-size: 12px;
|
|
33592
|
+
align-items: center;
|
|
33593
|
+
}
|
|
33594
|
+
|
|
33595
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33596
|
+
color: #a3b4cc;
|
|
33597
|
+
}
|
|
33598
|
+
|
|
33599
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33600
|
+
margin-left: 10px;
|
|
33601
|
+
}
|
|
33602
|
+
|
|
33603
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33604
|
+
margin-left: 10px;
|
|
33605
|
+
cursor: pointer;
|
|
33606
|
+
}
|
|
33607
|
+
|
|
33608
|
+
.E_lqeaosa .recharts-xAxis {
|
|
33609
|
+
font-size: 12px;
|
|
33610
|
+
}
|
|
33611
|
+
|
|
33612
|
+
.E_lqeaosa .pointer-wrapper {
|
|
33613
|
+
position: absolute;
|
|
33614
|
+
bottom: 10px;
|
|
33615
|
+
padding: 0 8px;
|
|
33616
|
+
font-size: 12px;
|
|
33617
|
+
color: #fff;
|
|
33618
|
+
transform: translateX(-50%);
|
|
33619
|
+
}
|
|
33620
|
+
|
|
33621
|
+
.E_t2pr38p {
|
|
33622
|
+
min-width: 200px;
|
|
33623
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
33317
33624
|
border-radius: 4px;
|
|
33625
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33626
|
+
padding: 8px;
|
|
33627
|
+
}
|
|
33628
|
+
|
|
33629
|
+
.E_tecdsj7 {
|
|
33630
|
+
display: flex;
|
|
33631
|
+
align-items: center;
|
|
33632
|
+
background-color: unset;
|
|
33633
|
+
color: #FFFFFF;
|
|
33634
|
+
justify-content: space-between;
|
|
33635
|
+
font-size: 12px;
|
|
33636
|
+
padding-top: 6px;
|
|
33637
|
+
}
|
|
33638
|
+
|
|
33639
|
+
.E_tecdsj7:first-child {
|
|
33640
|
+
padding-top: 3px;
|
|
33641
|
+
}
|
|
33642
|
+
|
|
33643
|
+
.E_tecdsj7:last-child {
|
|
33644
|
+
padding-bottom: 3px;
|
|
33645
|
+
}
|
|
33646
|
+
|
|
33647
|
+
.E_tecdsj7 .column-value {
|
|
33648
|
+
color: #FFFFFF;
|
|
33649
|
+
margin-left: 8px;
|
|
33650
|
+
}
|
|
33651
|
+
|
|
33652
|
+
.E_ljhvvia {
|
|
33653
|
+
display: inline-block;
|
|
33654
|
+
height: 8px;
|
|
33655
|
+
width: 8px;
|
|
33656
|
+
margin-right: 8px;
|
|
33657
|
+
border-radius: 2px;
|
|
33658
|
+
}
|
|
33659
|
+
|
|
33660
|
+
.E_ljhvvia.borderd {
|
|
33661
|
+
border: 1px solid #fff;
|
|
33662
|
+
}
|
|
33663
|
+
|
|
33664
|
+
.E_lht19u8 {
|
|
33665
|
+
width: 64px;
|
|
33666
|
+
height: 64px;
|
|
33667
|
+
display: flex;
|
|
33668
|
+
align-items: center;
|
|
33669
|
+
justify-content: center;
|
|
33670
|
+
position: relative;
|
|
33671
|
+
opacity: 0.2;
|
|
33672
|
+
}
|
|
33673
|
+
|
|
33674
|
+
.E_lk3gkp4 {
|
|
33675
|
+
position: absolute;
|
|
33676
|
+
width: 5px;
|
|
33677
|
+
height: 48px;
|
|
33678
|
+
left: 9.33px;
|
|
33679
|
+
top: 40.5px;
|
|
33680
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33681
|
+
border-radius: 5px;
|
|
33682
|
+
transform: rotate(-128deg);
|
|
33683
|
+
transform-origin: top left;
|
|
33684
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33685
|
+
}
|
|
33686
|
+
|
|
33687
|
+
.E_ll4n94n {
|
|
33688
|
+
position: absolute;
|
|
33689
|
+
width: 5px;
|
|
33690
|
+
height: 48px;
|
|
33691
|
+
left: 40.8px;
|
|
33692
|
+
top: 8.4px;
|
|
33693
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33694
|
+
border-radius: 5px;
|
|
33695
|
+
transform: rotate(-8deg);
|
|
33696
|
+
transform-origin: top left;
|
|
33697
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33698
|
+
}
|
|
33699
|
+
|
|
33700
|
+
.E_l17lbdo6 {
|
|
33701
|
+
position: absolute;
|
|
33702
|
+
width: 5px;
|
|
33703
|
+
height: 48px;
|
|
33704
|
+
left: 52.9px;
|
|
33705
|
+
top: 51.8px;
|
|
33706
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33707
|
+
border-radius: 5px;
|
|
33708
|
+
transform: rotate(112deg);
|
|
33709
|
+
transform-origin: top left;
|
|
33710
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33711
|
+
}
|
|
33712
|
+
|
|
33713
|
+
.E_msn7nxt {
|
|
33714
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33715
|
+
text-align: center;
|
|
33716
|
+
display: flex;
|
|
33717
|
+
align-items: center;
|
|
33718
|
+
justify-content: center;
|
|
33719
|
+
flex-direction: column;
|
|
33720
|
+
height: 100%;
|
|
33721
|
+
}
|
|
33722
|
+
|
|
33723
|
+
.E_msn7nxt .link {
|
|
33724
|
+
color: #0080ff;
|
|
33725
|
+
cursor: pointer;
|
|
33318
33726
|
}
|
|
33319
33727
|
|
|
33320
|
-
.
|
|
33321
|
-
|
|
33322
|
-
|
|
33728
|
+
.E_mp64wfi {
|
|
33729
|
+
width: 100%;
|
|
33730
|
+
height: 100%;
|
|
33731
|
+
display: flex;
|
|
33732
|
+
flex-direction: column;
|
|
33323
33733
|
}
|
|
33324
33734
|
|
|
33325
|
-
.
|
|
33326
|
-
|
|
33735
|
+
.E_mp64wfi .name-toolbar {
|
|
33736
|
+
width: 100%;
|
|
33737
|
+
display: flex;
|
|
33738
|
+
line-height: 30px;
|
|
33739
|
+
padding: 0 16px;
|
|
33740
|
+
justify-content: space-between;
|
|
33327
33741
|
}
|
|
33328
33742
|
|
|
33329
|
-
.
|
|
33330
|
-
|
|
33331
|
-
|
|
33743
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33744
|
+
display: flex;
|
|
33745
|
+
font-size: 12px;
|
|
33746
|
+
align-items: center;
|
|
33332
33747
|
}
|
|
33333
33748
|
|
|
33334
|
-
.
|
|
33335
|
-
|
|
33749
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33750
|
+
color: #a3b4cc;
|
|
33336
33751
|
}
|
|
33337
33752
|
|
|
33338
|
-
.
|
|
33339
|
-
|
|
33753
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33754
|
+
margin-left: 10px;
|
|
33340
33755
|
}
|
|
33341
33756
|
|
|
33342
|
-
.
|
|
33343
|
-
|
|
33344
|
-
|
|
33345
|
-
justify-content: space-between;
|
|
33346
|
-
column-gap: 6px;
|
|
33757
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33758
|
+
margin-left: 10px;
|
|
33759
|
+
cursor: pointer;
|
|
33347
33760
|
}
|
|
33348
33761
|
|
|
33349
|
-
.
|
|
33762
|
+
.E_mp64wfi .content {
|
|
33763
|
+
flex: 1;
|
|
33764
|
+
width: 100%;
|
|
33350
33765
|
display: flex;
|
|
33351
|
-
flex-direction: column;
|
|
33352
33766
|
justify-content: center;
|
|
33353
|
-
|
|
33767
|
+
align-items: center;
|
|
33354
33768
|
}
|
|
33355
33769
|
|
|
33356
|
-
.
|
|
33357
|
-
|
|
33358
|
-
margin-bottom: unset;
|
|
33359
|
-
margin-inline-end: unset;
|
|
33770
|
+
.E_mp64wfi .single-content {
|
|
33771
|
+
height: 65px;
|
|
33360
33772
|
}
|
|
33361
33773
|
|
|
33362
|
-
.
|
|
33363
|
-
margin: 0;
|
|
33364
|
-
border-radius: 20px;
|
|
33365
|
-
padding: 2px 10px;
|
|
33366
|
-
height: 22px;
|
|
33774
|
+
.E_l1oyigan {
|
|
33367
33775
|
display: flex;
|
|
33368
33776
|
align-items: center;
|
|
33777
|
+
white-space: nowrap;
|
|
33778
|
+
overflow: hidden;
|
|
33779
|
+
width: 100%;
|
|
33369
33780
|
}
|
|
33370
33781
|
|
|
33371
|
-
.
|
|
33372
|
-
|
|
33782
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33783
|
+
margin-left: auto;
|
|
33784
|
+
font-size: 12px;
|
|
33373
33785
|
}
|
|
33374
33786
|
|
|
33375
|
-
.
|
|
33787
|
+
.E_l1noi4n1 {
|
|
33788
|
+
display: flex;
|
|
33789
|
+
justify-content: flex-start;
|
|
33790
|
+
align-items: center;
|
|
33791
|
+
font-size: 12px;
|
|
33376
33792
|
cursor: pointer;
|
|
33377
33793
|
}
|
|
33378
33794
|
|
|
33379
|
-
.
|
|
33380
|
-
|
|
33795
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33796
|
+
margin-right: 20px;
|
|
33381
33797
|
}
|
|
33382
33798
|
|
|
33383
|
-
.
|
|
33384
|
-
|
|
33799
|
+
.E_l1noi4n1.deselected {
|
|
33800
|
+
opacity: 0.4;
|
|
33385
33801
|
}
|
|
33386
33802
|
|
|
33387
|
-
.
|
|
33388
|
-
|
|
33389
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33803
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33804
|
+
background: #b4beca !important;
|
|
33390
33805
|
}
|
|
33391
33806
|
|
|
33392
|
-
.
|
|
33393
|
-
|
|
33807
|
+
.E_cz19rz6 {
|
|
33808
|
+
display: inline-block;
|
|
33809
|
+
height: 8px;
|
|
33810
|
+
width: 8px;
|
|
33811
|
+
margin-right: 8px;
|
|
33394
33812
|
}
|
|
33395
33813
|
|
|
33396
|
-
.
|
|
33397
|
-
|
|
33814
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33815
|
+
display: flex;
|
|
33816
|
+
align-items: center;
|
|
33817
|
+
font-size: 12px;
|
|
33818
|
+
margin: 0;
|
|
33398
33819
|
}
|
|
33399
33820
|
|
|
33400
|
-
.
|
|
33401
|
-
|
|
33821
|
+
.E_m1y1hhnr {
|
|
33822
|
+
position: relative;
|
|
33402
33823
|
}
|
|
33403
33824
|
|
|
33404
|
-
.
|
|
33405
|
-
|
|
33825
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33826
|
+
bottom: -12px;
|
|
33406
33827
|
}
|
|
33407
33828
|
|
|
33408
|
-
.
|
|
33409
|
-
|
|
33829
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33830
|
+
display: flex;
|
|
33831
|
+
justify-content: space-between;
|
|
33832
|
+
line-height: 30px;
|
|
33833
|
+
margin: 0 16px;
|
|
33410
33834
|
}
|
|
33411
33835
|
|
|
33412
|
-
.
|
|
33413
|
-
|
|
33836
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33837
|
+
display: flex;
|
|
33838
|
+
font-size: 12px;
|
|
33839
|
+
align-items: center;
|
|
33414
33840
|
}
|
|
33415
33841
|
|
|
33416
|
-
.
|
|
33417
|
-
|
|
33842
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33843
|
+
color: #a3b4cc;
|
|
33418
33844
|
}
|
|
33419
33845
|
|
|
33420
|
-
.
|
|
33421
|
-
|
|
33422
|
-
height: 8px;
|
|
33423
|
-
border-radius: 50%;
|
|
33424
|
-
display: inline-block;
|
|
33846
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33847
|
+
margin-left: 10px;
|
|
33425
33848
|
}
|
|
33426
33849
|
|
|
33427
|
-
.
|
|
33428
|
-
|
|
33429
|
-
|
|
33430
|
-
border-radius: 2px;
|
|
33431
|
-
display: inline-block;
|
|
33850
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33851
|
+
margin-left: 10px;
|
|
33852
|
+
cursor: pointer;
|
|
33432
33853
|
}
|
|
33433
33854
|
|
|
33434
|
-
.
|
|
33435
|
-
|
|
33855
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33856
|
+
font-size: 12px;
|
|
33436
33857
|
}
|
|
33437
33858
|
|
|
33438
|
-
.
|
|
33439
|
-
|
|
33859
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33860
|
+
position: absolute;
|
|
33861
|
+
bottom: 10px;
|
|
33862
|
+
padding: 0 8px;
|
|
33863
|
+
border-radius: 4px;
|
|
33864
|
+
font-size: 12px;
|
|
33865
|
+
color: #fff;
|
|
33866
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33867
|
+
transform: translateX(-50%);
|
|
33440
33868
|
}
|
|
33441
33869
|
|
|
33442
|
-
.
|
|
33443
|
-
|
|
33444
|
-
padding: 7px 12px;
|
|
33445
|
-
display: flex;
|
|
33446
|
-
justify-content: space-between;
|
|
33447
|
-
align-items: center;
|
|
33870
|
+
.E_tnvijvs {
|
|
33871
|
+
min-width: 200px;
|
|
33448
33872
|
}
|
|
33449
33873
|
|
|
33450
|
-
.
|
|
33451
|
-
|
|
33874
|
+
.E_t1ub2aex {
|
|
33875
|
+
display: flex;
|
|
33876
|
+
align-items: center;
|
|
33877
|
+
justify-content: space-between;
|
|
33878
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33879
|
+
color: #b4beca;
|
|
33880
|
+
font-size: 12px;
|
|
33881
|
+
padding: 3px 6px;
|
|
33452
33882
|
}
|
|
33453
33883
|
|
|
33454
|
-
.
|
|
33455
|
-
|
|
33456
|
-
color: #00122e;
|
|
33884
|
+
.E_t1ub2aex:first-child {
|
|
33885
|
+
padding-top: 3px;
|
|
33457
33886
|
}
|
|
33458
33887
|
|
|
33459
|
-
.
|
|
33460
|
-
|
|
33461
|
-
font-weight: 600;
|
|
33888
|
+
.E_t1ub2aex:last-child {
|
|
33889
|
+
padding-bottom: 3px;
|
|
33462
33890
|
}
|
|
33463
33891
|
|
|
33464
|
-
.
|
|
33465
|
-
|
|
33892
|
+
.E_t1ub2aex .column-value {
|
|
33893
|
+
color: #fff;
|
|
33894
|
+
margin-left: 8px;
|
|
33466
33895
|
}
|
|
33467
33896
|
|
|
33468
|
-
.
|
|
33469
|
-
|
|
33470
|
-
|
|
33897
|
+
.E_t1gvlxt5 {
|
|
33898
|
+
min-width: 0;
|
|
33899
|
+
flex: 1;
|
|
33471
33900
|
}
|
|
33472
33901
|
|
|
33473
|
-
.
|
|
33474
|
-
|
|
33475
|
-
align-items: center;
|
|
33476
|
-
user-select: none;
|
|
33477
|
-
flex-grow: 1;
|
|
33478
|
-
font-size: 12px;
|
|
33479
|
-
line-height: 18px;
|
|
33480
|
-
color: #2d3a56;
|
|
33481
|
-
font-weight: 700;
|
|
33902
|
+
.E_t1gvlxt5 .tag {
|
|
33903
|
+
flex: 0 0 auto;
|
|
33482
33904
|
}
|
|
33483
33905
|
|
|
33484
|
-
.
|
|
33485
|
-
|
|
33486
|
-
|
|
33906
|
+
.E_t1gvlxt5 .progress-title {
|
|
33907
|
+
flex: 2;
|
|
33908
|
+
max-width: fit-content;
|
|
33487
33909
|
}
|
|
33488
33910
|
|
|
33489
|
-
.
|
|
33490
|
-
|
|
33491
|
-
|
|
33492
|
-
display: inline-flex;
|
|
33911
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33912
|
+
flex: 1;
|
|
33913
|
+
max-width: fit-content;
|
|
33493
33914
|
}
|
|
33494
33915
|
|
|
33495
|
-
.
|
|
33496
|
-
height: 22px;
|
|
33916
|
+
.E_a1ji6r68 {
|
|
33497
33917
|
display: flex;
|
|
33498
33918
|
align-items: center;
|
|
33499
|
-
|
|
33919
|
+
column-gap: var(--a1ji6r68-0);
|
|
33500
33920
|
}
|
|
33501
33921
|
|
|
33502
|
-
.
|
|
33503
|
-
|
|
33922
|
+
.E_w7ob4th.outside-tag {
|
|
33923
|
+
padding-left: 0;
|
|
33504
33924
|
}
|
|
33505
33925
|
|
|
33506
|
-
.
|
|
33507
|
-
border-
|
|
33926
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33927
|
+
border-radius: 4px 0 0 4px;
|
|
33928
|
+
padding-right: 4px;
|
|
33929
|
+
margin-right: 4px;
|
|
33508
33930
|
}
|
|
33509
33931
|
|
|
33510
|
-
.
|
|
33511
|
-
|
|
33932
|
+
button.E_l48ei06.ant-btn,
|
|
33933
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33934
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33935
|
+
font-size: 12px;
|
|
33936
|
+
line-height: 18px;
|
|
33937
|
+
height: 18px;
|
|
33512
33938
|
}
|
|
33513
33939
|
|
|
33514
|
-
.
|
|
33515
|
-
|
|
33940
|
+
button.E_l48ei06 {
|
|
33941
|
+
color: #0080FF;
|
|
33942
|
+
height: unset;
|
|
33516
33943
|
}
|
|
33517
33944
|
|
|
33518
|
-
.
|
|
33519
|
-
|
|
33945
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33946
|
+
margin-right: 4px;
|
|
33947
|
+
}
|
|
33948
|
+
|
|
33949
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33950
|
+
margin-left: 4px;
|
|
33520
33951
|
}
|
|
33521
33952
|
|
|
33522
|
-
.
|
|
33523
|
-
|
|
33524
|
-
height: 2px;
|
|
33525
|
-
width: 10px;
|
|
33526
|
-
border-radius: 2px;
|
|
33953
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33954
|
+
color: #009DFF;
|
|
33527
33955
|
}
|
|
33528
33956
|
|
|
33529
|
-
.
|
|
33530
|
-
|
|
33957
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33958
|
+
color: #005ED1;
|
|
33531
33959
|
}
|
|
33532
33960
|
|
|
33533
|
-
.
|
|
33534
|
-
|
|
33535
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33961
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33962
|
+
color: #0080FF;
|
|
33536
33963
|
}
|
|
33537
33964
|
|
|
33538
|
-
.
|
|
33539
|
-
|
|
33965
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33966
|
+
color: #00122E;
|
|
33540
33967
|
}
|
|
33541
33968
|
|
|
33542
|
-
.
|
|
33543
|
-
|
|
33969
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33970
|
+
color: #0080FF;
|
|
33544
33971
|
}
|
|
33545
33972
|
|
|
33546
|
-
.
|
|
33547
|
-
|
|
33973
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33974
|
+
color: #005ED1;
|
|
33548
33975
|
}
|
|
33549
33976
|
|
|
33550
|
-
.
|
|
33551
|
-
|
|
33552
|
-
margin-left: 12px;
|
|
33553
|
-
color: #2d3a56;
|
|
33977
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33978
|
+
color: #00122E;
|
|
33554
33979
|
}
|
|
33555
33980
|
|
|
33556
|
-
.
|
|
33557
|
-
|
|
33558
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33981
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33982
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33559
33983
|
}
|
|
33560
33984
|
|
|
33561
|
-
.
|
|
33562
|
-
|
|
33985
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33986
|
+
color: #0080FF;
|
|
33563
33987
|
}
|
|
33564
33988
|
|
|
33565
|
-
.
|
|
33566
|
-
|
|
33989
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33990
|
+
color: #005ED1;
|
|
33567
33991
|
}
|
|
33568
33992
|
|
|
33569
|
-
.
|
|
33570
|
-
|
|
33993
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33994
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33571
33995
|
}
|
|
33572
33996
|
|
|
33573
33997
|
.E_sddwhm6 {
|
|
@@ -33665,314 +34089,84 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33665
34089
|
display: inline-block;
|
|
33666
34090
|
}
|
|
33667
34091
|
|
|
33668
|
-
.
|
|
33669
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33670
|
-
text-align: center;
|
|
33671
|
-
display: flex;
|
|
33672
|
-
align-items: center;
|
|
33673
|
-
justify-content: center;
|
|
33674
|
-
flex-direction: column;
|
|
33675
|
-
height: 100%;
|
|
33676
|
-
}
|
|
33677
|
-
|
|
33678
|
-
.E_m11nzl2x .link {
|
|
33679
|
-
color: #0080ff;
|
|
33680
|
-
cursor: pointer;
|
|
33681
|
-
}
|
|
33682
|
-
|
|
33683
|
-
.E_mn7joto {
|
|
33684
|
-
width: 100%;
|
|
33685
|
-
height: 100%;
|
|
33686
|
-
display: flex;
|
|
33687
|
-
flex-direction: column;
|
|
33688
|
-
}
|
|
33689
|
-
|
|
33690
|
-
.E_mn7joto .name-toolbar {
|
|
33691
|
-
width: 100%;
|
|
33692
|
-
display: flex;
|
|
33693
|
-
line-height: 30px;
|
|
33694
|
-
justify-content: space-between;
|
|
33695
|
-
}
|
|
33696
|
-
|
|
33697
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
33698
|
-
display: flex;
|
|
33699
|
-
font-size: 12px;
|
|
33700
|
-
align-items: center;
|
|
33701
|
-
}
|
|
33702
|
-
|
|
33703
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33704
|
-
color: #a3b4cc;
|
|
33705
|
-
}
|
|
33706
|
-
|
|
33707
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33708
|
-
margin-left: 10px;
|
|
33709
|
-
}
|
|
33710
|
-
|
|
33711
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33712
|
-
margin-left: 10px;
|
|
33713
|
-
cursor: pointer;
|
|
33714
|
-
}
|
|
33715
|
-
|
|
33716
|
-
.E_mn7joto .content {
|
|
33717
|
-
flex: 1;
|
|
33718
|
-
width: 100%;
|
|
33719
|
-
display: flex;
|
|
33720
|
-
justify-content: center;
|
|
33721
|
-
align-items: center;
|
|
33722
|
-
}
|
|
33723
|
-
|
|
33724
|
-
.E_mn7joto .single-content {
|
|
33725
|
-
height: 65px;
|
|
33726
|
-
}
|
|
33727
|
-
|
|
33728
|
-
.E_l1bifhon {
|
|
33729
|
-
display: flex;
|
|
33730
|
-
align-items: center;
|
|
33731
|
-
white-space: nowrap;
|
|
33732
|
-
overflow: hidden;
|
|
33733
|
-
width: 100%;
|
|
33734
|
-
}
|
|
33735
|
-
|
|
33736
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
33737
|
-
font-size: 12px;
|
|
33738
|
-
margin-left: 8px;
|
|
33739
|
-
}
|
|
33740
|
-
|
|
33741
|
-
.E_ltthzck {
|
|
33742
|
-
display: flex;
|
|
33743
|
-
justify-content: flex-start;
|
|
33744
|
-
align-items: center;
|
|
33745
|
-
font-size: 12px;
|
|
33746
|
-
cursor: pointer;
|
|
33747
|
-
}
|
|
33748
|
-
|
|
33749
|
-
.E_ltthzck:not(:first-child) {
|
|
33750
|
-
margin-left: 8px;
|
|
33751
|
-
}
|
|
33752
|
-
|
|
33753
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33754
|
-
opacity: 0.3;
|
|
33755
|
-
}
|
|
33756
|
-
|
|
33757
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
33758
|
-
background: #b4beca !important;
|
|
33759
|
-
border-radius: 2px;
|
|
33760
|
-
}
|
|
33761
|
-
|
|
33762
|
-
.E_ltthzck.hoverering-self {
|
|
33763
|
-
opacity: 1;
|
|
33764
|
-
}
|
|
33765
|
-
|
|
33766
|
-
.E_ltthzck .dropdown-trigger {
|
|
33767
|
-
margin-left: 12px;
|
|
33768
|
-
}
|
|
33769
|
-
|
|
33770
|
-
.E_ltthzck .legend-name {
|
|
33771
|
-
color: #00122e;
|
|
33772
|
-
}
|
|
33773
|
-
|
|
33774
|
-
.E_l1mumj7o {
|
|
33775
|
-
display: flex;
|
|
33776
|
-
justify-content: flex-start;
|
|
33777
|
-
align-items: center;
|
|
33778
|
-
font-size: 12px;
|
|
33779
|
-
cursor: pointer;
|
|
33780
|
-
}
|
|
33781
|
-
|
|
33782
|
-
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
33783
|
-
opacity: 0.3;
|
|
33784
|
-
}
|
|
33785
|
-
|
|
33786
|
-
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
33787
|
-
background: #b4beca !important;
|
|
33788
|
-
border-radius: 2px;
|
|
33789
|
-
}
|
|
33790
|
-
|
|
33791
|
-
.E_l1mumj7o .legend-name {
|
|
33792
|
-
color: #00122e;
|
|
33793
|
-
}
|
|
33794
|
-
|
|
33795
|
-
.E_l1mumj7o.hoverering-self {
|
|
33796
|
-
opacity: 1;
|
|
33797
|
-
}
|
|
33798
|
-
|
|
33799
|
-
.E_c14rn6j5 {
|
|
33800
|
-
display: inline-block;
|
|
33801
|
-
height: 8px;
|
|
33802
|
-
width: 8px;
|
|
33803
|
-
margin-right: 6px;
|
|
33804
|
-
border-radius: 2px;
|
|
33805
|
-
}
|
|
33806
|
-
|
|
33807
|
-
.E_e45tc5l .ant-dropdown-menu-item {
|
|
33808
|
-
display: flex;
|
|
33809
|
-
align-items: center;
|
|
33810
|
-
font-size: 12px;
|
|
34092
|
+
.E_l1ucdodl {
|
|
33811
34093
|
margin: 0;
|
|
33812
|
-
|
|
33813
|
-
|
|
33814
|
-
|
|
33815
|
-
position: relative;
|
|
33816
|
-
}
|
|
33817
|
-
|
|
33818
|
-
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
33819
|
-
bottom: -12px;
|
|
33820
|
-
}
|
|
33821
|
-
|
|
33822
|
-
.E_lqeaosa .metric-toolbar {
|
|
33823
|
-
display: flex;
|
|
33824
|
-
justify-content: space-between;
|
|
33825
|
-
line-height: 30px;
|
|
33826
|
-
}
|
|
33827
|
-
|
|
33828
|
-
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34094
|
+
border-radius: 20px;
|
|
34095
|
+
padding: 2px 10px;
|
|
34096
|
+
height: 22px;
|
|
33829
34097
|
display: flex;
|
|
33830
|
-
flex-shrink: 0;
|
|
33831
|
-
font-size: 12px;
|
|
33832
34098
|
align-items: center;
|
|
33833
34099
|
}
|
|
33834
34100
|
|
|
33835
|
-
.
|
|
33836
|
-
color: #a3b4cc;
|
|
33837
|
-
}
|
|
33838
|
-
|
|
33839
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33840
|
-
margin-left: 10px;
|
|
33841
|
-
}
|
|
33842
|
-
|
|
33843
|
-
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33844
|
-
margin-left: 10px;
|
|
33845
|
-
cursor: pointer;
|
|
33846
|
-
}
|
|
33847
|
-
|
|
33848
|
-
.E_lqeaosa .recharts-xAxis {
|
|
33849
|
-
font-size: 12px;
|
|
33850
|
-
}
|
|
33851
|
-
|
|
33852
|
-
.E_lqeaosa .pointer-wrapper {
|
|
33853
|
-
position: absolute;
|
|
33854
|
-
bottom: 10px;
|
|
33855
|
-
padding: 0 8px;
|
|
33856
|
-
font-size: 12px;
|
|
33857
|
-
color: #fff;
|
|
33858
|
-
transform: translateX(-50%);
|
|
33859
|
-
}
|
|
33860
|
-
|
|
33861
|
-
.E_t2pr38p {
|
|
33862
|
-
min-width: 200px;
|
|
33863
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
33864
|
-
border-radius: 4px;
|
|
33865
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33866
|
-
padding: 8px;
|
|
33867
|
-
}
|
|
33868
|
-
|
|
33869
|
-
.E_tecdsj7 {
|
|
33870
|
-
display: flex;
|
|
33871
|
-
align-items: center;
|
|
33872
|
-
background-color: unset;
|
|
34101
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33873
34102
|
color: #FFFFFF;
|
|
33874
|
-
justify-content: space-between;
|
|
33875
|
-
font-size: 12px;
|
|
33876
|
-
padding-top: 6px;
|
|
33877
34103
|
}
|
|
33878
34104
|
|
|
33879
|
-
.
|
|
33880
|
-
|
|
34105
|
+
.E_l1ucdodl.tag-hover {
|
|
34106
|
+
cursor: pointer;
|
|
33881
34107
|
}
|
|
33882
34108
|
|
|
33883
|
-
.
|
|
33884
|
-
|
|
34109
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
34110
|
+
color: #00122e;
|
|
33885
34111
|
}
|
|
33886
34112
|
|
|
33887
|
-
.
|
|
33888
|
-
|
|
34113
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
34114
|
+
margin-right: 6px;
|
|
34115
|
+
}
|
|
34116
|
+
|
|
34117
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33889
34118
|
margin-left: 8px;
|
|
34119
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33890
34120
|
}
|
|
33891
34121
|
|
|
33892
|
-
.
|
|
33893
|
-
|
|
33894
|
-
height: 8px;
|
|
33895
|
-
width: 8px;
|
|
33896
|
-
margin-right: 8px;
|
|
33897
|
-
border-radius: 2px;
|
|
34122
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
34123
|
+
color: #FFFFFF;
|
|
33898
34124
|
}
|
|
33899
34125
|
|
|
33900
|
-
.
|
|
33901
|
-
|
|
34126
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
34127
|
+
background-color: #0080ff;
|
|
33902
34128
|
}
|
|
33903
34129
|
|
|
33904
|
-
.
|
|
33905
|
-
|
|
33906
|
-
height: 64px;
|
|
33907
|
-
display: flex;
|
|
33908
|
-
align-items: center;
|
|
33909
|
-
justify-content: center;
|
|
33910
|
-
position: relative;
|
|
33911
|
-
opacity: 0.2;
|
|
34130
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
34131
|
+
background-color: #f0483e;
|
|
33912
34132
|
}
|
|
33913
34133
|
|
|
33914
|
-
.
|
|
33915
|
-
|
|
33916
|
-
width: 5px;
|
|
33917
|
-
height: 48px;
|
|
33918
|
-
left: 9.33px;
|
|
33919
|
-
top: 40.5px;
|
|
33920
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33921
|
-
border-radius: 5px;
|
|
33922
|
-
transform: rotate(-128deg);
|
|
33923
|
-
transform-origin: top left;
|
|
33924
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34134
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
34135
|
+
background-color: #fea008;
|
|
33925
34136
|
}
|
|
33926
34137
|
|
|
33927
|
-
.
|
|
33928
|
-
|
|
33929
|
-
width: 5px;
|
|
33930
|
-
height: 48px;
|
|
33931
|
-
left: 40.8px;
|
|
33932
|
-
top: 8.4px;
|
|
33933
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33934
|
-
border-radius: 5px;
|
|
33935
|
-
transform: rotate(-8deg);
|
|
33936
|
-
transform-origin: top left;
|
|
33937
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34138
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
34139
|
+
background-color: #00ba5d;
|
|
33938
34140
|
}
|
|
33939
34141
|
|
|
33940
|
-
.
|
|
33941
|
-
|
|
33942
|
-
width: 5px;
|
|
33943
|
-
height: 48px;
|
|
33944
|
-
left: 52.9px;
|
|
33945
|
-
top: 51.8px;
|
|
33946
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33947
|
-
border-radius: 5px;
|
|
33948
|
-
transform: rotate(112deg);
|
|
33949
|
-
transform-origin: top left;
|
|
33950
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34142
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34143
|
+
background-color: #6b7d99;
|
|
33951
34144
|
}
|
|
33952
34145
|
|
|
33953
|
-
.
|
|
33954
|
-
|
|
33955
|
-
flex: 1;
|
|
34146
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34147
|
+
background-color: #7E41FF;
|
|
33956
34148
|
}
|
|
33957
34149
|
|
|
33958
|
-
.
|
|
33959
|
-
|
|
34150
|
+
.E_s1qj66nc {
|
|
34151
|
+
width: 8px;
|
|
34152
|
+
height: 8px;
|
|
34153
|
+
border-radius: 50%;
|
|
34154
|
+
display: inline-block;
|
|
33960
34155
|
}
|
|
33961
34156
|
|
|
33962
|
-
.
|
|
33963
|
-
|
|
33964
|
-
|
|
34157
|
+
.E_s5x1boq {
|
|
34158
|
+
width: 8px;
|
|
34159
|
+
height: 8px;
|
|
34160
|
+
border-radius: 2px;
|
|
34161
|
+
display: inline-block;
|
|
33965
34162
|
}
|
|
33966
34163
|
|
|
33967
|
-
.
|
|
33968
|
-
|
|
33969
|
-
max-width: fit-content;
|
|
34164
|
+
.E_c1xm185 {
|
|
34165
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33970
34166
|
}
|
|
33971
34167
|
|
|
33972
|
-
.
|
|
33973
|
-
|
|
33974
|
-
align-items: center;
|
|
33975
|
-
column-gap: var(--a1ji6r68-0);
|
|
34168
|
+
.E_c1x5l5qc {
|
|
34169
|
+
flex: 1;
|
|
33976
34170
|
}
|
|
33977
34171
|
|
|
33978
34172
|
.E_tc97u5y {
|
|
@@ -34329,286 +34523,131 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34329
34523
|
display: block;
|
|
34330
34524
|
transform: translateY(-50%) rotateX(180deg);
|
|
34331
34525
|
}
|
|
34332
|
-
|
|
34333
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34334
|
-
display: block;
|
|
34335
|
-
}
|
|
34336
|
-
|
|
34337
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34338
|
-
display: none;
|
|
34339
|
-
}
|
|
34340
|
-
|
|
34341
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34342
|
-
transform: translateY(-50%);
|
|
34343
|
-
}
|
|
34344
|
-
|
|
34345
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34346
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
34347
|
-
}
|
|
34348
|
-
|
|
34349
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34350
|
-
background: #f2f5fa;
|
|
34351
|
-
}
|
|
34352
|
-
|
|
34353
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34354
|
-
display: block;
|
|
34355
|
-
}
|
|
34356
|
-
|
|
34357
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34358
|
-
padding-right: 25px;
|
|
34359
|
-
}
|
|
34360
|
-
|
|
34361
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
34362
|
-
padding: 0 !important;
|
|
34363
|
-
}
|
|
34364
|
-
|
|
34365
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34366
|
-
position: absolute;
|
|
34367
|
-
left: 50%;
|
|
34368
|
-
top: 50%;
|
|
34369
|
-
transform: translate(-50%, -50%);
|
|
34370
|
-
}
|
|
34371
|
-
|
|
34372
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
34373
|
-
display: none;
|
|
34374
|
-
}
|
|
34375
|
-
|
|
34376
|
-
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
34377
|
-
background: #fff;
|
|
34378
|
-
}
|
|
34379
|
-
|
|
34380
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
34381
|
-
background: inherit;
|
|
34382
|
-
}
|
|
34383
|
-
|
|
34384
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
34385
|
-
position: static;
|
|
34386
|
-
border: none;
|
|
34387
|
-
background: inherit !important;
|
|
34388
|
-
height: 100px;
|
|
34389
|
-
vertical-align: middle;
|
|
34390
|
-
}
|
|
34391
|
-
|
|
34392
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34393
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34394
|
-
font-weight: bold;
|
|
34395
|
-
font-size: 20px;
|
|
34396
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34397
|
-
}
|
|
34398
|
-
|
|
34399
|
-
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34400
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34401
|
-
z-index: 10;
|
|
34402
|
-
}
|
|
34403
|
-
|
|
34404
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34405
|
-
padding: 0 !important;
|
|
34406
|
-
position: relative;
|
|
34407
|
-
background: #fff;
|
|
34408
|
-
}
|
|
34409
|
-
|
|
34410
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34411
|
-
height: 100%;
|
|
34412
|
-
display: flex;
|
|
34413
|
-
align-items: center;
|
|
34414
|
-
justify-content: flex-end;
|
|
34415
|
-
padding-right: 8px;
|
|
34416
|
-
}
|
|
34417
|
-
|
|
34418
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34419
|
-
width: 24px;
|
|
34420
|
-
height: 24px;
|
|
34421
|
-
cursor: pointer;
|
|
34422
|
-
justify-content: center;
|
|
34423
|
-
border-radius: 4px;
|
|
34424
|
-
}
|
|
34425
|
-
|
|
34426
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34427
|
-
background: #fff;
|
|
34428
|
-
}
|
|
34429
|
-
|
|
34430
|
-
.E_msn7nxt {
|
|
34431
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34432
|
-
text-align: center;
|
|
34433
|
-
display: flex;
|
|
34434
|
-
align-items: center;
|
|
34435
|
-
justify-content: center;
|
|
34436
|
-
flex-direction: column;
|
|
34437
|
-
height: 100%;
|
|
34438
|
-
}
|
|
34439
|
-
|
|
34440
|
-
.E_msn7nxt .link {
|
|
34441
|
-
color: #0080ff;
|
|
34442
|
-
cursor: pointer;
|
|
34443
|
-
}
|
|
34444
|
-
|
|
34445
|
-
.E_mp64wfi {
|
|
34446
|
-
width: 100%;
|
|
34447
|
-
height: 100%;
|
|
34448
|
-
display: flex;
|
|
34449
|
-
flex-direction: column;
|
|
34450
|
-
}
|
|
34451
|
-
|
|
34452
|
-
.E_mp64wfi .name-toolbar {
|
|
34453
|
-
width: 100%;
|
|
34454
|
-
display: flex;
|
|
34455
|
-
line-height: 30px;
|
|
34456
|
-
padding: 0 16px;
|
|
34457
|
-
justify-content: space-between;
|
|
34458
|
-
}
|
|
34459
|
-
|
|
34460
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34461
|
-
display: flex;
|
|
34462
|
-
font-size: 12px;
|
|
34463
|
-
align-items: center;
|
|
34464
|
-
}
|
|
34465
|
-
|
|
34466
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34467
|
-
color: #a3b4cc;
|
|
34468
|
-
}
|
|
34469
|
-
|
|
34470
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34471
|
-
margin-left: 10px;
|
|
34472
|
-
}
|
|
34473
|
-
|
|
34474
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34475
|
-
margin-left: 10px;
|
|
34476
|
-
cursor: pointer;
|
|
34526
|
+
|
|
34527
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34528
|
+
display: block;
|
|
34477
34529
|
}
|
|
34478
34530
|
|
|
34479
|
-
.
|
|
34480
|
-
|
|
34481
|
-
width: 100%;
|
|
34482
|
-
display: flex;
|
|
34483
|
-
justify-content: center;
|
|
34484
|
-
align-items: center;
|
|
34531
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34532
|
+
display: none;
|
|
34485
34533
|
}
|
|
34486
34534
|
|
|
34487
|
-
.
|
|
34488
|
-
|
|
34535
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34536
|
+
transform: translateY(-50%);
|
|
34489
34537
|
}
|
|
34490
34538
|
|
|
34491
|
-
.
|
|
34492
|
-
|
|
34493
|
-
align-items: center;
|
|
34494
|
-
white-space: nowrap;
|
|
34495
|
-
overflow: hidden;
|
|
34496
|
-
width: 100%;
|
|
34539
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34540
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34497
34541
|
}
|
|
34498
34542
|
|
|
34499
|
-
.
|
|
34500
|
-
|
|
34501
|
-
font-size: 12px;
|
|
34543
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34544
|
+
background: #f2f5fa;
|
|
34502
34545
|
}
|
|
34503
34546
|
|
|
34504
|
-
.
|
|
34505
|
-
display:
|
|
34506
|
-
justify-content: flex-start;
|
|
34507
|
-
align-items: center;
|
|
34508
|
-
font-size: 12px;
|
|
34509
|
-
cursor: pointer;
|
|
34547
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34548
|
+
display: block;
|
|
34510
34549
|
}
|
|
34511
34550
|
|
|
34512
|
-
.
|
|
34513
|
-
|
|
34551
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34552
|
+
padding-right: 25px;
|
|
34514
34553
|
}
|
|
34515
34554
|
|
|
34516
|
-
.
|
|
34517
|
-
|
|
34555
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
34556
|
+
padding: 0 !important;
|
|
34518
34557
|
}
|
|
34519
34558
|
|
|
34520
|
-
.
|
|
34521
|
-
|
|
34559
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34560
|
+
position: absolute;
|
|
34561
|
+
left: 50%;
|
|
34562
|
+
top: 50%;
|
|
34563
|
+
transform: translate(-50%, -50%);
|
|
34522
34564
|
}
|
|
34523
34565
|
|
|
34524
|
-
.
|
|
34525
|
-
display:
|
|
34526
|
-
height: 8px;
|
|
34527
|
-
width: 8px;
|
|
34528
|
-
margin-right: 8px;
|
|
34566
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
34567
|
+
display: none;
|
|
34529
34568
|
}
|
|
34530
34569
|
|
|
34531
|
-
.
|
|
34532
|
-
|
|
34533
|
-
align-items: center;
|
|
34534
|
-
font-size: 12px;
|
|
34535
|
-
margin: 0;
|
|
34570
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
34571
|
+
background: #fff;
|
|
34536
34572
|
}
|
|
34537
34573
|
|
|
34538
|
-
.
|
|
34539
|
-
|
|
34574
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
34575
|
+
background: inherit;
|
|
34540
34576
|
}
|
|
34541
34577
|
|
|
34542
|
-
.
|
|
34543
|
-
|
|
34578
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
34579
|
+
position: static;
|
|
34580
|
+
border: none;
|
|
34581
|
+
background: inherit !important;
|
|
34582
|
+
height: 100px;
|
|
34583
|
+
vertical-align: middle;
|
|
34544
34584
|
}
|
|
34545
34585
|
|
|
34546
|
-
.
|
|
34547
|
-
|
|
34548
|
-
|
|
34549
|
-
|
|
34550
|
-
|
|
34586
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34587
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34588
|
+
font-weight: bold;
|
|
34589
|
+
font-size: 20px;
|
|
34590
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34551
34591
|
}
|
|
34552
34592
|
|
|
34553
|
-
.
|
|
34554
|
-
|
|
34555
|
-
|
|
34556
|
-
align-items: center;
|
|
34593
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34594
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34595
|
+
z-index: 10;
|
|
34557
34596
|
}
|
|
34558
34597
|
|
|
34559
|
-
.
|
|
34560
|
-
|
|
34598
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34599
|
+
padding: 0 !important;
|
|
34600
|
+
position: relative;
|
|
34601
|
+
background: #fff;
|
|
34561
34602
|
}
|
|
34562
34603
|
|
|
34563
|
-
.
|
|
34564
|
-
|
|
34604
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34605
|
+
height: 100%;
|
|
34606
|
+
display: flex;
|
|
34607
|
+
align-items: center;
|
|
34608
|
+
justify-content: flex-end;
|
|
34609
|
+
padding-right: 8px;
|
|
34565
34610
|
}
|
|
34566
34611
|
|
|
34567
|
-
.
|
|
34568
|
-
|
|
34612
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34613
|
+
width: 24px;
|
|
34614
|
+
height: 24px;
|
|
34569
34615
|
cursor: pointer;
|
|
34616
|
+
justify-content: center;
|
|
34617
|
+
border-radius: 4px;
|
|
34570
34618
|
}
|
|
34571
34619
|
|
|
34572
|
-
.
|
|
34573
|
-
|
|
34620
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34621
|
+
background: #fff;
|
|
34574
34622
|
}
|
|
34575
34623
|
|
|
34576
|
-
.
|
|
34577
|
-
position: absolute;
|
|
34578
|
-
bottom: 10px;
|
|
34624
|
+
.E_slr2ynn {
|
|
34579
34625
|
padding: 0 8px;
|
|
34580
|
-
|
|
34581
|
-
font-size: 12px;
|
|
34582
|
-
color: #fff;
|
|
34583
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34584
|
-
transform: translateX(-50%);
|
|
34585
|
-
}
|
|
34586
|
-
|
|
34587
|
-
.E_tnvijvs {
|
|
34588
|
-
min-width: 200px;
|
|
34626
|
+
height: 18px;
|
|
34589
34627
|
}
|
|
34590
34628
|
|
|
34591
|
-
.
|
|
34592
|
-
|
|
34593
|
-
|
|
34594
|
-
justify-content: space-between;
|
|
34595
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34596
|
-
color: #b4beca;
|
|
34597
|
-
font-size: 12px;
|
|
34598
|
-
padding: 3px 6px;
|
|
34629
|
+
.E_m140wbb6 {
|
|
34630
|
+
padding: 2px 8px;
|
|
34631
|
+
height: 24px;
|
|
34599
34632
|
}
|
|
34600
34633
|
|
|
34601
|
-
.
|
|
34602
|
-
|
|
34634
|
+
.E_t1fozc1i {
|
|
34635
|
+
margin: 0;
|
|
34603
34636
|
}
|
|
34604
34637
|
|
|
34605
|
-
.
|
|
34606
|
-
|
|
34638
|
+
.E_i1vxv4ln {
|
|
34639
|
+
margin-right: 4px;
|
|
34640
|
+
height: 16px;
|
|
34607
34641
|
}
|
|
34608
34642
|
|
|
34609
|
-
.
|
|
34610
|
-
|
|
34611
|
-
|
|
34643
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34644
|
+
font-weight: 700;
|
|
34645
|
+
color: #00122e;
|
|
34646
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34647
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34648
|
+
word-break: break-all;
|
|
34649
|
+
display: inline;
|
|
34650
|
+
white-space: normal;
|
|
34612
34651
|
}
|
|
34613
34652
|
|
|
34614
34653
|
.E_sjob3jg {
|
|
@@ -34843,45 +34882,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34843
34882
|
justify-content: center;
|
|
34844
34883
|
}
|
|
34845
34884
|
|
|
34846
|
-
.E_w7ob4th.outside-tag {
|
|
34847
|
-
padding-left: 0;
|
|
34848
|
-
}
|
|
34849
|
-
|
|
34850
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34851
|
-
border-radius: 4px 0 0 4px;
|
|
34852
|
-
padding-right: 4px;
|
|
34853
|
-
margin-right: 4px;
|
|
34854
|
-
}
|
|
34855
|
-
|
|
34856
|
-
.E_slr2ynn {
|
|
34857
|
-
padding: 0 8px;
|
|
34858
|
-
height: 18px;
|
|
34859
|
-
}
|
|
34860
|
-
|
|
34861
|
-
.E_m140wbb6 {
|
|
34862
|
-
padding: 2px 8px;
|
|
34863
|
-
height: 24px;
|
|
34864
|
-
}
|
|
34865
|
-
|
|
34866
|
-
.E_t1fozc1i {
|
|
34867
|
-
margin: 0;
|
|
34868
|
-
}
|
|
34869
|
-
|
|
34870
|
-
.E_i1vxv4ln {
|
|
34871
|
-
margin-right: 4px;
|
|
34872
|
-
height: 16px;
|
|
34873
|
-
}
|
|
34874
|
-
|
|
34875
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34876
|
-
font-weight: 700;
|
|
34877
|
-
color: #00122e;
|
|
34878
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34879
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34880
|
-
word-break: break-all;
|
|
34881
|
-
display: inline;
|
|
34882
|
-
white-space: normal;
|
|
34883
|
-
}
|
|
34884
|
-
|
|
34885
34885
|
.E_i1g85yz3 {
|
|
34886
34886
|
margin-right: 4px;
|
|
34887
34887
|
height: 16px;
|
|
@@ -35141,20 +35141,82 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35141
35141
|
width: 16px;
|
|
35142
35142
|
}
|
|
35143
35143
|
|
|
35144
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
35145
|
-
flex: 1;
|
|
35144
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
35145
|
+
flex: 1;
|
|
35146
|
+
}
|
|
35147
|
+
|
|
35148
|
+
.E_t13ef470 :nth-child(1) {
|
|
35149
|
+
padding: 8px 4px;
|
|
35150
|
+
}
|
|
35151
|
+
|
|
35152
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35153
|
+
background: rgba(107, 125, 153, 0.18);
|
|
35154
|
+
}
|
|
35155
|
+
|
|
35156
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35157
|
+
background: rgba(163, 180, 204, 0.18);
|
|
35158
|
+
}
|
|
35159
|
+
|
|
35160
|
+
.E_c4hgp0p {
|
|
35161
|
+
color: #F0483E;
|
|
35162
|
+
}
|
|
35163
|
+
|
|
35164
|
+
.E_s20iney.skeleton-box {
|
|
35165
|
+
display: flex;
|
|
35166
|
+
align-items: center;
|
|
35167
|
+
justify-content: center;
|
|
35168
|
+
position: relative;
|
|
35169
|
+
border-radius: 2px;
|
|
35170
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35171
|
+
overflow: hidden;
|
|
35172
|
+
}
|
|
35173
|
+
|
|
35174
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35175
|
+
width: 200%;
|
|
35176
|
+
height: 200%;
|
|
35177
|
+
transform: rotate(15deg);
|
|
35178
|
+
position: absolute;
|
|
35179
|
+
top: -50%;
|
|
35180
|
+
flex-shrink: 0;
|
|
35181
|
+
opacity: 0.8;
|
|
35182
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35183
|
+
animation: shimmer 1100ms infinite;
|
|
35184
|
+
}
|
|
35185
|
+
|
|
35186
|
+
@keyframes shimmer {
|
|
35187
|
+
from {
|
|
35188
|
+
left: -120%;
|
|
35189
|
+
}
|
|
35190
|
+
to {
|
|
35191
|
+
left: 100%;
|
|
35192
|
+
}
|
|
35193
|
+
}
|
|
35194
|
+
.E_bpgac8u {
|
|
35195
|
+
color: #FFFFFF;
|
|
35196
|
+
display: flex;
|
|
35197
|
+
gap: 8px;
|
|
35198
|
+
padding: 8px 0;
|
|
35199
|
+
display: flex;
|
|
35200
|
+
justify-content: center;
|
|
35201
|
+
white-space: pre-wrap;
|
|
35202
|
+
align-items: center;
|
|
35203
|
+
}
|
|
35204
|
+
|
|
35205
|
+
.E_bpgac8u .dashed-btn {
|
|
35206
|
+
border-bottom: 1px solid white;
|
|
35207
|
+
cursor: pointer;
|
|
35146
35208
|
}
|
|
35147
35209
|
|
|
35148
|
-
.
|
|
35149
|
-
|
|
35210
|
+
.E_envn4g3 {
|
|
35211
|
+
background: #F0483E;
|
|
35150
35212
|
}
|
|
35151
35213
|
|
|
35152
|
-
.
|
|
35153
|
-
background:
|
|
35214
|
+
.E_i12w18eu {
|
|
35215
|
+
background: #0080FF;
|
|
35154
35216
|
}
|
|
35155
35217
|
|
|
35156
|
-
.
|
|
35157
|
-
background:
|
|
35218
|
+
.E_wujsnt4 {
|
|
35219
|
+
background-color: #E07F00;
|
|
35158
35220
|
}
|
|
35159
35221
|
|
|
35160
35222
|
.E_t59qhqp {
|
|
@@ -35211,64 +35273,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35211
35273
|
color: #00122E;
|
|
35212
35274
|
}
|
|
35213
35275
|
|
|
35214
|
-
.
|
|
35215
|
-
color: #
|
|
35216
|
-
display: flex;
|
|
35217
|
-
gap: 8px;
|
|
35218
|
-
padding: 8px 0;
|
|
35219
|
-
display: flex;
|
|
35220
|
-
justify-content: center;
|
|
35221
|
-
white-space: pre-wrap;
|
|
35222
|
-
align-items: center;
|
|
35223
|
-
}
|
|
35224
|
-
|
|
35225
|
-
.E_bpgac8u .dashed-btn {
|
|
35226
|
-
border-bottom: 1px solid white;
|
|
35227
|
-
cursor: pointer;
|
|
35228
|
-
}
|
|
35229
|
-
|
|
35230
|
-
.E_envn4g3 {
|
|
35231
|
-
background: #F0483E;
|
|
35232
|
-
}
|
|
35233
|
-
|
|
35234
|
-
.E_i12w18eu {
|
|
35235
|
-
background: #0080FF;
|
|
35236
|
-
}
|
|
35237
|
-
|
|
35238
|
-
.E_wujsnt4 {
|
|
35239
|
-
background-color: #E07F00;
|
|
35240
|
-
}
|
|
35241
|
-
|
|
35242
|
-
.E_s20iney.skeleton-box {
|
|
35243
|
-
display: flex;
|
|
35244
|
-
align-items: center;
|
|
35245
|
-
justify-content: center;
|
|
35246
|
-
position: relative;
|
|
35247
|
-
border-radius: 2px;
|
|
35248
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35249
|
-
overflow: hidden;
|
|
35250
|
-
}
|
|
35251
|
-
|
|
35252
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35253
|
-
width: 200%;
|
|
35254
|
-
height: 200%;
|
|
35255
|
-
transform: rotate(15deg);
|
|
35256
|
-
position: absolute;
|
|
35257
|
-
top: -50%;
|
|
35258
|
-
flex-shrink: 0;
|
|
35259
|
-
opacity: 0.8;
|
|
35260
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35261
|
-
animation: shimmer 1100ms infinite;
|
|
35276
|
+
.E_t1616y1o {
|
|
35277
|
+
color: #fff;
|
|
35262
35278
|
}
|
|
35263
35279
|
|
|
35264
|
-
@keyframes shimmer {
|
|
35265
|
-
from {
|
|
35266
|
-
left: -120%;
|
|
35267
|
-
}
|
|
35268
|
-
to {
|
|
35269
|
-
left: 100%;
|
|
35270
|
-
}
|
|
35271
|
-
}
|
|
35272
35280
|
.E_t1g36k2w {
|
|
35273
35281
|
overflow: hidden;
|
|
35274
35282
|
height: 100%;
|
|
@@ -35304,10 +35312,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35304
35312
|
background: rgba(225, 230, 241, 0.6);
|
|
35305
35313
|
}
|
|
35306
35314
|
|
|
35307
|
-
.E_t1616y1o {
|
|
35308
|
-
color: #fff;
|
|
35309
|
-
}
|
|
35310
|
-
|
|
35311
35315
|
.E_a9y3flr {
|
|
35312
35316
|
margin-left: 8px;
|
|
35313
35317
|
}
|
|
@@ -35321,79 +35325,241 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35321
35325
|
margin-bottom: 0;
|
|
35322
35326
|
}
|
|
35323
35327
|
|
|
35324
|
-
.E_f16blduf .ant-form-item-explain {
|
|
35325
|
-
display: none;
|
|
35326
|
-
min-height: 18px;
|
|
35327
|
-
margin-top: 5px;
|
|
35328
|
-
font-family: "Inter";
|
|
35329
|
-
font-weight: 400;
|
|
35330
|
-
font-size: 12px;
|
|
35331
|
-
line-height: 18px;
|
|
35328
|
+
.E_f16blduf .ant-form-item-explain {
|
|
35329
|
+
display: none;
|
|
35330
|
+
min-height: 18px;
|
|
35331
|
+
margin-top: 5px;
|
|
35332
|
+
font-family: "Inter";
|
|
35333
|
+
font-weight: 400;
|
|
35334
|
+
font-size: 12px;
|
|
35335
|
+
line-height: 18px;
|
|
35336
|
+
}
|
|
35337
|
+
|
|
35338
|
+
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
35339
|
+
white-space: pre-wrap;
|
|
35340
|
+
}
|
|
35341
|
+
|
|
35342
|
+
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
35343
|
+
display: block;
|
|
35344
|
+
}
|
|
35345
|
+
|
|
35346
|
+
.E_i14c7jc8 {
|
|
35347
|
+
color: var(--i14c7jc8-0);
|
|
35348
|
+
}
|
|
35349
|
+
|
|
35350
|
+
.E_i1ibuolf {
|
|
35351
|
+
display: flex;
|
|
35352
|
+
align-items: center;
|
|
35353
|
+
column-gap: 4px;
|
|
35354
|
+
font-size: 12px;
|
|
35355
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35356
|
+
}
|
|
35357
|
+
|
|
35358
|
+
.E_d1u4ndxc {
|
|
35359
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35360
|
+
font-size: 12px;
|
|
35361
|
+
}
|
|
35362
|
+
|
|
35363
|
+
.E_f6xb0iv {
|
|
35364
|
+
min-width: 0;
|
|
35365
|
+
flex: 1;
|
|
35366
|
+
}
|
|
35367
|
+
|
|
35368
|
+
.E_b1dhu7ov.antd5-progress {
|
|
35369
|
+
width: 220px;
|
|
35370
|
+
}
|
|
35371
|
+
|
|
35372
|
+
.E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
|
|
35373
|
+
content: "";
|
|
35374
|
+
display: block;
|
|
35375
|
+
height: 8px;
|
|
35376
|
+
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
35377
|
+
animation: loading 1600ms ease-out infinite;
|
|
35378
|
+
opacity: 1;
|
|
35379
|
+
}
|
|
35380
|
+
|
|
35381
|
+
@keyframes loading {
|
|
35382
|
+
from {
|
|
35383
|
+
transform: translateX(-100%);
|
|
35384
|
+
}
|
|
35385
|
+
to {
|
|
35386
|
+
transform: translateX(100%);
|
|
35387
|
+
}
|
|
35388
|
+
}
|
|
35389
|
+
.E_skwah65 {
|
|
35390
|
+
height: 8px;
|
|
35391
|
+
box-sizing: border-box;
|
|
35392
|
+
border-radius: 2px;
|
|
35393
|
+
background: #f5f7fa;
|
|
35394
|
+
display: flex;
|
|
35395
|
+
width: 100%;
|
|
35396
|
+
overflow: hidden;
|
|
35397
|
+
}
|
|
35398
|
+
|
|
35399
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35400
|
+
margin-left: 1px;
|
|
35401
|
+
}
|
|
35402
|
+
|
|
35403
|
+
.E_clm1wy1 {
|
|
35404
|
+
width: 192px;
|
|
35405
|
+
height: 246px;
|
|
35406
|
+
border-radius: 4px;
|
|
35407
|
+
}
|
|
35408
|
+
|
|
35409
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35410
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35411
|
+
width: 100%;
|
|
35412
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35413
|
+
border-top: none;
|
|
35414
|
+
}
|
|
35415
|
+
|
|
35416
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35417
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35418
|
+
padding: 0 16px;
|
|
35419
|
+
}
|
|
35420
|
+
|
|
35421
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35422
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35423
|
+
width: 100%;
|
|
35424
|
+
height: 180px;
|
|
35425
|
+
border-spacing: 0;
|
|
35426
|
+
}
|
|
35427
|
+
|
|
35428
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35429
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35430
|
+
margin-bottom: 8px;
|
|
35431
|
+
}
|
|
35432
|
+
|
|
35433
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35434
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35435
|
+
width: 22px;
|
|
35436
|
+
}
|
|
35437
|
+
|
|
35438
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35439
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35440
|
+
padding: 0;
|
|
35441
|
+
}
|
|
35442
|
+
|
|
35443
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35444
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35445
|
+
opacity: 0.4;
|
|
35446
|
+
}
|
|
35447
|
+
|
|
35448
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35449
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35450
|
+
opacity: 1;
|
|
35451
|
+
}
|
|
35452
|
+
|
|
35453
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35454
|
+
color: #3e4652;
|
|
35455
|
+
}
|
|
35456
|
+
|
|
35457
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35458
|
+
pointer-events: none;
|
|
35459
|
+
}
|
|
35460
|
+
|
|
35461
|
+
.E_t1tsm00v {
|
|
35462
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35463
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35464
|
+
backdrop-filter: blur(10px);
|
|
35465
|
+
padding: 7px 10px;
|
|
35466
|
+
}
|
|
35467
|
+
|
|
35468
|
+
.E_c167wnad {
|
|
35469
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35470
|
+
display: flex;
|
|
35471
|
+
justify-content: space-between;
|
|
35472
|
+
align-items: center;
|
|
35473
|
+
padding: 8px 16px;
|
|
35474
|
+
}
|
|
35475
|
+
|
|
35476
|
+
.E_c167wnad .anticon {
|
|
35477
|
+
cursor: pointer;
|
|
35478
|
+
}
|
|
35479
|
+
|
|
35480
|
+
.E_c167wnad .anticon:hover {
|
|
35481
|
+
color: #0096ff;
|
|
35482
|
+
}
|
|
35483
|
+
|
|
35484
|
+
.E_cxhf7dh {
|
|
35485
|
+
text-align: center;
|
|
35486
|
+
}
|
|
35487
|
+
|
|
35488
|
+
.E_cxhf7dh .dots {
|
|
35489
|
+
display: flex;
|
|
35490
|
+
justify-content: center;
|
|
35491
|
+
}
|
|
35492
|
+
|
|
35493
|
+
.E_cxhf7dh .dot {
|
|
35494
|
+
display: inline-block;
|
|
35495
|
+
width: 2px;
|
|
35496
|
+
height: 2px;
|
|
35497
|
+
border-radius: 1px;
|
|
35498
|
+
background: #0096ff;
|
|
35499
|
+
}
|
|
35500
|
+
|
|
35501
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35502
|
+
margin-right: 2px;
|
|
35332
35503
|
}
|
|
35333
35504
|
|
|
35334
|
-
.
|
|
35335
|
-
|
|
35505
|
+
.E_cxhf7dh .bar {
|
|
35506
|
+
width: 9px;
|
|
35507
|
+
height: 2px;
|
|
35508
|
+
background: #0096ff;
|
|
35509
|
+
border-radius: 2px;
|
|
35336
35510
|
}
|
|
35337
35511
|
|
|
35338
|
-
.
|
|
35339
|
-
display: block;
|
|
35512
|
+
.E_c18bcrac {
|
|
35513
|
+
display: inline-block;
|
|
35514
|
+
width: 100%;
|
|
35340
35515
|
}
|
|
35341
35516
|
|
|
35342
|
-
.
|
|
35343
|
-
|
|
35517
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35518
|
+
margin-left: 4px;
|
|
35344
35519
|
}
|
|
35345
35520
|
|
|
35346
|
-
.
|
|
35347
|
-
|
|
35348
|
-
align-items: center;
|
|
35349
|
-
column-gap: 4px;
|
|
35350
|
-
font-size: 12px;
|
|
35351
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35521
|
+
.E_cro7kg2 {
|
|
35522
|
+
padding: 4px;
|
|
35352
35523
|
}
|
|
35353
35524
|
|
|
35354
|
-
.
|
|
35355
|
-
color:
|
|
35356
|
-
font-size: 12px;
|
|
35525
|
+
.E_cro7kg2 .unit {
|
|
35526
|
+
color: white;
|
|
35357
35527
|
}
|
|
35358
35528
|
|
|
35359
|
-
.
|
|
35360
|
-
|
|
35361
|
-
|
|
35529
|
+
.E_c14wcxf0 {
|
|
35530
|
+
display: flex;
|
|
35531
|
+
justify-content: space-between;
|
|
35532
|
+
align-items: center;
|
|
35533
|
+
font-size: 13px;
|
|
35534
|
+
line-height: 24px;
|
|
35535
|
+
color: #cccccc;
|
|
35536
|
+
white-space: nowrap;
|
|
35362
35537
|
}
|
|
35363
35538
|
|
|
35364
|
-
.
|
|
35365
|
-
|
|
35539
|
+
.E_c14wcxf0 label {
|
|
35540
|
+
margin-right: 32px;
|
|
35366
35541
|
}
|
|
35367
35542
|
|
|
35368
|
-
.
|
|
35369
|
-
|
|
35370
|
-
|
|
35371
|
-
height: 8px;
|
|
35372
|
-
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
35373
|
-
animation: loading 1600ms ease-out infinite;
|
|
35374
|
-
opacity: 1;
|
|
35543
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35544
|
+
font-weight: bold;
|
|
35545
|
+
color: white;
|
|
35375
35546
|
}
|
|
35376
35547
|
|
|
35377
|
-
|
|
35378
|
-
|
|
35379
|
-
transform: translateX(-100%);
|
|
35380
|
-
}
|
|
35381
|
-
to {
|
|
35382
|
-
transform: translateX(100%);
|
|
35383
|
-
}
|
|
35384
|
-
}
|
|
35385
|
-
.E_skwah65 {
|
|
35548
|
+
.E_s11212zy {
|
|
35549
|
+
width: 8px;
|
|
35386
35550
|
height: 8px;
|
|
35387
|
-
box-sizing: border-box;
|
|
35388
35551
|
border-radius: 2px;
|
|
35389
|
-
|
|
35390
|
-
|
|
35391
|
-
|
|
35392
|
-
|
|
35552
|
+
display: inline-block;
|
|
35553
|
+
background: var(--s11212zy-0);
|
|
35554
|
+
border: 1px solid #fff;
|
|
35555
|
+
box-sizing: content-box;
|
|
35556
|
+
margin-right: 6px;
|
|
35393
35557
|
}
|
|
35394
35558
|
|
|
35395
|
-
.
|
|
35396
|
-
|
|
35559
|
+
.E_p1lyky6c > :first-child {
|
|
35560
|
+
font-weight: bold;
|
|
35561
|
+
color: white;
|
|
35562
|
+
margin-right: 4px;
|
|
35397
35563
|
}
|
|
35398
35564
|
|
|
35399
35565
|
.E_s1ebs0ra {
|
|
@@ -35467,71 +35633,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35467
35633
|
background: #fff;
|
|
35468
35634
|
}
|
|
35469
35635
|
|
|
35470
|
-
span.E_tqjc4ui {
|
|
35471
|
-
margin: 0 2px;
|
|
35472
|
-
}
|
|
35473
|
-
|
|
35474
|
-
.E_gmyahx3 {
|
|
35475
|
-
cursor: pointer;
|
|
35476
|
-
}
|
|
35477
|
-
|
|
35478
|
-
.E_gmyahx3 .link-text {
|
|
35479
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35480
|
-
}
|
|
35481
|
-
|
|
35482
|
-
.E_gmyahx3:hover .link-text {
|
|
35483
|
-
color: #0080ff;
|
|
35484
|
-
}
|
|
35485
|
-
|
|
35486
|
-
.E_c18bcrac {
|
|
35487
|
-
display: inline-block;
|
|
35488
|
-
width: 100%;
|
|
35489
|
-
}
|
|
35490
|
-
|
|
35491
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35492
|
-
margin-left: 4px;
|
|
35493
|
-
}
|
|
35494
|
-
|
|
35495
|
-
.E_cro7kg2 {
|
|
35496
|
-
padding: 4px;
|
|
35497
|
-
}
|
|
35498
|
-
|
|
35499
|
-
.E_c14wcxf0 {
|
|
35500
|
-
display: flex;
|
|
35501
|
-
justify-content: space-between;
|
|
35502
|
-
align-items: center;
|
|
35503
|
-
font-size: 13px;
|
|
35504
|
-
line-height: 24px;
|
|
35505
|
-
color: #cccccc;
|
|
35506
|
-
white-space: nowrap;
|
|
35507
|
-
}
|
|
35508
|
-
|
|
35509
|
-
.E_c14wcxf0 label {
|
|
35510
|
-
margin-right: 32px;
|
|
35511
|
-
}
|
|
35512
|
-
|
|
35513
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35514
|
-
font-weight: bold;
|
|
35515
|
-
color: white;
|
|
35516
|
-
}
|
|
35517
|
-
|
|
35518
|
-
.E_s11212zy {
|
|
35519
|
-
width: 8px;
|
|
35520
|
-
height: 8px;
|
|
35521
|
-
border-radius: 2px;
|
|
35522
|
-
display: inline-block;
|
|
35523
|
-
background: var(--s11212zy-0);
|
|
35524
|
-
border: 1px solid #fff;
|
|
35525
|
-
box-sizing: content-box;
|
|
35526
|
-
margin-right: 6px;
|
|
35527
|
-
}
|
|
35528
|
-
|
|
35529
|
-
.E_p1lyky6c > :first-child {
|
|
35530
|
-
font-weight: bold;
|
|
35531
|
-
color: white;
|
|
35532
|
-
margin-right: 4px;
|
|
35533
|
-
}
|
|
35534
|
-
|
|
35535
35636
|
.E_c1up1pdz {
|
|
35536
35637
|
width: 648px;
|
|
35537
35638
|
}
|
|
@@ -35637,174 +35738,81 @@ span.E_tqjc4ui {
|
|
|
35637
35738
|
color: rgba(62, 70, 82, 0.6);
|
|
35638
35739
|
border-radius: 4px;
|
|
35639
35740
|
}
|
|
35640
|
-
|
|
35641
|
-
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35642
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35643
|
-
color: #0096ff;
|
|
35644
|
-
}
|
|
35645
|
-
|
|
35646
|
-
.E_wpbf4pq {
|
|
35647
|
-
padding: 10px 0;
|
|
35648
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35649
|
-
}
|
|
35650
|
-
|
|
35651
|
-
.E_wpbf4pq .ant-input,
|
|
35652
|
-
.E_wpbf4pq .ant-picker {
|
|
35653
|
-
width: 80px;
|
|
35654
|
-
margin: 0 9px;
|
|
35655
|
-
text-align: center;
|
|
35656
|
-
}
|
|
35657
|
-
|
|
35658
|
-
.E_wpbf4pq .options {
|
|
35659
|
-
padding: 12px 0 12px 16px;
|
|
35660
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35661
|
-
margin: 5px 0 5px 8px;
|
|
35662
|
-
}
|
|
35663
|
-
|
|
35664
|
-
.E_wpbf4pq .week-day-option,
|
|
35665
|
-
.E_wpbf4pq .month-day-option {
|
|
35666
|
-
background: #f5f7fa;
|
|
35667
|
-
box-sizing: border-box;
|
|
35668
|
-
border-radius: 16px;
|
|
35669
|
-
margin-right: 8px;
|
|
35670
|
-
}
|
|
35671
|
-
|
|
35672
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
35673
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
35674
|
-
color: inherit;
|
|
35675
|
-
border-color: #d9d9d9;
|
|
35676
|
-
}
|
|
35677
|
-
|
|
35678
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35679
|
-
background-color: #0096ff;
|
|
35680
|
-
border-color: #0096ff;
|
|
35681
|
-
color: #fff;
|
|
35682
|
-
}
|
|
35683
|
-
|
|
35684
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
35685
|
-
width: 110px;
|
|
35686
|
-
margin-top: 4px;
|
|
35687
|
-
}
|
|
35688
|
-
|
|
35689
|
-
.E_wpbf4pq .month-day-option {
|
|
35690
|
-
width: 32px;
|
|
35691
|
-
padding: 0;
|
|
35692
|
-
margin-bottom: 8px;
|
|
35693
|
-
}
|
|
35694
|
-
|
|
35695
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35696
|
-
background-color: #0096ff;
|
|
35697
|
-
border-color: #0096ff;
|
|
35698
|
-
color: #fff;
|
|
35699
|
-
}
|
|
35700
|
-
|
|
35701
|
-
.E_clm1wy1 {
|
|
35702
|
-
width: 192px;
|
|
35703
|
-
height: 246px;
|
|
35704
|
-
border-radius: 4px;
|
|
35705
|
-
}
|
|
35706
|
-
|
|
35707
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35708
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35709
|
-
width: 100%;
|
|
35710
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35711
|
-
border-top: none;
|
|
35712
|
-
}
|
|
35713
|
-
|
|
35714
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35715
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35716
|
-
padding: 0 16px;
|
|
35717
|
-
}
|
|
35718
|
-
|
|
35719
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35720
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35721
|
-
width: 100%;
|
|
35722
|
-
height: 180px;
|
|
35723
|
-
border-spacing: 0;
|
|
35724
|
-
}
|
|
35725
|
-
|
|
35726
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35727
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35728
|
-
margin-bottom: 8px;
|
|
35729
|
-
}
|
|
35730
|
-
|
|
35731
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35732
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35733
|
-
width: 22px;
|
|
35734
|
-
}
|
|
35735
|
-
|
|
35736
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35737
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35738
|
-
padding: 0;
|
|
35741
|
+
|
|
35742
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35743
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35744
|
+
color: #0096ff;
|
|
35739
35745
|
}
|
|
35740
35746
|
|
|
35741
|
-
.
|
|
35742
|
-
|
|
35743
|
-
|
|
35747
|
+
.E_wpbf4pq {
|
|
35748
|
+
padding: 10px 0;
|
|
35749
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35744
35750
|
}
|
|
35745
35751
|
|
|
35746
|
-
.
|
|
35747
|
-
|
|
35748
|
-
|
|
35752
|
+
.E_wpbf4pq .ant-input,
|
|
35753
|
+
.E_wpbf4pq .ant-picker {
|
|
35754
|
+
width: 80px;
|
|
35755
|
+
margin: 0 9px;
|
|
35756
|
+
text-align: center;
|
|
35749
35757
|
}
|
|
35750
35758
|
|
|
35751
|
-
.
|
|
35752
|
-
|
|
35759
|
+
.E_wpbf4pq .options {
|
|
35760
|
+
padding: 12px 0 12px 16px;
|
|
35761
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35762
|
+
margin: 5px 0 5px 8px;
|
|
35753
35763
|
}
|
|
35754
35764
|
|
|
35755
|
-
.
|
|
35756
|
-
|
|
35765
|
+
.E_wpbf4pq .week-day-option,
|
|
35766
|
+
.E_wpbf4pq .month-day-option {
|
|
35767
|
+
background: #f5f7fa;
|
|
35768
|
+
box-sizing: border-box;
|
|
35769
|
+
border-radius: 16px;
|
|
35770
|
+
margin-right: 8px;
|
|
35757
35771
|
}
|
|
35758
35772
|
|
|
35759
|
-
.
|
|
35760
|
-
|
|
35761
|
-
|
|
35762
|
-
|
|
35763
|
-
padding: 7px 10px;
|
|
35773
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35774
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35775
|
+
color: inherit;
|
|
35776
|
+
border-color: #d9d9d9;
|
|
35764
35777
|
}
|
|
35765
35778
|
|
|
35766
|
-
.
|
|
35767
|
-
color:
|
|
35768
|
-
|
|
35769
|
-
|
|
35770
|
-
align-items: center;
|
|
35771
|
-
padding: 8px 16px;
|
|
35779
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35780
|
+
background-color: #0096ff;
|
|
35781
|
+
border-color: #0096ff;
|
|
35782
|
+
color: #fff;
|
|
35772
35783
|
}
|
|
35773
35784
|
|
|
35774
|
-
.
|
|
35775
|
-
|
|
35785
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35786
|
+
width: 110px;
|
|
35787
|
+
margin-top: 4px;
|
|
35776
35788
|
}
|
|
35777
35789
|
|
|
35778
|
-
.
|
|
35779
|
-
|
|
35790
|
+
.E_wpbf4pq .month-day-option {
|
|
35791
|
+
width: 32px;
|
|
35792
|
+
padding: 0;
|
|
35793
|
+
margin-bottom: 8px;
|
|
35780
35794
|
}
|
|
35781
35795
|
|
|
35782
|
-
.
|
|
35783
|
-
|
|
35796
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35797
|
+
background-color: #0096ff;
|
|
35798
|
+
border-color: #0096ff;
|
|
35799
|
+
color: #fff;
|
|
35784
35800
|
}
|
|
35785
35801
|
|
|
35786
|
-
.
|
|
35787
|
-
|
|
35788
|
-
justify-content: center;
|
|
35802
|
+
.E_gmyahx3 {
|
|
35803
|
+
cursor: pointer;
|
|
35789
35804
|
}
|
|
35790
35805
|
|
|
35791
|
-
.
|
|
35792
|
-
|
|
35793
|
-
width: 2px;
|
|
35794
|
-
height: 2px;
|
|
35795
|
-
border-radius: 1px;
|
|
35796
|
-
background: #0096ff;
|
|
35806
|
+
.E_gmyahx3 .link-text {
|
|
35807
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35797
35808
|
}
|
|
35798
35809
|
|
|
35799
|
-
.
|
|
35800
|
-
|
|
35810
|
+
.E_gmyahx3:hover .link-text {
|
|
35811
|
+
color: #0080ff;
|
|
35801
35812
|
}
|
|
35802
35813
|
|
|
35803
|
-
.
|
|
35804
|
-
|
|
35805
|
-
height: 2px;
|
|
35806
|
-
background: #0096ff;
|
|
35807
|
-
border-radius: 2px;
|
|
35814
|
+
span.E_tqjc4ui {
|
|
35815
|
+
margin: 0 2px;
|
|
35808
35816
|
}
|
|
35809
35817
|
|
|
35810
35818
|
.E_n12mqh7z {
|
|
@@ -35856,6 +35864,15 @@ span.E_tqjc4ui {
|
|
|
35856
35864
|
visibility: hidden;
|
|
35857
35865
|
}
|
|
35858
35866
|
|
|
35867
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35868
|
+
display: flex;
|
|
35869
|
+
align-items: center;
|
|
35870
|
+
}
|
|
35871
|
+
|
|
35872
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35873
|
+
margin-right: 8px;
|
|
35874
|
+
}
|
|
35875
|
+
|
|
35859
35876
|
.E_s1at6qmn.ant-layout-sider {
|
|
35860
35877
|
background: #edf0f7;
|
|
35861
35878
|
padding: 32px 8px;
|
|
@@ -35992,6 +36009,31 @@ span.E_tqjc4ui {
|
|
|
35992
36009
|
text-align: left;
|
|
35993
36010
|
}
|
|
35994
36011
|
|
|
36012
|
+
.E_wg1tsps {
|
|
36013
|
+
display: flex;
|
|
36014
|
+
align-items: center;
|
|
36015
|
+
justify-content: flex-end;
|
|
36016
|
+
}
|
|
36017
|
+
|
|
36018
|
+
.E_b1ctd5xy {
|
|
36019
|
+
display: flex;
|
|
36020
|
+
align-items: center;
|
|
36021
|
+
width: calc(100% - 40px);
|
|
36022
|
+
}
|
|
36023
|
+
|
|
36024
|
+
.E_b1ctd5xy .chart {
|
|
36025
|
+
display: inline-block;
|
|
36026
|
+
width: 100%;
|
|
36027
|
+
}
|
|
36028
|
+
|
|
36029
|
+
.E_u1p8acpn {
|
|
36030
|
+
min-width: 40px;
|
|
36031
|
+
}
|
|
36032
|
+
|
|
36033
|
+
.E_u1p8acpn .unit {
|
|
36034
|
+
color: #00122e !important;
|
|
36035
|
+
}
|
|
36036
|
+
|
|
35995
36037
|
.E_t1sqg15u {
|
|
35996
36038
|
background: white;
|
|
35997
36039
|
}
|
|
@@ -36098,15 +36140,6 @@ span.E_tqjc4ui {
|
|
|
36098
36140
|
padding-right: 12px;
|
|
36099
36141
|
}
|
|
36100
36142
|
|
|
36101
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
36102
|
-
display: flex;
|
|
36103
|
-
align-items: center;
|
|
36104
|
-
}
|
|
36105
|
-
|
|
36106
|
-
.E_s1iv0tp1 .enabled-text {
|
|
36107
|
-
margin-right: 8px;
|
|
36108
|
-
}
|
|
36109
|
-
|
|
36110
36143
|
.E_t160l1cm {
|
|
36111
36144
|
display: flex;
|
|
36112
36145
|
flex-direction: column;
|
|
@@ -36357,31 +36390,6 @@ span.E_tqjc4ui {
|
|
|
36357
36390
|
background: transparent;
|
|
36358
36391
|
}
|
|
36359
36392
|
|
|
36360
|
-
.E_wg1tsps {
|
|
36361
|
-
display: flex;
|
|
36362
|
-
align-items: center;
|
|
36363
|
-
justify-content: flex-end;
|
|
36364
|
-
}
|
|
36365
|
-
|
|
36366
|
-
.E_b1ctd5xy {
|
|
36367
|
-
display: flex;
|
|
36368
|
-
align-items: center;
|
|
36369
|
-
width: calc(100% - 40px);
|
|
36370
|
-
}
|
|
36371
|
-
|
|
36372
|
-
.E_b1ctd5xy .chart {
|
|
36373
|
-
display: inline-block;
|
|
36374
|
-
width: 100%;
|
|
36375
|
-
}
|
|
36376
|
-
|
|
36377
|
-
.E_u1p8acpn {
|
|
36378
|
-
min-width: 40px;
|
|
36379
|
-
}
|
|
36380
|
-
|
|
36381
|
-
.E_u1p8acpn .unit {
|
|
36382
|
-
color: #00122e !important;
|
|
36383
|
-
}
|
|
36384
|
-
|
|
36385
36393
|
.E_cyms3br {
|
|
36386
36394
|
background: #fff;
|
|
36387
36395
|
width: 100%;
|
|
@@ -36441,6 +36449,12 @@ span.E_tqjc4ui {
|
|
|
36441
36449
|
justify-content: center;
|
|
36442
36450
|
}
|
|
36443
36451
|
|
|
36452
|
+
.E_h1ol2wl7 {
|
|
36453
|
+
font-weight: bold;
|
|
36454
|
+
background-color: unset;
|
|
36455
|
+
padding: unset;
|
|
36456
|
+
}
|
|
36457
|
+
|
|
36444
36458
|
.E_d11hhzf9 {
|
|
36445
36459
|
width: 492px !important;
|
|
36446
36460
|
margin: 40px auto !important;
|
|
@@ -36594,12 +36608,6 @@ span.E_tqjc4ui {
|
|
|
36594
36608
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36595
36609
|
}
|
|
36596
36610
|
|
|
36597
|
-
.E_h1ol2wl7 {
|
|
36598
|
-
font-weight: bold;
|
|
36599
|
-
background-color: unset;
|
|
36600
|
-
padding: unset;
|
|
36601
|
-
}
|
|
36602
|
-
|
|
36603
36611
|
.E_c14ouk5o {
|
|
36604
36612
|
width: 100%;
|
|
36605
36613
|
height: 100%;
|
|
@@ -36653,48 +36661,6 @@ span.E_tqjc4ui {
|
|
|
36653
36661
|
height: auto;
|
|
36654
36662
|
}
|
|
36655
36663
|
|
|
36656
|
-
.E_c1ss4prm {
|
|
36657
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36658
|
-
}
|
|
36659
|
-
|
|
36660
|
-
.E_c1ss4prm li {
|
|
36661
|
-
margin-bottom: 4px;
|
|
36662
|
-
}
|
|
36663
|
-
|
|
36664
|
-
.E_c1ss4prm li:last-child {
|
|
36665
|
-
margin-bottom: 0;
|
|
36666
|
-
}
|
|
36667
|
-
|
|
36668
|
-
.E_ms3tlei {
|
|
36669
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36670
|
-
padding: 8px;
|
|
36671
|
-
border-radius: 6px;
|
|
36672
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36673
|
-
}
|
|
36674
|
-
|
|
36675
|
-
.E_ms3tlei li {
|
|
36676
|
-
margin-bottom: 4px;
|
|
36677
|
-
}
|
|
36678
|
-
|
|
36679
|
-
.E_ms3tlei li:last-child {
|
|
36680
|
-
margin-bottom: 0;
|
|
36681
|
-
}
|
|
36682
|
-
|
|
36683
|
-
.E_du44iy7 {
|
|
36684
|
-
margin-bottom: 4px;
|
|
36685
|
-
}
|
|
36686
|
-
|
|
36687
|
-
.E_s1qmhanr {
|
|
36688
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36689
|
-
margin-bottom: 8px;
|
|
36690
|
-
}
|
|
36691
|
-
|
|
36692
|
-
.E_drje1h0 {
|
|
36693
|
-
height: 1px;
|
|
36694
|
-
background: #e4e9f2;
|
|
36695
|
-
margin: 16px 0;
|
|
36696
|
-
}
|
|
36697
|
-
|
|
36698
36664
|
.E_c1kchka8 {
|
|
36699
36665
|
height: 100%;
|
|
36700
36666
|
width: 100%;
|
|
@@ -37275,6 +37241,48 @@ span.E_tqjc4ui {
|
|
|
37275
37241
|
padding: 0;
|
|
37276
37242
|
}
|
|
37277
37243
|
|
|
37244
|
+
.E_c1ss4prm {
|
|
37245
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37246
|
+
}
|
|
37247
|
+
|
|
37248
|
+
.E_c1ss4prm li {
|
|
37249
|
+
margin-bottom: 4px;
|
|
37250
|
+
}
|
|
37251
|
+
|
|
37252
|
+
.E_c1ss4prm li:last-child {
|
|
37253
|
+
margin-bottom: 0;
|
|
37254
|
+
}
|
|
37255
|
+
|
|
37256
|
+
.E_ms3tlei {
|
|
37257
|
+
background: rgba(225, 230, 241, 0.6);
|
|
37258
|
+
padding: 8px;
|
|
37259
|
+
border-radius: 6px;
|
|
37260
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37261
|
+
}
|
|
37262
|
+
|
|
37263
|
+
.E_ms3tlei li {
|
|
37264
|
+
margin-bottom: 4px;
|
|
37265
|
+
}
|
|
37266
|
+
|
|
37267
|
+
.E_ms3tlei li:last-child {
|
|
37268
|
+
margin-bottom: 0;
|
|
37269
|
+
}
|
|
37270
|
+
|
|
37271
|
+
.E_du44iy7 {
|
|
37272
|
+
margin-bottom: 4px;
|
|
37273
|
+
}
|
|
37274
|
+
|
|
37275
|
+
.E_s1qmhanr {
|
|
37276
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37277
|
+
margin-bottom: 8px;
|
|
37278
|
+
}
|
|
37279
|
+
|
|
37280
|
+
.E_drje1h0 {
|
|
37281
|
+
height: 1px;
|
|
37282
|
+
background: #e4e9f2;
|
|
37283
|
+
margin: 16px 0;
|
|
37284
|
+
}
|
|
37285
|
+
|
|
37278
37286
|
.E_cevhqx7 {
|
|
37279
37287
|
color: #00122e;
|
|
37280
37288
|
}
|