@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/style.css
CHANGED
|
@@ -29672,6 +29672,171 @@ html body {
|
|
|
29672
29672
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29673
29673
|
}
|
|
29674
29674
|
}
|
|
29675
|
+
.E_c18gxmrl {
|
|
29676
|
+
border: 1px solid #d8deeb;
|
|
29677
|
+
border-radius: 4px;
|
|
29678
|
+
}
|
|
29679
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29680
|
+
margin-top: 8px;
|
|
29681
|
+
}
|
|
29682
|
+
.E_c18gxmrl:hover {
|
|
29683
|
+
border-color: #0080ff;
|
|
29684
|
+
}
|
|
29685
|
+
.E_c18gxmrl:hover > header {
|
|
29686
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29687
|
+
}
|
|
29688
|
+
.E_c18gxmrl.active header {
|
|
29689
|
+
border-bottom: 1px solid #d8deeb;
|
|
29690
|
+
}
|
|
29691
|
+
.E_c18gxmrl > header {
|
|
29692
|
+
padding: 8px 12px;
|
|
29693
|
+
}
|
|
29694
|
+
|
|
29695
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
29696
|
+
display: flex;
|
|
29697
|
+
}
|
|
29698
|
+
.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 {
|
|
29699
|
+
border-bottom-left-radius: 5px;
|
|
29700
|
+
border-top-left-radius: 5px;
|
|
29701
|
+
}
|
|
29702
|
+
.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 {
|
|
29703
|
+
border-bottom-right-radius: 5px;
|
|
29704
|
+
border-top-right-radius: 5px;
|
|
29705
|
+
}
|
|
29706
|
+
|
|
29707
|
+
.E_c1uzzomf {
|
|
29708
|
+
margin-bottom: 16px;
|
|
29709
|
+
}
|
|
29710
|
+
.E_c1uzzomf .card-title {
|
|
29711
|
+
font-size: 16px;
|
|
29712
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29713
|
+
font-weight: 700;
|
|
29714
|
+
line-height: 32px;
|
|
29715
|
+
}
|
|
29716
|
+
.E_c1uzzomf .card-body {
|
|
29717
|
+
padding: 24px;
|
|
29718
|
+
border-radius: 8px;
|
|
29719
|
+
background: #fff;
|
|
29720
|
+
}
|
|
29721
|
+
.E_c1uzzomf .empty {
|
|
29722
|
+
font-weight: 700;
|
|
29723
|
+
font-size: 14px;
|
|
29724
|
+
line-height: 22px;
|
|
29725
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29726
|
+
text-align: center;
|
|
29727
|
+
}
|
|
29728
|
+
|
|
29729
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29730
|
+
padding: 4px 8px 0 8px;
|
|
29731
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29732
|
+
font-size: 12px;
|
|
29733
|
+
}
|
|
29734
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29735
|
+
padding-bottom: 6px;
|
|
29736
|
+
}
|
|
29737
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29738
|
+
padding-top: 4px;
|
|
29739
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29740
|
+
}
|
|
29741
|
+
|
|
29742
|
+
.E_fzh9mnb {
|
|
29743
|
+
width: 100%;
|
|
29744
|
+
height: 100%;
|
|
29745
|
+
min-height: 124px;
|
|
29746
|
+
display: flex;
|
|
29747
|
+
flex-direction: column;
|
|
29748
|
+
justify-content: center;
|
|
29749
|
+
align-items: center;
|
|
29750
|
+
}
|
|
29751
|
+
.E_fzh9mnb .error-text {
|
|
29752
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29753
|
+
margin-bottom: 16px;
|
|
29754
|
+
font-size: 18px;
|
|
29755
|
+
}
|
|
29756
|
+
|
|
29757
|
+
.E_d1bw7c5z {
|
|
29758
|
+
position: relative;
|
|
29759
|
+
max-width: 388px;
|
|
29760
|
+
min-width: 285px;
|
|
29761
|
+
}
|
|
29762
|
+
.E_d1bw7c5z .center {
|
|
29763
|
+
position: absolute;
|
|
29764
|
+
font-size: 12px;
|
|
29765
|
+
width: 80px;
|
|
29766
|
+
height: 100px;
|
|
29767
|
+
top: 0;
|
|
29768
|
+
left: 35px;
|
|
29769
|
+
display: flex;
|
|
29770
|
+
flex-direction: column;
|
|
29771
|
+
justify-content: center;
|
|
29772
|
+
align-items: center;
|
|
29773
|
+
color: #00122e;
|
|
29774
|
+
}
|
|
29775
|
+
.E_d1bw7c5z .center .number {
|
|
29776
|
+
font-size: 24px;
|
|
29777
|
+
font-weight: 700;
|
|
29778
|
+
}
|
|
29779
|
+
.E_d1bw7c5z .center .text {
|
|
29780
|
+
padding: 0 5px;
|
|
29781
|
+
font-size: 12px;
|
|
29782
|
+
width: inherit;
|
|
29783
|
+
text-align: center;
|
|
29784
|
+
}
|
|
29785
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29786
|
+
display: flex;
|
|
29787
|
+
}
|
|
29788
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29789
|
+
position: relative !important;
|
|
29790
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29791
|
+
left: 0 !important;
|
|
29792
|
+
bottom: 0 !important;
|
|
29793
|
+
display: flex;
|
|
29794
|
+
align-items: center;
|
|
29795
|
+
}
|
|
29796
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29797
|
+
width: 100%;
|
|
29798
|
+
}
|
|
29799
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29800
|
+
width: 100%;
|
|
29801
|
+
margin-right: 0 !important;
|
|
29802
|
+
line-height: 18px;
|
|
29803
|
+
}
|
|
29804
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29805
|
+
border-radius: 2px;
|
|
29806
|
+
}
|
|
29807
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29808
|
+
min-width: 75px;
|
|
29809
|
+
max-width: 198px;
|
|
29810
|
+
width: calc(100% - 20px);
|
|
29811
|
+
margin-left: 2px;
|
|
29812
|
+
color: #00122e !important;
|
|
29813
|
+
display: inline-flex;
|
|
29814
|
+
justify-content: space-between;
|
|
29815
|
+
}
|
|
29816
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29817
|
+
maxwidth: calc(100% - 12px);
|
|
29818
|
+
cursor: pointer;
|
|
29819
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29820
|
+
overflow: hidden;
|
|
29821
|
+
text-overflow: ellipsis;
|
|
29822
|
+
white-space: nowrap;
|
|
29823
|
+
}
|
|
29824
|
+
.E_d1bw7c5z .value {
|
|
29825
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29826
|
+
}
|
|
29827
|
+
|
|
29828
|
+
.E_t10pqbtc {
|
|
29829
|
+
width: 140px;
|
|
29830
|
+
}
|
|
29831
|
+
.E_t10pqbtc .item {
|
|
29832
|
+
margin: 6px auto;
|
|
29833
|
+
display: flex;
|
|
29834
|
+
justify-content: space-between;
|
|
29835
|
+
}
|
|
29836
|
+
.E_t10pqbtc .item .name {
|
|
29837
|
+
width: 102px;
|
|
29838
|
+
}
|
|
29839
|
+
|
|
29675
29840
|
.E_b1nip9bk {
|
|
29676
29841
|
padding: 4px 11px;
|
|
29677
29842
|
}
|
|
@@ -29701,24 +29866,35 @@ html body {
|
|
|
29701
29866
|
border-radius: unset;
|
|
29702
29867
|
}
|
|
29703
29868
|
|
|
29704
|
-
.
|
|
29705
|
-
|
|
29706
|
-
border-radius: 4px;
|
|
29707
|
-
}
|
|
29708
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
29709
|
-
margin-top: 8px;
|
|
29869
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
29870
|
+
display: var(--a1wfy30z-0);
|
|
29710
29871
|
}
|
|
29711
|
-
.
|
|
29712
|
-
|
|
29872
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
29873
|
+
padding: 4px 11px;
|
|
29874
|
+
display: inline-flex;
|
|
29875
|
+
line-height: 1.5715;
|
|
29876
|
+
height: inherit;
|
|
29713
29877
|
}
|
|
29714
|
-
.
|
|
29715
|
-
|
|
29878
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
29879
|
+
content: var(--a1wfy30z-1);
|
|
29880
|
+
display: var(--a1wfy30z-2);
|
|
29881
|
+
flex: none;
|
|
29882
|
+
align-items: center;
|
|
29883
|
+
margin-left: 4px;
|
|
29716
29884
|
}
|
|
29717
|
-
.
|
|
29718
|
-
|
|
29885
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
29886
|
+
content: var(--a1wfy30z-3);
|
|
29887
|
+
display: var(--a1wfy30z-4);
|
|
29888
|
+
flex: none;
|
|
29889
|
+
align-items: center;
|
|
29890
|
+
margin-right: 4px;
|
|
29891
|
+
cursor: auto;
|
|
29719
29892
|
}
|
|
29720
|
-
.
|
|
29721
|
-
padding:
|
|
29893
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
29894
|
+
padding: 0;
|
|
29895
|
+
margin: 0;
|
|
29896
|
+
height: auto;
|
|
29897
|
+
font-size: inherit;
|
|
29722
29898
|
}
|
|
29723
29899
|
|
|
29724
29900
|
.E_berrcjl {
|
|
@@ -29757,6 +29933,51 @@ html body {
|
|
|
29757
29933
|
flex: 1;
|
|
29758
29934
|
}
|
|
29759
29935
|
|
|
29936
|
+
.E_sx1bpnu .ant-input-sm {
|
|
29937
|
+
line-height: 18px;
|
|
29938
|
+
}
|
|
29939
|
+
|
|
29940
|
+
.E_atcz0kf .ant-input-suffix {
|
|
29941
|
+
margin-left: 8px;
|
|
29942
|
+
}
|
|
29943
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
29944
|
+
padding: 2px 7px 2px 12px;
|
|
29945
|
+
}
|
|
29946
|
+
|
|
29947
|
+
.E_f7pxqmh {
|
|
29948
|
+
width: 100%;
|
|
29949
|
+
margin-bottom: 0 !important;
|
|
29950
|
+
flex-flow: nowrap !important;
|
|
29951
|
+
line-break: auto;
|
|
29952
|
+
}
|
|
29953
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
29954
|
+
text-align: left !important;
|
|
29955
|
+
padding-bottom: 0 !important;
|
|
29956
|
+
}
|
|
29957
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
29958
|
+
min-height: 32px;
|
|
29959
|
+
height: auto;
|
|
29960
|
+
font-size: 13px;
|
|
29961
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29962
|
+
white-space: normal;
|
|
29963
|
+
}
|
|
29964
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
29965
|
+
border-color: #ff4d4f !important;
|
|
29966
|
+
}
|
|
29967
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
29968
|
+
border-color: #ff4d4f !important;
|
|
29969
|
+
}
|
|
29970
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
29971
|
+
margin-top: 4px;
|
|
29972
|
+
font-size: 12px;
|
|
29973
|
+
min-height: 0px;
|
|
29974
|
+
}
|
|
29975
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
29976
|
+
font-size: 12px;
|
|
29977
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29978
|
+
min-height: 0px;
|
|
29979
|
+
}
|
|
29980
|
+
|
|
29760
29981
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29761
29982
|
justify-content: center;
|
|
29762
29983
|
}
|
|
@@ -30014,131 +30235,9 @@ html body {
|
|
|
30014
30235
|
justify-content: center;
|
|
30015
30236
|
}
|
|
30016
30237
|
|
|
30017
|
-
.
|
|
30018
|
-
|
|
30019
|
-
|
|
30020
|
-
.E_c1uzzomf .card-title {
|
|
30021
|
-
font-size: 16px;
|
|
30022
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30023
|
-
font-weight: 700;
|
|
30024
|
-
line-height: 32px;
|
|
30025
|
-
}
|
|
30026
|
-
.E_c1uzzomf .card-body {
|
|
30027
|
-
padding: 24px;
|
|
30028
|
-
border-radius: 8px;
|
|
30029
|
-
background: #fff;
|
|
30030
|
-
}
|
|
30031
|
-
.E_c1uzzomf .empty {
|
|
30032
|
-
font-weight: 700;
|
|
30033
|
-
font-size: 14px;
|
|
30034
|
-
line-height: 22px;
|
|
30035
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30036
|
-
text-align: center;
|
|
30037
|
-
}
|
|
30038
|
-
|
|
30039
|
-
.E_d1bw7c5z {
|
|
30040
|
-
position: relative;
|
|
30041
|
-
max-width: 388px;
|
|
30042
|
-
min-width: 285px;
|
|
30043
|
-
}
|
|
30044
|
-
.E_d1bw7c5z .center {
|
|
30045
|
-
position: absolute;
|
|
30046
|
-
font-size: 12px;
|
|
30047
|
-
width: 80px;
|
|
30048
|
-
height: 100px;
|
|
30049
|
-
top: 0;
|
|
30050
|
-
left: 35px;
|
|
30051
|
-
display: flex;
|
|
30052
|
-
flex-direction: column;
|
|
30053
|
-
justify-content: center;
|
|
30054
|
-
align-items: center;
|
|
30055
|
-
color: #00122e;
|
|
30056
|
-
}
|
|
30057
|
-
.E_d1bw7c5z .center .number {
|
|
30058
|
-
font-size: 24px;
|
|
30059
|
-
font-weight: 700;
|
|
30060
|
-
}
|
|
30061
|
-
.E_d1bw7c5z .center .text {
|
|
30062
|
-
padding: 0 5px;
|
|
30063
|
-
font-size: 12px;
|
|
30064
|
-
width: inherit;
|
|
30065
|
-
text-align: center;
|
|
30066
|
-
}
|
|
30067
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
30068
|
-
display: flex;
|
|
30069
|
-
}
|
|
30070
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30071
|
-
position: relative !important;
|
|
30072
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30073
|
-
left: 0 !important;
|
|
30074
|
-
bottom: 0 !important;
|
|
30075
|
-
display: flex;
|
|
30076
|
-
align-items: center;
|
|
30077
|
-
}
|
|
30078
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30079
|
-
width: 100%;
|
|
30080
|
-
}
|
|
30081
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30082
|
-
width: 100%;
|
|
30083
|
-
margin-right: 0 !important;
|
|
30084
|
-
line-height: 18px;
|
|
30085
|
-
}
|
|
30086
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30087
|
-
border-radius: 2px;
|
|
30088
|
-
}
|
|
30089
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30090
|
-
min-width: 75px;
|
|
30091
|
-
max-width: 198px;
|
|
30092
|
-
width: calc(100% - 20px);
|
|
30093
|
-
margin-left: 2px;
|
|
30094
|
-
color: #00122e !important;
|
|
30095
|
-
display: inline-flex;
|
|
30096
|
-
justify-content: space-between;
|
|
30097
|
-
}
|
|
30098
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30099
|
-
maxwidth: calc(100% - 12px);
|
|
30100
|
-
cursor: pointer;
|
|
30101
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30102
|
-
overflow: hidden;
|
|
30103
|
-
text-overflow: ellipsis;
|
|
30104
|
-
white-space: nowrap;
|
|
30105
|
-
}
|
|
30106
|
-
.E_d1bw7c5z .value {
|
|
30107
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30108
|
-
}
|
|
30109
|
-
|
|
30110
|
-
.E_t10pqbtc {
|
|
30111
|
-
width: 140px;
|
|
30112
|
-
}
|
|
30113
|
-
.E_t10pqbtc .item {
|
|
30114
|
-
margin: 6px auto;
|
|
30115
|
-
display: flex;
|
|
30116
|
-
justify-content: space-between;
|
|
30117
|
-
}
|
|
30118
|
-
.E_t10pqbtc .item .name {
|
|
30119
|
-
width: 102px;
|
|
30120
|
-
}
|
|
30121
|
-
|
|
30122
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30123
|
-
padding: 4px 8px 0 8px;
|
|
30124
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30125
|
-
font-size: 12px;
|
|
30126
|
-
}
|
|
30127
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30128
|
-
padding-bottom: 6px;
|
|
30129
|
-
}
|
|
30130
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30131
|
-
padding-top: 4px;
|
|
30132
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30133
|
-
}
|
|
30134
|
-
|
|
30135
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30136
|
-
line-height: 18px;
|
|
30137
|
-
}
|
|
30138
|
-
|
|
30139
|
-
.E_iouxfgt {
|
|
30140
|
-
display: inline-flex;
|
|
30141
|
-
align-items: center;
|
|
30238
|
+
.E_iouxfgt {
|
|
30239
|
+
display: inline-flex;
|
|
30240
|
+
align-items: center;
|
|
30142
30241
|
}
|
|
30143
30242
|
.E_iouxfgt .icon-inner {
|
|
30144
30243
|
display: inline-flex;
|
|
@@ -30154,87 +30253,6 @@ html body {
|
|
|
30154
30253
|
animation: rotate 680ms linear infinite;
|
|
30155
30254
|
}
|
|
30156
30255
|
|
|
30157
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30158
|
-
margin-left: 8px;
|
|
30159
|
-
}
|
|
30160
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30161
|
-
padding: 2px 7px 2px 12px;
|
|
30162
|
-
}
|
|
30163
|
-
|
|
30164
|
-
.E_f7pxqmh {
|
|
30165
|
-
width: 100%;
|
|
30166
|
-
margin-bottom: 0 !important;
|
|
30167
|
-
flex-flow: nowrap !important;
|
|
30168
|
-
line-break: auto;
|
|
30169
|
-
}
|
|
30170
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30171
|
-
text-align: left !important;
|
|
30172
|
-
padding-bottom: 0 !important;
|
|
30173
|
-
}
|
|
30174
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30175
|
-
min-height: 32px;
|
|
30176
|
-
height: auto;
|
|
30177
|
-
font-size: 13px;
|
|
30178
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30179
|
-
white-space: normal;
|
|
30180
|
-
}
|
|
30181
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30182
|
-
border-color: #ff4d4f !important;
|
|
30183
|
-
}
|
|
30184
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30185
|
-
border-color: #ff4d4f !important;
|
|
30186
|
-
}
|
|
30187
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30188
|
-
margin-top: 4px;
|
|
30189
|
-
font-size: 12px;
|
|
30190
|
-
min-height: 0px;
|
|
30191
|
-
}
|
|
30192
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
30193
|
-
font-size: 12px;
|
|
30194
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30195
|
-
min-height: 0px;
|
|
30196
|
-
}
|
|
30197
|
-
|
|
30198
|
-
.E_i1inqkme {
|
|
30199
|
-
height: 18px;
|
|
30200
|
-
line-height: 18px;
|
|
30201
|
-
padding: 0 4px;
|
|
30202
|
-
border-radius: 4px;
|
|
30203
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30204
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30205
|
-
display: flex;
|
|
30206
|
-
align-items: center;
|
|
30207
|
-
white-space: nowrap;
|
|
30208
|
-
margin-right: 4px;
|
|
30209
|
-
}
|
|
30210
|
-
|
|
30211
|
-
.E_fzh9mnb {
|
|
30212
|
-
width: 100%;
|
|
30213
|
-
height: 100%;
|
|
30214
|
-
min-height: 124px;
|
|
30215
|
-
display: flex;
|
|
30216
|
-
flex-direction: column;
|
|
30217
|
-
justify-content: center;
|
|
30218
|
-
align-items: center;
|
|
30219
|
-
}
|
|
30220
|
-
.E_fzh9mnb .error-text {
|
|
30221
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30222
|
-
margin-bottom: 16px;
|
|
30223
|
-
font-size: 18px;
|
|
30224
|
-
}
|
|
30225
|
-
|
|
30226
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30227
|
-
display: flex;
|
|
30228
|
-
}
|
|
30229
|
-
.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 {
|
|
30230
|
-
border-bottom-left-radius: 5px;
|
|
30231
|
-
border-top-left-radius: 5px;
|
|
30232
|
-
}
|
|
30233
|
-
.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 {
|
|
30234
|
-
border-bottom-right-radius: 5px;
|
|
30235
|
-
border-top-right-radius: 5px;
|
|
30236
|
-
}
|
|
30237
|
-
|
|
30238
30256
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30239
30257
|
display: var(--ai7qkf2-0);
|
|
30240
30258
|
}
|
|
@@ -30295,35 +30313,26 @@ html body {
|
|
|
30295
30313
|
padding: 2px 8px;
|
|
30296
30314
|
}
|
|
30297
30315
|
|
|
30298
|
-
.
|
|
30299
|
-
|
|
30300
|
-
|
|
30301
|
-
|
|
30302
|
-
|
|
30303
|
-
|
|
30304
|
-
|
|
30305
|
-
|
|
30306
|
-
}
|
|
30307
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30308
|
-
content: var(--a1wfy30z-1);
|
|
30309
|
-
display: var(--a1wfy30z-2);
|
|
30310
|
-
flex: none;
|
|
30311
|
-
align-items: center;
|
|
30312
|
-
margin-left: 4px;
|
|
30313
|
-
}
|
|
30314
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30315
|
-
content: var(--a1wfy30z-3);
|
|
30316
|
-
display: var(--a1wfy30z-4);
|
|
30317
|
-
flex: none;
|
|
30316
|
+
.E_i1inqkme {
|
|
30317
|
+
height: 18px;
|
|
30318
|
+
line-height: 18px;
|
|
30319
|
+
padding: 0 4px;
|
|
30320
|
+
border-radius: 4px;
|
|
30321
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30322
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30323
|
+
display: flex;
|
|
30318
30324
|
align-items: center;
|
|
30325
|
+
white-space: nowrap;
|
|
30319
30326
|
margin-right: 4px;
|
|
30320
|
-
cursor: auto;
|
|
30321
30327
|
}
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
|
|
30325
|
-
|
|
30326
|
-
|
|
30328
|
+
|
|
30329
|
+
.E_owd0kml {
|
|
30330
|
+
display: inline-block;
|
|
30331
|
+
}
|
|
30332
|
+
|
|
30333
|
+
.E_h1jsgezc {
|
|
30334
|
+
visibility: hidden;
|
|
30335
|
+
position: absolute;
|
|
30327
30336
|
}
|
|
30328
30337
|
|
|
30329
30338
|
.E_phljevk {
|
|
@@ -30383,14 +30392,40 @@ html body {
|
|
|
30383
30392
|
line-height: 18px;
|
|
30384
30393
|
}
|
|
30385
30394
|
|
|
30386
|
-
.
|
|
30387
|
-
|
|
30388
|
-
align-items: baseline;
|
|
30389
|
-
white-space: pre-wrap;
|
|
30395
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30396
|
+
margin-right: 8px;
|
|
30390
30397
|
}
|
|
30391
|
-
.
|
|
30392
|
-
|
|
30393
|
-
|
|
30398
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30399
|
+
margin-left: 8px;
|
|
30400
|
+
}
|
|
30401
|
+
|
|
30402
|
+
.E_cc368xp {
|
|
30403
|
+
color: #00122e;
|
|
30404
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30405
|
+
margin-right: 8px;
|
|
30406
|
+
padding-right: 8px;
|
|
30407
|
+
}
|
|
30408
|
+
|
|
30409
|
+
.E_i11o6xqj {
|
|
30410
|
+
display: flex;
|
|
30411
|
+
gap: 4px;
|
|
30412
|
+
}
|
|
30413
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30414
|
+
cursor: pointer;
|
|
30415
|
+
}
|
|
30416
|
+
|
|
30417
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30418
|
+
cursor: not-allowed;
|
|
30419
|
+
}
|
|
30420
|
+
|
|
30421
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30422
|
+
display: inline-flex;
|
|
30423
|
+
align-items: baseline;
|
|
30424
|
+
white-space: pre-wrap;
|
|
30425
|
+
}
|
|
30426
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30427
|
+
position: relative;
|
|
30428
|
+
top: 3px;
|
|
30394
30429
|
}
|
|
30395
30430
|
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30396
30431
|
border-color: rgba(107, 128, 167, 0.6);
|
|
@@ -30529,41 +30564,6 @@ html body {
|
|
|
30529
30564
|
width: 36px;
|
|
30530
30565
|
}
|
|
30531
30566
|
|
|
30532
|
-
.E_owd0kml {
|
|
30533
|
-
display: inline-block;
|
|
30534
|
-
}
|
|
30535
|
-
|
|
30536
|
-
.E_h1jsgezc {
|
|
30537
|
-
visibility: hidden;
|
|
30538
|
-
position: absolute;
|
|
30539
|
-
}
|
|
30540
|
-
|
|
30541
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30542
|
-
margin-right: 8px;
|
|
30543
|
-
}
|
|
30544
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30545
|
-
margin-left: 8px;
|
|
30546
|
-
}
|
|
30547
|
-
|
|
30548
|
-
.E_cc368xp {
|
|
30549
|
-
color: #00122e;
|
|
30550
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30551
|
-
margin-right: 8px;
|
|
30552
|
-
padding-right: 8px;
|
|
30553
|
-
}
|
|
30554
|
-
|
|
30555
|
-
.E_i11o6xqj {
|
|
30556
|
-
display: flex;
|
|
30557
|
-
gap: 4px;
|
|
30558
|
-
}
|
|
30559
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30560
|
-
cursor: pointer;
|
|
30561
|
-
}
|
|
30562
|
-
|
|
30563
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30564
|
-
cursor: not-allowed;
|
|
30565
|
-
}
|
|
30566
|
-
|
|
30567
30567
|
.E_ivqqkzv {
|
|
30568
30568
|
height: 24px;
|
|
30569
30569
|
width: 56px !important;
|
|
@@ -30574,57 +30574,6 @@ html body {
|
|
|
30574
30574
|
color: rgba(44, 56, 82, 0.6);
|
|
30575
30575
|
}
|
|
30576
30576
|
|
|
30577
|
-
.E_c1bus5hc {
|
|
30578
|
-
--color: white;
|
|
30579
|
-
height: 14px;
|
|
30580
|
-
width: 14px;
|
|
30581
|
-
border-radius: 50%;
|
|
30582
|
-
flex-shrink: 0;
|
|
30583
|
-
display: flex;
|
|
30584
|
-
align-items: center;
|
|
30585
|
-
justify-content: center;
|
|
30586
|
-
border: 1px solid var(--color);
|
|
30587
|
-
}
|
|
30588
|
-
.E_c1bus5hc .circle-inner {
|
|
30589
|
-
position: relative;
|
|
30590
|
-
height: 10px;
|
|
30591
|
-
width: 10px;
|
|
30592
|
-
border-radius: 50%;
|
|
30593
|
-
overflow: hidden;
|
|
30594
|
-
}
|
|
30595
|
-
.E_c1bus5hc .circle-content {
|
|
30596
|
-
position: absolute;
|
|
30597
|
-
height: 100%;
|
|
30598
|
-
width: 100%;
|
|
30599
|
-
left: 0;
|
|
30600
|
-
top: 0;
|
|
30601
|
-
border-radius: 50%;
|
|
30602
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30603
|
-
transform: rotate(180deg);
|
|
30604
|
-
}
|
|
30605
|
-
.E_c1bus5hc .circle-child {
|
|
30606
|
-
position: absolute;
|
|
30607
|
-
height: 100%;
|
|
30608
|
-
width: 100%;
|
|
30609
|
-
left: 0;
|
|
30610
|
-
top: 0;
|
|
30611
|
-
margin-left: 50%;
|
|
30612
|
-
transform-origin: left;
|
|
30613
|
-
background: white;
|
|
30614
|
-
transform: rotate(0deg);
|
|
30615
|
-
}
|
|
30616
|
-
|
|
30617
|
-
.E_c1yyuluq {
|
|
30618
|
-
border-radius: 8px;
|
|
30619
|
-
}
|
|
30620
|
-
.E_c1yyuluq .ant-card-body {
|
|
30621
|
-
padding: 20px 24px 24px 24px;
|
|
30622
|
-
}
|
|
30623
|
-
|
|
30624
|
-
.E_tju3gfj .date {
|
|
30625
|
-
margin-right: 4px;
|
|
30626
|
-
}
|
|
30627
|
-
|
|
30628
30577
|
.E_cnujxq2 {
|
|
30629
30578
|
display: flex;
|
|
30630
30579
|
flex-direction: column;
|
|
@@ -31314,6 +31263,101 @@ input.E_rf8rlle.ant-input {
|
|
|
31314
31263
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31315
31264
|
}
|
|
31316
31265
|
|
|
31266
|
+
.E_s1dizucg.ant-switch {
|
|
31267
|
+
min-width: 40px;
|
|
31268
|
+
height: 24px;
|
|
31269
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31270
|
+
overflow: hidden;
|
|
31271
|
+
}
|
|
31272
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31273
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31274
|
+
}
|
|
31275
|
+
.E_s1dizucg.ant-switch-small {
|
|
31276
|
+
min-width: 26px;
|
|
31277
|
+
height: 16px;
|
|
31278
|
+
}
|
|
31279
|
+
.E_s1dizucg.ant-switch-large {
|
|
31280
|
+
min-width: 52px;
|
|
31281
|
+
height: 32px;
|
|
31282
|
+
}
|
|
31283
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31284
|
+
height: 20px;
|
|
31285
|
+
width: 20px;
|
|
31286
|
+
}
|
|
31287
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31288
|
+
border-radius: 10px;
|
|
31289
|
+
transition-delay: 120ms;
|
|
31290
|
+
}
|
|
31291
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31292
|
+
height: 14px;
|
|
31293
|
+
width: 14px;
|
|
31294
|
+
top: 1px;
|
|
31295
|
+
left: 1px;
|
|
31296
|
+
}
|
|
31297
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31298
|
+
height: 28px;
|
|
31299
|
+
width: 28px;
|
|
31300
|
+
}
|
|
31301
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31302
|
+
border-radius: 14px;
|
|
31303
|
+
}
|
|
31304
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31305
|
+
background-color: #00ba5d;
|
|
31306
|
+
}
|
|
31307
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31308
|
+
left: calc(100% - 20px - 2px);
|
|
31309
|
+
}
|
|
31310
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31311
|
+
left: calc(100% - 14px - 1px);
|
|
31312
|
+
}
|
|
31313
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31314
|
+
left: calc(100% - 28px - 2px);
|
|
31315
|
+
}
|
|
31316
|
+
|
|
31317
|
+
.E_c1up6e3y {
|
|
31318
|
+
margin-left: 5px;
|
|
31319
|
+
}
|
|
31320
|
+
|
|
31321
|
+
.E_c1bus5hc {
|
|
31322
|
+
--color: white;
|
|
31323
|
+
height: 14px;
|
|
31324
|
+
width: 14px;
|
|
31325
|
+
border-radius: 50%;
|
|
31326
|
+
flex-shrink: 0;
|
|
31327
|
+
display: flex;
|
|
31328
|
+
align-items: center;
|
|
31329
|
+
justify-content: center;
|
|
31330
|
+
border: 1px solid var(--color);
|
|
31331
|
+
}
|
|
31332
|
+
.E_c1bus5hc .circle-inner {
|
|
31333
|
+
position: relative;
|
|
31334
|
+
height: 10px;
|
|
31335
|
+
width: 10px;
|
|
31336
|
+
border-radius: 50%;
|
|
31337
|
+
overflow: hidden;
|
|
31338
|
+
}
|
|
31339
|
+
.E_c1bus5hc .circle-content {
|
|
31340
|
+
position: absolute;
|
|
31341
|
+
height: 100%;
|
|
31342
|
+
width: 100%;
|
|
31343
|
+
left: 0;
|
|
31344
|
+
top: 0;
|
|
31345
|
+
border-radius: 50%;
|
|
31346
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31347
|
+
transform: rotate(180deg);
|
|
31348
|
+
}
|
|
31349
|
+
.E_c1bus5hc .circle-child {
|
|
31350
|
+
position: absolute;
|
|
31351
|
+
height: 100%;
|
|
31352
|
+
width: 100%;
|
|
31353
|
+
left: 0;
|
|
31354
|
+
top: 0;
|
|
31355
|
+
margin-left: 50%;
|
|
31356
|
+
transform-origin: left;
|
|
31357
|
+
background: white;
|
|
31358
|
+
transform: rotate(0deg);
|
|
31359
|
+
}
|
|
31360
|
+
|
|
31317
31361
|
.E_s1dni7lo {
|
|
31318
31362
|
width: 430px !important;
|
|
31319
31363
|
}
|
|
@@ -31395,48 +31439,138 @@ input.E_rf8rlle.ant-input {
|
|
|
31395
31439
|
opacity: 0;
|
|
31396
31440
|
}
|
|
31397
31441
|
|
|
31398
|
-
.
|
|
31399
|
-
|
|
31400
|
-
font-style: normal;
|
|
31401
|
-
font-weight: bold;
|
|
31402
|
-
font-size: 32px;
|
|
31403
|
-
line-height: 40px;
|
|
31442
|
+
.E_tju3gfj .date {
|
|
31443
|
+
margin-right: 4px;
|
|
31404
31444
|
}
|
|
31405
31445
|
|
|
31406
|
-
.
|
|
31407
|
-
|
|
31408
|
-
|
|
31409
|
-
font-weight: bold;
|
|
31410
|
-
font-size: 24px;
|
|
31411
|
-
line-height: 32px;
|
|
31446
|
+
.E_s1sck0th {
|
|
31447
|
+
padding: 0 8px;
|
|
31448
|
+
border-radius: 4px;
|
|
31412
31449
|
}
|
|
31413
31450
|
|
|
31414
|
-
.
|
|
31415
|
-
|
|
31416
|
-
|
|
31417
|
-
font-weight: normal;
|
|
31418
|
-
font-size: 32px;
|
|
31419
|
-
line-height: 40px;
|
|
31451
|
+
.E_m855nr1 {
|
|
31452
|
+
padding: 2px 8px;
|
|
31453
|
+
border-radius: 3px;
|
|
31420
31454
|
}
|
|
31421
31455
|
|
|
31422
|
-
.
|
|
31423
|
-
|
|
31424
|
-
|
|
31425
|
-
font-weight: bold;
|
|
31426
|
-
font-size: 20px;
|
|
31427
|
-
line-height: 24px;
|
|
31456
|
+
.E_l1270xpg {
|
|
31457
|
+
padding: 3px 8px;
|
|
31458
|
+
border-radius: 2px;
|
|
31428
31459
|
}
|
|
31429
31460
|
|
|
31430
|
-
.
|
|
31431
|
-
|
|
31432
|
-
font-style: normal;
|
|
31433
|
-
font-weight: normal;
|
|
31434
|
-
font-size: 20px;
|
|
31435
|
-
line-height: 24px;
|
|
31461
|
+
.E_t14rextb.ant-tag:hover {
|
|
31462
|
+
opacity: unset;
|
|
31436
31463
|
}
|
|
31437
|
-
|
|
31438
|
-
|
|
31439
|
-
|
|
31464
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31465
|
+
margin: 0;
|
|
31466
|
+
margin-right: 8px;
|
|
31467
|
+
display: inline-flex;
|
|
31468
|
+
align-items: center;
|
|
31469
|
+
border: none;
|
|
31470
|
+
}
|
|
31471
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31472
|
+
width: 16px;
|
|
31473
|
+
height: 16px;
|
|
31474
|
+
color: inherit;
|
|
31475
|
+
margin-left: 4px;
|
|
31476
|
+
opacity: 0.6;
|
|
31477
|
+
display: inline-flex;
|
|
31478
|
+
}
|
|
31479
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31480
|
+
opacity: 1;
|
|
31481
|
+
}
|
|
31482
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31483
|
+
color: #0080ff;
|
|
31484
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31485
|
+
}
|
|
31486
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31487
|
+
color: #f0483e;
|
|
31488
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31489
|
+
}
|
|
31490
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31491
|
+
color: #e07f00;
|
|
31492
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31493
|
+
}
|
|
31494
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31495
|
+
color: #008f4c;
|
|
31496
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31497
|
+
}
|
|
31498
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31499
|
+
color: #1d326c;
|
|
31500
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31501
|
+
}
|
|
31502
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31503
|
+
color: #7E41FF;
|
|
31504
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31505
|
+
}
|
|
31506
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31507
|
+
color: #fff;
|
|
31508
|
+
}
|
|
31509
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31510
|
+
background-color: #f0483e;
|
|
31511
|
+
}
|
|
31512
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31513
|
+
background-color: #fea008;
|
|
31514
|
+
}
|
|
31515
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31516
|
+
background-color: #00ba5d;
|
|
31517
|
+
}
|
|
31518
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31519
|
+
background-color: #0080ff;
|
|
31520
|
+
}
|
|
31521
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31522
|
+
background-color: #6b7d99;
|
|
31523
|
+
}
|
|
31524
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31525
|
+
background-color: #7E41FF;
|
|
31526
|
+
}
|
|
31527
|
+
|
|
31528
|
+
.E_iq1gosr {
|
|
31529
|
+
display: inline-block;
|
|
31530
|
+
}
|
|
31531
|
+
|
|
31532
|
+
.E_dsnbhzf {
|
|
31533
|
+
font-family: Inter;
|
|
31534
|
+
font-style: normal;
|
|
31535
|
+
font-weight: bold;
|
|
31536
|
+
font-size: 32px;
|
|
31537
|
+
line-height: 40px;
|
|
31538
|
+
}
|
|
31539
|
+
|
|
31540
|
+
.E_d1mvo22k {
|
|
31541
|
+
font-family: Inter;
|
|
31542
|
+
font-style: normal;
|
|
31543
|
+
font-weight: bold;
|
|
31544
|
+
font-size: 24px;
|
|
31545
|
+
line-height: 32px;
|
|
31546
|
+
}
|
|
31547
|
+
|
|
31548
|
+
.E_d1b444tr {
|
|
31549
|
+
font-family: Inter;
|
|
31550
|
+
font-style: normal;
|
|
31551
|
+
font-weight: normal;
|
|
31552
|
+
font-size: 32px;
|
|
31553
|
+
line-height: 40px;
|
|
31554
|
+
}
|
|
31555
|
+
|
|
31556
|
+
.E_dvs0kue {
|
|
31557
|
+
font-family: Inter;
|
|
31558
|
+
font-style: normal;
|
|
31559
|
+
font-weight: bold;
|
|
31560
|
+
font-size: 20px;
|
|
31561
|
+
line-height: 24px;
|
|
31562
|
+
}
|
|
31563
|
+
|
|
31564
|
+
.E_d1hcbfcq {
|
|
31565
|
+
font-family: Inter;
|
|
31566
|
+
font-style: normal;
|
|
31567
|
+
font-weight: normal;
|
|
31568
|
+
font-size: 20px;
|
|
31569
|
+
line-height: 24px;
|
|
31570
|
+
}
|
|
31571
|
+
|
|
31572
|
+
.E_d1cz922v {
|
|
31573
|
+
font-family: Inter;
|
|
31440
31574
|
font-style: normal;
|
|
31441
31575
|
font-weight: bold;
|
|
31442
31576
|
font-size: 18px;
|
|
@@ -31870,145 +32004,19 @@ input.E_rf8rlle.ant-input {
|
|
|
31870
32004
|
line-height: 12px;
|
|
31871
32005
|
}
|
|
31872
32006
|
|
|
31873
|
-
.
|
|
31874
|
-
|
|
31875
|
-
height: 24px;
|
|
31876
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31877
|
-
overflow: hidden;
|
|
31878
|
-
}
|
|
31879
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31880
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31881
|
-
}
|
|
31882
|
-
.E_s1dizucg.ant-switch-small {
|
|
31883
|
-
min-width: 26px;
|
|
31884
|
-
height: 16px;
|
|
31885
|
-
}
|
|
31886
|
-
.E_s1dizucg.ant-switch-large {
|
|
31887
|
-
min-width: 52px;
|
|
31888
|
-
height: 32px;
|
|
31889
|
-
}
|
|
31890
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31891
|
-
height: 20px;
|
|
31892
|
-
width: 20px;
|
|
31893
|
-
}
|
|
31894
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31895
|
-
border-radius: 10px;
|
|
31896
|
-
transition-delay: 120ms;
|
|
31897
|
-
}
|
|
31898
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31899
|
-
height: 14px;
|
|
31900
|
-
width: 14px;
|
|
31901
|
-
top: 1px;
|
|
31902
|
-
left: 1px;
|
|
31903
|
-
}
|
|
31904
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31905
|
-
height: 28px;
|
|
31906
|
-
width: 28px;
|
|
31907
|
-
}
|
|
31908
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31909
|
-
border-radius: 14px;
|
|
31910
|
-
}
|
|
31911
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31912
|
-
background-color: #00ba5d;
|
|
31913
|
-
}
|
|
31914
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31915
|
-
left: calc(100% - 20px - 2px);
|
|
31916
|
-
}
|
|
31917
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31918
|
-
left: calc(100% - 14px - 1px);
|
|
31919
|
-
}
|
|
31920
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31921
|
-
left: calc(100% - 28px - 2px);
|
|
31922
|
-
}
|
|
31923
|
-
|
|
31924
|
-
.E_c1up6e3y {
|
|
31925
|
-
margin-left: 5px;
|
|
32007
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32008
|
+
display: none;
|
|
31926
32009
|
}
|
|
31927
|
-
|
|
31928
|
-
.
|
|
31929
|
-
padding: 0 8px;
|
|
32010
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
32011
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31930
32012
|
border-radius: 4px;
|
|
31931
32013
|
}
|
|
31932
|
-
|
|
31933
|
-
|
|
31934
|
-
padding: 2px 8px;
|
|
31935
|
-
border-radius: 3px;
|
|
31936
|
-
}
|
|
31937
|
-
|
|
31938
|
-
.E_l1270xpg {
|
|
31939
|
-
padding: 3px 8px;
|
|
31940
|
-
border-radius: 2px;
|
|
31941
|
-
}
|
|
31942
|
-
|
|
31943
|
-
.E_t14rextb.ant-tag:hover {
|
|
31944
|
-
opacity: unset;
|
|
31945
|
-
}
|
|
31946
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31947
|
-
margin: 0;
|
|
31948
|
-
margin-right: 8px;
|
|
31949
|
-
display: inline-flex;
|
|
31950
|
-
align-items: center;
|
|
31951
|
-
border: none;
|
|
31952
|
-
}
|
|
31953
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31954
|
-
width: 16px;
|
|
31955
|
-
height: 16px;
|
|
31956
|
-
color: inherit;
|
|
31957
|
-
margin-left: 4px;
|
|
31958
|
-
opacity: 0.6;
|
|
31959
|
-
display: inline-flex;
|
|
31960
|
-
}
|
|
31961
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31962
|
-
opacity: 1;
|
|
31963
|
-
}
|
|
31964
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31965
|
-
color: #0080ff;
|
|
31966
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31967
|
-
}
|
|
31968
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31969
|
-
color: #f0483e;
|
|
31970
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31971
|
-
}
|
|
31972
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31973
|
-
color: #e07f00;
|
|
31974
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31975
|
-
}
|
|
31976
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31977
|
-
color: #008f4c;
|
|
31978
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31979
|
-
}
|
|
31980
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31981
|
-
color: #1d326c;
|
|
31982
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31983
|
-
}
|
|
31984
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31985
|
-
color: #7E41FF;
|
|
31986
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31987
|
-
}
|
|
31988
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31989
|
-
color: #fff;
|
|
31990
|
-
}
|
|
31991
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31992
|
-
background-color: #f0483e;
|
|
31993
|
-
}
|
|
31994
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31995
|
-
background-color: #fea008;
|
|
31996
|
-
}
|
|
31997
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31998
|
-
background-color: #00ba5d;
|
|
31999
|
-
}
|
|
32000
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32001
|
-
background-color: #0080ff;
|
|
32002
|
-
}
|
|
32003
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32004
|
-
background-color: #6b7d99;
|
|
32005
|
-
}
|
|
32006
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32007
|
-
background-color: #7E41FF;
|
|
32014
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32015
|
+
visibility: hidden;
|
|
32008
32016
|
}
|
|
32009
32017
|
|
|
32010
|
-
.
|
|
32011
|
-
|
|
32018
|
+
.E_m196gn1d {
|
|
32019
|
+
min-width: 1280px;
|
|
32012
32020
|
}
|
|
32013
32021
|
|
|
32014
32022
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -32041,19 +32049,11 @@ input.E_rf8rlle.ant-input {
|
|
|
32041
32049
|
transition: all 320ms ease;
|
|
32042
32050
|
}
|
|
32043
32051
|
|
|
32044
|
-
.
|
|
32045
|
-
|
|
32052
|
+
.E_c1yyuluq {
|
|
32053
|
+
border-radius: 8px;
|
|
32046
32054
|
}
|
|
32047
|
-
|
|
32048
|
-
|
|
32049
|
-
display: none;
|
|
32050
|
-
}
|
|
32051
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
32052
|
-
background: rgba(23, 38, 64, 0.8);
|
|
32053
|
-
border-radius: 4px;
|
|
32054
|
-
}
|
|
32055
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32056
|
-
visibility: hidden;
|
|
32055
|
+
.E_c1yyuluq .ant-card-body {
|
|
32056
|
+
padding: 20px 24px 24px 24px;
|
|
32057
32057
|
}
|
|
32058
32058
|
|
|
32059
32059
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -32078,6 +32078,92 @@ input.E_rf8rlle.ant-input {
|
|
|
32078
32078
|
cursor: default;
|
|
32079
32079
|
}
|
|
32080
32080
|
|
|
32081
|
+
.E_ryby9ds {
|
|
32082
|
+
display: flex;
|
|
32083
|
+
align-items: center;
|
|
32084
|
+
}
|
|
32085
|
+
.E_ryby9ds .order {
|
|
32086
|
+
height: 24px;
|
|
32087
|
+
width: 24px;
|
|
32088
|
+
border-radius: 20px;
|
|
32089
|
+
color: #0080ff;
|
|
32090
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32091
|
+
display: flex;
|
|
32092
|
+
align-items: center;
|
|
32093
|
+
justify-content: center;
|
|
32094
|
+
margin-right: 6px;
|
|
32095
|
+
}
|
|
32096
|
+
|
|
32097
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32098
|
+
border-radius: 6px;
|
|
32099
|
+
}
|
|
32100
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32101
|
+
width: 100%;
|
|
32102
|
+
color: #2d3a56;
|
|
32103
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32104
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32105
|
+
font-size: 13px;
|
|
32106
|
+
}
|
|
32107
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32108
|
+
height: 30px;
|
|
32109
|
+
}
|
|
32110
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32111
|
+
height: 38px;
|
|
32112
|
+
font-size: 13px;
|
|
32113
|
+
}
|
|
32114
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32115
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32116
|
+
transition: 160ms ease;
|
|
32117
|
+
}
|
|
32118
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32119
|
+
color: #0080ff;
|
|
32120
|
+
}
|
|
32121
|
+
.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 {
|
|
32122
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32123
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32124
|
+
}
|
|
32125
|
+
.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 {
|
|
32126
|
+
color: #0080ff;
|
|
32127
|
+
}
|
|
32128
|
+
.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 {
|
|
32129
|
+
border-color: #0080ff;
|
|
32130
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32131
|
+
}
|
|
32132
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32133
|
+
transform: rotate(180deg);
|
|
32134
|
+
}
|
|
32135
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32136
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32137
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32138
|
+
cursor: "not-allowed";
|
|
32139
|
+
}
|
|
32140
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32141
|
+
border-color: #f0483e !important;
|
|
32142
|
+
}
|
|
32143
|
+
.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 {
|
|
32144
|
+
color: #1d326c;
|
|
32145
|
+
}
|
|
32146
|
+
.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 {
|
|
32147
|
+
border-color: #0080ff;
|
|
32148
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32149
|
+
}
|
|
32150
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32151
|
+
transform: rotate(180deg);
|
|
32152
|
+
}
|
|
32153
|
+
|
|
32154
|
+
.E_suhck3k {
|
|
32155
|
+
height: 24px;
|
|
32156
|
+
width: 24px;
|
|
32157
|
+
border-radius: 6px;
|
|
32158
|
+
padding: 4px;
|
|
32159
|
+
}
|
|
32160
|
+
.E_suhck3k:hover {
|
|
32161
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32162
|
+
}
|
|
32163
|
+
.E_suhck3k:hover svg path {
|
|
32164
|
+
fill: blue;
|
|
32165
|
+
}
|
|
32166
|
+
|
|
32081
32167
|
.E_hrhfj7c {
|
|
32082
32168
|
display: none;
|
|
32083
32169
|
}
|
|
@@ -32297,92 +32383,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32297
32383
|
font-size: 14px;
|
|
32298
32384
|
}
|
|
32299
32385
|
|
|
32300
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32301
|
-
border-radius: 6px;
|
|
32302
|
-
}
|
|
32303
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32304
|
-
width: 100%;
|
|
32305
|
-
color: #2d3a56;
|
|
32306
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32307
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32308
|
-
font-size: 13px;
|
|
32309
|
-
}
|
|
32310
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32311
|
-
height: 30px;
|
|
32312
|
-
}
|
|
32313
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32314
|
-
height: 38px;
|
|
32315
|
-
font-size: 13px;
|
|
32316
|
-
}
|
|
32317
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32318
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32319
|
-
transition: 160ms ease;
|
|
32320
|
-
}
|
|
32321
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32322
|
-
color: #0080ff;
|
|
32323
|
-
}
|
|
32324
|
-
.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 {
|
|
32325
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32326
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32327
|
-
}
|
|
32328
|
-
.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 {
|
|
32329
|
-
color: #0080ff;
|
|
32330
|
-
}
|
|
32331
|
-
.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 {
|
|
32332
|
-
border-color: #0080ff;
|
|
32333
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32334
|
-
}
|
|
32335
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32336
|
-
transform: rotate(180deg);
|
|
32337
|
-
}
|
|
32338
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32339
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32340
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32341
|
-
cursor: "not-allowed";
|
|
32342
|
-
}
|
|
32343
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32344
|
-
border-color: #f0483e !important;
|
|
32345
|
-
}
|
|
32346
|
-
.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 {
|
|
32347
|
-
color: #1d326c;
|
|
32348
|
-
}
|
|
32349
|
-
.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 {
|
|
32350
|
-
border-color: #0080ff;
|
|
32351
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32352
|
-
}
|
|
32353
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32354
|
-
transform: rotate(180deg);
|
|
32355
|
-
}
|
|
32356
|
-
|
|
32357
|
-
.E_suhck3k {
|
|
32358
|
-
height: 24px;
|
|
32359
|
-
width: 24px;
|
|
32360
|
-
border-radius: 6px;
|
|
32361
|
-
padding: 4px;
|
|
32362
|
-
}
|
|
32363
|
-
.E_suhck3k:hover {
|
|
32364
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32365
|
-
}
|
|
32366
|
-
.E_suhck3k:hover svg path {
|
|
32367
|
-
fill: blue;
|
|
32368
|
-
}
|
|
32369
|
-
|
|
32370
|
-
.E_ryby9ds {
|
|
32371
|
-
display: flex;
|
|
32372
|
-
align-items: center;
|
|
32373
|
-
}
|
|
32374
|
-
.E_ryby9ds .order {
|
|
32375
|
-
height: 24px;
|
|
32376
|
-
width: 24px;
|
|
32377
|
-
border-radius: 20px;
|
|
32378
|
-
color: #0080ff;
|
|
32379
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32380
|
-
display: flex;
|
|
32381
|
-
align-items: center;
|
|
32382
|
-
justify-content: center;
|
|
32383
|
-
margin-right: 6px;
|
|
32384
|
-
}
|
|
32385
|
-
|
|
32386
32386
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32387
32387
|
opacity: 1;
|
|
32388
32388
|
}
|
|
@@ -32535,6 +32535,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32535
32535
|
flex-shrink: 0;
|
|
32536
32536
|
}
|
|
32537
32537
|
|
|
32538
|
+
.E_w1dxz879 {
|
|
32539
|
+
display: flex;
|
|
32540
|
+
flex-direction: column;
|
|
32541
|
+
gap: 6px;
|
|
32542
|
+
}
|
|
32543
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32544
|
+
max-height: var(--w1dxz879-0);
|
|
32545
|
+
text-overflow: clip;
|
|
32546
|
+
overflow: hidden;
|
|
32547
|
+
}
|
|
32548
|
+
.E_w1dxz879 .tips {
|
|
32549
|
+
color: #fff;
|
|
32550
|
+
opacity: 0.8;
|
|
32551
|
+
}
|
|
32552
|
+
|
|
32538
32553
|
.E_h12yihis {
|
|
32539
32554
|
height: 50px;
|
|
32540
32555
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32755,19 +32770,58 @@ input.E_rf8rlle.ant-input {
|
|
|
32755
32770
|
position: static;
|
|
32756
32771
|
}
|
|
32757
32772
|
|
|
32758
|
-
.
|
|
32773
|
+
.E_r77hffu {
|
|
32774
|
+
display: flex;
|
|
32775
|
+
align-items: center;
|
|
32776
|
+
justify-content: space-between;
|
|
32777
|
+
column-gap: 6px;
|
|
32778
|
+
}
|
|
32779
|
+
|
|
32780
|
+
.E_p1cmxsf7 {
|
|
32759
32781
|
display: flex;
|
|
32760
32782
|
flex-direction: column;
|
|
32761
|
-
|
|
32783
|
+
justify-content: center;
|
|
32784
|
+
row-gap: var(--p1cmxsf7-0);
|
|
32762
32785
|
}
|
|
32763
|
-
.
|
|
32764
|
-
|
|
32765
|
-
|
|
32766
|
-
|
|
32786
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
32787
|
+
font-size: 0;
|
|
32788
|
+
margin-bottom: unset;
|
|
32789
|
+
margin-inline-end: unset;
|
|
32767
32790
|
}
|
|
32768
|
-
|
|
32769
|
-
|
|
32770
|
-
|
|
32791
|
+
|
|
32792
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32793
|
+
margin-right: 2px;
|
|
32794
|
+
}
|
|
32795
|
+
|
|
32796
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32797
|
+
padding-left: 8px;
|
|
32798
|
+
padding-right: 8px;
|
|
32799
|
+
font-size: 12px;
|
|
32800
|
+
}
|
|
32801
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32802
|
+
border-radius: 4px;
|
|
32803
|
+
}
|
|
32804
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32805
|
+
border-radius: 4px;
|
|
32806
|
+
}
|
|
32807
|
+
|
|
32808
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32809
|
+
padding-left: 12px;
|
|
32810
|
+
padding-right: 12px;
|
|
32811
|
+
}
|
|
32812
|
+
|
|
32813
|
+
.E_ckld275 {
|
|
32814
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32815
|
+
}
|
|
32816
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32817
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32818
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32819
|
+
}
|
|
32820
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32821
|
+
background-color: transparent;
|
|
32822
|
+
}
|
|
32823
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32824
|
+
background-color: transparent;
|
|
32771
32825
|
}
|
|
32772
32826
|
|
|
32773
32827
|
.E_b14q2gmw {
|
|
@@ -32787,178 +32841,72 @@ input.E_rf8rlle.ant-input {
|
|
|
32787
32841
|
transform: translateY(-4px);
|
|
32788
32842
|
}
|
|
32789
32843
|
|
|
32790
|
-
|
|
32791
|
-
|
|
32792
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32793
|
-
font-size: 12px;
|
|
32794
|
-
line-height: 18px;
|
|
32795
|
-
height: 18px;
|
|
32796
|
-
}
|
|
32797
|
-
|
|
32798
|
-
button.E_l48ei06 {
|
|
32799
|
-
color: #0080FF;
|
|
32800
|
-
height: unset;
|
|
32801
|
-
}
|
|
32802
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
32803
|
-
margin-right: 4px;
|
|
32804
|
-
}
|
|
32805
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32806
|
-
margin-left: 4px;
|
|
32807
|
-
}
|
|
32808
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32809
|
-
color: #009DFF;
|
|
32810
|
-
}
|
|
32811
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32812
|
-
color: #005ED1;
|
|
32813
|
-
}
|
|
32814
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32815
|
-
color: #0080FF;
|
|
32816
|
-
}
|
|
32817
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
32818
|
-
color: #00122E;
|
|
32819
|
-
}
|
|
32820
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32821
|
-
color: #0080FF;
|
|
32822
|
-
}
|
|
32823
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32824
|
-
color: #005ED1;
|
|
32825
|
-
}
|
|
32826
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32827
|
-
color: #00122E;
|
|
32828
|
-
}
|
|
32829
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
32830
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32831
|
-
}
|
|
32832
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32833
|
-
color: #0080FF;
|
|
32834
|
-
}
|
|
32835
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32836
|
-
color: #005ED1;
|
|
32837
|
-
}
|
|
32838
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32839
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32840
|
-
}
|
|
32841
|
-
|
|
32842
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32843
|
-
margin-right: 2px;
|
|
32844
|
-
}
|
|
32845
|
-
|
|
32846
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32847
|
-
padding-left: 8px;
|
|
32848
|
-
padding-right: 8px;
|
|
32849
|
-
font-size: 12px;
|
|
32850
|
-
}
|
|
32851
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32852
|
-
border-radius: 4px;
|
|
32853
|
-
}
|
|
32854
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32855
|
-
border-radius: 4px;
|
|
32856
|
-
}
|
|
32857
|
-
|
|
32858
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32859
|
-
padding-left: 12px;
|
|
32860
|
-
padding-right: 12px;
|
|
32861
|
-
}
|
|
32862
|
-
|
|
32863
|
-
.E_ckld275 {
|
|
32864
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32865
|
-
}
|
|
32866
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32867
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32868
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32869
|
-
}
|
|
32870
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32871
|
-
background-color: transparent;
|
|
32872
|
-
}
|
|
32873
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32874
|
-
background-color: transparent;
|
|
32875
|
-
}
|
|
32876
|
-
|
|
32877
|
-
.E_r77hffu {
|
|
32878
|
-
display: flex;
|
|
32879
|
-
align-items: center;
|
|
32880
|
-
justify-content: space-between;
|
|
32881
|
-
column-gap: 6px;
|
|
32844
|
+
.E_c1yd35n {
|
|
32845
|
+
padding: 0 12px 14px 12px;
|
|
32882
32846
|
}
|
|
32883
32847
|
|
|
32884
|
-
.
|
|
32885
|
-
|
|
32886
|
-
|
|
32887
|
-
|
|
32888
|
-
row-gap: var(--p1cmxsf7-0);
|
|
32889
|
-
}
|
|
32890
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
32891
|
-
font-size: 0;
|
|
32892
|
-
margin-bottom: unset;
|
|
32893
|
-
margin-inline-end: unset;
|
|
32848
|
+
.E_ckui4s7 {
|
|
32849
|
+
color: #2d3a56;
|
|
32850
|
+
line-height: 22px;
|
|
32851
|
+
display: inline-flex;
|
|
32894
32852
|
}
|
|
32895
|
-
|
|
32896
|
-
.E_l1ucdodl {
|
|
32897
|
-
margin: 0;
|
|
32898
|
-
border-radius: 20px;
|
|
32899
|
-
padding: 2px 10px;
|
|
32853
|
+
.E_ckui4s7 .ant-checkbox {
|
|
32900
32854
|
height: 22px;
|
|
32901
32855
|
display: flex;
|
|
32902
32856
|
align-items: center;
|
|
32857
|
+
top: 0;
|
|
32903
32858
|
}
|
|
32904
|
-
.
|
|
32905
|
-
|
|
32906
|
-
}
|
|
32907
|
-
.E_l1ucdodl.tag-hover {
|
|
32908
|
-
cursor: pointer;
|
|
32909
|
-
}
|
|
32910
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
32911
|
-
color: #00122e;
|
|
32859
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32860
|
+
border: none;
|
|
32912
32861
|
}
|
|
32913
|
-
.
|
|
32914
|
-
|
|
32862
|
+
.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 {
|
|
32863
|
+
border-color: #0080ff;
|
|
32915
32864
|
}
|
|
32916
|
-
.
|
|
32917
|
-
|
|
32918
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32865
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
32866
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32919
32867
|
}
|
|
32920
|
-
.
|
|
32921
|
-
|
|
32868
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32869
|
+
border: 1px solid #0080ff;
|
|
32922
32870
|
}
|
|
32923
|
-
.
|
|
32924
|
-
background
|
|
32871
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32872
|
+
background: #0080ff;
|
|
32925
32873
|
}
|
|
32926
|
-
.
|
|
32927
|
-
background-color: #
|
|
32874
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32875
|
+
background-color: #fff;
|
|
32876
|
+
height: 2px;
|
|
32877
|
+
width: 10px;
|
|
32878
|
+
border-radius: 2px;
|
|
32928
32879
|
}
|
|
32929
|
-
.
|
|
32930
|
-
|
|
32880
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
32881
|
+
opacity: 0.5;
|
|
32931
32882
|
}
|
|
32932
|
-
.
|
|
32933
|
-
background
|
|
32883
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32884
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32885
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32934
32886
|
}
|
|
32935
|
-
.
|
|
32936
|
-
|
|
32887
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32888
|
+
border-color: #2d3a56;
|
|
32937
32889
|
}
|
|
32938
|
-
.
|
|
32939
|
-
background
|
|
32890
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32891
|
+
background: #2d3a56;
|
|
32940
32892
|
}
|
|
32941
|
-
|
|
32942
|
-
|
|
32943
|
-
width: 8px;
|
|
32944
|
-
height: 8px;
|
|
32945
|
-
border-radius: 50%;
|
|
32946
|
-
display: inline-block;
|
|
32893
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
32894
|
+
padding: 0;
|
|
32947
32895
|
}
|
|
32948
|
-
|
|
32949
|
-
.E_s5x1boq {
|
|
32950
|
-
width: 8px;
|
|
32951
|
-
height: 8px;
|
|
32952
|
-
border-radius: 2px;
|
|
32896
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
32953
32897
|
display: inline-block;
|
|
32898
|
+
margin-left: 12px;
|
|
32899
|
+
color: #2d3a56;
|
|
32954
32900
|
}
|
|
32955
|
-
|
|
32956
|
-
|
|
32901
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
32902
|
+
margin-left: 28px;
|
|
32957
32903
|
color: rgba(44, 56, 82, 0.6);
|
|
32958
32904
|
}
|
|
32959
|
-
|
|
32960
|
-
|
|
32961
|
-
|
|
32905
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
32906
|
+
margin-left: 8px;
|
|
32907
|
+
}
|
|
32908
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
32909
|
+
margin-left: 24px;
|
|
32962
32910
|
}
|
|
32963
32911
|
|
|
32964
32912
|
.E_c1kghdax {
|
|
@@ -33001,72 +32949,502 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33001
32949
|
margin-right: 2px;
|
|
33002
32950
|
}
|
|
33003
32951
|
|
|
33004
|
-
.
|
|
33005
|
-
color:
|
|
33006
|
-
|
|
33007
|
-
display:
|
|
32952
|
+
.E_m11nzl2x {
|
|
32953
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32954
|
+
text-align: center;
|
|
32955
|
+
display: flex;
|
|
32956
|
+
align-items: center;
|
|
32957
|
+
justify-content: center;
|
|
32958
|
+
flex-direction: column;
|
|
32959
|
+
height: 100%;
|
|
33008
32960
|
}
|
|
33009
|
-
.
|
|
33010
|
-
|
|
32961
|
+
.E_m11nzl2x .link {
|
|
32962
|
+
color: #0080ff;
|
|
32963
|
+
cursor: pointer;
|
|
32964
|
+
}
|
|
32965
|
+
|
|
32966
|
+
.E_mn7joto {
|
|
32967
|
+
width: 100%;
|
|
32968
|
+
height: 100%;
|
|
32969
|
+
display: flex;
|
|
32970
|
+
flex-direction: column;
|
|
32971
|
+
}
|
|
32972
|
+
.E_mn7joto .name-toolbar {
|
|
32973
|
+
width: 100%;
|
|
32974
|
+
display: flex;
|
|
32975
|
+
line-height: 30px;
|
|
32976
|
+
justify-content: space-between;
|
|
32977
|
+
}
|
|
32978
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
33011
32979
|
display: flex;
|
|
32980
|
+
font-size: 12px;
|
|
33012
32981
|
align-items: center;
|
|
33013
|
-
top: 0;
|
|
33014
32982
|
}
|
|
33015
|
-
.
|
|
33016
|
-
|
|
32983
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
32984
|
+
color: #a3b4cc;
|
|
32985
|
+
}
|
|
32986
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
32987
|
+
margin-left: 10px;
|
|
32988
|
+
}
|
|
32989
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
32990
|
+
margin-left: 10px;
|
|
32991
|
+
cursor: pointer;
|
|
32992
|
+
}
|
|
32993
|
+
.E_mn7joto .content {
|
|
32994
|
+
flex: 1;
|
|
32995
|
+
width: 100%;
|
|
32996
|
+
display: flex;
|
|
32997
|
+
justify-content: center;
|
|
32998
|
+
align-items: center;
|
|
32999
|
+
}
|
|
33000
|
+
.E_mn7joto .single-content {
|
|
33001
|
+
height: 65px;
|
|
33002
|
+
}
|
|
33003
|
+
|
|
33004
|
+
.E_l1bifhon {
|
|
33005
|
+
display: flex;
|
|
33006
|
+
align-items: center;
|
|
33007
|
+
white-space: nowrap;
|
|
33008
|
+
overflow: hidden;
|
|
33009
|
+
width: 100%;
|
|
33010
|
+
}
|
|
33011
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
33012
|
+
font-size: 12px;
|
|
33013
|
+
margin-left: 8px;
|
|
33014
|
+
}
|
|
33015
|
+
|
|
33016
|
+
.E_ltthzck {
|
|
33017
|
+
display: flex;
|
|
33018
|
+
justify-content: flex-start;
|
|
33019
|
+
align-items: center;
|
|
33020
|
+
font-size: 12px;
|
|
33021
|
+
cursor: pointer;
|
|
33022
|
+
}
|
|
33023
|
+
.E_ltthzck:not(:first-child) {
|
|
33024
|
+
margin-left: 8px;
|
|
33025
|
+
}
|
|
33026
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33027
|
+
opacity: 0.3;
|
|
33028
|
+
}
|
|
33029
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
33030
|
+
background: #b4beca !important;
|
|
33031
|
+
border-radius: 2px;
|
|
33032
|
+
}
|
|
33033
|
+
.E_ltthzck.hoverering-self {
|
|
33034
|
+
opacity: 1;
|
|
33035
|
+
}
|
|
33036
|
+
.E_ltthzck .dropdown-trigger {
|
|
33037
|
+
margin-left: 12px;
|
|
33038
|
+
}
|
|
33039
|
+
.E_ltthzck .legend-name {
|
|
33040
|
+
color: #00122e;
|
|
33041
|
+
}
|
|
33042
|
+
|
|
33043
|
+
.E_l1mumj7o {
|
|
33044
|
+
display: flex;
|
|
33045
|
+
justify-content: flex-start;
|
|
33046
|
+
align-items: center;
|
|
33047
|
+
font-size: 12px;
|
|
33048
|
+
cursor: pointer;
|
|
33049
|
+
}
|
|
33050
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
33051
|
+
opacity: 0.3;
|
|
33052
|
+
}
|
|
33053
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
33054
|
+
background: #b4beca !important;
|
|
33055
|
+
border-radius: 2px;
|
|
33056
|
+
}
|
|
33057
|
+
.E_l1mumj7o .legend-name {
|
|
33058
|
+
color: #00122e;
|
|
33059
|
+
}
|
|
33060
|
+
.E_l1mumj7o.hoverering-self {
|
|
33061
|
+
opacity: 1;
|
|
33062
|
+
}
|
|
33063
|
+
|
|
33064
|
+
.E_c14rn6j5 {
|
|
33065
|
+
display: inline-block;
|
|
33066
|
+
height: 8px;
|
|
33067
|
+
width: 8px;
|
|
33068
|
+
margin-right: 6px;
|
|
33069
|
+
border-radius: 2px;
|
|
33070
|
+
}
|
|
33071
|
+
|
|
33072
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
33073
|
+
display: flex;
|
|
33074
|
+
align-items: center;
|
|
33075
|
+
font-size: 12px;
|
|
33076
|
+
margin: 0;
|
|
33077
|
+
}
|
|
33078
|
+
|
|
33079
|
+
.E_lqeaosa {
|
|
33080
|
+
position: relative;
|
|
33081
|
+
}
|
|
33082
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
33083
|
+
bottom: -12px;
|
|
33084
|
+
}
|
|
33085
|
+
.E_lqeaosa .metric-toolbar {
|
|
33086
|
+
display: flex;
|
|
33087
|
+
justify-content: space-between;
|
|
33088
|
+
line-height: 30px;
|
|
33089
|
+
}
|
|
33090
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
33091
|
+
display: flex;
|
|
33092
|
+
flex-shrink: 0;
|
|
33093
|
+
font-size: 12px;
|
|
33094
|
+
align-items: center;
|
|
33095
|
+
}
|
|
33096
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33097
|
+
color: #a3b4cc;
|
|
33098
|
+
}
|
|
33099
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33100
|
+
margin-left: 10px;
|
|
33101
|
+
}
|
|
33102
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33103
|
+
margin-left: 10px;
|
|
33104
|
+
cursor: pointer;
|
|
33105
|
+
}
|
|
33106
|
+
.E_lqeaosa .recharts-xAxis {
|
|
33107
|
+
font-size: 12px;
|
|
33108
|
+
}
|
|
33109
|
+
.E_lqeaosa .pointer-wrapper {
|
|
33110
|
+
position: absolute;
|
|
33111
|
+
bottom: 10px;
|
|
33112
|
+
padding: 0 8px;
|
|
33113
|
+
font-size: 12px;
|
|
33114
|
+
color: #fff;
|
|
33115
|
+
transform: translateX(-50%);
|
|
33116
|
+
}
|
|
33117
|
+
|
|
33118
|
+
.E_t2pr38p {
|
|
33119
|
+
min-width: 200px;
|
|
33120
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
33121
|
+
border-radius: 4px;
|
|
33122
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33123
|
+
padding: 8px;
|
|
33124
|
+
}
|
|
33125
|
+
|
|
33126
|
+
.E_tecdsj7 {
|
|
33127
|
+
display: flex;
|
|
33128
|
+
align-items: center;
|
|
33129
|
+
background-color: unset;
|
|
33130
|
+
color: #FFFFFF;
|
|
33131
|
+
justify-content: space-between;
|
|
33132
|
+
font-size: 12px;
|
|
33133
|
+
padding-top: 6px;
|
|
33134
|
+
}
|
|
33135
|
+
.E_tecdsj7:first-child {
|
|
33136
|
+
padding-top: 3px;
|
|
33137
|
+
}
|
|
33138
|
+
.E_tecdsj7:last-child {
|
|
33139
|
+
padding-bottom: 3px;
|
|
33140
|
+
}
|
|
33141
|
+
.E_tecdsj7 .column-value {
|
|
33142
|
+
color: #FFFFFF;
|
|
33143
|
+
margin-left: 8px;
|
|
33144
|
+
}
|
|
33145
|
+
|
|
33146
|
+
.E_ljhvvia {
|
|
33147
|
+
display: inline-block;
|
|
33148
|
+
height: 8px;
|
|
33149
|
+
width: 8px;
|
|
33150
|
+
margin-right: 8px;
|
|
33151
|
+
border-radius: 2px;
|
|
33152
|
+
}
|
|
33153
|
+
.E_ljhvvia.borderd {
|
|
33154
|
+
border: 1px solid #fff;
|
|
33155
|
+
}
|
|
33156
|
+
|
|
33157
|
+
.E_lht19u8 {
|
|
33158
|
+
width: 64px;
|
|
33159
|
+
height: 64px;
|
|
33160
|
+
display: flex;
|
|
33161
|
+
align-items: center;
|
|
33162
|
+
justify-content: center;
|
|
33163
|
+
position: relative;
|
|
33164
|
+
opacity: 0.2;
|
|
33165
|
+
}
|
|
33166
|
+
|
|
33167
|
+
.E_lk3gkp4 {
|
|
33168
|
+
position: absolute;
|
|
33169
|
+
width: 5px;
|
|
33170
|
+
height: 48px;
|
|
33171
|
+
left: 9.33px;
|
|
33172
|
+
top: 40.5px;
|
|
33173
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33174
|
+
border-radius: 5px;
|
|
33175
|
+
transform: rotate(-128deg);
|
|
33176
|
+
transform-origin: top left;
|
|
33177
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33178
|
+
}
|
|
33179
|
+
|
|
33180
|
+
.E_ll4n94n {
|
|
33181
|
+
position: absolute;
|
|
33182
|
+
width: 5px;
|
|
33183
|
+
height: 48px;
|
|
33184
|
+
left: 40.8px;
|
|
33185
|
+
top: 8.4px;
|
|
33186
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33187
|
+
border-radius: 5px;
|
|
33188
|
+
transform: rotate(-8deg);
|
|
33189
|
+
transform-origin: top left;
|
|
33190
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33191
|
+
}
|
|
33192
|
+
|
|
33193
|
+
.E_l17lbdo6 {
|
|
33194
|
+
position: absolute;
|
|
33195
|
+
width: 5px;
|
|
33196
|
+
height: 48px;
|
|
33197
|
+
left: 52.9px;
|
|
33198
|
+
top: 51.8px;
|
|
33199
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33200
|
+
border-radius: 5px;
|
|
33201
|
+
transform: rotate(112deg);
|
|
33202
|
+
transform-origin: top left;
|
|
33203
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33204
|
+
}
|
|
33205
|
+
|
|
33206
|
+
.E_msn7nxt {
|
|
33207
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33208
|
+
text-align: center;
|
|
33209
|
+
display: flex;
|
|
33210
|
+
align-items: center;
|
|
33211
|
+
justify-content: center;
|
|
33212
|
+
flex-direction: column;
|
|
33213
|
+
height: 100%;
|
|
33214
|
+
}
|
|
33215
|
+
.E_msn7nxt .link {
|
|
33216
|
+
color: #0080ff;
|
|
33217
|
+
cursor: pointer;
|
|
33218
|
+
}
|
|
33219
|
+
|
|
33220
|
+
.E_mp64wfi {
|
|
33221
|
+
width: 100%;
|
|
33222
|
+
height: 100%;
|
|
33223
|
+
display: flex;
|
|
33224
|
+
flex-direction: column;
|
|
33225
|
+
}
|
|
33226
|
+
.E_mp64wfi .name-toolbar {
|
|
33227
|
+
width: 100%;
|
|
33228
|
+
display: flex;
|
|
33229
|
+
line-height: 30px;
|
|
33230
|
+
padding: 0 16px;
|
|
33231
|
+
justify-content: space-between;
|
|
33232
|
+
}
|
|
33233
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33234
|
+
display: flex;
|
|
33235
|
+
font-size: 12px;
|
|
33236
|
+
align-items: center;
|
|
33237
|
+
}
|
|
33238
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33239
|
+
color: #a3b4cc;
|
|
33240
|
+
}
|
|
33241
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33242
|
+
margin-left: 10px;
|
|
33243
|
+
}
|
|
33244
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33245
|
+
margin-left: 10px;
|
|
33246
|
+
cursor: pointer;
|
|
33247
|
+
}
|
|
33248
|
+
.E_mp64wfi .content {
|
|
33249
|
+
flex: 1;
|
|
33250
|
+
width: 100%;
|
|
33251
|
+
display: flex;
|
|
33252
|
+
justify-content: center;
|
|
33253
|
+
align-items: center;
|
|
33254
|
+
}
|
|
33255
|
+
.E_mp64wfi .single-content {
|
|
33256
|
+
height: 65px;
|
|
33257
|
+
}
|
|
33258
|
+
|
|
33259
|
+
.E_l1oyigan {
|
|
33260
|
+
display: flex;
|
|
33261
|
+
align-items: center;
|
|
33262
|
+
white-space: nowrap;
|
|
33263
|
+
overflow: hidden;
|
|
33264
|
+
width: 100%;
|
|
33265
|
+
}
|
|
33266
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33267
|
+
margin-left: auto;
|
|
33268
|
+
font-size: 12px;
|
|
33269
|
+
}
|
|
33270
|
+
|
|
33271
|
+
.E_l1noi4n1 {
|
|
33272
|
+
display: flex;
|
|
33273
|
+
justify-content: flex-start;
|
|
33274
|
+
align-items: center;
|
|
33275
|
+
font-size: 12px;
|
|
33276
|
+
cursor: pointer;
|
|
33277
|
+
}
|
|
33278
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33279
|
+
margin-right: 20px;
|
|
33280
|
+
}
|
|
33281
|
+
.E_l1noi4n1.deselected {
|
|
33282
|
+
opacity: 0.4;
|
|
33283
|
+
}
|
|
33284
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33285
|
+
background: #b4beca !important;
|
|
33286
|
+
}
|
|
33287
|
+
|
|
33288
|
+
.E_cz19rz6 {
|
|
33289
|
+
display: inline-block;
|
|
33290
|
+
height: 8px;
|
|
33291
|
+
width: 8px;
|
|
33292
|
+
margin-right: 8px;
|
|
33293
|
+
}
|
|
33294
|
+
|
|
33295
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33296
|
+
display: flex;
|
|
33297
|
+
align-items: center;
|
|
33298
|
+
font-size: 12px;
|
|
33299
|
+
margin: 0;
|
|
33300
|
+
}
|
|
33301
|
+
|
|
33302
|
+
.E_m1y1hhnr {
|
|
33303
|
+
position: relative;
|
|
33304
|
+
}
|
|
33305
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33306
|
+
bottom: -12px;
|
|
33307
|
+
}
|
|
33308
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33309
|
+
display: flex;
|
|
33310
|
+
justify-content: space-between;
|
|
33311
|
+
line-height: 30px;
|
|
33312
|
+
margin: 0 16px;
|
|
33313
|
+
}
|
|
33314
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33315
|
+
display: flex;
|
|
33316
|
+
font-size: 12px;
|
|
33317
|
+
align-items: center;
|
|
33318
|
+
}
|
|
33319
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33320
|
+
color: #a3b4cc;
|
|
33321
|
+
}
|
|
33322
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33323
|
+
margin-left: 10px;
|
|
33324
|
+
}
|
|
33325
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33326
|
+
margin-left: 10px;
|
|
33327
|
+
cursor: pointer;
|
|
33328
|
+
}
|
|
33329
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33330
|
+
font-size: 12px;
|
|
33331
|
+
}
|
|
33332
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33333
|
+
position: absolute;
|
|
33334
|
+
bottom: 10px;
|
|
33335
|
+
padding: 0 8px;
|
|
33336
|
+
border-radius: 4px;
|
|
33337
|
+
font-size: 12px;
|
|
33338
|
+
color: #fff;
|
|
33339
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33340
|
+
transform: translateX(-50%);
|
|
33341
|
+
}
|
|
33342
|
+
|
|
33343
|
+
.E_tnvijvs {
|
|
33344
|
+
min-width: 200px;
|
|
33345
|
+
}
|
|
33346
|
+
|
|
33347
|
+
.E_t1ub2aex {
|
|
33348
|
+
display: flex;
|
|
33349
|
+
align-items: center;
|
|
33350
|
+
justify-content: space-between;
|
|
33351
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33352
|
+
color: #b4beca;
|
|
33353
|
+
font-size: 12px;
|
|
33354
|
+
padding: 3px 6px;
|
|
33355
|
+
}
|
|
33356
|
+
.E_t1ub2aex:first-child {
|
|
33357
|
+
padding-top: 3px;
|
|
33358
|
+
}
|
|
33359
|
+
.E_t1ub2aex:last-child {
|
|
33360
|
+
padding-bottom: 3px;
|
|
33361
|
+
}
|
|
33362
|
+
.E_t1ub2aex .column-value {
|
|
33363
|
+
color: #fff;
|
|
33364
|
+
margin-left: 8px;
|
|
33365
|
+
}
|
|
33366
|
+
|
|
33367
|
+
.E_t1gvlxt5 {
|
|
33368
|
+
min-width: 0;
|
|
33369
|
+
flex: 1;
|
|
33370
|
+
}
|
|
33371
|
+
.E_t1gvlxt5 .tag {
|
|
33372
|
+
flex: 0 0 auto;
|
|
33373
|
+
}
|
|
33374
|
+
.E_t1gvlxt5 .progress-title {
|
|
33375
|
+
flex: 2;
|
|
33376
|
+
max-width: fit-content;
|
|
33377
|
+
}
|
|
33378
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33379
|
+
flex: 1;
|
|
33380
|
+
max-width: fit-content;
|
|
33381
|
+
}
|
|
33382
|
+
|
|
33383
|
+
.E_a1ji6r68 {
|
|
33384
|
+
display: flex;
|
|
33385
|
+
align-items: center;
|
|
33386
|
+
column-gap: var(--a1ji6r68-0);
|
|
33387
|
+
}
|
|
33388
|
+
|
|
33389
|
+
.E_w7ob4th.outside-tag {
|
|
33390
|
+
padding-left: 0;
|
|
33391
|
+
}
|
|
33392
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33393
|
+
border-radius: 4px 0 0 4px;
|
|
33394
|
+
padding-right: 4px;
|
|
33395
|
+
margin-right: 4px;
|
|
33017
33396
|
}
|
|
33018
|
-
|
|
33019
|
-
|
|
33397
|
+
|
|
33398
|
+
button.E_l48ei06.ant-btn,
|
|
33399
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33400
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33401
|
+
font-size: 12px;
|
|
33402
|
+
line-height: 18px;
|
|
33403
|
+
height: 18px;
|
|
33020
33404
|
}
|
|
33021
|
-
|
|
33022
|
-
|
|
33405
|
+
|
|
33406
|
+
button.E_l48ei06 {
|
|
33407
|
+
color: #0080FF;
|
|
33408
|
+
height: unset;
|
|
33023
33409
|
}
|
|
33024
|
-
.
|
|
33025
|
-
|
|
33410
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33411
|
+
margin-right: 4px;
|
|
33026
33412
|
}
|
|
33027
|
-
.
|
|
33028
|
-
|
|
33413
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33414
|
+
margin-left: 4px;
|
|
33029
33415
|
}
|
|
33030
|
-
.
|
|
33031
|
-
|
|
33032
|
-
height: 2px;
|
|
33033
|
-
width: 10px;
|
|
33034
|
-
border-radius: 2px;
|
|
33416
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33417
|
+
color: #009DFF;
|
|
33035
33418
|
}
|
|
33036
|
-
.
|
|
33037
|
-
|
|
33419
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33420
|
+
color: #005ED1;
|
|
33038
33421
|
}
|
|
33039
|
-
.
|
|
33040
|
-
|
|
33041
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33422
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33423
|
+
color: #0080FF;
|
|
33042
33424
|
}
|
|
33043
|
-
.
|
|
33044
|
-
|
|
33425
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33426
|
+
color: #00122E;
|
|
33045
33427
|
}
|
|
33046
|
-
.
|
|
33047
|
-
|
|
33428
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33429
|
+
color: #0080FF;
|
|
33048
33430
|
}
|
|
33049
|
-
.
|
|
33050
|
-
|
|
33431
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33432
|
+
color: #005ED1;
|
|
33051
33433
|
}
|
|
33052
|
-
.
|
|
33053
|
-
|
|
33054
|
-
margin-left: 12px;
|
|
33055
|
-
color: #2d3a56;
|
|
33434
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33435
|
+
color: #00122E;
|
|
33056
33436
|
}
|
|
33057
|
-
.
|
|
33058
|
-
|
|
33059
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33437
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33438
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33060
33439
|
}
|
|
33061
|
-
.
|
|
33062
|
-
|
|
33440
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33441
|
+
color: #0080FF;
|
|
33063
33442
|
}
|
|
33064
|
-
.
|
|
33065
|
-
|
|
33443
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33444
|
+
color: #005ED1;
|
|
33066
33445
|
}
|
|
33067
|
-
|
|
33068
|
-
.
|
|
33069
|
-
padding: 0 12px 14px 12px;
|
|
33446
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33447
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33070
33448
|
}
|
|
33071
33449
|
|
|
33072
33450
|
.E_sddwhm6 {
|
|
@@ -33134,290 +33512,82 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33134
33512
|
background-color: #6b7d99;
|
|
33135
33513
|
}
|
|
33136
33514
|
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33137
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
33138
|
-
}
|
|
33139
|
-
|
|
33140
|
-
.E_satwmqm {
|
|
33141
|
-
width: 8px;
|
|
33142
|
-
height: 8px;
|
|
33143
|
-
border-radius: 50%;
|
|
33144
|
-
display: inline-block;
|
|
33145
|
-
}
|
|
33146
|
-
|
|
33147
|
-
.E_m11nzl2x {
|
|
33148
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33149
|
-
text-align: center;
|
|
33150
|
-
display: flex;
|
|
33151
|
-
align-items: center;
|
|
33152
|
-
justify-content: center;
|
|
33153
|
-
flex-direction: column;
|
|
33154
|
-
height: 100%;
|
|
33155
|
-
}
|
|
33156
|
-
.E_m11nzl2x .link {
|
|
33157
|
-
color: #0080ff;
|
|
33158
|
-
cursor: pointer;
|
|
33159
|
-
}
|
|
33160
|
-
|
|
33161
|
-
.E_mn7joto {
|
|
33162
|
-
width: 100%;
|
|
33163
|
-
height: 100%;
|
|
33164
|
-
display: flex;
|
|
33165
|
-
flex-direction: column;
|
|
33166
|
-
}
|
|
33167
|
-
.E_mn7joto .name-toolbar {
|
|
33168
|
-
width: 100%;
|
|
33169
|
-
display: flex;
|
|
33170
|
-
line-height: 30px;
|
|
33171
|
-
justify-content: space-between;
|
|
33172
|
-
}
|
|
33173
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
33174
|
-
display: flex;
|
|
33175
|
-
font-size: 12px;
|
|
33176
|
-
align-items: center;
|
|
33177
|
-
}
|
|
33178
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33179
|
-
color: #a3b4cc;
|
|
33180
|
-
}
|
|
33181
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33182
|
-
margin-left: 10px;
|
|
33183
|
-
}
|
|
33184
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33185
|
-
margin-left: 10px;
|
|
33186
|
-
cursor: pointer;
|
|
33187
|
-
}
|
|
33188
|
-
.E_mn7joto .content {
|
|
33189
|
-
flex: 1;
|
|
33190
|
-
width: 100%;
|
|
33191
|
-
display: flex;
|
|
33192
|
-
justify-content: center;
|
|
33193
|
-
align-items: center;
|
|
33194
|
-
}
|
|
33195
|
-
.E_mn7joto .single-content {
|
|
33196
|
-
height: 65px;
|
|
33197
|
-
}
|
|
33198
|
-
|
|
33199
|
-
.E_l1bifhon {
|
|
33200
|
-
display: flex;
|
|
33201
|
-
align-items: center;
|
|
33202
|
-
white-space: nowrap;
|
|
33203
|
-
overflow: hidden;
|
|
33204
|
-
width: 100%;
|
|
33205
|
-
}
|
|
33206
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
33207
|
-
font-size: 12px;
|
|
33208
|
-
margin-left: 8px;
|
|
33209
|
-
}
|
|
33210
|
-
|
|
33211
|
-
.E_ltthzck {
|
|
33212
|
-
display: flex;
|
|
33213
|
-
justify-content: flex-start;
|
|
33214
|
-
align-items: center;
|
|
33215
|
-
font-size: 12px;
|
|
33216
|
-
cursor: pointer;
|
|
33217
|
-
}
|
|
33218
|
-
.E_ltthzck:not(:first-child) {
|
|
33219
|
-
margin-left: 8px;
|
|
33220
|
-
}
|
|
33221
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33222
|
-
opacity: 0.3;
|
|
33223
|
-
}
|
|
33224
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
33225
|
-
background: #b4beca !important;
|
|
33226
|
-
border-radius: 2px;
|
|
33227
|
-
}
|
|
33228
|
-
.E_ltthzck.hoverering-self {
|
|
33229
|
-
opacity: 1;
|
|
33230
|
-
}
|
|
33231
|
-
.E_ltthzck .dropdown-trigger {
|
|
33232
|
-
margin-left: 12px;
|
|
33233
|
-
}
|
|
33234
|
-
.E_ltthzck .legend-name {
|
|
33235
|
-
color: #00122e;
|
|
33236
|
-
}
|
|
33237
|
-
|
|
33238
|
-
.E_l1mumj7o {
|
|
33239
|
-
display: flex;
|
|
33240
|
-
justify-content: flex-start;
|
|
33241
|
-
align-items: center;
|
|
33242
|
-
font-size: 12px;
|
|
33243
|
-
cursor: pointer;
|
|
33244
|
-
}
|
|
33245
|
-
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
33246
|
-
opacity: 0.3;
|
|
33247
|
-
}
|
|
33248
|
-
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
33249
|
-
background: #b4beca !important;
|
|
33250
|
-
border-radius: 2px;
|
|
33251
|
-
}
|
|
33252
|
-
.E_l1mumj7o .legend-name {
|
|
33253
|
-
color: #00122e;
|
|
33254
|
-
}
|
|
33255
|
-
.E_l1mumj7o.hoverering-self {
|
|
33256
|
-
opacity: 1;
|
|
33257
|
-
}
|
|
33258
|
-
|
|
33259
|
-
.E_c14rn6j5 {
|
|
33260
|
-
display: inline-block;
|
|
33261
|
-
height: 8px;
|
|
33262
|
-
width: 8px;
|
|
33263
|
-
margin-right: 6px;
|
|
33264
|
-
border-radius: 2px;
|
|
33265
|
-
}
|
|
33266
|
-
|
|
33267
|
-
.E_e45tc5l .ant-dropdown-menu-item {
|
|
33268
|
-
display: flex;
|
|
33269
|
-
align-items: center;
|
|
33270
|
-
font-size: 12px;
|
|
33271
|
-
margin: 0;
|
|
33272
|
-
}
|
|
33273
|
-
|
|
33274
|
-
.E_lqeaosa {
|
|
33275
|
-
position: relative;
|
|
33276
|
-
}
|
|
33277
|
-
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
33278
|
-
bottom: -12px;
|
|
33279
|
-
}
|
|
33280
|
-
.E_lqeaosa .metric-toolbar {
|
|
33281
|
-
display: flex;
|
|
33282
|
-
justify-content: space-between;
|
|
33283
|
-
line-height: 30px;
|
|
33284
|
-
}
|
|
33285
|
-
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
33286
|
-
display: flex;
|
|
33287
|
-
flex-shrink: 0;
|
|
33288
|
-
font-size: 12px;
|
|
33289
|
-
align-items: center;
|
|
33290
|
-
}
|
|
33291
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33292
|
-
color: #a3b4cc;
|
|
33293
|
-
}
|
|
33294
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33295
|
-
margin-left: 10px;
|
|
33296
|
-
}
|
|
33297
|
-
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33298
|
-
margin-left: 10px;
|
|
33299
|
-
cursor: pointer;
|
|
33300
|
-
}
|
|
33301
|
-
.E_lqeaosa .recharts-xAxis {
|
|
33302
|
-
font-size: 12px;
|
|
33303
|
-
}
|
|
33304
|
-
.E_lqeaosa .pointer-wrapper {
|
|
33305
|
-
position: absolute;
|
|
33306
|
-
bottom: 10px;
|
|
33307
|
-
padding: 0 8px;
|
|
33308
|
-
font-size: 12px;
|
|
33309
|
-
color: #fff;
|
|
33310
|
-
transform: translateX(-50%);
|
|
33515
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33311
33516
|
}
|
|
33312
33517
|
|
|
33313
|
-
.
|
|
33314
|
-
|
|
33315
|
-
|
|
33316
|
-
border-radius:
|
|
33317
|
-
|
|
33318
|
-
padding: 8px;
|
|
33518
|
+
.E_satwmqm {
|
|
33519
|
+
width: 8px;
|
|
33520
|
+
height: 8px;
|
|
33521
|
+
border-radius: 50%;
|
|
33522
|
+
display: inline-block;
|
|
33319
33523
|
}
|
|
33320
33524
|
|
|
33321
|
-
.
|
|
33525
|
+
.E_l1ucdodl {
|
|
33526
|
+
margin: 0;
|
|
33527
|
+
border-radius: 20px;
|
|
33528
|
+
padding: 2px 10px;
|
|
33529
|
+
height: 22px;
|
|
33322
33530
|
display: flex;
|
|
33323
33531
|
align-items: center;
|
|
33324
|
-
|
|
33532
|
+
}
|
|
33533
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33325
33534
|
color: #FFFFFF;
|
|
33326
|
-
justify-content: space-between;
|
|
33327
|
-
font-size: 12px;
|
|
33328
|
-
padding-top: 6px;
|
|
33329
33535
|
}
|
|
33330
|
-
.
|
|
33331
|
-
|
|
33536
|
+
.E_l1ucdodl.tag-hover {
|
|
33537
|
+
cursor: pointer;
|
|
33332
33538
|
}
|
|
33333
|
-
.
|
|
33334
|
-
|
|
33539
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33540
|
+
color: #00122e;
|
|
33335
33541
|
}
|
|
33336
|
-
.
|
|
33337
|
-
|
|
33542
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33543
|
+
margin-right: 6px;
|
|
33544
|
+
}
|
|
33545
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33338
33546
|
margin-left: 8px;
|
|
33547
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33339
33548
|
}
|
|
33340
|
-
|
|
33341
|
-
|
|
33342
|
-
display: inline-block;
|
|
33343
|
-
height: 8px;
|
|
33344
|
-
width: 8px;
|
|
33345
|
-
margin-right: 8px;
|
|
33346
|
-
border-radius: 2px;
|
|
33549
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33550
|
+
color: #FFFFFF;
|
|
33347
33551
|
}
|
|
33348
|
-
.
|
|
33349
|
-
|
|
33552
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33553
|
+
background-color: #0080ff;
|
|
33350
33554
|
}
|
|
33351
|
-
|
|
33352
|
-
|
|
33353
|
-
width: 64px;
|
|
33354
|
-
height: 64px;
|
|
33355
|
-
display: flex;
|
|
33356
|
-
align-items: center;
|
|
33357
|
-
justify-content: center;
|
|
33358
|
-
position: relative;
|
|
33359
|
-
opacity: 0.2;
|
|
33555
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33556
|
+
background-color: #f0483e;
|
|
33360
33557
|
}
|
|
33361
|
-
|
|
33362
|
-
|
|
33363
|
-
position: absolute;
|
|
33364
|
-
width: 5px;
|
|
33365
|
-
height: 48px;
|
|
33366
|
-
left: 9.33px;
|
|
33367
|
-
top: 40.5px;
|
|
33368
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33369
|
-
border-radius: 5px;
|
|
33370
|
-
transform: rotate(-128deg);
|
|
33371
|
-
transform-origin: top left;
|
|
33372
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33558
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33559
|
+
background-color: #fea008;
|
|
33373
33560
|
}
|
|
33374
|
-
|
|
33375
|
-
|
|
33376
|
-
position: absolute;
|
|
33377
|
-
width: 5px;
|
|
33378
|
-
height: 48px;
|
|
33379
|
-
left: 40.8px;
|
|
33380
|
-
top: 8.4px;
|
|
33381
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33382
|
-
border-radius: 5px;
|
|
33383
|
-
transform: rotate(-8deg);
|
|
33384
|
-
transform-origin: top left;
|
|
33385
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33561
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33562
|
+
background-color: #00ba5d;
|
|
33386
33563
|
}
|
|
33387
|
-
|
|
33388
|
-
|
|
33389
|
-
position: absolute;
|
|
33390
|
-
width: 5px;
|
|
33391
|
-
height: 48px;
|
|
33392
|
-
left: 52.9px;
|
|
33393
|
-
top: 51.8px;
|
|
33394
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33395
|
-
border-radius: 5px;
|
|
33396
|
-
transform: rotate(112deg);
|
|
33397
|
-
transform-origin: top left;
|
|
33398
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33564
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33565
|
+
background-color: #6b7d99;
|
|
33399
33566
|
}
|
|
33400
|
-
|
|
33401
|
-
|
|
33402
|
-
min-width: 0;
|
|
33403
|
-
flex: 1;
|
|
33567
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33568
|
+
background-color: #7E41FF;
|
|
33404
33569
|
}
|
|
33405
|
-
|
|
33406
|
-
|
|
33570
|
+
|
|
33571
|
+
.E_s1qj66nc {
|
|
33572
|
+
width: 8px;
|
|
33573
|
+
height: 8px;
|
|
33574
|
+
border-radius: 50%;
|
|
33575
|
+
display: inline-block;
|
|
33407
33576
|
}
|
|
33408
|
-
|
|
33409
|
-
|
|
33410
|
-
|
|
33577
|
+
|
|
33578
|
+
.E_s5x1boq {
|
|
33579
|
+
width: 8px;
|
|
33580
|
+
height: 8px;
|
|
33581
|
+
border-radius: 2px;
|
|
33582
|
+
display: inline-block;
|
|
33411
33583
|
}
|
|
33412
|
-
|
|
33413
|
-
|
|
33414
|
-
|
|
33584
|
+
|
|
33585
|
+
.E_c1xm185 {
|
|
33586
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33415
33587
|
}
|
|
33416
33588
|
|
|
33417
|
-
.
|
|
33418
|
-
|
|
33419
|
-
align-items: center;
|
|
33420
|
-
column-gap: var(--a1ji6r68-0);
|
|
33589
|
+
.E_c1x5l5qc {
|
|
33590
|
+
flex: 1;
|
|
33421
33591
|
}
|
|
33422
33592
|
|
|
33423
33593
|
.E_tc97u5y {
|
|
@@ -33716,240 +33886,108 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33716
33886
|
display: block;
|
|
33717
33887
|
}
|
|
33718
33888
|
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
33719
|
-
display: none;
|
|
33720
|
-
}
|
|
33721
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33722
|
-
transform: translateY(-50%);
|
|
33723
|
-
}
|
|
33724
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
33725
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
33726
|
-
}
|
|
33727
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33728
|
-
background: #f2f5fa;
|
|
33729
|
-
}
|
|
33730
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33731
|
-
display: block;
|
|
33732
|
-
}
|
|
33733
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
33734
|
-
padding-right: 25px;
|
|
33735
|
-
}
|
|
33736
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
33737
|
-
padding: 0 !important;
|
|
33738
|
-
}
|
|
33739
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33740
|
-
position: absolute;
|
|
33741
|
-
left: 50%;
|
|
33742
|
-
top: 50%;
|
|
33743
|
-
transform: translate(-50%, -50%);
|
|
33744
|
-
}
|
|
33745
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
33746
|
-
display: none;
|
|
33747
|
-
}
|
|
33748
|
-
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
33749
|
-
background: #fff;
|
|
33750
|
-
}
|
|
33751
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
33752
|
-
background: inherit;
|
|
33753
|
-
}
|
|
33754
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
33755
|
-
position: static;
|
|
33756
|
-
border: none;
|
|
33757
|
-
background: inherit !important;
|
|
33758
|
-
height: 100px;
|
|
33759
|
-
vertical-align: middle;
|
|
33760
|
-
}
|
|
33761
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
33762
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33763
|
-
font-weight: bold;
|
|
33764
|
-
font-size: 20px;
|
|
33765
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33766
|
-
}
|
|
33767
|
-
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33768
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33769
|
-
z-index: 10;
|
|
33770
|
-
}
|
|
33771
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33772
|
-
padding: 0 !important;
|
|
33773
|
-
position: relative;
|
|
33774
|
-
background: #fff;
|
|
33775
|
-
}
|
|
33776
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33777
|
-
height: 100%;
|
|
33778
|
-
display: flex;
|
|
33779
|
-
align-items: center;
|
|
33780
|
-
justify-content: flex-end;
|
|
33781
|
-
padding-right: 8px;
|
|
33782
|
-
}
|
|
33783
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33784
|
-
width: 24px;
|
|
33785
|
-
height: 24px;
|
|
33786
|
-
cursor: pointer;
|
|
33787
|
-
justify-content: center;
|
|
33788
|
-
border-radius: 4px;
|
|
33789
|
-
}
|
|
33790
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33791
|
-
background: #fff;
|
|
33792
|
-
}
|
|
33793
|
-
|
|
33794
|
-
.E_msn7nxt {
|
|
33795
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33796
|
-
text-align: center;
|
|
33797
|
-
display: flex;
|
|
33798
|
-
align-items: center;
|
|
33799
|
-
justify-content: center;
|
|
33800
|
-
flex-direction: column;
|
|
33801
|
-
height: 100%;
|
|
33802
|
-
}
|
|
33803
|
-
.E_msn7nxt .link {
|
|
33804
|
-
color: #0080ff;
|
|
33805
|
-
cursor: pointer;
|
|
33806
|
-
}
|
|
33807
|
-
|
|
33808
|
-
.E_mp64wfi {
|
|
33809
|
-
width: 100%;
|
|
33810
|
-
height: 100%;
|
|
33811
|
-
display: flex;
|
|
33812
|
-
flex-direction: column;
|
|
33813
|
-
}
|
|
33814
|
-
.E_mp64wfi .name-toolbar {
|
|
33815
|
-
width: 100%;
|
|
33816
|
-
display: flex;
|
|
33817
|
-
line-height: 30px;
|
|
33818
|
-
padding: 0 16px;
|
|
33819
|
-
justify-content: space-between;
|
|
33820
|
-
}
|
|
33821
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33822
|
-
display: flex;
|
|
33823
|
-
font-size: 12px;
|
|
33824
|
-
align-items: center;
|
|
33825
|
-
}
|
|
33826
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33827
|
-
color: #a3b4cc;
|
|
33828
|
-
}
|
|
33829
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33830
|
-
margin-left: 10px;
|
|
33831
|
-
}
|
|
33832
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33833
|
-
margin-left: 10px;
|
|
33834
|
-
cursor: pointer;
|
|
33889
|
+
display: none;
|
|
33835
33890
|
}
|
|
33836
|
-
.
|
|
33837
|
-
|
|
33838
|
-
width: 100%;
|
|
33839
|
-
display: flex;
|
|
33840
|
-
justify-content: center;
|
|
33841
|
-
align-items: center;
|
|
33891
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33892
|
+
transform: translateY(-50%);
|
|
33842
33893
|
}
|
|
33843
|
-
.
|
|
33844
|
-
|
|
33894
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
33895
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33845
33896
|
}
|
|
33846
|
-
|
|
33847
|
-
|
|
33848
|
-
display: flex;
|
|
33849
|
-
align-items: center;
|
|
33850
|
-
white-space: nowrap;
|
|
33851
|
-
overflow: hidden;
|
|
33852
|
-
width: 100%;
|
|
33897
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33898
|
+
background: #f2f5fa;
|
|
33853
33899
|
}
|
|
33854
|
-
.
|
|
33855
|
-
|
|
33856
|
-
font-size: 12px;
|
|
33900
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33901
|
+
display: block;
|
|
33857
33902
|
}
|
|
33858
|
-
|
|
33859
|
-
|
|
33860
|
-
display: flex;
|
|
33861
|
-
justify-content: flex-start;
|
|
33862
|
-
align-items: center;
|
|
33863
|
-
font-size: 12px;
|
|
33864
|
-
cursor: pointer;
|
|
33903
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
33904
|
+
padding-right: 25px;
|
|
33865
33905
|
}
|
|
33866
|
-
.
|
|
33867
|
-
|
|
33906
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
33907
|
+
padding: 0 !important;
|
|
33868
33908
|
}
|
|
33869
|
-
.
|
|
33870
|
-
|
|
33909
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33910
|
+
position: absolute;
|
|
33911
|
+
left: 50%;
|
|
33912
|
+
top: 50%;
|
|
33913
|
+
transform: translate(-50%, -50%);
|
|
33871
33914
|
}
|
|
33872
|
-
.
|
|
33873
|
-
|
|
33915
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
33916
|
+
display: none;
|
|
33874
33917
|
}
|
|
33875
|
-
|
|
33876
|
-
|
|
33877
|
-
display: inline-block;
|
|
33878
|
-
height: 8px;
|
|
33879
|
-
width: 8px;
|
|
33880
|
-
margin-right: 8px;
|
|
33918
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
33919
|
+
background: #fff;
|
|
33881
33920
|
}
|
|
33882
|
-
|
|
33883
|
-
|
|
33884
|
-
display: flex;
|
|
33885
|
-
align-items: center;
|
|
33886
|
-
font-size: 12px;
|
|
33887
|
-
margin: 0;
|
|
33921
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
33922
|
+
background: inherit;
|
|
33888
33923
|
}
|
|
33889
|
-
|
|
33890
|
-
|
|
33891
|
-
|
|
33924
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
33925
|
+
position: static;
|
|
33926
|
+
border: none;
|
|
33927
|
+
background: inherit !important;
|
|
33928
|
+
height: 100px;
|
|
33929
|
+
vertical-align: middle;
|
|
33892
33930
|
}
|
|
33893
|
-
.
|
|
33894
|
-
|
|
33931
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
33932
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33933
|
+
font-weight: bold;
|
|
33934
|
+
font-size: 20px;
|
|
33935
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33895
33936
|
}
|
|
33896
|
-
.
|
|
33897
|
-
|
|
33898
|
-
|
|
33899
|
-
line-height: 30px;
|
|
33900
|
-
margin: 0 16px;
|
|
33937
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33938
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33939
|
+
z-index: 10;
|
|
33901
33940
|
}
|
|
33902
|
-
.
|
|
33941
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33942
|
+
padding: 0 !important;
|
|
33943
|
+
position: relative;
|
|
33944
|
+
background: #fff;
|
|
33945
|
+
}
|
|
33946
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33947
|
+
height: 100%;
|
|
33903
33948
|
display: flex;
|
|
33904
|
-
font-size: 12px;
|
|
33905
33949
|
align-items: center;
|
|
33950
|
+
justify-content: flex-end;
|
|
33951
|
+
padding-right: 8px;
|
|
33906
33952
|
}
|
|
33907
|
-
.
|
|
33908
|
-
|
|
33909
|
-
|
|
33910
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33911
|
-
margin-left: 10px;
|
|
33912
|
-
}
|
|
33913
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33914
|
-
margin-left: 10px;
|
|
33953
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33954
|
+
width: 24px;
|
|
33955
|
+
height: 24px;
|
|
33915
33956
|
cursor: pointer;
|
|
33957
|
+
justify-content: center;
|
|
33958
|
+
border-radius: 4px;
|
|
33916
33959
|
}
|
|
33917
|
-
.
|
|
33918
|
-
|
|
33960
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33961
|
+
background: #fff;
|
|
33919
33962
|
}
|
|
33920
|
-
|
|
33921
|
-
|
|
33922
|
-
bottom: 10px;
|
|
33963
|
+
|
|
33964
|
+
.E_slr2ynn {
|
|
33923
33965
|
padding: 0 8px;
|
|
33924
|
-
|
|
33925
|
-
font-size: 12px;
|
|
33926
|
-
color: #fff;
|
|
33927
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33928
|
-
transform: translateX(-50%);
|
|
33966
|
+
height: 18px;
|
|
33929
33967
|
}
|
|
33930
33968
|
|
|
33931
|
-
.
|
|
33932
|
-
|
|
33969
|
+
.E_m140wbb6 {
|
|
33970
|
+
padding: 2px 8px;
|
|
33971
|
+
height: 24px;
|
|
33933
33972
|
}
|
|
33934
33973
|
|
|
33935
|
-
.
|
|
33936
|
-
|
|
33937
|
-
align-items: center;
|
|
33938
|
-
justify-content: space-between;
|
|
33939
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33940
|
-
color: #b4beca;
|
|
33941
|
-
font-size: 12px;
|
|
33942
|
-
padding: 3px 6px;
|
|
33943
|
-
}
|
|
33944
|
-
.E_t1ub2aex:first-child {
|
|
33945
|
-
padding-top: 3px;
|
|
33974
|
+
.E_t1fozc1i {
|
|
33975
|
+
margin: 0;
|
|
33946
33976
|
}
|
|
33947
|
-
|
|
33948
|
-
|
|
33977
|
+
|
|
33978
|
+
.E_i1vxv4ln {
|
|
33979
|
+
margin-right: 4px;
|
|
33980
|
+
height: 16px;
|
|
33949
33981
|
}
|
|
33950
|
-
|
|
33951
|
-
|
|
33952
|
-
|
|
33982
|
+
|
|
33983
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33984
|
+
font-weight: 700;
|
|
33985
|
+
color: #00122e;
|
|
33986
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33987
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33988
|
+
word-break: break-all;
|
|
33989
|
+
display: inline;
|
|
33990
|
+
white-space: normal;
|
|
33953
33991
|
}
|
|
33954
33992
|
|
|
33955
33993
|
.E_sjob3jg {
|
|
@@ -34147,44 +34185,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34147
34185
|
justify-content: center;
|
|
34148
34186
|
}
|
|
34149
34187
|
|
|
34150
|
-
.E_w7ob4th.outside-tag {
|
|
34151
|
-
padding-left: 0;
|
|
34152
|
-
}
|
|
34153
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34154
|
-
border-radius: 4px 0 0 4px;
|
|
34155
|
-
padding-right: 4px;
|
|
34156
|
-
margin-right: 4px;
|
|
34157
|
-
}
|
|
34158
|
-
|
|
34159
|
-
.E_slr2ynn {
|
|
34160
|
-
padding: 0 8px;
|
|
34161
|
-
height: 18px;
|
|
34162
|
-
}
|
|
34163
|
-
|
|
34164
|
-
.E_m140wbb6 {
|
|
34165
|
-
padding: 2px 8px;
|
|
34166
|
-
height: 24px;
|
|
34167
|
-
}
|
|
34168
|
-
|
|
34169
|
-
.E_t1fozc1i {
|
|
34170
|
-
margin: 0;
|
|
34171
|
-
}
|
|
34172
|
-
|
|
34173
|
-
.E_i1vxv4ln {
|
|
34174
|
-
margin-right: 4px;
|
|
34175
|
-
height: 16px;
|
|
34176
|
-
}
|
|
34177
|
-
|
|
34178
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34179
|
-
font-weight: 700;
|
|
34180
|
-
color: #00122e;
|
|
34181
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34182
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34183
|
-
word-break: break-all;
|
|
34184
|
-
display: inline;
|
|
34185
|
-
white-space: normal;
|
|
34186
|
-
}
|
|
34187
|
-
|
|
34188
34188
|
.E_i1g85yz3 {
|
|
34189
34189
|
margin-right: 4px;
|
|
34190
34190
|
height: 16px;
|
|
@@ -34409,11 +34409,71 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34409
34409
|
.E_t13ef470 :nth-child(1) {
|
|
34410
34410
|
padding: 8px 4px;
|
|
34411
34411
|
}
|
|
34412
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34413
|
-
background: rgba(107, 125, 153, 0.18);
|
|
34412
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34413
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34414
|
+
}
|
|
34415
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34416
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34417
|
+
}
|
|
34418
|
+
|
|
34419
|
+
.E_c4hgp0p {
|
|
34420
|
+
color: #F0483E;
|
|
34421
|
+
}
|
|
34422
|
+
|
|
34423
|
+
.E_s20iney.skeleton-box {
|
|
34424
|
+
display: flex;
|
|
34425
|
+
align-items: center;
|
|
34426
|
+
justify-content: center;
|
|
34427
|
+
position: relative;
|
|
34428
|
+
border-radius: 2px;
|
|
34429
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34430
|
+
overflow: hidden;
|
|
34431
|
+
}
|
|
34432
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34433
|
+
width: 200%;
|
|
34434
|
+
height: 200%;
|
|
34435
|
+
transform: rotate(15deg);
|
|
34436
|
+
position: absolute;
|
|
34437
|
+
top: -50%;
|
|
34438
|
+
flex-shrink: 0;
|
|
34439
|
+
opacity: 0.8;
|
|
34440
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34441
|
+
animation: shimmer 1100ms infinite;
|
|
34442
|
+
}
|
|
34443
|
+
@keyframes shimmer {
|
|
34444
|
+
from {
|
|
34445
|
+
left: -120%;
|
|
34446
|
+
}
|
|
34447
|
+
to {
|
|
34448
|
+
left: 100%;
|
|
34449
|
+
}
|
|
34450
|
+
}
|
|
34451
|
+
|
|
34452
|
+
.E_bpgac8u {
|
|
34453
|
+
color: #FFFFFF;
|
|
34454
|
+
display: flex;
|
|
34455
|
+
gap: 8px;
|
|
34456
|
+
padding: 8px 0;
|
|
34457
|
+
display: flex;
|
|
34458
|
+
justify-content: center;
|
|
34459
|
+
white-space: pre-wrap;
|
|
34460
|
+
align-items: center;
|
|
34461
|
+
}
|
|
34462
|
+
.E_bpgac8u .dashed-btn {
|
|
34463
|
+
border-bottom: 1px solid white;
|
|
34464
|
+
cursor: pointer;
|
|
34465
|
+
}
|
|
34466
|
+
|
|
34467
|
+
.E_envn4g3 {
|
|
34468
|
+
background: #F0483E;
|
|
34414
34469
|
}
|
|
34415
|
-
|
|
34416
|
-
|
|
34470
|
+
|
|
34471
|
+
.E_i12w18eu {
|
|
34472
|
+
background: #0080FF;
|
|
34473
|
+
}
|
|
34474
|
+
|
|
34475
|
+
.E_wujsnt4 {
|
|
34476
|
+
background-color: #E07F00;
|
|
34417
34477
|
}
|
|
34418
34478
|
|
|
34419
34479
|
.E_t59qhqp {
|
|
@@ -34464,60 +34524,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34464
34524
|
color: #00122E;
|
|
34465
34525
|
}
|
|
34466
34526
|
|
|
34467
|
-
.
|
|
34468
|
-
color: #
|
|
34469
|
-
display: flex;
|
|
34470
|
-
gap: 8px;
|
|
34471
|
-
padding: 8px 0;
|
|
34472
|
-
display: flex;
|
|
34473
|
-
justify-content: center;
|
|
34474
|
-
white-space: pre-wrap;
|
|
34475
|
-
align-items: center;
|
|
34476
|
-
}
|
|
34477
|
-
.E_bpgac8u .dashed-btn {
|
|
34478
|
-
border-bottom: 1px solid white;
|
|
34479
|
-
cursor: pointer;
|
|
34480
|
-
}
|
|
34481
|
-
|
|
34482
|
-
.E_envn4g3 {
|
|
34483
|
-
background: #F0483E;
|
|
34484
|
-
}
|
|
34485
|
-
|
|
34486
|
-
.E_i12w18eu {
|
|
34487
|
-
background: #0080FF;
|
|
34488
|
-
}
|
|
34489
|
-
|
|
34490
|
-
.E_wujsnt4 {
|
|
34491
|
-
background-color: #E07F00;
|
|
34492
|
-
}
|
|
34493
|
-
|
|
34494
|
-
.E_s20iney.skeleton-box {
|
|
34495
|
-
display: flex;
|
|
34496
|
-
align-items: center;
|
|
34497
|
-
justify-content: center;
|
|
34498
|
-
position: relative;
|
|
34499
|
-
border-radius: 2px;
|
|
34500
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34501
|
-
overflow: hidden;
|
|
34502
|
-
}
|
|
34503
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34504
|
-
width: 200%;
|
|
34505
|
-
height: 200%;
|
|
34506
|
-
transform: rotate(15deg);
|
|
34507
|
-
position: absolute;
|
|
34508
|
-
top: -50%;
|
|
34509
|
-
flex-shrink: 0;
|
|
34510
|
-
opacity: 0.8;
|
|
34511
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34512
|
-
animation: shimmer 1100ms infinite;
|
|
34513
|
-
}
|
|
34514
|
-
@keyframes shimmer {
|
|
34515
|
-
from {
|
|
34516
|
-
left: -120%;
|
|
34517
|
-
}
|
|
34518
|
-
to {
|
|
34519
|
-
left: 100%;
|
|
34520
|
-
}
|
|
34527
|
+
.E_t1616y1o {
|
|
34528
|
+
color: #fff;
|
|
34521
34529
|
}
|
|
34522
34530
|
|
|
34523
34531
|
.E_t1g36k2w {
|
|
@@ -34549,10 +34557,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34549
34557
|
background: rgba(225, 230, 241, 0.6);
|
|
34550
34558
|
}
|
|
34551
34559
|
|
|
34552
|
-
.E_t1616y1o {
|
|
34553
|
-
color: #fff;
|
|
34554
|
-
}
|
|
34555
|
-
|
|
34556
34560
|
.E_a9y3flr {
|
|
34557
34561
|
margin-left: 8px;
|
|
34558
34562
|
}
|
|
@@ -34637,79 +34641,97 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34637
34641
|
margin-left: 1px;
|
|
34638
34642
|
}
|
|
34639
34643
|
|
|
34640
|
-
.
|
|
34641
|
-
|
|
34642
|
-
|
|
34643
|
-
|
|
34644
|
-
background: #edf0f7;
|
|
34645
|
-
padding: 8px 12px;
|
|
34646
|
-
position: sticky;
|
|
34647
|
-
top: 0;
|
|
34648
|
-
z-index: 1;
|
|
34649
|
-
margin-bottom: -52px;
|
|
34644
|
+
.E_clm1wy1 {
|
|
34645
|
+
width: 192px;
|
|
34646
|
+
height: 246px;
|
|
34647
|
+
border-radius: 4px;
|
|
34650
34648
|
}
|
|
34651
|
-
.
|
|
34652
|
-
|
|
34653
|
-
|
|
34654
|
-
|
|
34655
|
-
|
|
34649
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
34650
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34651
|
+
width: 100%;
|
|
34652
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
34653
|
+
border-top: none;
|
|
34656
34654
|
}
|
|
34657
|
-
.
|
|
34658
|
-
|
|
34659
|
-
|
|
34660
|
-
width: 32px;
|
|
34661
|
-
height: 32px;
|
|
34662
|
-
border-radius: 50%;
|
|
34663
|
-
justify-content: center;
|
|
34655
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34656
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34657
|
+
padding: 0 16px;
|
|
34664
34658
|
}
|
|
34665
|
-
.
|
|
34666
|
-
|
|
34659
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34660
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34661
|
+
width: 100%;
|
|
34662
|
+
height: 180px;
|
|
34663
|
+
border-spacing: 0;
|
|
34667
34664
|
}
|
|
34668
|
-
.
|
|
34669
|
-
|
|
34670
|
-
margin-
|
|
34671
|
-
white-space: nowrap;
|
|
34672
|
-
text-align: right;
|
|
34673
|
-
position: relative;
|
|
34674
|
-
padding: 4px 0;
|
|
34675
|
-
margin-top: -4px;
|
|
34676
|
-
overflow: hidden;
|
|
34665
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34666
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34667
|
+
margin-bottom: 8px;
|
|
34677
34668
|
}
|
|
34678
|
-
.
|
|
34679
|
-
|
|
34669
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34670
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34671
|
+
width: 22px;
|
|
34680
34672
|
}
|
|
34681
|
-
.
|
|
34682
|
-
|
|
34673
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34674
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
34675
|
+
padding: 0;
|
|
34683
34676
|
}
|
|
34684
|
-
.
|
|
34685
|
-
|
|
34677
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
34678
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34679
|
+
opacity: 0.4;
|
|
34686
34680
|
}
|
|
34687
|
-
.
|
|
34688
|
-
|
|
34681
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34682
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34683
|
+
opacity: 1;
|
|
34689
34684
|
}
|
|
34690
|
-
.
|
|
34691
|
-
|
|
34692
|
-
width: 32px;
|
|
34693
|
-
height: 32px;
|
|
34694
|
-
justify-content: center;
|
|
34695
|
-
border-radius: 50%;
|
|
34685
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
34686
|
+
color: #3e4652;
|
|
34696
34687
|
}
|
|
34697
|
-
.
|
|
34698
|
-
|
|
34688
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
34689
|
+
pointer-events: none;
|
|
34699
34690
|
}
|
|
34700
34691
|
|
|
34701
|
-
|
|
34702
|
-
|
|
34692
|
+
.E_t1tsm00v {
|
|
34693
|
+
color: rgba(129, 138, 153, 0.6);
|
|
34694
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34695
|
+
backdrop-filter: blur(10px);
|
|
34696
|
+
padding: 7px 10px;
|
|
34703
34697
|
}
|
|
34704
34698
|
|
|
34705
|
-
.
|
|
34699
|
+
.E_c167wnad {
|
|
34700
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34701
|
+
display: flex;
|
|
34702
|
+
justify-content: space-between;
|
|
34703
|
+
align-items: center;
|
|
34704
|
+
padding: 8px 16px;
|
|
34705
|
+
}
|
|
34706
|
+
.E_c167wnad .anticon {
|
|
34706
34707
|
cursor: pointer;
|
|
34707
34708
|
}
|
|
34708
|
-
.
|
|
34709
|
-
color:
|
|
34709
|
+
.E_c167wnad .anticon:hover {
|
|
34710
|
+
color: #0096ff;
|
|
34710
34711
|
}
|
|
34711
|
-
|
|
34712
|
-
|
|
34712
|
+
|
|
34713
|
+
.E_cxhf7dh {
|
|
34714
|
+
text-align: center;
|
|
34715
|
+
}
|
|
34716
|
+
.E_cxhf7dh .dots {
|
|
34717
|
+
display: flex;
|
|
34718
|
+
justify-content: center;
|
|
34719
|
+
}
|
|
34720
|
+
.E_cxhf7dh .dot {
|
|
34721
|
+
display: inline-block;
|
|
34722
|
+
width: 2px;
|
|
34723
|
+
height: 2px;
|
|
34724
|
+
border-radius: 1px;
|
|
34725
|
+
background: #0096ff;
|
|
34726
|
+
}
|
|
34727
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
34728
|
+
margin-right: 2px;
|
|
34729
|
+
}
|
|
34730
|
+
.E_cxhf7dh .bar {
|
|
34731
|
+
width: 9px;
|
|
34732
|
+
height: 2px;
|
|
34733
|
+
background: #0096ff;
|
|
34734
|
+
border-radius: 2px;
|
|
34713
34735
|
}
|
|
34714
34736
|
|
|
34715
34737
|
.E_c18bcrac {
|
|
@@ -34723,6 +34745,9 @@ span.E_tqjc4ui {
|
|
|
34723
34745
|
.E_cro7kg2 {
|
|
34724
34746
|
padding: 4px;
|
|
34725
34747
|
}
|
|
34748
|
+
.E_cro7kg2 .unit {
|
|
34749
|
+
color: white;
|
|
34750
|
+
}
|
|
34726
34751
|
|
|
34727
34752
|
.E_c14wcxf0 {
|
|
34728
34753
|
display: flex;
|
|
@@ -34759,6 +34784,67 @@ span.E_tqjc4ui {
|
|
|
34759
34784
|
margin-right: 4px;
|
|
34760
34785
|
}
|
|
34761
34786
|
|
|
34787
|
+
.E_s1ebs0ra {
|
|
34788
|
+
display: flex;
|
|
34789
|
+
align-items: center;
|
|
34790
|
+
justify-content: space-between;
|
|
34791
|
+
background: #edf0f7;
|
|
34792
|
+
padding: 8px 12px;
|
|
34793
|
+
position: sticky;
|
|
34794
|
+
top: 0;
|
|
34795
|
+
z-index: 1;
|
|
34796
|
+
margin-bottom: -52px;
|
|
34797
|
+
}
|
|
34798
|
+
.E_s1ebs0ra .select-total {
|
|
34799
|
+
display: flex;
|
|
34800
|
+
align-items: center;
|
|
34801
|
+
font-weight: 700;
|
|
34802
|
+
flex-shrink: 0;
|
|
34803
|
+
}
|
|
34804
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
34805
|
+
cursor: pointer;
|
|
34806
|
+
margin-left: 8px;
|
|
34807
|
+
width: 32px;
|
|
34808
|
+
height: 32px;
|
|
34809
|
+
border-radius: 50%;
|
|
34810
|
+
justify-content: center;
|
|
34811
|
+
}
|
|
34812
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
34813
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34814
|
+
}
|
|
34815
|
+
.E_s1ebs0ra .action-group {
|
|
34816
|
+
flex: 1;
|
|
34817
|
+
margin-left: 88px;
|
|
34818
|
+
white-space: nowrap;
|
|
34819
|
+
text-align: right;
|
|
34820
|
+
position: relative;
|
|
34821
|
+
padding: 4px 0;
|
|
34822
|
+
margin-top: -4px;
|
|
34823
|
+
overflow: hidden;
|
|
34824
|
+
}
|
|
34825
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34826
|
+
transform: translateY(-4px);
|
|
34827
|
+
}
|
|
34828
|
+
.E_s1ebs0ra .action-group button {
|
|
34829
|
+
border: none;
|
|
34830
|
+
}
|
|
34831
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34832
|
+
margin-right: 8px;
|
|
34833
|
+
}
|
|
34834
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
34835
|
+
margin-right: 4px;
|
|
34836
|
+
}
|
|
34837
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
34838
|
+
cursor: pointer;
|
|
34839
|
+
width: 32px;
|
|
34840
|
+
height: 32px;
|
|
34841
|
+
justify-content: center;
|
|
34842
|
+
border-radius: 50%;
|
|
34843
|
+
}
|
|
34844
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34845
|
+
background: #fff;
|
|
34846
|
+
}
|
|
34847
|
+
|
|
34762
34848
|
.E_c1up1pdz {
|
|
34763
34849
|
width: 648px;
|
|
34764
34850
|
}
|
|
@@ -34899,97 +34985,18 @@ span.E_tqjc4ui {
|
|
|
34899
34985
|
color: #fff;
|
|
34900
34986
|
}
|
|
34901
34987
|
|
|
34902
|
-
.
|
|
34903
|
-
width: 192px;
|
|
34904
|
-
height: 246px;
|
|
34905
|
-
border-radius: 4px;
|
|
34906
|
-
}
|
|
34907
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
34908
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34909
|
-
width: 100%;
|
|
34910
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
34911
|
-
border-top: none;
|
|
34912
|
-
}
|
|
34913
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34914
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34915
|
-
padding: 0 16px;
|
|
34916
|
-
}
|
|
34917
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34918
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34919
|
-
width: 100%;
|
|
34920
|
-
height: 180px;
|
|
34921
|
-
border-spacing: 0;
|
|
34922
|
-
}
|
|
34923
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34924
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34925
|
-
margin-bottom: 8px;
|
|
34926
|
-
}
|
|
34927
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34928
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34929
|
-
width: 22px;
|
|
34930
|
-
}
|
|
34931
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34932
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
34933
|
-
padding: 0;
|
|
34934
|
-
}
|
|
34935
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
34936
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34937
|
-
opacity: 0.4;
|
|
34938
|
-
}
|
|
34939
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34940
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34941
|
-
opacity: 1;
|
|
34942
|
-
}
|
|
34943
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
34944
|
-
color: #3e4652;
|
|
34945
|
-
}
|
|
34946
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
34947
|
-
pointer-events: none;
|
|
34948
|
-
}
|
|
34949
|
-
|
|
34950
|
-
.E_t1tsm00v {
|
|
34951
|
-
color: rgba(129, 138, 153, 0.6);
|
|
34952
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34953
|
-
backdrop-filter: blur(10px);
|
|
34954
|
-
padding: 7px 10px;
|
|
34955
|
-
}
|
|
34956
|
-
|
|
34957
|
-
.E_c167wnad {
|
|
34958
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34959
|
-
display: flex;
|
|
34960
|
-
justify-content: space-between;
|
|
34961
|
-
align-items: center;
|
|
34962
|
-
padding: 8px 16px;
|
|
34963
|
-
}
|
|
34964
|
-
.E_c167wnad .anticon {
|
|
34988
|
+
.E_gmyahx3 {
|
|
34965
34989
|
cursor: pointer;
|
|
34966
34990
|
}
|
|
34967
|
-
.
|
|
34968
|
-
color:
|
|
34969
|
-
}
|
|
34970
|
-
|
|
34971
|
-
.E_cxhf7dh {
|
|
34972
|
-
text-align: center;
|
|
34973
|
-
}
|
|
34974
|
-
.E_cxhf7dh .dots {
|
|
34975
|
-
display: flex;
|
|
34976
|
-
justify-content: center;
|
|
34977
|
-
}
|
|
34978
|
-
.E_cxhf7dh .dot {
|
|
34979
|
-
display: inline-block;
|
|
34980
|
-
width: 2px;
|
|
34981
|
-
height: 2px;
|
|
34982
|
-
border-radius: 1px;
|
|
34983
|
-
background: #0096ff;
|
|
34991
|
+
.E_gmyahx3 .link-text {
|
|
34992
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34984
34993
|
}
|
|
34985
|
-
.
|
|
34986
|
-
|
|
34994
|
+
.E_gmyahx3:hover .link-text {
|
|
34995
|
+
color: #0080ff;
|
|
34987
34996
|
}
|
|
34988
|
-
|
|
34989
|
-
|
|
34990
|
-
|
|
34991
|
-
background: #0096ff;
|
|
34992
|
-
border-radius: 2px;
|
|
34997
|
+
|
|
34998
|
+
span.E_tqjc4ui {
|
|
34999
|
+
margin: 0 2px;
|
|
34993
35000
|
}
|
|
34994
35001
|
|
|
34995
35002
|
.E_n12mqh7z {
|
|
@@ -35038,6 +35045,14 @@ span.E_tqjc4ui {
|
|
|
35038
35045
|
visibility: hidden;
|
|
35039
35046
|
}
|
|
35040
35047
|
|
|
35048
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35049
|
+
display: flex;
|
|
35050
|
+
align-items: center;
|
|
35051
|
+
}
|
|
35052
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35053
|
+
margin-right: 8px;
|
|
35054
|
+
}
|
|
35055
|
+
|
|
35041
35056
|
.E_s1at6qmn.ant-layout-sider {
|
|
35042
35057
|
background: #edf0f7;
|
|
35043
35058
|
padding: 32px 8px;
|
|
@@ -35151,6 +35166,29 @@ span.E_tqjc4ui {
|
|
|
35151
35166
|
text-align: left;
|
|
35152
35167
|
}
|
|
35153
35168
|
|
|
35169
|
+
.E_wg1tsps {
|
|
35170
|
+
display: flex;
|
|
35171
|
+
align-items: center;
|
|
35172
|
+
justify-content: flex-end;
|
|
35173
|
+
}
|
|
35174
|
+
|
|
35175
|
+
.E_b1ctd5xy {
|
|
35176
|
+
display: flex;
|
|
35177
|
+
align-items: center;
|
|
35178
|
+
width: calc(100% - 40px);
|
|
35179
|
+
}
|
|
35180
|
+
.E_b1ctd5xy .chart {
|
|
35181
|
+
display: inline-block;
|
|
35182
|
+
width: 100%;
|
|
35183
|
+
}
|
|
35184
|
+
|
|
35185
|
+
.E_u1p8acpn {
|
|
35186
|
+
min-width: 40px;
|
|
35187
|
+
}
|
|
35188
|
+
.E_u1p8acpn .unit {
|
|
35189
|
+
color: #00122e !important;
|
|
35190
|
+
}
|
|
35191
|
+
|
|
35154
35192
|
.E_t1sqg15u {
|
|
35155
35193
|
background: white;
|
|
35156
35194
|
}
|
|
@@ -35241,14 +35279,6 @@ span.E_tqjc4ui {
|
|
|
35241
35279
|
padding-right: 12px;
|
|
35242
35280
|
}
|
|
35243
35281
|
|
|
35244
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
35245
|
-
display: flex;
|
|
35246
|
-
align-items: center;
|
|
35247
|
-
}
|
|
35248
|
-
.E_s1iv0tp1 .enabled-text {
|
|
35249
|
-
margin-right: 8px;
|
|
35250
|
-
}
|
|
35251
|
-
|
|
35252
35282
|
.E_t160l1cm {
|
|
35253
35283
|
display: flex;
|
|
35254
35284
|
flex-direction: column;
|
|
@@ -35452,29 +35482,6 @@ span.E_tqjc4ui {
|
|
|
35452
35482
|
background: transparent;
|
|
35453
35483
|
}
|
|
35454
35484
|
|
|
35455
|
-
.E_wg1tsps {
|
|
35456
|
-
display: flex;
|
|
35457
|
-
align-items: center;
|
|
35458
|
-
justify-content: flex-end;
|
|
35459
|
-
}
|
|
35460
|
-
|
|
35461
|
-
.E_b1ctd5xy {
|
|
35462
|
-
display: flex;
|
|
35463
|
-
align-items: center;
|
|
35464
|
-
width: calc(100% - 40px);
|
|
35465
|
-
}
|
|
35466
|
-
.E_b1ctd5xy .chart {
|
|
35467
|
-
display: inline-block;
|
|
35468
|
-
width: 100%;
|
|
35469
|
-
}
|
|
35470
|
-
|
|
35471
|
-
.E_u1p8acpn {
|
|
35472
|
-
min-width: 40px;
|
|
35473
|
-
}
|
|
35474
|
-
.E_u1p8acpn .unit {
|
|
35475
|
-
color: #00122e !important;
|
|
35476
|
-
}
|
|
35477
|
-
|
|
35478
35485
|
.E_cyms3br {
|
|
35479
35486
|
background: #fff;
|
|
35480
35487
|
width: 100%;
|
|
@@ -35528,6 +35535,12 @@ span.E_tqjc4ui {
|
|
|
35528
35535
|
justify-content: center;
|
|
35529
35536
|
}
|
|
35530
35537
|
|
|
35538
|
+
.E_h1ol2wl7 {
|
|
35539
|
+
font-weight: bold;
|
|
35540
|
+
background-color: unset;
|
|
35541
|
+
padding: unset;
|
|
35542
|
+
}
|
|
35543
|
+
|
|
35531
35544
|
.E_d11hhzf9 {
|
|
35532
35545
|
width: 492px !important;
|
|
35533
35546
|
margin: 40px auto !important;
|
|
@@ -35669,12 +35682,6 @@ span.E_tqjc4ui {
|
|
|
35669
35682
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35670
35683
|
}
|
|
35671
35684
|
|
|
35672
|
-
.E_h1ol2wl7 {
|
|
35673
|
-
font-weight: bold;
|
|
35674
|
-
background-color: unset;
|
|
35675
|
-
padding: unset;
|
|
35676
|
-
}
|
|
35677
|
-
|
|
35678
35685
|
.E_c14ouk5o {
|
|
35679
35686
|
width: 100%;
|
|
35680
35687
|
height: 100%;
|
|
@@ -35719,44 +35726,6 @@ span.E_tqjc4ui {
|
|
|
35719
35726
|
height: auto;
|
|
35720
35727
|
}
|
|
35721
35728
|
|
|
35722
|
-
.E_c1ss4prm {
|
|
35723
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35724
|
-
}
|
|
35725
|
-
.E_c1ss4prm li {
|
|
35726
|
-
margin-bottom: 4px;
|
|
35727
|
-
}
|
|
35728
|
-
.E_c1ss4prm li:last-child {
|
|
35729
|
-
margin-bottom: 0;
|
|
35730
|
-
}
|
|
35731
|
-
|
|
35732
|
-
.E_ms3tlei {
|
|
35733
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35734
|
-
padding: 8px;
|
|
35735
|
-
border-radius: 6px;
|
|
35736
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35737
|
-
}
|
|
35738
|
-
.E_ms3tlei li {
|
|
35739
|
-
margin-bottom: 4px;
|
|
35740
|
-
}
|
|
35741
|
-
.E_ms3tlei li:last-child {
|
|
35742
|
-
margin-bottom: 0;
|
|
35743
|
-
}
|
|
35744
|
-
|
|
35745
|
-
.E_du44iy7 {
|
|
35746
|
-
margin-bottom: 4px;
|
|
35747
|
-
}
|
|
35748
|
-
|
|
35749
|
-
.E_s1qmhanr {
|
|
35750
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35751
|
-
margin-bottom: 8px;
|
|
35752
|
-
}
|
|
35753
|
-
|
|
35754
|
-
.E_drje1h0 {
|
|
35755
|
-
height: 1px;
|
|
35756
|
-
background: #e4e9f2;
|
|
35757
|
-
margin: 16px 0;
|
|
35758
|
-
}
|
|
35759
|
-
|
|
35760
35729
|
.E_c1kchka8 {
|
|
35761
35730
|
height: 100%;
|
|
35762
35731
|
width: 100%;
|
|
@@ -36249,6 +36218,44 @@ span.E_tqjc4ui {
|
|
|
36249
36218
|
padding: 0;
|
|
36250
36219
|
}
|
|
36251
36220
|
|
|
36221
|
+
.E_c1ss4prm {
|
|
36222
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36223
|
+
}
|
|
36224
|
+
.E_c1ss4prm li {
|
|
36225
|
+
margin-bottom: 4px;
|
|
36226
|
+
}
|
|
36227
|
+
.E_c1ss4prm li:last-child {
|
|
36228
|
+
margin-bottom: 0;
|
|
36229
|
+
}
|
|
36230
|
+
|
|
36231
|
+
.E_ms3tlei {
|
|
36232
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36233
|
+
padding: 8px;
|
|
36234
|
+
border-radius: 6px;
|
|
36235
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36236
|
+
}
|
|
36237
|
+
.E_ms3tlei li {
|
|
36238
|
+
margin-bottom: 4px;
|
|
36239
|
+
}
|
|
36240
|
+
.E_ms3tlei li:last-child {
|
|
36241
|
+
margin-bottom: 0;
|
|
36242
|
+
}
|
|
36243
|
+
|
|
36244
|
+
.E_du44iy7 {
|
|
36245
|
+
margin-bottom: 4px;
|
|
36246
|
+
}
|
|
36247
|
+
|
|
36248
|
+
.E_s1qmhanr {
|
|
36249
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36250
|
+
margin-bottom: 8px;
|
|
36251
|
+
}
|
|
36252
|
+
|
|
36253
|
+
.E_drje1h0 {
|
|
36254
|
+
height: 1px;
|
|
36255
|
+
background: #e4e9f2;
|
|
36256
|
+
margin: 16px 0;
|
|
36257
|
+
}
|
|
36258
|
+
|
|
36252
36259
|
.E_cevhqx7 {
|
|
36253
36260
|
color: #00122e;
|
|
36254
36261
|
}
|