@cloudtower/eagle 0.33.17 → 0.33.18

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.
Files changed (31) hide show
  1. package/dist/cjs/core/CTModalFooterError/CTModalFooterError.style.js +5 -0
  2. package/dist/cjs/core/CTModalFooterError/index.js +46 -0
  3. package/dist/cjs/core/ConfigProvider/index.js +8 -2
  4. package/dist/cjs/hooks/useCTErrorMsg.js +25 -0
  5. package/dist/cjs/index.js +117 -114
  6. package/dist/cjs/stats1.html +1 -1
  7. package/dist/cjs/utils/cterror.js +62 -0
  8. package/dist/components.css +2516 -2512
  9. package/dist/esm/core/CTModalFooterError/CTModalFooterError.style.js +3 -0
  10. package/dist/esm/core/CTModalFooterError/index.js +40 -0
  11. package/dist/esm/core/ConfigProvider/index.js +9 -4
  12. package/dist/esm/hooks/useCTErrorMsg.js +23 -0
  13. package/dist/esm/index.js +2 -1
  14. package/dist/esm/stats1.html +1 -1
  15. package/dist/esm/utils/cterror.js +56 -0
  16. package/dist/linaria.merged.scss +2547 -2542
  17. package/dist/src/core/CTModalFooterError/CTModalFooterError.style.d.ts +1 -0
  18. package/dist/src/core/CTModalFooterError/CTModalFooterError.type.d.ts +56 -0
  19. package/dist/src/core/CTModalFooterError/index.d.ts +3 -0
  20. package/dist/src/core/ConfigProvider/index.d.ts +6 -1
  21. package/dist/src/core/index.d.ts +1 -0
  22. package/dist/src/hooks/__tests__/useCTErrorMsg.test.d.ts +1 -0
  23. package/dist/src/hooks/index.d.ts +1 -0
  24. package/dist/src/hooks/useCTErrorMsg.d.ts +7 -0
  25. package/dist/src/utils/__test__/cterror.test.d.ts +1 -0
  26. package/dist/src/utils/cterror.d.ts +29 -0
  27. package/dist/src/utils/index.d.ts +1 -0
  28. package/dist/src/utils/type.d.ts +32 -0
  29. package/dist/stories/docs/core/CTModalFooterError.stories.d.ts +47 -0
  30. package/dist/style.css +2210 -2206
  31. package/package.json +5 -4
package/dist/style.css CHANGED
@@ -29672,35 +29672,6 @@ html body {
29672
29672
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29673
29673
  }
29674
29674
  }
29675
- .E_b1nip9bk {
29676
- padding: 4px 11px;
29677
- }
29678
-
29679
- .E_bqamoqe {
29680
- white-space: nowrap;
29681
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29682
- }
29683
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29684
- --color: #0080ff;
29685
- }
29686
- .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] {
29687
- --color: #0080ff;
29688
- }
29689
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29690
- margin-left: 1px;
29691
- }
29692
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29693
- border-top-right-radius: 0;
29694
- border-bottom-right-radius: 0;
29695
- }
29696
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29697
- border-top-left-radius: 0;
29698
- border-bottom-left-radius: 0;
29699
- }
29700
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29701
- border-radius: unset;
29702
- }
29703
-
29704
29675
  .E_c18gxmrl {
29705
29676
  border: 1px solid #d8deeb;
29706
29677
  border-radius: 4px;
@@ -29721,42 +29692,6 @@ html body {
29721
29692
  padding: 8px 12px;
29722
29693
  }
29723
29694
 
29724
- .E_berrcjl {
29725
- color: rgba(10, 37, 85, 0.6);
29726
- margin-bottom: 4px;
29727
- }
29728
- .E_berrcjl .breadcrumb-link {
29729
- color: rgba(10, 37, 85, 0.6);
29730
- cursor: pointer;
29731
- transition: color 160ms ease;
29732
- }
29733
- .E_berrcjl .breadcrumb-link:hover {
29734
- color: #0080ff;
29735
- }
29736
- .E_berrcjl .breadcrumb-link:active {
29737
- color: #005ed1;
29738
- }
29739
-
29740
- .E_m74vjol {
29741
- display: flex;
29742
- justify-content: space-between;
29743
- width: 100%;
29744
- }
29745
- .E_m74vjol .action {
29746
- margin-left: 16px;
29747
- }
29748
-
29749
- .E_a1o35uvh.ant-alert-closable {
29750
- padding-right: 12px;
29751
- }
29752
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29753
- height: fit-content;
29754
- margin-left: 16px;
29755
- }
29756
- .E_a1o35uvh .ant-alert-message {
29757
- flex: 1;
29758
- }
29759
-
29760
29695
  .E_b1wx3t3t.ant-btn-icon-only {
29761
29696
  justify-content: center;
29762
29697
  }
@@ -30014,6 +29949,42 @@ html body {
30014
29949
  justify-content: center;
30015
29950
  }
30016
29951
 
29952
+ .E_m74vjol {
29953
+ display: flex;
29954
+ justify-content: space-between;
29955
+ width: 100%;
29956
+ }
29957
+ .E_m74vjol .action {
29958
+ margin-left: 16px;
29959
+ }
29960
+
29961
+ .E_a1o35uvh.ant-alert-closable {
29962
+ padding-right: 12px;
29963
+ }
29964
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29965
+ height: fit-content;
29966
+ margin-left: 16px;
29967
+ }
29968
+ .E_a1o35uvh .ant-alert-message {
29969
+ flex: 1;
29970
+ }
29971
+
29972
+ .E_berrcjl {
29973
+ color: rgba(10, 37, 85, 0.6);
29974
+ margin-bottom: 4px;
29975
+ }
29976
+ .E_berrcjl .breadcrumb-link {
29977
+ color: rgba(10, 37, 85, 0.6);
29978
+ cursor: pointer;
29979
+ transition: color 160ms ease;
29980
+ }
29981
+ .E_berrcjl .breadcrumb-link:hover {
29982
+ color: #0080ff;
29983
+ }
29984
+ .E_berrcjl .breadcrumb-link:active {
29985
+ color: #005ed1;
29986
+ }
29987
+
30017
29988
  .E_c1uzzomf {
30018
29989
  margin-bottom: 16px;
30019
29990
  }
@@ -30036,6 +30007,48 @@ html body {
30036
30007
  text-align: center;
30037
30008
  }
30038
30009
 
30010
+ .E_b1nip9bk {
30011
+ padding: 4px 11px;
30012
+ }
30013
+
30014
+ .E_bqamoqe {
30015
+ white-space: nowrap;
30016
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30017
+ }
30018
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30019
+ --color: #0080ff;
30020
+ }
30021
+ .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] {
30022
+ --color: #0080ff;
30023
+ }
30024
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30025
+ margin-left: 1px;
30026
+ }
30027
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30028
+ border-top-right-radius: 0;
30029
+ border-bottom-right-radius: 0;
30030
+ }
30031
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30032
+ border-top-left-radius: 0;
30033
+ border-bottom-left-radius: 0;
30034
+ }
30035
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30036
+ border-radius: unset;
30037
+ }
30038
+
30039
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30040
+ padding: 4px 8px 0 8px;
30041
+ color: rgba(44, 56, 82, 0.6);
30042
+ font-size: 12px;
30043
+ }
30044
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30045
+ padding-bottom: 6px;
30046
+ }
30047
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30048
+ padding-top: 4px;
30049
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30050
+ }
30051
+
30039
30052
  .E_d1bw7c5z {
30040
30053
  position: relative;
30041
30054
  max-width: 388px;
@@ -30119,95 +30132,6 @@ html body {
30119
30132
  width: 102px;
30120
30133
  }
30121
30134
 
30122
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30123
- padding: 4px 8px 0 8px;
30124
- color: rgba(44, 56, 82, 0.6);
30125
- font-size: 12px;
30126
- }
30127
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30128
- padding-bottom: 6px;
30129
- }
30130
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30131
- padding-top: 4px;
30132
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30133
- }
30134
-
30135
- .E_sx1bpnu .ant-input-sm {
30136
- line-height: 18px;
30137
- }
30138
-
30139
- .E_iouxfgt {
30140
- display: inline-flex;
30141
- align-items: center;
30142
- }
30143
- .E_iouxfgt .icon-inner {
30144
- display: inline-flex;
30145
- align-items: center;
30146
- justify-content: center;
30147
- }
30148
- .E_iouxfgt .icon-inner + span,
30149
- .E_iouxfgt span + .icon-inner.suffix {
30150
- margin-left: 4px;
30151
- }
30152
- .E_iouxfgt.is-rotate img,
30153
- .E_iouxfgt.is-rotate svg {
30154
- animation: rotate 680ms linear infinite;
30155
- }
30156
-
30157
- .E_atcz0kf .ant-input-suffix {
30158
- margin-left: 8px;
30159
- }
30160
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30161
- padding: 2px 7px 2px 12px;
30162
- }
30163
-
30164
- .E_f7pxqmh {
30165
- width: 100%;
30166
- margin-bottom: 0 !important;
30167
- flex-flow: nowrap !important;
30168
- line-break: auto;
30169
- }
30170
- .E_f7pxqmh > .ant-form-item-label {
30171
- text-align: left !important;
30172
- padding-bottom: 0 !important;
30173
- }
30174
- .E_f7pxqmh > .ant-form-item-label > label {
30175
- min-height: 32px;
30176
- height: auto;
30177
- font-size: 13px;
30178
- color: rgba(44, 56, 82, 0.6);
30179
- white-space: normal;
30180
- }
30181
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
30182
- border-color: #ff4d4f !important;
30183
- }
30184
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30185
- border-color: #ff4d4f !important;
30186
- }
30187
- .E_f7pxqmh .ant-form-item-explain {
30188
- margin-top: 4px;
30189
- font-size: 12px;
30190
- min-height: 0px;
30191
- }
30192
- .E_f7pxqmh .ant-form-item-extra {
30193
- font-size: 12px;
30194
- color: rgba(44, 56, 82, 0.6);
30195
- min-height: 0px;
30196
- }
30197
-
30198
- .E_i1inqkme {
30199
- height: 18px;
30200
- line-height: 18px;
30201
- padding: 0 4px;
30202
- border-radius: 4px;
30203
- background: rgba(235, 239, 245, 0.6);
30204
- border: 1px solid rgba(223, 228, 235, 0.6);
30205
- display: flex;
30206
- align-items: center;
30207
- white-space: nowrap;
30208
- margin-right: 4px;
30209
- }
30210
-
30211
30135
  .E_fzh9mnb {
30212
30136
  width: 100%;
30213
30137
  height: 100%;
@@ -30223,16 +30147,8 @@ html body {
30223
30147
  font-size: 18px;
30224
30148
  }
30225
30149
 
30226
- .E_itxley7.ant-input-group.ant-input-group-compact {
30227
- display: flex;
30228
- }
30229
- .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 {
30230
- border-bottom-left-radius: 5px;
30231
- border-top-left-radius: 5px;
30232
- }
30233
- .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 {
30234
- border-bottom-right-radius: 5px;
30235
- border-top-right-radius: 5px;
30150
+ .E_sx1bpnu .ant-input-sm {
30151
+ line-height: 18px;
30236
30152
  }
30237
30153
 
30238
30154
  .E_ai7qkf2 .ant-input-number-handler-wrap {
@@ -30295,14 +30211,85 @@ html body {
30295
30211
  padding: 2px 8px;
30296
30212
  }
30297
30213
 
30298
- .E_a1wfy30z .ant-input-number-handler-wrap {
30299
- display: var(--a1wfy30z-0);
30214
+ .E_f7pxqmh {
30215
+ width: 100%;
30216
+ margin-bottom: 0 !important;
30217
+ flex-flow: nowrap !important;
30218
+ line-break: auto;
30300
30219
  }
30301
- .E_a1wfy30z .ant-input-number-input-wrap {
30302
- padding: 4px 11px;
30303
- display: inline-flex;
30304
- line-height: 1.5715;
30305
- height: inherit;
30220
+ .E_f7pxqmh > .ant-form-item-label {
30221
+ text-align: left !important;
30222
+ padding-bottom: 0 !important;
30223
+ }
30224
+ .E_f7pxqmh > .ant-form-item-label > label {
30225
+ min-height: 32px;
30226
+ height: auto;
30227
+ font-size: 13px;
30228
+ color: rgba(44, 56, 82, 0.6);
30229
+ white-space: normal;
30230
+ }
30231
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
30232
+ border-color: #ff4d4f !important;
30233
+ }
30234
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30235
+ border-color: #ff4d4f !important;
30236
+ }
30237
+ .E_f7pxqmh .ant-form-item-explain {
30238
+ margin-top: 4px;
30239
+ font-size: 12px;
30240
+ min-height: 0px;
30241
+ }
30242
+ .E_f7pxqmh .ant-form-item-extra {
30243
+ font-size: 12px;
30244
+ color: rgba(44, 56, 82, 0.6);
30245
+ min-height: 0px;
30246
+ }
30247
+
30248
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30249
+ display: flex;
30250
+ }
30251
+ .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 {
30252
+ border-bottom-left-radius: 5px;
30253
+ border-top-left-radius: 5px;
30254
+ }
30255
+ .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 {
30256
+ border-bottom-right-radius: 5px;
30257
+ border-top-right-radius: 5px;
30258
+ }
30259
+
30260
+ .E_atcz0kf .ant-input-suffix {
30261
+ margin-left: 8px;
30262
+ }
30263
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30264
+ padding: 2px 7px 2px 12px;
30265
+ }
30266
+
30267
+ .E_iouxfgt {
30268
+ display: inline-flex;
30269
+ align-items: center;
30270
+ }
30271
+ .E_iouxfgt .icon-inner {
30272
+ display: inline-flex;
30273
+ align-items: center;
30274
+ justify-content: center;
30275
+ }
30276
+ .E_iouxfgt .icon-inner + span,
30277
+ .E_iouxfgt span + .icon-inner.suffix {
30278
+ margin-left: 4px;
30279
+ }
30280
+ .E_iouxfgt.is-rotate img,
30281
+ .E_iouxfgt.is-rotate svg {
30282
+ animation: rotate 680ms linear infinite;
30283
+ }
30284
+
30285
+ .E_a1wfy30z .ant-input-number-handler-wrap {
30286
+ display: var(--a1wfy30z-0);
30287
+ }
30288
+ .E_a1wfy30z .ant-input-number-input-wrap {
30289
+ padding: 4px 11px;
30290
+ display: inline-flex;
30291
+ line-height: 1.5715;
30292
+ height: inherit;
30306
30293
  }
30307
30294
  .E_a1wfy30z .ant-input-number-input-wrap::after {
30308
30295
  content: var(--a1wfy30z-1);
@@ -30326,61 +30313,52 @@ html body {
30326
30313
  font-size: inherit;
30327
30314
  }
30328
30315
 
30329
- .E_phljevk {
30330
- display: flex;
30331
- justify-content: space-between;
30332
- align-items: center;
30333
- padding: 10px 0;
30334
- color: rgba(44, 56, 82, 0.6);
30335
- font-size: 12px;
30336
- line-height: 24px;
30337
- }
30338
- .E_phljevk .pagination-left {
30339
- padding: 2px 8px;
30340
- }
30341
- .E_phljevk .dropdown-trigger {
30316
+ .E_i1inqkme {
30317
+ height: 18px;
30318
+ line-height: 18px;
30319
+ padding: 0 4px;
30320
+ border-radius: 4px;
30321
+ background: rgba(235, 239, 245, 0.6);
30322
+ border: 1px solid rgba(223, 228, 235, 0.6);
30342
30323
  display: flex;
30343
30324
  align-items: center;
30344
- border-radius: 6px;
30345
- cursor: pointer;
30346
- transition: all 0.3s ease;
30325
+ white-space: nowrap;
30326
+ margin-right: 4px;
30347
30327
  }
30348
- .E_phljevk .dropdown-trigger:hover {
30349
- background: rgba(211, 218, 235, 0.6);
30350
- color: #0080ff;
30328
+
30329
+ .E_owd0kml {
30330
+ display: inline-block;
30351
30331
  }
30352
- .E_phljevk .dropdown-trigger .icon-inner {
30353
- margin-left: 4px;
30332
+
30333
+ .E_h1jsgezc {
30334
+ visibility: hidden;
30335
+ position: absolute;
30354
30336
  }
30355
- .E_phljevk .pagination-right {
30356
- display: flex;
30357
- align-items: center;
30358
- color: #0080ff;
30359
- font-weight: bold;
30337
+
30338
+ .E_i11gg7mj .ant-input-prefix {
30339
+ margin-right: 8px;
30360
30340
  }
30361
- .E_phljevk .pagination-right .icon-inner {
30362
- margin-left: 4px;
30341
+ .E_i11gg7mj .ant-input-suffix {
30342
+ margin-left: 8px;
30363
30343
  }
30364
- .E_phljevk .pagination-right .prev-btn,
30365
- .E_phljevk .pagination-right .next-btn {
30366
- padding: 0 8px;
30344
+
30345
+ .E_cc368xp {
30346
+ color: #00122e;
30347
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30348
+ margin-right: 8px;
30349
+ padding-right: 8px;
30367
30350
  }
30368
- .E_phljevk .pagination-right .prev-btn > span,
30369
- .E_phljevk .pagination-right .next-btn > span {
30370
- color: #0080ff;
30351
+
30352
+ .E_i11o6xqj {
30353
+ display: flex;
30354
+ gap: 4px;
30371
30355
  }
30372
- .E_phljevk .pagination-right .next-btn .icon-inner {
30373
- transform: rotate(180deg);
30356
+ .E_i11o6xqj .icon-wrapper {
30357
+ cursor: pointer;
30374
30358
  }
30375
30359
 
30376
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30377
- max-height: calc(100vh - 128px);
30378
- overflow-y: auto;
30379
- }
30380
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30381
- padding: 4px 20px;
30382
- font-size: 12px;
30383
- line-height: 18px;
30360
+ .E_d19ruhdj.icon-wrapper {
30361
+ cursor: not-allowed;
30384
30362
  }
30385
30363
 
30386
30364
  .E_rapgekc.ant-radio-wrapper {
@@ -30529,51 +30507,6 @@ html body {
30529
30507
  width: 36px;
30530
30508
  }
30531
30509
 
30532
- .E_owd0kml {
30533
- display: inline-block;
30534
- }
30535
-
30536
- .E_h1jsgezc {
30537
- visibility: hidden;
30538
- position: absolute;
30539
- }
30540
-
30541
- .E_i11gg7mj .ant-input-prefix {
30542
- margin-right: 8px;
30543
- }
30544
- .E_i11gg7mj .ant-input-suffix {
30545
- margin-left: 8px;
30546
- }
30547
-
30548
- .E_cc368xp {
30549
- color: #00122e;
30550
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30551
- margin-right: 8px;
30552
- padding-right: 8px;
30553
- }
30554
-
30555
- .E_i11o6xqj {
30556
- display: flex;
30557
- gap: 4px;
30558
- }
30559
- .E_i11o6xqj .icon-wrapper {
30560
- cursor: pointer;
30561
- }
30562
-
30563
- .E_d19ruhdj.icon-wrapper {
30564
- cursor: not-allowed;
30565
- }
30566
-
30567
- .E_ivqqkzv {
30568
- height: 24px;
30569
- width: 56px !important;
30570
- margin-right: 4px;
30571
- }
30572
-
30573
- .E_c1wk4q29 {
30574
- color: rgba(44, 56, 82, 0.6);
30575
- }
30576
-
30577
30510
  .E_c1bus5hc {
30578
30511
  --color: white;
30579
30512
  height: 14px;
@@ -30614,47 +30547,103 @@ html body {
30614
30547
  transform: rotate(0deg);
30615
30548
  }
30616
30549
 
30617
- .E_c1yyuluq {
30618
- border-radius: 8px;
30619
- }
30620
- .E_c1yyuluq .ant-card-body {
30621
- padding: 20px 24px 24px 24px;
30550
+ .E_ivqqkzv {
30551
+ height: 24px;
30552
+ width: 56px !important;
30553
+ margin-right: 4px;
30622
30554
  }
30623
30555
 
30624
- .E_tju3gfj .date {
30625
- margin-right: 4px;
30556
+ .E_c1wk4q29 {
30557
+ color: rgba(44, 56, 82, 0.6);
30626
30558
  }
30627
30559
 
30628
- .E_cnujxq2 {
30560
+ .E_phljevk {
30629
30561
  display: flex;
30630
- flex-direction: column;
30562
+ justify-content: space-between;
30563
+ align-items: center;
30564
+ padding: 10px 0;
30565
+ color: rgba(44, 56, 82, 0.6);
30566
+ font-size: 12px;
30567
+ line-height: 24px;
30631
30568
  }
30632
-
30633
- .E_m7s48ia {
30634
- max-width: 1120px;
30635
- width: 100%;
30636
- margin: 0 auto;
30637
- height: 100%;
30569
+ .E_phljevk .pagination-left {
30570
+ padding: 2px 8px;
30638
30571
  }
30639
-
30640
- .E_wt5zbg6 {
30641
- max-width: 1120px;
30642
- width: 100%;
30643
- margin: 0 auto;
30572
+ .E_phljevk .dropdown-trigger {
30644
30573
  display: flex;
30574
+ align-items: center;
30575
+ border-radius: 6px;
30576
+ cursor: pointer;
30577
+ transition: all 0.3s ease;
30645
30578
  }
30646
- .E_wt5zbg6 .left,
30647
- .E_wt5zbg6 .right {
30648
- flex-grow: 0;
30649
- flex-shrink: 0;
30650
- flex-basis: 21%;
30579
+ .E_phljevk .dropdown-trigger:hover {
30580
+ background: rgba(211, 218, 235, 0.6);
30581
+ color: #0080ff;
30651
30582
  }
30652
- .E_wt5zbg6 .left {
30583
+ .E_phljevk .dropdown-trigger .icon-inner {
30584
+ margin-left: 4px;
30585
+ }
30586
+ .E_phljevk .pagination-right {
30653
30587
  display: flex;
30654
- justify-content: flex-end;
30655
- padding-right: 44px;
30588
+ align-items: center;
30589
+ color: #0080ff;
30590
+ font-weight: bold;
30656
30591
  }
30657
- .E_wt5zbg6 .right {
30592
+ .E_phljevk .pagination-right .icon-inner {
30593
+ margin-left: 4px;
30594
+ }
30595
+ .E_phljevk .pagination-right .prev-btn,
30596
+ .E_phljevk .pagination-right .next-btn {
30597
+ padding: 0 8px;
30598
+ }
30599
+ .E_phljevk .pagination-right .prev-btn > span,
30600
+ .E_phljevk .pagination-right .next-btn > span {
30601
+ color: #0080ff;
30602
+ }
30603
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30604
+ transform: rotate(180deg);
30605
+ }
30606
+
30607
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30608
+ max-height: calc(100vh - 128px);
30609
+ overflow-y: auto;
30610
+ }
30611
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30612
+ padding: 4px 20px;
30613
+ font-size: 12px;
30614
+ line-height: 18px;
30615
+ }
30616
+
30617
+ .E_cnujxq2 {
30618
+ display: flex;
30619
+ flex-direction: column;
30620
+ }
30621
+
30622
+ .E_m7s48ia {
30623
+ max-width: 1120px;
30624
+ width: 100%;
30625
+ margin: 0 auto;
30626
+ height: 100%;
30627
+ }
30628
+
30629
+ .E_wt5zbg6 {
30630
+ max-width: 1120px;
30631
+ width: 100%;
30632
+ margin: 0 auto;
30633
+ display: flex;
30634
+ }
30635
+ .E_wt5zbg6 .left,
30636
+ .E_wt5zbg6 .right {
30637
+ flex-grow: 0;
30638
+ flex-shrink: 0;
30639
+ flex-basis: 21%;
30640
+ }
30641
+ .E_wt5zbg6 .left {
30642
+ display: flex;
30643
+ justify-content: flex-end;
30644
+ padding-right: 44px;
30645
+ }
30646
+ .E_wt5zbg6 .right {
30658
30647
  padding-left: 44px;
30659
30648
  }
30660
30649
  .E_wt5zbg6 .middle {
@@ -31314,6 +31303,154 @@ input.E_rf8rlle.ant-input {
31314
31303
  color: rgba(44, 56, 82, 0.7490196078);
31315
31304
  }
31316
31305
 
31306
+ .E_c1yyuluq {
31307
+ border-radius: 8px;
31308
+ }
31309
+ .E_c1yyuluq .ant-card-body {
31310
+ padding: 20px 24px 24px 24px;
31311
+ }
31312
+
31313
+ .E_s1dizucg.ant-switch {
31314
+ min-width: 40px;
31315
+ height: 24px;
31316
+ background: rgba(172, 186, 211, 0.6);
31317
+ overflow: hidden;
31318
+ }
31319
+ .E_s1dizucg.ant-switch:focus {
31320
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31321
+ }
31322
+ .E_s1dizucg.ant-switch-small {
31323
+ min-width: 26px;
31324
+ height: 16px;
31325
+ }
31326
+ .E_s1dizucg.ant-switch-large {
31327
+ min-width: 52px;
31328
+ height: 32px;
31329
+ }
31330
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31331
+ height: 20px;
31332
+ width: 20px;
31333
+ }
31334
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
31335
+ border-radius: 10px;
31336
+ transition-delay: 120ms;
31337
+ }
31338
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
31339
+ height: 14px;
31340
+ width: 14px;
31341
+ top: 1px;
31342
+ left: 1px;
31343
+ }
31344
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
31345
+ height: 28px;
31346
+ width: 28px;
31347
+ }
31348
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31349
+ border-radius: 14px;
31350
+ }
31351
+ .E_s1dizucg.ant-switch-checked {
31352
+ background-color: #00ba5d;
31353
+ }
31354
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31355
+ left: calc(100% - 20px - 2px);
31356
+ }
31357
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31358
+ left: calc(100% - 14px - 1px);
31359
+ }
31360
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31361
+ left: calc(100% - 28px - 2px);
31362
+ }
31363
+
31364
+ .E_c1up6e3y {
31365
+ margin-left: 5px;
31366
+ }
31367
+
31368
+ .E_s1sck0th {
31369
+ padding: 0 8px;
31370
+ border-radius: 4px;
31371
+ }
31372
+
31373
+ .E_m855nr1 {
31374
+ padding: 2px 8px;
31375
+ border-radius: 3px;
31376
+ }
31377
+
31378
+ .E_l1270xpg {
31379
+ padding: 3px 8px;
31380
+ border-radius: 2px;
31381
+ }
31382
+
31383
+ .E_t14rextb.ant-tag:hover {
31384
+ opacity: unset;
31385
+ }
31386
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31387
+ margin: 0;
31388
+ margin-right: 8px;
31389
+ display: inline-flex;
31390
+ align-items: center;
31391
+ border: none;
31392
+ }
31393
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31394
+ width: 16px;
31395
+ height: 16px;
31396
+ color: inherit;
31397
+ margin-left: 4px;
31398
+ opacity: 0.6;
31399
+ display: inline-flex;
31400
+ }
31401
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31402
+ opacity: 1;
31403
+ }
31404
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31405
+ color: #0080ff;
31406
+ background-color: rgba(0, 136, 255, 0.1);
31407
+ }
31408
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31409
+ color: #f0483e;
31410
+ background-color: rgba(255, 74, 74, 0.1);
31411
+ }
31412
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31413
+ color: #e07f00;
31414
+ background-color: rgba(255, 187, 0, 0.1);
31415
+ }
31416
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31417
+ color: #008f4c;
31418
+ background-color: rgba(30, 201, 127, 0.1);
31419
+ }
31420
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31421
+ color: #1d326c;
31422
+ background-color: rgba(225, 230, 241, 0.6);
31423
+ }
31424
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31425
+ color: #7E41FF;
31426
+ background-color: rgba(126, 65, 255, 0.1);
31427
+ }
31428
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31429
+ color: #fff;
31430
+ }
31431
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31432
+ background-color: #f0483e;
31433
+ }
31434
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31435
+ background-color: #fea008;
31436
+ }
31437
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31438
+ background-color: #00ba5d;
31439
+ }
31440
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31441
+ background-color: #0080ff;
31442
+ }
31443
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31444
+ background-color: #6b7d99;
31445
+ }
31446
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31447
+ background-color: #7E41FF;
31448
+ }
31449
+
31450
+ .E_tju3gfj .date {
31451
+ margin-right: 4px;
31452
+ }
31453
+
31317
31454
  .E_s1dni7lo {
31318
31455
  width: 430px !important;
31319
31456
  }
@@ -31395,39 +31532,110 @@ input.E_rf8rlle.ant-input {
31395
31532
  opacity: 0;
31396
31533
  }
31397
31534
 
31398
- .E_dsnbhzf {
31399
- font-family: Inter;
31400
- font-style: normal;
31535
+ .E_a1b5xrg3 .user-icon-inner {
31536
+ display: inline-flex;
31537
+ align-items: center;
31538
+ justify-content: center;
31539
+ color: #fff;
31401
31540
  font-weight: bold;
31402
- font-size: 32px;
31403
- line-height: 40px;
31541
+ font-size: 12px;
31542
+ width: 24px;
31543
+ height: 24px;
31544
+ border-radius: 50%;
31545
+ background: var(--a1b5xrg3-0);
31404
31546
  }
31405
-
31406
- .E_d1mvo22k {
31407
- font-family: Inter;
31408
- font-style: normal;
31409
- font-weight: bold;
31410
- font-size: 24px;
31411
- line-height: 32px;
31547
+ .E_a1b5xrg3.btn-item {
31548
+ transition: all 160ms ease;
31549
+ cursor: pointer;
31550
+ width: 56px;
31551
+ height: 40px;
31552
+ display: inline-flex;
31553
+ align-items: center;
31554
+ justify-content: center;
31555
+ border-radius: 6px;
31412
31556
  }
31413
-
31414
- .E_d1b444tr {
31415
- font-family: Inter;
31416
- font-style: normal;
31417
- font-weight: normal;
31418
- font-size: 32px;
31419
- line-height: 40px;
31557
+ .E_a1b5xrg3.btn-item:hover {
31558
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31559
+ }
31560
+ .E_a1b5xrg3.btn-item:active {
31561
+ transform: translateY(2px);
31562
+ transition: all 320ms ease;
31420
31563
  }
31421
31564
 
31422
- .E_dvs0kue {
31423
- font-family: Inter;
31424
- font-style: normal;
31425
- font-weight: bold;
31426
- font-size: 20px;
31427
- line-height: 24px;
31565
+ .E_iq1gosr {
31566
+ display: inline-block;
31428
31567
  }
31429
31568
 
31430
- .E_d1hcbfcq {
31569
+ .E_ccrbeuz .ant-collapse-item {
31570
+ border: 0px;
31571
+ background-color: #fff;
31572
+ }
31573
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
31574
+ padding-top: 0px;
31575
+ padding-bottom: 0px;
31576
+ padding-left: 0px !important;
31577
+ padding-right: 24px;
31578
+ }
31579
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31580
+ right: 0px;
31581
+ }
31582
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31583
+ padding: 0px;
31584
+ }
31585
+
31586
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
31587
+ padding-right: 0px;
31588
+ cursor: default;
31589
+ }
31590
+
31591
+ .E_t1m2x205 .ant-tooltip-arrow {
31592
+ display: none;
31593
+ }
31594
+ .E_t1m2x205 .ant-tooltip-inner {
31595
+ background: rgba(23, 38, 64, 0.8);
31596
+ border-radius: 4px;
31597
+ }
31598
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31599
+ visibility: hidden;
31600
+ }
31601
+
31602
+ .E_m196gn1d {
31603
+ min-width: 1280px;
31604
+ }
31605
+
31606
+ .E_dsnbhzf {
31607
+ font-family: Inter;
31608
+ font-style: normal;
31609
+ font-weight: bold;
31610
+ font-size: 32px;
31611
+ line-height: 40px;
31612
+ }
31613
+
31614
+ .E_d1mvo22k {
31615
+ font-family: Inter;
31616
+ font-style: normal;
31617
+ font-weight: bold;
31618
+ font-size: 24px;
31619
+ line-height: 32px;
31620
+ }
31621
+
31622
+ .E_d1b444tr {
31623
+ font-family: Inter;
31624
+ font-style: normal;
31625
+ font-weight: normal;
31626
+ font-size: 32px;
31627
+ line-height: 40px;
31628
+ }
31629
+
31630
+ .E_dvs0kue {
31631
+ font-family: Inter;
31632
+ font-style: normal;
31633
+ font-weight: bold;
31634
+ font-size: 20px;
31635
+ line-height: 24px;
31636
+ }
31637
+
31638
+ .E_d1hcbfcq {
31431
31639
  font-family: Inter;
31432
31640
  font-style: normal;
31433
31641
  font-weight: normal;
@@ -31870,336 +32078,128 @@ input.E_rf8rlle.ant-input {
31870
32078
  line-height: 12px;
31871
32079
  }
31872
32080
 
31873
- .E_s1dizucg.ant-switch {
31874
- min-width: 40px;
31875
- height: 24px;
31876
- background: rgba(172, 186, 211, 0.6);
31877
- overflow: hidden;
31878
- }
31879
- .E_s1dizucg.ant-switch:focus {
31880
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
32081
+ .E_hrhfj7c {
32082
+ display: none;
31881
32083
  }
31882
- .E_s1dizucg.ant-switch-small {
31883
- min-width: 26px;
31884
- height: 16px;
32084
+
32085
+ .E_dt9qoak .bottom {
32086
+ color: rgba(44, 56, 82, 0.75);
31885
32087
  }
31886
- .E_s1dizucg.ant-switch-large {
31887
- min-width: 52px;
31888
- height: 32px;
32088
+ .E_dt9qoak .left {
32089
+ min-width: 0;
31889
32090
  }
31890
- .E_s1dizucg.ant-switch .ant-switch-handle {
31891
- height: 20px;
31892
- width: 20px;
32091
+
32092
+ .E_crhnxq5 {
32093
+ display: flex;
32094
+ flex-direction: row;
32095
+ justify-content: space-between;
31893
32096
  }
31894
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31895
- border-radius: 10px;
31896
- transition-delay: 120ms;
32097
+ .E_crhnxq5 .label {
32098
+ color: rgba(44, 56, 82, 0.6);
32099
+ font-weight: 400;
31897
32100
  }
31898
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31899
- height: 14px;
31900
- width: 14px;
31901
- top: 1px;
31902
- left: 1px;
32101
+
32102
+ .E_c1iq43vd {
32103
+ display: flex;
32104
+ flex-direction: column;
32105
+ justify-content: center;
32106
+ align-items: center;
32107
+ height: 240px;
32108
+ width: 432px;
31903
32109
  }
31904
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31905
- height: 28px;
31906
- width: 28px;
32110
+
32111
+ .E_c1h2v0a8.ant-input-affix-wrapper {
32112
+ border-radius: 0px;
32113
+ box-shadow: unset;
32114
+ border: 0;
32115
+ border-bottom: 1px solid #e4e9f2;
31907
32116
  }
31908
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31909
- border-radius: 14px;
32117
+
32118
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
32119
+ padding: 4px;
31910
32120
  }
31911
- .E_s1dizucg.ant-switch-checked {
31912
- background-color: #00ba5d;
32121
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
32122
+ line-height: normal;
31913
32123
  }
31914
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31915
- left: calc(100% - 20px - 2px);
32124
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
32125
+ height: 22px;
31916
32126
  }
31917
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31918
- left: calc(100% - 14px - 1px);
32127
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
32128
+ row-gap: 2px;
31919
32129
  }
31920
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31921
- left: calc(100% - 28px - 2px);
32130
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
32131
+ line-height: normal;
31922
32132
  }
31923
-
31924
- .E_c1up6e3y {
31925
- margin-left: 5px;
32133
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
32134
+ max-width: 100%;
31926
32135
  }
31927
-
31928
- .E_s1sck0th {
31929
- padding: 0 8px;
31930
- border-radius: 4px;
32136
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
32137
+ font-size: 13px;
32138
+ line-height: 20px;
31931
32139
  }
31932
32140
 
31933
- .E_m855nr1 {
31934
- padding: 2px 8px;
31935
- border-radius: 3px;
32141
+ .E_c1ec3mnt {
32142
+ font-size: 13px;
31936
32143
  }
31937
32144
 
31938
- .E_l1270xpg {
31939
- padding: 3px 8px;
31940
- border-radius: 2px;
32145
+ .E_c1iye0zj {
32146
+ padding: 7px 14px;
32147
+ height: 20px;
32148
+ font-weight: 400;
32149
+ box-sizing: content-box;
32150
+ color: rgba(44, 56, 82, 0.75);
32151
+ display: flex;
32152
+ flex-direction: row;
32153
+ justify-content: space-between;
32154
+ align-items: center;
32155
+ border-bottom: 1px solid #e4e9f2;
31941
32156
  }
31942
32157
 
31943
- .E_t14rextb.ant-tag:hover {
31944
- opacity: unset;
31945
- }
31946
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31947
- margin: 0;
31948
- margin-right: 8px;
31949
- display: inline-flex;
31950
- align-items: center;
31951
- border: none;
32158
+ .E_ckhyuyx {
32159
+ box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
32160
+ border-radius: 8px;
32161
+ padding: 0px;
31952
32162
  }
31953
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31954
- width: 16px;
31955
- height: 16px;
31956
- color: inherit;
31957
- margin-left: 4px;
31958
- opacity: 0.6;
31959
- display: inline-flex;
32163
+ .E_ckhyuyx ul.antd5-cascader-menu {
32164
+ padding: 6px;
32165
+ height: 240px;
31960
32166
  }
31961
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31962
- opacity: 1;
32167
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
32168
+ min-width: 296px;
32169
+ padding: 4px 4px 4px 8px;
32170
+ color: #00122e;
32171
+ margin-bottom: 2px;
31963
32172
  }
31964
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31965
- color: #0080ff;
31966
- background-color: rgba(0, 136, 255, 0.1);
32173
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
32174
+ vertical-align: middle;
31967
32175
  }
31968
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31969
- color: #f0483e;
31970
- background-color: rgba(255, 74, 74, 0.1);
32176
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
32177
+ font-weight: 400;
31971
32178
  }
31972
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31973
- color: #e07f00;
31974
- background-color: rgba(255, 187, 0, 0.1);
32179
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
32180
+ font-weight: 400;
31975
32181
  }
31976
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31977
- color: #008f4c;
31978
- background-color: rgba(30, 201, 127, 0.1);
32182
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
32183
+ background: rgba(0, 136, 255, 0.2);
31979
32184
  }
31980
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31981
- color: #1d326c;
31982
- background-color: rgba(225, 230, 241, 0.6);
32185
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
32186
+ fill: #0080ff;
31983
32187
  }
31984
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31985
- color: #7E41FF;
31986
- background-color: rgba(126, 65, 255, 0.1);
32188
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
32189
+ background: rgba(225, 230, 241, 0.6);
32190
+ font-weight: 400;
31987
32191
  }
31988
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31989
- color: #fff;
32192
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
32193
+ fill: #0080ff;
31990
32194
  }
31991
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31992
- background-color: #f0483e;
32195
+ .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
32196
+ background: rgba(211, 218, 235, 0.6);
31993
32197
  }
31994
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31995
- background-color: #fea008;
32198
+ .E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
32199
+ align-self: flex-start;
31996
32200
  }
31997
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31998
- background-color: #00ba5d;
31999
- }
32000
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32001
- background-color: #0080ff;
32002
- }
32003
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32004
- background-color: #6b7d99;
32005
- }
32006
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32007
- background-color: #7E41FF;
32008
- }
32009
-
32010
- .E_iq1gosr {
32011
- display: inline-block;
32012
- }
32013
-
32014
- .E_a1b5xrg3 .user-icon-inner {
32015
- display: inline-flex;
32016
- align-items: center;
32017
- justify-content: center;
32018
- color: #fff;
32019
- font-weight: bold;
32020
- font-size: 12px;
32021
- width: 24px;
32022
- height: 24px;
32023
- border-radius: 50%;
32024
- background: var(--a1b5xrg3-0);
32025
- }
32026
- .E_a1b5xrg3.btn-item {
32027
- transition: all 160ms ease;
32028
- cursor: pointer;
32029
- width: 56px;
32030
- height: 40px;
32031
- display: inline-flex;
32032
- align-items: center;
32033
- justify-content: center;
32034
- border-radius: 6px;
32035
- }
32036
- .E_a1b5xrg3.btn-item:hover {
32037
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32038
- }
32039
- .E_a1b5xrg3.btn-item:active {
32040
- transform: translateY(2px);
32041
- transition: all 320ms ease;
32042
- }
32043
-
32044
- .E_m196gn1d {
32045
- min-width: 1280px;
32046
- }
32047
-
32048
- .E_t1m2x205 .ant-tooltip-arrow {
32049
- display: none;
32050
- }
32051
- .E_t1m2x205 .ant-tooltip-inner {
32052
- background: rgba(23, 38, 64, 0.8);
32053
- border-radius: 4px;
32054
- }
32055
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
32056
- visibility: hidden;
32057
- }
32058
-
32059
- .E_ccrbeuz .ant-collapse-item {
32060
- border: 0px;
32061
- background-color: #fff;
32062
- }
32063
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32064
- padding-top: 0px;
32065
- padding-bottom: 0px;
32066
- padding-left: 0px !important;
32067
- padding-right: 24px;
32068
- }
32069
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32070
- right: 0px;
32071
- }
32072
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32073
- padding: 0px;
32074
- }
32075
-
32076
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32077
- padding-right: 0px;
32078
- cursor: default;
32079
- }
32080
-
32081
- .E_hrhfj7c {
32082
- display: none;
32083
- }
32084
-
32085
- .E_dt9qoak .bottom {
32086
- color: rgba(44, 56, 82, 0.75);
32087
- }
32088
- .E_dt9qoak .left {
32089
- min-width: 0;
32090
- }
32091
-
32092
- .E_crhnxq5 {
32093
- display: flex;
32094
- flex-direction: row;
32095
- justify-content: space-between;
32096
- }
32097
- .E_crhnxq5 .label {
32098
- color: rgba(44, 56, 82, 0.6);
32099
- font-weight: 400;
32100
- }
32101
-
32102
- .E_c1iq43vd {
32103
- display: flex;
32104
- flex-direction: column;
32105
- justify-content: center;
32106
- align-items: center;
32107
- height: 240px;
32108
- width: 432px;
32109
- }
32110
-
32111
- .E_c1h2v0a8.ant-input-affix-wrapper {
32112
- border-radius: 0px;
32113
- box-shadow: unset;
32114
- border: 0;
32115
- border-bottom: 1px solid #e4e9f2;
32116
- }
32117
-
32118
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
32119
- padding: 4px;
32120
- }
32121
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
32122
- line-height: normal;
32123
- }
32124
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
32125
- height: 22px;
32126
- }
32127
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
32128
- row-gap: 2px;
32129
- }
32130
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
32131
- line-height: normal;
32132
- }
32133
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
32134
- max-width: 100%;
32135
- }
32136
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
32137
- font-size: 13px;
32138
- line-height: 20px;
32139
- }
32140
-
32141
- .E_c1ec3mnt {
32142
- font-size: 13px;
32143
- }
32144
-
32145
- .E_c1iye0zj {
32146
- padding: 7px 14px;
32147
- height: 20px;
32148
- font-weight: 400;
32149
- box-sizing: content-box;
32150
- color: rgba(44, 56, 82, 0.75);
32151
- display: flex;
32152
- flex-direction: row;
32153
- justify-content: space-between;
32154
- align-items: center;
32155
- border-bottom: 1px solid #e4e9f2;
32156
- }
32157
-
32158
- .E_ckhyuyx {
32159
- box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
32160
- border-radius: 8px;
32161
- padding: 0px;
32162
- }
32163
- .E_ckhyuyx ul.antd5-cascader-menu {
32164
- padding: 6px;
32165
- height: 240px;
32166
- }
32167
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
32168
- min-width: 296px;
32169
- padding: 4px 4px 4px 8px;
32170
- color: #00122e;
32171
- margin-bottom: 2px;
32172
- }
32173
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
32174
- vertical-align: middle;
32175
- }
32176
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
32177
- font-weight: 400;
32178
- }
32179
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
32180
- font-weight: 400;
32181
- }
32182
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
32183
- background: rgba(0, 136, 255, 0.2);
32184
- }
32185
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
32186
- fill: #0080ff;
32187
- }
32188
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
32189
- background: rgba(225, 230, 241, 0.6);
32190
- font-weight: 400;
32191
- }
32192
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
32193
- fill: #0080ff;
32194
- }
32195
- .E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
32196
- background: rgba(211, 218, 235, 0.6);
32197
- }
32198
- .E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
32199
- align-self: flex-start;
32200
- }
32201
- .E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
32202
- display: none;
32201
+ .E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
32202
+ display: none;
32203
32203
  }
32204
32204
  .E_ckhyuyx .antd5-cascader-checkbox {
32205
32205
  height: 22px;
@@ -32535,6 +32535,21 @@ input.E_rf8rlle.ant-input {
32535
32535
  flex-shrink: 0;
32536
32536
  }
32537
32537
 
32538
+ .E_w1dxz879 {
32539
+ display: flex;
32540
+ flex-direction: column;
32541
+ gap: 6px;
32542
+ }
32543
+ .E_w1dxz879 .ellipsis-tooltip {
32544
+ max-height: var(--w1dxz879-0);
32545
+ text-overflow: clip;
32546
+ overflow: hidden;
32547
+ }
32548
+ .E_w1dxz879 .tips {
32549
+ color: #fff;
32550
+ opacity: 0.8;
32551
+ }
32552
+
32538
32553
  .E_h12yihis {
32539
32554
  height: 50px;
32540
32555
  border-bottom: 2px solid #edf0f7;
@@ -32755,88 +32770,148 @@ input.E_rf8rlle.ant-input {
32755
32770
  position: static;
32756
32771
  }
32757
32772
 
32758
- .E_w1dxz879 {
32759
- display: flex;
32760
- flex-direction: column;
32761
- gap: 6px;
32762
- }
32763
- .E_w1dxz879 .ellipsis-tooltip {
32764
- max-height: var(--w1dxz879-0);
32765
- text-overflow: clip;
32766
- overflow: hidden;
32767
- }
32768
- .E_w1dxz879 .tips {
32769
- color: #fff;
32770
- opacity: 0.8;
32773
+ .E_c1yd35n {
32774
+ padding: 0 12px 14px 12px;
32771
32775
  }
32772
32776
 
32773
- .E_b14q2gmw {
32774
- 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);
32777
+ .E_c1kghdax {
32778
+ color: #2d3a56;
32779
+ padding: 7px 12px;
32780
+ display: flex;
32781
+ justify-content: space-between;
32782
+ align-items: center;
32775
32783
  }
32776
-
32777
- .E_c1eym6el {
32778
- border-radius: 8px;
32779
- background-color: white;
32784
+ .E_c1kghdax.has-arrow {
32785
+ padding-left: 10px;
32780
32786
  }
32781
- .E_c1eym6el.hoverable {
32787
+ .E_c1kghdax.has-arrow .title-wrapper {
32782
32788
  cursor: pointer;
32789
+ color: #00122e;
32783
32790
  }
32784
- .E_c1eym6el.hoverable:hover {
32785
- transition: all 200ms ease;
32786
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32787
- transform: translateY(-4px);
32788
- }
32789
-
32790
- button.E_l48ei06.ant-btn,
32791
- button.E_l48ei06.ant-btn.ant-btn-sm,
32792
- button.E_l48ei06.ant-btn.ant-btn-lg {
32791
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
32792
+ color: #2d3a56;
32793
+ font-weight: 600;
32794
+ }
32795
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32796
+ transform: rotate(90deg);
32797
+ }
32798
+ .E_c1kghdax .sub-info {
32793
32799
  font-size: 12px;
32794
32800
  line-height: 18px;
32795
- height: 18px;
32801
+ }
32802
+ .E_c1kghdax .title-wrapper {
32803
+ display: flex;
32804
+ align-items: center;
32805
+ user-select: none;
32806
+ flex-grow: 1;
32807
+ font-size: 12px;
32808
+ line-height: 18px;
32809
+ color: #2d3a56;
32810
+ font-weight: 700;
32811
+ }
32812
+ .E_c1kghdax .collapse-arrow {
32813
+ transition: all 50ms ease-out 0ms;
32814
+ margin-right: 2px;
32796
32815
  }
32797
32816
 
32798
- button.E_l48ei06 {
32799
- color: #0080FF;
32800
- height: unset;
32817
+ .E_ckui4s7 {
32818
+ color: #2d3a56;
32819
+ line-height: 22px;
32820
+ display: inline-flex;
32801
32821
  }
32802
- button.E_l48ei06 .button-prefix-icon {
32803
- margin-right: 4px;
32822
+ .E_ckui4s7 .ant-checkbox {
32823
+ height: 22px;
32824
+ display: flex;
32825
+ align-items: center;
32826
+ top: 0;
32804
32827
  }
32805
- button.E_l48ei06 .button-suffix-icon {
32806
- margin-left: 4px;
32828
+ .E_ckui4s7 .ant-checkbox-checked::after {
32829
+ border: none;
32807
32830
  }
32808
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
32809
- color: #009DFF;
32831
+ .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
32832
+ border-color: #0080ff;
32810
32833
  }
32811
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
32812
- color: #005ED1;
32834
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
32835
+ border: 1px solid rgba(107, 128, 167, 0.6);
32813
32836
  }
32814
- button.E_l48ei06.ui-kit-link-disabled {
32815
- color: #0080FF;
32837
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32838
+ border: 1px solid #0080ff;
32816
32839
  }
32817
- button.E_l48ei06.ui-kit-link-primary {
32818
- color: #00122E;
32840
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32841
+ background: #0080ff;
32819
32842
  }
32820
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
32821
- color: #0080FF;
32843
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32844
+ background-color: #fff;
32845
+ height: 2px;
32846
+ width: 10px;
32847
+ border-radius: 2px;
32822
32848
  }
32823
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
32824
- color: #005ED1;
32849
+ .E_ckui4s7.ant-checkbox-wrapper-disabled {
32850
+ opacity: 0.5;
32825
32851
  }
32826
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
32827
- color: #00122E;
32852
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
32853
+ background: rgba(211, 218, 235, 0.6);
32854
+ border-color: rgba(107, 128, 167, 0.6) !important;
32828
32855
  }
32829
- button.E_l48ei06.ui-kit-link-secondary {
32830
- color: rgba(44, 56, 82, 0.7490196078);
32856
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32857
+ border-color: #2d3a56;
32831
32858
  }
32832
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
32833
- color: #0080FF;
32859
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32860
+ background: #2d3a56;
32834
32861
  }
32835
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
32836
- color: #005ED1;
32862
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
32863
+ padding: 0;
32837
32864
  }
32838
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32839
- color: rgba(44, 56, 82, 0.7490196078);
32865
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
32866
+ display: inline-block;
32867
+ margin-left: 12px;
32868
+ color: #2d3a56;
32869
+ }
32870
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
32871
+ margin-left: 28px;
32872
+ color: rgba(44, 56, 82, 0.6);
32873
+ }
32874
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
32875
+ margin-left: 8px;
32876
+ }
32877
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
32878
+ margin-left: 24px;
32879
+ }
32880
+
32881
+ .E_b14q2gmw {
32882
+ 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);
32883
+ }
32884
+
32885
+ .E_c1eym6el {
32886
+ border-radius: 8px;
32887
+ background-color: white;
32888
+ }
32889
+ .E_c1eym6el.hoverable {
32890
+ cursor: pointer;
32891
+ }
32892
+ .E_c1eym6el.hoverable:hover {
32893
+ transition: all 200ms ease;
32894
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32895
+ transform: translateY(-4px);
32896
+ }
32897
+
32898
+ .E_r77hffu {
32899
+ display: flex;
32900
+ align-items: center;
32901
+ justify-content: space-between;
32902
+ column-gap: 6px;
32903
+ }
32904
+
32905
+ .E_p1cmxsf7 {
32906
+ display: flex;
32907
+ flex-direction: column;
32908
+ justify-content: center;
32909
+ row-gap: var(--p1cmxsf7-0);
32910
+ }
32911
+ .E_p1cmxsf7 .antd5-progress-line {
32912
+ font-size: 0;
32913
+ margin-bottom: unset;
32914
+ margin-inline-end: unset;
32840
32915
  }
32841
32916
 
32842
32917
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
@@ -32874,25 +32949,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32874
32949
  background-color: transparent;
32875
32950
  }
32876
32951
 
32877
- .E_r77hffu {
32878
- display: flex;
32879
- align-items: center;
32880
- justify-content: space-between;
32881
- column-gap: 6px;
32882
- }
32883
-
32884
- .E_p1cmxsf7 {
32885
- display: flex;
32886
- flex-direction: column;
32887
- justify-content: center;
32888
- row-gap: var(--p1cmxsf7-0);
32889
- }
32890
- .E_p1cmxsf7 .antd5-progress-line {
32891
- font-size: 0;
32892
- margin-bottom: unset;
32893
- margin-inline-end: unset;
32894
- }
32895
-
32896
32952
  .E_l1ucdodl {
32897
32953
  margin: 0;
32898
32954
  border-radius: 20px;
@@ -32961,187 +33017,105 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32961
33017
  flex: 1;
32962
33018
  }
32963
33019
 
32964
- .E_c1kghdax {
32965
- color: #2d3a56;
32966
- padding: 7px 12px;
32967
- display: flex;
32968
- justify-content: space-between;
32969
- align-items: center;
32970
- }
32971
- .E_c1kghdax.has-arrow {
32972
- padding-left: 10px;
32973
- }
32974
- .E_c1kghdax.has-arrow .title-wrapper {
32975
- cursor: pointer;
32976
- color: #00122e;
32977
- }
32978
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
32979
- color: #2d3a56;
32980
- font-weight: 600;
32981
- }
32982
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32983
- transform: rotate(90deg);
32984
- }
32985
- .E_c1kghdax .sub-info {
32986
- font-size: 12px;
32987
- line-height: 18px;
32988
- }
32989
- .E_c1kghdax .title-wrapper {
32990
- display: flex;
32991
- align-items: center;
32992
- user-select: none;
32993
- flex-grow: 1;
33020
+ button.E_l48ei06.ant-btn,
33021
+ button.E_l48ei06.ant-btn.ant-btn-sm,
33022
+ button.E_l48ei06.ant-btn.ant-btn-lg {
32994
33023
  font-size: 12px;
32995
33024
  line-height: 18px;
32996
- color: #2d3a56;
32997
- font-weight: 700;
32998
- }
32999
- .E_c1kghdax .collapse-arrow {
33000
- transition: all 50ms ease-out 0ms;
33001
- margin-right: 2px;
33025
+ height: 18px;
33002
33026
  }
33003
33027
 
33004
- .E_ckui4s7 {
33005
- color: #2d3a56;
33006
- line-height: 22px;
33007
- display: inline-flex;
33028
+ button.E_l48ei06 {
33029
+ color: #0080FF;
33030
+ height: unset;
33008
33031
  }
33009
- .E_ckui4s7 .ant-checkbox {
33010
- height: 22px;
33011
- display: flex;
33012
- align-items: center;
33013
- top: 0;
33032
+ button.E_l48ei06 .button-prefix-icon {
33033
+ margin-right: 4px;
33014
33034
  }
33015
- .E_ckui4s7 .ant-checkbox-checked::after {
33016
- border: none;
33035
+ button.E_l48ei06 .button-suffix-icon {
33036
+ margin-left: 4px;
33017
33037
  }
33018
- .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
33019
- border-color: #0080ff;
33038
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
33039
+ color: #009DFF;
33020
33040
  }
33021
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
33022
- border: 1px solid rgba(107, 128, 167, 0.6);
33041
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
33042
+ color: #005ED1;
33023
33043
  }
33024
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33025
- border: 1px solid #0080ff;
33044
+ button.E_l48ei06.ui-kit-link-disabled {
33045
+ color: #0080FF;
33026
33046
  }
33027
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33028
- background: #0080ff;
33047
+ button.E_l48ei06.ui-kit-link-primary {
33048
+ color: #00122E;
33029
33049
  }
33030
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33031
- background-color: #fff;
33032
- height: 2px;
33033
- width: 10px;
33034
- border-radius: 2px;
33050
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
33051
+ color: #0080FF;
33035
33052
  }
33036
- .E_ckui4s7.ant-checkbox-wrapper-disabled {
33037
- opacity: 0.5;
33053
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
33054
+ color: #005ED1;
33038
33055
  }
33039
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
33040
- background: rgba(211, 218, 235, 0.6);
33041
- border-color: rgba(107, 128, 167, 0.6) !important;
33056
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33057
+ color: #00122E;
33042
33058
  }
33043
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
33044
- border-color: #2d3a56;
33059
+ button.E_l48ei06.ui-kit-link-secondary {
33060
+ color: rgba(44, 56, 82, 0.7490196078);
33045
33061
  }
33046
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33047
- background: #2d3a56;
33048
- }
33049
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33050
- padding: 0;
33051
- }
33052
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33053
- display: inline-block;
33054
- margin-left: 12px;
33055
- color: #2d3a56;
33056
- }
33057
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33058
- margin-left: 28px;
33059
- color: rgba(44, 56, 82, 0.6);
33062
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33063
+ color: #0080FF;
33060
33064
  }
33061
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33062
- margin-left: 8px;
33065
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33066
+ color: #005ED1;
33063
33067
  }
33064
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33065
- margin-left: 24px;
33068
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33069
+ color: rgba(44, 56, 82, 0.7490196078);
33066
33070
  }
33067
33071
 
33068
- .E_c1yd35n {
33069
- padding: 0 12px 14px 12px;
33072
+ .E_lht19u8 {
33073
+ width: 64px;
33074
+ height: 64px;
33075
+ display: flex;
33076
+ align-items: center;
33077
+ justify-content: center;
33078
+ position: relative;
33079
+ opacity: 0.2;
33070
33080
  }
33071
33081
 
33072
- .E_sddwhm6 {
33073
- margin: 0;
33074
- border-radius: 20px;
33075
- padding: 2px 10px;
33076
- height: 22px;
33077
- }
33078
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33079
- background-color: rgba(237, 241, 250, 0.6) !important;
33080
- }
33081
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33082
- background-color: rgba(225, 230, 241, 0.6) !important;
33083
- }
33084
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33085
- color: #00122e;
33086
- }
33087
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33088
- margin-right: 6px;
33089
- }
33090
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33091
- margin-left: 8px;
33092
- color: rgba(44, 56, 82, 0.6);
33093
- }
33094
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33095
- background-color: rgba(0, 136, 255, 0.1);
33096
- }
33097
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33098
- background-color: #0080ff;
33099
- }
33100
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33101
- background-color: rgba(0, 136, 255, 0.16);
33102
- }
33103
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33104
- background-color: rgba(255, 74, 74, 0.1);
33105
- }
33106
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33107
- background-color: #f0483e;
33108
- }
33109
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33110
- background-color: rgba(255, 74, 74, 0.16);
33111
- }
33112
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33113
- background-color: rgba(254, 160, 8, 0.1);
33114
- }
33115
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33116
- background-color: #fea008;
33117
- }
33118
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33119
- background-color: rgba(255, 187, 0, 0.16);
33120
- }
33121
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33122
- background-color: rgba(30, 201, 127, 0.1);
33123
- }
33124
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33125
- background-color: #00ba5d;
33126
- }
33127
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33128
- background-color: rgba(30, 201, 127, 0.16);
33129
- }
33130
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33131
- background-color: rgba(225, 230, 241, 0.6);
33132
- }
33133
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33134
- background-color: #6b7d99;
33082
+ .E_lk3gkp4 {
33083
+ position: absolute;
33084
+ width: 5px;
33085
+ height: 48px;
33086
+ left: 9.33px;
33087
+ top: 40.5px;
33088
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33089
+ border-radius: 5px;
33090
+ transform: rotate(-128deg);
33091
+ transform-origin: top left;
33092
+ animation: loading-indicator1 1100ms ease-out infinite;
33135
33093
  }
33136
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33137
- background-color: rgba(211, 218, 235, 0.6);
33094
+
33095
+ .E_ll4n94n {
33096
+ position: absolute;
33097
+ width: 5px;
33098
+ height: 48px;
33099
+ left: 40.8px;
33100
+ top: 8.4px;
33101
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33102
+ border-radius: 5px;
33103
+ transform: rotate(-8deg);
33104
+ transform-origin: top left;
33105
+ animation: loading-indicator2 1100ms ease-out infinite;
33138
33106
  }
33139
33107
 
33140
- .E_satwmqm {
33141
- width: 8px;
33142
- height: 8px;
33143
- border-radius: 50%;
33144
- display: inline-block;
33108
+ .E_l17lbdo6 {
33109
+ position: absolute;
33110
+ width: 5px;
33111
+ height: 48px;
33112
+ left: 52.9px;
33113
+ top: 51.8px;
33114
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33115
+ border-radius: 5px;
33116
+ transform: rotate(112deg);
33117
+ transform-origin: top left;
33118
+ animation: loading-indicator3 1100ms ease-out infinite;
33145
33119
  }
33146
33120
 
33147
33121
  .E_m11nzl2x {
@@ -33349,53 +33323,79 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33349
33323
  border: 1px solid #fff;
33350
33324
  }
33351
33325
 
33352
- .E_lht19u8 {
33353
- width: 64px;
33354
- height: 64px;
33355
- display: flex;
33356
- align-items: center;
33357
- justify-content: center;
33358
- position: relative;
33359
- opacity: 0.2;
33326
+ .E_sddwhm6 {
33327
+ margin: 0;
33328
+ border-radius: 20px;
33329
+ padding: 2px 10px;
33330
+ height: 22px;
33360
33331
  }
33361
-
33362
- .E_lk3gkp4 {
33363
- position: absolute;
33364
- width: 5px;
33365
- height: 48px;
33366
- left: 9.33px;
33367
- top: 40.5px;
33368
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33369
- border-radius: 5px;
33370
- transform: rotate(-128deg);
33371
- transform-origin: top left;
33372
- animation: loading-indicator1 1100ms ease-out infinite;
33332
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33333
+ background-color: rgba(237, 241, 250, 0.6) !important;
33373
33334
  }
33374
-
33375
- .E_ll4n94n {
33376
- position: absolute;
33377
- width: 5px;
33378
- height: 48px;
33379
- left: 40.8px;
33380
- top: 8.4px;
33381
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33382
- border-radius: 5px;
33383
- transform: rotate(-8deg);
33384
- transform-origin: top left;
33385
- animation: loading-indicator2 1100ms ease-out infinite;
33335
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33336
+ background-color: rgba(225, 230, 241, 0.6) !important;
33337
+ }
33338
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33339
+ color: #00122e;
33340
+ }
33341
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33342
+ margin-right: 6px;
33343
+ }
33344
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33345
+ margin-left: 8px;
33346
+ color: rgba(44, 56, 82, 0.6);
33347
+ }
33348
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33349
+ background-color: rgba(0, 136, 255, 0.1);
33350
+ }
33351
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33352
+ background-color: #0080ff;
33353
+ }
33354
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33355
+ background-color: rgba(0, 136, 255, 0.16);
33356
+ }
33357
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33358
+ background-color: rgba(255, 74, 74, 0.1);
33359
+ }
33360
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33361
+ background-color: #f0483e;
33362
+ }
33363
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33364
+ background-color: rgba(255, 74, 74, 0.16);
33365
+ }
33366
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33367
+ background-color: rgba(254, 160, 8, 0.1);
33368
+ }
33369
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33370
+ background-color: #fea008;
33371
+ }
33372
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33373
+ background-color: rgba(255, 187, 0, 0.16);
33374
+ }
33375
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33376
+ background-color: rgba(30, 201, 127, 0.1);
33377
+ }
33378
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33379
+ background-color: #00ba5d;
33380
+ }
33381
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33382
+ background-color: rgba(30, 201, 127, 0.16);
33383
+ }
33384
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33385
+ background-color: rgba(225, 230, 241, 0.6);
33386
+ }
33387
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33388
+ background-color: #6b7d99;
33389
+ }
33390
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33391
+ background-color: rgba(211, 218, 235, 0.6);
33386
33392
  }
33387
33393
 
33388
- .E_l17lbdo6 {
33389
- position: absolute;
33390
- width: 5px;
33391
- height: 48px;
33392
- left: 52.9px;
33393
- top: 51.8px;
33394
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33395
- border-radius: 5px;
33396
- transform: rotate(112deg);
33397
- transform-origin: top left;
33398
- animation: loading-indicator3 1100ms ease-out infinite;
33394
+ .E_satwmqm {
33395
+ width: 8px;
33396
+ height: 8px;
33397
+ border-radius: 50%;
33398
+ display: inline-block;
33399
33399
  }
33400
33400
 
33401
33401
  .E_t1gvlxt5 {
@@ -33420,731 +33420,731 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33420
33420
  column-gap: var(--a1ji6r68-0);
33421
33421
  }
33422
33422
 
33423
- .E_tc97u5y {
33423
+ .E_msn7nxt {
33424
+ color: rgba(44, 56, 82, 0.6);
33425
+ text-align: center;
33426
+ display: flex;
33427
+ align-items: center;
33428
+ justify-content: center;
33429
+ flex-direction: column;
33424
33430
  height: 100%;
33425
33431
  }
33432
+ .E_msn7nxt .link {
33433
+ color: #0080ff;
33434
+ cursor: pointer;
33435
+ }
33426
33436
 
33427
- .E_efzf37v .ant-table-content,
33428
- .E_efzf37v .ant-table-body {
33429
- overflow: visible !important;
33437
+ .E_mp64wfi {
33438
+ width: 100%;
33430
33439
  height: 100%;
33440
+ display: flex;
33441
+ flex-direction: column;
33431
33442
  }
33432
- .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
33433
- height: 100%;
33443
+ .E_mp64wfi .name-toolbar {
33444
+ width: 100%;
33445
+ display: flex;
33446
+ line-height: 30px;
33447
+ padding: 0 16px;
33448
+ justify-content: space-between;
33434
33449
  }
33435
- .E_efzf37v table {
33436
- width: 100% !important;
33437
- height: 100%;
33450
+ .E_mp64wfi .name-toolbar .metric-extra {
33451
+ display: flex;
33452
+ font-size: 12px;
33453
+ align-items: center;
33438
33454
  }
33439
- .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
33440
- padding: 15px 0;
33455
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
33456
+ color: #a3b4cc;
33441
33457
  }
33442
- .E_efzf37v table thead.ant-table-thead {
33443
- display: none;
33458
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33459
+ margin-left: 10px;
33460
+ }
33461
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33462
+ margin-left: 10px;
33463
+ cursor: pointer;
33464
+ }
33465
+ .E_mp64wfi .content {
33466
+ flex: 1;
33467
+ width: 100%;
33468
+ display: flex;
33469
+ justify-content: center;
33470
+ align-items: center;
33471
+ }
33472
+ .E_mp64wfi .single-content {
33473
+ height: 65px;
33444
33474
  }
33445
33475
 
33446
- .E_t1fisho6 {
33447
- height: 100%;
33476
+ .E_l1oyigan {
33477
+ display: flex;
33478
+ align-items: center;
33479
+ white-space: nowrap;
33480
+ overflow: hidden;
33481
+ width: 100%;
33448
33482
  }
33449
- .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
33450
- padding-top: 6px;
33451
- padding-bottom: 6px;
33483
+ .E_l1oyigan .ant-dropdown-trigger {
33484
+ margin-left: auto;
33485
+ font-size: 12px;
33452
33486
  }
33453
- .E_t1fisho6 .active-row td:nth-child(1) {
33454
- font-weight: 700;
33487
+
33488
+ .E_l1noi4n1 {
33489
+ display: flex;
33490
+ justify-content: flex-start;
33491
+ align-items: center;
33492
+ font-size: 12px;
33493
+ cursor: pointer;
33455
33494
  }
33456
- .E_t1fisho6.has-selection .active-row td:nth-child(2) {
33457
- font-weight: 700;
33495
+ .E_l1noi4n1:not(:last-child) {
33496
+ margin-right: 20px;
33458
33497
  }
33459
- .E_t1fisho6 .ant-spin-nested-loading {
33460
- height: 100%;
33498
+ .E_l1noi4n1.deselected {
33499
+ opacity: 0.4;
33461
33500
  }
33462
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
33463
- height: 100%;
33464
- overflow: visible;
33501
+ .E_l1noi4n1.deselected .color-block {
33502
+ background: #b4beca !important;
33465
33503
  }
33466
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
33467
- max-height: none;
33504
+
33505
+ .E_cz19rz6 {
33506
+ display: inline-block;
33507
+ height: 8px;
33508
+ width: 8px;
33509
+ margin-right: 8px;
33468
33510
  }
33469
- .E_t1fisho6 td.ant-table-column-sort {
33470
- background: transparent;
33511
+
33512
+ .E_e17r5r9c .ant-dropdown-menu-item {
33513
+ display: flex;
33514
+ align-items: center;
33515
+ font-size: 12px;
33516
+ margin: 0;
33471
33517
  }
33472
- .E_t1fisho6 td.ant-table-cell-fix-left,
33473
- .E_t1fisho6 td.ant-table-cell-fix-right {
33474
- background: #fff;
33475
- padding: 0 !important;
33518
+
33519
+ .E_m1y1hhnr {
33520
+ position: relative;
33476
33521
  }
33477
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
33478
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
33522
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33523
+ bottom: -12px;
33524
+ }
33525
+ .E_m1y1hhnr .metric-toolbar {
33526
+ display: flex;
33527
+ justify-content: space-between;
33528
+ line-height: 30px;
33529
+ margin: 0 16px;
33530
+ }
33531
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
33479
33532
  display: flex;
33533
+ font-size: 12px;
33480
33534
  align-items: center;
33481
- height: 100%;
33482
- padding: 8px;
33483
33535
  }
33484
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
33485
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
33486
- overflow: hidden;
33487
- text-overflow: ellipsis;
33488
- width: 100%;
33536
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33537
+ color: #a3b4cc;
33489
33538
  }
33490
- .E_t1fisho6 .ant-table-container {
33491
- height: 100%;
33539
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33540
+ margin-left: 10px;
33492
33541
  }
33493
- .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
33494
- box-shadow: none !important;
33542
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33543
+ margin-left: 10px;
33544
+ cursor: pointer;
33495
33545
  }
33496
- .E_t1fisho6 div.ant-table {
33497
- border-radius: 0px;
33498
- border-left: none;
33499
- border-right: none;
33500
- border-bottom: none;
33501
- height: 100%;
33546
+ .E_m1y1hhnr .recharts-xAxis {
33502
33547
  font-size: 12px;
33503
- background: transparent;
33504
33548
  }
33505
- .E_t1fisho6 div.ant-table .ant-table-header {
33506
- position: relative;
33507
- z-index: 3;
33508
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33509
- margin-bottom: -1px;
33549
+ .E_m1y1hhnr .pointer-wrapper {
33550
+ position: absolute;
33551
+ bottom: 10px;
33552
+ padding: 0 8px;
33553
+ border-radius: 4px;
33554
+ font-size: 12px;
33555
+ color: #fff;
33556
+ background: rgba(0, 0, 0, 0.75);
33557
+ transform: translateX(-50%);
33510
33558
  }
33511
- .E_t1fisho6 div.ant-table .time-wrapper .date,
33512
- .E_t1fisho6 div.ant-table .value {
33513
- color: #2d3a56;
33559
+
33560
+ .E_tnvijvs {
33561
+ min-width: 200px;
33514
33562
  }
33515
- .E_t1fisho6 div.ant-table .time-wrapper .time,
33516
- .E_t1fisho6 div.ant-table .unit {
33517
- color: rgba(44, 56, 82, 0.6);
33563
+
33564
+ .E_t1ub2aex {
33565
+ display: flex;
33566
+ align-items: center;
33567
+ justify-content: space-between;
33568
+ background-color: rgba(0, 0, 0, 0.75);
33569
+ color: #b4beca;
33570
+ font-size: 12px;
33571
+ padding: 3px 6px;
33518
33572
  }
33519
- .E_t1fisho6 div.ant-table .ant-table-selection {
33520
- position: unset;
33521
- text-align: center;
33573
+ .E_t1ub2aex:first-child {
33574
+ padding-top: 3px;
33522
33575
  }
33523
- .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
33524
- background: #fff;
33576
+ .E_t1ub2aex:last-child {
33577
+ padding-bottom: 3px;
33525
33578
  }
33526
- .E_t1fisho6 div.ant-table .anticon-setting {
33527
- cursor: pointer;
33528
- position: absolute;
33529
- top: 50%;
33530
- right: 12px;
33531
- transform: translateY(-50%);
33579
+ .E_t1ub2aex .column-value {
33580
+ color: #fff;
33581
+ margin-left: 8px;
33532
33582
  }
33533
- .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
33534
- box-shadow: none;
33535
- width: 1px;
33536
- background: rgba(213, 219, 227, 0.6);
33583
+
33584
+ .E_sjob3jg {
33585
+ --item-min-width: 60px;
33537
33586
  }
33538
- .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
33539
- box-shadow: none;
33540
- width: 1px;
33541
- background: rgba(213, 219, 227, 0.6);
33587
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33588
+ display: none !important;
33542
33589
  }
33543
- .E_t1fisho6 div.ant-table .ant-table-tbody {
33544
- position: relative;
33590
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33591
+ flex-shrink: 0 !important;
33545
33592
  }
33546
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
33547
- border-top: 1px solid rgba(211, 218, 235, 0.6);
33548
- border-bottom: 1px solid white;
33549
- height: 40px;
33550
- vertical-align: middle;
33551
- transition: background 0ms;
33552
- color: #00122e;
33593
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33594
+ color: #0080ff;
33553
33595
  }
33554
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
33555
- background: #f2f5fa;
33556
- border-bottom-color: #f2f5fa;
33596
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33597
+ color: #0080ff;
33598
+ font-weight: normal;
33557
33599
  }
33558
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
33559
- height: auto;
33600
+ .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 {
33601
+ color: rgba(44, 56, 82, 0.6);
33602
+ }
33603
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33560
33604
  color: #00122e;
33561
- font-size: 12px;
33562
- text-align: left;
33563
- transition: none;
33564
- overflow: hidden;
33565
- text-overflow: ellipsis;
33566
- white-space: nowrap;
33567
33605
  }
33568
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
33569
- color: #0096ff;
33606
+ .E_sjob3jg .step-item-text {
33607
+ display: inline-block;
33570
33608
  }
33571
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
33609
+ .E_sjob3jg .step-item-title {
33572
33610
  overflow: hidden;
33611
+ white-space: nowrap;
33573
33612
  text-overflow: ellipsis;
33574
- width: 100%;
33575
- vertical-align: middle;
33576
33613
  }
33577
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
33578
- line-height: 0px;
33614
+
33615
+ .E_hjvj6s6 .ant-steps-item-container {
33616
+ min-width: var(--item-min-width);
33579
33617
  }
33580
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
33581
- padding-right: 25px;
33582
- }
33583
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
33584
- border-top-color: transparent;
33585
- }
33586
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
33587
- background: rgba(225, 230, 241, 0.6);
33588
- border-color: transparent transparent white;
33589
- }
33590
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
33591
- border-radius: 8px 0 0 8px;
33592
- }
33593
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
33594
- border-radius: 8px 0 0 8px;
33595
- }
33596
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
33597
- content: "";
33598
- width: 4px;
33599
- top: -1px;
33600
- bottom: -1px;
33601
- background: white;
33602
- }
33603
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
33604
- border-radius: 0 8px 8px 0;
33605
- }
33606
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
33607
- border-radius: 0;
33608
- background: white;
33609
- border-top: none;
33610
- }
33611
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
33612
- border-top: 1px solid transparent;
33613
- border-radius: 0 8px 8px 0;
33614
- background: rgba(225, 230, 241, 0.6);
33615
- }
33616
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
33617
- background: white;
33618
- border-top: 1px solid rgba(211, 218, 235, 0.6);
33619
- }
33620
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
33621
- display: flex;
33622
- align-items: center;
33623
- height: 100%;
33624
- background: rgba(225, 230, 241, 0.6);
33625
- }
33626
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
33627
- background: white;
33628
- border-top: 1px solid rgba(211, 218, 235, 0.6);
33618
+ .E_hjvj6s6 .ant-steps-item-disabled {
33619
+ cursor: not-allowed !important;
33629
33620
  }
33630
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
33631
- display: flex;
33632
- align-items: center;
33633
- height: 100%;
33634
- background: rgba(225, 230, 241, 0.6);
33621
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33622
+ flex-direction: row;
33623
+ justify-content: stretch;
33635
33624
  }
33636
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
33637
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33625
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33626
+ padding: 0;
33627
+ margin-right: 4px;
33628
+ flex: 1;
33629
+ overflow: visible;
33638
33630
  }
33639
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
33640
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
33641
- border-radius: 8px;
33631
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33632
+ width: 100%;
33633
+ min-height: unset;
33642
33634
  }
33643
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
33644
- border-top-color: white;
33635
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33636
+ height: 26px;
33637
+ line-height: 26px;
33638
+ width: 100%;
33639
+ padding: 0;
33640
+ font-size: 12px;
33645
33641
  }
33646
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
33647
- background: rgba(0, 136, 255, 0.1);
33648
- border-bottom-color: transparent;
33649
- border-top-color: transparent;
33642
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33643
+ margin-right: 10px;
33650
33644
  }
33651
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
33652
- border-radius: 8px 0 0 8px;
33645
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33646
+ display: none;
33653
33647
  }
33654
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
33655
- border-radius: 0 8px 8px 0;
33648
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33649
+ padding-left: 8px;
33650
+ padding-right: 4px;
33651
+ border-radius: 4px 0 0 4px;
33656
33652
  }
33657
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
33658
- background: rgba(0, 136, 255, 0.1);
33653
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33654
+ margin-right: 0;
33659
33655
  }
33660
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
33661
- background: #fff;
33662
- font-weight: 400;
33663
- position: relative;
33664
- border-bottom: none;
33665
- color: #00122e;
33666
- transition: none;
33667
- padding: 14px 8px 14px 8px;
33668
- line-height: 20px;
33656
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33657
+ padding-right: 8px;
33658
+ padding-left: 12px;
33659
+ border-radius: 0 4px 4px 0;
33669
33660
  }
33670
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
33661
+ .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 {
33671
33662
  content: "";
33672
- width: 1px;
33673
- top: 0;
33674
- bottom: 0;
33675
- background: rgba(211, 218, 235, 0.6);
33663
+ width: 0;
33664
+ height: 0;
33665
+ border: 13px solid transparent;
33676
33666
  position: absolute;
33677
- right: 0;
33678
- }
33679
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
33680
- padding: unset;
33681
- }
33682
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
33683
- display: none;
33684
- }
33685
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
33686
- width: 100%;
33687
- overflow: hidden;
33688
- white-space: nowrap;
33689
- text-overflow: ellipsis;
33690
- }
33691
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
33692
- overflow: hidden;
33693
- text-overflow: ellipsis;
33694
- flex: 1;
33695
- }
33696
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
33697
- padding: 15px 25px 15px 8px;
33667
+ top: 0;
33668
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33669
+ z-index: 2;
33670
+ position: relative;
33671
+ top: -50%;
33672
+ right: -100%;
33698
33673
  }
33699
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
33700
- padding: 0;
33674
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33675
+ padding: 0 4px 0 12px;
33701
33676
  }
33702
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
33677
+ .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 {
33678
+ content: "";
33679
+ width: 0;
33680
+ height: 0;
33681
+ border: 13px solid transparent;
33703
33682
  position: absolute;
33704
- right: 6px;
33705
- top: 50%;
33706
- transform: translateY(-50%);
33707
- height: 16px;
33708
- display: none;
33709
- transition: transform 320ms ease;
33683
+ top: 0;
33684
+ border-left: 8px solid #fff;
33685
+ left: 0;
33710
33686
  }
33711
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
33712
- display: block;
33713
- transform: translateY(-50%) rotateX(180deg);
33687
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33688
+ max-width: calc(100% - var(--item-min-width) * 2);
33714
33689
  }
33715
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
33716
- display: block;
33690
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33691
+ background-color: rgba(0, 136, 255, 0.1);
33717
33692
  }
33718
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
33719
- display: none;
33693
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33694
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33720
33695
  }
33721
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33722
- transform: translateY(-50%);
33696
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33697
+ cursor: pointer;
33698
+ min-width: var(--item-min-width);
33723
33699
  }
33724
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33725
- transform: translateY(-50%) rotateX(180deg);
33700
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33701
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33702
+ min-width: var(--item-min-width);
33726
33703
  }
33727
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33728
- background: #f2f5fa;
33704
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33705
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33706
+ background-color: rgba(237, 241, 250, 0.6);
33729
33707
  }
33730
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33731
- display: block;
33708
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33709
+ padding: 0;
33732
33710
  }
33733
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33734
- padding-right: 25px;
33711
+
33712
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
33713
+ width: 192px;
33714
+ row-gap: 2px;
33735
33715
  }
33736
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
33737
- padding: 0 !important;
33716
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33717
+ background-color: rgba(225, 230, 241, 0.6);
33738
33718
  }
33739
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33740
- position: absolute;
33741
- left: 50%;
33742
- top: 50%;
33743
- transform: translate(-50%, -50%);
33719
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33720
+ color: #00122e !important;
33744
33721
  }
33745
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33746
- display: none;
33722
+ .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 {
33723
+ background-color: rgba(225, 230, 241, 0.6);
33747
33724
  }
33748
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33749
- background: #fff;
33725
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33726
+ padding: 0 8px;
33727
+ border-radius: 4px;
33728
+ height: 32px;
33729
+ display: flex;
33730
+ align-items: center;
33750
33731
  }
33751
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
33752
- background: inherit;
33732
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33733
+ min-height: auto;
33734
+ white-space: nowrap;
33753
33735
  }
33754
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33755
- position: static;
33756
- border: none;
33757
- background: inherit !important;
33758
- height: 100px;
33759
- vertical-align: middle;
33736
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33737
+ font-size: 13px;
33738
+ line-height: 20px;
33739
+ max-width: 100%;
33740
+ padding-right: 0;
33760
33741
  }
33761
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33762
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33763
- font-weight: bold;
33764
- font-size: 20px;
33765
- color: rgba(10, 37, 85, 0.6);
33742
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33743
+ background: rgba(0, 128, 255, 0.1);
33766
33744
  }
33767
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33768
- .E_t1fisho6 div.ant-table th.cell__action_ {
33769
- z-index: 10;
33745
+
33746
+ .E_h6l1tj4 {
33747
+ width: 100%;
33748
+ display: inline-flex;
33749
+ align-items: center;
33750
+ justify-content: center;
33751
+ column-gap: 4px;
33770
33752
  }
33771
- .E_t1fisho6 div.ant-table td.cell__action_ {
33772
- padding: 0 !important;
33773
- position: relative;
33774
- background: #fff;
33753
+ .E_h6l1tj4 .step-item-prefix-container {
33754
+ display: inline-flex;
33755
+ align-items: center;
33756
+ width: 18px;
33757
+ height: 18px;
33758
+ color: rgba(44, 56, 82, 0.75);
33759
+ justify-content: center;
33775
33760
  }
33776
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
33777
- height: 100%;
33761
+
33762
+ .E_v18frne8 {
33763
+ width: 100%;
33778
33764
  display: flex;
33779
33765
  align-items: center;
33780
- justify-content: flex-end;
33781
- padding-right: 8px;
33766
+ justify-content: center;
33767
+ column-gap: 6px;
33768
+ font-size: 13px;
33782
33769
  }
33783
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33784
- width: 24px;
33785
- height: 24px;
33786
- cursor: pointer;
33770
+ .E_v18frne8 .step-item-prefix-container {
33771
+ display: inline-flex;
33772
+ align-items: center;
33773
+ min-width: 20px;
33774
+ min-height: 20px;
33775
+ color: rgba(44, 56, 82, 0.75);
33787
33776
  justify-content: center;
33788
- border-radius: 4px;
33789
33777
  }
33790
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33791
- background: #fff;
33778
+
33779
+ .E_tc97u5y {
33780
+ height: 100%;
33792
33781
  }
33793
33782
 
33794
- .E_msn7nxt {
33795
- color: rgba(44, 56, 82, 0.6);
33796
- text-align: center;
33797
- display: flex;
33798
- align-items: center;
33799
- justify-content: center;
33800
- flex-direction: column;
33783
+ .E_efzf37v .ant-table-content,
33784
+ .E_efzf37v .ant-table-body {
33785
+ overflow: visible !important;
33801
33786
  height: 100%;
33802
33787
  }
33803
- .E_msn7nxt .link {
33804
- color: #0080ff;
33805
- cursor: pointer;
33788
+ .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
33789
+ height: 100%;
33790
+ }
33791
+ .E_efzf37v table {
33792
+ width: 100% !important;
33793
+ height: 100%;
33794
+ }
33795
+ .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
33796
+ padding: 15px 0;
33797
+ }
33798
+ .E_efzf37v table thead.ant-table-thead {
33799
+ display: none;
33806
33800
  }
33807
33801
 
33808
- .E_mp64wfi {
33809
- width: 100%;
33802
+ .E_t1fisho6 {
33810
33803
  height: 100%;
33811
- display: flex;
33812
- flex-direction: column;
33813
33804
  }
33814
- .E_mp64wfi .name-toolbar {
33815
- width: 100%;
33816
- display: flex;
33817
- line-height: 30px;
33818
- padding: 0 16px;
33819
- justify-content: space-between;
33805
+ .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
33806
+ padding-top: 6px;
33807
+ padding-bottom: 6px;
33820
33808
  }
33821
- .E_mp64wfi .name-toolbar .metric-extra {
33822
- display: flex;
33823
- font-size: 12px;
33824
- align-items: center;
33809
+ .E_t1fisho6 .active-row td:nth-child(1) {
33810
+ font-weight: 700;
33825
33811
  }
33826
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33827
- color: #a3b4cc;
33812
+ .E_t1fisho6.has-selection .active-row td:nth-child(2) {
33813
+ font-weight: 700;
33828
33814
  }
33829
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33830
- margin-left: 10px;
33815
+ .E_t1fisho6 .ant-spin-nested-loading {
33816
+ height: 100%;
33831
33817
  }
33832
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33833
- margin-left: 10px;
33834
- cursor: pointer;
33818
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
33819
+ height: 100%;
33820
+ overflow: visible;
33835
33821
  }
33836
- .E_mp64wfi .content {
33837
- flex: 1;
33838
- width: 100%;
33839
- display: flex;
33840
- justify-content: center;
33841
- align-items: center;
33822
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
33823
+ max-height: none;
33842
33824
  }
33843
- .E_mp64wfi .single-content {
33844
- height: 65px;
33825
+ .E_t1fisho6 td.ant-table-column-sort {
33826
+ background: transparent;
33845
33827
  }
33846
-
33847
- .E_l1oyigan {
33828
+ .E_t1fisho6 td.ant-table-cell-fix-left,
33829
+ .E_t1fisho6 td.ant-table-cell-fix-right {
33830
+ background: #fff;
33831
+ padding: 0 !important;
33832
+ }
33833
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
33834
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
33848
33835
  display: flex;
33849
33836
  align-items: center;
33850
- white-space: nowrap;
33837
+ height: 100%;
33838
+ padding: 8px;
33839
+ }
33840
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
33841
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
33851
33842
  overflow: hidden;
33843
+ text-overflow: ellipsis;
33852
33844
  width: 100%;
33853
33845
  }
33854
- .E_l1oyigan .ant-dropdown-trigger {
33855
- margin-left: auto;
33856
- font-size: 12px;
33846
+ .E_t1fisho6 .ant-table-container {
33847
+ height: 100%;
33857
33848
  }
33858
-
33859
- .E_l1noi4n1 {
33860
- display: flex;
33861
- justify-content: flex-start;
33862
- align-items: center;
33849
+ .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
33850
+ box-shadow: none !important;
33851
+ }
33852
+ .E_t1fisho6 div.ant-table {
33853
+ border-radius: 0px;
33854
+ border-left: none;
33855
+ border-right: none;
33856
+ border-bottom: none;
33857
+ height: 100%;
33863
33858
  font-size: 12px;
33864
- cursor: pointer;
33859
+ background: transparent;
33865
33860
  }
33866
- .E_l1noi4n1:not(:last-child) {
33867
- margin-right: 20px;
33861
+ .E_t1fisho6 div.ant-table .ant-table-header {
33862
+ position: relative;
33863
+ z-index: 3;
33864
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33865
+ margin-bottom: -1px;
33868
33866
  }
33869
- .E_l1noi4n1.deselected {
33870
- opacity: 0.4;
33867
+ .E_t1fisho6 div.ant-table .time-wrapper .date,
33868
+ .E_t1fisho6 div.ant-table .value {
33869
+ color: #2d3a56;
33871
33870
  }
33872
- .E_l1noi4n1.deselected .color-block {
33873
- background: #b4beca !important;
33871
+ .E_t1fisho6 div.ant-table .time-wrapper .time,
33872
+ .E_t1fisho6 div.ant-table .unit {
33873
+ color: rgba(44, 56, 82, 0.6);
33874
33874
  }
33875
-
33876
- .E_cz19rz6 {
33877
- display: inline-block;
33878
- height: 8px;
33879
- width: 8px;
33880
- margin-right: 8px;
33875
+ .E_t1fisho6 div.ant-table .ant-table-selection {
33876
+ position: unset;
33877
+ text-align: center;
33881
33878
  }
33882
-
33883
- .E_e17r5r9c .ant-dropdown-menu-item {
33884
- display: flex;
33885
- align-items: center;
33886
- font-size: 12px;
33887
- margin: 0;
33879
+ .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
33880
+ background: #fff;
33888
33881
  }
33889
-
33890
- .E_m1y1hhnr {
33882
+ .E_t1fisho6 div.ant-table .anticon-setting {
33883
+ cursor: pointer;
33884
+ position: absolute;
33885
+ top: 50%;
33886
+ right: 12px;
33887
+ transform: translateY(-50%);
33888
+ }
33889
+ .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
33890
+ box-shadow: none;
33891
+ width: 1px;
33892
+ background: rgba(213, 219, 227, 0.6);
33893
+ }
33894
+ .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
33895
+ box-shadow: none;
33896
+ width: 1px;
33897
+ background: rgba(213, 219, 227, 0.6);
33898
+ }
33899
+ .E_t1fisho6 div.ant-table .ant-table-tbody {
33891
33900
  position: relative;
33892
33901
  }
33893
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33894
- bottom: -12px;
33902
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
33903
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33904
+ border-bottom: 1px solid white;
33905
+ height: 40px;
33906
+ vertical-align: middle;
33907
+ transition: background 0ms;
33908
+ color: #00122e;
33895
33909
  }
33896
- .E_m1y1hhnr .metric-toolbar {
33897
- display: flex;
33898
- justify-content: space-between;
33899
- line-height: 30px;
33900
- margin: 0 16px;
33910
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
33911
+ background: #f2f5fa;
33912
+ border-bottom-color: #f2f5fa;
33901
33913
  }
33902
- .E_m1y1hhnr .metric-toolbar .metric-extra {
33903
- display: flex;
33914
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
33915
+ height: auto;
33916
+ color: #00122e;
33904
33917
  font-size: 12px;
33905
- align-items: center;
33918
+ text-align: left;
33919
+ transition: none;
33920
+ overflow: hidden;
33921
+ text-overflow: ellipsis;
33922
+ white-space: nowrap;
33906
33923
  }
33907
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33908
- color: #a3b4cc;
33924
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
33925
+ color: #0096ff;
33909
33926
  }
33910
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33911
- margin-left: 10px;
33927
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
33928
+ overflow: hidden;
33929
+ text-overflow: ellipsis;
33930
+ width: 100%;
33931
+ vertical-align: middle;
33912
33932
  }
33913
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33914
- margin-left: 10px;
33915
- cursor: pointer;
33933
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
33934
+ line-height: 0px;
33916
33935
  }
33917
- .E_m1y1hhnr .recharts-xAxis {
33918
- font-size: 12px;
33936
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
33937
+ padding-right: 25px;
33919
33938
  }
33920
- .E_m1y1hhnr .pointer-wrapper {
33921
- position: absolute;
33922
- bottom: 10px;
33923
- padding: 0 8px;
33924
- border-radius: 4px;
33925
- font-size: 12px;
33926
- color: #fff;
33927
- background: rgba(0, 0, 0, 0.75);
33928
- transform: translateX(-50%);
33939
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
33940
+ border-top-color: transparent;
33929
33941
  }
33930
-
33931
- .E_tnvijvs {
33932
- min-width: 200px;
33942
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
33943
+ background: rgba(225, 230, 241, 0.6);
33944
+ border-color: transparent transparent white;
33933
33945
  }
33934
-
33935
- .E_t1ub2aex {
33936
- display: flex;
33937
- align-items: center;
33938
- justify-content: space-between;
33939
- background-color: rgba(0, 0, 0, 0.75);
33940
- color: #b4beca;
33941
- font-size: 12px;
33942
- padding: 3px 6px;
33946
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
33947
+ border-radius: 8px 0 0 8px;
33943
33948
  }
33944
- .E_t1ub2aex:first-child {
33945
- padding-top: 3px;
33949
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
33950
+ border-radius: 8px 0 0 8px;
33946
33951
  }
33947
- .E_t1ub2aex:last-child {
33948
- padding-bottom: 3px;
33952
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
33953
+ content: "";
33954
+ width: 4px;
33955
+ top: -1px;
33956
+ bottom: -1px;
33957
+ background: white;
33949
33958
  }
33950
- .E_t1ub2aex .column-value {
33951
- color: #fff;
33952
- margin-left: 8px;
33959
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
33960
+ border-radius: 0 8px 8px 0;
33953
33961
  }
33954
-
33955
- .E_sjob3jg {
33956
- --item-min-width: 60px;
33962
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
33963
+ border-radius: 0;
33964
+ background: white;
33965
+ border-top: none;
33957
33966
  }
33958
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33959
- display: none !important;
33967
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
33968
+ border-top: 1px solid transparent;
33969
+ border-radius: 0 8px 8px 0;
33970
+ background: rgba(225, 230, 241, 0.6);
33960
33971
  }
33961
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33962
- flex-shrink: 0 !important;
33972
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
33973
+ background: white;
33974
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33963
33975
  }
33964
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33965
- color: #0080ff;
33976
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
33977
+ display: flex;
33978
+ align-items: center;
33979
+ height: 100%;
33980
+ background: rgba(225, 230, 241, 0.6);
33966
33981
  }
33967
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33968
- color: #0080ff;
33969
- font-weight: normal;
33982
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
33983
+ background: white;
33984
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33970
33985
  }
33971
- .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 {
33972
- color: rgba(44, 56, 82, 0.6);
33986
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
33987
+ display: flex;
33988
+ align-items: center;
33989
+ height: 100%;
33990
+ background: rgba(225, 230, 241, 0.6);
33973
33991
  }
33974
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33975
- color: #00122e;
33992
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
33993
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33976
33994
  }
33977
- .E_sjob3jg .step-item-text {
33978
- display: inline-block;
33995
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
33996
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
33997
+ border-radius: 8px;
33979
33998
  }
33980
- .E_sjob3jg .step-item-title {
33981
- overflow: hidden;
33982
- white-space: nowrap;
33983
- text-overflow: ellipsis;
33999
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34000
+ border-top-color: white;
33984
34001
  }
33985
-
33986
- .E_hjvj6s6 .ant-steps-item-container {
33987
- min-width: var(--item-min-width);
34002
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34003
+ background: rgba(0, 136, 255, 0.1);
34004
+ border-bottom-color: transparent;
34005
+ border-top-color: transparent;
33988
34006
  }
33989
- .E_hjvj6s6 .ant-steps-item-disabled {
33990
- cursor: not-allowed !important;
34007
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34008
+ border-radius: 8px 0 0 8px;
33991
34009
  }
33992
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33993
- flex-direction: row;
33994
- justify-content: stretch;
34010
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34011
+ border-radius: 0 8px 8px 0;
33995
34012
  }
33996
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33997
- padding: 0;
33998
- margin-right: 4px;
33999
- flex: 1;
34000
- overflow: visible;
34013
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34014
+ background: rgba(0, 136, 255, 0.1);
34001
34015
  }
34002
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34003
- width: 100%;
34004
- min-height: unset;
34016
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
34017
+ background: #fff;
34018
+ font-weight: 400;
34019
+ position: relative;
34020
+ border-bottom: none;
34021
+ color: #00122e;
34022
+ transition: none;
34023
+ padding: 14px 8px 14px 8px;
34024
+ line-height: 20px;
34005
34025
  }
34006
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34007
- height: 26px;
34008
- line-height: 26px;
34009
- width: 100%;
34010
- padding: 0;
34011
- font-size: 12px;
34026
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
34027
+ content: "";
34028
+ width: 1px;
34029
+ top: 0;
34030
+ bottom: 0;
34031
+ background: rgba(211, 218, 235, 0.6);
34032
+ position: absolute;
34033
+ right: 0;
34012
34034
  }
34013
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34014
- margin-right: 10px;
34035
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
34036
+ padding: unset;
34015
34037
  }
34016
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34038
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
34017
34039
  display: none;
34018
34040
  }
34019
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34020
- padding-left: 8px;
34021
- padding-right: 4px;
34022
- border-radius: 4px 0 0 4px;
34023
- }
34024
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34025
- margin-right: 0;
34041
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34042
+ width: 100%;
34043
+ overflow: hidden;
34044
+ white-space: nowrap;
34045
+ text-overflow: ellipsis;
34026
34046
  }
34027
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34028
- padding-right: 8px;
34029
- padding-left: 12px;
34030
- border-radius: 0 4px 4px 0;
34047
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34048
+ overflow: hidden;
34049
+ text-overflow: ellipsis;
34050
+ flex: 1;
34031
34051
  }
34032
- .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 {
34033
- content: "";
34034
- width: 0;
34035
- height: 0;
34036
- border: 13px solid transparent;
34037
- position: absolute;
34038
- top: 0;
34039
- border-left: 8px solid rgba(237, 241, 250, 0.6);
34040
- z-index: 2;
34041
- position: relative;
34042
- top: -50%;
34043
- right: -100%;
34052
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34053
+ padding: 15px 25px 15px 8px;
34044
34054
  }
34045
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34046
- padding: 0 4px 0 12px;
34055
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34056
+ padding: 0;
34047
34057
  }
34048
- .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 {
34049
- content: "";
34050
- width: 0;
34051
- height: 0;
34052
- border: 13px solid transparent;
34058
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34053
34059
  position: absolute;
34054
- top: 0;
34055
- border-left: 8px solid #fff;
34056
- left: 0;
34057
- }
34058
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34059
- max-width: calc(100% - var(--item-min-width) * 2);
34060
+ right: 6px;
34061
+ top: 50%;
34062
+ transform: translateY(-50%);
34063
+ height: 16px;
34064
+ display: none;
34065
+ transition: transform 320ms ease;
34060
34066
  }
34061
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34062
- background-color: rgba(0, 136, 255, 0.1);
34067
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34068
+ display: block;
34069
+ transform: translateY(-50%) rotateX(180deg);
34063
34070
  }
34064
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34065
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34071
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34072
+ display: block;
34066
34073
  }
34067
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34068
- cursor: pointer;
34069
- min-width: var(--item-min-width);
34074
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34075
+ display: none;
34070
34076
  }
34071
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34072
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34073
- min-width: var(--item-min-width);
34077
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34078
+ transform: translateY(-50%);
34074
34079
  }
34075
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34076
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34077
- background-color: rgba(237, 241, 250, 0.6);
34080
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34081
+ transform: translateY(-50%) rotateX(180deg);
34078
34082
  }
34079
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34080
- padding: 0;
34083
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34084
+ background: #f2f5fa;
34081
34085
  }
34082
-
34083
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34084
- width: 192px;
34085
- row-gap: 2px;
34086
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34087
+ display: block;
34086
34088
  }
34087
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34088
- background-color: rgba(225, 230, 241, 0.6);
34089
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
34090
+ padding-right: 25px;
34089
34091
  }
34090
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34091
- color: #00122e !important;
34092
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
34093
+ padding: 0 !important;
34092
34094
  }
34093
- .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 {
34094
- background-color: rgba(225, 230, 241, 0.6);
34095
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34096
+ position: absolute;
34097
+ left: 50%;
34098
+ top: 50%;
34099
+ transform: translate(-50%, -50%);
34095
34100
  }
34096
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34097
- padding: 0 8px;
34098
- border-radius: 4px;
34099
- height: 32px;
34100
- display: flex;
34101
- align-items: center;
34101
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
34102
+ display: none;
34102
34103
  }
34103
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34104
- min-height: auto;
34105
- white-space: nowrap;
34104
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
34105
+ background: #fff;
34106
34106
  }
34107
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34108
- font-size: 13px;
34109
- line-height: 20px;
34110
- max-width: 100%;
34111
- padding-right: 0;
34107
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
34108
+ background: inherit;
34112
34109
  }
34113
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34114
- background: rgba(0, 128, 255, 0.1);
34110
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
34111
+ position: static;
34112
+ border: none;
34113
+ background: inherit !important;
34114
+ height: 100px;
34115
+ vertical-align: middle;
34115
34116
  }
34116
-
34117
- .E_h6l1tj4 {
34118
- width: 100%;
34119
- display: inline-flex;
34120
- align-items: center;
34121
- justify-content: center;
34122
- column-gap: 4px;
34117
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
34118
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34119
+ font-weight: bold;
34120
+ font-size: 20px;
34121
+ color: rgba(10, 37, 85, 0.6);
34123
34122
  }
34124
- .E_h6l1tj4 .step-item-prefix-container {
34125
- display: inline-flex;
34126
- align-items: center;
34127
- width: 18px;
34128
- height: 18px;
34129
- color: rgba(44, 56, 82, 0.75);
34130
- justify-content: center;
34123
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
34124
+ .E_t1fisho6 div.ant-table th.cell__action_ {
34125
+ z-index: 10;
34131
34126
  }
34132
-
34133
- .E_v18frne8 {
34134
- width: 100%;
34135
- display: flex;
34136
- align-items: center;
34137
- justify-content: center;
34138
- column-gap: 6px;
34139
- font-size: 13px;
34127
+ .E_t1fisho6 div.ant-table td.cell__action_ {
34128
+ padding: 0 !important;
34129
+ position: relative;
34130
+ background: #fff;
34140
34131
  }
34141
- .E_v18frne8 .step-item-prefix-container {
34142
- display: inline-flex;
34132
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
34133
+ height: 100%;
34134
+ display: flex;
34143
34135
  align-items: center;
34144
- min-width: 20px;
34145
- min-height: 20px;
34146
- color: rgba(44, 56, 82, 0.75);
34136
+ justify-content: flex-end;
34137
+ padding-right: 8px;
34138
+ }
34139
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
34140
+ width: 24px;
34141
+ height: 24px;
34142
+ cursor: pointer;
34147
34143
  justify-content: center;
34144
+ border-radius: 4px;
34145
+ }
34146
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
34147
+ background: #fff;
34148
34148
  }
34149
34149
 
34150
34150
  .E_w7ob4th.outside-tag {
@@ -34416,6 +34416,66 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34416
34416
  background: rgba(163, 180, 204, 0.18);
34417
34417
  }
34418
34418
 
34419
+ .E_c4hgp0p {
34420
+ color: #F0483E;
34421
+ }
34422
+
34423
+ .E_s20iney.skeleton-box {
34424
+ display: flex;
34425
+ align-items: center;
34426
+ justify-content: center;
34427
+ position: relative;
34428
+ border-radius: 2px;
34429
+ background: rgba(225, 230, 241, 0.6);
34430
+ overflow: hidden;
34431
+ }
34432
+ .E_s20iney.skeleton-box > .skeleton-shimmer {
34433
+ width: 200%;
34434
+ height: 200%;
34435
+ transform: rotate(15deg);
34436
+ position: absolute;
34437
+ top: -50%;
34438
+ flex-shrink: 0;
34439
+ opacity: 0.8;
34440
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34441
+ animation: shimmer 1100ms infinite;
34442
+ }
34443
+ @keyframes shimmer {
34444
+ from {
34445
+ left: -120%;
34446
+ }
34447
+ to {
34448
+ left: 100%;
34449
+ }
34450
+ }
34451
+
34452
+ .E_bpgac8u {
34453
+ color: #FFFFFF;
34454
+ display: flex;
34455
+ gap: 8px;
34456
+ padding: 8px 0;
34457
+ display: flex;
34458
+ justify-content: center;
34459
+ white-space: pre-wrap;
34460
+ align-items: center;
34461
+ }
34462
+ .E_bpgac8u .dashed-btn {
34463
+ border-bottom: 1px solid white;
34464
+ cursor: pointer;
34465
+ }
34466
+
34467
+ .E_envn4g3 {
34468
+ background: #F0483E;
34469
+ }
34470
+
34471
+ .E_i12w18eu {
34472
+ background: #0080FF;
34473
+ }
34474
+
34475
+ .E_wujsnt4 {
34476
+ background-color: #E07F00;
34477
+ }
34478
+
34419
34479
  .E_t59qhqp {
34420
34480
  background: #FFFFFF;
34421
34481
  padding: 24px 32px;
@@ -34464,60 +34524,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34464
34524
  color: #00122E;
34465
34525
  }
34466
34526
 
34467
- .E_bpgac8u {
34468
- color: #FFFFFF;
34469
- display: flex;
34470
- gap: 8px;
34471
- padding: 8px 0;
34472
- display: flex;
34473
- justify-content: center;
34474
- white-space: pre-wrap;
34475
- align-items: center;
34476
- }
34477
- .E_bpgac8u .dashed-btn {
34478
- border-bottom: 1px solid white;
34479
- cursor: pointer;
34480
- }
34481
-
34482
- .E_envn4g3 {
34483
- background: #F0483E;
34484
- }
34485
-
34486
- .E_i12w18eu {
34487
- background: #0080FF;
34488
- }
34489
-
34490
- .E_wujsnt4 {
34491
- background-color: #E07F00;
34492
- }
34493
-
34494
- .E_s20iney.skeleton-box {
34495
- display: flex;
34496
- align-items: center;
34497
- justify-content: center;
34498
- position: relative;
34499
- border-radius: 2px;
34500
- background: rgba(225, 230, 241, 0.6);
34501
- overflow: hidden;
34502
- }
34503
- .E_s20iney.skeleton-box > .skeleton-shimmer {
34504
- width: 200%;
34505
- height: 200%;
34506
- transform: rotate(15deg);
34507
- position: absolute;
34508
- top: -50%;
34509
- flex-shrink: 0;
34510
- opacity: 0.8;
34511
- background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34512
- animation: shimmer 1100ms infinite;
34513
- }
34514
- @keyframes shimmer {
34515
- from {
34516
- left: -120%;
34517
- }
34518
- to {
34519
- left: 100%;
34520
- }
34527
+ .E_t1616y1o {
34528
+ color: #fff;
34521
34529
  }
34522
34530
 
34523
34531
  .E_t1g36k2w {
@@ -34549,10 +34557,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34549
34557
  background: rgba(225, 230, 241, 0.6);
34550
34558
  }
34551
34559
 
34552
- .E_t1616y1o {
34553
- color: #fff;
34554
- }
34555
-
34556
34560
  .E_a9y3flr {
34557
34561
  margin-left: 8px;
34558
34562
  }
@@ -34593,48 +34597,161 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34593
34597
  color: rgba(44, 56, 82, 0.7490196078);
34594
34598
  }
34595
34599
 
34596
- .E_d1u4ndxc {
34597
- color: rgba(44, 56, 82, 0.7490196078);
34598
- font-size: 12px;
34600
+ .E_d1u4ndxc {
34601
+ color: rgba(44, 56, 82, 0.7490196078);
34602
+ font-size: 12px;
34603
+ }
34604
+
34605
+ .E_f6xb0iv {
34606
+ min-width: 0;
34607
+ flex: 1;
34608
+ }
34609
+
34610
+ .E_b1dhu7ov.antd5-progress {
34611
+ width: 220px;
34612
+ }
34613
+
34614
+ .E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
34615
+ content: "";
34616
+ display: block;
34617
+ height: 8px;
34618
+ background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
34619
+ animation: loading 1600ms ease-out infinite;
34620
+ opacity: 1;
34621
+ }
34622
+ @keyframes loading {
34623
+ from {
34624
+ transform: translateX(-100%);
34625
+ }
34626
+ to {
34627
+ transform: translateX(100%);
34628
+ }
34629
+ }
34630
+
34631
+ .E_clm1wy1 {
34632
+ width: 192px;
34633
+ height: 246px;
34634
+ border-radius: 4px;
34635
+ }
34636
+ .E_clm1wy1 > .ant-picker-calendar,
34637
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
34638
+ width: 100%;
34639
+ background-color: rgba(245, 247, 250, 0.6);
34640
+ border-top: none;
34641
+ }
34642
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
34643
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
34644
+ padding: 0 16px;
34645
+ }
34646
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
34647
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
34648
+ width: 100%;
34649
+ height: 180px;
34650
+ border-spacing: 0;
34651
+ }
34652
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
34653
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
34654
+ margin-bottom: 8px;
34655
+ }
34656
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
34657
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
34658
+ width: 22px;
34659
+ }
34660
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
34661
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
34662
+ padding: 0;
34663
+ }
34664
+ .E_clm1wy1 .ant-picker-cell {
34665
+ color: rgba(62, 70, 82, 0.6);
34666
+ opacity: 0.4;
34667
+ }
34668
+ .E_clm1wy1 .ant-picker-cell-in-view {
34669
+ color: rgba(62, 70, 82, 0.6);
34670
+ opacity: 1;
34671
+ }
34672
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
34673
+ color: #3e4652;
34674
+ }
34675
+ .E_clm1wy1 .ant-picker-cell::before {
34676
+ pointer-events: none;
34677
+ }
34678
+
34679
+ .E_t1tsm00v {
34680
+ color: rgba(129, 138, 153, 0.6);
34681
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
34682
+ backdrop-filter: blur(10px);
34683
+ padding: 7px 10px;
34684
+ }
34685
+
34686
+ .E_c167wnad {
34687
+ color: rgba(62, 70, 82, 0.6);
34688
+ display: flex;
34689
+ justify-content: space-between;
34690
+ align-items: center;
34691
+ padding: 8px 16px;
34692
+ }
34693
+ .E_c167wnad .anticon {
34694
+ cursor: pointer;
34695
+ }
34696
+ .E_c167wnad .anticon:hover {
34697
+ color: #0096ff;
34698
+ }
34699
+
34700
+ .E_cxhf7dh {
34701
+ text-align: center;
34702
+ }
34703
+ .E_cxhf7dh .dots {
34704
+ display: flex;
34705
+ justify-content: center;
34706
+ }
34707
+ .E_cxhf7dh .dot {
34708
+ display: inline-block;
34709
+ width: 2px;
34710
+ height: 2px;
34711
+ border-radius: 1px;
34712
+ background: #0096ff;
34713
+ }
34714
+ .E_cxhf7dh .dot:not(:last-child) {
34715
+ margin-right: 2px;
34716
+ }
34717
+ .E_cxhf7dh .bar {
34718
+ width: 9px;
34719
+ height: 2px;
34720
+ background: #0096ff;
34721
+ border-radius: 2px;
34722
+ }
34723
+
34724
+ span.E_tqjc4ui {
34725
+ margin: 0 2px;
34599
34726
  }
34600
34727
 
34601
- .E_f6xb0iv {
34602
- min-width: 0;
34603
- flex: 1;
34728
+ .E_gmyahx3 {
34729
+ cursor: pointer;
34604
34730
  }
34605
-
34606
- .E_b1dhu7ov.antd5-progress {
34607
- width: 220px;
34731
+ .E_gmyahx3 .link-text {
34732
+ color: rgba(0, 21, 64, 0.3);
34733
+ }
34734
+ .E_gmyahx3:hover .link-text {
34735
+ color: #0080ff;
34608
34736
  }
34609
34737
 
34610
- .E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
34611
- content: "";
34612
- display: block;
34613
- height: 8px;
34614
- background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
34615
- animation: loading 1600ms ease-out infinite;
34616
- opacity: 1;
34738
+ .E_n12mqh7z {
34739
+ display: flex;
34740
+ align-items: center;
34741
+ font-size: 12px;
34742
+ line-height: 18px;
34617
34743
  }
34618
- @keyframes loading {
34619
- from {
34620
- transform: translateX(-100%);
34621
- }
34622
- to {
34623
- transform: translateX(100%);
34624
- }
34744
+ .E_n12mqh7z:not(:last-child) {
34745
+ margin-bottom: 4px;
34625
34746
  }
34626
34747
 
34627
- .E_skwah65 {
34628
- height: 8px;
34629
- box-sizing: border-box;
34630
- border-radius: 2px;
34631
- background: #f5f7fa;
34632
- display: flex;
34633
- width: 100%;
34634
- overflow: hidden;
34748
+ .E_tf5bynu {
34749
+ margin: 0 3px;
34635
34750
  }
34636
- .E_skwah65 .stack-bar-item + .stack-bar-item {
34637
- margin-left: 1px;
34751
+
34752
+ .E_tcckoz1 {
34753
+ max-height: 400px;
34754
+ overflow: auto;
34638
34755
  }
34639
34756
 
34640
34757
  .E_s1ebs0ra {
@@ -34698,344 +34815,337 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34698
34815
  background: #fff;
34699
34816
  }
34700
34817
 
34701
- span.E_tqjc4ui {
34702
- margin: 0 2px;
34818
+ .E_t1sqg15u {
34819
+ background: white;
34703
34820
  }
34704
-
34705
- .E_gmyahx3 {
34706
- cursor: pointer;
34821
+ .E_t1sqg15u.inline .table-row {
34822
+ flex-direction: column;
34707
34823
  }
34708
- .E_gmyahx3 .link-text {
34709
- color: rgba(0, 21, 64, 0.3);
34824
+ .E_t1sqg15u.inline .table-row > label {
34825
+ padding: 0 16px 7px 0;
34710
34826
  }
34711
- .E_gmyahx3:hover .link-text {
34712
- color: #0080ff;
34827
+ .E_t1sqg15u.has-border .table-header {
34828
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34713
34829
  }
34714
-
34715
- .E_c18bcrac {
34716
- display: inline-block;
34717
- width: 100%;
34830
+ .E_t1sqg15u.has-border .hiddenBorder {
34831
+ border-top: none !important;
34718
34832
  }
34719
- .E_c18bcrac .recharts-wrapper {
34720
- margin-left: 4px;
34833
+ .E_t1sqg15u.has-border .table-row + .table-row {
34834
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
34721
34835
  }
34722
-
34723
- .E_cro7kg2 {
34724
- padding: 4px;
34836
+ .E_t1sqg15u.has-border .table-row:last-of-type {
34837
+ padding-bottom: 0;
34838
+ }
34839
+ .E_t1sqg15u.align-right .content {
34840
+ text-align: right;
34841
+ }
34842
+ .E_t1sqg15u .uuid-row {
34843
+ display: flex;
34844
+ justify-content: space-between;
34845
+ }
34846
+ .E_t1sqg15u .uuid-row .id-text {
34847
+ white-space: nowrap;
34848
+ overflow: hidden;
34849
+ text-overflow: ellipsis;
34725
34850
  }
34726
34851
 
34727
- .E_c14wcxf0 {
34852
+ .E_t4zczcp {
34728
34853
  display: flex;
34729
34854
  justify-content: space-between;
34730
34855
  align-items: center;
34731
- font-size: 13px;
34732
- line-height: 24px;
34733
- color: #cccccc;
34734
- white-space: nowrap;
34856
+ padding: 8px;
34857
+ min-height: 32px;
34735
34858
  }
34736
- .E_c14wcxf0 label {
34737
- margin-right: 32px;
34859
+ .E_t4zczcp .table-title {
34860
+ color: rgba(44, 56, 82, 0.6);
34861
+ font-weight: 600;
34862
+ font-size: 12px;
34863
+ line-height: 8px;
34738
34864
  }
34739
-
34740
- .E_coy29mj.E_c14wcxf0 {
34741
- font-weight: bold;
34742
- color: white;
34865
+ .E_t4zczcp .edit-icon {
34866
+ font-size: 16px;
34867
+ color: rgba(10, 37, 85, 0.6);
34868
+ cursor: pointer;
34743
34869
  }
34744
34870
 
34745
- .E_s11212zy {
34746
- width: 8px;
34747
- height: 8px;
34748
- border-radius: 2px;
34749
- display: inline-block;
34750
- background: var(--s11212zy-0);
34751
- border: 1px solid #fff;
34752
- box-sizing: content-box;
34753
- margin-right: 6px;
34871
+ .E_t1s7goww {
34872
+ font-size: 12px;
34873
+ line-height: 18px;
34754
34874
  }
34755
34875
 
34756
- .E_p1lyky6c > :first-child {
34757
- font-weight: bold;
34758
- color: white;
34759
- margin-right: 4px;
34876
+ .E_t93e4cf {
34877
+ display: flex;
34878
+ padding: 8px 0;
34879
+ color: #2d3a56;
34880
+ }
34881
+ .E_t93e4cf .hidden {
34882
+ display: none;
34883
+ }
34884
+ .E_t93e4cf .ant-btn.ant-btn-link {
34885
+ height: auto;
34886
+ }
34887
+ .E_t93e4cf .content {
34888
+ overflow: hidden;
34889
+ overflow-x: auto;
34890
+ width: 100%;
34891
+ white-space: pre-wrap;
34892
+ }
34893
+ .E_t93e4cf .content .ant-btn {
34894
+ white-space: pre-wrap;
34895
+ text-align: left;
34896
+ }
34897
+ .E_t93e4cf .content .unit-chart {
34898
+ justify-content: flex-start;
34760
34899
  }
34761
34900
 
34762
- .E_c1up1pdz {
34763
- width: 648px;
34901
+ .E_rhz2uv5 {
34902
+ width: var(--rhz2uv5-0);
34903
+ flex-shrink: 0;
34904
+ color: rgba(44, 56, 82, 0.6);
34905
+ padding-right: 12px;
34764
34906
  }
34765
- .E_c1up1pdz.active {
34766
- border-color: #0080ff;
34907
+
34908
+ .E_ou7iq30 {
34909
+ overflow: hidden;
34910
+ text-overflow: ellipsis;
34767
34911
  }
34768
- .E_c1up1pdz.active > header {
34769
- background: rgba(0, 128, 255, 0.1);
34912
+
34913
+ .E_s1tui002 {
34914
+ white-space: nowrap;
34770
34915
  }
34771
- .E_c1up1pdz .expand {
34772
- padding: 12px;
34916
+
34917
+ .E_mxrc2zg {
34918
+ display: -webkit-box;
34919
+ -webkit-line-clamp: var(--mxrc2zg-0);
34920
+ -webkit-box-orient: vertical;
34921
+ word-break: break-all;
34773
34922
  }
34774
- .E_c1up1pdz .field-item {
34775
- display: flex;
34776
- padding: 10px 0;
34777
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34923
+
34924
+ .E_t1vv6d68 .ant-tooltip-arrow {
34925
+ display: none;
34778
34926
  }
34779
- .E_c1up1pdz .field-item:last-child {
34780
- border-bottom: none;
34781
- padding-bottom: 0;
34927
+ .E_t1vv6d68 .ant-tooltip-inner {
34928
+ background: rgba(23, 38, 64, 0.8);
34929
+ border-radius: 4px;
34782
34930
  }
34783
- .E_c1up1pdz .field-item label {
34784
- line-height: 32px;
34785
- width: 100px;
34786
- color: rgba(62, 70, 82, 0.6);
34931
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
34932
+ visibility: hidden;
34787
34933
  }
34788
- .E_c1up1pdz .help {
34789
- color: rgba(62, 70, 82, 0.6);
34790
- margin-top: 5px;
34934
+
34935
+ .E_skwah65 {
34936
+ height: 8px;
34937
+ box-sizing: border-box;
34938
+ border-radius: 2px;
34939
+ background: #f5f7fa;
34940
+ display: flex;
34941
+ width: 100%;
34942
+ overflow: hidden;
34791
34943
  }
34792
- .E_c1up1pdz .ant-input-affix-wrapper,
34793
- .E_c1up1pdz .ant-picker {
34794
- width: 128px;
34944
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
34945
+ margin-left: 1px;
34795
34946
  }
34796
34947
 
34797
- .E_c156wh19 {
34948
+ .E_t160l1cm {
34798
34949
  display: flex;
34799
- align-items: center;
34800
- justify-content: space-between;
34801
- word-break: keep-all;
34950
+ flex-direction: column;
34951
+ flex: 1;
34952
+ /* FIXME:(yanzhen) do this better */
34802
34953
  }
34803
- .E_c156wh19 .title {
34804
- margin: 0 16px 0 8px;
34954
+ .E_t160l1cm .tab-bar {
34955
+ flex-shrink: 0;
34956
+ display: flex;
34957
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
34805
34958
  }
34806
- .E_c156wh19 .retain {
34807
- color: rgba(129, 138, 153, 0.6);
34959
+ .E_t160l1cm .tab-content {
34960
+ height: 100%;
34961
+ }
34962
+ .E_t160l1cm .tab-menu-item {
34963
+ margin-right: 2px;
34964
+ padding: 1px 12px;
34965
+ line-height: 24px;
34966
+ height: 24px;
34967
+ color: rgba(44, 56, 82, 0.6);
34968
+ border-radius: 4px 4px 0 0;
34969
+ cursor: pointer;
34970
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
34971
+ }
34972
+ .E_t160l1cm .tab-menu-item:first-child {
34973
+ padding-left: 0;
34808
34974
  }
34809
- .E_c156wh19 div.left {
34810
- flex: 1;
34811
- display: flex;
34812
- overflow: hidden;
34813
- align-items: center;
34814
- justify-content: flex-start;
34815
- white-space: nowrap;
34975
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
34976
+ padding-left: 12px;
34816
34977
  }
34817
- .E_c156wh19 div.left .title {
34818
- max-width: 100%;
34819
- overflow: hidden;
34820
- text-overflow: ellipsis;
34978
+ .E_t160l1cm .tab-menu-item:hover {
34979
+ color: #0080ff;
34980
+ background: rgba(211, 218, 235, 0.6);
34821
34981
  }
34822
- .E_c156wh19 div.right {
34823
- display: flex;
34824
- align-items: center;
34982
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
34983
+ fill: #0080ff;
34825
34984
  }
34826
- .E_c156wh19 .reverse {
34827
- display: flex;
34828
- flex-direction: row-reverse;
34829
- align-items: center;
34985
+ .E_t160l1cm .tab-menu-item:active {
34986
+ background: rgba(192, 203, 224, 0.6);
34830
34987
  }
34831
- .E_c156wh19 .reverse .ant-switch {
34832
- margin-left: 8px;
34988
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
34989
+ color: #0080ff;
34990
+ background: rgba(211, 218, 235, 0.6);
34833
34991
  }
34834
- .E_c156wh19 .close {
34835
- padding-left: 14px;
34836
- margin-left: 14px;
34837
- border-left: 1px solid rgba(129, 138, 153, 0.6);
34838
- cursor: pointer;
34992
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
34993
+ background: rgba(192, 203, 224, 0.6);
34839
34994
  }
34840
-
34841
- .E_m126spxy {
34842
- padding-bottom: 4px;
34843
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34995
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
34996
+ background: rgba(0, 128, 255, 0.16);
34844
34997
  }
34845
- .E_m126spxy .ant-btn.ant-btn-link {
34846
- padding: 1px 10px;
34847
- color: rgba(62, 70, 82, 0.6);
34848
- border-radius: 4px;
34998
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
34999
+ fill: #0080ff;
34849
35000
  }
34850
- .E_m126spxy .ant-btn.ant-btn-link.active {
35001
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
35002
+ color: #0080ff;
34851
35003
  background: rgba(0, 128, 255, 0.1);
34852
- color: #0096ff;
34853
- }
34854
-
34855
- .E_wpbf4pq {
34856
- padding: 10px 0;
34857
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34858
35004
  }
34859
- .E_wpbf4pq .ant-input,
34860
- .E_wpbf4pq .ant-picker {
34861
- width: 80px;
34862
- margin: 0 9px;
34863
- text-align: center;
35005
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
35006
+ background: rgba(0, 128, 255, 0.16);
34864
35007
  }
34865
- .E_wpbf4pq .options {
34866
- padding: 12px 0 12px 16px;
34867
- border-left: 2px solid rgba(129, 138, 153, 0.6);
34868
- margin: 5px 0 5px 8px;
35008
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
35009
+ fill: #1d326c;
34869
35010
  }
34870
- .E_wpbf4pq .week-day-option,
34871
- .E_wpbf4pq .month-day-option {
34872
- background: #f5f7fa;
34873
- box-sizing: border-box;
34874
- border-radius: 16px;
34875
- margin-right: 8px;
35011
+ .E_t160l1cm .tab-menu-item .expand-arrow {
35012
+ margin-left: 8px;
35013
+ height: 22px;
34876
35014
  }
34877
- .E_wpbf4pq .week-day-option:focus,
34878
- .E_wpbf4pq .month-day-option:focus {
34879
- color: inherit;
34880
- border-color: #d9d9d9;
35015
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
35016
+ fill: rgba(44, 56, 82, 0.6);
34881
35017
  }
34882
- .E_wpbf4pq .week-day-option.active {
34883
- background-color: #0096ff;
34884
- border-color: #0096ff;
34885
- color: #fff;
35018
+ .E_t160l1cm .tab-menu-item-group {
35019
+ padding: 0;
35020
+ display: flex;
35021
+ align-items: center;
35022
+ overflow: hidden;
34886
35023
  }
34887
- .E_wpbf4pq .week-day-option.en-text {
34888
- width: 110px;
34889
- margin-top: 4px;
35024
+ .E_t160l1cm .tab-menu-item-group .main-title {
35025
+ opacity: 0;
35026
+ max-width: 0;
35027
+ transition: max-width 320ms ease, opacity 240ms ease;
34890
35028
  }
34891
- .E_wpbf4pq .month-day-option {
34892
- width: 32px;
34893
- padding: 0;
34894
- margin-bottom: 8px;
35029
+ .E_t160l1cm .tab-menu-item-group .sub-title {
35030
+ padding: 1px 12px;
35031
+ position: relative;
35032
+ display: flex;
34895
35033
  }
34896
- .E_wpbf4pq .month-day-option.active {
34897
- background-color: #0096ff;
34898
- border-color: #0096ff;
34899
- color: #fff;
35034
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
35035
+ opacity: 0;
35036
+ position: absolute;
35037
+ top: 50%;
35038
+ left: 0;
35039
+ transform: translate(-50%, -50%);
35040
+ transition: opacity 100ms linear;
35041
+ fill: rgba(0, 128, 255, 0.2);
34900
35042
  }
34901
-
34902
- .E_clm1wy1 {
34903
- width: 192px;
34904
- height: 246px;
34905
- border-radius: 4px;
35043
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
35044
+ color: #0080ff;
34906
35045
  }
34907
- .E_clm1wy1 > .ant-picker-calendar,
34908
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
34909
- width: 100%;
34910
- background-color: rgba(245, 247, 250, 0.6);
34911
- border-top: none;
35046
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
35047
+ padding: 1px 12px;
35048
+ display: inline-block;
35049
+ opacity: 1;
35050
+ max-width: 160px;
34912
35051
  }
34913
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
34914
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
34915
- padding: 0 16px;
35052
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
35053
+ padding: 1px 12px;
35054
+ color: #005ed1;
34916
35055
  }
34917
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
34918
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
34919
- width: 100%;
34920
- height: 180px;
34921
- border-spacing: 0;
35056
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
35057
+ opacity: 1;
34922
35058
  }
34923
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
34924
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
34925
- margin-bottom: 8px;
35059
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
35060
+ background: rgba(0, 128, 255, 0.16);
34926
35061
  }
34927
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
34928
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
34929
- width: 22px;
35062
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
35063
+ opacity: 0;
34930
35064
  }
34931
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
34932
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
34933
- padding: 0;
35065
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
35066
+ padding: 4px 16px;
35067
+ height: 32px;
35068
+ border-radius: 6px 6px 0 0;
34934
35069
  }
34935
- .E_clm1wy1 .ant-picker-cell {
34936
- color: rgba(62, 70, 82, 0.6);
34937
- opacity: 0.4;
35070
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
35071
+ padding-left: 0;
34938
35072
  }
34939
- .E_clm1wy1 .ant-picker-cell-in-view {
34940
- color: rgba(62, 70, 82, 0.6);
34941
- opacity: 1;
35073
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
35074
+ padding-left: 16px;
34942
35075
  }
34943
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
34944
- color: #3e4652;
35076
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
35077
+ margin-left: 11px;
35078
+ height: 24px;
34945
35079
  }
34946
- .E_clm1wy1 .ant-picker-cell::before {
34947
- pointer-events: none;
35080
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
35081
+ padding: 0;
34948
35082
  }
34949
-
34950
- .E_t1tsm00v {
34951
- color: rgba(129, 138, 153, 0.6);
34952
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
34953
- backdrop-filter: blur(10px);
34954
- padding: 7px 10px;
35083
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
35084
+ padding: 4px 16px;
34955
35085
  }
34956
-
34957
- .E_c167wnad {
34958
- color: rgba(62, 70, 82, 0.6);
34959
- display: flex;
34960
- justify-content: space-between;
34961
- align-items: center;
34962
- padding: 8px 16px;
35086
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
35087
+ padding: 4px 16px;
34963
35088
  }
34964
- .E_c167wnad .anticon {
34965
- cursor: pointer;
35089
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
35090
+ background: #fff;
34966
35091
  }
34967
- .E_c167wnad .anticon:hover {
34968
- color: #0096ff;
35092
+ .E_t160l1cm .tab-menu-item-light:active {
35093
+ color: #005ed1;
34969
35094
  }
34970
-
34971
- .E_cxhf7dh {
34972
- text-align: center;
35095
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
35096
+ background: #fff;
35097
+ color: #1d326c;
34973
35098
  }
34974
- .E_cxhf7dh .dots {
34975
- display: flex;
34976
- justify-content: center;
35099
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
35100
+ color: rgba(45, 58, 86, 0.6);
34977
35101
  }
34978
- .E_cxhf7dh .dot {
34979
- display: inline-block;
34980
- width: 2px;
34981
- height: 2px;
34982
- border-radius: 1px;
34983
- background: #0096ff;
35102
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
35103
+ color: #1d326c;
34984
35104
  }
34985
- .E_cxhf7dh .dot:not(:last-child) {
34986
- margin-right: 2px;
35105
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
35106
+ fill: #d8deeb;
34987
35107
  }
34988
- .E_cxhf7dh .bar {
34989
- width: 9px;
34990
- height: 2px;
34991
- background: #0096ff;
34992
- border-radius: 2px;
35108
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
35109
+ fill: #1d326c;
34993
35110
  }
34994
-
34995
- .E_n12mqh7z {
35111
+ .E_t160l1cm .tab-content {
35112
+ flex: 1;
34996
35113
  display: flex;
34997
- align-items: center;
34998
- font-size: 12px;
34999
- line-height: 18px;
35000
- }
35001
- .E_n12mqh7z:not(:last-child) {
35002
- margin-bottom: 4px;
35114
+ flex-direction: column;
35003
35115
  }
35004
-
35005
- .E_tf5bynu {
35006
- margin: 0 3px;
35116
+ .E_t160l1cm.is-overview .tab-content {
35117
+ overflow: visible;
35007
35118
  }
35008
35119
 
35009
- .E_tcckoz1 {
35010
- max-height: 400px;
35011
- overflow: auto;
35120
+ .E_t14npdqr {
35121
+ max-width: 240px;
35122
+ animation: none;
35012
35123
  }
35013
-
35014
- .E_ou7iq30 {
35124
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
35125
+ border: 1px solid #0080ff;
35126
+ padding: 0;
35127
+ }
35128
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
35129
+ margin: 0;
35130
+ height: 32px;
35131
+ line-height: 32px;
35132
+ font-size: 13px;
35133
+ padding: 0 10px;
35134
+ display: block;
35015
35135
  overflow: hidden;
35016
35136
  text-overflow: ellipsis;
35017
- }
35018
-
35019
- .E_s1tui002 {
35020
35137
  white-space: nowrap;
35021
35138
  }
35022
-
35023
- .E_mxrc2zg {
35024
- display: -webkit-box;
35025
- -webkit-line-clamp: var(--mxrc2zg-0);
35026
- -webkit-box-orient: vertical;
35027
- word-break: break-all;
35028
- }
35029
-
35030
- .E_t1vv6d68 .ant-tooltip-arrow {
35031
- display: none;
35032
- }
35033
- .E_t1vv6d68 .ant-tooltip-inner {
35034
- background: rgba(23, 38, 64, 0.8);
35035
- border-radius: 4px;
35139
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
35140
+ content: " ";
35141
+ height: 1px;
35142
+ width: calc(100% + 10px);
35143
+ background: rgba(172, 186, 211, 0.6);
35144
+ display: block;
35036
35145
  }
35037
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35038
- visibility: hidden;
35146
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
35147
+ color: #0080ff;
35148
+ background: transparent;
35039
35149
  }
35040
35150
 
35041
35151
  .E_s1at6qmn.ant-layout-sider {
@@ -35151,381 +35261,222 @@ span.E_tqjc4ui {
35151
35261
  text-align: left;
35152
35262
  }
35153
35263
 
35154
- .E_t1sqg15u {
35155
- background: white;
35156
- }
35157
- .E_t1sqg15u.inline .table-row {
35158
- flex-direction: column;
35159
- }
35160
- .E_t1sqg15u.inline .table-row > label {
35161
- padding: 0 16px 7px 0;
35162
- }
35163
- .E_t1sqg15u.has-border .table-header {
35164
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35165
- }
35166
- .E_t1sqg15u.has-border .hiddenBorder {
35167
- border-top: none !important;
35168
- }
35169
- .E_t1sqg15u.has-border .table-row + .table-row {
35170
- border-top: 1px solid rgba(225, 230, 241, 0.6);
35171
- }
35172
- .E_t1sqg15u.has-border .table-row:last-of-type {
35173
- padding-bottom: 0;
35174
- }
35175
- .E_t1sqg15u.align-right .content {
35176
- text-align: right;
35177
- }
35178
- .E_t1sqg15u .uuid-row {
35179
- display: flex;
35180
- justify-content: space-between;
35181
- }
35182
- .E_t1sqg15u .uuid-row .id-text {
35183
- white-space: nowrap;
35184
- overflow: hidden;
35185
- text-overflow: ellipsis;
35186
- }
35187
-
35188
- .E_t4zczcp {
35189
- display: flex;
35190
- justify-content: space-between;
35191
- align-items: center;
35192
- padding: 8px;
35193
- min-height: 32px;
35194
- }
35195
- .E_t4zczcp .table-title {
35196
- color: rgba(44, 56, 82, 0.6);
35197
- font-weight: 600;
35198
- font-size: 12px;
35199
- line-height: 8px;
35200
- }
35201
- .E_t4zczcp .edit-icon {
35202
- font-size: 16px;
35203
- color: rgba(10, 37, 85, 0.6);
35204
- cursor: pointer;
35205
- }
35206
-
35207
- .E_t1s7goww {
35208
- font-size: 12px;
35209
- line-height: 18px;
35210
- }
35211
-
35212
- .E_t93e4cf {
35213
- display: flex;
35214
- padding: 8px 0;
35215
- color: #2d3a56;
35216
- }
35217
- .E_t93e4cf .hidden {
35218
- display: none;
35219
- }
35220
- .E_t93e4cf .ant-btn.ant-btn-link {
35221
- height: auto;
35222
- }
35223
- .E_t93e4cf .content {
35224
- overflow: hidden;
35225
- overflow-x: auto;
35226
- width: 100%;
35227
- white-space: pre-wrap;
35228
- }
35229
- .E_t93e4cf .content .ant-btn {
35230
- white-space: pre-wrap;
35231
- text-align: left;
35232
- }
35233
- .E_t93e4cf .content .unit-chart {
35234
- justify-content: flex-start;
35235
- }
35236
-
35237
- .E_rhz2uv5 {
35238
- width: var(--rhz2uv5-0);
35239
- flex-shrink: 0;
35240
- color: rgba(44, 56, 82, 0.6);
35241
- padding-right: 12px;
35242
- }
35243
-
35244
- .E_s1iv0tp1 .enabled-switch {
35245
- display: flex;
35246
- align-items: center;
35247
- }
35248
- .E_s1iv0tp1 .enabled-text {
35249
- margin-right: 8px;
35250
- }
35251
-
35252
- .E_t160l1cm {
35253
- display: flex;
35254
- flex-direction: column;
35255
- flex: 1;
35256
- /* FIXME:(yanzhen) do this better */
35257
- }
35258
- .E_t160l1cm .tab-bar {
35259
- flex-shrink: 0;
35260
- display: flex;
35261
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
35262
- }
35263
- .E_t160l1cm .tab-content {
35264
- height: 100%;
35265
- }
35266
- .E_t160l1cm .tab-menu-item {
35267
- margin-right: 2px;
35268
- padding: 1px 12px;
35269
- line-height: 24px;
35270
- height: 24px;
35271
- color: rgba(44, 56, 82, 0.6);
35272
- border-radius: 4px 4px 0 0;
35273
- cursor: pointer;
35274
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
35275
- }
35276
- .E_t160l1cm .tab-menu-item:first-child {
35277
- padding-left: 0;
35278
- }
35279
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
35280
- padding-left: 12px;
35281
- }
35282
- .E_t160l1cm .tab-menu-item:hover {
35283
- color: #0080ff;
35284
- background: rgba(211, 218, 235, 0.6);
35285
- }
35286
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
35287
- fill: #0080ff;
35288
- }
35289
- .E_t160l1cm .tab-menu-item:active {
35290
- background: rgba(192, 203, 224, 0.6);
35291
- }
35292
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
35293
- color: #0080ff;
35294
- background: rgba(211, 218, 235, 0.6);
35295
- }
35296
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
35297
- background: rgba(192, 203, 224, 0.6);
35298
- }
35299
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
35300
- background: rgba(0, 128, 255, 0.16);
35264
+ .E_c1up1pdz {
35265
+ width: 648px;
35301
35266
  }
35302
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
35303
- fill: #0080ff;
35267
+ .E_c1up1pdz.active {
35268
+ border-color: #0080ff;
35304
35269
  }
35305
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
35306
- color: #0080ff;
35270
+ .E_c1up1pdz.active > header {
35307
35271
  background: rgba(0, 128, 255, 0.1);
35308
35272
  }
35309
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
35310
- background: rgba(0, 128, 255, 0.16);
35311
- }
35312
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
35313
- fill: #1d326c;
35314
- }
35315
- .E_t160l1cm .tab-menu-item .expand-arrow {
35316
- margin-left: 8px;
35317
- height: 22px;
35318
- }
35319
- .E_t160l1cm .tab-menu-item .expand-arrow path {
35320
- fill: rgba(44, 56, 82, 0.6);
35321
- }
35322
- .E_t160l1cm .tab-menu-item-group {
35323
- padding: 0;
35324
- display: flex;
35325
- align-items: center;
35326
- overflow: hidden;
35327
- }
35328
- .E_t160l1cm .tab-menu-item-group .main-title {
35329
- opacity: 0;
35330
- max-width: 0;
35331
- transition: max-width 320ms ease, opacity 240ms ease;
35332
- }
35333
- .E_t160l1cm .tab-menu-item-group .sub-title {
35334
- padding: 1px 12px;
35335
- position: relative;
35336
- display: flex;
35337
- }
35338
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
35339
- opacity: 0;
35340
- position: absolute;
35341
- top: 50%;
35342
- left: 0;
35343
- transform: translate(-50%, -50%);
35344
- transition: opacity 100ms linear;
35345
- fill: rgba(0, 128, 255, 0.2);
35346
- }
35347
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
35348
- color: #0080ff;
35349
- }
35350
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
35351
- padding: 1px 12px;
35352
- display: inline-block;
35353
- opacity: 1;
35354
- max-width: 160px;
35273
+ .E_c1up1pdz .expand {
35274
+ padding: 12px;
35355
35275
  }
35356
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
35357
- padding: 1px 12px;
35358
- color: #005ed1;
35276
+ .E_c1up1pdz .field-item {
35277
+ display: flex;
35278
+ padding: 10px 0;
35279
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35359
35280
  }
35360
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
35361
- opacity: 1;
35281
+ .E_c1up1pdz .field-item:last-child {
35282
+ border-bottom: none;
35283
+ padding-bottom: 0;
35362
35284
  }
35363
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
35364
- background: rgba(0, 128, 255, 0.16);
35285
+ .E_c1up1pdz .field-item label {
35286
+ line-height: 32px;
35287
+ width: 100px;
35288
+ color: rgba(62, 70, 82, 0.6);
35365
35289
  }
35366
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
35367
- opacity: 0;
35290
+ .E_c1up1pdz .help {
35291
+ color: rgba(62, 70, 82, 0.6);
35292
+ margin-top: 5px;
35368
35293
  }
35369
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
35370
- padding: 4px 16px;
35371
- height: 32px;
35372
- border-radius: 6px 6px 0 0;
35294
+ .E_c1up1pdz .ant-input-affix-wrapper,
35295
+ .E_c1up1pdz .ant-picker {
35296
+ width: 128px;
35373
35297
  }
35374
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
35375
- padding-left: 0;
35298
+
35299
+ .E_c156wh19 {
35300
+ display: flex;
35301
+ align-items: center;
35302
+ justify-content: space-between;
35303
+ word-break: keep-all;
35376
35304
  }
35377
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
35378
- padding-left: 16px;
35305
+ .E_c156wh19 .title {
35306
+ margin: 0 16px 0 8px;
35379
35307
  }
35380
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
35381
- margin-left: 11px;
35382
- height: 24px;
35308
+ .E_c156wh19 .retain {
35309
+ color: rgba(129, 138, 153, 0.6);
35383
35310
  }
35384
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
35385
- padding: 0;
35311
+ .E_c156wh19 div.left {
35312
+ flex: 1;
35313
+ display: flex;
35314
+ overflow: hidden;
35315
+ align-items: center;
35316
+ justify-content: flex-start;
35317
+ white-space: nowrap;
35386
35318
  }
35387
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
35388
- padding: 4px 16px;
35319
+ .E_c156wh19 div.left .title {
35320
+ max-width: 100%;
35321
+ overflow: hidden;
35322
+ text-overflow: ellipsis;
35389
35323
  }
35390
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
35391
- padding: 4px 16px;
35324
+ .E_c156wh19 div.right {
35325
+ display: flex;
35326
+ align-items: center;
35392
35327
  }
35393
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
35394
- background: #fff;
35328
+ .E_c156wh19 .reverse {
35329
+ display: flex;
35330
+ flex-direction: row-reverse;
35331
+ align-items: center;
35395
35332
  }
35396
- .E_t160l1cm .tab-menu-item-light:active {
35397
- color: #005ed1;
35333
+ .E_c156wh19 .reverse .ant-switch {
35334
+ margin-left: 8px;
35398
35335
  }
35399
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
35400
- background: #fff;
35401
- color: #1d326c;
35336
+ .E_c156wh19 .close {
35337
+ padding-left: 14px;
35338
+ margin-left: 14px;
35339
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
35340
+ cursor: pointer;
35402
35341
  }
35403
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
35404
- color: rgba(45, 58, 86, 0.6);
35342
+
35343
+ .E_m126spxy {
35344
+ padding-bottom: 4px;
35345
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35405
35346
  }
35406
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
35407
- color: #1d326c;
35347
+ .E_m126spxy .ant-btn.ant-btn-link {
35348
+ padding: 1px 10px;
35349
+ color: rgba(62, 70, 82, 0.6);
35350
+ border-radius: 4px;
35408
35351
  }
35409
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
35410
- fill: #d8deeb;
35352
+ .E_m126spxy .ant-btn.ant-btn-link.active {
35353
+ background: rgba(0, 128, 255, 0.1);
35354
+ color: #0096ff;
35411
35355
  }
35412
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
35413
- fill: #1d326c;
35356
+
35357
+ .E_wpbf4pq {
35358
+ padding: 10px 0;
35359
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35414
35360
  }
35415
- .E_t160l1cm .tab-content {
35416
- flex: 1;
35417
- display: flex;
35418
- flex-direction: column;
35361
+ .E_wpbf4pq .ant-input,
35362
+ .E_wpbf4pq .ant-picker {
35363
+ width: 80px;
35364
+ margin: 0 9px;
35365
+ text-align: center;
35419
35366
  }
35420
- .E_t160l1cm.is-overview .tab-content {
35421
- overflow: visible;
35367
+ .E_wpbf4pq .options {
35368
+ padding: 12px 0 12px 16px;
35369
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
35370
+ margin: 5px 0 5px 8px;
35422
35371
  }
35423
-
35424
- .E_t14npdqr {
35425
- max-width: 240px;
35426
- animation: none;
35372
+ .E_wpbf4pq .week-day-option,
35373
+ .E_wpbf4pq .month-day-option {
35374
+ background: #f5f7fa;
35375
+ box-sizing: border-box;
35376
+ border-radius: 16px;
35377
+ margin-right: 8px;
35427
35378
  }
35428
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
35429
- border: 1px solid #0080ff;
35430
- padding: 0;
35379
+ .E_wpbf4pq .week-day-option:focus,
35380
+ .E_wpbf4pq .month-day-option:focus {
35381
+ color: inherit;
35382
+ border-color: #d9d9d9;
35431
35383
  }
35432
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
35433
- margin: 0;
35434
- height: 32px;
35435
- line-height: 32px;
35436
- font-size: 13px;
35437
- padding: 0 10px;
35438
- display: block;
35439
- overflow: hidden;
35440
- text-overflow: ellipsis;
35441
- white-space: nowrap;
35384
+ .E_wpbf4pq .week-day-option.active {
35385
+ background-color: #0096ff;
35386
+ border-color: #0096ff;
35387
+ color: #fff;
35442
35388
  }
35443
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
35444
- content: " ";
35445
- height: 1px;
35446
- width: calc(100% + 10px);
35447
- background: rgba(172, 186, 211, 0.6);
35448
- display: block;
35389
+ .E_wpbf4pq .week-day-option.en-text {
35390
+ width: 110px;
35391
+ margin-top: 4px;
35449
35392
  }
35450
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
35451
- color: #0080ff;
35452
- background: transparent;
35393
+ .E_wpbf4pq .month-day-option {
35394
+ width: 32px;
35395
+ padding: 0;
35396
+ margin-bottom: 8px;
35453
35397
  }
35454
-
35455
- .E_wg1tsps {
35456
- display: flex;
35457
- align-items: center;
35458
- justify-content: flex-end;
35398
+ .E_wpbf4pq .month-day-option.active {
35399
+ background-color: #0096ff;
35400
+ border-color: #0096ff;
35401
+ color: #fff;
35459
35402
  }
35460
35403
 
35461
- .E_b1ctd5xy {
35404
+ .E_s1iv0tp1 .enabled-switch {
35462
35405
  display: flex;
35463
35406
  align-items: center;
35464
- width: calc(100% - 40px);
35465
35407
  }
35466
- .E_b1ctd5xy .chart {
35467
- display: inline-block;
35468
- width: 100%;
35408
+ .E_s1iv0tp1 .enabled-text {
35409
+ margin-right: 8px;
35469
35410
  }
35470
35411
 
35471
- .E_u1p8acpn {
35472
- min-width: 40px;
35412
+ .E_c18bcrac {
35413
+ display: inline-block;
35414
+ width: 100%;
35473
35415
  }
35474
- .E_u1p8acpn .unit {
35475
- color: #00122e !important;
35416
+ .E_c18bcrac .recharts-wrapper {
35417
+ margin-left: 4px;
35476
35418
  }
35477
35419
 
35478
- .E_cyms3br {
35479
- background: #fff;
35480
- width: 100%;
35481
- border-radius: 8px;
35482
- border: 1px solid rgb(228, 233, 242);
35420
+ .E_cro7kg2 {
35421
+ padding: 4px;
35483
35422
  }
35484
- .E_cyms3br .ant-list {
35485
- padding: 12px;
35423
+
35424
+ .E_c14wcxf0 {
35425
+ display: flex;
35426
+ justify-content: space-between;
35427
+ align-items: center;
35428
+ font-size: 13px;
35429
+ line-height: 24px;
35430
+ color: #cccccc;
35431
+ white-space: nowrap;
35486
35432
  }
35487
- .E_cyms3br .ant-list-item {
35488
- padding: 4px 0;
35433
+ .E_c14wcxf0 label {
35434
+ margin-right: 32px;
35489
35435
  }
35490
- .E_cyms3br .ant-alert {
35491
- margin-left: 24px;
35436
+
35437
+ .E_coy29mj.E_c14wcxf0 {
35438
+ font-weight: bold;
35439
+ color: white;
35492
35440
  }
35493
- .E_cyms3br header {
35494
- background: rgba(225, 230, 241, 0.6);
35495
- font-size: 12px;
35496
- color: rgb(29, 50, 108);
35497
- font-weight: 700;
35498
- padding: 6px 12px;
35499
- display: flex;
35500
- flex-direction: row;
35501
- align-items: center;
35502
- justify-content: space-between;
35441
+
35442
+ .E_s11212zy {
35443
+ width: 8px;
35444
+ height: 8px;
35445
+ border-radius: 2px;
35446
+ display: inline-block;
35447
+ background: var(--s11212zy-0);
35448
+ border: 1px solid #fff;
35449
+ box-sizing: content-box;
35450
+ margin-right: 6px;
35503
35451
  }
35504
- .E_cyms3br header .switch-text {
35505
- display: flex;
35506
- flex-direction: row;
35507
- align-items: center;
35508
- justify-content: space-between;
35509
- gap: 6px;
35510
- font-size: 12px;
35511
- font-weight: 400;
35512
- color: rgb(0, 18, 46);
35452
+
35453
+ .E_p1lyky6c > :first-child {
35454
+ font-weight: bold;
35455
+ color: white;
35456
+ margin-right: 4px;
35513
35457
  }
35514
35458
 
35515
- .E_c157gu4z .ant-list-item {
35459
+ .E_wg1tsps {
35516
35460
  display: flex;
35517
- flex-direction: row;
35518
- }
35519
- .E_c157gu4z .description {
35520
- flex-grow: 1;
35521
- margin-left: 8px;
35461
+ align-items: center;
35462
+ justify-content: flex-end;
35522
35463
  }
35523
35464
 
35524
- .E_eu1sysj {
35465
+ .E_b1ctd5xy {
35525
35466
  display: flex;
35526
- flex-direction: column;
35527
35467
  align-items: center;
35528
- justify-content: center;
35468
+ width: calc(100% - 40px);
35469
+ }
35470
+ .E_b1ctd5xy .chart {
35471
+ display: inline-block;
35472
+ width: 100%;
35473
+ }
35474
+
35475
+ .E_u1p8acpn {
35476
+ min-width: 40px;
35477
+ }
35478
+ .E_u1p8acpn .unit {
35479
+ color: #00122e !important;
35529
35480
  }
35530
35481
 
35531
35482
  .E_d11hhzf9 {
@@ -35565,6 +35516,12 @@ span.E_tqjc4ui {
35565
35516
  gap: 8px;
35566
35517
  }
35567
35518
 
35519
+ .E_h1ol2wl7 {
35520
+ font-weight: bold;
35521
+ background-color: unset;
35522
+ padding: unset;
35523
+ }
35524
+
35568
35525
  .E_i5w779o {
35569
35526
  padding: 8px 0;
35570
35527
  }
@@ -35606,6 +35563,59 @@ span.E_tqjc4ui {
35606
35563
  color: rgba(0, 21, 64, 0.3);
35607
35564
  }
35608
35565
 
35566
+ .E_cyms3br {
35567
+ background: #fff;
35568
+ width: 100%;
35569
+ border-radius: 8px;
35570
+ border: 1px solid rgb(228, 233, 242);
35571
+ }
35572
+ .E_cyms3br .ant-list {
35573
+ padding: 12px;
35574
+ }
35575
+ .E_cyms3br .ant-list-item {
35576
+ padding: 4px 0;
35577
+ }
35578
+ .E_cyms3br .ant-alert {
35579
+ margin-left: 24px;
35580
+ }
35581
+ .E_cyms3br header {
35582
+ background: rgba(225, 230, 241, 0.6);
35583
+ font-size: 12px;
35584
+ color: rgb(29, 50, 108);
35585
+ font-weight: 700;
35586
+ padding: 6px 12px;
35587
+ display: flex;
35588
+ flex-direction: row;
35589
+ align-items: center;
35590
+ justify-content: space-between;
35591
+ }
35592
+ .E_cyms3br header .switch-text {
35593
+ display: flex;
35594
+ flex-direction: row;
35595
+ align-items: center;
35596
+ justify-content: space-between;
35597
+ gap: 6px;
35598
+ font-size: 12px;
35599
+ font-weight: 400;
35600
+ color: rgb(0, 18, 46);
35601
+ }
35602
+
35603
+ .E_c157gu4z .ant-list-item {
35604
+ display: flex;
35605
+ flex-direction: row;
35606
+ }
35607
+ .E_c157gu4z .description {
35608
+ flex-grow: 1;
35609
+ margin-left: 8px;
35610
+ }
35611
+
35612
+ .E_eu1sysj {
35613
+ display: flex;
35614
+ flex-direction: column;
35615
+ align-items: center;
35616
+ justify-content: center;
35617
+ }
35618
+
35609
35619
  .E_kr6am0s .ant-modal-body {
35610
35620
  padding: 60px 128px;
35611
35621
  }
@@ -35669,94 +35679,6 @@ span.E_tqjc4ui {
35669
35679
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
35670
35680
  }
35671
35681
 
35672
- .E_h1ol2wl7 {
35673
- font-weight: bold;
35674
- background-color: unset;
35675
- padding: unset;
35676
- }
35677
-
35678
- .E_c14ouk5o {
35679
- width: 100%;
35680
- height: 100%;
35681
- display: flex;
35682
- font-size: 12px;
35683
- line-height: 18px;
35684
- padding: 8px 0;
35685
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35686
- }
35687
- .E_c14ouk5o:last-of-type {
35688
- box-shadow: none;
35689
- padding-bottom: 0;
35690
- }
35691
- .E_c14ouk5o.collapsed {
35692
- flex-direction: column;
35693
- }
35694
- .E_c14ouk5o.collapsed .collapsed-content {
35695
- display: flex;
35696
- }
35697
- .E_c14ouk5o.collapsed .collapsed-content > span {
35698
- flex: 1;
35699
- display: flex;
35700
- justify-content: space-between;
35701
- }
35702
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
35703
- height: auto;
35704
- }
35705
- .E_c14ouk5o.collapsed .extra-content {
35706
- margin-left: 162px;
35707
- }
35708
- .E_c14ouk5o .col-label {
35709
- width: 216px;
35710
- color: rgba(44, 56, 82, 0.6);
35711
- margin-right: 12px;
35712
- flex-shrink: 0;
35713
- }
35714
- .E_c14ouk5o .col-content {
35715
- color: #2d3a56;
35716
- /* make btn link in info row have the same height as normal text */
35717
- }
35718
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
35719
- height: auto;
35720
- }
35721
-
35722
- .E_c1ss4prm {
35723
- color: rgba(44, 56, 82, 0.6);
35724
- }
35725
- .E_c1ss4prm li {
35726
- margin-bottom: 4px;
35727
- }
35728
- .E_c1ss4prm li:last-child {
35729
- margin-bottom: 0;
35730
- }
35731
-
35732
- .E_ms3tlei {
35733
- background: rgba(225, 230, 241, 0.6);
35734
- padding: 8px;
35735
- border-radius: 6px;
35736
- color: rgba(44, 56, 82, 0.6);
35737
- }
35738
- .E_ms3tlei li {
35739
- margin-bottom: 4px;
35740
- }
35741
- .E_ms3tlei li:last-child {
35742
- margin-bottom: 0;
35743
- }
35744
-
35745
- .E_du44iy7 {
35746
- margin-bottom: 4px;
35747
- }
35748
-
35749
- .E_s1qmhanr {
35750
- color: rgba(44, 56, 82, 0.6);
35751
- margin-bottom: 8px;
35752
- }
35753
-
35754
- .E_drje1h0 {
35755
- height: 1px;
35756
- background: #e4e9f2;
35757
- margin: 16px 0;
35758
- }
35759
-
35760
35682
  .E_c1kchka8 {
35761
35683
  height: 100%;
35762
35684
  width: 100%;
@@ -36249,6 +36171,44 @@ span.E_tqjc4ui {
36249
36171
  padding: 0;
36250
36172
  }
36251
36173
 
36174
+ .E_c1ss4prm {
36175
+ color: rgba(44, 56, 82, 0.6);
36176
+ }
36177
+ .E_c1ss4prm li {
36178
+ margin-bottom: 4px;
36179
+ }
36180
+ .E_c1ss4prm li:last-child {
36181
+ margin-bottom: 0;
36182
+ }
36183
+
36184
+ .E_ms3tlei {
36185
+ background: rgba(225, 230, 241, 0.6);
36186
+ padding: 8px;
36187
+ border-radius: 6px;
36188
+ color: rgba(44, 56, 82, 0.6);
36189
+ }
36190
+ .E_ms3tlei li {
36191
+ margin-bottom: 4px;
36192
+ }
36193
+ .E_ms3tlei li:last-child {
36194
+ margin-bottom: 0;
36195
+ }
36196
+
36197
+ .E_du44iy7 {
36198
+ margin-bottom: 4px;
36199
+ }
36200
+
36201
+ .E_s1qmhanr {
36202
+ color: rgba(44, 56, 82, 0.6);
36203
+ margin-bottom: 8px;
36204
+ }
36205
+
36206
+ .E_drje1h0 {
36207
+ height: 1px;
36208
+ background: #e4e9f2;
36209
+ margin: 16px 0;
36210
+ }
36211
+
36252
36212
  .E_cevhqx7 {
36253
36213
  color: #00122e;
36254
36214
  }
@@ -36258,6 +36218,50 @@ span.E_tqjc4ui {
36258
36218
  color: rgba(44, 56, 82, 0.6);
36259
36219
  }
36260
36220
 
36221
+ .E_c14ouk5o {
36222
+ width: 100%;
36223
+ height: 100%;
36224
+ display: flex;
36225
+ font-size: 12px;
36226
+ line-height: 18px;
36227
+ padding: 8px 0;
36228
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36229
+ }
36230
+ .E_c14ouk5o:last-of-type {
36231
+ box-shadow: none;
36232
+ padding-bottom: 0;
36233
+ }
36234
+ .E_c14ouk5o.collapsed {
36235
+ flex-direction: column;
36236
+ }
36237
+ .E_c14ouk5o.collapsed .collapsed-content {
36238
+ display: flex;
36239
+ }
36240
+ .E_c14ouk5o.collapsed .collapsed-content > span {
36241
+ flex: 1;
36242
+ display: flex;
36243
+ justify-content: space-between;
36244
+ }
36245
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36246
+ height: auto;
36247
+ }
36248
+ .E_c14ouk5o.collapsed .extra-content {
36249
+ margin-left: 162px;
36250
+ }
36251
+ .E_c14ouk5o .col-label {
36252
+ width: 216px;
36253
+ color: rgba(44, 56, 82, 0.6);
36254
+ margin-right: 12px;
36255
+ flex-shrink: 0;
36256
+ }
36257
+ .E_c14ouk5o .col-content {
36258
+ color: #2d3a56;
36259
+ /* make btn link in info row have the same height as normal text */
36260
+ }
36261
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36262
+ height: auto;
36263
+ }
36264
+
36261
36265
  .E_l12xdkhl {
36262
36266
  width: 64px;
36263
36267
  height: 64px;