@cloudtower/eagle 0.34.16 → 0.34.17

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
@@ -29673,6 +29673,26 @@ body {
29673
29673
  overflow-x: auto;
29674
29674
  }
29675
29675
 
29676
+ .E_m74vjol {
29677
+ display: flex;
29678
+ justify-content: space-between;
29679
+ width: 100%;
29680
+ }
29681
+ .E_m74vjol .action {
29682
+ margin-left: 16px;
29683
+ }
29684
+
29685
+ .E_a1o35uvh.ant-alert-closable {
29686
+ padding-right: 12px;
29687
+ }
29688
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29689
+ height: fit-content;
29690
+ margin-left: 16px;
29691
+ }
29692
+ .E_a1o35uvh .ant-alert-message {
29693
+ flex: 1;
29694
+ }
29695
+
29676
29696
  .E_c18gxmrl {
29677
29697
  border: 1px solid #d8deeb;
29678
29698
  border-radius: 4px;
@@ -29693,24 +29713,49 @@ body {
29693
29713
  padding: 8px 12px;
29694
29714
  }
29695
29715
 
29696
- .E_m74vjol {
29697
- display: flex;
29698
- justify-content: space-between;
29699
- width: 100%;
29716
+ .E_berrcjl {
29717
+ color: rgba(10, 37, 85, 0.6);
29718
+ margin-bottom: 4px;
29700
29719
  }
29701
- .E_m74vjol .action {
29702
- margin-left: 16px;
29720
+ .E_berrcjl .breadcrumb-link {
29721
+ color: rgba(10, 37, 85, 0.6);
29722
+ cursor: pointer;
29723
+ transition: color 160ms ease;
29724
+ }
29725
+ .E_berrcjl .breadcrumb-link:hover {
29726
+ color: #0080ff;
29727
+ }
29728
+ .E_berrcjl .breadcrumb-link:active {
29729
+ color: #005ed1;
29703
29730
  }
29704
29731
 
29705
- .E_a1o35uvh.ant-alert-closable {
29706
- padding-right: 12px;
29732
+ .E_b1nip9bk {
29733
+ padding: 4px 11px;
29707
29734
  }
29708
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29709
- height: fit-content;
29710
- margin-left: 16px;
29735
+
29736
+ .E_bqamoqe {
29737
+ white-space: nowrap;
29738
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29711
29739
  }
29712
- .E_a1o35uvh .ant-alert-message {
29713
- flex: 1;
29740
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29741
+ --color: #0080ff;
29742
+ }
29743
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29744
+ --color: #0080ff;
29745
+ }
29746
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29747
+ margin-left: 1px;
29748
+ }
29749
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29750
+ border-top-right-radius: 0;
29751
+ border-bottom-right-radius: 0;
29752
+ }
29753
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29754
+ border-top-left-radius: 0;
29755
+ border-bottom-left-radius: 0;
29756
+ }
29757
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29758
+ border-radius: unset;
29714
29759
  }
29715
29760
 
29716
29761
  .E_b1wx3t3t.ant-btn-icon-only {
@@ -29970,62 +30015,8 @@ body {
29970
30015
  justify-content: center;
29971
30016
  }
29972
30017
 
29973
- .E_berrcjl {
29974
- color: rgba(10, 37, 85, 0.6);
29975
- margin-bottom: 4px;
29976
- }
29977
- .E_berrcjl .breadcrumb-link {
29978
- color: rgba(10, 37, 85, 0.6);
29979
- cursor: pointer;
29980
- transition: color 160ms ease;
29981
- }
29982
- .E_berrcjl .breadcrumb-link:hover {
29983
- color: #0080ff;
29984
- }
29985
- .E_berrcjl .breadcrumb-link:active {
29986
- color: #005ed1;
29987
- }
29988
-
29989
- .E_b1nip9bk {
29990
- padding: 4px 11px;
29991
- }
29992
-
29993
- .E_bqamoqe {
29994
- white-space: nowrap;
29995
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29996
- }
29997
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29998
- --color: #0080ff;
29999
- }
30000
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30001
- --color: #0080ff;
30002
- }
30003
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30004
- margin-left: 1px;
30005
- }
30006
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30007
- border-top-right-radius: 0;
30008
- border-bottom-right-radius: 0;
30009
- }
30010
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30011
- border-top-left-radius: 0;
30012
- border-bottom-left-radius: 0;
30013
- }
30014
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30015
- border-radius: unset;
30016
- }
30017
-
30018
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30019
- padding: 4px 8px 0 8px;
30020
- color: rgba(44, 56, 82, 0.6);
30021
- font-size: 12px;
30022
- }
30023
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30024
- padding-bottom: 6px;
30025
- }
30026
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30027
- padding-top: 4px;
30028
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30018
+ .E_sx1bpnu .ant-input-sm {
30019
+ line-height: 18px;
30029
30020
  }
30030
30021
 
30031
30022
  .E_c1uzzomf {
@@ -30050,6 +30041,47 @@ body {
30050
30041
  text-align: center;
30051
30042
  }
30052
30043
 
30044
+ .E_c1yyuluq {
30045
+ border-radius: 8px;
30046
+ }
30047
+ .E_c1yyuluq .ant-card-body {
30048
+ padding: 20px 24px 24px 24px;
30049
+ }
30050
+
30051
+ .E_ccrbeuz .ant-collapse-item {
30052
+ border: 0px;
30053
+ background-color: #fff;
30054
+ }
30055
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30056
+ padding-top: 0px;
30057
+ padding-bottom: 0px;
30058
+ padding-left: 0px !important;
30059
+ padding-right: 24px;
30060
+ }
30061
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30062
+ right: 0px;
30063
+ }
30064
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30065
+ padding: 0px;
30066
+ }
30067
+
30068
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30069
+ padding-right: 0px;
30070
+ cursor: default;
30071
+ }
30072
+
30073
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30074
+ display: flex;
30075
+ }
30076
+ .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 {
30077
+ border-bottom-left-radius: 5px;
30078
+ border-top-left-radius: 5px;
30079
+ }
30080
+ .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 {
30081
+ border-bottom-right-radius: 5px;
30082
+ border-top-right-radius: 5px;
30083
+ }
30084
+
30053
30085
  .E_d1bw7c5z {
30054
30086
  position: relative;
30055
30087
  max-width: 388px;
@@ -30133,45 +30165,17 @@ body {
30133
30165
  width: 102px;
30134
30166
  }
30135
30167
 
30136
- .E_ccrbeuz .ant-collapse-item {
30137
- border: 0px;
30138
- background-color: #fff;
30139
- }
30140
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30141
- padding-top: 0px;
30142
- padding-bottom: 0px;
30143
- padding-left: 0px !important;
30144
- padding-right: 24px;
30145
- }
30146
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30147
- right: 0px;
30148
- }
30149
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30150
- padding: 0px;
30151
- }
30152
-
30153
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30154
- padding-right: 0px;
30155
- cursor: default;
30156
- }
30157
-
30158
- .E_c1yyuluq {
30159
- border-radius: 8px;
30160
- }
30161
- .E_c1yyuluq .ant-card-body {
30162
- padding: 20px 24px 24px 24px;
30163
- }
30164
-
30165
- .E_itxley7.ant-input-group.ant-input-group-compact {
30166
- display: flex;
30168
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30169
+ padding: 4px 8px 0 8px;
30170
+ color: rgba(44, 56, 82, 0.6);
30171
+ font-size: 12px;
30167
30172
  }
30168
- .E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
30169
- border-bottom-left-radius: 5px;
30170
- border-top-left-radius: 5px;
30173
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30174
+ padding-bottom: 6px;
30171
30175
  }
30172
- .E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
30173
- border-bottom-right-radius: 5px;
30174
- border-top-right-radius: 5px;
30176
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30177
+ padding-top: 4px;
30178
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30175
30179
  }
30176
30180
 
30177
30181
  .E_phljevk {
@@ -30231,10 +30235,6 @@ body {
30231
30235
  line-height: 18px;
30232
30236
  }
30233
30237
 
30234
- .E_sx1bpnu .ant-input-sm {
30235
- line-height: 18px;
30236
- }
30237
-
30238
30238
  .E_rapgekc.ant-radio-wrapper {
30239
30239
  display: inline-flex;
30240
30240
  align-items: baseline;
@@ -30381,90 +30381,14 @@ body {
30381
30381
  width: 36px;
30382
30382
  }
30383
30383
 
30384
- .E_c1bus5hc {
30385
- --color: white;
30386
- height: 14px;
30387
- width: 14px;
30388
- border-radius: 50%;
30389
- flex-shrink: 0;
30390
- display: flex;
30391
- align-items: center;
30392
- justify-content: center;
30393
- border: 1px solid var(--color);
30394
- }
30395
- .E_c1bus5hc .circle-inner {
30396
- position: relative;
30397
- height: 10px;
30398
- width: 10px;
30399
- border-radius: 50%;
30384
+ .E_s1dizucg.ant-switch {
30385
+ min-width: 40px;
30386
+ height: 24px;
30387
+ background: rgba(172, 186, 211, 0.6);
30400
30388
  overflow: hidden;
30401
30389
  }
30402
- .E_c1bus5hc .circle-content {
30403
- position: absolute;
30404
- height: 100%;
30405
- width: 100%;
30406
- left: 0;
30407
- top: 0;
30408
- border-radius: 50%;
30409
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30410
- transform: rotate(180deg);
30411
- }
30412
- .E_c1bus5hc .circle-child {
30413
- position: absolute;
30414
- height: 100%;
30415
- width: 100%;
30416
- left: 0;
30417
- top: 0;
30418
- margin-left: 50%;
30419
- transform-origin: left;
30420
- background: white;
30421
- transform: rotate(0deg);
30422
- }
30423
-
30424
- .E_i11gg7mj .ant-input-prefix {
30425
- margin-right: 8px;
30426
- }
30427
- .E_i11gg7mj .ant-input-suffix {
30428
- margin-left: 8px;
30429
- }
30430
-
30431
- .E_cc368xp {
30432
- color: #00122e;
30433
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30434
- margin-right: 8px;
30435
- padding-right: 8px;
30436
- }
30437
-
30438
- .E_i11o6xqj {
30439
- display: flex;
30440
- gap: 4px;
30441
- }
30442
- .E_i11o6xqj .icon-wrapper {
30443
- cursor: pointer;
30444
- }
30445
-
30446
- .E_d19ruhdj.icon-wrapper {
30447
- cursor: not-allowed;
30448
- }
30449
-
30450
- .E_ivqqkzv {
30451
- height: 24px;
30452
- width: 56px !important;
30453
- margin-right: 4px;
30454
- }
30455
-
30456
- .E_c1wk4q29 {
30457
- color: rgba(44, 56, 82, 0.6);
30458
- }
30459
-
30460
- .E_s1dizucg.ant-switch {
30461
- min-width: 40px;
30462
- height: 24px;
30463
- background: rgba(172, 186, 211, 0.6);
30464
- overflow: hidden;
30465
- }
30466
- .E_s1dizucg.ant-switch:focus {
30467
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30390
+ .E_s1dizucg.ant-switch:focus {
30391
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30468
30392
  }
30469
30393
  .E_s1dizucg.ant-switch-small {
30470
30394
  min-width: 26px;
@@ -30512,10 +30436,86 @@ body {
30512
30436
  margin-left: 5px;
30513
30437
  }
30514
30438
 
30439
+ .E_ivqqkzv {
30440
+ height: 24px;
30441
+ width: 56px !important;
30442
+ margin-right: 4px;
30443
+ }
30444
+
30445
+ .E_c1wk4q29 {
30446
+ color: rgba(44, 56, 82, 0.6);
30447
+ }
30448
+
30449
+ .E_c1bus5hc {
30450
+ --color: white;
30451
+ height: 14px;
30452
+ width: 14px;
30453
+ border-radius: 50%;
30454
+ flex-shrink: 0;
30455
+ display: flex;
30456
+ align-items: center;
30457
+ justify-content: center;
30458
+ border: 1px solid var(--color);
30459
+ }
30460
+ .E_c1bus5hc .circle-inner {
30461
+ position: relative;
30462
+ height: 10px;
30463
+ width: 10px;
30464
+ border-radius: 50%;
30465
+ overflow: hidden;
30466
+ }
30467
+ .E_c1bus5hc .circle-content {
30468
+ position: absolute;
30469
+ height: 100%;
30470
+ width: 100%;
30471
+ left: 0;
30472
+ top: 0;
30473
+ border-radius: 50%;
30474
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30475
+ transform: rotate(180deg);
30476
+ }
30477
+ .E_c1bus5hc .circle-child {
30478
+ position: absolute;
30479
+ height: 100%;
30480
+ width: 100%;
30481
+ left: 0;
30482
+ top: 0;
30483
+ margin-left: 50%;
30484
+ transform-origin: left;
30485
+ background: white;
30486
+ transform: rotate(0deg);
30487
+ }
30488
+
30515
30489
  .E_tju3gfj .date {
30516
30490
  margin-right: 4px;
30517
30491
  }
30518
30492
 
30493
+ .E_i11gg7mj .ant-input-prefix {
30494
+ margin-right: 8px;
30495
+ }
30496
+ .E_i11gg7mj .ant-input-suffix {
30497
+ margin-left: 8px;
30498
+ }
30499
+
30500
+ .E_cc368xp {
30501
+ color: #00122e;
30502
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30503
+ margin-right: 8px;
30504
+ padding-right: 8px;
30505
+ }
30506
+
30507
+ .E_i11o6xqj {
30508
+ display: flex;
30509
+ gap: 4px;
30510
+ }
30511
+ .E_i11o6xqj .icon-wrapper {
30512
+ cursor: pointer;
30513
+ }
30514
+
30515
+ .E_d19ruhdj.icon-wrapper {
30516
+ cursor: not-allowed;
30517
+ }
30518
+
30519
30519
  .E_s1sck0th {
30520
30520
  padding: 0 8px;
30521
30521
  border-radius: 4px;
@@ -30598,6 +30598,21 @@ body {
30598
30598
  background-color: #7E41FF;
30599
30599
  }
30600
30600
 
30601
+ .E_iq1gosr {
30602
+ display: inline-block;
30603
+ }
30604
+
30605
+ .E_t1m2x205 .ant-tooltip-arrow {
30606
+ display: none;
30607
+ }
30608
+ .E_t1m2x205 .ant-tooltip-inner {
30609
+ background: rgba(23, 38, 64, 0.8);
30610
+ border-radius: 4px;
30611
+ }
30612
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30613
+ visibility: hidden;
30614
+ }
30615
+
30601
30616
  .E_s1dni7lo {
30602
30617
  width: 430px !important;
30603
30618
  }
@@ -30679,21 +30694,6 @@ body {
30679
30694
  opacity: 0;
30680
30695
  }
30681
30696
 
30682
- .E_iq1gosr {
30683
- display: inline-block;
30684
- }
30685
-
30686
- .E_t1m2x205 .ant-tooltip-arrow {
30687
- display: none;
30688
- }
30689
- .E_t1m2x205 .ant-tooltip-inner {
30690
- background: rgba(23, 38, 64, 0.8);
30691
- border-radius: 4px;
30692
- }
30693
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30694
- visibility: hidden;
30695
- }
30696
-
30697
30697
  .E_fzh9mnb {
30698
30698
  width: 100%;
30699
30699
  height: 100%;
@@ -30709,89 +30709,6 @@ body {
30709
30709
  font-size: 18px;
30710
30710
  }
30711
30711
 
30712
- .E_a1wfy30z .ant-input-number-handler-wrap {
30713
- display: var(--a1wfy30z-0);
30714
- }
30715
- .E_a1wfy30z .ant-input-number-input-wrap {
30716
- padding: 4px 11px;
30717
- display: inline-flex;
30718
- line-height: 1.5715;
30719
- height: inherit;
30720
- }
30721
- .E_a1wfy30z .ant-input-number-input-wrap::after {
30722
- content: var(--a1wfy30z-1);
30723
- display: var(--a1wfy30z-2);
30724
- flex: none;
30725
- align-items: center;
30726
- margin-left: 4px;
30727
- }
30728
- .E_a1wfy30z .ant-input-number-input-wrap::before {
30729
- content: var(--a1wfy30z-3);
30730
- display: var(--a1wfy30z-4);
30731
- flex: none;
30732
- align-items: center;
30733
- margin-right: 4px;
30734
- cursor: auto;
30735
- }
30736
- .E_a1wfy30z .ant-input-number-input {
30737
- padding: 0;
30738
- margin: 0;
30739
- height: auto;
30740
- font-size: inherit;
30741
- }
30742
-
30743
- .E_f7pxqmh {
30744
- width: 100%;
30745
- margin-bottom: 0 !important;
30746
- flex-flow: nowrap !important;
30747
- line-break: auto;
30748
- }
30749
- .E_f7pxqmh > .ant-form-item-label {
30750
- text-align: left !important;
30751
- padding-bottom: 0 !important;
30752
- }
30753
- .E_f7pxqmh > .ant-form-item-label > label {
30754
- min-height: 32px;
30755
- height: auto;
30756
- font-size: 13px;
30757
- color: rgba(44, 56, 82, 0.6);
30758
- white-space: normal;
30759
- }
30760
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
30761
- border-color: #ff4d4f !important;
30762
- }
30763
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30764
- border-color: #ff4d4f !important;
30765
- }
30766
- .E_f7pxqmh .ant-form-item-explain {
30767
- margin-top: 4px;
30768
- font-size: 12px;
30769
- min-height: 0px;
30770
- }
30771
- .E_f7pxqmh .ant-form-item-extra {
30772
- font-size: 12px;
30773
- color: rgba(44, 56, 82, 0.6);
30774
- min-height: 0px;
30775
- }
30776
-
30777
- .E_iouxfgt {
30778
- display: inline-flex;
30779
- align-items: center;
30780
- }
30781
- .E_iouxfgt .icon-inner {
30782
- display: inline-flex;
30783
- align-items: center;
30784
- justify-content: center;
30785
- }
30786
- .E_iouxfgt .icon-inner + span,
30787
- .E_iouxfgt span + .icon-inner.suffix {
30788
- margin-left: 4px;
30789
- }
30790
- .E_iouxfgt.is-rotate img,
30791
- .E_iouxfgt.is-rotate svg {
30792
- animation: rotate 680ms linear infinite;
30793
- }
30794
-
30795
30712
  .E_atcz0kf .ant-input-suffix {
30796
30713
  margin-left: 8px;
30797
30714
  }
@@ -30799,6 +30716,19 @@ body {
30799
30716
  padding: 2px 7px 2px 12px;
30800
30717
  }
30801
30718
 
30719
+ .E_i1inqkme {
30720
+ height: 18px;
30721
+ line-height: 18px;
30722
+ padding: 0 4px;
30723
+ border-radius: 4px;
30724
+ background: rgba(235, 239, 245, 0.6);
30725
+ border: 1px solid rgba(223, 228, 235, 0.6);
30726
+ display: flex;
30727
+ align-items: center;
30728
+ white-space: nowrap;
30729
+ margin-right: 4px;
30730
+ }
30731
+
30802
30732
  .E_ai7qkf2 .ant-input-number-handler-wrap {
30803
30733
  display: var(--ai7qkf2-0);
30804
30734
  }
@@ -30859,17 +30789,87 @@ body {
30859
30789
  padding: 2px 8px;
30860
30790
  }
30861
30791
 
30862
- .E_i1inqkme {
30863
- height: 18px;
30864
- line-height: 18px;
30865
- padding: 0 4px;
30866
- border-radius: 4px;
30867
- background: rgba(235, 239, 245, 0.6);
30868
- border: 1px solid rgba(223, 228, 235, 0.6);
30869
- display: flex;
30792
+ .E_a1wfy30z .ant-input-number-handler-wrap {
30793
+ display: var(--a1wfy30z-0);
30794
+ }
30795
+ .E_a1wfy30z .ant-input-number-input-wrap {
30796
+ padding: 4px 11px;
30797
+ display: inline-flex;
30798
+ line-height: 1.5715;
30799
+ height: inherit;
30800
+ }
30801
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
30802
+ content: var(--a1wfy30z-1);
30803
+ display: var(--a1wfy30z-2);
30804
+ flex: none;
30805
+ align-items: center;
30806
+ margin-left: 4px;
30807
+ }
30808
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
30809
+ content: var(--a1wfy30z-3);
30810
+ display: var(--a1wfy30z-4);
30811
+ flex: none;
30870
30812
  align-items: center;
30871
- white-space: nowrap;
30872
30813
  margin-right: 4px;
30814
+ cursor: auto;
30815
+ }
30816
+ .E_a1wfy30z .ant-input-number-input {
30817
+ padding: 0;
30818
+ margin: 0;
30819
+ height: auto;
30820
+ font-size: inherit;
30821
+ }
30822
+
30823
+ .E_iouxfgt {
30824
+ display: inline-flex;
30825
+ align-items: center;
30826
+ }
30827
+ .E_iouxfgt .icon-inner {
30828
+ display: inline-flex;
30829
+ align-items: center;
30830
+ justify-content: center;
30831
+ }
30832
+ .E_iouxfgt .icon-inner + span,
30833
+ .E_iouxfgt span + .icon-inner.suffix {
30834
+ margin-left: 4px;
30835
+ }
30836
+ .E_iouxfgt.is-rotate img,
30837
+ .E_iouxfgt.is-rotate svg {
30838
+ animation: rotate 680ms linear infinite;
30839
+ }
30840
+
30841
+ .E_f7pxqmh {
30842
+ width: 100%;
30843
+ margin-bottom: 0 !important;
30844
+ flex-flow: nowrap !important;
30845
+ line-break: auto;
30846
+ }
30847
+ .E_f7pxqmh > .ant-form-item-label {
30848
+ text-align: left !important;
30849
+ padding-bottom: 0 !important;
30850
+ }
30851
+ .E_f7pxqmh > .ant-form-item-label > label {
30852
+ min-height: 32px;
30853
+ height: auto;
30854
+ font-size: 13px;
30855
+ color: rgba(44, 56, 82, 0.6);
30856
+ white-space: normal;
30857
+ }
30858
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
30859
+ border-color: #ff4d4f !important;
30860
+ }
30861
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30862
+ border-color: #ff4d4f !important;
30863
+ }
30864
+ .E_f7pxqmh .ant-form-item-explain {
30865
+ margin-top: 4px;
30866
+ font-size: 12px;
30867
+ min-height: 0px;
30868
+ }
30869
+ .E_f7pxqmh .ant-form-item-extra {
30870
+ font-size: 12px;
30871
+ color: rgba(44, 56, 82, 0.6);
30872
+ min-height: 0px;
30873
30873
  }
30874
30874
 
30875
30875
  .E_owd0kml {
@@ -30881,6 +30881,40 @@ body {
30881
30881
  position: absolute;
30882
30882
  }
30883
30883
 
30884
+ .E_m196gn1d {
30885
+ min-width: 1280px;
30886
+ }
30887
+
30888
+ .E_a1b5xrg3 .user-icon-inner {
30889
+ display: inline-flex;
30890
+ align-items: center;
30891
+ justify-content: center;
30892
+ color: #fff;
30893
+ font-weight: bold;
30894
+ font-size: 12px;
30895
+ width: 24px;
30896
+ height: 24px;
30897
+ border-radius: 50%;
30898
+ background: var(--a1b5xrg3-0);
30899
+ }
30900
+ .E_a1b5xrg3.btn-item {
30901
+ transition: all 160ms ease;
30902
+ cursor: pointer;
30903
+ width: 56px;
30904
+ height: 40px;
30905
+ display: inline-flex;
30906
+ align-items: center;
30907
+ justify-content: center;
30908
+ border-radius: 6px;
30909
+ }
30910
+ .E_a1b5xrg3.btn-item:hover {
30911
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
30912
+ }
30913
+ .E_a1b5xrg3.btn-item:active {
30914
+ transform: translateY(2px);
30915
+ transition: all 320ms ease;
30916
+ }
30917
+
30884
30918
  .E_dsnbhzf {
30885
30919
  font-family: Inter;
30886
30920
  font-style: normal;
@@ -31356,40 +31390,6 @@ body {
31356
31390
  line-height: 12px;
31357
31391
  }
31358
31392
 
31359
- .E_m196gn1d {
31360
- min-width: 1280px;
31361
- }
31362
-
31363
- .E_a1b5xrg3 .user-icon-inner {
31364
- display: inline-flex;
31365
- align-items: center;
31366
- justify-content: center;
31367
- color: #fff;
31368
- font-weight: bold;
31369
- font-size: 12px;
31370
- width: 24px;
31371
- height: 24px;
31372
- border-radius: 50%;
31373
- background: var(--a1b5xrg3-0);
31374
- }
31375
- .E_a1b5xrg3.btn-item {
31376
- transition: all 160ms ease;
31377
- cursor: pointer;
31378
- width: 56px;
31379
- height: 40px;
31380
- display: inline-flex;
31381
- align-items: center;
31382
- justify-content: center;
31383
- border-radius: 6px;
31384
- }
31385
- .E_a1b5xrg3.btn-item:hover {
31386
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31387
- }
31388
- .E_a1b5xrg3.btn-item:active {
31389
- transform: translateY(2px);
31390
- transition: all 320ms ease;
31391
- }
31392
-
31393
31393
  .E_cnujxq2 {
31394
31394
  display: flex;
31395
31395
  flex-direction: column;
@@ -32137,6 +32137,31 @@ input.E_rf8rlle.ant-input {
32137
32137
  transform: rotate(180deg);
32138
32138
  }
32139
32139
 
32140
+ .E_oa99sl3 {
32141
+ display: flex;
32142
+ justify-content: space-between;
32143
+ align-items: center;
32144
+ gap: 8px;
32145
+ }
32146
+ .E_oa99sl3,
32147
+ .E_oa99sl3 :first-child {
32148
+ line-height: inherit !important;
32149
+ }
32150
+
32151
+ .E_lvp5pj7 {
32152
+ display: flex;
32153
+ justify-content: space-between;
32154
+ align-items: center;
32155
+ gap: 8px;
32156
+ min-width: 0;
32157
+ }
32158
+
32159
+ .E_s1io1lws {
32160
+ display: flex;
32161
+ align-items: center;
32162
+ flex-shrink: 0;
32163
+ }
32164
+
32140
32165
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32141
32166
  opacity: 1;
32142
32167
  }
@@ -32264,31 +32289,6 @@ input.E_rf8rlle.ant-input {
32264
32289
  color: rgba(0, 21, 64, 0.3);
32265
32290
  }
32266
32291
 
32267
- .E_oa99sl3 {
32268
- display: flex;
32269
- justify-content: space-between;
32270
- align-items: center;
32271
- gap: 8px;
32272
- }
32273
- .E_oa99sl3,
32274
- .E_oa99sl3 :first-child {
32275
- line-height: inherit !important;
32276
- }
32277
-
32278
- .E_lvp5pj7 {
32279
- display: flex;
32280
- justify-content: space-between;
32281
- align-items: center;
32282
- gap: 8px;
32283
- min-width: 0;
32284
- }
32285
-
32286
- .E_s1io1lws {
32287
- display: flex;
32288
- align-items: center;
32289
- flex-shrink: 0;
32290
- }
32291
-
32292
32292
  .E_w1dxz879 {
32293
32293
  display: flex;
32294
32294
  flex-direction: column;
@@ -32304,6 +32304,19 @@ input.E_rf8rlle.ant-input {
32304
32304
  opacity: 0.8;
32305
32305
  }
32306
32306
 
32307
+ .E_suhck3k {
32308
+ height: 24px;
32309
+ width: 24px;
32310
+ border-radius: 6px;
32311
+ padding: 4px;
32312
+ }
32313
+ .E_suhck3k:hover {
32314
+ background-color: rgba(0, 136, 255, 0.1);
32315
+ }
32316
+ .E_suhck3k:hover svg path {
32317
+ fill: blue;
32318
+ }
32319
+
32307
32320
  .E_ryby9ds {
32308
32321
  display: flex;
32309
32322
  align-items: center;
@@ -32320,21 +32333,110 @@ input.E_rf8rlle.ant-input {
32320
32333
  margin-right: 6px;
32321
32334
  }
32322
32335
 
32323
- .E_suhck3k {
32324
- height: 24px;
32325
- width: 24px;
32326
- border-radius: 6px;
32327
- padding: 4px;
32336
+ .E_m5foqp8 {
32337
+ --footer-height: 96px;
32338
+ --modal-content-width: 720px;
32339
+ --modal-content-min-height: 200px;
32340
+ --modal-content-max-height: calc(100vh - 136px);
32341
+ --modal-header-padding: 40px 60px 8px;
32342
+ --modal-content-padding-top: 24px;
32343
+ --modal-content-padding-bottom: 32px;
32344
+ --modal-content-padding-x: 60px;
32345
+ --modal-footer-padding: 0 60px;
32328
32346
  }
32329
- .E_suhck3k:hover {
32330
- background-color: rgba(0, 136, 255, 0.1);
32347
+ .E_m5foqp8.content-full.ant-modal {
32348
+ height: calc(100vh - 80px);
32349
+ width: calc(100vw - 160px);
32331
32350
  }
32332
- .E_suhck3k:hover svg path {
32333
- fill: blue;
32351
+ .E_m5foqp8.content-full.ant-modal .ant-modal-content {
32352
+ width: 100%;
32353
+ height: 100%;
32354
+ max-width: unset;
32355
+ max-height: unset;
32356
+ display: flex;
32357
+ flex-direction: column;
32358
+ }
32359
+ .E_m5foqp8.content-full.ant-modal .ant-modal-body {
32360
+ flex: 1;
32361
+ }
32362
+ .E_m5foqp8 .initializing-title {
32363
+ height: 32px;
32334
32364
  }
32335
32365
 
32336
- .E_hrhfj7c {
32337
- display: none;
32366
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32367
+ margin-right: 2px;
32368
+ }
32369
+
32370
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32371
+ padding-left: 8px;
32372
+ padding-right: 8px;
32373
+ font-size: 12px;
32374
+ }
32375
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32376
+ border-radius: 4px;
32377
+ }
32378
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32379
+ border-radius: 4px;
32380
+ }
32381
+
32382
+ .E_ma64lna .antd5-segmented-item-label {
32383
+ padding-left: 12px;
32384
+ padding-right: 12px;
32385
+ }
32386
+
32387
+ .E_ckld275 {
32388
+ background-color: rgba(225, 230, 241, 0.6);
32389
+ }
32390
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32391
+ background-color: rgba(255, 255, 255, 0.6);
32392
+ color: rgba(44, 56, 82, 0.75);
32393
+ }
32394
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32395
+ background-color: transparent;
32396
+ }
32397
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32398
+ background-color: transparent;
32399
+ }
32400
+
32401
+ .E_b1lj76ty {
32402
+ width: 100%;
32403
+ height: 100%;
32404
+ margin: 0 auto;
32405
+ display: flex;
32406
+ flex-direction: column;
32407
+ align-items: center;
32408
+ justify-content: center;
32409
+ color: rgba(0, 21, 64, 0.3);
32410
+ }
32411
+ .E_b1lj76ty.large {
32412
+ max-width: 648px;
32413
+ }
32414
+ .E_b1lj76ty.medium {
32415
+ max-width: 412px;
32416
+ }
32417
+ .E_b1lj76ty.gray {
32418
+ background-color: rgba(237, 241, 250, 0.6);
32419
+ }
32420
+ .E_b1lj76ty.white {
32421
+ background-color: rgba(255, 255, 255, 0.6);
32422
+ }
32423
+ .E_b1lj76ty .title {
32424
+ margin-bottom: 4px;
32425
+ }
32426
+ .E_b1lj76ty .title,
32427
+ .E_b1lj76ty .desc {
32428
+ word-break: break-all;
32429
+ text-align: center;
32430
+ }
32431
+ .E_b1lj76ty .action-button.middle {
32432
+ margin-top: 16px;
32433
+ }
32434
+ .E_b1lj76ty .action-button.small {
32435
+ margin-top: 8px;
32436
+ }
32437
+
32438
+ .E_hrhfj7c {
32439
+ display: none;
32338
32440
  }
32339
32441
 
32340
32442
  .E_dt9qoak .bottom {
@@ -32552,108 +32654,6 @@ input.E_rf8rlle.ant-input {
32552
32654
  font-size: 14px;
32553
32655
  }
32554
32656
 
32555
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32556
- margin-right: 2px;
32557
- }
32558
-
32559
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32560
- padding-left: 8px;
32561
- padding-right: 8px;
32562
- font-size: 12px;
32563
- }
32564
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32565
- border-radius: 4px;
32566
- }
32567
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32568
- border-radius: 4px;
32569
- }
32570
-
32571
- .E_ma64lna .antd5-segmented-item-label {
32572
- padding-left: 12px;
32573
- padding-right: 12px;
32574
- }
32575
-
32576
- .E_ckld275 {
32577
- background-color: rgba(225, 230, 241, 0.6);
32578
- }
32579
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32580
- background-color: rgba(255, 255, 255, 0.6);
32581
- color: rgba(44, 56, 82, 0.75);
32582
- }
32583
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32584
- background-color: transparent;
32585
- }
32586
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32587
- background-color: transparent;
32588
- }
32589
-
32590
- .E_b1lj76ty {
32591
- width: 100%;
32592
- height: 100%;
32593
- margin: 0 auto;
32594
- display: flex;
32595
- flex-direction: column;
32596
- align-items: center;
32597
- justify-content: center;
32598
- color: rgba(0, 21, 64, 0.3);
32599
- }
32600
- .E_b1lj76ty.large {
32601
- max-width: 648px;
32602
- }
32603
- .E_b1lj76ty.medium {
32604
- max-width: 412px;
32605
- }
32606
- .E_b1lj76ty.gray {
32607
- background-color: rgba(237, 241, 250, 0.6);
32608
- }
32609
- .E_b1lj76ty.white {
32610
- background-color: rgba(255, 255, 255, 0.6);
32611
- }
32612
- .E_b1lj76ty .title {
32613
- margin-bottom: 4px;
32614
- }
32615
- .E_b1lj76ty .title,
32616
- .E_b1lj76ty .desc {
32617
- word-break: break-all;
32618
- text-align: center;
32619
- }
32620
- .E_b1lj76ty .action-button.middle {
32621
- margin-top: 16px;
32622
- }
32623
- .E_b1lj76ty .action-button.small {
32624
- margin-top: 8px;
32625
- }
32626
-
32627
- .E_m5foqp8 {
32628
- --footer-height: 96px;
32629
- --modal-content-width: 720px;
32630
- --modal-content-min-height: 200px;
32631
- --modal-content-max-height: calc(100vh - 136px);
32632
- --modal-header-padding: 40px 60px 8px;
32633
- --modal-content-padding-top: 24px;
32634
- --modal-content-padding-bottom: 32px;
32635
- --modal-content-padding-x: 60px;
32636
- --modal-footer-padding: 0 60px;
32637
- }
32638
- .E_m5foqp8.content-full.ant-modal {
32639
- height: calc(100vh - 80px);
32640
- width: calc(100vw - 160px);
32641
- }
32642
- .E_m5foqp8.content-full.ant-modal .ant-modal-content {
32643
- width: 100%;
32644
- height: 100%;
32645
- max-width: unset;
32646
- max-height: unset;
32647
- display: flex;
32648
- flex-direction: column;
32649
- }
32650
- .E_m5foqp8.content-full.ant-modal .ant-modal-body {
32651
- flex: 1;
32652
- }
32653
- .E_m5foqp8 .initializing-title {
32654
- height: 32px;
32655
- }
32656
-
32657
32657
  .E_h12yihis {
32658
32658
  height: 50px;
32659
32659
  border-bottom: 2px solid #edf0f7;
@@ -32874,67 +32874,10 @@ input.E_rf8rlle.ant-input {
32874
32874
  position: static;
32875
32875
  }
32876
32876
 
32877
- .E_c1kghdax {
32878
- color: #2d3a56;
32879
- padding: 7px 12px;
32880
- display: flex;
32881
- justify-content: space-between;
32882
- align-items: center;
32883
- }
32884
- .E_c1kghdax.has-arrow {
32885
- padding-left: 10px;
32886
- }
32887
- .E_c1kghdax.has-arrow .title-wrapper {
32888
- cursor: pointer;
32889
- color: #00122e;
32890
- }
32891
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
32892
- color: #2d3a56;
32893
- font-weight: 600;
32894
- }
32895
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32896
- transform: rotate(90deg);
32897
- }
32898
- .E_c1kghdax .sub-info {
32899
- font-size: 12px;
32900
- line-height: 18px;
32901
- }
32902
- .E_c1kghdax .title-wrapper {
32903
- display: flex;
32904
- align-items: center;
32905
- user-select: none;
32906
- flex-grow: 1;
32907
- font-size: 12px;
32908
- line-height: 18px;
32909
- color: #2d3a56;
32910
- font-weight: 700;
32911
- }
32912
- .E_c1kghdax .collapse-arrow {
32913
- transition: all 50ms ease-out 0ms;
32914
- margin-right: 2px;
32915
- }
32916
-
32917
32877
  .E_c1yd35n {
32918
32878
  padding: 0 12px 14px 12px;
32919
32879
  }
32920
32880
 
32921
- .E_b14q2gmw {
32922
- 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);
32923
- }
32924
-
32925
- .E_c1eym6el {
32926
- border-radius: 8px;
32927
- background-color: white;
32928
- }
32929
- .E_c1eym6el.hoverable {
32930
- cursor: pointer;
32931
- }
32932
- .E_c1eym6el.hoverable:hover {
32933
- transition: all 200ms ease;
32934
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32935
- transform: translateY(-4px);
32936
- }
32937
-
32938
32881
  .E_lht19u8 {
32939
32882
  width: 64px;
32940
32883
  height: 64px;
@@ -32984,27 +32927,93 @@ input.E_rf8rlle.ant-input {
32984
32927
  animation: loading-indicator3 1100ms ease-out infinite;
32985
32928
  }
32986
32929
 
32987
- .E_ckui4s7 {
32930
+ .E_c1kghdax {
32988
32931
  color: #2d3a56;
32989
- line-height: 22px;
32990
- display: inline-flex;
32991
- }
32992
- .E_ckui4s7 .ant-checkbox {
32993
- height: 22px;
32932
+ padding: 7px 12px;
32994
32933
  display: flex;
32934
+ justify-content: space-between;
32995
32935
  align-items: center;
32996
- top: 0;
32997
32936
  }
32998
- .E_ckui4s7 .ant-checkbox-checked::after {
32999
- border: none;
32937
+ .E_c1kghdax.has-arrow {
32938
+ padding-left: 10px;
33000
32939
  }
33001
- .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
33002
- border-color: #0080ff;
32940
+ .E_c1kghdax.has-arrow .title-wrapper {
32941
+ cursor: pointer;
32942
+ color: #00122e;
33003
32943
  }
33004
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
33005
- border: 1px solid rgba(107, 128, 167, 0.6);
32944
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
32945
+ color: #2d3a56;
32946
+ font-weight: 600;
33006
32947
  }
33007
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32948
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32949
+ transform: rotate(90deg);
32950
+ }
32951
+ .E_c1kghdax .sub-info {
32952
+ font-size: 12px;
32953
+ line-height: 18px;
32954
+ }
32955
+ .E_c1kghdax .title-wrapper {
32956
+ display: flex;
32957
+ align-items: center;
32958
+ user-select: none;
32959
+ flex-grow: 1;
32960
+ font-size: 12px;
32961
+ line-height: 18px;
32962
+ color: #2d3a56;
32963
+ font-weight: 700;
32964
+ }
32965
+ .E_c1kghdax .collapse-arrow {
32966
+ transition: all 50ms ease-out 0ms;
32967
+ margin-right: 2px;
32968
+ }
32969
+
32970
+ .E_b14q2gmw {
32971
+ 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);
32972
+ }
32973
+
32974
+ .E_c1eym6el {
32975
+ border-radius: 8px;
32976
+ background-color: white;
32977
+ }
32978
+ .E_c1eym6el.hoverable {
32979
+ cursor: pointer;
32980
+ }
32981
+ .E_c1eym6el.hoverable:hover {
32982
+ transition: all 200ms ease;
32983
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32984
+ transform: translateY(-4px);
32985
+ }
32986
+
32987
+ .E_w7ob4th.outside-tag {
32988
+ padding-left: 0;
32989
+ }
32990
+ .E_w7ob4th.outside-tag .inside-tag {
32991
+ border-radius: 4px 0 0 4px;
32992
+ padding-right: 4px;
32993
+ margin-right: 4px;
32994
+ }
32995
+
32996
+ .E_ckui4s7 {
32997
+ color: #2d3a56;
32998
+ line-height: 22px;
32999
+ display: inline-flex;
33000
+ }
33001
+ .E_ckui4s7 .ant-checkbox {
33002
+ height: 22px;
33003
+ display: flex;
33004
+ align-items: center;
33005
+ top: 0;
33006
+ }
33007
+ .E_ckui4s7 .ant-checkbox-checked::after {
33008
+ border: none;
33009
+ }
33010
+ .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
33011
+ border-color: #0080ff;
33012
+ }
33013
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
33014
+ border: 1px solid rgba(107, 128, 167, 0.6);
33015
+ }
33016
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33008
33017
  border: 1px solid #0080ff;
33009
33018
  }
33010
33019
  .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
@@ -33048,90 +33057,6 @@ input.E_rf8rlle.ant-input {
33048
33057
  margin-left: 24px;
33049
33058
  }
33050
33059
 
33051
- .E_w7ob4th.outside-tag {
33052
- padding-left: 0;
33053
- }
33054
- .E_w7ob4th.outside-tag .inside-tag {
33055
- border-radius: 4px 0 0 4px;
33056
- padding-right: 4px;
33057
- margin-right: 4px;
33058
- }
33059
-
33060
- .E_sddwhm6 {
33061
- margin: 0;
33062
- border-radius: 20px;
33063
- padding: 2px 10px;
33064
- height: 22px;
33065
- }
33066
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33067
- background-color: rgba(237, 241, 250, 0.6) !important;
33068
- }
33069
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33070
- background-color: rgba(225, 230, 241, 0.6) !important;
33071
- }
33072
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33073
- color: #00122e;
33074
- }
33075
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33076
- margin-right: 6px;
33077
- }
33078
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33079
- margin-left: 8px;
33080
- color: rgba(44, 56, 82, 0.6);
33081
- }
33082
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33083
- background-color: rgba(0, 136, 255, 0.1);
33084
- }
33085
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33086
- background-color: #0080ff;
33087
- }
33088
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33089
- background-color: rgba(0, 136, 255, 0.16);
33090
- }
33091
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33092
- background-color: rgba(255, 74, 74, 0.1);
33093
- }
33094
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33095
- background-color: #f0483e;
33096
- }
33097
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33098
- background-color: rgba(255, 74, 74, 0.16);
33099
- }
33100
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33101
- background-color: rgba(254, 160, 8, 0.1);
33102
- }
33103
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33104
- background-color: #fea008;
33105
- }
33106
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33107
- background-color: rgba(255, 187, 0, 0.16);
33108
- }
33109
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33110
- background-color: rgba(30, 201, 127, 0.1);
33111
- }
33112
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33113
- background-color: #00ba5d;
33114
- }
33115
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33116
- background-color: rgba(30, 201, 127, 0.16);
33117
- }
33118
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33119
- background-color: rgba(225, 230, 241, 0.6);
33120
- }
33121
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33122
- background-color: #6b7d99;
33123
- }
33124
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33125
- background-color: rgba(211, 218, 235, 0.6);
33126
- }
33127
-
33128
- .E_satwmqm {
33129
- width: 8px;
33130
- height: 8px;
33131
- border-radius: 50%;
33132
- display: inline-block;
33133
- }
33134
-
33135
33060
  button.E_l48ei06.ant-btn,
33136
33061
  button.E_l48ei06.ant-btn.ant-btn-sm,
33137
33062
  button.E_l48ei06.ant-btn.ant-btn-lg {
@@ -33555,6 +33480,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33555
33480
  background: #fff;
33556
33481
  }
33557
33482
 
33483
+ .E_sddwhm6 {
33484
+ margin: 0;
33485
+ border-radius: 20px;
33486
+ padding: 2px 10px;
33487
+ height: 22px;
33488
+ }
33489
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33490
+ background-color: rgba(237, 241, 250, 0.6) !important;
33491
+ }
33492
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33493
+ background-color: rgba(225, 230, 241, 0.6) !important;
33494
+ }
33495
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33496
+ color: #00122e;
33497
+ }
33498
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33499
+ margin-right: 6px;
33500
+ }
33501
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33502
+ margin-left: 8px;
33503
+ color: rgba(44, 56, 82, 0.6);
33504
+ }
33505
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33506
+ background-color: rgba(0, 136, 255, 0.1);
33507
+ }
33508
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33509
+ background-color: #0080ff;
33510
+ }
33511
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33512
+ background-color: rgba(0, 136, 255, 0.16);
33513
+ }
33514
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33515
+ background-color: rgba(255, 74, 74, 0.1);
33516
+ }
33517
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33518
+ background-color: #f0483e;
33519
+ }
33520
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33521
+ background-color: rgba(255, 74, 74, 0.16);
33522
+ }
33523
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33524
+ background-color: rgba(254, 160, 8, 0.1);
33525
+ }
33526
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33527
+ background-color: #fea008;
33528
+ }
33529
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33530
+ background-color: rgba(255, 187, 0, 0.16);
33531
+ }
33532
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33533
+ background-color: rgba(30, 201, 127, 0.1);
33534
+ }
33535
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33536
+ background-color: #00ba5d;
33537
+ }
33538
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33539
+ background-color: rgba(30, 201, 127, 0.16);
33540
+ }
33541
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33542
+ background-color: rgba(225, 230, 241, 0.6);
33543
+ }
33544
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33545
+ background-color: #6b7d99;
33546
+ }
33547
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33548
+ background-color: rgba(211, 218, 235, 0.6);
33549
+ }
33550
+
33551
+ .E_satwmqm {
33552
+ width: 8px;
33553
+ height: 8px;
33554
+ border-radius: 50%;
33555
+ display: inline-block;
33556
+ }
33557
+
33558
33558
  .E_sjob3jg {
33559
33559
  --item-min-width: 60px;
33560
33560
  }
@@ -33750,51 +33750,22 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33750
33750
  justify-content: center;
33751
33751
  }
33752
33752
 
33753
- .E_slr2ynn {
33754
- padding: 0 8px;
33755
- height: 18px;
33753
+ .E_t1dtlqs1 {
33754
+ margin-bottom: 4px;
33755
+ color: rgba(44, 56, 82, 0.6);
33756
33756
  }
33757
33757
 
33758
- .E_m140wbb6 {
33759
- padding: 2px 8px;
33760
- height: 24px;
33758
+ .E_s1ese5oy {
33759
+ color: rgba(44, 56, 82, 0.6);
33760
+ line-height: 32px;
33761
+ height: 32px;
33762
+ margin-bottom: 0;
33761
33763
  }
33762
-
33763
- .E_t1fozc1i {
33764
- margin: 0;
33764
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
33765
+ color: #0080ff;
33765
33766
  }
33766
-
33767
- .E_i1vxv4ln {
33768
- margin-right: 4px;
33769
- height: 16px;
33770
- }
33771
-
33772
- .E_n1afl31m.ant-tag.ant-tag-gray {
33773
- font-weight: 700;
33774
- color: #00122e;
33775
- background-color: rgba(237, 241, 250, 0.6);
33776
- border: 1px solid rgba(211, 218, 235, 0.6);
33777
- word-break: break-all;
33778
- display: inline;
33779
- white-space: normal;
33780
- }
33781
-
33782
- .E_t1dtlqs1 {
33783
- margin-bottom: 4px;
33784
- color: rgba(44, 56, 82, 0.6);
33785
- }
33786
-
33787
- .E_s1ese5oy {
33788
- color: rgba(44, 56, 82, 0.6);
33789
- line-height: 32px;
33790
- height: 32px;
33791
- margin-bottom: 0;
33792
- }
33793
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
33794
- color: #0080ff;
33795
- }
33796
- .E_s1ese5oy.warning {
33797
- color: #ffa500;
33767
+ .E_s1ese5oy.warning {
33768
+ color: #ffa500;
33798
33769
  }
33799
33770
  .E_s1ese5oy.success {
33800
33771
  color: #00ba5d;
@@ -33980,6 +33951,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33980
33951
  height: 16px;
33981
33952
  }
33982
33953
 
33954
+ .E_slr2ynn {
33955
+ padding: 0 8px;
33956
+ height: 18px;
33957
+ }
33958
+
33959
+ .E_m140wbb6 {
33960
+ padding: 2px 8px;
33961
+ height: 24px;
33962
+ }
33963
+
33964
+ .E_t1fozc1i {
33965
+ margin: 0;
33966
+ }
33967
+
33968
+ .E_i1vxv4ln {
33969
+ margin-right: 4px;
33970
+ height: 16px;
33971
+ }
33972
+
33973
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33974
+ font-weight: 700;
33975
+ color: #00122e;
33976
+ background-color: rgba(237, 241, 250, 0.6);
33977
+ border: 1px solid rgba(211, 218, 235, 0.6);
33978
+ word-break: break-all;
33979
+ display: inline;
33980
+ white-space: normal;
33981
+ }
33982
+
33983
33983
  .E_t13ef470 {
33984
33984
  height: 100%;
33985
33985
  }
@@ -34010,6 +34010,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34010
34010
  background: rgba(163, 180, 204, 0.18);
34011
34011
  }
34012
34012
 
34013
+ .E_r77hffu {
34014
+ display: flex;
34015
+ align-items: center;
34016
+ justify-content: space-between;
34017
+ column-gap: 6px;
34018
+ }
34019
+
34020
+ .E_p1cmxsf7 {
34021
+ display: flex;
34022
+ flex-direction: column;
34023
+ justify-content: center;
34024
+ row-gap: var(--p1cmxsf7-0);
34025
+ }
34026
+ .E_p1cmxsf7 .antd5-progress-line {
34027
+ font-size: 0;
34028
+ margin-bottom: unset;
34029
+ margin-inline-end: unset;
34030
+ }
34031
+
34013
34032
  .E_l1ucdodl {
34014
34033
  margin: 0;
34015
34034
  border-radius: 20px;
@@ -34078,23 +34097,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34078
34097
  flex: 1;
34079
34098
  }
34080
34099
 
34081
- .E_r77hffu {
34100
+ .E_msn7nxt {
34101
+ color: rgba(44, 56, 82, 0.6);
34102
+ text-align: center;
34082
34103
  display: flex;
34083
34104
  align-items: center;
34084
- justify-content: space-between;
34085
- column-gap: 6px;
34105
+ justify-content: center;
34106
+ flex-direction: column;
34107
+ height: 100%;
34108
+ }
34109
+ .E_msn7nxt .link {
34110
+ color: #0080ff;
34111
+ cursor: pointer;
34086
34112
  }
34087
34113
 
34088
- .E_p1cmxsf7 {
34114
+ .E_mp64wfi {
34115
+ width: 100%;
34116
+ height: 100%;
34089
34117
  display: flex;
34090
34118
  flex-direction: column;
34119
+ }
34120
+ .E_mp64wfi .name-toolbar {
34121
+ width: 100%;
34122
+ display: flex;
34123
+ line-height: 30px;
34124
+ padding: 0 16px;
34125
+ justify-content: space-between;
34126
+ }
34127
+ .E_mp64wfi .name-toolbar .metric-extra {
34128
+ display: flex;
34129
+ font-size: 12px;
34130
+ align-items: center;
34131
+ }
34132
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
34133
+ color: #a3b4cc;
34134
+ }
34135
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34136
+ margin-left: 10px;
34137
+ }
34138
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34139
+ margin-left: 10px;
34140
+ cursor: pointer;
34141
+ }
34142
+ .E_mp64wfi .content {
34143
+ flex: 1;
34144
+ width: 100%;
34145
+ display: flex;
34091
34146
  justify-content: center;
34092
- row-gap: var(--p1cmxsf7-0);
34147
+ align-items: center;
34093
34148
  }
34094
- .E_p1cmxsf7 .antd5-progress-line {
34095
- font-size: 0;
34096
- margin-bottom: unset;
34097
- margin-inline-end: unset;
34149
+ .E_mp64wfi .single-content {
34150
+ height: 65px;
34151
+ }
34152
+
34153
+ .E_l1oyigan {
34154
+ display: flex;
34155
+ align-items: center;
34156
+ white-space: nowrap;
34157
+ overflow: hidden;
34158
+ width: 100%;
34159
+ }
34160
+ .E_l1oyigan .ant-dropdown-trigger {
34161
+ margin-left: auto;
34162
+ font-size: 12px;
34163
+ }
34164
+
34165
+ .E_l1noi4n1 {
34166
+ display: flex;
34167
+ justify-content: flex-start;
34168
+ align-items: center;
34169
+ font-size: 12px;
34170
+ cursor: pointer;
34171
+ }
34172
+ .E_l1noi4n1:not(:last-child) {
34173
+ margin-right: 20px;
34174
+ }
34175
+ .E_l1noi4n1.deselected {
34176
+ opacity: 0.4;
34177
+ }
34178
+ .E_l1noi4n1.deselected .color-block {
34179
+ background: #b4beca !important;
34180
+ }
34181
+
34182
+ .E_cz19rz6 {
34183
+ display: inline-block;
34184
+ height: 8px;
34185
+ width: 8px;
34186
+ margin-right: 8px;
34187
+ }
34188
+
34189
+ .E_e17r5r9c .ant-dropdown-menu-item {
34190
+ display: flex;
34191
+ align-items: center;
34192
+ font-size: 12px;
34193
+ margin: 0;
34194
+ }
34195
+
34196
+ .E_m1y1hhnr {
34197
+ position: relative;
34198
+ }
34199
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34200
+ bottom: -12px;
34201
+ }
34202
+ .E_m1y1hhnr .metric-toolbar {
34203
+ display: flex;
34204
+ justify-content: space-between;
34205
+ line-height: 30px;
34206
+ margin: 0 16px;
34207
+ }
34208
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
34209
+ display: flex;
34210
+ font-size: 12px;
34211
+ align-items: center;
34212
+ }
34213
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34214
+ color: #a3b4cc;
34215
+ }
34216
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34217
+ margin-left: 10px;
34218
+ }
34219
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34220
+ margin-left: 10px;
34221
+ cursor: pointer;
34222
+ }
34223
+ .E_m1y1hhnr .recharts-xAxis {
34224
+ font-size: 12px;
34225
+ }
34226
+ .E_m1y1hhnr .pointer-wrapper {
34227
+ position: absolute;
34228
+ bottom: 10px;
34229
+ padding: 0 8px;
34230
+ border-radius: 4px;
34231
+ font-size: 12px;
34232
+ color: #fff;
34233
+ background: rgba(0, 0, 0, 0.75);
34234
+ transform: translateX(-50%);
34235
+ }
34236
+
34237
+ .E_tnvijvs {
34238
+ min-width: 200px;
34239
+ }
34240
+
34241
+ .E_t1ub2aex {
34242
+ display: flex;
34243
+ align-items: center;
34244
+ justify-content: space-between;
34245
+ background-color: rgba(0, 0, 0, 0.75);
34246
+ color: #b4beca;
34247
+ font-size: 12px;
34248
+ padding: 3px 6px;
34249
+ }
34250
+ .E_t1ub2aex:first-child {
34251
+ padding-top: 3px;
34252
+ }
34253
+ .E_t1ub2aex:last-child {
34254
+ padding-bottom: 3px;
34255
+ }
34256
+ .E_t1ub2aex .column-value {
34257
+ color: #fff;
34258
+ margin-left: 8px;
34098
34259
  }
34099
34260
 
34100
34261
  .E_m11nzl2x {
@@ -34312,179 +34473,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34312
34473
  border: 1px solid #fff;
34313
34474
  }
34314
34475
 
34315
- .E_msn7nxt {
34316
- color: rgba(44, 56, 82, 0.6);
34317
- text-align: center;
34476
+ .E_bpgac8u {
34477
+ color: #FFFFFF;
34478
+ display: flex;
34479
+ gap: 8px;
34480
+ padding: 8px 0;
34318
34481
  display: flex;
34319
- align-items: center;
34320
34482
  justify-content: center;
34321
- flex-direction: column;
34322
- height: 100%;
34483
+ white-space: pre-wrap;
34484
+ align-items: center;
34323
34485
  }
34324
- .E_msn7nxt .link {
34325
- color: #0080ff;
34326
- cursor: pointer;
34327
- }
34328
-
34329
- .E_mp64wfi {
34330
- width: 100%;
34331
- height: 100%;
34332
- display: flex;
34333
- flex-direction: column;
34334
- }
34335
- .E_mp64wfi .name-toolbar {
34336
- width: 100%;
34337
- display: flex;
34338
- line-height: 30px;
34339
- padding: 0 16px;
34340
- justify-content: space-between;
34341
- }
34342
- .E_mp64wfi .name-toolbar .metric-extra {
34343
- display: flex;
34344
- font-size: 12px;
34345
- align-items: center;
34346
- }
34347
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
34348
- color: #a3b4cc;
34349
- }
34350
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34351
- margin-left: 10px;
34352
- }
34353
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34354
- margin-left: 10px;
34355
- cursor: pointer;
34356
- }
34357
- .E_mp64wfi .content {
34358
- flex: 1;
34359
- width: 100%;
34360
- display: flex;
34361
- justify-content: center;
34362
- align-items: center;
34363
- }
34364
- .E_mp64wfi .single-content {
34365
- height: 65px;
34366
- }
34367
-
34368
- .E_l1oyigan {
34369
- display: flex;
34370
- align-items: center;
34371
- white-space: nowrap;
34372
- overflow: hidden;
34373
- width: 100%;
34374
- }
34375
- .E_l1oyigan .ant-dropdown-trigger {
34376
- margin-left: auto;
34377
- font-size: 12px;
34378
- }
34379
-
34380
- .E_l1noi4n1 {
34381
- display: flex;
34382
- justify-content: flex-start;
34383
- align-items: center;
34384
- font-size: 12px;
34385
- cursor: pointer;
34386
- }
34387
- .E_l1noi4n1:not(:last-child) {
34388
- margin-right: 20px;
34389
- }
34390
- .E_l1noi4n1.deselected {
34391
- opacity: 0.4;
34392
- }
34393
- .E_l1noi4n1.deselected .color-block {
34394
- background: #b4beca !important;
34395
- }
34396
-
34397
- .E_cz19rz6 {
34398
- display: inline-block;
34399
- height: 8px;
34400
- width: 8px;
34401
- margin-right: 8px;
34402
- }
34403
-
34404
- .E_e17r5r9c .ant-dropdown-menu-item {
34405
- display: flex;
34406
- align-items: center;
34407
- font-size: 12px;
34408
- margin: 0;
34409
- }
34410
-
34411
- .E_m1y1hhnr {
34412
- position: relative;
34413
- }
34414
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34415
- bottom: -12px;
34416
- }
34417
- .E_m1y1hhnr .metric-toolbar {
34418
- display: flex;
34419
- justify-content: space-between;
34420
- line-height: 30px;
34421
- margin: 0 16px;
34422
- }
34423
- .E_m1y1hhnr .metric-toolbar .metric-extra {
34424
- display: flex;
34425
- font-size: 12px;
34426
- align-items: center;
34427
- }
34428
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34429
- color: #a3b4cc;
34430
- }
34431
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34432
- margin-left: 10px;
34433
- }
34434
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34435
- margin-left: 10px;
34436
- cursor: pointer;
34437
- }
34438
- .E_m1y1hhnr .recharts-xAxis {
34439
- font-size: 12px;
34440
- }
34441
- .E_m1y1hhnr .pointer-wrapper {
34442
- position: absolute;
34443
- bottom: 10px;
34444
- padding: 0 8px;
34445
- border-radius: 4px;
34446
- font-size: 12px;
34447
- color: #fff;
34448
- background: rgba(0, 0, 0, 0.75);
34449
- transform: translateX(-50%);
34450
- }
34451
-
34452
- .E_tnvijvs {
34453
- min-width: 200px;
34454
- }
34455
-
34456
- .E_t1ub2aex {
34457
- display: flex;
34458
- align-items: center;
34459
- justify-content: space-between;
34460
- background-color: rgba(0, 0, 0, 0.75);
34461
- color: #b4beca;
34462
- font-size: 12px;
34463
- padding: 3px 6px;
34464
- }
34465
- .E_t1ub2aex:first-child {
34466
- padding-top: 3px;
34467
- }
34468
- .E_t1ub2aex:last-child {
34469
- padding-bottom: 3px;
34470
- }
34471
- .E_t1ub2aex .column-value {
34472
- color: #fff;
34473
- margin-left: 8px;
34474
- }
34475
-
34476
- .E_bpgac8u {
34477
- color: #FFFFFF;
34478
- display: flex;
34479
- gap: 8px;
34480
- padding: 8px 0;
34481
- display: flex;
34482
- justify-content: center;
34483
- white-space: pre-wrap;
34484
- align-items: center;
34485
- }
34486
- .E_bpgac8u .dashed-btn {
34487
- border-bottom: 1px solid white;
34486
+ .E_bpgac8u .dashed-btn {
34487
+ border-bottom: 1px solid white;
34488
34488
  cursor: pointer;
34489
34489
  }
34490
34490
 
@@ -35054,85 +35054,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35054
35054
  color: rgba(44, 56, 82, 0.7490196078);
35055
35055
  }
35056
35056
 
35057
- .E_c18bcrac {
35058
- display: inline-block;
35059
- width: 100%;
35060
- }
35061
- .E_c18bcrac .recharts-wrapper {
35062
- margin-left: 4px;
35063
- }
35064
-
35065
- .E_cro7kg2 {
35066
- padding: 4px;
35067
- }
35068
- .E_cro7kg2 .unit {
35069
- color: white;
35070
- }
35071
-
35072
- .E_c14wcxf0 {
35073
- display: flex;
35074
- justify-content: space-between;
35075
- align-items: center;
35076
- font-size: 13px;
35077
- line-height: 24px;
35078
- color: #cccccc;
35079
- white-space: nowrap;
35080
- }
35081
- .E_c14wcxf0 label {
35082
- margin-right: 32px;
35083
- }
35084
-
35085
- .E_coy29mj.E_c14wcxf0 {
35086
- font-weight: bold;
35087
- color: white;
35088
- }
35089
-
35090
- .E_s11212zy {
35091
- width: 8px;
35092
- height: 8px;
35093
- border-radius: 2px;
35094
- display: inline-block;
35095
- background: var(--s11212zy-0);
35096
- border: 1px solid #fff;
35097
- box-sizing: content-box;
35098
- margin-right: 6px;
35099
- }
35100
-
35101
- .E_p1lyky6c > :first-child {
35102
- font-weight: bold;
35103
- color: white;
35104
- margin-right: 4px;
35105
- }
35106
-
35107
- .E_gmyahx3 {
35108
- cursor: pointer;
35109
- }
35110
- .E_gmyahx3 .link-text {
35111
- color: rgba(0, 21, 64, 0.3);
35112
- }
35113
- .E_gmyahx3:hover .link-text {
35114
- color: #0080ff;
35115
- }
35116
-
35117
- .E_n12mqh7z {
35118
- display: flex;
35119
- align-items: center;
35120
- font-size: 12px;
35121
- line-height: 18px;
35122
- }
35123
- .E_n12mqh7z:not(:last-child) {
35124
- margin-bottom: 4px;
35125
- }
35126
-
35127
- .E_tf5bynu {
35128
- margin: 0 3px;
35129
- }
35130
-
35131
- .E_tcckoz1 {
35132
- max-height: 400px;
35133
- overflow: auto;
35134
- }
35135
-
35136
35057
  span.E_tqjc4ui {
35137
35058
  margin: 0 2px;
35138
35059
  }
@@ -35198,24 +35119,183 @@ span.E_tqjc4ui {
35198
35119
  background: #fff;
35199
35120
  }
35200
35121
 
35201
- .E_clm1wy1 {
35202
- width: 192px;
35203
- height: 246px;
35204
- border-radius: 4px;
35122
+ .E_c1up1pdz {
35123
+ width: 648px;
35205
35124
  }
35206
- .E_clm1wy1 > .ant-picker-calendar,
35207
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
35208
- width: 100%;
35209
- background-color: rgba(245, 247, 250, 0.6);
35210
- border-top: none;
35125
+ .E_c1up1pdz.active {
35126
+ border-color: #0080ff;
35211
35127
  }
35212
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
35213
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
35214
- padding: 0 16px;
35128
+ .E_c1up1pdz.active > header {
35129
+ background: rgba(0, 128, 255, 0.1);
35215
35130
  }
35216
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
35217
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
35218
- width: 100%;
35131
+ .E_c1up1pdz .expand {
35132
+ padding: 12px;
35133
+ }
35134
+ .E_c1up1pdz .field-item {
35135
+ display: flex;
35136
+ padding: 10px 0;
35137
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35138
+ }
35139
+ .E_c1up1pdz .field-item:last-child {
35140
+ border-bottom: none;
35141
+ padding-bottom: 0;
35142
+ }
35143
+ .E_c1up1pdz .field-item label {
35144
+ line-height: 32px;
35145
+ width: 100px;
35146
+ color: rgba(62, 70, 82, 0.6);
35147
+ }
35148
+ .E_c1up1pdz .help {
35149
+ color: rgba(62, 70, 82, 0.6);
35150
+ margin-top: 5px;
35151
+ }
35152
+ .E_c1up1pdz .ant-input-affix-wrapper,
35153
+ .E_c1up1pdz .ant-picker {
35154
+ width: 128px;
35155
+ }
35156
+
35157
+ .E_c156wh19 {
35158
+ display: flex;
35159
+ align-items: center;
35160
+ justify-content: space-between;
35161
+ word-break: keep-all;
35162
+ }
35163
+ .E_c156wh19 .title {
35164
+ margin: 0 16px 0 8px;
35165
+ }
35166
+ .E_c156wh19 .retain {
35167
+ color: rgba(129, 138, 153, 0.6);
35168
+ }
35169
+ .E_c156wh19 div.left {
35170
+ flex: 1;
35171
+ display: flex;
35172
+ overflow: hidden;
35173
+ align-items: center;
35174
+ justify-content: flex-start;
35175
+ white-space: nowrap;
35176
+ }
35177
+ .E_c156wh19 div.left .title {
35178
+ max-width: 100%;
35179
+ overflow: hidden;
35180
+ text-overflow: ellipsis;
35181
+ }
35182
+ .E_c156wh19 div.right {
35183
+ display: flex;
35184
+ align-items: center;
35185
+ }
35186
+ .E_c156wh19 .reverse {
35187
+ display: flex;
35188
+ flex-direction: row-reverse;
35189
+ align-items: center;
35190
+ }
35191
+ .E_c156wh19 .reverse .ant-switch {
35192
+ margin-left: 8px;
35193
+ }
35194
+ .E_c156wh19 .close {
35195
+ padding-left: 14px;
35196
+ margin-left: 14px;
35197
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
35198
+ cursor: pointer;
35199
+ }
35200
+
35201
+ .E_m126spxy {
35202
+ padding-bottom: 4px;
35203
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35204
+ }
35205
+ .E_m126spxy .ant-btn.ant-btn-link {
35206
+ padding: 1px 10px;
35207
+ color: rgba(62, 70, 82, 0.6);
35208
+ border-radius: 4px;
35209
+ }
35210
+ .E_m126spxy .ant-btn.ant-btn-link.active {
35211
+ background: rgba(0, 128, 255, 0.1);
35212
+ color: #0096ff;
35213
+ }
35214
+
35215
+ .E_wpbf4pq {
35216
+ padding: 10px 0;
35217
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35218
+ }
35219
+ .E_wpbf4pq .ant-input,
35220
+ .E_wpbf4pq .ant-picker {
35221
+ width: 80px;
35222
+ margin: 0 9px;
35223
+ text-align: center;
35224
+ }
35225
+ .E_wpbf4pq .options {
35226
+ padding: 12px 0 12px 16px;
35227
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
35228
+ margin: 5px 0 5px 8px;
35229
+ }
35230
+ .E_wpbf4pq .week-day-option,
35231
+ .E_wpbf4pq .month-day-option {
35232
+ background: #f5f7fa;
35233
+ box-sizing: border-box;
35234
+ border-radius: 16px;
35235
+ margin-right: 8px;
35236
+ }
35237
+ .E_wpbf4pq .week-day-option:focus,
35238
+ .E_wpbf4pq .month-day-option:focus {
35239
+ color: inherit;
35240
+ border-color: #d9d9d9;
35241
+ }
35242
+ .E_wpbf4pq .week-day-option.active {
35243
+ background-color: #0096ff;
35244
+ border-color: #0096ff;
35245
+ color: #fff;
35246
+ }
35247
+ .E_wpbf4pq .week-day-option.en-text {
35248
+ width: 110px;
35249
+ margin-top: 4px;
35250
+ }
35251
+ .E_wpbf4pq .month-day-option {
35252
+ width: 32px;
35253
+ padding: 0;
35254
+ margin-bottom: 8px;
35255
+ }
35256
+ .E_wpbf4pq .month-day-option.active {
35257
+ background-color: #0096ff;
35258
+ border-color: #0096ff;
35259
+ color: #fff;
35260
+ }
35261
+
35262
+ .E_n12mqh7z {
35263
+ display: flex;
35264
+ align-items: center;
35265
+ font-size: 12px;
35266
+ line-height: 18px;
35267
+ }
35268
+ .E_n12mqh7z:not(:last-child) {
35269
+ margin-bottom: 4px;
35270
+ }
35271
+
35272
+ .E_tf5bynu {
35273
+ margin: 0 3px;
35274
+ }
35275
+
35276
+ .E_tcckoz1 {
35277
+ max-height: 400px;
35278
+ overflow: auto;
35279
+ }
35280
+
35281
+ .E_clm1wy1 {
35282
+ width: 192px;
35283
+ height: 246px;
35284
+ border-radius: 4px;
35285
+ }
35286
+ .E_clm1wy1 > .ant-picker-calendar,
35287
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
35288
+ width: 100%;
35289
+ background-color: rgba(245, 247, 250, 0.6);
35290
+ border-top: none;
35291
+ }
35292
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
35293
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
35294
+ padding: 0 16px;
35295
+ }
35296
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
35297
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
35298
+ width: 100%;
35219
35299
  height: 180px;
35220
35300
  border-spacing: 0;
35221
35301
  }
@@ -35291,27 +35371,12 @@ span.E_tqjc4ui {
35291
35371
  border-radius: 2px;
35292
35372
  }
35293
35373
 
35294
- .E_wg1tsps {
35295
- display: flex;
35296
- align-items: center;
35297
- justify-content: flex-end;
35298
- }
35299
-
35300
- .E_b1ctd5xy {
35374
+ .E_s1iv0tp1 .enabled-switch {
35301
35375
  display: flex;
35302
35376
  align-items: center;
35303
- width: calc(100% - 40px);
35304
- }
35305
- .E_b1ctd5xy .chart {
35306
- display: inline-block;
35307
- width: 100%;
35308
- }
35309
-
35310
- .E_u1p8acpn {
35311
- min-width: 40px;
35312
35377
  }
35313
- .E_u1p8acpn .unit {
35314
- color: #00122e !important;
35378
+ .E_s1iv0tp1 .enabled-text {
35379
+ margin-right: 8px;
35315
35380
  }
35316
35381
 
35317
35382
  .E_t1sqg15u {
@@ -35404,179 +35469,114 @@ span.E_tqjc4ui {
35404
35469
  padding-right: 12px;
35405
35470
  }
35406
35471
 
35407
- .E_ou7iq30 {
35408
- overflow: hidden;
35409
- text-overflow: ellipsis;
35410
- }
35411
-
35412
- .E_s1tui002 {
35413
- white-space: nowrap;
35414
- }
35415
-
35416
- .E_mxrc2zg {
35417
- display: -webkit-box;
35418
- -webkit-line-clamp: var(--mxrc2zg-0);
35419
- -webkit-box-orient: vertical;
35420
- word-break: break-all;
35421
- }
35422
-
35423
- .E_t1vv6d68 .ant-tooltip-arrow {
35424
- display: none;
35472
+ .E_gmyahx3 {
35473
+ cursor: pointer;
35425
35474
  }
35426
- .E_t1vv6d68 .ant-tooltip-inner {
35427
- background: rgba(23, 38, 64, 0.8);
35428
- border-radius: 4px;
35475
+ .E_gmyahx3 .link-text {
35476
+ color: rgba(0, 21, 64, 0.3);
35429
35477
  }
35430
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35431
- visibility: hidden;
35478
+ .E_gmyahx3:hover .link-text {
35479
+ color: #0080ff;
35432
35480
  }
35433
35481
 
35434
- .E_s1iv0tp1 .enabled-switch {
35435
- display: flex;
35436
- align-items: center;
35482
+ .E_c18bcrac {
35483
+ display: inline-block;
35484
+ width: 100%;
35437
35485
  }
35438
- .E_s1iv0tp1 .enabled-text {
35439
- margin-right: 8px;
35486
+ .E_c18bcrac .recharts-wrapper {
35487
+ margin-left: 4px;
35440
35488
  }
35441
35489
 
35442
- .E_c1up1pdz {
35443
- width: 648px;
35444
- }
35445
- .E_c1up1pdz.active {
35446
- border-color: #0080ff;
35447
- }
35448
- .E_c1up1pdz.active > header {
35449
- background: rgba(0, 128, 255, 0.1);
35450
- }
35451
- .E_c1up1pdz .expand {
35452
- padding: 12px;
35453
- }
35454
- .E_c1up1pdz .field-item {
35455
- display: flex;
35456
- padding: 10px 0;
35457
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35458
- }
35459
- .E_c1up1pdz .field-item:last-child {
35460
- border-bottom: none;
35461
- padding-bottom: 0;
35462
- }
35463
- .E_c1up1pdz .field-item label {
35464
- line-height: 32px;
35465
- width: 100px;
35466
- color: rgba(62, 70, 82, 0.6);
35467
- }
35468
- .E_c1up1pdz .help {
35469
- color: rgba(62, 70, 82, 0.6);
35470
- margin-top: 5px;
35490
+ .E_cro7kg2 {
35491
+ padding: 4px;
35471
35492
  }
35472
- .E_c1up1pdz .ant-input-affix-wrapper,
35473
- .E_c1up1pdz .ant-picker {
35474
- width: 128px;
35493
+ .E_cro7kg2 .unit {
35494
+ color: white;
35475
35495
  }
35476
35496
 
35477
- .E_c156wh19 {
35497
+ .E_c14wcxf0 {
35478
35498
  display: flex;
35479
- align-items: center;
35480
35499
  justify-content: space-between;
35481
- word-break: keep-all;
35500
+ align-items: center;
35501
+ font-size: 13px;
35502
+ line-height: 24px;
35503
+ color: #cccccc;
35504
+ white-space: nowrap;
35482
35505
  }
35483
- .E_c156wh19 .title {
35484
- margin: 0 16px 0 8px;
35506
+ .E_c14wcxf0 label {
35507
+ margin-right: 32px;
35485
35508
  }
35486
- .E_c156wh19 .retain {
35487
- color: rgba(129, 138, 153, 0.6);
35509
+
35510
+ .E_coy29mj.E_c14wcxf0 {
35511
+ font-weight: bold;
35512
+ color: white;
35488
35513
  }
35489
- .E_c156wh19 div.left {
35490
- flex: 1;
35491
- display: flex;
35492
- overflow: hidden;
35493
- align-items: center;
35494
- justify-content: flex-start;
35495
- white-space: nowrap;
35514
+
35515
+ .E_s11212zy {
35516
+ width: 8px;
35517
+ height: 8px;
35518
+ border-radius: 2px;
35519
+ display: inline-block;
35520
+ background: var(--s11212zy-0);
35521
+ border: 1px solid #fff;
35522
+ box-sizing: content-box;
35523
+ margin-right: 6px;
35496
35524
  }
35497
- .E_c156wh19 div.left .title {
35498
- max-width: 100%;
35499
- overflow: hidden;
35500
- text-overflow: ellipsis;
35525
+
35526
+ .E_p1lyky6c > :first-child {
35527
+ font-weight: bold;
35528
+ color: white;
35529
+ margin-right: 4px;
35501
35530
  }
35502
- .E_c156wh19 div.right {
35531
+
35532
+ .E_wg1tsps {
35503
35533
  display: flex;
35504
35534
  align-items: center;
35535
+ justify-content: flex-end;
35505
35536
  }
35506
- .E_c156wh19 .reverse {
35537
+
35538
+ .E_b1ctd5xy {
35507
35539
  display: flex;
35508
- flex-direction: row-reverse;
35509
35540
  align-items: center;
35541
+ width: calc(100% - 40px);
35510
35542
  }
35511
- .E_c156wh19 .reverse .ant-switch {
35512
- margin-left: 8px;
35513
- }
35514
- .E_c156wh19 .close {
35515
- padding-left: 14px;
35516
- margin-left: 14px;
35517
- border-left: 1px solid rgba(129, 138, 153, 0.6);
35518
- cursor: pointer;
35519
- }
35520
-
35521
- .E_m126spxy {
35522
- padding-bottom: 4px;
35523
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35524
- }
35525
- .E_m126spxy .ant-btn.ant-btn-link {
35526
- padding: 1px 10px;
35527
- color: rgba(62, 70, 82, 0.6);
35528
- border-radius: 4px;
35529
- }
35530
- .E_m126spxy .ant-btn.ant-btn-link.active {
35531
- background: rgba(0, 128, 255, 0.1);
35532
- color: #0096ff;
35533
- }
35534
-
35535
- .E_wpbf4pq {
35536
- padding: 10px 0;
35537
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35543
+ .E_b1ctd5xy .chart {
35544
+ display: inline-block;
35545
+ width: 100%;
35538
35546
  }
35539
- .E_wpbf4pq .ant-input,
35540
- .E_wpbf4pq .ant-picker {
35541
- width: 80px;
35542
- margin: 0 9px;
35543
- text-align: center;
35547
+
35548
+ .E_u1p8acpn {
35549
+ min-width: 40px;
35544
35550
  }
35545
- .E_wpbf4pq .options {
35546
- padding: 12px 0 12px 16px;
35547
- border-left: 2px solid rgba(129, 138, 153, 0.6);
35548
- margin: 5px 0 5px 8px;
35551
+ .E_u1p8acpn .unit {
35552
+ color: #00122e !important;
35549
35553
  }
35550
- .E_wpbf4pq .week-day-option,
35551
- .E_wpbf4pq .month-day-option {
35552
- background: #f5f7fa;
35553
- box-sizing: border-box;
35554
- border-radius: 16px;
35555
- margin-right: 8px;
35554
+
35555
+ .E_ou7iq30 {
35556
+ overflow: hidden;
35557
+ text-overflow: ellipsis;
35556
35558
  }
35557
- .E_wpbf4pq .week-day-option:focus,
35558
- .E_wpbf4pq .month-day-option:focus {
35559
- color: inherit;
35560
- border-color: #d9d9d9;
35559
+
35560
+ .E_s1tui002 {
35561
+ white-space: nowrap;
35561
35562
  }
35562
- .E_wpbf4pq .week-day-option.active {
35563
- background-color: #0096ff;
35564
- border-color: #0096ff;
35565
- color: #fff;
35563
+
35564
+ .E_mxrc2zg {
35565
+ display: -webkit-box;
35566
+ -webkit-line-clamp: var(--mxrc2zg-0);
35567
+ -webkit-box-orient: vertical;
35568
+ word-break: break-all;
35566
35569
  }
35567
- .E_wpbf4pq .week-day-option.en-text {
35568
- width: 110px;
35569
- margin-top: 4px;
35570
+
35571
+ .E_t1vv6d68 .ant-tooltip-arrow {
35572
+ display: none;
35570
35573
  }
35571
- .E_wpbf4pq .month-day-option {
35572
- width: 32px;
35573
- padding: 0;
35574
- margin-bottom: 8px;
35574
+ .E_t1vv6d68 .ant-tooltip-inner {
35575
+ background: rgba(23, 38, 64, 0.8);
35576
+ border-radius: 4px;
35575
35577
  }
35576
- .E_wpbf4pq .month-day-option.active {
35577
- background-color: #0096ff;
35578
- border-color: #0096ff;
35579
- color: #fff;
35578
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35579
+ visibility: hidden;
35580
35580
  }
35581
35581
 
35582
35582
  .E_skwah65 {
@@ -35924,6 +35924,53 @@ span.E_tqjc4ui {
35924
35924
  text-align: left;
35925
35925
  }
35926
35926
 
35927
+ .E_i5w779o {
35928
+ padding: 8px 0;
35929
+ }
35930
+ .E_i5w779o .col-label {
35931
+ flex-shrink: unset;
35932
+ }
35933
+ .E_i5w779o .col-label * {
35934
+ line-height: 18px;
35935
+ }
35936
+ .E_i5w779o .col-content {
35937
+ flex: 1 1 0;
35938
+ display: flex;
35939
+ align-items: center;
35940
+ }
35941
+ .E_i5w779o .col-content * {
35942
+ line-height: 18px;
35943
+ }
35944
+
35945
+ .E_l18dja44 {
35946
+ padding: 6px 0;
35947
+ }
35948
+ .E_l18dja44 .col-label * {
35949
+ font-size: 13px;
35950
+ line-height: 20px;
35951
+ }
35952
+ .E_l18dja44 .col-content * {
35953
+ font-size: 14px;
35954
+ line-height: 20px;
35955
+ }
35956
+
35957
+ .E_c8c2hys {
35958
+ display: flex;
35959
+ justify-content: space-between;
35960
+ flex: 1;
35961
+ min-width: 0;
35962
+ }
35963
+
35964
+ .E_n4m6c4d {
35965
+ color: rgba(0, 21, 64, 0.3);
35966
+ }
35967
+
35968
+ .E_h1ol2wl7 {
35969
+ font-weight: bold;
35970
+ background-color: unset;
35971
+ padding: unset;
35972
+ }
35973
+
35927
35974
  .E_cyms3br {
35928
35975
  background: #fff;
35929
35976
  width: 100%;
@@ -35985,47 +36032,6 @@ span.E_tqjc4ui {
35985
36032
  justify-content: center;
35986
36033
  }
35987
36034
 
35988
- .E_i5w779o {
35989
- padding: 8px 0;
35990
- }
35991
- .E_i5w779o .col-label {
35992
- flex-shrink: unset;
35993
- }
35994
- .E_i5w779o .col-label * {
35995
- line-height: 18px;
35996
- }
35997
- .E_i5w779o .col-content {
35998
- flex: 1 1 0;
35999
- display: flex;
36000
- align-items: center;
36001
- }
36002
- .E_i5w779o .col-content * {
36003
- line-height: 18px;
36004
- }
36005
-
36006
- .E_l18dja44 {
36007
- padding: 6px 0;
36008
- }
36009
- .E_l18dja44 .col-label * {
36010
- font-size: 13px;
36011
- line-height: 20px;
36012
- }
36013
- .E_l18dja44 .col-content * {
36014
- font-size: 14px;
36015
- line-height: 20px;
36016
- }
36017
-
36018
- .E_c8c2hys {
36019
- display: flex;
36020
- justify-content: space-between;
36021
- flex: 1;
36022
- min-width: 0;
36023
- }
36024
-
36025
- .E_n4m6c4d {
36026
- color: rgba(0, 21, 64, 0.3);
36027
- }
36028
-
36029
36035
  .E_kr6am0s .ant-modal-body {
36030
36036
  padding: 60px 128px;
36031
36037
  }
@@ -36089,12 +36095,6 @@ span.E_tqjc4ui {
36089
36095
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
36090
36096
  }
36091
36097
 
36092
- .E_h1ol2wl7 {
36093
- font-weight: bold;
36094
- background-color: unset;
36095
- padding: unset;
36096
- }
36097
-
36098
36098
  .E_c14ouk5o {
36099
36099
  width: 100%;
36100
36100
  height: 100%;
@@ -36139,6 +36139,57 @@ span.E_tqjc4ui {
36139
36139
  height: auto;
36140
36140
  }
36141
36141
 
36142
+ .E_c1ss4prm {
36143
+ color: rgba(44, 56, 82, 0.6);
36144
+ }
36145
+ .E_c1ss4prm:is(ul, ol) {
36146
+ padding-inline-start: 12px;
36147
+ }
36148
+ .E_c1ss4prm li {
36149
+ margin-bottom: 4px;
36150
+ }
36151
+ .E_c1ss4prm li:last-child {
36152
+ margin-bottom: 0;
36153
+ }
36154
+
36155
+ .E_ms3tlei {
36156
+ background: rgba(225, 230, 241, 0.6);
36157
+ padding: 8px;
36158
+ border-radius: 6px;
36159
+ color: rgba(44, 56, 82, 0.6);
36160
+ }
36161
+ .E_ms3tlei .icon-wrapper {
36162
+ margin-top: 1px;
36163
+ margin-right: 4px;
36164
+ }
36165
+ .E_ms3tlei li {
36166
+ margin-bottom: 4px;
36167
+ display: flex;
36168
+ align-items: flex-start;
36169
+ }
36170
+ .E_ms3tlei li:last-child {
36171
+ margin-bottom: 0;
36172
+ }
36173
+
36174
+ .E_du44iy7 {
36175
+ margin-bottom: 4px;
36176
+ }
36177
+
36178
+ .E_p1qmhanr {
36179
+ margin-bottom: 8px;
36180
+ }
36181
+
36182
+ .E_srje1h0 {
36183
+ color: rgba(44, 56, 82, 0.6);
36184
+ margin-bottom: 8px;
36185
+ }
36186
+
36187
+ .E_di3zi7v {
36188
+ height: 1px;
36189
+ background: #e4e9f2;
36190
+ margin: 16px 0;
36191
+ }
36192
+
36142
36193
  .E_cevhqx7 {
36143
36194
  color: #00122e;
36144
36195
  }
@@ -36640,57 +36691,6 @@ span.E_tqjc4ui {
36640
36691
  padding: 0;
36641
36692
  }
36642
36693
 
36643
- .E_c1ss4prm {
36644
- color: rgba(44, 56, 82, 0.6);
36645
- }
36646
- .E_c1ss4prm:is(ul, ol) {
36647
- padding-inline-start: 12px;
36648
- }
36649
- .E_c1ss4prm li {
36650
- margin-bottom: 4px;
36651
- }
36652
- .E_c1ss4prm li:last-child {
36653
- margin-bottom: 0;
36654
- }
36655
-
36656
- .E_ms3tlei {
36657
- background: rgba(225, 230, 241, 0.6);
36658
- padding: 8px;
36659
- border-radius: 6px;
36660
- color: rgba(44, 56, 82, 0.6);
36661
- }
36662
- .E_ms3tlei .icon-wrapper {
36663
- margin-top: 1px;
36664
- margin-right: 4px;
36665
- }
36666
- .E_ms3tlei li {
36667
- margin-bottom: 4px;
36668
- display: flex;
36669
- align-items: flex-start;
36670
- }
36671
- .E_ms3tlei li:last-child {
36672
- margin-bottom: 0;
36673
- }
36674
-
36675
- .E_du44iy7 {
36676
- margin-bottom: 4px;
36677
- }
36678
-
36679
- .E_p1qmhanr {
36680
- margin-bottom: 8px;
36681
- }
36682
-
36683
- .E_srje1h0 {
36684
- color: rgba(44, 56, 82, 0.6);
36685
- margin-bottom: 8px;
36686
- }
36687
-
36688
- .E_di3zi7v {
36689
- height: 1px;
36690
- background: #e4e9f2;
36691
- margin: 16px 0;
36692
- }
36693
-
36694
36694
  .E_l12xdkhl {
36695
36695
  width: 64px;
36696
36696
  height: 64px;