@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/style.css
CHANGED
|
@@ -29673,6 +29673,35 @@ html body {
|
|
|
29673
29673
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29674
29674
|
}
|
|
29675
29675
|
}
|
|
29676
|
+
.E_b1nip9bk {
|
|
29677
|
+
padding: 4px 11px;
|
|
29678
|
+
}
|
|
29679
|
+
|
|
29680
|
+
.E_bqamoqe {
|
|
29681
|
+
white-space: nowrap;
|
|
29682
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29683
|
+
}
|
|
29684
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29685
|
+
--color: #0080ff;
|
|
29686
|
+
}
|
|
29687
|
+
.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] {
|
|
29688
|
+
--color: #0080ff;
|
|
29689
|
+
}
|
|
29690
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29691
|
+
margin-left: 1px;
|
|
29692
|
+
}
|
|
29693
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29694
|
+
border-top-right-radius: 0;
|
|
29695
|
+
border-bottom-right-radius: 0;
|
|
29696
|
+
}
|
|
29697
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29698
|
+
border-top-left-radius: 0;
|
|
29699
|
+
border-bottom-left-radius: 0;
|
|
29700
|
+
}
|
|
29701
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29702
|
+
border-radius: unset;
|
|
29703
|
+
}
|
|
29704
|
+
|
|
29676
29705
|
.E_c18gxmrl {
|
|
29677
29706
|
border: 1px solid #d8deeb;
|
|
29678
29707
|
border-radius: 4px;
|
|
@@ -29713,6 +29742,22 @@ html body {
|
|
|
29713
29742
|
flex: 1;
|
|
29714
29743
|
}
|
|
29715
29744
|
|
|
29745
|
+
.E_berrcjl {
|
|
29746
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29747
|
+
margin-bottom: 4px;
|
|
29748
|
+
}
|
|
29749
|
+
.E_berrcjl .breadcrumb-link {
|
|
29750
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29751
|
+
cursor: pointer;
|
|
29752
|
+
transition: color 160ms ease;
|
|
29753
|
+
}
|
|
29754
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29755
|
+
color: #0080ff;
|
|
29756
|
+
}
|
|
29757
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29758
|
+
color: #005ed1;
|
|
29759
|
+
}
|
|
29760
|
+
|
|
29716
29761
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29717
29762
|
justify-content: center;
|
|
29718
29763
|
}
|
|
@@ -29970,51 +30015,6 @@ html body {
|
|
|
29970
30015
|
justify-content: center;
|
|
29971
30016
|
}
|
|
29972
30017
|
|
|
29973
|
-
.E_b1nip9bk {
|
|
29974
|
-
padding: 4px 11px;
|
|
29975
|
-
}
|
|
29976
|
-
|
|
29977
|
-
.E_bqamoqe {
|
|
29978
|
-
white-space: nowrap;
|
|
29979
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29980
|
-
}
|
|
29981
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29982
|
-
--color: #0080ff;
|
|
29983
|
-
}
|
|
29984
|
-
.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] {
|
|
29985
|
-
--color: #0080ff;
|
|
29986
|
-
}
|
|
29987
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29988
|
-
margin-left: 1px;
|
|
29989
|
-
}
|
|
29990
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29991
|
-
border-top-right-radius: 0;
|
|
29992
|
-
border-bottom-right-radius: 0;
|
|
29993
|
-
}
|
|
29994
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29995
|
-
border-top-left-radius: 0;
|
|
29996
|
-
border-bottom-left-radius: 0;
|
|
29997
|
-
}
|
|
29998
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29999
|
-
border-radius: unset;
|
|
30000
|
-
}
|
|
30001
|
-
|
|
30002
|
-
.E_berrcjl {
|
|
30003
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30004
|
-
margin-bottom: 4px;
|
|
30005
|
-
}
|
|
30006
|
-
.E_berrcjl .breadcrumb-link {
|
|
30007
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30008
|
-
cursor: pointer;
|
|
30009
|
-
transition: color 160ms ease;
|
|
30010
|
-
}
|
|
30011
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30012
|
-
color: #0080ff;
|
|
30013
|
-
}
|
|
30014
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30015
|
-
color: #005ed1;
|
|
30016
|
-
}
|
|
30017
|
-
|
|
30018
30018
|
.E_c1uzzomf {
|
|
30019
30019
|
margin-bottom: 16px;
|
|
30020
30020
|
}
|
|
@@ -30037,21 +30037,6 @@ html body {
|
|
|
30037
30037
|
text-align: center;
|
|
30038
30038
|
}
|
|
30039
30039
|
|
|
30040
|
-
.E_fzh9mnb {
|
|
30041
|
-
width: 100%;
|
|
30042
|
-
height: 100%;
|
|
30043
|
-
min-height: 124px;
|
|
30044
|
-
display: flex;
|
|
30045
|
-
flex-direction: column;
|
|
30046
|
-
justify-content: center;
|
|
30047
|
-
align-items: center;
|
|
30048
|
-
}
|
|
30049
|
-
.E_fzh9mnb .error-text {
|
|
30050
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30051
|
-
margin-bottom: 16px;
|
|
30052
|
-
font-size: 18px;
|
|
30053
|
-
}
|
|
30054
|
-
|
|
30055
30040
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30056
30041
|
padding: 4px 8px 0 8px;
|
|
30057
30042
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -30065,6 +30050,104 @@ html body {
|
|
|
30065
30050
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30066
30051
|
}
|
|
30067
30052
|
|
|
30053
|
+
.E_f7pxqmh {
|
|
30054
|
+
width: 100%;
|
|
30055
|
+
margin-bottom: 0 !important;
|
|
30056
|
+
flex-flow: nowrap !important;
|
|
30057
|
+
line-break: auto;
|
|
30058
|
+
}
|
|
30059
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30060
|
+
text-align: left !important;
|
|
30061
|
+
padding-bottom: 0 !important;
|
|
30062
|
+
}
|
|
30063
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30064
|
+
min-height: 32px;
|
|
30065
|
+
height: auto;
|
|
30066
|
+
font-size: 13px;
|
|
30067
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30068
|
+
white-space: normal;
|
|
30069
|
+
}
|
|
30070
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30071
|
+
border-color: #ff4d4f !important;
|
|
30072
|
+
}
|
|
30073
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30074
|
+
border-color: #ff4d4f !important;
|
|
30075
|
+
}
|
|
30076
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30077
|
+
margin-top: 4px;
|
|
30078
|
+
font-size: 12px;
|
|
30079
|
+
min-height: 0px;
|
|
30080
|
+
}
|
|
30081
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30082
|
+
font-size: 12px;
|
|
30083
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30084
|
+
min-height: 0px;
|
|
30085
|
+
}
|
|
30086
|
+
|
|
30087
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30088
|
+
line-height: 18px;
|
|
30089
|
+
}
|
|
30090
|
+
|
|
30091
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30092
|
+
display: var(--ai7qkf2-0);
|
|
30093
|
+
}
|
|
30094
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30095
|
+
display: inline-flex;
|
|
30096
|
+
line-height: 1.5715;
|
|
30097
|
+
height: 100%;
|
|
30098
|
+
width: 100%;
|
|
30099
|
+
}
|
|
30100
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30101
|
+
content: var(--ai7qkf2-1);
|
|
30102
|
+
display: var(--ai7qkf2-2);
|
|
30103
|
+
flex: none;
|
|
30104
|
+
align-items: center;
|
|
30105
|
+
margin-left: 4px;
|
|
30106
|
+
padding: 5px 12px 5px 0;
|
|
30107
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30108
|
+
}
|
|
30109
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30110
|
+
content: var(--ai7qkf2-3);
|
|
30111
|
+
display: var(--ai7qkf2-4);
|
|
30112
|
+
flex: none;
|
|
30113
|
+
align-items: center;
|
|
30114
|
+
margin-right: 4px;
|
|
30115
|
+
cursor: auto;
|
|
30116
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30117
|
+
}
|
|
30118
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30119
|
+
border-radius: 0;
|
|
30120
|
+
}
|
|
30121
|
+
.E_ai7qkf2.ant-input-number {
|
|
30122
|
+
width: 100%;
|
|
30123
|
+
border-radius: 6px;
|
|
30124
|
+
}
|
|
30125
|
+
.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 {
|
|
30126
|
+
border-color: #0096ff;
|
|
30127
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30128
|
+
z-index: 1;
|
|
30129
|
+
}
|
|
30130
|
+
.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 {
|
|
30131
|
+
border-color: #e75a3a;
|
|
30132
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30133
|
+
}
|
|
30134
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30135
|
+
height: 30px;
|
|
30136
|
+
border: 1px;
|
|
30137
|
+
padding: 5px 12px;
|
|
30138
|
+
font-size: inherit;
|
|
30139
|
+
}
|
|
30140
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30141
|
+
height: 38px;
|
|
30142
|
+
border: 1px;
|
|
30143
|
+
padding: 8px 16px;
|
|
30144
|
+
}
|
|
30145
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30146
|
+
height: 22px;
|
|
30147
|
+
border: 1px;
|
|
30148
|
+
padding: 2px 8px;
|
|
30149
|
+
}
|
|
30150
|
+
|
|
30068
30151
|
.E_d1bw7c5z {
|
|
30069
30152
|
position: relative;
|
|
30070
30153
|
max-width: 388px;
|
|
@@ -30148,16 +30231,50 @@ html body {
|
|
|
30148
30231
|
width: 102px;
|
|
30149
30232
|
}
|
|
30150
30233
|
|
|
30151
|
-
.
|
|
30152
|
-
display:
|
|
30234
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30235
|
+
display: var(--a1wfy30z-0);
|
|
30153
30236
|
}
|
|
30154
|
-
.
|
|
30155
|
-
|
|
30156
|
-
|
|
30237
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30238
|
+
padding: 4px 11px;
|
|
30239
|
+
display: inline-flex;
|
|
30240
|
+
line-height: 1.5715;
|
|
30241
|
+
height: inherit;
|
|
30157
30242
|
}
|
|
30158
|
-
.
|
|
30159
|
-
|
|
30160
|
-
|
|
30243
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30244
|
+
content: var(--a1wfy30z-1);
|
|
30245
|
+
display: var(--a1wfy30z-2);
|
|
30246
|
+
flex: none;
|
|
30247
|
+
align-items: center;
|
|
30248
|
+
margin-left: 4px;
|
|
30249
|
+
}
|
|
30250
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30251
|
+
content: var(--a1wfy30z-3);
|
|
30252
|
+
display: var(--a1wfy30z-4);
|
|
30253
|
+
flex: none;
|
|
30254
|
+
align-items: center;
|
|
30255
|
+
margin-right: 4px;
|
|
30256
|
+
cursor: auto;
|
|
30257
|
+
}
|
|
30258
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30259
|
+
padding: 0;
|
|
30260
|
+
margin: 0;
|
|
30261
|
+
height: auto;
|
|
30262
|
+
font-size: inherit;
|
|
30263
|
+
}
|
|
30264
|
+
|
|
30265
|
+
.E_fzh9mnb {
|
|
30266
|
+
width: 100%;
|
|
30267
|
+
height: 100%;
|
|
30268
|
+
min-height: 124px;
|
|
30269
|
+
display: flex;
|
|
30270
|
+
flex-direction: column;
|
|
30271
|
+
justify-content: center;
|
|
30272
|
+
align-items: center;
|
|
30273
|
+
}
|
|
30274
|
+
.E_fzh9mnb .error-text {
|
|
30275
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30276
|
+
margin-bottom: 16px;
|
|
30277
|
+
font-size: 18px;
|
|
30161
30278
|
}
|
|
30162
30279
|
|
|
30163
30280
|
.E_iouxfgt {
|
|
@@ -30178,153 +30295,128 @@ html body {
|
|
|
30178
30295
|
animation: rotate 680ms linear infinite;
|
|
30179
30296
|
}
|
|
30180
30297
|
|
|
30181
|
-
.
|
|
30182
|
-
|
|
30183
|
-
|
|
30184
|
-
|
|
30185
|
-
|
|
30298
|
+
.E_i1inqkme {
|
|
30299
|
+
height: 18px;
|
|
30300
|
+
line-height: 18px;
|
|
30301
|
+
padding: 0 4px;
|
|
30302
|
+
border-radius: 4px;
|
|
30303
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30304
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30305
|
+
display: flex;
|
|
30306
|
+
align-items: center;
|
|
30307
|
+
white-space: nowrap;
|
|
30308
|
+
margin-right: 4px;
|
|
30186
30309
|
}
|
|
30187
|
-
|
|
30188
|
-
|
|
30189
|
-
|
|
30310
|
+
|
|
30311
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30312
|
+
margin-left: 8px;
|
|
30190
30313
|
}
|
|
30191
|
-
.
|
|
30192
|
-
|
|
30193
|
-
height: auto;
|
|
30194
|
-
font-size: 13px;
|
|
30195
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30196
|
-
white-space: normal;
|
|
30314
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30315
|
+
padding: 2px 7px 2px 12px;
|
|
30197
30316
|
}
|
|
30198
|
-
|
|
30199
|
-
|
|
30317
|
+
|
|
30318
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30319
|
+
display: flex;
|
|
30200
30320
|
}
|
|
30201
|
-
.
|
|
30202
|
-
border-
|
|
30321
|
+
.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 {
|
|
30322
|
+
border-bottom-left-radius: 5px;
|
|
30323
|
+
border-top-left-radius: 5px;
|
|
30203
30324
|
}
|
|
30204
|
-
.
|
|
30205
|
-
|
|
30206
|
-
|
|
30207
|
-
min-height: 0px;
|
|
30325
|
+
.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 {
|
|
30326
|
+
border-bottom-right-radius: 5px;
|
|
30327
|
+
border-top-right-radius: 5px;
|
|
30208
30328
|
}
|
|
30209
|
-
|
|
30210
|
-
|
|
30329
|
+
|
|
30330
|
+
.E_phljevk {
|
|
30331
|
+
display: flex;
|
|
30332
|
+
justify-content: space-between;
|
|
30333
|
+
align-items: center;
|
|
30334
|
+
padding: 10px 0;
|
|
30211
30335
|
color: rgba(44, 56, 82, 0.6);
|
|
30212
|
-
|
|
30336
|
+
font-size: 12px;
|
|
30337
|
+
line-height: 24px;
|
|
30213
30338
|
}
|
|
30214
|
-
|
|
30215
|
-
|
|
30216
|
-
line-height: 18px;
|
|
30339
|
+
.E_phljevk .pagination-left {
|
|
30340
|
+
padding: 2px 8px;
|
|
30217
30341
|
}
|
|
30218
|
-
|
|
30219
|
-
|
|
30220
|
-
|
|
30342
|
+
.E_phljevk .dropdown-trigger {
|
|
30343
|
+
display: flex;
|
|
30344
|
+
align-items: center;
|
|
30345
|
+
border-radius: 6px;
|
|
30346
|
+
cursor: pointer;
|
|
30347
|
+
transition: all 0.3s ease;
|
|
30221
30348
|
}
|
|
30222
|
-
.
|
|
30223
|
-
|
|
30224
|
-
|
|
30225
|
-
line-height: 1.5715;
|
|
30226
|
-
height: inherit;
|
|
30349
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30350
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30351
|
+
color: #0080ff;
|
|
30227
30352
|
}
|
|
30228
|
-
.
|
|
30229
|
-
content: var(--a1wfy30z-1);
|
|
30230
|
-
display: var(--a1wfy30z-2);
|
|
30231
|
-
flex: none;
|
|
30232
|
-
align-items: center;
|
|
30353
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30233
30354
|
margin-left: 4px;
|
|
30234
30355
|
}
|
|
30235
|
-
.
|
|
30236
|
-
|
|
30237
|
-
display: var(--a1wfy30z-4);
|
|
30238
|
-
flex: none;
|
|
30356
|
+
.E_phljevk .pagination-right {
|
|
30357
|
+
display: flex;
|
|
30239
30358
|
align-items: center;
|
|
30240
|
-
|
|
30241
|
-
|
|
30242
|
-
}
|
|
30243
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30244
|
-
padding: 0;
|
|
30245
|
-
margin: 0;
|
|
30246
|
-
height: auto;
|
|
30247
|
-
font-size: inherit;
|
|
30359
|
+
color: #0080ff;
|
|
30360
|
+
font-weight: bold;
|
|
30248
30361
|
}
|
|
30249
|
-
|
|
30250
|
-
|
|
30251
|
-
display: var(--ai7qkf2-0);
|
|
30362
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30363
|
+
margin-left: 4px;
|
|
30252
30364
|
}
|
|
30253
|
-
.
|
|
30254
|
-
|
|
30255
|
-
|
|
30256
|
-
height: 100%;
|
|
30257
|
-
width: 100%;
|
|
30365
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30366
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30367
|
+
padding: 0 8px;
|
|
30258
30368
|
}
|
|
30259
|
-
.
|
|
30260
|
-
|
|
30261
|
-
|
|
30262
|
-
flex: none;
|
|
30263
|
-
align-items: center;
|
|
30264
|
-
margin-left: 4px;
|
|
30265
|
-
padding: 5px 12px 5px 0;
|
|
30266
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30369
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30370
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30371
|
+
color: #0080ff;
|
|
30267
30372
|
}
|
|
30268
|
-
.
|
|
30269
|
-
|
|
30270
|
-
display: var(--ai7qkf2-4);
|
|
30271
|
-
flex: none;
|
|
30272
|
-
align-items: center;
|
|
30273
|
-
margin-right: 4px;
|
|
30274
|
-
cursor: auto;
|
|
30275
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30373
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30374
|
+
transform: rotate(180deg);
|
|
30276
30375
|
}
|
|
30277
|
-
|
|
30278
|
-
|
|
30376
|
+
|
|
30377
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30378
|
+
max-height: calc(100vh - 128px);
|
|
30379
|
+
overflow-y: auto;
|
|
30279
30380
|
}
|
|
30280
|
-
.
|
|
30281
|
-
|
|
30282
|
-
|
|
30381
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30382
|
+
padding: 4px 20px;
|
|
30383
|
+
font-size: 12px;
|
|
30384
|
+
line-height: 18px;
|
|
30283
30385
|
}
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
|
|
30287
|
-
z-index: 1;
|
|
30386
|
+
|
|
30387
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30388
|
+
margin-right: 8px;
|
|
30288
30389
|
}
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30291
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30390
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30391
|
+
margin-left: 8px;
|
|
30292
30392
|
}
|
|
30293
|
-
|
|
30294
|
-
|
|
30295
|
-
|
|
30296
|
-
|
|
30297
|
-
|
|
30393
|
+
|
|
30394
|
+
.E_cc368xp {
|
|
30395
|
+
color: #00122e;
|
|
30396
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30397
|
+
margin-right: 8px;
|
|
30398
|
+
padding-right: 8px;
|
|
30298
30399
|
}
|
|
30299
|
-
|
|
30300
|
-
|
|
30301
|
-
|
|
30302
|
-
|
|
30400
|
+
|
|
30401
|
+
.E_i11o6xqj {
|
|
30402
|
+
display: flex;
|
|
30403
|
+
gap: 4px;
|
|
30303
30404
|
}
|
|
30304
|
-
.
|
|
30305
|
-
|
|
30306
|
-
border: 1px;
|
|
30307
|
-
padding: 2px 8px;
|
|
30405
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30406
|
+
cursor: pointer;
|
|
30308
30407
|
}
|
|
30309
30408
|
|
|
30310
|
-
.
|
|
30311
|
-
|
|
30409
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30410
|
+
cursor: not-allowed;
|
|
30312
30411
|
}
|
|
30313
|
-
|
|
30314
|
-
|
|
30412
|
+
|
|
30413
|
+
.E_owd0kml {
|
|
30414
|
+
display: inline-block;
|
|
30315
30415
|
}
|
|
30316
30416
|
|
|
30317
|
-
.
|
|
30318
|
-
|
|
30319
|
-
|
|
30320
|
-
padding: 0 4px;
|
|
30321
|
-
border-radius: 4px;
|
|
30322
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30323
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30324
|
-
display: flex;
|
|
30325
|
-
align-items: center;
|
|
30326
|
-
white-space: nowrap;
|
|
30327
|
-
margin-right: 4px;
|
|
30417
|
+
.E_h1jsgezc {
|
|
30418
|
+
visibility: hidden;
|
|
30419
|
+
position: absolute;
|
|
30328
30420
|
}
|
|
30329
30421
|
|
|
30330
30422
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30473,96 +30565,170 @@ html body {
|
|
|
30473
30565
|
width: 36px;
|
|
30474
30566
|
}
|
|
30475
30567
|
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30568
|
+
.E_s1sck0th {
|
|
30569
|
+
padding: 0 8px;
|
|
30570
|
+
border-radius: 4px;
|
|
30478
30571
|
}
|
|
30479
30572
|
|
|
30480
|
-
.
|
|
30481
|
-
|
|
30482
|
-
|
|
30573
|
+
.E_m855nr1 {
|
|
30574
|
+
padding: 2px 8px;
|
|
30575
|
+
border-radius: 3px;
|
|
30483
30576
|
}
|
|
30484
30577
|
|
|
30485
|
-
.
|
|
30486
|
-
|
|
30487
|
-
|
|
30488
|
-
align-items: center;
|
|
30489
|
-
padding: 10px 0;
|
|
30490
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30491
|
-
font-size: 12px;
|
|
30492
|
-
line-height: 24px;
|
|
30578
|
+
.E_l1270xpg {
|
|
30579
|
+
padding: 3px 8px;
|
|
30580
|
+
border-radius: 2px;
|
|
30493
30581
|
}
|
|
30494
|
-
|
|
30495
|
-
|
|
30582
|
+
|
|
30583
|
+
.E_t14rextb.ant-tag:hover {
|
|
30584
|
+
opacity: unset;
|
|
30496
30585
|
}
|
|
30497
|
-
.
|
|
30498
|
-
|
|
30586
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30587
|
+
margin: 0;
|
|
30588
|
+
margin-right: 8px;
|
|
30589
|
+
display: inline-flex;
|
|
30499
30590
|
align-items: center;
|
|
30500
|
-
border
|
|
30501
|
-
cursor: pointer;
|
|
30502
|
-
transition: all 0.3s ease;
|
|
30503
|
-
}
|
|
30504
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30505
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30506
|
-
color: #0080ff;
|
|
30591
|
+
border: none;
|
|
30507
30592
|
}
|
|
30508
|
-
.
|
|
30593
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30594
|
+
width: 16px;
|
|
30595
|
+
height: 16px;
|
|
30596
|
+
color: inherit;
|
|
30509
30597
|
margin-left: 4px;
|
|
30598
|
+
opacity: 0.6;
|
|
30599
|
+
display: inline-flex;
|
|
30510
30600
|
}
|
|
30511
|
-
.
|
|
30512
|
-
|
|
30513
|
-
|
|
30601
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30602
|
+
opacity: 1;
|
|
30603
|
+
}
|
|
30604
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30514
30605
|
color: #0080ff;
|
|
30515
|
-
|
|
30606
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30516
30607
|
}
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30608
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30609
|
+
color: #f0483e;
|
|
30610
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30519
30611
|
}
|
|
30520
|
-
.
|
|
30521
|
-
|
|
30522
|
-
|
|
30612
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30613
|
+
color: #e07f00;
|
|
30614
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30523
30615
|
}
|
|
30524
|
-
.
|
|
30525
|
-
|
|
30526
|
-
color:
|
|
30616
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30617
|
+
color: #008f4c;
|
|
30618
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30527
30619
|
}
|
|
30528
|
-
.
|
|
30529
|
-
|
|
30620
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30621
|
+
color: #1d326c;
|
|
30622
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30623
|
+
}
|
|
30624
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30625
|
+
color: #7E41FF;
|
|
30626
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30627
|
+
}
|
|
30628
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30629
|
+
color: #fff;
|
|
30630
|
+
}
|
|
30631
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30632
|
+
background-color: #f0483e;
|
|
30633
|
+
}
|
|
30634
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30635
|
+
background-color: #fea008;
|
|
30636
|
+
}
|
|
30637
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30638
|
+
background-color: #00ba5d;
|
|
30639
|
+
}
|
|
30640
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30641
|
+
background-color: #0080ff;
|
|
30642
|
+
}
|
|
30643
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30644
|
+
background-color: #6b7d99;
|
|
30645
|
+
}
|
|
30646
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30647
|
+
background-color: #7E41FF;
|
|
30530
30648
|
}
|
|
30531
30649
|
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30534
|
-
overflow-y: auto;
|
|
30650
|
+
.E_c1yyuluq {
|
|
30651
|
+
border-radius: 8px;
|
|
30535
30652
|
}
|
|
30536
|
-
.
|
|
30537
|
-
padding:
|
|
30538
|
-
font-size: 12px;
|
|
30539
|
-
line-height: 18px;
|
|
30653
|
+
.E_c1yyuluq .ant-card-body {
|
|
30654
|
+
padding: 20px 24px 24px 24px;
|
|
30540
30655
|
}
|
|
30541
30656
|
|
|
30542
|
-
.
|
|
30543
|
-
|
|
30657
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30658
|
+
border: 0px;
|
|
30659
|
+
background-color: #fff;
|
|
30544
30660
|
}
|
|
30545
|
-
.
|
|
30546
|
-
|
|
30661
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30662
|
+
padding-top: 0px;
|
|
30663
|
+
padding-bottom: 0px;
|
|
30664
|
+
padding-left: 0px !important;
|
|
30665
|
+
padding-right: 24px;
|
|
30666
|
+
}
|
|
30667
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30668
|
+
right: 0px;
|
|
30669
|
+
}
|
|
30670
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30671
|
+
padding: 0px;
|
|
30547
30672
|
}
|
|
30548
30673
|
|
|
30549
|
-
.
|
|
30550
|
-
|
|
30551
|
-
|
|
30552
|
-
margin-right: 8px;
|
|
30553
|
-
padding-right: 8px;
|
|
30674
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30675
|
+
padding-right: 0px;
|
|
30676
|
+
cursor: default;
|
|
30554
30677
|
}
|
|
30555
30678
|
|
|
30556
|
-
.
|
|
30557
|
-
|
|
30558
|
-
|
|
30679
|
+
.E_s1dizucg.ant-switch {
|
|
30680
|
+
min-width: 40px;
|
|
30681
|
+
height: 24px;
|
|
30682
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30683
|
+
overflow: hidden;
|
|
30559
30684
|
}
|
|
30560
|
-
.
|
|
30561
|
-
|
|
30685
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30686
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30687
|
+
}
|
|
30688
|
+
.E_s1dizucg.ant-switch-small {
|
|
30689
|
+
min-width: 26px;
|
|
30690
|
+
height: 16px;
|
|
30691
|
+
}
|
|
30692
|
+
.E_s1dizucg.ant-switch-large {
|
|
30693
|
+
min-width: 52px;
|
|
30694
|
+
height: 32px;
|
|
30695
|
+
}
|
|
30696
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30697
|
+
height: 20px;
|
|
30698
|
+
width: 20px;
|
|
30699
|
+
}
|
|
30700
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30701
|
+
border-radius: 10px;
|
|
30702
|
+
transition-delay: 120ms;
|
|
30703
|
+
}
|
|
30704
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30705
|
+
height: 14px;
|
|
30706
|
+
width: 14px;
|
|
30707
|
+
top: 1px;
|
|
30708
|
+
left: 1px;
|
|
30709
|
+
}
|
|
30710
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30711
|
+
height: 28px;
|
|
30712
|
+
width: 28px;
|
|
30713
|
+
}
|
|
30714
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30715
|
+
border-radius: 14px;
|
|
30716
|
+
}
|
|
30717
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30718
|
+
background-color: #00ba5d;
|
|
30719
|
+
}
|
|
30720
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30721
|
+
left: calc(100% - 20px - 2px);
|
|
30722
|
+
}
|
|
30723
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30724
|
+
left: calc(100% - 14px - 1px);
|
|
30725
|
+
}
|
|
30726
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30727
|
+
left: calc(100% - 28px - 2px);
|
|
30562
30728
|
}
|
|
30563
30729
|
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30730
|
+
.E_c1up6e3y {
|
|
30731
|
+
margin-left: 5px;
|
|
30566
30732
|
}
|
|
30567
30733
|
|
|
30568
30734
|
.E_c1bus5hc {
|
|
@@ -30605,6 +30771,116 @@ html body {
|
|
|
30605
30771
|
transform: rotate(0deg);
|
|
30606
30772
|
}
|
|
30607
30773
|
|
|
30774
|
+
.E_tju3gfj .date {
|
|
30775
|
+
margin-right: 4px;
|
|
30776
|
+
}
|
|
30777
|
+
|
|
30778
|
+
.E_s1dni7lo {
|
|
30779
|
+
width: 430px !important;
|
|
30780
|
+
}
|
|
30781
|
+
|
|
30782
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30783
|
+
padding: 8px 16px;
|
|
30784
|
+
line-height: 18px;
|
|
30785
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30786
|
+
height: 34px;
|
|
30787
|
+
min-height: 34px;
|
|
30788
|
+
box-sizing: border-box;
|
|
30789
|
+
margin-top: 8px;
|
|
30790
|
+
}
|
|
30791
|
+
|
|
30792
|
+
.E_o1ugr09p {
|
|
30793
|
+
display: flex;
|
|
30794
|
+
flex-direction: column;
|
|
30795
|
+
margin: 1px 8px;
|
|
30796
|
+
padding: 8px;
|
|
30797
|
+
border-radius: 4px;
|
|
30798
|
+
}
|
|
30799
|
+
.E_o1ugr09p .selected-icon {
|
|
30800
|
+
display: none;
|
|
30801
|
+
}
|
|
30802
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30803
|
+
padding-left: 8px;
|
|
30804
|
+
}
|
|
30805
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30806
|
+
background-color: white;
|
|
30807
|
+
}
|
|
30808
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30809
|
+
color: #0080ff;
|
|
30810
|
+
}
|
|
30811
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30812
|
+
display: block;
|
|
30813
|
+
}
|
|
30814
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30815
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30816
|
+
}
|
|
30817
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30818
|
+
color: #0080ff;
|
|
30819
|
+
}
|
|
30820
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30821
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30822
|
+
color: #0080ff;
|
|
30823
|
+
}
|
|
30824
|
+
|
|
30825
|
+
.E_o1ifxsq4 {
|
|
30826
|
+
display: flex;
|
|
30827
|
+
justify-content: space-between;
|
|
30828
|
+
height: 20px;
|
|
30829
|
+
line-height: 20px;
|
|
30830
|
+
}
|
|
30831
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30832
|
+
color: #2d3a56;
|
|
30833
|
+
overflow: hidden;
|
|
30834
|
+
text-overflow: ellipsis;
|
|
30835
|
+
}
|
|
30836
|
+
|
|
30837
|
+
.E_o1zue7 {
|
|
30838
|
+
display: flex;
|
|
30839
|
+
justify-content: space-between;
|
|
30840
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30841
|
+
height: 18px;
|
|
30842
|
+
line-height: 18px;
|
|
30843
|
+
margin-top: 2px;
|
|
30844
|
+
}
|
|
30845
|
+
|
|
30846
|
+
.E_tyfmlxg {
|
|
30847
|
+
border: none;
|
|
30848
|
+
margin-right: 0;
|
|
30849
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30850
|
+
}
|
|
30851
|
+
|
|
30852
|
+
.E_o18uybox {
|
|
30853
|
+
pointer-events: none;
|
|
30854
|
+
height: 32px;
|
|
30855
|
+
width: 100%;
|
|
30856
|
+
opacity: 0;
|
|
30857
|
+
}
|
|
30858
|
+
|
|
30859
|
+
.E_ivqqkzv {
|
|
30860
|
+
height: 24px;
|
|
30861
|
+
width: 56px !important;
|
|
30862
|
+
margin-right: 4px;
|
|
30863
|
+
}
|
|
30864
|
+
|
|
30865
|
+
.E_c1wk4q29 {
|
|
30866
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30867
|
+
}
|
|
30868
|
+
|
|
30869
|
+
.E_iq1gosr {
|
|
30870
|
+
display: inline-block;
|
|
30871
|
+
}
|
|
30872
|
+
|
|
30873
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30874
|
+
display: none;
|
|
30875
|
+
}
|
|
30876
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30877
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30878
|
+
border-radius: 4px;
|
|
30879
|
+
}
|
|
30880
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30881
|
+
visibility: hidden;
|
|
30882
|
+
}
|
|
30883
|
+
|
|
30608
30884
|
.E_cnujxq2 {
|
|
30609
30885
|
display: flex;
|
|
30610
30886
|
flex-direction: column;
|
|
@@ -31270,208 +31546,29 @@ input.E_rf8rlle.ant-input {
|
|
|
31270
31546
|
line-height: 32px;
|
|
31271
31547
|
color: #3e4652;
|
|
31272
31548
|
}
|
|
31273
|
-
|
|
31274
|
-
.E_c3cobmo {
|
|
31275
|
-
margin-top: 16px;
|
|
31276
|
-
padding: 8px;
|
|
31277
|
-
border-radius: 6px;
|
|
31278
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31279
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31280
|
-
font-size: 12px;
|
|
31281
|
-
}
|
|
31282
|
-
.E_c3cobmo div {
|
|
31283
|
-
line-height: 20px;
|
|
31284
|
-
display: flex;
|
|
31285
|
-
align-items: center;
|
|
31286
|
-
word-break: break-all;
|
|
31287
|
-
}
|
|
31288
|
-
.E_c3cobmo .title {
|
|
31289
|
-
font-weight: 700;
|
|
31290
|
-
line-height: 18px;
|
|
31291
|
-
margin: 4px 0;
|
|
31292
|
-
}
|
|
31293
|
-
|
|
31294
|
-
.E_uqv57uv {
|
|
31295
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
31296
|
-
}
|
|
31297
|
-
|
|
31298
|
-
.E_ivqqkzv {
|
|
31299
|
-
height: 24px;
|
|
31300
|
-
width: 56px !important;
|
|
31301
|
-
margin-right: 4px;
|
|
31302
|
-
}
|
|
31303
|
-
|
|
31304
|
-
.E_c1wk4q29 {
|
|
31305
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31306
|
-
}
|
|
31307
|
-
|
|
31308
|
-
.E_tju3gfj .date {
|
|
31309
|
-
margin-right: 4px;
|
|
31310
|
-
}
|
|
31311
|
-
|
|
31312
|
-
.E_s1dni7lo {
|
|
31313
|
-
width: 430px !important;
|
|
31314
|
-
}
|
|
31315
|
-
|
|
31316
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31317
|
-
padding: 8px 16px;
|
|
31318
|
-
line-height: 18px;
|
|
31319
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31320
|
-
height: 34px;
|
|
31321
|
-
min-height: 34px;
|
|
31322
|
-
box-sizing: border-box;
|
|
31323
|
-
margin-top: 8px;
|
|
31324
|
-
}
|
|
31325
|
-
|
|
31326
|
-
.E_o1ugr09p {
|
|
31327
|
-
display: flex;
|
|
31328
|
-
flex-direction: column;
|
|
31329
|
-
margin: 1px 8px;
|
|
31330
|
-
padding: 8px;
|
|
31331
|
-
border-radius: 4px;
|
|
31332
|
-
}
|
|
31333
|
-
.E_o1ugr09p .selected-icon {
|
|
31334
|
-
display: none;
|
|
31335
|
-
}
|
|
31336
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31337
|
-
padding-left: 8px;
|
|
31338
|
-
}
|
|
31339
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31340
|
-
background-color: white;
|
|
31341
|
-
}
|
|
31342
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31343
|
-
color: #0080ff;
|
|
31344
|
-
}
|
|
31345
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31346
|
-
display: block;
|
|
31347
|
-
}
|
|
31348
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31349
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31350
|
-
}
|
|
31351
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31352
|
-
color: #0080ff;
|
|
31353
|
-
}
|
|
31354
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31355
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31356
|
-
color: #0080ff;
|
|
31357
|
-
}
|
|
31358
|
-
|
|
31359
|
-
.E_o1ifxsq4 {
|
|
31360
|
-
display: flex;
|
|
31361
|
-
justify-content: space-between;
|
|
31362
|
-
height: 20px;
|
|
31363
|
-
line-height: 20px;
|
|
31364
|
-
}
|
|
31365
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31366
|
-
color: #2d3a56;
|
|
31367
|
-
overflow: hidden;
|
|
31368
|
-
text-overflow: ellipsis;
|
|
31369
|
-
}
|
|
31370
|
-
|
|
31371
|
-
.E_o1zue7 {
|
|
31372
|
-
display: flex;
|
|
31373
|
-
justify-content: space-between;
|
|
31374
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31375
|
-
height: 18px;
|
|
31376
|
-
line-height: 18px;
|
|
31377
|
-
margin-top: 2px;
|
|
31378
|
-
}
|
|
31379
|
-
|
|
31380
|
-
.E_tyfmlxg {
|
|
31381
|
-
border: none;
|
|
31382
|
-
margin-right: 0;
|
|
31383
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31384
|
-
}
|
|
31385
|
-
|
|
31386
|
-
.E_o18uybox {
|
|
31387
|
-
pointer-events: none;
|
|
31388
|
-
height: 32px;
|
|
31389
|
-
width: 100%;
|
|
31390
|
-
opacity: 0;
|
|
31391
|
-
}
|
|
31392
|
-
|
|
31393
|
-
.E_s1dizucg.ant-switch {
|
|
31394
|
-
min-width: 40px;
|
|
31395
|
-
height: 24px;
|
|
31396
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31397
|
-
overflow: hidden;
|
|
31398
|
-
}
|
|
31399
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31400
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31401
|
-
}
|
|
31402
|
-
.E_s1dizucg.ant-switch-small {
|
|
31403
|
-
min-width: 26px;
|
|
31404
|
-
height: 16px;
|
|
31405
|
-
}
|
|
31406
|
-
.E_s1dizucg.ant-switch-large {
|
|
31407
|
-
min-width: 52px;
|
|
31408
|
-
height: 32px;
|
|
31409
|
-
}
|
|
31410
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31411
|
-
height: 20px;
|
|
31412
|
-
width: 20px;
|
|
31413
|
-
}
|
|
31414
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31415
|
-
border-radius: 10px;
|
|
31416
|
-
transition-delay: 120ms;
|
|
31417
|
-
}
|
|
31418
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31419
|
-
height: 14px;
|
|
31420
|
-
width: 14px;
|
|
31421
|
-
top: 1px;
|
|
31422
|
-
left: 1px;
|
|
31423
|
-
}
|
|
31424
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31425
|
-
height: 28px;
|
|
31426
|
-
width: 28px;
|
|
31427
|
-
}
|
|
31428
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31429
|
-
border-radius: 14px;
|
|
31430
|
-
}
|
|
31431
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31432
|
-
background-color: #00ba5d;
|
|
31433
|
-
}
|
|
31434
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31435
|
-
left: calc(100% - 20px - 2px);
|
|
31436
|
-
}
|
|
31437
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31438
|
-
left: calc(100% - 14px - 1px);
|
|
31439
|
-
}
|
|
31440
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31441
|
-
left: calc(100% - 28px - 2px);
|
|
31442
|
-
}
|
|
31443
|
-
|
|
31444
|
-
.E_c1up6e3y {
|
|
31445
|
-
margin-left: 5px;
|
|
31446
|
-
}
|
|
31447
|
-
|
|
31448
|
-
.E_c1yyuluq {
|
|
31449
|
-
border-radius: 8px;
|
|
31450
|
-
}
|
|
31451
|
-
.E_c1yyuluq .ant-card-body {
|
|
31452
|
-
padding: 20px 24px 24px 24px;
|
|
31453
|
-
}
|
|
31454
|
-
|
|
31455
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
31456
|
-
border: 0px;
|
|
31457
|
-
background-color: #fff;
|
|
31458
|
-
}
|
|
31459
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31460
|
-
padding-top: 0px;
|
|
31461
|
-
padding-bottom: 0px;
|
|
31462
|
-
padding-left: 0px !important;
|
|
31463
|
-
padding-right: 24px;
|
|
31549
|
+
|
|
31550
|
+
.E_c3cobmo {
|
|
31551
|
+
margin-top: 16px;
|
|
31552
|
+
padding: 8px;
|
|
31553
|
+
border-radius: 6px;
|
|
31554
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31555
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31556
|
+
font-size: 12px;
|
|
31464
31557
|
}
|
|
31465
|
-
.
|
|
31466
|
-
|
|
31558
|
+
.E_c3cobmo div {
|
|
31559
|
+
line-height: 20px;
|
|
31560
|
+
display: flex;
|
|
31561
|
+
align-items: center;
|
|
31562
|
+
word-break: break-all;
|
|
31467
31563
|
}
|
|
31468
|
-
.
|
|
31469
|
-
|
|
31564
|
+
.E_c3cobmo .title {
|
|
31565
|
+
font-weight: 700;
|
|
31566
|
+
line-height: 18px;
|
|
31567
|
+
margin: 4px 0;
|
|
31470
31568
|
}
|
|
31471
31569
|
|
|
31472
|
-
.
|
|
31473
|
-
|
|
31474
|
-
cursor: default;
|
|
31570
|
+
.E_uqv57uv {
|
|
31571
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
31475
31572
|
}
|
|
31476
31573
|
|
|
31477
31574
|
.E_dsnbhzf {
|
|
@@ -31949,6 +32046,10 @@ input.E_rf8rlle.ant-input {
|
|
|
31949
32046
|
line-height: 12px;
|
|
31950
32047
|
}
|
|
31951
32048
|
|
|
32049
|
+
.E_m196gn1d {
|
|
32050
|
+
min-width: 1280px;
|
|
32051
|
+
}
|
|
32052
|
+
|
|
31952
32053
|
.E_a1b5xrg3 .user-icon-inner {
|
|
31953
32054
|
display: inline-flex;
|
|
31954
32055
|
align-items: center;
|
|
@@ -31979,120 +32080,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31979
32080
|
transition: all 320ms ease;
|
|
31980
32081
|
}
|
|
31981
32082
|
|
|
31982
|
-
.E_iq1gosr {
|
|
31983
|
-
display: inline-block;
|
|
31984
|
-
}
|
|
31985
|
-
|
|
31986
|
-
.E_m196gn1d {
|
|
31987
|
-
min-width: 1280px;
|
|
31988
|
-
}
|
|
31989
|
-
|
|
31990
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31991
|
-
display: none;
|
|
31992
|
-
}
|
|
31993
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31994
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31995
|
-
border-radius: 4px;
|
|
31996
|
-
}
|
|
31997
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31998
|
-
visibility: hidden;
|
|
31999
|
-
}
|
|
32000
|
-
|
|
32001
|
-
.E_s1sck0th {
|
|
32002
|
-
padding: 0 8px;
|
|
32003
|
-
border-radius: 4px;
|
|
32004
|
-
}
|
|
32005
|
-
|
|
32006
|
-
.E_m855nr1 {
|
|
32007
|
-
padding: 2px 8px;
|
|
32008
|
-
border-radius: 3px;
|
|
32009
|
-
}
|
|
32010
|
-
|
|
32011
|
-
.E_l1270xpg {
|
|
32012
|
-
padding: 3px 8px;
|
|
32013
|
-
border-radius: 2px;
|
|
32014
|
-
}
|
|
32015
|
-
|
|
32016
|
-
.E_t14rextb.ant-tag:hover {
|
|
32017
|
-
opacity: unset;
|
|
32018
|
-
}
|
|
32019
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32020
|
-
margin: 0;
|
|
32021
|
-
margin-right: 8px;
|
|
32022
|
-
display: inline-flex;
|
|
32023
|
-
align-items: center;
|
|
32024
|
-
border: none;
|
|
32025
|
-
}
|
|
32026
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32027
|
-
width: 16px;
|
|
32028
|
-
height: 16px;
|
|
32029
|
-
color: inherit;
|
|
32030
|
-
margin-left: 4px;
|
|
32031
|
-
opacity: 0.6;
|
|
32032
|
-
display: inline-flex;
|
|
32033
|
-
}
|
|
32034
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32035
|
-
opacity: 1;
|
|
32036
|
-
}
|
|
32037
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32038
|
-
color: #0080ff;
|
|
32039
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32040
|
-
}
|
|
32041
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32042
|
-
color: #f0483e;
|
|
32043
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32044
|
-
}
|
|
32045
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32046
|
-
color: #e07f00;
|
|
32047
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32048
|
-
}
|
|
32049
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32050
|
-
color: #008f4c;
|
|
32051
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32052
|
-
}
|
|
32053
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32054
|
-
color: #1d326c;
|
|
32055
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32056
|
-
}
|
|
32057
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32058
|
-
color: #7E41FF;
|
|
32059
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32060
|
-
}
|
|
32061
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32062
|
-
color: #fff;
|
|
32063
|
-
}
|
|
32064
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32065
|
-
background-color: #f0483e;
|
|
32066
|
-
}
|
|
32067
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32068
|
-
background-color: #fea008;
|
|
32069
|
-
}
|
|
32070
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32071
|
-
background-color: #00ba5d;
|
|
32072
|
-
}
|
|
32073
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32074
|
-
background-color: #0080ff;
|
|
32075
|
-
}
|
|
32076
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32077
|
-
background-color: #6b7d99;
|
|
32078
|
-
}
|
|
32079
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32080
|
-
background-color: #7E41FF;
|
|
32081
|
-
}
|
|
32082
|
-
|
|
32083
|
-
.E_suhck3k {
|
|
32084
|
-
height: 24px;
|
|
32085
|
-
width: 24px;
|
|
32086
|
-
border-radius: 6px;
|
|
32087
|
-
padding: 4px;
|
|
32088
|
-
}
|
|
32089
|
-
.E_suhck3k:hover {
|
|
32090
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32091
|
-
}
|
|
32092
|
-
.E_suhck3k:hover svg path {
|
|
32093
|
-
fill: blue;
|
|
32094
|
-
}
|
|
32095
|
-
|
|
32096
32083
|
.E_hrhfj7c {
|
|
32097
32084
|
display: none;
|
|
32098
32085
|
}
|
|
@@ -32303,161 +32290,42 @@ input.E_rf8rlle.ant-input {
|
|
|
32303
32290
|
border-radius: 10px;
|
|
32304
32291
|
}
|
|
32305
32292
|
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32306
|
-
min-width: 296px;
|
|
32307
|
-
padding: 8px;
|
|
32308
|
-
}
|
|
32309
|
-
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32310
|
-
height: 22px;
|
|
32311
|
-
padding: 8px 16px;
|
|
32312
|
-
font-size: 14px;
|
|
32313
|
-
}
|
|
32314
|
-
|
|
32315
|
-
.E_ryby9ds {
|
|
32316
|
-
display: flex;
|
|
32317
|
-
align-items: center;
|
|
32318
|
-
}
|
|
32319
|
-
.E_ryby9ds .order {
|
|
32320
|
-
height: 24px;
|
|
32321
|
-
width: 24px;
|
|
32322
|
-
border-radius: 20px;
|
|
32323
|
-
color: #0080ff;
|
|
32324
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32325
|
-
display: flex;
|
|
32326
|
-
align-items: center;
|
|
32327
|
-
justify-content: center;
|
|
32328
|
-
margin-right: 6px;
|
|
32329
|
-
}
|
|
32330
|
-
|
|
32331
|
-
.E_icab5o7.ant-modal {
|
|
32332
|
-
height: calc(100% - 20px);
|
|
32333
|
-
width: calc(100% - 20px);
|
|
32334
|
-
padding-bottom: 0;
|
|
32335
|
-
margin: 0 auto;
|
|
32336
|
-
top: 10px;
|
|
32337
|
-
transform: none;
|
|
32338
|
-
}
|
|
32339
|
-
.E_icab5o7.ant-modal .ant-modal-close {
|
|
32340
|
-
right: 24px;
|
|
32341
|
-
top: 24px;
|
|
32342
|
-
}
|
|
32343
|
-
.E_icab5o7.ant-modal .ant-modal-close .ant-modal-close-x {
|
|
32344
|
-
width: 40px;
|
|
32345
|
-
height: 40px;
|
|
32346
|
-
}
|
|
32347
|
-
.E_icab5o7.ant-modal .ant-modal-content {
|
|
32348
|
-
width: 100%;
|
|
32349
|
-
height: 100%;
|
|
32350
|
-
display: flex;
|
|
32351
|
-
flex-direction: column;
|
|
32352
|
-
}
|
|
32353
|
-
.E_icab5o7.ant-modal .ant-modal-header {
|
|
32354
|
-
padding: 60px 0 40px 0;
|
|
32355
|
-
border: 0;
|
|
32356
|
-
}
|
|
32357
|
-
.E_icab5o7.ant-modal .ant-modal-body {
|
|
32358
|
-
padding: 0;
|
|
32359
|
-
flex: 1;
|
|
32360
|
-
min-height: 0;
|
|
32361
|
-
}
|
|
32362
|
-
.E_icab5o7.ant-modal .ant-modal-footer {
|
|
32363
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32364
|
-
padding: 24px 0 60px 0;
|
|
32365
|
-
}
|
|
32366
|
-
|
|
32367
|
-
.E_msiso3p.ant-modal .ant-modal-header {
|
|
32368
|
-
padding: 60px 0 40px 0;
|
|
32369
|
-
width: 648px;
|
|
32370
|
-
margin: 0 auto;
|
|
32371
|
-
}
|
|
32372
|
-
.E_msiso3p.ant-modal .ant-modal-footer {
|
|
32373
|
-
width: 648px;
|
|
32374
|
-
margin: 0 auto;
|
|
32375
|
-
}
|
|
32376
|
-
|
|
32377
|
-
.E_cxvrrew {
|
|
32378
|
-
height: 40px;
|
|
32379
|
-
width: 40px;
|
|
32380
|
-
border-radius: 50%;
|
|
32381
|
-
display: flex;
|
|
32382
|
-
align-items: center;
|
|
32383
|
-
justify-content: center;
|
|
32384
|
-
}
|
|
32385
|
-
.E_cxvrrew:hover {
|
|
32386
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32387
|
-
}
|
|
32388
|
-
|
|
32389
|
-
.E_tskzd0j {
|
|
32390
|
-
color: #00122e;
|
|
32391
|
-
}
|
|
32392
|
-
|
|
32393
|
-
.E_f1fbnfp.ant-modal .ant-modal-content {
|
|
32394
|
-
padding: 0 40px;
|
|
32395
|
-
}
|
|
32396
|
-
|
|
32397
|
-
.E_b4g2nsx {
|
|
32398
|
-
height: calc(100% - 40px);
|
|
32399
|
-
}
|
|
32400
|
-
.E_b4g2nsx .middle {
|
|
32401
|
-
height: 100%;
|
|
32402
|
-
overflow: auto;
|
|
32403
|
-
}
|
|
32404
|
-
|
|
32405
|
-
.E_myhed70 {
|
|
32406
|
-
display: flex;
|
|
32407
|
-
gap: 60px;
|
|
32408
|
-
justify-content: center;
|
|
32409
|
-
}
|
|
32410
|
-
.E_myhed70 .left {
|
|
32411
|
-
width: 192px;
|
|
32412
|
-
overflow: auto;
|
|
32413
|
-
}
|
|
32414
|
-
.E_myhed70 .middle {
|
|
32415
|
-
width: 648px;
|
|
32416
|
-
overflow: auto;
|
|
32293
|
+
min-width: 296px;
|
|
32294
|
+
padding: 8px;
|
|
32417
32295
|
}
|
|
32418
|
-
.
|
|
32419
|
-
|
|
32420
|
-
|
|
32296
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32297
|
+
height: 22px;
|
|
32298
|
+
padding: 8px 16px;
|
|
32299
|
+
font-size: 14px;
|
|
32421
32300
|
}
|
|
32422
32301
|
|
|
32423
|
-
.
|
|
32424
|
-
|
|
32425
|
-
|
|
32426
|
-
|
|
32427
|
-
|
|
32428
|
-
height: 40px;
|
|
32302
|
+
.E_suhck3k {
|
|
32303
|
+
height: 24px;
|
|
32304
|
+
width: 24px;
|
|
32305
|
+
border-radius: 6px;
|
|
32306
|
+
padding: 4px;
|
|
32429
32307
|
}
|
|
32430
|
-
|
|
32431
|
-
.
|
|
32432
|
-
display: flex;
|
|
32433
|
-
align-items: center;
|
|
32434
|
-
gap: 16px;
|
|
32435
|
-
text-align: left;
|
|
32308
|
+
.E_suhck3k:hover {
|
|
32309
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32436
32310
|
}
|
|
32437
|
-
|
|
32438
|
-
|
|
32439
|
-
flex-shrink: 0;
|
|
32311
|
+
.E_suhck3k:hover svg path {
|
|
32312
|
+
fill: blue;
|
|
32440
32313
|
}
|
|
32441
32314
|
|
|
32442
|
-
.
|
|
32443
|
-
color: #f0483e;
|
|
32315
|
+
.E_ryby9ds {
|
|
32444
32316
|
display: flex;
|
|
32445
32317
|
align-items: center;
|
|
32446
|
-
height: 32px;
|
|
32447
|
-
}
|
|
32448
|
-
|
|
32449
|
-
.E_e1lj3r2s {
|
|
32450
|
-
margin-right: 4px;
|
|
32451
|
-
flex-shrink: 0;
|
|
32452
|
-
}
|
|
32453
|
-
|
|
32454
|
-
.E_eb58k2y {
|
|
32455
|
-
align-self: flex-start;
|
|
32456
|
-
margin-top: 5px;
|
|
32457
32318
|
}
|
|
32458
|
-
|
|
32459
|
-
|
|
32460
|
-
|
|
32319
|
+
.E_ryby9ds .order {
|
|
32320
|
+
height: 24px;
|
|
32321
|
+
width: 24px;
|
|
32322
|
+
border-radius: 20px;
|
|
32323
|
+
color: #0080ff;
|
|
32324
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32325
|
+
display: flex;
|
|
32326
|
+
align-items: center;
|
|
32327
|
+
justify-content: center;
|
|
32328
|
+
margin-right: 6px;
|
|
32461
32329
|
}
|
|
32462
32330
|
|
|
32463
32331
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
@@ -32517,20 +32385,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32517
32385
|
transform: rotate(180deg);
|
|
32518
32386
|
}
|
|
32519
32387
|
|
|
32520
|
-
.E_m5foqp8 {
|
|
32521
|
-
--footer-height: 96px;
|
|
32522
|
-
--header-height: 80px;
|
|
32523
|
-
--modal-content-width: 720px;
|
|
32524
|
-
--modal-content-min-height: 200px;
|
|
32525
|
-
--modal-content-max-height: calc(
|
|
32526
|
-
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32527
|
-
);
|
|
32528
|
-
--modal-header-padding: 36px 60px 0;
|
|
32529
|
-
--modal-content-padding-y: 36px;
|
|
32530
|
-
--modal-content-padding-x: 60px;
|
|
32531
|
-
--modal-footer-padding: 0 60px;
|
|
32532
|
-
}
|
|
32533
|
-
|
|
32534
32388
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32535
32389
|
opacity: 1;
|
|
32536
32390
|
}
|
|
@@ -32658,6 +32512,20 @@ input.E_rf8rlle.ant-input {
|
|
|
32658
32512
|
color: rgba(0, 21, 64, 0.3);
|
|
32659
32513
|
}
|
|
32660
32514
|
|
|
32515
|
+
.E_m5foqp8 {
|
|
32516
|
+
--footer-height: 96px;
|
|
32517
|
+
--header-height: 80px;
|
|
32518
|
+
--modal-content-width: 720px;
|
|
32519
|
+
--modal-content-min-height: 200px;
|
|
32520
|
+
--modal-content-max-height: calc(
|
|
32521
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32522
|
+
);
|
|
32523
|
+
--modal-header-padding: 36px 60px 0;
|
|
32524
|
+
--modal-content-padding-y: 36px;
|
|
32525
|
+
--modal-content-padding-x: 60px;
|
|
32526
|
+
--modal-footer-padding: 0 60px;
|
|
32527
|
+
}
|
|
32528
|
+
|
|
32661
32529
|
.E_oa99sl3 {
|
|
32662
32530
|
display: flex;
|
|
32663
32531
|
justify-content: space-between;
|
|
@@ -32683,21 +32551,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32683
32551
|
flex-shrink: 0;
|
|
32684
32552
|
}
|
|
32685
32553
|
|
|
32686
|
-
.E_sqv6dmy {
|
|
32687
|
-
display: flex;
|
|
32688
|
-
justify-content: flex-end;
|
|
32689
|
-
}
|
|
32690
|
-
|
|
32691
|
-
.E_p1rm8wzb {
|
|
32692
|
-
margin-right: 8px;
|
|
32693
|
-
}
|
|
32694
|
-
|
|
32695
|
-
.E_sd7qcf4 {
|
|
32696
|
-
height: 100%;
|
|
32697
|
-
width: 100%;
|
|
32698
|
-
overflow: auto;
|
|
32699
|
-
}
|
|
32700
|
-
|
|
32701
32554
|
.E_w1dxz879 {
|
|
32702
32555
|
display: flex;
|
|
32703
32556
|
flex-direction: column;
|
|
@@ -32952,25 +32805,39 @@ input.E_rf8rlle.ant-input {
|
|
|
32952
32805
|
margin-inline-end: unset;
|
|
32953
32806
|
}
|
|
32954
32807
|
|
|
32955
|
-
.
|
|
32956
|
-
|
|
32808
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32809
|
+
margin-right: 2px;
|
|
32957
32810
|
}
|
|
32958
32811
|
|
|
32959
|
-
.
|
|
32960
|
-
|
|
32961
|
-
|
|
32812
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32813
|
+
padding-left: 8px;
|
|
32814
|
+
padding-right: 8px;
|
|
32815
|
+
font-size: 12px;
|
|
32962
32816
|
}
|
|
32963
|
-
.
|
|
32964
|
-
|
|
32817
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32818
|
+
border-radius: 4px;
|
|
32965
32819
|
}
|
|
32966
|
-
.
|
|
32967
|
-
|
|
32968
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32969
|
-
transform: translateY(-4px);
|
|
32820
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32821
|
+
border-radius: 4px;
|
|
32970
32822
|
}
|
|
32971
32823
|
|
|
32972
|
-
.
|
|
32973
|
-
padding:
|
|
32824
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32825
|
+
padding-left: 12px;
|
|
32826
|
+
padding-right: 12px;
|
|
32827
|
+
}
|
|
32828
|
+
|
|
32829
|
+
.E_ckld275 {
|
|
32830
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32831
|
+
}
|
|
32832
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32833
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32834
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32835
|
+
}
|
|
32836
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32837
|
+
background-color: transparent;
|
|
32838
|
+
}
|
|
32839
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32840
|
+
background-color: transparent;
|
|
32974
32841
|
}
|
|
32975
32842
|
|
|
32976
32843
|
.E_ckui4s7 {
|
|
@@ -33034,134 +32901,28 @@ input.E_rf8rlle.ant-input {
|
|
|
33034
32901
|
margin-left: 8px;
|
|
33035
32902
|
}
|
|
33036
32903
|
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33037
|
-
margin-left: 24px;
|
|
33038
|
-
}
|
|
33039
|
-
|
|
33040
|
-
.E_c1kghdax {
|
|
33041
|
-
color: #2d3a56;
|
|
33042
|
-
padding: 7px 12px;
|
|
33043
|
-
display: flex;
|
|
33044
|
-
justify-content: space-between;
|
|
33045
|
-
align-items: center;
|
|
33046
|
-
}
|
|
33047
|
-
.E_c1kghdax.has-arrow {
|
|
33048
|
-
padding-left: 10px;
|
|
33049
|
-
}
|
|
33050
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33051
|
-
cursor: pointer;
|
|
33052
|
-
color: #00122e;
|
|
33053
|
-
}
|
|
33054
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33055
|
-
color: #2d3a56;
|
|
33056
|
-
font-weight: 600;
|
|
33057
|
-
}
|
|
33058
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33059
|
-
transform: rotate(90deg);
|
|
33060
|
-
}
|
|
33061
|
-
.E_c1kghdax .sub-info {
|
|
33062
|
-
font-size: 12px;
|
|
33063
|
-
line-height: 18px;
|
|
33064
|
-
}
|
|
33065
|
-
.E_c1kghdax .title-wrapper {
|
|
33066
|
-
display: flex;
|
|
33067
|
-
align-items: center;
|
|
33068
|
-
user-select: none;
|
|
33069
|
-
flex-grow: 1;
|
|
33070
|
-
font-size: 12px;
|
|
33071
|
-
line-height: 18px;
|
|
33072
|
-
color: #2d3a56;
|
|
33073
|
-
font-weight: 700;
|
|
33074
|
-
}
|
|
33075
|
-
.E_c1kghdax .collapse-arrow {
|
|
33076
|
-
transition: all 50ms ease-out 0ms;
|
|
33077
|
-
margin-right: 2px;
|
|
33078
|
-
}
|
|
33079
|
-
|
|
33080
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33081
|
-
margin-right: 2px;
|
|
33082
|
-
}
|
|
33083
|
-
|
|
33084
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33085
|
-
padding-left: 8px;
|
|
33086
|
-
padding-right: 8px;
|
|
33087
|
-
font-size: 12px;
|
|
33088
|
-
}
|
|
33089
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33090
|
-
border-radius: 4px;
|
|
33091
|
-
}
|
|
33092
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33093
|
-
border-radius: 4px;
|
|
33094
|
-
}
|
|
33095
|
-
|
|
33096
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33097
|
-
padding-left: 12px;
|
|
33098
|
-
padding-right: 12px;
|
|
33099
|
-
}
|
|
33100
|
-
|
|
33101
|
-
.E_ckld275 {
|
|
33102
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33103
|
-
}
|
|
33104
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33105
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33106
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33107
|
-
}
|
|
33108
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33109
|
-
background-color: transparent;
|
|
33110
|
-
}
|
|
33111
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33112
|
-
background-color: transparent;
|
|
33113
|
-
}
|
|
33114
|
-
|
|
33115
|
-
button.E_l48ei06.ant-btn,
|
|
33116
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33117
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33118
|
-
font-size: 12px;
|
|
33119
|
-
line-height: 18px;
|
|
33120
|
-
height: 18px;
|
|
33121
|
-
}
|
|
33122
|
-
|
|
33123
|
-
button.E_l48ei06 {
|
|
33124
|
-
color: #0080FF;
|
|
33125
|
-
height: unset;
|
|
33126
|
-
}
|
|
33127
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33128
|
-
margin-right: 4px;
|
|
33129
|
-
}
|
|
33130
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33131
|
-
margin-left: 4px;
|
|
33132
|
-
}
|
|
33133
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33134
|
-
color: #009DFF;
|
|
33135
|
-
}
|
|
33136
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33137
|
-
color: #005ED1;
|
|
33138
|
-
}
|
|
33139
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33140
|
-
color: #0080FF;
|
|
33141
|
-
}
|
|
33142
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33143
|
-
color: #00122E;
|
|
33144
|
-
}
|
|
33145
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33146
|
-
color: #0080FF;
|
|
33147
|
-
}
|
|
33148
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33149
|
-
color: #005ED1;
|
|
32904
|
+
margin-left: 24px;
|
|
33150
32905
|
}
|
|
33151
|
-
|
|
33152
|
-
|
|
32906
|
+
|
|
32907
|
+
.E_b14q2gmw {
|
|
32908
|
+
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);
|
|
33153
32909
|
}
|
|
33154
|
-
|
|
33155
|
-
|
|
32910
|
+
|
|
32911
|
+
.E_c1eym6el {
|
|
32912
|
+
border-radius: 8px;
|
|
32913
|
+
background-color: white;
|
|
33156
32914
|
}
|
|
33157
|
-
|
|
33158
|
-
|
|
32915
|
+
.E_c1eym6el.hoverable {
|
|
32916
|
+
cursor: pointer;
|
|
33159
32917
|
}
|
|
33160
|
-
|
|
33161
|
-
|
|
32918
|
+
.E_c1eym6el.hoverable:hover {
|
|
32919
|
+
transition: all 200ms ease;
|
|
32920
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32921
|
+
transform: translateY(-4px);
|
|
33162
32922
|
}
|
|
33163
|
-
|
|
33164
|
-
|
|
32923
|
+
|
|
32924
|
+
.E_c1yd35n {
|
|
32925
|
+
padding: 0 12px 14px 12px;
|
|
33165
32926
|
}
|
|
33166
32927
|
|
|
33167
32928
|
.E_l1ucdodl {
|
|
@@ -33232,236 +32993,167 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33232
32993
|
flex: 1;
|
|
33233
32994
|
}
|
|
33234
32995
|
|
|
33235
|
-
.
|
|
33236
|
-
|
|
33237
|
-
|
|
33238
|
-
}
|
|
33239
|
-
.E_t1gvlxt5 .tag {
|
|
33240
|
-
flex: 0 0 auto;
|
|
33241
|
-
}
|
|
33242
|
-
.E_t1gvlxt5 .progress-title {
|
|
33243
|
-
flex: 2;
|
|
33244
|
-
max-width: fit-content;
|
|
33245
|
-
}
|
|
33246
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33247
|
-
flex: 1;
|
|
33248
|
-
max-width: fit-content;
|
|
33249
|
-
}
|
|
33250
|
-
|
|
33251
|
-
.E_a1ji6r68 {
|
|
33252
|
-
display: flex;
|
|
33253
|
-
align-items: center;
|
|
33254
|
-
column-gap: var(--a1ji6r68-0);
|
|
33255
|
-
}
|
|
33256
|
-
|
|
33257
|
-
.E_lht19u8 {
|
|
33258
|
-
width: 64px;
|
|
33259
|
-
height: 64px;
|
|
32996
|
+
.E_c1kghdax {
|
|
32997
|
+
color: #2d3a56;
|
|
32998
|
+
padding: 7px 12px;
|
|
33260
32999
|
display: flex;
|
|
33000
|
+
justify-content: space-between;
|
|
33261
33001
|
align-items: center;
|
|
33262
|
-
justify-content: center;
|
|
33263
|
-
position: relative;
|
|
33264
|
-
opacity: 0.2;
|
|
33265
|
-
}
|
|
33266
|
-
|
|
33267
|
-
.E_lk3gkp4 {
|
|
33268
|
-
position: absolute;
|
|
33269
|
-
width: 5px;
|
|
33270
|
-
height: 48px;
|
|
33271
|
-
left: 9.33px;
|
|
33272
|
-
top: 40.5px;
|
|
33273
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33274
|
-
border-radius: 5px;
|
|
33275
|
-
transform: rotate(-128deg);
|
|
33276
|
-
transform-origin: top left;
|
|
33277
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33278
|
-
}
|
|
33279
|
-
|
|
33280
|
-
.E_ll4n94n {
|
|
33281
|
-
position: absolute;
|
|
33282
|
-
width: 5px;
|
|
33283
|
-
height: 48px;
|
|
33284
|
-
left: 40.8px;
|
|
33285
|
-
top: 8.4px;
|
|
33286
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33287
|
-
border-radius: 5px;
|
|
33288
|
-
transform: rotate(-8deg);
|
|
33289
|
-
transform-origin: top left;
|
|
33290
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33291
|
-
}
|
|
33292
|
-
|
|
33293
|
-
.E_l17lbdo6 {
|
|
33294
|
-
position: absolute;
|
|
33295
|
-
width: 5px;
|
|
33296
|
-
height: 48px;
|
|
33297
|
-
left: 52.9px;
|
|
33298
|
-
top: 51.8px;
|
|
33299
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33300
|
-
border-radius: 5px;
|
|
33301
|
-
transform: rotate(112deg);
|
|
33302
|
-
transform-origin: top left;
|
|
33303
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33304
33002
|
}
|
|
33305
|
-
|
|
33306
|
-
|
|
33307
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33308
|
-
text-align: center;
|
|
33309
|
-
display: flex;
|
|
33310
|
-
align-items: center;
|
|
33311
|
-
justify-content: center;
|
|
33312
|
-
flex-direction: column;
|
|
33313
|
-
height: 100%;
|
|
33003
|
+
.E_c1kghdax.has-arrow {
|
|
33004
|
+
padding-left: 10px;
|
|
33314
33005
|
}
|
|
33315
|
-
.
|
|
33316
|
-
color: #0080ff;
|
|
33006
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33317
33007
|
cursor: pointer;
|
|
33008
|
+
color: #00122e;
|
|
33318
33009
|
}
|
|
33319
|
-
|
|
33320
|
-
|
|
33321
|
-
|
|
33322
|
-
height: 100%;
|
|
33323
|
-
display: flex;
|
|
33324
|
-
flex-direction: column;
|
|
33010
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33011
|
+
color: #2d3a56;
|
|
33012
|
+
font-weight: 600;
|
|
33325
33013
|
}
|
|
33326
|
-
.
|
|
33327
|
-
|
|
33328
|
-
display: flex;
|
|
33329
|
-
line-height: 30px;
|
|
33330
|
-
padding: 0 16px;
|
|
33331
|
-
justify-content: space-between;
|
|
33014
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33015
|
+
transform: rotate(90deg);
|
|
33332
33016
|
}
|
|
33333
|
-
.
|
|
33334
|
-
display: flex;
|
|
33017
|
+
.E_c1kghdax .sub-info {
|
|
33335
33018
|
font-size: 12px;
|
|
33336
|
-
|
|
33337
|
-
}
|
|
33338
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33339
|
-
color: #a3b4cc;
|
|
33340
|
-
}
|
|
33341
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33342
|
-
margin-left: 10px;
|
|
33343
|
-
}
|
|
33344
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33345
|
-
margin-left: 10px;
|
|
33346
|
-
cursor: pointer;
|
|
33019
|
+
line-height: 18px;
|
|
33347
33020
|
}
|
|
33348
|
-
.
|
|
33349
|
-
flex: 1;
|
|
33350
|
-
width: 100%;
|
|
33021
|
+
.E_c1kghdax .title-wrapper {
|
|
33351
33022
|
display: flex;
|
|
33352
|
-
justify-content: center;
|
|
33353
33023
|
align-items: center;
|
|
33024
|
+
user-select: none;
|
|
33025
|
+
flex-grow: 1;
|
|
33026
|
+
font-size: 12px;
|
|
33027
|
+
line-height: 18px;
|
|
33028
|
+
color: #2d3a56;
|
|
33029
|
+
font-weight: 700;
|
|
33354
33030
|
}
|
|
33355
|
-
.
|
|
33356
|
-
|
|
33031
|
+
.E_c1kghdax .collapse-arrow {
|
|
33032
|
+
transition: all 50ms ease-out 0ms;
|
|
33033
|
+
margin-right: 2px;
|
|
33357
33034
|
}
|
|
33358
33035
|
|
|
33359
|
-
.
|
|
33360
|
-
|
|
33361
|
-
|
|
33362
|
-
white-space: nowrap;
|
|
33363
|
-
overflow: hidden;
|
|
33364
|
-
width: 100%;
|
|
33365
|
-
}
|
|
33366
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
33367
|
-
margin-left: auto;
|
|
33036
|
+
button.E_l48ei06.ant-btn,
|
|
33037
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33038
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33368
33039
|
font-size: 12px;
|
|
33040
|
+
line-height: 18px;
|
|
33041
|
+
height: 18px;
|
|
33369
33042
|
}
|
|
33370
33043
|
|
|
33371
|
-
.
|
|
33372
|
-
|
|
33373
|
-
|
|
33374
|
-
align-items: center;
|
|
33375
|
-
font-size: 12px;
|
|
33376
|
-
cursor: pointer;
|
|
33044
|
+
button.E_l48ei06 {
|
|
33045
|
+
color: #0080FF;
|
|
33046
|
+
height: unset;
|
|
33377
33047
|
}
|
|
33378
|
-
.
|
|
33379
|
-
margin-right:
|
|
33048
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33049
|
+
margin-right: 4px;
|
|
33380
33050
|
}
|
|
33381
|
-
.
|
|
33382
|
-
|
|
33051
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33052
|
+
margin-left: 4px;
|
|
33383
33053
|
}
|
|
33384
|
-
.
|
|
33385
|
-
|
|
33054
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33055
|
+
color: #009DFF;
|
|
33386
33056
|
}
|
|
33387
|
-
|
|
33388
|
-
|
|
33389
|
-
display: inline-block;
|
|
33390
|
-
height: 8px;
|
|
33391
|
-
width: 8px;
|
|
33392
|
-
margin-right: 8px;
|
|
33057
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33058
|
+
color: #005ED1;
|
|
33393
33059
|
}
|
|
33394
|
-
|
|
33395
|
-
|
|
33396
|
-
display: flex;
|
|
33397
|
-
align-items: center;
|
|
33398
|
-
font-size: 12px;
|
|
33399
|
-
margin: 0;
|
|
33060
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33061
|
+
color: #0080FF;
|
|
33400
33062
|
}
|
|
33401
|
-
|
|
33402
|
-
|
|
33403
|
-
position: relative;
|
|
33063
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33064
|
+
color: #00122E;
|
|
33404
33065
|
}
|
|
33405
|
-
.
|
|
33406
|
-
|
|
33066
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33067
|
+
color: #0080FF;
|
|
33407
33068
|
}
|
|
33408
|
-
.
|
|
33409
|
-
|
|
33410
|
-
justify-content: space-between;
|
|
33411
|
-
line-height: 30px;
|
|
33412
|
-
margin: 0 16px;
|
|
33069
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33070
|
+
color: #005ED1;
|
|
33413
33071
|
}
|
|
33414
|
-
.
|
|
33415
|
-
|
|
33416
|
-
font-size: 12px;
|
|
33417
|
-
align-items: center;
|
|
33072
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33073
|
+
color: #00122E;
|
|
33418
33074
|
}
|
|
33419
|
-
.
|
|
33420
|
-
color:
|
|
33075
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33076
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33421
33077
|
}
|
|
33422
|
-
.
|
|
33423
|
-
|
|
33078
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33079
|
+
color: #0080FF;
|
|
33424
33080
|
}
|
|
33425
|
-
.
|
|
33426
|
-
|
|
33427
|
-
|
|
33081
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33082
|
+
color: #005ED1;
|
|
33083
|
+
}
|
|
33084
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33085
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33086
|
+
}
|
|
33087
|
+
|
|
33088
|
+
.E_t1gvlxt5 {
|
|
33089
|
+
min-width: 0;
|
|
33090
|
+
flex: 1;
|
|
33091
|
+
}
|
|
33092
|
+
.E_t1gvlxt5 .tag {
|
|
33093
|
+
flex: 0 0 auto;
|
|
33428
33094
|
}
|
|
33429
|
-
.
|
|
33430
|
-
|
|
33095
|
+
.E_t1gvlxt5 .progress-title {
|
|
33096
|
+
flex: 2;
|
|
33097
|
+
max-width: fit-content;
|
|
33431
33098
|
}
|
|
33432
|
-
.
|
|
33433
|
-
|
|
33434
|
-
|
|
33435
|
-
padding: 0 8px;
|
|
33436
|
-
border-radius: 4px;
|
|
33437
|
-
font-size: 12px;
|
|
33438
|
-
color: #fff;
|
|
33439
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33440
|
-
transform: translateX(-50%);
|
|
33099
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33100
|
+
flex: 1;
|
|
33101
|
+
max-width: fit-content;
|
|
33441
33102
|
}
|
|
33442
33103
|
|
|
33443
|
-
.
|
|
33444
|
-
|
|
33104
|
+
.E_a1ji6r68 {
|
|
33105
|
+
display: flex;
|
|
33106
|
+
align-items: center;
|
|
33107
|
+
column-gap: var(--a1ji6r68-0);
|
|
33445
33108
|
}
|
|
33446
33109
|
|
|
33447
|
-
.
|
|
33110
|
+
.E_lht19u8 {
|
|
33111
|
+
width: 64px;
|
|
33112
|
+
height: 64px;
|
|
33448
33113
|
display: flex;
|
|
33449
33114
|
align-items: center;
|
|
33450
|
-
justify-content:
|
|
33451
|
-
|
|
33452
|
-
|
|
33453
|
-
font-size: 12px;
|
|
33454
|
-
padding: 3px 6px;
|
|
33115
|
+
justify-content: center;
|
|
33116
|
+
position: relative;
|
|
33117
|
+
opacity: 0.2;
|
|
33455
33118
|
}
|
|
33456
|
-
|
|
33457
|
-
|
|
33119
|
+
|
|
33120
|
+
.E_lk3gkp4 {
|
|
33121
|
+
position: absolute;
|
|
33122
|
+
width: 5px;
|
|
33123
|
+
height: 48px;
|
|
33124
|
+
left: 9.33px;
|
|
33125
|
+
top: 40.5px;
|
|
33126
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33127
|
+
border-radius: 5px;
|
|
33128
|
+
transform: rotate(-128deg);
|
|
33129
|
+
transform-origin: top left;
|
|
33130
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33458
33131
|
}
|
|
33459
|
-
|
|
33460
|
-
|
|
33132
|
+
|
|
33133
|
+
.E_ll4n94n {
|
|
33134
|
+
position: absolute;
|
|
33135
|
+
width: 5px;
|
|
33136
|
+
height: 48px;
|
|
33137
|
+
left: 40.8px;
|
|
33138
|
+
top: 8.4px;
|
|
33139
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33140
|
+
border-radius: 5px;
|
|
33141
|
+
transform: rotate(-8deg);
|
|
33142
|
+
transform-origin: top left;
|
|
33143
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33461
33144
|
}
|
|
33462
|
-
|
|
33463
|
-
|
|
33464
|
-
|
|
33145
|
+
|
|
33146
|
+
.E_l17lbdo6 {
|
|
33147
|
+
position: absolute;
|
|
33148
|
+
width: 5px;
|
|
33149
|
+
height: 48px;
|
|
33150
|
+
left: 52.9px;
|
|
33151
|
+
top: 51.8px;
|
|
33152
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33153
|
+
border-radius: 5px;
|
|
33154
|
+
transform: rotate(112deg);
|
|
33155
|
+
transform-origin: top left;
|
|
33156
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33465
33157
|
}
|
|
33466
33158
|
|
|
33467
33159
|
.E_m11nzl2x {
|
|
@@ -33669,79 +33361,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33669
33361
|
border: 1px solid #fff;
|
|
33670
33362
|
}
|
|
33671
33363
|
|
|
33672
|
-
.
|
|
33673
|
-
|
|
33674
|
-
|
|
33675
|
-
|
|
33676
|
-
|
|
33364
|
+
.E_msn7nxt {
|
|
33365
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33366
|
+
text-align: center;
|
|
33367
|
+
display: flex;
|
|
33368
|
+
align-items: center;
|
|
33369
|
+
justify-content: center;
|
|
33370
|
+
flex-direction: column;
|
|
33371
|
+
height: 100%;
|
|
33677
33372
|
}
|
|
33678
|
-
.
|
|
33679
|
-
|
|
33373
|
+
.E_msn7nxt .link {
|
|
33374
|
+
color: #0080ff;
|
|
33375
|
+
cursor: pointer;
|
|
33680
33376
|
}
|
|
33681
|
-
|
|
33682
|
-
|
|
33377
|
+
|
|
33378
|
+
.E_mp64wfi {
|
|
33379
|
+
width: 100%;
|
|
33380
|
+
height: 100%;
|
|
33381
|
+
display: flex;
|
|
33382
|
+
flex-direction: column;
|
|
33683
33383
|
}
|
|
33684
|
-
.
|
|
33685
|
-
|
|
33384
|
+
.E_mp64wfi .name-toolbar {
|
|
33385
|
+
width: 100%;
|
|
33386
|
+
display: flex;
|
|
33387
|
+
line-height: 30px;
|
|
33388
|
+
padding: 0 16px;
|
|
33389
|
+
justify-content: space-between;
|
|
33686
33390
|
}
|
|
33687
|
-
.
|
|
33688
|
-
|
|
33391
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33392
|
+
display: flex;
|
|
33393
|
+
font-size: 12px;
|
|
33394
|
+
align-items: center;
|
|
33689
33395
|
}
|
|
33690
|
-
.
|
|
33691
|
-
|
|
33692
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33396
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33397
|
+
color: #a3b4cc;
|
|
33693
33398
|
}
|
|
33694
|
-
.
|
|
33695
|
-
|
|
33399
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33400
|
+
margin-left: 10px;
|
|
33696
33401
|
}
|
|
33697
|
-
.
|
|
33698
|
-
|
|
33402
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33403
|
+
margin-left: 10px;
|
|
33404
|
+
cursor: pointer;
|
|
33699
33405
|
}
|
|
33700
|
-
.
|
|
33701
|
-
|
|
33406
|
+
.E_mp64wfi .content {
|
|
33407
|
+
flex: 1;
|
|
33408
|
+
width: 100%;
|
|
33409
|
+
display: flex;
|
|
33410
|
+
justify-content: center;
|
|
33411
|
+
align-items: center;
|
|
33702
33412
|
}
|
|
33703
|
-
.
|
|
33704
|
-
|
|
33413
|
+
.E_mp64wfi .single-content {
|
|
33414
|
+
height: 65px;
|
|
33705
33415
|
}
|
|
33706
|
-
|
|
33707
|
-
|
|
33416
|
+
|
|
33417
|
+
.E_l1oyigan {
|
|
33418
|
+
display: flex;
|
|
33419
|
+
align-items: center;
|
|
33420
|
+
white-space: nowrap;
|
|
33421
|
+
overflow: hidden;
|
|
33422
|
+
width: 100%;
|
|
33708
33423
|
}
|
|
33709
|
-
.
|
|
33710
|
-
|
|
33424
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33425
|
+
margin-left: auto;
|
|
33426
|
+
font-size: 12px;
|
|
33711
33427
|
}
|
|
33712
|
-
|
|
33713
|
-
|
|
33428
|
+
|
|
33429
|
+
.E_l1noi4n1 {
|
|
33430
|
+
display: flex;
|
|
33431
|
+
justify-content: flex-start;
|
|
33432
|
+
align-items: center;
|
|
33433
|
+
font-size: 12px;
|
|
33434
|
+
cursor: pointer;
|
|
33714
33435
|
}
|
|
33715
|
-
.
|
|
33716
|
-
|
|
33436
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33437
|
+
margin-right: 20px;
|
|
33717
33438
|
}
|
|
33718
|
-
.
|
|
33719
|
-
|
|
33439
|
+
.E_l1noi4n1.deselected {
|
|
33440
|
+
opacity: 0.4;
|
|
33720
33441
|
}
|
|
33721
|
-
.
|
|
33722
|
-
background
|
|
33442
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33443
|
+
background: #b4beca !important;
|
|
33723
33444
|
}
|
|
33724
|
-
|
|
33725
|
-
|
|
33445
|
+
|
|
33446
|
+
.E_cz19rz6 {
|
|
33447
|
+
display: inline-block;
|
|
33448
|
+
height: 8px;
|
|
33449
|
+
width: 8px;
|
|
33450
|
+
margin-right: 8px;
|
|
33726
33451
|
}
|
|
33727
|
-
|
|
33728
|
-
|
|
33452
|
+
|
|
33453
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33454
|
+
display: flex;
|
|
33455
|
+
align-items: center;
|
|
33456
|
+
font-size: 12px;
|
|
33457
|
+
margin: 0;
|
|
33729
33458
|
}
|
|
33730
|
-
|
|
33731
|
-
|
|
33459
|
+
|
|
33460
|
+
.E_m1y1hhnr {
|
|
33461
|
+
position: relative;
|
|
33732
33462
|
}
|
|
33733
|
-
.
|
|
33734
|
-
|
|
33463
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33464
|
+
bottom: -12px;
|
|
33465
|
+
}
|
|
33466
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33467
|
+
display: flex;
|
|
33468
|
+
justify-content: space-between;
|
|
33469
|
+
line-height: 30px;
|
|
33470
|
+
margin: 0 16px;
|
|
33471
|
+
}
|
|
33472
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33473
|
+
display: flex;
|
|
33474
|
+
font-size: 12px;
|
|
33475
|
+
align-items: center;
|
|
33476
|
+
}
|
|
33477
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33478
|
+
color: #a3b4cc;
|
|
33479
|
+
}
|
|
33480
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33481
|
+
margin-left: 10px;
|
|
33482
|
+
}
|
|
33483
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33484
|
+
margin-left: 10px;
|
|
33485
|
+
cursor: pointer;
|
|
33486
|
+
}
|
|
33487
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33488
|
+
font-size: 12px;
|
|
33489
|
+
}
|
|
33490
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33491
|
+
position: absolute;
|
|
33492
|
+
bottom: 10px;
|
|
33493
|
+
padding: 0 8px;
|
|
33494
|
+
border-radius: 4px;
|
|
33495
|
+
font-size: 12px;
|
|
33496
|
+
color: #fff;
|
|
33497
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33498
|
+
transform: translateX(-50%);
|
|
33499
|
+
}
|
|
33500
|
+
|
|
33501
|
+
.E_tnvijvs {
|
|
33502
|
+
min-width: 200px;
|
|
33503
|
+
}
|
|
33504
|
+
|
|
33505
|
+
.E_t1ub2aex {
|
|
33506
|
+
display: flex;
|
|
33507
|
+
align-items: center;
|
|
33508
|
+
justify-content: space-between;
|
|
33509
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33510
|
+
color: #b4beca;
|
|
33511
|
+
font-size: 12px;
|
|
33512
|
+
padding: 3px 6px;
|
|
33513
|
+
}
|
|
33514
|
+
.E_t1ub2aex:first-child {
|
|
33515
|
+
padding-top: 3px;
|
|
33735
33516
|
}
|
|
33736
|
-
.
|
|
33737
|
-
|
|
33517
|
+
.E_t1ub2aex:last-child {
|
|
33518
|
+
padding-bottom: 3px;
|
|
33738
33519
|
}
|
|
33739
|
-
|
|
33740
|
-
|
|
33741
|
-
|
|
33742
|
-
height: 8px;
|
|
33743
|
-
border-radius: 50%;
|
|
33744
|
-
display: inline-block;
|
|
33520
|
+
.E_t1ub2aex .column-value {
|
|
33521
|
+
color: #fff;
|
|
33522
|
+
margin-left: 8px;
|
|
33745
33523
|
}
|
|
33746
33524
|
|
|
33747
33525
|
.E_tc97u5y {
|
|
@@ -34115,6 +33893,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34115
33893
|
background: #fff;
|
|
34116
33894
|
}
|
|
34117
33895
|
|
|
33896
|
+
.E_sddwhm6 {
|
|
33897
|
+
margin: 0;
|
|
33898
|
+
border-radius: 20px;
|
|
33899
|
+
padding: 2px 10px;
|
|
33900
|
+
height: 22px;
|
|
33901
|
+
}
|
|
33902
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33903
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33904
|
+
}
|
|
33905
|
+
.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 {
|
|
33906
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33907
|
+
}
|
|
33908
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33909
|
+
color: #00122e;
|
|
33910
|
+
}
|
|
33911
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33912
|
+
margin-right: 6px;
|
|
33913
|
+
}
|
|
33914
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33915
|
+
margin-left: 8px;
|
|
33916
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33917
|
+
}
|
|
33918
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33919
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33920
|
+
}
|
|
33921
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33922
|
+
background-color: #0080ff;
|
|
33923
|
+
}
|
|
33924
|
+
.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 {
|
|
33925
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33926
|
+
}
|
|
33927
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33928
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33929
|
+
}
|
|
33930
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33931
|
+
background-color: #f0483e;
|
|
33932
|
+
}
|
|
33933
|
+
.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 {
|
|
33934
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33935
|
+
}
|
|
33936
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33937
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33938
|
+
}
|
|
33939
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33940
|
+
background-color: #fea008;
|
|
33941
|
+
}
|
|
33942
|
+
.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 {
|
|
33943
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33944
|
+
}
|
|
33945
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33946
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33947
|
+
}
|
|
33948
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33949
|
+
background-color: #00ba5d;
|
|
33950
|
+
}
|
|
33951
|
+
.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 {
|
|
33952
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33953
|
+
}
|
|
33954
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33955
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33956
|
+
}
|
|
33957
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33958
|
+
background-color: #6b7d99;
|
|
33959
|
+
}
|
|
33960
|
+
.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 {
|
|
33961
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33962
|
+
}
|
|
33963
|
+
|
|
33964
|
+
.E_satwmqm {
|
|
33965
|
+
width: 8px;
|
|
33966
|
+
height: 8px;
|
|
33967
|
+
border-radius: 50%;
|
|
33968
|
+
display: inline-block;
|
|
33969
|
+
}
|
|
33970
|
+
|
|
34118
33971
|
.E_w7ob4th.outside-tag {
|
|
34119
33972
|
padding-left: 0;
|
|
34120
33973
|
}
|
|
@@ -34153,6 +34006,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34153
34006
|
white-space: normal;
|
|
34154
34007
|
}
|
|
34155
34008
|
|
|
34009
|
+
.E_i1g85yz3 {
|
|
34010
|
+
margin-right: 4px;
|
|
34011
|
+
height: 16px;
|
|
34012
|
+
}
|
|
34013
|
+
|
|
34156
34014
|
.E_sjob3jg {
|
|
34157
34015
|
--item-min-width: 60px;
|
|
34158
34016
|
}
|
|
@@ -34601,13 +34459,179 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34601
34459
|
background-color: #E07F00;
|
|
34602
34460
|
}
|
|
34603
34461
|
|
|
34604
|
-
.
|
|
34462
|
+
.E_b1jaupqb {
|
|
34463
|
+
color: #F0483E;
|
|
34464
|
+
}
|
|
34465
|
+
|
|
34466
|
+
.E_icab5o7 {
|
|
34467
|
+
--modal-header-height: 140px;
|
|
34468
|
+
}
|
|
34469
|
+
.E_icab5o7.ant-modal {
|
|
34470
|
+
height: calc(100% - 20px);
|
|
34471
|
+
width: calc(100% - 20px);
|
|
34472
|
+
padding-bottom: 0;
|
|
34473
|
+
margin: 0 auto;
|
|
34474
|
+
top: 10px;
|
|
34475
|
+
transform: none;
|
|
34476
|
+
}
|
|
34477
|
+
.E_icab5o7.ant-modal .ant-modal-close {
|
|
34478
|
+
right: 24px;
|
|
34479
|
+
top: 24px;
|
|
34480
|
+
}
|
|
34481
|
+
.E_icab5o7.ant-modal .ant-modal-close .ant-modal-close-x {
|
|
34482
|
+
width: 40px;
|
|
34483
|
+
height: 40px;
|
|
34484
|
+
}
|
|
34485
|
+
.E_icab5o7.ant-modal .ant-modal-content {
|
|
34486
|
+
width: 100%;
|
|
34487
|
+
height: 100%;
|
|
34488
|
+
display: flex;
|
|
34489
|
+
flex-direction: column;
|
|
34490
|
+
}
|
|
34491
|
+
.E_icab5o7.ant-modal .ant-modal-header {
|
|
34492
|
+
padding: 60px 0 40px 0;
|
|
34493
|
+
height: var(--modal-header-height);
|
|
34494
|
+
border: 0;
|
|
34495
|
+
}
|
|
34496
|
+
.E_icab5o7.ant-modal .ant-modal-body {
|
|
34497
|
+
padding: 0;
|
|
34498
|
+
flex: 1;
|
|
34499
|
+
min-height: 0;
|
|
34500
|
+
overflow-y: auto;
|
|
34501
|
+
scrollbar-gutter: stable;
|
|
34502
|
+
}
|
|
34503
|
+
.E_icab5o7.ant-modal .ant-modal-body::-webkit-scrollbar {
|
|
34504
|
+
width: 6px;
|
|
34505
|
+
}
|
|
34506
|
+
.E_icab5o7.ant-modal .ant-modal-body::-webkit-scrollbar-track {
|
|
34507
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34508
|
+
}
|
|
34509
|
+
.E_icab5o7.ant-modal .ant-modal-body::-webkit-scrollbar-thumb {
|
|
34510
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34511
|
+
border-radius: 8px;
|
|
34512
|
+
}
|
|
34513
|
+
.E_icab5o7.ant-modal .ant-modal-footer {
|
|
34514
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
34515
|
+
padding: 24px 0 60px 0;
|
|
34516
|
+
}
|
|
34517
|
+
|
|
34518
|
+
.E_msiso3p.ant-modal .ant-modal-header {
|
|
34519
|
+
padding: 60px 0 40px 0;
|
|
34520
|
+
width: 648px;
|
|
34521
|
+
margin: 0 auto;
|
|
34522
|
+
}
|
|
34523
|
+
.E_msiso3p.ant-modal .ant-modal-footer {
|
|
34524
|
+
width: 648px;
|
|
34525
|
+
margin: 0 auto;
|
|
34526
|
+
}
|
|
34527
|
+
|
|
34528
|
+
.E_cxvrrew {
|
|
34529
|
+
height: 40px;
|
|
34530
|
+
width: 40px;
|
|
34531
|
+
border-radius: 50%;
|
|
34532
|
+
display: flex;
|
|
34533
|
+
align-items: center;
|
|
34534
|
+
justify-content: center;
|
|
34535
|
+
}
|
|
34536
|
+
.E_cxvrrew:hover {
|
|
34537
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34538
|
+
transition: 0.3s ease-out;
|
|
34539
|
+
}
|
|
34540
|
+
|
|
34541
|
+
.E_tskzd0j {
|
|
34542
|
+
color: #00122e;
|
|
34543
|
+
}
|
|
34544
|
+
|
|
34545
|
+
.E_f1fbnfp.ant-modal .ant-modal-body {
|
|
34546
|
+
padding-left: 40px;
|
|
34547
|
+
padding-right: 40px;
|
|
34548
|
+
}
|
|
34549
|
+
.E_f1fbnfp.ant-modal .ant-modal-footer,
|
|
34550
|
+
.E_f1fbnfp.ant-modal .ant-modal-header {
|
|
34551
|
+
margin-left: 40px;
|
|
34552
|
+
margin-right: 40px;
|
|
34553
|
+
}
|
|
34554
|
+
|
|
34555
|
+
.E_b4g2nsx {
|
|
34556
|
+
position: relative;
|
|
34557
|
+
}
|
|
34558
|
+
.E_b4g2nsx .middle {
|
|
34559
|
+
height: 100%;
|
|
34560
|
+
overflow: auto;
|
|
34561
|
+
padding-bottom: 40px;
|
|
34562
|
+
}
|
|
34563
|
+
|
|
34564
|
+
.E_myhed70 {
|
|
34565
|
+
--left-width: 192px;
|
|
34566
|
+
--right-width: 192px;
|
|
34567
|
+
--content-width: 648px;
|
|
34568
|
+
--content-margin: 60px;
|
|
34569
|
+
--modal-body-padding: calc(
|
|
34570
|
+
(
|
|
34571
|
+
100% - var(--content-width) - var(--left-width) - var(--right-width) - var(
|
|
34572
|
+
--content-margin
|
|
34573
|
+
) * 2
|
|
34574
|
+
) / 2
|
|
34575
|
+
);
|
|
34576
|
+
}
|
|
34577
|
+
.E_myhed70 .left {
|
|
34578
|
+
width: var(--left-width);
|
|
34579
|
+
overflow: auto;
|
|
34580
|
+
position: fixed;
|
|
34581
|
+
left: var(--modal-body-padding);
|
|
34582
|
+
top: var(--modal-header-height);
|
|
34583
|
+
}
|
|
34584
|
+
.E_myhed70 .middle {
|
|
34585
|
+
width: var(--content-width);
|
|
34586
|
+
overflow: auto;
|
|
34587
|
+
margin: auto;
|
|
34588
|
+
}
|
|
34589
|
+
.E_myhed70 .right {
|
|
34590
|
+
width: var(--right-width);
|
|
34591
|
+
overflow: auto;
|
|
34592
|
+
position: fixed;
|
|
34593
|
+
right: var(--modal-body-padding);
|
|
34594
|
+
top: var(--modal-header-height);
|
|
34595
|
+
}
|
|
34596
|
+
|
|
34597
|
+
.E_fo07jei {
|
|
34598
|
+
display: flex;
|
|
34599
|
+
justify-content: space-between;
|
|
34600
|
+
align-items: center;
|
|
34601
|
+
gap: 16px;
|
|
34602
|
+
height: 40px;
|
|
34603
|
+
}
|
|
34604
|
+
|
|
34605
|
+
.E_fph3s12 {
|
|
34606
|
+
display: flex;
|
|
34607
|
+
align-items: center;
|
|
34608
|
+
gap: 16px;
|
|
34609
|
+
text-align: left;
|
|
34610
|
+
}
|
|
34611
|
+
|
|
34612
|
+
.E_f1f8uj0i {
|
|
34613
|
+
flex-shrink: 0;
|
|
34614
|
+
}
|
|
34615
|
+
|
|
34616
|
+
.E_ejcjd85 {
|
|
34617
|
+
color: #f0483e;
|
|
34618
|
+
display: flex;
|
|
34619
|
+
align-items: center;
|
|
34620
|
+
height: 32px;
|
|
34621
|
+
}
|
|
34622
|
+
|
|
34623
|
+
.E_e1lj3r2s {
|
|
34605
34624
|
margin-right: 4px;
|
|
34606
|
-
|
|
34625
|
+
flex-shrink: 0;
|
|
34607
34626
|
}
|
|
34608
34627
|
|
|
34609
|
-
.
|
|
34610
|
-
|
|
34628
|
+
.E_eb58k2y {
|
|
34629
|
+
align-self: flex-start;
|
|
34630
|
+
margin-top: 5px;
|
|
34631
|
+
}
|
|
34632
|
+
|
|
34633
|
+
.E_c1bad0d {
|
|
34634
|
+
font-weight: bold;
|
|
34611
34635
|
}
|
|
34612
34636
|
|
|
34613
34637
|
.E_t59qhqp {
|
|
@@ -34645,46 +34669,17 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34645
34669
|
|
|
34646
34670
|
.E_e14ua30y {
|
|
34647
34671
|
display: flex;
|
|
34648
|
-
flex-direction: column;
|
|
34649
|
-
align-items: center;
|
|
34650
|
-
justify-content: center;
|
|
34651
|
-
}
|
|
34652
|
-
|
|
34653
|
-
.E_s1ikqzph {
|
|
34654
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34655
|
-
}
|
|
34656
|
-
|
|
34657
|
-
.E_i15astnl {
|
|
34658
|
-
color: #00122E;
|
|
34659
|
-
}
|
|
34660
|
-
|
|
34661
|
-
.E_s20iney.skeleton-box {
|
|
34662
|
-
display: flex;
|
|
34672
|
+
flex-direction: column;
|
|
34663
34673
|
align-items: center;
|
|
34664
34674
|
justify-content: center;
|
|
34665
|
-
position: relative;
|
|
34666
|
-
border-radius: 2px;
|
|
34667
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34668
|
-
overflow: hidden;
|
|
34669
34675
|
}
|
|
34670
|
-
|
|
34671
|
-
|
|
34672
|
-
|
|
34673
|
-
transform: rotate(15deg);
|
|
34674
|
-
position: absolute;
|
|
34675
|
-
top: -50%;
|
|
34676
|
-
flex-shrink: 0;
|
|
34677
|
-
opacity: 0.8;
|
|
34678
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34679
|
-
animation: shimmer 1100ms infinite;
|
|
34676
|
+
|
|
34677
|
+
.E_s1ikqzph {
|
|
34678
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34680
34679
|
}
|
|
34681
|
-
|
|
34682
|
-
|
|
34683
|
-
|
|
34684
|
-
}
|
|
34685
|
-
to {
|
|
34686
|
-
left: 100%;
|
|
34687
|
-
}
|
|
34680
|
+
|
|
34681
|
+
.E_i15astnl {
|
|
34682
|
+
color: #00122E;
|
|
34688
34683
|
}
|
|
34689
34684
|
|
|
34690
34685
|
.E_dxyv8bv {
|
|
@@ -34779,6 +34774,73 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34779
34774
|
transition: 0.3s ease-out;
|
|
34780
34775
|
}
|
|
34781
34776
|
|
|
34777
|
+
.E_s20iney.skeleton-box {
|
|
34778
|
+
display: flex;
|
|
34779
|
+
align-items: center;
|
|
34780
|
+
justify-content: center;
|
|
34781
|
+
position: relative;
|
|
34782
|
+
border-radius: 2px;
|
|
34783
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34784
|
+
overflow: hidden;
|
|
34785
|
+
}
|
|
34786
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34787
|
+
width: 200%;
|
|
34788
|
+
height: 200%;
|
|
34789
|
+
transform: rotate(15deg);
|
|
34790
|
+
position: absolute;
|
|
34791
|
+
top: -50%;
|
|
34792
|
+
flex-shrink: 0;
|
|
34793
|
+
opacity: 0.8;
|
|
34794
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34795
|
+
animation: shimmer 1100ms infinite;
|
|
34796
|
+
}
|
|
34797
|
+
@keyframes shimmer {
|
|
34798
|
+
from {
|
|
34799
|
+
left: -120%;
|
|
34800
|
+
}
|
|
34801
|
+
to {
|
|
34802
|
+
left: 100%;
|
|
34803
|
+
}
|
|
34804
|
+
}
|
|
34805
|
+
|
|
34806
|
+
.E_sqv6dmy {
|
|
34807
|
+
display: flex;
|
|
34808
|
+
justify-content: flex-end;
|
|
34809
|
+
}
|
|
34810
|
+
|
|
34811
|
+
.E_p1rm8wzb {
|
|
34812
|
+
margin-right: 8px;
|
|
34813
|
+
}
|
|
34814
|
+
|
|
34815
|
+
.E_sd7qcf4 {
|
|
34816
|
+
height: 100%;
|
|
34817
|
+
width: 100%;
|
|
34818
|
+
overflow: auto;
|
|
34819
|
+
}
|
|
34820
|
+
|
|
34821
|
+
.E_r1fxc9gq.right {
|
|
34822
|
+
overflow: auto;
|
|
34823
|
+
padding-right: 2px;
|
|
34824
|
+
width: 200px;
|
|
34825
|
+
height: fit-content;
|
|
34826
|
+
max-height: calc(100vh - 300px);
|
|
34827
|
+
scrollbar-gutter: stable;
|
|
34828
|
+
}
|
|
34829
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
34830
|
+
width: 6px;
|
|
34831
|
+
}
|
|
34832
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
34833
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34834
|
+
}
|
|
34835
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
34836
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34837
|
+
border-radius: 8px;
|
|
34838
|
+
}
|
|
34839
|
+
|
|
34840
|
+
.E_t1616y1o {
|
|
34841
|
+
color: #fff;
|
|
34842
|
+
}
|
|
34843
|
+
|
|
34782
34844
|
.E_t1g36k2w {
|
|
34783
34845
|
overflow: hidden;
|
|
34784
34846
|
height: 100%;
|
|
@@ -34808,10 +34870,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34808
34870
|
background: rgba(225, 230, 241, 0.6);
|
|
34809
34871
|
}
|
|
34810
34872
|
|
|
34811
|
-
.E_t1616y1o {
|
|
34812
|
-
color: #fff;
|
|
34813
|
-
}
|
|
34814
|
-
|
|
34815
34873
|
.E_a9y3flr {
|
|
34816
34874
|
margin-left: 8px;
|
|
34817
34875
|
}
|
|
@@ -34883,6 +34941,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34883
34941
|
}
|
|
34884
34942
|
}
|
|
34885
34943
|
|
|
34944
|
+
.E_skwah65 {
|
|
34945
|
+
height: 8px;
|
|
34946
|
+
box-sizing: border-box;
|
|
34947
|
+
border-radius: 2px;
|
|
34948
|
+
background: #f5f7fa;
|
|
34949
|
+
display: flex;
|
|
34950
|
+
width: 100%;
|
|
34951
|
+
overflow: hidden;
|
|
34952
|
+
}
|
|
34953
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34954
|
+
margin-left: 1px;
|
|
34955
|
+
}
|
|
34956
|
+
|
|
34886
34957
|
.E_c18bcrac {
|
|
34887
34958
|
display: inline-block;
|
|
34888
34959
|
width: 100%;
|
|
@@ -34933,17 +35004,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34933
35004
|
margin-right: 4px;
|
|
34934
35005
|
}
|
|
34935
35006
|
|
|
34936
|
-
.
|
|
34937
|
-
|
|
34938
|
-
box-sizing: border-box;
|
|
34939
|
-
border-radius: 2px;
|
|
34940
|
-
background: #f5f7fa;
|
|
34941
|
-
display: flex;
|
|
34942
|
-
width: 100%;
|
|
34943
|
-
overflow: hidden;
|
|
35007
|
+
span.E_tqjc4ui {
|
|
35008
|
+
margin: 0 2px;
|
|
34944
35009
|
}
|
|
34945
|
-
|
|
34946
|
-
|
|
35010
|
+
|
|
35011
|
+
.E_gmyahx3 {
|
|
35012
|
+
cursor: pointer;
|
|
35013
|
+
}
|
|
35014
|
+
.E_gmyahx3 .link-text {
|
|
35015
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35016
|
+
}
|
|
35017
|
+
.E_gmyahx3:hover .link-text {
|
|
35018
|
+
color: #0080ff;
|
|
34947
35019
|
}
|
|
34948
35020
|
|
|
34949
35021
|
.E_s1ebs0ra {
|
|
@@ -34990,147 +35062,21 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34990
35062
|
.E_s1ebs0ra .action-group button {
|
|
34991
35063
|
border: none;
|
|
34992
35064
|
}
|
|
34993
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34994
|
-
margin-right: 8px;
|
|
34995
|
-
}
|
|
34996
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
34997
|
-
margin-right: 4px;
|
|
34998
|
-
}
|
|
34999
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
35000
|
-
cursor: pointer;
|
|
35001
|
-
width: 32px;
|
|
35002
|
-
height: 32px;
|
|
35003
|
-
justify-content: center;
|
|
35004
|
-
border-radius: 50%;
|
|
35005
|
-
}
|
|
35006
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35007
|
-
background: #fff;
|
|
35008
|
-
}
|
|
35009
|
-
|
|
35010
|
-
.E_clm1wy1 {
|
|
35011
|
-
width: 192px;
|
|
35012
|
-
height: 246px;
|
|
35013
|
-
border-radius: 4px;
|
|
35014
|
-
}
|
|
35015
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35016
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35017
|
-
width: 100%;
|
|
35018
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35019
|
-
border-top: none;
|
|
35020
|
-
}
|
|
35021
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35022
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35023
|
-
padding: 0 16px;
|
|
35024
|
-
}
|
|
35025
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35026
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35027
|
-
width: 100%;
|
|
35028
|
-
height: 180px;
|
|
35029
|
-
border-spacing: 0;
|
|
35030
|
-
}
|
|
35031
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35032
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35033
|
-
margin-bottom: 8px;
|
|
35034
|
-
}
|
|
35035
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35036
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35037
|
-
width: 22px;
|
|
35038
|
-
}
|
|
35039
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35040
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35041
|
-
padding: 0;
|
|
35042
|
-
}
|
|
35043
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
35044
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35045
|
-
opacity: 0.4;
|
|
35046
|
-
}
|
|
35047
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35048
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35049
|
-
opacity: 1;
|
|
35050
|
-
}
|
|
35051
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35052
|
-
color: #3e4652;
|
|
35053
|
-
}
|
|
35054
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
35055
|
-
pointer-events: none;
|
|
35056
|
-
}
|
|
35057
|
-
|
|
35058
|
-
.E_t1tsm00v {
|
|
35059
|
-
color: rgba(129, 138, 153, 0.6);
|
|
35060
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35061
|
-
backdrop-filter: blur(10px);
|
|
35062
|
-
padding: 7px 10px;
|
|
35063
|
-
}
|
|
35064
|
-
|
|
35065
|
-
.E_c167wnad {
|
|
35066
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35067
|
-
display: flex;
|
|
35068
|
-
justify-content: space-between;
|
|
35069
|
-
align-items: center;
|
|
35070
|
-
padding: 8px 16px;
|
|
35071
|
-
}
|
|
35072
|
-
.E_c167wnad .anticon {
|
|
35073
|
-
cursor: pointer;
|
|
35074
|
-
}
|
|
35075
|
-
.E_c167wnad .anticon:hover {
|
|
35076
|
-
color: #0096ff;
|
|
35077
|
-
}
|
|
35078
|
-
|
|
35079
|
-
.E_cxhf7dh {
|
|
35080
|
-
text-align: center;
|
|
35081
|
-
}
|
|
35082
|
-
.E_cxhf7dh .dots {
|
|
35083
|
-
display: flex;
|
|
35084
|
-
justify-content: center;
|
|
35085
|
-
}
|
|
35086
|
-
.E_cxhf7dh .dot {
|
|
35087
|
-
display: inline-block;
|
|
35088
|
-
width: 2px;
|
|
35089
|
-
height: 2px;
|
|
35090
|
-
border-radius: 1px;
|
|
35091
|
-
background: #0096ff;
|
|
35092
|
-
}
|
|
35093
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35094
|
-
margin-right: 2px;
|
|
35095
|
-
}
|
|
35096
|
-
.E_cxhf7dh .bar {
|
|
35097
|
-
width: 9px;
|
|
35098
|
-
height: 2px;
|
|
35099
|
-
background: #0096ff;
|
|
35100
|
-
border-radius: 2px;
|
|
35101
|
-
}
|
|
35102
|
-
|
|
35103
|
-
.E_gmyahx3 {
|
|
35104
|
-
cursor: pointer;
|
|
35105
|
-
}
|
|
35106
|
-
.E_gmyahx3 .link-text {
|
|
35107
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35108
|
-
}
|
|
35109
|
-
.E_gmyahx3:hover .link-text {
|
|
35110
|
-
color: #0080ff;
|
|
35111
|
-
}
|
|
35112
|
-
|
|
35113
|
-
span.E_tqjc4ui {
|
|
35114
|
-
margin: 0 2px;
|
|
35115
|
-
}
|
|
35116
|
-
|
|
35117
|
-
.E_n12mqh7z {
|
|
35118
|
-
display: flex;
|
|
35119
|
-
align-items: center;
|
|
35120
|
-
font-size: 12px;
|
|
35121
|
-
line-height: 18px;
|
|
35122
|
-
}
|
|
35123
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35124
|
-
margin-bottom: 4px;
|
|
35065
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35066
|
+
margin-right: 8px;
|
|
35125
35067
|
}
|
|
35126
|
-
|
|
35127
|
-
|
|
35128
|
-
margin: 0 3px;
|
|
35068
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35069
|
+
margin-right: 4px;
|
|
35129
35070
|
}
|
|
35130
|
-
|
|
35131
|
-
|
|
35132
|
-
|
|
35133
|
-
|
|
35071
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35072
|
+
cursor: pointer;
|
|
35073
|
+
width: 32px;
|
|
35074
|
+
height: 32px;
|
|
35075
|
+
justify-content: center;
|
|
35076
|
+
border-radius: 50%;
|
|
35077
|
+
}
|
|
35078
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35079
|
+
background: #fff;
|
|
35134
35080
|
}
|
|
35135
35081
|
|
|
35136
35082
|
.E_c1up1pdz {
|
|
@@ -35273,207 +35219,151 @@ span.E_tqjc4ui {
|
|
|
35273
35219
|
color: #fff;
|
|
35274
35220
|
}
|
|
35275
35221
|
|
|
35276
|
-
.
|
|
35277
|
-
|
|
35278
|
-
|
|
35279
|
-
|
|
35280
|
-
/* FIXME:(yanzhen) do this better */
|
|
35281
|
-
}
|
|
35282
|
-
.E_t160l1cm .tab-bar {
|
|
35283
|
-
flex-shrink: 0;
|
|
35284
|
-
display: flex;
|
|
35285
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
35286
|
-
}
|
|
35287
|
-
.E_t160l1cm .tab-content {
|
|
35288
|
-
height: 100%;
|
|
35289
|
-
}
|
|
35290
|
-
.E_t160l1cm .tab-menu-item {
|
|
35291
|
-
margin-right: 2px;
|
|
35292
|
-
padding: 1px 12px;
|
|
35293
|
-
line-height: 24px;
|
|
35294
|
-
height: 24px;
|
|
35295
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35296
|
-
border-radius: 4px 4px 0 0;
|
|
35297
|
-
cursor: pointer;
|
|
35298
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
35299
|
-
}
|
|
35300
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
35301
|
-
padding-left: 0;
|
|
35302
|
-
}
|
|
35303
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
35304
|
-
padding-left: 12px;
|
|
35305
|
-
}
|
|
35306
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
35307
|
-
color: #0080ff;
|
|
35308
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35222
|
+
.E_clm1wy1 {
|
|
35223
|
+
width: 192px;
|
|
35224
|
+
height: 246px;
|
|
35225
|
+
border-radius: 4px;
|
|
35309
35226
|
}
|
|
35310
|
-
.
|
|
35311
|
-
|
|
35227
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35228
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35229
|
+
width: 100%;
|
|
35230
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35231
|
+
border-top: none;
|
|
35312
35232
|
}
|
|
35313
|
-
.
|
|
35314
|
-
|
|
35233
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35234
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35235
|
+
padding: 0 16px;
|
|
35315
35236
|
}
|
|
35316
|
-
.
|
|
35317
|
-
|
|
35318
|
-
|
|
35237
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35238
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35239
|
+
width: 100%;
|
|
35240
|
+
height: 180px;
|
|
35241
|
+
border-spacing: 0;
|
|
35319
35242
|
}
|
|
35320
|
-
.
|
|
35321
|
-
|
|
35243
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35244
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35245
|
+
margin-bottom: 8px;
|
|
35322
35246
|
}
|
|
35323
|
-
.
|
|
35324
|
-
|
|
35247
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35248
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35249
|
+
width: 22px;
|
|
35325
35250
|
}
|
|
35326
|
-
.
|
|
35327
|
-
|
|
35251
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35252
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35253
|
+
padding: 0;
|
|
35328
35254
|
}
|
|
35329
|
-
.
|
|
35330
|
-
color:
|
|
35331
|
-
|
|
35255
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35256
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35257
|
+
opacity: 0.4;
|
|
35332
35258
|
}
|
|
35333
|
-
.
|
|
35334
|
-
|
|
35259
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35260
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35261
|
+
opacity: 1;
|
|
35335
35262
|
}
|
|
35336
|
-
.
|
|
35337
|
-
|
|
35263
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35264
|
+
color: #3e4652;
|
|
35338
35265
|
}
|
|
35339
|
-
.
|
|
35340
|
-
|
|
35341
|
-
height: 22px;
|
|
35266
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35267
|
+
pointer-events: none;
|
|
35342
35268
|
}
|
|
35343
|
-
|
|
35344
|
-
|
|
35269
|
+
|
|
35270
|
+
.E_t1tsm00v {
|
|
35271
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35272
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35273
|
+
backdrop-filter: blur(10px);
|
|
35274
|
+
padding: 7px 10px;
|
|
35345
35275
|
}
|
|
35346
|
-
|
|
35347
|
-
|
|
35276
|
+
|
|
35277
|
+
.E_c167wnad {
|
|
35278
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35348
35279
|
display: flex;
|
|
35280
|
+
justify-content: space-between;
|
|
35349
35281
|
align-items: center;
|
|
35350
|
-
|
|
35282
|
+
padding: 8px 16px;
|
|
35351
35283
|
}
|
|
35352
|
-
.
|
|
35353
|
-
|
|
35354
|
-
max-width: 0;
|
|
35355
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
35284
|
+
.E_c167wnad .anticon {
|
|
35285
|
+
cursor: pointer;
|
|
35356
35286
|
}
|
|
35357
|
-
.
|
|
35358
|
-
|
|
35359
|
-
position: relative;
|
|
35360
|
-
display: flex;
|
|
35287
|
+
.E_c167wnad .anticon:hover {
|
|
35288
|
+
color: #0096ff;
|
|
35361
35289
|
}
|
|
35362
|
-
|
|
35363
|
-
|
|
35364
|
-
|
|
35365
|
-
top: 50%;
|
|
35366
|
-
left: 0;
|
|
35367
|
-
transform: translate(-50%, -50%);
|
|
35368
|
-
transition: opacity 100ms linear;
|
|
35369
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
35290
|
+
|
|
35291
|
+
.E_cxhf7dh {
|
|
35292
|
+
text-align: center;
|
|
35370
35293
|
}
|
|
35371
|
-
.
|
|
35372
|
-
|
|
35294
|
+
.E_cxhf7dh .dots {
|
|
35295
|
+
display: flex;
|
|
35296
|
+
justify-content: center;
|
|
35373
35297
|
}
|
|
35374
|
-
.
|
|
35375
|
-
padding: 1px 12px;
|
|
35298
|
+
.E_cxhf7dh .dot {
|
|
35376
35299
|
display: inline-block;
|
|
35377
|
-
|
|
35378
|
-
|
|
35379
|
-
|
|
35380
|
-
|
|
35381
|
-
padding: 1px 12px;
|
|
35382
|
-
color: #005ed1;
|
|
35383
|
-
}
|
|
35384
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35385
|
-
opacity: 1;
|
|
35386
|
-
}
|
|
35387
|
-
.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 {
|
|
35388
|
-
background: rgba(0, 128, 255, 0.16);
|
|
35389
|
-
}
|
|
35390
|
-
.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 {
|
|
35391
|
-
opacity: 0;
|
|
35392
|
-
}
|
|
35393
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
35394
|
-
padding: 4px 16px;
|
|
35395
|
-
height: 32px;
|
|
35396
|
-
border-radius: 6px 6px 0 0;
|
|
35397
|
-
}
|
|
35398
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
35399
|
-
padding-left: 0;
|
|
35400
|
-
}
|
|
35401
|
-
.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 {
|
|
35402
|
-
padding-left: 16px;
|
|
35403
|
-
}
|
|
35404
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
35405
|
-
margin-left: 11px;
|
|
35406
|
-
height: 24px;
|
|
35407
|
-
}
|
|
35408
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
35409
|
-
padding: 0;
|
|
35410
|
-
}
|
|
35411
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
35412
|
-
padding: 4px 16px;
|
|
35413
|
-
}
|
|
35414
|
-
.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 {
|
|
35415
|
-
padding: 4px 16px;
|
|
35300
|
+
width: 2px;
|
|
35301
|
+
height: 2px;
|
|
35302
|
+
border-radius: 1px;
|
|
35303
|
+
background: #0096ff;
|
|
35416
35304
|
}
|
|
35417
|
-
.
|
|
35418
|
-
|
|
35305
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35306
|
+
margin-right: 2px;
|
|
35419
35307
|
}
|
|
35420
|
-
.
|
|
35421
|
-
|
|
35308
|
+
.E_cxhf7dh .bar {
|
|
35309
|
+
width: 9px;
|
|
35310
|
+
height: 2px;
|
|
35311
|
+
background: #0096ff;
|
|
35312
|
+
border-radius: 2px;
|
|
35422
35313
|
}
|
|
35423
|
-
|
|
35424
|
-
|
|
35425
|
-
|
|
35314
|
+
|
|
35315
|
+
.E_n12mqh7z {
|
|
35316
|
+
display: flex;
|
|
35317
|
+
align-items: center;
|
|
35318
|
+
font-size: 12px;
|
|
35319
|
+
line-height: 18px;
|
|
35426
35320
|
}
|
|
35427
|
-
.
|
|
35428
|
-
|
|
35321
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35322
|
+
margin-bottom: 4px;
|
|
35429
35323
|
}
|
|
35430
|
-
|
|
35431
|
-
|
|
35324
|
+
|
|
35325
|
+
.E_tf5bynu {
|
|
35326
|
+
margin: 0 3px;
|
|
35432
35327
|
}
|
|
35433
|
-
|
|
35434
|
-
|
|
35328
|
+
|
|
35329
|
+
.E_tcckoz1 {
|
|
35330
|
+
max-height: 400px;
|
|
35331
|
+
overflow: auto;
|
|
35435
35332
|
}
|
|
35436
|
-
|
|
35437
|
-
|
|
35333
|
+
|
|
35334
|
+
.E_ou7iq30 {
|
|
35335
|
+
overflow: hidden;
|
|
35336
|
+
text-overflow: ellipsis;
|
|
35438
35337
|
}
|
|
35439
|
-
|
|
35440
|
-
|
|
35441
|
-
|
|
35442
|
-
flex-direction: column;
|
|
35338
|
+
|
|
35339
|
+
.E_s1tui002 {
|
|
35340
|
+
white-space: nowrap;
|
|
35443
35341
|
}
|
|
35444
|
-
|
|
35445
|
-
|
|
35342
|
+
|
|
35343
|
+
.E_mxrc2zg {
|
|
35344
|
+
display: -webkit-box;
|
|
35345
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35346
|
+
-webkit-box-orient: vertical;
|
|
35347
|
+
word-break: break-all;
|
|
35446
35348
|
}
|
|
35447
35349
|
|
|
35448
|
-
.
|
|
35449
|
-
|
|
35450
|
-
animation: none;
|
|
35350
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35351
|
+
display: none;
|
|
35451
35352
|
}
|
|
35452
|
-
.
|
|
35453
|
-
|
|
35454
|
-
|
|
35353
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35354
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35355
|
+
border-radius: 4px;
|
|
35455
35356
|
}
|
|
35456
|
-
.
|
|
35457
|
-
|
|
35458
|
-
height: 32px;
|
|
35459
|
-
line-height: 32px;
|
|
35460
|
-
font-size: 13px;
|
|
35461
|
-
padding: 0 10px;
|
|
35462
|
-
display: block;
|
|
35463
|
-
overflow: hidden;
|
|
35464
|
-
text-overflow: ellipsis;
|
|
35465
|
-
white-space: nowrap;
|
|
35357
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35358
|
+
visibility: hidden;
|
|
35466
35359
|
}
|
|
35467
|
-
|
|
35468
|
-
|
|
35469
|
-
|
|
35470
|
-
|
|
35471
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35472
|
-
display: block;
|
|
35360
|
+
|
|
35361
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35362
|
+
display: flex;
|
|
35363
|
+
align-items: center;
|
|
35473
35364
|
}
|
|
35474
|
-
.
|
|
35475
|
-
|
|
35476
|
-
background: transparent;
|
|
35365
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35366
|
+
margin-right: 8px;
|
|
35477
35367
|
}
|
|
35478
35368
|
|
|
35479
35369
|
.E_t1sqg15u {
|
|
@@ -35566,33 +35456,6 @@ span.E_tqjc4ui {
|
|
|
35566
35456
|
padding-right: 12px;
|
|
35567
35457
|
}
|
|
35568
35458
|
|
|
35569
|
-
.E_ou7iq30 {
|
|
35570
|
-
overflow: hidden;
|
|
35571
|
-
text-overflow: ellipsis;
|
|
35572
|
-
}
|
|
35573
|
-
|
|
35574
|
-
.E_s1tui002 {
|
|
35575
|
-
white-space: nowrap;
|
|
35576
|
-
}
|
|
35577
|
-
|
|
35578
|
-
.E_mxrc2zg {
|
|
35579
|
-
display: -webkit-box;
|
|
35580
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35581
|
-
-webkit-box-orient: vertical;
|
|
35582
|
-
word-break: break-all;
|
|
35583
|
-
}
|
|
35584
|
-
|
|
35585
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35586
|
-
display: none;
|
|
35587
|
-
}
|
|
35588
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35589
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35590
|
-
border-radius: 4px;
|
|
35591
|
-
}
|
|
35592
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35593
|
-
visibility: hidden;
|
|
35594
|
-
}
|
|
35595
|
-
|
|
35596
35459
|
.E_s1at6qmn.ant-layout-sider {
|
|
35597
35460
|
background: #edf0f7;
|
|
35598
35461
|
padding: 32px 8px;
|
|
@@ -35674,44 +35537,239 @@ span.E_tqjc4ui {
|
|
|
35674
35537
|
transition: all 0s;
|
|
35675
35538
|
overflow: hidden;
|
|
35676
35539
|
}
|
|
35677
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35678
|
-
visibility: hidden;
|
|
35540
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35541
|
+
visibility: hidden;
|
|
35542
|
+
}
|
|
35543
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35544
|
+
width: 36px;
|
|
35545
|
+
padding: 0 6px;
|
|
35546
|
+
}
|
|
35547
|
+
|
|
35548
|
+
.E_n1ugzfva {
|
|
35549
|
+
display: flex;
|
|
35550
|
+
place-items: center;
|
|
35551
|
+
width: 100% !important;
|
|
35552
|
+
}
|
|
35553
|
+
.E_n1ugzfva[disabled] {
|
|
35554
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35555
|
+
opacity: 1 !important;
|
|
35556
|
+
}
|
|
35557
|
+
.E_n1ugzfva.ant-btn {
|
|
35558
|
+
width: 100%;
|
|
35559
|
+
color: #00122e;
|
|
35560
|
+
}
|
|
35561
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35562
|
+
margin-right: 12px;
|
|
35563
|
+
}
|
|
35564
|
+
.E_n1ugzfva .link-title {
|
|
35565
|
+
flex: 1;
|
|
35566
|
+
overflow: hidden;
|
|
35567
|
+
white-space: nowrap;
|
|
35568
|
+
text-overflow: ellipsis;
|
|
35569
|
+
text-align: left;
|
|
35570
|
+
}
|
|
35571
|
+
|
|
35572
|
+
.E_t160l1cm {
|
|
35573
|
+
display: flex;
|
|
35574
|
+
flex-direction: column;
|
|
35575
|
+
flex: 1;
|
|
35576
|
+
/* FIXME:(yanzhen) do this better */
|
|
35577
|
+
}
|
|
35578
|
+
.E_t160l1cm .tab-bar {
|
|
35579
|
+
flex-shrink: 0;
|
|
35580
|
+
display: flex;
|
|
35581
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
35582
|
+
}
|
|
35583
|
+
.E_t160l1cm .tab-content {
|
|
35584
|
+
height: 100%;
|
|
35585
|
+
}
|
|
35586
|
+
.E_t160l1cm .tab-menu-item {
|
|
35587
|
+
margin-right: 2px;
|
|
35588
|
+
padding: 1px 12px;
|
|
35589
|
+
line-height: 24px;
|
|
35590
|
+
height: 24px;
|
|
35591
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35592
|
+
border-radius: 4px 4px 0 0;
|
|
35593
|
+
cursor: pointer;
|
|
35594
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
35595
|
+
}
|
|
35596
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
35597
|
+
padding-left: 0;
|
|
35598
|
+
}
|
|
35599
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
35600
|
+
padding-left: 12px;
|
|
35601
|
+
}
|
|
35602
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
35603
|
+
color: #0080ff;
|
|
35604
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35605
|
+
}
|
|
35606
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
35607
|
+
fill: #0080ff;
|
|
35608
|
+
}
|
|
35609
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
35610
|
+
background: rgba(192, 203, 224, 0.6);
|
|
35611
|
+
}
|
|
35612
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
35613
|
+
color: #0080ff;
|
|
35614
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35615
|
+
}
|
|
35616
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
35617
|
+
background: rgba(192, 203, 224, 0.6);
|
|
35618
|
+
}
|
|
35619
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
35620
|
+
background: rgba(0, 128, 255, 0.16);
|
|
35621
|
+
}
|
|
35622
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
35623
|
+
fill: #0080ff;
|
|
35624
|
+
}
|
|
35625
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
35626
|
+
color: #0080ff;
|
|
35627
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35628
|
+
}
|
|
35629
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
35630
|
+
background: rgba(0, 128, 255, 0.16);
|
|
35631
|
+
}
|
|
35632
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
35633
|
+
fill: #1d326c;
|
|
35634
|
+
}
|
|
35635
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
35636
|
+
margin-left: 8px;
|
|
35637
|
+
height: 22px;
|
|
35638
|
+
}
|
|
35639
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
35640
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
35641
|
+
}
|
|
35642
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
35643
|
+
padding: 0;
|
|
35644
|
+
display: flex;
|
|
35645
|
+
align-items: center;
|
|
35646
|
+
overflow: hidden;
|
|
35647
|
+
}
|
|
35648
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
35649
|
+
opacity: 0;
|
|
35650
|
+
max-width: 0;
|
|
35651
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
35652
|
+
}
|
|
35653
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
35654
|
+
padding: 1px 12px;
|
|
35655
|
+
position: relative;
|
|
35656
|
+
display: flex;
|
|
35657
|
+
}
|
|
35658
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
35659
|
+
opacity: 0;
|
|
35660
|
+
position: absolute;
|
|
35661
|
+
top: 50%;
|
|
35662
|
+
left: 0;
|
|
35663
|
+
transform: translate(-50%, -50%);
|
|
35664
|
+
transition: opacity 100ms linear;
|
|
35665
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
35666
|
+
}
|
|
35667
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
35668
|
+
color: #0080ff;
|
|
35669
|
+
}
|
|
35670
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35671
|
+
padding: 1px 12px;
|
|
35672
|
+
display: inline-block;
|
|
35673
|
+
opacity: 1;
|
|
35674
|
+
max-width: 160px;
|
|
35675
|
+
}
|
|
35676
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
35677
|
+
padding: 1px 12px;
|
|
35678
|
+
color: #005ed1;
|
|
35679
|
+
}
|
|
35680
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35681
|
+
opacity: 1;
|
|
35682
|
+
}
|
|
35683
|
+
.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 {
|
|
35684
|
+
background: rgba(0, 128, 255, 0.16);
|
|
35685
|
+
}
|
|
35686
|
+
.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 {
|
|
35687
|
+
opacity: 0;
|
|
35688
|
+
}
|
|
35689
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
35690
|
+
padding: 4px 16px;
|
|
35691
|
+
height: 32px;
|
|
35692
|
+
border-radius: 6px 6px 0 0;
|
|
35693
|
+
}
|
|
35694
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
35695
|
+
padding-left: 0;
|
|
35696
|
+
}
|
|
35697
|
+
.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 {
|
|
35698
|
+
padding-left: 16px;
|
|
35699
|
+
}
|
|
35700
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
35701
|
+
margin-left: 11px;
|
|
35702
|
+
height: 24px;
|
|
35703
|
+
}
|
|
35704
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
35705
|
+
padding: 0;
|
|
35706
|
+
}
|
|
35707
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
35708
|
+
padding: 4px 16px;
|
|
35709
|
+
}
|
|
35710
|
+
.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 {
|
|
35711
|
+
padding: 4px 16px;
|
|
35712
|
+
}
|
|
35713
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
35714
|
+
background: #fff;
|
|
35715
|
+
}
|
|
35716
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
35717
|
+
color: #005ed1;
|
|
35718
|
+
}
|
|
35719
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
35720
|
+
background: #fff;
|
|
35721
|
+
color: #1d326c;
|
|
35722
|
+
}
|
|
35723
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35724
|
+
color: rgba(45, 58, 86, 0.6);
|
|
35725
|
+
}
|
|
35726
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
35727
|
+
color: #1d326c;
|
|
35728
|
+
}
|
|
35729
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35730
|
+
fill: #d8deeb;
|
|
35679
35731
|
}
|
|
35680
|
-
.
|
|
35681
|
-
|
|
35682
|
-
padding: 0 6px;
|
|
35732
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
35733
|
+
fill: #1d326c;
|
|
35683
35734
|
}
|
|
35684
|
-
|
|
35685
|
-
|
|
35735
|
+
.E_t160l1cm .tab-content {
|
|
35736
|
+
flex: 1;
|
|
35686
35737
|
display: flex;
|
|
35687
|
-
|
|
35688
|
-
width: 100% !important;
|
|
35738
|
+
flex-direction: column;
|
|
35689
35739
|
}
|
|
35690
|
-
.
|
|
35691
|
-
|
|
35692
|
-
opacity: 1 !important;
|
|
35740
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
35741
|
+
overflow: visible;
|
|
35693
35742
|
}
|
|
35694
|
-
|
|
35695
|
-
|
|
35696
|
-
|
|
35743
|
+
|
|
35744
|
+
.E_t14npdqr {
|
|
35745
|
+
max-width: 240px;
|
|
35746
|
+
animation: none;
|
|
35697
35747
|
}
|
|
35698
|
-
.
|
|
35699
|
-
|
|
35748
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
35749
|
+
border: 1px solid #0080ff;
|
|
35750
|
+
padding: 0;
|
|
35700
35751
|
}
|
|
35701
|
-
.
|
|
35702
|
-
|
|
35752
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
35753
|
+
margin: 0;
|
|
35754
|
+
height: 32px;
|
|
35755
|
+
line-height: 32px;
|
|
35756
|
+
font-size: 13px;
|
|
35757
|
+
padding: 0 10px;
|
|
35758
|
+
display: block;
|
|
35703
35759
|
overflow: hidden;
|
|
35704
|
-
white-space: nowrap;
|
|
35705
35760
|
text-overflow: ellipsis;
|
|
35706
|
-
|
|
35761
|
+
white-space: nowrap;
|
|
35707
35762
|
}
|
|
35708
|
-
|
|
35709
|
-
|
|
35710
|
-
|
|
35711
|
-
|
|
35763
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
35764
|
+
content: " ";
|
|
35765
|
+
height: 1px;
|
|
35766
|
+
width: calc(100% + 10px);
|
|
35767
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35768
|
+
display: block;
|
|
35712
35769
|
}
|
|
35713
|
-
.
|
|
35714
|
-
|
|
35770
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35771
|
+
color: #0080ff;
|
|
35772
|
+
background: transparent;
|
|
35715
35773
|
}
|
|
35716
35774
|
|
|
35717
35775
|
.E_wg1tsps {
|
|
@@ -35790,12 +35848,6 @@ span.E_tqjc4ui {
|
|
|
35790
35848
|
justify-content: center;
|
|
35791
35849
|
}
|
|
35792
35850
|
|
|
35793
|
-
.E_h1ol2wl7 {
|
|
35794
|
-
font-weight: bold;
|
|
35795
|
-
background-color: unset;
|
|
35796
|
-
padding: unset;
|
|
35797
|
-
}
|
|
35798
|
-
|
|
35799
35851
|
.E_i5w779o {
|
|
35800
35852
|
padding: 8px 0;
|
|
35801
35853
|
}
|
|
@@ -35837,6 +35889,12 @@ span.E_tqjc4ui {
|
|
|
35837
35889
|
color: rgba(0, 21, 64, 0.3);
|
|
35838
35890
|
}
|
|
35839
35891
|
|
|
35892
|
+
.E_h1ol2wl7 {
|
|
35893
|
+
font-weight: bold;
|
|
35894
|
+
background-color: unset;
|
|
35895
|
+
padding: unset;
|
|
35896
|
+
}
|
|
35897
|
+
|
|
35840
35898
|
.E_kr6am0s .ant-modal-body {
|
|
35841
35899
|
padding: 60px 128px;
|
|
35842
35900
|
}
|
|
@@ -35924,6 +35982,97 @@ span.E_tqjc4ui {
|
|
|
35924
35982
|
}
|
|
35925
35983
|
}
|
|
35926
35984
|
|
|
35985
|
+
.E_c1ss4prm {
|
|
35986
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35987
|
+
}
|
|
35988
|
+
.E_c1ss4prm li {
|
|
35989
|
+
margin-bottom: 4px;
|
|
35990
|
+
}
|
|
35991
|
+
.E_c1ss4prm li:last-child {
|
|
35992
|
+
margin-bottom: 0;
|
|
35993
|
+
}
|
|
35994
|
+
|
|
35995
|
+
.E_ms3tlei {
|
|
35996
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35997
|
+
padding: 8px;
|
|
35998
|
+
border-radius: 6px;
|
|
35999
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36000
|
+
}
|
|
36001
|
+
.E_ms3tlei li {
|
|
36002
|
+
margin-bottom: 4px;
|
|
36003
|
+
}
|
|
36004
|
+
.E_ms3tlei li:last-child {
|
|
36005
|
+
margin-bottom: 0;
|
|
36006
|
+
}
|
|
36007
|
+
|
|
36008
|
+
.E_du44iy7 {
|
|
36009
|
+
margin-bottom: 4px;
|
|
36010
|
+
}
|
|
36011
|
+
|
|
36012
|
+
.E_s1qmhanr {
|
|
36013
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36014
|
+
margin-bottom: 8px;
|
|
36015
|
+
}
|
|
36016
|
+
|
|
36017
|
+
.E_drje1h0 {
|
|
36018
|
+
height: 1px;
|
|
36019
|
+
background: #e4e9f2;
|
|
36020
|
+
margin: 16px 0;
|
|
36021
|
+
}
|
|
36022
|
+
|
|
36023
|
+
.E_cevhqx7 {
|
|
36024
|
+
color: #00122e;
|
|
36025
|
+
}
|
|
36026
|
+
|
|
36027
|
+
.E_snbqlt4 {
|
|
36028
|
+
margin-top: 8px;
|
|
36029
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36030
|
+
}
|
|
36031
|
+
|
|
36032
|
+
.E_c14ouk5o {
|
|
36033
|
+
width: 100%;
|
|
36034
|
+
height: 100%;
|
|
36035
|
+
display: flex;
|
|
36036
|
+
font-size: 12px;
|
|
36037
|
+
line-height: 18px;
|
|
36038
|
+
padding: 8px 0;
|
|
36039
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36040
|
+
}
|
|
36041
|
+
.E_c14ouk5o:last-of-type {
|
|
36042
|
+
box-shadow: none;
|
|
36043
|
+
padding-bottom: 0;
|
|
36044
|
+
}
|
|
36045
|
+
.E_c14ouk5o.collapsed {
|
|
36046
|
+
flex-direction: column;
|
|
36047
|
+
}
|
|
36048
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36049
|
+
display: flex;
|
|
36050
|
+
}
|
|
36051
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36052
|
+
flex: 1;
|
|
36053
|
+
display: flex;
|
|
36054
|
+
justify-content: space-between;
|
|
36055
|
+
}
|
|
36056
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36057
|
+
height: auto;
|
|
36058
|
+
}
|
|
36059
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36060
|
+
margin-left: 162px;
|
|
36061
|
+
}
|
|
36062
|
+
.E_c14ouk5o .col-label {
|
|
36063
|
+
width: 216px;
|
|
36064
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36065
|
+
margin-right: 12px;
|
|
36066
|
+
flex-shrink: 0;
|
|
36067
|
+
}
|
|
36068
|
+
.E_c14ouk5o .col-content {
|
|
36069
|
+
color: #2d3a56;
|
|
36070
|
+
/* make btn link in info row have the same height as normal text */
|
|
36071
|
+
}
|
|
36072
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36073
|
+
height: auto;
|
|
36074
|
+
}
|
|
36075
|
+
|
|
35927
36076
|
.E_c1kchka8 {
|
|
35928
36077
|
height: 100%;
|
|
35929
36078
|
width: 100%;
|
|
@@ -36414,95 +36563,4 @@ span.E_tqjc4ui {
|
|
|
36414
36563
|
}
|
|
36415
36564
|
.E_rzaik16 .ant-popover-inner-content {
|
|
36416
36565
|
padding: 0;
|
|
36417
|
-
}
|
|
36418
|
-
|
|
36419
|
-
.E_c14ouk5o {
|
|
36420
|
-
width: 100%;
|
|
36421
|
-
height: 100%;
|
|
36422
|
-
display: flex;
|
|
36423
|
-
font-size: 12px;
|
|
36424
|
-
line-height: 18px;
|
|
36425
|
-
padding: 8px 0;
|
|
36426
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36427
|
-
}
|
|
36428
|
-
.E_c14ouk5o:last-of-type {
|
|
36429
|
-
box-shadow: none;
|
|
36430
|
-
padding-bottom: 0;
|
|
36431
|
-
}
|
|
36432
|
-
.E_c14ouk5o.collapsed {
|
|
36433
|
-
flex-direction: column;
|
|
36434
|
-
}
|
|
36435
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36436
|
-
display: flex;
|
|
36437
|
-
}
|
|
36438
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36439
|
-
flex: 1;
|
|
36440
|
-
display: flex;
|
|
36441
|
-
justify-content: space-between;
|
|
36442
|
-
}
|
|
36443
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36444
|
-
height: auto;
|
|
36445
|
-
}
|
|
36446
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36447
|
-
margin-left: 162px;
|
|
36448
|
-
}
|
|
36449
|
-
.E_c14ouk5o .col-label {
|
|
36450
|
-
width: 216px;
|
|
36451
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36452
|
-
margin-right: 12px;
|
|
36453
|
-
flex-shrink: 0;
|
|
36454
|
-
}
|
|
36455
|
-
.E_c14ouk5o .col-content {
|
|
36456
|
-
color: #2d3a56;
|
|
36457
|
-
/* make btn link in info row have the same height as normal text */
|
|
36458
|
-
}
|
|
36459
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36460
|
-
height: auto;
|
|
36461
|
-
}
|
|
36462
|
-
|
|
36463
|
-
.E_c1ss4prm {
|
|
36464
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36465
|
-
}
|
|
36466
|
-
.E_c1ss4prm li {
|
|
36467
|
-
margin-bottom: 4px;
|
|
36468
|
-
}
|
|
36469
|
-
.E_c1ss4prm li:last-child {
|
|
36470
|
-
margin-bottom: 0;
|
|
36471
|
-
}
|
|
36472
|
-
|
|
36473
|
-
.E_ms3tlei {
|
|
36474
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36475
|
-
padding: 8px;
|
|
36476
|
-
border-radius: 6px;
|
|
36477
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36478
|
-
}
|
|
36479
|
-
.E_ms3tlei li {
|
|
36480
|
-
margin-bottom: 4px;
|
|
36481
|
-
}
|
|
36482
|
-
.E_ms3tlei li:last-child {
|
|
36483
|
-
margin-bottom: 0;
|
|
36484
|
-
}
|
|
36485
|
-
|
|
36486
|
-
.E_du44iy7 {
|
|
36487
|
-
margin-bottom: 4px;
|
|
36488
|
-
}
|
|
36489
|
-
|
|
36490
|
-
.E_s1qmhanr {
|
|
36491
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36492
|
-
margin-bottom: 8px;
|
|
36493
|
-
}
|
|
36494
|
-
|
|
36495
|
-
.E_drje1h0 {
|
|
36496
|
-
height: 1px;
|
|
36497
|
-
background: #e4e9f2;
|
|
36498
|
-
margin: 16px 0;
|
|
36499
|
-
}
|
|
36500
|
-
|
|
36501
|
-
.E_cevhqx7 {
|
|
36502
|
-
color: #00122e;
|
|
36503
|
-
}
|
|
36504
|
-
|
|
36505
|
-
.E_snbqlt4 {
|
|
36506
|
-
margin-top: 8px;
|
|
36507
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36508
36566
|
}
|