@cloudtower/eagle 0.33.43 → 0.33.44
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/ImmersiveDialog/index.js +16 -2
- package/dist/cjs/core/WizardDialog/index.js +5 -1
- package/dist/cjs/core/WizardDialog/styles.js +2 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1678 -1620
- package/dist/esm/core/ImmersiveDialog/index.js +17 -3
- package/dist/esm/core/WizardDialog/index.js +6 -2
- package/dist/esm/core/WizardDialog/styles.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2491 -2435
- package/dist/src/core/ImmersiveDialog/type.d.ts +4 -0
- package/dist/src/core/WizardDialog/styles.d.ts +1 -0
- package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +3 -0
- package/dist/stories/docs/core/WizardDialog.stories.d.ts +3 -0
- package/dist/style.css +1678 -1620
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29586,6 +29586,35 @@ html body {
|
|
|
29586
29586
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29587
29587
|
}
|
|
29588
29588
|
}
|
|
29589
|
+
.E_b1nip9bk {
|
|
29590
|
+
padding: 4px 11px;
|
|
29591
|
+
}
|
|
29592
|
+
|
|
29593
|
+
.E_bqamoqe {
|
|
29594
|
+
white-space: nowrap;
|
|
29595
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29596
|
+
}
|
|
29597
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29598
|
+
--color: #0080ff;
|
|
29599
|
+
}
|
|
29600
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29601
|
+
--color: #0080ff;
|
|
29602
|
+
}
|
|
29603
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29604
|
+
margin-left: 1px;
|
|
29605
|
+
}
|
|
29606
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29607
|
+
border-top-right-radius: 0;
|
|
29608
|
+
border-bottom-right-radius: 0;
|
|
29609
|
+
}
|
|
29610
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29611
|
+
border-top-left-radius: 0;
|
|
29612
|
+
border-bottom-left-radius: 0;
|
|
29613
|
+
}
|
|
29614
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29615
|
+
border-radius: unset;
|
|
29616
|
+
}
|
|
29617
|
+
|
|
29589
29618
|
.E_c18gxmrl {
|
|
29590
29619
|
border: 1px solid #d8deeb;
|
|
29591
29620
|
border-radius: 4px;
|
|
@@ -29626,6 +29655,22 @@ html body {
|
|
|
29626
29655
|
flex: 1;
|
|
29627
29656
|
}
|
|
29628
29657
|
|
|
29658
|
+
.E_berrcjl {
|
|
29659
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29660
|
+
margin-bottom: 4px;
|
|
29661
|
+
}
|
|
29662
|
+
.E_berrcjl .breadcrumb-link {
|
|
29663
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29664
|
+
cursor: pointer;
|
|
29665
|
+
transition: color 160ms ease;
|
|
29666
|
+
}
|
|
29667
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29668
|
+
color: #0080ff;
|
|
29669
|
+
}
|
|
29670
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29671
|
+
color: #005ed1;
|
|
29672
|
+
}
|
|
29673
|
+
|
|
29629
29674
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29630
29675
|
justify-content: center;
|
|
29631
29676
|
}
|
|
@@ -29883,51 +29928,6 @@ html body {
|
|
|
29883
29928
|
justify-content: center;
|
|
29884
29929
|
}
|
|
29885
29930
|
|
|
29886
|
-
.E_b1nip9bk {
|
|
29887
|
-
padding: 4px 11px;
|
|
29888
|
-
}
|
|
29889
|
-
|
|
29890
|
-
.E_bqamoqe {
|
|
29891
|
-
white-space: nowrap;
|
|
29892
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29893
|
-
}
|
|
29894
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29895
|
-
--color: #0080ff;
|
|
29896
|
-
}
|
|
29897
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29898
|
-
--color: #0080ff;
|
|
29899
|
-
}
|
|
29900
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29901
|
-
margin-left: 1px;
|
|
29902
|
-
}
|
|
29903
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29904
|
-
border-top-right-radius: 0;
|
|
29905
|
-
border-bottom-right-radius: 0;
|
|
29906
|
-
}
|
|
29907
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29908
|
-
border-top-left-radius: 0;
|
|
29909
|
-
border-bottom-left-radius: 0;
|
|
29910
|
-
}
|
|
29911
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29912
|
-
border-radius: unset;
|
|
29913
|
-
}
|
|
29914
|
-
|
|
29915
|
-
.E_berrcjl {
|
|
29916
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29917
|
-
margin-bottom: 4px;
|
|
29918
|
-
}
|
|
29919
|
-
.E_berrcjl .breadcrumb-link {
|
|
29920
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29921
|
-
cursor: pointer;
|
|
29922
|
-
transition: color 160ms ease;
|
|
29923
|
-
}
|
|
29924
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29925
|
-
color: #0080ff;
|
|
29926
|
-
}
|
|
29927
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29928
|
-
color: #005ed1;
|
|
29929
|
-
}
|
|
29930
|
-
|
|
29931
29931
|
.E_c1uzzomf {
|
|
29932
29932
|
margin-bottom: 16px;
|
|
29933
29933
|
}
|
|
@@ -29950,21 +29950,6 @@ html body {
|
|
|
29950
29950
|
text-align: center;
|
|
29951
29951
|
}
|
|
29952
29952
|
|
|
29953
|
-
.E_fzh9mnb {
|
|
29954
|
-
width: 100%;
|
|
29955
|
-
height: 100%;
|
|
29956
|
-
min-height: 124px;
|
|
29957
|
-
display: flex;
|
|
29958
|
-
flex-direction: column;
|
|
29959
|
-
justify-content: center;
|
|
29960
|
-
align-items: center;
|
|
29961
|
-
}
|
|
29962
|
-
.E_fzh9mnb .error-text {
|
|
29963
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29964
|
-
margin-bottom: 16px;
|
|
29965
|
-
font-size: 18px;
|
|
29966
|
-
}
|
|
29967
|
-
|
|
29968
29953
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29969
29954
|
padding: 4px 8px 0 8px;
|
|
29970
29955
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -29978,6 +29963,104 @@ html body {
|
|
|
29978
29963
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29979
29964
|
}
|
|
29980
29965
|
|
|
29966
|
+
.E_f7pxqmh {
|
|
29967
|
+
width: 100%;
|
|
29968
|
+
margin-bottom: 0 !important;
|
|
29969
|
+
flex-flow: nowrap !important;
|
|
29970
|
+
line-break: auto;
|
|
29971
|
+
}
|
|
29972
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
29973
|
+
text-align: left !important;
|
|
29974
|
+
padding-bottom: 0 !important;
|
|
29975
|
+
}
|
|
29976
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
29977
|
+
min-height: 32px;
|
|
29978
|
+
height: auto;
|
|
29979
|
+
font-size: 13px;
|
|
29980
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29981
|
+
white-space: normal;
|
|
29982
|
+
}
|
|
29983
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
29984
|
+
border-color: #ff4d4f !important;
|
|
29985
|
+
}
|
|
29986
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
29987
|
+
border-color: #ff4d4f !important;
|
|
29988
|
+
}
|
|
29989
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
29990
|
+
margin-top: 4px;
|
|
29991
|
+
font-size: 12px;
|
|
29992
|
+
min-height: 0px;
|
|
29993
|
+
}
|
|
29994
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
29995
|
+
font-size: 12px;
|
|
29996
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29997
|
+
min-height: 0px;
|
|
29998
|
+
}
|
|
29999
|
+
|
|
30000
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30001
|
+
line-height: 18px;
|
|
30002
|
+
}
|
|
30003
|
+
|
|
30004
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30005
|
+
display: var(--ai7qkf2-0);
|
|
30006
|
+
}
|
|
30007
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30008
|
+
display: inline-flex;
|
|
30009
|
+
line-height: 1.5715;
|
|
30010
|
+
height: 100%;
|
|
30011
|
+
width: 100%;
|
|
30012
|
+
}
|
|
30013
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30014
|
+
content: var(--ai7qkf2-1);
|
|
30015
|
+
display: var(--ai7qkf2-2);
|
|
30016
|
+
flex: none;
|
|
30017
|
+
align-items: center;
|
|
30018
|
+
margin-left: 4px;
|
|
30019
|
+
padding: 5px 12px 5px 0;
|
|
30020
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30021
|
+
}
|
|
30022
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30023
|
+
content: var(--ai7qkf2-3);
|
|
30024
|
+
display: var(--ai7qkf2-4);
|
|
30025
|
+
flex: none;
|
|
30026
|
+
align-items: center;
|
|
30027
|
+
margin-right: 4px;
|
|
30028
|
+
cursor: auto;
|
|
30029
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30030
|
+
}
|
|
30031
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30032
|
+
border-radius: 0;
|
|
30033
|
+
}
|
|
30034
|
+
.E_ai7qkf2.ant-input-number {
|
|
30035
|
+
width: 100%;
|
|
30036
|
+
border-radius: 6px;
|
|
30037
|
+
}
|
|
30038
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30039
|
+
border-color: #0096ff;
|
|
30040
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30041
|
+
z-index: 1;
|
|
30042
|
+
}
|
|
30043
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30044
|
+
border-color: #e75a3a;
|
|
30045
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30046
|
+
}
|
|
30047
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30048
|
+
height: 30px;
|
|
30049
|
+
border: 1px;
|
|
30050
|
+
padding: 5px 12px;
|
|
30051
|
+
font-size: inherit;
|
|
30052
|
+
}
|
|
30053
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30054
|
+
height: 38px;
|
|
30055
|
+
border: 1px;
|
|
30056
|
+
padding: 8px 16px;
|
|
30057
|
+
}
|
|
30058
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30059
|
+
height: 22px;
|
|
30060
|
+
border: 1px;
|
|
30061
|
+
padding: 2px 8px;
|
|
30062
|
+
}
|
|
30063
|
+
|
|
29981
30064
|
.E_d1bw7c5z {
|
|
29982
30065
|
position: relative;
|
|
29983
30066
|
max-width: 388px;
|
|
@@ -30061,16 +30144,50 @@ html body {
|
|
|
30061
30144
|
width: 102px;
|
|
30062
30145
|
}
|
|
30063
30146
|
|
|
30064
|
-
.
|
|
30065
|
-
display:
|
|
30147
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30148
|
+
display: var(--a1wfy30z-0);
|
|
30066
30149
|
}
|
|
30067
|
-
.
|
|
30068
|
-
|
|
30069
|
-
|
|
30150
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30151
|
+
padding: 4px 11px;
|
|
30152
|
+
display: inline-flex;
|
|
30153
|
+
line-height: 1.5715;
|
|
30154
|
+
height: inherit;
|
|
30070
30155
|
}
|
|
30071
|
-
.
|
|
30072
|
-
|
|
30073
|
-
|
|
30156
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30157
|
+
content: var(--a1wfy30z-1);
|
|
30158
|
+
display: var(--a1wfy30z-2);
|
|
30159
|
+
flex: none;
|
|
30160
|
+
align-items: center;
|
|
30161
|
+
margin-left: 4px;
|
|
30162
|
+
}
|
|
30163
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30164
|
+
content: var(--a1wfy30z-3);
|
|
30165
|
+
display: var(--a1wfy30z-4);
|
|
30166
|
+
flex: none;
|
|
30167
|
+
align-items: center;
|
|
30168
|
+
margin-right: 4px;
|
|
30169
|
+
cursor: auto;
|
|
30170
|
+
}
|
|
30171
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30172
|
+
padding: 0;
|
|
30173
|
+
margin: 0;
|
|
30174
|
+
height: auto;
|
|
30175
|
+
font-size: inherit;
|
|
30176
|
+
}
|
|
30177
|
+
|
|
30178
|
+
.E_fzh9mnb {
|
|
30179
|
+
width: 100%;
|
|
30180
|
+
height: 100%;
|
|
30181
|
+
min-height: 124px;
|
|
30182
|
+
display: flex;
|
|
30183
|
+
flex-direction: column;
|
|
30184
|
+
justify-content: center;
|
|
30185
|
+
align-items: center;
|
|
30186
|
+
}
|
|
30187
|
+
.E_fzh9mnb .error-text {
|
|
30188
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30189
|
+
margin-bottom: 16px;
|
|
30190
|
+
font-size: 18px;
|
|
30074
30191
|
}
|
|
30075
30192
|
|
|
30076
30193
|
.E_iouxfgt {
|
|
@@ -30091,153 +30208,128 @@ html body {
|
|
|
30091
30208
|
animation: rotate 680ms linear infinite;
|
|
30092
30209
|
}
|
|
30093
30210
|
|
|
30094
|
-
.
|
|
30095
|
-
|
|
30096
|
-
|
|
30097
|
-
|
|
30098
|
-
|
|
30211
|
+
.E_i1inqkme {
|
|
30212
|
+
height: 18px;
|
|
30213
|
+
line-height: 18px;
|
|
30214
|
+
padding: 0 4px;
|
|
30215
|
+
border-radius: 4px;
|
|
30216
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30217
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30218
|
+
display: flex;
|
|
30219
|
+
align-items: center;
|
|
30220
|
+
white-space: nowrap;
|
|
30221
|
+
margin-right: 4px;
|
|
30099
30222
|
}
|
|
30100
|
-
|
|
30101
|
-
|
|
30102
|
-
|
|
30223
|
+
|
|
30224
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30225
|
+
margin-left: 8px;
|
|
30103
30226
|
}
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30106
|
-
height: auto;
|
|
30107
|
-
font-size: 13px;
|
|
30108
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30109
|
-
white-space: normal;
|
|
30227
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30228
|
+
padding: 2px 7px 2px 12px;
|
|
30110
30229
|
}
|
|
30111
|
-
|
|
30112
|
-
|
|
30230
|
+
|
|
30231
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30232
|
+
display: flex;
|
|
30113
30233
|
}
|
|
30114
|
-
.
|
|
30115
|
-
border-
|
|
30234
|
+
.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 {
|
|
30235
|
+
border-bottom-left-radius: 5px;
|
|
30236
|
+
border-top-left-radius: 5px;
|
|
30116
30237
|
}
|
|
30117
|
-
.
|
|
30118
|
-
|
|
30119
|
-
|
|
30120
|
-
min-height: 0px;
|
|
30238
|
+
.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 {
|
|
30239
|
+
border-bottom-right-radius: 5px;
|
|
30240
|
+
border-top-right-radius: 5px;
|
|
30121
30241
|
}
|
|
30122
|
-
|
|
30123
|
-
|
|
30242
|
+
|
|
30243
|
+
.E_phljevk {
|
|
30244
|
+
display: flex;
|
|
30245
|
+
justify-content: space-between;
|
|
30246
|
+
align-items: center;
|
|
30247
|
+
padding: 10px 0;
|
|
30124
30248
|
color: rgba(44, 56, 82, 0.6);
|
|
30125
|
-
|
|
30249
|
+
font-size: 12px;
|
|
30250
|
+
line-height: 24px;
|
|
30126
30251
|
}
|
|
30127
|
-
|
|
30128
|
-
|
|
30129
|
-
line-height: 18px;
|
|
30252
|
+
.E_phljevk .pagination-left {
|
|
30253
|
+
padding: 2px 8px;
|
|
30130
30254
|
}
|
|
30131
|
-
|
|
30132
|
-
|
|
30133
|
-
|
|
30255
|
+
.E_phljevk .dropdown-trigger {
|
|
30256
|
+
display: flex;
|
|
30257
|
+
align-items: center;
|
|
30258
|
+
border-radius: 6px;
|
|
30259
|
+
cursor: pointer;
|
|
30260
|
+
transition: all 0.3s ease;
|
|
30134
30261
|
}
|
|
30135
|
-
.
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
line-height: 1.5715;
|
|
30139
|
-
height: inherit;
|
|
30262
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30263
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30264
|
+
color: #0080ff;
|
|
30140
30265
|
}
|
|
30141
|
-
.
|
|
30142
|
-
content: var(--a1wfy30z-1);
|
|
30143
|
-
display: var(--a1wfy30z-2);
|
|
30144
|
-
flex: none;
|
|
30145
|
-
align-items: center;
|
|
30266
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30146
30267
|
margin-left: 4px;
|
|
30147
30268
|
}
|
|
30148
|
-
.
|
|
30149
|
-
|
|
30150
|
-
display: var(--a1wfy30z-4);
|
|
30151
|
-
flex: none;
|
|
30269
|
+
.E_phljevk .pagination-right {
|
|
30270
|
+
display: flex;
|
|
30152
30271
|
align-items: center;
|
|
30153
|
-
|
|
30154
|
-
|
|
30155
|
-
}
|
|
30156
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30157
|
-
padding: 0;
|
|
30158
|
-
margin: 0;
|
|
30159
|
-
height: auto;
|
|
30160
|
-
font-size: inherit;
|
|
30272
|
+
color: #0080ff;
|
|
30273
|
+
font-weight: bold;
|
|
30161
30274
|
}
|
|
30162
|
-
|
|
30163
|
-
|
|
30164
|
-
display: var(--ai7qkf2-0);
|
|
30275
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30276
|
+
margin-left: 4px;
|
|
30165
30277
|
}
|
|
30166
|
-
.
|
|
30167
|
-
|
|
30168
|
-
|
|
30169
|
-
height: 100%;
|
|
30170
|
-
width: 100%;
|
|
30278
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30279
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30280
|
+
padding: 0 8px;
|
|
30171
30281
|
}
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
flex: none;
|
|
30176
|
-
align-items: center;
|
|
30177
|
-
margin-left: 4px;
|
|
30178
|
-
padding: 5px 12px 5px 0;
|
|
30179
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30282
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30283
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30284
|
+
color: #0080ff;
|
|
30180
30285
|
}
|
|
30181
|
-
.
|
|
30182
|
-
|
|
30183
|
-
display: var(--ai7qkf2-4);
|
|
30184
|
-
flex: none;
|
|
30185
|
-
align-items: center;
|
|
30186
|
-
margin-right: 4px;
|
|
30187
|
-
cursor: auto;
|
|
30188
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30286
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30287
|
+
transform: rotate(180deg);
|
|
30189
30288
|
}
|
|
30190
|
-
|
|
30191
|
-
|
|
30289
|
+
|
|
30290
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30291
|
+
max-height: calc(100vh - 128px);
|
|
30292
|
+
overflow-y: auto;
|
|
30192
30293
|
}
|
|
30193
|
-
.
|
|
30194
|
-
|
|
30195
|
-
|
|
30294
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30295
|
+
padding: 4px 20px;
|
|
30296
|
+
font-size: 12px;
|
|
30297
|
+
line-height: 18px;
|
|
30196
30298
|
}
|
|
30197
|
-
|
|
30198
|
-
|
|
30199
|
-
|
|
30200
|
-
z-index: 1;
|
|
30299
|
+
|
|
30300
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30301
|
+
margin-right: 8px;
|
|
30201
30302
|
}
|
|
30202
|
-
.
|
|
30203
|
-
|
|
30204
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30303
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30304
|
+
margin-left: 8px;
|
|
30205
30305
|
}
|
|
30206
|
-
|
|
30207
|
-
|
|
30208
|
-
|
|
30209
|
-
|
|
30210
|
-
|
|
30306
|
+
|
|
30307
|
+
.E_cc368xp {
|
|
30308
|
+
color: #00122e;
|
|
30309
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30310
|
+
margin-right: 8px;
|
|
30311
|
+
padding-right: 8px;
|
|
30211
30312
|
}
|
|
30212
|
-
|
|
30213
|
-
|
|
30214
|
-
|
|
30215
|
-
|
|
30313
|
+
|
|
30314
|
+
.E_i11o6xqj {
|
|
30315
|
+
display: flex;
|
|
30316
|
+
gap: 4px;
|
|
30216
30317
|
}
|
|
30217
|
-
.
|
|
30218
|
-
|
|
30219
|
-
border: 1px;
|
|
30220
|
-
padding: 2px 8px;
|
|
30318
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30319
|
+
cursor: pointer;
|
|
30221
30320
|
}
|
|
30222
30321
|
|
|
30223
|
-
.
|
|
30224
|
-
|
|
30322
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30323
|
+
cursor: not-allowed;
|
|
30225
30324
|
}
|
|
30226
|
-
|
|
30227
|
-
|
|
30325
|
+
|
|
30326
|
+
.E_owd0kml {
|
|
30327
|
+
display: inline-block;
|
|
30228
30328
|
}
|
|
30229
30329
|
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30232
|
-
|
|
30233
|
-
padding: 0 4px;
|
|
30234
|
-
border-radius: 4px;
|
|
30235
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30236
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30237
|
-
display: flex;
|
|
30238
|
-
align-items: center;
|
|
30239
|
-
white-space: nowrap;
|
|
30240
|
-
margin-right: 4px;
|
|
30330
|
+
.E_h1jsgezc {
|
|
30331
|
+
visibility: hidden;
|
|
30332
|
+
position: absolute;
|
|
30241
30333
|
}
|
|
30242
30334
|
|
|
30243
30335
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30386,96 +30478,170 @@ html body {
|
|
|
30386
30478
|
width: 36px;
|
|
30387
30479
|
}
|
|
30388
30480
|
|
|
30389
|
-
.
|
|
30390
|
-
|
|
30481
|
+
.E_s1sck0th {
|
|
30482
|
+
padding: 0 8px;
|
|
30483
|
+
border-radius: 4px;
|
|
30391
30484
|
}
|
|
30392
30485
|
|
|
30393
|
-
.
|
|
30394
|
-
|
|
30395
|
-
|
|
30486
|
+
.E_m855nr1 {
|
|
30487
|
+
padding: 2px 8px;
|
|
30488
|
+
border-radius: 3px;
|
|
30396
30489
|
}
|
|
30397
30490
|
|
|
30398
|
-
.
|
|
30399
|
-
|
|
30400
|
-
|
|
30401
|
-
align-items: center;
|
|
30402
|
-
padding: 10px 0;
|
|
30403
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30404
|
-
font-size: 12px;
|
|
30405
|
-
line-height: 24px;
|
|
30491
|
+
.E_l1270xpg {
|
|
30492
|
+
padding: 3px 8px;
|
|
30493
|
+
border-radius: 2px;
|
|
30406
30494
|
}
|
|
30407
|
-
|
|
30408
|
-
|
|
30495
|
+
|
|
30496
|
+
.E_t14rextb.ant-tag:hover {
|
|
30497
|
+
opacity: unset;
|
|
30409
30498
|
}
|
|
30410
|
-
.
|
|
30411
|
-
|
|
30499
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30500
|
+
margin: 0;
|
|
30501
|
+
margin-right: 8px;
|
|
30502
|
+
display: inline-flex;
|
|
30412
30503
|
align-items: center;
|
|
30413
|
-
border
|
|
30414
|
-
cursor: pointer;
|
|
30415
|
-
transition: all 0.3s ease;
|
|
30416
|
-
}
|
|
30417
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30418
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30419
|
-
color: #0080ff;
|
|
30504
|
+
border: none;
|
|
30420
30505
|
}
|
|
30421
|
-
.
|
|
30506
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30507
|
+
width: 16px;
|
|
30508
|
+
height: 16px;
|
|
30509
|
+
color: inherit;
|
|
30422
30510
|
margin-left: 4px;
|
|
30511
|
+
opacity: 0.6;
|
|
30512
|
+
display: inline-flex;
|
|
30423
30513
|
}
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30426
|
-
|
|
30514
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30515
|
+
opacity: 1;
|
|
30516
|
+
}
|
|
30517
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30427
30518
|
color: #0080ff;
|
|
30428
|
-
|
|
30519
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30429
30520
|
}
|
|
30430
|
-
.
|
|
30431
|
-
|
|
30521
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30522
|
+
color: #f0483e;
|
|
30523
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30432
30524
|
}
|
|
30433
|
-
.
|
|
30434
|
-
|
|
30435
|
-
|
|
30525
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30526
|
+
color: #e07f00;
|
|
30527
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30436
30528
|
}
|
|
30437
|
-
.
|
|
30438
|
-
|
|
30439
|
-
color:
|
|
30529
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30530
|
+
color: #008f4c;
|
|
30531
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30440
30532
|
}
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30533
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30534
|
+
color: #1d326c;
|
|
30535
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30536
|
+
}
|
|
30537
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30538
|
+
color: #7E41FF;
|
|
30539
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30540
|
+
}
|
|
30541
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30542
|
+
color: #fff;
|
|
30543
|
+
}
|
|
30544
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30545
|
+
background-color: #f0483e;
|
|
30546
|
+
}
|
|
30547
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30548
|
+
background-color: #fea008;
|
|
30549
|
+
}
|
|
30550
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30551
|
+
background-color: #00ba5d;
|
|
30552
|
+
}
|
|
30553
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30554
|
+
background-color: #0080ff;
|
|
30555
|
+
}
|
|
30556
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30557
|
+
background-color: #6b7d99;
|
|
30558
|
+
}
|
|
30559
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30560
|
+
background-color: #7E41FF;
|
|
30443
30561
|
}
|
|
30444
30562
|
|
|
30445
|
-
.
|
|
30446
|
-
|
|
30447
|
-
overflow-y: auto;
|
|
30563
|
+
.E_c1yyuluq {
|
|
30564
|
+
border-radius: 8px;
|
|
30448
30565
|
}
|
|
30449
|
-
.
|
|
30450
|
-
padding:
|
|
30451
|
-
font-size: 12px;
|
|
30452
|
-
line-height: 18px;
|
|
30566
|
+
.E_c1yyuluq .ant-card-body {
|
|
30567
|
+
padding: 20px 24px 24px 24px;
|
|
30453
30568
|
}
|
|
30454
30569
|
|
|
30455
|
-
.
|
|
30456
|
-
|
|
30570
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30571
|
+
border: 0px;
|
|
30572
|
+
background-color: #fff;
|
|
30457
30573
|
}
|
|
30458
|
-
.
|
|
30459
|
-
|
|
30574
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30575
|
+
padding-top: 0px;
|
|
30576
|
+
padding-bottom: 0px;
|
|
30577
|
+
padding-left: 0px !important;
|
|
30578
|
+
padding-right: 24px;
|
|
30579
|
+
}
|
|
30580
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30581
|
+
right: 0px;
|
|
30582
|
+
}
|
|
30583
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30584
|
+
padding: 0px;
|
|
30460
30585
|
}
|
|
30461
30586
|
|
|
30462
|
-
.
|
|
30463
|
-
|
|
30464
|
-
|
|
30465
|
-
margin-right: 8px;
|
|
30466
|
-
padding-right: 8px;
|
|
30587
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30588
|
+
padding-right: 0px;
|
|
30589
|
+
cursor: default;
|
|
30467
30590
|
}
|
|
30468
30591
|
|
|
30469
|
-
.
|
|
30470
|
-
|
|
30471
|
-
|
|
30592
|
+
.E_s1dizucg.ant-switch {
|
|
30593
|
+
min-width: 40px;
|
|
30594
|
+
height: 24px;
|
|
30595
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30596
|
+
overflow: hidden;
|
|
30472
30597
|
}
|
|
30473
|
-
.
|
|
30474
|
-
|
|
30598
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30599
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30600
|
+
}
|
|
30601
|
+
.E_s1dizucg.ant-switch-small {
|
|
30602
|
+
min-width: 26px;
|
|
30603
|
+
height: 16px;
|
|
30604
|
+
}
|
|
30605
|
+
.E_s1dizucg.ant-switch-large {
|
|
30606
|
+
min-width: 52px;
|
|
30607
|
+
height: 32px;
|
|
30608
|
+
}
|
|
30609
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30610
|
+
height: 20px;
|
|
30611
|
+
width: 20px;
|
|
30612
|
+
}
|
|
30613
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30614
|
+
border-radius: 10px;
|
|
30615
|
+
transition-delay: 120ms;
|
|
30616
|
+
}
|
|
30617
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30618
|
+
height: 14px;
|
|
30619
|
+
width: 14px;
|
|
30620
|
+
top: 1px;
|
|
30621
|
+
left: 1px;
|
|
30622
|
+
}
|
|
30623
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30624
|
+
height: 28px;
|
|
30625
|
+
width: 28px;
|
|
30626
|
+
}
|
|
30627
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30628
|
+
border-radius: 14px;
|
|
30629
|
+
}
|
|
30630
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30631
|
+
background-color: #00ba5d;
|
|
30632
|
+
}
|
|
30633
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30634
|
+
left: calc(100% - 20px - 2px);
|
|
30635
|
+
}
|
|
30636
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30637
|
+
left: calc(100% - 14px - 1px);
|
|
30638
|
+
}
|
|
30639
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30640
|
+
left: calc(100% - 28px - 2px);
|
|
30475
30641
|
}
|
|
30476
30642
|
|
|
30477
|
-
.
|
|
30478
|
-
|
|
30643
|
+
.E_c1up6e3y {
|
|
30644
|
+
margin-left: 5px;
|
|
30479
30645
|
}
|
|
30480
30646
|
|
|
30481
30647
|
.E_c1bus5hc {
|
|
@@ -30518,6 +30684,116 @@ html body {
|
|
|
30518
30684
|
transform: rotate(0deg);
|
|
30519
30685
|
}
|
|
30520
30686
|
|
|
30687
|
+
.E_tju3gfj .date {
|
|
30688
|
+
margin-right: 4px;
|
|
30689
|
+
}
|
|
30690
|
+
|
|
30691
|
+
.E_s1dni7lo {
|
|
30692
|
+
width: 430px !important;
|
|
30693
|
+
}
|
|
30694
|
+
|
|
30695
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30696
|
+
padding: 8px 16px;
|
|
30697
|
+
line-height: 18px;
|
|
30698
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30699
|
+
height: 34px;
|
|
30700
|
+
min-height: 34px;
|
|
30701
|
+
box-sizing: border-box;
|
|
30702
|
+
margin-top: 8px;
|
|
30703
|
+
}
|
|
30704
|
+
|
|
30705
|
+
.E_o1ugr09p {
|
|
30706
|
+
display: flex;
|
|
30707
|
+
flex-direction: column;
|
|
30708
|
+
margin: 1px 8px;
|
|
30709
|
+
padding: 8px;
|
|
30710
|
+
border-radius: 4px;
|
|
30711
|
+
}
|
|
30712
|
+
.E_o1ugr09p .selected-icon {
|
|
30713
|
+
display: none;
|
|
30714
|
+
}
|
|
30715
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30716
|
+
padding-left: 8px;
|
|
30717
|
+
}
|
|
30718
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30719
|
+
background-color: white;
|
|
30720
|
+
}
|
|
30721
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30722
|
+
color: #0080ff;
|
|
30723
|
+
}
|
|
30724
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30725
|
+
display: block;
|
|
30726
|
+
}
|
|
30727
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30728
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30729
|
+
}
|
|
30730
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30731
|
+
color: #0080ff;
|
|
30732
|
+
}
|
|
30733
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30734
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30735
|
+
color: #0080ff;
|
|
30736
|
+
}
|
|
30737
|
+
|
|
30738
|
+
.E_o1ifxsq4 {
|
|
30739
|
+
display: flex;
|
|
30740
|
+
justify-content: space-between;
|
|
30741
|
+
height: 20px;
|
|
30742
|
+
line-height: 20px;
|
|
30743
|
+
}
|
|
30744
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30745
|
+
color: #2d3a56;
|
|
30746
|
+
overflow: hidden;
|
|
30747
|
+
text-overflow: ellipsis;
|
|
30748
|
+
}
|
|
30749
|
+
|
|
30750
|
+
.E_o1zue7 {
|
|
30751
|
+
display: flex;
|
|
30752
|
+
justify-content: space-between;
|
|
30753
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30754
|
+
height: 18px;
|
|
30755
|
+
line-height: 18px;
|
|
30756
|
+
margin-top: 2px;
|
|
30757
|
+
}
|
|
30758
|
+
|
|
30759
|
+
.E_tyfmlxg {
|
|
30760
|
+
border: none;
|
|
30761
|
+
margin-right: 0;
|
|
30762
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30763
|
+
}
|
|
30764
|
+
|
|
30765
|
+
.E_o18uybox {
|
|
30766
|
+
pointer-events: none;
|
|
30767
|
+
height: 32px;
|
|
30768
|
+
width: 100%;
|
|
30769
|
+
opacity: 0;
|
|
30770
|
+
}
|
|
30771
|
+
|
|
30772
|
+
.E_ivqqkzv {
|
|
30773
|
+
height: 24px;
|
|
30774
|
+
width: 56px !important;
|
|
30775
|
+
margin-right: 4px;
|
|
30776
|
+
}
|
|
30777
|
+
|
|
30778
|
+
.E_c1wk4q29 {
|
|
30779
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30780
|
+
}
|
|
30781
|
+
|
|
30782
|
+
.E_iq1gosr {
|
|
30783
|
+
display: inline-block;
|
|
30784
|
+
}
|
|
30785
|
+
|
|
30786
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30787
|
+
display: none;
|
|
30788
|
+
}
|
|
30789
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30790
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30791
|
+
border-radius: 4px;
|
|
30792
|
+
}
|
|
30793
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30794
|
+
visibility: hidden;
|
|
30795
|
+
}
|
|
30796
|
+
|
|
30521
30797
|
.E_cnujxq2 {
|
|
30522
30798
|
display: flex;
|
|
30523
30799
|
flex-direction: column;
|
|
@@ -31183,208 +31459,29 @@ input.E_rf8rlle.ant-input {
|
|
|
31183
31459
|
line-height: 32px;
|
|
31184
31460
|
color: #3e4652;
|
|
31185
31461
|
}
|
|
31186
|
-
|
|
31187
|
-
.E_c3cobmo {
|
|
31188
|
-
margin-top: 16px;
|
|
31189
|
-
padding: 8px;
|
|
31190
|
-
border-radius: 6px;
|
|
31191
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31192
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31193
|
-
font-size: 12px;
|
|
31194
|
-
}
|
|
31195
|
-
.E_c3cobmo div {
|
|
31196
|
-
line-height: 20px;
|
|
31197
|
-
display: flex;
|
|
31198
|
-
align-items: center;
|
|
31199
|
-
word-break: break-all;
|
|
31200
|
-
}
|
|
31201
|
-
.E_c3cobmo .title {
|
|
31202
|
-
font-weight: 700;
|
|
31203
|
-
line-height: 18px;
|
|
31204
|
-
margin: 4px 0;
|
|
31205
|
-
}
|
|
31206
|
-
|
|
31207
|
-
.E_uqv57uv {
|
|
31208
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
31209
|
-
}
|
|
31210
|
-
|
|
31211
|
-
.E_ivqqkzv {
|
|
31212
|
-
height: 24px;
|
|
31213
|
-
width: 56px !important;
|
|
31214
|
-
margin-right: 4px;
|
|
31215
|
-
}
|
|
31216
|
-
|
|
31217
|
-
.E_c1wk4q29 {
|
|
31218
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31219
|
-
}
|
|
31220
|
-
|
|
31221
|
-
.E_tju3gfj .date {
|
|
31222
|
-
margin-right: 4px;
|
|
31223
|
-
}
|
|
31224
|
-
|
|
31225
|
-
.E_s1dni7lo {
|
|
31226
|
-
width: 430px !important;
|
|
31227
|
-
}
|
|
31228
|
-
|
|
31229
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31230
|
-
padding: 8px 16px;
|
|
31231
|
-
line-height: 18px;
|
|
31232
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31233
|
-
height: 34px;
|
|
31234
|
-
min-height: 34px;
|
|
31235
|
-
box-sizing: border-box;
|
|
31236
|
-
margin-top: 8px;
|
|
31237
|
-
}
|
|
31238
|
-
|
|
31239
|
-
.E_o1ugr09p {
|
|
31240
|
-
display: flex;
|
|
31241
|
-
flex-direction: column;
|
|
31242
|
-
margin: 1px 8px;
|
|
31243
|
-
padding: 8px;
|
|
31244
|
-
border-radius: 4px;
|
|
31245
|
-
}
|
|
31246
|
-
.E_o1ugr09p .selected-icon {
|
|
31247
|
-
display: none;
|
|
31248
|
-
}
|
|
31249
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31250
|
-
padding-left: 8px;
|
|
31251
|
-
}
|
|
31252
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31253
|
-
background-color: white;
|
|
31254
|
-
}
|
|
31255
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31256
|
-
color: #0080ff;
|
|
31257
|
-
}
|
|
31258
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31259
|
-
display: block;
|
|
31260
|
-
}
|
|
31261
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31262
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31263
|
-
}
|
|
31264
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31265
|
-
color: #0080ff;
|
|
31266
|
-
}
|
|
31267
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31268
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31269
|
-
color: #0080ff;
|
|
31270
|
-
}
|
|
31271
|
-
|
|
31272
|
-
.E_o1ifxsq4 {
|
|
31273
|
-
display: flex;
|
|
31274
|
-
justify-content: space-between;
|
|
31275
|
-
height: 20px;
|
|
31276
|
-
line-height: 20px;
|
|
31277
|
-
}
|
|
31278
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31279
|
-
color: #2d3a56;
|
|
31280
|
-
overflow: hidden;
|
|
31281
|
-
text-overflow: ellipsis;
|
|
31282
|
-
}
|
|
31283
|
-
|
|
31284
|
-
.E_o1zue7 {
|
|
31285
|
-
display: flex;
|
|
31286
|
-
justify-content: space-between;
|
|
31287
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31288
|
-
height: 18px;
|
|
31289
|
-
line-height: 18px;
|
|
31290
|
-
margin-top: 2px;
|
|
31291
|
-
}
|
|
31292
|
-
|
|
31293
|
-
.E_tyfmlxg {
|
|
31294
|
-
border: none;
|
|
31295
|
-
margin-right: 0;
|
|
31296
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31297
|
-
}
|
|
31298
|
-
|
|
31299
|
-
.E_o18uybox {
|
|
31300
|
-
pointer-events: none;
|
|
31301
|
-
height: 32px;
|
|
31302
|
-
width: 100%;
|
|
31303
|
-
opacity: 0;
|
|
31304
|
-
}
|
|
31305
|
-
|
|
31306
|
-
.E_s1dizucg.ant-switch {
|
|
31307
|
-
min-width: 40px;
|
|
31308
|
-
height: 24px;
|
|
31309
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31310
|
-
overflow: hidden;
|
|
31311
|
-
}
|
|
31312
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31313
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31314
|
-
}
|
|
31315
|
-
.E_s1dizucg.ant-switch-small {
|
|
31316
|
-
min-width: 26px;
|
|
31317
|
-
height: 16px;
|
|
31318
|
-
}
|
|
31319
|
-
.E_s1dizucg.ant-switch-large {
|
|
31320
|
-
min-width: 52px;
|
|
31321
|
-
height: 32px;
|
|
31322
|
-
}
|
|
31323
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31324
|
-
height: 20px;
|
|
31325
|
-
width: 20px;
|
|
31326
|
-
}
|
|
31327
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31328
|
-
border-radius: 10px;
|
|
31329
|
-
transition-delay: 120ms;
|
|
31330
|
-
}
|
|
31331
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31332
|
-
height: 14px;
|
|
31333
|
-
width: 14px;
|
|
31334
|
-
top: 1px;
|
|
31335
|
-
left: 1px;
|
|
31336
|
-
}
|
|
31337
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31338
|
-
height: 28px;
|
|
31339
|
-
width: 28px;
|
|
31340
|
-
}
|
|
31341
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31342
|
-
border-radius: 14px;
|
|
31343
|
-
}
|
|
31344
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31345
|
-
background-color: #00ba5d;
|
|
31346
|
-
}
|
|
31347
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31348
|
-
left: calc(100% - 20px - 2px);
|
|
31349
|
-
}
|
|
31350
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31351
|
-
left: calc(100% - 14px - 1px);
|
|
31352
|
-
}
|
|
31353
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31354
|
-
left: calc(100% - 28px - 2px);
|
|
31355
|
-
}
|
|
31356
|
-
|
|
31357
|
-
.E_c1up6e3y {
|
|
31358
|
-
margin-left: 5px;
|
|
31359
|
-
}
|
|
31360
|
-
|
|
31361
|
-
.E_c1yyuluq {
|
|
31362
|
-
border-radius: 8px;
|
|
31363
|
-
}
|
|
31364
|
-
.E_c1yyuluq .ant-card-body {
|
|
31365
|
-
padding: 20px 24px 24px 24px;
|
|
31366
|
-
}
|
|
31367
|
-
|
|
31368
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
31369
|
-
border: 0px;
|
|
31370
|
-
background-color: #fff;
|
|
31371
|
-
}
|
|
31372
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31373
|
-
padding-top: 0px;
|
|
31374
|
-
padding-bottom: 0px;
|
|
31375
|
-
padding-left: 0px !important;
|
|
31376
|
-
padding-right: 24px;
|
|
31462
|
+
|
|
31463
|
+
.E_c3cobmo {
|
|
31464
|
+
margin-top: 16px;
|
|
31465
|
+
padding: 8px;
|
|
31466
|
+
border-radius: 6px;
|
|
31467
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31468
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31469
|
+
font-size: 12px;
|
|
31377
31470
|
}
|
|
31378
|
-
.
|
|
31379
|
-
|
|
31471
|
+
.E_c3cobmo div {
|
|
31472
|
+
line-height: 20px;
|
|
31473
|
+
display: flex;
|
|
31474
|
+
align-items: center;
|
|
31475
|
+
word-break: break-all;
|
|
31380
31476
|
}
|
|
31381
|
-
.
|
|
31382
|
-
|
|
31477
|
+
.E_c3cobmo .title {
|
|
31478
|
+
font-weight: 700;
|
|
31479
|
+
line-height: 18px;
|
|
31480
|
+
margin: 4px 0;
|
|
31383
31481
|
}
|
|
31384
31482
|
|
|
31385
|
-
.
|
|
31386
|
-
|
|
31387
|
-
cursor: default;
|
|
31483
|
+
.E_uqv57uv {
|
|
31484
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
31388
31485
|
}
|
|
31389
31486
|
|
|
31390
31487
|
.E_dsnbhzf {
|
|
@@ -31862,6 +31959,10 @@ input.E_rf8rlle.ant-input {
|
|
|
31862
31959
|
line-height: 12px;
|
|
31863
31960
|
}
|
|
31864
31961
|
|
|
31962
|
+
.E_m196gn1d {
|
|
31963
|
+
min-width: 1280px;
|
|
31964
|
+
}
|
|
31965
|
+
|
|
31865
31966
|
.E_a1b5xrg3 .user-icon-inner {
|
|
31866
31967
|
display: inline-flex;
|
|
31867
31968
|
align-items: center;
|
|
@@ -31892,120 +31993,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31892
31993
|
transition: all 320ms ease;
|
|
31893
31994
|
}
|
|
31894
31995
|
|
|
31895
|
-
.E_iq1gosr {
|
|
31896
|
-
display: inline-block;
|
|
31897
|
-
}
|
|
31898
|
-
|
|
31899
|
-
.E_m196gn1d {
|
|
31900
|
-
min-width: 1280px;
|
|
31901
|
-
}
|
|
31902
|
-
|
|
31903
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31904
|
-
display: none;
|
|
31905
|
-
}
|
|
31906
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31907
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31908
|
-
border-radius: 4px;
|
|
31909
|
-
}
|
|
31910
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31911
|
-
visibility: hidden;
|
|
31912
|
-
}
|
|
31913
|
-
|
|
31914
|
-
.E_s1sck0th {
|
|
31915
|
-
padding: 0 8px;
|
|
31916
|
-
border-radius: 4px;
|
|
31917
|
-
}
|
|
31918
|
-
|
|
31919
|
-
.E_m855nr1 {
|
|
31920
|
-
padding: 2px 8px;
|
|
31921
|
-
border-radius: 3px;
|
|
31922
|
-
}
|
|
31923
|
-
|
|
31924
|
-
.E_l1270xpg {
|
|
31925
|
-
padding: 3px 8px;
|
|
31926
|
-
border-radius: 2px;
|
|
31927
|
-
}
|
|
31928
|
-
|
|
31929
|
-
.E_t14rextb.ant-tag:hover {
|
|
31930
|
-
opacity: unset;
|
|
31931
|
-
}
|
|
31932
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31933
|
-
margin: 0;
|
|
31934
|
-
margin-right: 8px;
|
|
31935
|
-
display: inline-flex;
|
|
31936
|
-
align-items: center;
|
|
31937
|
-
border: none;
|
|
31938
|
-
}
|
|
31939
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31940
|
-
width: 16px;
|
|
31941
|
-
height: 16px;
|
|
31942
|
-
color: inherit;
|
|
31943
|
-
margin-left: 4px;
|
|
31944
|
-
opacity: 0.6;
|
|
31945
|
-
display: inline-flex;
|
|
31946
|
-
}
|
|
31947
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31948
|
-
opacity: 1;
|
|
31949
|
-
}
|
|
31950
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31951
|
-
color: #0080ff;
|
|
31952
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31953
|
-
}
|
|
31954
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31955
|
-
color: #f0483e;
|
|
31956
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31957
|
-
}
|
|
31958
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31959
|
-
color: #e07f00;
|
|
31960
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31961
|
-
}
|
|
31962
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31963
|
-
color: #008f4c;
|
|
31964
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31965
|
-
}
|
|
31966
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31967
|
-
color: #1d326c;
|
|
31968
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31969
|
-
}
|
|
31970
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31971
|
-
color: #7E41FF;
|
|
31972
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31973
|
-
}
|
|
31974
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31975
|
-
color: #fff;
|
|
31976
|
-
}
|
|
31977
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31978
|
-
background-color: #f0483e;
|
|
31979
|
-
}
|
|
31980
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31981
|
-
background-color: #fea008;
|
|
31982
|
-
}
|
|
31983
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31984
|
-
background-color: #00ba5d;
|
|
31985
|
-
}
|
|
31986
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31987
|
-
background-color: #0080ff;
|
|
31988
|
-
}
|
|
31989
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31990
|
-
background-color: #6b7d99;
|
|
31991
|
-
}
|
|
31992
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31993
|
-
background-color: #7E41FF;
|
|
31994
|
-
}
|
|
31995
|
-
|
|
31996
|
-
.E_suhck3k {
|
|
31997
|
-
height: 24px;
|
|
31998
|
-
width: 24px;
|
|
31999
|
-
border-radius: 6px;
|
|
32000
|
-
padding: 4px;
|
|
32001
|
-
}
|
|
32002
|
-
.E_suhck3k:hover {
|
|
32003
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32004
|
-
}
|
|
32005
|
-
.E_suhck3k:hover svg path {
|
|
32006
|
-
fill: blue;
|
|
32007
|
-
}
|
|
32008
|
-
|
|
32009
31996
|
.E_hrhfj7c {
|
|
32010
31997
|
display: none;
|
|
32011
31998
|
}
|
|
@@ -32216,161 +32203,42 @@ input.E_rf8rlle.ant-input {
|
|
|
32216
32203
|
border-radius: 10px;
|
|
32217
32204
|
}
|
|
32218
32205
|
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32219
|
-
min-width: 296px;
|
|
32220
|
-
padding: 8px;
|
|
32221
|
-
}
|
|
32222
|
-
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32223
|
-
height: 22px;
|
|
32224
|
-
padding: 8px 16px;
|
|
32225
|
-
font-size: 14px;
|
|
32226
|
-
}
|
|
32227
|
-
|
|
32228
|
-
.E_ryby9ds {
|
|
32229
|
-
display: flex;
|
|
32230
|
-
align-items: center;
|
|
32231
|
-
}
|
|
32232
|
-
.E_ryby9ds .order {
|
|
32233
|
-
height: 24px;
|
|
32234
|
-
width: 24px;
|
|
32235
|
-
border-radius: 20px;
|
|
32236
|
-
color: #0080ff;
|
|
32237
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32238
|
-
display: flex;
|
|
32239
|
-
align-items: center;
|
|
32240
|
-
justify-content: center;
|
|
32241
|
-
margin-right: 6px;
|
|
32242
|
-
}
|
|
32243
|
-
|
|
32244
|
-
.E_icab5o7.ant-modal {
|
|
32245
|
-
height: calc(100% - 20px);
|
|
32246
|
-
width: calc(100% - 20px);
|
|
32247
|
-
padding-bottom: 0;
|
|
32248
|
-
margin: 0 auto;
|
|
32249
|
-
top: 10px;
|
|
32250
|
-
transform: none;
|
|
32251
|
-
}
|
|
32252
|
-
.E_icab5o7.ant-modal .ant-modal-close {
|
|
32253
|
-
right: 24px;
|
|
32254
|
-
top: 24px;
|
|
32255
|
-
}
|
|
32256
|
-
.E_icab5o7.ant-modal .ant-modal-close .ant-modal-close-x {
|
|
32257
|
-
width: 40px;
|
|
32258
|
-
height: 40px;
|
|
32259
|
-
}
|
|
32260
|
-
.E_icab5o7.ant-modal .ant-modal-content {
|
|
32261
|
-
width: 100%;
|
|
32262
|
-
height: 100%;
|
|
32263
|
-
display: flex;
|
|
32264
|
-
flex-direction: column;
|
|
32265
|
-
}
|
|
32266
|
-
.E_icab5o7.ant-modal .ant-modal-header {
|
|
32267
|
-
padding: 60px 0 40px 0;
|
|
32268
|
-
border: 0;
|
|
32269
|
-
}
|
|
32270
|
-
.E_icab5o7.ant-modal .ant-modal-body {
|
|
32271
|
-
padding: 0;
|
|
32272
|
-
flex: 1;
|
|
32273
|
-
min-height: 0;
|
|
32274
|
-
}
|
|
32275
|
-
.E_icab5o7.ant-modal .ant-modal-footer {
|
|
32276
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32277
|
-
padding: 24px 0 60px 0;
|
|
32278
|
-
}
|
|
32279
|
-
|
|
32280
|
-
.E_msiso3p.ant-modal .ant-modal-header {
|
|
32281
|
-
padding: 60px 0 40px 0;
|
|
32282
|
-
width: 648px;
|
|
32283
|
-
margin: 0 auto;
|
|
32284
|
-
}
|
|
32285
|
-
.E_msiso3p.ant-modal .ant-modal-footer {
|
|
32286
|
-
width: 648px;
|
|
32287
|
-
margin: 0 auto;
|
|
32288
|
-
}
|
|
32289
|
-
|
|
32290
|
-
.E_cxvrrew {
|
|
32291
|
-
height: 40px;
|
|
32292
|
-
width: 40px;
|
|
32293
|
-
border-radius: 50%;
|
|
32294
|
-
display: flex;
|
|
32295
|
-
align-items: center;
|
|
32296
|
-
justify-content: center;
|
|
32297
|
-
}
|
|
32298
|
-
.E_cxvrrew:hover {
|
|
32299
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32300
|
-
}
|
|
32301
|
-
|
|
32302
|
-
.E_tskzd0j {
|
|
32303
|
-
color: #00122e;
|
|
32304
|
-
}
|
|
32305
|
-
|
|
32306
|
-
.E_f1fbnfp.ant-modal .ant-modal-content {
|
|
32307
|
-
padding: 0 40px;
|
|
32308
|
-
}
|
|
32309
|
-
|
|
32310
|
-
.E_b4g2nsx {
|
|
32311
|
-
height: calc(100% - 40px);
|
|
32312
|
-
}
|
|
32313
|
-
.E_b4g2nsx .middle {
|
|
32314
|
-
height: 100%;
|
|
32315
|
-
overflow: auto;
|
|
32316
|
-
}
|
|
32317
|
-
|
|
32318
|
-
.E_myhed70 {
|
|
32319
|
-
display: flex;
|
|
32320
|
-
gap: 60px;
|
|
32321
|
-
justify-content: center;
|
|
32322
|
-
}
|
|
32323
|
-
.E_myhed70 .left {
|
|
32324
|
-
width: 192px;
|
|
32325
|
-
overflow: auto;
|
|
32326
|
-
}
|
|
32327
|
-
.E_myhed70 .middle {
|
|
32328
|
-
width: 648px;
|
|
32329
|
-
overflow: auto;
|
|
32206
|
+
min-width: 296px;
|
|
32207
|
+
padding: 8px;
|
|
32330
32208
|
}
|
|
32331
|
-
.
|
|
32332
|
-
|
|
32333
|
-
|
|
32209
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32210
|
+
height: 22px;
|
|
32211
|
+
padding: 8px 16px;
|
|
32212
|
+
font-size: 14px;
|
|
32334
32213
|
}
|
|
32335
32214
|
|
|
32336
|
-
.
|
|
32337
|
-
|
|
32338
|
-
|
|
32339
|
-
|
|
32340
|
-
|
|
32341
|
-
height: 40px;
|
|
32215
|
+
.E_suhck3k {
|
|
32216
|
+
height: 24px;
|
|
32217
|
+
width: 24px;
|
|
32218
|
+
border-radius: 6px;
|
|
32219
|
+
padding: 4px;
|
|
32342
32220
|
}
|
|
32343
|
-
|
|
32344
|
-
.
|
|
32345
|
-
display: flex;
|
|
32346
|
-
align-items: center;
|
|
32347
|
-
gap: 16px;
|
|
32348
|
-
text-align: left;
|
|
32221
|
+
.E_suhck3k:hover {
|
|
32222
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32349
32223
|
}
|
|
32350
|
-
|
|
32351
|
-
|
|
32352
|
-
flex-shrink: 0;
|
|
32224
|
+
.E_suhck3k:hover svg path {
|
|
32225
|
+
fill: blue;
|
|
32353
32226
|
}
|
|
32354
32227
|
|
|
32355
|
-
.
|
|
32356
|
-
color: #f0483e;
|
|
32228
|
+
.E_ryby9ds {
|
|
32357
32229
|
display: flex;
|
|
32358
32230
|
align-items: center;
|
|
32359
|
-
height: 32px;
|
|
32360
|
-
}
|
|
32361
|
-
|
|
32362
|
-
.E_e1lj3r2s {
|
|
32363
|
-
margin-right: 4px;
|
|
32364
|
-
flex-shrink: 0;
|
|
32365
|
-
}
|
|
32366
|
-
|
|
32367
|
-
.E_eb58k2y {
|
|
32368
|
-
align-self: flex-start;
|
|
32369
|
-
margin-top: 5px;
|
|
32370
32231
|
}
|
|
32371
|
-
|
|
32372
|
-
|
|
32373
|
-
|
|
32232
|
+
.E_ryby9ds .order {
|
|
32233
|
+
height: 24px;
|
|
32234
|
+
width: 24px;
|
|
32235
|
+
border-radius: 20px;
|
|
32236
|
+
color: #0080ff;
|
|
32237
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32238
|
+
display: flex;
|
|
32239
|
+
align-items: center;
|
|
32240
|
+
justify-content: center;
|
|
32241
|
+
margin-right: 6px;
|
|
32374
32242
|
}
|
|
32375
32243
|
|
|
32376
32244
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
@@ -32430,20 +32298,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32430
32298
|
transform: rotate(180deg);
|
|
32431
32299
|
}
|
|
32432
32300
|
|
|
32433
|
-
.E_m5foqp8 {
|
|
32434
|
-
--footer-height: 96px;
|
|
32435
|
-
--header-height: 80px;
|
|
32436
|
-
--modal-content-width: 720px;
|
|
32437
|
-
--modal-content-min-height: 200px;
|
|
32438
|
-
--modal-content-max-height: calc(
|
|
32439
|
-
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32440
|
-
);
|
|
32441
|
-
--modal-header-padding: 36px 60px 0;
|
|
32442
|
-
--modal-content-padding-y: 36px;
|
|
32443
|
-
--modal-content-padding-x: 60px;
|
|
32444
|
-
--modal-footer-padding: 0 60px;
|
|
32445
|
-
}
|
|
32446
|
-
|
|
32447
32301
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32448
32302
|
opacity: 1;
|
|
32449
32303
|
}
|
|
@@ -32571,6 +32425,20 @@ input.E_rf8rlle.ant-input {
|
|
|
32571
32425
|
color: rgba(0, 21, 64, 0.3);
|
|
32572
32426
|
}
|
|
32573
32427
|
|
|
32428
|
+
.E_m5foqp8 {
|
|
32429
|
+
--footer-height: 96px;
|
|
32430
|
+
--header-height: 80px;
|
|
32431
|
+
--modal-content-width: 720px;
|
|
32432
|
+
--modal-content-min-height: 200px;
|
|
32433
|
+
--modal-content-max-height: calc(
|
|
32434
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32435
|
+
);
|
|
32436
|
+
--modal-header-padding: 36px 60px 0;
|
|
32437
|
+
--modal-content-padding-y: 36px;
|
|
32438
|
+
--modal-content-padding-x: 60px;
|
|
32439
|
+
--modal-footer-padding: 0 60px;
|
|
32440
|
+
}
|
|
32441
|
+
|
|
32574
32442
|
.E_oa99sl3 {
|
|
32575
32443
|
display: flex;
|
|
32576
32444
|
justify-content: space-between;
|
|
@@ -32596,21 +32464,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32596
32464
|
flex-shrink: 0;
|
|
32597
32465
|
}
|
|
32598
32466
|
|
|
32599
|
-
.E_sqv6dmy {
|
|
32600
|
-
display: flex;
|
|
32601
|
-
justify-content: flex-end;
|
|
32602
|
-
}
|
|
32603
|
-
|
|
32604
|
-
.E_p1rm8wzb {
|
|
32605
|
-
margin-right: 8px;
|
|
32606
|
-
}
|
|
32607
|
-
|
|
32608
|
-
.E_sd7qcf4 {
|
|
32609
|
-
height: 100%;
|
|
32610
|
-
width: 100%;
|
|
32611
|
-
overflow: auto;
|
|
32612
|
-
}
|
|
32613
|
-
|
|
32614
32467
|
.E_w1dxz879 {
|
|
32615
32468
|
display: flex;
|
|
32616
32469
|
flex-direction: column;
|
|
@@ -32865,25 +32718,39 @@ input.E_rf8rlle.ant-input {
|
|
|
32865
32718
|
margin-inline-end: unset;
|
|
32866
32719
|
}
|
|
32867
32720
|
|
|
32868
|
-
.
|
|
32869
|
-
|
|
32721
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32722
|
+
margin-right: 2px;
|
|
32870
32723
|
}
|
|
32871
32724
|
|
|
32872
|
-
.
|
|
32873
|
-
|
|
32874
|
-
|
|
32725
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32726
|
+
padding-left: 8px;
|
|
32727
|
+
padding-right: 8px;
|
|
32728
|
+
font-size: 12px;
|
|
32875
32729
|
}
|
|
32876
|
-
.
|
|
32877
|
-
|
|
32730
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32731
|
+
border-radius: 4px;
|
|
32878
32732
|
}
|
|
32879
|
-
.
|
|
32880
|
-
|
|
32881
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32882
|
-
transform: translateY(-4px);
|
|
32733
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32734
|
+
border-radius: 4px;
|
|
32883
32735
|
}
|
|
32884
32736
|
|
|
32885
|
-
.
|
|
32886
|
-
padding:
|
|
32737
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32738
|
+
padding-left: 12px;
|
|
32739
|
+
padding-right: 12px;
|
|
32740
|
+
}
|
|
32741
|
+
|
|
32742
|
+
.E_ckld275 {
|
|
32743
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32744
|
+
}
|
|
32745
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32746
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32747
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32748
|
+
}
|
|
32749
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32750
|
+
background-color: transparent;
|
|
32751
|
+
}
|
|
32752
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32753
|
+
background-color: transparent;
|
|
32887
32754
|
}
|
|
32888
32755
|
|
|
32889
32756
|
.E_ckui4s7 {
|
|
@@ -32947,134 +32814,28 @@ input.E_rf8rlle.ant-input {
|
|
|
32947
32814
|
margin-left: 8px;
|
|
32948
32815
|
}
|
|
32949
32816
|
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
32950
|
-
margin-left: 24px;
|
|
32951
|
-
}
|
|
32952
|
-
|
|
32953
|
-
.E_c1kghdax {
|
|
32954
|
-
color: #2d3a56;
|
|
32955
|
-
padding: 7px 12px;
|
|
32956
|
-
display: flex;
|
|
32957
|
-
justify-content: space-between;
|
|
32958
|
-
align-items: center;
|
|
32959
|
-
}
|
|
32960
|
-
.E_c1kghdax.has-arrow {
|
|
32961
|
-
padding-left: 10px;
|
|
32962
|
-
}
|
|
32963
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32964
|
-
cursor: pointer;
|
|
32965
|
-
color: #00122e;
|
|
32966
|
-
}
|
|
32967
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32968
|
-
color: #2d3a56;
|
|
32969
|
-
font-weight: 600;
|
|
32970
|
-
}
|
|
32971
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32972
|
-
transform: rotate(90deg);
|
|
32973
|
-
}
|
|
32974
|
-
.E_c1kghdax .sub-info {
|
|
32975
|
-
font-size: 12px;
|
|
32976
|
-
line-height: 18px;
|
|
32977
|
-
}
|
|
32978
|
-
.E_c1kghdax .title-wrapper {
|
|
32979
|
-
display: flex;
|
|
32980
|
-
align-items: center;
|
|
32981
|
-
user-select: none;
|
|
32982
|
-
flex-grow: 1;
|
|
32983
|
-
font-size: 12px;
|
|
32984
|
-
line-height: 18px;
|
|
32985
|
-
color: #2d3a56;
|
|
32986
|
-
font-weight: 700;
|
|
32987
|
-
}
|
|
32988
|
-
.E_c1kghdax .collapse-arrow {
|
|
32989
|
-
transition: all 50ms ease-out 0ms;
|
|
32990
|
-
margin-right: 2px;
|
|
32991
|
-
}
|
|
32992
|
-
|
|
32993
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32994
|
-
margin-right: 2px;
|
|
32995
|
-
}
|
|
32996
|
-
|
|
32997
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32998
|
-
padding-left: 8px;
|
|
32999
|
-
padding-right: 8px;
|
|
33000
|
-
font-size: 12px;
|
|
33001
|
-
}
|
|
33002
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33003
|
-
border-radius: 4px;
|
|
33004
|
-
}
|
|
33005
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33006
|
-
border-radius: 4px;
|
|
33007
|
-
}
|
|
33008
|
-
|
|
33009
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33010
|
-
padding-left: 12px;
|
|
33011
|
-
padding-right: 12px;
|
|
33012
|
-
}
|
|
33013
|
-
|
|
33014
|
-
.E_ckld275 {
|
|
33015
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33016
|
-
}
|
|
33017
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33018
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33019
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33020
|
-
}
|
|
33021
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33022
|
-
background-color: transparent;
|
|
33023
|
-
}
|
|
33024
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33025
|
-
background-color: transparent;
|
|
33026
|
-
}
|
|
33027
|
-
|
|
33028
|
-
button.E_l48ei06.ant-btn,
|
|
33029
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33030
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33031
|
-
font-size: 12px;
|
|
33032
|
-
line-height: 18px;
|
|
33033
|
-
height: 18px;
|
|
33034
|
-
}
|
|
33035
|
-
|
|
33036
|
-
button.E_l48ei06 {
|
|
33037
|
-
color: #0080FF;
|
|
33038
|
-
height: unset;
|
|
33039
|
-
}
|
|
33040
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33041
|
-
margin-right: 4px;
|
|
33042
|
-
}
|
|
33043
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33044
|
-
margin-left: 4px;
|
|
33045
|
-
}
|
|
33046
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33047
|
-
color: #009DFF;
|
|
33048
|
-
}
|
|
33049
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33050
|
-
color: #005ED1;
|
|
33051
|
-
}
|
|
33052
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33053
|
-
color: #0080FF;
|
|
33054
|
-
}
|
|
33055
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33056
|
-
color: #00122E;
|
|
33057
|
-
}
|
|
33058
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33059
|
-
color: #0080FF;
|
|
33060
|
-
}
|
|
33061
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33062
|
-
color: #005ED1;
|
|
32817
|
+
margin-left: 24px;
|
|
33063
32818
|
}
|
|
33064
|
-
|
|
33065
|
-
|
|
32819
|
+
|
|
32820
|
+
.E_b14q2gmw {
|
|
32821
|
+
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);
|
|
33066
32822
|
}
|
|
33067
|
-
|
|
33068
|
-
|
|
32823
|
+
|
|
32824
|
+
.E_c1eym6el {
|
|
32825
|
+
border-radius: 8px;
|
|
32826
|
+
background-color: white;
|
|
33069
32827
|
}
|
|
33070
|
-
|
|
33071
|
-
|
|
32828
|
+
.E_c1eym6el.hoverable {
|
|
32829
|
+
cursor: pointer;
|
|
33072
32830
|
}
|
|
33073
|
-
|
|
33074
|
-
|
|
32831
|
+
.E_c1eym6el.hoverable:hover {
|
|
32832
|
+
transition: all 200ms ease;
|
|
32833
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32834
|
+
transform: translateY(-4px);
|
|
33075
32835
|
}
|
|
33076
|
-
|
|
33077
|
-
|
|
32836
|
+
|
|
32837
|
+
.E_c1yd35n {
|
|
32838
|
+
padding: 0 12px 14px 12px;
|
|
33078
32839
|
}
|
|
33079
32840
|
|
|
33080
32841
|
.E_l1ucdodl {
|
|
@@ -33145,236 +32906,167 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33145
32906
|
flex: 1;
|
|
33146
32907
|
}
|
|
33147
32908
|
|
|
33148
|
-
.
|
|
33149
|
-
|
|
33150
|
-
|
|
33151
|
-
}
|
|
33152
|
-
.E_t1gvlxt5 .tag {
|
|
33153
|
-
flex: 0 0 auto;
|
|
33154
|
-
}
|
|
33155
|
-
.E_t1gvlxt5 .progress-title {
|
|
33156
|
-
flex: 2;
|
|
33157
|
-
max-width: fit-content;
|
|
33158
|
-
}
|
|
33159
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33160
|
-
flex: 1;
|
|
33161
|
-
max-width: fit-content;
|
|
33162
|
-
}
|
|
33163
|
-
|
|
33164
|
-
.E_a1ji6r68 {
|
|
33165
|
-
display: flex;
|
|
33166
|
-
align-items: center;
|
|
33167
|
-
column-gap: var(--a1ji6r68-0);
|
|
33168
|
-
}
|
|
33169
|
-
|
|
33170
|
-
.E_lht19u8 {
|
|
33171
|
-
width: 64px;
|
|
33172
|
-
height: 64px;
|
|
32909
|
+
.E_c1kghdax {
|
|
32910
|
+
color: #2d3a56;
|
|
32911
|
+
padding: 7px 12px;
|
|
33173
32912
|
display: flex;
|
|
32913
|
+
justify-content: space-between;
|
|
33174
32914
|
align-items: center;
|
|
33175
|
-
justify-content: center;
|
|
33176
|
-
position: relative;
|
|
33177
|
-
opacity: 0.2;
|
|
33178
|
-
}
|
|
33179
|
-
|
|
33180
|
-
.E_lk3gkp4 {
|
|
33181
|
-
position: absolute;
|
|
33182
|
-
width: 5px;
|
|
33183
|
-
height: 48px;
|
|
33184
|
-
left: 9.33px;
|
|
33185
|
-
top: 40.5px;
|
|
33186
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33187
|
-
border-radius: 5px;
|
|
33188
|
-
transform: rotate(-128deg);
|
|
33189
|
-
transform-origin: top left;
|
|
33190
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33191
|
-
}
|
|
33192
|
-
|
|
33193
|
-
.E_ll4n94n {
|
|
33194
|
-
position: absolute;
|
|
33195
|
-
width: 5px;
|
|
33196
|
-
height: 48px;
|
|
33197
|
-
left: 40.8px;
|
|
33198
|
-
top: 8.4px;
|
|
33199
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33200
|
-
border-radius: 5px;
|
|
33201
|
-
transform: rotate(-8deg);
|
|
33202
|
-
transform-origin: top left;
|
|
33203
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33204
|
-
}
|
|
33205
|
-
|
|
33206
|
-
.E_l17lbdo6 {
|
|
33207
|
-
position: absolute;
|
|
33208
|
-
width: 5px;
|
|
33209
|
-
height: 48px;
|
|
33210
|
-
left: 52.9px;
|
|
33211
|
-
top: 51.8px;
|
|
33212
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33213
|
-
border-radius: 5px;
|
|
33214
|
-
transform: rotate(112deg);
|
|
33215
|
-
transform-origin: top left;
|
|
33216
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33217
32915
|
}
|
|
33218
|
-
|
|
33219
|
-
|
|
33220
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33221
|
-
text-align: center;
|
|
33222
|
-
display: flex;
|
|
33223
|
-
align-items: center;
|
|
33224
|
-
justify-content: center;
|
|
33225
|
-
flex-direction: column;
|
|
33226
|
-
height: 100%;
|
|
32916
|
+
.E_c1kghdax.has-arrow {
|
|
32917
|
+
padding-left: 10px;
|
|
33227
32918
|
}
|
|
33228
|
-
.
|
|
33229
|
-
color: #0080ff;
|
|
32919
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33230
32920
|
cursor: pointer;
|
|
32921
|
+
color: #00122e;
|
|
33231
32922
|
}
|
|
33232
|
-
|
|
33233
|
-
|
|
33234
|
-
|
|
33235
|
-
height: 100%;
|
|
33236
|
-
display: flex;
|
|
33237
|
-
flex-direction: column;
|
|
32923
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32924
|
+
color: #2d3a56;
|
|
32925
|
+
font-weight: 600;
|
|
33238
32926
|
}
|
|
33239
|
-
.
|
|
33240
|
-
|
|
33241
|
-
display: flex;
|
|
33242
|
-
line-height: 30px;
|
|
33243
|
-
padding: 0 16px;
|
|
33244
|
-
justify-content: space-between;
|
|
32927
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32928
|
+
transform: rotate(90deg);
|
|
33245
32929
|
}
|
|
33246
|
-
.
|
|
33247
|
-
display: flex;
|
|
32930
|
+
.E_c1kghdax .sub-info {
|
|
33248
32931
|
font-size: 12px;
|
|
33249
|
-
|
|
33250
|
-
}
|
|
33251
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33252
|
-
color: #a3b4cc;
|
|
33253
|
-
}
|
|
33254
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33255
|
-
margin-left: 10px;
|
|
33256
|
-
}
|
|
33257
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33258
|
-
margin-left: 10px;
|
|
33259
|
-
cursor: pointer;
|
|
32932
|
+
line-height: 18px;
|
|
33260
32933
|
}
|
|
33261
|
-
.
|
|
33262
|
-
flex: 1;
|
|
33263
|
-
width: 100%;
|
|
32934
|
+
.E_c1kghdax .title-wrapper {
|
|
33264
32935
|
display: flex;
|
|
33265
|
-
justify-content: center;
|
|
33266
32936
|
align-items: center;
|
|
32937
|
+
user-select: none;
|
|
32938
|
+
flex-grow: 1;
|
|
32939
|
+
font-size: 12px;
|
|
32940
|
+
line-height: 18px;
|
|
32941
|
+
color: #2d3a56;
|
|
32942
|
+
font-weight: 700;
|
|
33267
32943
|
}
|
|
33268
|
-
.
|
|
33269
|
-
|
|
32944
|
+
.E_c1kghdax .collapse-arrow {
|
|
32945
|
+
transition: all 50ms ease-out 0ms;
|
|
32946
|
+
margin-right: 2px;
|
|
33270
32947
|
}
|
|
33271
32948
|
|
|
33272
|
-
.
|
|
33273
|
-
|
|
33274
|
-
|
|
33275
|
-
white-space: nowrap;
|
|
33276
|
-
overflow: hidden;
|
|
33277
|
-
width: 100%;
|
|
33278
|
-
}
|
|
33279
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
33280
|
-
margin-left: auto;
|
|
32949
|
+
button.E_l48ei06.ant-btn,
|
|
32950
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32951
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33281
32952
|
font-size: 12px;
|
|
32953
|
+
line-height: 18px;
|
|
32954
|
+
height: 18px;
|
|
33282
32955
|
}
|
|
33283
32956
|
|
|
33284
|
-
.
|
|
33285
|
-
|
|
33286
|
-
|
|
33287
|
-
align-items: center;
|
|
33288
|
-
font-size: 12px;
|
|
33289
|
-
cursor: pointer;
|
|
32957
|
+
button.E_l48ei06 {
|
|
32958
|
+
color: #0080FF;
|
|
32959
|
+
height: unset;
|
|
33290
32960
|
}
|
|
33291
|
-
.
|
|
33292
|
-
margin-right:
|
|
32961
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
32962
|
+
margin-right: 4px;
|
|
33293
32963
|
}
|
|
33294
|
-
.
|
|
33295
|
-
|
|
32964
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
32965
|
+
margin-left: 4px;
|
|
33296
32966
|
}
|
|
33297
|
-
.
|
|
33298
|
-
|
|
32967
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32968
|
+
color: #009DFF;
|
|
33299
32969
|
}
|
|
33300
|
-
|
|
33301
|
-
|
|
33302
|
-
display: inline-block;
|
|
33303
|
-
height: 8px;
|
|
33304
|
-
width: 8px;
|
|
33305
|
-
margin-right: 8px;
|
|
32970
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32971
|
+
color: #005ED1;
|
|
33306
32972
|
}
|
|
33307
|
-
|
|
33308
|
-
|
|
33309
|
-
display: flex;
|
|
33310
|
-
align-items: center;
|
|
33311
|
-
font-size: 12px;
|
|
33312
|
-
margin: 0;
|
|
32973
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32974
|
+
color: #0080FF;
|
|
33313
32975
|
}
|
|
33314
|
-
|
|
33315
|
-
|
|
33316
|
-
position: relative;
|
|
32976
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
32977
|
+
color: #00122E;
|
|
33317
32978
|
}
|
|
33318
|
-
.
|
|
33319
|
-
|
|
32979
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32980
|
+
color: #0080FF;
|
|
33320
32981
|
}
|
|
33321
|
-
.
|
|
33322
|
-
|
|
33323
|
-
justify-content: space-between;
|
|
33324
|
-
line-height: 30px;
|
|
33325
|
-
margin: 0 16px;
|
|
32982
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32983
|
+
color: #005ED1;
|
|
33326
32984
|
}
|
|
33327
|
-
.
|
|
33328
|
-
|
|
33329
|
-
font-size: 12px;
|
|
33330
|
-
align-items: center;
|
|
32985
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32986
|
+
color: #00122E;
|
|
33331
32987
|
}
|
|
33332
|
-
.
|
|
33333
|
-
color:
|
|
32988
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
32989
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33334
32990
|
}
|
|
33335
|
-
.
|
|
33336
|
-
|
|
32991
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32992
|
+
color: #0080FF;
|
|
33337
32993
|
}
|
|
33338
|
-
.
|
|
33339
|
-
|
|
33340
|
-
|
|
32994
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32995
|
+
color: #005ED1;
|
|
32996
|
+
}
|
|
32997
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32998
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32999
|
+
}
|
|
33000
|
+
|
|
33001
|
+
.E_t1gvlxt5 {
|
|
33002
|
+
min-width: 0;
|
|
33003
|
+
flex: 1;
|
|
33004
|
+
}
|
|
33005
|
+
.E_t1gvlxt5 .tag {
|
|
33006
|
+
flex: 0 0 auto;
|
|
33341
33007
|
}
|
|
33342
|
-
.
|
|
33343
|
-
|
|
33008
|
+
.E_t1gvlxt5 .progress-title {
|
|
33009
|
+
flex: 2;
|
|
33010
|
+
max-width: fit-content;
|
|
33344
33011
|
}
|
|
33345
|
-
.
|
|
33346
|
-
|
|
33347
|
-
|
|
33348
|
-
padding: 0 8px;
|
|
33349
|
-
border-radius: 4px;
|
|
33350
|
-
font-size: 12px;
|
|
33351
|
-
color: #fff;
|
|
33352
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33353
|
-
transform: translateX(-50%);
|
|
33012
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33013
|
+
flex: 1;
|
|
33014
|
+
max-width: fit-content;
|
|
33354
33015
|
}
|
|
33355
33016
|
|
|
33356
|
-
.
|
|
33357
|
-
|
|
33017
|
+
.E_a1ji6r68 {
|
|
33018
|
+
display: flex;
|
|
33019
|
+
align-items: center;
|
|
33020
|
+
column-gap: var(--a1ji6r68-0);
|
|
33358
33021
|
}
|
|
33359
33022
|
|
|
33360
|
-
.
|
|
33023
|
+
.E_lht19u8 {
|
|
33024
|
+
width: 64px;
|
|
33025
|
+
height: 64px;
|
|
33361
33026
|
display: flex;
|
|
33362
33027
|
align-items: center;
|
|
33363
|
-
justify-content:
|
|
33364
|
-
|
|
33365
|
-
|
|
33366
|
-
font-size: 12px;
|
|
33367
|
-
padding: 3px 6px;
|
|
33028
|
+
justify-content: center;
|
|
33029
|
+
position: relative;
|
|
33030
|
+
opacity: 0.2;
|
|
33368
33031
|
}
|
|
33369
|
-
|
|
33370
|
-
|
|
33032
|
+
|
|
33033
|
+
.E_lk3gkp4 {
|
|
33034
|
+
position: absolute;
|
|
33035
|
+
width: 5px;
|
|
33036
|
+
height: 48px;
|
|
33037
|
+
left: 9.33px;
|
|
33038
|
+
top: 40.5px;
|
|
33039
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33040
|
+
border-radius: 5px;
|
|
33041
|
+
transform: rotate(-128deg);
|
|
33042
|
+
transform-origin: top left;
|
|
33043
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33371
33044
|
}
|
|
33372
|
-
|
|
33373
|
-
|
|
33045
|
+
|
|
33046
|
+
.E_ll4n94n {
|
|
33047
|
+
position: absolute;
|
|
33048
|
+
width: 5px;
|
|
33049
|
+
height: 48px;
|
|
33050
|
+
left: 40.8px;
|
|
33051
|
+
top: 8.4px;
|
|
33052
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33053
|
+
border-radius: 5px;
|
|
33054
|
+
transform: rotate(-8deg);
|
|
33055
|
+
transform-origin: top left;
|
|
33056
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33374
33057
|
}
|
|
33375
|
-
|
|
33376
|
-
|
|
33377
|
-
|
|
33058
|
+
|
|
33059
|
+
.E_l17lbdo6 {
|
|
33060
|
+
position: absolute;
|
|
33061
|
+
width: 5px;
|
|
33062
|
+
height: 48px;
|
|
33063
|
+
left: 52.9px;
|
|
33064
|
+
top: 51.8px;
|
|
33065
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33066
|
+
border-radius: 5px;
|
|
33067
|
+
transform: rotate(112deg);
|
|
33068
|
+
transform-origin: top left;
|
|
33069
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33378
33070
|
}
|
|
33379
33071
|
|
|
33380
33072
|
.E_m11nzl2x {
|
|
@@ -33582,79 +33274,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33582
33274
|
border: 1px solid #fff;
|
|
33583
33275
|
}
|
|
33584
33276
|
|
|
33585
|
-
.
|
|
33586
|
-
|
|
33587
|
-
|
|
33588
|
-
|
|
33589
|
-
|
|
33277
|
+
.E_msn7nxt {
|
|
33278
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33279
|
+
text-align: center;
|
|
33280
|
+
display: flex;
|
|
33281
|
+
align-items: center;
|
|
33282
|
+
justify-content: center;
|
|
33283
|
+
flex-direction: column;
|
|
33284
|
+
height: 100%;
|
|
33590
33285
|
}
|
|
33591
|
-
.
|
|
33592
|
-
|
|
33286
|
+
.E_msn7nxt .link {
|
|
33287
|
+
color: #0080ff;
|
|
33288
|
+
cursor: pointer;
|
|
33593
33289
|
}
|
|
33594
|
-
|
|
33595
|
-
|
|
33290
|
+
|
|
33291
|
+
.E_mp64wfi {
|
|
33292
|
+
width: 100%;
|
|
33293
|
+
height: 100%;
|
|
33294
|
+
display: flex;
|
|
33295
|
+
flex-direction: column;
|
|
33596
33296
|
}
|
|
33597
|
-
.
|
|
33598
|
-
|
|
33297
|
+
.E_mp64wfi .name-toolbar {
|
|
33298
|
+
width: 100%;
|
|
33299
|
+
display: flex;
|
|
33300
|
+
line-height: 30px;
|
|
33301
|
+
padding: 0 16px;
|
|
33302
|
+
justify-content: space-between;
|
|
33599
33303
|
}
|
|
33600
|
-
.
|
|
33601
|
-
|
|
33304
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33305
|
+
display: flex;
|
|
33306
|
+
font-size: 12px;
|
|
33307
|
+
align-items: center;
|
|
33602
33308
|
}
|
|
33603
|
-
.
|
|
33604
|
-
|
|
33605
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33309
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33310
|
+
color: #a3b4cc;
|
|
33606
33311
|
}
|
|
33607
|
-
.
|
|
33608
|
-
|
|
33312
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33313
|
+
margin-left: 10px;
|
|
33609
33314
|
}
|
|
33610
|
-
.
|
|
33611
|
-
|
|
33315
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33316
|
+
margin-left: 10px;
|
|
33317
|
+
cursor: pointer;
|
|
33612
33318
|
}
|
|
33613
|
-
.
|
|
33614
|
-
|
|
33319
|
+
.E_mp64wfi .content {
|
|
33320
|
+
flex: 1;
|
|
33321
|
+
width: 100%;
|
|
33322
|
+
display: flex;
|
|
33323
|
+
justify-content: center;
|
|
33324
|
+
align-items: center;
|
|
33615
33325
|
}
|
|
33616
|
-
.
|
|
33617
|
-
|
|
33326
|
+
.E_mp64wfi .single-content {
|
|
33327
|
+
height: 65px;
|
|
33618
33328
|
}
|
|
33619
|
-
|
|
33620
|
-
|
|
33329
|
+
|
|
33330
|
+
.E_l1oyigan {
|
|
33331
|
+
display: flex;
|
|
33332
|
+
align-items: center;
|
|
33333
|
+
white-space: nowrap;
|
|
33334
|
+
overflow: hidden;
|
|
33335
|
+
width: 100%;
|
|
33621
33336
|
}
|
|
33622
|
-
.
|
|
33623
|
-
|
|
33337
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33338
|
+
margin-left: auto;
|
|
33339
|
+
font-size: 12px;
|
|
33624
33340
|
}
|
|
33625
|
-
|
|
33626
|
-
|
|
33341
|
+
|
|
33342
|
+
.E_l1noi4n1 {
|
|
33343
|
+
display: flex;
|
|
33344
|
+
justify-content: flex-start;
|
|
33345
|
+
align-items: center;
|
|
33346
|
+
font-size: 12px;
|
|
33347
|
+
cursor: pointer;
|
|
33627
33348
|
}
|
|
33628
|
-
.
|
|
33629
|
-
|
|
33349
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33350
|
+
margin-right: 20px;
|
|
33630
33351
|
}
|
|
33631
|
-
.
|
|
33632
|
-
|
|
33352
|
+
.E_l1noi4n1.deselected {
|
|
33353
|
+
opacity: 0.4;
|
|
33633
33354
|
}
|
|
33634
|
-
.
|
|
33635
|
-
background
|
|
33355
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33356
|
+
background: #b4beca !important;
|
|
33636
33357
|
}
|
|
33637
|
-
|
|
33638
|
-
|
|
33358
|
+
|
|
33359
|
+
.E_cz19rz6 {
|
|
33360
|
+
display: inline-block;
|
|
33361
|
+
height: 8px;
|
|
33362
|
+
width: 8px;
|
|
33363
|
+
margin-right: 8px;
|
|
33639
33364
|
}
|
|
33640
|
-
|
|
33641
|
-
|
|
33365
|
+
|
|
33366
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33367
|
+
display: flex;
|
|
33368
|
+
align-items: center;
|
|
33369
|
+
font-size: 12px;
|
|
33370
|
+
margin: 0;
|
|
33642
33371
|
}
|
|
33643
|
-
|
|
33644
|
-
|
|
33372
|
+
|
|
33373
|
+
.E_m1y1hhnr {
|
|
33374
|
+
position: relative;
|
|
33645
33375
|
}
|
|
33646
|
-
.
|
|
33647
|
-
|
|
33376
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33377
|
+
bottom: -12px;
|
|
33378
|
+
}
|
|
33379
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33380
|
+
display: flex;
|
|
33381
|
+
justify-content: space-between;
|
|
33382
|
+
line-height: 30px;
|
|
33383
|
+
margin: 0 16px;
|
|
33384
|
+
}
|
|
33385
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33386
|
+
display: flex;
|
|
33387
|
+
font-size: 12px;
|
|
33388
|
+
align-items: center;
|
|
33389
|
+
}
|
|
33390
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33391
|
+
color: #a3b4cc;
|
|
33392
|
+
}
|
|
33393
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33394
|
+
margin-left: 10px;
|
|
33395
|
+
}
|
|
33396
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33397
|
+
margin-left: 10px;
|
|
33398
|
+
cursor: pointer;
|
|
33399
|
+
}
|
|
33400
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33401
|
+
font-size: 12px;
|
|
33402
|
+
}
|
|
33403
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33404
|
+
position: absolute;
|
|
33405
|
+
bottom: 10px;
|
|
33406
|
+
padding: 0 8px;
|
|
33407
|
+
border-radius: 4px;
|
|
33408
|
+
font-size: 12px;
|
|
33409
|
+
color: #fff;
|
|
33410
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33411
|
+
transform: translateX(-50%);
|
|
33412
|
+
}
|
|
33413
|
+
|
|
33414
|
+
.E_tnvijvs {
|
|
33415
|
+
min-width: 200px;
|
|
33416
|
+
}
|
|
33417
|
+
|
|
33418
|
+
.E_t1ub2aex {
|
|
33419
|
+
display: flex;
|
|
33420
|
+
align-items: center;
|
|
33421
|
+
justify-content: space-between;
|
|
33422
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33423
|
+
color: #b4beca;
|
|
33424
|
+
font-size: 12px;
|
|
33425
|
+
padding: 3px 6px;
|
|
33426
|
+
}
|
|
33427
|
+
.E_t1ub2aex:first-child {
|
|
33428
|
+
padding-top: 3px;
|
|
33648
33429
|
}
|
|
33649
|
-
.
|
|
33650
|
-
|
|
33430
|
+
.E_t1ub2aex:last-child {
|
|
33431
|
+
padding-bottom: 3px;
|
|
33651
33432
|
}
|
|
33652
|
-
|
|
33653
|
-
|
|
33654
|
-
|
|
33655
|
-
height: 8px;
|
|
33656
|
-
border-radius: 50%;
|
|
33657
|
-
display: inline-block;
|
|
33433
|
+
.E_t1ub2aex .column-value {
|
|
33434
|
+
color: #fff;
|
|
33435
|
+
margin-left: 8px;
|
|
33658
33436
|
}
|
|
33659
33437
|
|
|
33660
33438
|
.E_tc97u5y {
|
|
@@ -34028,6 +33806,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34028
33806
|
background: #fff;
|
|
34029
33807
|
}
|
|
34030
33808
|
|
|
33809
|
+
.E_sddwhm6 {
|
|
33810
|
+
margin: 0;
|
|
33811
|
+
border-radius: 20px;
|
|
33812
|
+
padding: 2px 10px;
|
|
33813
|
+
height: 22px;
|
|
33814
|
+
}
|
|
33815
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33816
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33817
|
+
}
|
|
33818
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33819
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33820
|
+
}
|
|
33821
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33822
|
+
color: #00122e;
|
|
33823
|
+
}
|
|
33824
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33825
|
+
margin-right: 6px;
|
|
33826
|
+
}
|
|
33827
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33828
|
+
margin-left: 8px;
|
|
33829
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33830
|
+
}
|
|
33831
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33832
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33833
|
+
}
|
|
33834
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33835
|
+
background-color: #0080ff;
|
|
33836
|
+
}
|
|
33837
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33838
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33839
|
+
}
|
|
33840
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33841
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33842
|
+
}
|
|
33843
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33844
|
+
background-color: #f0483e;
|
|
33845
|
+
}
|
|
33846
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33847
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33848
|
+
}
|
|
33849
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33850
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33851
|
+
}
|
|
33852
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33853
|
+
background-color: #fea008;
|
|
33854
|
+
}
|
|
33855
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33856
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33857
|
+
}
|
|
33858
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33859
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33860
|
+
}
|
|
33861
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33862
|
+
background-color: #00ba5d;
|
|
33863
|
+
}
|
|
33864
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33865
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33866
|
+
}
|
|
33867
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33868
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33869
|
+
}
|
|
33870
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33871
|
+
background-color: #6b7d99;
|
|
33872
|
+
}
|
|
33873
|
+
.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 {
|
|
33874
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33875
|
+
}
|
|
33876
|
+
|
|
33877
|
+
.E_satwmqm {
|
|
33878
|
+
width: 8px;
|
|
33879
|
+
height: 8px;
|
|
33880
|
+
border-radius: 50%;
|
|
33881
|
+
display: inline-block;
|
|
33882
|
+
}
|
|
33883
|
+
|
|
34031
33884
|
.E_w7ob4th.outside-tag {
|
|
34032
33885
|
padding-left: 0;
|
|
34033
33886
|
}
|
|
@@ -34066,6 +33919,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34066
33919
|
white-space: normal;
|
|
34067
33920
|
}
|
|
34068
33921
|
|
|
33922
|
+
.E_i1g85yz3 {
|
|
33923
|
+
margin-right: 4px;
|
|
33924
|
+
height: 16px;
|
|
33925
|
+
}
|
|
33926
|
+
|
|
34069
33927
|
.E_sjob3jg {
|
|
34070
33928
|
--item-min-width: 60px;
|
|
34071
33929
|
}
|
|
@@ -34514,13 +34372,179 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34514
34372
|
background-color: #E07F00;
|
|
34515
34373
|
}
|
|
34516
34374
|
|
|
34517
|
-
.
|
|
34375
|
+
.E_b1jaupqb {
|
|
34376
|
+
color: #F0483E;
|
|
34377
|
+
}
|
|
34378
|
+
|
|
34379
|
+
.E_icab5o7 {
|
|
34380
|
+
--modal-header-height: 140px;
|
|
34381
|
+
}
|
|
34382
|
+
.E_icab5o7.ant-modal {
|
|
34383
|
+
height: calc(100% - 20px);
|
|
34384
|
+
width: calc(100% - 20px);
|
|
34385
|
+
padding-bottom: 0;
|
|
34386
|
+
margin: 0 auto;
|
|
34387
|
+
top: 10px;
|
|
34388
|
+
transform: none;
|
|
34389
|
+
}
|
|
34390
|
+
.E_icab5o7.ant-modal .ant-modal-close {
|
|
34391
|
+
right: 24px;
|
|
34392
|
+
top: 24px;
|
|
34393
|
+
}
|
|
34394
|
+
.E_icab5o7.ant-modal .ant-modal-close .ant-modal-close-x {
|
|
34395
|
+
width: 40px;
|
|
34396
|
+
height: 40px;
|
|
34397
|
+
}
|
|
34398
|
+
.E_icab5o7.ant-modal .ant-modal-content {
|
|
34399
|
+
width: 100%;
|
|
34400
|
+
height: 100%;
|
|
34401
|
+
display: flex;
|
|
34402
|
+
flex-direction: column;
|
|
34403
|
+
}
|
|
34404
|
+
.E_icab5o7.ant-modal .ant-modal-header {
|
|
34405
|
+
padding: 60px 0 40px 0;
|
|
34406
|
+
height: var(--modal-header-height);
|
|
34407
|
+
border: 0;
|
|
34408
|
+
}
|
|
34409
|
+
.E_icab5o7.ant-modal .ant-modal-body {
|
|
34410
|
+
padding: 0;
|
|
34411
|
+
flex: 1;
|
|
34412
|
+
min-height: 0;
|
|
34413
|
+
overflow-y: auto;
|
|
34414
|
+
scrollbar-gutter: stable;
|
|
34415
|
+
}
|
|
34416
|
+
.E_icab5o7.ant-modal .ant-modal-body::-webkit-scrollbar {
|
|
34417
|
+
width: 6px;
|
|
34418
|
+
}
|
|
34419
|
+
.E_icab5o7.ant-modal .ant-modal-body::-webkit-scrollbar-track {
|
|
34420
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34421
|
+
}
|
|
34422
|
+
.E_icab5o7.ant-modal .ant-modal-body::-webkit-scrollbar-thumb {
|
|
34423
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34424
|
+
border-radius: 8px;
|
|
34425
|
+
}
|
|
34426
|
+
.E_icab5o7.ant-modal .ant-modal-footer {
|
|
34427
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
34428
|
+
padding: 24px 0 60px 0;
|
|
34429
|
+
}
|
|
34430
|
+
|
|
34431
|
+
.E_msiso3p.ant-modal .ant-modal-header {
|
|
34432
|
+
padding: 60px 0 40px 0;
|
|
34433
|
+
width: 648px;
|
|
34434
|
+
margin: 0 auto;
|
|
34435
|
+
}
|
|
34436
|
+
.E_msiso3p.ant-modal .ant-modal-footer {
|
|
34437
|
+
width: 648px;
|
|
34438
|
+
margin: 0 auto;
|
|
34439
|
+
}
|
|
34440
|
+
|
|
34441
|
+
.E_cxvrrew {
|
|
34442
|
+
height: 40px;
|
|
34443
|
+
width: 40px;
|
|
34444
|
+
border-radius: 50%;
|
|
34445
|
+
display: flex;
|
|
34446
|
+
align-items: center;
|
|
34447
|
+
justify-content: center;
|
|
34448
|
+
}
|
|
34449
|
+
.E_cxvrrew:hover {
|
|
34450
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34451
|
+
transition: 0.3s ease-out;
|
|
34452
|
+
}
|
|
34453
|
+
|
|
34454
|
+
.E_tskzd0j {
|
|
34455
|
+
color: #00122e;
|
|
34456
|
+
}
|
|
34457
|
+
|
|
34458
|
+
.E_f1fbnfp.ant-modal .ant-modal-body {
|
|
34459
|
+
padding-left: 40px;
|
|
34460
|
+
padding-right: 40px;
|
|
34461
|
+
}
|
|
34462
|
+
.E_f1fbnfp.ant-modal .ant-modal-footer,
|
|
34463
|
+
.E_f1fbnfp.ant-modal .ant-modal-header {
|
|
34464
|
+
margin-left: 40px;
|
|
34465
|
+
margin-right: 40px;
|
|
34466
|
+
}
|
|
34467
|
+
|
|
34468
|
+
.E_b4g2nsx {
|
|
34469
|
+
position: relative;
|
|
34470
|
+
}
|
|
34471
|
+
.E_b4g2nsx .middle {
|
|
34472
|
+
height: 100%;
|
|
34473
|
+
overflow: auto;
|
|
34474
|
+
padding-bottom: 40px;
|
|
34475
|
+
}
|
|
34476
|
+
|
|
34477
|
+
.E_myhed70 {
|
|
34478
|
+
--left-width: 192px;
|
|
34479
|
+
--right-width: 192px;
|
|
34480
|
+
--content-width: 648px;
|
|
34481
|
+
--content-margin: 60px;
|
|
34482
|
+
--modal-body-padding: calc(
|
|
34483
|
+
(
|
|
34484
|
+
100% - var(--content-width) - var(--left-width) - var(--right-width) - var(
|
|
34485
|
+
--content-margin
|
|
34486
|
+
) * 2
|
|
34487
|
+
) / 2
|
|
34488
|
+
);
|
|
34489
|
+
}
|
|
34490
|
+
.E_myhed70 .left {
|
|
34491
|
+
width: var(--left-width);
|
|
34492
|
+
overflow: auto;
|
|
34493
|
+
position: fixed;
|
|
34494
|
+
left: var(--modal-body-padding);
|
|
34495
|
+
top: var(--modal-header-height);
|
|
34496
|
+
}
|
|
34497
|
+
.E_myhed70 .middle {
|
|
34498
|
+
width: var(--content-width);
|
|
34499
|
+
overflow: auto;
|
|
34500
|
+
margin: auto;
|
|
34501
|
+
}
|
|
34502
|
+
.E_myhed70 .right {
|
|
34503
|
+
width: var(--right-width);
|
|
34504
|
+
overflow: auto;
|
|
34505
|
+
position: fixed;
|
|
34506
|
+
right: var(--modal-body-padding);
|
|
34507
|
+
top: var(--modal-header-height);
|
|
34508
|
+
}
|
|
34509
|
+
|
|
34510
|
+
.E_fo07jei {
|
|
34511
|
+
display: flex;
|
|
34512
|
+
justify-content: space-between;
|
|
34513
|
+
align-items: center;
|
|
34514
|
+
gap: 16px;
|
|
34515
|
+
height: 40px;
|
|
34516
|
+
}
|
|
34517
|
+
|
|
34518
|
+
.E_fph3s12 {
|
|
34519
|
+
display: flex;
|
|
34520
|
+
align-items: center;
|
|
34521
|
+
gap: 16px;
|
|
34522
|
+
text-align: left;
|
|
34523
|
+
}
|
|
34524
|
+
|
|
34525
|
+
.E_f1f8uj0i {
|
|
34526
|
+
flex-shrink: 0;
|
|
34527
|
+
}
|
|
34528
|
+
|
|
34529
|
+
.E_ejcjd85 {
|
|
34530
|
+
color: #f0483e;
|
|
34531
|
+
display: flex;
|
|
34532
|
+
align-items: center;
|
|
34533
|
+
height: 32px;
|
|
34534
|
+
}
|
|
34535
|
+
|
|
34536
|
+
.E_e1lj3r2s {
|
|
34518
34537
|
margin-right: 4px;
|
|
34519
|
-
|
|
34538
|
+
flex-shrink: 0;
|
|
34520
34539
|
}
|
|
34521
34540
|
|
|
34522
|
-
.
|
|
34523
|
-
|
|
34541
|
+
.E_eb58k2y {
|
|
34542
|
+
align-self: flex-start;
|
|
34543
|
+
margin-top: 5px;
|
|
34544
|
+
}
|
|
34545
|
+
|
|
34546
|
+
.E_c1bad0d {
|
|
34547
|
+
font-weight: bold;
|
|
34524
34548
|
}
|
|
34525
34549
|
|
|
34526
34550
|
.E_t59qhqp {
|
|
@@ -34558,46 +34582,17 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34558
34582
|
|
|
34559
34583
|
.E_e14ua30y {
|
|
34560
34584
|
display: flex;
|
|
34561
|
-
flex-direction: column;
|
|
34562
|
-
align-items: center;
|
|
34563
|
-
justify-content: center;
|
|
34564
|
-
}
|
|
34565
|
-
|
|
34566
|
-
.E_s1ikqzph {
|
|
34567
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34568
|
-
}
|
|
34569
|
-
|
|
34570
|
-
.E_i15astnl {
|
|
34571
|
-
color: #00122E;
|
|
34572
|
-
}
|
|
34573
|
-
|
|
34574
|
-
.E_s20iney.skeleton-box {
|
|
34575
|
-
display: flex;
|
|
34585
|
+
flex-direction: column;
|
|
34576
34586
|
align-items: center;
|
|
34577
34587
|
justify-content: center;
|
|
34578
|
-
position: relative;
|
|
34579
|
-
border-radius: 2px;
|
|
34580
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34581
|
-
overflow: hidden;
|
|
34582
34588
|
}
|
|
34583
|
-
|
|
34584
|
-
|
|
34585
|
-
|
|
34586
|
-
transform: rotate(15deg);
|
|
34587
|
-
position: absolute;
|
|
34588
|
-
top: -50%;
|
|
34589
|
-
flex-shrink: 0;
|
|
34590
|
-
opacity: 0.8;
|
|
34591
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34592
|
-
animation: shimmer 1100ms infinite;
|
|
34589
|
+
|
|
34590
|
+
.E_s1ikqzph {
|
|
34591
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34593
34592
|
}
|
|
34594
|
-
|
|
34595
|
-
|
|
34596
|
-
|
|
34597
|
-
}
|
|
34598
|
-
to {
|
|
34599
|
-
left: 100%;
|
|
34600
|
-
}
|
|
34593
|
+
|
|
34594
|
+
.E_i15astnl {
|
|
34595
|
+
color: #00122E;
|
|
34601
34596
|
}
|
|
34602
34597
|
|
|
34603
34598
|
.E_dxyv8bv {
|
|
@@ -34692,6 +34687,73 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34692
34687
|
transition: 0.3s ease-out;
|
|
34693
34688
|
}
|
|
34694
34689
|
|
|
34690
|
+
.E_s20iney.skeleton-box {
|
|
34691
|
+
display: flex;
|
|
34692
|
+
align-items: center;
|
|
34693
|
+
justify-content: center;
|
|
34694
|
+
position: relative;
|
|
34695
|
+
border-radius: 2px;
|
|
34696
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34697
|
+
overflow: hidden;
|
|
34698
|
+
}
|
|
34699
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34700
|
+
width: 200%;
|
|
34701
|
+
height: 200%;
|
|
34702
|
+
transform: rotate(15deg);
|
|
34703
|
+
position: absolute;
|
|
34704
|
+
top: -50%;
|
|
34705
|
+
flex-shrink: 0;
|
|
34706
|
+
opacity: 0.8;
|
|
34707
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34708
|
+
animation: shimmer 1100ms infinite;
|
|
34709
|
+
}
|
|
34710
|
+
@keyframes shimmer {
|
|
34711
|
+
from {
|
|
34712
|
+
left: -120%;
|
|
34713
|
+
}
|
|
34714
|
+
to {
|
|
34715
|
+
left: 100%;
|
|
34716
|
+
}
|
|
34717
|
+
}
|
|
34718
|
+
|
|
34719
|
+
.E_sqv6dmy {
|
|
34720
|
+
display: flex;
|
|
34721
|
+
justify-content: flex-end;
|
|
34722
|
+
}
|
|
34723
|
+
|
|
34724
|
+
.E_p1rm8wzb {
|
|
34725
|
+
margin-right: 8px;
|
|
34726
|
+
}
|
|
34727
|
+
|
|
34728
|
+
.E_sd7qcf4 {
|
|
34729
|
+
height: 100%;
|
|
34730
|
+
width: 100%;
|
|
34731
|
+
overflow: auto;
|
|
34732
|
+
}
|
|
34733
|
+
|
|
34734
|
+
.E_r1fxc9gq.right {
|
|
34735
|
+
overflow: auto;
|
|
34736
|
+
padding-right: 2px;
|
|
34737
|
+
width: 200px;
|
|
34738
|
+
height: fit-content;
|
|
34739
|
+
max-height: calc(100vh - 300px);
|
|
34740
|
+
scrollbar-gutter: stable;
|
|
34741
|
+
}
|
|
34742
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
34743
|
+
width: 6px;
|
|
34744
|
+
}
|
|
34745
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
34746
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34747
|
+
}
|
|
34748
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
34749
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34750
|
+
border-radius: 8px;
|
|
34751
|
+
}
|
|
34752
|
+
|
|
34753
|
+
.E_t1616y1o {
|
|
34754
|
+
color: #fff;
|
|
34755
|
+
}
|
|
34756
|
+
|
|
34695
34757
|
.E_t1g36k2w {
|
|
34696
34758
|
overflow: hidden;
|
|
34697
34759
|
height: 100%;
|
|
@@ -34721,10 +34783,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34721
34783
|
background: rgba(225, 230, 241, 0.6);
|
|
34722
34784
|
}
|
|
34723
34785
|
|
|
34724
|
-
.E_t1616y1o {
|
|
34725
|
-
color: #fff;
|
|
34726
|
-
}
|
|
34727
|
-
|
|
34728
34786
|
.E_a9y3flr {
|
|
34729
34787
|
margin-left: 8px;
|
|
34730
34788
|
}
|
|
@@ -34796,6 +34854,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34796
34854
|
}
|
|
34797
34855
|
}
|
|
34798
34856
|
|
|
34857
|
+
.E_skwah65 {
|
|
34858
|
+
height: 8px;
|
|
34859
|
+
box-sizing: border-box;
|
|
34860
|
+
border-radius: 2px;
|
|
34861
|
+
background: #f5f7fa;
|
|
34862
|
+
display: flex;
|
|
34863
|
+
width: 100%;
|
|
34864
|
+
overflow: hidden;
|
|
34865
|
+
}
|
|
34866
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34867
|
+
margin-left: 1px;
|
|
34868
|
+
}
|
|
34869
|
+
|
|
34799
34870
|
.E_c18bcrac {
|
|
34800
34871
|
display: inline-block;
|
|
34801
34872
|
width: 100%;
|
|
@@ -34846,17 +34917,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34846
34917
|
margin-right: 4px;
|
|
34847
34918
|
}
|
|
34848
34919
|
|
|
34849
|
-
.
|
|
34850
|
-
|
|
34851
|
-
box-sizing: border-box;
|
|
34852
|
-
border-radius: 2px;
|
|
34853
|
-
background: #f5f7fa;
|
|
34854
|
-
display: flex;
|
|
34855
|
-
width: 100%;
|
|
34856
|
-
overflow: hidden;
|
|
34920
|
+
span.E_tqjc4ui {
|
|
34921
|
+
margin: 0 2px;
|
|
34857
34922
|
}
|
|
34858
|
-
|
|
34859
|
-
|
|
34923
|
+
|
|
34924
|
+
.E_gmyahx3 {
|
|
34925
|
+
cursor: pointer;
|
|
34926
|
+
}
|
|
34927
|
+
.E_gmyahx3 .link-text {
|
|
34928
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34929
|
+
}
|
|
34930
|
+
.E_gmyahx3:hover .link-text {
|
|
34931
|
+
color: #0080ff;
|
|
34860
34932
|
}
|
|
34861
34933
|
|
|
34862
34934
|
.E_s1ebs0ra {
|
|
@@ -34903,147 +34975,21 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34903
34975
|
.E_s1ebs0ra .action-group button {
|
|
34904
34976
|
border: none;
|
|
34905
34977
|
}
|
|
34906
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34907
|
-
margin-right: 8px;
|
|
34908
|
-
}
|
|
34909
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
34910
|
-
margin-right: 4px;
|
|
34911
|
-
}
|
|
34912
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
34913
|
-
cursor: pointer;
|
|
34914
|
-
width: 32px;
|
|
34915
|
-
height: 32px;
|
|
34916
|
-
justify-content: center;
|
|
34917
|
-
border-radius: 50%;
|
|
34918
|
-
}
|
|
34919
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34920
|
-
background: #fff;
|
|
34921
|
-
}
|
|
34922
|
-
|
|
34923
|
-
.E_clm1wy1 {
|
|
34924
|
-
width: 192px;
|
|
34925
|
-
height: 246px;
|
|
34926
|
-
border-radius: 4px;
|
|
34927
|
-
}
|
|
34928
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
34929
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34930
|
-
width: 100%;
|
|
34931
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
34932
|
-
border-top: none;
|
|
34933
|
-
}
|
|
34934
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34935
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34936
|
-
padding: 0 16px;
|
|
34937
|
-
}
|
|
34938
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34939
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34940
|
-
width: 100%;
|
|
34941
|
-
height: 180px;
|
|
34942
|
-
border-spacing: 0;
|
|
34943
|
-
}
|
|
34944
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34945
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34946
|
-
margin-bottom: 8px;
|
|
34947
|
-
}
|
|
34948
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34949
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34950
|
-
width: 22px;
|
|
34951
|
-
}
|
|
34952
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34953
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
34954
|
-
padding: 0;
|
|
34955
|
-
}
|
|
34956
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
34957
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34958
|
-
opacity: 0.4;
|
|
34959
|
-
}
|
|
34960
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34961
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34962
|
-
opacity: 1;
|
|
34963
|
-
}
|
|
34964
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
34965
|
-
color: #3e4652;
|
|
34966
|
-
}
|
|
34967
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
34968
|
-
pointer-events: none;
|
|
34969
|
-
}
|
|
34970
|
-
|
|
34971
|
-
.E_t1tsm00v {
|
|
34972
|
-
color: rgba(129, 138, 153, 0.6);
|
|
34973
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34974
|
-
backdrop-filter: blur(10px);
|
|
34975
|
-
padding: 7px 10px;
|
|
34976
|
-
}
|
|
34977
|
-
|
|
34978
|
-
.E_c167wnad {
|
|
34979
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34980
|
-
display: flex;
|
|
34981
|
-
justify-content: space-between;
|
|
34982
|
-
align-items: center;
|
|
34983
|
-
padding: 8px 16px;
|
|
34984
|
-
}
|
|
34985
|
-
.E_c167wnad .anticon {
|
|
34986
|
-
cursor: pointer;
|
|
34987
|
-
}
|
|
34988
|
-
.E_c167wnad .anticon:hover {
|
|
34989
|
-
color: #0096ff;
|
|
34990
|
-
}
|
|
34991
|
-
|
|
34992
|
-
.E_cxhf7dh {
|
|
34993
|
-
text-align: center;
|
|
34994
|
-
}
|
|
34995
|
-
.E_cxhf7dh .dots {
|
|
34996
|
-
display: flex;
|
|
34997
|
-
justify-content: center;
|
|
34998
|
-
}
|
|
34999
|
-
.E_cxhf7dh .dot {
|
|
35000
|
-
display: inline-block;
|
|
35001
|
-
width: 2px;
|
|
35002
|
-
height: 2px;
|
|
35003
|
-
border-radius: 1px;
|
|
35004
|
-
background: #0096ff;
|
|
35005
|
-
}
|
|
35006
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35007
|
-
margin-right: 2px;
|
|
35008
|
-
}
|
|
35009
|
-
.E_cxhf7dh .bar {
|
|
35010
|
-
width: 9px;
|
|
35011
|
-
height: 2px;
|
|
35012
|
-
background: #0096ff;
|
|
35013
|
-
border-radius: 2px;
|
|
35014
|
-
}
|
|
35015
|
-
|
|
35016
|
-
.E_gmyahx3 {
|
|
35017
|
-
cursor: pointer;
|
|
35018
|
-
}
|
|
35019
|
-
.E_gmyahx3 .link-text {
|
|
35020
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35021
|
-
}
|
|
35022
|
-
.E_gmyahx3:hover .link-text {
|
|
35023
|
-
color: #0080ff;
|
|
35024
|
-
}
|
|
35025
|
-
|
|
35026
|
-
span.E_tqjc4ui {
|
|
35027
|
-
margin: 0 2px;
|
|
35028
|
-
}
|
|
35029
|
-
|
|
35030
|
-
.E_n12mqh7z {
|
|
35031
|
-
display: flex;
|
|
35032
|
-
align-items: center;
|
|
35033
|
-
font-size: 12px;
|
|
35034
|
-
line-height: 18px;
|
|
35035
|
-
}
|
|
35036
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35037
|
-
margin-bottom: 4px;
|
|
34978
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34979
|
+
margin-right: 8px;
|
|
35038
34980
|
}
|
|
35039
|
-
|
|
35040
|
-
|
|
35041
|
-
margin: 0 3px;
|
|
34981
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
34982
|
+
margin-right: 4px;
|
|
35042
34983
|
}
|
|
35043
|
-
|
|
35044
|
-
|
|
35045
|
-
|
|
35046
|
-
|
|
34984
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
34985
|
+
cursor: pointer;
|
|
34986
|
+
width: 32px;
|
|
34987
|
+
height: 32px;
|
|
34988
|
+
justify-content: center;
|
|
34989
|
+
border-radius: 50%;
|
|
34990
|
+
}
|
|
34991
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34992
|
+
background: #fff;
|
|
35047
34993
|
}
|
|
35048
34994
|
|
|
35049
34995
|
.E_c1up1pdz {
|
|
@@ -35186,207 +35132,151 @@ span.E_tqjc4ui {
|
|
|
35186
35132
|
color: #fff;
|
|
35187
35133
|
}
|
|
35188
35134
|
|
|
35189
|
-
.
|
|
35190
|
-
|
|
35191
|
-
|
|
35192
|
-
|
|
35193
|
-
/* FIXME:(yanzhen) do this better */
|
|
35194
|
-
}
|
|
35195
|
-
.E_t160l1cm .tab-bar {
|
|
35196
|
-
flex-shrink: 0;
|
|
35197
|
-
display: flex;
|
|
35198
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
35199
|
-
}
|
|
35200
|
-
.E_t160l1cm .tab-content {
|
|
35201
|
-
height: 100%;
|
|
35202
|
-
}
|
|
35203
|
-
.E_t160l1cm .tab-menu-item {
|
|
35204
|
-
margin-right: 2px;
|
|
35205
|
-
padding: 1px 12px;
|
|
35206
|
-
line-height: 24px;
|
|
35207
|
-
height: 24px;
|
|
35208
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35209
|
-
border-radius: 4px 4px 0 0;
|
|
35210
|
-
cursor: pointer;
|
|
35211
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
35212
|
-
}
|
|
35213
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
35214
|
-
padding-left: 0;
|
|
35215
|
-
}
|
|
35216
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
35217
|
-
padding-left: 12px;
|
|
35218
|
-
}
|
|
35219
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
35220
|
-
color: #0080ff;
|
|
35221
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35135
|
+
.E_clm1wy1 {
|
|
35136
|
+
width: 192px;
|
|
35137
|
+
height: 246px;
|
|
35138
|
+
border-radius: 4px;
|
|
35222
35139
|
}
|
|
35223
|
-
.
|
|
35224
|
-
|
|
35140
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35141
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35142
|
+
width: 100%;
|
|
35143
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35144
|
+
border-top: none;
|
|
35225
35145
|
}
|
|
35226
|
-
.
|
|
35227
|
-
|
|
35146
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35147
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35148
|
+
padding: 0 16px;
|
|
35228
35149
|
}
|
|
35229
|
-
.
|
|
35230
|
-
|
|
35231
|
-
|
|
35150
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35151
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35152
|
+
width: 100%;
|
|
35153
|
+
height: 180px;
|
|
35154
|
+
border-spacing: 0;
|
|
35232
35155
|
}
|
|
35233
|
-
.
|
|
35234
|
-
|
|
35156
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35157
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35158
|
+
margin-bottom: 8px;
|
|
35235
35159
|
}
|
|
35236
|
-
.
|
|
35237
|
-
|
|
35160
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35161
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35162
|
+
width: 22px;
|
|
35238
35163
|
}
|
|
35239
|
-
.
|
|
35240
|
-
|
|
35164
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35165
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35166
|
+
padding: 0;
|
|
35241
35167
|
}
|
|
35242
|
-
.
|
|
35243
|
-
color:
|
|
35244
|
-
|
|
35168
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35169
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35170
|
+
opacity: 0.4;
|
|
35245
35171
|
}
|
|
35246
|
-
.
|
|
35247
|
-
|
|
35172
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35173
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35174
|
+
opacity: 1;
|
|
35248
35175
|
}
|
|
35249
|
-
.
|
|
35250
|
-
|
|
35176
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35177
|
+
color: #3e4652;
|
|
35251
35178
|
}
|
|
35252
|
-
.
|
|
35253
|
-
|
|
35254
|
-
height: 22px;
|
|
35179
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35180
|
+
pointer-events: none;
|
|
35255
35181
|
}
|
|
35256
|
-
|
|
35257
|
-
|
|
35182
|
+
|
|
35183
|
+
.E_t1tsm00v {
|
|
35184
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35185
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35186
|
+
backdrop-filter: blur(10px);
|
|
35187
|
+
padding: 7px 10px;
|
|
35258
35188
|
}
|
|
35259
|
-
|
|
35260
|
-
|
|
35189
|
+
|
|
35190
|
+
.E_c167wnad {
|
|
35191
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35261
35192
|
display: flex;
|
|
35193
|
+
justify-content: space-between;
|
|
35262
35194
|
align-items: center;
|
|
35263
|
-
|
|
35195
|
+
padding: 8px 16px;
|
|
35264
35196
|
}
|
|
35265
|
-
.
|
|
35266
|
-
|
|
35267
|
-
max-width: 0;
|
|
35268
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
35197
|
+
.E_c167wnad .anticon {
|
|
35198
|
+
cursor: pointer;
|
|
35269
35199
|
}
|
|
35270
|
-
.
|
|
35271
|
-
|
|
35272
|
-
position: relative;
|
|
35273
|
-
display: flex;
|
|
35200
|
+
.E_c167wnad .anticon:hover {
|
|
35201
|
+
color: #0096ff;
|
|
35274
35202
|
}
|
|
35275
|
-
|
|
35276
|
-
|
|
35277
|
-
|
|
35278
|
-
top: 50%;
|
|
35279
|
-
left: 0;
|
|
35280
|
-
transform: translate(-50%, -50%);
|
|
35281
|
-
transition: opacity 100ms linear;
|
|
35282
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
35203
|
+
|
|
35204
|
+
.E_cxhf7dh {
|
|
35205
|
+
text-align: center;
|
|
35283
35206
|
}
|
|
35284
|
-
.
|
|
35285
|
-
|
|
35207
|
+
.E_cxhf7dh .dots {
|
|
35208
|
+
display: flex;
|
|
35209
|
+
justify-content: center;
|
|
35286
35210
|
}
|
|
35287
|
-
.
|
|
35288
|
-
padding: 1px 12px;
|
|
35211
|
+
.E_cxhf7dh .dot {
|
|
35289
35212
|
display: inline-block;
|
|
35290
|
-
|
|
35291
|
-
|
|
35292
|
-
|
|
35293
|
-
|
|
35294
|
-
padding: 1px 12px;
|
|
35295
|
-
color: #005ed1;
|
|
35296
|
-
}
|
|
35297
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35298
|
-
opacity: 1;
|
|
35299
|
-
}
|
|
35300
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
35301
|
-
background: rgba(0, 128, 255, 0.16);
|
|
35302
|
-
}
|
|
35303
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
35304
|
-
opacity: 0;
|
|
35305
|
-
}
|
|
35306
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
35307
|
-
padding: 4px 16px;
|
|
35308
|
-
height: 32px;
|
|
35309
|
-
border-radius: 6px 6px 0 0;
|
|
35310
|
-
}
|
|
35311
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
35312
|
-
padding-left: 0;
|
|
35313
|
-
}
|
|
35314
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
35315
|
-
padding-left: 16px;
|
|
35316
|
-
}
|
|
35317
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
35318
|
-
margin-left: 11px;
|
|
35319
|
-
height: 24px;
|
|
35320
|
-
}
|
|
35321
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
35322
|
-
padding: 0;
|
|
35323
|
-
}
|
|
35324
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
35325
|
-
padding: 4px 16px;
|
|
35326
|
-
}
|
|
35327
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35328
|
-
padding: 4px 16px;
|
|
35213
|
+
width: 2px;
|
|
35214
|
+
height: 2px;
|
|
35215
|
+
border-radius: 1px;
|
|
35216
|
+
background: #0096ff;
|
|
35329
35217
|
}
|
|
35330
|
-
.
|
|
35331
|
-
|
|
35218
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35219
|
+
margin-right: 2px;
|
|
35332
35220
|
}
|
|
35333
|
-
.
|
|
35334
|
-
|
|
35221
|
+
.E_cxhf7dh .bar {
|
|
35222
|
+
width: 9px;
|
|
35223
|
+
height: 2px;
|
|
35224
|
+
background: #0096ff;
|
|
35225
|
+
border-radius: 2px;
|
|
35335
35226
|
}
|
|
35336
|
-
|
|
35337
|
-
|
|
35338
|
-
|
|
35227
|
+
|
|
35228
|
+
.E_n12mqh7z {
|
|
35229
|
+
display: flex;
|
|
35230
|
+
align-items: center;
|
|
35231
|
+
font-size: 12px;
|
|
35232
|
+
line-height: 18px;
|
|
35339
35233
|
}
|
|
35340
|
-
.
|
|
35341
|
-
|
|
35234
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35235
|
+
margin-bottom: 4px;
|
|
35342
35236
|
}
|
|
35343
|
-
|
|
35344
|
-
|
|
35237
|
+
|
|
35238
|
+
.E_tf5bynu {
|
|
35239
|
+
margin: 0 3px;
|
|
35345
35240
|
}
|
|
35346
|
-
|
|
35347
|
-
|
|
35241
|
+
|
|
35242
|
+
.E_tcckoz1 {
|
|
35243
|
+
max-height: 400px;
|
|
35244
|
+
overflow: auto;
|
|
35348
35245
|
}
|
|
35349
|
-
|
|
35350
|
-
|
|
35246
|
+
|
|
35247
|
+
.E_ou7iq30 {
|
|
35248
|
+
overflow: hidden;
|
|
35249
|
+
text-overflow: ellipsis;
|
|
35351
35250
|
}
|
|
35352
|
-
|
|
35353
|
-
|
|
35354
|
-
|
|
35355
|
-
flex-direction: column;
|
|
35251
|
+
|
|
35252
|
+
.E_s1tui002 {
|
|
35253
|
+
white-space: nowrap;
|
|
35356
35254
|
}
|
|
35357
|
-
|
|
35358
|
-
|
|
35255
|
+
|
|
35256
|
+
.E_mxrc2zg {
|
|
35257
|
+
display: -webkit-box;
|
|
35258
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35259
|
+
-webkit-box-orient: vertical;
|
|
35260
|
+
word-break: break-all;
|
|
35359
35261
|
}
|
|
35360
35262
|
|
|
35361
|
-
.
|
|
35362
|
-
|
|
35363
|
-
animation: none;
|
|
35263
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35264
|
+
display: none;
|
|
35364
35265
|
}
|
|
35365
|
-
.
|
|
35366
|
-
|
|
35367
|
-
|
|
35266
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35267
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35268
|
+
border-radius: 4px;
|
|
35368
35269
|
}
|
|
35369
|
-
.
|
|
35370
|
-
|
|
35371
|
-
height: 32px;
|
|
35372
|
-
line-height: 32px;
|
|
35373
|
-
font-size: 13px;
|
|
35374
|
-
padding: 0 10px;
|
|
35375
|
-
display: block;
|
|
35376
|
-
overflow: hidden;
|
|
35377
|
-
text-overflow: ellipsis;
|
|
35378
|
-
white-space: nowrap;
|
|
35270
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35271
|
+
visibility: hidden;
|
|
35379
35272
|
}
|
|
35380
|
-
|
|
35381
|
-
|
|
35382
|
-
|
|
35383
|
-
|
|
35384
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35385
|
-
display: block;
|
|
35273
|
+
|
|
35274
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35275
|
+
display: flex;
|
|
35276
|
+
align-items: center;
|
|
35386
35277
|
}
|
|
35387
|
-
.
|
|
35388
|
-
|
|
35389
|
-
background: transparent;
|
|
35278
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35279
|
+
margin-right: 8px;
|
|
35390
35280
|
}
|
|
35391
35281
|
|
|
35392
35282
|
.E_t1sqg15u {
|
|
@@ -35479,33 +35369,6 @@ span.E_tqjc4ui {
|
|
|
35479
35369
|
padding-right: 12px;
|
|
35480
35370
|
}
|
|
35481
35371
|
|
|
35482
|
-
.E_ou7iq30 {
|
|
35483
|
-
overflow: hidden;
|
|
35484
|
-
text-overflow: ellipsis;
|
|
35485
|
-
}
|
|
35486
|
-
|
|
35487
|
-
.E_s1tui002 {
|
|
35488
|
-
white-space: nowrap;
|
|
35489
|
-
}
|
|
35490
|
-
|
|
35491
|
-
.E_mxrc2zg {
|
|
35492
|
-
display: -webkit-box;
|
|
35493
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35494
|
-
-webkit-box-orient: vertical;
|
|
35495
|
-
word-break: break-all;
|
|
35496
|
-
}
|
|
35497
|
-
|
|
35498
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35499
|
-
display: none;
|
|
35500
|
-
}
|
|
35501
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35502
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35503
|
-
border-radius: 4px;
|
|
35504
|
-
}
|
|
35505
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35506
|
-
visibility: hidden;
|
|
35507
|
-
}
|
|
35508
|
-
|
|
35509
35372
|
.E_s1at6qmn.ant-layout-sider {
|
|
35510
35373
|
background: #edf0f7;
|
|
35511
35374
|
padding: 32px 8px;
|
|
@@ -35587,44 +35450,239 @@ span.E_tqjc4ui {
|
|
|
35587
35450
|
transition: all 0s;
|
|
35588
35451
|
overflow: hidden;
|
|
35589
35452
|
}
|
|
35590
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35591
|
-
visibility: hidden;
|
|
35453
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35454
|
+
visibility: hidden;
|
|
35455
|
+
}
|
|
35456
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35457
|
+
width: 36px;
|
|
35458
|
+
padding: 0 6px;
|
|
35459
|
+
}
|
|
35460
|
+
|
|
35461
|
+
.E_n1ugzfva {
|
|
35462
|
+
display: flex;
|
|
35463
|
+
place-items: center;
|
|
35464
|
+
width: 100% !important;
|
|
35465
|
+
}
|
|
35466
|
+
.E_n1ugzfva[disabled] {
|
|
35467
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35468
|
+
opacity: 1 !important;
|
|
35469
|
+
}
|
|
35470
|
+
.E_n1ugzfva.ant-btn {
|
|
35471
|
+
width: 100%;
|
|
35472
|
+
color: #00122e;
|
|
35473
|
+
}
|
|
35474
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35475
|
+
margin-right: 12px;
|
|
35476
|
+
}
|
|
35477
|
+
.E_n1ugzfva .link-title {
|
|
35478
|
+
flex: 1;
|
|
35479
|
+
overflow: hidden;
|
|
35480
|
+
white-space: nowrap;
|
|
35481
|
+
text-overflow: ellipsis;
|
|
35482
|
+
text-align: left;
|
|
35483
|
+
}
|
|
35484
|
+
|
|
35485
|
+
.E_t160l1cm {
|
|
35486
|
+
display: flex;
|
|
35487
|
+
flex-direction: column;
|
|
35488
|
+
flex: 1;
|
|
35489
|
+
/* FIXME:(yanzhen) do this better */
|
|
35490
|
+
}
|
|
35491
|
+
.E_t160l1cm .tab-bar {
|
|
35492
|
+
flex-shrink: 0;
|
|
35493
|
+
display: flex;
|
|
35494
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
35495
|
+
}
|
|
35496
|
+
.E_t160l1cm .tab-content {
|
|
35497
|
+
height: 100%;
|
|
35498
|
+
}
|
|
35499
|
+
.E_t160l1cm .tab-menu-item {
|
|
35500
|
+
margin-right: 2px;
|
|
35501
|
+
padding: 1px 12px;
|
|
35502
|
+
line-height: 24px;
|
|
35503
|
+
height: 24px;
|
|
35504
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35505
|
+
border-radius: 4px 4px 0 0;
|
|
35506
|
+
cursor: pointer;
|
|
35507
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
35508
|
+
}
|
|
35509
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
35510
|
+
padding-left: 0;
|
|
35511
|
+
}
|
|
35512
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
35513
|
+
padding-left: 12px;
|
|
35514
|
+
}
|
|
35515
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
35516
|
+
color: #0080ff;
|
|
35517
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35518
|
+
}
|
|
35519
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
35520
|
+
fill: #0080ff;
|
|
35521
|
+
}
|
|
35522
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
35523
|
+
background: rgba(192, 203, 224, 0.6);
|
|
35524
|
+
}
|
|
35525
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
35526
|
+
color: #0080ff;
|
|
35527
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35528
|
+
}
|
|
35529
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
35530
|
+
background: rgba(192, 203, 224, 0.6);
|
|
35531
|
+
}
|
|
35532
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
35533
|
+
background: rgba(0, 128, 255, 0.16);
|
|
35534
|
+
}
|
|
35535
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
35536
|
+
fill: #0080ff;
|
|
35537
|
+
}
|
|
35538
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
35539
|
+
color: #0080ff;
|
|
35540
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35541
|
+
}
|
|
35542
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
35543
|
+
background: rgba(0, 128, 255, 0.16);
|
|
35544
|
+
}
|
|
35545
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
35546
|
+
fill: #1d326c;
|
|
35547
|
+
}
|
|
35548
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
35549
|
+
margin-left: 8px;
|
|
35550
|
+
height: 22px;
|
|
35551
|
+
}
|
|
35552
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
35553
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
35554
|
+
}
|
|
35555
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
35556
|
+
padding: 0;
|
|
35557
|
+
display: flex;
|
|
35558
|
+
align-items: center;
|
|
35559
|
+
overflow: hidden;
|
|
35560
|
+
}
|
|
35561
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
35562
|
+
opacity: 0;
|
|
35563
|
+
max-width: 0;
|
|
35564
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
35565
|
+
}
|
|
35566
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
35567
|
+
padding: 1px 12px;
|
|
35568
|
+
position: relative;
|
|
35569
|
+
display: flex;
|
|
35570
|
+
}
|
|
35571
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
35572
|
+
opacity: 0;
|
|
35573
|
+
position: absolute;
|
|
35574
|
+
top: 50%;
|
|
35575
|
+
left: 0;
|
|
35576
|
+
transform: translate(-50%, -50%);
|
|
35577
|
+
transition: opacity 100ms linear;
|
|
35578
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
35579
|
+
}
|
|
35580
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
35581
|
+
color: #0080ff;
|
|
35582
|
+
}
|
|
35583
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35584
|
+
padding: 1px 12px;
|
|
35585
|
+
display: inline-block;
|
|
35586
|
+
opacity: 1;
|
|
35587
|
+
max-width: 160px;
|
|
35588
|
+
}
|
|
35589
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
35590
|
+
padding: 1px 12px;
|
|
35591
|
+
color: #005ed1;
|
|
35592
|
+
}
|
|
35593
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35594
|
+
opacity: 1;
|
|
35595
|
+
}
|
|
35596
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
35597
|
+
background: rgba(0, 128, 255, 0.16);
|
|
35598
|
+
}
|
|
35599
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
35600
|
+
opacity: 0;
|
|
35601
|
+
}
|
|
35602
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
35603
|
+
padding: 4px 16px;
|
|
35604
|
+
height: 32px;
|
|
35605
|
+
border-radius: 6px 6px 0 0;
|
|
35606
|
+
}
|
|
35607
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
35608
|
+
padding-left: 0;
|
|
35609
|
+
}
|
|
35610
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
35611
|
+
padding-left: 16px;
|
|
35612
|
+
}
|
|
35613
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
35614
|
+
margin-left: 11px;
|
|
35615
|
+
height: 24px;
|
|
35616
|
+
}
|
|
35617
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
35618
|
+
padding: 0;
|
|
35619
|
+
}
|
|
35620
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
35621
|
+
padding: 4px 16px;
|
|
35622
|
+
}
|
|
35623
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35624
|
+
padding: 4px 16px;
|
|
35625
|
+
}
|
|
35626
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
35627
|
+
background: #fff;
|
|
35628
|
+
}
|
|
35629
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
35630
|
+
color: #005ed1;
|
|
35631
|
+
}
|
|
35632
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
35633
|
+
background: #fff;
|
|
35634
|
+
color: #1d326c;
|
|
35635
|
+
}
|
|
35636
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35637
|
+
color: rgba(45, 58, 86, 0.6);
|
|
35638
|
+
}
|
|
35639
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
35640
|
+
color: #1d326c;
|
|
35641
|
+
}
|
|
35642
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35643
|
+
fill: #d8deeb;
|
|
35592
35644
|
}
|
|
35593
|
-
.
|
|
35594
|
-
|
|
35595
|
-
padding: 0 6px;
|
|
35645
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
35646
|
+
fill: #1d326c;
|
|
35596
35647
|
}
|
|
35597
|
-
|
|
35598
|
-
|
|
35648
|
+
.E_t160l1cm .tab-content {
|
|
35649
|
+
flex: 1;
|
|
35599
35650
|
display: flex;
|
|
35600
|
-
|
|
35601
|
-
width: 100% !important;
|
|
35651
|
+
flex-direction: column;
|
|
35602
35652
|
}
|
|
35603
|
-
.
|
|
35604
|
-
|
|
35605
|
-
opacity: 1 !important;
|
|
35653
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
35654
|
+
overflow: visible;
|
|
35606
35655
|
}
|
|
35607
|
-
|
|
35608
|
-
|
|
35609
|
-
|
|
35656
|
+
|
|
35657
|
+
.E_t14npdqr {
|
|
35658
|
+
max-width: 240px;
|
|
35659
|
+
animation: none;
|
|
35610
35660
|
}
|
|
35611
|
-
.
|
|
35612
|
-
|
|
35661
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
35662
|
+
border: 1px solid #0080ff;
|
|
35663
|
+
padding: 0;
|
|
35613
35664
|
}
|
|
35614
|
-
.
|
|
35615
|
-
|
|
35665
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
35666
|
+
margin: 0;
|
|
35667
|
+
height: 32px;
|
|
35668
|
+
line-height: 32px;
|
|
35669
|
+
font-size: 13px;
|
|
35670
|
+
padding: 0 10px;
|
|
35671
|
+
display: block;
|
|
35616
35672
|
overflow: hidden;
|
|
35617
|
-
white-space: nowrap;
|
|
35618
35673
|
text-overflow: ellipsis;
|
|
35619
|
-
|
|
35674
|
+
white-space: nowrap;
|
|
35620
35675
|
}
|
|
35621
|
-
|
|
35622
|
-
|
|
35623
|
-
|
|
35624
|
-
|
|
35676
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
35677
|
+
content: " ";
|
|
35678
|
+
height: 1px;
|
|
35679
|
+
width: calc(100% + 10px);
|
|
35680
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35681
|
+
display: block;
|
|
35625
35682
|
}
|
|
35626
|
-
.
|
|
35627
|
-
|
|
35683
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35684
|
+
color: #0080ff;
|
|
35685
|
+
background: transparent;
|
|
35628
35686
|
}
|
|
35629
35687
|
|
|
35630
35688
|
.E_wg1tsps {
|
|
@@ -35703,12 +35761,6 @@ span.E_tqjc4ui {
|
|
|
35703
35761
|
justify-content: center;
|
|
35704
35762
|
}
|
|
35705
35763
|
|
|
35706
|
-
.E_h1ol2wl7 {
|
|
35707
|
-
font-weight: bold;
|
|
35708
|
-
background-color: unset;
|
|
35709
|
-
padding: unset;
|
|
35710
|
-
}
|
|
35711
|
-
|
|
35712
35764
|
.E_i5w779o {
|
|
35713
35765
|
padding: 8px 0;
|
|
35714
35766
|
}
|
|
@@ -35750,6 +35802,12 @@ span.E_tqjc4ui {
|
|
|
35750
35802
|
color: rgba(0, 21, 64, 0.3);
|
|
35751
35803
|
}
|
|
35752
35804
|
|
|
35805
|
+
.E_h1ol2wl7 {
|
|
35806
|
+
font-weight: bold;
|
|
35807
|
+
background-color: unset;
|
|
35808
|
+
padding: unset;
|
|
35809
|
+
}
|
|
35810
|
+
|
|
35753
35811
|
.E_kr6am0s .ant-modal-body {
|
|
35754
35812
|
padding: 60px 128px;
|
|
35755
35813
|
}
|
|
@@ -35837,6 +35895,97 @@ span.E_tqjc4ui {
|
|
|
35837
35895
|
}
|
|
35838
35896
|
}
|
|
35839
35897
|
|
|
35898
|
+
.E_c1ss4prm {
|
|
35899
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35900
|
+
}
|
|
35901
|
+
.E_c1ss4prm li {
|
|
35902
|
+
margin-bottom: 4px;
|
|
35903
|
+
}
|
|
35904
|
+
.E_c1ss4prm li:last-child {
|
|
35905
|
+
margin-bottom: 0;
|
|
35906
|
+
}
|
|
35907
|
+
|
|
35908
|
+
.E_ms3tlei {
|
|
35909
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35910
|
+
padding: 8px;
|
|
35911
|
+
border-radius: 6px;
|
|
35912
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35913
|
+
}
|
|
35914
|
+
.E_ms3tlei li {
|
|
35915
|
+
margin-bottom: 4px;
|
|
35916
|
+
}
|
|
35917
|
+
.E_ms3tlei li:last-child {
|
|
35918
|
+
margin-bottom: 0;
|
|
35919
|
+
}
|
|
35920
|
+
|
|
35921
|
+
.E_du44iy7 {
|
|
35922
|
+
margin-bottom: 4px;
|
|
35923
|
+
}
|
|
35924
|
+
|
|
35925
|
+
.E_s1qmhanr {
|
|
35926
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35927
|
+
margin-bottom: 8px;
|
|
35928
|
+
}
|
|
35929
|
+
|
|
35930
|
+
.E_drje1h0 {
|
|
35931
|
+
height: 1px;
|
|
35932
|
+
background: #e4e9f2;
|
|
35933
|
+
margin: 16px 0;
|
|
35934
|
+
}
|
|
35935
|
+
|
|
35936
|
+
.E_cevhqx7 {
|
|
35937
|
+
color: #00122e;
|
|
35938
|
+
}
|
|
35939
|
+
|
|
35940
|
+
.E_snbqlt4 {
|
|
35941
|
+
margin-top: 8px;
|
|
35942
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35943
|
+
}
|
|
35944
|
+
|
|
35945
|
+
.E_c14ouk5o {
|
|
35946
|
+
width: 100%;
|
|
35947
|
+
height: 100%;
|
|
35948
|
+
display: flex;
|
|
35949
|
+
font-size: 12px;
|
|
35950
|
+
line-height: 18px;
|
|
35951
|
+
padding: 8px 0;
|
|
35952
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35953
|
+
}
|
|
35954
|
+
.E_c14ouk5o:last-of-type {
|
|
35955
|
+
box-shadow: none;
|
|
35956
|
+
padding-bottom: 0;
|
|
35957
|
+
}
|
|
35958
|
+
.E_c14ouk5o.collapsed {
|
|
35959
|
+
flex-direction: column;
|
|
35960
|
+
}
|
|
35961
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
35962
|
+
display: flex;
|
|
35963
|
+
}
|
|
35964
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
35965
|
+
flex: 1;
|
|
35966
|
+
display: flex;
|
|
35967
|
+
justify-content: space-between;
|
|
35968
|
+
}
|
|
35969
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
35970
|
+
height: auto;
|
|
35971
|
+
}
|
|
35972
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
35973
|
+
margin-left: 162px;
|
|
35974
|
+
}
|
|
35975
|
+
.E_c14ouk5o .col-label {
|
|
35976
|
+
width: 216px;
|
|
35977
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35978
|
+
margin-right: 12px;
|
|
35979
|
+
flex-shrink: 0;
|
|
35980
|
+
}
|
|
35981
|
+
.E_c14ouk5o .col-content {
|
|
35982
|
+
color: #2d3a56;
|
|
35983
|
+
/* make btn link in info row have the same height as normal text */
|
|
35984
|
+
}
|
|
35985
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
35986
|
+
height: auto;
|
|
35987
|
+
}
|
|
35988
|
+
|
|
35840
35989
|
.E_c1kchka8 {
|
|
35841
35990
|
height: 100%;
|
|
35842
35991
|
width: 100%;
|
|
@@ -36327,95 +36476,4 @@ span.E_tqjc4ui {
|
|
|
36327
36476
|
}
|
|
36328
36477
|
.E_rzaik16 .ant-popover-inner-content {
|
|
36329
36478
|
padding: 0;
|
|
36330
|
-
}
|
|
36331
|
-
|
|
36332
|
-
.E_c14ouk5o {
|
|
36333
|
-
width: 100%;
|
|
36334
|
-
height: 100%;
|
|
36335
|
-
display: flex;
|
|
36336
|
-
font-size: 12px;
|
|
36337
|
-
line-height: 18px;
|
|
36338
|
-
padding: 8px 0;
|
|
36339
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36340
|
-
}
|
|
36341
|
-
.E_c14ouk5o:last-of-type {
|
|
36342
|
-
box-shadow: none;
|
|
36343
|
-
padding-bottom: 0;
|
|
36344
|
-
}
|
|
36345
|
-
.E_c14ouk5o.collapsed {
|
|
36346
|
-
flex-direction: column;
|
|
36347
|
-
}
|
|
36348
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36349
|
-
display: flex;
|
|
36350
|
-
}
|
|
36351
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36352
|
-
flex: 1;
|
|
36353
|
-
display: flex;
|
|
36354
|
-
justify-content: space-between;
|
|
36355
|
-
}
|
|
36356
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36357
|
-
height: auto;
|
|
36358
|
-
}
|
|
36359
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36360
|
-
margin-left: 162px;
|
|
36361
|
-
}
|
|
36362
|
-
.E_c14ouk5o .col-label {
|
|
36363
|
-
width: 216px;
|
|
36364
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36365
|
-
margin-right: 12px;
|
|
36366
|
-
flex-shrink: 0;
|
|
36367
|
-
}
|
|
36368
|
-
.E_c14ouk5o .col-content {
|
|
36369
|
-
color: #2d3a56;
|
|
36370
|
-
/* make btn link in info row have the same height as normal text */
|
|
36371
|
-
}
|
|
36372
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36373
|
-
height: auto;
|
|
36374
|
-
}
|
|
36375
|
-
|
|
36376
|
-
.E_c1ss4prm {
|
|
36377
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36378
|
-
}
|
|
36379
|
-
.E_c1ss4prm li {
|
|
36380
|
-
margin-bottom: 4px;
|
|
36381
|
-
}
|
|
36382
|
-
.E_c1ss4prm li:last-child {
|
|
36383
|
-
margin-bottom: 0;
|
|
36384
|
-
}
|
|
36385
|
-
|
|
36386
|
-
.E_ms3tlei {
|
|
36387
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36388
|
-
padding: 8px;
|
|
36389
|
-
border-radius: 6px;
|
|
36390
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36391
|
-
}
|
|
36392
|
-
.E_ms3tlei li {
|
|
36393
|
-
margin-bottom: 4px;
|
|
36394
|
-
}
|
|
36395
|
-
.E_ms3tlei li:last-child {
|
|
36396
|
-
margin-bottom: 0;
|
|
36397
|
-
}
|
|
36398
|
-
|
|
36399
|
-
.E_du44iy7 {
|
|
36400
|
-
margin-bottom: 4px;
|
|
36401
|
-
}
|
|
36402
|
-
|
|
36403
|
-
.E_s1qmhanr {
|
|
36404
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36405
|
-
margin-bottom: 8px;
|
|
36406
|
-
}
|
|
36407
|
-
|
|
36408
|
-
.E_drje1h0 {
|
|
36409
|
-
height: 1px;
|
|
36410
|
-
background: #e4e9f2;
|
|
36411
|
-
margin: 16px 0;
|
|
36412
|
-
}
|
|
36413
|
-
|
|
36414
|
-
.E_cevhqx7 {
|
|
36415
|
-
color: #00122e;
|
|
36416
|
-
}
|
|
36417
|
-
|
|
36418
|
-
.E_snbqlt4 {
|
|
36419
|
-
margin-top: 8px;
|
|
36420
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36421
36479
|
}
|