@cloudtower/eagle 0.27.56 → 0.27.57-dry
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/components.css +1077 -1074
- package/dist/esm/index.js +216 -216
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +2747 -2744
- package/dist/umd/index.js +216 -216
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -28537,7 +28537,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28537
28537
|
}
|
|
28538
28538
|
.table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
|
|
28539
28539
|
right: 0 !important;
|
|
28540
|
-
z-index: 10;
|
|
28541
28540
|
}
|
|
28542
28541
|
.table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
|
|
28543
28542
|
display: none;
|
|
@@ -29472,19 +29471,6 @@ html body {
|
|
|
29472
29471
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29473
29472
|
}
|
|
29474
29473
|
}
|
|
29475
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29476
|
-
padding: 4px 8px 0 8px;
|
|
29477
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29478
|
-
font-size: 12px;
|
|
29479
|
-
}
|
|
29480
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29481
|
-
padding-bottom: 6px;
|
|
29482
|
-
}
|
|
29483
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29484
|
-
padding-top: 4px;
|
|
29485
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29486
|
-
}
|
|
29487
|
-
|
|
29488
29474
|
.E_drhfj7c .bottom {
|
|
29489
29475
|
color: rgba(44, 56, 82, 0.75);
|
|
29490
29476
|
}
|
|
@@ -29693,17 +29679,32 @@ html body {
|
|
|
29693
29679
|
font-size: 14px;
|
|
29694
29680
|
}
|
|
29695
29681
|
|
|
29696
|
-
.
|
|
29697
|
-
|
|
29698
|
-
|
|
29699
|
-
|
|
29700
|
-
|
|
29701
|
-
|
|
29702
|
-
|
|
29682
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29683
|
+
padding: 4px 8px 0 8px;
|
|
29684
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29685
|
+
font-size: 12px;
|
|
29686
|
+
}
|
|
29687
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29688
|
+
padding-bottom: 6px;
|
|
29689
|
+
}
|
|
29690
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29691
|
+
padding-top: 4px;
|
|
29692
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29693
|
+
}
|
|
29694
|
+
|
|
29695
|
+
.E_fzh9mnb {
|
|
29696
|
+
width: 100%;
|
|
29697
|
+
height: 100%;
|
|
29698
|
+
min-height: 124px;
|
|
29703
29699
|
display: flex;
|
|
29700
|
+
flex-direction: column;
|
|
29701
|
+
justify-content: center;
|
|
29704
29702
|
align-items: center;
|
|
29705
|
-
|
|
29706
|
-
|
|
29703
|
+
}
|
|
29704
|
+
.E_fzh9mnb .error-text {
|
|
29705
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29706
|
+
margin-bottom: 16px;
|
|
29707
|
+
font-size: 18px;
|
|
29707
29708
|
}
|
|
29708
29709
|
|
|
29709
29710
|
.E_b1nip9bk {
|
|
@@ -29735,19 +29736,22 @@ html body {
|
|
|
29735
29736
|
border-radius: unset;
|
|
29736
29737
|
}
|
|
29737
29738
|
|
|
29738
|
-
.
|
|
29739
|
-
|
|
29740
|
-
height: 100%;
|
|
29741
|
-
min-height: 124px;
|
|
29742
|
-
display: flex;
|
|
29743
|
-
flex-direction: column;
|
|
29744
|
-
justify-content: center;
|
|
29739
|
+
.E_iouxfgt {
|
|
29740
|
+
display: inline-flex;
|
|
29745
29741
|
align-items: center;
|
|
29746
29742
|
}
|
|
29747
|
-
.
|
|
29748
|
-
|
|
29749
|
-
|
|
29750
|
-
|
|
29743
|
+
.E_iouxfgt .icon-inner {
|
|
29744
|
+
display: inline-flex;
|
|
29745
|
+
align-items: center;
|
|
29746
|
+
justify-content: center;
|
|
29747
|
+
}
|
|
29748
|
+
.E_iouxfgt .icon-inner + span,
|
|
29749
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
29750
|
+
margin-left: 4px;
|
|
29751
|
+
}
|
|
29752
|
+
.E_iouxfgt.is-rotate img,
|
|
29753
|
+
.E_iouxfgt.is-rotate svg {
|
|
29754
|
+
animation: rotate 680ms linear infinite;
|
|
29751
29755
|
}
|
|
29752
29756
|
|
|
29753
29757
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30000,22 +30004,17 @@ html body {
|
|
|
30000
30004
|
padding: 0;
|
|
30001
30005
|
}
|
|
30002
30006
|
|
|
30003
|
-
.
|
|
30004
|
-
|
|
30005
|
-
|
|
30006
|
-
|
|
30007
|
-
|
|
30008
|
-
|
|
30007
|
+
.E_i1inqkme {
|
|
30008
|
+
height: 18px;
|
|
30009
|
+
line-height: 18px;
|
|
30010
|
+
padding: 0 4px;
|
|
30011
|
+
border-radius: 4px;
|
|
30012
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30013
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30014
|
+
display: flex;
|
|
30009
30015
|
align-items: center;
|
|
30010
|
-
|
|
30011
|
-
|
|
30012
|
-
.E_iouxfgt .icon-inner + span,
|
|
30013
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30014
|
-
margin-left: 4px;
|
|
30015
|
-
}
|
|
30016
|
-
.E_iouxfgt.is-rotate img,
|
|
30017
|
-
.E_iouxfgt.is-rotate svg {
|
|
30018
|
-
animation: rotate 680ms linear infinite;
|
|
30016
|
+
white-space: nowrap;
|
|
30017
|
+
margin-right: 4px;
|
|
30019
30018
|
}
|
|
30020
30019
|
|
|
30021
30020
|
.E_owd0kml {
|
|
@@ -30027,6 +30026,152 @@ html body {
|
|
|
30027
30026
|
position: absolute;
|
|
30028
30027
|
}
|
|
30029
30028
|
|
|
30029
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30030
|
+
display: inline-flex;
|
|
30031
|
+
align-items: baseline;
|
|
30032
|
+
white-space: pre-wrap;
|
|
30033
|
+
}
|
|
30034
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30035
|
+
position: relative;
|
|
30036
|
+
top: 3px;
|
|
30037
|
+
}
|
|
30038
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30039
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30040
|
+
}
|
|
30041
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30042
|
+
border-color: #0080ff;
|
|
30043
|
+
}
|
|
30044
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30045
|
+
border-color: #0080ff;
|
|
30046
|
+
background: #0080ff;
|
|
30047
|
+
}
|
|
30048
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30049
|
+
top: 4px;
|
|
30050
|
+
left: 4px;
|
|
30051
|
+
width: 6px;
|
|
30052
|
+
height: 6px;
|
|
30053
|
+
background: #fff;
|
|
30054
|
+
}
|
|
30055
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30056
|
+
opacity: 0.5;
|
|
30057
|
+
}
|
|
30058
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30059
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30060
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30061
|
+
}
|
|
30062
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30063
|
+
background: #00122e;
|
|
30064
|
+
}
|
|
30065
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30066
|
+
color: #00122e;
|
|
30067
|
+
opacity: 0.5;
|
|
30068
|
+
}
|
|
30069
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30070
|
+
color: #00122e;
|
|
30071
|
+
}
|
|
30072
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30073
|
+
display: inline-block;
|
|
30074
|
+
padding: 0;
|
|
30075
|
+
padding-left: 12px;
|
|
30076
|
+
}
|
|
30077
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30078
|
+
margin-bottom: 0;
|
|
30079
|
+
white-space: pre-wrap;
|
|
30080
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30081
|
+
}
|
|
30082
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30083
|
+
padding-left: 8px;
|
|
30084
|
+
}
|
|
30085
|
+
|
|
30086
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30087
|
+
border-radius: 5px 0 0 5px;
|
|
30088
|
+
}
|
|
30089
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30090
|
+
border-radius: 0 5px 5px 0;
|
|
30091
|
+
}
|
|
30092
|
+
|
|
30093
|
+
.E_rcc63c8 {
|
|
30094
|
+
color: #00122e;
|
|
30095
|
+
border-color: #ccd4e3;
|
|
30096
|
+
}
|
|
30097
|
+
.E_rcc63c8:first-child {
|
|
30098
|
+
border-color: #a3b4cc;
|
|
30099
|
+
}
|
|
30100
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30101
|
+
padding: 0 12px;
|
|
30102
|
+
line-height: 32px;
|
|
30103
|
+
height: 32px;
|
|
30104
|
+
}
|
|
30105
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30106
|
+
white-space: nowrap;
|
|
30107
|
+
}
|
|
30108
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30109
|
+
height: 22px;
|
|
30110
|
+
padding: 0 7px;
|
|
30111
|
+
line-height: 20px;
|
|
30112
|
+
}
|
|
30113
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30114
|
+
background: #ccd4e3;
|
|
30115
|
+
}
|
|
30116
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30117
|
+
background: #0080ff;
|
|
30118
|
+
}
|
|
30119
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30120
|
+
background: #ccd4e3;
|
|
30121
|
+
opacity: 0.5;
|
|
30122
|
+
}
|
|
30123
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30124
|
+
border-right-color: #0080ff;
|
|
30125
|
+
}
|
|
30126
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30127
|
+
border-color: #0080ff;
|
|
30128
|
+
}
|
|
30129
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30130
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30131
|
+
}
|
|
30132
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30133
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30134
|
+
border-color: #ccd4e3;
|
|
30135
|
+
opacity: 0.5;
|
|
30136
|
+
}
|
|
30137
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30138
|
+
color: #00122e;
|
|
30139
|
+
border-color: #ccd4e3;
|
|
30140
|
+
}
|
|
30141
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30142
|
+
color: #00122e;
|
|
30143
|
+
border-color: #ccd4e3;
|
|
30144
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30145
|
+
}
|
|
30146
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30147
|
+
margin-right: 8px;
|
|
30148
|
+
display: inline;
|
|
30149
|
+
border: none;
|
|
30150
|
+
padding: 0;
|
|
30151
|
+
width: 36px;
|
|
30152
|
+
background: transparent;
|
|
30153
|
+
}
|
|
30154
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30155
|
+
box-shadow: none;
|
|
30156
|
+
}
|
|
30157
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30158
|
+
margin-right: 0;
|
|
30159
|
+
width: initial;
|
|
30160
|
+
box-shadow: none;
|
|
30161
|
+
}
|
|
30162
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30163
|
+
display: none;
|
|
30164
|
+
}
|
|
30165
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30166
|
+
display: inline;
|
|
30167
|
+
}
|
|
30168
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30169
|
+
display: inline;
|
|
30170
|
+
margin-right: 8px;
|
|
30171
|
+
padding: 0;
|
|
30172
|
+
width: 36px;
|
|
30173
|
+
}
|
|
30174
|
+
|
|
30030
30175
|
.E_phljevk {
|
|
30031
30176
|
display: flex;
|
|
30032
30177
|
justify-content: space-between;
|
|
@@ -30769,6 +30914,18 @@ input.E_rf8rlle.ant-input {
|
|
|
30769
30914
|
margin: 4px 0;
|
|
30770
30915
|
}
|
|
30771
30916
|
|
|
30917
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30918
|
+
display: none;
|
|
30919
|
+
}
|
|
30920
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30921
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30922
|
+
border-radius: 4px;
|
|
30923
|
+
}
|
|
30924
|
+
|
|
30925
|
+
.E_iq1gosr {
|
|
30926
|
+
display: inline-block;
|
|
30927
|
+
}
|
|
30928
|
+
|
|
30772
30929
|
.E_s1dizucg.ant-switch {
|
|
30773
30930
|
min-width: 40px;
|
|
30774
30931
|
height: 24px;
|
|
@@ -30824,213 +30981,555 @@ input.E_rf8rlle.ant-input {
|
|
|
30824
30981
|
margin-left: 5px;
|
|
30825
30982
|
}
|
|
30826
30983
|
|
|
30827
|
-
.
|
|
30828
|
-
|
|
30829
|
-
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
|
|
30833
|
-
position: relative;
|
|
30834
|
-
top: 3px;
|
|
30835
|
-
}
|
|
30836
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30837
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30984
|
+
.E_dsnbhzf {
|
|
30985
|
+
font-family: Inter;
|
|
30986
|
+
font-style: normal;
|
|
30987
|
+
font-weight: bold;
|
|
30988
|
+
font-size: 32px;
|
|
30989
|
+
line-height: 40px;
|
|
30838
30990
|
}
|
|
30839
|
-
|
|
30840
|
-
|
|
30991
|
+
|
|
30992
|
+
.E_d1mvo22k {
|
|
30993
|
+
font-family: Inter;
|
|
30994
|
+
font-style: normal;
|
|
30995
|
+
font-weight: bold;
|
|
30996
|
+
font-size: 24px;
|
|
30997
|
+
line-height: 32px;
|
|
30841
30998
|
}
|
|
30842
|
-
|
|
30843
|
-
|
|
30844
|
-
|
|
30999
|
+
|
|
31000
|
+
.E_d1b444tr {
|
|
31001
|
+
font-family: Inter;
|
|
31002
|
+
font-style: normal;
|
|
31003
|
+
font-weight: normal;
|
|
31004
|
+
font-size: 32px;
|
|
31005
|
+
line-height: 40px;
|
|
30845
31006
|
}
|
|
30846
|
-
|
|
30847
|
-
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
|
|
30851
|
-
|
|
31007
|
+
|
|
31008
|
+
.E_dvs0kue {
|
|
31009
|
+
font-family: Inter;
|
|
31010
|
+
font-style: normal;
|
|
31011
|
+
font-weight: bold;
|
|
31012
|
+
font-size: 20px;
|
|
31013
|
+
line-height: 24px;
|
|
30852
31014
|
}
|
|
30853
|
-
|
|
30854
|
-
|
|
31015
|
+
|
|
31016
|
+
.E_d1hcbfcq {
|
|
31017
|
+
font-family: Inter;
|
|
31018
|
+
font-style: normal;
|
|
31019
|
+
font-weight: normal;
|
|
31020
|
+
font-size: 20px;
|
|
31021
|
+
line-height: 24px;
|
|
30855
31022
|
}
|
|
30856
|
-
|
|
30857
|
-
|
|
30858
|
-
|
|
31023
|
+
|
|
31024
|
+
.E_d1cz922v {
|
|
31025
|
+
font-family: Inter;
|
|
31026
|
+
font-style: normal;
|
|
31027
|
+
font-weight: bold;
|
|
31028
|
+
font-size: 18px;
|
|
31029
|
+
line-height: 22px;
|
|
30859
31030
|
}
|
|
30860
|
-
|
|
30861
|
-
|
|
31031
|
+
|
|
31032
|
+
.E_d3nzbrm {
|
|
31033
|
+
font-family: Inter;
|
|
31034
|
+
font-style: normal;
|
|
31035
|
+
font-weight: normal;
|
|
31036
|
+
font-size: 18px;
|
|
31037
|
+
line-height: 22px;
|
|
30862
31038
|
}
|
|
30863
|
-
|
|
30864
|
-
|
|
30865
|
-
|
|
31039
|
+
|
|
31040
|
+
.E_h1g0p5ob {
|
|
31041
|
+
font-family: Inter;
|
|
31042
|
+
font-style: normal;
|
|
31043
|
+
font-weight: bold;
|
|
31044
|
+
font-size: 16px;
|
|
31045
|
+
line-height: 22px;
|
|
30866
31046
|
}
|
|
30867
|
-
|
|
30868
|
-
|
|
31047
|
+
|
|
31048
|
+
.E_hydo2ej {
|
|
31049
|
+
font-family: Inter;
|
|
31050
|
+
font-style: normal;
|
|
31051
|
+
font-weight: normal;
|
|
31052
|
+
font-size: 16px;
|
|
31053
|
+
line-height: 22px;
|
|
30869
31054
|
}
|
|
30870
|
-
|
|
30871
|
-
|
|
30872
|
-
|
|
30873
|
-
|
|
31055
|
+
|
|
31056
|
+
.E_h1hbuq0r {
|
|
31057
|
+
font-family: Inter;
|
|
31058
|
+
font-style: normal;
|
|
31059
|
+
font-weight: bold;
|
|
31060
|
+
font-size: 14px;
|
|
31061
|
+
line-height: 20px;
|
|
30874
31062
|
}
|
|
30875
|
-
|
|
30876
|
-
|
|
30877
|
-
|
|
30878
|
-
|
|
31063
|
+
|
|
31064
|
+
.E_h13bondg {
|
|
31065
|
+
font-family: Inter;
|
|
31066
|
+
font-style: normal;
|
|
31067
|
+
font-weight: normal;
|
|
31068
|
+
font-size: 14px;
|
|
31069
|
+
line-height: 20px;
|
|
30879
31070
|
}
|
|
30880
|
-
|
|
30881
|
-
|
|
31071
|
+
|
|
31072
|
+
.E_h1mhvdlx {
|
|
31073
|
+
font-family: Inter;
|
|
31074
|
+
font-style: normal;
|
|
31075
|
+
font-weight: bold;
|
|
31076
|
+
font-size: 12px;
|
|
31077
|
+
line-height: 18px;
|
|
30882
31078
|
}
|
|
30883
31079
|
|
|
30884
|
-
.
|
|
30885
|
-
|
|
31080
|
+
.E_h1inmfq6 {
|
|
31081
|
+
font-family: Inter;
|
|
31082
|
+
font-style: normal;
|
|
31083
|
+
font-weight: normal;
|
|
31084
|
+
font-size: 12px;
|
|
31085
|
+
line-height: 18px;
|
|
30886
31086
|
}
|
|
30887
|
-
|
|
30888
|
-
|
|
31087
|
+
|
|
31088
|
+
.E_h1kfc0la {
|
|
31089
|
+
font-family: Inter;
|
|
31090
|
+
font-style: normal;
|
|
31091
|
+
font-weight: bold;
|
|
31092
|
+
text-transform: uppercase;
|
|
31093
|
+
font-feature-settings: "cpsp" on;
|
|
31094
|
+
font-size: 12px;
|
|
31095
|
+
line-height: 18px;
|
|
30889
31096
|
}
|
|
30890
31097
|
|
|
30891
|
-
.
|
|
30892
|
-
|
|
30893
|
-
|
|
31098
|
+
.E_h10xnyuu {
|
|
31099
|
+
font-family: Inter;
|
|
31100
|
+
font-style: normal;
|
|
31101
|
+
font-weight: normal;
|
|
31102
|
+
text-transform: uppercase;
|
|
31103
|
+
font-feature-settings: "cpsp" on;
|
|
31104
|
+
font-size: 12px;
|
|
31105
|
+
line-height: 18px;
|
|
30894
31106
|
}
|
|
30895
|
-
|
|
30896
|
-
|
|
31107
|
+
|
|
31108
|
+
.E_lrcmi0v {
|
|
31109
|
+
font-family: Inter;
|
|
31110
|
+
font-style: normal;
|
|
31111
|
+
font-weight: normal;
|
|
31112
|
+
font-size: 16px;
|
|
31113
|
+
line-height: 24px;
|
|
30897
31114
|
}
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
31115
|
+
|
|
31116
|
+
.E_lzt43lp {
|
|
31117
|
+
font-family: Inter;
|
|
31118
|
+
font-style: normal;
|
|
31119
|
+
font-weight: bold;
|
|
31120
|
+
font-size: 16px;
|
|
31121
|
+
line-height: 24px;
|
|
30902
31122
|
}
|
|
30903
|
-
|
|
30904
|
-
|
|
31123
|
+
|
|
31124
|
+
.E_l5yc9nt {
|
|
31125
|
+
font-family: Inter;
|
|
31126
|
+
font-style: normal;
|
|
31127
|
+
font-weight: normal;
|
|
31128
|
+
font-size: 16px;
|
|
31129
|
+
line-height: 24px;
|
|
30905
31130
|
}
|
|
30906
|
-
|
|
30907
|
-
|
|
30908
|
-
|
|
30909
|
-
|
|
31131
|
+
|
|
31132
|
+
.E_l1fbkbzo {
|
|
31133
|
+
font-family: Inter;
|
|
31134
|
+
font-style: normal;
|
|
31135
|
+
font-weight: bold;
|
|
31136
|
+
font-size: 16px;
|
|
31137
|
+
line-height: 24px;
|
|
30910
31138
|
}
|
|
30911
|
-
|
|
30912
|
-
|
|
31139
|
+
|
|
31140
|
+
.E_lahvcax {
|
|
31141
|
+
font-family: Inter;
|
|
31142
|
+
font-style: normal;
|
|
31143
|
+
font-weight: normal;
|
|
31144
|
+
text-transform: uppercase;
|
|
31145
|
+
font-feature-settings: "cpsp" on;
|
|
31146
|
+
font-size: 16px;
|
|
31147
|
+
line-height: 24px;
|
|
30913
31148
|
}
|
|
30914
|
-
|
|
30915
|
-
|
|
31149
|
+
|
|
31150
|
+
.E_l11q3pxd {
|
|
31151
|
+
font-family: Inter;
|
|
31152
|
+
font-style: normal;
|
|
31153
|
+
font-weight: bold;
|
|
31154
|
+
text-transform: uppercase;
|
|
31155
|
+
font-feature-settings: "cpsp" on;
|
|
31156
|
+
font-size: 16px;
|
|
31157
|
+
line-height: 24px;
|
|
30916
31158
|
}
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
31159
|
+
|
|
31160
|
+
.E_lfuc2qu {
|
|
31161
|
+
font-family: Inter;
|
|
31162
|
+
font-style: normal;
|
|
31163
|
+
font-weight: normal;
|
|
31164
|
+
font-size: 14px;
|
|
31165
|
+
line-height: 22px;
|
|
30920
31166
|
}
|
|
30921
|
-
|
|
30922
|
-
|
|
31167
|
+
|
|
31168
|
+
.E_l1jmp8r0 {
|
|
31169
|
+
font-family: Inter;
|
|
31170
|
+
font-style: normal;
|
|
31171
|
+
font-weight: 500;
|
|
31172
|
+
font-size: 14px;
|
|
31173
|
+
line-height: 22px;
|
|
30923
31174
|
}
|
|
30924
|
-
|
|
30925
|
-
|
|
31175
|
+
|
|
31176
|
+
.E_lcnm221 {
|
|
31177
|
+
font-family: Inter;
|
|
31178
|
+
font-style: normal;
|
|
31179
|
+
font-weight: bold;
|
|
31180
|
+
font-size: 14px;
|
|
31181
|
+
line-height: 22px;
|
|
30926
31182
|
}
|
|
30927
|
-
|
|
30928
|
-
|
|
31183
|
+
|
|
31184
|
+
.E_lu1z2n5 {
|
|
31185
|
+
font-family: Inter;
|
|
31186
|
+
font-style: normal;
|
|
31187
|
+
font-weight: normal;
|
|
31188
|
+
font-size: 14px;
|
|
31189
|
+
line-height: 22px;
|
|
30929
31190
|
}
|
|
30930
|
-
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
30937
|
-
border-color: #ccd4e3;
|
|
31191
|
+
|
|
31192
|
+
.E_l1r59djn {
|
|
31193
|
+
font-family: Inter;
|
|
31194
|
+
font-style: normal;
|
|
31195
|
+
font-weight: bold;
|
|
31196
|
+
font-size: 14px;
|
|
31197
|
+
line-height: 22px;
|
|
30938
31198
|
}
|
|
30939
|
-
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
|
|
31199
|
+
|
|
31200
|
+
.E_ljm2911 {
|
|
31201
|
+
font-family: Inter;
|
|
31202
|
+
font-style: normal;
|
|
31203
|
+
font-weight: normal;
|
|
31204
|
+
text-transform: uppercase;
|
|
31205
|
+
font-feature-settings: "cpsp" on;
|
|
31206
|
+
font-size: 14px;
|
|
31207
|
+
line-height: 22px;
|
|
30943
31208
|
}
|
|
30944
|
-
|
|
30945
|
-
|
|
30946
|
-
|
|
30947
|
-
|
|
30948
|
-
|
|
30949
|
-
|
|
30950
|
-
|
|
31209
|
+
|
|
31210
|
+
.E_l124mzmr {
|
|
31211
|
+
font-family: Inter;
|
|
31212
|
+
font-style: normal;
|
|
31213
|
+
font-weight: bold;
|
|
31214
|
+
text-transform: uppercase;
|
|
31215
|
+
font-feature-settings: "cpsp" on;
|
|
31216
|
+
font-size: 14px;
|
|
31217
|
+
line-height: 22px;
|
|
30951
31218
|
}
|
|
30952
|
-
|
|
30953
|
-
|
|
31219
|
+
|
|
31220
|
+
.E_lb3chel {
|
|
31221
|
+
font-family: Inter;
|
|
31222
|
+
font-style: normal;
|
|
31223
|
+
font-weight: normal;
|
|
31224
|
+
font-size: 13px;
|
|
31225
|
+
line-height: 20px;
|
|
30954
31226
|
}
|
|
30955
|
-
|
|
30956
|
-
|
|
30957
|
-
|
|
30958
|
-
|
|
31227
|
+
|
|
31228
|
+
.E_lv9jstu {
|
|
31229
|
+
font-family: Inter;
|
|
31230
|
+
font-style: normal;
|
|
31231
|
+
font-weight: 600;
|
|
31232
|
+
font-size: 13px;
|
|
31233
|
+
line-height: 20px;
|
|
30959
31234
|
}
|
|
30960
|
-
|
|
30961
|
-
|
|
31235
|
+
|
|
31236
|
+
.E_lwqlh3x {
|
|
31237
|
+
font-family: Inter;
|
|
31238
|
+
font-style: normal;
|
|
31239
|
+
font-weight: bold;
|
|
31240
|
+
font-size: 13px;
|
|
31241
|
+
line-height: 20px;
|
|
30962
31242
|
}
|
|
30963
|
-
|
|
30964
|
-
|
|
31243
|
+
|
|
31244
|
+
.E_lalum9y {
|
|
31245
|
+
font-family: Inter;
|
|
31246
|
+
font-style: normal;
|
|
31247
|
+
font-weight: normal;
|
|
31248
|
+
font-size: 13px;
|
|
31249
|
+
line-height: 20px;
|
|
30965
31250
|
}
|
|
30966
|
-
|
|
30967
|
-
|
|
30968
|
-
|
|
30969
|
-
|
|
30970
|
-
|
|
31251
|
+
|
|
31252
|
+
.E_l1t6dj5o {
|
|
31253
|
+
font-family: Inter;
|
|
31254
|
+
font-style: normal;
|
|
31255
|
+
font-weight: 600;
|
|
31256
|
+
font-size: 13px;
|
|
31257
|
+
line-height: 20px;
|
|
30971
31258
|
}
|
|
30972
31259
|
|
|
30973
|
-
.
|
|
30974
|
-
|
|
31260
|
+
.E_l12f6ic {
|
|
31261
|
+
font-family: Inter;
|
|
31262
|
+
font-style: normal;
|
|
31263
|
+
font-weight: bold;
|
|
31264
|
+
font-size: 13px;
|
|
31265
|
+
line-height: 20px;
|
|
30975
31266
|
}
|
|
30976
31267
|
|
|
30977
|
-
.
|
|
30978
|
-
|
|
31268
|
+
.E_l7gmukq {
|
|
31269
|
+
font-family: Inter;
|
|
31270
|
+
font-style: normal;
|
|
31271
|
+
font-weight: normal;
|
|
31272
|
+
text-transform: uppercase;
|
|
31273
|
+
font-feature-settings: "cpsp" on;
|
|
31274
|
+
font-size: 13px;
|
|
31275
|
+
line-height: 20px;
|
|
30979
31276
|
}
|
|
30980
|
-
|
|
30981
|
-
|
|
30982
|
-
|
|
31277
|
+
|
|
31278
|
+
.E_lkwl0yp {
|
|
31279
|
+
font-family: Inter;
|
|
31280
|
+
font-style: normal;
|
|
31281
|
+
font-weight: bold;
|
|
31282
|
+
text-transform: uppercase;
|
|
31283
|
+
font-feature-settings: "cpsp" on;
|
|
31284
|
+
font-size: 13px;
|
|
31285
|
+
line-height: 20px;
|
|
30983
31286
|
}
|
|
30984
|
-
|
|
30985
|
-
|
|
31287
|
+
|
|
31288
|
+
.E_l10knv48 {
|
|
31289
|
+
font-family: Inter;
|
|
31290
|
+
font-style: normal;
|
|
31291
|
+
font-weight: normal;
|
|
31292
|
+
font-size: 12px;
|
|
31293
|
+
line-height: 18px;
|
|
30986
31294
|
}
|
|
30987
|
-
|
|
30988
|
-
|
|
30989
|
-
|
|
31295
|
+
|
|
31296
|
+
.E_l6526ld {
|
|
31297
|
+
font-family: Inter;
|
|
31298
|
+
font-style: normal;
|
|
31299
|
+
font-weight: 500;
|
|
31300
|
+
font-size: 12px;
|
|
31301
|
+
line-height: 18px;
|
|
30990
31302
|
}
|
|
30991
|
-
|
|
30992
|
-
|
|
31303
|
+
|
|
31304
|
+
.E_l1j81vli {
|
|
31305
|
+
font-family: Inter;
|
|
31306
|
+
font-style: normal;
|
|
31307
|
+
font-weight: bold;
|
|
31308
|
+
font-size: 12px;
|
|
31309
|
+
line-height: 18px;
|
|
30993
31310
|
}
|
|
30994
|
-
|
|
30995
|
-
|
|
31311
|
+
|
|
31312
|
+
.E_l1x7n1mk {
|
|
31313
|
+
font-family: Inter;
|
|
31314
|
+
font-style: normal;
|
|
31315
|
+
font-weight: normal;
|
|
31316
|
+
font-size: 12px;
|
|
31317
|
+
line-height: 18px;
|
|
30996
31318
|
}
|
|
30997
|
-
|
|
30998
|
-
|
|
31319
|
+
|
|
31320
|
+
.E_l9fqufz {
|
|
31321
|
+
font-family: Inter;
|
|
31322
|
+
font-style: normal;
|
|
31323
|
+
font-weight: 500;
|
|
31324
|
+
font-size: 12px;
|
|
31325
|
+
line-height: 18px;
|
|
30999
31326
|
}
|
|
31000
|
-
|
|
31001
|
-
|
|
31327
|
+
|
|
31328
|
+
.E_l1iwnybd {
|
|
31329
|
+
font-family: Inter;
|
|
31330
|
+
font-style: normal;
|
|
31331
|
+
font-weight: bold;
|
|
31332
|
+
font-size: 12px;
|
|
31333
|
+
line-height: 18px;
|
|
31002
31334
|
}
|
|
31003
|
-
|
|
31004
|
-
|
|
31335
|
+
|
|
31336
|
+
.E_lprtm1e {
|
|
31337
|
+
font-family: Inter;
|
|
31338
|
+
font-style: normal;
|
|
31339
|
+
font-weight: normal;
|
|
31340
|
+
text-transform: uppercase;
|
|
31341
|
+
font-feature-settings: "cpsp" on;
|
|
31342
|
+
font-size: 12px;
|
|
31343
|
+
line-height: 18px;
|
|
31005
31344
|
}
|
|
31006
|
-
|
|
31007
|
-
|
|
31008
|
-
|
|
31345
|
+
|
|
31346
|
+
.E_l1lln87h {
|
|
31347
|
+
font-family: Inter;
|
|
31348
|
+
font-style: normal;
|
|
31349
|
+
font-weight: bold;
|
|
31350
|
+
text-transform: uppercase;
|
|
31351
|
+
font-feature-settings: "cpsp" on;
|
|
31352
|
+
font-size: 12px;
|
|
31353
|
+
line-height: 18px;
|
|
31009
31354
|
}
|
|
31010
|
-
|
|
31011
|
-
|
|
31355
|
+
|
|
31356
|
+
.E_f2pb48l {
|
|
31357
|
+
font-family: Inter;
|
|
31358
|
+
font-style: normal;
|
|
31359
|
+
font-weight: normal;
|
|
31360
|
+
font-size: 13px;
|
|
31361
|
+
line-height: 20px;
|
|
31012
31362
|
}
|
|
31013
|
-
|
|
31014
|
-
.
|
|
31015
|
-
|
|
31363
|
+
|
|
31364
|
+
.E_fi9emkw {
|
|
31365
|
+
font-family: Inter;
|
|
31366
|
+
font-style: normal;
|
|
31367
|
+
font-weight: normal;
|
|
31368
|
+
font-size: 13px;
|
|
31369
|
+
line-height: 20px;
|
|
31016
31370
|
}
|
|
31017
|
-
|
|
31018
|
-
|
|
31371
|
+
|
|
31372
|
+
.E_f1nrg7da {
|
|
31373
|
+
font-family: Inter;
|
|
31374
|
+
font-style: normal;
|
|
31375
|
+
font-weight: normal;
|
|
31376
|
+
font-size: 12px;
|
|
31377
|
+
line-height: 18px;
|
|
31019
31378
|
}
|
|
31020
|
-
|
|
31021
|
-
.
|
|
31022
|
-
|
|
31023
|
-
|
|
31379
|
+
|
|
31380
|
+
.E_f17k1i3n {
|
|
31381
|
+
font-family: Inter;
|
|
31382
|
+
font-style: normal;
|
|
31383
|
+
font-weight: normal;
|
|
31384
|
+
font-size: 12px;
|
|
31385
|
+
line-height: 18px;
|
|
31024
31386
|
}
|
|
31025
|
-
|
|
31026
|
-
.
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
|
|
31030
|
-
|
|
31387
|
+
|
|
31388
|
+
.E_t1tvuj2e {
|
|
31389
|
+
font-family: Inter;
|
|
31390
|
+
font-style: normal;
|
|
31391
|
+
font-weight: normal;
|
|
31392
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31393
|
+
font-size: 13px;
|
|
31394
|
+
line-height: 20px;
|
|
31031
31395
|
}
|
|
31032
|
-
|
|
31033
|
-
.
|
|
31396
|
+
|
|
31397
|
+
.E_t17uajlu {
|
|
31398
|
+
font-family: Inter;
|
|
31399
|
+
font-style: normal;
|
|
31400
|
+
font-weight: normal;
|
|
31401
|
+
font-feature-settings: "zero" on;
|
|
31402
|
+
font-size: 13px;
|
|
31403
|
+
line-height: 20px;
|
|
31404
|
+
}
|
|
31405
|
+
|
|
31406
|
+
.E_t114zbyz {
|
|
31407
|
+
font-family: Inter;
|
|
31408
|
+
font-style: normal;
|
|
31409
|
+
font-weight: normal;
|
|
31410
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31411
|
+
font-size: 12px;
|
|
31412
|
+
line-height: 18px;
|
|
31413
|
+
}
|
|
31414
|
+
|
|
31415
|
+
.E_t1il0kvi {
|
|
31416
|
+
font-family: Inter;
|
|
31417
|
+
font-style: normal;
|
|
31418
|
+
font-weight: 500;
|
|
31419
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31420
|
+
font-size: 12px;
|
|
31421
|
+
line-height: 18px;
|
|
31422
|
+
}
|
|
31423
|
+
|
|
31424
|
+
.E_t10dv8p1 {
|
|
31425
|
+
font-family: Inter;
|
|
31426
|
+
font-style: normal;
|
|
31427
|
+
font-weight: normal;
|
|
31428
|
+
font-feature-settings: "zero" on;
|
|
31429
|
+
font-size: 12px;
|
|
31430
|
+
line-height: 18px;
|
|
31431
|
+
}
|
|
31432
|
+
|
|
31433
|
+
.E_tc2oqpq {
|
|
31434
|
+
font-family: Inter;
|
|
31435
|
+
font-style: normal;
|
|
31436
|
+
font-weight: 500;
|
|
31437
|
+
font-feature-settings: "zero" on;
|
|
31438
|
+
font-size: 12px;
|
|
31439
|
+
line-height: 18px;
|
|
31440
|
+
}
|
|
31441
|
+
|
|
31442
|
+
.E_tzvddmc {
|
|
31443
|
+
font-family: Inter;
|
|
31444
|
+
font-style: normal;
|
|
31445
|
+
font-weight: bold;
|
|
31446
|
+
font-feature-settings: "zero" on;
|
|
31447
|
+
font-size: 16px;
|
|
31448
|
+
line-height: 24px;
|
|
31449
|
+
}
|
|
31450
|
+
|
|
31451
|
+
.E_u18llj45 {
|
|
31452
|
+
font-family: Inter;
|
|
31453
|
+
font-style: normal;
|
|
31454
|
+
font-weight: normal;
|
|
31455
|
+
font-size: 10px;
|
|
31456
|
+
line-height: 12px;
|
|
31457
|
+
}
|
|
31458
|
+
|
|
31459
|
+
.E_skwah65 {
|
|
31460
|
+
height: 8px;
|
|
31461
|
+
box-sizing: border-box;
|
|
31462
|
+
border-radius: 2px;
|
|
31463
|
+
background: #f5f7fa;
|
|
31464
|
+
display: flex;
|
|
31465
|
+
width: 100%;
|
|
31466
|
+
overflow: hidden;
|
|
31467
|
+
}
|
|
31468
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31469
|
+
margin-left: 1px;
|
|
31470
|
+
}
|
|
31471
|
+
|
|
31472
|
+
.E_tc97u5y {
|
|
31473
|
+
height: 100%;
|
|
31474
|
+
}
|
|
31475
|
+
|
|
31476
|
+
.E_tfzf37v {
|
|
31477
|
+
height: 100%;
|
|
31478
|
+
}
|
|
31479
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
31480
|
+
overflow: visible !important;
|
|
31481
|
+
height: 100%;
|
|
31482
|
+
}
|
|
31483
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31484
|
+
height: 100%;
|
|
31485
|
+
}
|
|
31486
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
31487
|
+
width: 100% !important;
|
|
31488
|
+
height: 100%;
|
|
31489
|
+
}
|
|
31490
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31491
|
+
padding: 15px 0;
|
|
31492
|
+
}
|
|
31493
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31494
|
+
display: none;
|
|
31495
|
+
}
|
|
31496
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
31497
|
+
font-weight: 700;
|
|
31498
|
+
}
|
|
31499
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
31500
|
+
font-weight: 700;
|
|
31501
|
+
}
|
|
31502
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
31503
|
+
height: 100%;
|
|
31504
|
+
}
|
|
31505
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
31506
|
+
height: 100%;
|
|
31507
|
+
overflow: visible;
|
|
31508
|
+
}
|
|
31509
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
31510
|
+
max-height: none;
|
|
31511
|
+
}
|
|
31512
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
31513
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
31514
|
+
display: none;
|
|
31515
|
+
}
|
|
31516
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
31517
|
+
background: transparent;
|
|
31518
|
+
}
|
|
31519
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
31520
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
31521
|
+
background: #fff;
|
|
31522
|
+
padding: 0 !important;
|
|
31523
|
+
}
|
|
31524
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31525
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31526
|
+
display: flex;
|
|
31527
|
+
align-items: center;
|
|
31528
|
+
height: 100%;
|
|
31529
|
+
padding: 8px;
|
|
31530
|
+
}
|
|
31531
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31532
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31034
31533
|
overflow: hidden;
|
|
31035
31534
|
text-overflow: ellipsis;
|
|
31036
31535
|
width: 100%;
|
|
@@ -31311,6 +31810,10 @@ input.E_rf8rlle.ant-input {
|
|
|
31311
31810
|
font-size: 20px;
|
|
31312
31811
|
color: rgba(10, 37, 85, 0.6);
|
|
31313
31812
|
}
|
|
31813
|
+
.E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
|
|
31814
|
+
.E_tfzf37v .ant-table th.cell__action_ {
|
|
31815
|
+
z-index: 10;
|
|
31816
|
+
}
|
|
31314
31817
|
.E_tfzf37v .ant-table td.cell__action_ {
|
|
31315
31818
|
padding: 0 !important;
|
|
31316
31819
|
position: relative;
|
|
@@ -31323,657 +31826,96 @@ input.E_rf8rlle.ant-input {
|
|
|
31323
31826
|
justify-content: flex-end;
|
|
31324
31827
|
padding-right: 8px;
|
|
31325
31828
|
}
|
|
31326
|
-
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
31327
|
-
width: 24px;
|
|
31328
|
-
height: 24px;
|
|
31329
|
-
cursor: pointer;
|
|
31330
|
-
justify-content: center;
|
|
31331
|
-
border-radius: 4px;
|
|
31332
|
-
}
|
|
31333
|
-
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
31334
|
-
background: #fff;
|
|
31335
|
-
}
|
|
31336
|
-
|
|
31337
|
-
.E_s1dni7lo {
|
|
31338
|
-
width: 430px !important;
|
|
31339
|
-
}
|
|
31340
|
-
|
|
31341
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31342
|
-
padding: 8px 16px;
|
|
31343
|
-
line-height: 18px;
|
|
31344
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31345
|
-
height: 34px;
|
|
31346
|
-
min-height: 34px;
|
|
31347
|
-
box-sizing: border-box;
|
|
31348
|
-
margin-top: 8px;
|
|
31349
|
-
}
|
|
31350
|
-
|
|
31351
|
-
.E_o1ugr09p {
|
|
31352
|
-
display: flex;
|
|
31353
|
-
flex-direction: column;
|
|
31354
|
-
margin: 1px 8px;
|
|
31355
|
-
padding: 8px;
|
|
31356
|
-
border-radius: 4px;
|
|
31357
|
-
}
|
|
31358
|
-
.E_o1ugr09p .selected-icon {
|
|
31359
|
-
display: none;
|
|
31360
|
-
}
|
|
31361
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31362
|
-
padding-left: 8px;
|
|
31363
|
-
}
|
|
31364
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31365
|
-
background-color: white;
|
|
31366
|
-
}
|
|
31367
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31368
|
-
color: #0080ff;
|
|
31369
|
-
}
|
|
31370
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31371
|
-
display: block;
|
|
31372
|
-
}
|
|
31373
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31374
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31375
|
-
}
|
|
31376
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31377
|
-
color: #0080ff;
|
|
31378
|
-
}
|
|
31379
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31380
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31381
|
-
color: #0080ff;
|
|
31382
|
-
}
|
|
31383
|
-
|
|
31384
|
-
.E_o1ifxsq4 {
|
|
31385
|
-
display: flex;
|
|
31386
|
-
justify-content: space-between;
|
|
31387
|
-
height: 20px;
|
|
31388
|
-
line-height: 20px;
|
|
31389
|
-
}
|
|
31390
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31391
|
-
color: #2d3a56;
|
|
31392
|
-
overflow: hidden;
|
|
31393
|
-
text-overflow: ellipsis;
|
|
31394
|
-
}
|
|
31395
|
-
|
|
31396
|
-
.E_o1zue7 {
|
|
31397
|
-
display: flex;
|
|
31398
|
-
justify-content: space-between;
|
|
31399
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31400
|
-
height: 18px;
|
|
31401
|
-
line-height: 18px;
|
|
31402
|
-
margin-top: 2px;
|
|
31403
|
-
}
|
|
31404
|
-
|
|
31405
|
-
.E_tyfmlxg {
|
|
31406
|
-
border: none;
|
|
31407
|
-
margin-right: 0;
|
|
31408
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31409
|
-
}
|
|
31410
|
-
|
|
31411
|
-
.E_o18uybox {
|
|
31412
|
-
pointer-events: none;
|
|
31413
|
-
height: 32px;
|
|
31414
|
-
width: 100%;
|
|
31415
|
-
opacity: 0;
|
|
31416
|
-
}
|
|
31417
|
-
|
|
31418
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31419
|
-
display: none;
|
|
31420
|
-
}
|
|
31421
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31422
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31423
|
-
border-radius: 4px;
|
|
31424
|
-
}
|
|
31425
|
-
|
|
31426
|
-
.E_iq1gosr {
|
|
31427
|
-
display: inline-block;
|
|
31428
|
-
}
|
|
31429
|
-
|
|
31430
|
-
.E_dsnbhzf {
|
|
31431
|
-
font-family: Inter;
|
|
31432
|
-
font-style: normal;
|
|
31433
|
-
font-weight: bold;
|
|
31434
|
-
font-size: 32px;
|
|
31435
|
-
line-height: 40px;
|
|
31436
|
-
}
|
|
31437
|
-
|
|
31438
|
-
.E_d1mvo22k {
|
|
31439
|
-
font-family: Inter;
|
|
31440
|
-
font-style: normal;
|
|
31441
|
-
font-weight: bold;
|
|
31442
|
-
font-size: 24px;
|
|
31443
|
-
line-height: 32px;
|
|
31444
|
-
}
|
|
31445
|
-
|
|
31446
|
-
.E_d1b444tr {
|
|
31447
|
-
font-family: Inter;
|
|
31448
|
-
font-style: normal;
|
|
31449
|
-
font-weight: normal;
|
|
31450
|
-
font-size: 32px;
|
|
31451
|
-
line-height: 40px;
|
|
31452
|
-
}
|
|
31453
|
-
|
|
31454
|
-
.E_dvs0kue {
|
|
31455
|
-
font-family: Inter;
|
|
31456
|
-
font-style: normal;
|
|
31457
|
-
font-weight: bold;
|
|
31458
|
-
font-size: 20px;
|
|
31459
|
-
line-height: 24px;
|
|
31460
|
-
}
|
|
31461
|
-
|
|
31462
|
-
.E_d1hcbfcq {
|
|
31463
|
-
font-family: Inter;
|
|
31464
|
-
font-style: normal;
|
|
31465
|
-
font-weight: normal;
|
|
31466
|
-
font-size: 20px;
|
|
31467
|
-
line-height: 24px;
|
|
31468
|
-
}
|
|
31469
|
-
|
|
31470
|
-
.E_d1cz922v {
|
|
31471
|
-
font-family: Inter;
|
|
31472
|
-
font-style: normal;
|
|
31473
|
-
font-weight: bold;
|
|
31474
|
-
font-size: 18px;
|
|
31475
|
-
line-height: 22px;
|
|
31476
|
-
}
|
|
31477
|
-
|
|
31478
|
-
.E_d3nzbrm {
|
|
31479
|
-
font-family: Inter;
|
|
31480
|
-
font-style: normal;
|
|
31481
|
-
font-weight: normal;
|
|
31482
|
-
font-size: 18px;
|
|
31483
|
-
line-height: 22px;
|
|
31484
|
-
}
|
|
31485
|
-
|
|
31486
|
-
.E_h1g0p5ob {
|
|
31487
|
-
font-family: Inter;
|
|
31488
|
-
font-style: normal;
|
|
31489
|
-
font-weight: bold;
|
|
31490
|
-
font-size: 16px;
|
|
31491
|
-
line-height: 22px;
|
|
31492
|
-
}
|
|
31493
|
-
|
|
31494
|
-
.E_hydo2ej {
|
|
31495
|
-
font-family: Inter;
|
|
31496
|
-
font-style: normal;
|
|
31497
|
-
font-weight: normal;
|
|
31498
|
-
font-size: 16px;
|
|
31499
|
-
line-height: 22px;
|
|
31500
|
-
}
|
|
31501
|
-
|
|
31502
|
-
.E_h1hbuq0r {
|
|
31503
|
-
font-family: Inter;
|
|
31504
|
-
font-style: normal;
|
|
31505
|
-
font-weight: bold;
|
|
31506
|
-
font-size: 14px;
|
|
31507
|
-
line-height: 20px;
|
|
31508
|
-
}
|
|
31509
|
-
|
|
31510
|
-
.E_h13bondg {
|
|
31511
|
-
font-family: Inter;
|
|
31512
|
-
font-style: normal;
|
|
31513
|
-
font-weight: normal;
|
|
31514
|
-
font-size: 14px;
|
|
31515
|
-
line-height: 20px;
|
|
31516
|
-
}
|
|
31517
|
-
|
|
31518
|
-
.E_h1mhvdlx {
|
|
31519
|
-
font-family: Inter;
|
|
31520
|
-
font-style: normal;
|
|
31521
|
-
font-weight: bold;
|
|
31522
|
-
font-size: 12px;
|
|
31523
|
-
line-height: 18px;
|
|
31524
|
-
}
|
|
31525
|
-
|
|
31526
|
-
.E_h1inmfq6 {
|
|
31527
|
-
font-family: Inter;
|
|
31528
|
-
font-style: normal;
|
|
31529
|
-
font-weight: normal;
|
|
31530
|
-
font-size: 12px;
|
|
31531
|
-
line-height: 18px;
|
|
31532
|
-
}
|
|
31533
|
-
|
|
31534
|
-
.E_h1kfc0la {
|
|
31535
|
-
font-family: Inter;
|
|
31536
|
-
font-style: normal;
|
|
31537
|
-
font-weight: bold;
|
|
31538
|
-
text-transform: uppercase;
|
|
31539
|
-
font-feature-settings: "cpsp" on;
|
|
31540
|
-
font-size: 12px;
|
|
31541
|
-
line-height: 18px;
|
|
31542
|
-
}
|
|
31543
|
-
|
|
31544
|
-
.E_h10xnyuu {
|
|
31545
|
-
font-family: Inter;
|
|
31546
|
-
font-style: normal;
|
|
31547
|
-
font-weight: normal;
|
|
31548
|
-
text-transform: uppercase;
|
|
31549
|
-
font-feature-settings: "cpsp" on;
|
|
31550
|
-
font-size: 12px;
|
|
31551
|
-
line-height: 18px;
|
|
31552
|
-
}
|
|
31553
|
-
|
|
31554
|
-
.E_lrcmi0v {
|
|
31555
|
-
font-family: Inter;
|
|
31556
|
-
font-style: normal;
|
|
31557
|
-
font-weight: normal;
|
|
31558
|
-
font-size: 16px;
|
|
31559
|
-
line-height: 24px;
|
|
31560
|
-
}
|
|
31561
|
-
|
|
31562
|
-
.E_lzt43lp {
|
|
31563
|
-
font-family: Inter;
|
|
31564
|
-
font-style: normal;
|
|
31565
|
-
font-weight: bold;
|
|
31566
|
-
font-size: 16px;
|
|
31567
|
-
line-height: 24px;
|
|
31568
|
-
}
|
|
31569
|
-
|
|
31570
|
-
.E_l5yc9nt {
|
|
31571
|
-
font-family: Inter;
|
|
31572
|
-
font-style: normal;
|
|
31573
|
-
font-weight: normal;
|
|
31574
|
-
font-size: 16px;
|
|
31575
|
-
line-height: 24px;
|
|
31576
|
-
}
|
|
31577
|
-
|
|
31578
|
-
.E_l1fbkbzo {
|
|
31579
|
-
font-family: Inter;
|
|
31580
|
-
font-style: normal;
|
|
31581
|
-
font-weight: bold;
|
|
31582
|
-
font-size: 16px;
|
|
31583
|
-
line-height: 24px;
|
|
31584
|
-
}
|
|
31585
|
-
|
|
31586
|
-
.E_lahvcax {
|
|
31587
|
-
font-family: Inter;
|
|
31588
|
-
font-style: normal;
|
|
31589
|
-
font-weight: normal;
|
|
31590
|
-
text-transform: uppercase;
|
|
31591
|
-
font-feature-settings: "cpsp" on;
|
|
31592
|
-
font-size: 16px;
|
|
31593
|
-
line-height: 24px;
|
|
31594
|
-
}
|
|
31595
|
-
|
|
31596
|
-
.E_l11q3pxd {
|
|
31597
|
-
font-family: Inter;
|
|
31598
|
-
font-style: normal;
|
|
31599
|
-
font-weight: bold;
|
|
31600
|
-
text-transform: uppercase;
|
|
31601
|
-
font-feature-settings: "cpsp" on;
|
|
31602
|
-
font-size: 16px;
|
|
31603
|
-
line-height: 24px;
|
|
31604
|
-
}
|
|
31605
|
-
|
|
31606
|
-
.E_lfuc2qu {
|
|
31607
|
-
font-family: Inter;
|
|
31608
|
-
font-style: normal;
|
|
31609
|
-
font-weight: normal;
|
|
31610
|
-
font-size: 14px;
|
|
31611
|
-
line-height: 22px;
|
|
31612
|
-
}
|
|
31613
|
-
|
|
31614
|
-
.E_l1jmp8r0 {
|
|
31615
|
-
font-family: Inter;
|
|
31616
|
-
font-style: normal;
|
|
31617
|
-
font-weight: 500;
|
|
31618
|
-
font-size: 14px;
|
|
31619
|
-
line-height: 22px;
|
|
31620
|
-
}
|
|
31621
|
-
|
|
31622
|
-
.E_lcnm221 {
|
|
31623
|
-
font-family: Inter;
|
|
31624
|
-
font-style: normal;
|
|
31625
|
-
font-weight: bold;
|
|
31626
|
-
font-size: 14px;
|
|
31627
|
-
line-height: 22px;
|
|
31628
|
-
}
|
|
31629
|
-
|
|
31630
|
-
.E_lu1z2n5 {
|
|
31631
|
-
font-family: Inter;
|
|
31632
|
-
font-style: normal;
|
|
31633
|
-
font-weight: normal;
|
|
31634
|
-
font-size: 14px;
|
|
31635
|
-
line-height: 22px;
|
|
31636
|
-
}
|
|
31637
|
-
|
|
31638
|
-
.E_l1r59djn {
|
|
31639
|
-
font-family: Inter;
|
|
31640
|
-
font-style: normal;
|
|
31641
|
-
font-weight: bold;
|
|
31642
|
-
font-size: 14px;
|
|
31643
|
-
line-height: 22px;
|
|
31644
|
-
}
|
|
31645
|
-
|
|
31646
|
-
.E_ljm2911 {
|
|
31647
|
-
font-family: Inter;
|
|
31648
|
-
font-style: normal;
|
|
31649
|
-
font-weight: normal;
|
|
31650
|
-
text-transform: uppercase;
|
|
31651
|
-
font-feature-settings: "cpsp" on;
|
|
31652
|
-
font-size: 14px;
|
|
31653
|
-
line-height: 22px;
|
|
31654
|
-
}
|
|
31655
|
-
|
|
31656
|
-
.E_l124mzmr {
|
|
31657
|
-
font-family: Inter;
|
|
31658
|
-
font-style: normal;
|
|
31659
|
-
font-weight: bold;
|
|
31660
|
-
text-transform: uppercase;
|
|
31661
|
-
font-feature-settings: "cpsp" on;
|
|
31662
|
-
font-size: 14px;
|
|
31663
|
-
line-height: 22px;
|
|
31664
|
-
}
|
|
31665
|
-
|
|
31666
|
-
.E_lb3chel {
|
|
31667
|
-
font-family: Inter;
|
|
31668
|
-
font-style: normal;
|
|
31669
|
-
font-weight: normal;
|
|
31670
|
-
font-size: 13px;
|
|
31671
|
-
line-height: 20px;
|
|
31672
|
-
}
|
|
31673
|
-
|
|
31674
|
-
.E_lv9jstu {
|
|
31675
|
-
font-family: Inter;
|
|
31676
|
-
font-style: normal;
|
|
31677
|
-
font-weight: 600;
|
|
31678
|
-
font-size: 13px;
|
|
31679
|
-
line-height: 20px;
|
|
31680
|
-
}
|
|
31681
|
-
|
|
31682
|
-
.E_lwqlh3x {
|
|
31683
|
-
font-family: Inter;
|
|
31684
|
-
font-style: normal;
|
|
31685
|
-
font-weight: bold;
|
|
31686
|
-
font-size: 13px;
|
|
31687
|
-
line-height: 20px;
|
|
31688
|
-
}
|
|
31689
|
-
|
|
31690
|
-
.E_lalum9y {
|
|
31691
|
-
font-family: Inter;
|
|
31692
|
-
font-style: normal;
|
|
31693
|
-
font-weight: normal;
|
|
31694
|
-
font-size: 13px;
|
|
31695
|
-
line-height: 20px;
|
|
31696
|
-
}
|
|
31697
|
-
|
|
31698
|
-
.E_l1t6dj5o {
|
|
31699
|
-
font-family: Inter;
|
|
31700
|
-
font-style: normal;
|
|
31701
|
-
font-weight: 600;
|
|
31702
|
-
font-size: 13px;
|
|
31703
|
-
line-height: 20px;
|
|
31704
|
-
}
|
|
31705
|
-
|
|
31706
|
-
.E_l12f6ic {
|
|
31707
|
-
font-family: Inter;
|
|
31708
|
-
font-style: normal;
|
|
31709
|
-
font-weight: bold;
|
|
31710
|
-
font-size: 13px;
|
|
31711
|
-
line-height: 20px;
|
|
31712
|
-
}
|
|
31713
|
-
|
|
31714
|
-
.E_l7gmukq {
|
|
31715
|
-
font-family: Inter;
|
|
31716
|
-
font-style: normal;
|
|
31717
|
-
font-weight: normal;
|
|
31718
|
-
text-transform: uppercase;
|
|
31719
|
-
font-feature-settings: "cpsp" on;
|
|
31720
|
-
font-size: 13px;
|
|
31721
|
-
line-height: 20px;
|
|
31722
|
-
}
|
|
31723
|
-
|
|
31724
|
-
.E_lkwl0yp {
|
|
31725
|
-
font-family: Inter;
|
|
31726
|
-
font-style: normal;
|
|
31727
|
-
font-weight: bold;
|
|
31728
|
-
text-transform: uppercase;
|
|
31729
|
-
font-feature-settings: "cpsp" on;
|
|
31730
|
-
font-size: 13px;
|
|
31731
|
-
line-height: 20px;
|
|
31732
|
-
}
|
|
31733
|
-
|
|
31734
|
-
.E_l10knv48 {
|
|
31735
|
-
font-family: Inter;
|
|
31736
|
-
font-style: normal;
|
|
31737
|
-
font-weight: normal;
|
|
31738
|
-
font-size: 12px;
|
|
31739
|
-
line-height: 18px;
|
|
31740
|
-
}
|
|
31741
|
-
|
|
31742
|
-
.E_l6526ld {
|
|
31743
|
-
font-family: Inter;
|
|
31744
|
-
font-style: normal;
|
|
31745
|
-
font-weight: 500;
|
|
31746
|
-
font-size: 12px;
|
|
31747
|
-
line-height: 18px;
|
|
31748
|
-
}
|
|
31749
|
-
|
|
31750
|
-
.E_l1j81vli {
|
|
31751
|
-
font-family: Inter;
|
|
31752
|
-
font-style: normal;
|
|
31753
|
-
font-weight: bold;
|
|
31754
|
-
font-size: 12px;
|
|
31755
|
-
line-height: 18px;
|
|
31756
|
-
}
|
|
31757
|
-
|
|
31758
|
-
.E_l1x7n1mk {
|
|
31759
|
-
font-family: Inter;
|
|
31760
|
-
font-style: normal;
|
|
31761
|
-
font-weight: normal;
|
|
31762
|
-
font-size: 12px;
|
|
31763
|
-
line-height: 18px;
|
|
31764
|
-
}
|
|
31765
|
-
|
|
31766
|
-
.E_l9fqufz {
|
|
31767
|
-
font-family: Inter;
|
|
31768
|
-
font-style: normal;
|
|
31769
|
-
font-weight: 500;
|
|
31770
|
-
font-size: 12px;
|
|
31771
|
-
line-height: 18px;
|
|
31772
|
-
}
|
|
31773
|
-
|
|
31774
|
-
.E_l1iwnybd {
|
|
31775
|
-
font-family: Inter;
|
|
31776
|
-
font-style: normal;
|
|
31777
|
-
font-weight: bold;
|
|
31778
|
-
font-size: 12px;
|
|
31779
|
-
line-height: 18px;
|
|
31780
|
-
}
|
|
31781
|
-
|
|
31782
|
-
.E_lprtm1e {
|
|
31783
|
-
font-family: Inter;
|
|
31784
|
-
font-style: normal;
|
|
31785
|
-
font-weight: normal;
|
|
31786
|
-
text-transform: uppercase;
|
|
31787
|
-
font-feature-settings: "cpsp" on;
|
|
31788
|
-
font-size: 12px;
|
|
31789
|
-
line-height: 18px;
|
|
31790
|
-
}
|
|
31791
|
-
|
|
31792
|
-
.E_l1lln87h {
|
|
31793
|
-
font-family: Inter;
|
|
31794
|
-
font-style: normal;
|
|
31795
|
-
font-weight: bold;
|
|
31796
|
-
text-transform: uppercase;
|
|
31797
|
-
font-feature-settings: "cpsp" on;
|
|
31798
|
-
font-size: 12px;
|
|
31799
|
-
line-height: 18px;
|
|
31829
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
31830
|
+
width: 24px;
|
|
31831
|
+
height: 24px;
|
|
31832
|
+
cursor: pointer;
|
|
31833
|
+
justify-content: center;
|
|
31834
|
+
border-radius: 4px;
|
|
31800
31835
|
}
|
|
31801
|
-
|
|
31802
|
-
|
|
31803
|
-
font-family: Inter;
|
|
31804
|
-
font-style: normal;
|
|
31805
|
-
font-weight: normal;
|
|
31806
|
-
font-size: 13px;
|
|
31807
|
-
line-height: 20px;
|
|
31836
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
31837
|
+
background: #fff;
|
|
31808
31838
|
}
|
|
31809
31839
|
|
|
31810
|
-
.
|
|
31811
|
-
|
|
31812
|
-
font-style: normal;
|
|
31813
|
-
font-weight: normal;
|
|
31814
|
-
font-size: 13px;
|
|
31815
|
-
line-height: 20px;
|
|
31840
|
+
.E_s1dni7lo {
|
|
31841
|
+
width: 430px !important;
|
|
31816
31842
|
}
|
|
31817
31843
|
|
|
31818
|
-
.
|
|
31819
|
-
|
|
31820
|
-
font-style: normal;
|
|
31821
|
-
font-weight: normal;
|
|
31822
|
-
font-size: 12px;
|
|
31844
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31845
|
+
padding: 8px 16px;
|
|
31823
31846
|
line-height: 18px;
|
|
31847
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31848
|
+
height: 34px;
|
|
31849
|
+
min-height: 34px;
|
|
31850
|
+
box-sizing: border-box;
|
|
31851
|
+
margin-top: 8px;
|
|
31824
31852
|
}
|
|
31825
31853
|
|
|
31826
|
-
.
|
|
31827
|
-
|
|
31828
|
-
|
|
31829
|
-
|
|
31830
|
-
|
|
31831
|
-
|
|
31854
|
+
.E_o1ugr09p {
|
|
31855
|
+
display: flex;
|
|
31856
|
+
flex-direction: column;
|
|
31857
|
+
margin: 1px 8px;
|
|
31858
|
+
padding: 8px;
|
|
31859
|
+
border-radius: 4px;
|
|
31832
31860
|
}
|
|
31833
|
-
|
|
31834
|
-
|
|
31835
|
-
font-family: Inter;
|
|
31836
|
-
font-style: normal;
|
|
31837
|
-
font-weight: normal;
|
|
31838
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31839
|
-
font-size: 13px;
|
|
31840
|
-
line-height: 20px;
|
|
31861
|
+
.E_o1ugr09p .selected-icon {
|
|
31862
|
+
display: none;
|
|
31841
31863
|
}
|
|
31842
|
-
|
|
31843
|
-
|
|
31844
|
-
font-family: Inter;
|
|
31845
|
-
font-style: normal;
|
|
31846
|
-
font-weight: normal;
|
|
31847
|
-
font-feature-settings: "zero" on;
|
|
31848
|
-
font-size: 13px;
|
|
31849
|
-
line-height: 20px;
|
|
31864
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31865
|
+
padding-left: 8px;
|
|
31850
31866
|
}
|
|
31851
|
-
|
|
31852
|
-
|
|
31853
|
-
font-family: Inter;
|
|
31854
|
-
font-style: normal;
|
|
31855
|
-
font-weight: normal;
|
|
31856
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31857
|
-
font-size: 12px;
|
|
31858
|
-
line-height: 18px;
|
|
31867
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31868
|
+
background-color: white;
|
|
31859
31869
|
}
|
|
31860
|
-
|
|
31861
|
-
|
|
31862
|
-
font-family: Inter;
|
|
31863
|
-
font-style: normal;
|
|
31864
|
-
font-weight: 500;
|
|
31865
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31866
|
-
font-size: 12px;
|
|
31867
|
-
line-height: 18px;
|
|
31870
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31871
|
+
color: #0080ff;
|
|
31868
31872
|
}
|
|
31869
|
-
|
|
31870
|
-
|
|
31871
|
-
font-family: Inter;
|
|
31872
|
-
font-style: normal;
|
|
31873
|
-
font-weight: normal;
|
|
31874
|
-
font-feature-settings: "zero" on;
|
|
31875
|
-
font-size: 12px;
|
|
31876
|
-
line-height: 18px;
|
|
31873
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31874
|
+
display: block;
|
|
31877
31875
|
}
|
|
31878
|
-
|
|
31879
|
-
.
|
|
31880
|
-
font-family: Inter;
|
|
31881
|
-
font-style: normal;
|
|
31882
|
-
font-weight: 500;
|
|
31883
|
-
font-feature-settings: "zero" on;
|
|
31884
|
-
font-size: 12px;
|
|
31885
|
-
line-height: 18px;
|
|
31876
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31877
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31886
31878
|
}
|
|
31887
|
-
|
|
31888
|
-
|
|
31889
|
-
font-family: Inter;
|
|
31890
|
-
font-style: normal;
|
|
31891
|
-
font-weight: bold;
|
|
31892
|
-
font-feature-settings: "zero" on;
|
|
31893
|
-
font-size: 16px;
|
|
31894
|
-
line-height: 24px;
|
|
31879
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31880
|
+
color: #0080ff;
|
|
31895
31881
|
}
|
|
31896
|
-
|
|
31897
|
-
.
|
|
31898
|
-
|
|
31899
|
-
font-style: normal;
|
|
31900
|
-
font-weight: normal;
|
|
31901
|
-
font-size: 10px;
|
|
31902
|
-
line-height: 12px;
|
|
31882
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31883
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31884
|
+
color: #0080ff;
|
|
31903
31885
|
}
|
|
31904
31886
|
|
|
31905
|
-
.
|
|
31906
|
-
height: 8px;
|
|
31907
|
-
box-sizing: border-box;
|
|
31908
|
-
border-radius: 2px;
|
|
31909
|
-
background: #f5f7fa;
|
|
31887
|
+
.E_o1ifxsq4 {
|
|
31910
31888
|
display: flex;
|
|
31911
|
-
|
|
31912
|
-
|
|
31889
|
+
justify-content: space-between;
|
|
31890
|
+
height: 20px;
|
|
31891
|
+
line-height: 20px;
|
|
31913
31892
|
}
|
|
31914
|
-
.
|
|
31915
|
-
|
|
31893
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31894
|
+
color: #2d3a56;
|
|
31895
|
+
overflow: hidden;
|
|
31896
|
+
text-overflow: ellipsis;
|
|
31916
31897
|
}
|
|
31917
31898
|
|
|
31918
|
-
.
|
|
31899
|
+
.E_o1zue7 {
|
|
31919
31900
|
display: flex;
|
|
31920
|
-
align-items: center;
|
|
31921
31901
|
justify-content: space-between;
|
|
31922
|
-
|
|
31923
|
-
|
|
31924
|
-
|
|
31925
|
-
top:
|
|
31926
|
-
z-index: 1;
|
|
31927
|
-
margin-bottom: -52px;
|
|
31928
|
-
}
|
|
31929
|
-
.E_s1ebs0ra .select-total {
|
|
31930
|
-
display: flex;
|
|
31931
|
-
align-items: center;
|
|
31932
|
-
font-weight: 700;
|
|
31933
|
-
flex-shrink: 0;
|
|
31934
|
-
}
|
|
31935
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31936
|
-
cursor: pointer;
|
|
31937
|
-
margin-left: 8px;
|
|
31938
|
-
width: 32px;
|
|
31939
|
-
height: 32px;
|
|
31940
|
-
border-radius: 50%;
|
|
31941
|
-
justify-content: center;
|
|
31942
|
-
}
|
|
31943
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31944
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31945
|
-
}
|
|
31946
|
-
.E_s1ebs0ra .action-group {
|
|
31947
|
-
flex: 1;
|
|
31948
|
-
margin-left: 88px;
|
|
31949
|
-
white-space: nowrap;
|
|
31950
|
-
text-align: right;
|
|
31951
|
-
position: relative;
|
|
31952
|
-
padding: 4px 0;
|
|
31953
|
-
margin-top: -4px;
|
|
31954
|
-
overflow: hidden;
|
|
31955
|
-
}
|
|
31956
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31957
|
-
transform: translateY(-4px);
|
|
31902
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31903
|
+
height: 18px;
|
|
31904
|
+
line-height: 18px;
|
|
31905
|
+
margin-top: 2px;
|
|
31958
31906
|
}
|
|
31959
|
-
|
|
31907
|
+
|
|
31908
|
+
.E_tyfmlxg {
|
|
31960
31909
|
border: none;
|
|
31910
|
+
margin-right: 0;
|
|
31911
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31961
31912
|
}
|
|
31962
|
-
|
|
31963
|
-
|
|
31964
|
-
|
|
31965
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
31966
|
-
margin-right: 4px;
|
|
31967
|
-
}
|
|
31968
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
31969
|
-
cursor: pointer;
|
|
31970
|
-
width: 32px;
|
|
31913
|
+
|
|
31914
|
+
.E_o18uybox {
|
|
31915
|
+
pointer-events: none;
|
|
31971
31916
|
height: 32px;
|
|
31972
|
-
|
|
31973
|
-
|
|
31974
|
-
}
|
|
31975
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31976
|
-
background: #fff;
|
|
31917
|
+
width: 100%;
|
|
31918
|
+
opacity: 0;
|
|
31977
31919
|
}
|
|
31978
31920
|
|
|
31979
31921
|
.E_c1up1pdz {
|
|
@@ -32110,32 +32052,71 @@ input.E_rf8rlle.ant-input {
|
|
|
32110
32052
|
padding: 0;
|
|
32111
32053
|
margin-bottom: 8px;
|
|
32112
32054
|
}
|
|
32113
|
-
.E_wpbf4pq .month-day-option.active {
|
|
32114
|
-
background-color: #0096ff;
|
|
32115
|
-
border-color: #0096ff;
|
|
32116
|
-
color: #fff;
|
|
32055
|
+
.E_wpbf4pq .month-day-option.active {
|
|
32056
|
+
background-color: #0096ff;
|
|
32057
|
+
border-color: #0096ff;
|
|
32058
|
+
color: #fff;
|
|
32059
|
+
}
|
|
32060
|
+
|
|
32061
|
+
.E_s1ebs0ra {
|
|
32062
|
+
display: flex;
|
|
32063
|
+
align-items: center;
|
|
32064
|
+
justify-content: space-between;
|
|
32065
|
+
background: #edf0f7;
|
|
32066
|
+
padding: 8px 12px;
|
|
32067
|
+
position: sticky;
|
|
32068
|
+
top: 0;
|
|
32069
|
+
z-index: 1;
|
|
32070
|
+
margin-bottom: -52px;
|
|
32071
|
+
}
|
|
32072
|
+
.E_s1ebs0ra .select-total {
|
|
32073
|
+
display: flex;
|
|
32074
|
+
align-items: center;
|
|
32075
|
+
font-weight: 700;
|
|
32076
|
+
flex-shrink: 0;
|
|
32077
|
+
}
|
|
32078
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
32079
|
+
cursor: pointer;
|
|
32080
|
+
margin-left: 8px;
|
|
32081
|
+
width: 32px;
|
|
32082
|
+
height: 32px;
|
|
32083
|
+
border-radius: 50%;
|
|
32084
|
+
justify-content: center;
|
|
32085
|
+
}
|
|
32086
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
32087
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32088
|
+
}
|
|
32089
|
+
.E_s1ebs0ra .action-group {
|
|
32090
|
+
flex: 1;
|
|
32091
|
+
margin-left: 88px;
|
|
32092
|
+
white-space: nowrap;
|
|
32093
|
+
text-align: right;
|
|
32094
|
+
position: relative;
|
|
32095
|
+
padding: 4px 0;
|
|
32096
|
+
margin-top: -4px;
|
|
32097
|
+
overflow: hidden;
|
|
32098
|
+
}
|
|
32099
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
32100
|
+
transform: translateY(-4px);
|
|
32101
|
+
}
|
|
32102
|
+
.E_s1ebs0ra .action-group button {
|
|
32103
|
+
border: none;
|
|
32117
32104
|
}
|
|
32118
|
-
|
|
32119
|
-
|
|
32120
|
-
margin-bottom: 16px;
|
|
32105
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
32106
|
+
margin-right: 8px;
|
|
32121
32107
|
}
|
|
32122
|
-
.
|
|
32123
|
-
|
|
32124
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32125
|
-
font-weight: 700;
|
|
32126
|
-
line-height: 32px;
|
|
32108
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
32109
|
+
margin-right: 4px;
|
|
32127
32110
|
}
|
|
32128
|
-
.
|
|
32129
|
-
|
|
32130
|
-
|
|
32131
|
-
|
|
32111
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
32112
|
+
cursor: pointer;
|
|
32113
|
+
width: 32px;
|
|
32114
|
+
height: 32px;
|
|
32115
|
+
justify-content: center;
|
|
32116
|
+
border-radius: 50%;
|
|
32132
32117
|
}
|
|
32133
|
-
.
|
|
32134
|
-
|
|
32135
|
-
font-size: 14px;
|
|
32136
|
-
line-height: 22px;
|
|
32137
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32138
|
-
text-align: center;
|
|
32118
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
32119
|
+
background: #fff;
|
|
32139
32120
|
}
|
|
32140
32121
|
|
|
32141
32122
|
.E_berrcjl {
|
|
@@ -32214,6 +32195,28 @@ input.E_rf8rlle.ant-input {
|
|
|
32214
32195
|
transform: rotate(0deg);
|
|
32215
32196
|
}
|
|
32216
32197
|
|
|
32198
|
+
.E_c1uzzomf {
|
|
32199
|
+
margin-bottom: 16px;
|
|
32200
|
+
}
|
|
32201
|
+
.E_c1uzzomf .card-title {
|
|
32202
|
+
font-size: 16px;
|
|
32203
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32204
|
+
font-weight: 700;
|
|
32205
|
+
line-height: 32px;
|
|
32206
|
+
}
|
|
32207
|
+
.E_c1uzzomf .card-body {
|
|
32208
|
+
padding: 24px;
|
|
32209
|
+
border-radius: 8px;
|
|
32210
|
+
background: #fff;
|
|
32211
|
+
}
|
|
32212
|
+
.E_c1uzzomf .empty {
|
|
32213
|
+
font-weight: 700;
|
|
32214
|
+
font-size: 14px;
|
|
32215
|
+
line-height: 22px;
|
|
32216
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32217
|
+
text-align: center;
|
|
32218
|
+
}
|
|
32219
|
+
|
|
32217
32220
|
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32218
32221
|
margin-right: 2px;
|
|
32219
32222
|
}
|
|
@@ -32248,6 +32251,87 @@ input.E_rf8rlle.ant-input {
|
|
|
32248
32251
|
background-color: transparent;
|
|
32249
32252
|
}
|
|
32250
32253
|
|
|
32254
|
+
.E_d1bw7c5z {
|
|
32255
|
+
position: relative;
|
|
32256
|
+
max-width: 388px;
|
|
32257
|
+
min-width: 245px;
|
|
32258
|
+
}
|
|
32259
|
+
.E_d1bw7c5z .center {
|
|
32260
|
+
position: absolute;
|
|
32261
|
+
font-size: 12px;
|
|
32262
|
+
width: 80px;
|
|
32263
|
+
height: 92px;
|
|
32264
|
+
top: 12px;
|
|
32265
|
+
left: 39px;
|
|
32266
|
+
display: flex;
|
|
32267
|
+
flex-direction: column;
|
|
32268
|
+
justify-content: center;
|
|
32269
|
+
align-items: center;
|
|
32270
|
+
color: #00122e;
|
|
32271
|
+
}
|
|
32272
|
+
.E_d1bw7c5z .center .number {
|
|
32273
|
+
font-size: 24px;
|
|
32274
|
+
font-weight: 700;
|
|
32275
|
+
}
|
|
32276
|
+
.E_d1bw7c5z .center .text {
|
|
32277
|
+
padding: 0 5px;
|
|
32278
|
+
font-size: 12px;
|
|
32279
|
+
width: inherit;
|
|
32280
|
+
}
|
|
32281
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
32282
|
+
display: flex;
|
|
32283
|
+
}
|
|
32284
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
32285
|
+
position: relative !important;
|
|
32286
|
+
width: calc(100% - 148px) !important;
|
|
32287
|
+
left: 0 !important;
|
|
32288
|
+
bottom: 0 !important;
|
|
32289
|
+
display: flex;
|
|
32290
|
+
align-items: center;
|
|
32291
|
+
}
|
|
32292
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
32293
|
+
width: 100%;
|
|
32294
|
+
}
|
|
32295
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
32296
|
+
width: 100%;
|
|
32297
|
+
margin-right: 0 !important;
|
|
32298
|
+
line-height: 18px;
|
|
32299
|
+
}
|
|
32300
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
32301
|
+
border-radius: 2px;
|
|
32302
|
+
}
|
|
32303
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
32304
|
+
min-width: 75px;
|
|
32305
|
+
width: calc(100% - 20px);
|
|
32306
|
+
margin-left: 2px;
|
|
32307
|
+
color: #00122e !important;
|
|
32308
|
+
display: inline-flex;
|
|
32309
|
+
justify-content: space-between;
|
|
32310
|
+
}
|
|
32311
|
+
.E_d1bw7c5z .tooltip-text {
|
|
32312
|
+
maxwidth: calc(100% - 12px);
|
|
32313
|
+
cursor: pointer;
|
|
32314
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32315
|
+
overflow: hidden;
|
|
32316
|
+
text-overflow: ellipsis;
|
|
32317
|
+
white-space: nowrap;
|
|
32318
|
+
}
|
|
32319
|
+
.E_d1bw7c5z .value {
|
|
32320
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32321
|
+
}
|
|
32322
|
+
|
|
32323
|
+
.E_t10pqbtc {
|
|
32324
|
+
width: 140px;
|
|
32325
|
+
}
|
|
32326
|
+
.E_t10pqbtc .item {
|
|
32327
|
+
margin: 6px auto;
|
|
32328
|
+
display: flex;
|
|
32329
|
+
justify-content: space-between;
|
|
32330
|
+
}
|
|
32331
|
+
.E_t10pqbtc .item .name {
|
|
32332
|
+
width: 102px;
|
|
32333
|
+
}
|
|
32334
|
+
|
|
32251
32335
|
.E_c18bcrac {
|
|
32252
32336
|
display: inline-block;
|
|
32253
32337
|
width: 100%;
|
|
@@ -32295,25 +32379,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32295
32379
|
margin-right: 4px;
|
|
32296
32380
|
}
|
|
32297
32381
|
|
|
32298
|
-
.E_n12mqh7z {
|
|
32299
|
-
display: flex;
|
|
32300
|
-
align-items: center;
|
|
32301
|
-
font-size: 12px;
|
|
32302
|
-
line-height: 18px;
|
|
32303
|
-
}
|
|
32304
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32305
|
-
margin-bottom: 4px;
|
|
32306
|
-
}
|
|
32307
|
-
|
|
32308
|
-
.E_tf5bynu {
|
|
32309
|
-
margin: 0 3px;
|
|
32310
|
-
}
|
|
32311
|
-
|
|
32312
|
-
.E_tcckoz1 {
|
|
32313
|
-
max-height: 400px;
|
|
32314
|
-
overflow: "auto";
|
|
32315
|
-
}
|
|
32316
|
-
|
|
32317
32382
|
.E_clm1wy1 {
|
|
32318
32383
|
width: 192px;
|
|
32319
32384
|
height: 246px;
|
|
@@ -32356,142 +32421,80 @@ input.E_rf8rlle.ant-input {
|
|
|
32356
32421
|
opacity: 1;
|
|
32357
32422
|
}
|
|
32358
32423
|
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32359
|
-
color: #3e4652;
|
|
32360
|
-
}
|
|
32361
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
32362
|
-
pointer-events: none;
|
|
32363
|
-
}
|
|
32364
|
-
|
|
32365
|
-
.E_t1tsm00v {
|
|
32366
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32367
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32368
|
-
backdrop-filter: blur(10px);
|
|
32369
|
-
padding: 7px 10px;
|
|
32370
|
-
}
|
|
32371
|
-
|
|
32372
|
-
.E_c167wnad {
|
|
32373
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32374
|
-
display: flex;
|
|
32375
|
-
justify-content: space-between;
|
|
32376
|
-
align-items: center;
|
|
32377
|
-
padding: 8px 16px;
|
|
32378
|
-
}
|
|
32379
|
-
.E_c167wnad .anticon {
|
|
32380
|
-
cursor: pointer;
|
|
32381
|
-
}
|
|
32382
|
-
.E_c167wnad .anticon:hover {
|
|
32383
|
-
color: #0096ff;
|
|
32384
|
-
}
|
|
32385
|
-
|
|
32386
|
-
.E_cxhf7dh {
|
|
32387
|
-
text-align: center;
|
|
32388
|
-
}
|
|
32389
|
-
.E_cxhf7dh .dots {
|
|
32390
|
-
display: flex;
|
|
32391
|
-
justify-content: center;
|
|
32392
|
-
}
|
|
32393
|
-
.E_cxhf7dh .dot {
|
|
32394
|
-
display: inline-block;
|
|
32395
|
-
width: 2px;
|
|
32396
|
-
height: 2px;
|
|
32397
|
-
border-radius: 1px;
|
|
32398
|
-
background: #0096ff;
|
|
32399
|
-
}
|
|
32400
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
32401
|
-
margin-right: 2px;
|
|
32402
|
-
}
|
|
32403
|
-
.E_cxhf7dh .bar {
|
|
32404
|
-
width: 9px;
|
|
32405
|
-
height: 2px;
|
|
32406
|
-
background: #0096ff;
|
|
32407
|
-
border-radius: 2px;
|
|
32408
|
-
}
|
|
32409
|
-
|
|
32410
|
-
.E_d1bw7c5z {
|
|
32411
|
-
position: relative;
|
|
32412
|
-
max-width: 388px;
|
|
32413
|
-
min-width: 245px;
|
|
32414
|
-
}
|
|
32415
|
-
.E_d1bw7c5z .center {
|
|
32416
|
-
position: absolute;
|
|
32417
|
-
font-size: 12px;
|
|
32418
|
-
width: 80px;
|
|
32419
|
-
height: 92px;
|
|
32420
|
-
top: 12px;
|
|
32421
|
-
left: 39px;
|
|
32422
|
-
display: flex;
|
|
32423
|
-
flex-direction: column;
|
|
32424
|
-
justify-content: center;
|
|
32425
|
-
align-items: center;
|
|
32426
|
-
color: #00122e;
|
|
32427
|
-
}
|
|
32428
|
-
.E_d1bw7c5z .center .number {
|
|
32429
|
-
font-size: 24px;
|
|
32430
|
-
font-weight: 700;
|
|
32431
|
-
}
|
|
32432
|
-
.E_d1bw7c5z .center .text {
|
|
32433
|
-
padding: 0 5px;
|
|
32434
|
-
font-size: 12px;
|
|
32435
|
-
width: inherit;
|
|
32436
|
-
}
|
|
32437
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
32438
|
-
display: flex;
|
|
32439
|
-
}
|
|
32440
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
32441
|
-
position: relative !important;
|
|
32442
|
-
width: calc(100% - 148px) !important;
|
|
32443
|
-
left: 0 !important;
|
|
32444
|
-
bottom: 0 !important;
|
|
32445
|
-
display: flex;
|
|
32446
|
-
align-items: center;
|
|
32447
|
-
}
|
|
32448
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
32449
|
-
width: 100%;
|
|
32450
|
-
}
|
|
32451
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
32452
|
-
width: 100%;
|
|
32453
|
-
margin-right: 0 !important;
|
|
32454
|
-
line-height: 18px;
|
|
32424
|
+
color: #3e4652;
|
|
32455
32425
|
}
|
|
32456
|
-
.
|
|
32457
|
-
|
|
32426
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
32427
|
+
pointer-events: none;
|
|
32458
32428
|
}
|
|
32459
|
-
|
|
32460
|
-
|
|
32461
|
-
|
|
32462
|
-
|
|
32463
|
-
|
|
32464
|
-
|
|
32429
|
+
|
|
32430
|
+
.E_t1tsm00v {
|
|
32431
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32432
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32433
|
+
backdrop-filter: blur(10px);
|
|
32434
|
+
padding: 7px 10px;
|
|
32435
|
+
}
|
|
32436
|
+
|
|
32437
|
+
.E_c167wnad {
|
|
32438
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32439
|
+
display: flex;
|
|
32465
32440
|
justify-content: space-between;
|
|
32441
|
+
align-items: center;
|
|
32442
|
+
padding: 8px 16px;
|
|
32466
32443
|
}
|
|
32467
|
-
.
|
|
32468
|
-
maxwidth: calc(100% - 12px);
|
|
32444
|
+
.E_c167wnad .anticon {
|
|
32469
32445
|
cursor: pointer;
|
|
32470
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32471
|
-
overflow: hidden;
|
|
32472
|
-
text-overflow: ellipsis;
|
|
32473
|
-
white-space: nowrap;
|
|
32474
32446
|
}
|
|
32475
|
-
.
|
|
32476
|
-
color:
|
|
32447
|
+
.E_c167wnad .anticon:hover {
|
|
32448
|
+
color: #0096ff;
|
|
32477
32449
|
}
|
|
32478
32450
|
|
|
32479
|
-
.
|
|
32480
|
-
|
|
32451
|
+
.E_cxhf7dh {
|
|
32452
|
+
text-align: center;
|
|
32481
32453
|
}
|
|
32482
|
-
.
|
|
32483
|
-
margin: 6px auto;
|
|
32454
|
+
.E_cxhf7dh .dots {
|
|
32484
32455
|
display: flex;
|
|
32485
|
-
justify-content:
|
|
32456
|
+
justify-content: center;
|
|
32486
32457
|
}
|
|
32487
|
-
.
|
|
32488
|
-
|
|
32458
|
+
.E_cxhf7dh .dot {
|
|
32459
|
+
display: inline-block;
|
|
32460
|
+
width: 2px;
|
|
32461
|
+
height: 2px;
|
|
32462
|
+
border-radius: 1px;
|
|
32463
|
+
background: #0096ff;
|
|
32464
|
+
}
|
|
32465
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32466
|
+
margin-right: 2px;
|
|
32467
|
+
}
|
|
32468
|
+
.E_cxhf7dh .bar {
|
|
32469
|
+
width: 9px;
|
|
32470
|
+
height: 2px;
|
|
32471
|
+
background: #0096ff;
|
|
32472
|
+
border-radius: 2px;
|
|
32489
32473
|
}
|
|
32490
32474
|
|
|
32491
32475
|
.E_tqjc4ui {
|
|
32492
32476
|
margin: 0 2px;
|
|
32493
32477
|
}
|
|
32494
32478
|
|
|
32479
|
+
.E_n12mqh7z {
|
|
32480
|
+
display: flex;
|
|
32481
|
+
align-items: center;
|
|
32482
|
+
font-size: 12px;
|
|
32483
|
+
line-height: 18px;
|
|
32484
|
+
}
|
|
32485
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32486
|
+
margin-bottom: 4px;
|
|
32487
|
+
}
|
|
32488
|
+
|
|
32489
|
+
.E_tf5bynu {
|
|
32490
|
+
margin: 0 3px;
|
|
32491
|
+
}
|
|
32492
|
+
|
|
32493
|
+
.E_tcckoz1 {
|
|
32494
|
+
max-height: 400px;
|
|
32495
|
+
overflow: "auto";
|
|
32496
|
+
}
|
|
32497
|
+
|
|
32495
32498
|
.E_gmyahx3 {
|
|
32496
32499
|
cursor: pointer;
|
|
32497
32500
|
}
|
|
@@ -32608,19 +32611,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32608
32611
|
padding-right: 12px;
|
|
32609
32612
|
}
|
|
32610
32613
|
|
|
32611
|
-
.E_m74vjol {
|
|
32612
|
-
display: flex;
|
|
32613
|
-
justify-content: space-between;
|
|
32614
|
-
width: 100%;
|
|
32615
|
-
}
|
|
32616
|
-
.E_m74vjol .action {
|
|
32617
|
-
margin-left: 16px;
|
|
32618
|
-
}
|
|
32619
|
-
|
|
32620
|
-
.E_a1o35uvh .ant-alert-message {
|
|
32621
|
-
width: 100%;
|
|
32622
|
-
}
|
|
32623
|
-
|
|
32624
32614
|
.E_s1iv0tp1 .enabled-switch {
|
|
32625
32615
|
display: flex;
|
|
32626
32616
|
align-items: center;
|
|
@@ -32659,6 +32649,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32659
32649
|
color: #00122e !important;
|
|
32660
32650
|
}
|
|
32661
32651
|
|
|
32652
|
+
.E_m74vjol {
|
|
32653
|
+
display: flex;
|
|
32654
|
+
justify-content: space-between;
|
|
32655
|
+
width: 100%;
|
|
32656
|
+
}
|
|
32657
|
+
.E_m74vjol .action {
|
|
32658
|
+
margin-left: 16px;
|
|
32659
|
+
}
|
|
32660
|
+
|
|
32661
|
+
.E_a1o35uvh .ant-alert-message {
|
|
32662
|
+
width: 100%;
|
|
32663
|
+
}
|
|
32664
|
+
|
|
32662
32665
|
.E_c1yyuluq {
|
|
32663
32666
|
border-radius: 8px;
|
|
32664
32667
|
}
|
|
@@ -32724,6 +32727,16 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32724
32727
|
color: #00122e;
|
|
32725
32728
|
}
|
|
32726
32729
|
|
|
32730
|
+
.E_ivqqkzv {
|
|
32731
|
+
height: 24px;
|
|
32732
|
+
width: 56px !important;
|
|
32733
|
+
margin-right: 4px;
|
|
32734
|
+
}
|
|
32735
|
+
|
|
32736
|
+
.E_c1wk4q29 {
|
|
32737
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32738
|
+
}
|
|
32739
|
+
|
|
32727
32740
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32728
32741
|
border-radius: 6px;
|
|
32729
32742
|
}
|
|
@@ -32781,16 +32794,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32781
32794
|
transform: rotate(180deg);
|
|
32782
32795
|
}
|
|
32783
32796
|
|
|
32784
|
-
.E_ivqqkzv {
|
|
32785
|
-
height: 24px;
|
|
32786
|
-
width: 56px !important;
|
|
32787
|
-
margin-right: 4px;
|
|
32788
|
-
}
|
|
32789
|
-
|
|
32790
|
-
.E_c1wk4q29 {
|
|
32791
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32792
|
-
}
|
|
32793
|
-
|
|
32794
32797
|
.E_sddwhm6 {
|
|
32795
32798
|
margin: 0;
|
|
32796
32799
|
border-radius: 20px;
|
|
@@ -34072,66 +34075,10 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34072
34075
|
background: transparent;
|
|
34073
34076
|
}
|
|
34074
34077
|
|
|
34075
|
-
.E_c1kghdax {
|
|
34076
|
-
color: #2d3a56;
|
|
34077
|
-
padding: 7px 12px;
|
|
34078
|
-
display: flex;
|
|
34079
|
-
justify-content: space-between;
|
|
34080
|
-
align-items: center;
|
|
34081
|
-
}
|
|
34082
|
-
.E_c1kghdax.has-arrow {
|
|
34083
|
-
padding-left: 10px;
|
|
34084
|
-
}
|
|
34085
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34086
|
-
cursor: pointer;
|
|
34087
|
-
color: #00122e;
|
|
34088
|
-
}
|
|
34089
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34090
|
-
color: #2d3a56;
|
|
34091
|
-
font-weight: 600;
|
|
34092
|
-
}
|
|
34093
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34094
|
-
transform: rotate(90deg);
|
|
34095
|
-
}
|
|
34096
|
-
.E_c1kghdax .sub-info {
|
|
34097
|
-
font-size: 12px;
|
|
34098
|
-
line-height: 18px;
|
|
34099
|
-
}
|
|
34100
|
-
.E_c1kghdax .title-wrapper {
|
|
34101
|
-
display: flex;
|
|
34102
|
-
align-items: center;
|
|
34103
|
-
user-select: none;
|
|
34104
|
-
flex-grow: 1;
|
|
34105
|
-
font-size: 12px;
|
|
34106
|
-
line-height: 18px;
|
|
34107
|
-
color: #2d3a56;
|
|
34108
|
-
font-weight: 700;
|
|
34109
|
-
}
|
|
34110
|
-
.E_c1kghdax .collapse-arrow {
|
|
34111
|
-
transition: all 50ms ease-out 0ms;
|
|
34112
|
-
margin-right: 2px;
|
|
34113
|
-
}
|
|
34114
|
-
|
|
34115
34078
|
.E_c1yd35n {
|
|
34116
34079
|
padding: 0 12px 14px 12px;
|
|
34117
34080
|
}
|
|
34118
34081
|
|
|
34119
|
-
.E_ryby9ds {
|
|
34120
|
-
display: flex;
|
|
34121
|
-
align-items: center;
|
|
34122
|
-
}
|
|
34123
|
-
.E_ryby9ds .order {
|
|
34124
|
-
height: 24px;
|
|
34125
|
-
width: 24px;
|
|
34126
|
-
border-radius: 20px;
|
|
34127
|
-
color: #0080ff;
|
|
34128
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34129
|
-
display: flex;
|
|
34130
|
-
align-items: center;
|
|
34131
|
-
justify-content: center;
|
|
34132
|
-
margin-right: 6px;
|
|
34133
|
-
}
|
|
34134
|
-
|
|
34135
34082
|
.E_ckui4s7 {
|
|
34136
34083
|
color: #2d3a56;
|
|
34137
34084
|
line-height: 22px;
|
|
@@ -34196,6 +34143,46 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34196
34143
|
margin-left: 24px;
|
|
34197
34144
|
}
|
|
34198
34145
|
|
|
34146
|
+
.E_c1kghdax {
|
|
34147
|
+
color: #2d3a56;
|
|
34148
|
+
padding: 7px 12px;
|
|
34149
|
+
display: flex;
|
|
34150
|
+
justify-content: space-between;
|
|
34151
|
+
align-items: center;
|
|
34152
|
+
}
|
|
34153
|
+
.E_c1kghdax.has-arrow {
|
|
34154
|
+
padding-left: 10px;
|
|
34155
|
+
}
|
|
34156
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34157
|
+
cursor: pointer;
|
|
34158
|
+
color: #00122e;
|
|
34159
|
+
}
|
|
34160
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34161
|
+
color: #2d3a56;
|
|
34162
|
+
font-weight: 600;
|
|
34163
|
+
}
|
|
34164
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34165
|
+
transform: rotate(90deg);
|
|
34166
|
+
}
|
|
34167
|
+
.E_c1kghdax .sub-info {
|
|
34168
|
+
font-size: 12px;
|
|
34169
|
+
line-height: 18px;
|
|
34170
|
+
}
|
|
34171
|
+
.E_c1kghdax .title-wrapper {
|
|
34172
|
+
display: flex;
|
|
34173
|
+
align-items: center;
|
|
34174
|
+
user-select: none;
|
|
34175
|
+
flex-grow: 1;
|
|
34176
|
+
font-size: 12px;
|
|
34177
|
+
line-height: 18px;
|
|
34178
|
+
color: #2d3a56;
|
|
34179
|
+
font-weight: 700;
|
|
34180
|
+
}
|
|
34181
|
+
.E_c1kghdax .collapse-arrow {
|
|
34182
|
+
transition: all 50ms ease-out 0ms;
|
|
34183
|
+
margin-right: 2px;
|
|
34184
|
+
}
|
|
34185
|
+
|
|
34199
34186
|
.E_suhck3k {
|
|
34200
34187
|
height: 24px;
|
|
34201
34188
|
width: 24px;
|
|
@@ -34209,6 +34196,22 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34209
34196
|
fill: blue;
|
|
34210
34197
|
}
|
|
34211
34198
|
|
|
34199
|
+
.E_ryby9ds {
|
|
34200
|
+
display: flex;
|
|
34201
|
+
align-items: center;
|
|
34202
|
+
}
|
|
34203
|
+
.E_ryby9ds .order {
|
|
34204
|
+
height: 24px;
|
|
34205
|
+
width: 24px;
|
|
34206
|
+
border-radius: 20px;
|
|
34207
|
+
color: #0080ff;
|
|
34208
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34209
|
+
display: flex;
|
|
34210
|
+
align-items: center;
|
|
34211
|
+
justify-content: center;
|
|
34212
|
+
margin-right: 6px;
|
|
34213
|
+
}
|
|
34214
|
+
|
|
34212
34215
|
.E_b14q2gmw {
|
|
34213
34216
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34214
34217
|
}
|
|
@@ -34255,6 +34258,15 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34255
34258
|
white-space: normal;
|
|
34256
34259
|
}
|
|
34257
34260
|
|
|
34261
|
+
.E_w7ob4th.outside-tag {
|
|
34262
|
+
padding-left: 0;
|
|
34263
|
+
}
|
|
34264
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34265
|
+
border-radius: 4px 0 0 4px;
|
|
34266
|
+
padding-right: 4px;
|
|
34267
|
+
margin-right: 4px;
|
|
34268
|
+
}
|
|
34269
|
+
|
|
34258
34270
|
.E_t1dtlqs1 {
|
|
34259
34271
|
margin-bottom: 4px;
|
|
34260
34272
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34453,15 +34465,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34453
34465
|
height: 16px;
|
|
34454
34466
|
}
|
|
34455
34467
|
|
|
34456
|
-
.E_w7ob4th.outside-tag {
|
|
34457
|
-
padding-left: 0;
|
|
34458
|
-
}
|
|
34459
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34460
|
-
border-radius: 4px 0 0 4px;
|
|
34461
|
-
padding-right: 4px;
|
|
34462
|
-
margin-right: 4px;
|
|
34463
|
-
}
|
|
34464
|
-
|
|
34465
34468
|
.E_f7pxqmh {
|
|
34466
34469
|
width: 100%;
|
|
34467
34470
|
margin-bottom: 0 !important;
|