@cloudtower/eagle 0.33.9 → 0.33.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29692,17 +29692,24 @@ html body {
29692
29692
  padding: 8px 12px;
29693
29693
  }
29694
29694
 
29695
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29696
- padding: 4px 8px 0 8px;
29697
- color: rgba(44, 56, 82, 0.6);
29698
- font-size: 12px;
29695
+ .E_m74vjol {
29696
+ display: flex;
29697
+ justify-content: space-between;
29698
+ width: 100%;
29699
29699
  }
29700
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29701
- padding-bottom: 6px;
29700
+ .E_m74vjol .action {
29701
+ margin-left: 16px;
29702
29702
  }
29703
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29704
- padding-top: 4px;
29705
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29703
+
29704
+ .E_a1o35uvh.ant-alert-closable {
29705
+ padding-right: 12px;
29706
+ }
29707
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29708
+ height: fit-content;
29709
+ margin-left: 16px;
29710
+ }
29711
+ .E_a1o35uvh .ant-alert-message {
29712
+ flex: 1;
29706
29713
  }
29707
29714
 
29708
29715
  .E_c1uzzomf {
@@ -29727,6 +29734,133 @@ html body {
29727
29734
  text-align: center;
29728
29735
  }
29729
29736
 
29737
+ .E_fzh9mnb {
29738
+ width: 100%;
29739
+ height: 100%;
29740
+ min-height: 124px;
29741
+ display: flex;
29742
+ flex-direction: column;
29743
+ justify-content: center;
29744
+ align-items: center;
29745
+ }
29746
+ .E_fzh9mnb .error-text {
29747
+ color: rgba(10, 37, 85, 0.6);
29748
+ margin-bottom: 16px;
29749
+ font-size: 18px;
29750
+ }
29751
+
29752
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29753
+ padding: 4px 8px 0 8px;
29754
+ color: rgba(44, 56, 82, 0.6);
29755
+ font-size: 12px;
29756
+ }
29757
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29758
+ padding-bottom: 6px;
29759
+ }
29760
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29761
+ padding-top: 4px;
29762
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29763
+ }
29764
+
29765
+ .E_d1bw7c5z {
29766
+ position: relative;
29767
+ max-width: 388px;
29768
+ min-width: 285px;
29769
+ }
29770
+ .E_d1bw7c5z .center {
29771
+ position: absolute;
29772
+ font-size: 12px;
29773
+ width: 80px;
29774
+ height: 100px;
29775
+ top: 0;
29776
+ left: 35px;
29777
+ display: flex;
29778
+ flex-direction: column;
29779
+ justify-content: center;
29780
+ align-items: center;
29781
+ color: #00122e;
29782
+ }
29783
+ .E_d1bw7c5z .center .number {
29784
+ font-size: 24px;
29785
+ font-weight: 700;
29786
+ }
29787
+ .E_d1bw7c5z .center .text {
29788
+ padding: 0 5px;
29789
+ font-size: 12px;
29790
+ width: inherit;
29791
+ text-align: center;
29792
+ }
29793
+ .E_d1bw7c5z .recharts-wrapper {
29794
+ display: flex;
29795
+ }
29796
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29797
+ position: relative !important;
29798
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29799
+ left: 0 !important;
29800
+ bottom: 0 !important;
29801
+ display: flex;
29802
+ align-items: center;
29803
+ }
29804
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29805
+ width: 100%;
29806
+ }
29807
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29808
+ width: 100%;
29809
+ margin-right: 0 !important;
29810
+ line-height: 18px;
29811
+ }
29812
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29813
+ border-radius: 2px;
29814
+ }
29815
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29816
+ min-width: 75px;
29817
+ max-width: 198px;
29818
+ width: calc(100% - 20px);
29819
+ margin-left: 2px;
29820
+ color: #00122e !important;
29821
+ display: inline-flex;
29822
+ justify-content: space-between;
29823
+ }
29824
+ .E_d1bw7c5z .tooltip-text {
29825
+ maxwidth: calc(100% - 12px);
29826
+ cursor: pointer;
29827
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29828
+ overflow: hidden;
29829
+ text-overflow: ellipsis;
29830
+ white-space: nowrap;
29831
+ }
29832
+ .E_d1bw7c5z .value {
29833
+ color: rgba(44, 56, 82, 0.75);
29834
+ }
29835
+
29836
+ .E_t10pqbtc {
29837
+ width: 140px;
29838
+ }
29839
+ .E_t10pqbtc .item {
29840
+ margin: 6px auto;
29841
+ display: flex;
29842
+ justify-content: space-between;
29843
+ }
29844
+ .E_t10pqbtc .item .name {
29845
+ width: 102px;
29846
+ }
29847
+
29848
+ .E_berrcjl {
29849
+ color: rgba(10, 37, 85, 0.6);
29850
+ margin-bottom: 4px;
29851
+ }
29852
+ .E_berrcjl .breadcrumb-link {
29853
+ color: rgba(10, 37, 85, 0.6);
29854
+ cursor: pointer;
29855
+ transition: color 160ms ease;
29856
+ }
29857
+ .E_berrcjl .breadcrumb-link:hover {
29858
+ color: #0080ff;
29859
+ }
29860
+ .E_berrcjl .breadcrumb-link:active {
29861
+ color: #005ed1;
29862
+ }
29863
+
29730
29864
  .E_b1wx3t3t.ant-btn-icon-only {
29731
29865
  justify-content: center;
29732
29866
  }
@@ -29984,42 +30118,6 @@ html body {
29984
30118
  justify-content: center;
29985
30119
  }
29986
30120
 
29987
- .E_berrcjl {
29988
- color: rgba(10, 37, 85, 0.6);
29989
- margin-bottom: 4px;
29990
- }
29991
- .E_berrcjl .breadcrumb-link {
29992
- color: rgba(10, 37, 85, 0.6);
29993
- cursor: pointer;
29994
- transition: color 160ms ease;
29995
- }
29996
- .E_berrcjl .breadcrumb-link:hover {
29997
- color: #0080ff;
29998
- }
29999
- .E_berrcjl .breadcrumb-link:active {
30000
- color: #005ed1;
30001
- }
30002
-
30003
- .E_m74vjol {
30004
- display: flex;
30005
- justify-content: space-between;
30006
- width: 100%;
30007
- }
30008
- .E_m74vjol .action {
30009
- margin-left: 16px;
30010
- }
30011
-
30012
- .E_a1o35uvh.ant-alert-closable {
30013
- padding-right: 12px;
30014
- }
30015
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
30016
- height: fit-content;
30017
- margin-left: 16px;
30018
- }
30019
- .E_a1o35uvh .ant-alert-message {
30020
- flex: 1;
30021
- }
30022
-
30023
30121
  .E_b1nip9bk {
30024
30122
  padding: 4px 11px;
30025
30123
  }
@@ -30049,100 +30147,194 @@ html body {
30049
30147
  border-radius: unset;
30050
30148
  }
30051
30149
 
30052
- .E_d1bw7c5z {
30053
- position: relative;
30054
- max-width: 388px;
30055
- min-width: 285px;
30150
+ .E_f7pxqmh {
30151
+ width: 100%;
30152
+ margin-bottom: 0 !important;
30153
+ flex-flow: nowrap !important;
30154
+ line-break: auto;
30056
30155
  }
30057
- .E_d1bw7c5z .center {
30058
- position: absolute;
30059
- font-size: 12px;
30060
- width: 80px;
30061
- height: 100px;
30062
- top: 0;
30063
- left: 35px;
30064
- display: flex;
30065
- flex-direction: column;
30066
- justify-content: center;
30067
- align-items: center;
30068
- color: #00122e;
30156
+ .E_f7pxqmh > .ant-form-item-label {
30157
+ text-align: left !important;
30158
+ padding-bottom: 0 !important;
30069
30159
  }
30070
- .E_d1bw7c5z .center .number {
30071
- font-size: 24px;
30072
- font-weight: 700;
30160
+ .E_f7pxqmh > .ant-form-item-label > label {
30161
+ min-height: 32px;
30162
+ height: auto;
30163
+ font-size: 13px;
30164
+ color: rgba(44, 56, 82, 0.6);
30165
+ white-space: normal;
30073
30166
  }
30074
- .E_d1bw7c5z .center .text {
30075
- padding: 0 5px;
30167
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
30168
+ border-color: #ff4d4f !important;
30169
+ }
30170
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30171
+ border-color: #ff4d4f !important;
30172
+ }
30173
+ .E_f7pxqmh .ant-form-item-explain {
30174
+ margin-top: 4px;
30076
30175
  font-size: 12px;
30077
- width: inherit;
30078
- text-align: center;
30176
+ min-height: 0px;
30079
30177
  }
30080
- .E_d1bw7c5z .recharts-wrapper {
30081
- display: flex;
30178
+ .E_f7pxqmh .ant-form-item-extra {
30179
+ font-size: 12px;
30180
+ color: rgba(44, 56, 82, 0.6);
30181
+ min-height: 0px;
30082
30182
  }
30083
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30084
- position: relative !important;
30085
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30086
- left: 0 !important;
30087
- bottom: 0 !important;
30183
+
30184
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30088
30185
  display: flex;
30089
- align-items: center;
30090
30186
  }
30091
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30092
- width: 100%;
30187
+ .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 {
30188
+ border-bottom-left-radius: 5px;
30189
+ border-top-left-radius: 5px;
30093
30190
  }
30094
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30095
- width: 100%;
30096
- margin-right: 0 !important;
30097
- line-height: 18px;
30191
+ .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 {
30192
+ border-bottom-right-radius: 5px;
30193
+ border-top-right-radius: 5px;
30098
30194
  }
30099
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30100
- border-radius: 2px;
30195
+
30196
+ .E_iouxfgt {
30197
+ display: inline-flex;
30198
+ align-items: center;
30101
30199
  }
30102
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30103
- min-width: 75px;
30104
- max-width: 198px;
30105
- width: calc(100% - 20px);
30106
- margin-left: 2px;
30107
- color: #00122e !important;
30200
+ .E_iouxfgt .icon-inner {
30108
30201
  display: inline-flex;
30109
- justify-content: space-between;
30202
+ align-items: center;
30203
+ justify-content: center;
30110
30204
  }
30111
- .E_d1bw7c5z .tooltip-text {
30112
- maxwidth: calc(100% - 12px);
30113
- cursor: pointer;
30114
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30115
- overflow: hidden;
30116
- text-overflow: ellipsis;
30117
- white-space: nowrap;
30205
+ .E_iouxfgt .icon-inner + span,
30206
+ .E_iouxfgt span + .icon-inner.suffix {
30207
+ margin-left: 4px;
30118
30208
  }
30119
- .E_d1bw7c5z .value {
30120
- color: rgba(44, 56, 82, 0.75);
30209
+ .E_iouxfgt.is-rotate img,
30210
+ .E_iouxfgt.is-rotate svg {
30211
+ animation: rotate 680ms linear infinite;
30121
30212
  }
30122
30213
 
30123
- .E_t10pqbtc {
30124
- width: 140px;
30214
+ .E_atcz0kf .ant-input-suffix {
30215
+ margin-left: 8px;
30125
30216
  }
30126
- .E_t10pqbtc .item {
30127
- margin: 6px auto;
30217
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30218
+ padding: 2px 7px 2px 12px;
30219
+ }
30220
+
30221
+ .E_i1inqkme {
30222
+ height: 18px;
30223
+ line-height: 18px;
30224
+ padding: 0 4px;
30225
+ border-radius: 4px;
30226
+ background: rgba(235, 239, 245, 0.6);
30227
+ border: 1px solid rgba(223, 228, 235, 0.6);
30128
30228
  display: flex;
30129
- justify-content: space-between;
30229
+ align-items: center;
30230
+ white-space: nowrap;
30231
+ margin-right: 4px;
30130
30232
  }
30131
- .E_t10pqbtc .item .name {
30132
- width: 102px;
30233
+
30234
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
30235
+ display: var(--ai7qkf2-0);
30236
+ }
30237
+ .E_ai7qkf2 .ant-input-number-input-wrap {
30238
+ display: inline-flex;
30239
+ line-height: 1.5715;
30240
+ height: 100%;
30241
+ width: 100%;
30242
+ }
30243
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
30244
+ content: var(--ai7qkf2-1);
30245
+ display: var(--ai7qkf2-2);
30246
+ flex: none;
30247
+ align-items: center;
30248
+ margin-left: 4px;
30249
+ padding: 5px 12px 5px 0;
30250
+ color: rgba(44, 56, 82, 0.6);
30251
+ }
30252
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
30253
+ content: var(--ai7qkf2-3);
30254
+ display: var(--ai7qkf2-4);
30255
+ flex: none;
30256
+ align-items: center;
30257
+ margin-right: 4px;
30258
+ cursor: auto;
30259
+ color: rgba(44, 56, 82, 0.6);
30260
+ }
30261
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30262
+ border-radius: 0;
30263
+ }
30264
+ .E_ai7qkf2.ant-input-number {
30265
+ width: 100%;
30266
+ border-radius: 6px;
30267
+ }
30268
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
30269
+ border-color: #0096ff;
30270
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30271
+ z-index: 1;
30272
+ }
30273
+ .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
30274
+ border-color: #e75a3a;
30275
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30276
+ }
30277
+ .E_ai7qkf2 .ant-input-number-input {
30278
+ height: 30px;
30279
+ border: 1px;
30280
+ padding: 5px 12px;
30281
+ font-size: inherit;
30282
+ }
30283
+ .E_ai7qkf2.ant-input-number-lg input {
30284
+ height: 38px;
30285
+ border: 1px;
30286
+ padding: 8px 16px;
30287
+ }
30288
+ .E_ai7qkf2.ant-input-number-sm input {
30289
+ height: 22px;
30290
+ border: 1px;
30291
+ padding: 2px 8px;
30133
30292
  }
30134
30293
 
30135
- .E_c1yyuluq {
30136
- border-radius: 8px;
30294
+ .E_a1wfy30z .ant-input-number-handler-wrap {
30295
+ display: var(--a1wfy30z-0);
30137
30296
  }
30138
- .E_c1yyuluq .ant-card-body {
30139
- padding: 20px 24px 24px 24px;
30297
+ .E_a1wfy30z .ant-input-number-input-wrap {
30298
+ padding: 4px 11px;
30299
+ display: inline-flex;
30300
+ line-height: 1.5715;
30301
+ height: inherit;
30302
+ }
30303
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
30304
+ content: var(--a1wfy30z-1);
30305
+ display: var(--a1wfy30z-2);
30306
+ flex: none;
30307
+ align-items: center;
30308
+ margin-left: 4px;
30309
+ }
30310
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
30311
+ content: var(--a1wfy30z-3);
30312
+ display: var(--a1wfy30z-4);
30313
+ flex: none;
30314
+ align-items: center;
30315
+ margin-right: 4px;
30316
+ cursor: auto;
30317
+ }
30318
+ .E_a1wfy30z .ant-input-number-input {
30319
+ padding: 0;
30320
+ margin: 0;
30321
+ height: auto;
30322
+ font-size: inherit;
30140
30323
  }
30141
30324
 
30142
30325
  .E_sx1bpnu .ant-input-sm {
30143
30326
  line-height: 18px;
30144
30327
  }
30145
30328
 
30329
+ .E_owd0kml {
30330
+ display: inline-block;
30331
+ }
30332
+
30333
+ .E_h1jsgezc {
30334
+ visibility: hidden;
30335
+ position: absolute;
30336
+ }
30337
+
30146
30338
  .E_phljevk {
30147
30339
  display: flex;
30148
30340
  justify-content: space-between;
@@ -30200,38 +30392,80 @@ html body {
30200
30392
  line-height: 18px;
30201
30393
  }
30202
30394
 
30203
- .E_itxley7.ant-input-group.ant-input-group-compact {
30395
+ .E_c1bus5hc {
30396
+ --color: white;
30397
+ height: 14px;
30398
+ width: 14px;
30399
+ border-radius: 50%;
30400
+ flex-shrink: 0;
30204
30401
  display: flex;
30402
+ align-items: center;
30403
+ justify-content: center;
30404
+ border: 1px solid var(--color);
30205
30405
  }
30206
- .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 {
30207
- border-bottom-left-radius: 5px;
30208
- border-top-left-radius: 5px;
30406
+ .E_c1bus5hc .circle-inner {
30407
+ position: relative;
30408
+ height: 10px;
30409
+ width: 10px;
30410
+ border-radius: 50%;
30411
+ overflow: hidden;
30209
30412
  }
30210
- .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 {
30211
- border-bottom-right-radius: 5px;
30212
- border-top-right-radius: 5px;
30413
+ .E_c1bus5hc .circle-content {
30414
+ position: absolute;
30415
+ height: 100%;
30416
+ width: 100%;
30417
+ left: 0;
30418
+ top: 0;
30419
+ border-radius: 50%;
30420
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30421
+ transform: rotate(180deg);
30422
+ }
30423
+ .E_c1bus5hc .circle-child {
30424
+ position: absolute;
30425
+ height: 100%;
30426
+ width: 100%;
30427
+ left: 0;
30428
+ top: 0;
30429
+ margin-left: 50%;
30430
+ transform-origin: left;
30431
+ background: white;
30432
+ transform: rotate(0deg);
30213
30433
  }
30214
30434
 
30215
- .E_ccrbeuz .ant-collapse-item {
30216
- border: 0px;
30217
- background-color: #fff;
30435
+ .E_ivqqkzv {
30436
+ height: 24px;
30437
+ width: 56px !important;
30438
+ margin-right: 4px;
30218
30439
  }
30219
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30220
- padding-top: 0px;
30221
- padding-bottom: 0px;
30222
- padding-left: 0px !important;
30223
- padding-right: 24px;
30440
+
30441
+ .E_c1wk4q29 {
30442
+ color: rgba(44, 56, 82, 0.6);
30224
30443
  }
30225
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30226
- right: 0px;
30444
+
30445
+ .E_i11gg7mj .ant-input-prefix {
30446
+ margin-right: 8px;
30227
30447
  }
30228
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30229
- padding: 0px;
30448
+ .E_i11gg7mj .ant-input-suffix {
30449
+ margin-left: 8px;
30230
30450
  }
30231
30451
 
30232
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30233
- padding-right: 0px;
30234
- cursor: default;
30452
+ .E_cc368xp {
30453
+ color: #00122e;
30454
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30455
+ margin-right: 8px;
30456
+ padding-right: 8px;
30457
+ }
30458
+
30459
+ .E_i11o6xqj {
30460
+ display: flex;
30461
+ gap: 4px;
30462
+ }
30463
+ .E_i11o6xqj .icon-wrapper {
30464
+ cursor: pointer;
30465
+ }
30466
+
30467
+ .E_d19ruhdj.icon-wrapper {
30468
+ cursor: not-allowed;
30235
30469
  }
30236
30470
 
30237
30471
  .E_rapgekc.ant-radio-wrapper {
@@ -30380,94 +30614,14 @@ html body {
30380
30614
  width: 36px;
30381
30615
  }
30382
30616
 
30383
- .E_i11gg7mj .ant-input-prefix {
30384
- margin-right: 8px;
30617
+ .E_s1dizucg.ant-switch {
30618
+ min-width: 40px;
30619
+ height: 24px;
30620
+ background: rgba(172, 186, 211, 0.6);
30621
+ overflow: hidden;
30385
30622
  }
30386
- .E_i11gg7mj .ant-input-suffix {
30387
- margin-left: 8px;
30388
- }
30389
-
30390
- .E_cc368xp {
30391
- color: #00122e;
30392
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30393
- margin-right: 8px;
30394
- padding-right: 8px;
30395
- }
30396
-
30397
- .E_i11o6xqj {
30398
- display: flex;
30399
- gap: 4px;
30400
- }
30401
- .E_i11o6xqj .icon-wrapper {
30402
- cursor: pointer;
30403
- }
30404
-
30405
- .E_d19ruhdj.icon-wrapper {
30406
- cursor: not-allowed;
30407
- }
30408
-
30409
- .E_ivqqkzv {
30410
- height: 24px;
30411
- width: 56px !important;
30412
- margin-right: 4px;
30413
- }
30414
-
30415
- .E_c1wk4q29 {
30416
- color: rgba(44, 56, 82, 0.6);
30417
- }
30418
-
30419
- .E_c1bus5hc {
30420
- --color: white;
30421
- height: 14px;
30422
- width: 14px;
30423
- border-radius: 50%;
30424
- flex-shrink: 0;
30425
- display: flex;
30426
- align-items: center;
30427
- justify-content: center;
30428
- border: 1px solid var(--color);
30429
- }
30430
- .E_c1bus5hc .circle-inner {
30431
- position: relative;
30432
- height: 10px;
30433
- width: 10px;
30434
- border-radius: 50%;
30435
- overflow: hidden;
30436
- }
30437
- .E_c1bus5hc .circle-content {
30438
- position: absolute;
30439
- height: 100%;
30440
- width: 100%;
30441
- left: 0;
30442
- top: 0;
30443
- border-radius: 50%;
30444
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30445
- transform: rotate(180deg);
30446
- }
30447
- .E_c1bus5hc .circle-child {
30448
- position: absolute;
30449
- height: 100%;
30450
- width: 100%;
30451
- left: 0;
30452
- top: 0;
30453
- margin-left: 50%;
30454
- transform-origin: left;
30455
- background: white;
30456
- transform: rotate(0deg);
30457
- }
30458
-
30459
- .E_tju3gfj .date {
30460
- margin-right: 4px;
30461
- }
30462
-
30463
- .E_s1dizucg.ant-switch {
30464
- min-width: 40px;
30465
- height: 24px;
30466
- background: rgba(172, 186, 211, 0.6);
30467
- overflow: hidden;
30468
- }
30469
- .E_s1dizucg.ant-switch:focus {
30470
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30623
+ .E_s1dizucg.ant-switch:focus {
30624
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30471
30625
  }
30472
30626
  .E_s1dizucg.ant-switch-small {
30473
30627
  min-width: 26px;
@@ -30515,472 +30669,112 @@ html body {
30515
30669
  margin-left: 5px;
30516
30670
  }
30517
30671
 
30518
- .E_t1m2x205 .ant-tooltip-arrow {
30519
- display: none;
30520
- }
30521
- .E_t1m2x205 .ant-tooltip-inner {
30522
- background: rgba(23, 38, 64, 0.8);
30523
- border-radius: 4px;
30524
- }
30525
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30526
- visibility: hidden;
30527
- }
30528
-
30529
- .E_s1dni7lo {
30530
- width: 430px !important;
30672
+ .E_cnujxq2 {
30673
+ display: flex;
30674
+ flex-direction: column;
30531
30675
  }
30532
30676
 
30533
- .E_d1wwmmm5 .ant-select-item-group {
30534
- padding: 8px 16px;
30535
- line-height: 18px;
30536
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30537
- height: 34px;
30538
- min-height: 34px;
30539
- box-sizing: border-box;
30540
- margin-top: 8px;
30677
+ .E_m7s48ia {
30678
+ max-width: 1120px;
30679
+ width: 100%;
30680
+ margin: 0 auto;
30681
+ height: 100%;
30541
30682
  }
30542
30683
 
30543
- .E_o1ugr09p {
30684
+ .E_wt5zbg6 {
30685
+ max-width: 1120px;
30686
+ width: 100%;
30687
+ margin: 0 auto;
30544
30688
  display: flex;
30545
- flex-direction: column;
30546
- margin: 1px 8px;
30547
- padding: 8px;
30548
- border-radius: 4px;
30549
30689
  }
30550
- .E_o1ugr09p .selected-icon {
30551
- display: none;
30552
- }
30553
- .E_o1ugr09p.ant-select-item-option-grouped {
30554
- padding-left: 8px;
30555
- }
30556
- .E_o1ugr09p.ant-select-item-option-selected {
30557
- background-color: white;
30690
+ .E_wt5zbg6 .left,
30691
+ .E_wt5zbg6 .right {
30692
+ flex-grow: 0;
30693
+ flex-shrink: 0;
30694
+ flex-basis: 21%;
30558
30695
  }
30559
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30560
- color: #0080ff;
30696
+ .E_wt5zbg6 .left {
30697
+ display: flex;
30698
+ justify-content: flex-end;
30699
+ padding-right: 44px;
30561
30700
  }
30562
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30563
- display: block;
30701
+ .E_wt5zbg6 .right {
30702
+ padding-left: 44px;
30564
30703
  }
30565
- .E_o1ugr09p.ant-select-item-option-active {
30566
- background: rgba(0, 136, 255, 0.16);
30704
+ .E_wt5zbg6 .middle {
30705
+ margin-bottom: 40px;
30706
+ flex-grow: 0;
30707
+ flex-shrink: 0;
30708
+ flex-basis: 58%;
30567
30709
  }
30568
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30569
- color: #0080ff;
30710
+ .E_wt5zbg6 .middle .form-base-field {
30711
+ width: 100%;
30570
30712
  }
30571
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30572
- background: rgba(0, 136, 255, 0.1);
30573
- color: #0080ff;
30713
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
30714
+ width: auto;
30574
30715
  }
30575
30716
 
30576
- .E_o1ifxsq4 {
30577
- display: flex;
30578
- justify-content: space-between;
30579
- height: 20px;
30580
- line-height: 20px;
30717
+ .E_h18jprzg .ant-modal-header {
30718
+ margin: 0 auto;
30719
+ width: 100%;
30720
+ max-width: 648px;
30581
30721
  }
30582
- .E_o1ifxsq4 .timezone-title {
30583
- color: #2d3a56;
30722
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
30723
+ margin-left: 0;
30724
+ }
30725
+ .E_h18jprzg .ant-modal-body {
30726
+ margin: 0 auto;
30727
+ padding: 0;
30728
+ width: 100%;
30729
+ max-width: 648px;
30584
30730
  overflow: hidden;
30585
- text-overflow: ellipsis;
30586
30731
  }
30587
-
30588
- .E_o1zue7 {
30589
- display: flex;
30590
- justify-content: space-between;
30591
- color: rgba(44, 56, 82, 0.6);
30592
- height: 18px;
30593
- line-height: 18px;
30594
- margin-top: 2px;
30732
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30733
+ margin-bottom: 40px;
30595
30734
  }
30596
-
30597
- .E_tyfmlxg {
30598
- border: none;
30599
- margin-right: 0;
30600
- background: rgba(225, 230, 241, 0.6);
30735
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30736
+ height: calc(100vh - 225px);
30737
+ overflow-y: auto;
30738
+ }
30739
+ .E_h18jprzg .ant-modal-footer .footer-content {
30740
+ margin: 0 auto;
30741
+ max-width: 648px;
30601
30742
  }
30602
30743
 
30603
- .E_o18uybox {
30604
- pointer-events: none;
30605
- height: 32px;
30744
+ .E_h16z9xgz .ant-modal-header {
30745
+ margin: 0 auto;
30606
30746
  width: 100%;
30607
- opacity: 0;
30747
+ max-width: 1024px;
30608
30748
  }
30609
-
30610
- .E_iq1gosr {
30611
- display: inline-block;
30749
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
30750
+ margin-left: 0;
30612
30751
  }
30613
-
30614
- .E_s1sck0th {
30615
- padding: 0 8px;
30616
- border-radius: 4px;
30752
+ .E_h16z9xgz .ant-modal-body {
30753
+ margin: 0 auto;
30754
+ padding: 0;
30755
+ width: 100%;
30756
+ max-width: 1024px;
30757
+ overflow: hidden;
30617
30758
  }
30618
-
30619
- .E_m855nr1 {
30620
- padding: 2px 8px;
30621
- border-radius: 3px;
30759
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30760
+ margin-bottom: 40px;
30622
30761
  }
30623
-
30624
- .E_l1270xpg {
30625
- padding: 3px 8px;
30626
- border-radius: 2px;
30762
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30763
+ height: calc(100vh - 225px);
30764
+ overflow-y: auto;
30765
+ }
30766
+ .E_h16z9xgz .ant-modal-footer .footer-content {
30767
+ margin: 0 auto;
30768
+ max-width: 1024px;
30627
30769
  }
30628
30770
 
30629
- .E_t14rextb.ant-tag:hover {
30630
- opacity: unset;
30771
+ .E_f1lrhghm {
30772
+ flex: 1;
30631
30773
  }
30632
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30633
- margin: 0;
30634
- margin-right: 8px;
30635
- display: inline-flex;
30636
- align-items: center;
30637
- border: none;
30638
- }
30639
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30640
- width: 16px;
30641
- height: 16px;
30642
- color: inherit;
30643
- margin-left: 4px;
30644
- opacity: 0.6;
30645
- display: inline-flex;
30646
- }
30647
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30648
- opacity: 1;
30649
- }
30650
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30651
- color: #0080ff;
30652
- background-color: rgba(0, 136, 255, 0.1);
30653
- }
30654
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30655
- color: #f0483e;
30656
- background-color: rgba(255, 74, 74, 0.1);
30657
- }
30658
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30659
- color: #e07f00;
30660
- background-color: rgba(255, 187, 0, 0.1);
30661
- }
30662
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30663
- color: #008f4c;
30664
- background-color: rgba(30, 201, 127, 0.1);
30665
- }
30666
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30667
- color: #1d326c;
30668
- background-color: rgba(225, 230, 241, 0.6);
30669
- }
30670
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30671
- color: #7E41FF;
30672
- background-color: rgba(126, 65, 255, 0.1);
30673
- }
30674
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30675
- color: #fff;
30676
- }
30677
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30678
- background-color: #f0483e;
30679
- }
30680
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30681
- background-color: #fea008;
30682
- }
30683
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30684
- background-color: #00ba5d;
30685
- }
30686
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30687
- background-color: #0080ff;
30688
- }
30689
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30690
- background-color: #6b7d99;
30691
- }
30692
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30693
- background-color: #7E41FF;
30694
- }
30695
-
30696
- .E_iouxfgt {
30697
- display: inline-flex;
30698
- align-items: center;
30699
- }
30700
- .E_iouxfgt .icon-inner {
30701
- display: inline-flex;
30702
- align-items: center;
30703
- justify-content: center;
30704
- }
30705
- .E_iouxfgt .icon-inner + span,
30706
- .E_iouxfgt span + .icon-inner.suffix {
30707
- margin-left: 4px;
30708
- }
30709
- .E_iouxfgt.is-rotate img,
30710
- .E_iouxfgt.is-rotate svg {
30711
- animation: rotate 680ms linear infinite;
30712
- }
30713
-
30714
- .E_f7pxqmh {
30715
- width: 100%;
30716
- margin-bottom: 0 !important;
30717
- flex-flow: nowrap !important;
30718
- line-break: auto;
30719
- }
30720
- .E_f7pxqmh > .ant-form-item-label {
30721
- text-align: left !important;
30722
- padding-bottom: 0 !important;
30723
- }
30724
- .E_f7pxqmh > .ant-form-item-label > label {
30725
- min-height: 32px;
30726
- height: auto;
30727
- font-size: 13px;
30728
- color: rgba(44, 56, 82, 0.6);
30729
- white-space: normal;
30730
- }
30731
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
30732
- border-color: #ff4d4f !important;
30733
- }
30734
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30735
- border-color: #ff4d4f !important;
30736
- }
30737
- .E_f7pxqmh .ant-form-item-explain {
30738
- margin-top: 4px;
30739
- font-size: 12px;
30740
- min-height: 0px;
30741
- }
30742
- .E_f7pxqmh .ant-form-item-extra {
30743
- font-size: 12px;
30744
- color: rgba(44, 56, 82, 0.6);
30745
- min-height: 0px;
30746
- }
30747
-
30748
- .E_ai7qkf2 .ant-input-number-handler-wrap {
30749
- display: var(--ai7qkf2-0);
30750
- }
30751
- .E_ai7qkf2 .ant-input-number-input-wrap {
30752
- display: inline-flex;
30753
- line-height: 1.5715;
30754
- height: 100%;
30755
- width: 100%;
30756
- }
30757
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
30758
- content: var(--ai7qkf2-1);
30759
- display: var(--ai7qkf2-2);
30760
- flex: none;
30761
- align-items: center;
30762
- margin-left: 4px;
30763
- padding: 5px 12px 5px 0;
30764
- color: rgba(44, 56, 82, 0.6);
30765
- }
30766
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
30767
- content: var(--ai7qkf2-3);
30768
- display: var(--ai7qkf2-4);
30769
- flex: none;
30770
- align-items: center;
30771
- margin-right: 4px;
30772
- cursor: auto;
30773
- color: rgba(44, 56, 82, 0.6);
30774
- }
30775
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30776
- border-radius: 0;
30777
- }
30778
- .E_ai7qkf2.ant-input-number {
30779
- width: 100%;
30780
- border-radius: 6px;
30781
- }
30782
- .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
30783
- border-color: #0096ff;
30784
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30785
- z-index: 1;
30786
- }
30787
- .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
30788
- border-color: #e75a3a;
30789
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30790
- }
30791
- .E_ai7qkf2 .ant-input-number-input {
30792
- height: 30px;
30793
- border: 1px;
30794
- padding: 5px 12px;
30795
- font-size: inherit;
30796
- }
30797
- .E_ai7qkf2.ant-input-number-lg input {
30798
- height: 38px;
30799
- border: 1px;
30800
- padding: 8px 16px;
30801
- }
30802
- .E_ai7qkf2.ant-input-number-sm input {
30803
- height: 22px;
30804
- border: 1px;
30805
- padding: 2px 8px;
30806
- }
30807
-
30808
- .E_fzh9mnb {
30809
- width: 100%;
30810
- height: 100%;
30811
- min-height: 124px;
30812
- display: flex;
30813
- flex-direction: column;
30814
- justify-content: center;
30815
- align-items: center;
30816
- }
30817
- .E_fzh9mnb .error-text {
30818
- color: rgba(10, 37, 85, 0.6);
30819
- margin-bottom: 16px;
30820
- font-size: 18px;
30821
- }
30822
-
30823
- .E_atcz0kf .ant-input-suffix {
30824
- margin-left: 8px;
30825
- }
30826
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30827
- padding: 2px 7px 2px 12px;
30828
- }
30829
-
30830
- .E_a1wfy30z .ant-input-number-handler-wrap {
30831
- display: var(--a1wfy30z-0);
30832
- }
30833
- .E_a1wfy30z .ant-input-number-input-wrap {
30834
- padding: 4px 11px;
30835
- display: inline-flex;
30836
- line-height: 1.5715;
30837
- height: inherit;
30838
- }
30839
- .E_a1wfy30z .ant-input-number-input-wrap::after {
30840
- content: var(--a1wfy30z-1);
30841
- display: var(--a1wfy30z-2);
30842
- flex: none;
30843
- align-items: center;
30844
- margin-left: 4px;
30845
- }
30846
- .E_a1wfy30z .ant-input-number-input-wrap::before {
30847
- content: var(--a1wfy30z-3);
30848
- display: var(--a1wfy30z-4);
30849
- flex: none;
30850
- align-items: center;
30851
- margin-right: 4px;
30852
- cursor: auto;
30853
- }
30854
- .E_a1wfy30z .ant-input-number-input {
30855
- padding: 0;
30856
- margin: 0;
30857
- height: auto;
30858
- font-size: inherit;
30859
- }
30860
-
30861
- .E_i1inqkme {
30862
- height: 18px;
30863
- line-height: 18px;
30864
- padding: 0 4px;
30865
- border-radius: 4px;
30866
- background: rgba(235, 239, 245, 0.6);
30867
- border: 1px solid rgba(223, 228, 235, 0.6);
30868
- display: flex;
30869
- align-items: center;
30870
- white-space: nowrap;
30871
- margin-right: 4px;
30872
- }
30873
-
30874
- .E_m196gn1d {
30875
- min-width: 1280px;
30876
- }
30877
-
30878
- .E_cnujxq2 {
30879
- display: flex;
30880
- flex-direction: column;
30881
- }
30882
-
30883
- .E_m7s48ia {
30884
- max-width: 1120px;
30885
- width: 100%;
30886
- margin: 0 auto;
30887
- height: 100%;
30888
- }
30889
-
30890
- .E_wt5zbg6 {
30891
- max-width: 1120px;
30892
- width: 100%;
30893
- margin: 0 auto;
30894
- display: flex;
30895
- }
30896
- .E_wt5zbg6 .left,
30897
- .E_wt5zbg6 .right {
30898
- flex-grow: 0;
30899
- flex-shrink: 0;
30900
- flex-basis: 21%;
30901
- }
30902
- .E_wt5zbg6 .left {
30903
- display: flex;
30904
- justify-content: flex-end;
30905
- padding-right: 44px;
30906
- }
30907
- .E_wt5zbg6 .right {
30908
- padding-left: 44px;
30909
- }
30910
- .E_wt5zbg6 .middle {
30911
- margin-bottom: 40px;
30912
- flex-grow: 0;
30913
- flex-shrink: 0;
30914
- flex-basis: 58%;
30915
- }
30916
- .E_wt5zbg6 .middle .form-base-field {
30917
- width: 100%;
30918
- }
30919
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
30920
- width: auto;
30921
- }
30922
-
30923
- .E_h18jprzg .ant-modal-header {
30924
- margin: 0 auto;
30925
- width: 100%;
30926
- max-width: 648px;
30927
- }
30928
- .E_h18jprzg .ant-modal-header .ant-modal-title {
30929
- margin-left: 0;
30930
- }
30931
- .E_h18jprzg .ant-modal-body {
30932
- margin: 0 auto;
30933
- padding: 0;
30934
- width: 100%;
30935
- max-width: 648px;
30936
- overflow: hidden;
30937
- }
30938
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30939
- margin-bottom: 40px;
30940
- }
30941
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30942
- height: calc(100vh - 225px);
30943
- overflow-y: auto;
30944
- }
30945
- .E_h18jprzg .ant-modal-footer .footer-content {
30946
- margin: 0 auto;
30947
- max-width: 648px;
30948
- }
30949
-
30950
- .E_h16z9xgz .ant-modal-header {
30951
- margin: 0 auto;
30952
- width: 100%;
30953
- max-width: 1024px;
30954
- }
30955
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
30956
- margin-left: 0;
30957
- }
30958
- .E_h16z9xgz .ant-modal-body {
30959
- margin: 0 auto;
30960
- padding: 0;
30961
- width: 100%;
30962
- max-width: 1024px;
30963
- overflow: hidden;
30964
- }
30965
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30966
- margin-bottom: 40px;
30967
- }
30968
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30969
- height: calc(100vh - 225px);
30970
- overflow-y: auto;
30971
- }
30972
- .E_h16z9xgz .ant-modal-footer .footer-content {
30973
- margin: 0 auto;
30974
- max-width: 1024px;
30975
- }
30976
-
30977
- .E_f1lrhghm {
30978
- flex: 1;
30979
- }
30980
- .E_f1lrhghm label {
30981
- font-size: 13px;
30982
- line-height: 20px;
30983
- color: rgba(44, 56, 82, 0.6);
30774
+ .E_f1lrhghm label {
30775
+ font-size: 13px;
30776
+ line-height: 20px;
30777
+ color: rgba(44, 56, 82, 0.6);
30984
30778
  }
30985
30779
  .E_f1lrhghm .title {
30986
30780
  font-size: 14px;
@@ -31564,6 +31358,43 @@ input.E_rf8rlle.ant-input {
31564
31358
  color: rgba(44, 56, 82, 0.7490196078);
31565
31359
  }
31566
31360
 
31361
+ .E_c1yyuluq {
31362
+ border-radius: 8px;
31363
+ }
31364
+ .E_c1yyuluq .ant-card-body {
31365
+ padding: 20px 24px 24px 24px;
31366
+ }
31367
+
31368
+ .E_ccrbeuz .ant-collapse-item {
31369
+ border: 0px;
31370
+ background-color: #fff;
31371
+ }
31372
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
31373
+ padding-top: 0px;
31374
+ padding-bottom: 0px;
31375
+ padding-left: 0px !important;
31376
+ padding-right: 24px;
31377
+ }
31378
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31379
+ right: 0px;
31380
+ }
31381
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31382
+ padding: 0px;
31383
+ }
31384
+
31385
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
31386
+ padding-right: 0px;
31387
+ cursor: default;
31388
+ }
31389
+
31390
+ .E_tju3gfj .date {
31391
+ margin-right: 4px;
31392
+ }
31393
+
31394
+ .E_iq1gosr {
31395
+ display: inline-block;
31396
+ }
31397
+
31567
31398
  .E_a1b5xrg3 .user-icon-inner {
31568
31399
  display: inline-flex;
31569
31400
  align-items: center;
@@ -31594,13 +31425,89 @@ input.E_rf8rlle.ant-input {
31594
31425
  transition: all 320ms ease;
31595
31426
  }
31596
31427
 
31597
- .E_owd0kml {
31598
- display: inline-block;
31428
+ .E_m196gn1d {
31429
+ min-width: 1280px;
31430
+ }
31431
+
31432
+ .E_s1dni7lo {
31433
+ width: 430px !important;
31434
+ }
31435
+
31436
+ .E_d1wwmmm5 .ant-select-item-group {
31437
+ padding: 8px 16px;
31438
+ line-height: 18px;
31439
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31440
+ height: 34px;
31441
+ min-height: 34px;
31442
+ box-sizing: border-box;
31443
+ margin-top: 8px;
31444
+ }
31445
+
31446
+ .E_o1ugr09p {
31447
+ display: flex;
31448
+ flex-direction: column;
31449
+ margin: 1px 8px;
31450
+ padding: 8px;
31451
+ border-radius: 4px;
31452
+ }
31453
+ .E_o1ugr09p .selected-icon {
31454
+ display: none;
31455
+ }
31456
+ .E_o1ugr09p.ant-select-item-option-grouped {
31457
+ padding-left: 8px;
31458
+ }
31459
+ .E_o1ugr09p.ant-select-item-option-selected {
31460
+ background-color: white;
31461
+ }
31462
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31463
+ color: #0080ff;
31464
+ }
31465
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31466
+ display: block;
31467
+ }
31468
+ .E_o1ugr09p.ant-select-item-option-active {
31469
+ background: rgba(0, 136, 255, 0.16);
31470
+ }
31471
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31472
+ color: #0080ff;
31473
+ }
31474
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31475
+ background: rgba(0, 136, 255, 0.1);
31476
+ color: #0080ff;
31477
+ }
31478
+
31479
+ .E_o1ifxsq4 {
31480
+ display: flex;
31481
+ justify-content: space-between;
31482
+ height: 20px;
31483
+ line-height: 20px;
31484
+ }
31485
+ .E_o1ifxsq4 .timezone-title {
31486
+ color: #2d3a56;
31487
+ overflow: hidden;
31488
+ text-overflow: ellipsis;
31489
+ }
31490
+
31491
+ .E_o1zue7 {
31492
+ display: flex;
31493
+ justify-content: space-between;
31494
+ color: rgba(44, 56, 82, 0.6);
31495
+ height: 18px;
31496
+ line-height: 18px;
31497
+ margin-top: 2px;
31599
31498
  }
31600
31499
 
31601
- .E_h1jsgezc {
31602
- visibility: hidden;
31603
- position: absolute;
31500
+ .E_tyfmlxg {
31501
+ border: none;
31502
+ margin-right: 0;
31503
+ background: rgba(225, 230, 241, 0.6);
31504
+ }
31505
+
31506
+ .E_o18uybox {
31507
+ pointer-events: none;
31508
+ height: 32px;
31509
+ width: 100%;
31510
+ opacity: 0;
31604
31511
  }
31605
31512
 
31606
31513
  .E_dsnbhzf {
@@ -32078,228 +31985,97 @@ input.E_rf8rlle.ant-input {
32078
31985
  line-height: 12px;
32079
31986
  }
32080
31987
 
32081
- .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32082
- border-radius: 6px;
32083
- }
32084
- .E_s17wv897.ant-select.ant-select-single {
32085
- width: 100%;
32086
- color: #2d3a56;
32087
- border-color: rgba(211, 218, 235, 0.6);
32088
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32089
- font-size: 13px;
32090
- }
32091
- .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32092
- height: 30px;
32093
- }
32094
- .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32095
- height: 38px;
32096
- font-size: 13px;
32097
- }
32098
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32099
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32100
- transition: 160ms ease;
32101
- }
32102
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32103
- color: #0080ff;
32104
- }
32105
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32106
- border-color: rgba(107, 128, 167, 0.6);
32107
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32108
- }
32109
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32110
- color: #0080ff;
32111
- }
32112
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32113
- border-color: #0080ff;
32114
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32115
- }
32116
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32117
- transform: rotate(180deg);
32118
- }
32119
- .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32120
- background: rgba(211, 218, 235, 0.6);
32121
- border-color: rgba(172, 186, 211, 0.6);
32122
- cursor: "not-allowed";
32123
- }
32124
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32125
- border-color: #f0483e !important;
32126
- }
32127
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32128
- color: #1d326c;
31988
+ .E_t1m2x205 .ant-tooltip-arrow {
31989
+ display: none;
32129
31990
  }
32130
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32131
- border-color: #0080ff;
32132
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31991
+ .E_t1m2x205 .ant-tooltip-inner {
31992
+ background: rgba(23, 38, 64, 0.8);
31993
+ border-radius: 4px;
32133
31994
  }
32134
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32135
- transform: rotate(180deg);
31995
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31996
+ visibility: hidden;
32136
31997
  }
32137
31998
 
32138
- .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32139
- opacity: 1;
32140
- }
32141
- .E_s4ivdfu.ant-select.select-loading-value {
32142
- pointer-events: none;
31999
+ .E_s1sck0th {
32000
+ padding: 0 8px;
32001
+ border-radius: 4px;
32143
32002
  }
32144
32003
 
32145
- .E_sks9xr8.ant-select .select-hover-suffix,
32146
- .E_sks9xr8.ant-select .select-active-suffix,
32147
- .E_sks9xr8.ant-select .select-expanded-suffix,
32148
- .E_sks9xr8.ant-select .select-expanded-search-suffix,
32149
- .E_sks9xr8.ant-select .select-focus-suffix,
32150
- .E_sks9xr8.ant-select .select-error-suffix,
32151
- .E_sks9xr8.ant-select .select-error-hover-suffix,
32152
- .E_sks9xr8.ant-select .select-error-active-suffix,
32153
- .E_sks9xr8.ant-select .select-error-expanded-suffix,
32154
- .E_sks9xr8.ant-select .select-error-expanded-search-suffix,
32155
- .E_sks9xr8.ant-select .select-error-focus-suffix {
32156
- display: none;
32157
- width: 16px;
32158
- height: 16px;
32159
- }
32160
- .E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
32161
- opacity: 0.5;
32162
- }
32163
- .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
32164
- display: none;
32165
- }
32166
- .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
32167
- display: inline;
32168
- }
32169
- .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
32170
- display: none;
32171
- }
32172
- .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
32173
- display: inline;
32174
- }
32175
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
32176
- display: none;
32177
- }
32178
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
32179
- display: inline;
32180
- }
32181
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
32182
- display: none;
32183
- }
32184
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
32185
- display: inline;
32186
- }
32187
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
32188
- display: none;
32189
- }
32190
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
32191
- display: inline;
32192
- }
32193
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
32194
- display: none;
32195
- }
32196
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
32197
- display: inline;
32198
- }
32199
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
32200
- display: none;
32201
- }
32202
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
32203
- display: inline;
32204
- }
32205
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
32206
- display: none;
32207
- }
32208
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
32209
- display: inline;
32210
- }
32211
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
32212
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
32213
- display: none;
32214
- }
32215
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
32216
- display: inline;
32217
- }
32218
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
32219
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
32220
- display: none;
32221
- }
32222
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
32223
- display: inline;
32224
- }
32225
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
32226
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
32227
- display: none;
32004
+ .E_m855nr1 {
32005
+ padding: 2px 8px;
32006
+ border-radius: 3px;
32228
32007
  }
32229
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
32230
- display: inline;
32008
+
32009
+ .E_l1270xpg {
32010
+ padding: 3px 8px;
32011
+ border-radius: 2px;
32231
32012
  }
32232
32013
 
32233
- .E_swwhohx.ant-select .ant-select-selector {
32234
- padding: 0 7px 0 12px;
32014
+ .E_t14rextb.ant-tag:hover {
32015
+ opacity: unset;
32235
32016
  }
32236
- .E_swwhohx.ant-select .ant-select-arrow {
32237
- right: 8px;
32238
- top: 50%;
32239
- margin-top: -8px;
32240
- width: 16px;
32241
- height: 16px;
32242
- display: flex;
32017
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32018
+ margin: 0;
32019
+ margin-right: 8px;
32020
+ display: inline-flex;
32243
32021
  align-items: center;
32022
+ border: none;
32244
32023
  }
32245
- .E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
32246
- padding: 0 11px 0 16px;
32024
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32025
+ width: 16px;
32026
+ height: 16px;
32027
+ color: inherit;
32028
+ margin-left: 4px;
32029
+ opacity: 0.6;
32030
+ display: inline-flex;
32247
32031
  }
32248
- .E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
32249
- right: 12px;
32032
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32033
+ opacity: 1;
32250
32034
  }
32251
- .E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
32252
- padding: 0 3px 0 8px;
32035
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32036
+ color: #0080ff;
32037
+ background-color: rgba(0, 136, 255, 0.1);
32253
32038
  }
32254
- .E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
32255
- right: 4px;
32039
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32040
+ color: #f0483e;
32041
+ background-color: rgba(255, 74, 74, 0.1);
32256
32042
  }
32257
- .E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
32258
- padding-right: 24px;
32043
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32044
+ color: #e07f00;
32045
+ background-color: rgba(255, 187, 0, 0.1);
32259
32046
  }
32260
-
32261
- .E_p2sxmsl {
32262
- color: rgba(0, 21, 64, 0.3);
32047
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32048
+ color: #008f4c;
32049
+ background-color: rgba(30, 201, 127, 0.1);
32263
32050
  }
32264
-
32265
- .E_oa99sl3 {
32266
- display: flex;
32267
- justify-content: space-between;
32268
- align-items: center;
32269
- gap: 8px;
32051
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32052
+ color: #1d326c;
32053
+ background-color: rgba(225, 230, 241, 0.6);
32270
32054
  }
32271
- .E_oa99sl3,
32272
- .E_oa99sl3 :first-child {
32273
- line-height: inherit !important;
32055
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32056
+ color: #7E41FF;
32057
+ background-color: rgba(126, 65, 255, 0.1);
32274
32058
  }
32275
-
32276
- .E_lvp5pj7 {
32277
- display: flex;
32278
- justify-content: space-between;
32279
- align-items: center;
32280
- gap: 8px;
32281
- min-width: 0;
32059
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32060
+ color: #fff;
32282
32061
  }
32283
-
32284
- .E_s1io1lws {
32285
- display: flex;
32286
- align-items: center;
32287
- flex-shrink: 0;
32062
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32063
+ background-color: #f0483e;
32288
32064
  }
32289
-
32290
- .E_w1dxz879 {
32291
- display: flex;
32292
- flex-direction: column;
32293
- gap: 6px;
32065
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32066
+ background-color: #fea008;
32294
32067
  }
32295
- .E_w1dxz879 .ellipsis-tooltip {
32296
- max-height: var(--w1dxz879-0);
32297
- text-overflow: clip;
32298
- overflow: hidden;
32068
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32069
+ background-color: #00ba5d;
32299
32070
  }
32300
- .E_w1dxz879 .tips {
32301
- color: #fff;
32302
- opacity: 0.8;
32071
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32072
+ background-color: #0080ff;
32073
+ }
32074
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32075
+ background-color: #6b7d99;
32076
+ }
32077
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32078
+ background-color: #7E41FF;
32303
32079
  }
32304
32080
 
32305
32081
  .E_suhck3k {
@@ -32331,6 +32107,63 @@ input.E_rf8rlle.ant-input {
32331
32107
  margin-right: 6px;
32332
32108
  }
32333
32109
 
32110
+ .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32111
+ border-radius: 6px;
32112
+ }
32113
+ .E_s17wv897.ant-select.ant-select-single {
32114
+ width: 100%;
32115
+ color: #2d3a56;
32116
+ border-color: rgba(211, 218, 235, 0.6);
32117
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32118
+ font-size: 13px;
32119
+ }
32120
+ .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32121
+ height: 30px;
32122
+ }
32123
+ .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32124
+ height: 38px;
32125
+ font-size: 13px;
32126
+ }
32127
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32128
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32129
+ transition: 160ms ease;
32130
+ }
32131
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32132
+ color: #0080ff;
32133
+ }
32134
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32135
+ border-color: rgba(107, 128, 167, 0.6);
32136
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32137
+ }
32138
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32139
+ color: #0080ff;
32140
+ }
32141
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32142
+ border-color: #0080ff;
32143
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32144
+ }
32145
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32146
+ transform: rotate(180deg);
32147
+ }
32148
+ .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32149
+ background: rgba(211, 218, 235, 0.6);
32150
+ border-color: rgba(172, 186, 211, 0.6);
32151
+ cursor: "not-allowed";
32152
+ }
32153
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32154
+ border-color: #f0483e !important;
32155
+ }
32156
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32157
+ color: #1d326c;
32158
+ }
32159
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32160
+ border-color: #0080ff;
32161
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32162
+ }
32163
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32164
+ transform: rotate(180deg);
32165
+ }
32166
+
32334
32167
  .E_hrhfj7c {
32335
32168
  display: none;
32336
32169
  }
@@ -32550,6 +32383,158 @@ input.E_rf8rlle.ant-input {
32550
32383
  font-size: 14px;
32551
32384
  }
32552
32385
 
32386
+ .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32387
+ opacity: 1;
32388
+ }
32389
+ .E_s4ivdfu.ant-select.select-loading-value {
32390
+ pointer-events: none;
32391
+ }
32392
+
32393
+ .E_sks9xr8.ant-select .select-hover-suffix,
32394
+ .E_sks9xr8.ant-select .select-active-suffix,
32395
+ .E_sks9xr8.ant-select .select-expanded-suffix,
32396
+ .E_sks9xr8.ant-select .select-expanded-search-suffix,
32397
+ .E_sks9xr8.ant-select .select-focus-suffix,
32398
+ .E_sks9xr8.ant-select .select-error-suffix,
32399
+ .E_sks9xr8.ant-select .select-error-hover-suffix,
32400
+ .E_sks9xr8.ant-select .select-error-active-suffix,
32401
+ .E_sks9xr8.ant-select .select-error-expanded-suffix,
32402
+ .E_sks9xr8.ant-select .select-error-expanded-search-suffix,
32403
+ .E_sks9xr8.ant-select .select-error-focus-suffix {
32404
+ display: none;
32405
+ width: 16px;
32406
+ height: 16px;
32407
+ }
32408
+ .E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
32409
+ opacity: 0.5;
32410
+ }
32411
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
32412
+ display: none;
32413
+ }
32414
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
32415
+ display: inline;
32416
+ }
32417
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
32418
+ display: none;
32419
+ }
32420
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
32421
+ display: inline;
32422
+ }
32423
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
32424
+ display: none;
32425
+ }
32426
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
32427
+ display: inline;
32428
+ }
32429
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
32430
+ display: none;
32431
+ }
32432
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
32433
+ display: inline;
32434
+ }
32435
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
32436
+ display: none;
32437
+ }
32438
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
32439
+ display: inline;
32440
+ }
32441
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
32442
+ display: none;
32443
+ }
32444
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
32445
+ display: inline;
32446
+ }
32447
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
32448
+ display: none;
32449
+ }
32450
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
32451
+ display: inline;
32452
+ }
32453
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
32454
+ display: none;
32455
+ }
32456
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
32457
+ display: inline;
32458
+ }
32459
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
32460
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
32461
+ display: none;
32462
+ }
32463
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
32464
+ display: inline;
32465
+ }
32466
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
32467
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
32468
+ display: none;
32469
+ }
32470
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
32471
+ display: inline;
32472
+ }
32473
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
32474
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
32475
+ display: none;
32476
+ }
32477
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
32478
+ display: inline;
32479
+ }
32480
+
32481
+ .E_swwhohx.ant-select .ant-select-selector {
32482
+ padding: 0 7px 0 12px;
32483
+ }
32484
+ .E_swwhohx.ant-select .ant-select-arrow {
32485
+ right: 8px;
32486
+ top: 50%;
32487
+ margin-top: -8px;
32488
+ width: 16px;
32489
+ height: 16px;
32490
+ display: flex;
32491
+ align-items: center;
32492
+ }
32493
+ .E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
32494
+ padding: 0 11px 0 16px;
32495
+ }
32496
+ .E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
32497
+ right: 12px;
32498
+ }
32499
+ .E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
32500
+ padding: 0 3px 0 8px;
32501
+ }
32502
+ .E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
32503
+ right: 4px;
32504
+ }
32505
+ .E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
32506
+ padding-right: 24px;
32507
+ }
32508
+
32509
+ .E_p2sxmsl {
32510
+ color: rgba(0, 21, 64, 0.3);
32511
+ }
32512
+
32513
+ .E_oa99sl3 {
32514
+ display: flex;
32515
+ justify-content: space-between;
32516
+ align-items: center;
32517
+ gap: 8px;
32518
+ }
32519
+ .E_oa99sl3,
32520
+ .E_oa99sl3 :first-child {
32521
+ line-height: inherit !important;
32522
+ }
32523
+
32524
+ .E_lvp5pj7 {
32525
+ display: flex;
32526
+ justify-content: space-between;
32527
+ align-items: center;
32528
+ gap: 8px;
32529
+ min-width: 0;
32530
+ }
32531
+
32532
+ .E_s1io1lws {
32533
+ display: flex;
32534
+ align-items: center;
32535
+ flex-shrink: 0;
32536
+ }
32537
+
32553
32538
  .E_h12yihis {
32554
32539
  height: 50px;
32555
32540
  border-bottom: 2px solid #edf0f7;
@@ -32770,6 +32755,21 @@ input.E_rf8rlle.ant-input {
32770
32755
  position: static;
32771
32756
  }
32772
32757
 
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;
32771
+ }
32772
+
32773
32773
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32774
32774
  margin-right: 2px;
32775
32775
  }
@@ -32805,6 +32805,25 @@ input.E_rf8rlle.ant-input {
32805
32805
  background-color: transparent;
32806
32806
  }
32807
32807
 
32808
+ .E_r77hffu {
32809
+ display: flex;
32810
+ align-items: center;
32811
+ justify-content: space-between;
32812
+ column-gap: 6px;
32813
+ }
32814
+
32815
+ .E_p1cmxsf7 {
32816
+ display: flex;
32817
+ flex-direction: column;
32818
+ justify-content: center;
32819
+ row-gap: var(--p1cmxsf7-0);
32820
+ }
32821
+ .E_p1cmxsf7 .antd5-progress-line {
32822
+ font-size: 0;
32823
+ margin-bottom: unset;
32824
+ margin-inline-end: unset;
32825
+ }
32826
+
32808
32827
  .E_ckui4s7 {
32809
32828
  color: #2d3a56;
32810
32829
  line-height: 22px;
@@ -32869,10 +32888,6 @@ input.E_rf8rlle.ant-input {
32869
32888
  margin-left: 24px;
32870
32889
  }
32871
32890
 
32872
- .E_c1yd35n {
32873
- padding: 0 12px 14px 12px;
32874
- }
32875
-
32876
32891
  .E_c1kghdax {
32877
32892
  color: #2d3a56;
32878
32893
  padding: 7px 12px;
@@ -32913,6 +32928,10 @@ input.E_rf8rlle.ant-input {
32913
32928
  margin-right: 2px;
32914
32929
  }
32915
32930
 
32931
+ .E_c1yd35n {
32932
+ padding: 0 12px 14px 12px;
32933
+ }
32934
+
32916
32935
  .E_b14q2gmw {
32917
32936
  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);
32918
32937
  }
@@ -32930,487 +32949,518 @@ input.E_rf8rlle.ant-input {
32930
32949
  transform: translateY(-4px);
32931
32950
  }
32932
32951
 
32933
- .E_lht19u8 {
32934
- width: 64px;
32935
- height: 64px;
32952
+ .E_m11nzl2x {
32953
+ color: rgba(44, 56, 82, 0.6);
32954
+ text-align: center;
32936
32955
  display: flex;
32937
32956
  align-items: center;
32938
32957
  justify-content: center;
32939
- position: relative;
32940
- opacity: 0.2;
32941
- }
32942
-
32943
- .E_lk3gkp4 {
32944
- position: absolute;
32945
- width: 5px;
32946
- height: 48px;
32947
- left: 9.33px;
32948
- top: 40.5px;
32949
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32950
- border-radius: 5px;
32951
- transform: rotate(-128deg);
32952
- transform-origin: top left;
32953
- animation: loading-indicator1 1100ms ease-out infinite;
32954
- }
32955
-
32956
- .E_ll4n94n {
32957
- position: absolute;
32958
- width: 5px;
32959
- height: 48px;
32960
- left: 40.8px;
32961
- top: 8.4px;
32962
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32963
- border-radius: 5px;
32964
- transform: rotate(-8deg);
32965
- transform-origin: top left;
32966
- animation: loading-indicator2 1100ms ease-out infinite;
32958
+ flex-direction: column;
32959
+ height: 100%;
32967
32960
  }
32968
-
32969
- .E_l17lbdo6 {
32970
- position: absolute;
32971
- width: 5px;
32972
- height: 48px;
32973
- left: 52.9px;
32974
- top: 51.8px;
32975
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32976
- border-radius: 5px;
32977
- transform: rotate(112deg);
32978
- transform-origin: top left;
32979
- animation: loading-indicator3 1100ms ease-out infinite;
32961
+ .E_m11nzl2x .link {
32962
+ color: #0080ff;
32963
+ cursor: pointer;
32980
32964
  }
32981
32965
 
32982
- .E_sjob3jg {
32983
- --item-min-width: 60px;
32984
- }
32985
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
32986
- display: none !important;
32966
+ .E_mn7joto {
32967
+ width: 100%;
32968
+ height: 100%;
32969
+ display: flex;
32970
+ flex-direction: column;
32987
32971
  }
32988
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
32989
- flex-shrink: 0 !important;
32972
+ .E_mn7joto .name-toolbar {
32973
+ width: 100%;
32974
+ display: flex;
32975
+ line-height: 30px;
32976
+ justify-content: space-between;
32990
32977
  }
32991
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32992
- color: #0080ff;
32978
+ .E_mn7joto .name-toolbar .metric-extra {
32979
+ display: flex;
32980
+ font-size: 12px;
32981
+ align-items: center;
32993
32982
  }
32994
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32995
- color: #0080ff;
32996
- font-weight: normal;
32983
+ .E_mn7joto .name-toolbar .metric-extra .info-item {
32984
+ color: #a3b4cc;
32997
32985
  }
32998
- .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 {
32999
- color: rgba(44, 56, 82, 0.6);
32986
+ .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
32987
+ margin-left: 10px;
33000
32988
  }
33001
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33002
- color: #00122e;
32989
+ .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
32990
+ margin-left: 10px;
32991
+ cursor: pointer;
33003
32992
  }
33004
- .E_sjob3jg .step-item-text {
33005
- display: inline-block;
32993
+ .E_mn7joto .content {
32994
+ flex: 1;
32995
+ width: 100%;
32996
+ display: flex;
32997
+ justify-content: center;
32998
+ align-items: center;
33006
32999
  }
33007
- .E_sjob3jg .step-item-title {
33008
- overflow: hidden;
33009
- white-space: nowrap;
33010
- text-overflow: ellipsis;
33000
+ .E_mn7joto .single-content {
33001
+ height: 65px;
33011
33002
  }
33012
33003
 
33013
- .E_hjvj6s6 .ant-steps-item-container {
33014
- min-width: var(--item-min-width);
33015
- }
33016
- .E_hjvj6s6 .ant-steps-item-disabled {
33017
- cursor: not-allowed !important;
33018
- }
33019
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33020
- flex-direction: row;
33021
- justify-content: stretch;
33022
- }
33023
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33024
- padding: 0;
33025
- margin-right: 4px;
33026
- flex: 1;
33027
- overflow: visible;
33028
- }
33029
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33004
+ .E_l1bifhon {
33005
+ display: flex;
33006
+ align-items: center;
33007
+ white-space: nowrap;
33008
+ overflow: hidden;
33030
33009
  width: 100%;
33031
- min-height: unset;
33032
33010
  }
33033
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33034
- height: 26px;
33035
- line-height: 26px;
33036
- width: 100%;
33037
- padding: 0;
33011
+ .E_l1bifhon .ant-dropdown-trigger {
33038
33012
  font-size: 12px;
33013
+ margin-left: 8px;
33039
33014
  }
33040
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33041
- margin-right: 10px;
33015
+
33016
+ .E_ltthzck {
33017
+ display: flex;
33018
+ justify-content: flex-start;
33019
+ align-items: center;
33020
+ font-size: 12px;
33021
+ cursor: pointer;
33042
33022
  }
33043
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33044
- display: none;
33023
+ .E_ltthzck:not(:first-child) {
33024
+ margin-left: 8px;
33045
33025
  }
33046
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33047
- padding-left: 8px;
33048
- padding-right: 4px;
33049
- border-radius: 4px 0 0 4px;
33026
+ .E_ltthzck.deselected, .E_ltthzck.hovering {
33027
+ opacity: 0.3;
33050
33028
  }
33051
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33052
- margin-right: 0;
33029
+ .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
33030
+ background: #b4beca !important;
33031
+ border-radius: 2px;
33053
33032
  }
33054
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33055
- padding-right: 8px;
33056
- padding-left: 12px;
33057
- border-radius: 0 4px 4px 0;
33033
+ .E_ltthzck.hoverering-self {
33034
+ opacity: 1;
33058
33035
  }
33059
- .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 {
33060
- content: "";
33061
- width: 0;
33062
- height: 0;
33063
- border: 13px solid transparent;
33064
- position: absolute;
33065
- top: 0;
33066
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33067
- z-index: 2;
33068
- position: relative;
33069
- top: -50%;
33070
- right: -100%;
33036
+ .E_ltthzck .dropdown-trigger {
33037
+ margin-left: 12px;
33071
33038
  }
33072
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33073
- padding: 0 4px 0 12px;
33039
+ .E_ltthzck .legend-name {
33040
+ color: #00122e;
33074
33041
  }
33075
- .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 {
33076
- content: "";
33077
- width: 0;
33078
- height: 0;
33079
- border: 13px solid transparent;
33080
- position: absolute;
33081
- top: 0;
33082
- border-left: 8px solid #fff;
33083
- left: 0;
33042
+
33043
+ .E_l1mumj7o {
33044
+ display: flex;
33045
+ justify-content: flex-start;
33046
+ align-items: center;
33047
+ font-size: 12px;
33048
+ cursor: pointer;
33084
33049
  }
33085
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33086
- max-width: calc(100% - var(--item-min-width) * 2);
33050
+ .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
33051
+ opacity: 0.3;
33087
33052
  }
33088
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33089
- background-color: rgba(0, 136, 255, 0.1);
33053
+ .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
33054
+ background: #b4beca !important;
33055
+ border-radius: 2px;
33090
33056
  }
33091
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33092
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33057
+ .E_l1mumj7o .legend-name {
33058
+ color: #00122e;
33093
33059
  }
33094
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33095
- cursor: pointer;
33096
- min-width: var(--item-min-width);
33060
+ .E_l1mumj7o.hoverering-self {
33061
+ opacity: 1;
33062
+ }
33063
+
33064
+ .E_c14rn6j5 {
33065
+ display: inline-block;
33066
+ height: 8px;
33067
+ width: 8px;
33068
+ margin-right: 6px;
33069
+ border-radius: 2px;
33070
+ }
33071
+
33072
+ .E_e45tc5l .ant-dropdown-menu-item {
33073
+ display: flex;
33074
+ align-items: center;
33075
+ font-size: 12px;
33076
+ margin: 0;
33097
33077
  }
33098
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33099
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33100
- min-width: var(--item-min-width);
33078
+
33079
+ .E_lqeaosa {
33080
+ position: relative;
33101
33081
  }
33102
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33103
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33104
- background-color: rgba(237, 241, 250, 0.6);
33082
+ .E_lqeaosa.hidden-xaxis .pointer-wrapper {
33083
+ bottom: -12px;
33105
33084
  }
33106
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33107
- padding: 0;
33085
+ .E_lqeaosa .metric-toolbar {
33086
+ display: flex;
33087
+ justify-content: space-between;
33088
+ line-height: 30px;
33108
33089
  }
33109
-
33110
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
33111
- width: 192px;
33112
- row-gap: 2px;
33090
+ .E_lqeaosa .metric-toolbar .metric-extra {
33091
+ display: flex;
33092
+ flex-shrink: 0;
33093
+ font-size: 12px;
33094
+ align-items: center;
33113
33095
  }
33114
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33115
- background-color: rgba(225, 230, 241, 0.6);
33096
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item {
33097
+ color: #a3b4cc;
33116
33098
  }
33117
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33118
- color: #00122e !important;
33099
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
33100
+ margin-left: 10px;
33119
33101
  }
33120
- .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 {
33121
- background-color: rgba(225, 230, 241, 0.6);
33102
+ .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
33103
+ margin-left: 10px;
33104
+ cursor: pointer;
33122
33105
  }
33123
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33106
+ .E_lqeaosa .recharts-xAxis {
33107
+ font-size: 12px;
33108
+ }
33109
+ .E_lqeaosa .pointer-wrapper {
33110
+ position: absolute;
33111
+ bottom: 10px;
33124
33112
  padding: 0 8px;
33113
+ font-size: 12px;
33114
+ color: #fff;
33115
+ transform: translateX(-50%);
33116
+ }
33117
+
33118
+ .E_t2pr38p {
33119
+ min-width: 200px;
33120
+ background-color: rgba(23, 38, 64, 0.8);
33125
33121
  border-radius: 4px;
33126
- height: 32px;
33122
+ box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
33123
+ padding: 8px;
33124
+ }
33125
+
33126
+ .E_tecdsj7 {
33127
33127
  display: flex;
33128
33128
  align-items: center;
33129
+ background-color: unset;
33130
+ color: #FFFFFF;
33131
+ justify-content: space-between;
33132
+ font-size: 12px;
33133
+ padding-top: 6px;
33129
33134
  }
33130
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33131
- min-height: auto;
33132
- white-space: nowrap;
33135
+ .E_tecdsj7:first-child {
33136
+ padding-top: 3px;
33133
33137
  }
33134
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33135
- font-size: 13px;
33136
- line-height: 20px;
33137
- max-width: 100%;
33138
- padding-right: 0;
33138
+ .E_tecdsj7:last-child {
33139
+ padding-bottom: 3px;
33139
33140
  }
33140
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33141
- background: rgba(0, 128, 255, 0.1);
33141
+ .E_tecdsj7 .column-value {
33142
+ color: #FFFFFF;
33143
+ margin-left: 8px;
33142
33144
  }
33143
33145
 
33144
- .E_h6l1tj4 {
33145
- width: 100%;
33146
- display: inline-flex;
33147
- align-items: center;
33148
- justify-content: center;
33149
- column-gap: 4px;
33146
+ .E_ljhvvia {
33147
+ display: inline-block;
33148
+ height: 8px;
33149
+ width: 8px;
33150
+ margin-right: 8px;
33151
+ border-radius: 2px;
33150
33152
  }
33151
- .E_h6l1tj4 .step-item-prefix-container {
33152
- display: inline-flex;
33153
- align-items: center;
33154
- width: 18px;
33155
- height: 18px;
33156
- color: rgba(44, 56, 82, 0.75);
33157
- justify-content: center;
33153
+ .E_ljhvvia.borderd {
33154
+ border: 1px solid #fff;
33158
33155
  }
33159
33156
 
33160
- .E_v18frne8 {
33161
- width: 100%;
33157
+ .E_lht19u8 {
33158
+ width: 64px;
33159
+ height: 64px;
33162
33160
  display: flex;
33163
33161
  align-items: center;
33164
33162
  justify-content: center;
33165
- column-gap: 6px;
33166
- font-size: 13px;
33167
- }
33168
- .E_v18frne8 .step-item-prefix-container {
33169
- display: inline-flex;
33170
- align-items: center;
33171
- min-width: 20px;
33172
- min-height: 20px;
33173
- color: rgba(44, 56, 82, 0.75);
33174
- justify-content: center;
33163
+ position: relative;
33164
+ opacity: 0.2;
33175
33165
  }
33176
33166
 
33177
- .E_w7ob4th.outside-tag {
33178
- padding-left: 0;
33167
+ .E_lk3gkp4 {
33168
+ position: absolute;
33169
+ width: 5px;
33170
+ height: 48px;
33171
+ left: 9.33px;
33172
+ top: 40.5px;
33173
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33174
+ border-radius: 5px;
33175
+ transform: rotate(-128deg);
33176
+ transform-origin: top left;
33177
+ animation: loading-indicator1 1100ms ease-out infinite;
33179
33178
  }
33180
- .E_w7ob4th.outside-tag .inside-tag {
33181
- border-radius: 4px 0 0 4px;
33182
- padding-right: 4px;
33183
- margin-right: 4px;
33179
+
33180
+ .E_ll4n94n {
33181
+ position: absolute;
33182
+ width: 5px;
33183
+ height: 48px;
33184
+ left: 40.8px;
33185
+ top: 8.4px;
33186
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33187
+ border-radius: 5px;
33188
+ transform: rotate(-8deg);
33189
+ transform-origin: top left;
33190
+ animation: loading-indicator2 1100ms ease-out infinite;
33184
33191
  }
33185
33192
 
33186
- .E_t1dtlqs1 {
33187
- margin-bottom: 4px;
33188
- color: rgba(44, 56, 82, 0.6);
33193
+ .E_l17lbdo6 {
33194
+ position: absolute;
33195
+ width: 5px;
33196
+ height: 48px;
33197
+ left: 52.9px;
33198
+ top: 51.8px;
33199
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33200
+ border-radius: 5px;
33201
+ transform: rotate(112deg);
33202
+ transform-origin: top left;
33203
+ animation: loading-indicator3 1100ms ease-out infinite;
33189
33204
  }
33190
33205
 
33191
- .E_s1ese5oy {
33206
+ .E_msn7nxt {
33192
33207
  color: rgba(44, 56, 82, 0.6);
33193
- line-height: 32px;
33194
- height: 32px;
33195
- margin-bottom: 0;
33208
+ text-align: center;
33209
+ display: flex;
33210
+ align-items: center;
33211
+ justify-content: center;
33212
+ flex-direction: column;
33213
+ height: 100%;
33196
33214
  }
33197
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
33215
+ .E_msn7nxt .link {
33198
33216
  color: #0080ff;
33217
+ cursor: pointer;
33199
33218
  }
33200
- .E_s1ese5oy.warning {
33201
- color: #ffa500;
33219
+
33220
+ .E_mp64wfi {
33221
+ width: 100%;
33222
+ height: 100%;
33223
+ display: flex;
33224
+ flex-direction: column;
33202
33225
  }
33203
- .E_s1ese5oy.success {
33204
- color: #00ba5d;
33226
+ .E_mp64wfi .name-toolbar {
33227
+ width: 100%;
33228
+ display: flex;
33229
+ line-height: 30px;
33230
+ padding: 0 16px;
33231
+ justify-content: space-between;
33205
33232
  }
33206
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
33207
- color: #f0483e;
33233
+ .E_mp64wfi .name-toolbar .metric-extra {
33234
+ display: flex;
33235
+ font-size: 12px;
33236
+ align-items: center;
33208
33237
  }
33209
- .E_s1ese5oy.normal {
33210
- color: rgba(44, 56, 82, 0.6);
33238
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
33239
+ color: #a3b4cc;
33211
33240
  }
33212
-
33213
- .E_b1ibis43 {
33214
- margin-bottom: 0;
33215
- color: #00122e;
33241
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33242
+ margin-left: 10px;
33216
33243
  }
33217
-
33218
- .E_b11xxjd2 {
33219
- line-height: 32px;
33220
- margin-right: 6px;
33244
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33245
+ margin-left: 10px;
33246
+ cursor: pointer;
33221
33247
  }
33222
-
33223
- .E_bsub5bw.with-description {
33224
- height: 24px;
33248
+ .E_mp64wfi .content {
33225
33249
  flex: 1;
33226
- position: relative;
33227
- top: -7px;
33228
- }
33229
- .E_bsub5bw p {
33230
33250
  width: 100%;
33231
- overflow: hidden;
33232
- text-overflow: ellipsis;
33233
- white-space: nowrap;
33251
+ display: flex;
33252
+ justify-content: center;
33253
+ align-items: center;
33234
33254
  }
33235
-
33236
- .E_tmoyoag {
33237
- border: 1px solid rgba(211, 218, 235, 0.6);
33238
- border-radius: 8px;
33239
- overflow: auto;
33255
+ .E_mp64wfi .single-content {
33256
+ height: 65px;
33240
33257
  }
33241
- .E_tmoyoag .ant-list {
33242
- position: relative;
33258
+
33259
+ .E_l1oyigan {
33260
+ display: flex;
33261
+ align-items: center;
33262
+ white-space: nowrap;
33263
+ overflow: hidden;
33264
+ width: 100%;
33243
33265
  }
33244
- .E_tmoyoag .ant-list .ant-list-item:last-child {
33245
- border-bottom: none;
33266
+ .E_l1oyigan .ant-dropdown-trigger {
33267
+ margin-left: auto;
33268
+ font-size: 12px;
33246
33269
  }
33247
- .E_tmoyoag .ant-list .eagle-table-form-header {
33248
- position: sticky;
33249
- top: 0;
33250
- z-index: 2;
33270
+
33271
+ .E_l1noi4n1 {
33251
33272
  display: flex;
33252
- padding: 8px;
33253
- flex-wrap: nowrap;
33254
33273
  justify-content: flex-start;
33255
- background: #f2f5fa;
33256
- font-size: 14px;
33257
- color: rgba(44, 56, 82, 0.6);
33258
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
33274
+ align-items: center;
33275
+ font-size: 12px;
33276
+ cursor: pointer;
33259
33277
  }
33260
- .E_tmoyoag .ant-list .eagle-table-form-header {
33261
- align-items: inherit;
33278
+ .E_l1noi4n1:not(:last-child) {
33279
+ margin-right: 20px;
33262
33280
  }
33263
- .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
33264
- margin-bottom: 0;
33281
+ .E_l1noi4n1.deselected {
33282
+ opacity: 0.4;
33265
33283
  }
33266
- .E_tmoyoag .ant-list .eagle-table-form-row {
33267
- display: flex;
33268
- justify-content: flex-start;
33269
- align-items: flex-start;
33270
- flex-wrap: wrap;
33271
- padding: 8px;
33272
- border: none;
33284
+ .E_l1noi4n1.deselected .color-block {
33285
+ background: #b4beca !important;
33273
33286
  }
33274
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
33275
- flex-basis: 100%;
33276
- margin: 12px 0 0;
33277
- order: 99;
33278
- color: rgba(44, 56, 82, 0.6);
33287
+
33288
+ .E_cz19rz6 {
33289
+ display: inline-block;
33290
+ height: 8px;
33291
+ width: 8px;
33292
+ margin-right: 8px;
33279
33293
  }
33280
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
33281
- color: #f0483e;
33282
- flex-basis: 100%;
33283
- order: 98;
33284
- margin: 12px 0 0;
33294
+
33295
+ .E_e17r5r9c .ant-dropdown-menu-item {
33296
+ display: flex;
33297
+ align-items: center;
33298
+ font-size: 12px;
33299
+ margin: 0;
33285
33300
  }
33286
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
33287
- background-color: rgba(237, 241, 250, 0.6);
33301
+
33302
+ .E_m1y1hhnr {
33303
+ position: relative;
33288
33304
  }
33289
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
33290
- background-color: rgba(0, 136, 255, 0.1);
33305
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33306
+ bottom: -12px;
33291
33307
  }
33292
- .E_tmoyoag .ant-list .eagle-table-form-cell {
33293
- flex: 1 0 0;
33294
- overflow: hidden;
33308
+ .E_m1y1hhnr .metric-toolbar {
33309
+ display: flex;
33310
+ justify-content: space-between;
33311
+ line-height: 30px;
33312
+ margin: 0 16px;
33295
33313
  }
33296
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
33297
- color: rgba(44, 56, 82, 0.6);
33298
- margin: 0;
33314
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
33315
+ display: flex;
33316
+ font-size: 12px;
33317
+ align-items: center;
33299
33318
  }
33300
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
33301
- text-align: center;
33319
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33320
+ color: #a3b4cc;
33302
33321
  }
33303
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
33304
- text-align: center;
33322
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33323
+ margin-left: 10px;
33305
33324
  }
33306
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
33307
- text-align: left;
33325
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33326
+ margin-left: 10px;
33327
+ cursor: pointer;
33308
33328
  }
33309
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
33310
- text-align: left;
33329
+ .E_m1y1hhnr .recharts-xAxis {
33330
+ font-size: 12px;
33311
33331
  }
33312
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
33313
- text-align: right;
33332
+ .E_m1y1hhnr .pointer-wrapper {
33333
+ position: absolute;
33334
+ bottom: 10px;
33335
+ padding: 0 8px;
33336
+ border-radius: 4px;
33337
+ font-size: 12px;
33338
+ color: #fff;
33339
+ background: rgba(0, 0, 0, 0.75);
33340
+ transform: translateX(-50%);
33314
33341
  }
33315
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
33316
- text-align: right;
33342
+
33343
+ .E_tnvijvs {
33344
+ min-width: 200px;
33317
33345
  }
33318
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
33319
- margin-right: 8px;
33346
+
33347
+ .E_t1ub2aex {
33348
+ display: flex;
33349
+ align-items: center;
33350
+ justify-content: space-between;
33351
+ background-color: rgba(0, 0, 0, 0.75);
33352
+ color: #b4beca;
33353
+ font-size: 12px;
33354
+ padding: 3px 6px;
33320
33355
  }
33321
- .E_tmoyoag .ant-list .ant-list-item-action {
33322
- padding: 4px;
33323
- width: 24px;
33324
- height: 24px;
33325
- overflow: hidden;
33356
+ .E_t1ub2aex:first-child {
33357
+ padding-top: 3px;
33326
33358
  }
33327
- .E_tmoyoag .ant-list .ant-list-item-action li {
33328
- padding: 0;
33359
+ .E_t1ub2aex:last-child {
33360
+ padding-bottom: 3px;
33329
33361
  }
33330
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
33331
- cursor: not-allowed;
33332
- opacity: 0.5;
33362
+ .E_t1ub2aex .column-value {
33363
+ color: #fff;
33364
+ margin-left: 8px;
33333
33365
  }
33334
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
33335
- margin: 0;
33366
+
33367
+ .E_t1gvlxt5 {
33368
+ min-width: 0;
33369
+ flex: 1;
33336
33370
  }
33337
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
33338
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
33339
- border-radius: 5px;
33340
- font-size: 12px;
33371
+ .E_t1gvlxt5 .tag {
33372
+ flex: 0 0 auto;
33341
33373
  }
33342
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
33343
- font-size: inherit;
33374
+ .E_t1gvlxt5 .progress-title {
33375
+ flex: 2;
33376
+ max-width: fit-content;
33344
33377
  }
33345
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
33346
- min-height: 24px;
33347
- font-size: 12px;
33348
- position: relative;
33378
+ .E_t1gvlxt5 .progress-desc {
33379
+ flex: 1;
33380
+ max-width: fit-content;
33349
33381
  }
33350
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
33351
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
33382
+
33383
+ .E_a1ji6r68 {
33384
+ display: flex;
33385
+ align-items: center;
33386
+ column-gap: var(--a1ji6r68-0);
33352
33387
  }
33353
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
33354
- background-color: rgba(237, 241, 250, 0.6);
33388
+
33389
+ .E_w7ob4th.outside-tag {
33390
+ padding-left: 0;
33391
+ }
33392
+ .E_w7ob4th.outside-tag .inside-tag {
33393
+ border-radius: 4px 0 0 4px;
33394
+ padding-right: 4px;
33395
+ margin-right: 4px;
33355
33396
  }
33356
33397
 
33357
- .E_a138syjm {
33398
+ .E_l1ucdodl {
33399
+ margin: 0;
33400
+ border-radius: 20px;
33401
+ padding: 2px 10px;
33402
+ height: 22px;
33358
33403
  display: flex;
33359
33404
  align-items: center;
33360
- margin-top: 8px;
33361
33405
  }
33362
- .E_a138syjm button.ant-btn {
33363
- padding: 2px 8px;
33364
- height: 24px;
33406
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
33407
+ color: #FFFFFF;
33365
33408
  }
33366
- .E_a138syjm > span.maximum-desc {
33367
- display: none;
33409
+ .E_l1ucdodl.tag-hover {
33410
+ cursor: pointer;
33411
+ }
33412
+ .E_l1ucdodl.ui-kit-status-legend {
33413
+ color: #00122e;
33414
+ }
33415
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33416
+ margin-right: 6px;
33417
+ }
33418
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33368
33419
  margin-left: 8px;
33369
33420
  color: rgba(44, 56, 82, 0.6);
33370
33421
  }
33371
- .E_a138syjm > span.maximum-desc.disabled {
33372
- display: inline;
33422
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33423
+ color: #FFFFFF;
33373
33424
  }
33374
-
33375
- .E_d77i8u0 {
33376
- width: 24px;
33377
- height: 24px;
33378
- padding: 4px;
33379
- margin-right: 8px;
33425
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33426
+ background-color: #0080ff;
33380
33427
  }
33381
-
33382
- .E_slr2ynn {
33383
- padding: 0 8px;
33384
- height: 18px;
33428
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33429
+ background-color: #f0483e;
33385
33430
  }
33386
-
33387
- .E_m140wbb6 {
33388
- padding: 2px 8px;
33389
- height: 24px;
33431
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33432
+ background-color: #fea008;
33433
+ }
33434
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33435
+ background-color: #00ba5d;
33436
+ }
33437
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33438
+ background-color: #6b7d99;
33439
+ }
33440
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33441
+ background-color: #7E41FF;
33390
33442
  }
33391
33443
 
33392
- .E_t1fozc1i {
33393
- margin: 0;
33444
+ .E_s1qj66nc {
33445
+ width: 8px;
33446
+ height: 8px;
33447
+ border-radius: 50%;
33448
+ display: inline-block;
33394
33449
  }
33395
33450
 
33396
- .E_i1vxv4ln {
33397
- margin-right: 4px;
33398
- height: 16px;
33451
+ .E_s5x1boq {
33452
+ width: 8px;
33453
+ height: 8px;
33454
+ border-radius: 2px;
33455
+ display: inline-block;
33399
33456
  }
33400
33457
 
33401
- .E_n1afl31m.ant-tag.ant-tag-gray {
33402
- font-weight: 700;
33403
- color: #00122e;
33404
- background-color: rgba(237, 241, 250, 0.6);
33405
- border: 1px solid rgba(211, 218, 235, 0.6);
33406
- word-break: break-all;
33407
- display: inline;
33408
- white-space: normal;
33458
+ .E_c1xm185 {
33459
+ color: rgba(44, 56, 82, 0.6);
33409
33460
  }
33410
33461
 
33411
- .E_i1g85yz3 {
33412
- margin-right: 4px;
33413
- height: 16px;
33462
+ .E_c1x5l5qc {
33463
+ flex: 1;
33414
33464
  }
33415
33465
 
33416
33466
  button.E_l48ei06.ant-btn,
@@ -33911,509 +33961,488 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33911
33961
  background: #fff;
33912
33962
  }
33913
33963
 
33914
- .E_r77hffu {
33915
- display: flex;
33916
- align-items: center;
33917
- justify-content: space-between;
33918
- column-gap: 6px;
33919
- }
33920
-
33921
- .E_p1cmxsf7 {
33922
- display: flex;
33923
- flex-direction: column;
33924
- justify-content: center;
33925
- row-gap: var(--p1cmxsf7-0);
33926
- }
33927
- .E_p1cmxsf7 .antd5-progress-line {
33928
- font-size: 0;
33929
- margin-bottom: unset;
33930
- margin-inline-end: unset;
33964
+ .E_sjob3jg {
33965
+ --item-min-width: 60px;
33931
33966
  }
33932
-
33933
- .E_t13ef470 {
33934
- height: 100%;
33967
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33968
+ display: none !important;
33935
33969
  }
33936
- .E_t13ef470 .table-loading-item {
33937
- padding: 12px 4px;
33938
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33939
- display: flex;
33970
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33971
+ flex-shrink: 0 !important;
33940
33972
  }
33941
- .E_t13ef470 .table-loading-item > * {
33942
- height: 16px;
33943
- margin: 4px;
33944
- background: rgba(204, 212, 227, 0.18);
33945
- border-radius: 2px;
33973
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33974
+ color: #0080ff;
33946
33975
  }
33947
- .E_t13ef470 .table-loading-item .checkbox-loading {
33948
- width: 16px;
33976
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33977
+ color: #0080ff;
33978
+ font-weight: normal;
33949
33979
  }
33950
- .E_t13ef470 .table-loading-item .td-loading {
33951
- flex: 1;
33980
+ .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 {
33981
+ color: rgba(44, 56, 82, 0.6);
33952
33982
  }
33953
- .E_t13ef470 :nth-child(1) {
33954
- padding: 8px 4px;
33983
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33984
+ color: #00122e;
33955
33985
  }
33956
- .E_t13ef470 :nth-child(1) > * {
33957
- background: rgba(107, 125, 153, 0.18);
33986
+ .E_sjob3jg .step-item-text {
33987
+ display: inline-block;
33958
33988
  }
33959
- .E_t13ef470 :nth-child(1) > * {
33960
- background: rgba(163, 180, 204, 0.18);
33989
+ .E_sjob3jg .step-item-title {
33990
+ overflow: hidden;
33991
+ white-space: nowrap;
33992
+ text-overflow: ellipsis;
33961
33993
  }
33962
33994
 
33963
- .E_l1ucdodl {
33964
- margin: 0;
33965
- border-radius: 20px;
33966
- padding: 2px 10px;
33967
- height: 22px;
33968
- display: flex;
33969
- align-items: center;
33970
- }
33971
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
33972
- color: #FFFFFF;
33973
- }
33974
- .E_l1ucdodl.tag-hover {
33975
- cursor: pointer;
33976
- }
33977
- .E_l1ucdodl.ui-kit-status-legend {
33978
- color: #00122e;
33995
+ .E_hjvj6s6 .ant-steps-item-container {
33996
+ min-width: var(--item-min-width);
33979
33997
  }
33980
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33981
- margin-right: 6px;
33998
+ .E_hjvj6s6 .ant-steps-item-disabled {
33999
+ cursor: not-allowed !important;
33982
34000
  }
33983
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33984
- margin-left: 8px;
33985
- color: rgba(44, 56, 82, 0.6);
34001
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34002
+ flex-direction: row;
34003
+ justify-content: stretch;
33986
34004
  }
33987
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33988
- color: #FFFFFF;
34005
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34006
+ padding: 0;
34007
+ margin-right: 4px;
34008
+ flex: 1;
34009
+ overflow: visible;
33989
34010
  }
33990
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33991
- background-color: #0080ff;
34011
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34012
+ width: 100%;
34013
+ min-height: unset;
33992
34014
  }
33993
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33994
- background-color: #f0483e;
34015
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34016
+ height: 26px;
34017
+ line-height: 26px;
34018
+ width: 100%;
34019
+ padding: 0;
34020
+ font-size: 12px;
33995
34021
  }
33996
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33997
- background-color: #fea008;
34022
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34023
+ margin-right: 10px;
33998
34024
  }
33999
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
34000
- background-color: #00ba5d;
34025
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34026
+ display: none;
34001
34027
  }
34002
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
34003
- background-color: #6b7d99;
34028
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34029
+ padding-left: 8px;
34030
+ padding-right: 4px;
34031
+ border-radius: 4px 0 0 4px;
34004
34032
  }
34005
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
34006
- background-color: #7E41FF;
34033
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34034
+ margin-right: 0;
34007
34035
  }
34008
-
34009
- .E_s1qj66nc {
34010
- width: 8px;
34011
- height: 8px;
34012
- border-radius: 50%;
34013
- display: inline-block;
34036
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34037
+ padding-right: 8px;
34038
+ padding-left: 12px;
34039
+ border-radius: 0 4px 4px 0;
34014
34040
  }
34015
-
34016
- .E_s5x1boq {
34017
- width: 8px;
34018
- height: 8px;
34019
- border-radius: 2px;
34020
- display: inline-block;
34041
+ .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 {
34042
+ content: "";
34043
+ width: 0;
34044
+ height: 0;
34045
+ border: 13px solid transparent;
34046
+ position: absolute;
34047
+ top: 0;
34048
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
34049
+ z-index: 2;
34050
+ position: relative;
34051
+ top: -50%;
34052
+ right: -100%;
34021
34053
  }
34022
-
34023
- .E_c1xm185 {
34024
- color: rgba(44, 56, 82, 0.6);
34054
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34055
+ padding: 0 4px 0 12px;
34025
34056
  }
34026
-
34027
- .E_c1x5l5qc {
34028
- flex: 1;
34057
+ .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 {
34058
+ content: "";
34059
+ width: 0;
34060
+ height: 0;
34061
+ border: 13px solid transparent;
34062
+ position: absolute;
34063
+ top: 0;
34064
+ border-left: 8px solid #fff;
34065
+ left: 0;
34029
34066
  }
34030
-
34031
- .E_t1gvlxt5 {
34032
- min-width: 0;
34033
- flex: 1;
34067
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34068
+ max-width: calc(100% - var(--item-min-width) * 2);
34034
34069
  }
34035
- .E_t1gvlxt5 .tag {
34036
- flex: 0 0 auto;
34070
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34071
+ background-color: rgba(0, 136, 255, 0.1);
34037
34072
  }
34038
- .E_t1gvlxt5 .progress-title {
34039
- flex: 2;
34040
- max-width: fit-content;
34073
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34074
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
34041
34075
  }
34042
- .E_t1gvlxt5 .progress-desc {
34043
- flex: 1;
34044
- max-width: fit-content;
34076
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34077
+ cursor: pointer;
34078
+ min-width: var(--item-min-width);
34045
34079
  }
34046
-
34047
- .E_a1ji6r68 {
34048
- display: flex;
34049
- align-items: center;
34050
- column-gap: var(--a1ji6r68-0);
34080
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34081
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34082
+ min-width: var(--item-min-width);
34051
34083
  }
34052
-
34053
- .E_msn7nxt {
34054
- color: rgba(44, 56, 82, 0.6);
34055
- text-align: center;
34056
- display: flex;
34057
- align-items: center;
34058
- justify-content: center;
34059
- flex-direction: column;
34060
- height: 100%;
34084
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34085
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34086
+ background-color: rgba(237, 241, 250, 0.6);
34061
34087
  }
34062
- .E_msn7nxt .link {
34063
- color: #0080ff;
34064
- cursor: pointer;
34088
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34089
+ padding: 0;
34065
34090
  }
34066
34091
 
34067
- .E_mp64wfi {
34068
- width: 100%;
34069
- height: 100%;
34070
- display: flex;
34071
- flex-direction: column;
34072
- }
34073
- .E_mp64wfi .name-toolbar {
34074
- width: 100%;
34075
- display: flex;
34076
- line-height: 30px;
34077
- padding: 0 16px;
34078
- justify-content: space-between;
34079
- }
34080
- .E_mp64wfi .name-toolbar .metric-extra {
34081
- display: flex;
34082
- font-size: 12px;
34083
- align-items: center;
34092
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
34093
+ width: 192px;
34094
+ row-gap: 2px;
34084
34095
  }
34085
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
34086
- color: #a3b4cc;
34096
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34097
+ background-color: rgba(225, 230, 241, 0.6);
34087
34098
  }
34088
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34089
- margin-left: 10px;
34099
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34100
+ color: #00122e !important;
34090
34101
  }
34091
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34092
- margin-left: 10px;
34093
- cursor: pointer;
34102
+ .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 {
34103
+ background-color: rgba(225, 230, 241, 0.6);
34094
34104
  }
34095
- .E_mp64wfi .content {
34096
- flex: 1;
34097
- width: 100%;
34105
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34106
+ padding: 0 8px;
34107
+ border-radius: 4px;
34108
+ height: 32px;
34098
34109
  display: flex;
34099
- justify-content: center;
34100
34110
  align-items: center;
34101
34111
  }
34102
- .E_mp64wfi .single-content {
34103
- height: 65px;
34112
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34113
+ min-height: auto;
34114
+ white-space: nowrap;
34115
+ }
34116
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34117
+ font-size: 13px;
34118
+ line-height: 20px;
34119
+ max-width: 100%;
34120
+ padding-right: 0;
34121
+ }
34122
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34123
+ background: rgba(0, 128, 255, 0.1);
34104
34124
  }
34105
34125
 
34106
- .E_l1oyigan {
34107
- display: flex;
34108
- align-items: center;
34109
- white-space: nowrap;
34110
- overflow: hidden;
34126
+ .E_h6l1tj4 {
34111
34127
  width: 100%;
34128
+ display: inline-flex;
34129
+ align-items: center;
34130
+ justify-content: center;
34131
+ column-gap: 4px;
34112
34132
  }
34113
- .E_l1oyigan .ant-dropdown-trigger {
34114
- margin-left: auto;
34115
- font-size: 12px;
34133
+ .E_h6l1tj4 .step-item-prefix-container {
34134
+ display: inline-flex;
34135
+ align-items: center;
34136
+ width: 18px;
34137
+ height: 18px;
34138
+ color: rgba(44, 56, 82, 0.75);
34139
+ justify-content: center;
34116
34140
  }
34117
34141
 
34118
- .E_l1noi4n1 {
34142
+ .E_v18frne8 {
34143
+ width: 100%;
34119
34144
  display: flex;
34120
- justify-content: flex-start;
34121
34145
  align-items: center;
34122
- font-size: 12px;
34123
- cursor: pointer;
34124
- }
34125
- .E_l1noi4n1:not(:last-child) {
34126
- margin-right: 20px;
34146
+ justify-content: center;
34147
+ column-gap: 6px;
34148
+ font-size: 13px;
34127
34149
  }
34128
- .E_l1noi4n1.deselected {
34129
- opacity: 0.4;
34150
+ .E_v18frne8 .step-item-prefix-container {
34151
+ display: inline-flex;
34152
+ align-items: center;
34153
+ min-width: 20px;
34154
+ min-height: 20px;
34155
+ color: rgba(44, 56, 82, 0.75);
34156
+ justify-content: center;
34130
34157
  }
34131
- .E_l1noi4n1.deselected .color-block {
34132
- background: #b4beca !important;
34158
+
34159
+ .E_slr2ynn {
34160
+ padding: 0 8px;
34161
+ height: 18px;
34133
34162
  }
34134
34163
 
34135
- .E_cz19rz6 {
34136
- display: inline-block;
34137
- height: 8px;
34138
- width: 8px;
34139
- margin-right: 8px;
34164
+ .E_m140wbb6 {
34165
+ padding: 2px 8px;
34166
+ height: 24px;
34140
34167
  }
34141
34168
 
34142
- .E_e17r5r9c .ant-dropdown-menu-item {
34143
- display: flex;
34144
- align-items: center;
34145
- font-size: 12px;
34169
+ .E_t1fozc1i {
34146
34170
  margin: 0;
34147
34171
  }
34148
34172
 
34149
- .E_m1y1hhnr {
34150
- position: relative;
34173
+ .E_i1vxv4ln {
34174
+ margin-right: 4px;
34175
+ height: 16px;
34151
34176
  }
34152
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34153
- bottom: -12px;
34177
+
34178
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34179
+ font-weight: 700;
34180
+ color: #00122e;
34181
+ background-color: rgba(237, 241, 250, 0.6);
34182
+ border: 1px solid rgba(211, 218, 235, 0.6);
34183
+ word-break: break-all;
34184
+ display: inline;
34185
+ white-space: normal;
34154
34186
  }
34155
- .E_m1y1hhnr .metric-toolbar {
34156
- display: flex;
34157
- justify-content: space-between;
34158
- line-height: 30px;
34159
- margin: 0 16px;
34187
+
34188
+ .E_t1dtlqs1 {
34189
+ margin-bottom: 4px;
34190
+ color: rgba(44, 56, 82, 0.6);
34160
34191
  }
34161
- .E_m1y1hhnr .metric-toolbar .metric-extra {
34162
- display: flex;
34163
- font-size: 12px;
34164
- align-items: center;
34192
+
34193
+ .E_s1ese5oy {
34194
+ color: rgba(44, 56, 82, 0.6);
34195
+ line-height: 32px;
34196
+ height: 32px;
34197
+ margin-bottom: 0;
34165
34198
  }
34166
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34167
- color: #a3b4cc;
34199
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
34200
+ color: #0080ff;
34168
34201
  }
34169
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34170
- margin-left: 10px;
34202
+ .E_s1ese5oy.warning {
34203
+ color: #ffa500;
34171
34204
  }
34172
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34173
- margin-left: 10px;
34174
- cursor: pointer;
34205
+ .E_s1ese5oy.success {
34206
+ color: #00ba5d;
34175
34207
  }
34176
- .E_m1y1hhnr .recharts-xAxis {
34177
- font-size: 12px;
34208
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34209
+ color: #f0483e;
34178
34210
  }
34179
- .E_m1y1hhnr .pointer-wrapper {
34180
- position: absolute;
34181
- bottom: 10px;
34182
- padding: 0 8px;
34183
- border-radius: 4px;
34184
- font-size: 12px;
34185
- color: #fff;
34186
- background: rgba(0, 0, 0, 0.75);
34187
- transform: translateX(-50%);
34211
+ .E_s1ese5oy.normal {
34212
+ color: rgba(44, 56, 82, 0.6);
34188
34213
  }
34189
34214
 
34190
- .E_tnvijvs {
34191
- min-width: 200px;
34215
+ .E_b1ibis43 {
34216
+ margin-bottom: 0;
34217
+ color: #00122e;
34192
34218
  }
34193
34219
 
34194
- .E_t1ub2aex {
34195
- display: flex;
34196
- align-items: center;
34197
- justify-content: space-between;
34198
- background-color: rgba(0, 0, 0, 0.75);
34199
- color: #b4beca;
34200
- font-size: 12px;
34201
- padding: 3px 6px;
34202
- }
34203
- .E_t1ub2aex:first-child {
34204
- padding-top: 3px;
34220
+ .E_b11xxjd2 {
34221
+ line-height: 32px;
34222
+ margin-right: 6px;
34205
34223
  }
34206
- .E_t1ub2aex:last-child {
34207
- padding-bottom: 3px;
34224
+
34225
+ .E_bsub5bw.with-description {
34226
+ height: 24px;
34227
+ flex: 1;
34228
+ position: relative;
34229
+ top: -7px;
34208
34230
  }
34209
- .E_t1ub2aex .column-value {
34210
- color: #fff;
34211
- margin-left: 8px;
34231
+ .E_bsub5bw p {
34232
+ width: 100%;
34233
+ overflow: hidden;
34234
+ text-overflow: ellipsis;
34235
+ white-space: nowrap;
34212
34236
  }
34213
34237
 
34214
- .E_m11nzl2x {
34215
- color: rgba(44, 56, 82, 0.6);
34216
- text-align: center;
34217
- display: flex;
34218
- align-items: center;
34219
- justify-content: center;
34220
- flex-direction: column;
34221
- height: 100%;
34238
+ .E_tmoyoag {
34239
+ border: 1px solid rgba(211, 218, 235, 0.6);
34240
+ border-radius: 8px;
34241
+ overflow: auto;
34222
34242
  }
34223
- .E_m11nzl2x .link {
34224
- color: #0080ff;
34225
- cursor: pointer;
34243
+ .E_tmoyoag .ant-list {
34244
+ position: relative;
34226
34245
  }
34227
-
34228
- .E_mn7joto {
34229
- width: 100%;
34230
- height: 100%;
34246
+ .E_tmoyoag .ant-list .ant-list-item:last-child {
34247
+ border-bottom: none;
34248
+ }
34249
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34250
+ position: sticky;
34251
+ top: 0;
34252
+ z-index: 2;
34231
34253
  display: flex;
34232
- flex-direction: column;
34254
+ padding: 8px;
34255
+ flex-wrap: nowrap;
34256
+ justify-content: flex-start;
34257
+ background: #f2f5fa;
34258
+ font-size: 14px;
34259
+ color: rgba(44, 56, 82, 0.6);
34260
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34233
34261
  }
34234
- .E_mn7joto .name-toolbar {
34235
- width: 100%;
34262
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34263
+ align-items: inherit;
34264
+ }
34265
+ .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
34266
+ margin-bottom: 0;
34267
+ }
34268
+ .E_tmoyoag .ant-list .eagle-table-form-row {
34236
34269
  display: flex;
34237
- line-height: 30px;
34238
- justify-content: space-between;
34270
+ justify-content: flex-start;
34271
+ align-items: flex-start;
34272
+ flex-wrap: wrap;
34273
+ padding: 8px;
34274
+ border: none;
34275
+ }
34276
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34277
+ flex-basis: 100%;
34278
+ margin: 12px 0 0;
34279
+ order: 99;
34280
+ color: rgba(44, 56, 82, 0.6);
34281
+ }
34282
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34283
+ color: #f0483e;
34284
+ flex-basis: 100%;
34285
+ order: 98;
34286
+ margin: 12px 0 0;
34287
+ }
34288
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34289
+ background-color: rgba(237, 241, 250, 0.6);
34290
+ }
34291
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34292
+ background-color: rgba(0, 136, 255, 0.1);
34293
+ }
34294
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
34295
+ flex: 1 0 0;
34296
+ overflow: hidden;
34297
+ }
34298
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34299
+ color: rgba(44, 56, 82, 0.6);
34300
+ margin: 0;
34239
34301
  }
34240
- .E_mn7joto .name-toolbar .metric-extra {
34241
- display: flex;
34242
- font-size: 12px;
34243
- align-items: center;
34302
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34303
+ text-align: center;
34244
34304
  }
34245
- .E_mn7joto .name-toolbar .metric-extra .info-item {
34246
- color: #a3b4cc;
34305
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34306
+ text-align: center;
34247
34307
  }
34248
- .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
34249
- margin-left: 10px;
34308
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34309
+ text-align: left;
34250
34310
  }
34251
- .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
34252
- margin-left: 10px;
34253
- cursor: pointer;
34311
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34312
+ text-align: left;
34254
34313
  }
34255
- .E_mn7joto .content {
34256
- flex: 1;
34257
- width: 100%;
34258
- display: flex;
34259
- justify-content: center;
34260
- align-items: center;
34314
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34315
+ text-align: right;
34261
34316
  }
34262
- .E_mn7joto .single-content {
34263
- height: 65px;
34317
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34318
+ text-align: right;
34264
34319
  }
34265
-
34266
- .E_l1bifhon {
34267
- display: flex;
34268
- align-items: center;
34269
- white-space: nowrap;
34320
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34321
+ margin-right: 8px;
34322
+ }
34323
+ .E_tmoyoag .ant-list .ant-list-item-action {
34324
+ padding: 4px;
34325
+ width: 24px;
34326
+ height: 24px;
34270
34327
  overflow: hidden;
34271
- width: 100%;
34272
34328
  }
34273
- .E_l1bifhon .ant-dropdown-trigger {
34274
- font-size: 12px;
34275
- margin-left: 8px;
34329
+ .E_tmoyoag .ant-list .ant-list-item-action li {
34330
+ padding: 0;
34276
34331
  }
34277
-
34278
- .E_ltthzck {
34279
- display: flex;
34280
- justify-content: flex-start;
34281
- align-items: center;
34282
- font-size: 12px;
34283
- cursor: pointer;
34332
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
34333
+ cursor: not-allowed;
34334
+ opacity: 0.5;
34284
34335
  }
34285
- .E_ltthzck:not(:first-child) {
34286
- margin-left: 8px;
34336
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34337
+ margin: 0;
34287
34338
  }
34288
- .E_ltthzck.deselected, .E_ltthzck.hovering {
34289
- opacity: 0.3;
34339
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34340
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34341
+ border-radius: 5px;
34342
+ font-size: 12px;
34290
34343
  }
34291
- .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
34292
- background: #b4beca !important;
34293
- border-radius: 2px;
34344
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34345
+ font-size: inherit;
34294
34346
  }
34295
- .E_ltthzck.hoverering-self {
34296
- opacity: 1;
34347
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34348
+ min-height: 24px;
34349
+ font-size: 12px;
34350
+ position: relative;
34297
34351
  }
34298
- .E_ltthzck .dropdown-trigger {
34299
- margin-left: 12px;
34352
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34353
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34300
34354
  }
34301
- .E_ltthzck .legend-name {
34302
- color: #00122e;
34355
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34356
+ background-color: rgba(237, 241, 250, 0.6);
34303
34357
  }
34304
34358
 
34305
- .E_l1mumj7o {
34359
+ .E_a138syjm {
34306
34360
  display: flex;
34307
- justify-content: flex-start;
34308
34361
  align-items: center;
34309
- font-size: 12px;
34310
- cursor: pointer;
34311
- }
34312
- .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
34313
- opacity: 0.3;
34362
+ margin-top: 8px;
34314
34363
  }
34315
- .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
34316
- background: #b4beca !important;
34317
- border-radius: 2px;
34364
+ .E_a138syjm button.ant-btn {
34365
+ padding: 2px 8px;
34366
+ height: 24px;
34318
34367
  }
34319
- .E_l1mumj7o .legend-name {
34320
- color: #00122e;
34368
+ .E_a138syjm > span.maximum-desc {
34369
+ display: none;
34370
+ margin-left: 8px;
34371
+ color: rgba(44, 56, 82, 0.6);
34321
34372
  }
34322
- .E_l1mumj7o.hoverering-self {
34323
- opacity: 1;
34373
+ .E_a138syjm > span.maximum-desc.disabled {
34374
+ display: inline;
34324
34375
  }
34325
34376
 
34326
- .E_c14rn6j5 {
34327
- display: inline-block;
34328
- height: 8px;
34329
- width: 8px;
34330
- margin-right: 6px;
34331
- border-radius: 2px;
34377
+ .E_d77i8u0 {
34378
+ width: 24px;
34379
+ height: 24px;
34380
+ padding: 4px;
34381
+ margin-right: 8px;
34332
34382
  }
34333
34383
 
34334
- .E_e45tc5l .ant-dropdown-menu-item {
34335
- display: flex;
34336
- align-items: center;
34337
- font-size: 12px;
34338
- margin: 0;
34384
+ .E_i1g85yz3 {
34385
+ margin-right: 4px;
34386
+ height: 16px;
34339
34387
  }
34340
34388
 
34341
- .E_lqeaosa {
34342
- position: relative;
34343
- }
34344
- .E_lqeaosa.hidden-xaxis .pointer-wrapper {
34345
- bottom: -12px;
34346
- }
34347
- .E_lqeaosa .metric-toolbar {
34348
- display: flex;
34349
- justify-content: space-between;
34350
- line-height: 30px;
34389
+ .E_t13ef470 {
34390
+ height: 100%;
34351
34391
  }
34352
- .E_lqeaosa .metric-toolbar .metric-extra {
34392
+ .E_t13ef470 .table-loading-item {
34393
+ padding: 12px 4px;
34394
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34353
34395
  display: flex;
34354
- flex-shrink: 0;
34355
- font-size: 12px;
34356
- align-items: center;
34357
34396
  }
34358
- .E_lqeaosa .metric-toolbar .metric-extra .info-item {
34359
- color: #a3b4cc;
34397
+ .E_t13ef470 .table-loading-item > * {
34398
+ height: 16px;
34399
+ margin: 4px;
34400
+ background: rgba(204, 212, 227, 0.18);
34401
+ border-radius: 2px;
34360
34402
  }
34361
- .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
34362
- margin-left: 10px;
34403
+ .E_t13ef470 .table-loading-item .checkbox-loading {
34404
+ width: 16px;
34363
34405
  }
34364
- .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
34365
- margin-left: 10px;
34366
- cursor: pointer;
34406
+ .E_t13ef470 .table-loading-item .td-loading {
34407
+ flex: 1;
34367
34408
  }
34368
- .E_lqeaosa .recharts-xAxis {
34369
- font-size: 12px;
34409
+ .E_t13ef470 :nth-child(1) {
34410
+ padding: 8px 4px;
34370
34411
  }
34371
- .E_lqeaosa .pointer-wrapper {
34372
- position: absolute;
34373
- bottom: 10px;
34374
- padding: 0 8px;
34375
- font-size: 12px;
34376
- color: #fff;
34377
- transform: translateX(-50%);
34412
+ .E_t13ef470 :nth-child(1) > * {
34413
+ background: rgba(107, 125, 153, 0.18);
34378
34414
  }
34379
-
34380
- .E_t2pr38p {
34381
- min-width: 200px;
34382
- background-color: rgba(23, 38, 64, 0.8);
34383
- border-radius: 4px;
34384
- box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
34385
- padding: 8px;
34415
+ .E_t13ef470 :nth-child(1) > * {
34416
+ background: rgba(163, 180, 204, 0.18);
34386
34417
  }
34387
34418
 
34388
- .E_tecdsj7 {
34419
+ .E_s20iney.skeleton-box {
34389
34420
  display: flex;
34390
34421
  align-items: center;
34391
- background-color: unset;
34392
- color: #FFFFFF;
34393
- justify-content: space-between;
34394
- font-size: 12px;
34395
- padding-top: 6px;
34396
- }
34397
- .E_tecdsj7:first-child {
34398
- padding-top: 3px;
34399
- }
34400
- .E_tecdsj7:last-child {
34401
- padding-bottom: 3px;
34402
- }
34403
- .E_tecdsj7 .column-value {
34404
- color: #FFFFFF;
34405
- margin-left: 8px;
34406
- }
34407
-
34408
- .E_ljhvvia {
34409
- display: inline-block;
34410
- height: 8px;
34411
- width: 8px;
34412
- margin-right: 8px;
34422
+ justify-content: center;
34423
+ position: relative;
34413
34424
  border-radius: 2px;
34425
+ background: rgba(225, 230, 241, 0.6);
34426
+ overflow: hidden;
34414
34427
  }
34415
- .E_ljhvvia.borderd {
34416
- border: 1px solid #fff;
34428
+ .E_s20iney.skeleton-box > .skeleton-shimmer {
34429
+ width: 200%;
34430
+ height: 200%;
34431
+ transform: rotate(15deg);
34432
+ position: absolute;
34433
+ top: -50%;
34434
+ flex-shrink: 0;
34435
+ opacity: 0.8;
34436
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34437
+ animation: shimmer 1100ms infinite;
34438
+ }
34439
+ @keyframes shimmer {
34440
+ from {
34441
+ left: -120%;
34442
+ }
34443
+ to {
34444
+ left: 100%;
34445
+ }
34417
34446
  }
34418
34447
 
34419
34448
  .E_t59qhqp {
@@ -34455,42 +34484,17 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34455
34484
  align-items: center;
34456
34485
  justify-content: center;
34457
34486
  }
34458
-
34459
- .E_s1ikqzph {
34460
- color: rgba(44, 56, 82, 0.7490196078);
34461
- }
34462
-
34463
- .E_i15astnl {
34464
- color: #00122E;
34465
- }
34466
-
34467
- .E_s20iney.skeleton-box {
34468
- display: flex;
34469
- align-items: center;
34470
- justify-content: center;
34471
- position: relative;
34472
- border-radius: 2px;
34473
- background: rgba(225, 230, 241, 0.6);
34474
- overflow: hidden;
34487
+
34488
+ .E_s1ikqzph {
34489
+ color: rgba(44, 56, 82, 0.7490196078);
34475
34490
  }
34476
- .E_s20iney.skeleton-box > .skeleton-shimmer {
34477
- width: 200%;
34478
- height: 200%;
34479
- transform: rotate(15deg);
34480
- position: absolute;
34481
- top: -50%;
34482
- flex-shrink: 0;
34483
- opacity: 0.8;
34484
- background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34485
- animation: shimmer 1100ms infinite;
34491
+
34492
+ .E_i15astnl {
34493
+ color: #00122E;
34486
34494
  }
34487
- @keyframes shimmer {
34488
- from {
34489
- left: -120%;
34490
- }
34491
- to {
34492
- left: 100%;
34493
- }
34495
+
34496
+ .E_t1616y1o {
34497
+ color: #fff;
34494
34498
  }
34495
34499
 
34496
34500
  .E_t1g36k2w {
@@ -34522,6 +34526,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34522
34526
  background: rgba(225, 230, 241, 0.6);
34523
34527
  }
34524
34528
 
34529
+ .E_a9y3flr {
34530
+ margin-left: 8px;
34531
+ }
34532
+
34533
+ .E_a1njc627 {
34534
+ font-size: 12px;
34535
+ color: #00122e;
34536
+ }
34537
+
34525
34538
  .E_f16blduf.ant-form-item {
34526
34539
  margin-bottom: 0;
34527
34540
  }
@@ -34541,31 +34554,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34541
34554
  display: block;
34542
34555
  }
34543
34556
 
34544
- .E_t1616y1o {
34545
- color: #fff;
34546
- }
34547
-
34548
- .E_a9y3flr {
34549
- margin-left: 8px;
34550
- }
34551
-
34552
- .E_a1njc627 {
34553
- font-size: 12px;
34554
- color: #00122e;
34555
- }
34556
-
34557
- .E_i14c7jc8 {
34558
- color: var(--i14c7jc8-0);
34559
- }
34560
-
34561
- .E_i1ibuolf {
34562
- display: flex;
34563
- align-items: center;
34564
- column-gap: 4px;
34565
- font-size: 12px;
34566
- color: rgba(44, 56, 82, 0.7490196078);
34567
- }
34568
-
34569
34557
  .E_d1u4ndxc {
34570
34558
  color: rgba(44, 56, 82, 0.7490196078);
34571
34559
  font-size: 12px;
@@ -34597,65 +34585,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34597
34585
  }
34598
34586
  }
34599
34587
 
34600
- .E_s1ebs0ra {
34601
- display: flex;
34602
- align-items: center;
34603
- justify-content: space-between;
34604
- background: #edf0f7;
34605
- padding: 8px 12px;
34606
- position: sticky;
34607
- top: 0;
34608
- z-index: 1;
34609
- margin-bottom: -52px;
34588
+ .E_i14c7jc8 {
34589
+ color: var(--i14c7jc8-0);
34610
34590
  }
34611
- .E_s1ebs0ra .select-total {
34591
+
34592
+ .E_i1ibuolf {
34612
34593
  display: flex;
34613
34594
  align-items: center;
34614
- font-weight: 700;
34615
- flex-shrink: 0;
34616
- }
34617
- .E_s1ebs0ra .select-total .icon-wrapper {
34618
- cursor: pointer;
34619
- margin-left: 8px;
34620
- width: 32px;
34621
- height: 32px;
34622
- border-radius: 50%;
34623
- justify-content: center;
34624
- }
34625
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
34626
- background: rgba(225, 230, 241, 0.6);
34627
- }
34628
- .E_s1ebs0ra .action-group {
34629
- flex: 1;
34630
- margin-left: 88px;
34631
- white-space: nowrap;
34632
- text-align: right;
34633
- position: relative;
34634
- padding: 4px 0;
34635
- margin-top: -4px;
34636
- overflow: hidden;
34637
- }
34638
- .E_s1ebs0ra .action-group .sub-menu-delete {
34639
- transform: translateY(-4px);
34640
- }
34641
- .E_s1ebs0ra .action-group button {
34642
- border: none;
34643
- }
34644
- .E_s1ebs0ra .action-group > *:not(:last-child) {
34645
- margin-right: 8px;
34646
- }
34647
- .E_s1ebs0ra .action-group > button:last-child {
34648
- margin-right: 4px;
34649
- }
34650
- .E_s1ebs0ra .action-group .more-btn {
34651
- cursor: pointer;
34652
- width: 32px;
34653
- height: 32px;
34654
- justify-content: center;
34655
- border-radius: 50%;
34656
- }
34657
- .E_s1ebs0ra .action-group .more-btn:hover {
34658
- background: #fff;
34595
+ column-gap: 4px;
34596
+ font-size: 12px;
34597
+ color: rgba(44, 56, 82, 0.7490196078);
34659
34598
  }
34660
34599
 
34661
34600
  .E_c18bcrac {
@@ -34757,208 +34696,106 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34757
34696
  color: rgba(129, 138, 153, 0.6);
34758
34697
  box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
34759
34698
  backdrop-filter: blur(10px);
34760
- padding: 7px 10px;
34761
- }
34762
-
34763
- .E_c167wnad {
34764
- color: rgba(62, 70, 82, 0.6);
34765
- display: flex;
34766
- justify-content: space-between;
34767
- align-items: center;
34768
- padding: 8px 16px;
34769
- }
34770
- .E_c167wnad .anticon {
34771
- cursor: pointer;
34772
- }
34773
- .E_c167wnad .anticon:hover {
34774
- color: #0096ff;
34775
- }
34776
-
34777
- .E_cxhf7dh {
34778
- text-align: center;
34779
- }
34780
- .E_cxhf7dh .dots {
34781
- display: flex;
34782
- justify-content: center;
34783
- }
34784
- .E_cxhf7dh .dot {
34785
- display: inline-block;
34786
- width: 2px;
34787
- height: 2px;
34788
- border-radius: 1px;
34789
- background: #0096ff;
34790
- }
34791
- .E_cxhf7dh .dot:not(:last-child) {
34792
- margin-right: 2px;
34793
- }
34794
- .E_cxhf7dh .bar {
34795
- width: 9px;
34796
- height: 2px;
34797
- background: #0096ff;
34798
- border-radius: 2px;
34799
- }
34800
-
34801
- span.E_tqjc4ui {
34802
- margin: 0 2px;
34803
- }
34804
-
34805
- .E_gmyahx3 {
34806
- cursor: pointer;
34807
- }
34808
- .E_gmyahx3 .link-text {
34809
- color: rgba(0, 21, 64, 0.3);
34810
- }
34811
- .E_gmyahx3:hover .link-text {
34812
- color: #0080ff;
34813
- }
34814
-
34815
- .E_n12mqh7z {
34816
- display: flex;
34817
- align-items: center;
34818
- font-size: 12px;
34819
- line-height: 18px;
34820
- }
34821
- .E_n12mqh7z:not(:last-child) {
34822
- margin-bottom: 4px;
34823
- }
34824
-
34825
- .E_tf5bynu {
34826
- margin: 0 3px;
34827
- }
34828
-
34829
- .E_tcckoz1 {
34830
- max-height: 400px;
34831
- overflow: auto;
34832
- }
34833
-
34834
- .E_ou7iq30 {
34835
- overflow: hidden;
34836
- text-overflow: ellipsis;
34837
- }
34838
-
34839
- .E_s1tui002 {
34840
- white-space: nowrap;
34841
- }
34842
-
34843
- .E_mxrc2zg {
34844
- display: -webkit-box;
34845
- -webkit-line-clamp: var(--mxrc2zg-0);
34846
- -webkit-box-orient: vertical;
34847
- word-break: break-all;
34848
- }
34849
-
34850
- .E_t1vv6d68 .ant-tooltip-arrow {
34851
- display: none;
34852
- }
34853
- .E_t1vv6d68 .ant-tooltip-inner {
34854
- background: rgba(23, 38, 64, 0.8);
34855
- border-radius: 4px;
34856
- }
34857
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
34858
- visibility: hidden;
34859
- }
34860
-
34861
- .E_t1sqg15u {
34862
- background: white;
34863
- }
34864
- .E_t1sqg15u.inline .table-row {
34865
- flex-direction: column;
34866
- }
34867
- .E_t1sqg15u.inline .table-row > label {
34868
- padding: 0 16px 7px 0;
34869
- }
34870
- .E_t1sqg15u.has-border .table-header {
34871
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34872
- }
34873
- .E_t1sqg15u.has-border .hiddenBorder {
34874
- border-top: none !important;
34875
- }
34876
- .E_t1sqg15u.has-border .table-row + .table-row {
34877
- border-top: 1px solid rgba(225, 230, 241, 0.6);
34878
- }
34879
- .E_t1sqg15u.has-border .table-row:last-of-type {
34880
- padding-bottom: 0;
34881
- }
34882
- .E_t1sqg15u.align-right .content {
34883
- text-align: right;
34884
- }
34885
- .E_t1sqg15u .uuid-row {
34886
- display: flex;
34887
- justify-content: space-between;
34888
- }
34889
- .E_t1sqg15u .uuid-row .id-text {
34890
- white-space: nowrap;
34891
- overflow: hidden;
34892
- text-overflow: ellipsis;
34699
+ padding: 7px 10px;
34893
34700
  }
34894
34701
 
34895
- .E_t4zczcp {
34702
+ .E_c167wnad {
34703
+ color: rgba(62, 70, 82, 0.6);
34896
34704
  display: flex;
34897
34705
  justify-content: space-between;
34898
34706
  align-items: center;
34899
- padding: 8px;
34900
- min-height: 32px;
34901
- }
34902
- .E_t4zczcp .table-title {
34903
- color: rgba(44, 56, 82, 0.6);
34904
- font-weight: 600;
34905
- font-size: 12px;
34906
- line-height: 8px;
34707
+ padding: 8px 16px;
34907
34708
  }
34908
- .E_t4zczcp .edit-icon {
34909
- font-size: 16px;
34910
- color: rgba(10, 37, 85, 0.6);
34709
+ .E_c167wnad .anticon {
34911
34710
  cursor: pointer;
34912
34711
  }
34712
+ .E_c167wnad .anticon:hover {
34713
+ color: #0096ff;
34714
+ }
34913
34715
 
34914
- .E_t1s7goww {
34915
- font-size: 12px;
34916
- line-height: 18px;
34716
+ .E_cxhf7dh {
34717
+ text-align: center;
34718
+ }
34719
+ .E_cxhf7dh .dots {
34720
+ display: flex;
34721
+ justify-content: center;
34722
+ }
34723
+ .E_cxhf7dh .dot {
34724
+ display: inline-block;
34725
+ width: 2px;
34726
+ height: 2px;
34727
+ border-radius: 1px;
34728
+ background: #0096ff;
34729
+ }
34730
+ .E_cxhf7dh .dot:not(:last-child) {
34731
+ margin-right: 2px;
34732
+ }
34733
+ .E_cxhf7dh .bar {
34734
+ width: 9px;
34735
+ height: 2px;
34736
+ background: #0096ff;
34737
+ border-radius: 2px;
34917
34738
  }
34918
34739
 
34919
- .E_t93e4cf {
34740
+ .E_s1ebs0ra {
34920
34741
  display: flex;
34921
- padding: 8px 0;
34922
- color: #2d3a56;
34742
+ align-items: center;
34743
+ justify-content: space-between;
34744
+ background: #edf0f7;
34745
+ padding: 8px 12px;
34746
+ position: sticky;
34747
+ top: 0;
34748
+ z-index: 1;
34749
+ margin-bottom: -52px;
34923
34750
  }
34924
- .E_t93e4cf .hidden {
34925
- display: none;
34751
+ .E_s1ebs0ra .select-total {
34752
+ display: flex;
34753
+ align-items: center;
34754
+ font-weight: 700;
34755
+ flex-shrink: 0;
34926
34756
  }
34927
- .E_t93e4cf .ant-btn.ant-btn-link {
34928
- height: auto;
34757
+ .E_s1ebs0ra .select-total .icon-wrapper {
34758
+ cursor: pointer;
34759
+ margin-left: 8px;
34760
+ width: 32px;
34761
+ height: 32px;
34762
+ border-radius: 50%;
34763
+ justify-content: center;
34929
34764
  }
34930
- .E_t93e4cf .content {
34765
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
34766
+ background: rgba(225, 230, 241, 0.6);
34767
+ }
34768
+ .E_s1ebs0ra .action-group {
34769
+ flex: 1;
34770
+ margin-left: 88px;
34771
+ white-space: nowrap;
34772
+ text-align: right;
34773
+ position: relative;
34774
+ padding: 4px 0;
34775
+ margin-top: -4px;
34931
34776
  overflow: hidden;
34932
- overflow-x: auto;
34933
- width: 100%;
34934
- white-space: pre-wrap;
34935
34777
  }
34936
- .E_t93e4cf .content .ant-btn {
34937
- white-space: pre-wrap;
34938
- text-align: left;
34778
+ .E_s1ebs0ra .action-group .sub-menu-delete {
34779
+ transform: translateY(-4px);
34939
34780
  }
34940
- .E_t93e4cf .content .unit-chart {
34941
- justify-content: flex-start;
34781
+ .E_s1ebs0ra .action-group button {
34782
+ border: none;
34942
34783
  }
34943
-
34944
- .E_rhz2uv5 {
34945
- width: var(--rhz2uv5-0);
34946
- flex-shrink: 0;
34947
- color: rgba(44, 56, 82, 0.6);
34948
- padding-right: 12px;
34784
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
34785
+ margin-right: 8px;
34949
34786
  }
34950
-
34951
- .E_skwah65 {
34952
- height: 8px;
34953
- box-sizing: border-box;
34954
- border-radius: 2px;
34955
- background: #f5f7fa;
34956
- display: flex;
34957
- width: 100%;
34958
- overflow: hidden;
34787
+ .E_s1ebs0ra .action-group > button:last-child {
34788
+ margin-right: 4px;
34959
34789
  }
34960
- .E_skwah65 .stack-bar-item + .stack-bar-item {
34961
- margin-left: 1px;
34790
+ .E_s1ebs0ra .action-group .more-btn {
34791
+ cursor: pointer;
34792
+ width: 32px;
34793
+ height: 32px;
34794
+ justify-content: center;
34795
+ border-radius: 50%;
34796
+ }
34797
+ .E_s1ebs0ra .action-group .more-btn:hover {
34798
+ background: #fff;
34962
34799
  }
34963
34800
 
34964
34801
  .E_c1up1pdz {
@@ -35101,27 +34938,163 @@ span.E_tqjc4ui {
35101
34938
  color: #fff;
35102
34939
  }
35103
34940
 
34941
+ .E_gmyahx3 {
34942
+ cursor: pointer;
34943
+ }
34944
+ .E_gmyahx3 .link-text {
34945
+ color: rgba(0, 21, 64, 0.3);
34946
+ }
34947
+ .E_gmyahx3:hover .link-text {
34948
+ color: #0080ff;
34949
+ }
34950
+
34951
+ .E_t1sqg15u {
34952
+ background: white;
34953
+ }
34954
+ .E_t1sqg15u.inline .table-row {
34955
+ flex-direction: column;
34956
+ }
34957
+ .E_t1sqg15u.inline .table-row > label {
34958
+ padding: 0 16px 7px 0;
34959
+ }
34960
+ .E_t1sqg15u.has-border .table-header {
34961
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34962
+ }
34963
+ .E_t1sqg15u.has-border .hiddenBorder {
34964
+ border-top: none !important;
34965
+ }
34966
+ .E_t1sqg15u.has-border .table-row + .table-row {
34967
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
34968
+ }
34969
+ .E_t1sqg15u.has-border .table-row:last-of-type {
34970
+ padding-bottom: 0;
34971
+ }
34972
+ .E_t1sqg15u.align-right .content {
34973
+ text-align: right;
34974
+ }
34975
+ .E_t1sqg15u .uuid-row {
34976
+ display: flex;
34977
+ justify-content: space-between;
34978
+ }
34979
+ .E_t1sqg15u .uuid-row .id-text {
34980
+ white-space: nowrap;
34981
+ overflow: hidden;
34982
+ text-overflow: ellipsis;
34983
+ }
34984
+
34985
+ .E_t4zczcp {
34986
+ display: flex;
34987
+ justify-content: space-between;
34988
+ align-items: center;
34989
+ padding: 8px;
34990
+ min-height: 32px;
34991
+ }
34992
+ .E_t4zczcp .table-title {
34993
+ color: rgba(44, 56, 82, 0.6);
34994
+ font-weight: 600;
34995
+ font-size: 12px;
34996
+ line-height: 8px;
34997
+ }
34998
+ .E_t4zczcp .edit-icon {
34999
+ font-size: 16px;
35000
+ color: rgba(10, 37, 85, 0.6);
35001
+ cursor: pointer;
35002
+ }
35003
+
35004
+ .E_t1s7goww {
35005
+ font-size: 12px;
35006
+ line-height: 18px;
35007
+ }
35008
+
35009
+ .E_t93e4cf {
35010
+ display: flex;
35011
+ padding: 8px 0;
35012
+ color: #2d3a56;
35013
+ }
35014
+ .E_t93e4cf .hidden {
35015
+ display: none;
35016
+ }
35017
+ .E_t93e4cf .ant-btn.ant-btn-link {
35018
+ height: auto;
35019
+ }
35020
+ .E_t93e4cf .content {
35021
+ overflow: hidden;
35022
+ overflow-x: auto;
35023
+ width: 100%;
35024
+ white-space: pre-wrap;
35025
+ }
35026
+ .E_t93e4cf .content .ant-btn {
35027
+ white-space: pre-wrap;
35028
+ text-align: left;
35029
+ }
35030
+ .E_t93e4cf .content .unit-chart {
35031
+ justify-content: flex-start;
35032
+ }
35033
+
35034
+ .E_rhz2uv5 {
35035
+ width: var(--rhz2uv5-0);
35036
+ flex-shrink: 0;
35037
+ color: rgba(44, 56, 82, 0.6);
35038
+ padding-right: 12px;
35039
+ }
35040
+
35104
35041
  .E_wg1tsps {
35105
35042
  display: flex;
35106
35043
  align-items: center;
35107
35044
  justify-content: flex-end;
35108
35045
  }
35109
35046
 
35110
- .E_b1ctd5xy {
35047
+ .E_b1ctd5xy {
35048
+ display: flex;
35049
+ align-items: center;
35050
+ width: calc(100% - 40px);
35051
+ }
35052
+ .E_b1ctd5xy .chart {
35053
+ display: inline-block;
35054
+ width: 100%;
35055
+ }
35056
+
35057
+ .E_u1p8acpn {
35058
+ min-width: 40px;
35059
+ }
35060
+ .E_u1p8acpn .unit {
35061
+ color: #00122e !important;
35062
+ }
35063
+
35064
+ .E_skwah65 {
35065
+ height: 8px;
35066
+ box-sizing: border-box;
35067
+ border-radius: 2px;
35068
+ background: #f5f7fa;
35069
+ display: flex;
35070
+ width: 100%;
35071
+ overflow: hidden;
35072
+ }
35073
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
35074
+ margin-left: 1px;
35075
+ }
35076
+
35077
+ .E_n12mqh7z {
35111
35078
  display: flex;
35112
35079
  align-items: center;
35113
- width: calc(100% - 40px);
35080
+ font-size: 12px;
35081
+ line-height: 18px;
35114
35082
  }
35115
- .E_b1ctd5xy .chart {
35116
- display: inline-block;
35117
- width: 100%;
35083
+ .E_n12mqh7z:not(:last-child) {
35084
+ margin-bottom: 4px;
35118
35085
  }
35119
35086
 
35120
- .E_u1p8acpn {
35121
- min-width: 40px;
35087
+ .E_tf5bynu {
35088
+ margin: 0 3px;
35122
35089
  }
35123
- .E_u1p8acpn .unit {
35124
- color: #00122e !important;
35090
+
35091
+ .E_tcckoz1 {
35092
+ max-height: 400px;
35093
+ overflow: auto;
35094
+ }
35095
+
35096
+ span.E_tqjc4ui {
35097
+ margin: 0 2px;
35125
35098
  }
35126
35099
 
35127
35100
  .E_s1iv0tp1 .enabled-switch {
@@ -35245,6 +35218,33 @@ span.E_tqjc4ui {
35245
35218
  text-align: left;
35246
35219
  }
35247
35220
 
35221
+ .E_ou7iq30 {
35222
+ overflow: hidden;
35223
+ text-overflow: ellipsis;
35224
+ }
35225
+
35226
+ .E_s1tui002 {
35227
+ white-space: nowrap;
35228
+ }
35229
+
35230
+ .E_mxrc2zg {
35231
+ display: -webkit-box;
35232
+ -webkit-line-clamp: var(--mxrc2zg-0);
35233
+ -webkit-box-orient: vertical;
35234
+ word-break: break-all;
35235
+ }
35236
+
35237
+ .E_t1vv6d68 .ant-tooltip-arrow {
35238
+ display: none;
35239
+ }
35240
+ .E_t1vv6d68 .ant-tooltip-inner {
35241
+ background: rgba(23, 38, 64, 0.8);
35242
+ border-radius: 4px;
35243
+ }
35244
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35245
+ visibility: hidden;
35246
+ }
35247
+
35248
35248
  .E_t160l1cm {
35249
35249
  display: flex;
35250
35250
  flex-direction: column;
@@ -35448,6 +35448,84 @@ span.E_tqjc4ui {
35448
35448
  background: transparent;
35449
35449
  }
35450
35450
 
35451
+ .E_i5w779o {
35452
+ padding: 8px 0;
35453
+ }
35454
+ .E_i5w779o .col-label {
35455
+ flex-shrink: unset;
35456
+ }
35457
+ .E_i5w779o .col-label * {
35458
+ line-height: 18px;
35459
+ }
35460
+ .E_i5w779o .col-content {
35461
+ flex: 1 1 0;
35462
+ display: flex;
35463
+ align-items: center;
35464
+ }
35465
+ .E_i5w779o .col-content * {
35466
+ line-height: 18px;
35467
+ }
35468
+
35469
+ .E_l18dja44 {
35470
+ padding: 6px 0;
35471
+ }
35472
+ .E_l18dja44 .col-label * {
35473
+ font-size: 13px;
35474
+ line-height: 20px;
35475
+ }
35476
+ .E_l18dja44 .col-content * {
35477
+ font-size: 14px;
35478
+ line-height: 20px;
35479
+ }
35480
+
35481
+ .E_c8c2hys {
35482
+ display: flex;
35483
+ justify-content: space-between;
35484
+ flex: 1;
35485
+ min-width: 0;
35486
+ }
35487
+
35488
+ .E_n4m6c4d {
35489
+ color: rgba(0, 21, 64, 0.3);
35490
+ }
35491
+
35492
+ .E_d11hhzf9 {
35493
+ width: 492px !important;
35494
+ margin: 40px auto !important;
35495
+ padding-bottom: 0 !important;
35496
+ }
35497
+ .E_d11hhzf9 .ant-modal-content {
35498
+ background: #fff;
35499
+ border-radius: 16px;
35500
+ }
35501
+ .E_d11hhzf9 .ant-modal-header {
35502
+ padding: 32px 40px 0;
35503
+ border-bottom: none;
35504
+ border-radius: 16px 16px 0 0;
35505
+ }
35506
+ .E_d11hhzf9 .ant-modal-close {
35507
+ right: 40px;
35508
+ top: 32px;
35509
+ }
35510
+ .E_d11hhzf9 .ant-modal-body {
35511
+ padding: 32px 40px;
35512
+ min-height: 160px;
35513
+ max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
35514
+ overflow-y: auto;
35515
+ }
35516
+ .E_d11hhzf9 .ant-modal-footer {
35517
+ padding: 24px 40px;
35518
+ margin-top: 0;
35519
+ border-top: none;
35520
+ box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
35521
+ }
35522
+
35523
+ .E_f1g147n6 {
35524
+ display: flex;
35525
+ justify-content: flex-end;
35526
+ gap: 8px;
35527
+ }
35528
+
35451
35529
  .E_cyms3br {
35452
35530
  background: #fff;
35453
35531
  width: 100%;
@@ -35507,82 +35585,42 @@ span.E_tqjc4ui {
35507
35585
  padding: unset;
35508
35586
  }
35509
35587
 
35510
- .E_d11hhzf9 {
35511
- width: 492px !important;
35512
- margin: 40px auto !important;
35513
- padding-bottom: 0 !important;
35514
- }
35515
- .E_d11hhzf9 .ant-modal-content {
35516
- background: #fff;
35517
- border-radius: 16px;
35518
- }
35519
- .E_d11hhzf9 .ant-modal-header {
35520
- padding: 32px 40px 0;
35521
- border-bottom: none;
35522
- border-radius: 16px 16px 0 0;
35523
- }
35524
- .E_d11hhzf9 .ant-modal-close {
35525
- right: 40px;
35526
- top: 32px;
35527
- }
35528
- .E_d11hhzf9 .ant-modal-body {
35529
- padding: 32px 40px;
35530
- min-height: 160px;
35531
- max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
35532
- overflow-y: auto;
35588
+ .E_c1ss4prm {
35589
+ color: rgba(44, 56, 82, 0.6);
35533
35590
  }
35534
- .E_d11hhzf9 .ant-modal-footer {
35535
- padding: 24px 40px;
35536
- margin-top: 0;
35537
- border-top: none;
35538
- box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
35591
+ .E_c1ss4prm li {
35592
+ margin-bottom: 4px;
35539
35593
  }
35540
-
35541
- .E_f1g147n6 {
35542
- display: flex;
35543
- justify-content: flex-end;
35544
- gap: 8px;
35594
+ .E_c1ss4prm li:last-child {
35595
+ margin-bottom: 0;
35545
35596
  }
35546
35597
 
35547
- .E_i5w779o {
35548
- padding: 8px 0;
35549
- }
35550
- .E_i5w779o .col-label {
35551
- flex-shrink: unset;
35552
- }
35553
- .E_i5w779o .col-label * {
35554
- line-height: 18px;
35598
+ .E_ms3tlei {
35599
+ background: rgba(225, 230, 241, 0.6);
35600
+ padding: 8px;
35601
+ border-radius: 6px;
35602
+ color: rgba(44, 56, 82, 0.6);
35555
35603
  }
35556
- .E_i5w779o .col-content {
35557
- flex: 1 1 0;
35558
- display: flex;
35559
- align-items: center;
35604
+ .E_ms3tlei li {
35605
+ margin-bottom: 4px;
35560
35606
  }
35561
- .E_i5w779o .col-content * {
35562
- line-height: 18px;
35607
+ .E_ms3tlei li:last-child {
35608
+ margin-bottom: 0;
35563
35609
  }
35564
35610
 
35565
- .E_l18dja44 {
35566
- padding: 6px 0;
35567
- }
35568
- .E_l18dja44 .col-label * {
35569
- font-size: 13px;
35570
- line-height: 20px;
35571
- }
35572
- .E_l18dja44 .col-content * {
35573
- font-size: 14px;
35574
- line-height: 20px;
35611
+ .E_du44iy7 {
35612
+ margin-bottom: 4px;
35575
35613
  }
35576
35614
 
35577
- .E_c8c2hys {
35578
- display: flex;
35579
- justify-content: space-between;
35580
- flex: 1;
35581
- min-width: 0;
35615
+ .E_s1qmhanr {
35616
+ color: rgba(44, 56, 82, 0.6);
35617
+ margin-bottom: 8px;
35582
35618
  }
35583
35619
 
35584
- .E_n4m6c4d {
35585
- color: rgba(0, 21, 64, 0.3);
35620
+ .E_drje1h0 {
35621
+ height: 1px;
35622
+ background: #e4e9f2;
35623
+ margin: 16px 0;
35586
35624
  }
35587
35625
 
35588
35626
  .E_c14ouk5o {
@@ -36115,44 +36153,6 @@ span.E_tqjc4ui {
36115
36153
  padding: 0;
36116
36154
  }
36117
36155
 
36118
- .E_c1ss4prm {
36119
- color: rgba(44, 56, 82, 0.6);
36120
- }
36121
- .E_c1ss4prm li {
36122
- margin-bottom: 4px;
36123
- }
36124
- .E_c1ss4prm li:last-child {
36125
- margin-bottom: 0;
36126
- }
36127
-
36128
- .E_ms3tlei {
36129
- background: rgba(225, 230, 241, 0.6);
36130
- padding: 8px;
36131
- border-radius: 6px;
36132
- color: rgba(44, 56, 82, 0.6);
36133
- }
36134
- .E_ms3tlei li {
36135
- margin-bottom: 4px;
36136
- }
36137
- .E_ms3tlei li:last-child {
36138
- margin-bottom: 0;
36139
- }
36140
-
36141
- .E_du44iy7 {
36142
- margin-bottom: 4px;
36143
- }
36144
-
36145
- .E_s1qmhanr {
36146
- color: rgba(44, 56, 82, 0.6);
36147
- margin-bottom: 8px;
36148
- }
36149
-
36150
- .E_drje1h0 {
36151
- height: 1px;
36152
- background: #e4e9f2;
36153
- margin: 16px 0;
36154
- }
36155
-
36156
36156
  .E_l12xdkhl {
36157
36157
  width: 64px;
36158
36158
  height: 64px;