@cloudtower/eagle 0.33.19 → 0.33.20

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,26 @@ 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_m74vjol {
29676
+ display: flex;
29677
+ justify-content: space-between;
29678
+ width: 100%;
29679
+ }
29680
+ .E_m74vjol .action {
29681
+ margin-left: 16px;
29682
+ }
29683
+
29684
+ .E_a1o35uvh.ant-alert-closable {
29685
+ padding-right: 12px;
29686
+ }
29687
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29688
+ height: fit-content;
29689
+ margin-left: 16px;
29690
+ }
29691
+ .E_a1o35uvh .ant-alert-message {
29692
+ flex: 1;
29693
+ }
29694
+
29675
29695
  .E_c18gxmrl {
29676
29696
  border: 1px solid #d8deeb;
29677
29697
  border-radius: 4px;
@@ -29692,149 +29712,20 @@ html body {
29692
29712
  padding: 8px 12px;
29693
29713
  }
29694
29714
 
29695
- .E_itxley7.ant-input-group.ant-input-group-compact {
29696
- display: flex;
29697
- }
29698
- .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 {
29699
- border-bottom-left-radius: 5px;
29700
- border-top-left-radius: 5px;
29701
- }
29702
- .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 {
29703
- border-bottom-right-radius: 5px;
29704
- border-top-right-radius: 5px;
29705
- }
29706
-
29707
- .E_c1uzzomf {
29708
- margin-bottom: 16px;
29709
- }
29710
- .E_c1uzzomf .card-title {
29711
- font-size: 16px;
29712
- color: rgba(44, 56, 82, 0.6);
29713
- font-weight: 700;
29714
- line-height: 32px;
29715
- }
29716
- .E_c1uzzomf .card-body {
29717
- padding: 24px;
29718
- border-radius: 8px;
29719
- background: #fff;
29720
- }
29721
- .E_c1uzzomf .empty {
29722
- font-weight: 700;
29723
- font-size: 14px;
29724
- line-height: 22px;
29725
- color: rgba(0, 21, 64, 0.3);
29726
- text-align: center;
29727
- }
29728
-
29729
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29730
- padding: 4px 8px 0 8px;
29731
- color: rgba(44, 56, 82, 0.6);
29732
- font-size: 12px;
29733
- }
29734
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29735
- padding-bottom: 6px;
29736
- }
29737
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29738
- padding-top: 4px;
29739
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29740
- }
29741
-
29742
- .E_fzh9mnb {
29743
- width: 100%;
29744
- height: 100%;
29745
- min-height: 124px;
29746
- display: flex;
29747
- flex-direction: column;
29748
- justify-content: center;
29749
- align-items: center;
29750
- }
29751
- .E_fzh9mnb .error-text {
29715
+ .E_berrcjl {
29752
29716
  color: rgba(10, 37, 85, 0.6);
29753
- margin-bottom: 16px;
29754
- font-size: 18px;
29755
- }
29756
-
29757
- .E_d1bw7c5z {
29758
- position: relative;
29759
- max-width: 388px;
29760
- min-width: 285px;
29761
- }
29762
- .E_d1bw7c5z .center {
29763
- position: absolute;
29764
- font-size: 12px;
29765
- width: 80px;
29766
- height: 100px;
29767
- top: 0;
29768
- left: 35px;
29769
- display: flex;
29770
- flex-direction: column;
29771
- justify-content: center;
29772
- align-items: center;
29773
- color: #00122e;
29774
- }
29775
- .E_d1bw7c5z .center .number {
29776
- font-size: 24px;
29777
- font-weight: 700;
29778
- }
29779
- .E_d1bw7c5z .center .text {
29780
- padding: 0 5px;
29781
- font-size: 12px;
29782
- width: inherit;
29783
- text-align: center;
29784
- }
29785
- .E_d1bw7c5z .recharts-wrapper {
29786
- display: flex;
29787
- }
29788
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29789
- position: relative !important;
29790
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29791
- left: 0 !important;
29792
- bottom: 0 !important;
29793
- display: flex;
29794
- align-items: center;
29795
- }
29796
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29797
- width: 100%;
29798
- }
29799
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29800
- width: 100%;
29801
- margin-right: 0 !important;
29802
- line-height: 18px;
29803
- }
29804
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29805
- border-radius: 2px;
29806
- }
29807
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29808
- min-width: 75px;
29809
- max-width: 198px;
29810
- width: calc(100% - 20px);
29811
- margin-left: 2px;
29812
- color: #00122e !important;
29813
- display: inline-flex;
29814
- justify-content: space-between;
29717
+ margin-bottom: 4px;
29815
29718
  }
29816
- .E_d1bw7c5z .tooltip-text {
29817
- maxwidth: calc(100% - 12px);
29719
+ .E_berrcjl .breadcrumb-link {
29720
+ color: rgba(10, 37, 85, 0.6);
29818
29721
  cursor: pointer;
29819
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29820
- overflow: hidden;
29821
- text-overflow: ellipsis;
29822
- white-space: nowrap;
29823
- }
29824
- .E_d1bw7c5z .value {
29825
- color: rgba(44, 56, 82, 0.75);
29826
- }
29827
-
29828
- .E_t10pqbtc {
29829
- width: 140px;
29722
+ transition: color 160ms ease;
29830
29723
  }
29831
- .E_t10pqbtc .item {
29832
- margin: 6px auto;
29833
- display: flex;
29834
- justify-content: space-between;
29724
+ .E_berrcjl .breadcrumb-link:hover {
29725
+ color: #0080ff;
29835
29726
  }
29836
- .E_t10pqbtc .item .name {
29837
- width: 102px;
29727
+ .E_berrcjl .breadcrumb-link:active {
29728
+ color: #005ed1;
29838
29729
  }
29839
29730
 
29840
29731
  .E_b1nip9bk {
@@ -29866,116 +29757,41 @@ html body {
29866
29757
  border-radius: unset;
29867
29758
  }
29868
29759
 
29869
- .E_a1wfy30z .ant-input-number-handler-wrap {
29870
- display: var(--a1wfy30z-0);
29871
- }
29872
- .E_a1wfy30z .ant-input-number-input-wrap {
29873
- padding: 4px 11px;
29874
- display: inline-flex;
29875
- line-height: 1.5715;
29876
- height: inherit;
29877
- }
29878
- .E_a1wfy30z .ant-input-number-input-wrap::after {
29879
- content: var(--a1wfy30z-1);
29880
- display: var(--a1wfy30z-2);
29881
- flex: none;
29882
- align-items: center;
29883
- margin-left: 4px;
29884
- }
29885
- .E_a1wfy30z .ant-input-number-input-wrap::before {
29886
- content: var(--a1wfy30z-3);
29887
- display: var(--a1wfy30z-4);
29888
- flex: none;
29889
- align-items: center;
29890
- margin-right: 4px;
29891
- cursor: auto;
29892
- }
29893
- .E_a1wfy30z .ant-input-number-input {
29894
- padding: 0;
29895
- margin: 0;
29896
- height: auto;
29897
- font-size: inherit;
29898
- }
29899
-
29900
- .E_berrcjl {
29901
- color: rgba(10, 37, 85, 0.6);
29902
- margin-bottom: 4px;
29903
- }
29904
- .E_berrcjl .breadcrumb-link {
29905
- color: rgba(10, 37, 85, 0.6);
29906
- cursor: pointer;
29907
- transition: color 160ms ease;
29908
- }
29909
- .E_berrcjl .breadcrumb-link:hover {
29910
- color: #0080ff;
29911
- }
29912
- .E_berrcjl .breadcrumb-link:active {
29913
- color: #005ed1;
29914
- }
29915
-
29916
- .E_m74vjol {
29917
- display: flex;
29918
- justify-content: space-between;
29919
- width: 100%;
29920
- }
29921
- .E_m74vjol .action {
29922
- margin-left: 16px;
29923
- }
29924
-
29925
- .E_a1o35uvh.ant-alert-closable {
29926
- padding-right: 12px;
29927
- }
29928
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29929
- height: fit-content;
29930
- margin-left: 16px;
29931
- }
29932
- .E_a1o35uvh .ant-alert-message {
29933
- flex: 1;
29760
+ .E_c1uzzomf {
29761
+ margin-bottom: 16px;
29934
29762
  }
29935
-
29936
- .E_sx1bpnu .ant-input-sm {
29937
- line-height: 18px;
29763
+ .E_c1uzzomf .card-title {
29764
+ font-size: 16px;
29765
+ color: rgba(44, 56, 82, 0.6);
29766
+ font-weight: 700;
29767
+ line-height: 32px;
29938
29768
  }
29939
-
29940
- .E_atcz0kf .ant-input-suffix {
29941
- margin-left: 8px;
29769
+ .E_c1uzzomf .card-body {
29770
+ padding: 24px;
29771
+ border-radius: 8px;
29772
+ background: #fff;
29942
29773
  }
29943
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
29944
- padding: 2px 7px 2px 12px;
29774
+ .E_c1uzzomf .empty {
29775
+ font-weight: 700;
29776
+ font-size: 14px;
29777
+ line-height: 22px;
29778
+ color: rgba(0, 21, 64, 0.3);
29779
+ text-align: center;
29945
29780
  }
29946
29781
 
29947
- .E_f7pxqmh {
29782
+ .E_fzh9mnb {
29948
29783
  width: 100%;
29949
- margin-bottom: 0 !important;
29950
- flex-flow: nowrap !important;
29951
- line-break: auto;
29952
- }
29953
- .E_f7pxqmh > .ant-form-item-label {
29954
- text-align: left !important;
29955
- padding-bottom: 0 !important;
29956
- }
29957
- .E_f7pxqmh > .ant-form-item-label > label {
29958
- min-height: 32px;
29959
- height: auto;
29960
- font-size: 13px;
29961
- color: rgba(44, 56, 82, 0.6);
29962
- white-space: normal;
29963
- }
29964
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
29965
- border-color: #ff4d4f !important;
29966
- }
29967
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
29968
- border-color: #ff4d4f !important;
29969
- }
29970
- .E_f7pxqmh .ant-form-item-explain {
29971
- margin-top: 4px;
29972
- font-size: 12px;
29973
- min-height: 0px;
29784
+ height: 100%;
29785
+ min-height: 124px;
29786
+ display: flex;
29787
+ flex-direction: column;
29788
+ justify-content: center;
29789
+ align-items: center;
29974
29790
  }
29975
- .E_f7pxqmh .ant-form-item-extra {
29976
- font-size: 12px;
29977
- color: rgba(44, 56, 82, 0.6);
29978
- min-height: 0px;
29791
+ .E_fzh9mnb .error-text {
29792
+ color: rgba(10, 37, 85, 0.6);
29793
+ margin-bottom: 16px;
29794
+ font-size: 18px;
29979
29795
  }
29980
29796
 
29981
29797
  .E_b1wx3t3t.ant-btn-icon-only {
@@ -30222,35 +30038,214 @@ html body {
30222
30038
  --background-color-focus: #fff;
30223
30039
  --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30224
30040
  }
30225
- .E_b1wx3t3t .button-prefix-icon {
30226
- margin-right: 8px;
30227
- display: inline-flex;
30041
+ .E_b1wx3t3t .button-prefix-icon {
30042
+ margin-right: 8px;
30043
+ display: inline-flex;
30044
+ }
30045
+ .E_b1wx3t3t .button-suffix-icon {
30046
+ margin-left: 8px;
30047
+ display: inline-flex;
30048
+ }
30049
+ .E_b1wx3t3t .icon-wrapper {
30050
+ display: flex;
30051
+ justify-content: center;
30052
+ }
30053
+
30054
+ .E_d1bw7c5z {
30055
+ position: relative;
30056
+ max-width: 388px;
30057
+ min-width: 285px;
30058
+ }
30059
+ .E_d1bw7c5z .center {
30060
+ position: absolute;
30061
+ font-size: 12px;
30062
+ width: 80px;
30063
+ height: 100px;
30064
+ top: 0;
30065
+ left: 35px;
30066
+ display: flex;
30067
+ flex-direction: column;
30068
+ justify-content: center;
30069
+ align-items: center;
30070
+ color: #00122e;
30071
+ }
30072
+ .E_d1bw7c5z .center .number {
30073
+ font-size: 24px;
30074
+ font-weight: 700;
30075
+ }
30076
+ .E_d1bw7c5z .center .text {
30077
+ padding: 0 5px;
30078
+ font-size: 12px;
30079
+ width: inherit;
30080
+ text-align: center;
30081
+ }
30082
+ .E_d1bw7c5z .recharts-wrapper {
30083
+ display: flex;
30084
+ }
30085
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30086
+ position: relative !important;
30087
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30088
+ left: 0 !important;
30089
+ bottom: 0 !important;
30090
+ display: flex;
30091
+ align-items: center;
30092
+ }
30093
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30094
+ width: 100%;
30095
+ }
30096
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30097
+ width: 100%;
30098
+ margin-right: 0 !important;
30099
+ line-height: 18px;
30100
+ }
30101
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30102
+ border-radius: 2px;
30103
+ }
30104
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30105
+ min-width: 75px;
30106
+ max-width: 198px;
30107
+ width: calc(100% - 20px);
30108
+ margin-left: 2px;
30109
+ color: #00122e !important;
30110
+ display: inline-flex;
30111
+ justify-content: space-between;
30112
+ }
30113
+ .E_d1bw7c5z .tooltip-text {
30114
+ maxwidth: calc(100% - 12px);
30115
+ cursor: pointer;
30116
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30117
+ overflow: hidden;
30118
+ text-overflow: ellipsis;
30119
+ white-space: nowrap;
30120
+ }
30121
+ .E_d1bw7c5z .value {
30122
+ color: rgba(44, 56, 82, 0.75);
30123
+ }
30124
+
30125
+ .E_t10pqbtc {
30126
+ width: 140px;
30127
+ }
30128
+ .E_t10pqbtc .item {
30129
+ margin: 6px auto;
30130
+ display: flex;
30131
+ justify-content: space-between;
30132
+ }
30133
+ .E_t10pqbtc .item .name {
30134
+ width: 102px;
30135
+ }
30136
+
30137
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30138
+ padding: 4px 8px 0 8px;
30139
+ color: rgba(44, 56, 82, 0.6);
30140
+ font-size: 12px;
30141
+ }
30142
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30143
+ padding-bottom: 6px;
30144
+ }
30145
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30146
+ padding-top: 4px;
30147
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30148
+ }
30149
+
30150
+ .E_f7pxqmh {
30151
+ width: 100%;
30152
+ margin-bottom: 0 !important;
30153
+ flex-flow: nowrap !important;
30154
+ line-break: auto;
30155
+ }
30156
+ .E_f7pxqmh > .ant-form-item-label {
30157
+ text-align: left !important;
30158
+ padding-bottom: 0 !important;
30159
+ }
30160
+ .E_f7pxqmh > .ant-form-item-label > label {
30161
+ min-height: 32px;
30162
+ height: auto;
30163
+ font-size: 13px;
30164
+ color: rgba(44, 56, 82, 0.6);
30165
+ white-space: normal;
30166
+ }
30167
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
30168
+ border-color: #ff4d4f !important;
30169
+ }
30170
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30171
+ border-color: #ff4d4f !important;
30172
+ }
30173
+ .E_f7pxqmh .ant-form-item-explain {
30174
+ margin-top: 4px;
30175
+ font-size: 12px;
30176
+ min-height: 0px;
30177
+ }
30178
+ .E_f7pxqmh .ant-form-item-extra {
30179
+ font-size: 12px;
30180
+ color: rgba(44, 56, 82, 0.6);
30181
+ min-height: 0px;
30228
30182
  }
30229
- .E_b1wx3t3t .button-suffix-icon {
30183
+
30184
+ .E_atcz0kf .ant-input-suffix {
30230
30185
  margin-left: 8px;
30231
- display: inline-flex;
30232
30186
  }
30233
- .E_b1wx3t3t .icon-wrapper {
30187
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30188
+ padding: 2px 7px 2px 12px;
30189
+ }
30190
+
30191
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30234
30192
  display: flex;
30235
- justify-content: center;
30193
+ }
30194
+ .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 {
30195
+ border-bottom-left-radius: 5px;
30196
+ border-top-left-radius: 5px;
30197
+ }
30198
+ .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 {
30199
+ border-bottom-right-radius: 5px;
30200
+ border-top-right-radius: 5px;
30236
30201
  }
30237
30202
 
30238
- .E_iouxfgt {
30203
+ .E_a1wfy30z .ant-input-number-handler-wrap {
30204
+ display: var(--a1wfy30z-0);
30205
+ }
30206
+ .E_a1wfy30z .ant-input-number-input-wrap {
30207
+ padding: 4px 11px;
30239
30208
  display: inline-flex;
30209
+ line-height: 1.5715;
30210
+ height: inherit;
30211
+ }
30212
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
30213
+ content: var(--a1wfy30z-1);
30214
+ display: var(--a1wfy30z-2);
30215
+ flex: none;
30240
30216
  align-items: center;
30217
+ margin-left: 4px;
30241
30218
  }
30242
- .E_iouxfgt .icon-inner {
30243
- display: inline-flex;
30219
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
30220
+ content: var(--a1wfy30z-3);
30221
+ display: var(--a1wfy30z-4);
30222
+ flex: none;
30244
30223
  align-items: center;
30245
- justify-content: center;
30224
+ margin-right: 4px;
30225
+ cursor: auto;
30246
30226
  }
30247
- .E_iouxfgt .icon-inner + span,
30248
- .E_iouxfgt span + .icon-inner.suffix {
30249
- margin-left: 4px;
30227
+ .E_a1wfy30z .ant-input-number-input {
30228
+ padding: 0;
30229
+ margin: 0;
30230
+ height: auto;
30231
+ font-size: inherit;
30250
30232
  }
30251
- .E_iouxfgt.is-rotate img,
30252
- .E_iouxfgt.is-rotate svg {
30253
- animation: rotate 680ms linear infinite;
30233
+
30234
+ .E_i1inqkme {
30235
+ height: 18px;
30236
+ line-height: 18px;
30237
+ padding: 0 4px;
30238
+ border-radius: 4px;
30239
+ background: rgba(235, 239, 245, 0.6);
30240
+ border: 1px solid rgba(223, 228, 235, 0.6);
30241
+ display: flex;
30242
+ align-items: center;
30243
+ white-space: nowrap;
30244
+ margin-right: 4px;
30245
+ }
30246
+
30247
+ .E_sx1bpnu .ant-input-sm {
30248
+ line-height: 18px;
30254
30249
  }
30255
30250
 
30256
30251
  .E_ai7qkf2 .ant-input-number-handler-wrap {
@@ -30313,17 +30308,22 @@ html body {
30313
30308
  padding: 2px 8px;
30314
30309
  }
30315
30310
 
30316
- .E_i1inqkme {
30317
- height: 18px;
30318
- line-height: 18px;
30319
- padding: 0 4px;
30320
- border-radius: 4px;
30321
- background: rgba(235, 239, 245, 0.6);
30322
- border: 1px solid rgba(223, 228, 235, 0.6);
30323
- display: flex;
30311
+ .E_iouxfgt {
30312
+ display: inline-flex;
30324
30313
  align-items: center;
30325
- white-space: nowrap;
30326
- margin-right: 4px;
30314
+ }
30315
+ .E_iouxfgt .icon-inner {
30316
+ display: inline-flex;
30317
+ align-items: center;
30318
+ justify-content: center;
30319
+ }
30320
+ .E_iouxfgt .icon-inner + span,
30321
+ .E_iouxfgt span + .icon-inner.suffix {
30322
+ margin-left: 4px;
30323
+ }
30324
+ .E_iouxfgt.is-rotate img,
30325
+ .E_iouxfgt.is-rotate svg {
30326
+ animation: rotate 680ms linear infinite;
30327
30327
  }
30328
30328
 
30329
30329
  .E_owd0kml {
@@ -30392,32 +30392,6 @@ html body {
30392
30392
  line-height: 18px;
30393
30393
  }
30394
30394
 
30395
- .E_i11gg7mj .ant-input-prefix {
30396
- margin-right: 8px;
30397
- }
30398
- .E_i11gg7mj .ant-input-suffix {
30399
- margin-left: 8px;
30400
- }
30401
-
30402
- .E_cc368xp {
30403
- color: #00122e;
30404
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30405
- margin-right: 8px;
30406
- padding-right: 8px;
30407
- }
30408
-
30409
- .E_i11o6xqj {
30410
- display: flex;
30411
- gap: 4px;
30412
- }
30413
- .E_i11o6xqj .icon-wrapper {
30414
- cursor: pointer;
30415
- }
30416
-
30417
- .E_d19ruhdj.icon-wrapper {
30418
- cursor: not-allowed;
30419
- }
30420
-
30421
30395
  .E_rapgekc.ant-radio-wrapper {
30422
30396
  display: inline-flex;
30423
30397
  align-items: baseline;
@@ -30508,60 +30482,181 @@ html body {
30508
30482
  .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30509
30483
  background: #0080ff;
30510
30484
  }
30511
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30512
- background: #ccd4e3;
30513
- opacity: 0.5;
30485
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30486
+ background: #ccd4e3;
30487
+ opacity: 0.5;
30488
+ }
30489
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30490
+ border-right-color: #0080ff;
30491
+ }
30492
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30493
+ border-color: #0080ff;
30494
+ }
30495
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
30496
+ background: rgba(0, 136, 255, 0.1);
30497
+ }
30498
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
30499
+ background: rgba(211, 218, 235, 0.6);
30500
+ border-color: #ccd4e3;
30501
+ opacity: 0.5;
30502
+ }
30503
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30504
+ color: #00122e;
30505
+ border-color: #ccd4e3;
30506
+ }
30507
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30508
+ color: #00122e;
30509
+ border-color: #ccd4e3;
30510
+ background: rgba(172, 186, 211, 0.6);
30511
+ }
30512
+ .E_rcc63c8 .ant-radio-button-input {
30513
+ margin-right: 8px;
30514
+ display: inline;
30515
+ border: none;
30516
+ padding: 0;
30517
+ width: 36px;
30518
+ background: transparent;
30519
+ }
30520
+ .E_rcc63c8 .ant-radio-button-input:focus {
30521
+ box-shadow: none;
30522
+ }
30523
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30524
+ margin-right: 0;
30525
+ width: initial;
30526
+ box-shadow: none;
30527
+ }
30528
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30529
+ display: none;
30530
+ }
30531
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30532
+ display: inline;
30533
+ }
30534
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30535
+ display: inline;
30536
+ margin-right: 8px;
30537
+ padding: 0;
30538
+ width: 36px;
30539
+ }
30540
+
30541
+ .E_c1bus5hc {
30542
+ --color: white;
30543
+ height: 14px;
30544
+ width: 14px;
30545
+ border-radius: 50%;
30546
+ flex-shrink: 0;
30547
+ display: flex;
30548
+ align-items: center;
30549
+ justify-content: center;
30550
+ border: 1px solid var(--color);
30551
+ }
30552
+ .E_c1bus5hc .circle-inner {
30553
+ position: relative;
30554
+ height: 10px;
30555
+ width: 10px;
30556
+ border-radius: 50%;
30557
+ overflow: hidden;
30558
+ }
30559
+ .E_c1bus5hc .circle-content {
30560
+ position: absolute;
30561
+ height: 100%;
30562
+ width: 100%;
30563
+ left: 0;
30564
+ top: 0;
30565
+ border-radius: 50%;
30566
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30567
+ transform: rotate(180deg);
30568
+ }
30569
+ .E_c1bus5hc .circle-child {
30570
+ position: absolute;
30571
+ height: 100%;
30572
+ width: 100%;
30573
+ left: 0;
30574
+ top: 0;
30575
+ margin-left: 50%;
30576
+ transform-origin: left;
30577
+ background: white;
30578
+ transform: rotate(0deg);
30579
+ }
30580
+
30581
+ .E_i11gg7mj .ant-input-prefix {
30582
+ margin-right: 8px;
30583
+ }
30584
+ .E_i11gg7mj .ant-input-suffix {
30585
+ margin-left: 8px;
30586
+ }
30587
+
30588
+ .E_cc368xp {
30589
+ color: #00122e;
30590
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30591
+ margin-right: 8px;
30592
+ padding-right: 8px;
30593
+ }
30594
+
30595
+ .E_i11o6xqj {
30596
+ display: flex;
30597
+ gap: 4px;
30598
+ }
30599
+ .E_i11o6xqj .icon-wrapper {
30600
+ cursor: pointer;
30601
+ }
30602
+
30603
+ .E_d19ruhdj.icon-wrapper {
30604
+ cursor: not-allowed;
30605
+ }
30606
+
30607
+ .E_s1dizucg.ant-switch {
30608
+ min-width: 40px;
30609
+ height: 24px;
30610
+ background: rgba(172, 186, 211, 0.6);
30611
+ overflow: hidden;
30612
+ }
30613
+ .E_s1dizucg.ant-switch:focus {
30614
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30514
30615
  }
30515
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30516
- border-right-color: #0080ff;
30616
+ .E_s1dizucg.ant-switch-small {
30617
+ min-width: 26px;
30618
+ height: 16px;
30517
30619
  }
30518
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30519
- border-color: #0080ff;
30620
+ .E_s1dizucg.ant-switch-large {
30621
+ min-width: 52px;
30622
+ height: 32px;
30520
30623
  }
30521
- .E_rcc63c8.ant-radio-button-wrapper-checked {
30522
- background: rgba(0, 136, 255, 0.1);
30624
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30625
+ height: 20px;
30626
+ width: 20px;
30523
30627
  }
30524
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
30525
- background: rgba(211, 218, 235, 0.6);
30526
- border-color: #ccd4e3;
30527
- opacity: 0.5;
30628
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30629
+ border-radius: 10px;
30630
+ transition-delay: 120ms;
30528
30631
  }
30529
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30530
- color: #00122e;
30531
- border-color: #ccd4e3;
30632
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30633
+ height: 14px;
30634
+ width: 14px;
30635
+ top: 1px;
30636
+ left: 1px;
30532
30637
  }
30533
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30534
- color: #00122e;
30535
- border-color: #ccd4e3;
30536
- background: rgba(172, 186, 211, 0.6);
30638
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30639
+ height: 28px;
30640
+ width: 28px;
30537
30641
  }
30538
- .E_rcc63c8 .ant-radio-button-input {
30539
- margin-right: 8px;
30540
- display: inline;
30541
- border: none;
30542
- padding: 0;
30543
- width: 36px;
30544
- background: transparent;
30642
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30643
+ border-radius: 14px;
30545
30644
  }
30546
- .E_rcc63c8 .ant-radio-button-input:focus {
30547
- box-shadow: none;
30645
+ .E_s1dizucg.ant-switch-checked {
30646
+ background-color: #00ba5d;
30548
30647
  }
30549
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30550
- margin-right: 0;
30551
- width: initial;
30552
- box-shadow: none;
30648
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30649
+ left: calc(100% - 20px - 2px);
30553
30650
  }
30554
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30555
- display: none;
30651
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30652
+ left: calc(100% - 14px - 1px);
30556
30653
  }
30557
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30558
- display: inline;
30654
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30655
+ left: calc(100% - 28px - 2px);
30559
30656
  }
30560
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30561
- display: inline;
30562
- margin-right: 8px;
30563
- padding: 0;
30564
- width: 36px;
30657
+
30658
+ .E_c1up6e3y {
30659
+ margin-left: 5px;
30565
30660
  }
30566
30661
 
30567
30662
  .E_ivqqkzv {
@@ -31258,185 +31353,9 @@ input.E_rf8rlle.ant-input {
31258
31353
  line-height: 18px;
31259
31354
  margin: 4px 0;
31260
31355
  }
31261
-
31262
- .E_uqv57uv {
31263
- color: rgba(44, 56, 82, 0.7490196078);
31264
- }
31265
-
31266
- .E_s1dizucg.ant-switch {
31267
- min-width: 40px;
31268
- height: 24px;
31269
- background: rgba(172, 186, 211, 0.6);
31270
- overflow: hidden;
31271
- }
31272
- .E_s1dizucg.ant-switch:focus {
31273
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31274
- }
31275
- .E_s1dizucg.ant-switch-small {
31276
- min-width: 26px;
31277
- height: 16px;
31278
- }
31279
- .E_s1dizucg.ant-switch-large {
31280
- min-width: 52px;
31281
- height: 32px;
31282
- }
31283
- .E_s1dizucg.ant-switch .ant-switch-handle {
31284
- height: 20px;
31285
- width: 20px;
31286
- }
31287
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31288
- border-radius: 10px;
31289
- transition-delay: 120ms;
31290
- }
31291
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31292
- height: 14px;
31293
- width: 14px;
31294
- top: 1px;
31295
- left: 1px;
31296
- }
31297
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31298
- height: 28px;
31299
- width: 28px;
31300
- }
31301
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31302
- border-radius: 14px;
31303
- }
31304
- .E_s1dizucg.ant-switch-checked {
31305
- background-color: #00ba5d;
31306
- }
31307
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31308
- left: calc(100% - 20px - 2px);
31309
- }
31310
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31311
- left: calc(100% - 14px - 1px);
31312
- }
31313
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31314
- left: calc(100% - 28px - 2px);
31315
- }
31316
-
31317
- .E_c1up6e3y {
31318
- margin-left: 5px;
31319
- }
31320
-
31321
- .E_c1bus5hc {
31322
- --color: white;
31323
- height: 14px;
31324
- width: 14px;
31325
- border-radius: 50%;
31326
- flex-shrink: 0;
31327
- display: flex;
31328
- align-items: center;
31329
- justify-content: center;
31330
- border: 1px solid var(--color);
31331
- }
31332
- .E_c1bus5hc .circle-inner {
31333
- position: relative;
31334
- height: 10px;
31335
- width: 10px;
31336
- border-radius: 50%;
31337
- overflow: hidden;
31338
- }
31339
- .E_c1bus5hc .circle-content {
31340
- position: absolute;
31341
- height: 100%;
31342
- width: 100%;
31343
- left: 0;
31344
- top: 0;
31345
- border-radius: 50%;
31346
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31347
- transform: rotate(180deg);
31348
- }
31349
- .E_c1bus5hc .circle-child {
31350
- position: absolute;
31351
- height: 100%;
31352
- width: 100%;
31353
- left: 0;
31354
- top: 0;
31355
- margin-left: 50%;
31356
- transform-origin: left;
31357
- background: white;
31358
- transform: rotate(0deg);
31359
- }
31360
-
31361
- .E_s1dni7lo {
31362
- width: 430px !important;
31363
- }
31364
-
31365
- .E_d1wwmmm5 .ant-select-item-group {
31366
- padding: 8px 16px;
31367
- line-height: 18px;
31368
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31369
- height: 34px;
31370
- min-height: 34px;
31371
- box-sizing: border-box;
31372
- margin-top: 8px;
31373
- }
31374
-
31375
- .E_o1ugr09p {
31376
- display: flex;
31377
- flex-direction: column;
31378
- margin: 1px 8px;
31379
- padding: 8px;
31380
- border-radius: 4px;
31381
- }
31382
- .E_o1ugr09p .selected-icon {
31383
- display: none;
31384
- }
31385
- .E_o1ugr09p.ant-select-item-option-grouped {
31386
- padding-left: 8px;
31387
- }
31388
- .E_o1ugr09p.ant-select-item-option-selected {
31389
- background-color: white;
31390
- }
31391
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31392
- color: #0080ff;
31393
- }
31394
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31395
- display: block;
31396
- }
31397
- .E_o1ugr09p.ant-select-item-option-active {
31398
- background: rgba(0, 136, 255, 0.16);
31399
- }
31400
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31401
- color: #0080ff;
31402
- }
31403
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31404
- background: rgba(0, 136, 255, 0.1);
31405
- color: #0080ff;
31406
- }
31407
-
31408
- .E_o1ifxsq4 {
31409
- display: flex;
31410
- justify-content: space-between;
31411
- height: 20px;
31412
- line-height: 20px;
31413
- }
31414
- .E_o1ifxsq4 .timezone-title {
31415
- color: #2d3a56;
31416
- overflow: hidden;
31417
- text-overflow: ellipsis;
31418
- }
31419
-
31420
- .E_o1zue7 {
31421
- display: flex;
31422
- justify-content: space-between;
31423
- color: rgba(44, 56, 82, 0.6);
31424
- height: 18px;
31425
- line-height: 18px;
31426
- margin-top: 2px;
31427
- }
31428
-
31429
- .E_tyfmlxg {
31430
- border: none;
31431
- margin-right: 0;
31432
- background: rgba(225, 230, 241, 0.6);
31433
- }
31434
-
31435
- .E_o18uybox {
31436
- pointer-events: none;
31437
- height: 32px;
31438
- width: 100%;
31439
- opacity: 0;
31356
+
31357
+ .E_uqv57uv {
31358
+ color: rgba(44, 56, 82, 0.7490196078);
31440
31359
  }
31441
31360
 
31442
31361
  .E_tju3gfj .date {
@@ -31529,6 +31448,91 @@ input.E_rf8rlle.ant-input {
31529
31448
  display: inline-block;
31530
31449
  }
31531
31450
 
31451
+ .E_m196gn1d {
31452
+ min-width: 1280px;
31453
+ }
31454
+
31455
+ .E_s1dni7lo {
31456
+ width: 430px !important;
31457
+ }
31458
+
31459
+ .E_d1wwmmm5 .ant-select-item-group {
31460
+ padding: 8px 16px;
31461
+ line-height: 18px;
31462
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31463
+ height: 34px;
31464
+ min-height: 34px;
31465
+ box-sizing: border-box;
31466
+ margin-top: 8px;
31467
+ }
31468
+
31469
+ .E_o1ugr09p {
31470
+ display: flex;
31471
+ flex-direction: column;
31472
+ margin: 1px 8px;
31473
+ padding: 8px;
31474
+ border-radius: 4px;
31475
+ }
31476
+ .E_o1ugr09p .selected-icon {
31477
+ display: none;
31478
+ }
31479
+ .E_o1ugr09p.ant-select-item-option-grouped {
31480
+ padding-left: 8px;
31481
+ }
31482
+ .E_o1ugr09p.ant-select-item-option-selected {
31483
+ background-color: white;
31484
+ }
31485
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31486
+ color: #0080ff;
31487
+ }
31488
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31489
+ display: block;
31490
+ }
31491
+ .E_o1ugr09p.ant-select-item-option-active {
31492
+ background: rgba(0, 136, 255, 0.16);
31493
+ }
31494
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31495
+ color: #0080ff;
31496
+ }
31497
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31498
+ background: rgba(0, 136, 255, 0.1);
31499
+ color: #0080ff;
31500
+ }
31501
+
31502
+ .E_o1ifxsq4 {
31503
+ display: flex;
31504
+ justify-content: space-between;
31505
+ height: 20px;
31506
+ line-height: 20px;
31507
+ }
31508
+ .E_o1ifxsq4 .timezone-title {
31509
+ color: #2d3a56;
31510
+ overflow: hidden;
31511
+ text-overflow: ellipsis;
31512
+ }
31513
+
31514
+ .E_o1zue7 {
31515
+ display: flex;
31516
+ justify-content: space-between;
31517
+ color: rgba(44, 56, 82, 0.6);
31518
+ height: 18px;
31519
+ line-height: 18px;
31520
+ margin-top: 2px;
31521
+ }
31522
+
31523
+ .E_tyfmlxg {
31524
+ border: none;
31525
+ margin-right: 0;
31526
+ background: rgba(225, 230, 241, 0.6);
31527
+ }
31528
+
31529
+ .E_o18uybox {
31530
+ pointer-events: none;
31531
+ height: 32px;
31532
+ width: 100%;
31533
+ opacity: 0;
31534
+ }
31535
+
31532
31536
  .E_dsnbhzf {
31533
31537
  font-family: Inter;
31534
31538
  font-style: normal;
@@ -32004,21 +32008,6 @@ input.E_rf8rlle.ant-input {
32004
32008
  line-height: 12px;
32005
32009
  }
32006
32010
 
32007
- .E_t1m2x205 .ant-tooltip-arrow {
32008
- display: none;
32009
- }
32010
- .E_t1m2x205 .ant-tooltip-inner {
32011
- background: rgba(23, 38, 64, 0.8);
32012
- border-radius: 4px;
32013
- }
32014
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
32015
- visibility: hidden;
32016
- }
32017
-
32018
- .E_m196gn1d {
32019
- min-width: 1280px;
32020
- }
32021
-
32022
32011
  .E_a1b5xrg3 .user-icon-inner {
32023
32012
  display: inline-flex;
32024
32013
  align-items: center;
@@ -32049,6 +32038,17 @@ input.E_rf8rlle.ant-input {
32049
32038
  transition: all 320ms ease;
32050
32039
  }
32051
32040
 
32041
+ .E_t1m2x205 .ant-tooltip-arrow {
32042
+ display: none;
32043
+ }
32044
+ .E_t1m2x205 .ant-tooltip-inner {
32045
+ background: rgba(23, 38, 64, 0.8);
32046
+ border-radius: 4px;
32047
+ }
32048
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
32049
+ visibility: hidden;
32050
+ }
32051
+
32052
32052
  .E_c1yyuluq {
32053
32053
  border-radius: 8px;
32054
32054
  }
@@ -32078,6 +32078,19 @@ input.E_rf8rlle.ant-input {
32078
32078
  cursor: default;
32079
32079
  }
32080
32080
 
32081
+ .E_suhck3k {
32082
+ height: 24px;
32083
+ width: 24px;
32084
+ border-radius: 6px;
32085
+ padding: 4px;
32086
+ }
32087
+ .E_suhck3k:hover {
32088
+ background-color: rgba(0, 136, 255, 0.1);
32089
+ }
32090
+ .E_suhck3k:hover svg path {
32091
+ fill: blue;
32092
+ }
32093
+
32081
32094
  .E_ryby9ds {
32082
32095
  display: flex;
32083
32096
  align-items: center;
@@ -32094,76 +32107,6 @@ input.E_rf8rlle.ant-input {
32094
32107
  margin-right: 6px;
32095
32108
  }
32096
32109
 
32097
- .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32098
- border-radius: 6px;
32099
- }
32100
- .E_s17wv897.ant-select.ant-select-single {
32101
- width: 100%;
32102
- color: #2d3a56;
32103
- border-color: rgba(211, 218, 235, 0.6);
32104
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32105
- font-size: 13px;
32106
- }
32107
- .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32108
- height: 30px;
32109
- }
32110
- .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32111
- height: 38px;
32112
- font-size: 13px;
32113
- }
32114
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32115
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32116
- transition: 160ms ease;
32117
- }
32118
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32119
- color: #0080ff;
32120
- }
32121
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32122
- border-color: rgba(107, 128, 167, 0.6);
32123
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32124
- }
32125
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32126
- color: #0080ff;
32127
- }
32128
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32129
- border-color: #0080ff;
32130
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32131
- }
32132
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32133
- transform: rotate(180deg);
32134
- }
32135
- .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32136
- background: rgba(211, 218, 235, 0.6);
32137
- border-color: rgba(172, 186, 211, 0.6);
32138
- cursor: "not-allowed";
32139
- }
32140
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32141
- border-color: #f0483e !important;
32142
- }
32143
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32144
- color: #1d326c;
32145
- }
32146
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32147
- border-color: #0080ff;
32148
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32149
- }
32150
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32151
- transform: rotate(180deg);
32152
- }
32153
-
32154
- .E_suhck3k {
32155
- height: 24px;
32156
- width: 24px;
32157
- border-radius: 6px;
32158
- padding: 4px;
32159
- }
32160
- .E_suhck3k:hover {
32161
- background-color: rgba(0, 136, 255, 0.1);
32162
- }
32163
- .E_suhck3k:hover svg path {
32164
- fill: blue;
32165
- }
32166
-
32167
32110
  .E_hrhfj7c {
32168
32111
  display: none;
32169
32112
  }
@@ -32356,31 +32299,88 @@ input.E_rf8rlle.ant-input {
32356
32299
  .E_c1fmq9lv.E_ckhyuyx {
32357
32300
  border-radius: 6px;
32358
32301
  }
32359
- .E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
32360
- min-width: 200px;
32361
- font-size: 12px;
32302
+ .E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
32303
+ min-width: 200px;
32304
+ font-size: 12px;
32305
+ }
32306
+ .E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
32307
+ padding: 6px 12px;
32308
+ height: 18px;
32309
+ font-size: 12px;
32310
+ }
32311
+
32312
+ .E_c1evusvc ul.antd5-cascader-menu {
32313
+ padding: 8px;
32314
+ height: 320px;
32315
+ }
32316
+ .E_c1evusvc.E_ckhyuyx {
32317
+ border-radius: 10px;
32318
+ }
32319
+ .E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
32320
+ min-width: 296px;
32321
+ padding: 8px;
32322
+ }
32323
+ .E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
32324
+ height: 22px;
32325
+ padding: 8px 16px;
32326
+ font-size: 14px;
32327
+ }
32328
+
32329
+ .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32330
+ border-radius: 6px;
32331
+ }
32332
+ .E_s17wv897.ant-select.ant-select-single {
32333
+ width: 100%;
32334
+ color: #2d3a56;
32335
+ border-color: rgba(211, 218, 235, 0.6);
32336
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32337
+ font-size: 13px;
32338
+ }
32339
+ .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32340
+ height: 30px;
32341
+ }
32342
+ .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32343
+ height: 38px;
32344
+ font-size: 13px;
32345
+ }
32346
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32347
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32348
+ transition: 160ms ease;
32349
+ }
32350
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32351
+ color: #0080ff;
32352
+ }
32353
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32354
+ border-color: rgba(107, 128, 167, 0.6);
32355
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32356
+ }
32357
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32358
+ color: #0080ff;
32359
+ }
32360
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32361
+ border-color: #0080ff;
32362
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32363
+ }
32364
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32365
+ transform: rotate(180deg);
32362
32366
  }
32363
- .E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
32364
- padding: 6px 12px;
32365
- height: 18px;
32366
- font-size: 12px;
32367
+ .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32368
+ background: rgba(211, 218, 235, 0.6);
32369
+ border-color: rgba(172, 186, 211, 0.6);
32370
+ cursor: "not-allowed";
32367
32371
  }
32368
-
32369
- .E_c1evusvc ul.antd5-cascader-menu {
32370
- padding: 8px;
32371
- height: 320px;
32372
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32373
+ border-color: #f0483e !important;
32372
32374
  }
32373
- .E_c1evusvc.E_ckhyuyx {
32374
- border-radius: 10px;
32375
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32376
+ color: #1d326c;
32375
32377
  }
32376
- .E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
32377
- min-width: 296px;
32378
- padding: 8px;
32378
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32379
+ border-color: #0080ff;
32380
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32379
32381
  }
32380
- .E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
32381
- height: 22px;
32382
- padding: 8px 16px;
32383
- font-size: 14px;
32382
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32383
+ transform: rotate(180deg);
32384
32384
  }
32385
32385
 
32386
32386
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
@@ -32535,21 +32535,6 @@ input.E_rf8rlle.ant-input {
32535
32535
  flex-shrink: 0;
32536
32536
  }
32537
32537
 
32538
- .E_w1dxz879 {
32539
- display: flex;
32540
- flex-direction: column;
32541
- gap: 6px;
32542
- }
32543
- .E_w1dxz879 .ellipsis-tooltip {
32544
- max-height: var(--w1dxz879-0);
32545
- text-overflow: clip;
32546
- overflow: hidden;
32547
- }
32548
- .E_w1dxz879 .tips {
32549
- color: #fff;
32550
- opacity: 0.8;
32551
- }
32552
-
32553
32538
  .E_h12yihis {
32554
32539
  height: 50px;
32555
32540
  border-bottom: 2px solid #edf0f7;
@@ -32770,23 +32755,19 @@ input.E_rf8rlle.ant-input {
32770
32755
  position: static;
32771
32756
  }
32772
32757
 
32773
- .E_r77hffu {
32774
- display: flex;
32775
- align-items: center;
32776
- justify-content: space-between;
32777
- column-gap: 6px;
32778
- }
32779
-
32780
- .E_p1cmxsf7 {
32758
+ .E_w1dxz879 {
32781
32759
  display: flex;
32782
32760
  flex-direction: column;
32783
- justify-content: center;
32784
- row-gap: var(--p1cmxsf7-0);
32761
+ gap: 6px;
32785
32762
  }
32786
- .E_p1cmxsf7 .antd5-progress-line {
32787
- font-size: 0;
32788
- margin-bottom: unset;
32789
- margin-inline-end: unset;
32763
+ .E_w1dxz879 .ellipsis-tooltip {
32764
+ max-height: var(--w1dxz879-0);
32765
+ text-overflow: clip;
32766
+ overflow: hidden;
32767
+ }
32768
+ .E_w1dxz879 .tips {
32769
+ color: #fff;
32770
+ opacity: 0.8;
32790
32771
  }
32791
32772
 
32792
32773
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
@@ -32824,21 +32805,23 @@ input.E_rf8rlle.ant-input {
32824
32805
  background-color: transparent;
32825
32806
  }
32826
32807
 
32827
- .E_b14q2gmw {
32828
- 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);
32808
+ .E_r77hffu {
32809
+ display: flex;
32810
+ align-items: center;
32811
+ justify-content: space-between;
32812
+ column-gap: 6px;
32829
32813
  }
32830
32814
 
32831
- .E_c1eym6el {
32832
- border-radius: 8px;
32833
- background-color: white;
32834
- }
32835
- .E_c1eym6el.hoverable {
32836
- cursor: pointer;
32815
+ .E_p1cmxsf7 {
32816
+ display: flex;
32817
+ flex-direction: column;
32818
+ justify-content: center;
32819
+ row-gap: var(--p1cmxsf7-0);
32837
32820
  }
32838
- .E_c1eym6el.hoverable:hover {
32839
- transition: all 200ms ease;
32840
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32841
- transform: translateY(-4px);
32821
+ .E_p1cmxsf7 .antd5-progress-line {
32822
+ font-size: 0;
32823
+ margin-bottom: unset;
32824
+ margin-inline-end: unset;
32842
32825
  }
32843
32826
 
32844
32827
  .E_c1yd35n {
@@ -32949,6 +32932,72 @@ input.E_rf8rlle.ant-input {
32949
32932
  margin-right: 2px;
32950
32933
  }
32951
32934
 
32935
+ .E_b14q2gmw {
32936
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
32937
+ }
32938
+
32939
+ .E_c1eym6el {
32940
+ border-radius: 8px;
32941
+ background-color: white;
32942
+ }
32943
+ .E_c1eym6el.hoverable {
32944
+ cursor: pointer;
32945
+ }
32946
+ .E_c1eym6el.hoverable:hover {
32947
+ transition: all 200ms ease;
32948
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32949
+ transform: translateY(-4px);
32950
+ }
32951
+
32952
+ .E_lht19u8 {
32953
+ width: 64px;
32954
+ height: 64px;
32955
+ display: flex;
32956
+ align-items: center;
32957
+ justify-content: center;
32958
+ position: relative;
32959
+ opacity: 0.2;
32960
+ }
32961
+
32962
+ .E_lk3gkp4 {
32963
+ position: absolute;
32964
+ width: 5px;
32965
+ height: 48px;
32966
+ left: 9.33px;
32967
+ top: 40.5px;
32968
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32969
+ border-radius: 5px;
32970
+ transform: rotate(-128deg);
32971
+ transform-origin: top left;
32972
+ animation: loading-indicator1 1100ms ease-out infinite;
32973
+ }
32974
+
32975
+ .E_ll4n94n {
32976
+ position: absolute;
32977
+ width: 5px;
32978
+ height: 48px;
32979
+ left: 40.8px;
32980
+ top: 8.4px;
32981
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32982
+ border-radius: 5px;
32983
+ transform: rotate(-8deg);
32984
+ transform-origin: top left;
32985
+ animation: loading-indicator2 1100ms ease-out infinite;
32986
+ }
32987
+
32988
+ .E_l17lbdo6 {
32989
+ position: absolute;
32990
+ width: 5px;
32991
+ height: 48px;
32992
+ left: 52.9px;
32993
+ top: 51.8px;
32994
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32995
+ border-radius: 5px;
32996
+ transform: rotate(112deg);
32997
+ transform-origin: top left;
32998
+ animation: loading-indicator3 1100ms ease-out infinite;
32999
+ }
33000
+
32952
33001
  .E_m11nzl2x {
32953
33002
  color: rgba(44, 56, 82, 0.6);
32954
33003
  text-align: center;
@@ -33154,53 +33203,26 @@ input.E_rf8rlle.ant-input {
33154
33203
  border: 1px solid #fff;
33155
33204
  }
33156
33205
 
33157
- .E_lht19u8 {
33158
- width: 64px;
33159
- height: 64px;
33160
- display: flex;
33161
- align-items: center;
33162
- justify-content: center;
33163
- position: relative;
33164
- opacity: 0.2;
33206
+ .E_t1gvlxt5 {
33207
+ min-width: 0;
33208
+ flex: 1;
33165
33209
  }
33166
-
33167
- .E_lk3gkp4 {
33168
- position: absolute;
33169
- width: 5px;
33170
- height: 48px;
33171
- left: 9.33px;
33172
- top: 40.5px;
33173
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33174
- border-radius: 5px;
33175
- transform: rotate(-128deg);
33176
- transform-origin: top left;
33177
- animation: loading-indicator1 1100ms ease-out infinite;
33210
+ .E_t1gvlxt5 .tag {
33211
+ flex: 0 0 auto;
33178
33212
  }
33179
-
33180
- .E_ll4n94n {
33181
- position: absolute;
33182
- width: 5px;
33183
- height: 48px;
33184
- left: 40.8px;
33185
- top: 8.4px;
33186
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33187
- border-radius: 5px;
33188
- transform: rotate(-8deg);
33189
- transform-origin: top left;
33190
- animation: loading-indicator2 1100ms ease-out infinite;
33213
+ .E_t1gvlxt5 .progress-title {
33214
+ flex: 2;
33215
+ max-width: fit-content;
33216
+ }
33217
+ .E_t1gvlxt5 .progress-desc {
33218
+ flex: 1;
33219
+ max-width: fit-content;
33191
33220
  }
33192
33221
 
33193
- .E_l17lbdo6 {
33194
- position: absolute;
33195
- width: 5px;
33196
- height: 48px;
33197
- left: 52.9px;
33198
- top: 51.8px;
33199
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33200
- border-radius: 5px;
33201
- transform: rotate(112deg);
33202
- transform-origin: top left;
33203
- animation: loading-indicator3 1100ms ease-out infinite;
33222
+ .E_a1ji6r68 {
33223
+ display: flex;
33224
+ align-items: center;
33225
+ column-gap: var(--a1ji6r68-0);
33204
33226
  }
33205
33227
 
33206
33228
  .E_msn7nxt {
@@ -33356,34 +33378,12 @@ input.E_rf8rlle.ant-input {
33356
33378
  .E_t1ub2aex:first-child {
33357
33379
  padding-top: 3px;
33358
33380
  }
33359
- .E_t1ub2aex:last-child {
33360
- padding-bottom: 3px;
33361
- }
33362
- .E_t1ub2aex .column-value {
33363
- color: #fff;
33364
- margin-left: 8px;
33365
- }
33366
-
33367
- .E_t1gvlxt5 {
33368
- min-width: 0;
33369
- flex: 1;
33370
- }
33371
- .E_t1gvlxt5 .tag {
33372
- flex: 0 0 auto;
33373
- }
33374
- .E_t1gvlxt5 .progress-title {
33375
- flex: 2;
33376
- max-width: fit-content;
33377
- }
33378
- .E_t1gvlxt5 .progress-desc {
33379
- flex: 1;
33380
- max-width: fit-content;
33381
- }
33382
-
33383
- .E_a1ji6r68 {
33384
- display: flex;
33385
- align-items: center;
33386
- column-gap: var(--a1ji6r68-0);
33381
+ .E_t1ub2aex:last-child {
33382
+ padding-bottom: 3px;
33383
+ }
33384
+ .E_t1ub2aex .column-value {
33385
+ color: #fff;
33386
+ margin-left: 8px;
33387
33387
  }
33388
33388
 
33389
33389
  .E_w7ob4th.outside-tag {
@@ -33447,6 +33447,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33447
33447
  color: rgba(44, 56, 82, 0.7490196078);
33448
33448
  }
33449
33449
 
33450
+ .E_l1ucdodl {
33451
+ margin: 0;
33452
+ border-radius: 20px;
33453
+ padding: 2px 10px;
33454
+ height: 22px;
33455
+ display: flex;
33456
+ align-items: center;
33457
+ }
33458
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
33459
+ color: #FFFFFF;
33460
+ }
33461
+ .E_l1ucdodl.tag-hover {
33462
+ cursor: pointer;
33463
+ }
33464
+ .E_l1ucdodl.ui-kit-status-legend {
33465
+ color: #00122e;
33466
+ }
33467
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33468
+ margin-right: 6px;
33469
+ }
33470
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33471
+ margin-left: 8px;
33472
+ color: rgba(44, 56, 82, 0.6);
33473
+ }
33474
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33475
+ color: #FFFFFF;
33476
+ }
33477
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33478
+ background-color: #0080ff;
33479
+ }
33480
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33481
+ background-color: #f0483e;
33482
+ }
33483
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33484
+ background-color: #fea008;
33485
+ }
33486
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33487
+ background-color: #00ba5d;
33488
+ }
33489
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33490
+ background-color: #6b7d99;
33491
+ }
33492
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33493
+ background-color: #7E41FF;
33494
+ }
33495
+
33496
+ .E_s1qj66nc {
33497
+ width: 8px;
33498
+ height: 8px;
33499
+ border-radius: 50%;
33500
+ display: inline-block;
33501
+ }
33502
+
33503
+ .E_s5x1boq {
33504
+ width: 8px;
33505
+ height: 8px;
33506
+ border-radius: 2px;
33507
+ display: inline-block;
33508
+ }
33509
+
33510
+ .E_c1xm185 {
33511
+ color: rgba(44, 56, 82, 0.6);
33512
+ }
33513
+
33514
+ .E_c1x5l5qc {
33515
+ flex: 1;
33516
+ }
33517
+
33450
33518
  .E_sddwhm6 {
33451
33519
  margin: 0;
33452
33520
  border-radius: 20px;
@@ -33522,74 +33590,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33522
33590
  display: inline-block;
33523
33591
  }
33524
33592
 
33525
- .E_l1ucdodl {
33526
- margin: 0;
33527
- border-radius: 20px;
33528
- padding: 2px 10px;
33529
- height: 22px;
33530
- display: flex;
33531
- align-items: center;
33532
- }
33533
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
33534
- color: #FFFFFF;
33535
- }
33536
- .E_l1ucdodl.tag-hover {
33537
- cursor: pointer;
33538
- }
33539
- .E_l1ucdodl.ui-kit-status-legend {
33540
- color: #00122e;
33541
- }
33542
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33543
- margin-right: 6px;
33544
- }
33545
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33546
- margin-left: 8px;
33547
- color: rgba(44, 56, 82, 0.6);
33548
- }
33549
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33550
- color: #FFFFFF;
33551
- }
33552
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33553
- background-color: #0080ff;
33554
- }
33555
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33556
- background-color: #f0483e;
33557
- }
33558
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33559
- background-color: #fea008;
33560
- }
33561
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33562
- background-color: #00ba5d;
33563
- }
33564
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33565
- background-color: #6b7d99;
33566
- }
33567
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33568
- background-color: #7E41FF;
33569
- }
33570
-
33571
- .E_s1qj66nc {
33572
- width: 8px;
33573
- height: 8px;
33574
- border-radius: 50%;
33575
- display: inline-block;
33576
- }
33577
-
33578
- .E_s5x1boq {
33579
- width: 8px;
33580
- height: 8px;
33581
- border-radius: 2px;
33582
- display: inline-block;
33583
- }
33584
-
33585
- .E_c1xm185 {
33586
- color: rgba(44, 56, 82, 0.6);
33587
- }
33588
-
33589
- .E_c1x5l5qc {
33590
- flex: 1;
33591
- }
33592
-
33593
33593
  .E_tc97u5y {
33594
33594
  height: 100%;
33595
33595
  }
@@ -33961,35 +33961,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33961
33961
  background: #fff;
33962
33962
  }
33963
33963
 
33964
- .E_slr2ynn {
33965
- padding: 0 8px;
33966
- height: 18px;
33967
- }
33968
-
33969
- .E_m140wbb6 {
33970
- padding: 2px 8px;
33971
- height: 24px;
33972
- }
33973
-
33974
- .E_t1fozc1i {
33975
- margin: 0;
33976
- }
33977
-
33978
- .E_i1vxv4ln {
33979
- margin-right: 4px;
33980
- height: 16px;
33981
- }
33982
-
33983
- .E_n1afl31m.ant-tag.ant-tag-gray {
33984
- font-weight: 700;
33985
- color: #00122e;
33986
- background-color: rgba(237, 241, 250, 0.6);
33987
- border: 1px solid rgba(211, 218, 235, 0.6);
33988
- word-break: break-all;
33989
- display: inline;
33990
- white-space: normal;
33991
- }
33992
-
33993
33964
  .E_sjob3jg {
33994
33965
  --item-min-width: 60px;
33995
33966
  }
@@ -34185,11 +34156,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34185
34156
  justify-content: center;
34186
34157
  }
34187
34158
 
34188
- .E_i1g85yz3 {
34159
+ .E_slr2ynn {
34160
+ padding: 0 8px;
34161
+ height: 18px;
34162
+ }
34163
+
34164
+ .E_m140wbb6 {
34165
+ padding: 2px 8px;
34166
+ height: 24px;
34167
+ }
34168
+
34169
+ .E_t1fozc1i {
34170
+ margin: 0;
34171
+ }
34172
+
34173
+ .E_i1vxv4ln {
34189
34174
  margin-right: 4px;
34190
34175
  height: 16px;
34191
34176
  }
34192
34177
 
34178
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34179
+ font-weight: 700;
34180
+ color: #00122e;
34181
+ background-color: rgba(237, 241, 250, 0.6);
34182
+ border: 1px solid rgba(211, 218, 235, 0.6);
34183
+ word-break: break-all;
34184
+ display: inline;
34185
+ white-space: normal;
34186
+ }
34187
+
34193
34188
  .E_t1dtlqs1 {
34194
34189
  margin-bottom: 4px;
34195
34190
  color: rgba(44, 56, 82, 0.6);
@@ -34386,6 +34381,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34386
34381
  margin-right: 8px;
34387
34382
  }
34388
34383
 
34384
+ .E_i1g85yz3 {
34385
+ margin-right: 4px;
34386
+ height: 16px;
34387
+ }
34388
+
34389
34389
  .E_t13ef470 {
34390
34390
  height: 100%;
34391
34391
  }
@@ -34416,7 +34416,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34416
34416
  background: rgba(163, 180, 204, 0.18);
34417
34417
  }
34418
34418
 
34419
- .E_c4hgp0p {
34419
+ .E_b1jaupqb {
34420
34420
  color: #F0483E;
34421
34421
  }
34422
34422
 
@@ -34449,33 +34449,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34449
34449
  }
34450
34450
  }
34451
34451
 
34452
- .E_bpgac8u {
34453
- color: #FFFFFF;
34454
- display: flex;
34455
- gap: 8px;
34456
- padding: 8px 0;
34457
- display: flex;
34458
- justify-content: center;
34459
- white-space: pre-wrap;
34460
- align-items: center;
34461
- }
34462
- .E_bpgac8u .dashed-btn {
34463
- border-bottom: 1px solid white;
34464
- cursor: pointer;
34465
- }
34466
-
34467
- .E_envn4g3 {
34468
- background: #F0483E;
34469
- }
34470
-
34471
- .E_i12w18eu {
34472
- background: #0080FF;
34473
- }
34474
-
34475
- .E_wujsnt4 {
34476
- background-color: #E07F00;
34477
- }
34478
-
34479
34452
  .E_t59qhqp {
34480
34453
  background: #FFFFFF;
34481
34454
  padding: 24px 32px;
@@ -34524,6 +34497,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34524
34497
  color: #00122E;
34525
34498
  }
34526
34499
 
34500
+ .E_bpgac8u {
34501
+ color: #FFFFFF;
34502
+ display: flex;
34503
+ gap: 8px;
34504
+ padding: 8px 0;
34505
+ display: flex;
34506
+ justify-content: center;
34507
+ white-space: pre-wrap;
34508
+ align-items: center;
34509
+ }
34510
+ .E_bpgac8u .dashed-btn {
34511
+ border-bottom: 1px solid white;
34512
+ cursor: pointer;
34513
+ }
34514
+
34515
+ .E_envn4g3 {
34516
+ background: #F0483E;
34517
+ }
34518
+
34519
+ .E_i12w18eu {
34520
+ background: #0080FF;
34521
+ }
34522
+
34523
+ .E_wujsnt4 {
34524
+ background-color: #E07F00;
34525
+ }
34526
+
34527
34527
  .E_t1616y1o {
34528
34528
  color: #fff;
34529
34529
  }
@@ -34628,112 +34628,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34628
34628
  }
34629
34629
  }
34630
34630
 
34631
- .E_skwah65 {
34632
- height: 8px;
34633
- box-sizing: border-box;
34634
- border-radius: 2px;
34635
- background: #f5f7fa;
34636
- display: flex;
34637
- width: 100%;
34638
- overflow: hidden;
34639
- }
34640
- .E_skwah65 .stack-bar-item + .stack-bar-item {
34641
- margin-left: 1px;
34642
- }
34643
-
34644
- .E_clm1wy1 {
34645
- width: 192px;
34646
- height: 246px;
34647
- border-radius: 4px;
34648
- }
34649
- .E_clm1wy1 > .ant-picker-calendar,
34650
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
34651
- width: 100%;
34652
- background-color: rgba(245, 247, 250, 0.6);
34653
- border-top: none;
34654
- }
34655
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
34656
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
34657
- padding: 0 16px;
34658
- }
34659
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
34660
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
34661
- width: 100%;
34662
- height: 180px;
34663
- border-spacing: 0;
34664
- }
34665
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
34666
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
34667
- margin-bottom: 8px;
34668
- }
34669
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
34670
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
34671
- width: 22px;
34672
- }
34673
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
34674
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
34675
- padding: 0;
34676
- }
34677
- .E_clm1wy1 .ant-picker-cell {
34678
- color: rgba(62, 70, 82, 0.6);
34679
- opacity: 0.4;
34680
- }
34681
- .E_clm1wy1 .ant-picker-cell-in-view {
34682
- color: rgba(62, 70, 82, 0.6);
34683
- opacity: 1;
34684
- }
34685
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
34686
- color: #3e4652;
34687
- }
34688
- .E_clm1wy1 .ant-picker-cell::before {
34689
- pointer-events: none;
34690
- }
34691
-
34692
- .E_t1tsm00v {
34693
- color: rgba(129, 138, 153, 0.6);
34694
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
34695
- backdrop-filter: blur(10px);
34696
- padding: 7px 10px;
34697
- }
34698
-
34699
- .E_c167wnad {
34700
- color: rgba(62, 70, 82, 0.6);
34701
- display: flex;
34702
- justify-content: space-between;
34703
- align-items: center;
34704
- padding: 8px 16px;
34705
- }
34706
- .E_c167wnad .anticon {
34707
- cursor: pointer;
34708
- }
34709
- .E_c167wnad .anticon:hover {
34710
- color: #0096ff;
34711
- }
34712
-
34713
- .E_cxhf7dh {
34714
- text-align: center;
34715
- }
34716
- .E_cxhf7dh .dots {
34717
- display: flex;
34718
- justify-content: center;
34719
- }
34720
- .E_cxhf7dh .dot {
34721
- display: inline-block;
34722
- width: 2px;
34723
- height: 2px;
34724
- border-radius: 1px;
34725
- background: #0096ff;
34726
- }
34727
- .E_cxhf7dh .dot:not(:last-child) {
34728
- margin-right: 2px;
34729
- }
34730
- .E_cxhf7dh .bar {
34731
- width: 9px;
34732
- height: 2px;
34733
- background: #0096ff;
34734
- border-radius: 2px;
34735
- }
34736
-
34737
34631
  .E_c18bcrac {
34738
34632
  display: inline-block;
34739
34633
  width: 100%;
@@ -34784,6 +34678,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34784
34678
  margin-right: 4px;
34785
34679
  }
34786
34680
 
34681
+ .E_skwah65 {
34682
+ height: 8px;
34683
+ box-sizing: border-box;
34684
+ border-radius: 2px;
34685
+ background: #f5f7fa;
34686
+ display: flex;
34687
+ width: 100%;
34688
+ overflow: hidden;
34689
+ }
34690
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
34691
+ margin-left: 1px;
34692
+ }
34693
+
34787
34694
  .E_s1ebs0ra {
34788
34695
  display: flex;
34789
34696
  align-items: center;
@@ -34841,148 +34748,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34841
34748
  justify-content: center;
34842
34749
  border-radius: 50%;
34843
34750
  }
34844
- .E_s1ebs0ra .action-group .more-btn:hover {
34845
- background: #fff;
34846
- }
34847
-
34848
- .E_c1up1pdz {
34849
- width: 648px;
34850
- }
34851
- .E_c1up1pdz.active {
34852
- border-color: #0080ff;
34853
- }
34854
- .E_c1up1pdz.active > header {
34855
- background: rgba(0, 128, 255, 0.1);
34856
- }
34857
- .E_c1up1pdz .expand {
34858
- padding: 12px;
34859
- }
34860
- .E_c1up1pdz .field-item {
34861
- display: flex;
34862
- padding: 10px 0;
34863
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34864
- }
34865
- .E_c1up1pdz .field-item:last-child {
34866
- border-bottom: none;
34867
- padding-bottom: 0;
34868
- }
34869
- .E_c1up1pdz .field-item label {
34870
- line-height: 32px;
34871
- width: 100px;
34872
- color: rgba(62, 70, 82, 0.6);
34873
- }
34874
- .E_c1up1pdz .help {
34875
- color: rgba(62, 70, 82, 0.6);
34876
- margin-top: 5px;
34877
- }
34878
- .E_c1up1pdz .ant-input-affix-wrapper,
34879
- .E_c1up1pdz .ant-picker {
34880
- width: 128px;
34881
- }
34882
-
34883
- .E_c156wh19 {
34884
- display: flex;
34885
- align-items: center;
34886
- justify-content: space-between;
34887
- word-break: keep-all;
34888
- }
34889
- .E_c156wh19 .title {
34890
- margin: 0 16px 0 8px;
34891
- }
34892
- .E_c156wh19 .retain {
34893
- color: rgba(129, 138, 153, 0.6);
34894
- }
34895
- .E_c156wh19 div.left {
34896
- flex: 1;
34897
- display: flex;
34898
- overflow: hidden;
34899
- align-items: center;
34900
- justify-content: flex-start;
34901
- white-space: nowrap;
34902
- }
34903
- .E_c156wh19 div.left .title {
34904
- max-width: 100%;
34905
- overflow: hidden;
34906
- text-overflow: ellipsis;
34907
- }
34908
- .E_c156wh19 div.right {
34909
- display: flex;
34910
- align-items: center;
34911
- }
34912
- .E_c156wh19 .reverse {
34913
- display: flex;
34914
- flex-direction: row-reverse;
34915
- align-items: center;
34916
- }
34917
- .E_c156wh19 .reverse .ant-switch {
34918
- margin-left: 8px;
34919
- }
34920
- .E_c156wh19 .close {
34921
- padding-left: 14px;
34922
- margin-left: 14px;
34923
- border-left: 1px solid rgba(129, 138, 153, 0.6);
34924
- cursor: pointer;
34925
- }
34926
-
34927
- .E_m126spxy {
34928
- padding-bottom: 4px;
34929
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34930
- }
34931
- .E_m126spxy .ant-btn.ant-btn-link {
34932
- padding: 1px 10px;
34933
- color: rgba(62, 70, 82, 0.6);
34934
- border-radius: 4px;
34935
- }
34936
- .E_m126spxy .ant-btn.ant-btn-link.active {
34937
- background: rgba(0, 128, 255, 0.1);
34938
- color: #0096ff;
34939
- }
34940
-
34941
- .E_wpbf4pq {
34942
- padding: 10px 0;
34943
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34944
- }
34945
- .E_wpbf4pq .ant-input,
34946
- .E_wpbf4pq .ant-picker {
34947
- width: 80px;
34948
- margin: 0 9px;
34949
- text-align: center;
34950
- }
34951
- .E_wpbf4pq .options {
34952
- padding: 12px 0 12px 16px;
34953
- border-left: 2px solid rgba(129, 138, 153, 0.6);
34954
- margin: 5px 0 5px 8px;
34955
- }
34956
- .E_wpbf4pq .week-day-option,
34957
- .E_wpbf4pq .month-day-option {
34958
- background: #f5f7fa;
34959
- box-sizing: border-box;
34960
- border-radius: 16px;
34961
- margin-right: 8px;
34962
- }
34963
- .E_wpbf4pq .week-day-option:focus,
34964
- .E_wpbf4pq .month-day-option:focus {
34965
- color: inherit;
34966
- border-color: #d9d9d9;
34967
- }
34968
- .E_wpbf4pq .week-day-option.active {
34969
- background-color: #0096ff;
34970
- border-color: #0096ff;
34971
- color: #fff;
34972
- }
34973
- .E_wpbf4pq .week-day-option.en-text {
34974
- width: 110px;
34975
- margin-top: 4px;
34976
- }
34977
- .E_wpbf4pq .month-day-option {
34978
- width: 32px;
34979
- padding: 0;
34980
- margin-bottom: 8px;
34751
+ .E_s1ebs0ra .action-group .more-btn:hover {
34752
+ background: #fff;
34981
34753
  }
34982
- .E_wpbf4pq .month-day-option.active {
34983
- background-color: #0096ff;
34984
- border-color: #0096ff;
34985
- color: #fff;
34754
+
34755
+ .E_s1iv0tp1 .enabled-switch {
34756
+ display: flex;
34757
+ align-items: center;
34758
+ }
34759
+ .E_s1iv0tp1 .enabled-text {
34760
+ margin-right: 8px;
34986
34761
  }
34987
34762
 
34988
34763
  .E_gmyahx3 {
@@ -35018,6 +34793,99 @@ span.E_tqjc4ui {
35018
34793
  overflow: auto;
35019
34794
  }
35020
34795
 
34796
+ .E_clm1wy1 {
34797
+ width: 192px;
34798
+ height: 246px;
34799
+ border-radius: 4px;
34800
+ }
34801
+ .E_clm1wy1 > .ant-picker-calendar,
34802
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
34803
+ width: 100%;
34804
+ background-color: rgba(245, 247, 250, 0.6);
34805
+ border-top: none;
34806
+ }
34807
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
34808
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
34809
+ padding: 0 16px;
34810
+ }
34811
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
34812
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
34813
+ width: 100%;
34814
+ height: 180px;
34815
+ border-spacing: 0;
34816
+ }
34817
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
34818
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
34819
+ margin-bottom: 8px;
34820
+ }
34821
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
34822
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
34823
+ width: 22px;
34824
+ }
34825
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
34826
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
34827
+ padding: 0;
34828
+ }
34829
+ .E_clm1wy1 .ant-picker-cell {
34830
+ color: rgba(62, 70, 82, 0.6);
34831
+ opacity: 0.4;
34832
+ }
34833
+ .E_clm1wy1 .ant-picker-cell-in-view {
34834
+ color: rgba(62, 70, 82, 0.6);
34835
+ opacity: 1;
34836
+ }
34837
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
34838
+ color: #3e4652;
34839
+ }
34840
+ .E_clm1wy1 .ant-picker-cell::before {
34841
+ pointer-events: none;
34842
+ }
34843
+
34844
+ .E_t1tsm00v {
34845
+ color: rgba(129, 138, 153, 0.6);
34846
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
34847
+ backdrop-filter: blur(10px);
34848
+ padding: 7px 10px;
34849
+ }
34850
+
34851
+ .E_c167wnad {
34852
+ color: rgba(62, 70, 82, 0.6);
34853
+ display: flex;
34854
+ justify-content: space-between;
34855
+ align-items: center;
34856
+ padding: 8px 16px;
34857
+ }
34858
+ .E_c167wnad .anticon {
34859
+ cursor: pointer;
34860
+ }
34861
+ .E_c167wnad .anticon:hover {
34862
+ color: #0096ff;
34863
+ }
34864
+
34865
+ .E_cxhf7dh {
34866
+ text-align: center;
34867
+ }
34868
+ .E_cxhf7dh .dots {
34869
+ display: flex;
34870
+ justify-content: center;
34871
+ }
34872
+ .E_cxhf7dh .dot {
34873
+ display: inline-block;
34874
+ width: 2px;
34875
+ height: 2px;
34876
+ border-radius: 1px;
34877
+ background: #0096ff;
34878
+ }
34879
+ .E_cxhf7dh .dot:not(:last-child) {
34880
+ margin-right: 2px;
34881
+ }
34882
+ .E_cxhf7dh .bar {
34883
+ width: 9px;
34884
+ height: 2px;
34885
+ background: #0096ff;
34886
+ border-radius: 2px;
34887
+ }
34888
+
35021
34889
  .E_ou7iq30 {
35022
34890
  overflow: hidden;
35023
34891
  text-overflow: ellipsis;
@@ -35045,12 +34913,94 @@ span.E_tqjc4ui {
35045
34913
  visibility: hidden;
35046
34914
  }
35047
34915
 
35048
- .E_s1iv0tp1 .enabled-switch {
34916
+ .E_t1sqg15u {
34917
+ background: white;
34918
+ }
34919
+ .E_t1sqg15u.inline .table-row {
34920
+ flex-direction: column;
34921
+ }
34922
+ .E_t1sqg15u.inline .table-row > label {
34923
+ padding: 0 16px 7px 0;
34924
+ }
34925
+ .E_t1sqg15u.has-border .table-header {
34926
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34927
+ }
34928
+ .E_t1sqg15u.has-border .hiddenBorder {
34929
+ border-top: none !important;
34930
+ }
34931
+ .E_t1sqg15u.has-border .table-row + .table-row {
34932
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
34933
+ }
34934
+ .E_t1sqg15u.has-border .table-row:last-of-type {
34935
+ padding-bottom: 0;
34936
+ }
34937
+ .E_t1sqg15u.align-right .content {
34938
+ text-align: right;
34939
+ }
34940
+ .E_t1sqg15u .uuid-row {
34941
+ display: flex;
34942
+ justify-content: space-between;
34943
+ }
34944
+ .E_t1sqg15u .uuid-row .id-text {
34945
+ white-space: nowrap;
34946
+ overflow: hidden;
34947
+ text-overflow: ellipsis;
34948
+ }
34949
+
34950
+ .E_t4zczcp {
35049
34951
  display: flex;
34952
+ justify-content: space-between;
35050
34953
  align-items: center;
34954
+ padding: 8px;
34955
+ min-height: 32px;
35051
34956
  }
35052
- .E_s1iv0tp1 .enabled-text {
35053
- margin-right: 8px;
34957
+ .E_t4zczcp .table-title {
34958
+ color: rgba(44, 56, 82, 0.6);
34959
+ font-weight: 600;
34960
+ font-size: 12px;
34961
+ line-height: 8px;
34962
+ }
34963
+ .E_t4zczcp .edit-icon {
34964
+ font-size: 16px;
34965
+ color: rgba(10, 37, 85, 0.6);
34966
+ cursor: pointer;
34967
+ }
34968
+
34969
+ .E_t1s7goww {
34970
+ font-size: 12px;
34971
+ line-height: 18px;
34972
+ }
34973
+
34974
+ .E_t93e4cf {
34975
+ display: flex;
34976
+ padding: 8px 0;
34977
+ color: #2d3a56;
34978
+ }
34979
+ .E_t93e4cf .hidden {
34980
+ display: none;
34981
+ }
34982
+ .E_t93e4cf .ant-btn.ant-btn-link {
34983
+ height: auto;
34984
+ }
34985
+ .E_t93e4cf .content {
34986
+ overflow: hidden;
34987
+ overflow-x: auto;
34988
+ width: 100%;
34989
+ white-space: pre-wrap;
34990
+ }
34991
+ .E_t93e4cf .content .ant-btn {
34992
+ white-space: pre-wrap;
34993
+ text-align: left;
34994
+ }
34995
+ .E_t93e4cf .content .unit-chart {
34996
+ justify-content: flex-start;
34997
+ }
34998
+
34999
+ .E_rhz2uv5 {
35000
+ width: var(--rhz2uv5-0);
35001
+ flex-shrink: 0;
35002
+ color: rgba(44, 56, 82, 0.6);
35003
+ padding-right: 12px;
35054
35004
  }
35055
35005
 
35056
35006
  .E_s1at6qmn.ant-layout-sider {
@@ -35166,117 +35116,167 @@ span.E_tqjc4ui {
35166
35116
  text-align: left;
35167
35117
  }
35168
35118
 
35169
- .E_wg1tsps {
35119
+ .E_c1up1pdz {
35120
+ width: 648px;
35121
+ }
35122
+ .E_c1up1pdz.active {
35123
+ border-color: #0080ff;
35124
+ }
35125
+ .E_c1up1pdz.active > header {
35126
+ background: rgba(0, 128, 255, 0.1);
35127
+ }
35128
+ .E_c1up1pdz .expand {
35129
+ padding: 12px;
35130
+ }
35131
+ .E_c1up1pdz .field-item {
35132
+ display: flex;
35133
+ padding: 10px 0;
35134
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35135
+ }
35136
+ .E_c1up1pdz .field-item:last-child {
35137
+ border-bottom: none;
35138
+ padding-bottom: 0;
35139
+ }
35140
+ .E_c1up1pdz .field-item label {
35141
+ line-height: 32px;
35142
+ width: 100px;
35143
+ color: rgba(62, 70, 82, 0.6);
35144
+ }
35145
+ .E_c1up1pdz .help {
35146
+ color: rgba(62, 70, 82, 0.6);
35147
+ margin-top: 5px;
35148
+ }
35149
+ .E_c1up1pdz .ant-input-affix-wrapper,
35150
+ .E_c1up1pdz .ant-picker {
35151
+ width: 128px;
35152
+ }
35153
+
35154
+ .E_c156wh19 {
35155
+ display: flex;
35156
+ align-items: center;
35157
+ justify-content: space-between;
35158
+ word-break: keep-all;
35159
+ }
35160
+ .E_c156wh19 .title {
35161
+ margin: 0 16px 0 8px;
35162
+ }
35163
+ .E_c156wh19 .retain {
35164
+ color: rgba(129, 138, 153, 0.6);
35165
+ }
35166
+ .E_c156wh19 div.left {
35167
+ flex: 1;
35168
+ display: flex;
35169
+ overflow: hidden;
35170
+ align-items: center;
35171
+ justify-content: flex-start;
35172
+ white-space: nowrap;
35173
+ }
35174
+ .E_c156wh19 div.left .title {
35175
+ max-width: 100%;
35176
+ overflow: hidden;
35177
+ text-overflow: ellipsis;
35178
+ }
35179
+ .E_c156wh19 div.right {
35170
35180
  display: flex;
35171
35181
  align-items: center;
35172
- justify-content: flex-end;
35173
35182
  }
35174
-
35175
- .E_b1ctd5xy {
35183
+ .E_c156wh19 .reverse {
35176
35184
  display: flex;
35185
+ flex-direction: row-reverse;
35177
35186
  align-items: center;
35178
- width: calc(100% - 40px);
35179
35187
  }
35180
- .E_b1ctd5xy .chart {
35181
- display: inline-block;
35182
- width: 100%;
35188
+ .E_c156wh19 .reverse .ant-switch {
35189
+ margin-left: 8px;
35190
+ }
35191
+ .E_c156wh19 .close {
35192
+ padding-left: 14px;
35193
+ margin-left: 14px;
35194
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
35195
+ cursor: pointer;
35183
35196
  }
35184
35197
 
35185
- .E_u1p8acpn {
35186
- min-width: 40px;
35198
+ .E_m126spxy {
35199
+ padding-bottom: 4px;
35200
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35187
35201
  }
35188
- .E_u1p8acpn .unit {
35189
- color: #00122e !important;
35202
+ .E_m126spxy .ant-btn.ant-btn-link {
35203
+ padding: 1px 10px;
35204
+ color: rgba(62, 70, 82, 0.6);
35205
+ border-radius: 4px;
35190
35206
  }
35191
-
35192
- .E_t1sqg15u {
35193
- background: white;
35207
+ .E_m126spxy .ant-btn.ant-btn-link.active {
35208
+ background: rgba(0, 128, 255, 0.1);
35209
+ color: #0096ff;
35194
35210
  }
35195
- .E_t1sqg15u.inline .table-row {
35196
- flex-direction: column;
35211
+
35212
+ .E_wpbf4pq {
35213
+ padding: 10px 0;
35214
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35197
35215
  }
35198
- .E_t1sqg15u.inline .table-row > label {
35199
- padding: 0 16px 7px 0;
35216
+ .E_wpbf4pq .ant-input,
35217
+ .E_wpbf4pq .ant-picker {
35218
+ width: 80px;
35219
+ margin: 0 9px;
35220
+ text-align: center;
35200
35221
  }
35201
- .E_t1sqg15u.has-border .table-header {
35202
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35222
+ .E_wpbf4pq .options {
35223
+ padding: 12px 0 12px 16px;
35224
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
35225
+ margin: 5px 0 5px 8px;
35203
35226
  }
35204
- .E_t1sqg15u.has-border .hiddenBorder {
35205
- border-top: none !important;
35227
+ .E_wpbf4pq .week-day-option,
35228
+ .E_wpbf4pq .month-day-option {
35229
+ background: #f5f7fa;
35230
+ box-sizing: border-box;
35231
+ border-radius: 16px;
35232
+ margin-right: 8px;
35206
35233
  }
35207
- .E_t1sqg15u.has-border .table-row + .table-row {
35208
- border-top: 1px solid rgba(225, 230, 241, 0.6);
35234
+ .E_wpbf4pq .week-day-option:focus,
35235
+ .E_wpbf4pq .month-day-option:focus {
35236
+ color: inherit;
35237
+ border-color: #d9d9d9;
35209
35238
  }
35210
- .E_t1sqg15u.has-border .table-row:last-of-type {
35211
- padding-bottom: 0;
35239
+ .E_wpbf4pq .week-day-option.active {
35240
+ background-color: #0096ff;
35241
+ border-color: #0096ff;
35242
+ color: #fff;
35212
35243
  }
35213
- .E_t1sqg15u.align-right .content {
35214
- text-align: right;
35244
+ .E_wpbf4pq .week-day-option.en-text {
35245
+ width: 110px;
35246
+ margin-top: 4px;
35215
35247
  }
35216
- .E_t1sqg15u .uuid-row {
35217
- display: flex;
35218
- justify-content: space-between;
35248
+ .E_wpbf4pq .month-day-option {
35249
+ width: 32px;
35250
+ padding: 0;
35251
+ margin-bottom: 8px;
35219
35252
  }
35220
- .E_t1sqg15u .uuid-row .id-text {
35221
- white-space: nowrap;
35222
- overflow: hidden;
35223
- text-overflow: ellipsis;
35253
+ .E_wpbf4pq .month-day-option.active {
35254
+ background-color: #0096ff;
35255
+ border-color: #0096ff;
35256
+ color: #fff;
35224
35257
  }
35225
35258
 
35226
- .E_t4zczcp {
35259
+ .E_wg1tsps {
35227
35260
  display: flex;
35228
- justify-content: space-between;
35229
35261
  align-items: center;
35230
- padding: 8px;
35231
- min-height: 32px;
35232
- }
35233
- .E_t4zczcp .table-title {
35234
- color: rgba(44, 56, 82, 0.6);
35235
- font-weight: 600;
35236
- font-size: 12px;
35237
- line-height: 8px;
35238
- }
35239
- .E_t4zczcp .edit-icon {
35240
- font-size: 16px;
35241
- color: rgba(10, 37, 85, 0.6);
35242
- cursor: pointer;
35243
- }
35244
-
35245
- .E_t1s7goww {
35246
- font-size: 12px;
35247
- line-height: 18px;
35262
+ justify-content: flex-end;
35248
35263
  }
35249
35264
 
35250
- .E_t93e4cf {
35265
+ .E_b1ctd5xy {
35251
35266
  display: flex;
35252
- padding: 8px 0;
35253
- color: #2d3a56;
35254
- }
35255
- .E_t93e4cf .hidden {
35256
- display: none;
35257
- }
35258
- .E_t93e4cf .ant-btn.ant-btn-link {
35259
- height: auto;
35267
+ align-items: center;
35268
+ width: calc(100% - 40px);
35260
35269
  }
35261
- .E_t93e4cf .content {
35262
- overflow: hidden;
35263
- overflow-x: auto;
35270
+ .E_b1ctd5xy .chart {
35271
+ display: inline-block;
35264
35272
  width: 100%;
35265
- white-space: pre-wrap;
35266
- }
35267
- .E_t93e4cf .content .ant-btn {
35268
- white-space: pre-wrap;
35269
- text-align: left;
35270
- }
35271
- .E_t93e4cf .content .unit-chart {
35272
- justify-content: flex-start;
35273
35273
  }
35274
35274
 
35275
- .E_rhz2uv5 {
35276
- width: var(--rhz2uv5-0);
35277
- flex-shrink: 0;
35278
- color: rgba(44, 56, 82, 0.6);
35279
- padding-right: 12px;
35275
+ .E_u1p8acpn {
35276
+ min-width: 40px;
35277
+ }
35278
+ .E_u1p8acpn .unit {
35279
+ color: #00122e !important;
35280
35280
  }
35281
35281
 
35282
35282
  .E_t160l1cm {
@@ -35535,12 +35535,6 @@ span.E_tqjc4ui {
35535
35535
  justify-content: center;
35536
35536
  }
35537
35537
 
35538
- .E_h1ol2wl7 {
35539
- font-weight: bold;
35540
- background-color: unset;
35541
- padding: unset;
35542
- }
35543
-
35544
35538
  .E_d11hhzf9 {
35545
35539
  width: 492px !important;
35546
35540
  margin: 40px auto !important;
@@ -35682,6 +35676,12 @@ span.E_tqjc4ui {
35682
35676
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
35683
35677
  }
35684
35678
 
35679
+ .E_h1ol2wl7 {
35680
+ font-weight: bold;
35681
+ background-color: unset;
35682
+ padding: unset;
35683
+ }
35684
+
35685
35685
  .E_c14ouk5o {
35686
35686
  width: 100%;
35687
35687
  height: 100%;
@@ -35726,6 +35726,53 @@ span.E_tqjc4ui {
35726
35726
  height: auto;
35727
35727
  }
35728
35728
 
35729
+ .E_cevhqx7 {
35730
+ color: #00122e;
35731
+ }
35732
+
35733
+ .E_snbqlt4 {
35734
+ margin-top: 8px;
35735
+ color: rgba(44, 56, 82, 0.6);
35736
+ }
35737
+
35738
+ .E_c1ss4prm {
35739
+ color: rgba(44, 56, 82, 0.6);
35740
+ }
35741
+ .E_c1ss4prm li {
35742
+ margin-bottom: 4px;
35743
+ }
35744
+ .E_c1ss4prm li:last-child {
35745
+ margin-bottom: 0;
35746
+ }
35747
+
35748
+ .E_ms3tlei {
35749
+ background: rgba(225, 230, 241, 0.6);
35750
+ padding: 8px;
35751
+ border-radius: 6px;
35752
+ color: rgba(44, 56, 82, 0.6);
35753
+ }
35754
+ .E_ms3tlei li {
35755
+ margin-bottom: 4px;
35756
+ }
35757
+ .E_ms3tlei li:last-child {
35758
+ margin-bottom: 0;
35759
+ }
35760
+
35761
+ .E_du44iy7 {
35762
+ margin-bottom: 4px;
35763
+ }
35764
+
35765
+ .E_s1qmhanr {
35766
+ color: rgba(44, 56, 82, 0.6);
35767
+ margin-bottom: 8px;
35768
+ }
35769
+
35770
+ .E_drje1h0 {
35771
+ height: 1px;
35772
+ background: #e4e9f2;
35773
+ margin: 16px 0;
35774
+ }
35775
+
35729
35776
  .E_c1kchka8 {
35730
35777
  height: 100%;
35731
35778
  width: 100%;
@@ -36218,53 +36265,6 @@ span.E_tqjc4ui {
36218
36265
  padding: 0;
36219
36266
  }
36220
36267
 
36221
- .E_c1ss4prm {
36222
- color: rgba(44, 56, 82, 0.6);
36223
- }
36224
- .E_c1ss4prm li {
36225
- margin-bottom: 4px;
36226
- }
36227
- .E_c1ss4prm li:last-child {
36228
- margin-bottom: 0;
36229
- }
36230
-
36231
- .E_ms3tlei {
36232
- background: rgba(225, 230, 241, 0.6);
36233
- padding: 8px;
36234
- border-radius: 6px;
36235
- color: rgba(44, 56, 82, 0.6);
36236
- }
36237
- .E_ms3tlei li {
36238
- margin-bottom: 4px;
36239
- }
36240
- .E_ms3tlei li:last-child {
36241
- margin-bottom: 0;
36242
- }
36243
-
36244
- .E_du44iy7 {
36245
- margin-bottom: 4px;
36246
- }
36247
-
36248
- .E_s1qmhanr {
36249
- color: rgba(44, 56, 82, 0.6);
36250
- margin-bottom: 8px;
36251
- }
36252
-
36253
- .E_drje1h0 {
36254
- height: 1px;
36255
- background: #e4e9f2;
36256
- margin: 16px 0;
36257
- }
36258
-
36259
- .E_cevhqx7 {
36260
- color: #00122e;
36261
- }
36262
-
36263
- .E_snbqlt4 {
36264
- margin-top: 8px;
36265
- color: rgba(44, 56, 82, 0.6);
36266
- }
36267
-
36268
36268
  .E_l12xdkhl {
36269
36269
  width: 64px;
36270
36270
  height: 64px;