@cloudtower/eagle 0.33.38 → 0.33.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/ImmersiveDialog/index.js +174 -0
- package/dist/cjs/core/ImmersiveDialog/styles.js +31 -0
- package/dist/cjs/core/WizardDialog/index.js +166 -0
- package/dist/cjs/core/WizardDialog/styles.js +9 -0
- package/dist/cjs/coreX/DateRangePicker/Calendar.js +1 -1
- package/dist/cjs/index.js +125 -121
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1917 -1769
- package/dist/esm/core/ImmersiveDialog/index.js +168 -0
- package/dist/esm/core/ImmersiveDialog/styles.js +16 -0
- package/dist/esm/core/WizardDialog/index.js +160 -0
- package/dist/esm/core/WizardDialog/styles.js +5 -0
- package/dist/esm/coreX/DateRangePicker/Calendar.js +1 -1
- package/dist/esm/index.js +5 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2357 -2186
- package/dist/src/core/ImmersiveDialog/index.d.ts +3 -0
- package/dist/src/core/ImmersiveDialog/styles.d.ts +14 -0
- package/dist/src/core/ImmersiveDialog/type.d.ts +33 -0
- package/dist/src/core/WizardDialog/index.d.ts +3 -0
- package/dist/src/core/WizardDialog/styles.d.ts +3 -0
- package/dist/src/core/WizardDialog/type.d.ts +31 -0
- package/dist/src/core/index.d.ts +5 -3
- package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +93 -0
- package/dist/stories/docs/core/Modal.stories.d.ts +0 -2
- package/dist/stories/docs/core/WizardDialog.stories.d.ts +106 -0
- package/dist/style.css +1917 -1769
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -28732,6 +28732,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28732
28732
|
max-height: calc(60vh - 64px);
|
|
28733
28733
|
min-height: 88px;
|
|
28734
28734
|
padding: 12px 24px 24px;
|
|
28735
|
+
overflow-x: hidden;
|
|
28735
28736
|
}
|
|
28736
28737
|
.ant-modal.normal-modal .ant-modal-footer {
|
|
28737
28738
|
padding: 16px 24px;
|
|
@@ -29712,6 +29713,28 @@ html body {
|
|
|
29712
29713
|
flex: 1;
|
|
29713
29714
|
}
|
|
29714
29715
|
|
|
29716
|
+
.E_c1uzzomf {
|
|
29717
|
+
margin-bottom: 16px;
|
|
29718
|
+
}
|
|
29719
|
+
.E_c1uzzomf .card-title {
|
|
29720
|
+
font-size: 16px;
|
|
29721
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29722
|
+
font-weight: 700;
|
|
29723
|
+
line-height: 32px;
|
|
29724
|
+
}
|
|
29725
|
+
.E_c1uzzomf .card-body {
|
|
29726
|
+
padding: 24px;
|
|
29727
|
+
border-radius: 8px;
|
|
29728
|
+
background: #fff;
|
|
29729
|
+
}
|
|
29730
|
+
.E_c1uzzomf .empty {
|
|
29731
|
+
font-weight: 700;
|
|
29732
|
+
font-size: 14px;
|
|
29733
|
+
line-height: 22px;
|
|
29734
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29735
|
+
text-align: center;
|
|
29736
|
+
}
|
|
29737
|
+
|
|
29715
29738
|
.E_berrcjl {
|
|
29716
29739
|
color: rgba(10, 37, 85, 0.6);
|
|
29717
29740
|
margin-bottom: 4px;
|
|
@@ -29728,6 +29751,48 @@ html body {
|
|
|
29728
29751
|
color: #005ed1;
|
|
29729
29752
|
}
|
|
29730
29753
|
|
|
29754
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29755
|
+
padding: 4px 8px 0 8px;
|
|
29756
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29757
|
+
font-size: 12px;
|
|
29758
|
+
}
|
|
29759
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29760
|
+
padding-bottom: 6px;
|
|
29761
|
+
}
|
|
29762
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29763
|
+
padding-top: 4px;
|
|
29764
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29765
|
+
}
|
|
29766
|
+
|
|
29767
|
+
.E_c1yyuluq {
|
|
29768
|
+
border-radius: 8px;
|
|
29769
|
+
}
|
|
29770
|
+
.E_c1yyuluq .ant-card-body {
|
|
29771
|
+
padding: 20px 24px 24px 24px;
|
|
29772
|
+
}
|
|
29773
|
+
|
|
29774
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
29775
|
+
border: 0px;
|
|
29776
|
+
background-color: #fff;
|
|
29777
|
+
}
|
|
29778
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29779
|
+
padding-top: 0px;
|
|
29780
|
+
padding-bottom: 0px;
|
|
29781
|
+
padding-left: 0px !important;
|
|
29782
|
+
padding-right: 24px;
|
|
29783
|
+
}
|
|
29784
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29785
|
+
right: 0px;
|
|
29786
|
+
}
|
|
29787
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29788
|
+
padding: 0px;
|
|
29789
|
+
}
|
|
29790
|
+
|
|
29791
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29792
|
+
padding-right: 0px;
|
|
29793
|
+
cursor: default;
|
|
29794
|
+
}
|
|
29795
|
+
|
|
29731
29796
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29732
29797
|
justify-content: center;
|
|
29733
29798
|
}
|
|
@@ -29985,79 +30050,6 @@ html body {
|
|
|
29985
30050
|
justify-content: center;
|
|
29986
30051
|
}
|
|
29987
30052
|
|
|
29988
|
-
.E_b1nip9bk {
|
|
29989
|
-
padding: 4px 11px;
|
|
29990
|
-
}
|
|
29991
|
-
|
|
29992
|
-
.E_bqamoqe {
|
|
29993
|
-
white-space: nowrap;
|
|
29994
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29995
|
-
}
|
|
29996
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29997
|
-
--color: #0080ff;
|
|
29998
|
-
}
|
|
29999
|
-
.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] {
|
|
30000
|
-
--color: #0080ff;
|
|
30001
|
-
}
|
|
30002
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30003
|
-
margin-left: 1px;
|
|
30004
|
-
}
|
|
30005
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30006
|
-
border-top-right-radius: 0;
|
|
30007
|
-
border-bottom-right-radius: 0;
|
|
30008
|
-
}
|
|
30009
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30010
|
-
border-top-left-radius: 0;
|
|
30011
|
-
border-bottom-left-radius: 0;
|
|
30012
|
-
}
|
|
30013
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30014
|
-
border-radius: unset;
|
|
30015
|
-
}
|
|
30016
|
-
|
|
30017
|
-
.E_c1uzzomf {
|
|
30018
|
-
margin-bottom: 16px;
|
|
30019
|
-
}
|
|
30020
|
-
.E_c1uzzomf .card-title {
|
|
30021
|
-
font-size: 16px;
|
|
30022
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30023
|
-
font-weight: 700;
|
|
30024
|
-
line-height: 32px;
|
|
30025
|
-
}
|
|
30026
|
-
.E_c1uzzomf .card-body {
|
|
30027
|
-
padding: 24px;
|
|
30028
|
-
border-radius: 8px;
|
|
30029
|
-
background: #fff;
|
|
30030
|
-
}
|
|
30031
|
-
.E_c1uzzomf .empty {
|
|
30032
|
-
font-weight: 700;
|
|
30033
|
-
font-size: 14px;
|
|
30034
|
-
line-height: 22px;
|
|
30035
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30036
|
-
text-align: center;
|
|
30037
|
-
}
|
|
30038
|
-
|
|
30039
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30040
|
-
border: 0px;
|
|
30041
|
-
background-color: #fff;
|
|
30042
|
-
}
|
|
30043
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30044
|
-
padding-top: 0px;
|
|
30045
|
-
padding-bottom: 0px;
|
|
30046
|
-
padding-left: 0px !important;
|
|
30047
|
-
padding-right: 24px;
|
|
30048
|
-
}
|
|
30049
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30050
|
-
right: 0px;
|
|
30051
|
-
}
|
|
30052
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30053
|
-
padding: 0px;
|
|
30054
|
-
}
|
|
30055
|
-
|
|
30056
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30057
|
-
padding-right: 0px;
|
|
30058
|
-
cursor: default;
|
|
30059
|
-
}
|
|
30060
|
-
|
|
30061
30053
|
.E_d1bw7c5z {
|
|
30062
30054
|
position: relative;
|
|
30063
30055
|
max-width: 388px;
|
|
@@ -30141,177 +30133,77 @@ html body {
|
|
|
30141
30133
|
width: 102px;
|
|
30142
30134
|
}
|
|
30143
30135
|
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30146
|
-
}
|
|
30147
|
-
.E_c1yyuluq .ant-card-body {
|
|
30148
|
-
padding: 20px 24px 24px 24px;
|
|
30136
|
+
.E_b1nip9bk {
|
|
30137
|
+
padding: 4px 11px;
|
|
30149
30138
|
}
|
|
30150
30139
|
|
|
30151
|
-
.
|
|
30152
|
-
|
|
30140
|
+
.E_bqamoqe {
|
|
30141
|
+
white-space: nowrap;
|
|
30142
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30153
30143
|
}
|
|
30154
|
-
|
|
30155
|
-
|
|
30156
|
-
padding: 4px 8px 0 8px;
|
|
30157
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30158
|
-
font-size: 12px;
|
|
30144
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30145
|
+
--color: #0080ff;
|
|
30159
30146
|
}
|
|
30160
|
-
.
|
|
30161
|
-
|
|
30147
|
+
.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] {
|
|
30148
|
+
--color: #0080ff;
|
|
30162
30149
|
}
|
|
30163
|
-
.
|
|
30164
|
-
|
|
30165
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30150
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30151
|
+
margin-left: 1px;
|
|
30166
30152
|
}
|
|
30167
|
-
|
|
30168
|
-
|
|
30169
|
-
|
|
30153
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30154
|
+
border-top-right-radius: 0;
|
|
30155
|
+
border-bottom-right-radius: 0;
|
|
30170
30156
|
}
|
|
30171
|
-
.
|
|
30172
|
-
border-
|
|
30173
|
-
border-
|
|
30157
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30158
|
+
border-top-left-radius: 0;
|
|
30159
|
+
border-bottom-left-radius: 0;
|
|
30174
30160
|
}
|
|
30175
|
-
.
|
|
30176
|
-
border-
|
|
30177
|
-
border-top-right-radius: 5px;
|
|
30161
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30162
|
+
border-radius: unset;
|
|
30178
30163
|
}
|
|
30179
30164
|
|
|
30180
|
-
.
|
|
30181
|
-
display: flex;
|
|
30182
|
-
|
|
30183
|
-
|
|
30184
|
-
padding: 10px 0;
|
|
30185
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30186
|
-
font-size: 12px;
|
|
30187
|
-
line-height: 24px;
|
|
30165
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30166
|
+
display: inline-flex;
|
|
30167
|
+
align-items: baseline;
|
|
30168
|
+
white-space: pre-wrap;
|
|
30188
30169
|
}
|
|
30189
|
-
.
|
|
30190
|
-
|
|
30170
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30171
|
+
position: relative;
|
|
30172
|
+
top: 3px;
|
|
30191
30173
|
}
|
|
30192
|
-
.
|
|
30193
|
-
|
|
30194
|
-
align-items: center;
|
|
30195
|
-
border-radius: 6px;
|
|
30196
|
-
cursor: pointer;
|
|
30197
|
-
transition: all 0.3s ease;
|
|
30174
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30175
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30198
30176
|
}
|
|
30199
|
-
.
|
|
30200
|
-
|
|
30201
|
-
color: #0080ff;
|
|
30177
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30178
|
+
border-color: #0080ff;
|
|
30202
30179
|
}
|
|
30203
|
-
.
|
|
30204
|
-
|
|
30180
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30181
|
+
border-color: #0080ff;
|
|
30182
|
+
background: #0080ff;
|
|
30205
30183
|
}
|
|
30206
|
-
.
|
|
30207
|
-
|
|
30208
|
-
|
|
30209
|
-
|
|
30210
|
-
|
|
30184
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30185
|
+
top: 4px;
|
|
30186
|
+
left: 4px;
|
|
30187
|
+
width: 6px;
|
|
30188
|
+
height: 6px;
|
|
30189
|
+
background: #fff;
|
|
30211
30190
|
}
|
|
30212
|
-
.
|
|
30213
|
-
|
|
30191
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30192
|
+
opacity: 0.5;
|
|
30214
30193
|
}
|
|
30215
|
-
.
|
|
30216
|
-
|
|
30217
|
-
|
|
30194
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30195
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30196
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30218
30197
|
}
|
|
30219
|
-
.
|
|
30220
|
-
|
|
30221
|
-
color: #0080ff;
|
|
30198
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30199
|
+
background: #00122e;
|
|
30222
30200
|
}
|
|
30223
|
-
.
|
|
30224
|
-
|
|
30201
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30202
|
+
color: #00122e;
|
|
30203
|
+
opacity: 0.5;
|
|
30225
30204
|
}
|
|
30226
|
-
|
|
30227
|
-
|
|
30228
|
-
max-height: calc(100vh - 128px);
|
|
30229
|
-
overflow-y: auto;
|
|
30230
|
-
}
|
|
30231
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30232
|
-
padding: 4px 20px;
|
|
30233
|
-
font-size: 12px;
|
|
30234
|
-
line-height: 18px;
|
|
30235
|
-
}
|
|
30236
|
-
|
|
30237
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30238
|
-
margin-right: 8px;
|
|
30239
|
-
}
|
|
30240
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30241
|
-
margin-left: 8px;
|
|
30242
|
-
}
|
|
30243
|
-
|
|
30244
|
-
.E_cc368xp {
|
|
30245
|
-
color: #00122e;
|
|
30246
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30247
|
-
margin-right: 8px;
|
|
30248
|
-
padding-right: 8px;
|
|
30249
|
-
}
|
|
30250
|
-
|
|
30251
|
-
.E_i11o6xqj {
|
|
30252
|
-
display: flex;
|
|
30253
|
-
gap: 4px;
|
|
30254
|
-
}
|
|
30255
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30256
|
-
cursor: pointer;
|
|
30257
|
-
}
|
|
30258
|
-
|
|
30259
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30260
|
-
cursor: not-allowed;
|
|
30261
|
-
}
|
|
30262
|
-
|
|
30263
|
-
.E_ivqqkzv {
|
|
30264
|
-
height: 24px;
|
|
30265
|
-
width: 56px !important;
|
|
30266
|
-
margin-right: 4px;
|
|
30267
|
-
}
|
|
30268
|
-
|
|
30269
|
-
.E_c1wk4q29 {
|
|
30270
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30271
|
-
}
|
|
30272
|
-
|
|
30273
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
30274
|
-
display: inline-flex;
|
|
30275
|
-
align-items: baseline;
|
|
30276
|
-
white-space: pre-wrap;
|
|
30277
|
-
}
|
|
30278
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30279
|
-
position: relative;
|
|
30280
|
-
top: 3px;
|
|
30281
|
-
}
|
|
30282
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30283
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30284
|
-
}
|
|
30285
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30286
|
-
border-color: #0080ff;
|
|
30287
|
-
}
|
|
30288
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30289
|
-
border-color: #0080ff;
|
|
30290
|
-
background: #0080ff;
|
|
30291
|
-
}
|
|
30292
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30293
|
-
top: 4px;
|
|
30294
|
-
left: 4px;
|
|
30295
|
-
width: 6px;
|
|
30296
|
-
height: 6px;
|
|
30297
|
-
background: #fff;
|
|
30298
|
-
}
|
|
30299
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30300
|
-
opacity: 0.5;
|
|
30301
|
-
}
|
|
30302
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30303
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30304
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30305
|
-
}
|
|
30306
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30307
|
-
background: #00122e;
|
|
30308
|
-
}
|
|
30309
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30310
|
-
color: #00122e;
|
|
30311
|
-
opacity: 0.5;
|
|
30312
|
-
}
|
|
30313
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30314
|
-
color: #00122e;
|
|
30205
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30206
|
+
color: #00122e;
|
|
30315
30207
|
}
|
|
30316
30208
|
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30317
30209
|
display: inline-block;
|
|
@@ -30416,6 +30308,115 @@ html body {
|
|
|
30416
30308
|
width: 36px;
|
|
30417
30309
|
}
|
|
30418
30310
|
|
|
30311
|
+
.E_ivqqkzv {
|
|
30312
|
+
height: 24px;
|
|
30313
|
+
width: 56px !important;
|
|
30314
|
+
margin-right: 4px;
|
|
30315
|
+
}
|
|
30316
|
+
|
|
30317
|
+
.E_c1wk4q29 {
|
|
30318
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30319
|
+
}
|
|
30320
|
+
|
|
30321
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30322
|
+
display: flex;
|
|
30323
|
+
}
|
|
30324
|
+
.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 {
|
|
30325
|
+
border-bottom-left-radius: 5px;
|
|
30326
|
+
border-top-left-radius: 5px;
|
|
30327
|
+
}
|
|
30328
|
+
.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 {
|
|
30329
|
+
border-bottom-right-radius: 5px;
|
|
30330
|
+
border-top-right-radius: 5px;
|
|
30331
|
+
}
|
|
30332
|
+
|
|
30333
|
+
.E_phljevk {
|
|
30334
|
+
display: flex;
|
|
30335
|
+
justify-content: space-between;
|
|
30336
|
+
align-items: center;
|
|
30337
|
+
padding: 10px 0;
|
|
30338
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30339
|
+
font-size: 12px;
|
|
30340
|
+
line-height: 24px;
|
|
30341
|
+
}
|
|
30342
|
+
.E_phljevk .pagination-left {
|
|
30343
|
+
padding: 2px 8px;
|
|
30344
|
+
}
|
|
30345
|
+
.E_phljevk .dropdown-trigger {
|
|
30346
|
+
display: flex;
|
|
30347
|
+
align-items: center;
|
|
30348
|
+
border-radius: 6px;
|
|
30349
|
+
cursor: pointer;
|
|
30350
|
+
transition: all 0.3s ease;
|
|
30351
|
+
}
|
|
30352
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30353
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30354
|
+
color: #0080ff;
|
|
30355
|
+
}
|
|
30356
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30357
|
+
margin-left: 4px;
|
|
30358
|
+
}
|
|
30359
|
+
.E_phljevk .pagination-right {
|
|
30360
|
+
display: flex;
|
|
30361
|
+
align-items: center;
|
|
30362
|
+
color: #0080ff;
|
|
30363
|
+
font-weight: bold;
|
|
30364
|
+
}
|
|
30365
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30366
|
+
margin-left: 4px;
|
|
30367
|
+
}
|
|
30368
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30369
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30370
|
+
padding: 0 8px;
|
|
30371
|
+
}
|
|
30372
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30373
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30374
|
+
color: #0080ff;
|
|
30375
|
+
}
|
|
30376
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30377
|
+
transform: rotate(180deg);
|
|
30378
|
+
}
|
|
30379
|
+
|
|
30380
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30381
|
+
max-height: calc(100vh - 128px);
|
|
30382
|
+
overflow-y: auto;
|
|
30383
|
+
}
|
|
30384
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30385
|
+
padding: 4px 20px;
|
|
30386
|
+
font-size: 12px;
|
|
30387
|
+
line-height: 18px;
|
|
30388
|
+
}
|
|
30389
|
+
|
|
30390
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30391
|
+
line-height: 18px;
|
|
30392
|
+
}
|
|
30393
|
+
|
|
30394
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30395
|
+
margin-right: 8px;
|
|
30396
|
+
}
|
|
30397
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30398
|
+
margin-left: 8px;
|
|
30399
|
+
}
|
|
30400
|
+
|
|
30401
|
+
.E_cc368xp {
|
|
30402
|
+
color: #00122e;
|
|
30403
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30404
|
+
margin-right: 8px;
|
|
30405
|
+
padding-right: 8px;
|
|
30406
|
+
}
|
|
30407
|
+
|
|
30408
|
+
.E_i11o6xqj {
|
|
30409
|
+
display: flex;
|
|
30410
|
+
gap: 4px;
|
|
30411
|
+
}
|
|
30412
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30413
|
+
cursor: pointer;
|
|
30414
|
+
}
|
|
30415
|
+
|
|
30416
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30417
|
+
cursor: not-allowed;
|
|
30418
|
+
}
|
|
30419
|
+
|
|
30419
30420
|
.E_c1bus5hc {
|
|
30420
30421
|
--color: white;
|
|
30421
30422
|
height: 14px;
|
|
@@ -30456,39 +30457,137 @@ html body {
|
|
|
30456
30457
|
transform: rotate(0deg);
|
|
30457
30458
|
}
|
|
30458
30459
|
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30461
|
-
height: 24px;
|
|
30462
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30463
|
-
overflow: hidden;
|
|
30460
|
+
.E_iq1gosr {
|
|
30461
|
+
display: inline-block;
|
|
30464
30462
|
}
|
|
30465
|
-
|
|
30466
|
-
|
|
30463
|
+
|
|
30464
|
+
.E_i1inqkme {
|
|
30465
|
+
height: 18px;
|
|
30466
|
+
line-height: 18px;
|
|
30467
|
+
padding: 0 4px;
|
|
30468
|
+
border-radius: 4px;
|
|
30469
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30470
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30471
|
+
display: flex;
|
|
30472
|
+
align-items: center;
|
|
30473
|
+
white-space: nowrap;
|
|
30474
|
+
margin-right: 4px;
|
|
30467
30475
|
}
|
|
30468
|
-
|
|
30469
|
-
|
|
30470
|
-
|
|
30476
|
+
|
|
30477
|
+
.E_s1dni7lo {
|
|
30478
|
+
width: 430px !important;
|
|
30471
30479
|
}
|
|
30472
|
-
|
|
30473
|
-
|
|
30474
|
-
|
|
30480
|
+
|
|
30481
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30482
|
+
padding: 8px 16px;
|
|
30483
|
+
line-height: 18px;
|
|
30484
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30485
|
+
height: 34px;
|
|
30486
|
+
min-height: 34px;
|
|
30487
|
+
box-sizing: border-box;
|
|
30488
|
+
margin-top: 8px;
|
|
30475
30489
|
}
|
|
30476
|
-
|
|
30477
|
-
|
|
30478
|
-
|
|
30490
|
+
|
|
30491
|
+
.E_o1ugr09p {
|
|
30492
|
+
display: flex;
|
|
30493
|
+
flex-direction: column;
|
|
30494
|
+
margin: 1px 8px;
|
|
30495
|
+
padding: 8px;
|
|
30496
|
+
border-radius: 4px;
|
|
30479
30497
|
}
|
|
30480
|
-
.
|
|
30481
|
-
|
|
30482
|
-
transition-delay: 120ms;
|
|
30498
|
+
.E_o1ugr09p .selected-icon {
|
|
30499
|
+
display: none;
|
|
30483
30500
|
}
|
|
30484
|
-
.
|
|
30485
|
-
|
|
30486
|
-
width: 14px;
|
|
30487
|
-
top: 1px;
|
|
30488
|
-
left: 1px;
|
|
30501
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30502
|
+
padding-left: 8px;
|
|
30489
30503
|
}
|
|
30490
|
-
.
|
|
30491
|
-
|
|
30504
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30505
|
+
background-color: white;
|
|
30506
|
+
}
|
|
30507
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30508
|
+
color: #0080ff;
|
|
30509
|
+
}
|
|
30510
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30511
|
+
display: block;
|
|
30512
|
+
}
|
|
30513
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30514
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30515
|
+
}
|
|
30516
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30517
|
+
color: #0080ff;
|
|
30518
|
+
}
|
|
30519
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30520
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30521
|
+
color: #0080ff;
|
|
30522
|
+
}
|
|
30523
|
+
|
|
30524
|
+
.E_o1ifxsq4 {
|
|
30525
|
+
display: flex;
|
|
30526
|
+
justify-content: space-between;
|
|
30527
|
+
height: 20px;
|
|
30528
|
+
line-height: 20px;
|
|
30529
|
+
}
|
|
30530
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30531
|
+
color: #2d3a56;
|
|
30532
|
+
overflow: hidden;
|
|
30533
|
+
text-overflow: ellipsis;
|
|
30534
|
+
}
|
|
30535
|
+
|
|
30536
|
+
.E_o1zue7 {
|
|
30537
|
+
display: flex;
|
|
30538
|
+
justify-content: space-between;
|
|
30539
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30540
|
+
height: 18px;
|
|
30541
|
+
line-height: 18px;
|
|
30542
|
+
margin-top: 2px;
|
|
30543
|
+
}
|
|
30544
|
+
|
|
30545
|
+
.E_tyfmlxg {
|
|
30546
|
+
border: none;
|
|
30547
|
+
margin-right: 0;
|
|
30548
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30549
|
+
}
|
|
30550
|
+
|
|
30551
|
+
.E_o18uybox {
|
|
30552
|
+
pointer-events: none;
|
|
30553
|
+
height: 32px;
|
|
30554
|
+
width: 100%;
|
|
30555
|
+
opacity: 0;
|
|
30556
|
+
}
|
|
30557
|
+
|
|
30558
|
+
.E_s1dizucg.ant-switch {
|
|
30559
|
+
min-width: 40px;
|
|
30560
|
+
height: 24px;
|
|
30561
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30562
|
+
overflow: hidden;
|
|
30563
|
+
}
|
|
30564
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30565
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30566
|
+
}
|
|
30567
|
+
.E_s1dizucg.ant-switch-small {
|
|
30568
|
+
min-width: 26px;
|
|
30569
|
+
height: 16px;
|
|
30570
|
+
}
|
|
30571
|
+
.E_s1dizucg.ant-switch-large {
|
|
30572
|
+
min-width: 52px;
|
|
30573
|
+
height: 32px;
|
|
30574
|
+
}
|
|
30575
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30576
|
+
height: 20px;
|
|
30577
|
+
width: 20px;
|
|
30578
|
+
}
|
|
30579
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30580
|
+
border-radius: 10px;
|
|
30581
|
+
transition-delay: 120ms;
|
|
30582
|
+
}
|
|
30583
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30584
|
+
height: 14px;
|
|
30585
|
+
width: 14px;
|
|
30586
|
+
top: 1px;
|
|
30587
|
+
left: 1px;
|
|
30588
|
+
}
|
|
30589
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30590
|
+
height: 28px;
|
|
30492
30591
|
width: 28px;
|
|
30493
30592
|
}
|
|
30494
30593
|
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
@@ -30511,8 +30610,75 @@ html body {
|
|
|
30511
30610
|
margin-left: 5px;
|
|
30512
30611
|
}
|
|
30513
30612
|
|
|
30514
|
-
.
|
|
30613
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30614
|
+
display: none;
|
|
30615
|
+
}
|
|
30616
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30617
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30618
|
+
border-radius: 4px;
|
|
30619
|
+
}
|
|
30620
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30621
|
+
visibility: hidden;
|
|
30622
|
+
}
|
|
30623
|
+
|
|
30624
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30625
|
+
display: var(--ai7qkf2-0);
|
|
30626
|
+
}
|
|
30627
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30628
|
+
display: inline-flex;
|
|
30629
|
+
line-height: 1.5715;
|
|
30630
|
+
height: 100%;
|
|
30631
|
+
width: 100%;
|
|
30632
|
+
}
|
|
30633
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30634
|
+
content: var(--ai7qkf2-1);
|
|
30635
|
+
display: var(--ai7qkf2-2);
|
|
30636
|
+
flex: none;
|
|
30637
|
+
align-items: center;
|
|
30638
|
+
margin-left: 4px;
|
|
30639
|
+
padding: 5px 12px 5px 0;
|
|
30640
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30641
|
+
}
|
|
30642
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30643
|
+
content: var(--ai7qkf2-3);
|
|
30644
|
+
display: var(--ai7qkf2-4);
|
|
30645
|
+
flex: none;
|
|
30646
|
+
align-items: center;
|
|
30515
30647
|
margin-right: 4px;
|
|
30648
|
+
cursor: auto;
|
|
30649
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30650
|
+
}
|
|
30651
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30652
|
+
border-radius: 0;
|
|
30653
|
+
}
|
|
30654
|
+
.E_ai7qkf2.ant-input-number {
|
|
30655
|
+
width: 100%;
|
|
30656
|
+
border-radius: 6px;
|
|
30657
|
+
}
|
|
30658
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30659
|
+
border-color: #0096ff;
|
|
30660
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30661
|
+
z-index: 1;
|
|
30662
|
+
}
|
|
30663
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30664
|
+
border-color: #e75a3a;
|
|
30665
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30666
|
+
}
|
|
30667
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30668
|
+
height: 30px;
|
|
30669
|
+
border: 1px;
|
|
30670
|
+
padding: 5px 12px;
|
|
30671
|
+
font-size: inherit;
|
|
30672
|
+
}
|
|
30673
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30674
|
+
height: 38px;
|
|
30675
|
+
border: 1px;
|
|
30676
|
+
padding: 8px 16px;
|
|
30677
|
+
}
|
|
30678
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30679
|
+
height: 22px;
|
|
30680
|
+
border: 1px;
|
|
30681
|
+
padding: 2px 8px;
|
|
30516
30682
|
}
|
|
30517
30683
|
|
|
30518
30684
|
.E_s1sck0th {
|
|
@@ -30597,100 +30763,15 @@ html body {
|
|
|
30597
30763
|
background-color: #7E41FF;
|
|
30598
30764
|
}
|
|
30599
30765
|
|
|
30600
|
-
.
|
|
30601
|
-
|
|
30602
|
-
}
|
|
30603
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30604
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30605
|
-
border-radius: 4px;
|
|
30606
|
-
}
|
|
30607
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30608
|
-
visibility: hidden;
|
|
30609
|
-
}
|
|
30610
|
-
|
|
30611
|
-
.E_s1dni7lo {
|
|
30612
|
-
width: 430px !important;
|
|
30613
|
-
}
|
|
30614
|
-
|
|
30615
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
30616
|
-
padding: 8px 16px;
|
|
30617
|
-
line-height: 18px;
|
|
30618
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30619
|
-
height: 34px;
|
|
30620
|
-
min-height: 34px;
|
|
30621
|
-
box-sizing: border-box;
|
|
30622
|
-
margin-top: 8px;
|
|
30623
|
-
}
|
|
30624
|
-
|
|
30625
|
-
.E_o1ugr09p {
|
|
30626
|
-
display: flex;
|
|
30627
|
-
flex-direction: column;
|
|
30628
|
-
margin: 1px 8px;
|
|
30629
|
-
padding: 8px;
|
|
30630
|
-
border-radius: 4px;
|
|
30631
|
-
}
|
|
30632
|
-
.E_o1ugr09p .selected-icon {
|
|
30633
|
-
display: none;
|
|
30634
|
-
}
|
|
30635
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30636
|
-
padding-left: 8px;
|
|
30637
|
-
}
|
|
30638
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30639
|
-
background-color: white;
|
|
30640
|
-
}
|
|
30641
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30642
|
-
color: #0080ff;
|
|
30643
|
-
}
|
|
30644
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30645
|
-
display: block;
|
|
30646
|
-
}
|
|
30647
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
30648
|
-
background: rgba(0, 136, 255, 0.16);
|
|
30649
|
-
}
|
|
30650
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30651
|
-
color: #0080ff;
|
|
30652
|
-
}
|
|
30653
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30654
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30655
|
-
color: #0080ff;
|
|
30656
|
-
}
|
|
30657
|
-
|
|
30658
|
-
.E_o1ifxsq4 {
|
|
30659
|
-
display: flex;
|
|
30660
|
-
justify-content: space-between;
|
|
30661
|
-
height: 20px;
|
|
30662
|
-
line-height: 20px;
|
|
30663
|
-
}
|
|
30664
|
-
.E_o1ifxsq4 .timezone-title {
|
|
30665
|
-
color: #2d3a56;
|
|
30666
|
-
overflow: hidden;
|
|
30667
|
-
text-overflow: ellipsis;
|
|
30668
|
-
}
|
|
30669
|
-
|
|
30670
|
-
.E_o1zue7 {
|
|
30671
|
-
display: flex;
|
|
30672
|
-
justify-content: space-between;
|
|
30673
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30674
|
-
height: 18px;
|
|
30675
|
-
line-height: 18px;
|
|
30676
|
-
margin-top: 2px;
|
|
30677
|
-
}
|
|
30678
|
-
|
|
30679
|
-
.E_tyfmlxg {
|
|
30680
|
-
border: none;
|
|
30681
|
-
margin-right: 0;
|
|
30682
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30766
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30767
|
+
margin-left: 8px;
|
|
30683
30768
|
}
|
|
30684
|
-
|
|
30685
|
-
|
|
30686
|
-
pointer-events: none;
|
|
30687
|
-
height: 32px;
|
|
30688
|
-
width: 100%;
|
|
30689
|
-
opacity: 0;
|
|
30769
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30770
|
+
padding: 2px 7px 2px 12px;
|
|
30690
30771
|
}
|
|
30691
30772
|
|
|
30692
|
-
.
|
|
30693
|
-
|
|
30773
|
+
.E_tju3gfj .date {
|
|
30774
|
+
margin-right: 4px;
|
|
30694
30775
|
}
|
|
30695
30776
|
|
|
30696
30777
|
.E_fzh9mnb {
|
|
@@ -30708,9 +30789,40 @@ html body {
|
|
|
30708
30789
|
font-size: 18px;
|
|
30709
30790
|
}
|
|
30710
30791
|
|
|
30711
|
-
.
|
|
30712
|
-
|
|
30713
|
-
|
|
30792
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30793
|
+
display: var(--a1wfy30z-0);
|
|
30794
|
+
}
|
|
30795
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30796
|
+
padding: 4px 11px;
|
|
30797
|
+
display: inline-flex;
|
|
30798
|
+
line-height: 1.5715;
|
|
30799
|
+
height: inherit;
|
|
30800
|
+
}
|
|
30801
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30802
|
+
content: var(--a1wfy30z-1);
|
|
30803
|
+
display: var(--a1wfy30z-2);
|
|
30804
|
+
flex: none;
|
|
30805
|
+
align-items: center;
|
|
30806
|
+
margin-left: 4px;
|
|
30807
|
+
}
|
|
30808
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30809
|
+
content: var(--a1wfy30z-3);
|
|
30810
|
+
display: var(--a1wfy30z-4);
|
|
30811
|
+
flex: none;
|
|
30812
|
+
align-items: center;
|
|
30813
|
+
margin-right: 4px;
|
|
30814
|
+
cursor: auto;
|
|
30815
|
+
}
|
|
30816
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30817
|
+
padding: 0;
|
|
30818
|
+
margin: 0;
|
|
30819
|
+
height: auto;
|
|
30820
|
+
font-size: inherit;
|
|
30821
|
+
}
|
|
30822
|
+
|
|
30823
|
+
.E_f7pxqmh {
|
|
30824
|
+
width: 100%;
|
|
30825
|
+
margin-bottom: 0 !important;
|
|
30714
30826
|
flex-flow: nowrap !important;
|
|
30715
30827
|
line-break: auto;
|
|
30716
30828
|
}
|
|
@@ -30742,66 +30854,6 @@ html body {
|
|
|
30742
30854
|
min-height: 0px;
|
|
30743
30855
|
}
|
|
30744
30856
|
|
|
30745
|
-
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30746
|
-
display: var(--ai7qkf2-0);
|
|
30747
|
-
}
|
|
30748
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30749
|
-
display: inline-flex;
|
|
30750
|
-
line-height: 1.5715;
|
|
30751
|
-
height: 100%;
|
|
30752
|
-
width: 100%;
|
|
30753
|
-
}
|
|
30754
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30755
|
-
content: var(--ai7qkf2-1);
|
|
30756
|
-
display: var(--ai7qkf2-2);
|
|
30757
|
-
flex: none;
|
|
30758
|
-
align-items: center;
|
|
30759
|
-
margin-left: 4px;
|
|
30760
|
-
padding: 5px 12px 5px 0;
|
|
30761
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30762
|
-
}
|
|
30763
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30764
|
-
content: var(--ai7qkf2-3);
|
|
30765
|
-
display: var(--ai7qkf2-4);
|
|
30766
|
-
flex: none;
|
|
30767
|
-
align-items: center;
|
|
30768
|
-
margin-right: 4px;
|
|
30769
|
-
cursor: auto;
|
|
30770
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30771
|
-
}
|
|
30772
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30773
|
-
border-radius: 0;
|
|
30774
|
-
}
|
|
30775
|
-
.E_ai7qkf2.ant-input-number {
|
|
30776
|
-
width: 100%;
|
|
30777
|
-
border-radius: 6px;
|
|
30778
|
-
}
|
|
30779
|
-
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30780
|
-
border-color: #0096ff;
|
|
30781
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30782
|
-
z-index: 1;
|
|
30783
|
-
}
|
|
30784
|
-
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30785
|
-
border-color: #e75a3a;
|
|
30786
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30787
|
-
}
|
|
30788
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
30789
|
-
height: 30px;
|
|
30790
|
-
border: 1px;
|
|
30791
|
-
padding: 5px 12px;
|
|
30792
|
-
font-size: inherit;
|
|
30793
|
-
}
|
|
30794
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
30795
|
-
height: 38px;
|
|
30796
|
-
border: 1px;
|
|
30797
|
-
padding: 8px 16px;
|
|
30798
|
-
}
|
|
30799
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
30800
|
-
height: 22px;
|
|
30801
|
-
border: 1px;
|
|
30802
|
-
padding: 2px 8px;
|
|
30803
|
-
}
|
|
30804
|
-
|
|
30805
30857
|
.E_iouxfgt {
|
|
30806
30858
|
display: inline-flex;
|
|
30807
30859
|
align-items: center;
|
|
@@ -30820,57 +30872,6 @@ html body {
|
|
|
30820
30872
|
animation: rotate 680ms linear infinite;
|
|
30821
30873
|
}
|
|
30822
30874
|
|
|
30823
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30824
|
-
display: var(--a1wfy30z-0);
|
|
30825
|
-
}
|
|
30826
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30827
|
-
padding: 4px 11px;
|
|
30828
|
-
display: inline-flex;
|
|
30829
|
-
line-height: 1.5715;
|
|
30830
|
-
height: inherit;
|
|
30831
|
-
}
|
|
30832
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30833
|
-
content: var(--a1wfy30z-1);
|
|
30834
|
-
display: var(--a1wfy30z-2);
|
|
30835
|
-
flex: none;
|
|
30836
|
-
align-items: center;
|
|
30837
|
-
margin-left: 4px;
|
|
30838
|
-
}
|
|
30839
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30840
|
-
content: var(--a1wfy30z-3);
|
|
30841
|
-
display: var(--a1wfy30z-4);
|
|
30842
|
-
flex: none;
|
|
30843
|
-
align-items: center;
|
|
30844
|
-
margin-right: 4px;
|
|
30845
|
-
cursor: auto;
|
|
30846
|
-
}
|
|
30847
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30848
|
-
padding: 0;
|
|
30849
|
-
margin: 0;
|
|
30850
|
-
height: auto;
|
|
30851
|
-
font-size: inherit;
|
|
30852
|
-
}
|
|
30853
|
-
|
|
30854
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30855
|
-
margin-left: 8px;
|
|
30856
|
-
}
|
|
30857
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30858
|
-
padding: 2px 7px 2px 12px;
|
|
30859
|
-
}
|
|
30860
|
-
|
|
30861
|
-
.E_i1inqkme {
|
|
30862
|
-
height: 18px;
|
|
30863
|
-
line-height: 18px;
|
|
30864
|
-
padding: 0 4px;
|
|
30865
|
-
border-radius: 4px;
|
|
30866
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30867
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30868
|
-
display: flex;
|
|
30869
|
-
align-items: center;
|
|
30870
|
-
white-space: nowrap;
|
|
30871
|
-
margin-right: 4px;
|
|
30872
|
-
}
|
|
30873
|
-
|
|
30874
30875
|
.E_owd0kml {
|
|
30875
30876
|
display: inline-block;
|
|
30876
30877
|
}
|
|
@@ -31355,6 +31356,10 @@ html body {
|
|
|
31355
31356
|
line-height: 12px;
|
|
31356
31357
|
}
|
|
31357
31358
|
|
|
31359
|
+
.E_m196gn1d {
|
|
31360
|
+
min-width: 1280px;
|
|
31361
|
+
}
|
|
31362
|
+
|
|
31358
31363
|
.E_a1b5xrg3 .user-icon-inner {
|
|
31359
31364
|
display: inline-flex;
|
|
31360
31365
|
align-items: center;
|
|
@@ -32075,67 +32080,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32075
32080
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32076
32081
|
}
|
|
32077
32082
|
|
|
32078
|
-
.E_m196gn1d {
|
|
32079
|
-
min-width: 1280px;
|
|
32080
|
-
}
|
|
32081
|
-
|
|
32082
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32083
|
-
border-radius: 6px;
|
|
32084
|
-
}
|
|
32085
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32086
|
-
width: 100%;
|
|
32087
|
-
color: #2d3a56;
|
|
32088
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32089
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32090
|
-
font-size: 13px;
|
|
32091
|
-
}
|
|
32092
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32093
|
-
height: 30px;
|
|
32094
|
-
}
|
|
32095
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32096
|
-
height: 38px;
|
|
32097
|
-
font-size: 13px;
|
|
32098
|
-
}
|
|
32099
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32100
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32101
|
-
transition: 160ms ease;
|
|
32102
|
-
}
|
|
32103
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32104
|
-
color: #0080ff;
|
|
32105
|
-
}
|
|
32106
|
-
.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 {
|
|
32107
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32108
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32109
|
-
}
|
|
32110
|
-
.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 {
|
|
32111
|
-
color: #0080ff;
|
|
32112
|
-
}
|
|
32113
|
-
.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 {
|
|
32114
|
-
border-color: #0080ff;
|
|
32115
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32116
|
-
}
|
|
32117
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32118
|
-
transform: rotate(180deg);
|
|
32119
|
-
}
|
|
32120
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32121
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32122
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32123
|
-
cursor: "not-allowed";
|
|
32124
|
-
}
|
|
32125
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32126
|
-
border-color: #f0483e !important;
|
|
32127
|
-
}
|
|
32128
|
-
.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 {
|
|
32129
|
-
color: #1d326c;
|
|
32130
|
-
}
|
|
32131
|
-
.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 {
|
|
32132
|
-
border-color: #0080ff;
|
|
32133
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32134
|
-
}
|
|
32135
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32136
|
-
transform: rotate(180deg);
|
|
32137
|
-
}
|
|
32138
|
-
|
|
32139
32083
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32140
32084
|
opacity: 1;
|
|
32141
32085
|
}
|
|
@@ -32288,37 +32232,66 @@ input.E_rf8rlle.ant-input {
|
|
|
32288
32232
|
flex-shrink: 0;
|
|
32289
32233
|
}
|
|
32290
32234
|
|
|
32291
|
-
.
|
|
32292
|
-
|
|
32293
|
-
flex-direction: column;
|
|
32294
|
-
gap: 6px;
|
|
32235
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32236
|
+
border-radius: 6px;
|
|
32295
32237
|
}
|
|
32296
|
-
.
|
|
32297
|
-
|
|
32298
|
-
|
|
32299
|
-
|
|
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;
|
|
32300
32244
|
}
|
|
32301
|
-
.
|
|
32302
|
-
|
|
32303
|
-
opacity: 0.8;
|
|
32245
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32246
|
+
height: 30px;
|
|
32304
32247
|
}
|
|
32305
|
-
|
|
32306
|
-
|
|
32307
|
-
|
|
32308
|
-
width: 24px;
|
|
32309
|
-
border-radius: 6px;
|
|
32310
|
-
padding: 4px;
|
|
32248
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32249
|
+
height: 38px;
|
|
32250
|
+
font-size: 13px;
|
|
32311
32251
|
}
|
|
32312
|
-
.
|
|
32313
|
-
|
|
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;
|
|
32314
32255
|
}
|
|
32315
|
-
.
|
|
32316
|
-
|
|
32256
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32257
|
+
color: #0080ff;
|
|
32317
32258
|
}
|
|
32318
|
-
|
|
32319
|
-
.
|
|
32320
|
-
|
|
32321
|
-
|
|
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
|
+
.E_ryby9ds {
|
|
32293
|
+
display: flex;
|
|
32294
|
+
align-items: center;
|
|
32322
32295
|
}
|
|
32323
32296
|
.E_ryby9ds .order {
|
|
32324
32297
|
height: 24px;
|
|
@@ -32332,6 +32305,166 @@ input.E_rf8rlle.ant-input {
|
|
|
32332
32305
|
margin-right: 6px;
|
|
32333
32306
|
}
|
|
32334
32307
|
|
|
32308
|
+
.E_suhck3k {
|
|
32309
|
+
height: 24px;
|
|
32310
|
+
width: 24px;
|
|
32311
|
+
border-radius: 6px;
|
|
32312
|
+
padding: 4px;
|
|
32313
|
+
}
|
|
32314
|
+
.E_suhck3k:hover {
|
|
32315
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32316
|
+
}
|
|
32317
|
+
.E_suhck3k:hover svg path {
|
|
32318
|
+
fill: blue;
|
|
32319
|
+
}
|
|
32320
|
+
|
|
32321
|
+
.E_w1dxz879 {
|
|
32322
|
+
display: flex;
|
|
32323
|
+
flex-direction: column;
|
|
32324
|
+
gap: 6px;
|
|
32325
|
+
}
|
|
32326
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32327
|
+
max-height: var(--w1dxz879-0);
|
|
32328
|
+
text-overflow: clip;
|
|
32329
|
+
overflow: hidden;
|
|
32330
|
+
}
|
|
32331
|
+
.E_w1dxz879 .tips {
|
|
32332
|
+
color: #fff;
|
|
32333
|
+
opacity: 0.8;
|
|
32334
|
+
}
|
|
32335
|
+
|
|
32336
|
+
.E_icab5o7.ant-modal {
|
|
32337
|
+
height: calc(100% - 20px);
|
|
32338
|
+
width: calc(100% - 20px);
|
|
32339
|
+
padding-bottom: 0;
|
|
32340
|
+
margin: 0 auto;
|
|
32341
|
+
top: 10px;
|
|
32342
|
+
transform: none;
|
|
32343
|
+
}
|
|
32344
|
+
.E_icab5o7.ant-modal .ant-modal-close {
|
|
32345
|
+
right: 24px;
|
|
32346
|
+
top: 24px;
|
|
32347
|
+
}
|
|
32348
|
+
.E_icab5o7.ant-modal .ant-modal-close .ant-modal-close-x {
|
|
32349
|
+
width: 40px;
|
|
32350
|
+
height: 40px;
|
|
32351
|
+
}
|
|
32352
|
+
.E_icab5o7.ant-modal .ant-modal-content {
|
|
32353
|
+
width: 100%;
|
|
32354
|
+
height: 100%;
|
|
32355
|
+
display: flex;
|
|
32356
|
+
flex-direction: column;
|
|
32357
|
+
}
|
|
32358
|
+
.E_icab5o7.ant-modal .ant-modal-header {
|
|
32359
|
+
padding: 60px 0 40px 0;
|
|
32360
|
+
border: 0;
|
|
32361
|
+
}
|
|
32362
|
+
.E_icab5o7.ant-modal .ant-modal-body {
|
|
32363
|
+
padding: 0;
|
|
32364
|
+
flex: 1;
|
|
32365
|
+
min-height: 0;
|
|
32366
|
+
}
|
|
32367
|
+
.E_icab5o7.ant-modal .ant-modal-footer {
|
|
32368
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32369
|
+
padding: 24px 0 60px 0;
|
|
32370
|
+
}
|
|
32371
|
+
|
|
32372
|
+
.E_msiso3p.ant-modal .ant-modal-header {
|
|
32373
|
+
padding: 60px 0 40px 0;
|
|
32374
|
+
width: 648px;
|
|
32375
|
+
margin: 0 auto;
|
|
32376
|
+
}
|
|
32377
|
+
.E_msiso3p.ant-modal .ant-modal-footer {
|
|
32378
|
+
width: 648px;
|
|
32379
|
+
margin: 0 auto;
|
|
32380
|
+
}
|
|
32381
|
+
|
|
32382
|
+
.E_cxvrrew {
|
|
32383
|
+
height: 40px;
|
|
32384
|
+
width: 40px;
|
|
32385
|
+
border-radius: 50%;
|
|
32386
|
+
display: flex;
|
|
32387
|
+
align-items: center;
|
|
32388
|
+
justify-content: center;
|
|
32389
|
+
}
|
|
32390
|
+
.E_cxvrrew:hover {
|
|
32391
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32392
|
+
}
|
|
32393
|
+
|
|
32394
|
+
.E_tskzd0j {
|
|
32395
|
+
color: #00122e;
|
|
32396
|
+
}
|
|
32397
|
+
|
|
32398
|
+
.E_f1fbnfp.ant-modal .ant-modal-content {
|
|
32399
|
+
padding: 0 40px;
|
|
32400
|
+
}
|
|
32401
|
+
|
|
32402
|
+
.E_b4g2nsx {
|
|
32403
|
+
height: calc(100% - 40px);
|
|
32404
|
+
}
|
|
32405
|
+
.E_b4g2nsx .middle {
|
|
32406
|
+
height: 100%;
|
|
32407
|
+
overflow: auto;
|
|
32408
|
+
}
|
|
32409
|
+
|
|
32410
|
+
.E_myhed70 {
|
|
32411
|
+
display: flex;
|
|
32412
|
+
gap: 60px;
|
|
32413
|
+
justify-content: center;
|
|
32414
|
+
}
|
|
32415
|
+
.E_myhed70 .left {
|
|
32416
|
+
width: 192px;
|
|
32417
|
+
overflow: auto;
|
|
32418
|
+
}
|
|
32419
|
+
.E_myhed70 .middle {
|
|
32420
|
+
width: 648px;
|
|
32421
|
+
overflow: auto;
|
|
32422
|
+
}
|
|
32423
|
+
.E_myhed70 .right {
|
|
32424
|
+
width: 192px;
|
|
32425
|
+
overflow: auto;
|
|
32426
|
+
}
|
|
32427
|
+
|
|
32428
|
+
.E_fo07jei {
|
|
32429
|
+
display: flex;
|
|
32430
|
+
justify-content: space-between;
|
|
32431
|
+
align-items: center;
|
|
32432
|
+
gap: 16px;
|
|
32433
|
+
height: 40px;
|
|
32434
|
+
}
|
|
32435
|
+
|
|
32436
|
+
.E_fph3s12 {
|
|
32437
|
+
display: flex;
|
|
32438
|
+
align-items: center;
|
|
32439
|
+
gap: 16px;
|
|
32440
|
+
text-align: left;
|
|
32441
|
+
}
|
|
32442
|
+
|
|
32443
|
+
.E_f1f8uj0i {
|
|
32444
|
+
flex-shrink: 0;
|
|
32445
|
+
}
|
|
32446
|
+
|
|
32447
|
+
.E_ejcjd85 {
|
|
32448
|
+
color: #f0483e;
|
|
32449
|
+
display: flex;
|
|
32450
|
+
align-items: center;
|
|
32451
|
+
height: 32px;
|
|
32452
|
+
}
|
|
32453
|
+
|
|
32454
|
+
.E_e1lj3r2s {
|
|
32455
|
+
margin-right: 4px;
|
|
32456
|
+
flex-shrink: 0;
|
|
32457
|
+
}
|
|
32458
|
+
|
|
32459
|
+
.E_eb58k2y {
|
|
32460
|
+
align-self: flex-start;
|
|
32461
|
+
margin-top: 5px;
|
|
32462
|
+
}
|
|
32463
|
+
|
|
32464
|
+
.E_c1bad0d {
|
|
32465
|
+
font-weight: bold;
|
|
32466
|
+
}
|
|
32467
|
+
|
|
32335
32468
|
.E_hrhfj7c {
|
|
32336
32469
|
display: none;
|
|
32337
32470
|
}
|
|
@@ -32785,6 +32918,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32785
32918
|
position: static;
|
|
32786
32919
|
}
|
|
32787
32920
|
|
|
32921
|
+
.E_sqv6dmy {
|
|
32922
|
+
display: flex;
|
|
32923
|
+
justify-content: flex-end;
|
|
32924
|
+
}
|
|
32925
|
+
|
|
32926
|
+
.E_p1rm8wzb {
|
|
32927
|
+
margin-right: 8px;
|
|
32928
|
+
}
|
|
32929
|
+
|
|
32930
|
+
.E_sd7qcf4 {
|
|
32931
|
+
height: 100%;
|
|
32932
|
+
width: 100%;
|
|
32933
|
+
overflow: auto;
|
|
32934
|
+
}
|
|
32935
|
+
|
|
32788
32936
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32789
32937
|
margin-right: 2px;
|
|
32790
32938
|
}
|
|
@@ -32820,56 +32968,48 @@ input.E_rf8rlle.ant-input {
|
|
|
32820
32968
|
background-color: transparent;
|
|
32821
32969
|
}
|
|
32822
32970
|
|
|
32823
|
-
|
|
32824
|
-
|
|
32825
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32826
|
-
font-size: 12px;
|
|
32827
|
-
line-height: 18px;
|
|
32828
|
-
height: 18px;
|
|
32971
|
+
.E_c1yd35n {
|
|
32972
|
+
padding: 0 12px 14px 12px;
|
|
32829
32973
|
}
|
|
32830
32974
|
|
|
32831
|
-
|
|
32832
|
-
color: #
|
|
32833
|
-
|
|
32834
|
-
|
|
32835
|
-
|
|
32836
|
-
|
|
32837
|
-
}
|
|
32838
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32839
|
-
margin-left: 4px;
|
|
32840
|
-
}
|
|
32841
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32842
|
-
color: #009DFF;
|
|
32843
|
-
}
|
|
32844
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32845
|
-
color: #005ED1;
|
|
32846
|
-
}
|
|
32847
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32848
|
-
color: #0080FF;
|
|
32849
|
-
}
|
|
32850
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
32851
|
-
color: #00122E;
|
|
32975
|
+
.E_c1kghdax {
|
|
32976
|
+
color: #2d3a56;
|
|
32977
|
+
padding: 7px 12px;
|
|
32978
|
+
display: flex;
|
|
32979
|
+
justify-content: space-between;
|
|
32980
|
+
align-items: center;
|
|
32852
32981
|
}
|
|
32853
|
-
|
|
32854
|
-
|
|
32982
|
+
.E_c1kghdax.has-arrow {
|
|
32983
|
+
padding-left: 10px;
|
|
32855
32984
|
}
|
|
32856
|
-
|
|
32857
|
-
|
|
32985
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32986
|
+
cursor: pointer;
|
|
32987
|
+
color: #00122e;
|
|
32858
32988
|
}
|
|
32859
|
-
|
|
32860
|
-
color: #
|
|
32989
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32990
|
+
color: #2d3a56;
|
|
32991
|
+
font-weight: 600;
|
|
32861
32992
|
}
|
|
32862
|
-
|
|
32863
|
-
|
|
32993
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32994
|
+
transform: rotate(90deg);
|
|
32864
32995
|
}
|
|
32865
|
-
|
|
32866
|
-
|
|
32996
|
+
.E_c1kghdax .sub-info {
|
|
32997
|
+
font-size: 12px;
|
|
32998
|
+
line-height: 18px;
|
|
32867
32999
|
}
|
|
32868
|
-
|
|
32869
|
-
|
|
33000
|
+
.E_c1kghdax .title-wrapper {
|
|
33001
|
+
display: flex;
|
|
33002
|
+
align-items: center;
|
|
33003
|
+
user-select: none;
|
|
33004
|
+
flex-grow: 1;
|
|
33005
|
+
font-size: 12px;
|
|
33006
|
+
line-height: 18px;
|
|
33007
|
+
color: #2d3a56;
|
|
33008
|
+
font-weight: 700;
|
|
32870
33009
|
}
|
|
32871
|
-
|
|
32872
|
-
|
|
33010
|
+
.E_c1kghdax .collapse-arrow {
|
|
33011
|
+
transition: all 50ms ease-out 0ms;
|
|
33012
|
+
margin-right: 2px;
|
|
32873
33013
|
}
|
|
32874
33014
|
|
|
32875
33015
|
.E_ckui4s7 {
|
|
@@ -32936,52 +33076,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
32936
33076
|
margin-left: 24px;
|
|
32937
33077
|
}
|
|
32938
33078
|
|
|
32939
|
-
.
|
|
32940
|
-
|
|
32941
|
-
padding: 7px 12px;
|
|
32942
|
-
display: flex;
|
|
32943
|
-
justify-content: space-between;
|
|
32944
|
-
align-items: center;
|
|
32945
|
-
}
|
|
32946
|
-
.E_c1kghdax.has-arrow {
|
|
32947
|
-
padding-left: 10px;
|
|
32948
|
-
}
|
|
32949
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32950
|
-
cursor: pointer;
|
|
32951
|
-
color: #00122e;
|
|
32952
|
-
}
|
|
32953
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32954
|
-
color: #2d3a56;
|
|
32955
|
-
font-weight: 600;
|
|
32956
|
-
}
|
|
32957
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32958
|
-
transform: rotate(90deg);
|
|
32959
|
-
}
|
|
32960
|
-
.E_c1kghdax .sub-info {
|
|
32961
|
-
font-size: 12px;
|
|
32962
|
-
line-height: 18px;
|
|
32963
|
-
}
|
|
32964
|
-
.E_c1kghdax .title-wrapper {
|
|
32965
|
-
display: flex;
|
|
32966
|
-
align-items: center;
|
|
32967
|
-
user-select: none;
|
|
32968
|
-
flex-grow: 1;
|
|
32969
|
-
font-size: 12px;
|
|
32970
|
-
line-height: 18px;
|
|
32971
|
-
color: #2d3a56;
|
|
32972
|
-
font-weight: 700;
|
|
32973
|
-
}
|
|
32974
|
-
.E_c1kghdax .collapse-arrow {
|
|
32975
|
-
transition: all 50ms ease-out 0ms;
|
|
32976
|
-
margin-right: 2px;
|
|
32977
|
-
}
|
|
32978
|
-
|
|
32979
|
-
.E_c1yd35n {
|
|
32980
|
-
padding: 0 12px 14px 12px;
|
|
32981
|
-
}
|
|
32982
|
-
|
|
32983
|
-
.E_b14q2gmw {
|
|
32984
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33079
|
+
.E_b14q2gmw {
|
|
33080
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32985
33081
|
}
|
|
32986
33082
|
|
|
32987
33083
|
.E_c1eym6el {
|
|
@@ -33072,6 +33168,126 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33072
33168
|
display: inline-block;
|
|
33073
33169
|
}
|
|
33074
33170
|
|
|
33171
|
+
button.E_l48ei06.ant-btn,
|
|
33172
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33173
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33174
|
+
font-size: 12px;
|
|
33175
|
+
line-height: 18px;
|
|
33176
|
+
height: 18px;
|
|
33177
|
+
}
|
|
33178
|
+
|
|
33179
|
+
button.E_l48ei06 {
|
|
33180
|
+
color: #0080FF;
|
|
33181
|
+
height: unset;
|
|
33182
|
+
}
|
|
33183
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33184
|
+
margin-right: 4px;
|
|
33185
|
+
}
|
|
33186
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33187
|
+
margin-left: 4px;
|
|
33188
|
+
}
|
|
33189
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33190
|
+
color: #009DFF;
|
|
33191
|
+
}
|
|
33192
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33193
|
+
color: #005ED1;
|
|
33194
|
+
}
|
|
33195
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33196
|
+
color: #0080FF;
|
|
33197
|
+
}
|
|
33198
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33199
|
+
color: #00122E;
|
|
33200
|
+
}
|
|
33201
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33202
|
+
color: #0080FF;
|
|
33203
|
+
}
|
|
33204
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33205
|
+
color: #005ED1;
|
|
33206
|
+
}
|
|
33207
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33208
|
+
color: #00122E;
|
|
33209
|
+
}
|
|
33210
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33211
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33212
|
+
}
|
|
33213
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33214
|
+
color: #0080FF;
|
|
33215
|
+
}
|
|
33216
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33217
|
+
color: #005ED1;
|
|
33218
|
+
}
|
|
33219
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33220
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33221
|
+
}
|
|
33222
|
+
|
|
33223
|
+
.E_r77hffu {
|
|
33224
|
+
display: flex;
|
|
33225
|
+
align-items: center;
|
|
33226
|
+
justify-content: space-between;
|
|
33227
|
+
column-gap: 6px;
|
|
33228
|
+
}
|
|
33229
|
+
|
|
33230
|
+
.E_p1cmxsf7 {
|
|
33231
|
+
display: flex;
|
|
33232
|
+
flex-direction: column;
|
|
33233
|
+
justify-content: center;
|
|
33234
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33235
|
+
}
|
|
33236
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33237
|
+
font-size: 0;
|
|
33238
|
+
margin-bottom: unset;
|
|
33239
|
+
margin-inline-end: unset;
|
|
33240
|
+
}
|
|
33241
|
+
|
|
33242
|
+
.E_lht19u8 {
|
|
33243
|
+
width: 64px;
|
|
33244
|
+
height: 64px;
|
|
33245
|
+
display: flex;
|
|
33246
|
+
align-items: center;
|
|
33247
|
+
justify-content: center;
|
|
33248
|
+
position: relative;
|
|
33249
|
+
opacity: 0.2;
|
|
33250
|
+
}
|
|
33251
|
+
|
|
33252
|
+
.E_lk3gkp4 {
|
|
33253
|
+
position: absolute;
|
|
33254
|
+
width: 5px;
|
|
33255
|
+
height: 48px;
|
|
33256
|
+
left: 9.33px;
|
|
33257
|
+
top: 40.5px;
|
|
33258
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33259
|
+
border-radius: 5px;
|
|
33260
|
+
transform: rotate(-128deg);
|
|
33261
|
+
transform-origin: top left;
|
|
33262
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33263
|
+
}
|
|
33264
|
+
|
|
33265
|
+
.E_ll4n94n {
|
|
33266
|
+
position: absolute;
|
|
33267
|
+
width: 5px;
|
|
33268
|
+
height: 48px;
|
|
33269
|
+
left: 40.8px;
|
|
33270
|
+
top: 8.4px;
|
|
33271
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33272
|
+
border-radius: 5px;
|
|
33273
|
+
transform: rotate(-8deg);
|
|
33274
|
+
transform-origin: top left;
|
|
33275
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33276
|
+
}
|
|
33277
|
+
|
|
33278
|
+
.E_l17lbdo6 {
|
|
33279
|
+
position: absolute;
|
|
33280
|
+
width: 5px;
|
|
33281
|
+
height: 48px;
|
|
33282
|
+
left: 52.9px;
|
|
33283
|
+
top: 51.8px;
|
|
33284
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33285
|
+
border-radius: 5px;
|
|
33286
|
+
transform: rotate(112deg);
|
|
33287
|
+
transform-origin: top left;
|
|
33288
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33289
|
+
}
|
|
33290
|
+
|
|
33075
33291
|
.E_tc97u5y {
|
|
33076
33292
|
height: 100%;
|
|
33077
33293
|
}
|
|
@@ -33443,276 +33659,103 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33443
33659
|
background: #fff;
|
|
33444
33660
|
}
|
|
33445
33661
|
|
|
33446
|
-
.
|
|
33662
|
+
.E_l1ucdodl {
|
|
33663
|
+
margin: 0;
|
|
33664
|
+
border-radius: 20px;
|
|
33665
|
+
padding: 2px 10px;
|
|
33666
|
+
height: 22px;
|
|
33447
33667
|
display: flex;
|
|
33448
33668
|
align-items: center;
|
|
33449
|
-
justify-content: space-between;
|
|
33450
|
-
column-gap: 6px;
|
|
33451
33669
|
}
|
|
33452
|
-
|
|
33453
|
-
|
|
33454
|
-
display: flex;
|
|
33455
|
-
flex-direction: column;
|
|
33456
|
-
justify-content: center;
|
|
33457
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33670
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33671
|
+
color: #FFFFFF;
|
|
33458
33672
|
}
|
|
33459
|
-
.
|
|
33460
|
-
|
|
33461
|
-
margin-bottom: unset;
|
|
33462
|
-
margin-inline-end: unset;
|
|
33673
|
+
.E_l1ucdodl.tag-hover {
|
|
33674
|
+
cursor: pointer;
|
|
33463
33675
|
}
|
|
33464
|
-
|
|
33465
|
-
|
|
33466
|
-
width: 64px;
|
|
33467
|
-
height: 64px;
|
|
33468
|
-
display: flex;
|
|
33469
|
-
align-items: center;
|
|
33470
|
-
justify-content: center;
|
|
33471
|
-
position: relative;
|
|
33472
|
-
opacity: 0.2;
|
|
33676
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33677
|
+
color: #00122e;
|
|
33473
33678
|
}
|
|
33474
|
-
|
|
33475
|
-
|
|
33476
|
-
position: absolute;
|
|
33477
|
-
width: 5px;
|
|
33478
|
-
height: 48px;
|
|
33479
|
-
left: 9.33px;
|
|
33480
|
-
top: 40.5px;
|
|
33481
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33482
|
-
border-radius: 5px;
|
|
33483
|
-
transform: rotate(-128deg);
|
|
33484
|
-
transform-origin: top left;
|
|
33485
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33679
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33680
|
+
margin-right: 6px;
|
|
33486
33681
|
}
|
|
33487
|
-
|
|
33488
|
-
|
|
33489
|
-
|
|
33490
|
-
width: 5px;
|
|
33491
|
-
height: 48px;
|
|
33492
|
-
left: 40.8px;
|
|
33493
|
-
top: 8.4px;
|
|
33494
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33495
|
-
border-radius: 5px;
|
|
33496
|
-
transform: rotate(-8deg);
|
|
33497
|
-
transform-origin: top left;
|
|
33498
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33682
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33683
|
+
margin-left: 8px;
|
|
33684
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33499
33685
|
}
|
|
33500
|
-
|
|
33501
|
-
|
|
33502
|
-
position: absolute;
|
|
33503
|
-
width: 5px;
|
|
33504
|
-
height: 48px;
|
|
33505
|
-
left: 52.9px;
|
|
33506
|
-
top: 51.8px;
|
|
33507
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33508
|
-
border-radius: 5px;
|
|
33509
|
-
transform: rotate(112deg);
|
|
33510
|
-
transform-origin: top left;
|
|
33511
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33686
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33687
|
+
color: #FFFFFF;
|
|
33512
33688
|
}
|
|
33513
|
-
|
|
33514
|
-
|
|
33515
|
-
--item-min-width: 60px;
|
|
33689
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33690
|
+
background-color: #0080ff;
|
|
33516
33691
|
}
|
|
33517
|
-
.
|
|
33518
|
-
|
|
33692
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33693
|
+
background-color: #f0483e;
|
|
33519
33694
|
}
|
|
33520
|
-
.
|
|
33521
|
-
|
|
33695
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33696
|
+
background-color: #fea008;
|
|
33522
33697
|
}
|
|
33523
|
-
.
|
|
33524
|
-
color: #
|
|
33698
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33699
|
+
background-color: #00ba5d;
|
|
33525
33700
|
}
|
|
33526
|
-
.
|
|
33527
|
-
color: #
|
|
33528
|
-
font-weight: normal;
|
|
33701
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33702
|
+
background-color: #6b7d99;
|
|
33529
33703
|
}
|
|
33530
|
-
.
|
|
33531
|
-
color:
|
|
33532
|
-
}
|
|
33533
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33534
|
-
color: #00122e;
|
|
33704
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33705
|
+
background-color: #7E41FF;
|
|
33535
33706
|
}
|
|
33536
|
-
|
|
33707
|
+
|
|
33708
|
+
.E_s1qj66nc {
|
|
33709
|
+
width: 8px;
|
|
33710
|
+
height: 8px;
|
|
33711
|
+
border-radius: 50%;
|
|
33537
33712
|
display: inline-block;
|
|
33538
33713
|
}
|
|
33539
|
-
.E_sjob3jg .step-item-title {
|
|
33540
|
-
overflow: hidden;
|
|
33541
|
-
white-space: nowrap;
|
|
33542
|
-
text-overflow: ellipsis;
|
|
33543
|
-
}
|
|
33544
33714
|
|
|
33545
|
-
.
|
|
33546
|
-
|
|
33547
|
-
|
|
33548
|
-
|
|
33549
|
-
|
|
33715
|
+
.E_s5x1boq {
|
|
33716
|
+
width: 8px;
|
|
33717
|
+
height: 8px;
|
|
33718
|
+
border-radius: 2px;
|
|
33719
|
+
display: inline-block;
|
|
33550
33720
|
}
|
|
33551
|
-
|
|
33552
|
-
|
|
33553
|
-
|
|
33721
|
+
|
|
33722
|
+
.E_c1xm185 {
|
|
33723
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33554
33724
|
}
|
|
33555
|
-
|
|
33556
|
-
|
|
33557
|
-
margin-right: 4px;
|
|
33725
|
+
|
|
33726
|
+
.E_c1x5l5qc {
|
|
33558
33727
|
flex: 1;
|
|
33559
|
-
overflow: visible;
|
|
33560
|
-
}
|
|
33561
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33562
|
-
width: 100%;
|
|
33563
|
-
min-height: unset;
|
|
33564
|
-
}
|
|
33565
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33566
|
-
height: 26px;
|
|
33567
|
-
line-height: 26px;
|
|
33568
|
-
width: 100%;
|
|
33569
|
-
padding: 0;
|
|
33570
|
-
font-size: 12px;
|
|
33571
|
-
}
|
|
33572
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33573
|
-
margin-right: 10px;
|
|
33574
33728
|
}
|
|
33575
|
-
|
|
33576
|
-
|
|
33729
|
+
|
|
33730
|
+
.E_w7ob4th.outside-tag {
|
|
33731
|
+
padding-left: 0;
|
|
33577
33732
|
}
|
|
33578
|
-
.
|
|
33579
|
-
padding-left: 8px;
|
|
33580
|
-
padding-right: 4px;
|
|
33733
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33581
33734
|
border-radius: 4px 0 0 4px;
|
|
33582
|
-
|
|
33583
|
-
|
|
33584
|
-
margin-right: 0;
|
|
33585
|
-
}
|
|
33586
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33587
|
-
padding-right: 8px;
|
|
33588
|
-
padding-left: 12px;
|
|
33589
|
-
border-radius: 0 4px 4px 0;
|
|
33590
|
-
}
|
|
33591
|
-
.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 {
|
|
33592
|
-
content: "";
|
|
33593
|
-
width: 0;
|
|
33594
|
-
height: 0;
|
|
33595
|
-
border: 13px solid transparent;
|
|
33596
|
-
position: absolute;
|
|
33597
|
-
top: 0;
|
|
33598
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33599
|
-
z-index: 2;
|
|
33600
|
-
position: relative;
|
|
33601
|
-
top: -50%;
|
|
33602
|
-
right: -100%;
|
|
33603
|
-
}
|
|
33604
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33605
|
-
padding: 0 4px 0 12px;
|
|
33606
|
-
}
|
|
33607
|
-
.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 {
|
|
33608
|
-
content: "";
|
|
33609
|
-
width: 0;
|
|
33610
|
-
height: 0;
|
|
33611
|
-
border: 13px solid transparent;
|
|
33612
|
-
position: absolute;
|
|
33613
|
-
top: 0;
|
|
33614
|
-
border-left: 8px solid #fff;
|
|
33615
|
-
left: 0;
|
|
33616
|
-
}
|
|
33617
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33618
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33619
|
-
}
|
|
33620
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33621
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33622
|
-
}
|
|
33623
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33624
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33625
|
-
}
|
|
33626
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33627
|
-
cursor: pointer;
|
|
33628
|
-
min-width: var(--item-min-width);
|
|
33629
|
-
}
|
|
33630
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33631
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33632
|
-
min-width: var(--item-min-width);
|
|
33633
|
-
}
|
|
33634
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33635
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33636
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33637
|
-
}
|
|
33638
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33639
|
-
padding: 0;
|
|
33735
|
+
padding-right: 4px;
|
|
33736
|
+
margin-right: 4px;
|
|
33640
33737
|
}
|
|
33641
33738
|
|
|
33642
|
-
.
|
|
33643
|
-
width:
|
|
33644
|
-
|
|
33645
|
-
}
|
|
33646
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33647
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33648
|
-
}
|
|
33649
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33650
|
-
color: #00122e !important;
|
|
33651
|
-
}
|
|
33652
|
-
.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 {
|
|
33653
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33654
|
-
}
|
|
33655
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33656
|
-
padding: 0 8px;
|
|
33657
|
-
border-radius: 4px;
|
|
33658
|
-
height: 32px;
|
|
33659
|
-
display: flex;
|
|
33660
|
-
align-items: center;
|
|
33661
|
-
}
|
|
33662
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33663
|
-
min-height: auto;
|
|
33664
|
-
white-space: nowrap;
|
|
33665
|
-
}
|
|
33666
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33667
|
-
font-size: 13px;
|
|
33668
|
-
line-height: 20px;
|
|
33669
|
-
max-width: 100%;
|
|
33670
|
-
padding-right: 0;
|
|
33739
|
+
.E_t1gvlxt5 {
|
|
33740
|
+
min-width: 0;
|
|
33741
|
+
flex: 1;
|
|
33671
33742
|
}
|
|
33672
|
-
.
|
|
33673
|
-
|
|
33743
|
+
.E_t1gvlxt5 .tag {
|
|
33744
|
+
flex: 0 0 auto;
|
|
33674
33745
|
}
|
|
33675
|
-
|
|
33676
|
-
|
|
33677
|
-
width:
|
|
33678
|
-
display: inline-flex;
|
|
33679
|
-
align-items: center;
|
|
33680
|
-
justify-content: center;
|
|
33681
|
-
column-gap: 4px;
|
|
33746
|
+
.E_t1gvlxt5 .progress-title {
|
|
33747
|
+
flex: 2;
|
|
33748
|
+
max-width: fit-content;
|
|
33682
33749
|
}
|
|
33683
|
-
.
|
|
33684
|
-
|
|
33685
|
-
|
|
33686
|
-
width: 18px;
|
|
33687
|
-
height: 18px;
|
|
33688
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33689
|
-
justify-content: center;
|
|
33750
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33751
|
+
flex: 1;
|
|
33752
|
+
max-width: fit-content;
|
|
33690
33753
|
}
|
|
33691
33754
|
|
|
33692
|
-
.
|
|
33693
|
-
width: 100%;
|
|
33755
|
+
.E_a1ji6r68 {
|
|
33694
33756
|
display: flex;
|
|
33695
33757
|
align-items: center;
|
|
33696
|
-
|
|
33697
|
-
column-gap: 6px;
|
|
33698
|
-
font-size: 13px;
|
|
33699
|
-
}
|
|
33700
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
33701
|
-
display: inline-flex;
|
|
33702
|
-
align-items: center;
|
|
33703
|
-
min-width: 20px;
|
|
33704
|
-
min-height: 20px;
|
|
33705
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33706
|
-
justify-content: center;
|
|
33707
|
-
}
|
|
33708
|
-
|
|
33709
|
-
.E_w7ob4th.outside-tag {
|
|
33710
|
-
padding-left: 0;
|
|
33711
|
-
}
|
|
33712
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
33713
|
-
border-radius: 4px 0 0 4px;
|
|
33714
|
-
padding-right: 4px;
|
|
33715
|
-
margin-right: 4px;
|
|
33758
|
+
column-gap: var(--a1ji6r68-0);
|
|
33716
33759
|
}
|
|
33717
33760
|
|
|
33718
33761
|
.E_slr2ynn {
|
|
@@ -33744,325 +33787,214 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33744
33787
|
white-space: normal;
|
|
33745
33788
|
}
|
|
33746
33789
|
|
|
33747
|
-
.
|
|
33748
|
-
|
|
33749
|
-
|
|
33750
|
-
padding: 2px 10px;
|
|
33751
|
-
height: 22px;
|
|
33790
|
+
.E_m11nzl2x {
|
|
33791
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33792
|
+
text-align: center;
|
|
33752
33793
|
display: flex;
|
|
33753
33794
|
align-items: center;
|
|
33795
|
+
justify-content: center;
|
|
33796
|
+
flex-direction: column;
|
|
33797
|
+
height: 100%;
|
|
33754
33798
|
}
|
|
33755
|
-
.
|
|
33756
|
-
color: #
|
|
33757
|
-
}
|
|
33758
|
-
.E_l1ucdodl.tag-hover {
|
|
33799
|
+
.E_m11nzl2x .link {
|
|
33800
|
+
color: #0080ff;
|
|
33759
33801
|
cursor: pointer;
|
|
33760
33802
|
}
|
|
33761
|
-
|
|
33762
|
-
|
|
33803
|
+
|
|
33804
|
+
.E_mn7joto {
|
|
33805
|
+
width: 100%;
|
|
33806
|
+
height: 100%;
|
|
33807
|
+
display: flex;
|
|
33808
|
+
flex-direction: column;
|
|
33763
33809
|
}
|
|
33764
|
-
.
|
|
33765
|
-
|
|
33810
|
+
.E_mn7joto .name-toolbar {
|
|
33811
|
+
width: 100%;
|
|
33812
|
+
display: flex;
|
|
33813
|
+
line-height: 30px;
|
|
33814
|
+
justify-content: space-between;
|
|
33766
33815
|
}
|
|
33767
|
-
.
|
|
33768
|
-
|
|
33769
|
-
|
|
33816
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
33817
|
+
display: flex;
|
|
33818
|
+
font-size: 12px;
|
|
33819
|
+
align-items: center;
|
|
33770
33820
|
}
|
|
33771
|
-
.
|
|
33772
|
-
color: #
|
|
33821
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33822
|
+
color: #a3b4cc;
|
|
33773
33823
|
}
|
|
33774
|
-
.
|
|
33775
|
-
|
|
33824
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33825
|
+
margin-left: 10px;
|
|
33776
33826
|
}
|
|
33777
|
-
.
|
|
33778
|
-
|
|
33827
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33828
|
+
margin-left: 10px;
|
|
33829
|
+
cursor: pointer;
|
|
33779
33830
|
}
|
|
33780
|
-
.
|
|
33781
|
-
|
|
33782
|
-
|
|
33783
|
-
|
|
33784
|
-
|
|
33785
|
-
|
|
33786
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33787
|
-
background-color: #6b7d99;
|
|
33831
|
+
.E_mn7joto .content {
|
|
33832
|
+
flex: 1;
|
|
33833
|
+
width: 100%;
|
|
33834
|
+
display: flex;
|
|
33835
|
+
justify-content: center;
|
|
33836
|
+
align-items: center;
|
|
33788
33837
|
}
|
|
33789
|
-
.
|
|
33790
|
-
|
|
33838
|
+
.E_mn7joto .single-content {
|
|
33839
|
+
height: 65px;
|
|
33791
33840
|
}
|
|
33792
33841
|
|
|
33793
|
-
.
|
|
33794
|
-
|
|
33795
|
-
|
|
33796
|
-
|
|
33797
|
-
|
|
33842
|
+
.E_l1bifhon {
|
|
33843
|
+
display: flex;
|
|
33844
|
+
align-items: center;
|
|
33845
|
+
white-space: nowrap;
|
|
33846
|
+
overflow: hidden;
|
|
33847
|
+
width: 100%;
|
|
33798
33848
|
}
|
|
33799
|
-
|
|
33800
|
-
|
|
33801
|
-
|
|
33802
|
-
height: 8px;
|
|
33803
|
-
border-radius: 2px;
|
|
33804
|
-
display: inline-block;
|
|
33849
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
33850
|
+
font-size: 12px;
|
|
33851
|
+
margin-left: 8px;
|
|
33805
33852
|
}
|
|
33806
33853
|
|
|
33807
|
-
.
|
|
33808
|
-
|
|
33854
|
+
.E_ltthzck {
|
|
33855
|
+
display: flex;
|
|
33856
|
+
justify-content: flex-start;
|
|
33857
|
+
align-items: center;
|
|
33858
|
+
font-size: 12px;
|
|
33859
|
+
cursor: pointer;
|
|
33809
33860
|
}
|
|
33810
|
-
|
|
33811
|
-
|
|
33812
|
-
flex: 1;
|
|
33861
|
+
.E_ltthzck:not(:first-child) {
|
|
33862
|
+
margin-left: 8px;
|
|
33813
33863
|
}
|
|
33814
|
-
|
|
33815
|
-
.
|
|
33816
|
-
margin-right: 4px;
|
|
33817
|
-
height: 16px;
|
|
33864
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33865
|
+
opacity: 0.3;
|
|
33818
33866
|
}
|
|
33819
|
-
|
|
33820
|
-
|
|
33821
|
-
|
|
33822
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33867
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
33868
|
+
background: #b4beca !important;
|
|
33869
|
+
border-radius: 2px;
|
|
33823
33870
|
}
|
|
33824
|
-
|
|
33825
|
-
|
|
33826
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33827
|
-
line-height: 32px;
|
|
33828
|
-
height: 32px;
|
|
33829
|
-
margin-bottom: 0;
|
|
33871
|
+
.E_ltthzck.hoverering-self {
|
|
33872
|
+
opacity: 1;
|
|
33830
33873
|
}
|
|
33831
|
-
.
|
|
33832
|
-
|
|
33874
|
+
.E_ltthzck .dropdown-trigger {
|
|
33875
|
+
margin-left: 12px;
|
|
33833
33876
|
}
|
|
33834
|
-
.
|
|
33835
|
-
color: #
|
|
33877
|
+
.E_ltthzck .legend-name {
|
|
33878
|
+
color: #00122e;
|
|
33836
33879
|
}
|
|
33837
|
-
|
|
33838
|
-
|
|
33880
|
+
|
|
33881
|
+
.E_l1mumj7o {
|
|
33882
|
+
display: flex;
|
|
33883
|
+
justify-content: flex-start;
|
|
33884
|
+
align-items: center;
|
|
33885
|
+
font-size: 12px;
|
|
33886
|
+
cursor: pointer;
|
|
33839
33887
|
}
|
|
33840
|
-
.
|
|
33841
|
-
|
|
33888
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
33889
|
+
opacity: 0.3;
|
|
33842
33890
|
}
|
|
33843
|
-
.
|
|
33844
|
-
|
|
33891
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
33892
|
+
background: #b4beca !important;
|
|
33893
|
+
border-radius: 2px;
|
|
33845
33894
|
}
|
|
33846
|
-
|
|
33847
|
-
.E_b1ibis43 {
|
|
33848
|
-
margin-bottom: 0;
|
|
33895
|
+
.E_l1mumj7o .legend-name {
|
|
33849
33896
|
color: #00122e;
|
|
33850
33897
|
}
|
|
33898
|
+
.E_l1mumj7o.hoverering-self {
|
|
33899
|
+
opacity: 1;
|
|
33900
|
+
}
|
|
33851
33901
|
|
|
33852
|
-
.
|
|
33853
|
-
|
|
33902
|
+
.E_c14rn6j5 {
|
|
33903
|
+
display: inline-block;
|
|
33904
|
+
height: 8px;
|
|
33905
|
+
width: 8px;
|
|
33854
33906
|
margin-right: 6px;
|
|
33907
|
+
border-radius: 2px;
|
|
33855
33908
|
}
|
|
33856
33909
|
|
|
33857
|
-
.
|
|
33858
|
-
|
|
33859
|
-
|
|
33860
|
-
|
|
33861
|
-
|
|
33862
|
-
}
|
|
33863
|
-
.E_bsub5bw p {
|
|
33864
|
-
width: 100%;
|
|
33865
|
-
overflow: hidden;
|
|
33866
|
-
text-overflow: ellipsis;
|
|
33867
|
-
white-space: nowrap;
|
|
33910
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
33911
|
+
display: flex;
|
|
33912
|
+
align-items: center;
|
|
33913
|
+
font-size: 12px;
|
|
33914
|
+
margin: 0;
|
|
33868
33915
|
}
|
|
33869
33916
|
|
|
33870
|
-
.
|
|
33871
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33872
|
-
border-radius: 8px;
|
|
33873
|
-
overflow: auto;
|
|
33874
|
-
}
|
|
33875
|
-
.E_tmoyoag .ant-list {
|
|
33917
|
+
.E_lqeaosa {
|
|
33876
33918
|
position: relative;
|
|
33877
33919
|
}
|
|
33878
|
-
.
|
|
33879
|
-
|
|
33920
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
33921
|
+
bottom: -12px;
|
|
33880
33922
|
}
|
|
33881
|
-
.
|
|
33882
|
-
position: sticky;
|
|
33883
|
-
top: 0;
|
|
33884
|
-
z-index: 2;
|
|
33923
|
+
.E_lqeaosa .metric-toolbar {
|
|
33885
33924
|
display: flex;
|
|
33886
|
-
|
|
33887
|
-
|
|
33888
|
-
justify-content: flex-start;
|
|
33889
|
-
background: #f2f5fa;
|
|
33890
|
-
font-size: 14px;
|
|
33891
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33892
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33893
|
-
}
|
|
33894
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33895
|
-
align-items: inherit;
|
|
33896
|
-
}
|
|
33897
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33898
|
-
margin-bottom: 0;
|
|
33925
|
+
justify-content: space-between;
|
|
33926
|
+
line-height: 30px;
|
|
33899
33927
|
}
|
|
33900
|
-
.
|
|
33928
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
33901
33929
|
display: flex;
|
|
33902
|
-
|
|
33903
|
-
|
|
33904
|
-
|
|
33905
|
-
padding: 8px;
|
|
33906
|
-
border: none;
|
|
33907
|
-
}
|
|
33908
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33909
|
-
flex-basis: 100%;
|
|
33910
|
-
margin: 12px 0 0;
|
|
33911
|
-
order: 99;
|
|
33912
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33913
|
-
}
|
|
33914
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33915
|
-
color: #f0483e;
|
|
33916
|
-
flex-basis: 100%;
|
|
33917
|
-
order: 98;
|
|
33918
|
-
margin: 12px 0 0;
|
|
33930
|
+
flex-shrink: 0;
|
|
33931
|
+
font-size: 12px;
|
|
33932
|
+
align-items: center;
|
|
33919
33933
|
}
|
|
33920
|
-
.
|
|
33921
|
-
|
|
33934
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33935
|
+
color: #a3b4cc;
|
|
33922
33936
|
}
|
|
33923
|
-
.
|
|
33924
|
-
|
|
33937
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33938
|
+
margin-left: 10px;
|
|
33925
33939
|
}
|
|
33926
|
-
.
|
|
33927
|
-
|
|
33928
|
-
|
|
33940
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33941
|
+
margin-left: 10px;
|
|
33942
|
+
cursor: pointer;
|
|
33929
33943
|
}
|
|
33930
|
-
.
|
|
33931
|
-
|
|
33932
|
-
margin: 0;
|
|
33944
|
+
.E_lqeaosa .recharts-xAxis {
|
|
33945
|
+
font-size: 12px;
|
|
33933
33946
|
}
|
|
33934
|
-
.
|
|
33935
|
-
|
|
33947
|
+
.E_lqeaosa .pointer-wrapper {
|
|
33948
|
+
position: absolute;
|
|
33949
|
+
bottom: 10px;
|
|
33950
|
+
padding: 0 8px;
|
|
33951
|
+
font-size: 12px;
|
|
33952
|
+
color: #fff;
|
|
33953
|
+
transform: translateX(-50%);
|
|
33936
33954
|
}
|
|
33937
|
-
|
|
33938
|
-
|
|
33955
|
+
|
|
33956
|
+
.E_t2pr38p {
|
|
33957
|
+
min-width: 200px;
|
|
33958
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
33959
|
+
border-radius: 4px;
|
|
33960
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33961
|
+
padding: 8px;
|
|
33939
33962
|
}
|
|
33940
|
-
|
|
33941
|
-
|
|
33963
|
+
|
|
33964
|
+
.E_tecdsj7 {
|
|
33965
|
+
display: flex;
|
|
33966
|
+
align-items: center;
|
|
33967
|
+
background-color: unset;
|
|
33968
|
+
color: #FFFFFF;
|
|
33969
|
+
justify-content: space-between;
|
|
33970
|
+
font-size: 12px;
|
|
33971
|
+
padding-top: 6px;
|
|
33942
33972
|
}
|
|
33943
|
-
.
|
|
33944
|
-
|
|
33973
|
+
.E_tecdsj7:first-child {
|
|
33974
|
+
padding-top: 3px;
|
|
33945
33975
|
}
|
|
33946
|
-
.
|
|
33947
|
-
|
|
33976
|
+
.E_tecdsj7:last-child {
|
|
33977
|
+
padding-bottom: 3px;
|
|
33948
33978
|
}
|
|
33949
|
-
.
|
|
33950
|
-
|
|
33979
|
+
.E_tecdsj7 .column-value {
|
|
33980
|
+
color: #FFFFFF;
|
|
33981
|
+
margin-left: 8px;
|
|
33951
33982
|
}
|
|
33952
|
-
|
|
33983
|
+
|
|
33984
|
+
.E_ljhvvia {
|
|
33985
|
+
display: inline-block;
|
|
33986
|
+
height: 8px;
|
|
33987
|
+
width: 8px;
|
|
33953
33988
|
margin-right: 8px;
|
|
33989
|
+
border-radius: 2px;
|
|
33954
33990
|
}
|
|
33955
|
-
.
|
|
33956
|
-
|
|
33957
|
-
width: 24px;
|
|
33958
|
-
height: 24px;
|
|
33959
|
-
overflow: hidden;
|
|
33960
|
-
}
|
|
33961
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33962
|
-
padding: 0;
|
|
33963
|
-
}
|
|
33964
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33965
|
-
cursor: not-allowed;
|
|
33966
|
-
opacity: 0.5;
|
|
33967
|
-
}
|
|
33968
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33969
|
-
margin: 0;
|
|
33970
|
-
}
|
|
33971
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33972
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33973
|
-
border-radius: 5px;
|
|
33974
|
-
font-size: 12px;
|
|
33975
|
-
}
|
|
33976
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33977
|
-
font-size: inherit;
|
|
33978
|
-
}
|
|
33979
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33980
|
-
min-height: 24px;
|
|
33981
|
-
font-size: 12px;
|
|
33982
|
-
position: relative;
|
|
33983
|
-
}
|
|
33984
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33985
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33986
|
-
}
|
|
33987
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33988
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33989
|
-
}
|
|
33990
|
-
|
|
33991
|
-
.E_a138syjm {
|
|
33992
|
-
display: flex;
|
|
33993
|
-
align-items: center;
|
|
33994
|
-
margin-top: 8px;
|
|
33995
|
-
}
|
|
33996
|
-
.E_a138syjm button.ant-btn {
|
|
33997
|
-
padding: 2px 8px;
|
|
33998
|
-
height: 24px;
|
|
33999
|
-
}
|
|
34000
|
-
.E_a138syjm > span.maximum-desc {
|
|
34001
|
-
display: none;
|
|
34002
|
-
margin-left: 8px;
|
|
34003
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34004
|
-
}
|
|
34005
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
34006
|
-
display: inline;
|
|
34007
|
-
}
|
|
34008
|
-
|
|
34009
|
-
.E_d77i8u0 {
|
|
34010
|
-
width: 24px;
|
|
34011
|
-
height: 24px;
|
|
34012
|
-
padding: 4px;
|
|
34013
|
-
margin-right: 8px;
|
|
33991
|
+
.E_ljhvvia.borderd {
|
|
33992
|
+
border: 1px solid #fff;
|
|
34014
33993
|
}
|
|
34015
33994
|
|
|
34016
|
-
.
|
|
34017
|
-
|
|
34018
|
-
}
|
|
34019
|
-
.E_t13ef470 .table-loading-item {
|
|
34020
|
-
padding: 12px 4px;
|
|
34021
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34022
|
-
display: flex;
|
|
34023
|
-
}
|
|
34024
|
-
.E_t13ef470 .table-loading-item > * {
|
|
33995
|
+
.E_i1g85yz3 {
|
|
33996
|
+
margin-right: 4px;
|
|
34025
33997
|
height: 16px;
|
|
34026
|
-
margin: 4px;
|
|
34027
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34028
|
-
border-radius: 2px;
|
|
34029
|
-
}
|
|
34030
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34031
|
-
width: 16px;
|
|
34032
|
-
}
|
|
34033
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
34034
|
-
flex: 1;
|
|
34035
|
-
}
|
|
34036
|
-
.E_t13ef470 :nth-child(1) {
|
|
34037
|
-
padding: 8px 4px;
|
|
34038
|
-
}
|
|
34039
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34040
|
-
background: rgba(107, 125, 153, 0.18);
|
|
34041
|
-
}
|
|
34042
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34043
|
-
background: rgba(163, 180, 204, 0.18);
|
|
34044
|
-
}
|
|
34045
|
-
|
|
34046
|
-
.E_t1gvlxt5 {
|
|
34047
|
-
min-width: 0;
|
|
34048
|
-
flex: 1;
|
|
34049
|
-
}
|
|
34050
|
-
.E_t1gvlxt5 .tag {
|
|
34051
|
-
flex: 0 0 auto;
|
|
34052
|
-
}
|
|
34053
|
-
.E_t1gvlxt5 .progress-title {
|
|
34054
|
-
flex: 2;
|
|
34055
|
-
max-width: fit-content;
|
|
34056
|
-
}
|
|
34057
|
-
.E_t1gvlxt5 .progress-desc {
|
|
34058
|
-
flex: 1;
|
|
34059
|
-
max-width: fit-content;
|
|
34060
|
-
}
|
|
34061
|
-
|
|
34062
|
-
.E_a1ji6r68 {
|
|
34063
|
-
display: flex;
|
|
34064
|
-
align-items: center;
|
|
34065
|
-
column-gap: var(--a1ji6r68-0);
|
|
34066
33998
|
}
|
|
34067
33999
|
|
|
34068
34000
|
.E_msn7nxt {
|
|
@@ -34226,292 +34158,508 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34226
34158
|
margin-left: 8px;
|
|
34227
34159
|
}
|
|
34228
34160
|
|
|
34229
|
-
.
|
|
34230
|
-
|
|
34231
|
-
text-align: center;
|
|
34232
|
-
display: flex;
|
|
34233
|
-
align-items: center;
|
|
34234
|
-
justify-content: center;
|
|
34235
|
-
flex-direction: column;
|
|
34236
|
-
height: 100%;
|
|
34237
|
-
}
|
|
34238
|
-
.E_m11nzl2x .link {
|
|
34239
|
-
color: #0080ff;
|
|
34240
|
-
cursor: pointer;
|
|
34241
|
-
}
|
|
34242
|
-
|
|
34243
|
-
.E_mn7joto {
|
|
34244
|
-
width: 100%;
|
|
34245
|
-
height: 100%;
|
|
34246
|
-
display: flex;
|
|
34247
|
-
flex-direction: column;
|
|
34161
|
+
.E_sjob3jg {
|
|
34162
|
+
--item-min-width: 60px;
|
|
34248
34163
|
}
|
|
34249
|
-
.
|
|
34250
|
-
|
|
34251
|
-
display: flex;
|
|
34252
|
-
line-height: 30px;
|
|
34253
|
-
justify-content: space-between;
|
|
34164
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34165
|
+
display: none !important;
|
|
34254
34166
|
}
|
|
34255
|
-
.
|
|
34256
|
-
|
|
34257
|
-
font-size: 12px;
|
|
34258
|
-
align-items: center;
|
|
34167
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34168
|
+
flex-shrink: 0 !important;
|
|
34259
34169
|
}
|
|
34260
|
-
.
|
|
34261
|
-
color: #
|
|
34170
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34171
|
+
color: #0080ff;
|
|
34262
34172
|
}
|
|
34263
|
-
.
|
|
34264
|
-
|
|
34173
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34174
|
+
color: #0080ff;
|
|
34175
|
+
font-weight: normal;
|
|
34265
34176
|
}
|
|
34266
|
-
.
|
|
34267
|
-
|
|
34268
|
-
cursor: pointer;
|
|
34177
|
+
.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 {
|
|
34178
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34269
34179
|
}
|
|
34270
|
-
.
|
|
34271
|
-
|
|
34272
|
-
width: 100%;
|
|
34273
|
-
display: flex;
|
|
34274
|
-
justify-content: center;
|
|
34275
|
-
align-items: center;
|
|
34180
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34181
|
+
color: #00122e;
|
|
34276
34182
|
}
|
|
34277
|
-
.
|
|
34278
|
-
|
|
34183
|
+
.E_sjob3jg .step-item-text {
|
|
34184
|
+
display: inline-block;
|
|
34279
34185
|
}
|
|
34280
|
-
|
|
34281
|
-
.E_l1bifhon {
|
|
34282
|
-
display: flex;
|
|
34283
|
-
align-items: center;
|
|
34284
|
-
white-space: nowrap;
|
|
34186
|
+
.E_sjob3jg .step-item-title {
|
|
34285
34187
|
overflow: hidden;
|
|
34286
|
-
|
|
34287
|
-
|
|
34288
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
34289
|
-
font-size: 12px;
|
|
34290
|
-
margin-left: 8px;
|
|
34188
|
+
white-space: nowrap;
|
|
34189
|
+
text-overflow: ellipsis;
|
|
34291
34190
|
}
|
|
34292
34191
|
|
|
34293
|
-
.
|
|
34294
|
-
|
|
34295
|
-
justify-content: flex-start;
|
|
34296
|
-
align-items: center;
|
|
34297
|
-
font-size: 12px;
|
|
34298
|
-
cursor: pointer;
|
|
34299
|
-
}
|
|
34300
|
-
.E_ltthzck:not(:first-child) {
|
|
34301
|
-
margin-left: 8px;
|
|
34302
|
-
}
|
|
34303
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34304
|
-
opacity: 0.3;
|
|
34192
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34193
|
+
min-width: var(--item-min-width);
|
|
34305
34194
|
}
|
|
34306
|
-
.
|
|
34307
|
-
|
|
34308
|
-
border-radius: 2px;
|
|
34195
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34196
|
+
cursor: not-allowed !important;
|
|
34309
34197
|
}
|
|
34310
|
-
.
|
|
34311
|
-
|
|
34198
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34199
|
+
flex-direction: row;
|
|
34200
|
+
justify-content: stretch;
|
|
34312
34201
|
}
|
|
34313
|
-
.
|
|
34314
|
-
|
|
34202
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34203
|
+
padding: 0;
|
|
34204
|
+
margin-right: 4px;
|
|
34205
|
+
flex: 1;
|
|
34206
|
+
overflow: visible;
|
|
34315
34207
|
}
|
|
34316
|
-
.
|
|
34317
|
-
|
|
34208
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34209
|
+
width: 100%;
|
|
34210
|
+
min-height: unset;
|
|
34318
34211
|
}
|
|
34319
|
-
|
|
34320
|
-
|
|
34321
|
-
|
|
34322
|
-
|
|
34323
|
-
|
|
34212
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34213
|
+
height: 26px;
|
|
34214
|
+
line-height: 26px;
|
|
34215
|
+
width: 100%;
|
|
34216
|
+
padding: 0;
|
|
34324
34217
|
font-size: 12px;
|
|
34325
|
-
cursor: pointer;
|
|
34326
34218
|
}
|
|
34327
|
-
.
|
|
34328
|
-
|
|
34219
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34220
|
+
margin-right: 10px;
|
|
34329
34221
|
}
|
|
34330
|
-
.
|
|
34331
|
-
|
|
34332
|
-
border-radius: 2px;
|
|
34222
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34223
|
+
display: none;
|
|
34333
34224
|
}
|
|
34334
|
-
.
|
|
34335
|
-
|
|
34225
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34226
|
+
padding-left: 8px;
|
|
34227
|
+
padding-right: 4px;
|
|
34228
|
+
border-radius: 4px 0 0 4px;
|
|
34336
34229
|
}
|
|
34337
|
-
.
|
|
34338
|
-
|
|
34230
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34231
|
+
margin-right: 0;
|
|
34339
34232
|
}
|
|
34340
|
-
|
|
34341
|
-
|
|
34342
|
-
|
|
34343
|
-
|
|
34344
|
-
width: 8px;
|
|
34345
|
-
margin-right: 6px;
|
|
34346
|
-
border-radius: 2px;
|
|
34233
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34234
|
+
padding-right: 8px;
|
|
34235
|
+
padding-left: 12px;
|
|
34236
|
+
border-radius: 0 4px 4px 0;
|
|
34347
34237
|
}
|
|
34348
|
-
|
|
34349
|
-
|
|
34350
|
-
|
|
34351
|
-
|
|
34352
|
-
|
|
34353
|
-
|
|
34354
|
-
|
|
34355
|
-
|
|
34356
|
-
|
|
34238
|
+
.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 {
|
|
34239
|
+
content: "";
|
|
34240
|
+
width: 0;
|
|
34241
|
+
height: 0;
|
|
34242
|
+
border: 13px solid transparent;
|
|
34243
|
+
position: absolute;
|
|
34244
|
+
top: 0;
|
|
34245
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34246
|
+
z-index: 2;
|
|
34357
34247
|
position: relative;
|
|
34248
|
+
top: -50%;
|
|
34249
|
+
right: -100%;
|
|
34358
34250
|
}
|
|
34359
|
-
.
|
|
34360
|
-
|
|
34251
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34252
|
+
padding: 0 4px 0 12px;
|
|
34361
34253
|
}
|
|
34362
|
-
.
|
|
34363
|
-
|
|
34364
|
-
|
|
34365
|
-
|
|
34254
|
+
.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 {
|
|
34255
|
+
content: "";
|
|
34256
|
+
width: 0;
|
|
34257
|
+
height: 0;
|
|
34258
|
+
border: 13px solid transparent;
|
|
34259
|
+
position: absolute;
|
|
34260
|
+
top: 0;
|
|
34261
|
+
border-left: 8px solid #fff;
|
|
34262
|
+
left: 0;
|
|
34366
34263
|
}
|
|
34367
|
-
.
|
|
34368
|
-
|
|
34369
|
-
flex-shrink: 0;
|
|
34370
|
-
font-size: 12px;
|
|
34371
|
-
align-items: center;
|
|
34264
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34265
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34372
34266
|
}
|
|
34373
|
-
.
|
|
34374
|
-
color:
|
|
34267
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34268
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34375
34269
|
}
|
|
34376
|
-
.
|
|
34377
|
-
|
|
34270
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34271
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34378
34272
|
}
|
|
34379
|
-
.
|
|
34380
|
-
margin-left: 10px;
|
|
34273
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34381
34274
|
cursor: pointer;
|
|
34275
|
+
min-width: var(--item-min-width);
|
|
34382
34276
|
}
|
|
34383
|
-
.
|
|
34384
|
-
|
|
34277
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34278
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34279
|
+
min-width: var(--item-min-width);
|
|
34385
34280
|
}
|
|
34386
|
-
.
|
|
34387
|
-
|
|
34388
|
-
|
|
34389
|
-
padding: 0 8px;
|
|
34390
|
-
font-size: 12px;
|
|
34391
|
-
color: #fff;
|
|
34392
|
-
transform: translateX(-50%);
|
|
34281
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34282
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34283
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34393
34284
|
}
|
|
34394
|
-
|
|
34395
|
-
|
|
34396
|
-
min-width: 200px;
|
|
34397
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
34398
|
-
border-radius: 4px;
|
|
34399
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34400
|
-
padding: 8px;
|
|
34285
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34286
|
+
padding: 0;
|
|
34401
34287
|
}
|
|
34402
34288
|
|
|
34403
|
-
.
|
|
34289
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34290
|
+
width: 192px;
|
|
34291
|
+
row-gap: 2px;
|
|
34292
|
+
}
|
|
34293
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34294
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34295
|
+
}
|
|
34296
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34297
|
+
color: #00122e !important;
|
|
34298
|
+
}
|
|
34299
|
+
.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 {
|
|
34300
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34301
|
+
}
|
|
34302
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34303
|
+
padding: 0 8px;
|
|
34304
|
+
border-radius: 4px;
|
|
34305
|
+
height: 32px;
|
|
34404
34306
|
display: flex;
|
|
34405
34307
|
align-items: center;
|
|
34406
|
-
background-color: unset;
|
|
34407
|
-
color: #FFFFFF;
|
|
34408
|
-
justify-content: space-between;
|
|
34409
|
-
font-size: 12px;
|
|
34410
|
-
padding-top: 6px;
|
|
34411
34308
|
}
|
|
34412
|
-
.
|
|
34413
|
-
|
|
34309
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34310
|
+
min-height: auto;
|
|
34311
|
+
white-space: nowrap;
|
|
34414
34312
|
}
|
|
34415
|
-
.
|
|
34416
|
-
|
|
34313
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34314
|
+
font-size: 13px;
|
|
34315
|
+
line-height: 20px;
|
|
34316
|
+
max-width: 100%;
|
|
34317
|
+
padding-right: 0;
|
|
34417
34318
|
}
|
|
34418
|
-
.
|
|
34419
|
-
|
|
34420
|
-
margin-left: 8px;
|
|
34319
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34320
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34421
34321
|
}
|
|
34422
34322
|
|
|
34423
|
-
.
|
|
34424
|
-
|
|
34425
|
-
|
|
34426
|
-
|
|
34427
|
-
|
|
34428
|
-
|
|
34323
|
+
.E_h6l1tj4 {
|
|
34324
|
+
width: 100%;
|
|
34325
|
+
display: inline-flex;
|
|
34326
|
+
align-items: center;
|
|
34327
|
+
justify-content: center;
|
|
34328
|
+
column-gap: 4px;
|
|
34429
34329
|
}
|
|
34430
|
-
.
|
|
34431
|
-
|
|
34330
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34331
|
+
display: inline-flex;
|
|
34332
|
+
align-items: center;
|
|
34333
|
+
width: 18px;
|
|
34334
|
+
height: 18px;
|
|
34335
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34336
|
+
justify-content: center;
|
|
34432
34337
|
}
|
|
34433
34338
|
|
|
34434
|
-
.
|
|
34435
|
-
|
|
34436
|
-
display: flex;
|
|
34437
|
-
gap: 8px;
|
|
34438
|
-
padding: 8px 0;
|
|
34339
|
+
.E_v18frne8 {
|
|
34340
|
+
width: 100%;
|
|
34439
34341
|
display: flex;
|
|
34440
|
-
justify-content: center;
|
|
34441
|
-
white-space: pre-wrap;
|
|
34442
34342
|
align-items: center;
|
|
34343
|
+
justify-content: center;
|
|
34344
|
+
column-gap: 6px;
|
|
34345
|
+
font-size: 13px;
|
|
34443
34346
|
}
|
|
34444
|
-
.
|
|
34445
|
-
|
|
34446
|
-
|
|
34347
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34348
|
+
display: inline-flex;
|
|
34349
|
+
align-items: center;
|
|
34350
|
+
min-width: 20px;
|
|
34351
|
+
min-height: 20px;
|
|
34352
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34353
|
+
justify-content: center;
|
|
34447
34354
|
}
|
|
34448
34355
|
|
|
34449
|
-
.
|
|
34450
|
-
|
|
34356
|
+
.E_t13ef470 {
|
|
34357
|
+
height: 100%;
|
|
34451
34358
|
}
|
|
34452
|
-
|
|
34453
|
-
|
|
34454
|
-
|
|
34359
|
+
.E_t13ef470 .table-loading-item {
|
|
34360
|
+
padding: 12px 4px;
|
|
34361
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34362
|
+
display: flex;
|
|
34455
34363
|
}
|
|
34456
|
-
|
|
34457
|
-
|
|
34458
|
-
|
|
34364
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34365
|
+
height: 16px;
|
|
34366
|
+
margin: 4px;
|
|
34367
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34368
|
+
border-radius: 2px;
|
|
34459
34369
|
}
|
|
34460
|
-
|
|
34461
|
-
|
|
34462
|
-
padding: 0px;
|
|
34463
|
-
padding-top: 5px;
|
|
34464
|
-
padding-left: 5px;
|
|
34370
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34371
|
+
width: 16px;
|
|
34465
34372
|
}
|
|
34466
|
-
.
|
|
34467
|
-
|
|
34468
|
-
padding-bottom: 0px;
|
|
34373
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34374
|
+
flex: 1;
|
|
34469
34375
|
}
|
|
34470
|
-
.
|
|
34471
|
-
|
|
34472
|
-
margin-bottom: 0;
|
|
34376
|
+
.E_t13ef470 :nth-child(1) {
|
|
34377
|
+
padding: 8px 4px;
|
|
34473
34378
|
}
|
|
34474
|
-
.
|
|
34475
|
-
|
|
34379
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34380
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34476
34381
|
}
|
|
34477
|
-
.
|
|
34478
|
-
|
|
34382
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34383
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34479
34384
|
}
|
|
34480
34385
|
|
|
34481
|
-
.
|
|
34482
|
-
margin-
|
|
34386
|
+
.E_t1dtlqs1 {
|
|
34387
|
+
margin-bottom: 4px;
|
|
34388
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34483
34389
|
}
|
|
34484
|
-
|
|
34485
|
-
|
|
34486
|
-
|
|
34487
|
-
|
|
34488
|
-
|
|
34390
|
+
|
|
34391
|
+
.E_s1ese5oy {
|
|
34392
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34393
|
+
line-height: 32px;
|
|
34394
|
+
height: 32px;
|
|
34395
|
+
margin-bottom: 0;
|
|
34489
34396
|
}
|
|
34490
|
-
.
|
|
34491
|
-
|
|
34397
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34398
|
+
color: #0080ff;
|
|
34492
34399
|
}
|
|
34493
|
-
|
|
34494
|
-
|
|
34495
|
-
display: flex;
|
|
34496
|
-
flex-direction: column;
|
|
34497
|
-
align-items: center;
|
|
34498
|
-
justify-content: center;
|
|
34400
|
+
.E_s1ese5oy.warning {
|
|
34401
|
+
color: #ffa500;
|
|
34499
34402
|
}
|
|
34500
|
-
|
|
34501
|
-
|
|
34502
|
-
|
|
34403
|
+
.E_s1ese5oy.success {
|
|
34404
|
+
color: #00ba5d;
|
|
34405
|
+
}
|
|
34406
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34407
|
+
color: #f0483e;
|
|
34408
|
+
}
|
|
34409
|
+
.E_s1ese5oy.normal {
|
|
34410
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34503
34411
|
}
|
|
34504
34412
|
|
|
34505
|
-
.
|
|
34506
|
-
|
|
34413
|
+
.E_b1ibis43 {
|
|
34414
|
+
margin-bottom: 0;
|
|
34415
|
+
color: #00122e;
|
|
34507
34416
|
}
|
|
34508
34417
|
|
|
34509
|
-
.
|
|
34510
|
-
|
|
34418
|
+
.E_b11xxjd2 {
|
|
34419
|
+
line-height: 32px;
|
|
34420
|
+
margin-right: 6px;
|
|
34511
34421
|
}
|
|
34512
34422
|
|
|
34513
|
-
.
|
|
34514
|
-
|
|
34423
|
+
.E_bsub5bw.with-description {
|
|
34424
|
+
height: 24px;
|
|
34425
|
+
flex: 1;
|
|
34426
|
+
position: relative;
|
|
34427
|
+
top: -7px;
|
|
34428
|
+
}
|
|
34429
|
+
.E_bsub5bw p {
|
|
34430
|
+
width: 100%;
|
|
34431
|
+
overflow: hidden;
|
|
34432
|
+
text-overflow: ellipsis;
|
|
34433
|
+
white-space: nowrap;
|
|
34434
|
+
}
|
|
34435
|
+
|
|
34436
|
+
.E_tmoyoag {
|
|
34437
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34438
|
+
border-radius: 8px;
|
|
34439
|
+
overflow: auto;
|
|
34440
|
+
}
|
|
34441
|
+
.E_tmoyoag .ant-list {
|
|
34442
|
+
position: relative;
|
|
34443
|
+
}
|
|
34444
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34445
|
+
border-bottom: none;
|
|
34446
|
+
}
|
|
34447
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34448
|
+
position: sticky;
|
|
34449
|
+
top: 0;
|
|
34450
|
+
z-index: 2;
|
|
34451
|
+
display: flex;
|
|
34452
|
+
padding: 8px;
|
|
34453
|
+
flex-wrap: nowrap;
|
|
34454
|
+
justify-content: flex-start;
|
|
34455
|
+
background: #f2f5fa;
|
|
34456
|
+
font-size: 14px;
|
|
34457
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34458
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34459
|
+
}
|
|
34460
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34461
|
+
align-items: inherit;
|
|
34462
|
+
}
|
|
34463
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34464
|
+
margin-bottom: 0;
|
|
34465
|
+
}
|
|
34466
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34467
|
+
display: flex;
|
|
34468
|
+
justify-content: flex-start;
|
|
34469
|
+
align-items: flex-start;
|
|
34470
|
+
flex-wrap: wrap;
|
|
34471
|
+
padding: 8px;
|
|
34472
|
+
border: none;
|
|
34473
|
+
}
|
|
34474
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34475
|
+
flex-basis: 100%;
|
|
34476
|
+
margin: 12px 0 0;
|
|
34477
|
+
order: 99;
|
|
34478
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34479
|
+
}
|
|
34480
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34481
|
+
color: #f0483e;
|
|
34482
|
+
flex-basis: 100%;
|
|
34483
|
+
order: 98;
|
|
34484
|
+
margin: 12px 0 0;
|
|
34485
|
+
}
|
|
34486
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34487
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34488
|
+
}
|
|
34489
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34490
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34491
|
+
}
|
|
34492
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34493
|
+
flex: 1 0 0;
|
|
34494
|
+
overflow: hidden;
|
|
34495
|
+
}
|
|
34496
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34497
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34498
|
+
margin: 0;
|
|
34499
|
+
}
|
|
34500
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34501
|
+
text-align: center;
|
|
34502
|
+
}
|
|
34503
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34504
|
+
text-align: center;
|
|
34505
|
+
}
|
|
34506
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34507
|
+
text-align: left;
|
|
34508
|
+
}
|
|
34509
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34510
|
+
text-align: left;
|
|
34511
|
+
}
|
|
34512
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34513
|
+
text-align: right;
|
|
34514
|
+
}
|
|
34515
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34516
|
+
text-align: right;
|
|
34517
|
+
}
|
|
34518
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34519
|
+
margin-right: 8px;
|
|
34520
|
+
}
|
|
34521
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34522
|
+
padding: 4px;
|
|
34523
|
+
width: 24px;
|
|
34524
|
+
height: 24px;
|
|
34525
|
+
overflow: hidden;
|
|
34526
|
+
}
|
|
34527
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34528
|
+
padding: 0;
|
|
34529
|
+
}
|
|
34530
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34531
|
+
cursor: not-allowed;
|
|
34532
|
+
opacity: 0.5;
|
|
34533
|
+
}
|
|
34534
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34535
|
+
margin: 0;
|
|
34536
|
+
}
|
|
34537
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34538
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34539
|
+
border-radius: 5px;
|
|
34540
|
+
font-size: 12px;
|
|
34541
|
+
}
|
|
34542
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34543
|
+
font-size: inherit;
|
|
34544
|
+
}
|
|
34545
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34546
|
+
min-height: 24px;
|
|
34547
|
+
font-size: 12px;
|
|
34548
|
+
position: relative;
|
|
34549
|
+
}
|
|
34550
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34551
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34552
|
+
}
|
|
34553
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34554
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34555
|
+
}
|
|
34556
|
+
|
|
34557
|
+
.E_a138syjm {
|
|
34558
|
+
display: flex;
|
|
34559
|
+
align-items: center;
|
|
34560
|
+
margin-top: 8px;
|
|
34561
|
+
}
|
|
34562
|
+
.E_a138syjm button.ant-btn {
|
|
34563
|
+
padding: 2px 8px;
|
|
34564
|
+
height: 24px;
|
|
34565
|
+
}
|
|
34566
|
+
.E_a138syjm > span.maximum-desc {
|
|
34567
|
+
display: none;
|
|
34568
|
+
margin-left: 8px;
|
|
34569
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34570
|
+
}
|
|
34571
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34572
|
+
display: inline;
|
|
34573
|
+
}
|
|
34574
|
+
|
|
34575
|
+
.E_d77i8u0 {
|
|
34576
|
+
width: 24px;
|
|
34577
|
+
height: 24px;
|
|
34578
|
+
padding: 4px;
|
|
34579
|
+
margin-right: 8px;
|
|
34580
|
+
}
|
|
34581
|
+
|
|
34582
|
+
.E_bpgac8u {
|
|
34583
|
+
color: #FFFFFF;
|
|
34584
|
+
display: flex;
|
|
34585
|
+
gap: 8px;
|
|
34586
|
+
padding: 8px 0;
|
|
34587
|
+
display: flex;
|
|
34588
|
+
justify-content: center;
|
|
34589
|
+
white-space: pre-wrap;
|
|
34590
|
+
align-items: center;
|
|
34591
|
+
}
|
|
34592
|
+
.E_bpgac8u .dashed-btn {
|
|
34593
|
+
border-bottom: 1px solid white;
|
|
34594
|
+
cursor: pointer;
|
|
34595
|
+
}
|
|
34596
|
+
|
|
34597
|
+
.E_envn4g3 {
|
|
34598
|
+
background: #F0483E;
|
|
34599
|
+
}
|
|
34600
|
+
|
|
34601
|
+
.E_i12w18eu {
|
|
34602
|
+
background: #0080FF;
|
|
34603
|
+
}
|
|
34604
|
+
|
|
34605
|
+
.E_wujsnt4 {
|
|
34606
|
+
background-color: #E07F00;
|
|
34607
|
+
}
|
|
34608
|
+
|
|
34609
|
+
.E_b1jaupqb {
|
|
34610
|
+
color: #F0483E;
|
|
34611
|
+
}
|
|
34612
|
+
|
|
34613
|
+
.E_t59qhqp {
|
|
34614
|
+
padding: 0px;
|
|
34615
|
+
padding-top: 5px;
|
|
34616
|
+
padding-left: 5px;
|
|
34617
|
+
}
|
|
34618
|
+
.E_t59qhqp .ant-timeline-item {
|
|
34619
|
+
margin-bottom: 16px;
|
|
34620
|
+
padding-bottom: 0px;
|
|
34621
|
+
}
|
|
34622
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
34623
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34624
|
+
margin-bottom: 0;
|
|
34625
|
+
}
|
|
34626
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
34627
|
+
margin-bottom: 12px;
|
|
34628
|
+
}
|
|
34629
|
+
.E_t59qhqp .info-action {
|
|
34630
|
+
align-self: baseline;
|
|
34631
|
+
}
|
|
34632
|
+
|
|
34633
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
34634
|
+
margin-left: 18px;
|
|
34635
|
+
}
|
|
34636
|
+
.E_t2e44lg .item-time {
|
|
34637
|
+
display: flex;
|
|
34638
|
+
flex-direction: column;
|
|
34639
|
+
gap: 4px;
|
|
34640
|
+
margin-top: 4px;
|
|
34641
|
+
}
|
|
34642
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34643
|
+
padding-bottom: 0;
|
|
34644
|
+
}
|
|
34645
|
+
|
|
34646
|
+
.E_e14ua30y {
|
|
34647
|
+
display: flex;
|
|
34648
|
+
flex-direction: column;
|
|
34649
|
+
align-items: center;
|
|
34650
|
+
justify-content: center;
|
|
34651
|
+
}
|
|
34652
|
+
|
|
34653
|
+
.E_s1ikqzph {
|
|
34654
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34655
|
+
}
|
|
34656
|
+
|
|
34657
|
+
.E_i15astnl {
|
|
34658
|
+
color: #00122E;
|
|
34659
|
+
}
|
|
34660
|
+
|
|
34661
|
+
.E_s20iney.skeleton-box {
|
|
34662
|
+
display: flex;
|
|
34515
34663
|
align-items: center;
|
|
34516
34664
|
justify-content: center;
|
|
34517
34665
|
position: relative;
|
|
@@ -34660,6 +34808,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34660
34808
|
background: rgba(225, 230, 241, 0.6);
|
|
34661
34809
|
}
|
|
34662
34810
|
|
|
34811
|
+
.E_t1616y1o {
|
|
34812
|
+
color: #fff;
|
|
34813
|
+
}
|
|
34814
|
+
|
|
34663
34815
|
.E_f16blduf.ant-form-item {
|
|
34664
34816
|
margin-bottom: 0;
|
|
34665
34817
|
}
|
|
@@ -34679,10 +34831,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34679
34831
|
display: block;
|
|
34680
34832
|
}
|
|
34681
34833
|
|
|
34682
|
-
.E_t1616y1o {
|
|
34683
|
-
color: #fff;
|
|
34684
|
-
}
|
|
34685
|
-
|
|
34686
34834
|
.E_a9y3flr {
|
|
34687
34835
|
margin-left: 8px;
|
|
34688
34836
|
}
|
|
@@ -34748,77 +34896,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34748
34896
|
margin-left: 1px;
|
|
34749
34897
|
}
|
|
34750
34898
|
|
|
34751
|
-
.E_s1ebs0ra {
|
|
34752
|
-
display: flex;
|
|
34753
|
-
align-items: center;
|
|
34754
|
-
justify-content: space-between;
|
|
34755
|
-
background: #edf0f7;
|
|
34756
|
-
padding: 8px 12px;
|
|
34757
|
-
position: sticky;
|
|
34758
|
-
top: 0;
|
|
34759
|
-
z-index: 1;
|
|
34760
|
-
margin-bottom: -52px;
|
|
34761
|
-
}
|
|
34762
|
-
.E_s1ebs0ra .select-total {
|
|
34763
|
-
display: flex;
|
|
34764
|
-
align-items: center;
|
|
34765
|
-
font-weight: 700;
|
|
34766
|
-
flex-shrink: 0;
|
|
34767
|
-
}
|
|
34768
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
34769
|
-
cursor: pointer;
|
|
34770
|
-
margin-left: 8px;
|
|
34771
|
-
width: 32px;
|
|
34772
|
-
height: 32px;
|
|
34773
|
-
border-radius: 50%;
|
|
34774
|
-
justify-content: center;
|
|
34775
|
-
}
|
|
34776
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
34777
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34778
|
-
}
|
|
34779
|
-
.E_s1ebs0ra .action-group {
|
|
34780
|
-
flex: 1;
|
|
34781
|
-
margin-left: 88px;
|
|
34782
|
-
white-space: nowrap;
|
|
34783
|
-
text-align: right;
|
|
34784
|
-
position: relative;
|
|
34785
|
-
padding: 4px 0;
|
|
34786
|
-
margin-top: -4px;
|
|
34787
|
-
overflow: hidden;
|
|
34788
|
-
}
|
|
34789
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34790
|
-
transform: translateY(-4px);
|
|
34791
|
-
}
|
|
34792
|
-
.E_s1ebs0ra .action-group button {
|
|
34793
|
-
border: none;
|
|
34794
|
-
}
|
|
34795
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34796
|
-
margin-right: 8px;
|
|
34797
|
-
}
|
|
34798
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
34799
|
-
margin-right: 4px;
|
|
34800
|
-
}
|
|
34801
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
34802
|
-
cursor: pointer;
|
|
34803
|
-
width: 32px;
|
|
34804
|
-
height: 32px;
|
|
34805
|
-
justify-content: center;
|
|
34806
|
-
border-radius: 50%;
|
|
34807
|
-
}
|
|
34808
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34809
|
-
background: #fff;
|
|
34810
|
-
}
|
|
34811
|
-
|
|
34812
|
-
.E_gmyahx3 {
|
|
34813
|
-
cursor: pointer;
|
|
34814
|
-
}
|
|
34815
|
-
.E_gmyahx3 .link-text {
|
|
34816
|
-
color: rgba(0, 21, 64, 0.3);
|
|
34817
|
-
}
|
|
34818
|
-
.E_gmyahx3:hover .link-text {
|
|
34819
|
-
color: #0080ff;
|
|
34820
|
-
}
|
|
34821
|
-
|
|
34822
34899
|
.E_clm1wy1 {
|
|
34823
34900
|
width: 192px;
|
|
34824
34901
|
height: 246px;
|
|
@@ -34962,280 +35039,219 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34962
35039
|
margin-right: 4px;
|
|
34963
35040
|
}
|
|
34964
35041
|
|
|
34965
|
-
.
|
|
34966
|
-
width: 648px;
|
|
34967
|
-
}
|
|
34968
|
-
.E_c1up1pdz.active {
|
|
34969
|
-
border-color: #0080ff;
|
|
34970
|
-
}
|
|
34971
|
-
.E_c1up1pdz.active > header {
|
|
34972
|
-
background: rgba(0, 128, 255, 0.1);
|
|
34973
|
-
}
|
|
34974
|
-
.E_c1up1pdz .expand {
|
|
34975
|
-
padding: 12px;
|
|
34976
|
-
}
|
|
34977
|
-
.E_c1up1pdz .field-item {
|
|
34978
|
-
display: flex;
|
|
34979
|
-
padding: 10px 0;
|
|
34980
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
34981
|
-
}
|
|
34982
|
-
.E_c1up1pdz .field-item:last-child {
|
|
34983
|
-
border-bottom: none;
|
|
34984
|
-
padding-bottom: 0;
|
|
34985
|
-
}
|
|
34986
|
-
.E_c1up1pdz .field-item label {
|
|
34987
|
-
line-height: 32px;
|
|
34988
|
-
width: 100px;
|
|
34989
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34990
|
-
}
|
|
34991
|
-
.E_c1up1pdz .help {
|
|
34992
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34993
|
-
margin-top: 5px;
|
|
34994
|
-
}
|
|
34995
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
34996
|
-
.E_c1up1pdz .ant-picker {
|
|
34997
|
-
width: 128px;
|
|
34998
|
-
}
|
|
34999
|
-
|
|
35000
|
-
.E_c156wh19 {
|
|
35042
|
+
.E_s1ebs0ra {
|
|
35001
35043
|
display: flex;
|
|
35002
35044
|
align-items: center;
|
|
35003
35045
|
justify-content: space-between;
|
|
35004
|
-
|
|
35005
|
-
|
|
35006
|
-
|
|
35007
|
-
|
|
35008
|
-
|
|
35009
|
-
|
|
35010
|
-
color: rgba(129, 138, 153, 0.6);
|
|
35011
|
-
}
|
|
35012
|
-
.E_c156wh19 div.left {
|
|
35013
|
-
flex: 1;
|
|
35014
|
-
display: flex;
|
|
35015
|
-
overflow: hidden;
|
|
35016
|
-
align-items: center;
|
|
35017
|
-
justify-content: flex-start;
|
|
35018
|
-
white-space: nowrap;
|
|
35019
|
-
}
|
|
35020
|
-
.E_c156wh19 div.left .title {
|
|
35021
|
-
max-width: 100%;
|
|
35022
|
-
overflow: hidden;
|
|
35023
|
-
text-overflow: ellipsis;
|
|
35024
|
-
}
|
|
35025
|
-
.E_c156wh19 div.right {
|
|
35026
|
-
display: flex;
|
|
35027
|
-
align-items: center;
|
|
35046
|
+
background: #edf0f7;
|
|
35047
|
+
padding: 8px 12px;
|
|
35048
|
+
position: sticky;
|
|
35049
|
+
top: 0;
|
|
35050
|
+
z-index: 1;
|
|
35051
|
+
margin-bottom: -52px;
|
|
35028
35052
|
}
|
|
35029
|
-
.
|
|
35053
|
+
.E_s1ebs0ra .select-total {
|
|
35030
35054
|
display: flex;
|
|
35031
|
-
flex-direction: row-reverse;
|
|
35032
35055
|
align-items: center;
|
|
35056
|
+
font-weight: 700;
|
|
35057
|
+
flex-shrink: 0;
|
|
35033
35058
|
}
|
|
35034
|
-
.
|
|
35035
|
-
margin-left: 8px;
|
|
35036
|
-
}
|
|
35037
|
-
.E_c156wh19 .close {
|
|
35038
|
-
padding-left: 14px;
|
|
35039
|
-
margin-left: 14px;
|
|
35040
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35059
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35041
35060
|
cursor: pointer;
|
|
35061
|
+
margin-left: 8px;
|
|
35062
|
+
width: 32px;
|
|
35063
|
+
height: 32px;
|
|
35064
|
+
border-radius: 50%;
|
|
35065
|
+
justify-content: center;
|
|
35042
35066
|
}
|
|
35043
|
-
|
|
35044
|
-
.
|
|
35045
|
-
padding-bottom: 4px;
|
|
35046
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35047
|
-
}
|
|
35048
|
-
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35049
|
-
padding: 1px 10px;
|
|
35050
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35051
|
-
border-radius: 4px;
|
|
35052
|
-
}
|
|
35053
|
-
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35054
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35055
|
-
color: #0096ff;
|
|
35067
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35068
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35056
35069
|
}
|
|
35057
|
-
|
|
35058
|
-
|
|
35059
|
-
|
|
35060
|
-
|
|
35070
|
+
.E_s1ebs0ra .action-group {
|
|
35071
|
+
flex: 1;
|
|
35072
|
+
margin-left: 88px;
|
|
35073
|
+
white-space: nowrap;
|
|
35074
|
+
text-align: right;
|
|
35075
|
+
position: relative;
|
|
35076
|
+
padding: 4px 0;
|
|
35077
|
+
margin-top: -4px;
|
|
35078
|
+
overflow: hidden;
|
|
35061
35079
|
}
|
|
35062
|
-
.
|
|
35063
|
-
|
|
35064
|
-
width: 80px;
|
|
35065
|
-
margin: 0 9px;
|
|
35066
|
-
text-align: center;
|
|
35080
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35081
|
+
transform: translateY(-4px);
|
|
35067
35082
|
}
|
|
35068
|
-
.
|
|
35069
|
-
|
|
35070
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35071
|
-
margin: 5px 0 5px 8px;
|
|
35083
|
+
.E_s1ebs0ra .action-group button {
|
|
35084
|
+
border: none;
|
|
35072
35085
|
}
|
|
35073
|
-
.
|
|
35074
|
-
.E_wpbf4pq .month-day-option {
|
|
35075
|
-
background: #f5f7fa;
|
|
35076
|
-
box-sizing: border-box;
|
|
35077
|
-
border-radius: 16px;
|
|
35086
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35078
35087
|
margin-right: 8px;
|
|
35079
35088
|
}
|
|
35080
|
-
.
|
|
35081
|
-
|
|
35082
|
-
color: inherit;
|
|
35083
|
-
border-color: #d9d9d9;
|
|
35084
|
-
}
|
|
35085
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35086
|
-
background-color: #0096ff;
|
|
35087
|
-
border-color: #0096ff;
|
|
35088
|
-
color: #fff;
|
|
35089
|
-
}
|
|
35090
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
35091
|
-
width: 110px;
|
|
35092
|
-
margin-top: 4px;
|
|
35089
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35090
|
+
margin-right: 4px;
|
|
35093
35091
|
}
|
|
35094
|
-
.
|
|
35092
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35093
|
+
cursor: pointer;
|
|
35095
35094
|
width: 32px;
|
|
35096
|
-
|
|
35097
|
-
|
|
35095
|
+
height: 32px;
|
|
35096
|
+
justify-content: center;
|
|
35097
|
+
border-radius: 50%;
|
|
35098
35098
|
}
|
|
35099
|
-
.
|
|
35100
|
-
background
|
|
35101
|
-
border-color: #0096ff;
|
|
35102
|
-
color: #fff;
|
|
35099
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35100
|
+
background: #fff;
|
|
35103
35101
|
}
|
|
35104
35102
|
|
|
35105
35103
|
span.E_tqjc4ui {
|
|
35106
35104
|
margin: 0 2px;
|
|
35107
35105
|
}
|
|
35108
35106
|
|
|
35109
|
-
.
|
|
35110
|
-
|
|
35111
|
-
padding: 32px 8px;
|
|
35112
|
-
overflow: auto;
|
|
35113
|
-
}
|
|
35114
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35115
|
-
display: flex;
|
|
35116
|
-
flex-direction: column;
|
|
35117
|
-
justify-content: space-between;
|
|
35118
|
-
}
|
|
35119
|
-
.E_s1at6qmn footer {
|
|
35120
|
-
display: flex;
|
|
35121
|
-
}
|
|
35122
|
-
.E_s1at6qmn .ant-menu {
|
|
35123
|
-
background: #edf0f7;
|
|
35124
|
-
}
|
|
35125
|
-
.E_s1at6qmn .ant-menu a {
|
|
35126
|
-
color: #00122e;
|
|
35127
|
-
width: 180px;
|
|
35128
|
-
overflow: hidden;
|
|
35129
|
-
text-overflow: ellipsis;
|
|
35107
|
+
.E_gmyahx3 {
|
|
35108
|
+
cursor: pointer;
|
|
35130
35109
|
}
|
|
35131
|
-
.
|
|
35132
|
-
|
|
35110
|
+
.E_gmyahx3 .link-text {
|
|
35111
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35133
35112
|
}
|
|
35134
|
-
.
|
|
35135
|
-
|
|
35113
|
+
.E_gmyahx3:hover .link-text {
|
|
35114
|
+
color: #0080ff;
|
|
35136
35115
|
}
|
|
35137
|
-
|
|
35138
|
-
|
|
35139
|
-
|
|
35140
|
-
line-height: 18px;
|
|
35116
|
+
|
|
35117
|
+
.E_c1up1pdz {
|
|
35118
|
+
width: 648px;
|
|
35141
35119
|
}
|
|
35142
|
-
.
|
|
35143
|
-
|
|
35120
|
+
.E_c1up1pdz.active {
|
|
35121
|
+
border-color: #0080ff;
|
|
35144
35122
|
}
|
|
35145
|
-
.
|
|
35146
|
-
|
|
35123
|
+
.E_c1up1pdz.active > header {
|
|
35124
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35147
35125
|
}
|
|
35148
|
-
.
|
|
35149
|
-
|
|
35150
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35126
|
+
.E_c1up1pdz .expand {
|
|
35127
|
+
padding: 12px;
|
|
35151
35128
|
}
|
|
35152
|
-
.
|
|
35153
|
-
transition: none;
|
|
35129
|
+
.E_c1up1pdz .field-item {
|
|
35154
35130
|
display: flex;
|
|
35155
|
-
|
|
35156
|
-
|
|
35157
|
-
line-height: 22px;
|
|
35158
|
-
padding: 0 8px;
|
|
35159
|
-
}
|
|
35160
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35161
|
-
margin-right: 12px;
|
|
35162
|
-
}
|
|
35163
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35164
|
-
margin: 0;
|
|
35165
|
-
margin-bottom: 2px;
|
|
35166
|
-
}
|
|
35167
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35168
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35169
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35170
|
-
border-radius: 6px;
|
|
35171
|
-
color: #fff;
|
|
35172
|
-
}
|
|
35173
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35174
|
-
color: #fff;
|
|
35175
|
-
}
|
|
35176
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35177
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35178
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35179
|
-
border-radius: 6px;
|
|
35180
|
-
}
|
|
35181
|
-
|
|
35182
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35183
|
-
white-space: nowrap;
|
|
35184
|
-
transition: all 0s;
|
|
35131
|
+
padding: 10px 0;
|
|
35132
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35185
35133
|
}
|
|
35186
|
-
.
|
|
35187
|
-
|
|
35188
|
-
|
|
35134
|
+
.E_c1up1pdz .field-item:last-child {
|
|
35135
|
+
border-bottom: none;
|
|
35136
|
+
padding-bottom: 0;
|
|
35189
35137
|
}
|
|
35190
|
-
.
|
|
35191
|
-
|
|
35138
|
+
.E_c1up1pdz .field-item label {
|
|
35139
|
+
line-height: 32px;
|
|
35140
|
+
width: 100px;
|
|
35141
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35192
35142
|
}
|
|
35193
|
-
.
|
|
35194
|
-
|
|
35195
|
-
|
|
35143
|
+
.E_c1up1pdz .help {
|
|
35144
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35145
|
+
margin-top: 5px;
|
|
35146
|
+
}
|
|
35147
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
35148
|
+
.E_c1up1pdz .ant-picker {
|
|
35149
|
+
width: 128px;
|
|
35196
35150
|
}
|
|
35197
35151
|
|
|
35198
|
-
.
|
|
35152
|
+
.E_c156wh19 {
|
|
35199
35153
|
display: flex;
|
|
35200
|
-
|
|
35201
|
-
|
|
35202
|
-
|
|
35203
|
-
.E_n1ugzfva[disabled] {
|
|
35204
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35205
|
-
opacity: 1 !important;
|
|
35154
|
+
align-items: center;
|
|
35155
|
+
justify-content: space-between;
|
|
35156
|
+
word-break: keep-all;
|
|
35206
35157
|
}
|
|
35207
|
-
.
|
|
35208
|
-
|
|
35209
|
-
color: #00122e;
|
|
35158
|
+
.E_c156wh19 .title {
|
|
35159
|
+
margin: 0 16px 0 8px;
|
|
35210
35160
|
}
|
|
35211
|
-
.
|
|
35212
|
-
|
|
35161
|
+
.E_c156wh19 .retain {
|
|
35162
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35213
35163
|
}
|
|
35214
|
-
.
|
|
35164
|
+
.E_c156wh19 div.left {
|
|
35215
35165
|
flex: 1;
|
|
35166
|
+
display: flex;
|
|
35216
35167
|
overflow: hidden;
|
|
35168
|
+
align-items: center;
|
|
35169
|
+
justify-content: flex-start;
|
|
35217
35170
|
white-space: nowrap;
|
|
35171
|
+
}
|
|
35172
|
+
.E_c156wh19 div.left .title {
|
|
35173
|
+
max-width: 100%;
|
|
35174
|
+
overflow: hidden;
|
|
35218
35175
|
text-overflow: ellipsis;
|
|
35219
|
-
text-align: left;
|
|
35220
35176
|
}
|
|
35221
|
-
|
|
35222
|
-
.E_n12mqh7z {
|
|
35177
|
+
.E_c156wh19 div.right {
|
|
35223
35178
|
display: flex;
|
|
35224
35179
|
align-items: center;
|
|
35225
|
-
font-size: 12px;
|
|
35226
|
-
line-height: 18px;
|
|
35227
35180
|
}
|
|
35228
|
-
.
|
|
35229
|
-
|
|
35181
|
+
.E_c156wh19 .reverse {
|
|
35182
|
+
display: flex;
|
|
35183
|
+
flex-direction: row-reverse;
|
|
35184
|
+
align-items: center;
|
|
35185
|
+
}
|
|
35186
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
35187
|
+
margin-left: 8px;
|
|
35188
|
+
}
|
|
35189
|
+
.E_c156wh19 .close {
|
|
35190
|
+
padding-left: 14px;
|
|
35191
|
+
margin-left: 14px;
|
|
35192
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35193
|
+
cursor: pointer;
|
|
35230
35194
|
}
|
|
35231
35195
|
|
|
35232
|
-
.
|
|
35233
|
-
|
|
35196
|
+
.E_m126spxy {
|
|
35197
|
+
padding-bottom: 4px;
|
|
35198
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35199
|
+
}
|
|
35200
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35201
|
+
padding: 1px 10px;
|
|
35202
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35203
|
+
border-radius: 4px;
|
|
35204
|
+
}
|
|
35205
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35206
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35207
|
+
color: #0096ff;
|
|
35234
35208
|
}
|
|
35235
35209
|
|
|
35236
|
-
.
|
|
35237
|
-
|
|
35238
|
-
|
|
35210
|
+
.E_wpbf4pq {
|
|
35211
|
+
padding: 10px 0;
|
|
35212
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35213
|
+
}
|
|
35214
|
+
.E_wpbf4pq .ant-input,
|
|
35215
|
+
.E_wpbf4pq .ant-picker {
|
|
35216
|
+
width: 80px;
|
|
35217
|
+
margin: 0 9px;
|
|
35218
|
+
text-align: center;
|
|
35219
|
+
}
|
|
35220
|
+
.E_wpbf4pq .options {
|
|
35221
|
+
padding: 12px 0 12px 16px;
|
|
35222
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35223
|
+
margin: 5px 0 5px 8px;
|
|
35224
|
+
}
|
|
35225
|
+
.E_wpbf4pq .week-day-option,
|
|
35226
|
+
.E_wpbf4pq .month-day-option {
|
|
35227
|
+
background: #f5f7fa;
|
|
35228
|
+
box-sizing: border-box;
|
|
35229
|
+
border-radius: 16px;
|
|
35230
|
+
margin-right: 8px;
|
|
35231
|
+
}
|
|
35232
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35233
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35234
|
+
color: inherit;
|
|
35235
|
+
border-color: #d9d9d9;
|
|
35236
|
+
}
|
|
35237
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35238
|
+
background-color: #0096ff;
|
|
35239
|
+
border-color: #0096ff;
|
|
35240
|
+
color: #fff;
|
|
35241
|
+
}
|
|
35242
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35243
|
+
width: 110px;
|
|
35244
|
+
margin-top: 4px;
|
|
35245
|
+
}
|
|
35246
|
+
.E_wpbf4pq .month-day-option {
|
|
35247
|
+
width: 32px;
|
|
35248
|
+
padding: 0;
|
|
35249
|
+
margin-bottom: 8px;
|
|
35250
|
+
}
|
|
35251
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35252
|
+
background-color: #0096ff;
|
|
35253
|
+
border-color: #0096ff;
|
|
35254
|
+
color: #fff;
|
|
35239
35255
|
}
|
|
35240
35256
|
|
|
35241
35257
|
.E_ou7iq30 {
|
|
@@ -35265,6 +35281,25 @@ span.E_tqjc4ui {
|
|
|
35265
35281
|
visibility: hidden;
|
|
35266
35282
|
}
|
|
35267
35283
|
|
|
35284
|
+
.E_n12mqh7z {
|
|
35285
|
+
display: flex;
|
|
35286
|
+
align-items: center;
|
|
35287
|
+
font-size: 12px;
|
|
35288
|
+
line-height: 18px;
|
|
35289
|
+
}
|
|
35290
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35291
|
+
margin-bottom: 4px;
|
|
35292
|
+
}
|
|
35293
|
+
|
|
35294
|
+
.E_tf5bynu {
|
|
35295
|
+
margin: 0 3px;
|
|
35296
|
+
}
|
|
35297
|
+
|
|
35298
|
+
.E_tcckoz1 {
|
|
35299
|
+
max-height: 400px;
|
|
35300
|
+
overflow: auto;
|
|
35301
|
+
}
|
|
35302
|
+
|
|
35268
35303
|
.E_t1sqg15u {
|
|
35269
35304
|
background: white;
|
|
35270
35305
|
}
|
|
@@ -35355,35 +35390,125 @@ span.E_tqjc4ui {
|
|
|
35355
35390
|
padding-right: 12px;
|
|
35356
35391
|
}
|
|
35357
35392
|
|
|
35358
|
-
.
|
|
35393
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35359
35394
|
display: flex;
|
|
35360
35395
|
align-items: center;
|
|
35361
|
-
|
|
35396
|
+
}
|
|
35397
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35398
|
+
margin-right: 8px;
|
|
35362
35399
|
}
|
|
35363
35400
|
|
|
35364
|
-
.
|
|
35401
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35402
|
+
background: #edf0f7;
|
|
35403
|
+
padding: 32px 8px;
|
|
35404
|
+
overflow: auto;
|
|
35405
|
+
}
|
|
35406
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35407
|
+
display: flex;
|
|
35408
|
+
flex-direction: column;
|
|
35409
|
+
justify-content: space-between;
|
|
35410
|
+
}
|
|
35411
|
+
.E_s1at6qmn footer {
|
|
35412
|
+
display: flex;
|
|
35413
|
+
}
|
|
35414
|
+
.E_s1at6qmn .ant-menu {
|
|
35415
|
+
background: #edf0f7;
|
|
35416
|
+
}
|
|
35417
|
+
.E_s1at6qmn .ant-menu a {
|
|
35418
|
+
color: #00122e;
|
|
35419
|
+
width: 180px;
|
|
35420
|
+
overflow: hidden;
|
|
35421
|
+
text-overflow: ellipsis;
|
|
35422
|
+
}
|
|
35423
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35424
|
+
margin-bottom: 24px;
|
|
35425
|
+
}
|
|
35426
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35427
|
+
margin: 0;
|
|
35428
|
+
}
|
|
35429
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35430
|
+
font-size: 12px;
|
|
35431
|
+
padding: 0 8px 4px;
|
|
35432
|
+
line-height: 18px;
|
|
35433
|
+
}
|
|
35434
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35435
|
+
padding: 0;
|
|
35436
|
+
}
|
|
35437
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35438
|
+
padding-bottom: 24px;
|
|
35439
|
+
}
|
|
35440
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35441
|
+
margin-bottom: 24px;
|
|
35442
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35443
|
+
}
|
|
35444
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35445
|
+
transition: none;
|
|
35365
35446
|
display: flex;
|
|
35366
35447
|
align-items: center;
|
|
35367
|
-
|
|
35448
|
+
height: 32px;
|
|
35449
|
+
line-height: 22px;
|
|
35450
|
+
padding: 0 8px;
|
|
35368
35451
|
}
|
|
35369
|
-
.
|
|
35370
|
-
|
|
35371
|
-
|
|
35452
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35453
|
+
margin-right: 12px;
|
|
35454
|
+
}
|
|
35455
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35456
|
+
margin: 0;
|
|
35457
|
+
margin-bottom: 2px;
|
|
35458
|
+
}
|
|
35459
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35460
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35461
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35462
|
+
border-radius: 6px;
|
|
35463
|
+
color: #fff;
|
|
35464
|
+
}
|
|
35465
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35466
|
+
color: #fff;
|
|
35467
|
+
}
|
|
35468
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35469
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35470
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35471
|
+
border-radius: 6px;
|
|
35372
35472
|
}
|
|
35373
35473
|
|
|
35374
|
-
.
|
|
35375
|
-
|
|
35474
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35475
|
+
white-space: nowrap;
|
|
35476
|
+
transition: all 0s;
|
|
35376
35477
|
}
|
|
35377
|
-
.
|
|
35378
|
-
|
|
35478
|
+
.E_s1wu0lms.shrink {
|
|
35479
|
+
transition: all 0s;
|
|
35480
|
+
overflow: hidden;
|
|
35481
|
+
}
|
|
35482
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35483
|
+
visibility: hidden;
|
|
35484
|
+
}
|
|
35485
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35486
|
+
width: 36px;
|
|
35487
|
+
padding: 0 6px;
|
|
35379
35488
|
}
|
|
35380
35489
|
|
|
35381
|
-
.
|
|
35490
|
+
.E_n1ugzfva {
|
|
35382
35491
|
display: flex;
|
|
35383
|
-
|
|
35492
|
+
place-items: center;
|
|
35493
|
+
width: 100% !important;
|
|
35384
35494
|
}
|
|
35385
|
-
.
|
|
35386
|
-
|
|
35495
|
+
.E_n1ugzfva[disabled] {
|
|
35496
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35497
|
+
opacity: 1 !important;
|
|
35498
|
+
}
|
|
35499
|
+
.E_n1ugzfva.ant-btn {
|
|
35500
|
+
width: 100%;
|
|
35501
|
+
color: #00122e;
|
|
35502
|
+
}
|
|
35503
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35504
|
+
margin-right: 12px;
|
|
35505
|
+
}
|
|
35506
|
+
.E_n1ugzfva .link-title {
|
|
35507
|
+
flex: 1;
|
|
35508
|
+
overflow: hidden;
|
|
35509
|
+
white-space: nowrap;
|
|
35510
|
+
text-overflow: ellipsis;
|
|
35511
|
+
text-align: left;
|
|
35387
35512
|
}
|
|
35388
35513
|
|
|
35389
35514
|
.E_t160l1cm {
|
|
@@ -35589,10 +35714,27 @@ span.E_tqjc4ui {
|
|
|
35589
35714
|
background: transparent;
|
|
35590
35715
|
}
|
|
35591
35716
|
|
|
35592
|
-
.
|
|
35593
|
-
|
|
35594
|
-
|
|
35595
|
-
|
|
35717
|
+
.E_wg1tsps {
|
|
35718
|
+
display: flex;
|
|
35719
|
+
align-items: center;
|
|
35720
|
+
justify-content: flex-end;
|
|
35721
|
+
}
|
|
35722
|
+
|
|
35723
|
+
.E_b1ctd5xy {
|
|
35724
|
+
display: flex;
|
|
35725
|
+
align-items: center;
|
|
35726
|
+
width: calc(100% - 40px);
|
|
35727
|
+
}
|
|
35728
|
+
.E_b1ctd5xy .chart {
|
|
35729
|
+
display: inline-block;
|
|
35730
|
+
width: 100%;
|
|
35731
|
+
}
|
|
35732
|
+
|
|
35733
|
+
.E_u1p8acpn {
|
|
35734
|
+
min-width: 40px;
|
|
35735
|
+
}
|
|
35736
|
+
.E_u1p8acpn .unit {
|
|
35737
|
+
color: #00122e !important;
|
|
35596
35738
|
}
|
|
35597
35739
|
|
|
35598
35740
|
.E_cyms3br {
|
|
@@ -35648,45 +35790,10 @@ span.E_tqjc4ui {
|
|
|
35648
35790
|
justify-content: center;
|
|
35649
35791
|
}
|
|
35650
35792
|
|
|
35651
|
-
.
|
|
35652
|
-
|
|
35653
|
-
|
|
35654
|
-
|
|
35655
|
-
flex-shrink: unset;
|
|
35656
|
-
}
|
|
35657
|
-
.E_i5w779o .col-label * {
|
|
35658
|
-
line-height: 18px;
|
|
35659
|
-
}
|
|
35660
|
-
.E_i5w779o .col-content {
|
|
35661
|
-
flex: 1 1 0;
|
|
35662
|
-
display: flex;
|
|
35663
|
-
align-items: center;
|
|
35664
|
-
}
|
|
35665
|
-
.E_i5w779o .col-content * {
|
|
35666
|
-
line-height: 18px;
|
|
35667
|
-
}
|
|
35668
|
-
|
|
35669
|
-
.E_l18dja44 {
|
|
35670
|
-
padding: 6px 0;
|
|
35671
|
-
}
|
|
35672
|
-
.E_l18dja44 .col-label * {
|
|
35673
|
-
font-size: 13px;
|
|
35674
|
-
line-height: 20px;
|
|
35675
|
-
}
|
|
35676
|
-
.E_l18dja44 .col-content * {
|
|
35677
|
-
font-size: 14px;
|
|
35678
|
-
line-height: 20px;
|
|
35679
|
-
}
|
|
35680
|
-
|
|
35681
|
-
.E_c8c2hys {
|
|
35682
|
-
display: flex;
|
|
35683
|
-
justify-content: space-between;
|
|
35684
|
-
flex: 1;
|
|
35685
|
-
min-width: 0;
|
|
35686
|
-
}
|
|
35687
|
-
|
|
35688
|
-
.E_n4m6c4d {
|
|
35689
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35793
|
+
.E_h1ol2wl7 {
|
|
35794
|
+
font-weight: bold;
|
|
35795
|
+
background-color: unset;
|
|
35796
|
+
padding: unset;
|
|
35690
35797
|
}
|
|
35691
35798
|
|
|
35692
35799
|
.E_kr6am0s .ant-modal-body {
|
|
@@ -35752,6 +35859,118 @@ span.E_tqjc4ui {
|
|
|
35752
35859
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35753
35860
|
}
|
|
35754
35861
|
|
|
35862
|
+
.E_i5w779o {
|
|
35863
|
+
padding: 8px 0;
|
|
35864
|
+
}
|
|
35865
|
+
.E_i5w779o .col-label {
|
|
35866
|
+
flex-shrink: unset;
|
|
35867
|
+
}
|
|
35868
|
+
.E_i5w779o .col-label * {
|
|
35869
|
+
line-height: 18px;
|
|
35870
|
+
}
|
|
35871
|
+
.E_i5w779o .col-content {
|
|
35872
|
+
flex: 1 1 0;
|
|
35873
|
+
display: flex;
|
|
35874
|
+
align-items: center;
|
|
35875
|
+
}
|
|
35876
|
+
.E_i5w779o .col-content * {
|
|
35877
|
+
line-height: 18px;
|
|
35878
|
+
}
|
|
35879
|
+
|
|
35880
|
+
.E_l18dja44 {
|
|
35881
|
+
padding: 6px 0;
|
|
35882
|
+
}
|
|
35883
|
+
.E_l18dja44 .col-label * {
|
|
35884
|
+
font-size: 13px;
|
|
35885
|
+
line-height: 20px;
|
|
35886
|
+
}
|
|
35887
|
+
.E_l18dja44 .col-content * {
|
|
35888
|
+
font-size: 14px;
|
|
35889
|
+
line-height: 20px;
|
|
35890
|
+
}
|
|
35891
|
+
|
|
35892
|
+
.E_c8c2hys {
|
|
35893
|
+
display: flex;
|
|
35894
|
+
justify-content: space-between;
|
|
35895
|
+
flex: 1;
|
|
35896
|
+
min-width: 0;
|
|
35897
|
+
}
|
|
35898
|
+
|
|
35899
|
+
.E_n4m6c4d {
|
|
35900
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35901
|
+
}
|
|
35902
|
+
|
|
35903
|
+
.E_l12xdkhl {
|
|
35904
|
+
width: 64px;
|
|
35905
|
+
height: 64px;
|
|
35906
|
+
max-width: 64px;
|
|
35907
|
+
max-height: 64px;
|
|
35908
|
+
overflow: hidden;
|
|
35909
|
+
display: flex;
|
|
35910
|
+
align-items: center;
|
|
35911
|
+
justify-content: center;
|
|
35912
|
+
position: relative;
|
|
35913
|
+
opacity: 0.6;
|
|
35914
|
+
}
|
|
35915
|
+
.E_l12xdkhl .icon-wrapper {
|
|
35916
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
35917
|
+
}
|
|
35918
|
+
@keyframes rotate {
|
|
35919
|
+
from {
|
|
35920
|
+
transform: rotate(0deg);
|
|
35921
|
+
}
|
|
35922
|
+
to {
|
|
35923
|
+
transform: rotate(360deg);
|
|
35924
|
+
}
|
|
35925
|
+
}
|
|
35926
|
+
|
|
35927
|
+
.E_cevhqx7 {
|
|
35928
|
+
color: #00122e;
|
|
35929
|
+
}
|
|
35930
|
+
|
|
35931
|
+
.E_snbqlt4 {
|
|
35932
|
+
margin-top: 8px;
|
|
35933
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35934
|
+
}
|
|
35935
|
+
|
|
35936
|
+
.E_c1ss4prm {
|
|
35937
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35938
|
+
}
|
|
35939
|
+
.E_c1ss4prm li {
|
|
35940
|
+
margin-bottom: 4px;
|
|
35941
|
+
}
|
|
35942
|
+
.E_c1ss4prm li:last-child {
|
|
35943
|
+
margin-bottom: 0;
|
|
35944
|
+
}
|
|
35945
|
+
|
|
35946
|
+
.E_ms3tlei {
|
|
35947
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35948
|
+
padding: 8px;
|
|
35949
|
+
border-radius: 6px;
|
|
35950
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35951
|
+
}
|
|
35952
|
+
.E_ms3tlei li {
|
|
35953
|
+
margin-bottom: 4px;
|
|
35954
|
+
}
|
|
35955
|
+
.E_ms3tlei li:last-child {
|
|
35956
|
+
margin-bottom: 0;
|
|
35957
|
+
}
|
|
35958
|
+
|
|
35959
|
+
.E_du44iy7 {
|
|
35960
|
+
margin-bottom: 4px;
|
|
35961
|
+
}
|
|
35962
|
+
|
|
35963
|
+
.E_s1qmhanr {
|
|
35964
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35965
|
+
margin-bottom: 8px;
|
|
35966
|
+
}
|
|
35967
|
+
|
|
35968
|
+
.E_drje1h0 {
|
|
35969
|
+
height: 1px;
|
|
35970
|
+
background: #e4e9f2;
|
|
35971
|
+
margin: 16px 0;
|
|
35972
|
+
}
|
|
35973
|
+
|
|
35755
35974
|
.E_c1kchka8 {
|
|
35756
35975
|
height: 100%;
|
|
35757
35976
|
width: 100%;
|
|
@@ -36244,77 +36463,6 @@ span.E_tqjc4ui {
|
|
|
36244
36463
|
padding: 0;
|
|
36245
36464
|
}
|
|
36246
36465
|
|
|
36247
|
-
.E_l12xdkhl {
|
|
36248
|
-
width: 64px;
|
|
36249
|
-
height: 64px;
|
|
36250
|
-
max-width: 64px;
|
|
36251
|
-
max-height: 64px;
|
|
36252
|
-
overflow: hidden;
|
|
36253
|
-
display: flex;
|
|
36254
|
-
align-items: center;
|
|
36255
|
-
justify-content: center;
|
|
36256
|
-
position: relative;
|
|
36257
|
-
opacity: 0.6;
|
|
36258
|
-
}
|
|
36259
|
-
.E_l12xdkhl .icon-wrapper {
|
|
36260
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36261
|
-
}
|
|
36262
|
-
@keyframes rotate {
|
|
36263
|
-
from {
|
|
36264
|
-
transform: rotate(0deg);
|
|
36265
|
-
}
|
|
36266
|
-
to {
|
|
36267
|
-
transform: rotate(360deg);
|
|
36268
|
-
}
|
|
36269
|
-
}
|
|
36270
|
-
|
|
36271
|
-
.E_c1ss4prm {
|
|
36272
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36273
|
-
}
|
|
36274
|
-
.E_c1ss4prm li {
|
|
36275
|
-
margin-bottom: 4px;
|
|
36276
|
-
}
|
|
36277
|
-
.E_c1ss4prm li:last-child {
|
|
36278
|
-
margin-bottom: 0;
|
|
36279
|
-
}
|
|
36280
|
-
|
|
36281
|
-
.E_ms3tlei {
|
|
36282
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36283
|
-
padding: 8px;
|
|
36284
|
-
border-radius: 6px;
|
|
36285
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36286
|
-
}
|
|
36287
|
-
.E_ms3tlei li {
|
|
36288
|
-
margin-bottom: 4px;
|
|
36289
|
-
}
|
|
36290
|
-
.E_ms3tlei li:last-child {
|
|
36291
|
-
margin-bottom: 0;
|
|
36292
|
-
}
|
|
36293
|
-
|
|
36294
|
-
.E_du44iy7 {
|
|
36295
|
-
margin-bottom: 4px;
|
|
36296
|
-
}
|
|
36297
|
-
|
|
36298
|
-
.E_s1qmhanr {
|
|
36299
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36300
|
-
margin-bottom: 8px;
|
|
36301
|
-
}
|
|
36302
|
-
|
|
36303
|
-
.E_drje1h0 {
|
|
36304
|
-
height: 1px;
|
|
36305
|
-
background: #e4e9f2;
|
|
36306
|
-
margin: 16px 0;
|
|
36307
|
-
}
|
|
36308
|
-
|
|
36309
|
-
.E_cevhqx7 {
|
|
36310
|
-
color: #00122e;
|
|
36311
|
-
}
|
|
36312
|
-
|
|
36313
|
-
.E_snbqlt4 {
|
|
36314
|
-
margin-top: 8px;
|
|
36315
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36316
|
-
}
|
|
36317
|
-
|
|
36318
36466
|
.E_c14ouk5o {
|
|
36319
36467
|
width: 100%;
|
|
36320
36468
|
height: 100%;
|