@cloudtower/eagle 0.33.44 → 0.33.45
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/LineChart/LineChartLegend.js +7 -5
- package/dist/cjs/core/LineChart/TooltipFormatter.js +7 -6
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1879 -1869
- package/dist/esm/core/LineChart/LineChartLegend.js +4 -2
- package/dist/esm/core/LineChart/TooltipFormatter.js +7 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2888 -2878
- package/dist/src/core/LineChart/type.d.ts +1 -0
- package/dist/stories/docs/core/LineChart.stories.d.ts +1 -0
- package/dist/style.css +1879 -1869
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29673,33 +29673,24 @@ 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
|
-
.
|
|
29677
|
-
|
|
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;
|
|
29676
|
+
.E_m74vjol {
|
|
29677
|
+
display: flex;
|
|
29678
|
+
justify-content: space-between;
|
|
29679
|
+
width: 100%;
|
|
29689
29680
|
}
|
|
29690
|
-
.
|
|
29691
|
-
margin-left:
|
|
29681
|
+
.E_m74vjol .action {
|
|
29682
|
+
margin-left: 16px;
|
|
29692
29683
|
}
|
|
29693
|
-
|
|
29694
|
-
|
|
29695
|
-
|
|
29684
|
+
|
|
29685
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29686
|
+
padding-right: 12px;
|
|
29696
29687
|
}
|
|
29697
|
-
.
|
|
29698
|
-
|
|
29699
|
-
|
|
29688
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29689
|
+
height: fit-content;
|
|
29690
|
+
margin-left: 16px;
|
|
29700
29691
|
}
|
|
29701
|
-
.
|
|
29702
|
-
|
|
29692
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29693
|
+
flex: 1;
|
|
29703
29694
|
}
|
|
29704
29695
|
|
|
29705
29696
|
.E_c18gxmrl {
|
|
@@ -29722,42 +29713,6 @@ html body {
|
|
|
29722
29713
|
padding: 8px 12px;
|
|
29723
29714
|
}
|
|
29724
29715
|
|
|
29725
|
-
.E_m74vjol {
|
|
29726
|
-
display: flex;
|
|
29727
|
-
justify-content: space-between;
|
|
29728
|
-
width: 100%;
|
|
29729
|
-
}
|
|
29730
|
-
.E_m74vjol .action {
|
|
29731
|
-
margin-left: 16px;
|
|
29732
|
-
}
|
|
29733
|
-
|
|
29734
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
29735
|
-
padding-right: 12px;
|
|
29736
|
-
}
|
|
29737
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29738
|
-
height: fit-content;
|
|
29739
|
-
margin-left: 16px;
|
|
29740
|
-
}
|
|
29741
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29742
|
-
flex: 1;
|
|
29743
|
-
}
|
|
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
|
-
|
|
29761
29716
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29762
29717
|
justify-content: center;
|
|
29763
29718
|
}
|
|
@@ -30015,26 +29970,49 @@ html body {
|
|
|
30015
29970
|
justify-content: center;
|
|
30016
29971
|
}
|
|
30017
29972
|
|
|
30018
|
-
.
|
|
30019
|
-
|
|
29973
|
+
.E_berrcjl {
|
|
29974
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29975
|
+
margin-bottom: 4px;
|
|
30020
29976
|
}
|
|
30021
|
-
.
|
|
30022
|
-
|
|
30023
|
-
|
|
30024
|
-
|
|
30025
|
-
line-height: 32px;
|
|
29977
|
+
.E_berrcjl .breadcrumb-link {
|
|
29978
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29979
|
+
cursor: pointer;
|
|
29980
|
+
transition: color 160ms ease;
|
|
30026
29981
|
}
|
|
30027
|
-
.
|
|
30028
|
-
|
|
30029
|
-
border-radius: 8px;
|
|
30030
|
-
background: #fff;
|
|
29982
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29983
|
+
color: #0080ff;
|
|
30031
29984
|
}
|
|
30032
|
-
.
|
|
30033
|
-
|
|
30034
|
-
|
|
30035
|
-
|
|
30036
|
-
|
|
30037
|
-
|
|
29985
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29986
|
+
color: #005ed1;
|
|
29987
|
+
}
|
|
29988
|
+
|
|
29989
|
+
.E_b1nip9bk {
|
|
29990
|
+
padding: 4px 11px;
|
|
29991
|
+
}
|
|
29992
|
+
|
|
29993
|
+
.E_bqamoqe {
|
|
29994
|
+
white-space: nowrap;
|
|
29995
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29996
|
+
}
|
|
29997
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29998
|
+
--color: #0080ff;
|
|
29999
|
+
}
|
|
30000
|
+
.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] {
|
|
30001
|
+
--color: #0080ff;
|
|
30002
|
+
}
|
|
30003
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30004
|
+
margin-left: 1px;
|
|
30005
|
+
}
|
|
30006
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30007
|
+
border-top-right-radius: 0;
|
|
30008
|
+
border-bottom-right-radius: 0;
|
|
30009
|
+
}
|
|
30010
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30011
|
+
border-top-left-radius: 0;
|
|
30012
|
+
border-bottom-left-radius: 0;
|
|
30013
|
+
}
|
|
30014
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30015
|
+
border-radius: unset;
|
|
30038
30016
|
}
|
|
30039
30017
|
|
|
30040
30018
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
@@ -30050,102 +30028,55 @@ html body {
|
|
|
30050
30028
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30051
30029
|
}
|
|
30052
30030
|
|
|
30053
|
-
.
|
|
30054
|
-
|
|
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;
|
|
30031
|
+
.E_c1uzzomf {
|
|
30032
|
+
margin-bottom: 16px;
|
|
30062
30033
|
}
|
|
30063
|
-
.
|
|
30064
|
-
|
|
30065
|
-
height: auto;
|
|
30066
|
-
font-size: 13px;
|
|
30034
|
+
.E_c1uzzomf .card-title {
|
|
30035
|
+
font-size: 16px;
|
|
30067
30036
|
color: rgba(44, 56, 82, 0.6);
|
|
30068
|
-
|
|
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;
|
|
30037
|
+
font-weight: 700;
|
|
30038
|
+
line-height: 32px;
|
|
30080
30039
|
}
|
|
30081
|
-
.
|
|
30082
|
-
|
|
30083
|
-
|
|
30084
|
-
|
|
30040
|
+
.E_c1uzzomf .card-body {
|
|
30041
|
+
padding: 24px;
|
|
30042
|
+
border-radius: 8px;
|
|
30043
|
+
background: #fff;
|
|
30085
30044
|
}
|
|
30086
|
-
|
|
30087
|
-
|
|
30088
|
-
|
|
30045
|
+
.E_c1uzzomf .empty {
|
|
30046
|
+
font-weight: 700;
|
|
30047
|
+
font-size: 14px;
|
|
30048
|
+
line-height: 22px;
|
|
30049
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30050
|
+
text-align: center;
|
|
30089
30051
|
}
|
|
30090
30052
|
|
|
30091
|
-
.
|
|
30092
|
-
|
|
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;
|
|
30053
|
+
.E_c1yyuluq {
|
|
30054
|
+
border-radius: 8px;
|
|
30120
30055
|
}
|
|
30121
|
-
.
|
|
30122
|
-
|
|
30123
|
-
border-radius: 6px;
|
|
30056
|
+
.E_c1yyuluq .ant-card-body {
|
|
30057
|
+
padding: 20px 24px 24px 24px;
|
|
30124
30058
|
}
|
|
30125
|
-
|
|
30126
|
-
|
|
30127
|
-
|
|
30128
|
-
|
|
30059
|
+
|
|
30060
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30061
|
+
border: 0px;
|
|
30062
|
+
background-color: #fff;
|
|
30129
30063
|
}
|
|
30130
|
-
.
|
|
30131
|
-
|
|
30132
|
-
|
|
30064
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30065
|
+
padding-top: 0px;
|
|
30066
|
+
padding-bottom: 0px;
|
|
30067
|
+
padding-left: 0px !important;
|
|
30068
|
+
padding-right: 24px;
|
|
30133
30069
|
}
|
|
30134
|
-
.
|
|
30135
|
-
|
|
30136
|
-
border: 1px;
|
|
30137
|
-
padding: 5px 12px;
|
|
30138
|
-
font-size: inherit;
|
|
30070
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30071
|
+
right: 0px;
|
|
30139
30072
|
}
|
|
30140
|
-
.
|
|
30141
|
-
|
|
30142
|
-
border: 1px;
|
|
30143
|
-
padding: 8px 16px;
|
|
30073
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30074
|
+
padding: 0px;
|
|
30144
30075
|
}
|
|
30145
|
-
|
|
30146
|
-
|
|
30147
|
-
|
|
30148
|
-
|
|
30076
|
+
|
|
30077
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30078
|
+
padding-right: 0px;
|
|
30079
|
+
cursor: default;
|
|
30149
30080
|
}
|
|
30150
30081
|
|
|
30151
30082
|
.E_d1bw7c5z {
|
|
@@ -30231,92 +30162,8 @@ html body {
|
|
|
30231
30162
|
width: 102px;
|
|
30232
30163
|
}
|
|
30233
30164
|
|
|
30234
|
-
.
|
|
30235
|
-
display:
|
|
30236
|
-
}
|
|
30237
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30238
|
-
padding: 4px 11px;
|
|
30239
|
-
display: inline-flex;
|
|
30240
|
-
line-height: 1.5715;
|
|
30241
|
-
height: inherit;
|
|
30242
|
-
}
|
|
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;
|
|
30278
|
-
}
|
|
30279
|
-
|
|
30280
|
-
.E_iouxfgt {
|
|
30281
|
-
display: inline-flex;
|
|
30282
|
-
align-items: center;
|
|
30283
|
-
}
|
|
30284
|
-
.E_iouxfgt .icon-inner {
|
|
30285
|
-
display: inline-flex;
|
|
30286
|
-
align-items: center;
|
|
30287
|
-
justify-content: center;
|
|
30288
|
-
}
|
|
30289
|
-
.E_iouxfgt .icon-inner + span,
|
|
30290
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30291
|
-
margin-left: 4px;
|
|
30292
|
-
}
|
|
30293
|
-
.E_iouxfgt.is-rotate img,
|
|
30294
|
-
.E_iouxfgt.is-rotate svg {
|
|
30295
|
-
animation: rotate 680ms linear infinite;
|
|
30296
|
-
}
|
|
30297
|
-
|
|
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;
|
|
30309
|
-
}
|
|
30310
|
-
|
|
30311
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30312
|
-
margin-left: 8px;
|
|
30313
|
-
}
|
|
30314
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30315
|
-
padding: 2px 7px 2px 12px;
|
|
30316
|
-
}
|
|
30317
|
-
|
|
30318
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30319
|
-
display: flex;
|
|
30165
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30166
|
+
display: flex;
|
|
30320
30167
|
}
|
|
30321
30168
|
.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
30169
|
border-bottom-left-radius: 5px;
|
|
@@ -30327,6 +30174,10 @@ html body {
|
|
|
30327
30174
|
border-top-right-radius: 5px;
|
|
30328
30175
|
}
|
|
30329
30176
|
|
|
30177
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30178
|
+
line-height: 18px;
|
|
30179
|
+
}
|
|
30180
|
+
|
|
30330
30181
|
.E_phljevk {
|
|
30331
30182
|
display: flex;
|
|
30332
30183
|
justify-content: space-between;
|
|
@@ -30384,41 +30235,6 @@ html body {
|
|
|
30384
30235
|
line-height: 18px;
|
|
30385
30236
|
}
|
|
30386
30237
|
|
|
30387
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30388
|
-
margin-right: 8px;
|
|
30389
|
-
}
|
|
30390
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30391
|
-
margin-left: 8px;
|
|
30392
|
-
}
|
|
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;
|
|
30399
|
-
}
|
|
30400
|
-
|
|
30401
|
-
.E_i11o6xqj {
|
|
30402
|
-
display: flex;
|
|
30403
|
-
gap: 4px;
|
|
30404
|
-
}
|
|
30405
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30406
|
-
cursor: pointer;
|
|
30407
|
-
}
|
|
30408
|
-
|
|
30409
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30410
|
-
cursor: not-allowed;
|
|
30411
|
-
}
|
|
30412
|
-
|
|
30413
|
-
.E_owd0kml {
|
|
30414
|
-
display: inline-block;
|
|
30415
|
-
}
|
|
30416
|
-
|
|
30417
|
-
.E_h1jsgezc {
|
|
30418
|
-
visibility: hidden;
|
|
30419
|
-
position: absolute;
|
|
30420
|
-
}
|
|
30421
|
-
|
|
30422
30238
|
.E_rapgekc.ant-radio-wrapper {
|
|
30423
30239
|
display: inline-flex;
|
|
30424
30240
|
align-items: baseline;
|
|
@@ -30565,115 +30381,165 @@ html body {
|
|
|
30565
30381
|
width: 36px;
|
|
30566
30382
|
}
|
|
30567
30383
|
|
|
30568
|
-
.
|
|
30569
|
-
|
|
30570
|
-
border-radius: 4px;
|
|
30384
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30385
|
+
margin-right: 8px;
|
|
30571
30386
|
}
|
|
30572
|
-
|
|
30573
|
-
|
|
30574
|
-
padding: 2px 8px;
|
|
30575
|
-
border-radius: 3px;
|
|
30387
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30388
|
+
margin-left: 8px;
|
|
30576
30389
|
}
|
|
30577
30390
|
|
|
30578
|
-
.
|
|
30579
|
-
|
|
30580
|
-
border-
|
|
30391
|
+
.E_cc368xp {
|
|
30392
|
+
color: #00122e;
|
|
30393
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30394
|
+
margin-right: 8px;
|
|
30395
|
+
padding-right: 8px;
|
|
30581
30396
|
}
|
|
30582
30397
|
|
|
30583
|
-
.
|
|
30584
|
-
|
|
30398
|
+
.E_i11o6xqj {
|
|
30399
|
+
display: flex;
|
|
30400
|
+
gap: 4px;
|
|
30585
30401
|
}
|
|
30586
|
-
.
|
|
30587
|
-
|
|
30588
|
-
margin-right: 8px;
|
|
30589
|
-
display: inline-flex;
|
|
30590
|
-
align-items: center;
|
|
30591
|
-
border: none;
|
|
30402
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30403
|
+
cursor: pointer;
|
|
30592
30404
|
}
|
|
30593
|
-
|
|
30594
|
-
|
|
30595
|
-
|
|
30596
|
-
color: inherit;
|
|
30597
|
-
margin-left: 4px;
|
|
30598
|
-
opacity: 0.6;
|
|
30599
|
-
display: inline-flex;
|
|
30405
|
+
|
|
30406
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30407
|
+
cursor: not-allowed;
|
|
30600
30408
|
}
|
|
30601
|
-
|
|
30602
|
-
|
|
30409
|
+
|
|
30410
|
+
.E_ivqqkzv {
|
|
30411
|
+
height: 24px;
|
|
30412
|
+
width: 56px !important;
|
|
30413
|
+
margin-right: 4px;
|
|
30603
30414
|
}
|
|
30604
|
-
|
|
30605
|
-
|
|
30606
|
-
|
|
30415
|
+
|
|
30416
|
+
.E_c1wk4q29 {
|
|
30417
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30607
30418
|
}
|
|
30608
|
-
|
|
30609
|
-
|
|
30610
|
-
|
|
30419
|
+
|
|
30420
|
+
.E_c1bus5hc {
|
|
30421
|
+
--color: white;
|
|
30422
|
+
height: 14px;
|
|
30423
|
+
width: 14px;
|
|
30424
|
+
border-radius: 50%;
|
|
30425
|
+
flex-shrink: 0;
|
|
30426
|
+
display: flex;
|
|
30427
|
+
align-items: center;
|
|
30428
|
+
justify-content: center;
|
|
30429
|
+
border: 1px solid var(--color);
|
|
30611
30430
|
}
|
|
30612
|
-
.
|
|
30613
|
-
|
|
30614
|
-
|
|
30431
|
+
.E_c1bus5hc .circle-inner {
|
|
30432
|
+
position: relative;
|
|
30433
|
+
height: 10px;
|
|
30434
|
+
width: 10px;
|
|
30435
|
+
border-radius: 50%;
|
|
30436
|
+
overflow: hidden;
|
|
30615
30437
|
}
|
|
30616
|
-
.
|
|
30617
|
-
|
|
30618
|
-
|
|
30438
|
+
.E_c1bus5hc .circle-content {
|
|
30439
|
+
position: absolute;
|
|
30440
|
+
height: 100%;
|
|
30441
|
+
width: 100%;
|
|
30442
|
+
left: 0;
|
|
30443
|
+
top: 0;
|
|
30444
|
+
border-radius: 50%;
|
|
30445
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30446
|
+
transform: rotate(180deg);
|
|
30619
30447
|
}
|
|
30620
|
-
.
|
|
30621
|
-
|
|
30622
|
-
|
|
30448
|
+
.E_c1bus5hc .circle-child {
|
|
30449
|
+
position: absolute;
|
|
30450
|
+
height: 100%;
|
|
30451
|
+
width: 100%;
|
|
30452
|
+
left: 0;
|
|
30453
|
+
top: 0;
|
|
30454
|
+
margin-left: 50%;
|
|
30455
|
+
transform-origin: left;
|
|
30456
|
+
background: white;
|
|
30457
|
+
transform: rotate(0deg);
|
|
30623
30458
|
}
|
|
30624
|
-
|
|
30625
|
-
|
|
30626
|
-
|
|
30459
|
+
|
|
30460
|
+
.E_tju3gfj .date {
|
|
30461
|
+
margin-right: 4px;
|
|
30627
30462
|
}
|
|
30628
|
-
|
|
30629
|
-
|
|
30463
|
+
|
|
30464
|
+
.E_s1dni7lo {
|
|
30465
|
+
width: 430px !important;
|
|
30630
30466
|
}
|
|
30631
|
-
|
|
30632
|
-
|
|
30467
|
+
|
|
30468
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30469
|
+
padding: 8px 16px;
|
|
30470
|
+
line-height: 18px;
|
|
30471
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30472
|
+
height: 34px;
|
|
30473
|
+
min-height: 34px;
|
|
30474
|
+
box-sizing: border-box;
|
|
30475
|
+
margin-top: 8px;
|
|
30633
30476
|
}
|
|
30634
|
-
|
|
30635
|
-
|
|
30477
|
+
|
|
30478
|
+
.E_o1ugr09p {
|
|
30479
|
+
display: flex;
|
|
30480
|
+
flex-direction: column;
|
|
30481
|
+
margin: 1px 8px;
|
|
30482
|
+
padding: 8px;
|
|
30483
|
+
border-radius: 4px;
|
|
30636
30484
|
}
|
|
30637
|
-
.
|
|
30638
|
-
|
|
30485
|
+
.E_o1ugr09p .selected-icon {
|
|
30486
|
+
display: none;
|
|
30639
30487
|
}
|
|
30640
|
-
.
|
|
30641
|
-
|
|
30488
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30489
|
+
padding-left: 8px;
|
|
30642
30490
|
}
|
|
30643
|
-
.
|
|
30644
|
-
background-color:
|
|
30491
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30492
|
+
background-color: white;
|
|
30645
30493
|
}
|
|
30646
|
-
.
|
|
30647
|
-
|
|
30494
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30495
|
+
color: #0080ff;
|
|
30648
30496
|
}
|
|
30649
|
-
|
|
30650
|
-
|
|
30651
|
-
border-radius: 8px;
|
|
30497
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30498
|
+
display: block;
|
|
30652
30499
|
}
|
|
30653
|
-
.
|
|
30654
|
-
|
|
30500
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30501
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30502
|
+
}
|
|
30503
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30504
|
+
color: #0080ff;
|
|
30505
|
+
}
|
|
30506
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30507
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30508
|
+
color: #0080ff;
|
|
30655
30509
|
}
|
|
30656
30510
|
|
|
30657
|
-
.
|
|
30658
|
-
|
|
30659
|
-
|
|
30511
|
+
.E_o1ifxsq4 {
|
|
30512
|
+
display: flex;
|
|
30513
|
+
justify-content: space-between;
|
|
30514
|
+
height: 20px;
|
|
30515
|
+
line-height: 20px;
|
|
30660
30516
|
}
|
|
30661
|
-
.
|
|
30662
|
-
|
|
30663
|
-
|
|
30664
|
-
|
|
30665
|
-
padding-right: 24px;
|
|
30517
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30518
|
+
color: #2d3a56;
|
|
30519
|
+
overflow: hidden;
|
|
30520
|
+
text-overflow: ellipsis;
|
|
30666
30521
|
}
|
|
30667
|
-
|
|
30668
|
-
|
|
30522
|
+
|
|
30523
|
+
.E_o1zue7 {
|
|
30524
|
+
display: flex;
|
|
30525
|
+
justify-content: space-between;
|
|
30526
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30527
|
+
height: 18px;
|
|
30528
|
+
line-height: 18px;
|
|
30529
|
+
margin-top: 2px;
|
|
30669
30530
|
}
|
|
30670
|
-
|
|
30671
|
-
|
|
30531
|
+
|
|
30532
|
+
.E_tyfmlxg {
|
|
30533
|
+
border: none;
|
|
30534
|
+
margin-right: 0;
|
|
30535
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30672
30536
|
}
|
|
30673
30537
|
|
|
30674
|
-
.
|
|
30675
|
-
|
|
30676
|
-
|
|
30538
|
+
.E_o18uybox {
|
|
30539
|
+
pointer-events: none;
|
|
30540
|
+
height: 32px;
|
|
30541
|
+
width: 100%;
|
|
30542
|
+
opacity: 0;
|
|
30677
30543
|
}
|
|
30678
30544
|
|
|
30679
30545
|
.E_s1dizucg.ant-switch {
|
|
@@ -30731,139 +30597,86 @@ html body {
|
|
|
30731
30597
|
margin-left: 5px;
|
|
30732
30598
|
}
|
|
30733
30599
|
|
|
30734
|
-
.
|
|
30735
|
-
|
|
30736
|
-
|
|
30737
|
-
width: 14px;
|
|
30738
|
-
border-radius: 50%;
|
|
30739
|
-
flex-shrink: 0;
|
|
30740
|
-
display: flex;
|
|
30741
|
-
align-items: center;
|
|
30742
|
-
justify-content: center;
|
|
30743
|
-
border: 1px solid var(--color);
|
|
30744
|
-
}
|
|
30745
|
-
.E_c1bus5hc .circle-inner {
|
|
30746
|
-
position: relative;
|
|
30747
|
-
height: 10px;
|
|
30748
|
-
width: 10px;
|
|
30749
|
-
border-radius: 50%;
|
|
30750
|
-
overflow: hidden;
|
|
30751
|
-
}
|
|
30752
|
-
.E_c1bus5hc .circle-content {
|
|
30753
|
-
position: absolute;
|
|
30754
|
-
height: 100%;
|
|
30755
|
-
width: 100%;
|
|
30756
|
-
left: 0;
|
|
30757
|
-
top: 0;
|
|
30758
|
-
border-radius: 50%;
|
|
30759
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30760
|
-
transform: rotate(180deg);
|
|
30761
|
-
}
|
|
30762
|
-
.E_c1bus5hc .circle-child {
|
|
30763
|
-
position: absolute;
|
|
30764
|
-
height: 100%;
|
|
30765
|
-
width: 100%;
|
|
30766
|
-
left: 0;
|
|
30767
|
-
top: 0;
|
|
30768
|
-
margin-left: 50%;
|
|
30769
|
-
transform-origin: left;
|
|
30770
|
-
background: white;
|
|
30771
|
-
transform: rotate(0deg);
|
|
30772
|
-
}
|
|
30773
|
-
|
|
30774
|
-
.E_tju3gfj .date {
|
|
30775
|
-
margin-right: 4px;
|
|
30600
|
+
.E_s1sck0th {
|
|
30601
|
+
padding: 0 8px;
|
|
30602
|
+
border-radius: 4px;
|
|
30776
30603
|
}
|
|
30777
30604
|
|
|
30778
|
-
.
|
|
30779
|
-
|
|
30605
|
+
.E_m855nr1 {
|
|
30606
|
+
padding: 2px 8px;
|
|
30607
|
+
border-radius: 3px;
|
|
30780
30608
|
}
|
|
30781
30609
|
|
|
30782
|
-
.
|
|
30783
|
-
padding: 8px
|
|
30784
|
-
|
|
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;
|
|
30610
|
+
.E_l1270xpg {
|
|
30611
|
+
padding: 3px 8px;
|
|
30612
|
+
border-radius: 2px;
|
|
30790
30613
|
}
|
|
30791
30614
|
|
|
30792
|
-
.
|
|
30793
|
-
|
|
30794
|
-
flex-direction: column;
|
|
30795
|
-
margin: 1px 8px;
|
|
30796
|
-
padding: 8px;
|
|
30797
|
-
border-radius: 4px;
|
|
30615
|
+
.E_t14rextb.ant-tag:hover {
|
|
30616
|
+
opacity: unset;
|
|
30798
30617
|
}
|
|
30799
|
-
.
|
|
30800
|
-
|
|
30618
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30619
|
+
margin: 0;
|
|
30620
|
+
margin-right: 8px;
|
|
30621
|
+
display: inline-flex;
|
|
30622
|
+
align-items: center;
|
|
30623
|
+
border: none;
|
|
30801
30624
|
}
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30625
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30626
|
+
width: 16px;
|
|
30627
|
+
height: 16px;
|
|
30628
|
+
color: inherit;
|
|
30629
|
+
margin-left: 4px;
|
|
30630
|
+
opacity: 0.6;
|
|
30631
|
+
display: inline-flex;
|
|
30804
30632
|
}
|
|
30805
|
-
.
|
|
30806
|
-
|
|
30633
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30634
|
+
opacity: 1;
|
|
30807
30635
|
}
|
|
30808
|
-
.
|
|
30636
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30809
30637
|
color: #0080ff;
|
|
30638
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30810
30639
|
}
|
|
30811
|
-
.
|
|
30812
|
-
|
|
30640
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30641
|
+
color: #f0483e;
|
|
30642
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30813
30643
|
}
|
|
30814
|
-
.
|
|
30815
|
-
|
|
30644
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30645
|
+
color: #e07f00;
|
|
30646
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30816
30647
|
}
|
|
30817
|
-
.
|
|
30818
|
-
color: #
|
|
30648
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30649
|
+
color: #008f4c;
|
|
30650
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30819
30651
|
}
|
|
30820
|
-
.
|
|
30821
|
-
|
|
30822
|
-
color:
|
|
30652
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30653
|
+
color: #1d326c;
|
|
30654
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30823
30655
|
}
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
|
|
30827
|
-
justify-content: space-between;
|
|
30828
|
-
height: 20px;
|
|
30829
|
-
line-height: 20px;
|
|
30656
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30657
|
+
color: #7E41FF;
|
|
30658
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30830
30659
|
}
|
|
30831
|
-
.
|
|
30832
|
-
color: #
|
|
30833
|
-
overflow: hidden;
|
|
30834
|
-
text-overflow: ellipsis;
|
|
30660
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30661
|
+
color: #fff;
|
|
30835
30662
|
}
|
|
30836
|
-
|
|
30837
|
-
|
|
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;
|
|
30663
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30664
|
+
background-color: #f0483e;
|
|
30844
30665
|
}
|
|
30845
|
-
|
|
30846
|
-
|
|
30847
|
-
border: none;
|
|
30848
|
-
margin-right: 0;
|
|
30849
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30666
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30667
|
+
background-color: #fea008;
|
|
30850
30668
|
}
|
|
30851
|
-
|
|
30852
|
-
|
|
30853
|
-
pointer-events: none;
|
|
30854
|
-
height: 32px;
|
|
30855
|
-
width: 100%;
|
|
30856
|
-
opacity: 0;
|
|
30669
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30670
|
+
background-color: #00ba5d;
|
|
30857
30671
|
}
|
|
30858
|
-
|
|
30859
|
-
|
|
30860
|
-
height: 24px;
|
|
30861
|
-
width: 56px !important;
|
|
30862
|
-
margin-right: 4px;
|
|
30672
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30673
|
+
background-color: #0080ff;
|
|
30863
30674
|
}
|
|
30864
|
-
|
|
30865
|
-
|
|
30866
|
-
|
|
30675
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30676
|
+
background-color: #6b7d99;
|
|
30677
|
+
}
|
|
30678
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30679
|
+
background-color: #7E41FF;
|
|
30867
30680
|
}
|
|
30868
30681
|
|
|
30869
30682
|
.E_iq1gosr {
|
|
@@ -30881,12 +30694,199 @@ html body {
|
|
|
30881
30694
|
visibility: hidden;
|
|
30882
30695
|
}
|
|
30883
30696
|
|
|
30884
|
-
.
|
|
30697
|
+
.E_fzh9mnb {
|
|
30698
|
+
width: 100%;
|
|
30699
|
+
height: 100%;
|
|
30700
|
+
min-height: 124px;
|
|
30885
30701
|
display: flex;
|
|
30886
30702
|
flex-direction: column;
|
|
30703
|
+
justify-content: center;
|
|
30704
|
+
align-items: center;
|
|
30705
|
+
}
|
|
30706
|
+
.E_fzh9mnb .error-text {
|
|
30707
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30708
|
+
margin-bottom: 16px;
|
|
30709
|
+
font-size: 18px;
|
|
30887
30710
|
}
|
|
30888
30711
|
|
|
30889
|
-
.
|
|
30712
|
+
.E_f7pxqmh {
|
|
30713
|
+
width: 100%;
|
|
30714
|
+
margin-bottom: 0 !important;
|
|
30715
|
+
flex-flow: nowrap !important;
|
|
30716
|
+
line-break: auto;
|
|
30717
|
+
}
|
|
30718
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30719
|
+
text-align: left !important;
|
|
30720
|
+
padding-bottom: 0 !important;
|
|
30721
|
+
}
|
|
30722
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30723
|
+
min-height: 32px;
|
|
30724
|
+
height: auto;
|
|
30725
|
+
font-size: 13px;
|
|
30726
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30727
|
+
white-space: normal;
|
|
30728
|
+
}
|
|
30729
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30730
|
+
border-color: #ff4d4f !important;
|
|
30731
|
+
}
|
|
30732
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30733
|
+
border-color: #ff4d4f !important;
|
|
30734
|
+
}
|
|
30735
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30736
|
+
margin-top: 4px;
|
|
30737
|
+
font-size: 12px;
|
|
30738
|
+
min-height: 0px;
|
|
30739
|
+
}
|
|
30740
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30741
|
+
font-size: 12px;
|
|
30742
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30743
|
+
min-height: 0px;
|
|
30744
|
+
}
|
|
30745
|
+
|
|
30746
|
+
.E_iouxfgt {
|
|
30747
|
+
display: inline-flex;
|
|
30748
|
+
align-items: center;
|
|
30749
|
+
}
|
|
30750
|
+
.E_iouxfgt .icon-inner {
|
|
30751
|
+
display: inline-flex;
|
|
30752
|
+
align-items: center;
|
|
30753
|
+
justify-content: center;
|
|
30754
|
+
}
|
|
30755
|
+
.E_iouxfgt .icon-inner + span,
|
|
30756
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30757
|
+
margin-left: 4px;
|
|
30758
|
+
}
|
|
30759
|
+
.E_iouxfgt.is-rotate img,
|
|
30760
|
+
.E_iouxfgt.is-rotate svg {
|
|
30761
|
+
animation: rotate 680ms linear infinite;
|
|
30762
|
+
}
|
|
30763
|
+
|
|
30764
|
+
.E_i1inqkme {
|
|
30765
|
+
height: 18px;
|
|
30766
|
+
line-height: 18px;
|
|
30767
|
+
padding: 0 4px;
|
|
30768
|
+
border-radius: 4px;
|
|
30769
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30770
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30771
|
+
display: flex;
|
|
30772
|
+
align-items: center;
|
|
30773
|
+
white-space: nowrap;
|
|
30774
|
+
margin-right: 4px;
|
|
30775
|
+
}
|
|
30776
|
+
|
|
30777
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30778
|
+
display: var(--a1wfy30z-0);
|
|
30779
|
+
}
|
|
30780
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30781
|
+
padding: 4px 11px;
|
|
30782
|
+
display: inline-flex;
|
|
30783
|
+
line-height: 1.5715;
|
|
30784
|
+
height: inherit;
|
|
30785
|
+
}
|
|
30786
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30787
|
+
content: var(--a1wfy30z-1);
|
|
30788
|
+
display: var(--a1wfy30z-2);
|
|
30789
|
+
flex: none;
|
|
30790
|
+
align-items: center;
|
|
30791
|
+
margin-left: 4px;
|
|
30792
|
+
}
|
|
30793
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30794
|
+
content: var(--a1wfy30z-3);
|
|
30795
|
+
display: var(--a1wfy30z-4);
|
|
30796
|
+
flex: none;
|
|
30797
|
+
align-items: center;
|
|
30798
|
+
margin-right: 4px;
|
|
30799
|
+
cursor: auto;
|
|
30800
|
+
}
|
|
30801
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30802
|
+
padding: 0;
|
|
30803
|
+
margin: 0;
|
|
30804
|
+
height: auto;
|
|
30805
|
+
font-size: inherit;
|
|
30806
|
+
}
|
|
30807
|
+
|
|
30808
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30809
|
+
display: var(--ai7qkf2-0);
|
|
30810
|
+
}
|
|
30811
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30812
|
+
display: inline-flex;
|
|
30813
|
+
line-height: 1.5715;
|
|
30814
|
+
height: 100%;
|
|
30815
|
+
width: 100%;
|
|
30816
|
+
}
|
|
30817
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30818
|
+
content: var(--ai7qkf2-1);
|
|
30819
|
+
display: var(--ai7qkf2-2);
|
|
30820
|
+
flex: none;
|
|
30821
|
+
align-items: center;
|
|
30822
|
+
margin-left: 4px;
|
|
30823
|
+
padding: 5px 12px 5px 0;
|
|
30824
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30825
|
+
}
|
|
30826
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30827
|
+
content: var(--ai7qkf2-3);
|
|
30828
|
+
display: var(--ai7qkf2-4);
|
|
30829
|
+
flex: none;
|
|
30830
|
+
align-items: center;
|
|
30831
|
+
margin-right: 4px;
|
|
30832
|
+
cursor: auto;
|
|
30833
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30834
|
+
}
|
|
30835
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30836
|
+
border-radius: 0;
|
|
30837
|
+
}
|
|
30838
|
+
.E_ai7qkf2.ant-input-number {
|
|
30839
|
+
width: 100%;
|
|
30840
|
+
border-radius: 6px;
|
|
30841
|
+
}
|
|
30842
|
+
.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 {
|
|
30843
|
+
border-color: #0096ff;
|
|
30844
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30845
|
+
z-index: 1;
|
|
30846
|
+
}
|
|
30847
|
+
.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 {
|
|
30848
|
+
border-color: #e75a3a;
|
|
30849
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30850
|
+
}
|
|
30851
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30852
|
+
height: 30px;
|
|
30853
|
+
border: 1px;
|
|
30854
|
+
padding: 5px 12px;
|
|
30855
|
+
font-size: inherit;
|
|
30856
|
+
}
|
|
30857
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30858
|
+
height: 38px;
|
|
30859
|
+
border: 1px;
|
|
30860
|
+
padding: 8px 16px;
|
|
30861
|
+
}
|
|
30862
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30863
|
+
height: 22px;
|
|
30864
|
+
border: 1px;
|
|
30865
|
+
padding: 2px 8px;
|
|
30866
|
+
}
|
|
30867
|
+
|
|
30868
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30869
|
+
margin-left: 8px;
|
|
30870
|
+
}
|
|
30871
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30872
|
+
padding: 2px 7px 2px 12px;
|
|
30873
|
+
}
|
|
30874
|
+
|
|
30875
|
+
.E_owd0kml {
|
|
30876
|
+
display: inline-block;
|
|
30877
|
+
}
|
|
30878
|
+
|
|
30879
|
+
.E_h1jsgezc {
|
|
30880
|
+
visibility: hidden;
|
|
30881
|
+
position: absolute;
|
|
30882
|
+
}
|
|
30883
|
+
|
|
30884
|
+
.E_cnujxq2 {
|
|
30885
|
+
display: flex;
|
|
30886
|
+
flex-direction: column;
|
|
30887
|
+
}
|
|
30888
|
+
|
|
30889
|
+
.E_m7s48ia {
|
|
30890
30890
|
max-width: 1120px;
|
|
30891
30891
|
width: 100%;
|
|
30892
30892
|
margin: 0 auto;
|
|
@@ -31571,6 +31571,36 @@ input.E_rf8rlle.ant-input {
|
|
|
31571
31571
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31572
31572
|
}
|
|
31573
31573
|
|
|
31574
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31575
|
+
display: inline-flex;
|
|
31576
|
+
align-items: center;
|
|
31577
|
+
justify-content: center;
|
|
31578
|
+
color: #fff;
|
|
31579
|
+
font-weight: bold;
|
|
31580
|
+
font-size: 12px;
|
|
31581
|
+
width: 24px;
|
|
31582
|
+
height: 24px;
|
|
31583
|
+
border-radius: 50%;
|
|
31584
|
+
background: var(--a1b5xrg3-0);
|
|
31585
|
+
}
|
|
31586
|
+
.E_a1b5xrg3.btn-item {
|
|
31587
|
+
transition: all 160ms ease;
|
|
31588
|
+
cursor: pointer;
|
|
31589
|
+
width: 56px;
|
|
31590
|
+
height: 40px;
|
|
31591
|
+
display: inline-flex;
|
|
31592
|
+
align-items: center;
|
|
31593
|
+
justify-content: center;
|
|
31594
|
+
border-radius: 6px;
|
|
31595
|
+
}
|
|
31596
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31597
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31598
|
+
}
|
|
31599
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31600
|
+
transform: translateY(2px);
|
|
31601
|
+
transition: all 320ms ease;
|
|
31602
|
+
}
|
|
31603
|
+
|
|
31574
31604
|
.E_dsnbhzf {
|
|
31575
31605
|
font-family: Inter;
|
|
31576
31606
|
font-style: normal;
|
|
@@ -32050,45 +32080,268 @@ input.E_rf8rlle.ant-input {
|
|
|
32050
32080
|
min-width: 1280px;
|
|
32051
32081
|
}
|
|
32052
32082
|
|
|
32053
|
-
.
|
|
32054
|
-
display: inline-flex;
|
|
32055
|
-
align-items: center;
|
|
32056
|
-
justify-content: center;
|
|
32057
|
-
color: #fff;
|
|
32058
|
-
font-weight: bold;
|
|
32059
|
-
font-size: 12px;
|
|
32060
|
-
width: 24px;
|
|
32061
|
-
height: 24px;
|
|
32062
|
-
border-radius: 50%;
|
|
32063
|
-
background: var(--a1b5xrg3-0);
|
|
32064
|
-
}
|
|
32065
|
-
.E_a1b5xrg3.btn-item {
|
|
32066
|
-
transition: all 160ms ease;
|
|
32067
|
-
cursor: pointer;
|
|
32068
|
-
width: 56px;
|
|
32069
|
-
height: 40px;
|
|
32070
|
-
display: inline-flex;
|
|
32071
|
-
align-items: center;
|
|
32072
|
-
justify-content: center;
|
|
32083
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32073
32084
|
border-radius: 6px;
|
|
32074
32085
|
}
|
|
32075
|
-
.
|
|
32076
|
-
|
|
32086
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32087
|
+
width: 100%;
|
|
32088
|
+
color: #2d3a56;
|
|
32089
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32090
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32091
|
+
font-size: 13px;
|
|
32077
32092
|
}
|
|
32078
|
-
.
|
|
32079
|
-
|
|
32080
|
-
transition: all 320ms ease;
|
|
32093
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32094
|
+
height: 30px;
|
|
32081
32095
|
}
|
|
32082
|
-
|
|
32083
|
-
|
|
32084
|
-
|
|
32096
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32097
|
+
height: 38px;
|
|
32098
|
+
font-size: 13px;
|
|
32085
32099
|
}
|
|
32086
|
-
|
|
32087
|
-
.
|
|
32088
|
-
|
|
32100
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32101
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32102
|
+
transition: 160ms ease;
|
|
32089
32103
|
}
|
|
32090
|
-
.
|
|
32091
|
-
|
|
32104
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32105
|
+
color: #0080ff;
|
|
32106
|
+
}
|
|
32107
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32108
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32109
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32110
|
+
}
|
|
32111
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32112
|
+
color: #0080ff;
|
|
32113
|
+
}
|
|
32114
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32115
|
+
border-color: #0080ff;
|
|
32116
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32117
|
+
}
|
|
32118
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32119
|
+
transform: rotate(180deg);
|
|
32120
|
+
}
|
|
32121
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32122
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32123
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32124
|
+
cursor: "not-allowed";
|
|
32125
|
+
}
|
|
32126
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32127
|
+
border-color: #f0483e !important;
|
|
32128
|
+
}
|
|
32129
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32130
|
+
color: #1d326c;
|
|
32131
|
+
}
|
|
32132
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32133
|
+
border-color: #0080ff;
|
|
32134
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32135
|
+
}
|
|
32136
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32137
|
+
transform: rotate(180deg);
|
|
32138
|
+
}
|
|
32139
|
+
|
|
32140
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32141
|
+
opacity: 1;
|
|
32142
|
+
}
|
|
32143
|
+
.E_s4ivdfu.ant-select.select-loading-value {
|
|
32144
|
+
pointer-events: none;
|
|
32145
|
+
}
|
|
32146
|
+
|
|
32147
|
+
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
32148
|
+
.E_sks9xr8.ant-select .select-active-suffix,
|
|
32149
|
+
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
32150
|
+
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
32151
|
+
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32152
|
+
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32153
|
+
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32154
|
+
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32155
|
+
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
32156
|
+
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
32157
|
+
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
32158
|
+
display: none;
|
|
32159
|
+
width: 16px;
|
|
32160
|
+
height: 16px;
|
|
32161
|
+
}
|
|
32162
|
+
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
32163
|
+
opacity: 0.5;
|
|
32164
|
+
}
|
|
32165
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
32166
|
+
display: none;
|
|
32167
|
+
}
|
|
32168
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
32169
|
+
display: inline;
|
|
32170
|
+
}
|
|
32171
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
32172
|
+
display: none;
|
|
32173
|
+
}
|
|
32174
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
32175
|
+
display: inline;
|
|
32176
|
+
}
|
|
32177
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
32178
|
+
display: none;
|
|
32179
|
+
}
|
|
32180
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
32181
|
+
display: inline;
|
|
32182
|
+
}
|
|
32183
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
32184
|
+
display: none;
|
|
32185
|
+
}
|
|
32186
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
32187
|
+
display: inline;
|
|
32188
|
+
}
|
|
32189
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
32190
|
+
display: none;
|
|
32191
|
+
}
|
|
32192
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
32193
|
+
display: inline;
|
|
32194
|
+
}
|
|
32195
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
32196
|
+
display: none;
|
|
32197
|
+
}
|
|
32198
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
32199
|
+
display: inline;
|
|
32200
|
+
}
|
|
32201
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
32202
|
+
display: none;
|
|
32203
|
+
}
|
|
32204
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
32205
|
+
display: inline;
|
|
32206
|
+
}
|
|
32207
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
32208
|
+
display: none;
|
|
32209
|
+
}
|
|
32210
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
32211
|
+
display: inline;
|
|
32212
|
+
}
|
|
32213
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
32214
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
32215
|
+
display: none;
|
|
32216
|
+
}
|
|
32217
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
32218
|
+
display: inline;
|
|
32219
|
+
}
|
|
32220
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
32221
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
32222
|
+
display: none;
|
|
32223
|
+
}
|
|
32224
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
32225
|
+
display: inline;
|
|
32226
|
+
}
|
|
32227
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
32228
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
32229
|
+
display: none;
|
|
32230
|
+
}
|
|
32231
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
32232
|
+
display: inline;
|
|
32233
|
+
}
|
|
32234
|
+
|
|
32235
|
+
.E_swwhohx.ant-select .ant-select-selector {
|
|
32236
|
+
padding: 0 7px 0 12px;
|
|
32237
|
+
}
|
|
32238
|
+
.E_swwhohx.ant-select .ant-select-arrow {
|
|
32239
|
+
right: 8px;
|
|
32240
|
+
top: 50%;
|
|
32241
|
+
margin-top: -8px;
|
|
32242
|
+
width: 16px;
|
|
32243
|
+
height: 16px;
|
|
32244
|
+
display: flex;
|
|
32245
|
+
align-items: center;
|
|
32246
|
+
}
|
|
32247
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
32248
|
+
padding: 0 11px 0 16px;
|
|
32249
|
+
}
|
|
32250
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
32251
|
+
right: 12px;
|
|
32252
|
+
}
|
|
32253
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
32254
|
+
padding: 0 3px 0 8px;
|
|
32255
|
+
}
|
|
32256
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
32257
|
+
right: 4px;
|
|
32258
|
+
}
|
|
32259
|
+
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
32260
|
+
padding-right: 24px;
|
|
32261
|
+
}
|
|
32262
|
+
|
|
32263
|
+
.E_p2sxmsl {
|
|
32264
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32265
|
+
}
|
|
32266
|
+
|
|
32267
|
+
.E_oa99sl3 {
|
|
32268
|
+
display: flex;
|
|
32269
|
+
justify-content: space-between;
|
|
32270
|
+
align-items: center;
|
|
32271
|
+
gap: 8px;
|
|
32272
|
+
}
|
|
32273
|
+
.E_oa99sl3,
|
|
32274
|
+
.E_oa99sl3 :first-child {
|
|
32275
|
+
line-height: inherit !important;
|
|
32276
|
+
}
|
|
32277
|
+
|
|
32278
|
+
.E_lvp5pj7 {
|
|
32279
|
+
display: flex;
|
|
32280
|
+
justify-content: space-between;
|
|
32281
|
+
align-items: center;
|
|
32282
|
+
gap: 8px;
|
|
32283
|
+
min-width: 0;
|
|
32284
|
+
}
|
|
32285
|
+
|
|
32286
|
+
.E_s1io1lws {
|
|
32287
|
+
display: flex;
|
|
32288
|
+
align-items: center;
|
|
32289
|
+
flex-shrink: 0;
|
|
32290
|
+
}
|
|
32291
|
+
|
|
32292
|
+
.E_suhck3k {
|
|
32293
|
+
height: 24px;
|
|
32294
|
+
width: 24px;
|
|
32295
|
+
border-radius: 6px;
|
|
32296
|
+
padding: 4px;
|
|
32297
|
+
}
|
|
32298
|
+
.E_suhck3k:hover {
|
|
32299
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32300
|
+
}
|
|
32301
|
+
.E_suhck3k:hover svg path {
|
|
32302
|
+
fill: blue;
|
|
32303
|
+
}
|
|
32304
|
+
|
|
32305
|
+
.E_ryby9ds {
|
|
32306
|
+
display: flex;
|
|
32307
|
+
align-items: center;
|
|
32308
|
+
}
|
|
32309
|
+
.E_ryby9ds .order {
|
|
32310
|
+
height: 24px;
|
|
32311
|
+
width: 24px;
|
|
32312
|
+
border-radius: 20px;
|
|
32313
|
+
color: #0080ff;
|
|
32314
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32315
|
+
display: flex;
|
|
32316
|
+
align-items: center;
|
|
32317
|
+
justify-content: center;
|
|
32318
|
+
margin-right: 6px;
|
|
32319
|
+
}
|
|
32320
|
+
|
|
32321
|
+
.E_w1dxz879 {
|
|
32322
|
+
display: flex;
|
|
32323
|
+
flex-direction: column;
|
|
32324
|
+
gap: 6px;
|
|
32325
|
+
}
|
|
32326
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32327
|
+
max-height: var(--w1dxz879-0);
|
|
32328
|
+
text-overflow: clip;
|
|
32329
|
+
overflow: hidden;
|
|
32330
|
+
}
|
|
32331
|
+
.E_w1dxz879 .tips {
|
|
32332
|
+
color: #fff;
|
|
32333
|
+
opacity: 0.8;
|
|
32334
|
+
}
|
|
32335
|
+
|
|
32336
|
+
.E_hrhfj7c {
|
|
32337
|
+
display: none;
|
|
32338
|
+
}
|
|
32339
|
+
|
|
32340
|
+
.E_dt9qoak .bottom {
|
|
32341
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32342
|
+
}
|
|
32343
|
+
.E_dt9qoak .left {
|
|
32344
|
+
min-width: 0;
|
|
32092
32345
|
}
|
|
32093
32346
|
|
|
32094
32347
|
.E_crhnxq5 {
|
|
@@ -32299,219 +32552,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32299
32552
|
font-size: 14px;
|
|
32300
32553
|
}
|
|
32301
32554
|
|
|
32302
|
-
.E_suhck3k {
|
|
32303
|
-
height: 24px;
|
|
32304
|
-
width: 24px;
|
|
32305
|
-
border-radius: 6px;
|
|
32306
|
-
padding: 4px;
|
|
32307
|
-
}
|
|
32308
|
-
.E_suhck3k:hover {
|
|
32309
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32310
|
-
}
|
|
32311
|
-
.E_suhck3k:hover svg path {
|
|
32312
|
-
fill: blue;
|
|
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_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32332
|
-
border-radius: 6px;
|
|
32333
|
-
}
|
|
32334
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32335
|
-
width: 100%;
|
|
32336
|
-
color: #2d3a56;
|
|
32337
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32338
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32339
|
-
font-size: 13px;
|
|
32340
|
-
}
|
|
32341
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32342
|
-
height: 30px;
|
|
32343
|
-
}
|
|
32344
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32345
|
-
height: 38px;
|
|
32346
|
-
font-size: 13px;
|
|
32347
|
-
}
|
|
32348
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32349
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32350
|
-
transition: 160ms ease;
|
|
32351
|
-
}
|
|
32352
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32353
|
-
color: #0080ff;
|
|
32354
|
-
}
|
|
32355
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32356
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32357
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32358
|
-
}
|
|
32359
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32360
|
-
color: #0080ff;
|
|
32361
|
-
}
|
|
32362
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32363
|
-
border-color: #0080ff;
|
|
32364
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32365
|
-
}
|
|
32366
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32367
|
-
transform: rotate(180deg);
|
|
32368
|
-
}
|
|
32369
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32370
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32371
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32372
|
-
cursor: "not-allowed";
|
|
32373
|
-
}
|
|
32374
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32375
|
-
border-color: #f0483e !important;
|
|
32376
|
-
}
|
|
32377
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32378
|
-
color: #1d326c;
|
|
32379
|
-
}
|
|
32380
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32381
|
-
border-color: #0080ff;
|
|
32382
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32383
|
-
}
|
|
32384
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32385
|
-
transform: rotate(180deg);
|
|
32386
|
-
}
|
|
32387
|
-
|
|
32388
|
-
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32389
|
-
opacity: 1;
|
|
32390
|
-
}
|
|
32391
|
-
.E_s4ivdfu.ant-select.select-loading-value {
|
|
32392
|
-
pointer-events: none;
|
|
32393
|
-
}
|
|
32394
|
-
|
|
32395
|
-
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
32396
|
-
.E_sks9xr8.ant-select .select-active-suffix,
|
|
32397
|
-
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
32398
|
-
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
32399
|
-
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32400
|
-
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32401
|
-
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32402
|
-
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32403
|
-
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
32404
|
-
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
32405
|
-
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
32406
|
-
display: none;
|
|
32407
|
-
width: 16px;
|
|
32408
|
-
height: 16px;
|
|
32409
|
-
}
|
|
32410
|
-
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
32411
|
-
opacity: 0.5;
|
|
32412
|
-
}
|
|
32413
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
32414
|
-
display: none;
|
|
32415
|
-
}
|
|
32416
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
32417
|
-
display: inline;
|
|
32418
|
-
}
|
|
32419
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
32420
|
-
display: none;
|
|
32421
|
-
}
|
|
32422
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
32423
|
-
display: inline;
|
|
32424
|
-
}
|
|
32425
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
32426
|
-
display: none;
|
|
32427
|
-
}
|
|
32428
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
32429
|
-
display: inline;
|
|
32430
|
-
}
|
|
32431
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
32432
|
-
display: none;
|
|
32433
|
-
}
|
|
32434
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
32435
|
-
display: inline;
|
|
32436
|
-
}
|
|
32437
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
32438
|
-
display: none;
|
|
32439
|
-
}
|
|
32440
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
32441
|
-
display: inline;
|
|
32442
|
-
}
|
|
32443
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
32444
|
-
display: none;
|
|
32445
|
-
}
|
|
32446
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
32447
|
-
display: inline;
|
|
32448
|
-
}
|
|
32449
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
32450
|
-
display: none;
|
|
32451
|
-
}
|
|
32452
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
32453
|
-
display: inline;
|
|
32454
|
-
}
|
|
32455
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
32456
|
-
display: none;
|
|
32457
|
-
}
|
|
32458
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
32459
|
-
display: inline;
|
|
32460
|
-
}
|
|
32461
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
32462
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
32463
|
-
display: none;
|
|
32464
|
-
}
|
|
32465
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
32466
|
-
display: inline;
|
|
32467
|
-
}
|
|
32468
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
32469
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
32470
|
-
display: none;
|
|
32471
|
-
}
|
|
32472
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
32473
|
-
display: inline;
|
|
32474
|
-
}
|
|
32475
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
32476
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
32477
|
-
display: none;
|
|
32478
|
-
}
|
|
32479
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
32480
|
-
display: inline;
|
|
32481
|
-
}
|
|
32482
|
-
|
|
32483
|
-
.E_swwhohx.ant-select .ant-select-selector {
|
|
32484
|
-
padding: 0 7px 0 12px;
|
|
32485
|
-
}
|
|
32486
|
-
.E_swwhohx.ant-select .ant-select-arrow {
|
|
32487
|
-
right: 8px;
|
|
32488
|
-
top: 50%;
|
|
32489
|
-
margin-top: -8px;
|
|
32490
|
-
width: 16px;
|
|
32491
|
-
height: 16px;
|
|
32492
|
-
display: flex;
|
|
32493
|
-
align-items: center;
|
|
32494
|
-
}
|
|
32495
|
-
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
32496
|
-
padding: 0 11px 0 16px;
|
|
32497
|
-
}
|
|
32498
|
-
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
32499
|
-
right: 12px;
|
|
32500
|
-
}
|
|
32501
|
-
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
32502
|
-
padding: 0 3px 0 8px;
|
|
32503
|
-
}
|
|
32504
|
-
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
32505
|
-
right: 4px;
|
|
32506
|
-
}
|
|
32507
|
-
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
32508
|
-
padding-right: 24px;
|
|
32509
|
-
}
|
|
32510
|
-
|
|
32511
|
-
.E_p2sxmsl {
|
|
32512
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32513
|
-
}
|
|
32514
|
-
|
|
32515
32555
|
.E_m5foqp8 {
|
|
32516
32556
|
--footer-height: 96px;
|
|
32517
32557
|
--header-height: 80px;
|
|
@@ -32526,44 +32566,39 @@ input.E_rf8rlle.ant-input {
|
|
|
32526
32566
|
--modal-footer-padding: 0 60px;
|
|
32527
32567
|
}
|
|
32528
32568
|
|
|
32529
|
-
.
|
|
32530
|
-
|
|
32531
|
-
justify-content: space-between;
|
|
32532
|
-
align-items: center;
|
|
32533
|
-
gap: 8px;
|
|
32534
|
-
}
|
|
32535
|
-
.E_oa99sl3,
|
|
32536
|
-
.E_oa99sl3 :first-child {
|
|
32537
|
-
line-height: inherit !important;
|
|
32569
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32570
|
+
margin-right: 2px;
|
|
32538
32571
|
}
|
|
32539
32572
|
|
|
32540
|
-
.
|
|
32541
|
-
|
|
32542
|
-
|
|
32543
|
-
|
|
32544
|
-
|
|
32545
|
-
|
|
32573
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32574
|
+
padding-left: 8px;
|
|
32575
|
+
padding-right: 8px;
|
|
32576
|
+
font-size: 12px;
|
|
32577
|
+
}
|
|
32578
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32579
|
+
border-radius: 4px;
|
|
32580
|
+
}
|
|
32581
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32582
|
+
border-radius: 4px;
|
|
32546
32583
|
}
|
|
32547
32584
|
|
|
32548
|
-
.
|
|
32549
|
-
|
|
32550
|
-
|
|
32551
|
-
flex-shrink: 0;
|
|
32585
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32586
|
+
padding-left: 12px;
|
|
32587
|
+
padding-right: 12px;
|
|
32552
32588
|
}
|
|
32553
32589
|
|
|
32554
|
-
.
|
|
32555
|
-
|
|
32556
|
-
flex-direction: column;
|
|
32557
|
-
gap: 6px;
|
|
32590
|
+
.E_ckld275 {
|
|
32591
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32558
32592
|
}
|
|
32559
|
-
.
|
|
32560
|
-
|
|
32561
|
-
|
|
32562
|
-
overflow: hidden;
|
|
32593
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32594
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32595
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32563
32596
|
}
|
|
32564
|
-
.
|
|
32565
|
-
color:
|
|
32566
|
-
|
|
32597
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32598
|
+
background-color: transparent;
|
|
32599
|
+
}
|
|
32600
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32601
|
+
background-color: transparent;
|
|
32567
32602
|
}
|
|
32568
32603
|
|
|
32569
32604
|
.E_h12yihis {
|
|
@@ -32786,58 +32821,56 @@ input.E_rf8rlle.ant-input {
|
|
|
32786
32821
|
position: static;
|
|
32787
32822
|
}
|
|
32788
32823
|
|
|
32789
|
-
.
|
|
32790
|
-
|
|
32791
|
-
|
|
32792
|
-
|
|
32793
|
-
|
|
32824
|
+
button.E_l48ei06.ant-btn,
|
|
32825
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32826
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32827
|
+
font-size: 12px;
|
|
32828
|
+
line-height: 18px;
|
|
32829
|
+
height: 18px;
|
|
32794
32830
|
}
|
|
32795
32831
|
|
|
32796
|
-
.
|
|
32797
|
-
|
|
32798
|
-
|
|
32799
|
-
justify-content: center;
|
|
32800
|
-
row-gap: var(--p1cmxsf7-0);
|
|
32832
|
+
button.E_l48ei06 {
|
|
32833
|
+
color: #0080FF;
|
|
32834
|
+
height: unset;
|
|
32801
32835
|
}
|
|
32802
|
-
.
|
|
32803
|
-
|
|
32804
|
-
margin-bottom: unset;
|
|
32805
|
-
margin-inline-end: unset;
|
|
32836
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
32837
|
+
margin-right: 4px;
|
|
32806
32838
|
}
|
|
32807
|
-
|
|
32808
|
-
|
|
32809
|
-
margin-right: 2px;
|
|
32839
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
32840
|
+
margin-left: 4px;
|
|
32810
32841
|
}
|
|
32811
|
-
|
|
32812
|
-
|
|
32813
|
-
padding-left: 8px;
|
|
32814
|
-
padding-right: 8px;
|
|
32815
|
-
font-size: 12px;
|
|
32842
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32843
|
+
color: #009DFF;
|
|
32816
32844
|
}
|
|
32817
|
-
.
|
|
32818
|
-
|
|
32845
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32846
|
+
color: #005ED1;
|
|
32819
32847
|
}
|
|
32820
|
-
.
|
|
32821
|
-
|
|
32848
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32849
|
+
color: #0080FF;
|
|
32822
32850
|
}
|
|
32823
|
-
|
|
32824
|
-
|
|
32825
|
-
padding-left: 12px;
|
|
32826
|
-
padding-right: 12px;
|
|
32851
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
32852
|
+
color: #00122E;
|
|
32827
32853
|
}
|
|
32828
|
-
|
|
32829
|
-
|
|
32830
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32854
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32855
|
+
color: #0080FF;
|
|
32831
32856
|
}
|
|
32832
|
-
.
|
|
32833
|
-
|
|
32834
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32857
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32858
|
+
color: #005ED1;
|
|
32835
32859
|
}
|
|
32836
|
-
.
|
|
32837
|
-
|
|
32860
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32861
|
+
color: #00122E;
|
|
32838
32862
|
}
|
|
32839
|
-
.
|
|
32840
|
-
|
|
32863
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
32864
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32865
|
+
}
|
|
32866
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32867
|
+
color: #0080FF;
|
|
32868
|
+
}
|
|
32869
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32870
|
+
color: #005ED1;
|
|
32871
|
+
}
|
|
32872
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32873
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32841
32874
|
}
|
|
32842
32875
|
|
|
32843
32876
|
.E_ckui4s7 {
|
|
@@ -32904,95 +32937,10 @@ input.E_rf8rlle.ant-input {
|
|
|
32904
32937
|
margin-left: 24px;
|
|
32905
32938
|
}
|
|
32906
32939
|
|
|
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);
|
|
32909
|
-
}
|
|
32910
|
-
|
|
32911
|
-
.E_c1eym6el {
|
|
32912
|
-
border-radius: 8px;
|
|
32913
|
-
background-color: white;
|
|
32914
|
-
}
|
|
32915
|
-
.E_c1eym6el.hoverable {
|
|
32916
|
-
cursor: pointer;
|
|
32917
|
-
}
|
|
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);
|
|
32922
|
-
}
|
|
32923
|
-
|
|
32924
32940
|
.E_c1yd35n {
|
|
32925
32941
|
padding: 0 12px 14px 12px;
|
|
32926
32942
|
}
|
|
32927
32943
|
|
|
32928
|
-
.E_l1ucdodl {
|
|
32929
|
-
margin: 0;
|
|
32930
|
-
border-radius: 20px;
|
|
32931
|
-
padding: 2px 10px;
|
|
32932
|
-
height: 22px;
|
|
32933
|
-
display: flex;
|
|
32934
|
-
align-items: center;
|
|
32935
|
-
}
|
|
32936
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
32937
|
-
color: #FFFFFF;
|
|
32938
|
-
}
|
|
32939
|
-
.E_l1ucdodl.tag-hover {
|
|
32940
|
-
cursor: pointer;
|
|
32941
|
-
}
|
|
32942
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
32943
|
-
color: #00122e;
|
|
32944
|
-
}
|
|
32945
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
32946
|
-
margin-right: 6px;
|
|
32947
|
-
}
|
|
32948
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
32949
|
-
margin-left: 8px;
|
|
32950
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32951
|
-
}
|
|
32952
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
32953
|
-
color: #FFFFFF;
|
|
32954
|
-
}
|
|
32955
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
32956
|
-
background-color: #0080ff;
|
|
32957
|
-
}
|
|
32958
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
32959
|
-
background-color: #f0483e;
|
|
32960
|
-
}
|
|
32961
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
32962
|
-
background-color: #fea008;
|
|
32963
|
-
}
|
|
32964
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
32965
|
-
background-color: #00ba5d;
|
|
32966
|
-
}
|
|
32967
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
32968
|
-
background-color: #6b7d99;
|
|
32969
|
-
}
|
|
32970
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
32971
|
-
background-color: #7E41FF;
|
|
32972
|
-
}
|
|
32973
|
-
|
|
32974
|
-
.E_s1qj66nc {
|
|
32975
|
-
width: 8px;
|
|
32976
|
-
height: 8px;
|
|
32977
|
-
border-radius: 50%;
|
|
32978
|
-
display: inline-block;
|
|
32979
|
-
}
|
|
32980
|
-
|
|
32981
|
-
.E_s5x1boq {
|
|
32982
|
-
width: 8px;
|
|
32983
|
-
height: 8px;
|
|
32984
|
-
border-radius: 2px;
|
|
32985
|
-
display: inline-block;
|
|
32986
|
-
}
|
|
32987
|
-
|
|
32988
|
-
.E_c1xm185 {
|
|
32989
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32990
|
-
}
|
|
32991
|
-
|
|
32992
|
-
.E_c1x5l5qc {
|
|
32993
|
-
flex: 1;
|
|
32994
|
-
}
|
|
32995
|
-
|
|
32996
32944
|
.E_c1kghdax {
|
|
32997
32945
|
color: #2d3a56;
|
|
32998
32946
|
padding: 7px 12px;
|
|
@@ -33033,78 +32981,21 @@ input.E_rf8rlle.ant-input {
|
|
|
33033
32981
|
margin-right: 2px;
|
|
33034
32982
|
}
|
|
33035
32983
|
|
|
33036
|
-
|
|
33037
|
-
|
|
33038
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33039
|
-
font-size: 12px;
|
|
33040
|
-
line-height: 18px;
|
|
33041
|
-
height: 18px;
|
|
33042
|
-
}
|
|
33043
|
-
|
|
33044
|
-
button.E_l48ei06 {
|
|
33045
|
-
color: #0080FF;
|
|
33046
|
-
height: unset;
|
|
33047
|
-
}
|
|
33048
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33049
|
-
margin-right: 4px;
|
|
33050
|
-
}
|
|
33051
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33052
|
-
margin-left: 4px;
|
|
33053
|
-
}
|
|
33054
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33055
|
-
color: #009DFF;
|
|
33056
|
-
}
|
|
33057
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33058
|
-
color: #005ED1;
|
|
33059
|
-
}
|
|
33060
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33061
|
-
color: #0080FF;
|
|
33062
|
-
}
|
|
33063
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33064
|
-
color: #00122E;
|
|
33065
|
-
}
|
|
33066
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33067
|
-
color: #0080FF;
|
|
33068
|
-
}
|
|
33069
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33070
|
-
color: #005ED1;
|
|
33071
|
-
}
|
|
33072
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33073
|
-
color: #00122E;
|
|
33074
|
-
}
|
|
33075
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33076
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33077
|
-
}
|
|
33078
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33079
|
-
color: #0080FF;
|
|
33080
|
-
}
|
|
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);
|
|
32984
|
+
.E_b14q2gmw {
|
|
32985
|
+
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);
|
|
33086
32986
|
}
|
|
33087
32987
|
|
|
33088
|
-
.
|
|
33089
|
-
|
|
33090
|
-
|
|
33091
|
-
}
|
|
33092
|
-
.E_t1gvlxt5 .tag {
|
|
33093
|
-
flex: 0 0 auto;
|
|
33094
|
-
}
|
|
33095
|
-
.E_t1gvlxt5 .progress-title {
|
|
33096
|
-
flex: 2;
|
|
33097
|
-
max-width: fit-content;
|
|
32988
|
+
.E_c1eym6el {
|
|
32989
|
+
border-radius: 8px;
|
|
32990
|
+
background-color: white;
|
|
33098
32991
|
}
|
|
33099
|
-
.
|
|
33100
|
-
|
|
33101
|
-
max-width: fit-content;
|
|
32992
|
+
.E_c1eym6el.hoverable {
|
|
32993
|
+
cursor: pointer;
|
|
33102
32994
|
}
|
|
33103
|
-
|
|
33104
|
-
|
|
33105
|
-
|
|
33106
|
-
|
|
33107
|
-
column-gap: var(--a1ji6r68-0);
|
|
32995
|
+
.E_c1eym6el.hoverable:hover {
|
|
32996
|
+
transition: all 200ms ease;
|
|
32997
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32998
|
+
transform: translateY(-4px);
|
|
33108
32999
|
}
|
|
33109
33000
|
|
|
33110
33001
|
.E_lht19u8 {
|
|
@@ -33156,437 +33047,146 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33156
33047
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33157
33048
|
}
|
|
33158
33049
|
|
|
33159
|
-
.
|
|
33160
|
-
|
|
33161
|
-
|
|
33162
|
-
|
|
33163
|
-
|
|
33164
|
-
justify-content: center;
|
|
33165
|
-
flex-direction: column;
|
|
33166
|
-
height: 100%;
|
|
33167
|
-
}
|
|
33168
|
-
.E_m11nzl2x .link {
|
|
33169
|
-
color: #0080ff;
|
|
33170
|
-
cursor: pointer;
|
|
33050
|
+
.E_sddwhm6 {
|
|
33051
|
+
margin: 0;
|
|
33052
|
+
border-radius: 20px;
|
|
33053
|
+
padding: 2px 10px;
|
|
33054
|
+
height: 22px;
|
|
33171
33055
|
}
|
|
33172
|
-
|
|
33173
|
-
.
|
|
33174
|
-
width: 100%;
|
|
33175
|
-
height: 100%;
|
|
33176
|
-
display: flex;
|
|
33177
|
-
flex-direction: column;
|
|
33178
|
-
}
|
|
33179
|
-
.E_mn7joto .name-toolbar {
|
|
33180
|
-
width: 100%;
|
|
33181
|
-
display: flex;
|
|
33182
|
-
line-height: 30px;
|
|
33183
|
-
justify-content: space-between;
|
|
33184
|
-
}
|
|
33185
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
33186
|
-
display: flex;
|
|
33187
|
-
font-size: 12px;
|
|
33188
|
-
align-items: center;
|
|
33056
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33057
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33189
33058
|
}
|
|
33190
|
-
.
|
|
33191
|
-
color:
|
|
33059
|
+
.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 {
|
|
33060
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33192
33061
|
}
|
|
33193
|
-
.
|
|
33194
|
-
|
|
33062
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33063
|
+
color: #00122e;
|
|
33195
33064
|
}
|
|
33196
|
-
.
|
|
33197
|
-
margin-
|
|
33198
|
-
cursor: pointer;
|
|
33065
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33066
|
+
margin-right: 6px;
|
|
33199
33067
|
}
|
|
33200
|
-
.
|
|
33201
|
-
|
|
33202
|
-
|
|
33203
|
-
display: flex;
|
|
33204
|
-
justify-content: center;
|
|
33205
|
-
align-items: center;
|
|
33068
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33069
|
+
margin-left: 8px;
|
|
33070
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33206
33071
|
}
|
|
33207
|
-
.
|
|
33208
|
-
|
|
33072
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33073
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33209
33074
|
}
|
|
33210
|
-
|
|
33211
|
-
|
|
33212
|
-
display: flex;
|
|
33213
|
-
align-items: center;
|
|
33214
|
-
white-space: nowrap;
|
|
33215
|
-
overflow: hidden;
|
|
33216
|
-
width: 100%;
|
|
33075
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33076
|
+
background-color: #0080ff;
|
|
33217
33077
|
}
|
|
33218
|
-
.
|
|
33219
|
-
|
|
33220
|
-
margin-left: 8px;
|
|
33078
|
+
.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 {
|
|
33079
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33221
33080
|
}
|
|
33222
|
-
|
|
33223
|
-
.
|
|
33224
|
-
display: flex;
|
|
33225
|
-
justify-content: flex-start;
|
|
33226
|
-
align-items: center;
|
|
33227
|
-
font-size: 12px;
|
|
33228
|
-
cursor: pointer;
|
|
33081
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33082
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33229
33083
|
}
|
|
33230
|
-
.
|
|
33231
|
-
|
|
33084
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33085
|
+
background-color: #f0483e;
|
|
33232
33086
|
}
|
|
33233
|
-
.
|
|
33234
|
-
|
|
33087
|
+
.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 {
|
|
33088
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33235
33089
|
}
|
|
33236
|
-
.
|
|
33237
|
-
background:
|
|
33238
|
-
border-radius: 2px;
|
|
33090
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33091
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33239
33092
|
}
|
|
33240
|
-
.
|
|
33241
|
-
|
|
33093
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33094
|
+
background-color: #fea008;
|
|
33242
33095
|
}
|
|
33243
|
-
.
|
|
33244
|
-
|
|
33096
|
+
.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 {
|
|
33097
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33245
33098
|
}
|
|
33246
|
-
.
|
|
33247
|
-
color:
|
|
33099
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33100
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33248
33101
|
}
|
|
33249
|
-
|
|
33250
|
-
|
|
33251
|
-
display: flex;
|
|
33252
|
-
justify-content: flex-start;
|
|
33253
|
-
align-items: center;
|
|
33254
|
-
font-size: 12px;
|
|
33255
|
-
cursor: pointer;
|
|
33102
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33103
|
+
background-color: #00ba5d;
|
|
33256
33104
|
}
|
|
33257
|
-
.
|
|
33258
|
-
|
|
33105
|
+
.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 {
|
|
33106
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33259
33107
|
}
|
|
33260
|
-
.
|
|
33261
|
-
background:
|
|
33262
|
-
border-radius: 2px;
|
|
33108
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33109
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33263
33110
|
}
|
|
33264
|
-
.
|
|
33265
|
-
color: #
|
|
33111
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33112
|
+
background-color: #6b7d99;
|
|
33266
33113
|
}
|
|
33267
|
-
.
|
|
33268
|
-
|
|
33114
|
+
.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 {
|
|
33115
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33269
33116
|
}
|
|
33270
33117
|
|
|
33271
|
-
.
|
|
33272
|
-
display: inline-block;
|
|
33273
|
-
height: 8px;
|
|
33118
|
+
.E_satwmqm {
|
|
33274
33119
|
width: 8px;
|
|
33275
|
-
|
|
33276
|
-
border-radius:
|
|
33120
|
+
height: 8px;
|
|
33121
|
+
border-radius: 50%;
|
|
33122
|
+
display: inline-block;
|
|
33277
33123
|
}
|
|
33278
33124
|
|
|
33279
|
-
.
|
|
33280
|
-
|
|
33281
|
-
align-items: center;
|
|
33282
|
-
font-size: 12px;
|
|
33283
|
-
margin: 0;
|
|
33125
|
+
.E_tc97u5y {
|
|
33126
|
+
height: 100%;
|
|
33284
33127
|
}
|
|
33285
33128
|
|
|
33286
|
-
.
|
|
33287
|
-
|
|
33288
|
-
|
|
33289
|
-
|
|
33290
|
-
bottom: -12px;
|
|
33291
|
-
}
|
|
33292
|
-
.E_lqeaosa .metric-toolbar {
|
|
33293
|
-
display: flex;
|
|
33294
|
-
justify-content: space-between;
|
|
33295
|
-
line-height: 30px;
|
|
33296
|
-
}
|
|
33297
|
-
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
33298
|
-
display: flex;
|
|
33299
|
-
flex-shrink: 0;
|
|
33300
|
-
font-size: 12px;
|
|
33301
|
-
align-items: center;
|
|
33302
|
-
}
|
|
33303
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33304
|
-
color: #a3b4cc;
|
|
33129
|
+
.E_efzf37v .ant-table-content,
|
|
33130
|
+
.E_efzf37v .ant-table-body {
|
|
33131
|
+
overflow: visible !important;
|
|
33132
|
+
height: 100%;
|
|
33305
33133
|
}
|
|
33306
|
-
.
|
|
33307
|
-
|
|
33134
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33135
|
+
height: 100%;
|
|
33308
33136
|
}
|
|
33309
|
-
.
|
|
33310
|
-
|
|
33311
|
-
|
|
33137
|
+
.E_efzf37v table {
|
|
33138
|
+
width: 100% !important;
|
|
33139
|
+
height: 100%;
|
|
33312
33140
|
}
|
|
33313
|
-
.
|
|
33314
|
-
|
|
33141
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33142
|
+
padding: 15px 0;
|
|
33315
33143
|
}
|
|
33316
|
-
.
|
|
33317
|
-
|
|
33318
|
-
bottom: 10px;
|
|
33319
|
-
padding: 0 8px;
|
|
33320
|
-
font-size: 12px;
|
|
33321
|
-
color: #fff;
|
|
33322
|
-
transform: translateX(-50%);
|
|
33144
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
33145
|
+
display: none;
|
|
33323
33146
|
}
|
|
33324
33147
|
|
|
33325
|
-
.
|
|
33326
|
-
|
|
33327
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
33328
|
-
border-radius: 4px;
|
|
33329
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33330
|
-
padding: 8px;
|
|
33148
|
+
.E_t1fisho6 {
|
|
33149
|
+
height: 100%;
|
|
33331
33150
|
}
|
|
33332
|
-
|
|
33333
|
-
.E_tecdsj7 {
|
|
33334
|
-
display: flex;
|
|
33335
|
-
align-items: center;
|
|
33336
|
-
background-color: unset;
|
|
33337
|
-
color: #FFFFFF;
|
|
33338
|
-
justify-content: space-between;
|
|
33339
|
-
font-size: 12px;
|
|
33151
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33340
33152
|
padding-top: 6px;
|
|
33153
|
+
padding-bottom: 6px;
|
|
33341
33154
|
}
|
|
33342
|
-
.
|
|
33343
|
-
|
|
33155
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33156
|
+
font-weight: 700;
|
|
33344
33157
|
}
|
|
33345
|
-
.
|
|
33346
|
-
|
|
33158
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33159
|
+
font-weight: 700;
|
|
33347
33160
|
}
|
|
33348
|
-
.
|
|
33349
|
-
|
|
33350
|
-
margin-left: 8px;
|
|
33161
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33162
|
+
height: 100%;
|
|
33351
33163
|
}
|
|
33352
|
-
|
|
33353
|
-
|
|
33354
|
-
|
|
33355
|
-
height: 8px;
|
|
33356
|
-
width: 8px;
|
|
33357
|
-
margin-right: 8px;
|
|
33358
|
-
border-radius: 2px;
|
|
33164
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33165
|
+
height: 100%;
|
|
33166
|
+
overflow: visible;
|
|
33359
33167
|
}
|
|
33360
|
-
.
|
|
33361
|
-
|
|
33168
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33169
|
+
max-height: none;
|
|
33362
33170
|
}
|
|
33363
|
-
|
|
33364
|
-
|
|
33365
|
-
|
|
33366
|
-
|
|
33171
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
33172
|
+
background: transparent;
|
|
33173
|
+
}
|
|
33174
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
33175
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
33176
|
+
background: #fff;
|
|
33177
|
+
padding: 0 !important;
|
|
33178
|
+
}
|
|
33179
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
33180
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33367
33181
|
display: flex;
|
|
33368
33182
|
align-items: center;
|
|
33369
|
-
justify-content: center;
|
|
33370
|
-
flex-direction: column;
|
|
33371
33183
|
height: 100%;
|
|
33184
|
+
padding: 8px;
|
|
33372
33185
|
}
|
|
33373
|
-
.
|
|
33374
|
-
|
|
33375
|
-
|
|
33376
|
-
|
|
33377
|
-
|
|
33378
|
-
.E_mp64wfi {
|
|
33379
|
-
width: 100%;
|
|
33380
|
-
height: 100%;
|
|
33381
|
-
display: flex;
|
|
33382
|
-
flex-direction: column;
|
|
33383
|
-
}
|
|
33384
|
-
.E_mp64wfi .name-toolbar {
|
|
33385
|
-
width: 100%;
|
|
33386
|
-
display: flex;
|
|
33387
|
-
line-height: 30px;
|
|
33388
|
-
padding: 0 16px;
|
|
33389
|
-
justify-content: space-between;
|
|
33390
|
-
}
|
|
33391
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33392
|
-
display: flex;
|
|
33393
|
-
font-size: 12px;
|
|
33394
|
-
align-items: center;
|
|
33395
|
-
}
|
|
33396
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33397
|
-
color: #a3b4cc;
|
|
33398
|
-
}
|
|
33399
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33400
|
-
margin-left: 10px;
|
|
33401
|
-
}
|
|
33402
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33403
|
-
margin-left: 10px;
|
|
33404
|
-
cursor: pointer;
|
|
33405
|
-
}
|
|
33406
|
-
.E_mp64wfi .content {
|
|
33407
|
-
flex: 1;
|
|
33408
|
-
width: 100%;
|
|
33409
|
-
display: flex;
|
|
33410
|
-
justify-content: center;
|
|
33411
|
-
align-items: center;
|
|
33412
|
-
}
|
|
33413
|
-
.E_mp64wfi .single-content {
|
|
33414
|
-
height: 65px;
|
|
33415
|
-
}
|
|
33416
|
-
|
|
33417
|
-
.E_l1oyigan {
|
|
33418
|
-
display: flex;
|
|
33419
|
-
align-items: center;
|
|
33420
|
-
white-space: nowrap;
|
|
33421
|
-
overflow: hidden;
|
|
33422
|
-
width: 100%;
|
|
33423
|
-
}
|
|
33424
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
33425
|
-
margin-left: auto;
|
|
33426
|
-
font-size: 12px;
|
|
33427
|
-
}
|
|
33428
|
-
|
|
33429
|
-
.E_l1noi4n1 {
|
|
33430
|
-
display: flex;
|
|
33431
|
-
justify-content: flex-start;
|
|
33432
|
-
align-items: center;
|
|
33433
|
-
font-size: 12px;
|
|
33434
|
-
cursor: pointer;
|
|
33435
|
-
}
|
|
33436
|
-
.E_l1noi4n1:not(:last-child) {
|
|
33437
|
-
margin-right: 20px;
|
|
33438
|
-
}
|
|
33439
|
-
.E_l1noi4n1.deselected {
|
|
33440
|
-
opacity: 0.4;
|
|
33441
|
-
}
|
|
33442
|
-
.E_l1noi4n1.deselected .color-block {
|
|
33443
|
-
background: #b4beca !important;
|
|
33444
|
-
}
|
|
33445
|
-
|
|
33446
|
-
.E_cz19rz6 {
|
|
33447
|
-
display: inline-block;
|
|
33448
|
-
height: 8px;
|
|
33449
|
-
width: 8px;
|
|
33450
|
-
margin-right: 8px;
|
|
33451
|
-
}
|
|
33452
|
-
|
|
33453
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33454
|
-
display: flex;
|
|
33455
|
-
align-items: center;
|
|
33456
|
-
font-size: 12px;
|
|
33457
|
-
margin: 0;
|
|
33458
|
-
}
|
|
33459
|
-
|
|
33460
|
-
.E_m1y1hhnr {
|
|
33461
|
-
position: relative;
|
|
33462
|
-
}
|
|
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;
|
|
33516
|
-
}
|
|
33517
|
-
.E_t1ub2aex:last-child {
|
|
33518
|
-
padding-bottom: 3px;
|
|
33519
|
-
}
|
|
33520
|
-
.E_t1ub2aex .column-value {
|
|
33521
|
-
color: #fff;
|
|
33522
|
-
margin-left: 8px;
|
|
33523
|
-
}
|
|
33524
|
-
|
|
33525
|
-
.E_tc97u5y {
|
|
33526
|
-
height: 100%;
|
|
33527
|
-
}
|
|
33528
|
-
|
|
33529
|
-
.E_efzf37v .ant-table-content,
|
|
33530
|
-
.E_efzf37v .ant-table-body {
|
|
33531
|
-
overflow: visible !important;
|
|
33532
|
-
height: 100%;
|
|
33533
|
-
}
|
|
33534
|
-
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33535
|
-
height: 100%;
|
|
33536
|
-
}
|
|
33537
|
-
.E_efzf37v table {
|
|
33538
|
-
width: 100% !important;
|
|
33539
|
-
height: 100%;
|
|
33540
|
-
}
|
|
33541
|
-
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33542
|
-
padding: 15px 0;
|
|
33543
|
-
}
|
|
33544
|
-
.E_efzf37v table thead.ant-table-thead {
|
|
33545
|
-
display: none;
|
|
33546
|
-
}
|
|
33547
|
-
|
|
33548
|
-
.E_t1fisho6 {
|
|
33549
|
-
height: 100%;
|
|
33550
|
-
}
|
|
33551
|
-
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33552
|
-
padding-top: 6px;
|
|
33553
|
-
padding-bottom: 6px;
|
|
33554
|
-
}
|
|
33555
|
-
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33556
|
-
font-weight: 700;
|
|
33557
|
-
}
|
|
33558
|
-
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33559
|
-
font-weight: 700;
|
|
33560
|
-
}
|
|
33561
|
-
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33562
|
-
height: 100%;
|
|
33563
|
-
}
|
|
33564
|
-
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33565
|
-
height: 100%;
|
|
33566
|
-
overflow: visible;
|
|
33567
|
-
}
|
|
33568
|
-
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33569
|
-
max-height: none;
|
|
33570
|
-
}
|
|
33571
|
-
.E_t1fisho6 td.ant-table-column-sort {
|
|
33572
|
-
background: transparent;
|
|
33573
|
-
}
|
|
33574
|
-
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
33575
|
-
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
33576
|
-
background: #fff;
|
|
33577
|
-
padding: 0 !important;
|
|
33578
|
-
}
|
|
33579
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
33580
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33581
|
-
display: flex;
|
|
33582
|
-
align-items: center;
|
|
33583
|
-
height: 100%;
|
|
33584
|
-
padding: 8px;
|
|
33585
|
-
}
|
|
33586
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33587
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33588
|
-
overflow: hidden;
|
|
33589
|
-
text-overflow: ellipsis;
|
|
33186
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33187
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33188
|
+
overflow: hidden;
|
|
33189
|
+
text-overflow: ellipsis;
|
|
33590
33190
|
width: 100%;
|
|
33591
33191
|
}
|
|
33592
33192
|
.E_t1fisho6 .ant-table-container {
|
|
@@ -33893,117 +33493,257 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33893
33493
|
background: #fff;
|
|
33894
33494
|
}
|
|
33895
33495
|
|
|
33896
|
-
.
|
|
33897
|
-
|
|
33898
|
-
|
|
33899
|
-
|
|
33900
|
-
|
|
33496
|
+
.E_r77hffu {
|
|
33497
|
+
display: flex;
|
|
33498
|
+
align-items: center;
|
|
33499
|
+
justify-content: space-between;
|
|
33500
|
+
column-gap: 6px;
|
|
33901
33501
|
}
|
|
33902
|
-
|
|
33903
|
-
|
|
33502
|
+
|
|
33503
|
+
.E_p1cmxsf7 {
|
|
33504
|
+
display: flex;
|
|
33505
|
+
flex-direction: column;
|
|
33506
|
+
justify-content: center;
|
|
33507
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33904
33508
|
}
|
|
33905
|
-
.
|
|
33906
|
-
|
|
33509
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33510
|
+
font-size: 0;
|
|
33511
|
+
margin-bottom: unset;
|
|
33512
|
+
margin-inline-end: unset;
|
|
33907
33513
|
}
|
|
33908
|
-
|
|
33909
|
-
|
|
33514
|
+
|
|
33515
|
+
.E_w7ob4th.outside-tag {
|
|
33516
|
+
padding-left: 0;
|
|
33910
33517
|
}
|
|
33911
|
-
.
|
|
33912
|
-
|
|
33518
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33519
|
+
border-radius: 4px 0 0 4px;
|
|
33520
|
+
padding-right: 4px;
|
|
33521
|
+
margin-right: 4px;
|
|
33913
33522
|
}
|
|
33914
|
-
|
|
33915
|
-
|
|
33916
|
-
|
|
33523
|
+
|
|
33524
|
+
.E_slr2ynn {
|
|
33525
|
+
padding: 0 8px;
|
|
33526
|
+
height: 18px;
|
|
33917
33527
|
}
|
|
33918
|
-
|
|
33919
|
-
|
|
33528
|
+
|
|
33529
|
+
.E_m140wbb6 {
|
|
33530
|
+
padding: 2px 8px;
|
|
33531
|
+
height: 24px;
|
|
33920
33532
|
}
|
|
33921
|
-
|
|
33922
|
-
|
|
33533
|
+
|
|
33534
|
+
.E_t1fozc1i {
|
|
33535
|
+
margin: 0;
|
|
33923
33536
|
}
|
|
33924
|
-
|
|
33925
|
-
|
|
33537
|
+
|
|
33538
|
+
.E_i1vxv4ln {
|
|
33539
|
+
margin-right: 4px;
|
|
33540
|
+
height: 16px;
|
|
33926
33541
|
}
|
|
33927
|
-
|
|
33928
|
-
|
|
33542
|
+
|
|
33543
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33544
|
+
font-weight: 700;
|
|
33545
|
+
color: #00122e;
|
|
33546
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33547
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33548
|
+
word-break: break-all;
|
|
33549
|
+
display: inline;
|
|
33550
|
+
white-space: normal;
|
|
33929
33551
|
}
|
|
33930
|
-
|
|
33931
|
-
|
|
33552
|
+
|
|
33553
|
+
.E_t1dtlqs1 {
|
|
33554
|
+
margin-bottom: 4px;
|
|
33555
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33932
33556
|
}
|
|
33933
|
-
|
|
33934
|
-
|
|
33557
|
+
|
|
33558
|
+
.E_s1ese5oy {
|
|
33559
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33560
|
+
line-height: 32px;
|
|
33561
|
+
height: 32px;
|
|
33562
|
+
margin-bottom: 0;
|
|
33935
33563
|
}
|
|
33936
|
-
.
|
|
33937
|
-
|
|
33564
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33565
|
+
color: #0080ff;
|
|
33938
33566
|
}
|
|
33939
|
-
.
|
|
33940
|
-
|
|
33567
|
+
.E_s1ese5oy.warning {
|
|
33568
|
+
color: #ffa500;
|
|
33941
33569
|
}
|
|
33942
|
-
.
|
|
33943
|
-
|
|
33570
|
+
.E_s1ese5oy.success {
|
|
33571
|
+
color: #00ba5d;
|
|
33944
33572
|
}
|
|
33945
|
-
.
|
|
33946
|
-
|
|
33573
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33574
|
+
color: #f0483e;
|
|
33947
33575
|
}
|
|
33948
|
-
.
|
|
33949
|
-
|
|
33576
|
+
.E_s1ese5oy.normal {
|
|
33577
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33950
33578
|
}
|
|
33951
|
-
|
|
33952
|
-
|
|
33579
|
+
|
|
33580
|
+
.E_b1ibis43 {
|
|
33581
|
+
margin-bottom: 0;
|
|
33582
|
+
color: #00122e;
|
|
33953
33583
|
}
|
|
33954
|
-
|
|
33955
|
-
|
|
33584
|
+
|
|
33585
|
+
.E_b11xxjd2 {
|
|
33586
|
+
line-height: 32px;
|
|
33587
|
+
margin-right: 6px;
|
|
33956
33588
|
}
|
|
33957
|
-
|
|
33958
|
-
|
|
33589
|
+
|
|
33590
|
+
.E_bsub5bw.with-description {
|
|
33591
|
+
height: 24px;
|
|
33592
|
+
flex: 1;
|
|
33593
|
+
position: relative;
|
|
33594
|
+
top: -7px;
|
|
33959
33595
|
}
|
|
33960
|
-
.
|
|
33961
|
-
|
|
33596
|
+
.E_bsub5bw p {
|
|
33597
|
+
width: 100%;
|
|
33598
|
+
overflow: hidden;
|
|
33599
|
+
text-overflow: ellipsis;
|
|
33600
|
+
white-space: nowrap;
|
|
33962
33601
|
}
|
|
33963
33602
|
|
|
33964
|
-
.
|
|
33965
|
-
|
|
33966
|
-
|
|
33967
|
-
|
|
33968
|
-
display: inline-block;
|
|
33603
|
+
.E_tmoyoag {
|
|
33604
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33605
|
+
border-radius: 8px;
|
|
33606
|
+
overflow: auto;
|
|
33969
33607
|
}
|
|
33970
|
-
|
|
33971
|
-
|
|
33972
|
-
padding-left: 0;
|
|
33608
|
+
.E_tmoyoag .ant-list {
|
|
33609
|
+
position: relative;
|
|
33973
33610
|
}
|
|
33974
|
-
.
|
|
33975
|
-
border-
|
|
33976
|
-
padding-right: 4px;
|
|
33977
|
-
margin-right: 4px;
|
|
33611
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33612
|
+
border-bottom: none;
|
|
33978
33613
|
}
|
|
33979
|
-
|
|
33980
|
-
|
|
33981
|
-
|
|
33982
|
-
|
|
33614
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33615
|
+
position: sticky;
|
|
33616
|
+
top: 0;
|
|
33617
|
+
z-index: 2;
|
|
33618
|
+
display: flex;
|
|
33619
|
+
padding: 8px;
|
|
33620
|
+
flex-wrap: nowrap;
|
|
33621
|
+
justify-content: flex-start;
|
|
33622
|
+
background: #f2f5fa;
|
|
33623
|
+
font-size: 14px;
|
|
33624
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33625
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33983
33626
|
}
|
|
33984
|
-
|
|
33985
|
-
|
|
33986
|
-
|
|
33627
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33628
|
+
align-items: inherit;
|
|
33629
|
+
}
|
|
33630
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33631
|
+
margin-bottom: 0;
|
|
33632
|
+
}
|
|
33633
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33634
|
+
display: flex;
|
|
33635
|
+
justify-content: flex-start;
|
|
33636
|
+
align-items: flex-start;
|
|
33637
|
+
flex-wrap: wrap;
|
|
33638
|
+
padding: 8px;
|
|
33639
|
+
border: none;
|
|
33640
|
+
}
|
|
33641
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33642
|
+
flex-basis: 100%;
|
|
33643
|
+
margin: 12px 0 0;
|
|
33644
|
+
order: 99;
|
|
33645
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33646
|
+
}
|
|
33647
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33648
|
+
color: #f0483e;
|
|
33649
|
+
flex-basis: 100%;
|
|
33650
|
+
order: 98;
|
|
33651
|
+
margin: 12px 0 0;
|
|
33652
|
+
}
|
|
33653
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33654
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33655
|
+
}
|
|
33656
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33657
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33658
|
+
}
|
|
33659
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33660
|
+
flex: 1 0 0;
|
|
33661
|
+
overflow: hidden;
|
|
33662
|
+
}
|
|
33663
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33664
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33665
|
+
margin: 0;
|
|
33666
|
+
}
|
|
33667
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33668
|
+
text-align: center;
|
|
33669
|
+
}
|
|
33670
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
33671
|
+
text-align: center;
|
|
33672
|
+
}
|
|
33673
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33674
|
+
text-align: left;
|
|
33675
|
+
}
|
|
33676
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
33677
|
+
text-align: left;
|
|
33678
|
+
}
|
|
33679
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33680
|
+
text-align: right;
|
|
33681
|
+
}
|
|
33682
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
33683
|
+
text-align: right;
|
|
33684
|
+
}
|
|
33685
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33686
|
+
margin-right: 8px;
|
|
33687
|
+
}
|
|
33688
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33689
|
+
padding: 4px;
|
|
33690
|
+
width: 24px;
|
|
33987
33691
|
height: 24px;
|
|
33692
|
+
overflow: hidden;
|
|
33988
33693
|
}
|
|
33989
|
-
|
|
33990
|
-
|
|
33694
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33695
|
+
padding: 0;
|
|
33696
|
+
}
|
|
33697
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33698
|
+
cursor: not-allowed;
|
|
33699
|
+
opacity: 0.5;
|
|
33700
|
+
}
|
|
33701
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33991
33702
|
margin: 0;
|
|
33992
33703
|
}
|
|
33993
|
-
|
|
33994
|
-
.
|
|
33995
|
-
|
|
33996
|
-
|
|
33704
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33705
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33706
|
+
border-radius: 5px;
|
|
33707
|
+
font-size: 12px;
|
|
33997
33708
|
}
|
|
33998
|
-
|
|
33999
|
-
|
|
34000
|
-
|
|
34001
|
-
|
|
33709
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33710
|
+
font-size: inherit;
|
|
33711
|
+
}
|
|
33712
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33713
|
+
min-height: 24px;
|
|
33714
|
+
font-size: 12px;
|
|
33715
|
+
position: relative;
|
|
33716
|
+
}
|
|
33717
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33718
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33719
|
+
}
|
|
33720
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34002
33721
|
background-color: rgba(237, 241, 250, 0.6);
|
|
34003
|
-
|
|
34004
|
-
|
|
33722
|
+
}
|
|
33723
|
+
|
|
33724
|
+
.E_a138syjm {
|
|
33725
|
+
display: flex;
|
|
33726
|
+
align-items: center;
|
|
33727
|
+
margin-top: 8px;
|
|
33728
|
+
}
|
|
33729
|
+
.E_a138syjm button.ant-btn {
|
|
33730
|
+
padding: 2px 8px;
|
|
33731
|
+
height: 24px;
|
|
33732
|
+
}
|
|
33733
|
+
.E_a138syjm > span.maximum-desc {
|
|
33734
|
+
display: none;
|
|
33735
|
+
margin-left: 8px;
|
|
33736
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33737
|
+
}
|
|
33738
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34005
33739
|
display: inline;
|
|
34006
|
-
|
|
33740
|
+
}
|
|
33741
|
+
|
|
33742
|
+
.E_d77i8u0 {
|
|
33743
|
+
width: 24px;
|
|
33744
|
+
height: 24px;
|
|
33745
|
+
padding: 4px;
|
|
33746
|
+
margin-right: 8px;
|
|
34007
33747
|
}
|
|
34008
33748
|
|
|
34009
33749
|
.E_i1g85yz3 {
|
|
@@ -34206,230 +33946,500 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34206
33946
|
justify-content: center;
|
|
34207
33947
|
}
|
|
34208
33948
|
|
|
34209
|
-
.
|
|
34210
|
-
|
|
34211
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33949
|
+
.E_t13ef470 {
|
|
33950
|
+
height: 100%;
|
|
34212
33951
|
}
|
|
34213
|
-
|
|
34214
|
-
|
|
34215
|
-
|
|
34216
|
-
|
|
34217
|
-
height: 32px;
|
|
34218
|
-
margin-bottom: 0;
|
|
33952
|
+
.E_t13ef470 .table-loading-item {
|
|
33953
|
+
padding: 12px 4px;
|
|
33954
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33955
|
+
display: flex;
|
|
34219
33956
|
}
|
|
34220
|
-
.
|
|
34221
|
-
|
|
33957
|
+
.E_t13ef470 .table-loading-item > * {
|
|
33958
|
+
height: 16px;
|
|
33959
|
+
margin: 4px;
|
|
33960
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33961
|
+
border-radius: 2px;
|
|
34222
33962
|
}
|
|
34223
|
-
.
|
|
34224
|
-
|
|
33963
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
33964
|
+
width: 16px;
|
|
34225
33965
|
}
|
|
34226
|
-
.
|
|
34227
|
-
|
|
33966
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
33967
|
+
flex: 1;
|
|
34228
33968
|
}
|
|
34229
|
-
.
|
|
34230
|
-
|
|
33969
|
+
.E_t13ef470 :nth-child(1) {
|
|
33970
|
+
padding: 8px 4px;
|
|
34231
33971
|
}
|
|
34232
|
-
.
|
|
34233
|
-
|
|
33972
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
33973
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33974
|
+
}
|
|
33975
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
33976
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34234
33977
|
}
|
|
34235
33978
|
|
|
34236
|
-
.
|
|
34237
|
-
margin
|
|
33979
|
+
.E_l1ucdodl {
|
|
33980
|
+
margin: 0;
|
|
33981
|
+
border-radius: 20px;
|
|
33982
|
+
padding: 2px 10px;
|
|
33983
|
+
height: 22px;
|
|
33984
|
+
display: flex;
|
|
33985
|
+
align-items: center;
|
|
33986
|
+
}
|
|
33987
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33988
|
+
color: #FFFFFF;
|
|
33989
|
+
}
|
|
33990
|
+
.E_l1ucdodl.tag-hover {
|
|
33991
|
+
cursor: pointer;
|
|
33992
|
+
}
|
|
33993
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
34238
33994
|
color: #00122e;
|
|
34239
33995
|
}
|
|
34240
|
-
|
|
34241
|
-
.E_b11xxjd2 {
|
|
34242
|
-
line-height: 32px;
|
|
33996
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
34243
33997
|
margin-right: 6px;
|
|
34244
33998
|
}
|
|
33999
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
34000
|
+
margin-left: 8px;
|
|
34001
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34002
|
+
}
|
|
34003
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
34004
|
+
color: #FFFFFF;
|
|
34005
|
+
}
|
|
34006
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
34007
|
+
background-color: #0080ff;
|
|
34008
|
+
}
|
|
34009
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
34010
|
+
background-color: #f0483e;
|
|
34011
|
+
}
|
|
34012
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
34013
|
+
background-color: #fea008;
|
|
34014
|
+
}
|
|
34015
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
34016
|
+
background-color: #00ba5d;
|
|
34017
|
+
}
|
|
34018
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34019
|
+
background-color: #6b7d99;
|
|
34020
|
+
}
|
|
34021
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34022
|
+
background-color: #7E41FF;
|
|
34023
|
+
}
|
|
34245
34024
|
|
|
34246
|
-
.
|
|
34247
|
-
|
|
34025
|
+
.E_s1qj66nc {
|
|
34026
|
+
width: 8px;
|
|
34027
|
+
height: 8px;
|
|
34028
|
+
border-radius: 50%;
|
|
34029
|
+
display: inline-block;
|
|
34030
|
+
}
|
|
34031
|
+
|
|
34032
|
+
.E_s5x1boq {
|
|
34033
|
+
width: 8px;
|
|
34034
|
+
height: 8px;
|
|
34035
|
+
border-radius: 2px;
|
|
34036
|
+
display: inline-block;
|
|
34037
|
+
}
|
|
34038
|
+
|
|
34039
|
+
.E_c1xm185 {
|
|
34040
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34041
|
+
}
|
|
34042
|
+
|
|
34043
|
+
.E_c1x5l5qc {
|
|
34248
34044
|
flex: 1;
|
|
34249
|
-
position: relative;
|
|
34250
|
-
top: -7px;
|
|
34251
34045
|
}
|
|
34252
|
-
|
|
34046
|
+
|
|
34047
|
+
.E_t1gvlxt5 {
|
|
34048
|
+
min-width: 0;
|
|
34049
|
+
flex: 1;
|
|
34050
|
+
}
|
|
34051
|
+
.E_t1gvlxt5 .tag {
|
|
34052
|
+
flex: 0 0 auto;
|
|
34053
|
+
}
|
|
34054
|
+
.E_t1gvlxt5 .progress-title {
|
|
34055
|
+
flex: 2;
|
|
34056
|
+
max-width: fit-content;
|
|
34057
|
+
}
|
|
34058
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34059
|
+
flex: 1;
|
|
34060
|
+
max-width: fit-content;
|
|
34061
|
+
}
|
|
34062
|
+
|
|
34063
|
+
.E_a1ji6r68 {
|
|
34064
|
+
display: flex;
|
|
34065
|
+
align-items: center;
|
|
34066
|
+
column-gap: var(--a1ji6r68-0);
|
|
34067
|
+
}
|
|
34068
|
+
|
|
34069
|
+
.E_msn7nxt {
|
|
34070
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34071
|
+
text-align: center;
|
|
34072
|
+
display: flex;
|
|
34073
|
+
align-items: center;
|
|
34074
|
+
justify-content: center;
|
|
34075
|
+
flex-direction: column;
|
|
34076
|
+
height: 100%;
|
|
34077
|
+
}
|
|
34078
|
+
.E_msn7nxt .link {
|
|
34079
|
+
color: #0080ff;
|
|
34080
|
+
cursor: pointer;
|
|
34081
|
+
}
|
|
34082
|
+
|
|
34083
|
+
.E_mp64wfi {
|
|
34253
34084
|
width: 100%;
|
|
34254
|
-
|
|
34255
|
-
|
|
34085
|
+
height: 100%;
|
|
34086
|
+
display: flex;
|
|
34087
|
+
flex-direction: column;
|
|
34088
|
+
}
|
|
34089
|
+
.E_mp64wfi .name-toolbar {
|
|
34090
|
+
width: 100%;
|
|
34091
|
+
display: flex;
|
|
34092
|
+
line-height: 30px;
|
|
34093
|
+
padding: 0 16px;
|
|
34094
|
+
justify-content: space-between;
|
|
34095
|
+
}
|
|
34096
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34097
|
+
display: flex;
|
|
34098
|
+
font-size: 12px;
|
|
34099
|
+
align-items: center;
|
|
34100
|
+
}
|
|
34101
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34102
|
+
color: #a3b4cc;
|
|
34103
|
+
}
|
|
34104
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34105
|
+
margin-left: 10px;
|
|
34106
|
+
}
|
|
34107
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34108
|
+
margin-left: 10px;
|
|
34109
|
+
cursor: pointer;
|
|
34110
|
+
}
|
|
34111
|
+
.E_mp64wfi .content {
|
|
34112
|
+
flex: 1;
|
|
34113
|
+
width: 100%;
|
|
34114
|
+
display: flex;
|
|
34115
|
+
justify-content: center;
|
|
34116
|
+
align-items: center;
|
|
34117
|
+
}
|
|
34118
|
+
.E_mp64wfi .single-content {
|
|
34119
|
+
height: 65px;
|
|
34120
|
+
}
|
|
34121
|
+
|
|
34122
|
+
.E_l1oyigan {
|
|
34123
|
+
display: flex;
|
|
34124
|
+
align-items: center;
|
|
34256
34125
|
white-space: nowrap;
|
|
34126
|
+
overflow: hidden;
|
|
34127
|
+
width: 100%;
|
|
34128
|
+
}
|
|
34129
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34130
|
+
margin-left: auto;
|
|
34131
|
+
font-size: 12px;
|
|
34257
34132
|
}
|
|
34258
34133
|
|
|
34259
|
-
.
|
|
34260
|
-
|
|
34261
|
-
|
|
34262
|
-
|
|
34134
|
+
.E_l1noi4n1 {
|
|
34135
|
+
display: flex;
|
|
34136
|
+
justify-content: flex-start;
|
|
34137
|
+
align-items: center;
|
|
34138
|
+
font-size: 12px;
|
|
34139
|
+
cursor: pointer;
|
|
34263
34140
|
}
|
|
34264
|
-
.
|
|
34141
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34142
|
+
margin-right: 20px;
|
|
34143
|
+
}
|
|
34144
|
+
.E_l1noi4n1.deselected {
|
|
34145
|
+
opacity: 0.4;
|
|
34146
|
+
}
|
|
34147
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34148
|
+
background: #b4beca !important;
|
|
34149
|
+
}
|
|
34150
|
+
|
|
34151
|
+
.E_cz19rz6 {
|
|
34152
|
+
display: inline-block;
|
|
34153
|
+
height: 8px;
|
|
34154
|
+
width: 8px;
|
|
34155
|
+
margin-right: 8px;
|
|
34156
|
+
}
|
|
34157
|
+
|
|
34158
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34159
|
+
display: flex;
|
|
34160
|
+
align-items: center;
|
|
34161
|
+
font-size: 12px;
|
|
34162
|
+
margin: 0;
|
|
34163
|
+
}
|
|
34164
|
+
|
|
34165
|
+
.E_m1y1hhnr {
|
|
34265
34166
|
position: relative;
|
|
34266
34167
|
}
|
|
34267
|
-
.
|
|
34268
|
-
|
|
34168
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34169
|
+
bottom: -12px;
|
|
34269
34170
|
}
|
|
34270
|
-
.
|
|
34271
|
-
position: sticky;
|
|
34272
|
-
top: 0;
|
|
34273
|
-
z-index: 2;
|
|
34171
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34274
34172
|
display: flex;
|
|
34275
|
-
|
|
34276
|
-
|
|
34277
|
-
|
|
34278
|
-
background: #f2f5fa;
|
|
34279
|
-
font-size: 14px;
|
|
34280
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34281
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34173
|
+
justify-content: space-between;
|
|
34174
|
+
line-height: 30px;
|
|
34175
|
+
margin: 0 16px;
|
|
34282
34176
|
}
|
|
34283
|
-
.
|
|
34284
|
-
|
|
34177
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34178
|
+
display: flex;
|
|
34179
|
+
font-size: 12px;
|
|
34180
|
+
align-items: center;
|
|
34285
34181
|
}
|
|
34286
|
-
.
|
|
34287
|
-
|
|
34182
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34183
|
+
color: #a3b4cc;
|
|
34288
34184
|
}
|
|
34289
|
-
.
|
|
34185
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34186
|
+
margin-left: 10px;
|
|
34187
|
+
}
|
|
34188
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34189
|
+
margin-left: 10px;
|
|
34190
|
+
cursor: pointer;
|
|
34191
|
+
}
|
|
34192
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34193
|
+
font-size: 12px;
|
|
34194
|
+
}
|
|
34195
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34196
|
+
position: absolute;
|
|
34197
|
+
bottom: 10px;
|
|
34198
|
+
padding: 0 8px;
|
|
34199
|
+
border-radius: 4px;
|
|
34200
|
+
font-size: 12px;
|
|
34201
|
+
color: #fff;
|
|
34202
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34203
|
+
transform: translateX(-50%);
|
|
34204
|
+
}
|
|
34205
|
+
|
|
34206
|
+
.E_tnvijvs {
|
|
34207
|
+
min-width: 200px;
|
|
34208
|
+
}
|
|
34209
|
+
|
|
34210
|
+
.E_t1ub2aex {
|
|
34290
34211
|
display: flex;
|
|
34291
|
-
|
|
34292
|
-
|
|
34293
|
-
|
|
34294
|
-
|
|
34295
|
-
|
|
34212
|
+
align-items: center;
|
|
34213
|
+
justify-content: space-between;
|
|
34214
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34215
|
+
color: #b4beca;
|
|
34216
|
+
font-size: 12px;
|
|
34217
|
+
padding: 3px 6px;
|
|
34296
34218
|
}
|
|
34297
|
-
.
|
|
34298
|
-
|
|
34299
|
-
|
|
34300
|
-
|
|
34219
|
+
.E_t1ub2aex:first-child {
|
|
34220
|
+
padding-top: 3px;
|
|
34221
|
+
}
|
|
34222
|
+
.E_t1ub2aex:last-child {
|
|
34223
|
+
padding-bottom: 3px;
|
|
34224
|
+
}
|
|
34225
|
+
.E_t1ub2aex .column-value {
|
|
34226
|
+
color: #fff;
|
|
34227
|
+
margin-left: 8px;
|
|
34228
|
+
}
|
|
34229
|
+
|
|
34230
|
+
.E_m11nzl2x {
|
|
34301
34231
|
color: rgba(44, 56, 82, 0.6);
|
|
34232
|
+
text-align: center;
|
|
34233
|
+
display: flex;
|
|
34234
|
+
align-items: center;
|
|
34235
|
+
justify-content: center;
|
|
34236
|
+
flex-direction: column;
|
|
34237
|
+
height: 100%;
|
|
34302
34238
|
}
|
|
34303
|
-
.
|
|
34304
|
-
color: #
|
|
34305
|
-
|
|
34306
|
-
order: 98;
|
|
34307
|
-
margin: 12px 0 0;
|
|
34239
|
+
.E_m11nzl2x .link {
|
|
34240
|
+
color: #0080ff;
|
|
34241
|
+
cursor: pointer;
|
|
34308
34242
|
}
|
|
34309
|
-
|
|
34310
|
-
|
|
34243
|
+
|
|
34244
|
+
.E_mn7joto {
|
|
34245
|
+
width: 100%;
|
|
34246
|
+
height: 100%;
|
|
34247
|
+
display: flex;
|
|
34248
|
+
flex-direction: column;
|
|
34311
34249
|
}
|
|
34312
|
-
.
|
|
34313
|
-
|
|
34250
|
+
.E_mn7joto .name-toolbar {
|
|
34251
|
+
width: 100%;
|
|
34252
|
+
display: flex;
|
|
34253
|
+
line-height: 30px;
|
|
34254
|
+
justify-content: space-between;
|
|
34314
34255
|
}
|
|
34315
|
-
.
|
|
34316
|
-
|
|
34256
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
34257
|
+
display: flex;
|
|
34258
|
+
font-size: 12px;
|
|
34259
|
+
align-items: center;
|
|
34260
|
+
}
|
|
34261
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
34262
|
+
color: #a3b4cc;
|
|
34263
|
+
}
|
|
34264
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
34265
|
+
margin-left: 10px;
|
|
34266
|
+
}
|
|
34267
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
34268
|
+
margin-left: 10px;
|
|
34269
|
+
cursor: pointer;
|
|
34270
|
+
}
|
|
34271
|
+
.E_mn7joto .content {
|
|
34272
|
+
flex: 1;
|
|
34273
|
+
width: 100%;
|
|
34274
|
+
display: flex;
|
|
34275
|
+
justify-content: center;
|
|
34276
|
+
align-items: center;
|
|
34277
|
+
}
|
|
34278
|
+
.E_mn7joto .single-content {
|
|
34279
|
+
height: 65px;
|
|
34280
|
+
}
|
|
34281
|
+
|
|
34282
|
+
.E_l1bifhon {
|
|
34283
|
+
display: flex;
|
|
34284
|
+
align-items: center;
|
|
34285
|
+
white-space: nowrap;
|
|
34317
34286
|
overflow: hidden;
|
|
34287
|
+
width: 100%;
|
|
34318
34288
|
}
|
|
34319
|
-
.
|
|
34320
|
-
|
|
34321
|
-
margin:
|
|
34289
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
34290
|
+
font-size: 12px;
|
|
34291
|
+
margin-left: 8px;
|
|
34322
34292
|
}
|
|
34323
|
-
|
|
34324
|
-
|
|
34293
|
+
|
|
34294
|
+
.E_ltthzck {
|
|
34295
|
+
display: flex;
|
|
34296
|
+
justify-content: flex-start;
|
|
34297
|
+
align-items: center;
|
|
34298
|
+
font-size: 12px;
|
|
34299
|
+
cursor: pointer;
|
|
34325
34300
|
}
|
|
34326
|
-
.
|
|
34327
|
-
|
|
34301
|
+
.E_ltthzck:not(:first-child) {
|
|
34302
|
+
margin-left: 8px;
|
|
34328
34303
|
}
|
|
34329
|
-
.
|
|
34330
|
-
|
|
34304
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34305
|
+
opacity: 0.3;
|
|
34331
34306
|
}
|
|
34332
|
-
.
|
|
34333
|
-
|
|
34307
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34308
|
+
background: #b4beca !important;
|
|
34309
|
+
border-radius: 2px;
|
|
34334
34310
|
}
|
|
34335
|
-
.
|
|
34336
|
-
|
|
34311
|
+
.E_ltthzck.hoverering-self {
|
|
34312
|
+
opacity: 1;
|
|
34313
|
+
}
|
|
34314
|
+
.E_ltthzck .dropdown-trigger {
|
|
34315
|
+
margin-left: 12px;
|
|
34316
|
+
}
|
|
34317
|
+
.E_ltthzck .legend-name {
|
|
34318
|
+
color: #00122e;
|
|
34319
|
+
}
|
|
34320
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
34321
|
+
display: flex;
|
|
34322
|
+
align-items: center;
|
|
34323
|
+
margin-left: 4px;
|
|
34324
|
+
}
|
|
34325
|
+
|
|
34326
|
+
.E_l1mumj7o {
|
|
34327
|
+
display: flex;
|
|
34328
|
+
justify-content: flex-start;
|
|
34329
|
+
align-items: center;
|
|
34330
|
+
font-size: 12px;
|
|
34331
|
+
cursor: pointer;
|
|
34337
34332
|
}
|
|
34338
|
-
.
|
|
34339
|
-
|
|
34333
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34334
|
+
opacity: 0.3;
|
|
34340
34335
|
}
|
|
34341
|
-
.
|
|
34342
|
-
|
|
34336
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34337
|
+
background: #b4beca !important;
|
|
34338
|
+
border-radius: 2px;
|
|
34343
34339
|
}
|
|
34344
|
-
.
|
|
34345
|
-
|
|
34346
|
-
width: 24px;
|
|
34347
|
-
height: 24px;
|
|
34348
|
-
overflow: hidden;
|
|
34340
|
+
.E_l1mumj7o .legend-name {
|
|
34341
|
+
color: #00122e;
|
|
34349
34342
|
}
|
|
34350
|
-
.
|
|
34351
|
-
|
|
34343
|
+
.E_l1mumj7o.hoverering-self {
|
|
34344
|
+
opacity: 1;
|
|
34352
34345
|
}
|
|
34353
|
-
.
|
|
34354
|
-
|
|
34355
|
-
|
|
34346
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
34347
|
+
margin-left: 4px;
|
|
34348
|
+
display: flex;
|
|
34349
|
+
align-items: center;
|
|
34356
34350
|
}
|
|
34357
|
-
|
|
34358
|
-
|
|
34351
|
+
|
|
34352
|
+
.E_c14rn6j5 {
|
|
34353
|
+
display: inline-block;
|
|
34354
|
+
height: 8px;
|
|
34355
|
+
width: 8px;
|
|
34356
|
+
margin-right: 6px;
|
|
34357
|
+
border-radius: 2px;
|
|
34359
34358
|
}
|
|
34360
|
-
|
|
34361
|
-
.
|
|
34362
|
-
|
|
34359
|
+
|
|
34360
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
34361
|
+
display: flex;
|
|
34362
|
+
align-items: center;
|
|
34363
34363
|
font-size: 12px;
|
|
34364
|
+
margin: 0;
|
|
34364
34365
|
}
|
|
34365
|
-
|
|
34366
|
-
|
|
34367
|
-
}
|
|
34368
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34369
|
-
min-height: 24px;
|
|
34370
|
-
font-size: 12px;
|
|
34366
|
+
|
|
34367
|
+
.E_lqeaosa {
|
|
34371
34368
|
position: relative;
|
|
34372
34369
|
}
|
|
34373
|
-
.
|
|
34374
|
-
|
|
34370
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
34371
|
+
bottom: -12px;
|
|
34375
34372
|
}
|
|
34376
|
-
.
|
|
34377
|
-
|
|
34373
|
+
.E_lqeaosa .metric-toolbar {
|
|
34374
|
+
display: flex;
|
|
34375
|
+
justify-content: space-between;
|
|
34376
|
+
line-height: 30px;
|
|
34378
34377
|
}
|
|
34379
|
-
|
|
34380
|
-
.E_a138syjm {
|
|
34378
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34381
34379
|
display: flex;
|
|
34380
|
+
flex-shrink: 0;
|
|
34381
|
+
font-size: 12px;
|
|
34382
34382
|
align-items: center;
|
|
34383
|
-
margin-top: 8px;
|
|
34384
34383
|
}
|
|
34385
|
-
.
|
|
34386
|
-
|
|
34387
|
-
height: 24px;
|
|
34384
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
34385
|
+
color: #a3b4cc;
|
|
34388
34386
|
}
|
|
34389
|
-
.
|
|
34390
|
-
|
|
34391
|
-
margin-left: 8px;
|
|
34392
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34387
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34388
|
+
margin-left: 10px;
|
|
34393
34389
|
}
|
|
34394
|
-
.
|
|
34395
|
-
|
|
34390
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34391
|
+
margin-left: 10px;
|
|
34392
|
+
cursor: pointer;
|
|
34396
34393
|
}
|
|
34397
|
-
|
|
34398
|
-
|
|
34399
|
-
|
|
34400
|
-
|
|
34401
|
-
|
|
34402
|
-
|
|
34394
|
+
.E_lqeaosa .recharts-xAxis {
|
|
34395
|
+
font-size: 12px;
|
|
34396
|
+
}
|
|
34397
|
+
.E_lqeaosa .pointer-wrapper {
|
|
34398
|
+
position: absolute;
|
|
34399
|
+
bottom: 10px;
|
|
34400
|
+
padding: 0 8px;
|
|
34401
|
+
font-size: 12px;
|
|
34402
|
+
color: #fff;
|
|
34403
|
+
transform: translateX(-50%);
|
|
34403
34404
|
}
|
|
34404
34405
|
|
|
34405
|
-
.
|
|
34406
|
-
|
|
34406
|
+
.E_t2pr38p {
|
|
34407
|
+
min-width: 200px;
|
|
34408
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
34409
|
+
border-radius: 4px;
|
|
34410
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34411
|
+
padding: 8px;
|
|
34407
34412
|
}
|
|
34408
|
-
|
|
34409
|
-
|
|
34410
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34413
|
+
|
|
34414
|
+
.E_tecdsj7 {
|
|
34411
34415
|
display: flex;
|
|
34416
|
+
align-items: center;
|
|
34417
|
+
background-color: unset;
|
|
34418
|
+
color: #FFFFFF;
|
|
34419
|
+
justify-content: space-between;
|
|
34420
|
+
font-size: 12px;
|
|
34421
|
+
padding-top: 6px;
|
|
34412
34422
|
}
|
|
34413
|
-
.
|
|
34414
|
-
|
|
34415
|
-
margin: 4px;
|
|
34416
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34417
|
-
border-radius: 2px;
|
|
34418
|
-
}
|
|
34419
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34420
|
-
width: 16px;
|
|
34423
|
+
.E_tecdsj7:first-child {
|
|
34424
|
+
padding-top: 3px;
|
|
34421
34425
|
}
|
|
34422
|
-
.
|
|
34423
|
-
|
|
34426
|
+
.E_tecdsj7:last-child {
|
|
34427
|
+
padding-bottom: 3px;
|
|
34424
34428
|
}
|
|
34425
|
-
.
|
|
34426
|
-
|
|
34429
|
+
.E_tecdsj7 .column-value {
|
|
34430
|
+
color: #FFFFFF;
|
|
34431
|
+
margin-left: 8px;
|
|
34427
34432
|
}
|
|
34428
|
-
|
|
34429
|
-
|
|
34433
|
+
|
|
34434
|
+
.E_ljhvvia {
|
|
34435
|
+
display: inline-block;
|
|
34436
|
+
height: 8px;
|
|
34437
|
+
width: 8px;
|
|
34438
|
+
margin-right: 8px;
|
|
34439
|
+
border-radius: 2px;
|
|
34430
34440
|
}
|
|
34431
|
-
.
|
|
34432
|
-
|
|
34441
|
+
.E_ljhvvia.borderd {
|
|
34442
|
+
border: 1px solid #fff;
|
|
34433
34443
|
}
|
|
34434
34444
|
|
|
34435
34445
|
.E_bpgac8u {
|
|
@@ -34459,6 +34469,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34459
34469
|
background-color: #E07F00;
|
|
34460
34470
|
}
|
|
34461
34471
|
|
|
34472
|
+
.E_t59qhqp {
|
|
34473
|
+
padding: 0px;
|
|
34474
|
+
padding-top: 5px;
|
|
34475
|
+
padding-left: 5px;
|
|
34476
|
+
}
|
|
34477
|
+
.E_t59qhqp .ant-timeline-item {
|
|
34478
|
+
margin-bottom: 16px;
|
|
34479
|
+
padding-bottom: 0px;
|
|
34480
|
+
}
|
|
34481
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
34482
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34483
|
+
margin-bottom: 0;
|
|
34484
|
+
}
|
|
34485
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
34486
|
+
margin-bottom: 12px;
|
|
34487
|
+
}
|
|
34488
|
+
.E_t59qhqp .info-action {
|
|
34489
|
+
align-self: baseline;
|
|
34490
|
+
}
|
|
34491
|
+
|
|
34492
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
34493
|
+
margin-left: 18px;
|
|
34494
|
+
}
|
|
34495
|
+
.E_t2e44lg .item-time {
|
|
34496
|
+
display: flex;
|
|
34497
|
+
flex-direction: column;
|
|
34498
|
+
gap: 4px;
|
|
34499
|
+
margin-top: 4px;
|
|
34500
|
+
}
|
|
34501
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34502
|
+
padding-bottom: 0;
|
|
34503
|
+
}
|
|
34504
|
+
|
|
34505
|
+
.E_e14ua30y {
|
|
34506
|
+
display: flex;
|
|
34507
|
+
flex-direction: column;
|
|
34508
|
+
align-items: center;
|
|
34509
|
+
justify-content: center;
|
|
34510
|
+
}
|
|
34511
|
+
|
|
34512
|
+
.E_s1ikqzph {
|
|
34513
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34514
|
+
}
|
|
34515
|
+
|
|
34516
|
+
.E_i15astnl {
|
|
34517
|
+
color: #00122E;
|
|
34518
|
+
}
|
|
34519
|
+
|
|
34462
34520
|
.E_b1jaupqb {
|
|
34463
34521
|
color: #F0483E;
|
|
34464
34522
|
}
|
|
@@ -34596,90 +34654,42 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34596
34654
|
|
|
34597
34655
|
.E_fo07jei {
|
|
34598
34656
|
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 {
|
|
34624
|
-
margin-right: 4px;
|
|
34625
|
-
flex-shrink: 0;
|
|
34626
|
-
}
|
|
34627
|
-
|
|
34628
|
-
.E_eb58k2y {
|
|
34629
|
-
align-self: flex-start;
|
|
34630
|
-
margin-top: 5px;
|
|
34631
|
-
}
|
|
34632
|
-
|
|
34633
|
-
.E_c1bad0d {
|
|
34634
|
-
font-weight: bold;
|
|
34635
|
-
}
|
|
34636
|
-
|
|
34637
|
-
.E_t59qhqp {
|
|
34638
|
-
padding: 0px;
|
|
34639
|
-
padding-top: 5px;
|
|
34640
|
-
padding-left: 5px;
|
|
34641
|
-
}
|
|
34642
|
-
.E_t59qhqp .ant-timeline-item {
|
|
34643
|
-
margin-bottom: 16px;
|
|
34644
|
-
padding-bottom: 0px;
|
|
34645
|
-
}
|
|
34646
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
34647
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34648
|
-
margin-bottom: 0;
|
|
34649
|
-
}
|
|
34650
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
34651
|
-
margin-bottom: 12px;
|
|
34652
|
-
}
|
|
34653
|
-
.E_t59qhqp .info-action {
|
|
34654
|
-
align-self: baseline;
|
|
34657
|
+
justify-content: space-between;
|
|
34658
|
+
align-items: center;
|
|
34659
|
+
gap: 16px;
|
|
34660
|
+
height: 40px;
|
|
34655
34661
|
}
|
|
34656
34662
|
|
|
34657
|
-
.
|
|
34658
|
-
margin-left: 18px;
|
|
34659
|
-
}
|
|
34660
|
-
.E_t2e44lg .item-time {
|
|
34663
|
+
.E_fph3s12 {
|
|
34661
34664
|
display: flex;
|
|
34662
|
-
|
|
34663
|
-
gap:
|
|
34664
|
-
|
|
34665
|
+
align-items: center;
|
|
34666
|
+
gap: 16px;
|
|
34667
|
+
text-align: left;
|
|
34665
34668
|
}
|
|
34666
|
-
|
|
34667
|
-
|
|
34669
|
+
|
|
34670
|
+
.E_f1f8uj0i {
|
|
34671
|
+
flex-shrink: 0;
|
|
34668
34672
|
}
|
|
34669
34673
|
|
|
34670
|
-
.
|
|
34674
|
+
.E_ejcjd85 {
|
|
34675
|
+
color: #f0483e;
|
|
34671
34676
|
display: flex;
|
|
34672
|
-
flex-direction: column;
|
|
34673
34677
|
align-items: center;
|
|
34674
|
-
|
|
34678
|
+
height: 32px;
|
|
34675
34679
|
}
|
|
34676
34680
|
|
|
34677
|
-
.
|
|
34678
|
-
|
|
34681
|
+
.E_e1lj3r2s {
|
|
34682
|
+
margin-right: 4px;
|
|
34683
|
+
flex-shrink: 0;
|
|
34679
34684
|
}
|
|
34680
34685
|
|
|
34681
|
-
.
|
|
34682
|
-
|
|
34686
|
+
.E_eb58k2y {
|
|
34687
|
+
align-self: flex-start;
|
|
34688
|
+
margin-top: 5px;
|
|
34689
|
+
}
|
|
34690
|
+
|
|
34691
|
+
.E_c1bad0d {
|
|
34692
|
+
font-weight: bold;
|
|
34683
34693
|
}
|
|
34684
34694
|
|
|
34685
34695
|
.E_dxyv8bv {
|
|
@@ -34837,10 +34847,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34837
34847
|
border-radius: 8px;
|
|
34838
34848
|
}
|
|
34839
34849
|
|
|
34840
|
-
.E_t1616y1o {
|
|
34841
|
-
color: #fff;
|
|
34842
|
-
}
|
|
34843
|
-
|
|
34844
34850
|
.E_t1g36k2w {
|
|
34845
34851
|
overflow: hidden;
|
|
34846
34852
|
height: 100%;
|
|
@@ -34870,15 +34876,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34870
34876
|
background: rgba(225, 230, 241, 0.6);
|
|
34871
34877
|
}
|
|
34872
34878
|
|
|
34873
|
-
.E_a9y3flr {
|
|
34874
|
-
margin-left: 8px;
|
|
34875
|
-
}
|
|
34876
|
-
|
|
34877
|
-
.E_a1njc627 {
|
|
34878
|
-
font-size: 12px;
|
|
34879
|
-
color: #00122e;
|
|
34880
|
-
}
|
|
34881
|
-
|
|
34882
34879
|
.E_f16blduf.ant-form-item {
|
|
34883
34880
|
margin-bottom: 0;
|
|
34884
34881
|
}
|
|
@@ -34898,6 +34895,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34898
34895
|
display: block;
|
|
34899
34896
|
}
|
|
34900
34897
|
|
|
34898
|
+
.E_t1616y1o {
|
|
34899
|
+
color: #fff;
|
|
34900
|
+
}
|
|
34901
|
+
|
|
34902
|
+
.E_a9y3flr {
|
|
34903
|
+
margin-left: 8px;
|
|
34904
|
+
}
|
|
34905
|
+
|
|
34906
|
+
.E_a1njc627 {
|
|
34907
|
+
font-size: 12px;
|
|
34908
|
+
color: #00122e;
|
|
34909
|
+
}
|
|
34910
|
+
|
|
34901
34911
|
.E_i14c7jc8 {
|
|
34902
34912
|
color: var(--i14c7jc8-0);
|
|
34903
34913
|
}
|
|
@@ -34954,70 +34964,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34954
34964
|
margin-left: 1px;
|
|
34955
34965
|
}
|
|
34956
34966
|
|
|
34957
|
-
.E_c18bcrac {
|
|
34958
|
-
display: inline-block;
|
|
34959
|
-
width: 100%;
|
|
34960
|
-
}
|
|
34961
|
-
.E_c18bcrac .recharts-wrapper {
|
|
34962
|
-
margin-left: 4px;
|
|
34963
|
-
}
|
|
34964
|
-
|
|
34965
|
-
.E_cro7kg2 {
|
|
34966
|
-
padding: 4px;
|
|
34967
|
-
}
|
|
34968
|
-
.E_cro7kg2 .unit {
|
|
34969
|
-
color: white;
|
|
34970
|
-
}
|
|
34971
|
-
|
|
34972
|
-
.E_c14wcxf0 {
|
|
34973
|
-
display: flex;
|
|
34974
|
-
justify-content: space-between;
|
|
34975
|
-
align-items: center;
|
|
34976
|
-
font-size: 13px;
|
|
34977
|
-
line-height: 24px;
|
|
34978
|
-
color: #cccccc;
|
|
34979
|
-
white-space: nowrap;
|
|
34980
|
-
}
|
|
34981
|
-
.E_c14wcxf0 label {
|
|
34982
|
-
margin-right: 32px;
|
|
34983
|
-
}
|
|
34984
|
-
|
|
34985
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
34986
|
-
font-weight: bold;
|
|
34987
|
-
color: white;
|
|
34988
|
-
}
|
|
34989
|
-
|
|
34990
|
-
.E_s11212zy {
|
|
34991
|
-
width: 8px;
|
|
34992
|
-
height: 8px;
|
|
34993
|
-
border-radius: 2px;
|
|
34994
|
-
display: inline-block;
|
|
34995
|
-
background: var(--s11212zy-0);
|
|
34996
|
-
border: 1px solid #fff;
|
|
34997
|
-
box-sizing: content-box;
|
|
34998
|
-
margin-right: 6px;
|
|
34999
|
-
}
|
|
35000
|
-
|
|
35001
|
-
.E_p1lyky6c > :first-child {
|
|
35002
|
-
font-weight: bold;
|
|
35003
|
-
color: white;
|
|
35004
|
-
margin-right: 4px;
|
|
35005
|
-
}
|
|
35006
|
-
|
|
35007
|
-
span.E_tqjc4ui {
|
|
35008
|
-
margin: 0 2px;
|
|
35009
|
-
}
|
|
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;
|
|
35019
|
-
}
|
|
35020
|
-
|
|
35021
34967
|
.E_s1ebs0ra {
|
|
35022
34968
|
display: flex;
|
|
35023
34969
|
align-items: center;
|
|
@@ -35079,6 +35025,56 @@ span.E_tqjc4ui {
|
|
|
35079
35025
|
background: #fff;
|
|
35080
35026
|
}
|
|
35081
35027
|
|
|
35028
|
+
.E_c18bcrac {
|
|
35029
|
+
display: inline-block;
|
|
35030
|
+
width: 100%;
|
|
35031
|
+
}
|
|
35032
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35033
|
+
margin-left: 4px;
|
|
35034
|
+
}
|
|
35035
|
+
|
|
35036
|
+
.E_cro7kg2 {
|
|
35037
|
+
padding: 4px;
|
|
35038
|
+
}
|
|
35039
|
+
.E_cro7kg2 .unit {
|
|
35040
|
+
color: white;
|
|
35041
|
+
}
|
|
35042
|
+
|
|
35043
|
+
.E_c14wcxf0 {
|
|
35044
|
+
display: flex;
|
|
35045
|
+
justify-content: space-between;
|
|
35046
|
+
align-items: center;
|
|
35047
|
+
font-size: 13px;
|
|
35048
|
+
line-height: 24px;
|
|
35049
|
+
color: #cccccc;
|
|
35050
|
+
white-space: nowrap;
|
|
35051
|
+
}
|
|
35052
|
+
.E_c14wcxf0 label {
|
|
35053
|
+
margin-right: 32px;
|
|
35054
|
+
}
|
|
35055
|
+
|
|
35056
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35057
|
+
font-weight: bold;
|
|
35058
|
+
color: white;
|
|
35059
|
+
}
|
|
35060
|
+
|
|
35061
|
+
.E_s11212zy {
|
|
35062
|
+
width: 8px;
|
|
35063
|
+
height: 8px;
|
|
35064
|
+
border-radius: 2px;
|
|
35065
|
+
display: inline-block;
|
|
35066
|
+
background: var(--s11212zy-0);
|
|
35067
|
+
border: 1px solid #fff;
|
|
35068
|
+
box-sizing: content-box;
|
|
35069
|
+
margin-right: 6px;
|
|
35070
|
+
}
|
|
35071
|
+
|
|
35072
|
+
.E_p1lyky6c > :first-child {
|
|
35073
|
+
font-weight: bold;
|
|
35074
|
+
color: white;
|
|
35075
|
+
margin-right: 4px;
|
|
35076
|
+
}
|
|
35077
|
+
|
|
35082
35078
|
.E_c1up1pdz {
|
|
35083
35079
|
width: 648px;
|
|
35084
35080
|
}
|
|
@@ -35358,102 +35354,49 @@ span.E_tqjc4ui {
|
|
|
35358
35354
|
visibility: hidden;
|
|
35359
35355
|
}
|
|
35360
35356
|
|
|
35361
|
-
.
|
|
35362
|
-
|
|
35363
|
-
align-items: center;
|
|
35364
|
-
}
|
|
35365
|
-
.E_s1iv0tp1 .enabled-text {
|
|
35366
|
-
margin-right: 8px;
|
|
35367
|
-
}
|
|
35368
|
-
|
|
35369
|
-
.E_t1sqg15u {
|
|
35370
|
-
background: white;
|
|
35371
|
-
}
|
|
35372
|
-
.E_t1sqg15u.inline .table-row {
|
|
35373
|
-
flex-direction: column;
|
|
35374
|
-
}
|
|
35375
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35376
|
-
padding: 0 16px 7px 0;
|
|
35377
|
-
}
|
|
35378
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35379
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35380
|
-
}
|
|
35381
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35382
|
-
border-top: none !important;
|
|
35383
|
-
}
|
|
35384
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35385
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35386
|
-
}
|
|
35387
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35388
|
-
padding-bottom: 0;
|
|
35389
|
-
}
|
|
35390
|
-
.E_t1sqg15u.align-right .content {
|
|
35391
|
-
text-align: right;
|
|
35392
|
-
}
|
|
35393
|
-
.E_t1sqg15u .uuid-row {
|
|
35394
|
-
display: flex;
|
|
35395
|
-
justify-content: space-between;
|
|
35396
|
-
}
|
|
35397
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
35398
|
-
white-space: nowrap;
|
|
35399
|
-
overflow: hidden;
|
|
35400
|
-
text-overflow: ellipsis;
|
|
35401
|
-
}
|
|
35402
|
-
|
|
35403
|
-
.E_t4zczcp {
|
|
35404
|
-
display: flex;
|
|
35405
|
-
justify-content: space-between;
|
|
35406
|
-
align-items: center;
|
|
35407
|
-
padding: 8px;
|
|
35408
|
-
min-height: 32px;
|
|
35357
|
+
.E_gmyahx3 {
|
|
35358
|
+
cursor: pointer;
|
|
35409
35359
|
}
|
|
35410
|
-
.
|
|
35411
|
-
color: rgba(
|
|
35412
|
-
font-weight: 600;
|
|
35413
|
-
font-size: 12px;
|
|
35414
|
-
line-height: 8px;
|
|
35360
|
+
.E_gmyahx3 .link-text {
|
|
35361
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35415
35362
|
}
|
|
35416
|
-
.
|
|
35417
|
-
|
|
35418
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35419
|
-
cursor: pointer;
|
|
35363
|
+
.E_gmyahx3:hover .link-text {
|
|
35364
|
+
color: #0080ff;
|
|
35420
35365
|
}
|
|
35421
35366
|
|
|
35422
|
-
.
|
|
35423
|
-
|
|
35424
|
-
line-height: 18px;
|
|
35367
|
+
span.E_tqjc4ui {
|
|
35368
|
+
margin: 0 2px;
|
|
35425
35369
|
}
|
|
35426
35370
|
|
|
35427
|
-
.
|
|
35428
|
-
display: flex;
|
|
35429
|
-
|
|
35430
|
-
|
|
35431
|
-
}
|
|
35432
|
-
.E_t93e4cf .hidden {
|
|
35433
|
-
display: none;
|
|
35371
|
+
.E_wg1tsps {
|
|
35372
|
+
display: flex;
|
|
35373
|
+
align-items: center;
|
|
35374
|
+
justify-content: flex-end;
|
|
35434
35375
|
}
|
|
35435
|
-
|
|
35436
|
-
|
|
35376
|
+
|
|
35377
|
+
.E_b1ctd5xy {
|
|
35378
|
+
display: flex;
|
|
35379
|
+
align-items: center;
|
|
35380
|
+
width: calc(100% - 40px);
|
|
35437
35381
|
}
|
|
35438
|
-
.
|
|
35439
|
-
|
|
35440
|
-
overflow-x: auto;
|
|
35382
|
+
.E_b1ctd5xy .chart {
|
|
35383
|
+
display: inline-block;
|
|
35441
35384
|
width: 100%;
|
|
35442
|
-
white-space: pre-wrap;
|
|
35443
35385
|
}
|
|
35444
|
-
|
|
35445
|
-
|
|
35446
|
-
|
|
35386
|
+
|
|
35387
|
+
.E_u1p8acpn {
|
|
35388
|
+
min-width: 40px;
|
|
35447
35389
|
}
|
|
35448
|
-
.
|
|
35449
|
-
|
|
35390
|
+
.E_u1p8acpn .unit {
|
|
35391
|
+
color: #00122e !important;
|
|
35450
35392
|
}
|
|
35451
35393
|
|
|
35452
|
-
.
|
|
35453
|
-
|
|
35454
|
-
|
|
35455
|
-
|
|
35456
|
-
|
|
35394
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35395
|
+
display: flex;
|
|
35396
|
+
align-items: center;
|
|
35397
|
+
}
|
|
35398
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35399
|
+
margin-right: 8px;
|
|
35457
35400
|
}
|
|
35458
35401
|
|
|
35459
35402
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35569,6 +35512,96 @@ span.E_tqjc4ui {
|
|
|
35569
35512
|
text-align: left;
|
|
35570
35513
|
}
|
|
35571
35514
|
|
|
35515
|
+
.E_t1sqg15u {
|
|
35516
|
+
background: white;
|
|
35517
|
+
}
|
|
35518
|
+
.E_t1sqg15u.inline .table-row {
|
|
35519
|
+
flex-direction: column;
|
|
35520
|
+
}
|
|
35521
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35522
|
+
padding: 0 16px 7px 0;
|
|
35523
|
+
}
|
|
35524
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35525
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35526
|
+
}
|
|
35527
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35528
|
+
border-top: none !important;
|
|
35529
|
+
}
|
|
35530
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35531
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35532
|
+
}
|
|
35533
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35534
|
+
padding-bottom: 0;
|
|
35535
|
+
}
|
|
35536
|
+
.E_t1sqg15u.align-right .content {
|
|
35537
|
+
text-align: right;
|
|
35538
|
+
}
|
|
35539
|
+
.E_t1sqg15u .uuid-row {
|
|
35540
|
+
display: flex;
|
|
35541
|
+
justify-content: space-between;
|
|
35542
|
+
}
|
|
35543
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35544
|
+
white-space: nowrap;
|
|
35545
|
+
overflow: hidden;
|
|
35546
|
+
text-overflow: ellipsis;
|
|
35547
|
+
}
|
|
35548
|
+
|
|
35549
|
+
.E_t4zczcp {
|
|
35550
|
+
display: flex;
|
|
35551
|
+
justify-content: space-between;
|
|
35552
|
+
align-items: center;
|
|
35553
|
+
padding: 8px;
|
|
35554
|
+
min-height: 32px;
|
|
35555
|
+
}
|
|
35556
|
+
.E_t4zczcp .table-title {
|
|
35557
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35558
|
+
font-weight: 600;
|
|
35559
|
+
font-size: 12px;
|
|
35560
|
+
line-height: 8px;
|
|
35561
|
+
}
|
|
35562
|
+
.E_t4zczcp .edit-icon {
|
|
35563
|
+
font-size: 16px;
|
|
35564
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35565
|
+
cursor: pointer;
|
|
35566
|
+
}
|
|
35567
|
+
|
|
35568
|
+
.E_t1s7goww {
|
|
35569
|
+
font-size: 12px;
|
|
35570
|
+
line-height: 18px;
|
|
35571
|
+
}
|
|
35572
|
+
|
|
35573
|
+
.E_t93e4cf {
|
|
35574
|
+
display: flex;
|
|
35575
|
+
padding: 8px 0;
|
|
35576
|
+
color: #2d3a56;
|
|
35577
|
+
}
|
|
35578
|
+
.E_t93e4cf .hidden {
|
|
35579
|
+
display: none;
|
|
35580
|
+
}
|
|
35581
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35582
|
+
height: auto;
|
|
35583
|
+
}
|
|
35584
|
+
.E_t93e4cf .content {
|
|
35585
|
+
overflow: hidden;
|
|
35586
|
+
overflow-x: auto;
|
|
35587
|
+
width: 100%;
|
|
35588
|
+
white-space: pre-wrap;
|
|
35589
|
+
}
|
|
35590
|
+
.E_t93e4cf .content .ant-btn {
|
|
35591
|
+
white-space: pre-wrap;
|
|
35592
|
+
text-align: left;
|
|
35593
|
+
}
|
|
35594
|
+
.E_t93e4cf .content .unit-chart {
|
|
35595
|
+
justify-content: flex-start;
|
|
35596
|
+
}
|
|
35597
|
+
|
|
35598
|
+
.E_rhz2uv5 {
|
|
35599
|
+
width: var(--rhz2uv5-0);
|
|
35600
|
+
flex-shrink: 0;
|
|
35601
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35602
|
+
padding-right: 12px;
|
|
35603
|
+
}
|
|
35604
|
+
|
|
35572
35605
|
.E_t160l1cm {
|
|
35573
35606
|
display: flex;
|
|
35574
35607
|
flex-direction: column;
|
|
@@ -35772,29 +35805,6 @@ span.E_tqjc4ui {
|
|
|
35772
35805
|
background: transparent;
|
|
35773
35806
|
}
|
|
35774
35807
|
|
|
35775
|
-
.E_wg1tsps {
|
|
35776
|
-
display: flex;
|
|
35777
|
-
align-items: center;
|
|
35778
|
-
justify-content: flex-end;
|
|
35779
|
-
}
|
|
35780
|
-
|
|
35781
|
-
.E_b1ctd5xy {
|
|
35782
|
-
display: flex;
|
|
35783
|
-
align-items: center;
|
|
35784
|
-
width: calc(100% - 40px);
|
|
35785
|
-
}
|
|
35786
|
-
.E_b1ctd5xy .chart {
|
|
35787
|
-
display: inline-block;
|
|
35788
|
-
width: 100%;
|
|
35789
|
-
}
|
|
35790
|
-
|
|
35791
|
-
.E_u1p8acpn {
|
|
35792
|
-
min-width: 40px;
|
|
35793
|
-
}
|
|
35794
|
-
.E_u1p8acpn .unit {
|
|
35795
|
-
color: #00122e !important;
|
|
35796
|
-
}
|
|
35797
|
-
|
|
35798
35808
|
.E_cyms3br {
|
|
35799
35809
|
background: #fff;
|
|
35800
35810
|
width: 100%;
|
|
@@ -35982,6 +35992,15 @@ span.E_tqjc4ui {
|
|
|
35982
35992
|
}
|
|
35983
35993
|
}
|
|
35984
35994
|
|
|
35995
|
+
.E_cevhqx7 {
|
|
35996
|
+
color: #00122e;
|
|
35997
|
+
}
|
|
35998
|
+
|
|
35999
|
+
.E_snbqlt4 {
|
|
36000
|
+
margin-top: 8px;
|
|
36001
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36002
|
+
}
|
|
36003
|
+
|
|
35985
36004
|
.E_c1ss4prm {
|
|
35986
36005
|
color: rgba(44, 56, 82, 0.6);
|
|
35987
36006
|
}
|
|
@@ -36020,59 +36039,6 @@ span.E_tqjc4ui {
|
|
|
36020
36039
|
margin: 16px 0;
|
|
36021
36040
|
}
|
|
36022
36041
|
|
|
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
|
-
|
|
36076
36042
|
.E_c1kchka8 {
|
|
36077
36043
|
height: 100%;
|
|
36078
36044
|
width: 100%;
|
|
@@ -36563,4 +36529,48 @@ span.E_tqjc4ui {
|
|
|
36563
36529
|
}
|
|
36564
36530
|
.E_rzaik16 .ant-popover-inner-content {
|
|
36565
36531
|
padding: 0;
|
|
36532
|
+
}
|
|
36533
|
+
|
|
36534
|
+
.E_c14ouk5o {
|
|
36535
|
+
width: 100%;
|
|
36536
|
+
height: 100%;
|
|
36537
|
+
display: flex;
|
|
36538
|
+
font-size: 12px;
|
|
36539
|
+
line-height: 18px;
|
|
36540
|
+
padding: 8px 0;
|
|
36541
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36542
|
+
}
|
|
36543
|
+
.E_c14ouk5o:last-of-type {
|
|
36544
|
+
box-shadow: none;
|
|
36545
|
+
padding-bottom: 0;
|
|
36546
|
+
}
|
|
36547
|
+
.E_c14ouk5o.collapsed {
|
|
36548
|
+
flex-direction: column;
|
|
36549
|
+
}
|
|
36550
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36551
|
+
display: flex;
|
|
36552
|
+
}
|
|
36553
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36554
|
+
flex: 1;
|
|
36555
|
+
display: flex;
|
|
36556
|
+
justify-content: space-between;
|
|
36557
|
+
}
|
|
36558
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36559
|
+
height: auto;
|
|
36560
|
+
}
|
|
36561
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36562
|
+
margin-left: 162px;
|
|
36563
|
+
}
|
|
36564
|
+
.E_c14ouk5o .col-label {
|
|
36565
|
+
width: 216px;
|
|
36566
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36567
|
+
margin-right: 12px;
|
|
36568
|
+
flex-shrink: 0;
|
|
36569
|
+
}
|
|
36570
|
+
.E_c14ouk5o .col-content {
|
|
36571
|
+
color: #2d3a56;
|
|
36572
|
+
/* make btn link in info row have the same height as normal text */
|
|
36573
|
+
}
|
|
36574
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36575
|
+
height: auto;
|
|
36566
36576
|
}
|