@cloudtower/eagle 0.34.12 → 0.34.14
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 +23 -6
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1736 -1734
- package/dist/esm/core/LineChart/LineChartLegend.js +23 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2025 -2023
- package/dist/style.css +1736 -1734
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29673,26 +29673,6 @@ body {
|
|
|
29673
29673
|
overflow-x: auto;
|
|
29674
29674
|
}
|
|
29675
29675
|
|
|
29676
|
-
.E_m74vjol {
|
|
29677
|
-
display: flex;
|
|
29678
|
-
justify-content: space-between;
|
|
29679
|
-
width: 100%;
|
|
29680
|
-
}
|
|
29681
|
-
.E_m74vjol .action {
|
|
29682
|
-
margin-left: 16px;
|
|
29683
|
-
}
|
|
29684
|
-
|
|
29685
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
29686
|
-
padding-right: 12px;
|
|
29687
|
-
}
|
|
29688
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29689
|
-
height: fit-content;
|
|
29690
|
-
margin-left: 16px;
|
|
29691
|
-
}
|
|
29692
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29693
|
-
flex: 1;
|
|
29694
|
-
}
|
|
29695
|
-
|
|
29696
29676
|
.E_c18gxmrl {
|
|
29697
29677
|
border: 1px solid #d8deeb;
|
|
29698
29678
|
border-radius: 4px;
|
|
@@ -29713,102 +29693,24 @@ body {
|
|
|
29713
29693
|
padding: 8px 12px;
|
|
29714
29694
|
}
|
|
29715
29695
|
|
|
29716
|
-
.
|
|
29717
|
-
border-radius: 8px;
|
|
29718
|
-
}
|
|
29719
|
-
.E_c1yyuluq .ant-card-body {
|
|
29720
|
-
padding: 20px 24px 24px 24px;
|
|
29721
|
-
}
|
|
29722
|
-
|
|
29723
|
-
.E_phljevk {
|
|
29696
|
+
.E_m74vjol {
|
|
29724
29697
|
display: flex;
|
|
29725
29698
|
justify-content: space-between;
|
|
29726
|
-
|
|
29727
|
-
padding: 10px 0;
|
|
29728
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29729
|
-
font-size: 12px;
|
|
29730
|
-
line-height: 24px;
|
|
29731
|
-
}
|
|
29732
|
-
.E_phljevk .pagination-left {
|
|
29733
|
-
padding: 2px 8px;
|
|
29734
|
-
}
|
|
29735
|
-
.E_phljevk .dropdown-trigger {
|
|
29736
|
-
display: flex;
|
|
29737
|
-
align-items: center;
|
|
29738
|
-
border-radius: 6px;
|
|
29739
|
-
cursor: pointer;
|
|
29740
|
-
transition: all 0.3s ease;
|
|
29741
|
-
}
|
|
29742
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
29743
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29744
|
-
color: #0080ff;
|
|
29745
|
-
}
|
|
29746
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
29747
|
-
margin-left: 4px;
|
|
29748
|
-
}
|
|
29749
|
-
.E_phljevk .pagination-right {
|
|
29750
|
-
display: flex;
|
|
29751
|
-
align-items: center;
|
|
29752
|
-
color: #0080ff;
|
|
29753
|
-
font-weight: bold;
|
|
29754
|
-
}
|
|
29755
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
29756
|
-
margin-left: 4px;
|
|
29757
|
-
}
|
|
29758
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
29759
|
-
.E_phljevk .pagination-right .next-btn {
|
|
29760
|
-
padding: 0 8px;
|
|
29761
|
-
}
|
|
29762
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
29763
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
29764
|
-
color: #0080ff;
|
|
29765
|
-
}
|
|
29766
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
29767
|
-
transform: rotate(180deg);
|
|
29768
|
-
}
|
|
29769
|
-
|
|
29770
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
29771
|
-
max-height: calc(100vh - 128px);
|
|
29772
|
-
overflow-y: auto;
|
|
29773
|
-
}
|
|
29774
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29775
|
-
padding: 4px 20px;
|
|
29776
|
-
font-size: 12px;
|
|
29777
|
-
line-height: 18px;
|
|
29778
|
-
}
|
|
29779
|
-
|
|
29780
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
29781
|
-
display: flex;
|
|
29782
|
-
}
|
|
29783
|
-
.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 {
|
|
29784
|
-
border-bottom-left-radius: 5px;
|
|
29785
|
-
border-top-left-radius: 5px;
|
|
29699
|
+
width: 100%;
|
|
29786
29700
|
}
|
|
29787
|
-
.
|
|
29788
|
-
|
|
29789
|
-
border-top-right-radius: 5px;
|
|
29701
|
+
.E_m74vjol .action {
|
|
29702
|
+
margin-left: 16px;
|
|
29790
29703
|
}
|
|
29791
29704
|
|
|
29792
|
-
.
|
|
29793
|
-
|
|
29794
|
-
background-color: #fff;
|
|
29795
|
-
}
|
|
29796
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29797
|
-
padding-top: 0px;
|
|
29798
|
-
padding-bottom: 0px;
|
|
29799
|
-
padding-left: 0px !important;
|
|
29800
|
-
padding-right: 24px;
|
|
29801
|
-
}
|
|
29802
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29803
|
-
right: 0px;
|
|
29705
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29706
|
+
padding-right: 12px;
|
|
29804
29707
|
}
|
|
29805
|
-
.
|
|
29806
|
-
|
|
29708
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29709
|
+
height: fit-content;
|
|
29710
|
+
margin-left: 16px;
|
|
29807
29711
|
}
|
|
29808
|
-
|
|
29809
|
-
|
|
29810
|
-
padding-right: 0px;
|
|
29811
|
-
cursor: default;
|
|
29712
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29713
|
+
flex: 1;
|
|
29812
29714
|
}
|
|
29813
29715
|
|
|
29814
29716
|
.E_berrcjl {
|
|
@@ -29827,26 +29729,33 @@ body {
|
|
|
29827
29729
|
color: #005ed1;
|
|
29828
29730
|
}
|
|
29829
29731
|
|
|
29830
|
-
.
|
|
29831
|
-
|
|
29732
|
+
.E_b1nip9bk {
|
|
29733
|
+
padding: 4px 11px;
|
|
29832
29734
|
}
|
|
29833
|
-
|
|
29834
|
-
|
|
29835
|
-
|
|
29836
|
-
|
|
29837
|
-
line-height: 32px;
|
|
29735
|
+
|
|
29736
|
+
.E_bqamoqe {
|
|
29737
|
+
white-space: nowrap;
|
|
29738
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29838
29739
|
}
|
|
29839
|
-
.
|
|
29840
|
-
|
|
29841
|
-
border-radius: 8px;
|
|
29842
|
-
background: #fff;
|
|
29740
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29741
|
+
--color: #0080ff;
|
|
29843
29742
|
}
|
|
29844
|
-
.
|
|
29845
|
-
|
|
29846
|
-
|
|
29847
|
-
|
|
29848
|
-
|
|
29849
|
-
|
|
29743
|
+
.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] {
|
|
29744
|
+
--color: #0080ff;
|
|
29745
|
+
}
|
|
29746
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29747
|
+
margin-left: 1px;
|
|
29748
|
+
}
|
|
29749
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29750
|
+
border-top-right-radius: 0;
|
|
29751
|
+
border-bottom-right-radius: 0;
|
|
29752
|
+
}
|
|
29753
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29754
|
+
border-top-left-radius: 0;
|
|
29755
|
+
border-bottom-left-radius: 0;
|
|
29756
|
+
}
|
|
29757
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29758
|
+
border-radius: unset;
|
|
29850
29759
|
}
|
|
29851
29760
|
|
|
29852
29761
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
@@ -29862,6 +29771,13 @@ body {
|
|
|
29862
29771
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29863
29772
|
}
|
|
29864
29773
|
|
|
29774
|
+
.E_c1yyuluq {
|
|
29775
|
+
border-radius: 8px;
|
|
29776
|
+
}
|
|
29777
|
+
.E_c1yyuluq .ant-card-body {
|
|
29778
|
+
padding: 20px 24px 24px 24px;
|
|
29779
|
+
}
|
|
29780
|
+
|
|
29865
29781
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29866
29782
|
justify-content: center;
|
|
29867
29783
|
}
|
|
@@ -30119,6 +30035,28 @@ body {
|
|
|
30119
30035
|
justify-content: center;
|
|
30120
30036
|
}
|
|
30121
30037
|
|
|
30038
|
+
.E_c1uzzomf {
|
|
30039
|
+
margin-bottom: 16px;
|
|
30040
|
+
}
|
|
30041
|
+
.E_c1uzzomf .card-title {
|
|
30042
|
+
font-size: 16px;
|
|
30043
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30044
|
+
font-weight: 700;
|
|
30045
|
+
line-height: 32px;
|
|
30046
|
+
}
|
|
30047
|
+
.E_c1uzzomf .card-body {
|
|
30048
|
+
padding: 24px;
|
|
30049
|
+
border-radius: 8px;
|
|
30050
|
+
background: #fff;
|
|
30051
|
+
}
|
|
30052
|
+
.E_c1uzzomf .empty {
|
|
30053
|
+
font-weight: 700;
|
|
30054
|
+
font-size: 14px;
|
|
30055
|
+
line-height: 22px;
|
|
30056
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30057
|
+
text-align: center;
|
|
30058
|
+
}
|
|
30059
|
+
|
|
30122
30060
|
.E_d1bw7c5z {
|
|
30123
30061
|
position: relative;
|
|
30124
30062
|
max-width: 388px;
|
|
@@ -30202,37 +30140,42 @@ body {
|
|
|
30202
30140
|
width: 102px;
|
|
30203
30141
|
}
|
|
30204
30142
|
|
|
30205
|
-
.
|
|
30206
|
-
|
|
30143
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30144
|
+
border: 0px;
|
|
30145
|
+
background-color: #fff;
|
|
30207
30146
|
}
|
|
30208
|
-
|
|
30209
|
-
|
|
30210
|
-
padding:
|
|
30147
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30148
|
+
padding-top: 0px;
|
|
30149
|
+
padding-bottom: 0px;
|
|
30150
|
+
padding-left: 0px !important;
|
|
30151
|
+
padding-right: 24px;
|
|
30211
30152
|
}
|
|
30212
|
-
|
|
30213
|
-
|
|
30214
|
-
white-space: nowrap;
|
|
30215
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30153
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30154
|
+
right: 0px;
|
|
30216
30155
|
}
|
|
30217
|
-
.
|
|
30218
|
-
|
|
30156
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30157
|
+
padding: 0px;
|
|
30219
30158
|
}
|
|
30220
|
-
|
|
30221
|
-
|
|
30159
|
+
|
|
30160
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30161
|
+
padding-right: 0px;
|
|
30162
|
+
cursor: default;
|
|
30222
30163
|
}
|
|
30223
|
-
|
|
30224
|
-
|
|
30164
|
+
|
|
30165
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30166
|
+
display: flex;
|
|
30225
30167
|
}
|
|
30226
|
-
.
|
|
30227
|
-
border-
|
|
30228
|
-
border-
|
|
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 {
|
|
30169
|
+
border-bottom-left-radius: 5px;
|
|
30170
|
+
border-top-left-radius: 5px;
|
|
30229
30171
|
}
|
|
30230
|
-
.
|
|
30231
|
-
border-
|
|
30232
|
-
border-
|
|
30172
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30173
|
+
border-bottom-right-radius: 5px;
|
|
30174
|
+
border-top-right-radius: 5px;
|
|
30233
30175
|
}
|
|
30234
|
-
|
|
30235
|
-
|
|
30176
|
+
|
|
30177
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30178
|
+
line-height: 18px;
|
|
30236
30179
|
}
|
|
30237
30180
|
|
|
30238
30181
|
.E_ivqqkzv {
|
|
@@ -30245,48 +30188,8 @@ body {
|
|
|
30245
30188
|
color: rgba(44, 56, 82, 0.6);
|
|
30246
30189
|
}
|
|
30247
30190
|
|
|
30248
|
-
.
|
|
30249
|
-
|
|
30250
|
-
height: 14px;
|
|
30251
|
-
width: 14px;
|
|
30252
|
-
border-radius: 50%;
|
|
30253
|
-
flex-shrink: 0;
|
|
30254
|
-
display: flex;
|
|
30255
|
-
align-items: center;
|
|
30256
|
-
justify-content: center;
|
|
30257
|
-
border: 1px solid var(--color);
|
|
30258
|
-
}
|
|
30259
|
-
.E_c1bus5hc .circle-inner {
|
|
30260
|
-
position: relative;
|
|
30261
|
-
height: 10px;
|
|
30262
|
-
width: 10px;
|
|
30263
|
-
border-radius: 50%;
|
|
30264
|
-
overflow: hidden;
|
|
30265
|
-
}
|
|
30266
|
-
.E_c1bus5hc .circle-content {
|
|
30267
|
-
position: absolute;
|
|
30268
|
-
height: 100%;
|
|
30269
|
-
width: 100%;
|
|
30270
|
-
left: 0;
|
|
30271
|
-
top: 0;
|
|
30272
|
-
border-radius: 50%;
|
|
30273
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30274
|
-
transform: rotate(180deg);
|
|
30275
|
-
}
|
|
30276
|
-
.E_c1bus5hc .circle-child {
|
|
30277
|
-
position: absolute;
|
|
30278
|
-
height: 100%;
|
|
30279
|
-
width: 100%;
|
|
30280
|
-
left: 0;
|
|
30281
|
-
top: 0;
|
|
30282
|
-
margin-left: 50%;
|
|
30283
|
-
transform-origin: left;
|
|
30284
|
-
background: white;
|
|
30285
|
-
transform: rotate(0deg);
|
|
30286
|
-
}
|
|
30287
|
-
|
|
30288
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30289
|
-
margin-right: 8px;
|
|
30191
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30192
|
+
margin-right: 8px;
|
|
30290
30193
|
}
|
|
30291
30194
|
.E_i11gg7mj .ant-input-suffix {
|
|
30292
30195
|
margin-left: 8px;
|
|
@@ -30311,159 +30214,265 @@ body {
|
|
|
30311
30214
|
cursor: not-allowed;
|
|
30312
30215
|
}
|
|
30313
30216
|
|
|
30314
|
-
.
|
|
30315
|
-
|
|
30316
|
-
|
|
30317
|
-
|
|
30318
|
-
|
|
30319
|
-
|
|
30320
|
-
|
|
30217
|
+
.E_phljevk {
|
|
30218
|
+
display: flex;
|
|
30219
|
+
justify-content: space-between;
|
|
30220
|
+
align-items: center;
|
|
30221
|
+
padding: 10px 0;
|
|
30222
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30223
|
+
font-size: 12px;
|
|
30224
|
+
line-height: 24px;
|
|
30321
30225
|
}
|
|
30322
|
-
|
|
30323
|
-
.E_m855nr1 {
|
|
30226
|
+
.E_phljevk .pagination-left {
|
|
30324
30227
|
padding: 2px 8px;
|
|
30325
|
-
border-radius: 3px;
|
|
30326
30228
|
}
|
|
30327
|
-
|
|
30328
|
-
|
|
30329
|
-
|
|
30330
|
-
border-radius:
|
|
30229
|
+
.E_phljevk .dropdown-trigger {
|
|
30230
|
+
display: flex;
|
|
30231
|
+
align-items: center;
|
|
30232
|
+
border-radius: 6px;
|
|
30233
|
+
cursor: pointer;
|
|
30234
|
+
transition: all 0.3s ease;
|
|
30331
30235
|
}
|
|
30332
|
-
|
|
30333
|
-
|
|
30334
|
-
|
|
30236
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30237
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30238
|
+
color: #0080ff;
|
|
30335
30239
|
}
|
|
30336
|
-
.
|
|
30337
|
-
margin:
|
|
30338
|
-
|
|
30339
|
-
|
|
30240
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30241
|
+
margin-left: 4px;
|
|
30242
|
+
}
|
|
30243
|
+
.E_phljevk .pagination-right {
|
|
30244
|
+
display: flex;
|
|
30340
30245
|
align-items: center;
|
|
30341
|
-
|
|
30246
|
+
color: #0080ff;
|
|
30247
|
+
font-weight: bold;
|
|
30342
30248
|
}
|
|
30343
|
-
.
|
|
30344
|
-
width: 16px;
|
|
30345
|
-
height: 16px;
|
|
30346
|
-
color: inherit;
|
|
30249
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30347
30250
|
margin-left: 4px;
|
|
30348
|
-
opacity: 0.6;
|
|
30349
|
-
display: inline-flex;
|
|
30350
30251
|
}
|
|
30351
|
-
.
|
|
30352
|
-
|
|
30252
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30253
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30254
|
+
padding: 0 8px;
|
|
30353
30255
|
}
|
|
30354
|
-
.
|
|
30256
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30257
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30355
30258
|
color: #0080ff;
|
|
30356
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30357
|
-
}
|
|
30358
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30359
|
-
color: #f0483e;
|
|
30360
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30361
30259
|
}
|
|
30362
|
-
.
|
|
30363
|
-
|
|
30364
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30260
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30261
|
+
transform: rotate(180deg);
|
|
30365
30262
|
}
|
|
30366
|
-
|
|
30367
|
-
|
|
30368
|
-
|
|
30263
|
+
|
|
30264
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30265
|
+
max-height: calc(100vh - 128px);
|
|
30266
|
+
overflow-y: auto;
|
|
30369
30267
|
}
|
|
30370
|
-
.
|
|
30371
|
-
|
|
30372
|
-
|
|
30268
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30269
|
+
padding: 4px 20px;
|
|
30270
|
+
font-size: 12px;
|
|
30271
|
+
line-height: 18px;
|
|
30373
30272
|
}
|
|
30374
|
-
|
|
30375
|
-
|
|
30376
|
-
|
|
30273
|
+
|
|
30274
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30275
|
+
display: inline-flex;
|
|
30276
|
+
align-items: baseline;
|
|
30277
|
+
white-space: pre-wrap;
|
|
30377
30278
|
}
|
|
30378
|
-
.
|
|
30379
|
-
|
|
30279
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30280
|
+
position: relative;
|
|
30281
|
+
top: 3px;
|
|
30380
30282
|
}
|
|
30381
|
-
.
|
|
30382
|
-
|
|
30283
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30284
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30383
30285
|
}
|
|
30384
|
-
.
|
|
30385
|
-
|
|
30286
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30287
|
+
border-color: #0080ff;
|
|
30386
30288
|
}
|
|
30387
|
-
.
|
|
30388
|
-
|
|
30289
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30290
|
+
border-color: #0080ff;
|
|
30291
|
+
background: #0080ff;
|
|
30389
30292
|
}
|
|
30390
|
-
.
|
|
30391
|
-
|
|
30293
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30294
|
+
top: 4px;
|
|
30295
|
+
left: 4px;
|
|
30296
|
+
width: 6px;
|
|
30297
|
+
height: 6px;
|
|
30298
|
+
background: #fff;
|
|
30392
30299
|
}
|
|
30393
|
-
.
|
|
30394
|
-
|
|
30300
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30301
|
+
opacity: 0.5;
|
|
30395
30302
|
}
|
|
30396
|
-
.
|
|
30397
|
-
|
|
30303
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30304
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30305
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30398
30306
|
}
|
|
30399
|
-
|
|
30400
|
-
|
|
30401
|
-
min-width: 40px;
|
|
30402
|
-
height: 24px;
|
|
30403
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30404
|
-
overflow: hidden;
|
|
30307
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30308
|
+
background: #00122e;
|
|
30405
30309
|
}
|
|
30406
|
-
.
|
|
30407
|
-
|
|
30310
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30311
|
+
color: #00122e;
|
|
30312
|
+
opacity: 0.5;
|
|
30408
30313
|
}
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30411
|
-
height: 16px;
|
|
30314
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30315
|
+
color: #00122e;
|
|
30412
30316
|
}
|
|
30413
|
-
.
|
|
30414
|
-
|
|
30415
|
-
|
|
30317
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30318
|
+
display: inline-block;
|
|
30319
|
+
padding: 0;
|
|
30320
|
+
padding-left: 10px;
|
|
30416
30321
|
}
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30419
|
-
|
|
30322
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30323
|
+
margin-bottom: 0;
|
|
30324
|
+
white-space: pre-wrap;
|
|
30325
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30420
30326
|
}
|
|
30421
|
-
.
|
|
30422
|
-
|
|
30423
|
-
transition-delay: 120ms;
|
|
30327
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30328
|
+
padding-left: 8px;
|
|
30424
30329
|
}
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
|
|
30428
|
-
top: 1px;
|
|
30429
|
-
left: 1px;
|
|
30330
|
+
|
|
30331
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30332
|
+
border-radius: 5px 0 0 5px;
|
|
30430
30333
|
}
|
|
30431
|
-
.
|
|
30432
|
-
|
|
30433
|
-
width: 28px;
|
|
30334
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30335
|
+
border-radius: 0 5px 5px 0;
|
|
30434
30336
|
}
|
|
30435
|
-
|
|
30436
|
-
|
|
30337
|
+
|
|
30338
|
+
.E_rcc63c8 {
|
|
30339
|
+
color: #00122e;
|
|
30340
|
+
border-color: #ccd4e3;
|
|
30437
30341
|
}
|
|
30438
|
-
.
|
|
30439
|
-
|
|
30342
|
+
.E_rcc63c8:first-child {
|
|
30343
|
+
border-color: #a3b4cc;
|
|
30440
30344
|
}
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30345
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30346
|
+
padding: 0 12px;
|
|
30347
|
+
line-height: 32px;
|
|
30348
|
+
height: 32px;
|
|
30443
30349
|
}
|
|
30444
|
-
.
|
|
30445
|
-
|
|
30350
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30351
|
+
white-space: nowrap;
|
|
30446
30352
|
}
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30353
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30354
|
+
height: 22px;
|
|
30355
|
+
padding: 0 7px;
|
|
30356
|
+
line-height: 20px;
|
|
30449
30357
|
}
|
|
30450
|
-
|
|
30451
|
-
|
|
30452
|
-
margin-left: 5px;
|
|
30358
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30359
|
+
background: #ccd4e3;
|
|
30453
30360
|
}
|
|
30454
|
-
|
|
30455
|
-
|
|
30456
|
-
width: 430px !important;
|
|
30361
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30362
|
+
background: #0080ff;
|
|
30457
30363
|
}
|
|
30458
|
-
|
|
30459
|
-
|
|
30460
|
-
|
|
30461
|
-
|
|
30462
|
-
|
|
30463
|
-
|
|
30464
|
-
|
|
30465
|
-
|
|
30466
|
-
|
|
30364
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30365
|
+
background: #ccd4e3;
|
|
30366
|
+
opacity: 0.5;
|
|
30367
|
+
}
|
|
30368
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30369
|
+
border-right-color: #0080ff;
|
|
30370
|
+
}
|
|
30371
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30372
|
+
border-color: #0080ff;
|
|
30373
|
+
}
|
|
30374
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30375
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30376
|
+
}
|
|
30377
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30378
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30379
|
+
border-color: #ccd4e3;
|
|
30380
|
+
opacity: 0.5;
|
|
30381
|
+
}
|
|
30382
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30383
|
+
color: #00122e;
|
|
30384
|
+
border-color: #ccd4e3;
|
|
30385
|
+
}
|
|
30386
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30387
|
+
color: #00122e;
|
|
30388
|
+
border-color: #ccd4e3;
|
|
30389
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30390
|
+
}
|
|
30391
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30392
|
+
margin-right: 8px;
|
|
30393
|
+
display: inline;
|
|
30394
|
+
border: none;
|
|
30395
|
+
padding: 0;
|
|
30396
|
+
width: 36px;
|
|
30397
|
+
background: transparent;
|
|
30398
|
+
}
|
|
30399
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30400
|
+
box-shadow: none;
|
|
30401
|
+
}
|
|
30402
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30403
|
+
margin-right: 0;
|
|
30404
|
+
width: initial;
|
|
30405
|
+
box-shadow: none;
|
|
30406
|
+
}
|
|
30407
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30408
|
+
display: none;
|
|
30409
|
+
}
|
|
30410
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30411
|
+
display: inline;
|
|
30412
|
+
}
|
|
30413
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30414
|
+
display: inline;
|
|
30415
|
+
margin-right: 8px;
|
|
30416
|
+
padding: 0;
|
|
30417
|
+
width: 36px;
|
|
30418
|
+
}
|
|
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);
|
|
30430
|
+
}
|
|
30431
|
+
.E_c1bus5hc .circle-inner {
|
|
30432
|
+
position: relative;
|
|
30433
|
+
height: 10px;
|
|
30434
|
+
width: 10px;
|
|
30435
|
+
border-radius: 50%;
|
|
30436
|
+
overflow: hidden;
|
|
30437
|
+
}
|
|
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);
|
|
30447
|
+
}
|
|
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);
|
|
30458
|
+
}
|
|
30459
|
+
|
|
30460
|
+
.E_tju3gfj .date {
|
|
30461
|
+
margin-right: 4px;
|
|
30462
|
+
}
|
|
30463
|
+
|
|
30464
|
+
.E_s1dni7lo {
|
|
30465
|
+
width: 430px !important;
|
|
30466
|
+
}
|
|
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;
|
|
30467
30476
|
}
|
|
30468
30477
|
|
|
30469
30478
|
.E_o1ugr09p {
|
|
@@ -30533,165 +30542,156 @@ body {
|
|
|
30533
30542
|
opacity: 0;
|
|
30534
30543
|
}
|
|
30535
30544
|
|
|
30536
|
-
.
|
|
30537
|
-
display:
|
|
30545
|
+
.E_iq1gosr {
|
|
30546
|
+
display: inline-block;
|
|
30538
30547
|
}
|
|
30539
|
-
|
|
30540
|
-
|
|
30548
|
+
|
|
30549
|
+
.E_s1sck0th {
|
|
30550
|
+
padding: 0 8px;
|
|
30541
30551
|
border-radius: 4px;
|
|
30542
30552
|
}
|
|
30543
|
-
|
|
30544
|
-
|
|
30553
|
+
|
|
30554
|
+
.E_m855nr1 {
|
|
30555
|
+
padding: 2px 8px;
|
|
30556
|
+
border-radius: 3px;
|
|
30545
30557
|
}
|
|
30546
30558
|
|
|
30547
|
-
.
|
|
30559
|
+
.E_l1270xpg {
|
|
30560
|
+
padding: 3px 8px;
|
|
30561
|
+
border-radius: 2px;
|
|
30562
|
+
}
|
|
30563
|
+
|
|
30564
|
+
.E_t14rextb.ant-tag:hover {
|
|
30565
|
+
opacity: unset;
|
|
30566
|
+
}
|
|
30567
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30568
|
+
margin: 0;
|
|
30569
|
+
margin-right: 8px;
|
|
30548
30570
|
display: inline-flex;
|
|
30549
|
-
align-items:
|
|
30550
|
-
|
|
30571
|
+
align-items: center;
|
|
30572
|
+
border: none;
|
|
30551
30573
|
}
|
|
30552
|
-
.
|
|
30553
|
-
|
|
30554
|
-
|
|
30574
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30575
|
+
width: 16px;
|
|
30576
|
+
height: 16px;
|
|
30577
|
+
color: inherit;
|
|
30578
|
+
margin-left: 4px;
|
|
30579
|
+
opacity: 0.6;
|
|
30580
|
+
display: inline-flex;
|
|
30555
30581
|
}
|
|
30556
|
-
.
|
|
30557
|
-
|
|
30582
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30583
|
+
opacity: 1;
|
|
30558
30584
|
}
|
|
30559
|
-
.
|
|
30560
|
-
|
|
30585
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30586
|
+
color: #0080ff;
|
|
30587
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30561
30588
|
}
|
|
30562
|
-
.
|
|
30563
|
-
|
|
30564
|
-
background:
|
|
30589
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30590
|
+
color: #f0483e;
|
|
30591
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30565
30592
|
}
|
|
30566
|
-
.
|
|
30567
|
-
|
|
30568
|
-
|
|
30569
|
-
width: 6px;
|
|
30570
|
-
height: 6px;
|
|
30571
|
-
background: #fff;
|
|
30593
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30594
|
+
color: #e07f00;
|
|
30595
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30572
30596
|
}
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30597
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30598
|
+
color: #008f4c;
|
|
30599
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30575
30600
|
}
|
|
30576
|
-
.
|
|
30577
|
-
|
|
30578
|
-
background: rgba(
|
|
30601
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30602
|
+
color: #1d326c;
|
|
30603
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30579
30604
|
}
|
|
30580
|
-
.
|
|
30581
|
-
|
|
30605
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30606
|
+
color: #7E41FF;
|
|
30607
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30582
30608
|
}
|
|
30583
|
-
.
|
|
30584
|
-
color: #
|
|
30585
|
-
opacity: 0.5;
|
|
30609
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30610
|
+
color: #fff;
|
|
30586
30611
|
}
|
|
30587
|
-
.
|
|
30588
|
-
color: #
|
|
30612
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30613
|
+
background-color: #f0483e;
|
|
30589
30614
|
}
|
|
30590
|
-
.
|
|
30591
|
-
|
|
30592
|
-
padding: 0;
|
|
30593
|
-
padding-left: 10px;
|
|
30615
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30616
|
+
background-color: #fea008;
|
|
30594
30617
|
}
|
|
30595
|
-
.
|
|
30596
|
-
|
|
30597
|
-
white-space: pre-wrap;
|
|
30598
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30618
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30619
|
+
background-color: #00ba5d;
|
|
30599
30620
|
}
|
|
30600
|
-
.
|
|
30601
|
-
|
|
30621
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30622
|
+
background-color: #0080ff;
|
|
30602
30623
|
}
|
|
30603
|
-
|
|
30604
|
-
|
|
30605
|
-
border-radius: 5px 0 0 5px;
|
|
30624
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30625
|
+
background-color: #6b7d99;
|
|
30606
30626
|
}
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30627
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30628
|
+
background-color: #7E41FF;
|
|
30609
30629
|
}
|
|
30610
30630
|
|
|
30611
|
-
.
|
|
30612
|
-
|
|
30613
|
-
border-color: #ccd4e3;
|
|
30631
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30632
|
+
display: none;
|
|
30614
30633
|
}
|
|
30615
|
-
.
|
|
30616
|
-
|
|
30634
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30635
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30636
|
+
border-radius: 4px;
|
|
30617
30637
|
}
|
|
30618
|
-
.
|
|
30619
|
-
|
|
30620
|
-
line-height: 32px;
|
|
30621
|
-
height: 32px;
|
|
30638
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30639
|
+
visibility: hidden;
|
|
30622
30640
|
}
|
|
30623
|
-
|
|
30624
|
-
|
|
30641
|
+
|
|
30642
|
+
.E_s1dizucg.ant-switch {
|
|
30643
|
+
min-width: 40px;
|
|
30644
|
+
height: 24px;
|
|
30645
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30646
|
+
overflow: hidden;
|
|
30625
30647
|
}
|
|
30626
|
-
.
|
|
30627
|
-
|
|
30628
|
-
padding: 0 7px;
|
|
30629
|
-
line-height: 20px;
|
|
30648
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30649
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30630
30650
|
}
|
|
30631
|
-
.
|
|
30632
|
-
|
|
30633
|
-
|
|
30634
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30635
|
-
background: #0080ff;
|
|
30636
|
-
}
|
|
30637
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30638
|
-
background: #ccd4e3;
|
|
30639
|
-
opacity: 0.5;
|
|
30640
|
-
}
|
|
30641
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30642
|
-
border-right-color: #0080ff;
|
|
30643
|
-
}
|
|
30644
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30645
|
-
border-color: #0080ff;
|
|
30651
|
+
.E_s1dizucg.ant-switch-small {
|
|
30652
|
+
min-width: 26px;
|
|
30653
|
+
height: 16px;
|
|
30646
30654
|
}
|
|
30647
|
-
.
|
|
30648
|
-
|
|
30655
|
+
.E_s1dizucg.ant-switch-large {
|
|
30656
|
+
min-width: 52px;
|
|
30657
|
+
height: 32px;
|
|
30649
30658
|
}
|
|
30650
|
-
.
|
|
30651
|
-
|
|
30652
|
-
|
|
30653
|
-
opacity: 0.5;
|
|
30659
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30660
|
+
height: 20px;
|
|
30661
|
+
width: 20px;
|
|
30654
30662
|
}
|
|
30655
|
-
.
|
|
30656
|
-
|
|
30657
|
-
|
|
30663
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30664
|
+
border-radius: 10px;
|
|
30665
|
+
transition-delay: 120ms;
|
|
30658
30666
|
}
|
|
30659
|
-
.
|
|
30660
|
-
|
|
30661
|
-
|
|
30662
|
-
|
|
30667
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30668
|
+
height: 14px;
|
|
30669
|
+
width: 14px;
|
|
30670
|
+
top: 1px;
|
|
30671
|
+
left: 1px;
|
|
30663
30672
|
}
|
|
30664
|
-
.
|
|
30665
|
-
|
|
30666
|
-
|
|
30667
|
-
border: none;
|
|
30668
|
-
padding: 0;
|
|
30669
|
-
width: 36px;
|
|
30670
|
-
background: transparent;
|
|
30673
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30674
|
+
height: 28px;
|
|
30675
|
+
width: 28px;
|
|
30671
30676
|
}
|
|
30672
|
-
.
|
|
30673
|
-
|
|
30677
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30678
|
+
border-radius: 14px;
|
|
30674
30679
|
}
|
|
30675
|
-
.
|
|
30676
|
-
|
|
30677
|
-
width: initial;
|
|
30678
|
-
box-shadow: none;
|
|
30680
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30681
|
+
background-color: #00ba5d;
|
|
30679
30682
|
}
|
|
30680
|
-
.
|
|
30681
|
-
|
|
30683
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30684
|
+
left: calc(100% - 20px - 2px);
|
|
30682
30685
|
}
|
|
30683
|
-
.
|
|
30684
|
-
|
|
30686
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30687
|
+
left: calc(100% - 14px - 1px);
|
|
30685
30688
|
}
|
|
30686
|
-
.
|
|
30687
|
-
|
|
30688
|
-
margin-right: 8px;
|
|
30689
|
-
padding: 0;
|
|
30690
|
-
width: 36px;
|
|
30689
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30690
|
+
left: calc(100% - 28px - 2px);
|
|
30691
30691
|
}
|
|
30692
30692
|
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30693
|
+
.E_c1up6e3y {
|
|
30694
|
+
margin-left: 5px;
|
|
30695
30695
|
}
|
|
30696
30696
|
|
|
30697
30697
|
.E_fzh9mnb {
|
|
@@ -30709,13 +30709,6 @@ body {
|
|
|
30709
30709
|
font-size: 18px;
|
|
30710
30710
|
}
|
|
30711
30711
|
|
|
30712
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30713
|
-
margin-left: 8px;
|
|
30714
|
-
}
|
|
30715
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30716
|
-
padding: 2px 7px 2px 12px;
|
|
30717
|
-
}
|
|
30718
|
-
|
|
30719
30712
|
.E_iouxfgt {
|
|
30720
30713
|
display: inline-flex;
|
|
30721
30714
|
align-items: center;
|
|
@@ -30734,69 +30727,17 @@ body {
|
|
|
30734
30727
|
animation: rotate 680ms linear infinite;
|
|
30735
30728
|
}
|
|
30736
30729
|
|
|
30737
|
-
.
|
|
30738
|
-
|
|
30739
|
-
|
|
30740
|
-
|
|
30741
|
-
|
|
30742
|
-
|
|
30743
|
-
|
|
30744
|
-
|
|
30745
|
-
}
|
|
30746
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30747
|
-
content: var(--a1wfy30z-1);
|
|
30748
|
-
display: var(--a1wfy30z-2);
|
|
30749
|
-
flex: none;
|
|
30750
|
-
align-items: center;
|
|
30751
|
-
margin-left: 4px;
|
|
30752
|
-
}
|
|
30753
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30754
|
-
content: var(--a1wfy30z-3);
|
|
30755
|
-
display: var(--a1wfy30z-4);
|
|
30756
|
-
flex: none;
|
|
30730
|
+
.E_i1inqkme {
|
|
30731
|
+
height: 18px;
|
|
30732
|
+
line-height: 18px;
|
|
30733
|
+
padding: 0 4px;
|
|
30734
|
+
border-radius: 4px;
|
|
30735
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30736
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30737
|
+
display: flex;
|
|
30757
30738
|
align-items: center;
|
|
30739
|
+
white-space: nowrap;
|
|
30758
30740
|
margin-right: 4px;
|
|
30759
|
-
cursor: auto;
|
|
30760
|
-
}
|
|
30761
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30762
|
-
padding: 0;
|
|
30763
|
-
margin: 0;
|
|
30764
|
-
height: auto;
|
|
30765
|
-
font-size: inherit;
|
|
30766
|
-
}
|
|
30767
|
-
|
|
30768
|
-
.E_f7pxqmh {
|
|
30769
|
-
width: 100%;
|
|
30770
|
-
margin-bottom: 0 !important;
|
|
30771
|
-
flex-flow: nowrap !important;
|
|
30772
|
-
line-break: auto;
|
|
30773
|
-
}
|
|
30774
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30775
|
-
text-align: left !important;
|
|
30776
|
-
padding-bottom: 0 !important;
|
|
30777
|
-
}
|
|
30778
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30779
|
-
min-height: 32px;
|
|
30780
|
-
height: auto;
|
|
30781
|
-
font-size: 13px;
|
|
30782
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30783
|
-
white-space: normal;
|
|
30784
|
-
}
|
|
30785
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30786
|
-
border-color: #ff4d4f !important;
|
|
30787
|
-
}
|
|
30788
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30789
|
-
border-color: #ff4d4f !important;
|
|
30790
|
-
}
|
|
30791
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30792
|
-
margin-top: 4px;
|
|
30793
|
-
font-size: 12px;
|
|
30794
|
-
min-height: 0px;
|
|
30795
|
-
}
|
|
30796
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
30797
|
-
font-size: 12px;
|
|
30798
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30799
|
-
min-height: 0px;
|
|
30800
30741
|
}
|
|
30801
30742
|
|
|
30802
30743
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -30859,83 +30800,108 @@ body {
|
|
|
30859
30800
|
padding: 2px 8px;
|
|
30860
30801
|
}
|
|
30861
30802
|
|
|
30862
|
-
.
|
|
30863
|
-
|
|
30864
|
-
line-height: 18px;
|
|
30865
|
-
padding: 0 4px;
|
|
30866
|
-
border-radius: 4px;
|
|
30867
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30868
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30869
|
-
display: flex;
|
|
30870
|
-
align-items: center;
|
|
30871
|
-
white-space: nowrap;
|
|
30872
|
-
margin-right: 4px;
|
|
30873
|
-
}
|
|
30874
|
-
|
|
30875
|
-
.E_owd0kml {
|
|
30876
|
-
display: inline-block;
|
|
30877
|
-
}
|
|
30878
|
-
|
|
30879
|
-
.E_h1jsgezc {
|
|
30880
|
-
visibility: hidden;
|
|
30881
|
-
position: absolute;
|
|
30803
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30804
|
+
display: var(--a1wfy30z-0);
|
|
30882
30805
|
}
|
|
30883
|
-
|
|
30884
|
-
|
|
30806
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30807
|
+
padding: 4px 11px;
|
|
30885
30808
|
display: inline-flex;
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
color: #fff;
|
|
30889
|
-
font-weight: bold;
|
|
30890
|
-
font-size: 12px;
|
|
30891
|
-
width: 24px;
|
|
30892
|
-
height: 24px;
|
|
30893
|
-
border-radius: 50%;
|
|
30894
|
-
background: var(--a1b5xrg3-0);
|
|
30809
|
+
line-height: 1.5715;
|
|
30810
|
+
height: inherit;
|
|
30895
30811
|
}
|
|
30896
|
-
.
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
height: 40px;
|
|
30901
|
-
display: inline-flex;
|
|
30812
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30813
|
+
content: var(--a1wfy30z-1);
|
|
30814
|
+
display: var(--a1wfy30z-2);
|
|
30815
|
+
flex: none;
|
|
30902
30816
|
align-items: center;
|
|
30903
|
-
|
|
30904
|
-
border-radius: 6px;
|
|
30817
|
+
margin-left: 4px;
|
|
30905
30818
|
}
|
|
30906
|
-
.
|
|
30907
|
-
|
|
30819
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30820
|
+
content: var(--a1wfy30z-3);
|
|
30821
|
+
display: var(--a1wfy30z-4);
|
|
30822
|
+
flex: none;
|
|
30823
|
+
align-items: center;
|
|
30824
|
+
margin-right: 4px;
|
|
30825
|
+
cursor: auto;
|
|
30908
30826
|
}
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30911
|
-
|
|
30827
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30828
|
+
padding: 0;
|
|
30829
|
+
margin: 0;
|
|
30830
|
+
height: auto;
|
|
30831
|
+
font-size: inherit;
|
|
30912
30832
|
}
|
|
30913
30833
|
|
|
30914
|
-
.
|
|
30915
|
-
|
|
30834
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30835
|
+
margin-left: 8px;
|
|
30916
30836
|
}
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
display: flex;
|
|
30920
|
-
flex-direction: column;
|
|
30837
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30838
|
+
padding: 2px 7px 2px 12px;
|
|
30921
30839
|
}
|
|
30922
30840
|
|
|
30923
|
-
.
|
|
30924
|
-
max-width: 1120px;
|
|
30841
|
+
.E_f7pxqmh {
|
|
30925
30842
|
width: 100%;
|
|
30926
|
-
margin: 0
|
|
30927
|
-
|
|
30843
|
+
margin-bottom: 0 !important;
|
|
30844
|
+
flex-flow: nowrap !important;
|
|
30845
|
+
line-break: auto;
|
|
30928
30846
|
}
|
|
30929
|
-
|
|
30930
|
-
|
|
30931
|
-
|
|
30932
|
-
width: 100%;
|
|
30933
|
-
margin: 0 auto;
|
|
30934
|
-
display: flex;
|
|
30847
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30848
|
+
text-align: left !important;
|
|
30849
|
+
padding-bottom: 0 !important;
|
|
30935
30850
|
}
|
|
30936
|
-
.
|
|
30937
|
-
|
|
30938
|
-
|
|
30851
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30852
|
+
min-height: 32px;
|
|
30853
|
+
height: auto;
|
|
30854
|
+
font-size: 13px;
|
|
30855
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30856
|
+
white-space: normal;
|
|
30857
|
+
}
|
|
30858
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30859
|
+
border-color: #ff4d4f !important;
|
|
30860
|
+
}
|
|
30861
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30862
|
+
border-color: #ff4d4f !important;
|
|
30863
|
+
}
|
|
30864
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30865
|
+
margin-top: 4px;
|
|
30866
|
+
font-size: 12px;
|
|
30867
|
+
min-height: 0px;
|
|
30868
|
+
}
|
|
30869
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30870
|
+
font-size: 12px;
|
|
30871
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30872
|
+
min-height: 0px;
|
|
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
|
+
max-width: 1120px;
|
|
30891
|
+
width: 100%;
|
|
30892
|
+
margin: 0 auto;
|
|
30893
|
+
height: 100%;
|
|
30894
|
+
}
|
|
30895
|
+
|
|
30896
|
+
.E_wt5zbg6 {
|
|
30897
|
+
max-width: 1120px;
|
|
30898
|
+
width: 100%;
|
|
30899
|
+
margin: 0 auto;
|
|
30900
|
+
display: flex;
|
|
30901
|
+
}
|
|
30902
|
+
.E_wt5zbg6 .left,
|
|
30903
|
+
.E_wt5zbg6 .right {
|
|
30904
|
+
flex-grow: 0;
|
|
30939
30905
|
flex-shrink: 0;
|
|
30940
30906
|
flex-basis: 21%;
|
|
30941
30907
|
}
|
|
@@ -31605,6 +31571,36 @@ input.E_rf8rlle.ant-input {
|
|
|
31605
31571
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31606
31572
|
}
|
|
31607
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
|
+
|
|
31608
31604
|
.E_dsnbhzf {
|
|
31609
31605
|
font-family: Inter;
|
|
31610
31606
|
font-style: normal;
|
|
@@ -32080,61 +32076,8 @@ input.E_rf8rlle.ant-input {
|
|
|
32080
32076
|
line-height: 12px;
|
|
32081
32077
|
}
|
|
32082
32078
|
|
|
32083
|
-
.
|
|
32084
|
-
|
|
32085
|
-
}
|
|
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;
|
|
32092
|
-
}
|
|
32093
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32094
|
-
height: 30px;
|
|
32095
|
-
}
|
|
32096
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32097
|
-
height: 38px;
|
|
32098
|
-
font-size: 13px;
|
|
32099
|
-
}
|
|
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;
|
|
32103
|
-
}
|
|
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);
|
|
32079
|
+
.E_m196gn1d {
|
|
32080
|
+
min-width: 1280px;
|
|
32138
32081
|
}
|
|
32139
32082
|
|
|
32140
32083
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
@@ -32289,6 +32232,63 @@ input.E_rf8rlle.ant-input {
|
|
|
32289
32232
|
flex-shrink: 0;
|
|
32290
32233
|
}
|
|
32291
32234
|
|
|
32235
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32236
|
+
border-radius: 6px;
|
|
32237
|
+
}
|
|
32238
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32239
|
+
width: 100%;
|
|
32240
|
+
color: #2d3a56;
|
|
32241
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32242
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32243
|
+
font-size: 13px;
|
|
32244
|
+
}
|
|
32245
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32246
|
+
height: 30px;
|
|
32247
|
+
}
|
|
32248
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32249
|
+
height: 38px;
|
|
32250
|
+
font-size: 13px;
|
|
32251
|
+
}
|
|
32252
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32253
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32254
|
+
transition: 160ms ease;
|
|
32255
|
+
}
|
|
32256
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32257
|
+
color: #0080ff;
|
|
32258
|
+
}
|
|
32259
|
+
.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 {
|
|
32260
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32261
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32262
|
+
}
|
|
32263
|
+
.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 {
|
|
32264
|
+
color: #0080ff;
|
|
32265
|
+
}
|
|
32266
|
+
.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 {
|
|
32267
|
+
border-color: #0080ff;
|
|
32268
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32269
|
+
}
|
|
32270
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32271
|
+
transform: rotate(180deg);
|
|
32272
|
+
}
|
|
32273
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32274
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32275
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32276
|
+
cursor: "not-allowed";
|
|
32277
|
+
}
|
|
32278
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32279
|
+
border-color: #f0483e !important;
|
|
32280
|
+
}
|
|
32281
|
+
.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 {
|
|
32282
|
+
color: #1d326c;
|
|
32283
|
+
}
|
|
32284
|
+
.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 {
|
|
32285
|
+
border-color: #0080ff;
|
|
32286
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32287
|
+
}
|
|
32288
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32289
|
+
transform: rotate(180deg);
|
|
32290
|
+
}
|
|
32291
|
+
|
|
32292
32292
|
.E_w1dxz879 {
|
|
32293
32293
|
display: flex;
|
|
32294
32294
|
flex-direction: column;
|
|
@@ -32304,6 +32304,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32304
32304
|
opacity: 0.8;
|
|
32305
32305
|
}
|
|
32306
32306
|
|
|
32307
|
+
.E_suhck3k {
|
|
32308
|
+
height: 24px;
|
|
32309
|
+
width: 24px;
|
|
32310
|
+
border-radius: 6px;
|
|
32311
|
+
padding: 4px;
|
|
32312
|
+
}
|
|
32313
|
+
.E_suhck3k:hover {
|
|
32314
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32315
|
+
}
|
|
32316
|
+
.E_suhck3k:hover svg path {
|
|
32317
|
+
fill: blue;
|
|
32318
|
+
}
|
|
32319
|
+
|
|
32307
32320
|
.E_ryby9ds {
|
|
32308
32321
|
display: flex;
|
|
32309
32322
|
align-items: center;
|
|
@@ -32320,91 +32333,41 @@ input.E_rf8rlle.ant-input {
|
|
|
32320
32333
|
margin-right: 6px;
|
|
32321
32334
|
}
|
|
32322
32335
|
|
|
32323
|
-
.
|
|
32324
|
-
|
|
32325
|
-
width: 24px;
|
|
32326
|
-
border-radius: 6px;
|
|
32327
|
-
padding: 4px;
|
|
32336
|
+
.E_hrhfj7c {
|
|
32337
|
+
display: none;
|
|
32328
32338
|
}
|
|
32329
|
-
|
|
32330
|
-
|
|
32339
|
+
|
|
32340
|
+
.E_dt9qoak .bottom {
|
|
32341
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32331
32342
|
}
|
|
32332
|
-
.
|
|
32333
|
-
|
|
32343
|
+
.E_dt9qoak .left {
|
|
32344
|
+
min-width: 0;
|
|
32334
32345
|
}
|
|
32335
32346
|
|
|
32336
|
-
.
|
|
32337
|
-
|
|
32338
|
-
|
|
32339
|
-
|
|
32347
|
+
.E_crhnxq5 {
|
|
32348
|
+
display: flex;
|
|
32349
|
+
flex-direction: row;
|
|
32350
|
+
justify-content: space-between;
|
|
32351
|
+
}
|
|
32352
|
+
.E_crhnxq5 .label {
|
|
32353
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32354
|
+
font-weight: 400;
|
|
32355
|
+
}
|
|
32356
|
+
|
|
32357
|
+
.E_c1iq43vd {
|
|
32340
32358
|
display: flex;
|
|
32341
32359
|
flex-direction: column;
|
|
32342
|
-
align-items: center;
|
|
32343
32360
|
justify-content: center;
|
|
32344
|
-
|
|
32361
|
+
align-items: center;
|
|
32362
|
+
height: 240px;
|
|
32363
|
+
width: 432px;
|
|
32345
32364
|
}
|
|
32346
|
-
|
|
32347
|
-
|
|
32348
|
-
|
|
32349
|
-
|
|
32350
|
-
|
|
32351
|
-
|
|
32352
|
-
.E_b1lj76ty.gray {
|
|
32353
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32354
|
-
}
|
|
32355
|
-
.E_b1lj76ty.white {
|
|
32356
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32357
|
-
}
|
|
32358
|
-
.E_b1lj76ty .title {
|
|
32359
|
-
margin-bottom: 4px;
|
|
32360
|
-
}
|
|
32361
|
-
.E_b1lj76ty .title,
|
|
32362
|
-
.E_b1lj76ty .desc {
|
|
32363
|
-
word-break: break-all;
|
|
32364
|
-
text-align: center;
|
|
32365
|
-
}
|
|
32366
|
-
.E_b1lj76ty .action-button.middle {
|
|
32367
|
-
margin-top: 16px;
|
|
32368
|
-
}
|
|
32369
|
-
.E_b1lj76ty .action-button.small {
|
|
32370
|
-
margin-top: 8px;
|
|
32371
|
-
}
|
|
32372
|
-
|
|
32373
|
-
.E_hrhfj7c {
|
|
32374
|
-
display: none;
|
|
32375
|
-
}
|
|
32376
|
-
|
|
32377
|
-
.E_dt9qoak .bottom {
|
|
32378
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32379
|
-
}
|
|
32380
|
-
.E_dt9qoak .left {
|
|
32381
|
-
min-width: 0;
|
|
32382
|
-
}
|
|
32383
|
-
|
|
32384
|
-
.E_crhnxq5 {
|
|
32385
|
-
display: flex;
|
|
32386
|
-
flex-direction: row;
|
|
32387
|
-
justify-content: space-between;
|
|
32388
|
-
}
|
|
32389
|
-
.E_crhnxq5 .label {
|
|
32390
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32391
|
-
font-weight: 400;
|
|
32392
|
-
}
|
|
32393
|
-
|
|
32394
|
-
.E_c1iq43vd {
|
|
32395
|
-
display: flex;
|
|
32396
|
-
flex-direction: column;
|
|
32397
|
-
justify-content: center;
|
|
32398
|
-
align-items: center;
|
|
32399
|
-
height: 240px;
|
|
32400
|
-
width: 432px;
|
|
32401
|
-
}
|
|
32402
|
-
|
|
32403
|
-
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32404
|
-
border-radius: 0px;
|
|
32405
|
-
box-shadow: unset;
|
|
32406
|
-
border: 0;
|
|
32407
|
-
border-bottom: 1px solid #e4e9f2;
|
|
32365
|
+
|
|
32366
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32367
|
+
border-radius: 0px;
|
|
32368
|
+
box-shadow: unset;
|
|
32369
|
+
border: 0;
|
|
32370
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32408
32371
|
}
|
|
32409
32372
|
|
|
32410
32373
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
@@ -32589,6 +32552,108 @@ input.E_rf8rlle.ant-input {
|
|
|
32589
32552
|
font-size: 14px;
|
|
32590
32553
|
}
|
|
32591
32554
|
|
|
32555
|
+
.E_b1lj76ty {
|
|
32556
|
+
width: 100%;
|
|
32557
|
+
height: 100%;
|
|
32558
|
+
margin: 0 auto;
|
|
32559
|
+
display: flex;
|
|
32560
|
+
flex-direction: column;
|
|
32561
|
+
align-items: center;
|
|
32562
|
+
justify-content: center;
|
|
32563
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32564
|
+
}
|
|
32565
|
+
.E_b1lj76ty.large {
|
|
32566
|
+
max-width: 648px;
|
|
32567
|
+
}
|
|
32568
|
+
.E_b1lj76ty.medium {
|
|
32569
|
+
max-width: 412px;
|
|
32570
|
+
}
|
|
32571
|
+
.E_b1lj76ty.gray {
|
|
32572
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32573
|
+
}
|
|
32574
|
+
.E_b1lj76ty.white {
|
|
32575
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32576
|
+
}
|
|
32577
|
+
.E_b1lj76ty .title {
|
|
32578
|
+
margin-bottom: 4px;
|
|
32579
|
+
}
|
|
32580
|
+
.E_b1lj76ty .title,
|
|
32581
|
+
.E_b1lj76ty .desc {
|
|
32582
|
+
word-break: break-all;
|
|
32583
|
+
text-align: center;
|
|
32584
|
+
}
|
|
32585
|
+
.E_b1lj76ty .action-button.middle {
|
|
32586
|
+
margin-top: 16px;
|
|
32587
|
+
}
|
|
32588
|
+
.E_b1lj76ty .action-button.small {
|
|
32589
|
+
margin-top: 8px;
|
|
32590
|
+
}
|
|
32591
|
+
|
|
32592
|
+
.E_m5foqp8 {
|
|
32593
|
+
--footer-height: 96px;
|
|
32594
|
+
--modal-content-width: 720px;
|
|
32595
|
+
--modal-content-min-height: 200px;
|
|
32596
|
+
--modal-content-max-height: calc(100vh - 136px);
|
|
32597
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32598
|
+
--modal-content-padding-top: 24px;
|
|
32599
|
+
--modal-content-padding-bottom: 32px;
|
|
32600
|
+
--modal-content-padding-x: 60px;
|
|
32601
|
+
--modal-footer-padding: 0 60px;
|
|
32602
|
+
}
|
|
32603
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
32604
|
+
height: calc(100vh - 80px);
|
|
32605
|
+
width: calc(100vw - 160px);
|
|
32606
|
+
}
|
|
32607
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32608
|
+
width: 100%;
|
|
32609
|
+
height: 100%;
|
|
32610
|
+
max-width: unset;
|
|
32611
|
+
max-height: unset;
|
|
32612
|
+
display: flex;
|
|
32613
|
+
flex-direction: column;
|
|
32614
|
+
}
|
|
32615
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32616
|
+
flex: 1;
|
|
32617
|
+
}
|
|
32618
|
+
.E_m5foqp8 .initializing-title {
|
|
32619
|
+
height: 32px;
|
|
32620
|
+
}
|
|
32621
|
+
|
|
32622
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32623
|
+
margin-right: 2px;
|
|
32624
|
+
}
|
|
32625
|
+
|
|
32626
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32627
|
+
padding-left: 8px;
|
|
32628
|
+
padding-right: 8px;
|
|
32629
|
+
font-size: 12px;
|
|
32630
|
+
}
|
|
32631
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32632
|
+
border-radius: 4px;
|
|
32633
|
+
}
|
|
32634
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32635
|
+
border-radius: 4px;
|
|
32636
|
+
}
|
|
32637
|
+
|
|
32638
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32639
|
+
padding-left: 12px;
|
|
32640
|
+
padding-right: 12px;
|
|
32641
|
+
}
|
|
32642
|
+
|
|
32643
|
+
.E_ckld275 {
|
|
32644
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32645
|
+
}
|
|
32646
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32647
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32648
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32649
|
+
}
|
|
32650
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32651
|
+
background-color: transparent;
|
|
32652
|
+
}
|
|
32653
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32654
|
+
background-color: transparent;
|
|
32655
|
+
}
|
|
32656
|
+
|
|
32592
32657
|
.E_h12yihis {
|
|
32593
32658
|
height: 50px;
|
|
32594
32659
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32809,116 +32874,59 @@ input.E_rf8rlle.ant-input {
|
|
|
32809
32874
|
position: static;
|
|
32810
32875
|
}
|
|
32811
32876
|
|
|
32812
|
-
.
|
|
32813
|
-
|
|
32814
|
-
|
|
32815
|
-
|
|
32816
|
-
|
|
32817
|
-
|
|
32818
|
-
--modal-content-padding-top: 24px;
|
|
32819
|
-
--modal-content-padding-bottom: 32px;
|
|
32820
|
-
--modal-content-padding-x: 60px;
|
|
32821
|
-
--modal-footer-padding: 0 60px;
|
|
32877
|
+
button.E_l48ei06.ant-btn,
|
|
32878
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32879
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32880
|
+
font-size: 12px;
|
|
32881
|
+
line-height: 18px;
|
|
32882
|
+
height: 18px;
|
|
32822
32883
|
}
|
|
32823
|
-
|
|
32824
|
-
|
|
32825
|
-
|
|
32884
|
+
|
|
32885
|
+
button.E_l48ei06 {
|
|
32886
|
+
color: #0080FF;
|
|
32887
|
+
height: unset;
|
|
32826
32888
|
}
|
|
32827
|
-
.
|
|
32828
|
-
|
|
32829
|
-
height: 100%;
|
|
32830
|
-
max-width: unset;
|
|
32831
|
-
max-height: unset;
|
|
32832
|
-
display: flex;
|
|
32833
|
-
flex-direction: column;
|
|
32889
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
32890
|
+
margin-right: 4px;
|
|
32834
32891
|
}
|
|
32835
|
-
.
|
|
32836
|
-
|
|
32892
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
32893
|
+
margin-left: 4px;
|
|
32837
32894
|
}
|
|
32838
|
-
.
|
|
32839
|
-
|
|
32895
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32896
|
+
color: #009DFF;
|
|
32840
32897
|
}
|
|
32841
|
-
|
|
32842
|
-
|
|
32843
|
-
margin-right: 2px;
|
|
32898
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32899
|
+
color: #005ED1;
|
|
32844
32900
|
}
|
|
32845
|
-
|
|
32846
|
-
|
|
32847
|
-
padding-left: 8px;
|
|
32848
|
-
padding-right: 8px;
|
|
32849
|
-
font-size: 12px;
|
|
32901
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32902
|
+
color: #0080FF;
|
|
32850
32903
|
}
|
|
32851
|
-
.
|
|
32852
|
-
|
|
32904
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
32905
|
+
color: #00122E;
|
|
32853
32906
|
}
|
|
32854
|
-
.
|
|
32855
|
-
|
|
32907
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32908
|
+
color: #0080FF;
|
|
32856
32909
|
}
|
|
32857
|
-
|
|
32858
|
-
|
|
32859
|
-
padding-left: 12px;
|
|
32860
|
-
padding-right: 12px;
|
|
32910
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32911
|
+
color: #005ED1;
|
|
32861
32912
|
}
|
|
32862
|
-
|
|
32863
|
-
|
|
32864
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32913
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32914
|
+
color: #00122E;
|
|
32865
32915
|
}
|
|
32866
|
-
.
|
|
32867
|
-
|
|
32868
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32916
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
32917
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32869
32918
|
}
|
|
32870
|
-
.
|
|
32871
|
-
|
|
32919
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32920
|
+
color: #0080FF;
|
|
32872
32921
|
}
|
|
32873
|
-
.
|
|
32874
|
-
|
|
32922
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32923
|
+
color: #005ED1;
|
|
32875
32924
|
}
|
|
32876
|
-
|
|
32877
|
-
.
|
|
32878
|
-
padding: 0 12px 14px 12px;
|
|
32925
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32926
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32879
32927
|
}
|
|
32880
32928
|
|
|
32881
|
-
.
|
|
32882
|
-
color: #2d3a56;
|
|
32883
|
-
padding: 7px 12px;
|
|
32884
|
-
display: flex;
|
|
32885
|
-
justify-content: space-between;
|
|
32886
|
-
align-items: center;
|
|
32887
|
-
}
|
|
32888
|
-
.E_c1kghdax.has-arrow {
|
|
32889
|
-
padding-left: 10px;
|
|
32890
|
-
}
|
|
32891
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32892
|
-
cursor: pointer;
|
|
32893
|
-
color: #00122e;
|
|
32894
|
-
}
|
|
32895
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32896
|
-
color: #2d3a56;
|
|
32897
|
-
font-weight: 600;
|
|
32898
|
-
}
|
|
32899
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32900
|
-
transform: rotate(90deg);
|
|
32901
|
-
}
|
|
32902
|
-
.E_c1kghdax .sub-info {
|
|
32903
|
-
font-size: 12px;
|
|
32904
|
-
line-height: 18px;
|
|
32905
|
-
}
|
|
32906
|
-
.E_c1kghdax .title-wrapper {
|
|
32907
|
-
display: flex;
|
|
32908
|
-
align-items: center;
|
|
32909
|
-
user-select: none;
|
|
32910
|
-
flex-grow: 1;
|
|
32911
|
-
font-size: 12px;
|
|
32912
|
-
line-height: 18px;
|
|
32913
|
-
color: #2d3a56;
|
|
32914
|
-
font-weight: 700;
|
|
32915
|
-
}
|
|
32916
|
-
.E_c1kghdax .collapse-arrow {
|
|
32917
|
-
transition: all 50ms ease-out 0ms;
|
|
32918
|
-
margin-right: 2px;
|
|
32919
|
-
}
|
|
32920
|
-
|
|
32921
|
-
.E_ckui4s7 {
|
|
32929
|
+
.E_ckui4s7 {
|
|
32922
32930
|
color: #2d3a56;
|
|
32923
32931
|
line-height: 22px;
|
|
32924
32932
|
display: inline-flex;
|
|
@@ -32982,53 +32990,48 @@ input.E_rf8rlle.ant-input {
|
|
|
32982
32990
|
margin-left: 24px;
|
|
32983
32991
|
}
|
|
32984
32992
|
|
|
32985
|
-
.
|
|
32986
|
-
|
|
32987
|
-
|
|
32993
|
+
.E_c1yd35n {
|
|
32994
|
+
padding: 0 12px 14px 12px;
|
|
32995
|
+
}
|
|
32996
|
+
|
|
32997
|
+
.E_c1kghdax {
|
|
32998
|
+
color: #2d3a56;
|
|
32999
|
+
padding: 7px 12px;
|
|
32988
33000
|
display: flex;
|
|
33001
|
+
justify-content: space-between;
|
|
32989
33002
|
align-items: center;
|
|
32990
|
-
justify-content: center;
|
|
32991
|
-
position: relative;
|
|
32992
|
-
opacity: 0.2;
|
|
32993
33003
|
}
|
|
32994
|
-
|
|
32995
|
-
|
|
32996
|
-
position: absolute;
|
|
32997
|
-
width: 5px;
|
|
32998
|
-
height: 48px;
|
|
32999
|
-
left: 9.33px;
|
|
33000
|
-
top: 40.5px;
|
|
33001
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33002
|
-
border-radius: 5px;
|
|
33003
|
-
transform: rotate(-128deg);
|
|
33004
|
-
transform-origin: top left;
|
|
33005
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33004
|
+
.E_c1kghdax.has-arrow {
|
|
33005
|
+
padding-left: 10px;
|
|
33006
33006
|
}
|
|
33007
|
-
|
|
33008
|
-
|
|
33009
|
-
|
|
33010
|
-
width: 5px;
|
|
33011
|
-
height: 48px;
|
|
33012
|
-
left: 40.8px;
|
|
33013
|
-
top: 8.4px;
|
|
33014
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33015
|
-
border-radius: 5px;
|
|
33016
|
-
transform: rotate(-8deg);
|
|
33017
|
-
transform-origin: top left;
|
|
33018
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33007
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33008
|
+
cursor: pointer;
|
|
33009
|
+
color: #00122e;
|
|
33019
33010
|
}
|
|
33020
|
-
|
|
33021
|
-
|
|
33022
|
-
|
|
33023
|
-
|
|
33024
|
-
|
|
33025
|
-
|
|
33026
|
-
|
|
33027
|
-
|
|
33028
|
-
|
|
33029
|
-
|
|
33030
|
-
|
|
33031
|
-
|
|
33011
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33012
|
+
color: #2d3a56;
|
|
33013
|
+
font-weight: 600;
|
|
33014
|
+
}
|
|
33015
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33016
|
+
transform: rotate(90deg);
|
|
33017
|
+
}
|
|
33018
|
+
.E_c1kghdax .sub-info {
|
|
33019
|
+
font-size: 12px;
|
|
33020
|
+
line-height: 18px;
|
|
33021
|
+
}
|
|
33022
|
+
.E_c1kghdax .title-wrapper {
|
|
33023
|
+
display: flex;
|
|
33024
|
+
align-items: center;
|
|
33025
|
+
user-select: none;
|
|
33026
|
+
flex-grow: 1;
|
|
33027
|
+
font-size: 12px;
|
|
33028
|
+
line-height: 18px;
|
|
33029
|
+
color: #2d3a56;
|
|
33030
|
+
font-weight: 700;
|
|
33031
|
+
}
|
|
33032
|
+
.E_c1kghdax .collapse-arrow {
|
|
33033
|
+
transition: all 50ms ease-out 0ms;
|
|
33034
|
+
margin-right: 2px;
|
|
33032
33035
|
}
|
|
33033
33036
|
|
|
33034
33037
|
.E_b14q2gmw {
|
|
@@ -33123,58 +33126,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33123
33126
|
display: inline-block;
|
|
33124
33127
|
}
|
|
33125
33128
|
|
|
33126
|
-
button.E_l48ei06.ant-btn,
|
|
33127
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33128
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33129
|
-
font-size: 12px;
|
|
33130
|
-
line-height: 18px;
|
|
33131
|
-
height: 18px;
|
|
33132
|
-
}
|
|
33133
|
-
|
|
33134
|
-
button.E_l48ei06 {
|
|
33135
|
-
color: #0080FF;
|
|
33136
|
-
height: unset;
|
|
33137
|
-
}
|
|
33138
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33139
|
-
margin-right: 4px;
|
|
33140
|
-
}
|
|
33141
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33142
|
-
margin-left: 4px;
|
|
33143
|
-
}
|
|
33144
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33145
|
-
color: #009DFF;
|
|
33146
|
-
}
|
|
33147
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33148
|
-
color: #005ED1;
|
|
33149
|
-
}
|
|
33150
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33151
|
-
color: #0080FF;
|
|
33152
|
-
}
|
|
33153
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33154
|
-
color: #00122E;
|
|
33155
|
-
}
|
|
33156
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33157
|
-
color: #0080FF;
|
|
33158
|
-
}
|
|
33159
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33160
|
-
color: #005ED1;
|
|
33161
|
-
}
|
|
33162
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33163
|
-
color: #00122E;
|
|
33164
|
-
}
|
|
33165
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33166
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33167
|
-
}
|
|
33168
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33169
|
-
color: #0080FF;
|
|
33170
|
-
}
|
|
33171
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33172
|
-
color: #005ED1;
|
|
33173
|
-
}
|
|
33174
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33175
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33176
|
-
}
|
|
33177
|
-
|
|
33178
33129
|
.E_tc97u5y {
|
|
33179
33130
|
height: 100%;
|
|
33180
33131
|
}
|
|
@@ -33546,231 +33497,80 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33546
33497
|
background: #fff;
|
|
33547
33498
|
}
|
|
33548
33499
|
|
|
33549
|
-
.
|
|
33550
|
-
|
|
33500
|
+
.E_lht19u8 {
|
|
33501
|
+
width: 64px;
|
|
33502
|
+
height: 64px;
|
|
33503
|
+
display: flex;
|
|
33504
|
+
align-items: center;
|
|
33505
|
+
justify-content: center;
|
|
33506
|
+
position: relative;
|
|
33507
|
+
opacity: 0.2;
|
|
33551
33508
|
}
|
|
33552
|
-
|
|
33553
|
-
|
|
33509
|
+
|
|
33510
|
+
.E_lk3gkp4 {
|
|
33511
|
+
position: absolute;
|
|
33512
|
+
width: 5px;
|
|
33513
|
+
height: 48px;
|
|
33514
|
+
left: 9.33px;
|
|
33515
|
+
top: 40.5px;
|
|
33516
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33517
|
+
border-radius: 5px;
|
|
33518
|
+
transform: rotate(-128deg);
|
|
33519
|
+
transform-origin: top left;
|
|
33520
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33554
33521
|
}
|
|
33555
|
-
|
|
33556
|
-
|
|
33522
|
+
|
|
33523
|
+
.E_ll4n94n {
|
|
33524
|
+
position: absolute;
|
|
33525
|
+
width: 5px;
|
|
33526
|
+
height: 48px;
|
|
33527
|
+
left: 40.8px;
|
|
33528
|
+
top: 8.4px;
|
|
33529
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33530
|
+
border-radius: 5px;
|
|
33531
|
+
transform: rotate(-8deg);
|
|
33532
|
+
transform-origin: top left;
|
|
33533
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33557
33534
|
}
|
|
33558
|
-
|
|
33559
|
-
|
|
33535
|
+
|
|
33536
|
+
.E_l17lbdo6 {
|
|
33537
|
+
position: absolute;
|
|
33538
|
+
width: 5px;
|
|
33539
|
+
height: 48px;
|
|
33540
|
+
left: 52.9px;
|
|
33541
|
+
top: 51.8px;
|
|
33542
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33543
|
+
border-radius: 5px;
|
|
33544
|
+
transform: rotate(112deg);
|
|
33545
|
+
transform-origin: top left;
|
|
33546
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33560
33547
|
}
|
|
33561
|
-
|
|
33562
|
-
|
|
33563
|
-
|
|
33548
|
+
|
|
33549
|
+
.E_w7ob4th.outside-tag {
|
|
33550
|
+
padding-left: 0;
|
|
33564
33551
|
}
|
|
33565
|
-
.
|
|
33566
|
-
|
|
33552
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33553
|
+
border-radius: 4px 0 0 4px;
|
|
33554
|
+
padding-right: 4px;
|
|
33555
|
+
margin-right: 4px;
|
|
33567
33556
|
}
|
|
33568
|
-
|
|
33569
|
-
|
|
33557
|
+
|
|
33558
|
+
.E_l1ucdodl {
|
|
33559
|
+
margin: 0;
|
|
33560
|
+
border-radius: 20px;
|
|
33561
|
+
padding: 2px 10px;
|
|
33562
|
+
height: 22px;
|
|
33563
|
+
display: flex;
|
|
33564
|
+
align-items: center;
|
|
33570
33565
|
}
|
|
33571
|
-
.
|
|
33572
|
-
|
|
33566
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33567
|
+
color: #FFFFFF;
|
|
33573
33568
|
}
|
|
33574
|
-
.
|
|
33575
|
-
|
|
33576
|
-
white-space: nowrap;
|
|
33577
|
-
text-overflow: ellipsis;
|
|
33569
|
+
.E_l1ucdodl.tag-hover {
|
|
33570
|
+
cursor: pointer;
|
|
33578
33571
|
}
|
|
33579
|
-
|
|
33580
|
-
|
|
33581
|
-
min-width: var(--item-min-width);
|
|
33582
|
-
}
|
|
33583
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33584
|
-
cursor: not-allowed !important;
|
|
33585
|
-
}
|
|
33586
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33587
|
-
flex-direction: row;
|
|
33588
|
-
justify-content: stretch;
|
|
33589
|
-
}
|
|
33590
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33591
|
-
padding: 0;
|
|
33592
|
-
margin-right: 4px;
|
|
33593
|
-
flex: 1;
|
|
33594
|
-
overflow: visible;
|
|
33595
|
-
}
|
|
33596
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33597
|
-
width: 100%;
|
|
33598
|
-
min-height: unset;
|
|
33599
|
-
}
|
|
33600
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33601
|
-
height: 26px;
|
|
33602
|
-
line-height: 26px;
|
|
33603
|
-
width: 100%;
|
|
33604
|
-
padding: 0;
|
|
33605
|
-
font-size: 12px;
|
|
33606
|
-
}
|
|
33607
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33608
|
-
margin-right: 10px;
|
|
33609
|
-
}
|
|
33610
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33611
|
-
display: none;
|
|
33612
|
-
}
|
|
33613
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33614
|
-
padding-left: 8px;
|
|
33615
|
-
padding-right: 4px;
|
|
33616
|
-
border-radius: 4px 0 0 4px;
|
|
33617
|
-
}
|
|
33618
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33619
|
-
margin-right: 0;
|
|
33620
|
-
}
|
|
33621
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33622
|
-
padding-right: 8px;
|
|
33623
|
-
padding-left: 12px;
|
|
33624
|
-
border-radius: 0 4px 4px 0;
|
|
33625
|
-
}
|
|
33626
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
33627
|
-
content: "";
|
|
33628
|
-
width: 0;
|
|
33629
|
-
height: 0;
|
|
33630
|
-
border: 13px solid transparent;
|
|
33631
|
-
position: absolute;
|
|
33632
|
-
top: 0;
|
|
33633
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33634
|
-
z-index: 2;
|
|
33635
|
-
position: relative;
|
|
33636
|
-
top: -50%;
|
|
33637
|
-
right: -100%;
|
|
33638
|
-
}
|
|
33639
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33640
|
-
padding: 0 4px 0 12px;
|
|
33641
|
-
}
|
|
33642
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
33643
|
-
content: "";
|
|
33644
|
-
width: 0;
|
|
33645
|
-
height: 0;
|
|
33646
|
-
border: 13px solid transparent;
|
|
33647
|
-
position: absolute;
|
|
33648
|
-
top: 0;
|
|
33649
|
-
border-left: 8px solid #fff;
|
|
33650
|
-
left: 0;
|
|
33651
|
-
}
|
|
33652
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33653
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33654
|
-
}
|
|
33655
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33656
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33657
|
-
}
|
|
33658
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33659
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33660
|
-
}
|
|
33661
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33662
|
-
cursor: pointer;
|
|
33663
|
-
min-width: var(--item-min-width);
|
|
33664
|
-
}
|
|
33665
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33666
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33667
|
-
min-width: var(--item-min-width);
|
|
33668
|
-
}
|
|
33669
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33670
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33671
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33672
|
-
}
|
|
33673
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33674
|
-
padding: 0;
|
|
33675
|
-
}
|
|
33676
|
-
|
|
33677
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33678
|
-
width: 192px;
|
|
33679
|
-
row-gap: 2px;
|
|
33680
|
-
}
|
|
33681
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33682
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33683
|
-
}
|
|
33684
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33685
|
-
color: #00122e !important;
|
|
33686
|
-
}
|
|
33687
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
33688
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33689
|
-
}
|
|
33690
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33691
|
-
padding: 0 8px;
|
|
33692
|
-
border-radius: 4px;
|
|
33693
|
-
height: 32px;
|
|
33694
|
-
display: flex;
|
|
33695
|
-
align-items: center;
|
|
33696
|
-
}
|
|
33697
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33698
|
-
min-height: auto;
|
|
33699
|
-
white-space: nowrap;
|
|
33700
|
-
}
|
|
33701
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33702
|
-
font-size: 13px;
|
|
33703
|
-
line-height: 20px;
|
|
33704
|
-
max-width: 100%;
|
|
33705
|
-
padding-right: 0;
|
|
33706
|
-
}
|
|
33707
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33708
|
-
background: rgba(0, 128, 255, 0.1);
|
|
33709
|
-
}
|
|
33710
|
-
|
|
33711
|
-
.E_h6l1tj4 {
|
|
33712
|
-
width: 100%;
|
|
33713
|
-
display: inline-flex;
|
|
33714
|
-
align-items: center;
|
|
33715
|
-
justify-content: center;
|
|
33716
|
-
column-gap: 4px;
|
|
33717
|
-
}
|
|
33718
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
33719
|
-
display: inline-flex;
|
|
33720
|
-
align-items: center;
|
|
33721
|
-
width: 18px;
|
|
33722
|
-
height: 18px;
|
|
33723
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33724
|
-
justify-content: center;
|
|
33725
|
-
}
|
|
33726
|
-
|
|
33727
|
-
.E_v18frne8 {
|
|
33728
|
-
width: 100%;
|
|
33729
|
-
display: flex;
|
|
33730
|
-
align-items: center;
|
|
33731
|
-
justify-content: center;
|
|
33732
|
-
column-gap: 6px;
|
|
33733
|
-
font-size: 13px;
|
|
33734
|
-
}
|
|
33735
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
33736
|
-
display: inline-flex;
|
|
33737
|
-
align-items: center;
|
|
33738
|
-
min-width: 20px;
|
|
33739
|
-
min-height: 20px;
|
|
33740
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33741
|
-
justify-content: center;
|
|
33742
|
-
}
|
|
33743
|
-
|
|
33744
|
-
.E_w7ob4th.outside-tag {
|
|
33745
|
-
padding-left: 0;
|
|
33746
|
-
}
|
|
33747
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
33748
|
-
border-radius: 4px 0 0 4px;
|
|
33749
|
-
padding-right: 4px;
|
|
33750
|
-
margin-right: 4px;
|
|
33751
|
-
}
|
|
33752
|
-
|
|
33753
|
-
.E_i1g85yz3 {
|
|
33754
|
-
margin-right: 4px;
|
|
33755
|
-
height: 16px;
|
|
33756
|
-
}
|
|
33757
|
-
|
|
33758
|
-
.E_l1ucdodl {
|
|
33759
|
-
margin: 0;
|
|
33760
|
-
border-radius: 20px;
|
|
33761
|
-
padding: 2px 10px;
|
|
33762
|
-
height: 22px;
|
|
33763
|
-
display: flex;
|
|
33764
|
-
align-items: center;
|
|
33765
|
-
}
|
|
33766
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33767
|
-
color: #FFFFFF;
|
|
33768
|
-
}
|
|
33769
|
-
.E_l1ucdodl.tag-hover {
|
|
33770
|
-
cursor: pointer;
|
|
33771
|
-
}
|
|
33772
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
33773
|
-
color: #00122e;
|
|
33572
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33573
|
+
color: #00122e;
|
|
33774
33574
|
}
|
|
33775
33575
|
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33776
33576
|
margin-right: 6px;
|
|
@@ -33823,6 +33623,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33823
33623
|
flex: 1;
|
|
33824
33624
|
}
|
|
33825
33625
|
|
|
33626
|
+
.E_r77hffu {
|
|
33627
|
+
display: flex;
|
|
33628
|
+
align-items: center;
|
|
33629
|
+
justify-content: space-between;
|
|
33630
|
+
column-gap: 6px;
|
|
33631
|
+
}
|
|
33632
|
+
|
|
33633
|
+
.E_p1cmxsf7 {
|
|
33634
|
+
display: flex;
|
|
33635
|
+
flex-direction: column;
|
|
33636
|
+
justify-content: center;
|
|
33637
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33638
|
+
}
|
|
33639
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33640
|
+
font-size: 0;
|
|
33641
|
+
margin-bottom: unset;
|
|
33642
|
+
margin-inline-end: unset;
|
|
33643
|
+
}
|
|
33644
|
+
|
|
33826
33645
|
.E_slr2ynn {
|
|
33827
33646
|
padding: 0 8px;
|
|
33828
33647
|
height: 18px;
|
|
@@ -33852,6 +33671,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33852
33671
|
white-space: normal;
|
|
33853
33672
|
}
|
|
33854
33673
|
|
|
33674
|
+
.E_i1g85yz3 {
|
|
33675
|
+
margin-right: 4px;
|
|
33676
|
+
height: 16px;
|
|
33677
|
+
}
|
|
33678
|
+
|
|
33855
33679
|
.E_t1dtlqs1 {
|
|
33856
33680
|
margin-bottom: 4px;
|
|
33857
33681
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34048,38 +33872,214 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34048
33872
|
margin-right: 8px;
|
|
34049
33873
|
}
|
|
34050
33874
|
|
|
34051
|
-
.
|
|
34052
|
-
|
|
34053
|
-
align-items: center;
|
|
34054
|
-
justify-content: space-between;
|
|
34055
|
-
column-gap: 6px;
|
|
33875
|
+
.E_sjob3jg {
|
|
33876
|
+
--item-min-width: 60px;
|
|
34056
33877
|
}
|
|
34057
|
-
|
|
34058
|
-
|
|
34059
|
-
display: flex;
|
|
34060
|
-
flex-direction: column;
|
|
34061
|
-
justify-content: center;
|
|
34062
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33878
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33879
|
+
display: none !important;
|
|
34063
33880
|
}
|
|
34064
|
-
.
|
|
34065
|
-
|
|
34066
|
-
margin-bottom: unset;
|
|
34067
|
-
margin-inline-end: unset;
|
|
33881
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33882
|
+
flex-shrink: 0 !important;
|
|
34068
33883
|
}
|
|
34069
|
-
|
|
34070
|
-
|
|
34071
|
-
height: 100%;
|
|
33884
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33885
|
+
color: #0080ff;
|
|
34072
33886
|
}
|
|
34073
|
-
.
|
|
34074
|
-
|
|
34075
|
-
|
|
34076
|
-
display: flex;
|
|
33887
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33888
|
+
color: #0080ff;
|
|
33889
|
+
font-weight: normal;
|
|
34077
33890
|
}
|
|
34078
|
-
.
|
|
34079
|
-
|
|
34080
|
-
|
|
34081
|
-
|
|
34082
|
-
|
|
33891
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
33892
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33893
|
+
}
|
|
33894
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33895
|
+
color: #00122e;
|
|
33896
|
+
}
|
|
33897
|
+
.E_sjob3jg .step-item-text {
|
|
33898
|
+
display: inline-block;
|
|
33899
|
+
}
|
|
33900
|
+
.E_sjob3jg .step-item-title {
|
|
33901
|
+
overflow: hidden;
|
|
33902
|
+
white-space: nowrap;
|
|
33903
|
+
text-overflow: ellipsis;
|
|
33904
|
+
}
|
|
33905
|
+
|
|
33906
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33907
|
+
min-width: var(--item-min-width);
|
|
33908
|
+
}
|
|
33909
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33910
|
+
cursor: not-allowed !important;
|
|
33911
|
+
}
|
|
33912
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33913
|
+
flex-direction: row;
|
|
33914
|
+
justify-content: stretch;
|
|
33915
|
+
}
|
|
33916
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33917
|
+
padding: 0;
|
|
33918
|
+
margin-right: 4px;
|
|
33919
|
+
flex: 1;
|
|
33920
|
+
overflow: visible;
|
|
33921
|
+
}
|
|
33922
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33923
|
+
width: 100%;
|
|
33924
|
+
min-height: unset;
|
|
33925
|
+
}
|
|
33926
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33927
|
+
height: 26px;
|
|
33928
|
+
line-height: 26px;
|
|
33929
|
+
width: 100%;
|
|
33930
|
+
padding: 0;
|
|
33931
|
+
font-size: 12px;
|
|
33932
|
+
}
|
|
33933
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33934
|
+
margin-right: 10px;
|
|
33935
|
+
}
|
|
33936
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33937
|
+
display: none;
|
|
33938
|
+
}
|
|
33939
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33940
|
+
padding-left: 8px;
|
|
33941
|
+
padding-right: 4px;
|
|
33942
|
+
border-radius: 4px 0 0 4px;
|
|
33943
|
+
}
|
|
33944
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33945
|
+
margin-right: 0;
|
|
33946
|
+
}
|
|
33947
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33948
|
+
padding-right: 8px;
|
|
33949
|
+
padding-left: 12px;
|
|
33950
|
+
border-radius: 0 4px 4px 0;
|
|
33951
|
+
}
|
|
33952
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
33953
|
+
content: "";
|
|
33954
|
+
width: 0;
|
|
33955
|
+
height: 0;
|
|
33956
|
+
border: 13px solid transparent;
|
|
33957
|
+
position: absolute;
|
|
33958
|
+
top: 0;
|
|
33959
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33960
|
+
z-index: 2;
|
|
33961
|
+
position: relative;
|
|
33962
|
+
top: -50%;
|
|
33963
|
+
right: -100%;
|
|
33964
|
+
}
|
|
33965
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33966
|
+
padding: 0 4px 0 12px;
|
|
33967
|
+
}
|
|
33968
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
33969
|
+
content: "";
|
|
33970
|
+
width: 0;
|
|
33971
|
+
height: 0;
|
|
33972
|
+
border: 13px solid transparent;
|
|
33973
|
+
position: absolute;
|
|
33974
|
+
top: 0;
|
|
33975
|
+
border-left: 8px solid #fff;
|
|
33976
|
+
left: 0;
|
|
33977
|
+
}
|
|
33978
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33979
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33980
|
+
}
|
|
33981
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33982
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33983
|
+
}
|
|
33984
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33985
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33986
|
+
}
|
|
33987
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33988
|
+
cursor: pointer;
|
|
33989
|
+
min-width: var(--item-min-width);
|
|
33990
|
+
}
|
|
33991
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33992
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33993
|
+
min-width: var(--item-min-width);
|
|
33994
|
+
}
|
|
33995
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33996
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33997
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33998
|
+
}
|
|
33999
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34000
|
+
padding: 0;
|
|
34001
|
+
}
|
|
34002
|
+
|
|
34003
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34004
|
+
width: 192px;
|
|
34005
|
+
row-gap: 2px;
|
|
34006
|
+
}
|
|
34007
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34008
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34009
|
+
}
|
|
34010
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34011
|
+
color: #00122e !important;
|
|
34012
|
+
}
|
|
34013
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34014
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34015
|
+
}
|
|
34016
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34017
|
+
padding: 0 8px;
|
|
34018
|
+
border-radius: 4px;
|
|
34019
|
+
height: 32px;
|
|
34020
|
+
display: flex;
|
|
34021
|
+
align-items: center;
|
|
34022
|
+
}
|
|
34023
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34024
|
+
min-height: auto;
|
|
34025
|
+
white-space: nowrap;
|
|
34026
|
+
}
|
|
34027
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34028
|
+
font-size: 13px;
|
|
34029
|
+
line-height: 20px;
|
|
34030
|
+
max-width: 100%;
|
|
34031
|
+
padding-right: 0;
|
|
34032
|
+
}
|
|
34033
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34034
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34035
|
+
}
|
|
34036
|
+
|
|
34037
|
+
.E_h6l1tj4 {
|
|
34038
|
+
width: 100%;
|
|
34039
|
+
display: inline-flex;
|
|
34040
|
+
align-items: center;
|
|
34041
|
+
justify-content: center;
|
|
34042
|
+
column-gap: 4px;
|
|
34043
|
+
}
|
|
34044
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34045
|
+
display: inline-flex;
|
|
34046
|
+
align-items: center;
|
|
34047
|
+
width: 18px;
|
|
34048
|
+
height: 18px;
|
|
34049
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34050
|
+
justify-content: center;
|
|
34051
|
+
}
|
|
34052
|
+
|
|
34053
|
+
.E_v18frne8 {
|
|
34054
|
+
width: 100%;
|
|
34055
|
+
display: flex;
|
|
34056
|
+
align-items: center;
|
|
34057
|
+
justify-content: center;
|
|
34058
|
+
column-gap: 6px;
|
|
34059
|
+
font-size: 13px;
|
|
34060
|
+
}
|
|
34061
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34062
|
+
display: inline-flex;
|
|
34063
|
+
align-items: center;
|
|
34064
|
+
min-width: 20px;
|
|
34065
|
+
min-height: 20px;
|
|
34066
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34067
|
+
justify-content: center;
|
|
34068
|
+
}
|
|
34069
|
+
|
|
34070
|
+
.E_t13ef470 {
|
|
34071
|
+
height: 100%;
|
|
34072
|
+
}
|
|
34073
|
+
.E_t13ef470 .table-loading-item {
|
|
34074
|
+
padding: 12px 4px;
|
|
34075
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34076
|
+
display: flex;
|
|
34077
|
+
}
|
|
34078
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34079
|
+
height: 16px;
|
|
34080
|
+
margin: 4px;
|
|
34081
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34082
|
+
border-radius: 2px;
|
|
34083
34083
|
}
|
|
34084
34084
|
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34085
34085
|
width: 16px;
|
|
@@ -34500,6 +34500,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34500
34500
|
background-color: #E07F00;
|
|
34501
34501
|
}
|
|
34502
34502
|
|
|
34503
|
+
.E_b1jaupqb {
|
|
34504
|
+
color: #F0483E;
|
|
34505
|
+
}
|
|
34506
|
+
|
|
34503
34507
|
.E_t59qhqp {
|
|
34504
34508
|
padding: 0px;
|
|
34505
34509
|
padding-top: 5px;
|
|
@@ -34548,10 +34552,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34548
34552
|
color: #00122E;
|
|
34549
34553
|
}
|
|
34550
34554
|
|
|
34551
|
-
.E_b1jaupqb {
|
|
34552
|
-
color: #F0483E;
|
|
34553
|
-
}
|
|
34554
|
-
|
|
34555
34555
|
.E_icab5o7 {
|
|
34556
34556
|
--modal-to-viewport-margin: 10px;
|
|
34557
34557
|
--modal-body-padding-bottom: 40px;
|
|
@@ -34736,104 +34736,41 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34736
34736
|
font-weight: bold;
|
|
34737
34737
|
}
|
|
34738
34738
|
|
|
34739
|
-
.
|
|
34739
|
+
.E_dxyv8bv {
|
|
34740
|
+
--footer-height: 80px;
|
|
34741
|
+
--modal-content-width: 492px;
|
|
34742
|
+
--modal-content-min-height: 160px;
|
|
34743
|
+
--modal-content-max-height: calc(
|
|
34744
|
+
100vh - 144px
|
|
34745
|
+
);
|
|
34746
|
+
--modal-header-padding: 32px 40px 0;
|
|
34747
|
+
--modal-content-padding-top: 32px;
|
|
34748
|
+
--modal-content-padding-bottom: 32px;
|
|
34749
|
+
--modal-content-padding-x: 40px;
|
|
34750
|
+
--modal-footer-padding: 0 40px;
|
|
34751
|
+
padding-bottom: 0;
|
|
34752
|
+
}
|
|
34753
|
+
.E_dxyv8bv .ant-modal-content {
|
|
34754
|
+
background: #fff;
|
|
34755
|
+
border-radius: 16px;
|
|
34756
|
+
max-width: var(--modal-content-width);
|
|
34757
|
+
min-width: var(--modal-content-width);
|
|
34758
|
+
max-height: var(--modal-content-max-height);
|
|
34740
34759
|
display: flex;
|
|
34741
|
-
|
|
34742
|
-
justify-content: center;
|
|
34743
|
-
position: relative;
|
|
34744
|
-
border-radius: 2px;
|
|
34745
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34746
|
-
overflow: hidden;
|
|
34760
|
+
flex-direction: column;
|
|
34747
34761
|
}
|
|
34748
|
-
.
|
|
34749
|
-
|
|
34750
|
-
|
|
34751
|
-
|
|
34752
|
-
position: absolute;
|
|
34753
|
-
top: -50%;
|
|
34762
|
+
.E_dxyv8bv .ant-modal-header {
|
|
34763
|
+
padding: var(--modal-header-padding);
|
|
34764
|
+
border-bottom: none;
|
|
34765
|
+
border-radius: 16px 16px 0 0;
|
|
34754
34766
|
flex-shrink: 0;
|
|
34755
|
-
opacity: 0.8;
|
|
34756
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34757
|
-
animation: shimmer 1100ms infinite;
|
|
34758
34767
|
}
|
|
34759
|
-
|
|
34760
|
-
|
|
34761
|
-
left: -120%;
|
|
34762
|
-
}
|
|
34763
|
-
to {
|
|
34764
|
-
left: 100%;
|
|
34765
|
-
}
|
|
34768
|
+
.E_dxyv8bv .ant-modal-header .ant-modal-title {
|
|
34769
|
+
color: #00122E;
|
|
34766
34770
|
}
|
|
34767
|
-
|
|
34768
|
-
|
|
34769
|
-
|
|
34770
|
-
justify-content: flex-end;
|
|
34771
|
-
}
|
|
34772
|
-
|
|
34773
|
-
.E_p1rm8wzb {
|
|
34774
|
-
margin-right: 8px;
|
|
34775
|
-
}
|
|
34776
|
-
|
|
34777
|
-
.E_sd7qcf4 {
|
|
34778
|
-
height: 100%;
|
|
34779
|
-
width: 100%;
|
|
34780
|
-
overflow: auto;
|
|
34781
|
-
}
|
|
34782
|
-
|
|
34783
|
-
.E_r1fxc9gq.right {
|
|
34784
|
-
overflow: auto;
|
|
34785
|
-
padding-right: 2px;
|
|
34786
|
-
width: 200px;
|
|
34787
|
-
height: fit-content;
|
|
34788
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
34789
|
-
scrollbar-gutter: stable;
|
|
34790
|
-
}
|
|
34791
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
34792
|
-
width: 6px;
|
|
34793
|
-
}
|
|
34794
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
34795
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34796
|
-
}
|
|
34797
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
34798
|
-
background: rgba(172, 186, 211, 0.6);
|
|
34799
|
-
border-radius: 8px;
|
|
34800
|
-
}
|
|
34801
|
-
|
|
34802
|
-
.E_dxyv8bv {
|
|
34803
|
-
--footer-height: 80px;
|
|
34804
|
-
--modal-content-width: 492px;
|
|
34805
|
-
--modal-content-min-height: 160px;
|
|
34806
|
-
--modal-content-max-height: calc(
|
|
34807
|
-
100vh - 144px
|
|
34808
|
-
);
|
|
34809
|
-
--modal-header-padding: 32px 40px 0;
|
|
34810
|
-
--modal-content-padding-top: 32px;
|
|
34811
|
-
--modal-content-padding-bottom: 32px;
|
|
34812
|
-
--modal-content-padding-x: 40px;
|
|
34813
|
-
--modal-footer-padding: 0 40px;
|
|
34814
|
-
padding-bottom: 0;
|
|
34815
|
-
}
|
|
34816
|
-
.E_dxyv8bv .ant-modal-content {
|
|
34817
|
-
background: #fff;
|
|
34818
|
-
border-radius: 16px;
|
|
34819
|
-
max-width: var(--modal-content-width);
|
|
34820
|
-
min-width: var(--modal-content-width);
|
|
34821
|
-
max-height: var(--modal-content-max-height);
|
|
34822
|
-
display: flex;
|
|
34823
|
-
flex-direction: column;
|
|
34824
|
-
}
|
|
34825
|
-
.E_dxyv8bv .ant-modal-header {
|
|
34826
|
-
padding: var(--modal-header-padding);
|
|
34827
|
-
border-bottom: none;
|
|
34828
|
-
border-radius: 16px 16px 0 0;
|
|
34829
|
-
flex-shrink: 0;
|
|
34830
|
-
}
|
|
34831
|
-
.E_dxyv8bv .ant-modal-header .ant-modal-title {
|
|
34832
|
-
color: #00122E;
|
|
34833
|
-
}
|
|
34834
|
-
.E_dxyv8bv .ant-modal-close {
|
|
34835
|
-
right: 48px;
|
|
34836
|
-
top: 24px;
|
|
34771
|
+
.E_dxyv8bv .ant-modal-close {
|
|
34772
|
+
right: 48px;
|
|
34773
|
+
top: 24px;
|
|
34837
34774
|
}
|
|
34838
34775
|
.E_dxyv8bv .ant-modal-body {
|
|
34839
34776
|
padding: var(--modal-content-padding-top) var(--modal-content-padding-x) var(--modal-content-padding-bottom);
|
|
@@ -34927,6 +34864,69 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34927
34864
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
34928
34865
|
}
|
|
34929
34866
|
|
|
34867
|
+
.E_s20iney.skeleton-box {
|
|
34868
|
+
display: flex;
|
|
34869
|
+
align-items: center;
|
|
34870
|
+
justify-content: center;
|
|
34871
|
+
position: relative;
|
|
34872
|
+
border-radius: 2px;
|
|
34873
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34874
|
+
overflow: hidden;
|
|
34875
|
+
}
|
|
34876
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34877
|
+
width: 200%;
|
|
34878
|
+
height: 200%;
|
|
34879
|
+
transform: rotate(15deg);
|
|
34880
|
+
position: absolute;
|
|
34881
|
+
top: -50%;
|
|
34882
|
+
flex-shrink: 0;
|
|
34883
|
+
opacity: 0.8;
|
|
34884
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34885
|
+
animation: shimmer 1100ms infinite;
|
|
34886
|
+
}
|
|
34887
|
+
@keyframes shimmer {
|
|
34888
|
+
from {
|
|
34889
|
+
left: -120%;
|
|
34890
|
+
}
|
|
34891
|
+
to {
|
|
34892
|
+
left: 100%;
|
|
34893
|
+
}
|
|
34894
|
+
}
|
|
34895
|
+
|
|
34896
|
+
.E_sqv6dmy {
|
|
34897
|
+
display: flex;
|
|
34898
|
+
justify-content: flex-end;
|
|
34899
|
+
}
|
|
34900
|
+
|
|
34901
|
+
.E_p1rm8wzb {
|
|
34902
|
+
margin-right: 8px;
|
|
34903
|
+
}
|
|
34904
|
+
|
|
34905
|
+
.E_sd7qcf4 {
|
|
34906
|
+
height: 100%;
|
|
34907
|
+
width: 100%;
|
|
34908
|
+
overflow: auto;
|
|
34909
|
+
}
|
|
34910
|
+
|
|
34911
|
+
.E_r1fxc9gq.right {
|
|
34912
|
+
overflow: auto;
|
|
34913
|
+
padding-right: 2px;
|
|
34914
|
+
width: 200px;
|
|
34915
|
+
height: fit-content;
|
|
34916
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
34917
|
+
scrollbar-gutter: stable;
|
|
34918
|
+
}
|
|
34919
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
34920
|
+
width: 6px;
|
|
34921
|
+
}
|
|
34922
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
34923
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34924
|
+
}
|
|
34925
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
34926
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34927
|
+
border-radius: 8px;
|
|
34928
|
+
}
|
|
34929
|
+
|
|
34930
34930
|
.E_t1g36k2w {
|
|
34931
34931
|
overflow: hidden;
|
|
34932
34932
|
height: 100%;
|
|
@@ -34979,6 +34979,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34979
34979
|
column-gap: var(--a1ji6r68-0);
|
|
34980
34980
|
}
|
|
34981
34981
|
|
|
34982
|
+
.E_t1616y1o {
|
|
34983
|
+
color: #fff;
|
|
34984
|
+
}
|
|
34985
|
+
|
|
34982
34986
|
.E_f16blduf.ant-form-item {
|
|
34983
34987
|
margin-bottom: 0;
|
|
34984
34988
|
}
|
|
@@ -34998,10 +35002,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34998
35002
|
display: block;
|
|
34999
35003
|
}
|
|
35000
35004
|
|
|
35001
|
-
.E_t1616y1o {
|
|
35002
|
-
color: #fff;
|
|
35003
|
-
}
|
|
35004
|
-
|
|
35005
35005
|
.E_a9y3flr {
|
|
35006
35006
|
margin-left: 8px;
|
|
35007
35007
|
}
|
|
@@ -35054,296 +35054,67 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35054
35054
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35055
35055
|
}
|
|
35056
35056
|
|
|
35057
|
-
.
|
|
35058
|
-
display: inline-block;
|
|
35059
|
-
width: 100%;
|
|
35060
|
-
}
|
|
35061
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35062
|
-
margin-left: 4px;
|
|
35063
|
-
}
|
|
35064
|
-
|
|
35065
|
-
.E_cro7kg2 {
|
|
35066
|
-
padding: 4px;
|
|
35067
|
-
}
|
|
35068
|
-
.E_cro7kg2 .unit {
|
|
35069
|
-
color: white;
|
|
35070
|
-
}
|
|
35071
|
-
|
|
35072
|
-
.E_c14wcxf0 {
|
|
35073
|
-
display: flex;
|
|
35074
|
-
justify-content: space-between;
|
|
35075
|
-
align-items: center;
|
|
35076
|
-
font-size: 13px;
|
|
35077
|
-
line-height: 24px;
|
|
35078
|
-
color: #cccccc;
|
|
35079
|
-
white-space: nowrap;
|
|
35080
|
-
}
|
|
35081
|
-
.E_c14wcxf0 label {
|
|
35082
|
-
margin-right: 32px;
|
|
35083
|
-
}
|
|
35084
|
-
|
|
35085
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35086
|
-
font-weight: bold;
|
|
35087
|
-
color: white;
|
|
35088
|
-
}
|
|
35089
|
-
|
|
35090
|
-
.E_s11212zy {
|
|
35091
|
-
width: 8px;
|
|
35057
|
+
.E_skwah65 {
|
|
35092
35058
|
height: 8px;
|
|
35059
|
+
box-sizing: border-box;
|
|
35093
35060
|
border-radius: 2px;
|
|
35094
|
-
|
|
35095
|
-
background: var(--s11212zy-0);
|
|
35096
|
-
border: 1px solid #fff;
|
|
35097
|
-
box-sizing: content-box;
|
|
35098
|
-
margin-right: 6px;
|
|
35099
|
-
}
|
|
35100
|
-
|
|
35101
|
-
.E_p1lyky6c > :first-child {
|
|
35102
|
-
font-weight: bold;
|
|
35103
|
-
color: white;
|
|
35104
|
-
margin-right: 4px;
|
|
35105
|
-
}
|
|
35106
|
-
|
|
35107
|
-
.E_ou7iq30 {
|
|
35108
|
-
overflow: hidden;
|
|
35109
|
-
text-overflow: ellipsis;
|
|
35110
|
-
}
|
|
35111
|
-
|
|
35112
|
-
.E_s1tui002 {
|
|
35113
|
-
white-space: nowrap;
|
|
35114
|
-
}
|
|
35115
|
-
|
|
35116
|
-
.E_mxrc2zg {
|
|
35117
|
-
display: -webkit-box;
|
|
35118
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35119
|
-
-webkit-box-orient: vertical;
|
|
35120
|
-
word-break: break-all;
|
|
35121
|
-
}
|
|
35122
|
-
|
|
35123
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35124
|
-
display: none;
|
|
35125
|
-
}
|
|
35126
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35127
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35128
|
-
border-radius: 4px;
|
|
35129
|
-
}
|
|
35130
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35131
|
-
visibility: hidden;
|
|
35132
|
-
}
|
|
35133
|
-
|
|
35134
|
-
span.E_tqjc4ui {
|
|
35135
|
-
margin: 0 2px;
|
|
35136
|
-
}
|
|
35137
|
-
|
|
35138
|
-
.E_gmyahx3 {
|
|
35139
|
-
cursor: pointer;
|
|
35140
|
-
}
|
|
35141
|
-
.E_gmyahx3 .link-text {
|
|
35142
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35143
|
-
}
|
|
35144
|
-
.E_gmyahx3:hover .link-text {
|
|
35145
|
-
color: #0080ff;
|
|
35146
|
-
}
|
|
35147
|
-
|
|
35148
|
-
.E_s1ebs0ra {
|
|
35149
|
-
display: flex;
|
|
35150
|
-
align-items: center;
|
|
35151
|
-
justify-content: space-between;
|
|
35152
|
-
background: #edf0f7;
|
|
35153
|
-
padding: 8px 12px;
|
|
35154
|
-
position: sticky;
|
|
35155
|
-
top: 0;
|
|
35156
|
-
z-index: 1;
|
|
35157
|
-
margin-bottom: -52px;
|
|
35158
|
-
}
|
|
35159
|
-
.E_s1ebs0ra .select-total {
|
|
35160
|
-
display: flex;
|
|
35161
|
-
align-items: center;
|
|
35162
|
-
font-weight: 700;
|
|
35163
|
-
flex-shrink: 0;
|
|
35164
|
-
}
|
|
35165
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35166
|
-
cursor: pointer;
|
|
35167
|
-
margin-left: 8px;
|
|
35168
|
-
width: 32px;
|
|
35169
|
-
height: 32px;
|
|
35170
|
-
border-radius: 50%;
|
|
35171
|
-
justify-content: center;
|
|
35172
|
-
}
|
|
35173
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35174
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35175
|
-
}
|
|
35176
|
-
.E_s1ebs0ra .action-group {
|
|
35177
|
-
flex: 1;
|
|
35178
|
-
margin-left: 88px;
|
|
35179
|
-
white-space: nowrap;
|
|
35180
|
-
text-align: right;
|
|
35181
|
-
position: relative;
|
|
35182
|
-
padding: 4px 0;
|
|
35183
|
-
margin-top: -4px;
|
|
35184
|
-
overflow: hidden;
|
|
35185
|
-
}
|
|
35186
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35187
|
-
transform: translateY(-4px);
|
|
35188
|
-
}
|
|
35189
|
-
.E_s1ebs0ra .action-group button {
|
|
35190
|
-
border: none;
|
|
35191
|
-
}
|
|
35192
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35193
|
-
margin-right: 8px;
|
|
35194
|
-
}
|
|
35195
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
35196
|
-
margin-right: 4px;
|
|
35197
|
-
}
|
|
35198
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
35199
|
-
cursor: pointer;
|
|
35200
|
-
width: 32px;
|
|
35201
|
-
height: 32px;
|
|
35202
|
-
justify-content: center;
|
|
35203
|
-
border-radius: 50%;
|
|
35204
|
-
}
|
|
35205
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35206
|
-
background: #fff;
|
|
35207
|
-
}
|
|
35208
|
-
|
|
35209
|
-
.E_c1up1pdz {
|
|
35210
|
-
width: 648px;
|
|
35211
|
-
}
|
|
35212
|
-
.E_c1up1pdz.active {
|
|
35213
|
-
border-color: #0080ff;
|
|
35214
|
-
}
|
|
35215
|
-
.E_c1up1pdz.active > header {
|
|
35216
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35217
|
-
}
|
|
35218
|
-
.E_c1up1pdz .expand {
|
|
35219
|
-
padding: 12px;
|
|
35220
|
-
}
|
|
35221
|
-
.E_c1up1pdz .field-item {
|
|
35222
|
-
display: flex;
|
|
35223
|
-
padding: 10px 0;
|
|
35224
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35225
|
-
}
|
|
35226
|
-
.E_c1up1pdz .field-item:last-child {
|
|
35227
|
-
border-bottom: none;
|
|
35228
|
-
padding-bottom: 0;
|
|
35229
|
-
}
|
|
35230
|
-
.E_c1up1pdz .field-item label {
|
|
35231
|
-
line-height: 32px;
|
|
35232
|
-
width: 100px;
|
|
35233
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35234
|
-
}
|
|
35235
|
-
.E_c1up1pdz .help {
|
|
35236
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35237
|
-
margin-top: 5px;
|
|
35238
|
-
}
|
|
35239
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
35240
|
-
.E_c1up1pdz .ant-picker {
|
|
35241
|
-
width: 128px;
|
|
35242
|
-
}
|
|
35243
|
-
|
|
35244
|
-
.E_c156wh19 {
|
|
35245
|
-
display: flex;
|
|
35246
|
-
align-items: center;
|
|
35247
|
-
justify-content: space-between;
|
|
35248
|
-
word-break: keep-all;
|
|
35249
|
-
}
|
|
35250
|
-
.E_c156wh19 .title {
|
|
35251
|
-
margin: 0 16px 0 8px;
|
|
35252
|
-
}
|
|
35253
|
-
.E_c156wh19 .retain {
|
|
35254
|
-
color: rgba(129, 138, 153, 0.6);
|
|
35255
|
-
}
|
|
35256
|
-
.E_c156wh19 div.left {
|
|
35257
|
-
flex: 1;
|
|
35061
|
+
background: #f5f7fa;
|
|
35258
35062
|
display: flex;
|
|
35063
|
+
width: 100%;
|
|
35259
35064
|
overflow: hidden;
|
|
35260
|
-
align-items: center;
|
|
35261
|
-
justify-content: flex-start;
|
|
35262
|
-
white-space: nowrap;
|
|
35263
|
-
}
|
|
35264
|
-
.E_c156wh19 div.left .title {
|
|
35265
|
-
max-width: 100%;
|
|
35266
|
-
overflow: hidden;
|
|
35267
|
-
text-overflow: ellipsis;
|
|
35268
35065
|
}
|
|
35269
|
-
.
|
|
35270
|
-
|
|
35271
|
-
align-items: center;
|
|
35272
|
-
}
|
|
35273
|
-
.E_c156wh19 .reverse {
|
|
35274
|
-
display: flex;
|
|
35275
|
-
flex-direction: row-reverse;
|
|
35276
|
-
align-items: center;
|
|
35277
|
-
}
|
|
35278
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
35279
|
-
margin-left: 8px;
|
|
35280
|
-
}
|
|
35281
|
-
.E_c156wh19 .close {
|
|
35282
|
-
padding-left: 14px;
|
|
35283
|
-
margin-left: 14px;
|
|
35284
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35285
|
-
cursor: pointer;
|
|
35286
|
-
}
|
|
35287
|
-
|
|
35288
|
-
.E_m126spxy {
|
|
35289
|
-
padding-bottom: 4px;
|
|
35290
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35291
|
-
}
|
|
35292
|
-
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35293
|
-
padding: 1px 10px;
|
|
35294
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35295
|
-
border-radius: 4px;
|
|
35296
|
-
}
|
|
35297
|
-
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35298
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35299
|
-
color: #0096ff;
|
|
35066
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35067
|
+
margin-left: 1px;
|
|
35300
35068
|
}
|
|
35301
35069
|
|
|
35302
|
-
.
|
|
35303
|
-
|
|
35304
|
-
|
|
35070
|
+
.E_c18bcrac {
|
|
35071
|
+
display: inline-block;
|
|
35072
|
+
width: 100%;
|
|
35305
35073
|
}
|
|
35306
|
-
.
|
|
35307
|
-
|
|
35308
|
-
width: 80px;
|
|
35309
|
-
margin: 0 9px;
|
|
35310
|
-
text-align: center;
|
|
35074
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35075
|
+
margin-left: 4px;
|
|
35311
35076
|
}
|
|
35312
|
-
|
|
35313
|
-
|
|
35314
|
-
|
|
35315
|
-
margin: 5px 0 5px 8px;
|
|
35077
|
+
|
|
35078
|
+
.E_cro7kg2 {
|
|
35079
|
+
padding: 4px;
|
|
35316
35080
|
}
|
|
35317
|
-
.
|
|
35318
|
-
|
|
35319
|
-
background: #f5f7fa;
|
|
35320
|
-
box-sizing: border-box;
|
|
35321
|
-
border-radius: 16px;
|
|
35322
|
-
margin-right: 8px;
|
|
35081
|
+
.E_cro7kg2 .unit {
|
|
35082
|
+
color: white;
|
|
35323
35083
|
}
|
|
35324
|
-
|
|
35325
|
-
.
|
|
35326
|
-
|
|
35327
|
-
|
|
35084
|
+
|
|
35085
|
+
.E_c14wcxf0 {
|
|
35086
|
+
display: flex;
|
|
35087
|
+
justify-content: space-between;
|
|
35088
|
+
align-items: center;
|
|
35089
|
+
font-size: 13px;
|
|
35090
|
+
line-height: 24px;
|
|
35091
|
+
color: #cccccc;
|
|
35092
|
+
white-space: nowrap;
|
|
35328
35093
|
}
|
|
35329
|
-
.
|
|
35330
|
-
|
|
35331
|
-
border-color: #0096ff;
|
|
35332
|
-
color: #fff;
|
|
35094
|
+
.E_c14wcxf0 label {
|
|
35095
|
+
margin-right: 32px;
|
|
35333
35096
|
}
|
|
35334
|
-
|
|
35335
|
-
|
|
35336
|
-
|
|
35097
|
+
|
|
35098
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35099
|
+
font-weight: bold;
|
|
35100
|
+
color: white;
|
|
35337
35101
|
}
|
|
35338
|
-
|
|
35339
|
-
|
|
35340
|
-
|
|
35341
|
-
|
|
35102
|
+
|
|
35103
|
+
.E_s11212zy {
|
|
35104
|
+
width: 8px;
|
|
35105
|
+
height: 8px;
|
|
35106
|
+
border-radius: 2px;
|
|
35107
|
+
display: inline-block;
|
|
35108
|
+
background: var(--s11212zy-0);
|
|
35109
|
+
border: 1px solid #fff;
|
|
35110
|
+
box-sizing: content-box;
|
|
35111
|
+
margin-right: 6px;
|
|
35342
35112
|
}
|
|
35343
|
-
|
|
35344
|
-
|
|
35345
|
-
|
|
35346
|
-
color:
|
|
35113
|
+
|
|
35114
|
+
.E_p1lyky6c > :first-child {
|
|
35115
|
+
font-weight: bold;
|
|
35116
|
+
color: white;
|
|
35117
|
+
margin-right: 4px;
|
|
35347
35118
|
}
|
|
35348
35119
|
|
|
35349
35120
|
.E_clm1wy1 {
|
|
@@ -35439,173 +35210,215 @@ span.E_tqjc4ui {
|
|
|
35439
35210
|
border-radius: 2px;
|
|
35440
35211
|
}
|
|
35441
35212
|
|
|
35442
|
-
.
|
|
35213
|
+
.E_s1ebs0ra {
|
|
35443
35214
|
display: flex;
|
|
35444
35215
|
align-items: center;
|
|
35445
|
-
justify-content:
|
|
35216
|
+
justify-content: space-between;
|
|
35217
|
+
background: #edf0f7;
|
|
35218
|
+
padding: 8px 12px;
|
|
35219
|
+
position: sticky;
|
|
35220
|
+
top: 0;
|
|
35221
|
+
z-index: 1;
|
|
35222
|
+
margin-bottom: -52px;
|
|
35446
35223
|
}
|
|
35447
|
-
|
|
35448
|
-
.E_b1ctd5xy {
|
|
35224
|
+
.E_s1ebs0ra .select-total {
|
|
35449
35225
|
display: flex;
|
|
35450
35226
|
align-items: center;
|
|
35451
|
-
|
|
35227
|
+
font-weight: 700;
|
|
35228
|
+
flex-shrink: 0;
|
|
35452
35229
|
}
|
|
35453
|
-
.
|
|
35454
|
-
|
|
35455
|
-
|
|
35230
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35231
|
+
cursor: pointer;
|
|
35232
|
+
margin-left: 8px;
|
|
35233
|
+
width: 32px;
|
|
35234
|
+
height: 32px;
|
|
35235
|
+
border-radius: 50%;
|
|
35236
|
+
justify-content: center;
|
|
35456
35237
|
}
|
|
35457
|
-
|
|
35458
|
-
.
|
|
35459
|
-
min-width: 40px;
|
|
35238
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35239
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35460
35240
|
}
|
|
35461
|
-
.
|
|
35462
|
-
|
|
35241
|
+
.E_s1ebs0ra .action-group {
|
|
35242
|
+
flex: 1;
|
|
35243
|
+
margin-left: 88px;
|
|
35244
|
+
white-space: nowrap;
|
|
35245
|
+
text-align: right;
|
|
35246
|
+
position: relative;
|
|
35247
|
+
padding: 4px 0;
|
|
35248
|
+
margin-top: -4px;
|
|
35249
|
+
overflow: hidden;
|
|
35463
35250
|
}
|
|
35464
|
-
|
|
35465
|
-
|
|
35466
|
-
display: flex;
|
|
35467
|
-
align-items: center;
|
|
35251
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35252
|
+
transform: translateY(-4px);
|
|
35468
35253
|
}
|
|
35469
|
-
.
|
|
35254
|
+
.E_s1ebs0ra .action-group button {
|
|
35255
|
+
border: none;
|
|
35256
|
+
}
|
|
35257
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35470
35258
|
margin-right: 8px;
|
|
35471
35259
|
}
|
|
35260
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35261
|
+
margin-right: 4px;
|
|
35262
|
+
}
|
|
35263
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35264
|
+
cursor: pointer;
|
|
35265
|
+
width: 32px;
|
|
35266
|
+
height: 32px;
|
|
35267
|
+
justify-content: center;
|
|
35268
|
+
border-radius: 50%;
|
|
35269
|
+
}
|
|
35270
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35271
|
+
background: #fff;
|
|
35272
|
+
}
|
|
35472
35273
|
|
|
35473
|
-
.
|
|
35474
|
-
|
|
35274
|
+
.E_gmyahx3 {
|
|
35275
|
+
cursor: pointer;
|
|
35475
35276
|
}
|
|
35476
|
-
.
|
|
35477
|
-
|
|
35277
|
+
.E_gmyahx3 .link-text {
|
|
35278
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35478
35279
|
}
|
|
35479
|
-
.
|
|
35480
|
-
|
|
35280
|
+
.E_gmyahx3:hover .link-text {
|
|
35281
|
+
color: #0080ff;
|
|
35481
35282
|
}
|
|
35482
|
-
|
|
35483
|
-
|
|
35283
|
+
|
|
35284
|
+
.E_c1up1pdz {
|
|
35285
|
+
width: 648px;
|
|
35484
35286
|
}
|
|
35485
|
-
.
|
|
35486
|
-
border-
|
|
35287
|
+
.E_c1up1pdz.active {
|
|
35288
|
+
border-color: #0080ff;
|
|
35487
35289
|
}
|
|
35488
|
-
.
|
|
35489
|
-
|
|
35290
|
+
.E_c1up1pdz.active > header {
|
|
35291
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35490
35292
|
}
|
|
35491
|
-
.
|
|
35293
|
+
.E_c1up1pdz .expand {
|
|
35294
|
+
padding: 12px;
|
|
35295
|
+
}
|
|
35296
|
+
.E_c1up1pdz .field-item {
|
|
35297
|
+
display: flex;
|
|
35298
|
+
padding: 10px 0;
|
|
35299
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35300
|
+
}
|
|
35301
|
+
.E_c1up1pdz .field-item:last-child {
|
|
35302
|
+
border-bottom: none;
|
|
35492
35303
|
padding-bottom: 0;
|
|
35493
35304
|
}
|
|
35494
|
-
.
|
|
35495
|
-
|
|
35305
|
+
.E_c1up1pdz .field-item label {
|
|
35306
|
+
line-height: 32px;
|
|
35307
|
+
width: 100px;
|
|
35308
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35496
35309
|
}
|
|
35497
|
-
.
|
|
35498
|
-
|
|
35499
|
-
|
|
35310
|
+
.E_c1up1pdz .help {
|
|
35311
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35312
|
+
margin-top: 5px;
|
|
35500
35313
|
}
|
|
35501
|
-
.
|
|
35502
|
-
|
|
35503
|
-
|
|
35504
|
-
text-overflow: ellipsis;
|
|
35314
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
35315
|
+
.E_c1up1pdz .ant-picker {
|
|
35316
|
+
width: 128px;
|
|
35505
35317
|
}
|
|
35506
35318
|
|
|
35507
|
-
.
|
|
35319
|
+
.E_c156wh19 {
|
|
35508
35320
|
display: flex;
|
|
35509
|
-
justify-content: space-between;
|
|
35510
35321
|
align-items: center;
|
|
35511
|
-
|
|
35512
|
-
|
|
35513
|
-
}
|
|
35514
|
-
.E_t4zczcp .table-title {
|
|
35515
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35516
|
-
font-weight: 600;
|
|
35517
|
-
font-size: 12px;
|
|
35518
|
-
line-height: 8px;
|
|
35322
|
+
justify-content: space-between;
|
|
35323
|
+
word-break: keep-all;
|
|
35519
35324
|
}
|
|
35520
|
-
.
|
|
35521
|
-
|
|
35522
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35523
|
-
cursor: pointer;
|
|
35325
|
+
.E_c156wh19 .title {
|
|
35326
|
+
margin: 0 16px 0 8px;
|
|
35524
35327
|
}
|
|
35525
|
-
|
|
35526
|
-
.
|
|
35527
|
-
font-size: 12px;
|
|
35528
|
-
line-height: 18px;
|
|
35328
|
+
.E_c156wh19 .retain {
|
|
35329
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35529
35330
|
}
|
|
35530
|
-
|
|
35531
|
-
|
|
35331
|
+
.E_c156wh19 div.left {
|
|
35332
|
+
flex: 1;
|
|
35532
35333
|
display: flex;
|
|
35533
|
-
|
|
35534
|
-
|
|
35334
|
+
overflow: hidden;
|
|
35335
|
+
align-items: center;
|
|
35336
|
+
justify-content: flex-start;
|
|
35337
|
+
white-space: nowrap;
|
|
35535
35338
|
}
|
|
35536
|
-
.
|
|
35537
|
-
|
|
35339
|
+
.E_c156wh19 div.left .title {
|
|
35340
|
+
max-width: 100%;
|
|
35341
|
+
overflow: hidden;
|
|
35342
|
+
text-overflow: ellipsis;
|
|
35538
35343
|
}
|
|
35539
|
-
.
|
|
35540
|
-
|
|
35344
|
+
.E_c156wh19 div.right {
|
|
35345
|
+
display: flex;
|
|
35346
|
+
align-items: center;
|
|
35541
35347
|
}
|
|
35542
|
-
.
|
|
35543
|
-
|
|
35544
|
-
|
|
35545
|
-
|
|
35546
|
-
white-space: pre-wrap;
|
|
35348
|
+
.E_c156wh19 .reverse {
|
|
35349
|
+
display: flex;
|
|
35350
|
+
flex-direction: row-reverse;
|
|
35351
|
+
align-items: center;
|
|
35547
35352
|
}
|
|
35548
|
-
.
|
|
35549
|
-
|
|
35550
|
-
text-align: left;
|
|
35353
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
35354
|
+
margin-left: 8px;
|
|
35551
35355
|
}
|
|
35552
|
-
.
|
|
35553
|
-
|
|
35356
|
+
.E_c156wh19 .close {
|
|
35357
|
+
padding-left: 14px;
|
|
35358
|
+
margin-left: 14px;
|
|
35359
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35360
|
+
cursor: pointer;
|
|
35554
35361
|
}
|
|
35555
35362
|
|
|
35556
|
-
.
|
|
35557
|
-
|
|
35558
|
-
|
|
35559
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35560
|
-
padding-right: 12px;
|
|
35363
|
+
.E_m126spxy {
|
|
35364
|
+
padding-bottom: 4px;
|
|
35365
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35561
35366
|
}
|
|
35562
|
-
|
|
35563
|
-
|
|
35564
|
-
|
|
35565
|
-
|
|
35566
|
-
font-size: 12px;
|
|
35567
|
-
line-height: 18px;
|
|
35367
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35368
|
+
padding: 1px 10px;
|
|
35369
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35370
|
+
border-radius: 4px;
|
|
35568
35371
|
}
|
|
35569
|
-
.
|
|
35570
|
-
|
|
35372
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35373
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35374
|
+
color: #0096ff;
|
|
35571
35375
|
}
|
|
35572
35376
|
|
|
35573
|
-
.
|
|
35574
|
-
|
|
35377
|
+
.E_wpbf4pq {
|
|
35378
|
+
padding: 10px 0;
|
|
35379
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35575
35380
|
}
|
|
35576
|
-
|
|
35577
|
-
.
|
|
35578
|
-
|
|
35579
|
-
|
|
35381
|
+
.E_wpbf4pq .ant-input,
|
|
35382
|
+
.E_wpbf4pq .ant-picker {
|
|
35383
|
+
width: 80px;
|
|
35384
|
+
margin: 0 9px;
|
|
35385
|
+
text-align: center;
|
|
35580
35386
|
}
|
|
35581
|
-
|
|
35582
|
-
|
|
35583
|
-
|
|
35584
|
-
|
|
35585
|
-
border-radius: 2px;
|
|
35586
|
-
background: #f5f7fa;
|
|
35587
|
-
display: flex;
|
|
35588
|
-
width: 100%;
|
|
35589
|
-
overflow: hidden;
|
|
35387
|
+
.E_wpbf4pq .options {
|
|
35388
|
+
padding: 12px 0 12px 16px;
|
|
35389
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35390
|
+
margin: 5px 0 5px 8px;
|
|
35590
35391
|
}
|
|
35591
|
-
.
|
|
35592
|
-
|
|
35392
|
+
.E_wpbf4pq .week-day-option,
|
|
35393
|
+
.E_wpbf4pq .month-day-option {
|
|
35394
|
+
background: #f5f7fa;
|
|
35395
|
+
box-sizing: border-box;
|
|
35396
|
+
border-radius: 16px;
|
|
35397
|
+
margin-right: 8px;
|
|
35593
35398
|
}
|
|
35594
|
-
|
|
35595
|
-
.
|
|
35596
|
-
|
|
35399
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35400
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35401
|
+
color: inherit;
|
|
35402
|
+
border-color: #d9d9d9;
|
|
35597
35403
|
}
|
|
35598
|
-
.
|
|
35599
|
-
|
|
35404
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35405
|
+
background-color: #0096ff;
|
|
35406
|
+
border-color: #0096ff;
|
|
35407
|
+
color: #fff;
|
|
35600
35408
|
}
|
|
35601
|
-
.
|
|
35602
|
-
|
|
35409
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35410
|
+
width: 110px;
|
|
35411
|
+
margin-top: 4px;
|
|
35603
35412
|
}
|
|
35604
|
-
.
|
|
35605
|
-
|
|
35413
|
+
.E_wpbf4pq .month-day-option {
|
|
35414
|
+
width: 32px;
|
|
35415
|
+
padding: 0;
|
|
35416
|
+
margin-bottom: 8px;
|
|
35606
35417
|
}
|
|
35607
|
-
.
|
|
35608
|
-
color:
|
|
35418
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35419
|
+
background-color: #0096ff;
|
|
35420
|
+
border-color: #0096ff;
|
|
35421
|
+
color: #fff;
|
|
35609
35422
|
}
|
|
35610
35423
|
|
|
35611
35424
|
.E_t160l1cm {
|
|
@@ -35811,6 +35624,60 @@ span.E_tqjc4ui {
|
|
|
35811
35624
|
background: transparent;
|
|
35812
35625
|
}
|
|
35813
35626
|
|
|
35627
|
+
.E_ou7iq30 {
|
|
35628
|
+
overflow: hidden;
|
|
35629
|
+
text-overflow: ellipsis;
|
|
35630
|
+
}
|
|
35631
|
+
|
|
35632
|
+
.E_s1tui002 {
|
|
35633
|
+
white-space: nowrap;
|
|
35634
|
+
}
|
|
35635
|
+
|
|
35636
|
+
.E_mxrc2zg {
|
|
35637
|
+
display: -webkit-box;
|
|
35638
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35639
|
+
-webkit-box-orient: vertical;
|
|
35640
|
+
word-break: break-all;
|
|
35641
|
+
}
|
|
35642
|
+
|
|
35643
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35644
|
+
display: none;
|
|
35645
|
+
}
|
|
35646
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35647
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35648
|
+
border-radius: 4px;
|
|
35649
|
+
}
|
|
35650
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35651
|
+
visibility: hidden;
|
|
35652
|
+
}
|
|
35653
|
+
|
|
35654
|
+
span.E_tqjc4ui {
|
|
35655
|
+
margin: 0 2px;
|
|
35656
|
+
}
|
|
35657
|
+
|
|
35658
|
+
.E_wg1tsps {
|
|
35659
|
+
display: flex;
|
|
35660
|
+
align-items: center;
|
|
35661
|
+
justify-content: flex-end;
|
|
35662
|
+
}
|
|
35663
|
+
|
|
35664
|
+
.E_b1ctd5xy {
|
|
35665
|
+
display: flex;
|
|
35666
|
+
align-items: center;
|
|
35667
|
+
width: calc(100% - 40px);
|
|
35668
|
+
}
|
|
35669
|
+
.E_b1ctd5xy .chart {
|
|
35670
|
+
display: inline-block;
|
|
35671
|
+
width: 100%;
|
|
35672
|
+
}
|
|
35673
|
+
|
|
35674
|
+
.E_u1p8acpn {
|
|
35675
|
+
min-width: 40px;
|
|
35676
|
+
}
|
|
35677
|
+
.E_u1p8acpn .unit {
|
|
35678
|
+
color: #00122e !important;
|
|
35679
|
+
}
|
|
35680
|
+
|
|
35814
35681
|
.E_s1at6qmn.ant-layout-sider {
|
|
35815
35682
|
background: #edf0f7;
|
|
35816
35683
|
padding: 32px 8px;
|
|
@@ -35892,37 +35759,170 @@ span.E_tqjc4ui {
|
|
|
35892
35759
|
transition: all 0s;
|
|
35893
35760
|
overflow: hidden;
|
|
35894
35761
|
}
|
|
35895
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35896
|
-
visibility: hidden;
|
|
35762
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35763
|
+
visibility: hidden;
|
|
35764
|
+
}
|
|
35765
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35766
|
+
width: 36px;
|
|
35767
|
+
padding: 0 6px;
|
|
35768
|
+
}
|
|
35769
|
+
|
|
35770
|
+
.E_n1ugzfva {
|
|
35771
|
+
display: flex;
|
|
35772
|
+
place-items: center;
|
|
35773
|
+
width: 100% !important;
|
|
35774
|
+
}
|
|
35775
|
+
.E_n1ugzfva[disabled] {
|
|
35776
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35777
|
+
opacity: 1 !important;
|
|
35778
|
+
}
|
|
35779
|
+
.E_n1ugzfva.ant-btn {
|
|
35780
|
+
width: 100%;
|
|
35781
|
+
color: #00122e;
|
|
35782
|
+
}
|
|
35783
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35784
|
+
margin-right: 12px;
|
|
35785
|
+
}
|
|
35786
|
+
.E_n1ugzfva .link-title {
|
|
35787
|
+
flex: 1;
|
|
35788
|
+
overflow: hidden;
|
|
35789
|
+
white-space: nowrap;
|
|
35790
|
+
text-overflow: ellipsis;
|
|
35791
|
+
text-align: left;
|
|
35792
|
+
}
|
|
35793
|
+
|
|
35794
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35795
|
+
display: flex;
|
|
35796
|
+
align-items: center;
|
|
35797
|
+
}
|
|
35798
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35799
|
+
margin-right: 8px;
|
|
35800
|
+
}
|
|
35801
|
+
|
|
35802
|
+
.E_u15heuvq.content {
|
|
35803
|
+
cursor: default !important;
|
|
35804
|
+
}
|
|
35805
|
+
.E_u15heuvq.content.link {
|
|
35806
|
+
cursor: pointer !important;
|
|
35807
|
+
}
|
|
35808
|
+
.E_u15heuvq.content.link:hover {
|
|
35809
|
+
color: #0080ff;
|
|
35810
|
+
}
|
|
35811
|
+
.E_u15heuvq.content.black {
|
|
35812
|
+
color: #00122e;
|
|
35813
|
+
}
|
|
35814
|
+
.E_u15heuvq.content.gray {
|
|
35815
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35816
|
+
}
|
|
35817
|
+
|
|
35818
|
+
.E_n12mqh7z {
|
|
35819
|
+
display: flex;
|
|
35820
|
+
align-items: center;
|
|
35821
|
+
font-size: 12px;
|
|
35822
|
+
line-height: 18px;
|
|
35823
|
+
}
|
|
35824
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35825
|
+
margin-bottom: 4px;
|
|
35826
|
+
}
|
|
35827
|
+
|
|
35828
|
+
.E_tf5bynu {
|
|
35829
|
+
margin: 0 3px;
|
|
35830
|
+
}
|
|
35831
|
+
|
|
35832
|
+
.E_tcckoz1 {
|
|
35833
|
+
max-height: 400px;
|
|
35834
|
+
overflow: auto;
|
|
35835
|
+
}
|
|
35836
|
+
|
|
35837
|
+
.E_t1sqg15u {
|
|
35838
|
+
background: white;
|
|
35839
|
+
}
|
|
35840
|
+
.E_t1sqg15u.inline .table-row {
|
|
35841
|
+
flex-direction: column;
|
|
35842
|
+
}
|
|
35843
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35844
|
+
padding: 0 16px 7px 0;
|
|
35845
|
+
}
|
|
35846
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35847
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35848
|
+
}
|
|
35849
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35850
|
+
border-top: none !important;
|
|
35851
|
+
}
|
|
35852
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35853
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35854
|
+
}
|
|
35855
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35856
|
+
padding-bottom: 0;
|
|
35857
|
+
}
|
|
35858
|
+
.E_t1sqg15u.align-right .content {
|
|
35859
|
+
text-align: right;
|
|
35860
|
+
}
|
|
35861
|
+
.E_t1sqg15u .uuid-row {
|
|
35862
|
+
display: flex;
|
|
35863
|
+
justify-content: space-between;
|
|
35864
|
+
}
|
|
35865
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35866
|
+
white-space: nowrap;
|
|
35867
|
+
overflow: hidden;
|
|
35868
|
+
text-overflow: ellipsis;
|
|
35869
|
+
}
|
|
35870
|
+
|
|
35871
|
+
.E_t4zczcp {
|
|
35872
|
+
display: flex;
|
|
35873
|
+
justify-content: space-between;
|
|
35874
|
+
align-items: center;
|
|
35875
|
+
padding: 8px;
|
|
35876
|
+
min-height: 32px;
|
|
35877
|
+
}
|
|
35878
|
+
.E_t4zczcp .table-title {
|
|
35879
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35880
|
+
font-weight: 600;
|
|
35881
|
+
font-size: 12px;
|
|
35882
|
+
line-height: 8px;
|
|
35883
|
+
}
|
|
35884
|
+
.E_t4zczcp .edit-icon {
|
|
35885
|
+
font-size: 16px;
|
|
35886
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35887
|
+
cursor: pointer;
|
|
35897
35888
|
}
|
|
35898
|
-
|
|
35899
|
-
|
|
35900
|
-
|
|
35889
|
+
|
|
35890
|
+
.E_t1s7goww {
|
|
35891
|
+
font-size: 12px;
|
|
35892
|
+
line-height: 18px;
|
|
35901
35893
|
}
|
|
35902
35894
|
|
|
35903
|
-
.
|
|
35895
|
+
.E_t93e4cf {
|
|
35904
35896
|
display: flex;
|
|
35905
|
-
|
|
35906
|
-
|
|
35907
|
-
}
|
|
35908
|
-
.E_n1ugzfva[disabled] {
|
|
35909
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35910
|
-
opacity: 1 !important;
|
|
35897
|
+
padding: 8px 0;
|
|
35898
|
+
color: #2d3a56;
|
|
35911
35899
|
}
|
|
35912
|
-
.
|
|
35913
|
-
|
|
35914
|
-
color: #00122e;
|
|
35900
|
+
.E_t93e4cf .hidden {
|
|
35901
|
+
display: none;
|
|
35915
35902
|
}
|
|
35916
|
-
.
|
|
35917
|
-
|
|
35903
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35904
|
+
height: auto;
|
|
35918
35905
|
}
|
|
35919
|
-
.
|
|
35920
|
-
flex: 1;
|
|
35906
|
+
.E_t93e4cf .content {
|
|
35921
35907
|
overflow: hidden;
|
|
35922
|
-
|
|
35923
|
-
|
|
35908
|
+
overflow-x: auto;
|
|
35909
|
+
width: 100%;
|
|
35910
|
+
white-space: pre-wrap;
|
|
35911
|
+
}
|
|
35912
|
+
.E_t93e4cf .content .ant-btn {
|
|
35913
|
+
white-space: pre-wrap;
|
|
35924
35914
|
text-align: left;
|
|
35925
35915
|
}
|
|
35916
|
+
.E_t93e4cf .content .unit-chart {
|
|
35917
|
+
justify-content: flex-start;
|
|
35918
|
+
}
|
|
35919
|
+
|
|
35920
|
+
.E_rhz2uv5 {
|
|
35921
|
+
width: var(--rhz2uv5-0);
|
|
35922
|
+
flex-shrink: 0;
|
|
35923
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35924
|
+
padding-right: 12px;
|
|
35925
|
+
}
|
|
35926
35926
|
|
|
35927
35927
|
.E_cyms3br {
|
|
35928
35928
|
background: #fff;
|
|
@@ -35991,6 +35991,47 @@ span.E_tqjc4ui {
|
|
|
35991
35991
|
padding: unset;
|
|
35992
35992
|
}
|
|
35993
35993
|
|
|
35994
|
+
.E_i5w779o {
|
|
35995
|
+
padding: 8px 0;
|
|
35996
|
+
}
|
|
35997
|
+
.E_i5w779o .col-label {
|
|
35998
|
+
flex-shrink: unset;
|
|
35999
|
+
}
|
|
36000
|
+
.E_i5w779o .col-label * {
|
|
36001
|
+
line-height: 18px;
|
|
36002
|
+
}
|
|
36003
|
+
.E_i5w779o .col-content {
|
|
36004
|
+
flex: 1 1 0;
|
|
36005
|
+
display: flex;
|
|
36006
|
+
align-items: center;
|
|
36007
|
+
}
|
|
36008
|
+
.E_i5w779o .col-content * {
|
|
36009
|
+
line-height: 18px;
|
|
36010
|
+
}
|
|
36011
|
+
|
|
36012
|
+
.E_l18dja44 {
|
|
36013
|
+
padding: 6px 0;
|
|
36014
|
+
}
|
|
36015
|
+
.E_l18dja44 .col-label * {
|
|
36016
|
+
font-size: 13px;
|
|
36017
|
+
line-height: 20px;
|
|
36018
|
+
}
|
|
36019
|
+
.E_l18dja44 .col-content * {
|
|
36020
|
+
font-size: 14px;
|
|
36021
|
+
line-height: 20px;
|
|
36022
|
+
}
|
|
36023
|
+
|
|
36024
|
+
.E_c8c2hys {
|
|
36025
|
+
display: flex;
|
|
36026
|
+
justify-content: space-between;
|
|
36027
|
+
flex: 1;
|
|
36028
|
+
min-width: 0;
|
|
36029
|
+
}
|
|
36030
|
+
|
|
36031
|
+
.E_n4m6c4d {
|
|
36032
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36033
|
+
}
|
|
36034
|
+
|
|
35994
36035
|
.E_kr6am0s .ant-modal-body {
|
|
35995
36036
|
padding: 60px 128px;
|
|
35996
36037
|
}
|
|
@@ -36054,54 +36095,72 @@ span.E_tqjc4ui {
|
|
|
36054
36095
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36055
36096
|
}
|
|
36056
36097
|
|
|
36057
|
-
.
|
|
36058
|
-
|
|
36098
|
+
.E_l12xdkhl {
|
|
36099
|
+
width: 64px;
|
|
36100
|
+
height: 64px;
|
|
36101
|
+
max-width: 64px;
|
|
36102
|
+
max-height: 64px;
|
|
36103
|
+
overflow: hidden;
|
|
36104
|
+
display: flex;
|
|
36105
|
+
align-items: center;
|
|
36106
|
+
justify-content: center;
|
|
36107
|
+
position: relative;
|
|
36108
|
+
opacity: 0.6;
|
|
36059
36109
|
}
|
|
36060
|
-
.
|
|
36061
|
-
|
|
36110
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36111
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36062
36112
|
}
|
|
36063
|
-
|
|
36064
|
-
|
|
36113
|
+
@keyframes rotate {
|
|
36114
|
+
from {
|
|
36115
|
+
transform: rotate(0deg);
|
|
36116
|
+
}
|
|
36117
|
+
to {
|
|
36118
|
+
transform: rotate(360deg);
|
|
36119
|
+
}
|
|
36065
36120
|
}
|
|
36066
|
-
|
|
36067
|
-
|
|
36121
|
+
|
|
36122
|
+
.E_c14ouk5o {
|
|
36123
|
+
width: 100%;
|
|
36124
|
+
height: 100%;
|
|
36068
36125
|
display: flex;
|
|
36069
|
-
|
|
36070
|
-
}
|
|
36071
|
-
.E_i5w779o .col-content * {
|
|
36126
|
+
font-size: 12px;
|
|
36072
36127
|
line-height: 18px;
|
|
36128
|
+
padding: 8px 0;
|
|
36129
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36073
36130
|
}
|
|
36074
|
-
|
|
36075
|
-
|
|
36076
|
-
padding:
|
|
36131
|
+
.E_c14ouk5o:last-of-type {
|
|
36132
|
+
box-shadow: none;
|
|
36133
|
+
padding-bottom: 0;
|
|
36077
36134
|
}
|
|
36078
|
-
.
|
|
36079
|
-
|
|
36080
|
-
line-height: 20px;
|
|
36135
|
+
.E_c14ouk5o.collapsed {
|
|
36136
|
+
flex-direction: column;
|
|
36081
36137
|
}
|
|
36082
|
-
.
|
|
36083
|
-
|
|
36084
|
-
line-height: 20px;
|
|
36138
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36139
|
+
display: flex;
|
|
36085
36140
|
}
|
|
36086
|
-
|
|
36087
|
-
|
|
36141
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36142
|
+
flex: 1;
|
|
36088
36143
|
display: flex;
|
|
36089
36144
|
justify-content: space-between;
|
|
36090
|
-
flex: 1;
|
|
36091
|
-
min-width: 0;
|
|
36092
36145
|
}
|
|
36093
|
-
|
|
36094
|
-
|
|
36095
|
-
color: rgba(0, 21, 64, 0.3);
|
|
36146
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36147
|
+
height: auto;
|
|
36096
36148
|
}
|
|
36097
|
-
|
|
36098
|
-
|
|
36099
|
-
color: #00122e;
|
|
36149
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36150
|
+
margin-left: 162px;
|
|
36100
36151
|
}
|
|
36101
|
-
|
|
36102
|
-
|
|
36103
|
-
margin-top: 8px;
|
|
36152
|
+
.E_c14ouk5o .col-label {
|
|
36153
|
+
width: 216px;
|
|
36104
36154
|
color: rgba(44, 56, 82, 0.6);
|
|
36155
|
+
margin-right: 12px;
|
|
36156
|
+
flex-shrink: 0;
|
|
36157
|
+
}
|
|
36158
|
+
.E_c14ouk5o .col-content {
|
|
36159
|
+
color: #2d3a56;
|
|
36160
|
+
/* make btn link in info row have the same height as normal text */
|
|
36161
|
+
}
|
|
36162
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36163
|
+
height: auto;
|
|
36105
36164
|
}
|
|
36106
36165
|
|
|
36107
36166
|
.E_c1kchka8 {
|
|
@@ -36596,8 +36655,19 @@ span.E_tqjc4ui {
|
|
|
36596
36655
|
padding: 0;
|
|
36597
36656
|
}
|
|
36598
36657
|
|
|
36658
|
+
.E_cevhqx7 {
|
|
36659
|
+
color: #00122e;
|
|
36660
|
+
}
|
|
36661
|
+
|
|
36662
|
+
.E_snbqlt4 {
|
|
36663
|
+
margin-top: 8px;
|
|
36664
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36665
|
+
}
|
|
36666
|
+
|
|
36599
36667
|
.E_c1ss4prm {
|
|
36600
36668
|
color: rgba(44, 56, 82, 0.6);
|
|
36669
|
+
}
|
|
36670
|
+
.E_c1ss4prm:is(ul, ol) {
|
|
36601
36671
|
padding-inline-start: 12px;
|
|
36602
36672
|
}
|
|
36603
36673
|
.E_c1ss4prm li {
|
|
@@ -36643,72 +36713,4 @@ span.E_tqjc4ui {
|
|
|
36643
36713
|
height: 1px;
|
|
36644
36714
|
background: #e4e9f2;
|
|
36645
36715
|
margin: 16px 0;
|
|
36646
|
-
}
|
|
36647
|
-
|
|
36648
|
-
.E_c14ouk5o {
|
|
36649
|
-
width: 100%;
|
|
36650
|
-
height: 100%;
|
|
36651
|
-
display: flex;
|
|
36652
|
-
font-size: 12px;
|
|
36653
|
-
line-height: 18px;
|
|
36654
|
-
padding: 8px 0;
|
|
36655
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36656
|
-
}
|
|
36657
|
-
.E_c14ouk5o:last-of-type {
|
|
36658
|
-
box-shadow: none;
|
|
36659
|
-
padding-bottom: 0;
|
|
36660
|
-
}
|
|
36661
|
-
.E_c14ouk5o.collapsed {
|
|
36662
|
-
flex-direction: column;
|
|
36663
|
-
}
|
|
36664
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36665
|
-
display: flex;
|
|
36666
|
-
}
|
|
36667
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36668
|
-
flex: 1;
|
|
36669
|
-
display: flex;
|
|
36670
|
-
justify-content: space-between;
|
|
36671
|
-
}
|
|
36672
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36673
|
-
height: auto;
|
|
36674
|
-
}
|
|
36675
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36676
|
-
margin-left: 162px;
|
|
36677
|
-
}
|
|
36678
|
-
.E_c14ouk5o .col-label {
|
|
36679
|
-
width: 216px;
|
|
36680
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36681
|
-
margin-right: 12px;
|
|
36682
|
-
flex-shrink: 0;
|
|
36683
|
-
}
|
|
36684
|
-
.E_c14ouk5o .col-content {
|
|
36685
|
-
color: #2d3a56;
|
|
36686
|
-
/* make btn link in info row have the same height as normal text */
|
|
36687
|
-
}
|
|
36688
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36689
|
-
height: auto;
|
|
36690
|
-
}
|
|
36691
|
-
|
|
36692
|
-
.E_l12xdkhl {
|
|
36693
|
-
width: 64px;
|
|
36694
|
-
height: 64px;
|
|
36695
|
-
max-width: 64px;
|
|
36696
|
-
max-height: 64px;
|
|
36697
|
-
overflow: hidden;
|
|
36698
|
-
display: flex;
|
|
36699
|
-
align-items: center;
|
|
36700
|
-
justify-content: center;
|
|
36701
|
-
position: relative;
|
|
36702
|
-
opacity: 0.6;
|
|
36703
|
-
}
|
|
36704
|
-
.E_l12xdkhl .icon-wrapper {
|
|
36705
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36706
|
-
}
|
|
36707
|
-
@keyframes rotate {
|
|
36708
|
-
from {
|
|
36709
|
-
transform: rotate(0deg);
|
|
36710
|
-
}
|
|
36711
|
-
to {
|
|
36712
|
-
transform: rotate(360deg);
|
|
36713
|
-
}
|
|
36714
36716
|
}
|