@cloudtower/eagle 0.32.35 → 0.32.36

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
@@ -29672,6 +29672,19 @@ html body {
29672
29672
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29673
29673
  }
29674
29674
  }
29675
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29676
+ padding: 4px 8px 0 8px;
29677
+ color: rgba(44, 56, 82, 0.6);
29678
+ font-size: 12px;
29679
+ }
29680
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29681
+ padding-bottom: 6px;
29682
+ }
29683
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29684
+ padding-top: 4px;
29685
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29686
+ }
29687
+
29675
29688
  .E_c18gxmrl {
29676
29689
  border: 1px solid #d8deeb;
29677
29690
  border-radius: 4px;
@@ -29712,20 +29725,109 @@ html body {
29712
29725
  flex: 1;
29713
29726
  }
29714
29727
 
29715
- .E_berrcjl {
29716
- color: rgba(10, 37, 85, 0.6);
29717
- margin-bottom: 4px;
29728
+ .E_c1uzzomf {
29729
+ margin-bottom: 16px;
29718
29730
  }
29719
- .E_berrcjl .breadcrumb-link {
29720
- color: rgba(10, 37, 85, 0.6);
29731
+ .E_c1uzzomf .card-title {
29732
+ font-size: 16px;
29733
+ color: rgba(44, 56, 82, 0.6);
29734
+ font-weight: 700;
29735
+ line-height: 32px;
29736
+ }
29737
+ .E_c1uzzomf .card-body {
29738
+ padding: 24px;
29739
+ border-radius: 8px;
29740
+ background: #fff;
29741
+ }
29742
+ .E_c1uzzomf .empty {
29743
+ font-weight: 700;
29744
+ font-size: 14px;
29745
+ line-height: 22px;
29746
+ color: rgba(0, 21, 64, 0.3);
29747
+ text-align: center;
29748
+ }
29749
+
29750
+ .E_d1bw7c5z {
29751
+ position: relative;
29752
+ max-width: 388px;
29753
+ min-width: 285px;
29754
+ }
29755
+ .E_d1bw7c5z .center {
29756
+ position: absolute;
29757
+ font-size: 12px;
29758
+ width: 80px;
29759
+ height: 100px;
29760
+ top: 0;
29761
+ left: 35px;
29762
+ display: flex;
29763
+ flex-direction: column;
29764
+ justify-content: center;
29765
+ align-items: center;
29766
+ color: #00122e;
29767
+ }
29768
+ .E_d1bw7c5z .center .number {
29769
+ font-size: 24px;
29770
+ font-weight: 700;
29771
+ }
29772
+ .E_d1bw7c5z .center .text {
29773
+ padding: 0 5px;
29774
+ font-size: 12px;
29775
+ width: inherit;
29776
+ text-align: center;
29777
+ }
29778
+ .E_d1bw7c5z .recharts-wrapper {
29779
+ display: flex;
29780
+ }
29781
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29782
+ position: relative !important;
29783
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29784
+ left: 0 !important;
29785
+ bottom: 0 !important;
29786
+ display: flex;
29787
+ align-items: center;
29788
+ }
29789
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29790
+ width: 100%;
29791
+ }
29792
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29793
+ width: 100%;
29794
+ margin-right: 0 !important;
29795
+ line-height: 18px;
29796
+ }
29797
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29798
+ border-radius: 2px;
29799
+ }
29800
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29801
+ min-width: 75px;
29802
+ max-width: 198px;
29803
+ width: calc(100% - 20px);
29804
+ margin-left: 2px;
29805
+ color: #00122e !important;
29806
+ display: inline-flex;
29807
+ justify-content: space-between;
29808
+ }
29809
+ .E_d1bw7c5z .tooltip-text {
29810
+ maxwidth: calc(100% - 12px);
29721
29811
  cursor: pointer;
29722
- transition: color 160ms ease;
29812
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29813
+ overflow: hidden;
29814
+ text-overflow: ellipsis;
29815
+ white-space: nowrap;
29723
29816
  }
29724
- .E_berrcjl .breadcrumb-link:hover {
29725
- color: #0080ff;
29817
+ .E_d1bw7c5z .value {
29818
+ color: rgba(44, 56, 82, 0.75);
29726
29819
  }
29727
- .E_berrcjl .breadcrumb-link:active {
29728
- color: #005ed1;
29820
+
29821
+ .E_t10pqbtc {
29822
+ width: 140px;
29823
+ }
29824
+ .E_t10pqbtc .item {
29825
+ margin: 6px auto;
29826
+ display: flex;
29827
+ justify-content: space-between;
29828
+ }
29829
+ .E_t10pqbtc .item .name {
29830
+ width: 102px;
29729
29831
  }
29730
29832
 
29731
29833
  .E_b1nip9bk {
@@ -29757,6 +29859,13 @@ html body {
29757
29859
  border-radius: unset;
29758
29860
  }
29759
29861
 
29862
+ .E_c1yyuluq {
29863
+ border-radius: 8px;
29864
+ }
29865
+ .E_c1yyuluq .ant-card-body {
29866
+ padding: 20px 24px 24px 24px;
29867
+ }
29868
+
29760
29869
  .E_b1wx3t3t.ant-btn-icon-only {
29761
29870
  justify-content: center;
29762
29871
  }
@@ -30011,109 +30120,16 @@ button.E_n7k2c6r {
30011
30120
  padding: 0;
30012
30121
  }
30013
30122
 
30014
- .E_c1uzzomf {
30015
- margin-bottom: 16px;
30016
- }
30017
- .E_c1uzzomf .card-title {
30018
- font-size: 16px;
30019
- color: rgba(44, 56, 82, 0.6);
30020
- font-weight: 700;
30021
- line-height: 32px;
30022
- }
30023
- .E_c1uzzomf .card-body {
30024
- padding: 24px;
30025
- border-radius: 8px;
30026
- background: #fff;
30027
- }
30028
- .E_c1uzzomf .empty {
30029
- font-weight: 700;
30030
- font-size: 14px;
30031
- line-height: 22px;
30032
- color: rgba(0, 21, 64, 0.3);
30033
- text-align: center;
30034
- }
30035
-
30036
- .E_d1bw7c5z {
30037
- position: relative;
30038
- max-width: 388px;
30039
- min-width: 285px;
30040
- }
30041
- .E_d1bw7c5z .center {
30042
- position: absolute;
30043
- font-size: 12px;
30044
- width: 80px;
30045
- height: 100px;
30046
- top: 0;
30047
- left: 35px;
30048
- display: flex;
30049
- flex-direction: column;
30050
- justify-content: center;
30051
- align-items: center;
30052
- color: #00122e;
30053
- }
30054
- .E_d1bw7c5z .center .number {
30055
- font-size: 24px;
30056
- font-weight: 700;
30057
- }
30058
- .E_d1bw7c5z .center .text {
30059
- padding: 0 5px;
30060
- font-size: 12px;
30061
- width: inherit;
30062
- text-align: center;
30063
- }
30064
- .E_d1bw7c5z .recharts-wrapper {
30065
- display: flex;
30066
- }
30067
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30068
- position: relative !important;
30069
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30070
- left: 0 !important;
30071
- bottom: 0 !important;
30123
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30072
30124
  display: flex;
30073
- align-items: center;
30074
- }
30075
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30076
- width: 100%;
30077
30125
  }
30078
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30079
- width: 100%;
30080
- margin-right: 0 !important;
30081
- line-height: 18px;
30082
- }
30083
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30084
- border-radius: 2px;
30085
- }
30086
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30087
- min-width: 75px;
30088
- max-width: 198px;
30089
- width: calc(100% - 20px);
30090
- margin-left: 2px;
30091
- color: #00122e !important;
30092
- display: inline-flex;
30093
- justify-content: space-between;
30094
- }
30095
- .E_d1bw7c5z .tooltip-text {
30096
- maxwidth: calc(100% - 12px);
30097
- cursor: pointer;
30098
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30099
- overflow: hidden;
30100
- text-overflow: ellipsis;
30101
- white-space: nowrap;
30102
- }
30103
- .E_d1bw7c5z .value {
30104
- color: rgba(44, 56, 82, 0.75);
30105
- }
30106
-
30107
- .E_t10pqbtc {
30108
- width: 140px;
30109
- }
30110
- .E_t10pqbtc .item {
30111
- margin: 6px auto;
30112
- display: flex;
30113
- justify-content: space-between;
30126
+ .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 {
30127
+ border-bottom-left-radius: 5px;
30128
+ border-top-left-radius: 5px;
30114
30129
  }
30115
- .E_t10pqbtc .item .name {
30116
- width: 102px;
30130
+ .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 {
30131
+ border-bottom-right-radius: 5px;
30132
+ border-top-right-radius: 5px;
30117
30133
  }
30118
30134
 
30119
30135
  .E_ccrbeuz .ant-collapse-item {
@@ -30138,40 +30154,20 @@ button.E_n7k2c6r {
30138
30154
  cursor: default;
30139
30155
  }
30140
30156
 
30141
- .E_itxley7.ant-input-group.ant-input-group-compact {
30142
- display: flex;
30157
+ .E_berrcjl {
30158
+ color: rgba(10, 37, 85, 0.6);
30159
+ margin-bottom: 4px;
30143
30160
  }
30144
- .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 {
30145
- border-bottom-left-radius: 5px;
30146
- border-top-left-radius: 5px;
30161
+ .E_berrcjl .breadcrumb-link {
30162
+ color: rgba(10, 37, 85, 0.6);
30163
+ cursor: pointer;
30164
+ transition: color 160ms ease;
30147
30165
  }
30148
- .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 {
30149
- border-bottom-right-radius: 5px;
30150
- border-top-right-radius: 5px;
30151
- }
30152
-
30153
- .E_c1yyuluq {
30154
- border-radius: 8px;
30155
- }
30156
- .E_c1yyuluq .ant-card-body {
30157
- padding: 20px 24px 24px 24px;
30158
- }
30159
-
30160
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30161
- padding: 4px 8px 0 8px;
30162
- color: rgba(44, 56, 82, 0.6);
30163
- font-size: 12px;
30164
- }
30165
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30166
- padding-bottom: 6px;
30167
- }
30168
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30169
- padding-top: 4px;
30170
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30171
- }
30172
-
30173
- .E_sx1bpnu .ant-input-sm {
30174
- line-height: 18px;
30166
+ .E_berrcjl .breadcrumb-link:hover {
30167
+ color: #0080ff;
30168
+ }
30169
+ .E_berrcjl .breadcrumb-link:active {
30170
+ color: #005ed1;
30175
30171
  }
30176
30172
 
30177
30173
  .E_phljevk {
@@ -30231,30 +30227,8 @@ button.E_n7k2c6r {
30231
30227
  line-height: 18px;
30232
30228
  }
30233
30229
 
30234
- .E_i11gg7mj .ant-input-prefix {
30235
- margin-right: 8px;
30236
- }
30237
- .E_i11gg7mj .ant-input-suffix {
30238
- margin-left: 8px;
30239
- }
30240
-
30241
- .E_cc368xp {
30242
- color: #00122e;
30243
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30244
- margin-right: 8px;
30245
- padding-right: 8px;
30246
- }
30247
-
30248
- .E_i11o6xqj {
30249
- display: flex;
30250
- gap: 4px;
30251
- }
30252
- .E_i11o6xqj .icon-wrapper {
30253
- cursor: pointer;
30254
- }
30255
-
30256
- .E_d19ruhdj.icon-wrapper {
30257
- cursor: not-allowed;
30230
+ .E_sx1bpnu .ant-input-sm {
30231
+ line-height: 18px;
30258
30232
  }
30259
30233
 
30260
30234
  .E_rapgekc.ant-radio-wrapper {
@@ -30403,10 +30377,42 @@ button.E_n7k2c6r {
30403
30377
  width: 36px;
30404
30378
  }
30405
30379
 
30406
- .E_tju3gfj .date {
30380
+ .E_i11gg7mj .ant-input-prefix {
30381
+ margin-right: 8px;
30382
+ }
30383
+ .E_i11gg7mj .ant-input-suffix {
30384
+ margin-left: 8px;
30385
+ }
30386
+
30387
+ .E_cc368xp {
30388
+ color: #00122e;
30389
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30390
+ margin-right: 8px;
30391
+ padding-right: 8px;
30392
+ }
30393
+
30394
+ .E_i11o6xqj {
30395
+ display: flex;
30396
+ gap: 4px;
30397
+ }
30398
+ .E_i11o6xqj .icon-wrapper {
30399
+ cursor: pointer;
30400
+ }
30401
+
30402
+ .E_d19ruhdj.icon-wrapper {
30403
+ cursor: not-allowed;
30404
+ }
30405
+
30406
+ .E_ivqqkzv {
30407
+ height: 24px;
30408
+ width: 56px !important;
30407
30409
  margin-right: 4px;
30408
30410
  }
30409
30411
 
30412
+ .E_c1wk4q29 {
30413
+ color: rgba(44, 56, 82, 0.6);
30414
+ }
30415
+
30410
30416
  .E_c1bus5hc {
30411
30417
  --color: white;
30412
30418
  height: 14px;
@@ -30447,98 +30453,6 @@ button.E_n7k2c6r {
30447
30453
  transform: rotate(0deg);
30448
30454
  }
30449
30455
 
30450
- .E_s1sck0th {
30451
- padding: 0 8px;
30452
- border-radius: 4px;
30453
- }
30454
-
30455
- .E_m855nr1 {
30456
- padding: 2px 8px;
30457
- border-radius: 3px;
30458
- }
30459
-
30460
- .E_l1270xpg {
30461
- padding: 3px 8px;
30462
- border-radius: 2px;
30463
- }
30464
-
30465
- .E_t14rextb.ant-tag:hover {
30466
- opacity: unset;
30467
- }
30468
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30469
- margin: 0;
30470
- margin-right: 8px;
30471
- display: inline-flex;
30472
- align-items: center;
30473
- border: none;
30474
- }
30475
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30476
- width: 16px;
30477
- height: 16px;
30478
- color: inherit;
30479
- margin-left: 4px;
30480
- opacity: 0.6;
30481
- display: inline-flex;
30482
- }
30483
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30484
- opacity: 1;
30485
- }
30486
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30487
- color: #0080ff;
30488
- background-color: rgba(0, 136, 255, 0.1);
30489
- }
30490
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30491
- color: #f0483e;
30492
- background-color: rgba(255, 74, 74, 0.1);
30493
- }
30494
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30495
- color: #e07f00;
30496
- background-color: rgba(255, 187, 0, 0.1);
30497
- }
30498
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30499
- color: #008f4c;
30500
- background-color: rgba(30, 201, 127, 0.1);
30501
- }
30502
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30503
- color: #1d326c;
30504
- background-color: rgba(225, 230, 241, 0.6);
30505
- }
30506
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30507
- color: #7E41FF;
30508
- background-color: rgba(126, 65, 255, 0.1);
30509
- }
30510
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30511
- color: #fff;
30512
- }
30513
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30514
- background-color: #f0483e;
30515
- }
30516
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30517
- background-color: #fea008;
30518
- }
30519
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30520
- background-color: #00ba5d;
30521
- }
30522
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30523
- background-color: #0080ff;
30524
- }
30525
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30526
- background-color: #6b7d99;
30527
- }
30528
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30529
- background-color: #7E41FF;
30530
- }
30531
-
30532
- .E_ivqqkzv {
30533
- height: 24px;
30534
- width: 56px !important;
30535
- margin-right: 4px;
30536
- }
30537
-
30538
- .E_c1wk4q29 {
30539
- color: rgba(44, 56, 82, 0.6);
30540
- }
30541
-
30542
30456
  .E_s1dizucg.ant-switch {
30543
30457
  min-width: 40px;
30544
30458
  height: 24px;
@@ -30594,6 +30508,72 @@ button.E_n7k2c6r {
30594
30508
  margin-left: 5px;
30595
30509
  }
30596
30510
 
30511
+ .E_tju3gfj .date {
30512
+ margin-right: 4px;
30513
+ }
30514
+
30515
+ .E_c18bcrac {
30516
+ display: inline-block;
30517
+ width: 100%;
30518
+ }
30519
+ .E_c18bcrac .recharts-wrapper {
30520
+ margin-left: 4px;
30521
+ }
30522
+
30523
+ .E_cro7kg2 {
30524
+ padding: 4px;
30525
+ }
30526
+
30527
+ .E_c14wcxf0 {
30528
+ display: flex;
30529
+ justify-content: space-between;
30530
+ align-items: center;
30531
+ font-size: 13px;
30532
+ line-height: 24px;
30533
+ color: #cccccc;
30534
+ white-space: nowrap;
30535
+ }
30536
+ .E_c14wcxf0 label {
30537
+ margin-right: 32px;
30538
+ }
30539
+
30540
+ .E_coy29mj.E_c14wcxf0 {
30541
+ font-weight: bold;
30542
+ color: white;
30543
+ }
30544
+
30545
+ .E_s11212zy {
30546
+ width: 8px;
30547
+ height: 8px;
30548
+ border-radius: 2px;
30549
+ display: inline-block;
30550
+ background: var(--s11212zy-0);
30551
+ border: 1px solid #fff;
30552
+ box-sizing: content-box;
30553
+ margin-right: 6px;
30554
+ }
30555
+
30556
+ .E_p1lyky6c > :first-child {
30557
+ font-weight: bold;
30558
+ color: white;
30559
+ margin-right: 4px;
30560
+ }
30561
+
30562
+ .E_iq1gosr {
30563
+ display: inline-block;
30564
+ }
30565
+
30566
+ .E_t1m2x205 .ant-tooltip-arrow {
30567
+ display: none;
30568
+ }
30569
+ .E_t1m2x205 .ant-tooltip-inner {
30570
+ background: rgba(23, 38, 64, 0.8);
30571
+ border-radius: 4px;
30572
+ }
30573
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30574
+ visibility: hidden;
30575
+ }
30576
+
30597
30577
  .E_s1dni7lo {
30598
30578
  width: 430px !important;
30599
30579
  }
@@ -30675,55 +30655,86 @@ button.E_n7k2c6r {
30675
30655
  opacity: 0;
30676
30656
  }
30677
30657
 
30678
- .E_c18bcrac {
30679
- display: inline-block;
30680
- width: 100%;
30681
- }
30682
- .E_c18bcrac .recharts-wrapper {
30683
- margin-left: 4px;
30658
+ .E_s1sck0th {
30659
+ padding: 0 8px;
30660
+ border-radius: 4px;
30684
30661
  }
30685
30662
 
30686
- .E_cro7kg2 {
30687
- padding: 4px;
30663
+ .E_m855nr1 {
30664
+ padding: 2px 8px;
30665
+ border-radius: 3px;
30688
30666
  }
30689
30667
 
30690
- .E_c14wcxf0 {
30691
- display: flex;
30692
- justify-content: space-between;
30668
+ .E_l1270xpg {
30669
+ padding: 3px 8px;
30670
+ border-radius: 2px;
30671
+ }
30672
+
30673
+ .E_t14rextb.ant-tag:hover {
30674
+ opacity: unset;
30675
+ }
30676
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30677
+ margin: 0;
30678
+ margin-right: 8px;
30679
+ display: inline-flex;
30693
30680
  align-items: center;
30694
- font-size: 13px;
30695
- line-height: 24px;
30696
- color: #cccccc;
30697
- white-space: nowrap;
30681
+ border: none;
30698
30682
  }
30699
- .E_c14wcxf0 label {
30700
- margin-right: 32px;
30683
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30684
+ width: 16px;
30685
+ height: 16px;
30686
+ color: inherit;
30687
+ margin-left: 4px;
30688
+ opacity: 0.6;
30689
+ display: inline-flex;
30701
30690
  }
30702
-
30703
- .E_coy29mj.E_c14wcxf0 {
30704
- font-weight: bold;
30705
- color: white;
30691
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30692
+ opacity: 1;
30706
30693
  }
30707
-
30708
- .E_s11212zy {
30709
- width: 8px;
30710
- height: 8px;
30711
- border-radius: 2px;
30712
- display: inline-block;
30713
- background: var(--s11212zy-0);
30714
- border: 1px solid #fff;
30715
- box-sizing: content-box;
30716
- margin-right: 6px;
30694
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30695
+ color: #0080ff;
30696
+ background-color: rgba(0, 136, 255, 0.1);
30717
30697
  }
30718
-
30719
- .E_p1lyky6c > :first-child {
30720
- font-weight: bold;
30721
- color: white;
30722
- margin-right: 4px;
30698
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30699
+ color: #f0483e;
30700
+ background-color: rgba(255, 74, 74, 0.1);
30723
30701
  }
30724
-
30725
- .E_iq1gosr {
30726
- display: inline-block;
30702
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30703
+ color: #e07f00;
30704
+ background-color: rgba(255, 187, 0, 0.1);
30705
+ }
30706
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30707
+ color: #008f4c;
30708
+ background-color: rgba(30, 201, 127, 0.1);
30709
+ }
30710
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30711
+ color: #1d326c;
30712
+ background-color: rgba(225, 230, 241, 0.6);
30713
+ }
30714
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30715
+ color: #7E41FF;
30716
+ background-color: rgba(126, 65, 255, 0.1);
30717
+ }
30718
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30719
+ color: #fff;
30720
+ }
30721
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30722
+ background-color: #f0483e;
30723
+ }
30724
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30725
+ background-color: #fea008;
30726
+ }
30727
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30728
+ background-color: #00ba5d;
30729
+ }
30730
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30731
+ background-color: #0080ff;
30732
+ }
30733
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30734
+ background-color: #6b7d99;
30735
+ }
30736
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30737
+ background-color: #7E41FF;
30727
30738
  }
30728
30739
 
30729
30740
  .E_s1ebs0ra {
@@ -30787,48 +30798,6 @@ button.E_n7k2c6r {
30787
30798
  background: #fff;
30788
30799
  }
30789
30800
 
30790
- .E_t1m2x205 .ant-tooltip-arrow {
30791
- display: none;
30792
- }
30793
- .E_t1m2x205 .ant-tooltip-inner {
30794
- background: rgba(23, 38, 64, 0.8);
30795
- border-radius: 4px;
30796
- }
30797
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30798
- visibility: hidden;
30799
- }
30800
-
30801
- span.E_tqjc4ui {
30802
- margin: 0 2px;
30803
- }
30804
-
30805
- .E_ou7iq30 {
30806
- overflow: hidden;
30807
- text-overflow: ellipsis;
30808
- }
30809
-
30810
- .E_s1tui002 {
30811
- white-space: nowrap;
30812
- }
30813
-
30814
- .E_mxrc2zg {
30815
- display: -webkit-box;
30816
- -webkit-line-clamp: var(--mxrc2zg-0);
30817
- -webkit-box-orient: vertical;
30818
- word-break: break-all;
30819
- }
30820
-
30821
- .E_t1vv6d68 .ant-tooltip-arrow {
30822
- display: none;
30823
- }
30824
- .E_t1vv6d68 .ant-tooltip-inner {
30825
- background: rgba(23, 38, 64, 0.8);
30826
- border-radius: 4px;
30827
- }
30828
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30829
- visibility: hidden;
30830
- }
30831
-
30832
30801
  .E_clm1wy1 {
30833
30802
  width: 192px;
30834
30803
  height: 246px;
@@ -30922,12 +30891,54 @@ span.E_tqjc4ui {
30922
30891
  border-radius: 2px;
30923
30892
  }
30924
30893
 
30925
- .E_s1iv0tp1 .enabled-switch {
30894
+ span.E_tqjc4ui {
30895
+ margin: 0 2px;
30896
+ }
30897
+
30898
+ .E_n12mqh7z {
30926
30899
  display: flex;
30927
30900
  align-items: center;
30901
+ font-size: 12px;
30902
+ line-height: 18px;
30928
30903
  }
30929
- .E_s1iv0tp1 .enabled-text {
30930
- margin-right: 8px;
30904
+ .E_n12mqh7z:not(:last-child) {
30905
+ margin-bottom: 4px;
30906
+ }
30907
+
30908
+ .E_tf5bynu {
30909
+ margin: 0 3px;
30910
+ }
30911
+
30912
+ .E_tcckoz1 {
30913
+ max-height: 400px;
30914
+ overflow: auto;
30915
+ }
30916
+
30917
+ .E_ou7iq30 {
30918
+ overflow: hidden;
30919
+ text-overflow: ellipsis;
30920
+ }
30921
+
30922
+ .E_s1tui002 {
30923
+ white-space: nowrap;
30924
+ }
30925
+
30926
+ .E_mxrc2zg {
30927
+ display: -webkit-box;
30928
+ -webkit-line-clamp: var(--mxrc2zg-0);
30929
+ -webkit-box-orient: vertical;
30930
+ word-break: break-all;
30931
+ }
30932
+
30933
+ .E_t1vv6d68 .ant-tooltip-arrow {
30934
+ display: none;
30935
+ }
30936
+ .E_t1vv6d68 .ant-tooltip-inner {
30937
+ background: rgba(23, 38, 64, 0.8);
30938
+ border-radius: 4px;
30939
+ }
30940
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30941
+ visibility: hidden;
30931
30942
  }
30932
30943
 
30933
30944
  .E_wg1tsps {
@@ -30963,25 +30974,6 @@ span.E_tqjc4ui {
30963
30974
  color: #0080ff;
30964
30975
  }
30965
30976
 
30966
- .E_n12mqh7z {
30967
- display: flex;
30968
- align-items: center;
30969
- font-size: 12px;
30970
- line-height: 18px;
30971
- }
30972
- .E_n12mqh7z:not(:last-child) {
30973
- margin-bottom: 4px;
30974
- }
30975
-
30976
- .E_tf5bynu {
30977
- margin: 0 3px;
30978
- }
30979
-
30980
- .E_tcckoz1 {
30981
- max-height: 400px;
30982
- overflow: auto;
30983
- }
30984
-
30985
30977
  .E_t1sqg15u {
30986
30978
  background: white;
30987
30979
  }
@@ -31072,6 +31064,14 @@ span.E_tqjc4ui {
31072
31064
  padding-right: 12px;
31073
31065
  }
31074
31066
 
31067
+ .E_s1iv0tp1 .enabled-switch {
31068
+ display: flex;
31069
+ align-items: center;
31070
+ }
31071
+ .E_s1iv0tp1 .enabled-text {
31072
+ margin-right: 8px;
31073
+ }
31074
+
31075
31075
  .E_c1up1pdz {
31076
31076
  width: 648px;
31077
31077
  }
@@ -31212,46 +31212,357 @@ span.E_tqjc4ui {
31212
31212
  color: #fff;
31213
31213
  }
31214
31214
 
31215
- .E_iouxfgt {
31216
- display: inline-flex;
31217
- align-items: center;
31218
- }
31219
- .E_iouxfgt .icon-inner {
31220
- display: inline-flex;
31221
- align-items: center;
31222
- justify-content: center;
31223
- }
31224
- .E_iouxfgt .icon-inner + span,
31225
- .E_iouxfgt span + .icon-inner.suffix {
31226
- margin-left: 4px;
31227
- }
31228
- .E_iouxfgt.is-rotate img,
31229
- .E_iouxfgt.is-rotate svg {
31230
- animation: rotate 680ms linear infinite;
31215
+ .E_s1at6qmn.ant-layout-sider {
31216
+ background: #edf0f7;
31217
+ padding: 32px 8px;
31218
+ overflow: auto;
31231
31219
  }
31232
-
31233
- .E_fzh9mnb {
31234
- width: 100%;
31235
- height: 100%;
31236
- min-height: 124px;
31220
+ .E_s1at6qmn .ant-layout-sider-children {
31237
31221
  display: flex;
31238
31222
  flex-direction: column;
31239
- justify-content: center;
31240
- align-items: center;
31223
+ justify-content: space-between;
31241
31224
  }
31242
- .E_fzh9mnb .error-text {
31243
- color: rgba(10, 37, 85, 0.6);
31244
- margin-bottom: 16px;
31245
- font-size: 18px;
31225
+ .E_s1at6qmn footer {
31226
+ display: flex;
31246
31227
  }
31247
-
31248
- .E_f7pxqmh {
31249
- width: 100%;
31250
- margin-bottom: 0 !important;
31251
- flex-flow: nowrap !important;
31252
- line-break: auto;
31228
+ .E_s1at6qmn .ant-menu {
31229
+ background: #edf0f7;
31253
31230
  }
31254
- .E_f7pxqmh > .ant-form-item-label {
31231
+ .E_s1at6qmn .ant-menu a {
31232
+ color: #00122e;
31233
+ width: 180px;
31234
+ overflow: hidden;
31235
+ text-overflow: ellipsis;
31236
+ }
31237
+ .E_s1at6qmn .ant-menu-vertical {
31238
+ margin-bottom: 24px;
31239
+ }
31240
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
31241
+ margin: 0;
31242
+ }
31243
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
31244
+ font-size: 12px;
31245
+ padding: 0 8px 4px;
31246
+ line-height: 18px;
31247
+ }
31248
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
31249
+ padding: 0;
31250
+ }
31251
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
31252
+ padding-bottom: 24px;
31253
+ }
31254
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
31255
+ margin-bottom: 24px;
31256
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31257
+ }
31258
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
31259
+ transition: none;
31260
+ display: flex;
31261
+ align-items: center;
31262
+ height: 32px;
31263
+ line-height: 22px;
31264
+ padding: 0 8px;
31265
+ }
31266
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
31267
+ margin-right: 12px;
31268
+ }
31269
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
31270
+ margin: 0;
31271
+ margin-bottom: 2px;
31272
+ }
31273
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
31274
+ background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
31275
+ box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
31276
+ border-radius: 6px;
31277
+ color: #fff;
31278
+ }
31279
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
31280
+ color: #fff;
31281
+ }
31282
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
31283
+ background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
31284
+ box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
31285
+ border-radius: 6px;
31286
+ }
31287
+
31288
+ .E_s1wu0lms .ant-menu-item-group-title {
31289
+ white-space: nowrap;
31290
+ transition: all 0s;
31291
+ }
31292
+ .E_s1wu0lms.shrink {
31293
+ transition: all 0s;
31294
+ overflow: hidden;
31295
+ }
31296
+ .E_s1wu0lms.shrink .ant-menu-item-group-title {
31297
+ visibility: hidden;
31298
+ }
31299
+ .E_s1wu0lms.shrink .ant-menu-item {
31300
+ width: 36px;
31301
+ padding: 0 6px;
31302
+ }
31303
+
31304
+ .E_n1ugzfva {
31305
+ display: flex;
31306
+ place-items: center;
31307
+ width: 100% !important;
31308
+ }
31309
+ .E_n1ugzfva[disabled] {
31310
+ color: rgba(0, 0, 0, 0.25) !important;
31311
+ opacity: 1 !important;
31312
+ }
31313
+ .E_n1ugzfva.ant-btn {
31314
+ width: 100%;
31315
+ color: #00122e;
31316
+ }
31317
+ .E_n1ugzfva .icon-wrapper {
31318
+ margin-right: 12px;
31319
+ }
31320
+ .E_n1ugzfva .link-title {
31321
+ flex: 1;
31322
+ overflow: hidden;
31323
+ white-space: nowrap;
31324
+ text-overflow: ellipsis;
31325
+ text-align: left;
31326
+ }
31327
+
31328
+ .E_skwah65 {
31329
+ height: 8px;
31330
+ box-sizing: border-box;
31331
+ border-radius: 2px;
31332
+ background: #f5f7fa;
31333
+ display: flex;
31334
+ width: 100%;
31335
+ overflow: hidden;
31336
+ }
31337
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
31338
+ margin-left: 1px;
31339
+ }
31340
+
31341
+ .E_t160l1cm {
31342
+ display: flex;
31343
+ flex-direction: column;
31344
+ flex: 1;
31345
+ /* FIXME:(yanzhen) do this better */
31346
+ }
31347
+ .E_t160l1cm .tab-bar {
31348
+ flex-shrink: 0;
31349
+ display: flex;
31350
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
31351
+ }
31352
+ .E_t160l1cm .tab-content {
31353
+ height: 100%;
31354
+ }
31355
+ .E_t160l1cm .tab-menu-item {
31356
+ margin-right: 2px;
31357
+ padding: 1px 12px;
31358
+ line-height: 24px;
31359
+ height: 24px;
31360
+ color: rgba(44, 56, 82, 0.6);
31361
+ border-radius: 4px 4px 0 0;
31362
+ cursor: pointer;
31363
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
31364
+ }
31365
+ .E_t160l1cm .tab-menu-item:first-child {
31366
+ padding-left: 0;
31367
+ }
31368
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
31369
+ padding-left: 12px;
31370
+ }
31371
+ .E_t160l1cm .tab-menu-item:hover {
31372
+ color: #0080ff;
31373
+ background: rgba(211, 218, 235, 0.6);
31374
+ }
31375
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
31376
+ fill: #0080ff;
31377
+ }
31378
+ .E_t160l1cm .tab-menu-item:active {
31379
+ background: rgba(192, 203, 224, 0.6);
31380
+ }
31381
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
31382
+ color: #0080ff;
31383
+ background: rgba(211, 218, 235, 0.6);
31384
+ }
31385
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
31386
+ background: rgba(192, 203, 224, 0.6);
31387
+ }
31388
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
31389
+ background: rgba(0, 128, 255, 0.16);
31390
+ }
31391
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
31392
+ fill: #0080ff;
31393
+ }
31394
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
31395
+ color: #0080ff;
31396
+ background: rgba(0, 128, 255, 0.1);
31397
+ }
31398
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
31399
+ background: rgba(0, 128, 255, 0.16);
31400
+ }
31401
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
31402
+ fill: #1d326c;
31403
+ }
31404
+ .E_t160l1cm .tab-menu-item .expand-arrow {
31405
+ margin-left: 8px;
31406
+ height: 22px;
31407
+ }
31408
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
31409
+ fill: rgba(44, 56, 82, 0.6);
31410
+ }
31411
+ .E_t160l1cm .tab-menu-item-group {
31412
+ padding: 0;
31413
+ display: flex;
31414
+ align-items: center;
31415
+ overflow: hidden;
31416
+ }
31417
+ .E_t160l1cm .tab-menu-item-group .main-title {
31418
+ opacity: 0;
31419
+ max-width: 0;
31420
+ transition: max-width 320ms ease, opacity 240ms ease;
31421
+ }
31422
+ .E_t160l1cm .tab-menu-item-group .sub-title {
31423
+ padding: 1px 12px;
31424
+ position: relative;
31425
+ display: flex;
31426
+ }
31427
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
31428
+ opacity: 0;
31429
+ position: absolute;
31430
+ top: 50%;
31431
+ left: 0;
31432
+ transform: translate(-50%, -50%);
31433
+ transition: opacity 100ms linear;
31434
+ fill: rgba(0, 128, 255, 0.2);
31435
+ }
31436
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
31437
+ color: #0080ff;
31438
+ }
31439
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
31440
+ padding: 1px 12px;
31441
+ display: inline-block;
31442
+ opacity: 1;
31443
+ max-width: 160px;
31444
+ }
31445
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
31446
+ padding: 1px 12px;
31447
+ color: #005ed1;
31448
+ }
31449
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31450
+ opacity: 1;
31451
+ }
31452
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
31453
+ background: rgba(0, 128, 255, 0.16);
31454
+ }
31455
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
31456
+ opacity: 0;
31457
+ }
31458
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
31459
+ padding: 4px 16px;
31460
+ height: 32px;
31461
+ border-radius: 6px 6px 0 0;
31462
+ }
31463
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
31464
+ padding-left: 0;
31465
+ }
31466
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
31467
+ padding-left: 16px;
31468
+ }
31469
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
31470
+ margin-left: 11px;
31471
+ height: 24px;
31472
+ }
31473
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
31474
+ padding: 0;
31475
+ }
31476
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
31477
+ padding: 4px 16px;
31478
+ }
31479
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
31480
+ padding: 4px 16px;
31481
+ }
31482
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
31483
+ background: #fff;
31484
+ }
31485
+ .E_t160l1cm .tab-menu-item-light:active {
31486
+ color: #005ed1;
31487
+ }
31488
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
31489
+ background: #fff;
31490
+ color: #1d326c;
31491
+ }
31492
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
31493
+ color: rgba(45, 58, 86, 0.6);
31494
+ }
31495
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
31496
+ color: #1d326c;
31497
+ }
31498
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31499
+ fill: #d8deeb;
31500
+ }
31501
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
31502
+ fill: #1d326c;
31503
+ }
31504
+ .E_t160l1cm .tab-content {
31505
+ flex: 1;
31506
+ display: flex;
31507
+ flex-direction: column;
31508
+ }
31509
+ .E_t160l1cm.is-overview .tab-content {
31510
+ overflow: visible;
31511
+ }
31512
+
31513
+ .E_t14npdqr {
31514
+ max-width: 240px;
31515
+ animation: none;
31516
+ }
31517
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
31518
+ border: 1px solid #0080ff;
31519
+ padding: 0;
31520
+ }
31521
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31522
+ margin: 0;
31523
+ height: 32px;
31524
+ line-height: 32px;
31525
+ font-size: 13px;
31526
+ padding: 0 10px;
31527
+ display: block;
31528
+ overflow: hidden;
31529
+ text-overflow: ellipsis;
31530
+ white-space: nowrap;
31531
+ }
31532
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
31533
+ content: " ";
31534
+ height: 1px;
31535
+ width: calc(100% + 10px);
31536
+ background: rgba(172, 186, 211, 0.6);
31537
+ display: block;
31538
+ }
31539
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
31540
+ color: #0080ff;
31541
+ background: transparent;
31542
+ }
31543
+
31544
+ .E_fzh9mnb {
31545
+ width: 100%;
31546
+ height: 100%;
31547
+ min-height: 124px;
31548
+ display: flex;
31549
+ flex-direction: column;
31550
+ justify-content: center;
31551
+ align-items: center;
31552
+ }
31553
+ .E_fzh9mnb .error-text {
31554
+ color: rgba(10, 37, 85, 0.6);
31555
+ margin-bottom: 16px;
31556
+ font-size: 18px;
31557
+ }
31558
+
31559
+ .E_f7pxqmh {
31560
+ width: 100%;
31561
+ margin-bottom: 0 !important;
31562
+ flex-flow: nowrap !important;
31563
+ line-break: auto;
31564
+ }
31565
+ .E_f7pxqmh > .ant-form-item-label {
31255
31566
  text-align: left !important;
31256
31567
  padding-bottom: 0 !important;
31257
31568
  }
@@ -31339,17 +31650,29 @@ span.E_tqjc4ui {
31339
31650
  padding: 2px 8px;
31340
31651
  }
31341
31652
 
31342
- .E_i1inqkme {
31343
- height: 18px;
31344
- line-height: 18px;
31345
- padding: 0 4px;
31346
- border-radius: 4px;
31347
- background: rgba(235, 239, 245, 0.6);
31348
- border: 1px solid rgba(223, 228, 235, 0.6);
31349
- display: flex;
31653
+ .E_iouxfgt {
31654
+ display: inline-flex;
31350
31655
  align-items: center;
31351
- white-space: nowrap;
31352
- margin-right: 4px;
31656
+ }
31657
+ .E_iouxfgt .icon-inner {
31658
+ display: inline-flex;
31659
+ align-items: center;
31660
+ justify-content: center;
31661
+ }
31662
+ .E_iouxfgt .icon-inner + span,
31663
+ .E_iouxfgt span + .icon-inner.suffix {
31664
+ margin-left: 4px;
31665
+ }
31666
+ .E_iouxfgt.is-rotate img,
31667
+ .E_iouxfgt.is-rotate svg {
31668
+ animation: rotate 680ms linear infinite;
31669
+ }
31670
+
31671
+ .E_atcz0kf .ant-input-suffix {
31672
+ margin-left: 8px;
31673
+ }
31674
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31675
+ padding: 2px 7px 2px 12px;
31353
31676
  }
31354
31677
 
31355
31678
  .E_a1wfy30z .ant-input-number-handler-wrap {
@@ -31379,15 +31702,8 @@ span.E_tqjc4ui {
31379
31702
  .E_a1wfy30z .ant-input-number-input {
31380
31703
  padding: 0;
31381
31704
  margin: 0;
31382
- height: auto;
31383
- font-size: inherit;
31384
- }
31385
-
31386
- .E_atcz0kf .ant-input-suffix {
31387
- margin-left: 8px;
31388
- }
31389
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31390
- padding: 2px 7px 2px 12px;
31705
+ height: auto;
31706
+ font-size: inherit;
31391
31707
  }
31392
31708
 
31393
31709
  .E_owd0kml {
@@ -31399,6 +31715,19 @@ span.E_tqjc4ui {
31399
31715
  position: absolute;
31400
31716
  }
31401
31717
 
31718
+ .E_i1inqkme {
31719
+ height: 18px;
31720
+ line-height: 18px;
31721
+ padding: 0 4px;
31722
+ border-radius: 4px;
31723
+ background: rgba(235, 239, 245, 0.6);
31724
+ border: 1px solid rgba(223, 228, 235, 0.6);
31725
+ display: flex;
31726
+ align-items: center;
31727
+ white-space: nowrap;
31728
+ margin-right: 4px;
31729
+ }
31730
+
31402
31731
  .E_dsnbhzf {
31403
31732
  font-family: Inter;
31404
31733
  font-style: normal;
@@ -31817,298 +32146,95 @@ span.E_tqjc4ui {
31817
32146
  font-style: normal;
31818
32147
  font-weight: normal;
31819
32148
  font-feature-settings: "zero" on;
31820
- font-size: 13px;
31821
- line-height: 20px;
31822
- }
31823
-
31824
- .E_t114zbyz {
31825
- font-family: Inter;
31826
- font-style: normal;
31827
- font-weight: normal;
31828
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31829
- font-size: 12px;
31830
- line-height: 18px;
31831
- }
31832
-
31833
- .E_t1il0kvi {
31834
- font-family: Inter;
31835
- font-style: normal;
31836
- font-weight: 500;
31837
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31838
- font-size: 12px;
31839
- line-height: 18px;
31840
- }
31841
-
31842
- .E_t10dv8p1 {
31843
- font-family: Inter;
31844
- font-style: normal;
31845
- font-weight: normal;
31846
- font-feature-settings: "zero" on;
31847
- font-size: 12px;
31848
- line-height: 18px;
31849
- }
31850
-
31851
- .E_tc2oqpq {
31852
- font-family: Inter;
31853
- font-style: normal;
31854
- font-weight: 500;
31855
- font-feature-settings: "zero" on;
31856
- font-size: 12px;
31857
- line-height: 18px;
31858
- }
31859
-
31860
- .E_tzvddmc {
31861
- font-family: Inter;
31862
- font-style: normal;
31863
- font-weight: bold;
31864
- font-feature-settings: "zero" on;
31865
- font-size: 16px;
31866
- line-height: 24px;
31867
- }
31868
-
31869
- .E_u18llj45 {
31870
- font-family: Inter;
31871
- font-style: normal;
31872
- font-weight: normal;
31873
- font-size: 10px;
31874
- line-height: 12px;
31875
- }
31876
-
31877
- .E_a1b5xrg3 .user-icon-inner {
31878
- display: inline-flex;
31879
- align-items: center;
31880
- justify-content: center;
31881
- color: #fff;
31882
- font-weight: bold;
31883
- font-size: 12px;
31884
- width: 24px;
31885
- height: 24px;
31886
- border-radius: 50%;
31887
- background: var(--a1b5xrg3-0);
31888
- }
31889
- .E_a1b5xrg3.btn-item {
31890
- transition: all 160ms ease;
31891
- cursor: pointer;
31892
- width: 56px;
31893
- height: 40px;
31894
- display: inline-flex;
31895
- align-items: center;
31896
- justify-content: center;
31897
- border-radius: 6px;
31898
- }
31899
- .E_a1b5xrg3.btn-item:hover {
31900
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31901
- }
31902
- .E_a1b5xrg3.btn-item:active {
31903
- transform: translateY(2px);
31904
- transition: all 320ms ease;
31905
- }
31906
-
31907
- .E_m196gn1d {
31908
- min-width: 1280px;
31909
- }
31910
-
31911
- .E_t160l1cm {
31912
- display: flex;
31913
- flex-direction: column;
31914
- flex: 1;
31915
- /* FIXME:(yanzhen) do this better */
31916
- }
31917
- .E_t160l1cm .tab-bar {
31918
- flex-shrink: 0;
31919
- display: flex;
31920
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
31921
- }
31922
- .E_t160l1cm .tab-content {
31923
- height: 100%;
31924
- }
31925
- .E_t160l1cm .tab-menu-item {
31926
- margin-right: 2px;
31927
- padding: 1px 12px;
31928
- line-height: 24px;
31929
- height: 24px;
31930
- color: rgba(44, 56, 82, 0.6);
31931
- border-radius: 4px 4px 0 0;
31932
- cursor: pointer;
31933
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
31934
- }
31935
- .E_t160l1cm .tab-menu-item:first-child {
31936
- padding-left: 0;
31937
- }
31938
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
31939
- padding-left: 12px;
31940
- }
31941
- .E_t160l1cm .tab-menu-item:hover {
31942
- color: #0080ff;
31943
- background: rgba(211, 218, 235, 0.6);
31944
- }
31945
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
31946
- fill: #0080ff;
31947
- }
31948
- .E_t160l1cm .tab-menu-item:active {
31949
- background: rgba(192, 203, 224, 0.6);
31950
- }
31951
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
31952
- color: #0080ff;
31953
- background: rgba(211, 218, 235, 0.6);
31954
- }
31955
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
31956
- background: rgba(192, 203, 224, 0.6);
31957
- }
31958
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
31959
- background: rgba(0, 128, 255, 0.16);
31960
- }
31961
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
31962
- fill: #0080ff;
31963
- }
31964
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
31965
- color: #0080ff;
31966
- background: rgba(0, 128, 255, 0.1);
31967
- }
31968
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
31969
- background: rgba(0, 128, 255, 0.16);
31970
- }
31971
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
31972
- fill: #1d326c;
31973
- }
31974
- .E_t160l1cm .tab-menu-item .expand-arrow {
31975
- margin-left: 8px;
31976
- height: 22px;
31977
- }
31978
- .E_t160l1cm .tab-menu-item .expand-arrow path {
31979
- fill: rgba(44, 56, 82, 0.6);
31980
- }
31981
- .E_t160l1cm .tab-menu-item-group {
31982
- padding: 0;
31983
- display: flex;
31984
- align-items: center;
31985
- overflow: hidden;
31986
- }
31987
- .E_t160l1cm .tab-menu-item-group .main-title {
31988
- opacity: 0;
31989
- max-width: 0;
31990
- transition: max-width 320ms ease, opacity 240ms ease;
31991
- }
31992
- .E_t160l1cm .tab-menu-item-group .sub-title {
31993
- padding: 1px 12px;
31994
- position: relative;
31995
- display: flex;
31996
- }
31997
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
31998
- opacity: 0;
31999
- position: absolute;
32000
- top: 50%;
32001
- left: 0;
32002
- transform: translate(-50%, -50%);
32003
- transition: opacity 100ms linear;
32004
- fill: rgba(0, 128, 255, 0.2);
32005
- }
32006
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
32007
- color: #0080ff;
32008
- }
32009
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
32010
- padding: 1px 12px;
32011
- display: inline-block;
32012
- opacity: 1;
32013
- max-width: 160px;
32014
- }
32015
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
32016
- padding: 1px 12px;
32017
- color: #005ed1;
32018
- }
32019
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
32020
- opacity: 1;
32021
- }
32022
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
32023
- background: rgba(0, 128, 255, 0.16);
32024
- }
32025
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
32026
- opacity: 0;
32027
- }
32028
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
32029
- padding: 4px 16px;
32030
- height: 32px;
32031
- border-radius: 6px 6px 0 0;
32032
- }
32033
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
32034
- padding-left: 0;
32035
- }
32036
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
32037
- padding-left: 16px;
32038
- }
32039
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
32040
- margin-left: 11px;
32041
- height: 24px;
32042
- }
32043
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
32044
- padding: 0;
32045
- }
32046
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
32047
- padding: 4px 16px;
32048
- }
32049
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
32050
- padding: 4px 16px;
32051
- }
32052
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
32053
- background: #fff;
32054
- }
32055
- .E_t160l1cm .tab-menu-item-light:active {
32056
- color: #005ed1;
32057
- }
32058
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
32059
- background: #fff;
32060
- color: #1d326c;
32149
+ font-size: 13px;
32150
+ line-height: 20px;
32061
32151
  }
32062
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
32063
- color: rgba(45, 58, 86, 0.6);
32152
+
32153
+ .E_t114zbyz {
32154
+ font-family: Inter;
32155
+ font-style: normal;
32156
+ font-weight: normal;
32157
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32158
+ font-size: 12px;
32159
+ line-height: 18px;
32064
32160
  }
32065
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
32066
- color: #1d326c;
32161
+
32162
+ .E_t1il0kvi {
32163
+ font-family: Inter;
32164
+ font-style: normal;
32165
+ font-weight: 500;
32166
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32167
+ font-size: 12px;
32168
+ line-height: 18px;
32067
32169
  }
32068
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
32069
- fill: #d8deeb;
32170
+
32171
+ .E_t10dv8p1 {
32172
+ font-family: Inter;
32173
+ font-style: normal;
32174
+ font-weight: normal;
32175
+ font-feature-settings: "zero" on;
32176
+ font-size: 12px;
32177
+ line-height: 18px;
32070
32178
  }
32071
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
32072
- fill: #1d326c;
32179
+
32180
+ .E_tc2oqpq {
32181
+ font-family: Inter;
32182
+ font-style: normal;
32183
+ font-weight: 500;
32184
+ font-feature-settings: "zero" on;
32185
+ font-size: 12px;
32186
+ line-height: 18px;
32073
32187
  }
32074
- .E_t160l1cm .tab-content {
32075
- flex: 1;
32076
- display: flex;
32077
- flex-direction: column;
32188
+
32189
+ .E_tzvddmc {
32190
+ font-family: Inter;
32191
+ font-style: normal;
32192
+ font-weight: bold;
32193
+ font-feature-settings: "zero" on;
32194
+ font-size: 16px;
32195
+ line-height: 24px;
32078
32196
  }
32079
- .E_t160l1cm.is-overview .tab-content {
32080
- overflow: visible;
32197
+
32198
+ .E_u18llj45 {
32199
+ font-family: Inter;
32200
+ font-style: normal;
32201
+ font-weight: normal;
32202
+ font-size: 10px;
32203
+ line-height: 12px;
32081
32204
  }
32082
32205
 
32083
- .E_t14npdqr {
32084
- max-width: 240px;
32085
- animation: none;
32206
+ .E_a1b5xrg3 .user-icon-inner {
32207
+ display: inline-flex;
32208
+ align-items: center;
32209
+ justify-content: center;
32210
+ color: #fff;
32211
+ font-weight: bold;
32212
+ font-size: 12px;
32213
+ width: 24px;
32214
+ height: 24px;
32215
+ border-radius: 50%;
32216
+ background: var(--a1b5xrg3-0);
32086
32217
  }
32087
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
32088
- border: 1px solid #0080ff;
32089
- padding: 0;
32218
+ .E_a1b5xrg3.btn-item {
32219
+ transition: all 160ms ease;
32220
+ cursor: pointer;
32221
+ width: 56px;
32222
+ height: 40px;
32223
+ display: inline-flex;
32224
+ align-items: center;
32225
+ justify-content: center;
32226
+ border-radius: 6px;
32090
32227
  }
32091
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
32092
- margin: 0;
32093
- height: 32px;
32094
- line-height: 32px;
32095
- font-size: 13px;
32096
- padding: 0 10px;
32097
- display: block;
32098
- overflow: hidden;
32099
- text-overflow: ellipsis;
32100
- white-space: nowrap;
32228
+ .E_a1b5xrg3.btn-item:hover {
32229
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32101
32230
  }
32102
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
32103
- content: " ";
32104
- height: 1px;
32105
- width: calc(100% + 10px);
32106
- background: rgba(172, 186, 211, 0.6);
32107
- display: block;
32231
+ .E_a1b5xrg3.btn-item:active {
32232
+ transform: translateY(2px);
32233
+ transition: all 320ms ease;
32108
32234
  }
32109
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
32110
- color: #0080ff;
32111
- background: transparent;
32235
+
32236
+ .E_m196gn1d {
32237
+ min-width: 1280px;
32112
32238
  }
32113
32239
 
32114
32240
  .E_cnujxq2 {
@@ -32756,174 +32882,48 @@ input.E_rf8rlle.ant-input {
32756
32882
  .E_lh0l62z.E_d105ju2d {
32757
32883
  font-size: 12px;
32758
32884
  color: rgba(44, 56, 82, 0.6);
32759
- margin-top: 12px;
32760
- }
32761
-
32762
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32763
- line-height: 18px;
32764
- font-weight: 500;
32765
- margin-top: 0;
32766
- white-space: initial;
32767
- }
32768
-
32769
- .E_r1skkc3l {
32770
- display: block;
32771
- }
32772
- .E_r1skkc3l span {
32773
- font-size: 14px;
32774
- font-weight: 500;
32775
- line-height: 32px;
32776
- color: #3e4652;
32777
- }
32778
-
32779
- .E_c3cobmo {
32780
- margin-top: 16px;
32781
- padding: 8px;
32782
- border-radius: 6px;
32783
- background: rgba(225, 230, 241, 0.6);
32784
- color: rgba(44, 56, 82, 0.6);
32785
- font-size: 12px;
32786
- }
32787
- .E_c3cobmo div {
32788
- line-height: 20px;
32789
- display: flex;
32790
- align-items: center;
32791
- word-break: break-all;
32792
- }
32793
- .E_c3cobmo .title {
32794
- font-weight: 700;
32795
- line-height: 18px;
32796
- margin: 4px 0;
32797
- }
32798
-
32799
- .E_uqv57uv {
32800
- color: rgba(44, 56, 82, 0.7490196078);
32801
- }
32802
-
32803
- .E_skwah65 {
32804
- height: 8px;
32805
- box-sizing: border-box;
32806
- border-radius: 2px;
32807
- background: #f5f7fa;
32808
- display: flex;
32809
- width: 100%;
32810
- overflow: hidden;
32811
- }
32812
- .E_skwah65 .stack-bar-item + .stack-bar-item {
32813
- margin-left: 1px;
32814
- }
32815
-
32816
- .E_s1at6qmn.ant-layout-sider {
32817
- background: #edf0f7;
32818
- padding: 32px 8px;
32819
- overflow: auto;
32820
- }
32821
- .E_s1at6qmn .ant-layout-sider-children {
32822
- display: flex;
32823
- flex-direction: column;
32824
- justify-content: space-between;
32825
- }
32826
- .E_s1at6qmn footer {
32827
- display: flex;
32828
- }
32829
- .E_s1at6qmn .ant-menu {
32830
- background: #edf0f7;
32831
- }
32832
- .E_s1at6qmn .ant-menu a {
32833
- color: #00122e;
32834
- width: 180px;
32835
- overflow: hidden;
32836
- text-overflow: ellipsis;
32837
- }
32838
- .E_s1at6qmn .ant-menu-vertical {
32839
- margin-bottom: 24px;
32840
- }
32841
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
32842
- margin: 0;
32843
- }
32844
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
32845
- font-size: 12px;
32846
- padding: 0 8px 4px;
32847
- line-height: 18px;
32848
- }
32849
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
32850
- padding: 0;
32851
- }
32852
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
32853
- padding-bottom: 24px;
32854
- }
32855
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
32856
- margin-bottom: 24px;
32857
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
32858
- }
32859
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
32860
- transition: none;
32861
- display: flex;
32862
- align-items: center;
32863
- height: 32px;
32864
- line-height: 22px;
32865
- padding: 0 8px;
32866
- }
32867
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
32868
- margin-right: 12px;
32869
- }
32870
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
32871
- margin: 0;
32872
- margin-bottom: 2px;
32873
- }
32874
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
32875
- background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
32876
- box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
32877
- border-radius: 6px;
32878
- color: #fff;
32879
- }
32880
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
32881
- color: #fff;
32882
- }
32883
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
32884
- background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
32885
- box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
32886
- border-radius: 6px;
32887
- }
32888
-
32889
- .E_s1wu0lms .ant-menu-item-group-title {
32890
- white-space: nowrap;
32891
- transition: all 0s;
32892
- }
32893
- .E_s1wu0lms.shrink {
32894
- transition: all 0s;
32895
- overflow: hidden;
32896
- }
32897
- .E_s1wu0lms.shrink .ant-menu-item-group-title {
32898
- visibility: hidden;
32885
+ margin-top: 12px;
32899
32886
  }
32900
- .E_s1wu0lms.shrink .ant-menu-item {
32901
- width: 36px;
32902
- padding: 0 6px;
32887
+
32888
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32889
+ line-height: 18px;
32890
+ font-weight: 500;
32891
+ margin-top: 0;
32892
+ white-space: initial;
32903
32893
  }
32904
32894
 
32905
- .E_n1ugzfva {
32906
- display: flex;
32907
- place-items: center;
32908
- width: 100% !important;
32895
+ .E_r1skkc3l {
32896
+ display: block;
32909
32897
  }
32910
- .E_n1ugzfva[disabled] {
32911
- color: rgba(0, 0, 0, 0.25) !important;
32912
- opacity: 1 !important;
32898
+ .E_r1skkc3l span {
32899
+ font-size: 14px;
32900
+ font-weight: 500;
32901
+ line-height: 32px;
32902
+ color: #3e4652;
32913
32903
  }
32914
- .E_n1ugzfva.ant-btn {
32915
- width: 100%;
32916
- color: #00122e;
32904
+
32905
+ .E_c3cobmo {
32906
+ margin-top: 16px;
32907
+ padding: 8px;
32908
+ border-radius: 6px;
32909
+ background: rgba(225, 230, 241, 0.6);
32910
+ color: rgba(44, 56, 82, 0.6);
32911
+ font-size: 12px;
32917
32912
  }
32918
- .E_n1ugzfva .icon-wrapper {
32919
- margin-right: 12px;
32913
+ .E_c3cobmo div {
32914
+ line-height: 20px;
32915
+ display: flex;
32916
+ align-items: center;
32917
+ word-break: break-all;
32920
32918
  }
32921
- .E_n1ugzfva .link-title {
32922
- flex: 1;
32923
- overflow: hidden;
32924
- white-space: nowrap;
32925
- text-overflow: ellipsis;
32926
- text-align: left;
32919
+ .E_c3cobmo .title {
32920
+ font-weight: 700;
32921
+ line-height: 18px;
32922
+ margin: 4px 0;
32923
+ }
32924
+
32925
+ .E_uqv57uv {
32926
+ color: rgba(44, 56, 82, 0.7490196078);
32927
32927
  }
32928
32928
 
32929
32929
  .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
@@ -33179,6 +33179,106 @@ input.E_rf8rlle.ant-input {
33179
33179
  margin-right: 6px;
33180
33180
  }
33181
33181
 
33182
+ .E_i5w779o {
33183
+ padding: 8px 0;
33184
+ }
33185
+ .E_i5w779o .col-label {
33186
+ flex-shrink: unset;
33187
+ }
33188
+ .E_i5w779o .col-label * {
33189
+ line-height: 18px;
33190
+ }
33191
+ .E_i5w779o .col-content {
33192
+ flex: 1 1 0;
33193
+ display: flex;
33194
+ align-items: center;
33195
+ }
33196
+ .E_i5w779o .col-content * {
33197
+ line-height: 18px;
33198
+ }
33199
+
33200
+ .E_l18dja44 {
33201
+ padding: 6px 0;
33202
+ }
33203
+ .E_l18dja44 .col-label * {
33204
+ font-size: 13px;
33205
+ line-height: 20px;
33206
+ }
33207
+ .E_l18dja44 .col-content * {
33208
+ font-size: 14px;
33209
+ line-height: 20px;
33210
+ }
33211
+
33212
+ .E_c8c2hys {
33213
+ display: flex;
33214
+ justify-content: space-between;
33215
+ flex: 1;
33216
+ min-width: 0;
33217
+ }
33218
+
33219
+ .E_n4m6c4d {
33220
+ color: rgba(0, 21, 64, 0.3);
33221
+ }
33222
+
33223
+ .E_cyms3br {
33224
+ background: #fff;
33225
+ width: 100%;
33226
+ border-radius: 8px;
33227
+ border: 1px solid rgb(228, 233, 242);
33228
+ }
33229
+ .E_cyms3br .ant-list {
33230
+ padding: 12px;
33231
+ }
33232
+ .E_cyms3br .ant-list-item {
33233
+ padding: 4px 0;
33234
+ }
33235
+ .E_cyms3br .ant-alert {
33236
+ margin-left: 24px;
33237
+ }
33238
+ .E_cyms3br header {
33239
+ background: rgba(225, 230, 241, 0.6);
33240
+ font-size: 12px;
33241
+ color: rgb(29, 50, 108);
33242
+ font-weight: 700;
33243
+ padding: 6px 12px;
33244
+ display: flex;
33245
+ flex-direction: row;
33246
+ align-items: center;
33247
+ justify-content: space-between;
33248
+ }
33249
+ .E_cyms3br header .switch-text {
33250
+ display: flex;
33251
+ flex-direction: row;
33252
+ align-items: center;
33253
+ justify-content: space-between;
33254
+ gap: 6px;
33255
+ font-size: 12px;
33256
+ font-weight: 400;
33257
+ color: rgb(0, 18, 46);
33258
+ }
33259
+
33260
+ .E_c157gu4z .ant-list-item {
33261
+ display: flex;
33262
+ flex-direction: row;
33263
+ }
33264
+ .E_c157gu4z .description {
33265
+ flex-grow: 1;
33266
+ margin-left: 8px;
33267
+ }
33268
+
33269
+ .E_eu1sysj {
33270
+ display: flex;
33271
+ flex-direction: column;
33272
+ align-items: center;
33273
+ justify-content: center;
33274
+ }
33275
+
33276
+ .E_h1ol2wl7 {
33277
+ font-weight: bold;
33278
+ background-color: unset;
33279
+ padding: unset;
33280
+ }
33281
+
33182
33282
  .E_hrhfj7c {
33183
33283
  display: none;
33184
33284
  }
@@ -33390,106 +33490,12 @@ input.E_rf8rlle.ant-input {
33390
33490
  }
33391
33491
  .E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
33392
33492
  min-width: 296px;
33393
- padding: 8px;
33394
- }
33395
- .E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
33396
- height: 22px;
33397
- padding: 8px 16px;
33398
- font-size: 14px;
33399
- }
33400
-
33401
- .E_cyms3br {
33402
- background: #fff;
33403
- width: 100%;
33404
- border-radius: 8px;
33405
- border: 1px solid rgb(228, 233, 242);
33406
- }
33407
- .E_cyms3br .ant-list {
33408
- padding: 12px;
33409
- }
33410
- .E_cyms3br .ant-list-item {
33411
- padding: 4px 0;
33412
- }
33413
- .E_cyms3br .ant-alert {
33414
- margin-left: 24px;
33415
- }
33416
- .E_cyms3br header {
33417
- background: rgba(225, 230, 241, 0.6);
33418
- font-size: 12px;
33419
- color: rgb(29, 50, 108);
33420
- font-weight: 700;
33421
- padding: 6px 12px;
33422
- display: flex;
33423
- flex-direction: row;
33424
- align-items: center;
33425
- justify-content: space-between;
33426
- }
33427
- .E_cyms3br header .switch-text {
33428
- display: flex;
33429
- flex-direction: row;
33430
- align-items: center;
33431
- justify-content: space-between;
33432
- gap: 6px;
33433
- font-size: 12px;
33434
- font-weight: 400;
33435
- color: rgb(0, 18, 46);
33436
- }
33437
-
33438
- .E_c157gu4z .ant-list-item {
33439
- display: flex;
33440
- flex-direction: row;
33441
- }
33442
- .E_c157gu4z .description {
33443
- flex-grow: 1;
33444
- margin-left: 8px;
33445
- }
33446
-
33447
- .E_eu1sysj {
33448
- display: flex;
33449
- flex-direction: column;
33450
- align-items: center;
33451
- justify-content: center;
33452
- }
33453
-
33454
- .E_i5w779o {
33455
- padding: 8px 0;
33456
- }
33457
- .E_i5w779o .col-label {
33458
- flex-shrink: unset;
33459
- }
33460
- .E_i5w779o .col-label * {
33461
- line-height: 18px;
33462
- }
33463
- .E_i5w779o .col-content {
33464
- flex: 1 1 0;
33465
- display: flex;
33466
- align-items: center;
33467
- }
33468
- .E_i5w779o .col-content * {
33469
- line-height: 18px;
33470
- }
33471
-
33472
- .E_l18dja44 {
33473
- padding: 6px 0;
33474
- }
33475
- .E_l18dja44 .col-label * {
33476
- font-size: 13px;
33477
- line-height: 20px;
33478
- }
33479
- .E_l18dja44 .col-content * {
33480
- font-size: 14px;
33481
- line-height: 20px;
33482
- }
33483
-
33484
- .E_c8c2hys {
33485
- display: flex;
33486
- justify-content: space-between;
33487
- flex: 1;
33488
- min-width: 0;
33489
- }
33490
-
33491
- .E_n4m6c4d {
33492
- color: rgba(0, 21, 64, 0.3);
33493
+ padding: 8px;
33494
+ }
33495
+ .E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
33496
+ height: 22px;
33497
+ padding: 8px 16px;
33498
+ font-size: 14px;
33493
33499
  }
33494
33500
 
33495
33501
  .E_h12yihis {
@@ -33712,12 +33718,6 @@ input.E_rf8rlle.ant-input {
33712
33718
  position: static;
33713
33719
  }
33714
33720
 
33715
- .E_h1ol2wl7 {
33716
- font-weight: bold;
33717
- background-color: unset;
33718
- padding: unset;
33719
- }
33720
-
33721
33721
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33722
33722
  margin-right: 2px;
33723
33723
  }
@@ -33752,114 +33752,6 @@ input.E_rf8rlle.ant-input {
33752
33752
  background-color: transparent;
33753
33753
  }
33754
33754
 
33755
- .E_c1yd35n {
33756
- padding: 0 12px 14px 12px;
33757
- }
33758
-
33759
- .E_c1kghdax {
33760
- color: #2d3a56;
33761
- padding: 7px 12px;
33762
- display: flex;
33763
- justify-content: space-between;
33764
- align-items: center;
33765
- }
33766
- .E_c1kghdax.has-arrow {
33767
- padding-left: 10px;
33768
- }
33769
- .E_c1kghdax.has-arrow .title-wrapper {
33770
- cursor: pointer;
33771
- color: #00122e;
33772
- }
33773
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33774
- color: #2d3a56;
33775
- font-weight: 600;
33776
- }
33777
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33778
- transform: rotate(90deg);
33779
- }
33780
- .E_c1kghdax .sub-info {
33781
- font-size: 12px;
33782
- line-height: 18px;
33783
- }
33784
- .E_c1kghdax .title-wrapper {
33785
- display: flex;
33786
- align-items: center;
33787
- user-select: none;
33788
- flex-grow: 1;
33789
- font-size: 12px;
33790
- line-height: 18px;
33791
- color: #2d3a56;
33792
- font-weight: 700;
33793
- }
33794
- .E_c1kghdax .collapse-arrow {
33795
- transition: all 50ms ease-out 0ms;
33796
- margin-right: 2px;
33797
- }
33798
-
33799
- .E_ckui4s7 {
33800
- color: #2d3a56;
33801
- line-height: 22px;
33802
- display: inline-flex;
33803
- }
33804
- .E_ckui4s7 .ant-checkbox {
33805
- height: 22px;
33806
- display: flex;
33807
- align-items: center;
33808
- top: 0;
33809
- }
33810
- .E_ckui4s7 .ant-checkbox-checked::after {
33811
- border: none;
33812
- }
33813
- .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 {
33814
- border-color: #0080ff;
33815
- }
33816
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
33817
- border: 1px solid rgba(107, 128, 167, 0.6);
33818
- }
33819
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33820
- border: 1px solid #0080ff;
33821
- }
33822
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33823
- background: #0080ff;
33824
- }
33825
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33826
- background-color: #fff;
33827
- height: 2px;
33828
- width: 10px;
33829
- border-radius: 2px;
33830
- }
33831
- .E_ckui4s7.ant-checkbox-wrapper-disabled {
33832
- opacity: 0.5;
33833
- }
33834
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
33835
- background: rgba(211, 218, 235, 0.6);
33836
- border-color: rgba(107, 128, 167, 0.6) !important;
33837
- }
33838
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
33839
- border-color: #2d3a56;
33840
- }
33841
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33842
- background: #2d3a56;
33843
- }
33844
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33845
- padding: 0;
33846
- }
33847
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33848
- display: inline-block;
33849
- margin-left: 12px;
33850
- color: #2d3a56;
33851
- }
33852
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33853
- margin-left: 28px;
33854
- color: rgba(44, 56, 82, 0.6);
33855
- }
33856
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33857
- margin-left: 8px;
33858
- }
33859
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33860
- margin-left: 24px;
33861
- }
33862
-
33863
33755
  .E_c14ouk5o {
33864
33756
  width: 100%;
33865
33757
  height: 100%;
@@ -33904,23 +33796,6 @@ input.E_rf8rlle.ant-input {
33904
33796
  height: auto;
33905
33797
  }
33906
33798
 
33907
- .E_b14q2gmw {
33908
- 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);
33909
- }
33910
-
33911
- .E_c1eym6el {
33912
- border-radius: 8px;
33913
- background-color: white;
33914
- }
33915
- .E_c1eym6el.hoverable {
33916
- cursor: pointer;
33917
- }
33918
- .E_c1eym6el.hoverable:hover {
33919
- transition: all 200ms ease;
33920
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33921
- transform: translateY(-4px);
33922
- }
33923
-
33924
33799
  .E_c1kchka8 {
33925
33800
  height: 100%;
33926
33801
  width: 100%;
@@ -34343,59 +34218,184 @@ input.E_rf8rlle.ant-input {
34343
34218
  .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
34344
34219
  margin-right: 0;
34345
34220
  }
34346
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
34347
- margin-left: 2px;
34221
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
34222
+ margin-left: 2px;
34223
+ }
34224
+ .E_d956d92 .ant-popover-inner-content .relative-time-container {
34225
+ max-height: 470px;
34226
+ overflow: auto;
34227
+ }
34228
+ .E_d956d92 .ant-popover-inner-content .relative-time-container ul {
34229
+ padding: 0 12px;
34230
+ }
34231
+ .E_d956d92 .ant-popover-inner-content .absolute-time-container {
34232
+ height: 470px;
34233
+ overflow: auto;
34234
+ }
34235
+
34236
+ .E_d1tc7lgk {
34237
+ min-width: 200px;
34238
+ }
34239
+ .E_d1tc7lgk header {
34240
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34241
+ padding: 8px 12px;
34242
+ color: rgba(44, 56, 82, 0.6);
34243
+ }
34244
+ .E_d1tc7lgk ul {
34245
+ list-style: none;
34246
+ padding: 12px;
34247
+ }
34248
+ .E_d1tc7lgk ul li {
34249
+ padding: 5px 8px;
34250
+ border-radius: 5px;
34251
+ transition: all 0.2s ease-in-out;
34252
+ cursor: pointer;
34253
+ }
34254
+ .E_d1tc7lgk ul li:hover {
34255
+ background: rgba(0, 136, 255, 0.16);
34256
+ color: #0080ff;
34257
+ }
34258
+ .E_d1tc7lgk ul li:active {
34259
+ background: rgba(0, 136, 255, 0.2);
34260
+ color: #0080ff;
34261
+ }
34262
+ .E_d1tc7lgk ul li + li {
34263
+ margin-top: 2px;
34264
+ }
34265
+
34266
+ .E_rzaik16 {
34267
+ padding: 0;
34268
+ }
34269
+ .E_rzaik16 .ant-popover-arrow {
34270
+ display: none;
34271
+ }
34272
+ .E_rzaik16 .ant-popover-inner-content {
34273
+ padding: 0;
34274
+ }
34275
+
34276
+ .E_b14q2gmw {
34277
+ 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);
34278
+ }
34279
+
34280
+ .E_c1eym6el {
34281
+ border-radius: 8px;
34282
+ background-color: white;
34283
+ }
34284
+ .E_c1eym6el.hoverable {
34285
+ cursor: pointer;
34286
+ }
34287
+ .E_c1eym6el.hoverable:hover {
34288
+ transition: all 200ms ease;
34289
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34290
+ transform: translateY(-4px);
34291
+ }
34292
+
34293
+ .E_c1yd35n {
34294
+ padding: 0 12px 14px 12px;
34295
+ }
34296
+
34297
+ .E_c1kghdax {
34298
+ color: #2d3a56;
34299
+ padding: 7px 12px;
34300
+ display: flex;
34301
+ justify-content: space-between;
34302
+ align-items: center;
34303
+ }
34304
+ .E_c1kghdax.has-arrow {
34305
+ padding-left: 10px;
34306
+ }
34307
+ .E_c1kghdax.has-arrow .title-wrapper {
34308
+ cursor: pointer;
34309
+ color: #00122e;
34310
+ }
34311
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
34312
+ color: #2d3a56;
34313
+ font-weight: 600;
34314
+ }
34315
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34316
+ transform: rotate(90deg);
34317
+ }
34318
+ .E_c1kghdax .sub-info {
34319
+ font-size: 12px;
34320
+ line-height: 18px;
34321
+ }
34322
+ .E_c1kghdax .title-wrapper {
34323
+ display: flex;
34324
+ align-items: center;
34325
+ user-select: none;
34326
+ flex-grow: 1;
34327
+ font-size: 12px;
34328
+ line-height: 18px;
34329
+ color: #2d3a56;
34330
+ font-weight: 700;
34331
+ }
34332
+ .E_c1kghdax .collapse-arrow {
34333
+ transition: all 50ms ease-out 0ms;
34334
+ margin-right: 2px;
34335
+ }
34336
+
34337
+ .E_ckui4s7 {
34338
+ color: #2d3a56;
34339
+ line-height: 22px;
34340
+ display: inline-flex;
34341
+ }
34342
+ .E_ckui4s7 .ant-checkbox {
34343
+ height: 22px;
34344
+ display: flex;
34345
+ align-items: center;
34346
+ top: 0;
34348
34347
  }
34349
- .E_d956d92 .ant-popover-inner-content .relative-time-container {
34350
- max-height: 470px;
34351
- overflow: auto;
34348
+ .E_ckui4s7 .ant-checkbox-checked::after {
34349
+ border: none;
34352
34350
  }
34353
- .E_d956d92 .ant-popover-inner-content .relative-time-container ul {
34354
- padding: 0 12px;
34351
+ .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 {
34352
+ border-color: #0080ff;
34355
34353
  }
34356
- .E_d956d92 .ant-popover-inner-content .absolute-time-container {
34357
- height: 470px;
34358
- overflow: auto;
34354
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
34355
+ border: 1px solid rgba(107, 128, 167, 0.6);
34359
34356
  }
34360
-
34361
- .E_d1tc7lgk {
34362
- min-width: 200px;
34357
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
34358
+ border: 1px solid #0080ff;
34363
34359
  }
34364
- .E_d1tc7lgk header {
34365
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34366
- padding: 8px 12px;
34367
- color: rgba(44, 56, 82, 0.6);
34360
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
34361
+ background: #0080ff;
34368
34362
  }
34369
- .E_d1tc7lgk ul {
34370
- list-style: none;
34371
- padding: 12px;
34363
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
34364
+ background-color: #fff;
34365
+ height: 2px;
34366
+ width: 10px;
34367
+ border-radius: 2px;
34372
34368
  }
34373
- .E_d1tc7lgk ul li {
34374
- padding: 5px 8px;
34375
- border-radius: 5px;
34376
- transition: all 0.2s ease-in-out;
34377
- cursor: pointer;
34369
+ .E_ckui4s7.ant-checkbox-wrapper-disabled {
34370
+ opacity: 0.5;
34378
34371
  }
34379
- .E_d1tc7lgk ul li:hover {
34380
- background: rgba(0, 136, 255, 0.16);
34381
- color: #0080ff;
34372
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
34373
+ background: rgba(211, 218, 235, 0.6);
34374
+ border-color: rgba(107, 128, 167, 0.6) !important;
34382
34375
  }
34383
- .E_d1tc7lgk ul li:active {
34384
- background: rgba(0, 136, 255, 0.2);
34385
- color: #0080ff;
34376
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
34377
+ border-color: #2d3a56;
34386
34378
  }
34387
- .E_d1tc7lgk ul li + li {
34388
- margin-top: 2px;
34379
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
34380
+ background: #2d3a56;
34389
34381
  }
34390
-
34391
- .E_rzaik16 {
34382
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
34392
34383
  padding: 0;
34393
34384
  }
34394
- .E_rzaik16 .ant-popover-arrow {
34395
- display: none;
34385
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
34386
+ display: inline-block;
34387
+ margin-left: 12px;
34388
+ color: #2d3a56;
34396
34389
  }
34397
- .E_rzaik16 .ant-popover-inner-content {
34398
- padding: 0;
34390
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
34391
+ margin-left: 28px;
34392
+ color: rgba(44, 56, 82, 0.6);
34393
+ }
34394
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
34395
+ margin-left: 8px;
34396
+ }
34397
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
34398
+ margin-left: 24px;
34399
34399
  }
34400
34400
 
34401
34401
  .E_lht19u8 {
@@ -34447,952 +34447,935 @@ input.E_rf8rlle.ant-input {
34447
34447
  animation: loading-indicator3 1100ms ease-out infinite;
34448
34448
  }
34449
34449
 
34450
- .E_w7ob4th.outside-tag {
34451
- padding-left: 0;
34452
- }
34453
- .E_w7ob4th.outside-tag .inside-tag {
34454
- border-radius: 4px 0 0 4px;
34455
- padding-right: 4px;
34456
- margin-right: 4px;
34457
- }
34458
-
34459
- .E_sjob3jg {
34460
- --item-min-width: 60px;
34461
- }
34462
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
34463
- display: none !important;
34464
- }
34465
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
34466
- flex-shrink: 0 !important;
34467
- }
34468
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
34469
- color: #0080ff;
34450
+ .E_sddwhm6 {
34451
+ margin: 0;
34452
+ border-radius: 20px;
34453
+ padding: 2px 10px;
34454
+ height: 22px;
34470
34455
  }
34471
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34472
- color: #0080ff;
34473
- font-weight: normal;
34456
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
34457
+ background-color: rgba(237, 241, 250, 0.6) !important;
34474
34458
  }
34475
- .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 {
34476
- color: rgba(44, 56, 82, 0.6);
34459
+ .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 {
34460
+ background-color: rgba(225, 230, 241, 0.6) !important;
34477
34461
  }
34478
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34462
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
34479
34463
  color: #00122e;
34480
34464
  }
34481
- .E_sjob3jg .step-item-text {
34482
- display: inline-block;
34483
- }
34484
- .E_sjob3jg .step-item-title {
34485
- overflow: hidden;
34486
- white-space: nowrap;
34487
- text-overflow: ellipsis;
34488
- }
34489
-
34490
- .E_hjvj6s6 .ant-steps-item-container {
34491
- min-width: var(--item-min-width);
34465
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
34466
+ margin-right: 6px;
34492
34467
  }
34493
- .E_hjvj6s6 .ant-steps-item-disabled {
34494
- cursor: not-allowed !important;
34468
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
34469
+ margin-left: 8px;
34470
+ color: rgba(44, 56, 82, 0.6);
34495
34471
  }
34496
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34497
- flex-direction: row;
34498
- justify-content: stretch;
34472
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
34473
+ background-color: rgba(0, 136, 255, 0.1);
34499
34474
  }
34500
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34501
- padding: 0;
34502
- margin-right: 4px;
34503
- flex: 1;
34504
- overflow: visible;
34475
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
34476
+ background-color: #0080ff;
34505
34477
  }
34506
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34507
- width: 100%;
34508
- min-height: unset;
34478
+ .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 {
34479
+ background-color: rgba(0, 136, 255, 0.16);
34509
34480
  }
34510
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34511
- height: 26px;
34512
- line-height: 26px;
34513
- width: 100%;
34514
- padding: 0;
34515
- font-size: 12px;
34481
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
34482
+ background-color: rgba(255, 74, 74, 0.1);
34516
34483
  }
34517
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34518
- margin-right: 10px;
34484
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
34485
+ background-color: #f0483e;
34519
34486
  }
34520
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34521
- display: none;
34487
+ .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 {
34488
+ background-color: rgba(255, 74, 74, 0.16);
34522
34489
  }
34523
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34524
- padding-left: 8px;
34525
- padding-right: 4px;
34526
- border-radius: 4px 0 0 4px;
34490
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
34491
+ background-color: rgba(254, 160, 8, 0.1);
34527
34492
  }
34528
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34529
- margin-right: 0;
34493
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
34494
+ background-color: #fea008;
34530
34495
  }
34531
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34532
- padding-right: 8px;
34533
- padding-left: 12px;
34534
- border-radius: 0 4px 4px 0;
34496
+ .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 {
34497
+ background-color: rgba(255, 187, 0, 0.16);
34535
34498
  }
34536
- .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 {
34537
- content: "";
34538
- width: 0;
34539
- height: 0;
34540
- border: 13px solid transparent;
34541
- position: absolute;
34542
- top: 0;
34543
- border-left: 8px solid rgba(237, 241, 250, 0.6);
34544
- z-index: 2;
34545
- position: relative;
34546
- top: -50%;
34547
- right: -100%;
34499
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
34500
+ background-color: rgba(30, 201, 127, 0.1);
34548
34501
  }
34549
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34550
- padding: 0 4px 0 12px;
34502
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
34503
+ background-color: #00ba5d;
34551
34504
  }
34552
- .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 {
34553
- content: "";
34554
- width: 0;
34555
- height: 0;
34556
- border: 13px solid transparent;
34557
- position: absolute;
34558
- top: 0;
34559
- border-left: 8px solid #fff;
34560
- left: 0;
34505
+ .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 {
34506
+ background-color: rgba(30, 201, 127, 0.16);
34561
34507
  }
34562
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34563
- max-width: calc(100% - var(--item-min-width) * 2);
34508
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
34509
+ background-color: rgba(225, 230, 241, 0.6);
34564
34510
  }
34565
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34566
- background-color: rgba(0, 136, 255, 0.1);
34511
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
34512
+ background-color: #6b7d99;
34567
34513
  }
34568
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34569
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34514
+ .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 {
34515
+ background-color: rgba(211, 218, 235, 0.6);
34570
34516
  }
34571
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34572
- cursor: pointer;
34573
- min-width: var(--item-min-width);
34517
+
34518
+ .E_satwmqm {
34519
+ width: 8px;
34520
+ height: 8px;
34521
+ border-radius: 50%;
34522
+ display: inline-block;
34574
34523
  }
34575
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34576
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34577
- min-width: var(--item-min-width);
34524
+
34525
+ button.E_l48ei06.ant-btn,
34526
+ button.E_l48ei06.ant-btn.ant-btn-sm,
34527
+ button.E_l48ei06.ant-btn.ant-btn-lg {
34528
+ font-size: 12px;
34529
+ line-height: 18px;
34530
+ height: 18px;
34578
34531
  }
34579
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34580
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34581
- background-color: rgba(237, 241, 250, 0.6);
34532
+
34533
+ button.E_l48ei06 {
34534
+ color: #0080FF;
34535
+ height: unset;
34582
34536
  }
34583
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34584
- padding: 0;
34537
+ button.E_l48ei06 .button-prefix-icon {
34538
+ margin-right: 4px;
34585
34539
  }
34586
-
34587
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34588
- width: 192px;
34589
- row-gap: 2px;
34540
+ button.E_l48ei06 .button-suffix-icon {
34541
+ margin-left: 4px;
34590
34542
  }
34591
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34592
- background-color: rgba(225, 230, 241, 0.6);
34543
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
34544
+ color: #009DFF;
34593
34545
  }
34594
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34595
- color: #00122e !important;
34546
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
34547
+ color: #005ED1;
34596
34548
  }
34597
- .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 {
34598
- background-color: rgba(225, 230, 241, 0.6);
34549
+ button.E_l48ei06.ui-kit-link-disabled {
34550
+ color: #0080FF;
34599
34551
  }
34600
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34601
- padding: 0 8px;
34602
- border-radius: 4px;
34603
- height: 32px;
34604
- display: flex;
34605
- align-items: center;
34552
+ button.E_l48ei06.ui-kit-link-primary {
34553
+ color: #00122E;
34606
34554
  }
34607
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34608
- min-height: auto;
34609
- white-space: nowrap;
34555
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
34556
+ color: #0080FF;
34610
34557
  }
34611
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34612
- font-size: 13px;
34613
- line-height: 20px;
34614
- max-width: 100%;
34615
- padding-right: 0;
34558
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
34559
+ color: #005ED1;
34616
34560
  }
34617
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34618
- background: rgba(0, 128, 255, 0.1);
34561
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
34562
+ color: #00122E;
34619
34563
  }
34620
-
34621
- .E_h6l1tj4 {
34622
- width: 100%;
34623
- display: inline-flex;
34624
- align-items: center;
34625
- justify-content: center;
34626
- column-gap: 4px;
34564
+ button.E_l48ei06.ui-kit-link-secondary {
34565
+ color: rgba(44, 56, 82, 0.7490196078);
34627
34566
  }
34628
- .E_h6l1tj4 .step-item-prefix-container {
34629
- display: inline-flex;
34630
- align-items: center;
34631
- width: 18px;
34632
- height: 18px;
34633
- color: rgba(44, 56, 82, 0.75);
34634
- justify-content: center;
34567
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
34568
+ color: #0080FF;
34635
34569
  }
34636
-
34637
- .E_v18frne8 {
34638
- width: 100%;
34639
- display: flex;
34640
- align-items: center;
34641
- justify-content: center;
34642
- column-gap: 6px;
34643
- font-size: 13px;
34570
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
34571
+ color: #005ED1;
34644
34572
  }
34645
- .E_v18frne8 .step-item-prefix-container {
34646
- display: inline-flex;
34647
- align-items: center;
34648
- min-width: 20px;
34649
- min-height: 20px;
34650
- color: rgba(44, 56, 82, 0.75);
34651
- justify-content: center;
34573
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34574
+ color: rgba(44, 56, 82, 0.7490196078);
34652
34575
  }
34653
34576
 
34654
- .E_i1g85yz3 {
34655
- margin-right: 4px;
34656
- height: 16px;
34577
+ .E_tc97u5y {
34578
+ height: 100%;
34657
34579
  }
34658
34580
 
34659
- .E_slr2ynn {
34660
- padding: 0 8px;
34661
- height: 18px;
34581
+ .E_efzf37v .ant-table-content {
34582
+ overflow: visible !important;
34583
+ height: 100%;
34662
34584
  }
34663
-
34664
- .E_m140wbb6 {
34665
- padding: 2px 8px;
34666
- height: 24px;
34585
+ .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
34586
+ height: 100%;
34667
34587
  }
34668
-
34669
- .E_t1fozc1i {
34670
- margin: 0;
34588
+ .E_efzf37v table {
34589
+ width: 100% !important;
34590
+ height: 100%;
34671
34591
  }
34672
-
34673
- .E_i1vxv4ln {
34674
- margin-right: 4px;
34675
- height: 16px;
34592
+ .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
34593
+ padding: 15px 0;
34676
34594
  }
34677
-
34678
- .E_n1afl31m.ant-tag.ant-tag-gray {
34679
- font-weight: 700;
34680
- color: #00122e;
34681
- background-color: rgba(237, 241, 250, 0.6);
34682
- border: 1px solid rgba(211, 218, 235, 0.6);
34683
- word-break: break-all;
34684
- display: inline;
34685
- white-space: normal;
34595
+ .E_efzf37v table thead.ant-table-thead {
34596
+ display: none;
34686
34597
  }
34687
34598
 
34688
- .E_t1dtlqs1 {
34689
- margin-bottom: 4px;
34690
- color: rgba(44, 56, 82, 0.6);
34599
+ .E_t1fisho6 {
34600
+ height: 100%;
34691
34601
  }
34692
-
34693
- .E_s1ese5oy {
34694
- color: rgba(44, 56, 82, 0.6);
34695
- line-height: 32px;
34696
- height: 32px;
34697
- margin-bottom: 0;
34602
+ .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
34603
+ padding-top: 6px;
34604
+ padding-bottom: 6px;
34698
34605
  }
34699
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34700
- color: #0080ff;
34606
+ .E_t1fisho6 .active-row td:nth-child(1) {
34607
+ font-weight: 700;
34701
34608
  }
34702
- .E_s1ese5oy.warning {
34703
- color: #ffa500;
34609
+ .E_t1fisho6.has-selection .active-row td:nth-child(2) {
34610
+ font-weight: 700;
34704
34611
  }
34705
- .E_s1ese5oy.success {
34706
- color: #00ba5d;
34612
+ .E_t1fisho6 .ant-spin-nested-loading {
34613
+ height: 100%;
34707
34614
  }
34708
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34709
- color: #f0483e;
34615
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
34616
+ height: 100%;
34617
+ overflow: visible;
34710
34618
  }
34711
- .E_s1ese5oy.normal {
34712
- color: rgba(44, 56, 82, 0.6);
34619
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
34620
+ max-height: none;
34713
34621
  }
34714
-
34715
- .E_b1ibis43 {
34716
- margin-bottom: 0;
34717
- color: #00122e;
34622
+ .E_t1fisho6 td.ant-table-column-sort {
34623
+ background: transparent;
34718
34624
  }
34719
-
34720
- .E_b11xxjd2 {
34721
- line-height: 32px;
34722
- margin-right: 6px;
34625
+ .E_t1fisho6 td.ant-table-cell-fix-left,
34626
+ .E_t1fisho6 td.ant-table-cell-fix-right {
34627
+ background: #fff;
34628
+ padding: 0 !important;
34723
34629
  }
34724
-
34725
- .E_bsub5bw.with-description {
34726
- height: 24px;
34727
- flex: 1;
34728
- position: relative;
34729
- top: -7px;
34630
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
34631
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
34632
+ display: flex;
34633
+ align-items: center;
34634
+ height: 100%;
34635
+ padding: 8px;
34730
34636
  }
34731
- .E_bsub5bw p {
34732
- width: 100%;
34637
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
34638
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
34733
34639
  overflow: hidden;
34734
34640
  text-overflow: ellipsis;
34735
- white-space: nowrap;
34641
+ width: 100%;
34736
34642
  }
34737
-
34738
- .E_tmoyoag {
34739
- border: 1px solid rgba(211, 218, 235, 0.6);
34740
- border-radius: 8px;
34741
- overflow: auto;
34643
+ .E_t1fisho6 .ant-table-container {
34644
+ height: 100%;
34742
34645
  }
34743
- .E_tmoyoag .ant-list {
34744
- position: relative;
34646
+ .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
34647
+ box-shadow: none !important;
34745
34648
  }
34746
- .E_tmoyoag .ant-list .ant-list-item:last-child {
34649
+ .E_t1fisho6 div.ant-table {
34650
+ border-radius: 0px;
34651
+ border-left: none;
34652
+ border-right: none;
34747
34653
  border-bottom: none;
34654
+ height: 100%;
34655
+ font-size: 12px;
34656
+ background: transparent;
34748
34657
  }
34749
- .E_tmoyoag .ant-list .eagle-table-form-header {
34750
- position: sticky;
34751
- top: 0;
34752
- z-index: 2;
34753
- display: flex;
34754
- padding: 8px;
34755
- flex-wrap: nowrap;
34756
- justify-content: flex-start;
34757
- background: #f2f5fa;
34758
- font-size: 14px;
34759
- color: rgba(44, 56, 82, 0.6);
34760
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34761
- }
34762
- .E_tmoyoag .ant-list .eagle-table-form-header {
34763
- align-items: inherit;
34764
- }
34765
- .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
34766
- margin-bottom: 0;
34658
+ .E_t1fisho6 div.ant-table .ant-table-header {
34659
+ position: relative;
34660
+ z-index: 3;
34661
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34662
+ margin-bottom: -1px;
34767
34663
  }
34768
- .E_tmoyoag .ant-list .eagle-table-form-row {
34769
- display: flex;
34770
- justify-content: flex-start;
34771
- align-items: flex-start;
34772
- flex-wrap: wrap;
34773
- padding: 8px;
34774
- border: none;
34664
+ .E_t1fisho6 div.ant-table .time-wrapper .date,
34665
+ .E_t1fisho6 div.ant-table .value {
34666
+ color: #2d3a56;
34775
34667
  }
34776
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34777
- flex-basis: 100%;
34778
- margin: 12px 0 0;
34779
- order: 99;
34668
+ .E_t1fisho6 div.ant-table .time-wrapper .time,
34669
+ .E_t1fisho6 div.ant-table .unit {
34780
34670
  color: rgba(44, 56, 82, 0.6);
34781
34671
  }
34782
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34783
- color: #f0483e;
34784
- flex-basis: 100%;
34785
- order: 98;
34786
- margin: 12px 0 0;
34672
+ .E_t1fisho6 div.ant-table .ant-table-selection {
34673
+ position: unset;
34674
+ text-align: center;
34675
+ }
34676
+ .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34677
+ background: #fff;
34787
34678
  }
34788
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34789
- background-color: rgba(237, 241, 250, 0.6);
34679
+ .E_t1fisho6 div.ant-table .anticon-setting {
34680
+ cursor: pointer;
34681
+ position: absolute;
34682
+ top: 50%;
34683
+ right: 12px;
34684
+ transform: translateY(-50%);
34790
34685
  }
34791
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34792
- background-color: rgba(0, 136, 255, 0.1);
34686
+ .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34687
+ box-shadow: none;
34688
+ width: 1px;
34689
+ background: rgba(213, 219, 227, 0.6);
34793
34690
  }
34794
- .E_tmoyoag .ant-list .eagle-table-form-cell {
34795
- flex: 1 0 0;
34796
- overflow: hidden;
34691
+ .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34692
+ box-shadow: none;
34693
+ width: 1px;
34694
+ background: rgba(213, 219, 227, 0.6);
34797
34695
  }
34798
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34799
- color: rgba(44, 56, 82, 0.6);
34800
- margin: 0;
34696
+ .E_t1fisho6 div.ant-table .ant-table-tbody {
34697
+ position: relative;
34801
34698
  }
34802
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34803
- text-align: center;
34699
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
34700
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34701
+ border-bottom: 1px solid white;
34702
+ height: 40px;
34703
+ vertical-align: middle;
34704
+ transition: background 0ms;
34705
+ color: #00122e;
34804
34706
  }
34805
- .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 > * {
34806
- text-align: center;
34707
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34708
+ background: #f2f5fa;
34709
+ border-bottom-color: #f2f5fa;
34807
34710
  }
34808
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34711
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34712
+ height: auto;
34713
+ color: #00122e;
34714
+ font-size: 12px;
34809
34715
  text-align: left;
34716
+ transition: none;
34717
+ overflow: hidden;
34718
+ text-overflow: ellipsis;
34719
+ white-space: nowrap;
34810
34720
  }
34811
- .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 > * {
34812
- text-align: left;
34721
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34722
+ color: #0096ff;
34813
34723
  }
34814
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34815
- text-align: right;
34724
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34725
+ overflow: hidden;
34726
+ text-overflow: ellipsis;
34727
+ width: 100%;
34728
+ vertical-align: middle;
34816
34729
  }
34817
- .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 > * {
34818
- text-align: right;
34730
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34731
+ line-height: 0px;
34819
34732
  }
34820
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34821
- margin-right: 8px;
34733
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34734
+ padding-right: 25px;
34822
34735
  }
34823
- .E_tmoyoag .ant-list .ant-list-item-action {
34824
- padding: 4px;
34825
- width: 24px;
34826
- height: 24px;
34827
- overflow: hidden;
34736
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34737
+ border-top-color: transparent;
34828
34738
  }
34829
- .E_tmoyoag .ant-list .ant-list-item-action li {
34830
- padding: 0;
34739
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
34740
+ background: rgba(225, 230, 241, 0.6);
34741
+ border-color: transparent transparent white;
34831
34742
  }
34832
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
34833
- cursor: not-allowed;
34834
- opacity: 0.5;
34743
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34744
+ border-radius: 8px 0 0 8px;
34835
34745
  }
34836
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34837
- margin: 0;
34746
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34747
+ border-radius: 8px 0 0 8px;
34838
34748
  }
34839
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34840
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34841
- border-radius: 5px;
34842
- font-size: 12px;
34749
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34750
+ content: "";
34751
+ width: 4px;
34752
+ top: -1px;
34753
+ bottom: -1px;
34754
+ background: white;
34843
34755
  }
34844
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34845
- font-size: inherit;
34756
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34757
+ border-radius: 0 8px 8px 0;
34846
34758
  }
34847
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34848
- min-height: 24px;
34849
- font-size: 12px;
34850
- position: relative;
34759
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34760
+ border-radius: 0;
34761
+ background: white;
34762
+ border-top: none;
34851
34763
  }
34852
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34853
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34764
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34765
+ border-top: 1px solid transparent;
34766
+ border-radius: 0 8px 8px 0;
34767
+ background: rgba(225, 230, 241, 0.6);
34854
34768
  }
34855
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34856
- background-color: rgba(237, 241, 250, 0.6);
34769
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34770
+ background: white;
34771
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34857
34772
  }
34858
-
34859
- .E_a138syjm {
34773
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34860
34774
  display: flex;
34861
34775
  align-items: center;
34862
- margin-top: 8px;
34776
+ height: 100%;
34777
+ background: rgba(225, 230, 241, 0.6);
34863
34778
  }
34864
- .E_a138syjm button.ant-btn {
34865
- padding: 2px 8px;
34866
- height: 24px;
34779
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34780
+ background: white;
34781
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34867
34782
  }
34868
- .E_a138syjm > span.maximum-desc {
34869
- display: none;
34870
- margin-left: 8px;
34871
- color: rgba(44, 56, 82, 0.6);
34783
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34784
+ display: flex;
34785
+ align-items: center;
34786
+ height: 100%;
34787
+ background: rgba(225, 230, 241, 0.6);
34872
34788
  }
34873
- .E_a138syjm > span.maximum-desc.disabled {
34874
- display: inline;
34789
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34790
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34875
34791
  }
34876
-
34877
- .E_d77i8u0 {
34878
- width: 24px;
34879
- height: 24px;
34880
- padding: 4px;
34881
- margin-right: 8px;
34792
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
34793
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34794
+ border-radius: 8px;
34882
34795
  }
34883
-
34884
- .E_sddwhm6 {
34885
- margin: 0;
34886
- border-radius: 20px;
34887
- padding: 2px 10px;
34888
- height: 22px;
34796
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34797
+ border-top-color: white;
34889
34798
  }
34890
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
34891
- background-color: rgba(237, 241, 250, 0.6) !important;
34799
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34800
+ background: rgba(0, 136, 255, 0.1);
34801
+ border-bottom-color: transparent;
34802
+ border-top-color: transparent;
34892
34803
  }
34893
- .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 {
34894
- background-color: rgba(225, 230, 241, 0.6) !important;
34804
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34805
+ border-radius: 8px 0 0 8px;
34895
34806
  }
34896
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
34807
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34808
+ border-radius: 0 8px 8px 0;
34809
+ }
34810
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34811
+ background: rgba(0, 136, 255, 0.1);
34812
+ }
34813
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
34814
+ background: #fff;
34815
+ font-weight: 400;
34816
+ position: relative;
34817
+ border-bottom: none;
34897
34818
  color: #00122e;
34819
+ transition: none;
34820
+ padding: 14px 8px 14px 8px;
34821
+ line-height: 20px;
34898
34822
  }
34899
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
34900
- margin-right: 6px;
34823
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
34824
+ content: "";
34825
+ width: 1px;
34826
+ top: 0;
34827
+ bottom: 0;
34828
+ background: rgba(211, 218, 235, 0.6);
34829
+ position: absolute;
34830
+ right: 0;
34901
34831
  }
34902
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
34903
- margin-left: 8px;
34904
- color: rgba(44, 56, 82, 0.6);
34832
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
34833
+ padding: unset;
34905
34834
  }
34906
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
34907
- background-color: rgba(0, 136, 255, 0.1);
34835
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
34836
+ display: none;
34908
34837
  }
34909
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
34910
- background-color: #0080ff;
34838
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34839
+ width: 100%;
34840
+ overflow: hidden;
34841
+ white-space: nowrap;
34842
+ text-overflow: ellipsis;
34911
34843
  }
34912
- .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 {
34913
- background-color: rgba(0, 136, 255, 0.16);
34844
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34845
+ overflow: hidden;
34846
+ text-overflow: ellipsis;
34847
+ flex: 1;
34914
34848
  }
34915
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
34916
- background-color: rgba(255, 74, 74, 0.1);
34849
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34850
+ padding: 15px 25px 15px 8px;
34917
34851
  }
34918
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
34919
- background-color: #f0483e;
34852
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34853
+ padding: 0;
34920
34854
  }
34921
- .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 {
34922
- background-color: rgba(255, 74, 74, 0.16);
34855
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34856
+ position: absolute;
34857
+ right: 6px;
34858
+ top: 50%;
34859
+ transform: translateY(-50%);
34860
+ height: 16px;
34861
+ display: none;
34862
+ transition: transform 320ms ease;
34923
34863
  }
34924
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
34925
- background-color: rgba(254, 160, 8, 0.1);
34864
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34865
+ display: block;
34866
+ transform: translateY(-50%) rotateX(180deg);
34926
34867
  }
34927
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
34928
- background-color: #fea008;
34868
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34869
+ display: block;
34929
34870
  }
34930
- .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 {
34931
- background-color: rgba(255, 187, 0, 0.16);
34871
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34872
+ display: none;
34873
+ }
34874
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34875
+ transform: translateY(-50%);
34932
34876
  }
34933
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
34934
- background-color: rgba(30, 201, 127, 0.1);
34877
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34878
+ transform: translateY(-50%) rotateX(180deg);
34935
34879
  }
34936
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
34937
- background-color: #00ba5d;
34880
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34881
+ background: #f2f5fa;
34938
34882
  }
34939
- .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 {
34940
- background-color: rgba(30, 201, 127, 0.16);
34883
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34884
+ display: block;
34941
34885
  }
34942
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
34943
- background-color: rgba(225, 230, 241, 0.6);
34886
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
34887
+ padding-right: 25px;
34944
34888
  }
34945
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
34946
- background-color: #6b7d99;
34889
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
34890
+ padding: 0 !important;
34947
34891
  }
34948
- .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 {
34949
- background-color: rgba(211, 218, 235, 0.6);
34892
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34893
+ position: absolute;
34894
+ left: 50%;
34895
+ top: 50%;
34896
+ transform: translate(-50%, -50%);
34950
34897
  }
34951
-
34952
- .E_satwmqm {
34953
- width: 8px;
34954
- height: 8px;
34955
- border-radius: 50%;
34956
- display: inline-block;
34898
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
34899
+ display: none;
34957
34900
  }
34958
-
34959
- .E_tc97u5y {
34960
- height: 100%;
34901
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
34902
+ background: #fff;
34961
34903
  }
34962
-
34963
- .E_efzf37v .ant-table-content {
34964
- overflow: visible !important;
34965
- height: 100%;
34904
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
34905
+ background: inherit;
34966
34906
  }
34967
- .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
34968
- height: 100%;
34907
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
34908
+ position: static;
34909
+ border: none;
34910
+ background: inherit !important;
34911
+ height: 100px;
34912
+ vertical-align: middle;
34969
34913
  }
34970
- .E_efzf37v table {
34971
- width: 100% !important;
34972
- height: 100%;
34914
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
34915
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34916
+ font-weight: bold;
34917
+ font-size: 20px;
34918
+ color: rgba(10, 37, 85, 0.6);
34973
34919
  }
34974
- .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
34975
- padding: 15px 0;
34920
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
34921
+ .E_t1fisho6 div.ant-table th.cell__action_ {
34922
+ z-index: 10;
34976
34923
  }
34977
- .E_efzf37v table thead.ant-table-thead {
34978
- display: none;
34924
+ .E_t1fisho6 div.ant-table td.cell__action_ {
34925
+ padding: 0 !important;
34926
+ position: relative;
34927
+ background: #fff;
34979
34928
  }
34980
-
34981
- .E_t1fisho6 {
34929
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
34982
34930
  height: 100%;
34931
+ display: flex;
34932
+ align-items: center;
34933
+ justify-content: flex-end;
34934
+ padding-right: 8px;
34983
34935
  }
34984
- .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
34985
- padding-top: 6px;
34986
- padding-bottom: 6px;
34936
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
34937
+ width: 24px;
34938
+ height: 24px;
34939
+ cursor: pointer;
34940
+ justify-content: center;
34941
+ border-radius: 4px;
34987
34942
  }
34988
- .E_t1fisho6 .active-row td:nth-child(1) {
34989
- font-weight: 700;
34943
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
34944
+ background: #fff;
34990
34945
  }
34991
- .E_t1fisho6.has-selection .active-row td:nth-child(2) {
34992
- font-weight: 700;
34946
+
34947
+ .E_sjob3jg {
34948
+ --item-min-width: 60px;
34993
34949
  }
34994
- .E_t1fisho6 .ant-spin-nested-loading {
34995
- height: 100%;
34950
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
34951
+ display: none !important;
34996
34952
  }
34997
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
34998
- height: 100%;
34999
- overflow: visible;
34953
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
34954
+ flex-shrink: 0 !important;
35000
34955
  }
35001
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
35002
- max-height: none;
34956
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
34957
+ color: #0080ff;
35003
34958
  }
35004
- .E_t1fisho6 td.ant-table-column-sort {
35005
- background: transparent;
34959
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34960
+ color: #0080ff;
34961
+ font-weight: normal;
35006
34962
  }
35007
- .E_t1fisho6 td.ant-table-cell-fix-left,
35008
- .E_t1fisho6 td.ant-table-cell-fix-right {
35009
- background: #fff;
35010
- padding: 0 !important;
34963
+ .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 {
34964
+ color: rgba(44, 56, 82, 0.6);
35011
34965
  }
35012
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
35013
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
35014
- display: flex;
35015
- align-items: center;
35016
- height: 100%;
35017
- padding: 8px;
34966
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34967
+ color: #00122e;
35018
34968
  }
35019
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
35020
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
34969
+ .E_sjob3jg .step-item-text {
34970
+ display: inline-block;
34971
+ }
34972
+ .E_sjob3jg .step-item-title {
35021
34973
  overflow: hidden;
34974
+ white-space: nowrap;
35022
34975
  text-overflow: ellipsis;
35023
- width: 100%;
35024
34976
  }
35025
- .E_t1fisho6 .ant-table-container {
35026
- height: 100%;
34977
+
34978
+ .E_hjvj6s6 .ant-steps-item-container {
34979
+ min-width: var(--item-min-width);
35027
34980
  }
35028
- .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
35029
- box-shadow: none !important;
34981
+ .E_hjvj6s6 .ant-steps-item-disabled {
34982
+ cursor: not-allowed !important;
35030
34983
  }
35031
- .E_t1fisho6 div.ant-table {
35032
- border-radius: 0px;
35033
- border-left: none;
35034
- border-right: none;
35035
- border-bottom: none;
35036
- height: 100%;
35037
- font-size: 12px;
35038
- background: transparent;
34984
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34985
+ flex-direction: row;
34986
+ justify-content: stretch;
35039
34987
  }
35040
- .E_t1fisho6 div.ant-table .ant-table-header {
35041
- position: relative;
35042
- z-index: 3;
35043
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35044
- margin-bottom: -1px;
34988
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34989
+ padding: 0;
34990
+ margin-right: 4px;
34991
+ flex: 1;
34992
+ overflow: visible;
35045
34993
  }
35046
- .E_t1fisho6 div.ant-table .time-wrapper .date,
35047
- .E_t1fisho6 div.ant-table .value {
35048
- color: #2d3a56;
34994
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34995
+ width: 100%;
34996
+ min-height: unset;
35049
34997
  }
35050
- .E_t1fisho6 div.ant-table .time-wrapper .time,
35051
- .E_t1fisho6 div.ant-table .unit {
35052
- color: rgba(44, 56, 82, 0.6);
34998
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34999
+ height: 26px;
35000
+ line-height: 26px;
35001
+ width: 100%;
35002
+ padding: 0;
35003
+ font-size: 12px;
35053
35004
  }
35054
- .E_t1fisho6 div.ant-table .ant-table-selection {
35055
- position: unset;
35056
- text-align: center;
35005
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
35006
+ margin-right: 10px;
35057
35007
  }
35058
- .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
35059
- background: #fff;
35008
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
35009
+ display: none;
35060
35010
  }
35061
- .E_t1fisho6 div.ant-table .anticon-setting {
35062
- cursor: pointer;
35063
- position: absolute;
35064
- top: 50%;
35065
- right: 12px;
35066
- transform: translateY(-50%);
35011
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
35012
+ padding-left: 8px;
35013
+ padding-right: 4px;
35014
+ border-radius: 4px 0 0 4px;
35067
35015
  }
35068
- .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
35069
- box-shadow: none;
35070
- width: 1px;
35071
- background: rgba(213, 219, 227, 0.6);
35016
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
35017
+ margin-right: 0;
35072
35018
  }
35073
- .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
35074
- box-shadow: none;
35075
- width: 1px;
35076
- background: rgba(213, 219, 227, 0.6);
35019
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
35020
+ padding-right: 8px;
35021
+ padding-left: 12px;
35022
+ border-radius: 0 4px 4px 0;
35077
35023
  }
35078
- .E_t1fisho6 div.ant-table .ant-table-tbody {
35024
+ .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 {
35025
+ content: "";
35026
+ width: 0;
35027
+ height: 0;
35028
+ border: 13px solid transparent;
35029
+ position: absolute;
35030
+ top: 0;
35031
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
35032
+ z-index: 2;
35079
35033
  position: relative;
35034
+ top: -50%;
35035
+ right: -100%;
35080
35036
  }
35081
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
35082
- border-top: 1px solid rgba(211, 218, 235, 0.6);
35083
- border-bottom: 1px solid white;
35084
- height: 40px;
35085
- vertical-align: middle;
35086
- transition: background 0ms;
35087
- color: #00122e;
35088
- }
35089
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
35090
- background: #f2f5fa;
35091
- border-bottom-color: #f2f5fa;
35037
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
35038
+ padding: 0 4px 0 12px;
35092
35039
  }
35093
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
35094
- height: auto;
35095
- color: #00122e;
35096
- font-size: 12px;
35097
- text-align: left;
35098
- transition: none;
35099
- overflow: hidden;
35100
- text-overflow: ellipsis;
35101
- white-space: nowrap;
35040
+ .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 {
35041
+ content: "";
35042
+ width: 0;
35043
+ height: 0;
35044
+ border: 13px solid transparent;
35045
+ position: absolute;
35046
+ top: 0;
35047
+ border-left: 8px solid #fff;
35048
+ left: 0;
35102
35049
  }
35103
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
35104
- color: #0096ff;
35050
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
35051
+ max-width: calc(100% - var(--item-min-width) * 2);
35105
35052
  }
35106
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
35107
- overflow: hidden;
35108
- text-overflow: ellipsis;
35109
- width: 100%;
35110
- vertical-align: middle;
35053
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
35054
+ background-color: rgba(0, 136, 255, 0.1);
35111
35055
  }
35112
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
35113
- line-height: 0px;
35056
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
35057
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
35114
35058
  }
35115
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
35116
- padding-right: 25px;
35059
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
35060
+ cursor: pointer;
35061
+ min-width: var(--item-min-width);
35117
35062
  }
35118
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
35119
- border-top-color: transparent;
35063
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
35064
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
35065
+ min-width: var(--item-min-width);
35120
35066
  }
35121
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
35122
- background: rgba(225, 230, 241, 0.6);
35123
- border-color: transparent transparent white;
35067
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
35068
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
35069
+ background-color: rgba(237, 241, 250, 0.6);
35124
35070
  }
35125
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
35126
- border-radius: 8px 0 0 8px;
35071
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
35072
+ padding: 0;
35127
35073
  }
35128
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
35129
- border-radius: 8px 0 0 8px;
35074
+
35075
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
35076
+ width: 192px;
35077
+ row-gap: 2px;
35130
35078
  }
35131
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
35132
- content: "";
35133
- width: 4px;
35134
- top: -1px;
35135
- bottom: -1px;
35136
- background: white;
35079
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
35080
+ background-color: rgba(225, 230, 241, 0.6);
35137
35081
  }
35138
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
35139
- border-radius: 0 8px 8px 0;
35082
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
35083
+ color: #00122e !important;
35140
35084
  }
35141
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
35142
- border-radius: 0;
35143
- background: white;
35144
- border-top: none;
35085
+ .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 {
35086
+ background-color: rgba(225, 230, 241, 0.6);
35145
35087
  }
35146
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
35147
- border-top: 1px solid transparent;
35148
- border-radius: 0 8px 8px 0;
35149
- background: rgba(225, 230, 241, 0.6);
35088
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
35089
+ padding: 0 8px;
35090
+ border-radius: 4px;
35091
+ height: 32px;
35092
+ display: flex;
35093
+ align-items: center;
35150
35094
  }
35151
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
35152
- background: white;
35153
- border-top: 1px solid rgba(211, 218, 235, 0.6);
35095
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
35096
+ min-height: auto;
35097
+ white-space: nowrap;
35154
35098
  }
35155
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
35156
- display: flex;
35099
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
35100
+ font-size: 13px;
35101
+ line-height: 20px;
35102
+ max-width: 100%;
35103
+ padding-right: 0;
35104
+ }
35105
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
35106
+ background: rgba(0, 128, 255, 0.1);
35107
+ }
35108
+
35109
+ .E_h6l1tj4 {
35110
+ width: 100%;
35111
+ display: inline-flex;
35157
35112
  align-items: center;
35158
- height: 100%;
35159
- background: rgba(225, 230, 241, 0.6);
35113
+ justify-content: center;
35114
+ column-gap: 4px;
35160
35115
  }
35161
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
35162
- background: white;
35163
- border-top: 1px solid rgba(211, 218, 235, 0.6);
35116
+ .E_h6l1tj4 .step-item-prefix-container {
35117
+ display: inline-flex;
35118
+ align-items: center;
35119
+ width: 18px;
35120
+ height: 18px;
35121
+ color: rgba(44, 56, 82, 0.75);
35122
+ justify-content: center;
35164
35123
  }
35165
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
35124
+
35125
+ .E_v18frne8 {
35126
+ width: 100%;
35166
35127
  display: flex;
35167
35128
  align-items: center;
35168
- height: 100%;
35169
- background: rgba(225, 230, 241, 0.6);
35129
+ justify-content: center;
35130
+ column-gap: 6px;
35131
+ font-size: 13px;
35170
35132
  }
35171
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
35172
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35133
+ .E_v18frne8 .step-item-prefix-container {
35134
+ display: inline-flex;
35135
+ align-items: center;
35136
+ min-width: 20px;
35137
+ min-height: 20px;
35138
+ color: rgba(44, 56, 82, 0.75);
35139
+ justify-content: center;
35173
35140
  }
35174
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
35175
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
35176
- border-radius: 8px;
35141
+
35142
+ .E_w7ob4th.outside-tag {
35143
+ padding-left: 0;
35177
35144
  }
35178
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
35179
- border-top-color: white;
35145
+ .E_w7ob4th.outside-tag .inside-tag {
35146
+ border-radius: 4px 0 0 4px;
35147
+ padding-right: 4px;
35148
+ margin-right: 4px;
35180
35149
  }
35181
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
35182
- background: rgba(0, 136, 255, 0.1);
35183
- border-bottom-color: transparent;
35184
- border-top-color: transparent;
35150
+
35151
+ .E_t1dtlqs1 {
35152
+ margin-bottom: 4px;
35153
+ color: rgba(44, 56, 82, 0.6);
35185
35154
  }
35186
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
35187
- border-radius: 8px 0 0 8px;
35155
+
35156
+ .E_s1ese5oy {
35157
+ color: rgba(44, 56, 82, 0.6);
35158
+ line-height: 32px;
35159
+ height: 32px;
35160
+ margin-bottom: 0;
35188
35161
  }
35189
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
35190
- border-radius: 0 8px 8px 0;
35162
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
35163
+ color: #0080ff;
35191
35164
  }
35192
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
35193
- background: rgba(0, 136, 255, 0.1);
35165
+ .E_s1ese5oy.warning {
35166
+ color: #ffa500;
35194
35167
  }
35195
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
35196
- background: #fff;
35197
- font-weight: 400;
35198
- position: relative;
35199
- border-bottom: none;
35200
- color: #00122e;
35201
- transition: none;
35202
- padding: 14px 8px 14px 8px;
35203
- line-height: 20px;
35168
+ .E_s1ese5oy.success {
35169
+ color: #00ba5d;
35204
35170
  }
35205
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
35206
- content: "";
35207
- width: 1px;
35208
- top: 0;
35209
- bottom: 0;
35210
- background: rgba(211, 218, 235, 0.6);
35211
- position: absolute;
35212
- right: 0;
35171
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
35172
+ color: #f0483e;
35213
35173
  }
35214
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
35215
- padding: unset;
35174
+ .E_s1ese5oy.normal {
35175
+ color: rgba(44, 56, 82, 0.6);
35216
35176
  }
35217
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
35218
- display: none;
35177
+
35178
+ .E_b1ibis43 {
35179
+ margin-bottom: 0;
35180
+ color: #00122e;
35219
35181
  }
35220
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
35221
- width: 100%;
35222
- overflow: hidden;
35223
- white-space: nowrap;
35224
- text-overflow: ellipsis;
35182
+
35183
+ .E_b11xxjd2 {
35184
+ line-height: 32px;
35185
+ margin-right: 6px;
35225
35186
  }
35226
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
35227
- overflow: hidden;
35228
- text-overflow: ellipsis;
35187
+
35188
+ .E_bsub5bw.with-description {
35189
+ height: 24px;
35229
35190
  flex: 1;
35191
+ position: relative;
35192
+ top: -7px;
35230
35193
  }
35231
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
35232
- padding: 15px 25px 15px 8px;
35194
+ .E_bsub5bw p {
35195
+ width: 100%;
35196
+ overflow: hidden;
35197
+ text-overflow: ellipsis;
35198
+ white-space: nowrap;
35233
35199
  }
35234
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
35235
- padding: 0;
35200
+
35201
+ .E_tmoyoag {
35202
+ border: 1px solid rgba(211, 218, 235, 0.6);
35203
+ border-radius: 8px;
35204
+ overflow: auto;
35236
35205
  }
35237
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
35238
- position: absolute;
35239
- right: 6px;
35240
- top: 50%;
35241
- transform: translateY(-50%);
35242
- height: 16px;
35243
- display: none;
35244
- transition: transform 320ms ease;
35206
+ .E_tmoyoag .ant-list {
35207
+ position: relative;
35245
35208
  }
35246
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
35247
- display: block;
35248
- transform: translateY(-50%) rotateX(180deg);
35209
+ .E_tmoyoag .ant-list .ant-list-item:last-child {
35210
+ border-bottom: none;
35249
35211
  }
35250
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
35251
- display: block;
35212
+ .E_tmoyoag .ant-list .eagle-table-form-header {
35213
+ position: sticky;
35214
+ top: 0;
35215
+ z-index: 2;
35216
+ display: flex;
35217
+ padding: 8px;
35218
+ flex-wrap: nowrap;
35219
+ justify-content: flex-start;
35220
+ background: #f2f5fa;
35221
+ font-size: 14px;
35222
+ color: rgba(44, 56, 82, 0.6);
35223
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35252
35224
  }
35253
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
35254
- display: none;
35225
+ .E_tmoyoag .ant-list .eagle-table-form-header {
35226
+ align-items: inherit;
35255
35227
  }
35256
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
35257
- transform: translateY(-50%);
35228
+ .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
35229
+ margin-bottom: 0;
35258
35230
  }
35259
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
35260
- transform: translateY(-50%) rotateX(180deg);
35231
+ .E_tmoyoag .ant-list .eagle-table-form-row {
35232
+ display: flex;
35233
+ justify-content: flex-start;
35234
+ align-items: flex-start;
35235
+ flex-wrap: wrap;
35236
+ padding: 8px;
35237
+ border: none;
35261
35238
  }
35262
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
35263
- background: #f2f5fa;
35239
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
35240
+ flex-basis: 100%;
35241
+ margin: 12px 0 0;
35242
+ order: 99;
35243
+ color: rgba(44, 56, 82, 0.6);
35264
35244
  }
35265
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
35266
- display: block;
35245
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
35246
+ color: #f0483e;
35247
+ flex-basis: 100%;
35248
+ order: 98;
35249
+ margin: 12px 0 0;
35267
35250
  }
35268
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
35269
- padding-right: 25px;
35251
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
35252
+ background-color: rgba(237, 241, 250, 0.6);
35270
35253
  }
35271
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
35272
- padding: 0 !important;
35254
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
35255
+ background-color: rgba(0, 136, 255, 0.1);
35273
35256
  }
35274
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
35275
- position: absolute;
35276
- left: 50%;
35277
- top: 50%;
35278
- transform: translate(-50%, -50%);
35257
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
35258
+ flex: 1 0 0;
35259
+ overflow: hidden;
35279
35260
  }
35280
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
35281
- display: none;
35261
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
35262
+ color: rgba(44, 56, 82, 0.6);
35263
+ margin: 0;
35282
35264
  }
35283
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
35284
- background: #fff;
35265
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
35266
+ text-align: center;
35285
35267
  }
35286
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
35287
- background: inherit;
35268
+ .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 > * {
35269
+ text-align: center;
35288
35270
  }
35289
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
35290
- position: static;
35291
- border: none;
35292
- background: inherit !important;
35293
- height: 100px;
35294
- vertical-align: middle;
35271
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
35272
+ text-align: left;
35295
35273
  }
35296
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
35297
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
35298
- font-weight: bold;
35299
- font-size: 20px;
35300
- color: rgba(10, 37, 85, 0.6);
35274
+ .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 > * {
35275
+ text-align: left;
35301
35276
  }
35302
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
35303
- .E_t1fisho6 div.ant-table th.cell__action_ {
35304
- z-index: 10;
35277
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
35278
+ text-align: right;
35305
35279
  }
35306
- .E_t1fisho6 div.ant-table td.cell__action_ {
35307
- padding: 0 !important;
35308
- position: relative;
35309
- background: #fff;
35280
+ .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 > * {
35281
+ text-align: right;
35310
35282
  }
35311
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
35312
- height: 100%;
35313
- display: flex;
35314
- align-items: center;
35315
- justify-content: flex-end;
35316
- padding-right: 8px;
35283
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
35284
+ margin-right: 8px;
35317
35285
  }
35318
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
35286
+ .E_tmoyoag .ant-list .ant-list-item-action {
35287
+ padding: 4px;
35319
35288
  width: 24px;
35320
35289
  height: 24px;
35321
- cursor: pointer;
35322
- justify-content: center;
35323
- border-radius: 4px;
35290
+ overflow: hidden;
35324
35291
  }
35325
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
35326
- background: #fff;
35292
+ .E_tmoyoag .ant-list .ant-list-item-action li {
35293
+ padding: 0;
35327
35294
  }
35328
-
35329
- button.E_l48ei06.ant-btn,
35330
- button.E_l48ei06.ant-btn.ant-btn-sm,
35331
- button.E_l48ei06.ant-btn.ant-btn-lg {
35332
- font-size: 12px;
35333
- line-height: 18px;
35334
- height: 18px;
35295
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
35296
+ cursor: not-allowed;
35297
+ opacity: 0.5;
35335
35298
  }
35336
-
35337
- button.E_l48ei06 {
35338
- color: #0080FF;
35339
- height: unset;
35299
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
35300
+ margin: 0;
35340
35301
  }
35341
- button.E_l48ei06 .button-prefix-icon {
35342
- margin-right: 4px;
35302
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
35303
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
35304
+ border-radius: 5px;
35305
+ font-size: 12px;
35343
35306
  }
35344
- button.E_l48ei06 .button-suffix-icon {
35345
- margin-left: 4px;
35307
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
35308
+ font-size: inherit;
35346
35309
  }
35347
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
35348
- color: #009DFF;
35310
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
35311
+ min-height: 24px;
35312
+ font-size: 12px;
35313
+ position: relative;
35349
35314
  }
35350
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
35351
- color: #005ED1;
35315
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
35316
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35352
35317
  }
35353
- button.E_l48ei06.ui-kit-link-disabled {
35354
- color: #0080FF;
35318
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
35319
+ background-color: rgba(237, 241, 250, 0.6);
35355
35320
  }
35356
- button.E_l48ei06.ui-kit-link-primary {
35357
- color: #00122E;
35321
+
35322
+ .E_a138syjm {
35323
+ display: flex;
35324
+ align-items: center;
35325
+ margin-top: 8px;
35358
35326
  }
35359
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
35360
- color: #0080FF;
35327
+ .E_a138syjm button.ant-btn {
35328
+ padding: 2px 8px;
35329
+ height: 24px;
35361
35330
  }
35362
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
35363
- color: #005ED1;
35331
+ .E_a138syjm > span.maximum-desc {
35332
+ display: none;
35333
+ margin-left: 8px;
35334
+ color: rgba(44, 56, 82, 0.6);
35364
35335
  }
35365
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
35366
- color: #00122E;
35336
+ .E_a138syjm > span.maximum-desc.disabled {
35337
+ display: inline;
35367
35338
  }
35368
- button.E_l48ei06.ui-kit-link-secondary {
35369
- color: rgba(44, 56, 82, 0.7490196078);
35339
+
35340
+ .E_d77i8u0 {
35341
+ width: 24px;
35342
+ height: 24px;
35343
+ padding: 4px;
35344
+ margin-right: 8px;
35370
35345
  }
35371
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
35372
- color: #0080FF;
35346
+
35347
+ .E_i1g85yz3 {
35348
+ margin-right: 4px;
35349
+ height: 16px;
35373
35350
  }
35374
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
35375
- color: #005ED1;
35351
+
35352
+ .E_slr2ynn {
35353
+ padding: 0 8px;
35354
+ height: 18px;
35376
35355
  }
35377
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35378
- color: rgba(44, 56, 82, 0.7490196078);
35356
+
35357
+ .E_m140wbb6 {
35358
+ padding: 2px 8px;
35359
+ height: 24px;
35379
35360
  }
35380
35361
 
35381
- .E_r77hffu {
35382
- display: flex;
35383
- align-items: center;
35384
- justify-content: space-between;
35385
- column-gap: 6px;
35362
+ .E_t1fozc1i {
35363
+ margin: 0;
35386
35364
  }
35387
35365
 
35388
- .E_p1cmxsf7 {
35389
- display: flex;
35390
- flex-direction: column;
35391
- justify-content: center;
35392
- row-gap: var(--p1cmxsf7-0);
35366
+ .E_i1vxv4ln {
35367
+ margin-right: 4px;
35368
+ height: 16px;
35393
35369
  }
35394
- .E_p1cmxsf7 .antd5-progress-line {
35395
- font-size: 0;
35370
+
35371
+ .E_n1afl31m.ant-tag.ant-tag-gray {
35372
+ font-weight: 700;
35373
+ color: #00122e;
35374
+ background-color: rgba(237, 241, 250, 0.6);
35375
+ border: 1px solid rgba(211, 218, 235, 0.6);
35376
+ word-break: break-all;
35377
+ display: inline;
35378
+ white-space: normal;
35396
35379
  }
35397
35380
 
35398
35381
  .E_l12xdkhl {
@@ -35449,6 +35432,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35449
35432
  background: rgba(163, 180, 204, 0.18);
35450
35433
  }
35451
35434
 
35435
+ .E_r77hffu {
35436
+ display: flex;
35437
+ align-items: center;
35438
+ justify-content: space-between;
35439
+ column-gap: 6px;
35440
+ }
35441
+
35442
+ .E_p1cmxsf7 {
35443
+ display: flex;
35444
+ flex-direction: column;
35445
+ justify-content: center;
35446
+ row-gap: var(--p1cmxsf7-0);
35447
+ }
35448
+ .E_p1cmxsf7 .antd5-progress-line {
35449
+ font-size: 0;
35450
+ }
35451
+
35452
35452
  .E_t1gvlxt5 {
35453
35453
  min-width: 0;
35454
35454
  flex: 1;
@@ -35757,6 +35757,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35757
35757
  display: block;
35758
35758
  }
35759
35759
 
35760
+ .E_i14c7jc8 {
35761
+ color: var(--i14c7jc8-0);
35762
+ }
35763
+
35764
+ .E_i1ibuolf {
35765
+ display: flex;
35766
+ align-items: center;
35767
+ column-gap: 4px;
35768
+ font-size: 12px;
35769
+ color: rgba(44, 56, 82, 0.7490196078);
35770
+ }
35771
+
35760
35772
  .E_d1u4ndxc {
35761
35773
  color: rgba(44, 56, 82, 0.7490196078);
35762
35774
  font-size: 12px;
@@ -35786,16 +35798,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35786
35798
  to {
35787
35799
  transform: translateX(100%);
35788
35800
  }
35789
- }
35790
-
35791
- .E_i14c7jc8 {
35792
- color: var(--i14c7jc8-0);
35793
- }
35794
-
35795
- .E_i1ibuolf {
35796
- display: flex;
35797
- align-items: center;
35798
- column-gap: 4px;
35799
- font-size: 12px;
35800
- color: rgba(44, 56, 82, 0.7490196078);
35801
35801
  }