@cloudtower/eagle 0.27.57 → 0.27.59

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
@@ -29793,6 +29793,24 @@ html body {
29793
29793
  margin-right: 4px;
29794
29794
  }
29795
29795
 
29796
+ .E_iouxfgt {
29797
+ display: inline-flex;
29798
+ align-items: center;
29799
+ }
29800
+ .E_iouxfgt .icon-inner {
29801
+ display: inline-flex;
29802
+ align-items: center;
29803
+ justify-content: center;
29804
+ }
29805
+ .E_iouxfgt .icon-inner + span,
29806
+ .E_iouxfgt span + .icon-inner.suffix {
29807
+ margin-left: 4px;
29808
+ }
29809
+ .E_iouxfgt.is-rotate img,
29810
+ .E_iouxfgt.is-rotate svg {
29811
+ animation: rotate 680ms linear infinite;
29812
+ }
29813
+
29796
29814
  .E_fzh9mnb {
29797
29815
  width: 100%;
29798
29816
  height: 100%;
@@ -29808,6 +29826,35 @@ html body {
29808
29826
  font-size: 18px;
29809
29827
  }
29810
29828
 
29829
+ .E_b1nip9bk {
29830
+ padding: 4px 11px;
29831
+ }
29832
+
29833
+ .E_bqamoqe {
29834
+ white-space: nowrap;
29835
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29836
+ }
29837
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29838
+ --color: #0080ff;
29839
+ }
29840
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29841
+ --color: #0080ff;
29842
+ }
29843
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29844
+ margin-left: 1px;
29845
+ }
29846
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29847
+ border-top-right-radius: 0;
29848
+ border-bottom-right-radius: 0;
29849
+ }
29850
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29851
+ border-top-left-radius: 0;
29852
+ border-bottom-left-radius: 0;
29853
+ }
29854
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29855
+ border-radius: unset;
29856
+ }
29857
+
29811
29858
  .E_b1wx3t3t.ant-btn-icon-only {
29812
29859
  justify-content: center;
29813
29860
  }
@@ -30058,60 +30105,91 @@ html body {
30058
30105
  padding: 0;
30059
30106
  }
30060
30107
 
30061
- .E_b1nip9bk {
30062
- padding: 4px 11px;
30108
+ .E_owd0kml {
30109
+ display: inline-block;
30063
30110
  }
30064
30111
 
30065
- .E_bqamoqe {
30066
- white-space: nowrap;
30067
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30068
- }
30069
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30070
- --color: #0080ff;
30112
+ .E_h1jsgezc {
30113
+ visibility: hidden;
30114
+ position: absolute;
30071
30115
  }
30072
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30073
- --color: #0080ff;
30116
+
30117
+ .E_skwah65 {
30118
+ height: 8px;
30119
+ box-sizing: border-box;
30120
+ border-radius: 2px;
30121
+ background: #f5f7fa;
30122
+ display: flex;
30123
+ width: 100%;
30124
+ overflow: hidden;
30074
30125
  }
30075
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30126
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
30076
30127
  margin-left: 1px;
30077
30128
  }
30078
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30079
- border-top-right-radius: 0;
30080
- border-bottom-right-radius: 0;
30081
- }
30082
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30083
- border-top-left-radius: 0;
30084
- border-bottom-left-radius: 0;
30129
+
30130
+ .E_phljevk {
30131
+ display: flex;
30132
+ justify-content: space-between;
30133
+ align-items: center;
30134
+ padding: 10px 0;
30135
+ color: rgba(44, 56, 82, 0.6);
30136
+ font-size: 12px;
30137
+ line-height: 24px;
30085
30138
  }
30086
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30087
- border-radius: unset;
30139
+ .E_phljevk .pagination-left {
30140
+ padding: 2px 8px;
30088
30141
  }
30089
-
30090
- .E_iouxfgt {
30091
- display: inline-flex;
30142
+ .E_phljevk .dropdown-trigger {
30143
+ display: flex;
30092
30144
  align-items: center;
30145
+ border-radius: 6px;
30146
+ cursor: pointer;
30147
+ transition: all 0.3s ease;
30093
30148
  }
30094
- .E_iouxfgt .icon-inner {
30095
- display: inline-flex;
30149
+ .E_phljevk .dropdown-trigger:hover {
30150
+ background: rgba(211, 218, 235, 0.6);
30151
+ color: #0080ff;
30152
+ }
30153
+ .E_phljevk .dropdown-trigger .icon-inner {
30154
+ margin-left: 4px;
30155
+ }
30156
+ .E_phljevk .pagination-right {
30157
+ display: flex;
30096
30158
  align-items: center;
30097
- justify-content: center;
30159
+ color: #0080ff;
30160
+ font-weight: bold;
30098
30161
  }
30099
- .E_iouxfgt .icon-inner + span,
30100
- .E_iouxfgt span + .icon-inner.suffix {
30162
+ .E_phljevk .pagination-right .icon-inner {
30101
30163
  margin-left: 4px;
30102
30164
  }
30103
- .E_iouxfgt.is-rotate img,
30104
- .E_iouxfgt.is-rotate svg {
30105
- animation: rotate 680ms linear infinite;
30165
+ .E_phljevk .pagination-right .prev-btn,
30166
+ .E_phljevk .pagination-right .next-btn {
30167
+ padding: 0 8px;
30168
+ }
30169
+ .E_phljevk .pagination-right .prev-btn > span,
30170
+ .E_phljevk .pagination-right .next-btn > span {
30171
+ color: #0080ff;
30172
+ }
30173
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30174
+ transform: rotate(180deg);
30106
30175
  }
30107
30176
 
30108
- .E_owd0kml {
30109
- display: inline-block;
30177
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30178
+ max-height: calc(100vh - 128px);
30179
+ overflow-y: auto;
30180
+ }
30181
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30182
+ padding: 4px 20px;
30183
+ font-size: 12px;
30184
+ line-height: 18px;
30110
30185
  }
30111
30186
 
30112
- .E_h1jsgezc {
30113
- visibility: hidden;
30114
- position: absolute;
30187
+ .E_t1m2x205 .ant-tooltip-arrow {
30188
+ display: none;
30189
+ }
30190
+ .E_t1m2x205 .ant-tooltip-inner {
30191
+ background: rgba(23, 38, 64, 0.8);
30192
+ border-radius: 4px;
30115
30193
  }
30116
30194
 
30117
30195
  .E_s1dizucg.ant-switch {
@@ -30169,6 +30247,87 @@ html body {
30169
30247
  margin-left: 5px;
30170
30248
  }
30171
30249
 
30250
+ .E_s1dni7lo {
30251
+ width: 430px !important;
30252
+ }
30253
+
30254
+ .E_d1wwmmm5 .ant-select-item-group {
30255
+ padding: 8px 16px;
30256
+ line-height: 18px;
30257
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30258
+ height: 34px;
30259
+ min-height: 34px;
30260
+ box-sizing: border-box;
30261
+ margin-top: 8px;
30262
+ }
30263
+
30264
+ .E_o1ugr09p {
30265
+ display: flex;
30266
+ flex-direction: column;
30267
+ margin: 1px 8px;
30268
+ padding: 8px;
30269
+ border-radius: 4px;
30270
+ }
30271
+ .E_o1ugr09p .selected-icon {
30272
+ display: none;
30273
+ }
30274
+ .E_o1ugr09p.ant-select-item-option-grouped {
30275
+ padding-left: 8px;
30276
+ }
30277
+ .E_o1ugr09p.ant-select-item-option-selected {
30278
+ background-color: white;
30279
+ }
30280
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30281
+ color: #0080ff;
30282
+ }
30283
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30284
+ display: block;
30285
+ }
30286
+ .E_o1ugr09p.ant-select-item-option-active {
30287
+ background: rgba(0, 136, 255, 0.16);
30288
+ }
30289
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30290
+ color: #0080ff;
30291
+ }
30292
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30293
+ background: rgba(0, 136, 255, 0.1);
30294
+ color: #0080ff;
30295
+ }
30296
+
30297
+ .E_o1ifxsq4 {
30298
+ display: flex;
30299
+ justify-content: space-between;
30300
+ height: 20px;
30301
+ line-height: 20px;
30302
+ }
30303
+ .E_o1ifxsq4 .timezone-title {
30304
+ color: #2d3a56;
30305
+ overflow: hidden;
30306
+ text-overflow: ellipsis;
30307
+ }
30308
+
30309
+ .E_o1zue7 {
30310
+ display: flex;
30311
+ justify-content: space-between;
30312
+ color: rgba(44, 56, 82, 0.6);
30313
+ height: 18px;
30314
+ line-height: 18px;
30315
+ margin-top: 2px;
30316
+ }
30317
+
30318
+ .E_tyfmlxg {
30319
+ border: none;
30320
+ margin-right: 0;
30321
+ background: rgba(225, 230, 241, 0.6);
30322
+ }
30323
+
30324
+ .E_o18uybox {
30325
+ pointer-events: none;
30326
+ height: 32px;
30327
+ width: 100%;
30328
+ opacity: 0;
30329
+ }
30330
+
30172
30331
  .E_dsnbhzf {
30173
30332
  font-family: Inter;
30174
30333
  font-style: normal;
@@ -30644,1276 +30803,1263 @@ html body {
30644
30803
  line-height: 12px;
30645
30804
  }
30646
30805
 
30647
- .E_phljevk {
30806
+ .E_s1ebs0ra {
30648
30807
  display: flex;
30649
- justify-content: space-between;
30650
30808
  align-items: center;
30651
- padding: 10px 0;
30652
- color: rgba(44, 56, 82, 0.6);
30653
- font-size: 12px;
30654
- line-height: 24px;
30655
- }
30656
- .E_phljevk .pagination-left {
30657
- padding: 2px 8px;
30809
+ justify-content: space-between;
30810
+ background: #edf0f7;
30811
+ padding: 8px 12px;
30812
+ position: sticky;
30813
+ top: 0;
30814
+ z-index: 1;
30815
+ margin-bottom: -52px;
30658
30816
  }
30659
- .E_phljevk .dropdown-trigger {
30817
+ .E_s1ebs0ra .select-total {
30660
30818
  display: flex;
30661
30819
  align-items: center;
30662
- border-radius: 6px;
30663
- cursor: pointer;
30664
- transition: all 0.3s ease;
30820
+ font-weight: 700;
30821
+ flex-shrink: 0;
30665
30822
  }
30666
- .E_phljevk .dropdown-trigger:hover {
30667
- background: rgba(211, 218, 235, 0.6);
30668
- color: #0080ff;
30823
+ .E_s1ebs0ra .select-total .icon-wrapper {
30824
+ cursor: pointer;
30825
+ margin-left: 8px;
30826
+ width: 32px;
30827
+ height: 32px;
30828
+ border-radius: 50%;
30829
+ justify-content: center;
30669
30830
  }
30670
- .E_phljevk .dropdown-trigger .icon-inner {
30671
- margin-left: 4px;
30831
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30832
+ background: rgba(225, 230, 241, 0.6);
30672
30833
  }
30673
- .E_phljevk .pagination-right {
30674
- display: flex;
30675
- align-items: center;
30676
- color: #0080ff;
30677
- font-weight: bold;
30834
+ .E_s1ebs0ra .action-group {
30835
+ flex: 1;
30836
+ margin-left: 88px;
30837
+ white-space: nowrap;
30838
+ text-align: right;
30839
+ position: relative;
30840
+ padding: 4px 0;
30841
+ margin-top: -4px;
30842
+ overflow: hidden;
30678
30843
  }
30679
- .E_phljevk .pagination-right .icon-inner {
30680
- margin-left: 4px;
30844
+ .E_s1ebs0ra .action-group .sub-menu-delete {
30845
+ transform: translateY(-4px);
30681
30846
  }
30682
- .E_phljevk .pagination-right .prev-btn,
30683
- .E_phljevk .pagination-right .next-btn {
30684
- padding: 0 8px;
30847
+ .E_s1ebs0ra .action-group button {
30848
+ border: none;
30685
30849
  }
30686
- .E_phljevk .pagination-right .prev-btn > span,
30687
- .E_phljevk .pagination-right .next-btn > span {
30688
- color: #0080ff;
30850
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
30851
+ margin-right: 8px;
30689
30852
  }
30690
- .E_phljevk .pagination-right .next-btn .icon-inner {
30691
- transform: rotate(180deg);
30853
+ .E_s1ebs0ra .action-group > button:last-child {
30854
+ margin-right: 4px;
30692
30855
  }
30693
-
30694
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30695
- max-height: calc(100vh - 128px);
30696
- overflow-y: auto;
30856
+ .E_s1ebs0ra .action-group .more-btn {
30857
+ cursor: pointer;
30858
+ width: 32px;
30859
+ height: 32px;
30860
+ justify-content: center;
30861
+ border-radius: 50%;
30697
30862
  }
30698
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30699
- padding: 4px 20px;
30700
- font-size: 12px;
30701
- line-height: 18px;
30863
+ .E_s1ebs0ra .action-group .more-btn:hover {
30864
+ background: #fff;
30702
30865
  }
30703
30866
 
30704
- .E_tc97u5y {
30705
- height: 100%;
30867
+ .E_iq1gosr {
30868
+ display: inline-block;
30706
30869
  }
30707
30870
 
30708
- .E_tfzf37v {
30709
- height: 100%;
30871
+ .E_cnujxq2 {
30872
+ display: flex;
30873
+ flex-direction: column;
30710
30874
  }
30711
- .E_tfzf37v.empty-table .ant-table-content {
30712
- overflow: visible !important;
30875
+
30876
+ .E_m7s48ia {
30877
+ max-width: 1120px;
30878
+ width: 100%;
30879
+ margin: 0 auto;
30713
30880
  height: 100%;
30714
30881
  }
30715
- .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30716
- height: 100%;
30882
+
30883
+ .E_wt5zbg6 {
30884
+ max-width: 1120px;
30885
+ width: 100%;
30886
+ margin: 0 auto;
30887
+ display: flex;
30717
30888
  }
30718
- .E_tfzf37v.empty-table .ant-table-content table {
30719
- width: 100% !important;
30720
- height: 100%;
30889
+ .E_wt5zbg6 .left,
30890
+ .E_wt5zbg6 .right {
30891
+ flex-grow: 0;
30892
+ flex-shrink: 0;
30893
+ flex-basis: 21%;
30721
30894
  }
30722
- .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30723
- padding: 15px 0;
30895
+ .E_wt5zbg6 .left {
30896
+ display: flex;
30897
+ justify-content: flex-end;
30898
+ padding-right: 44px;
30724
30899
  }
30725
- .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
30726
- display: none;
30900
+ .E_wt5zbg6 .right {
30901
+ padding-left: 44px;
30727
30902
  }
30728
- .E_tfzf37v .active-row td:nth-child(1) {
30729
- font-weight: 700;
30903
+ .E_wt5zbg6 .middle {
30904
+ margin-bottom: 40px;
30905
+ flex-grow: 0;
30906
+ flex-shrink: 0;
30907
+ flex-basis: 58%;
30730
30908
  }
30731
- .E_tfzf37v.has-selection .active-row td:nth-child(2) {
30732
- font-weight: 700;
30909
+ .E_wt5zbg6 .middle .form-base-field {
30910
+ width: 100%;
30733
30911
  }
30734
- .E_tfzf37v .ant-spin-nested-loading {
30735
- height: 100%;
30912
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
30913
+ width: auto;
30736
30914
  }
30737
- .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
30738
- height: 100%;
30739
- overflow: visible;
30915
+
30916
+ .E_h18jprzg .ant-modal-header {
30917
+ margin: 0 auto;
30918
+ width: 100%;
30919
+ max-width: 648px;
30740
30920
  }
30741
- .E_tfzf37v .ant-spin-nested-loading .ant-spin {
30742
- max-height: none;
30921
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
30922
+ margin-left: 0;
30743
30923
  }
30744
- .E_tfzf37v.table-init-loading .ant-spin-blur thead,
30745
- .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
30746
- display: none;
30924
+ .E_h18jprzg .ant-modal-body {
30925
+ margin: 0 auto;
30926
+ padding: 0;
30927
+ width: 100%;
30928
+ max-width: 648px;
30929
+ overflow: hidden;
30747
30930
  }
30748
- .E_tfzf37v td.ant-table-column-sort {
30749
- background: transparent;
30931
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30932
+ margin-bottom: 40px;
30750
30933
  }
30751
- .E_tfzf37v td.ant-table-cell-fix-left,
30752
- .E_tfzf37v td.ant-table-cell-fix-right {
30753
- background: #fff;
30754
- padding: 0 !important;
30934
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30935
+ height: calc(100vh - 225px);
30936
+ overflow-y: auto;
30755
30937
  }
30756
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
30757
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
30758
- display: flex;
30759
- align-items: center;
30760
- height: 100%;
30761
- padding: 8px;
30938
+ .E_h18jprzg .ant-modal-footer .footer-content {
30939
+ margin: 0 auto;
30940
+ max-width: 648px;
30762
30941
  }
30763
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
30764
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
30765
- overflow: hidden;
30766
- text-overflow: ellipsis;
30942
+
30943
+ .E_h16z9xgz .ant-modal-header {
30944
+ margin: 0 auto;
30767
30945
  width: 100%;
30946
+ max-width: 1024px;
30768
30947
  }
30769
- .E_tfzf37v .ant-table-container {
30770
- height: 100%;
30948
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
30949
+ margin-left: 0;
30771
30950
  }
30772
- .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
30773
- box-shadow: none !important;
30951
+ .E_h16z9xgz .ant-modal-body {
30952
+ margin: 0 auto;
30953
+ padding: 0;
30954
+ width: 100%;
30955
+ max-width: 1024px;
30956
+ overflow: hidden;
30774
30957
  }
30775
- .E_tfzf37v .ant-table {
30776
- border-radius: 0px;
30777
- border-left: none;
30778
- border-right: none;
30779
- border-bottom: none;
30780
- height: 100%;
30781
- font-size: 12px;
30782
- background: transparent;
30958
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30959
+ margin-bottom: 40px;
30783
30960
  }
30784
- .E_tfzf37v .ant-table .ant-table-header {
30785
- position: relative;
30786
- z-index: 3;
30787
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30788
- margin-bottom: -1px;
30961
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30962
+ height: calc(100vh - 225px);
30963
+ overflow-y: auto;
30789
30964
  }
30790
- .E_tfzf37v .ant-table .time-wrapper .date,
30791
- .E_tfzf37v .ant-table .value {
30792
- color: #2d3a56;
30965
+ .E_h16z9xgz .ant-modal-footer .footer-content {
30966
+ margin: 0 auto;
30967
+ max-width: 1024px;
30793
30968
  }
30794
- .E_tfzf37v .ant-table .time-wrapper .time,
30795
- .E_tfzf37v .ant-table .unit {
30969
+
30970
+ .E_f1lrhghm {
30971
+ flex: 1;
30972
+ }
30973
+ .E_f1lrhghm label {
30974
+ font-size: 13px;
30975
+ line-height: 20px;
30796
30976
  color: rgba(44, 56, 82, 0.6);
30797
30977
  }
30798
- .E_tfzf37v .ant-table .ant-table-selection {
30799
- position: unset;
30800
- text-align: center;
30978
+ .E_f1lrhghm .title {
30979
+ font-size: 14px;
30980
+ line-height: 20px;
30981
+ color: #2d3a56;
30982
+ margin-bottom: 12px;
30801
30983
  }
30802
- .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30803
- background: #fff;
30984
+ .E_f1lrhghm.connect-cluster .title {
30985
+ padding-bottom: 26px;
30804
30986
  }
30805
- .E_tfzf37v .ant-table .anticon-setting {
30806
- cursor: pointer;
30807
- position: absolute;
30808
- top: 50%;
30809
- right: 12px;
30810
- transform: translateY(-50%);
30987
+
30988
+ .E_f18ot8em {
30989
+ padding: 25px 0 15px 0;
30990
+ border-bottom: 1px solid #e1e5eb;
30991
+ margin-bottom: 16px;
30811
30992
  }
30812
- .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30813
- box-shadow: none;
30814
- width: 1px;
30815
- background: rgba(213, 219, 227, 0.6);
30993
+
30994
+ .E_f1l1g2k0 {
30995
+ display: flex;
30996
+ align-items: center;
30997
+ margin-bottom: 8px;
30816
30998
  }
30817
- .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30818
- box-shadow: none;
30819
- width: 1px;
30820
- background: rgba(213, 219, 227, 0.6);
30999
+ .E_f1l1g2k0 > label {
31000
+ width: 216px;
30821
31001
  }
30822
- .E_tfzf37v .ant-table .ant-table-tbody {
30823
- position: relative;
31002
+ .E_f1l1g2k0 > label + * {
31003
+ width: 100%;
30824
31004
  }
30825
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
30826
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30827
- border-bottom: 1px solid white;
30828
- height: 40px;
30829
- vertical-align: middle;
30830
- transition: background 0ms;
30831
- color: #00122e;
30832
- }
30833
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30834
- background: #f2f5fa;
30835
- border-bottom-color: #f2f5fa;
30836
- }
30837
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30838
- height: auto;
30839
- color: #00122e;
30840
- font-size: 12px;
30841
- text-align: left;
30842
- transition: none;
30843
- overflow: hidden;
30844
- text-overflow: ellipsis;
30845
- white-space: nowrap;
30846
- }
30847
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30848
- color: #0096ff;
30849
- }
30850
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30851
- overflow: hidden;
30852
- text-overflow: ellipsis;
31005
+ .E_f1l1g2k0 .ant-select {
30853
31006
  width: 100%;
30854
- vertical-align: middle;
30855
31007
  }
30856
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30857
- line-height: 0px;
31008
+
31009
+ .E_e1k89cwg {
31010
+ color: #e75a3a;
31011
+ margin-right: 10px;
30858
31012
  }
30859
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
30860
- padding-right: 25px;
31013
+
31014
+ .E_d1oui1gf {
31015
+ width: 100%;
31016
+ height: 1px;
31017
+ background: rgba(213, 219, 227, 0.6);
31018
+ margin: 24px 0;
30861
31019
  }
30862
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30863
- border-top-color: transparent;
31020
+
31021
+ .E_l15itdbb {
31022
+ display: flex;
31023
+ justify-content: center;
31024
+ align-items: center;
31025
+ height: 100%;
30864
31026
  }
30865
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
30866
- background: rgba(225, 230, 241, 0.6);
30867
- border-color: transparent transparent white;
31027
+
31028
+ .E_d1y3z4w {
31029
+ display: inline-block;
31030
+ width: 4px;
31031
+ height: 4px;
31032
+ background: #8e9aa9;
31033
+ opacity: 0.4;
31034
+ border-radius: 50%;
31035
+ margin: 0 4px;
30868
31036
  }
30869
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30870
- border-radius: 8px 0 0 8px;
31037
+
31038
+ .E_m177r7a3 .ant-modal-header,
31039
+ .E_m177r7a3 .ant-modal-footer .footer-content {
31040
+ width: 648px;
31041
+ margin: 0 auto;
30871
31042
  }
30872
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30873
- border-radius: 8px 0 0 8px;
31043
+ .E_m177r7a3 .ant-modal-header {
31044
+ padding: 35px 0 24px;
31045
+ border: none;
30874
31046
  }
30875
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30876
- content: "";
30877
- width: 4px;
30878
- top: -1px;
30879
- bottom: -1px;
30880
- background: white;
31047
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
31048
+ font-size: 30px;
30881
31049
  }
30882
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30883
- border-radius: 0 8px 8px 0;
31050
+ .E_m177r7a3 .ant-modal-body {
31051
+ padding: 4px 0 2px;
30884
31052
  }
30885
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30886
- border-radius: 0;
30887
- background: white;
30888
- border-top: none;
31053
+ .E_m177r7a3 .ant-modal-footer {
31054
+ border: none;
30889
31055
  }
30890
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30891
- border-top: 1px solid transparent;
30892
- border-radius: 0 8px 8px 0;
30893
- background: rgba(225, 230, 241, 0.6);
31056
+
31057
+ .E_t1wwio3v {
31058
+ font-size: 12px;
31059
+ line-height: 18px;
31060
+ font-weight: bold;
31061
+ color: #fff;
31062
+ padding: 0 4px;
31063
+ border-radius: 4px;
31064
+ display: inline-block;
31065
+ background: var(--t1wwio3v-0);
30894
31066
  }
30895
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30896
- background: white;
30897
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31067
+ .E_t1wwio3v:not(:first-child) {
31068
+ margin-left: 4px;
30898
31069
  }
30899
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31070
+
31071
+ .E_f17jvtfk {
31072
+ width: 100%;
31073
+ height: 100%;
30900
31074
  display: flex;
30901
31075
  align-items: center;
30902
- height: 100%;
30903
- background: rgba(225, 230, 241, 0.6);
31076
+ justify-content: center;
30904
31077
  }
30905
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30906
- background: white;
30907
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31078
+
31079
+ .E_nzppkea {
31080
+ font-size: 90%;
31081
+ font-weight: bold;
31082
+ background-color: rgba(240, 243, 247, 0.6);
31083
+ padding: 1px 4px 1px;
31084
+ margin-left: 2px;
31085
+ margin-right: 2px;
31086
+ border: 1px solid rgba(213, 219, 227, 0.6);
31087
+ border-radius: 4px;
30908
31088
  }
30909
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30910
- display: flex;
30911
- align-items: center;
30912
- height: 100%;
30913
- background: rgba(225, 230, 241, 0.6);
31089
+
31090
+ .E_f4mi9eq.form-item-general {
31091
+ width: 640px;
30914
31092
  }
30915
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
30916
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31093
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31094
+ margin-top: 16px;
30917
31095
  }
30918
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
30919
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30920
- border-radius: 8px;
31096
+ .E_f4mi9eq.form-item-compact {
31097
+ width: 412px;
30921
31098
  }
30922
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30923
- border-top-color: white;
31099
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31100
+ margin-top: 8px;
30924
31101
  }
30925
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
30926
- background: rgba(0, 136, 255, 0.1);
30927
- border-bottom-color: transparent;
30928
- border-top-color: transparent;
31102
+ .E_f4mi9eq .form-item {
31103
+ width: auto;
30929
31104
  }
30930
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30931
- border-radius: 8px 0 0 8px;
31105
+ .E_f4mi9eq .form-item-main {
31106
+ position: relative;
31107
+ display: flex;
30932
31108
  }
30933
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30934
- border-radius: 0 8px 8px 0;
31109
+ .E_f4mi9eq .form-item-extra {
31110
+ margin-top: 4px;
31111
+ width: 100%;
31112
+ padding: 14px;
31113
+ background: #f2f4f6;
31114
+ font-size: 13px;
31115
+ line-height: 1.8;
31116
+ color: #8e9aa9;
30935
31117
  }
30936
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30937
- background: rgba(0, 136, 255, 0.1);
31118
+ .E_f4mi9eq .form-item-label {
31119
+ padding-right: 12px;
31120
+ font-size: 13px;
31121
+ color: rgba(44, 56, 82, 0.6);
30938
31122
  }
30939
- .E_tfzf37v .ant-table .ant-table-thead > tr > th {
30940
- background: #fff;
30941
- font-weight: 400;
30942
- position: relative;
30943
- border-bottom: none;
30944
- color: #00122e;
30945
- transition: none;
30946
- padding: 15px 8px 15px 8px;
31123
+ .E_f4mi9eq .form-item-label.label-right {
31124
+ text-align: right;
30947
31125
  }
30948
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30949
- content: "";
30950
- width: 1px;
30951
- top: 0;
30952
- bottom: 0;
30953
- background: rgba(211, 218, 235, 0.6);
30954
- position: absolute;
30955
- right: 0;
31126
+ .E_f4mi9eq .form-item-label,
31127
+ .E_f4mi9eq .form-item-control {
31128
+ line-height: 32px;
30956
31129
  }
30957
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
30958
- padding: unset;
31130
+ .E_f4mi9eq .form-item-control .form-item-error {
31131
+ line-height: 18px;
30959
31132
  }
30960
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
30961
- display: none;
31133
+ .E_f4mi9eq .form-item-children {
31134
+ width: 100%;
30962
31135
  }
30963
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31136
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
30964
31137
  width: 100%;
30965
- overflow: hidden;
30966
- white-space: nowrap;
30967
- text-overflow: ellipsis;
30968
31138
  }
30969
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31139
+ .E_f4mi9eq .form-item-error {
31140
+ color: #e75a3a;
31141
+ height: 0;
30970
31142
  overflow: hidden;
30971
- text-overflow: ellipsis;
30972
- flex: 1;
30973
31143
  }
30974
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30975
- padding: 15px 25px 15px 8px;
30976
- }
30977
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30978
- padding: 0;
31144
+ .E_f4mi9eq .form-item-error-enter-done {
31145
+ margin-top: 4px;
31146
+ height: auto;
31147
+ overflow: auto;
30979
31148
  }
30980
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30981
- position: absolute;
30982
- right: 6px;
30983
- top: 50%;
30984
- transform: translateY(-50%);
30985
- height: 16px;
30986
- display: none;
30987
- transition: transform 320ms ease;
31149
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31150
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31151
+ border: 1px solid #e75a3a;
31152
+ color: #e75a3a;
30988
31153
  }
30989
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30990
- display: block;
30991
- transform: translateY(-50%) rotateX(180deg);
31154
+
31155
+ .E_fh0ewl8 {
31156
+ color: #2d3a56;
31157
+ font-weight: bold;
31158
+ padding-bottom: 6px;
31159
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31160
+ margin-bottom: 16px;
30992
31161
  }
30993
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30994
- display: block;
31162
+ .E_fh0ewl8:not(:first-of-type) {
31163
+ margin-top: 16px;
30995
31164
  }
30996
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30997
- display: none;
31165
+
31166
+ .E_e1qrlvot {
31167
+ width: 8px;
31168
+ height: 24px;
31169
+ display: flex;
31170
+ justify-content: center;
31171
+ align-items: center;
31172
+ cursor: pointer;
31173
+ transition: all 200ms ease-out 40ms;
30998
31174
  }
30999
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31000
- transform: translateY(-50%);
31175
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
31176
+ content: "";
31177
+ width: 1px;
31178
+ height: 6px;
31179
+ border-radius: 1px;
31180
+ background: #ccd4e3;
31181
+ position: relative;
31182
+ right: 2px;
31183
+ transform: rotate(-45deg);
31001
31184
  }
31002
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31003
- transform: translateY(-50%) rotateX(180deg);
31185
+ .E_e1qrlvot:after {
31186
+ transform: rotate(45deg);
31187
+ left: 1px;
31004
31188
  }
31005
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31006
- background: #f2f5fa;
31189
+
31190
+ .E_w9ic984.ant-alert-warning {
31191
+ border: 0;
31192
+ background: rgba(255, 187, 0, 0.1);
31193
+ border-radius: 6px;
31007
31194
  }
31008
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31009
- display: block;
31195
+ .E_w9ic984.ant-alert,
31196
+ .E_w9ic984 .ant-alert-message {
31197
+ color: #e07f00;
31010
31198
  }
31011
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
31012
- padding-right: 25px;
31199
+ .E_w9ic984.ant-alert .dashed-border-bottom,
31200
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31201
+ border-bottom-color: #e07f00;
31013
31202
  }
31014
- .E_tfzf37v .ant-table .ant-table-selection-column {
31015
- padding: 0 !important;
31203
+
31204
+ .E_n1k9qi4r {
31205
+ display: flex;
31206
+ flex-direction: row;
31207
+ padding: 7px 12px;
31208
+ background: rgba(255, 187, 0, 0.1);
31209
+ border-radius: 6px;
31210
+ color: #e07f00;
31211
+ font-size: 12px;
31212
+ line-height: 18px;
31016
31213
  }
31017
- .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31018
- position: absolute;
31019
- left: 50%;
31020
- top: 50%;
31021
- transform: translate(-50%, -50%);
31214
+ .E_n1k9qi4r .icon-wrapper {
31215
+ margin-right: 10px;
31216
+ height: 18px;
31022
31217
  }
31023
- .E_tfzf37v .ant-table .ant-table-selection-column:after {
31024
- display: none;
31218
+
31219
+ .E_n16fsg9x {
31220
+ display: flex;
31221
+ flex-direction: row;
31222
+ padding: 7px 12px;
31223
+ background: rgba(225, 230, 241, 0.6);
31224
+ border-radius: 6px;
31225
+ color: rgba(44, 56, 82, 0.6);
31226
+ font-size: 12px;
31227
+ line-height: 18px;
31025
31228
  }
31026
- .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
31027
- background: #fff;
31229
+ .E_n16fsg9x .icon-wrapper {
31230
+ margin-right: 10px;
31231
+ height: 18px;
31028
31232
  }
31029
- .E_tfzf37v .ant-table .ant-table-placeholder {
31030
- background: inherit;
31233
+
31234
+ .E_i173wxzw {
31235
+ display: flex;
31236
+ flex-direction: row;
31237
+ padding: 7px 12px;
31238
+ background: rgba(0, 136, 255, 0.1);
31239
+ border-radius: 6px;
31240
+ color: #005ed1;
31241
+ font-size: 12px;
31242
+ line-height: 18px;
31031
31243
  }
31032
- .E_tfzf37v .ant-table .ant-table-placeholder td {
31033
- position: static;
31034
- border: none;
31035
- background: inherit !important;
31036
- height: 100px;
31037
- vertical-align: middle;
31244
+ .E_i173wxzw .icon-wrapper {
31245
+ margin-right: 10px;
31246
+ height: 18px;
31038
31247
  }
31039
- .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
31040
- .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31041
- font-weight: bold;
31042
- font-size: 20px;
31043
- color: rgba(10, 37, 85, 0.6);
31248
+
31249
+ .E_dld369h {
31250
+ color: rgba(44, 56, 82, 0.6);
31251
+ margin-top: 5px;
31252
+ font-size: 12px;
31253
+ line-height: 18px;
31044
31254
  }
31045
- .E_tfzf37v .ant-table td.cell__action_ {
31046
- padding: 0 !important;
31047
- position: relative;
31048
- background: #fff;
31255
+
31256
+ .E_s1epv22q {
31257
+ color: #f0483e;
31258
+ font-size: 12px;
31259
+ white-space: pre-wrap;
31049
31260
  }
31050
- .E_tfzf37v .ant-table td.cell__action_ > * {
31051
- height: 100%;
31261
+
31262
+ .E_okus5hk {
31052
31263
  display: flex;
31053
31264
  align-items: center;
31054
31265
  justify-content: flex-end;
31055
- padding-right: 8px;
31056
- }
31057
- .E_tfzf37v .ant-table td.cell__action_ .menu-button {
31058
- width: 24px;
31059
- height: 24px;
31060
- cursor: pointer;
31061
- justify-content: center;
31062
- border-radius: 4px;
31063
31266
  }
31064
- .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
31065
- background: #fff;
31267
+ .E_okus5hk .icon-wrapper {
31268
+ margin-right: 16px;
31066
31269
  }
31067
31270
 
31068
- .E_t1m2x205 .ant-tooltip-arrow {
31069
- display: none;
31070
- }
31071
- .E_t1m2x205 .ant-tooltip-inner {
31072
- background: rgba(23, 38, 64, 0.8);
31073
- border-radius: 4px;
31271
+ .E_t1auuzri {
31272
+ color: rgba(0, 21, 64, 0.3);
31074
31273
  }
31075
31274
 
31076
- .E_skwah65 {
31077
- height: 8px;
31078
- box-sizing: border-box;
31079
- border-radius: 2px;
31080
- background: #f5f7fa;
31081
- display: flex;
31082
- width: 100%;
31083
- overflow: hidden;
31275
+ .E_i74cfyt.ant-input {
31276
+ padding: 5px 12px;
31277
+ line-height: 20px;
31278
+ color: #2d3a56;
31279
+ border-radius: 6px;
31280
+ border-color: rgba(172, 186, 211, 0.6);
31281
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31084
31282
  }
31085
- .E_skwah65 .stack-bar-item + .stack-bar-item {
31086
- margin-left: 1px;
31283
+ .E_i74cfyt.ant-input.ant-input-lg {
31284
+ padding: 8px 16px;
31285
+ line-height: 22px;
31087
31286
  }
31088
-
31089
- .E_iq1gosr {
31090
- display: inline-block;
31287
+ .E_i74cfyt.ant-input.ant-input-sm {
31288
+ padding: 2px 8px;
31289
+ line-height: 18px;
31091
31290
  }
31092
-
31093
- .E_cnujxq2 {
31094
- display: flex;
31095
- flex-direction: column;
31291
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31292
+ border-color: rgba(107, 128, 167, 0.6);
31293
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31294
+ z-index: 1;
31096
31295
  }
31097
-
31098
- .E_m7s48ia {
31099
- max-width: 1120px;
31100
- width: 100%;
31101
- margin: 0 auto;
31102
- height: 100%;
31296
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31297
+ border-color: #0096ff;
31298
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31299
+ z-index: 1;
31103
31300
  }
31104
-
31105
- .E_wt5zbg6 {
31106
- max-width: 1120px;
31107
- width: 100%;
31108
- margin: 0 auto;
31109
- display: flex;
31301
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31302
+ border-color: #e75a3a;
31303
+ color: #e75a3a;
31110
31304
  }
31111
- .E_wt5zbg6 .left,
31112
- .E_wt5zbg6 .right {
31113
- flex-grow: 0;
31114
- flex-shrink: 0;
31115
- flex-basis: 21%;
31305
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31306
+ border-color: #e75a3a;
31307
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31116
31308
  }
31117
- .E_wt5zbg6 .left {
31118
- display: flex;
31119
- justify-content: flex-end;
31120
- padding-right: 44px;
31309
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31310
+ border-color: #e75a3a;
31311
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31121
31312
  }
31122
- .E_wt5zbg6 .right {
31123
- padding-left: 44px;
31313
+ .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31314
+ background: rgba(211, 218, 235, 0.6);
31315
+ color: rgba(0, 21, 64, 0.3);
31316
+ border-color: rgba(172, 186, 211, 0.6);
31124
31317
  }
31125
- .E_wt5zbg6 .middle {
31126
- margin-bottom: 40px;
31127
- flex-grow: 0;
31128
- flex-shrink: 0;
31129
- flex-basis: 58%;
31318
+ .E_i74cfyt.ant-input-affix-wrapper {
31319
+ padding: 5px 12px;
31320
+ border-radius: 6px;
31321
+ border-color: rgba(172, 186, 211, 0.6);
31322
+ line-height: 20px;
31323
+ color: #2d3a56;
31324
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31130
31325
  }
31131
- .E_wt5zbg6 .middle .form-base-field {
31132
- width: 100%;
31326
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31327
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31328
+ color: rgba(44, 56, 82, 0.6);
31133
31329
  }
31134
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
31135
- width: auto;
31330
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31331
+ padding: 8px 16px;
31332
+ line-height: 22px;
31136
31333
  }
31137
-
31138
- .E_h18jprzg .ant-modal-header {
31139
- margin: 0 auto;
31140
- width: 100%;
31141
- max-width: 648px;
31334
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31335
+ padding: 2px 8px;
31336
+ line-height: 18px;
31142
31337
  }
31143
- .E_h18jprzg .ant-modal-header .ant-modal-title {
31144
- margin-left: 0;
31338
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31339
+ border-color: rgba(107, 128, 167, 0.6);
31340
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31145
31341
  }
31146
- .E_h18jprzg .ant-modal-body {
31147
- margin: 0 auto;
31148
- padding: 0;
31149
- width: 100%;
31150
- max-width: 648px;
31151
- overflow: hidden;
31152
- }
31153
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31154
- margin-bottom: 40px;
31342
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31343
+ border-color: #0096ff;
31344
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31155
31345
  }
31156
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31157
- height: calc(100vh - 225px);
31158
- overflow-y: auto;
31346
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31347
+ border-color: #e75a3a;
31159
31348
  }
31160
- .E_h18jprzg .ant-modal-footer .footer-content {
31161
- margin: 0 auto;
31162
- max-width: 648px;
31349
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31350
+ color: #e75a3a;
31163
31351
  }
31164
-
31165
- .E_h16z9xgz .ant-modal-header {
31166
- margin: 0 auto;
31167
- width: 100%;
31168
- max-width: 1024px;
31352
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31353
+ border-color: #e75a3a;
31354
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31169
31355
  }
31170
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
31171
- margin-left: 0;
31356
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31357
+ border-color: #e75a3a;
31358
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31172
31359
  }
31173
- .E_h16z9xgz .ant-modal-body {
31174
- margin: 0 auto;
31175
- padding: 0;
31176
- width: 100%;
31177
- max-width: 1024px;
31178
- overflow: hidden;
31360
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31361
+ background: rgba(211, 218, 235, 0.6);
31362
+ color: rgba(0, 21, 64, 0.3);
31363
+ border-color: rgba(172, 186, 211, 0.6);
31179
31364
  }
31180
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31181
- margin-bottom: 40px;
31365
+ textarea.E_i74cfyt.ant-input {
31366
+ transition-property: height;
31367
+ transition-delay: 50ms;
31182
31368
  }
31183
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31184
- height: calc(100vh - 225px);
31185
- overflow-y: auto;
31369
+ textarea.E_i74cfyt.ant-input.textarea-large {
31370
+ min-height: 40px;
31371
+ height: 40px;
31186
31372
  }
31187
- .E_h16z9xgz .ant-modal-footer .footer-content {
31188
- margin: 0 auto;
31189
- max-width: 1024px;
31373
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
31374
+ height: 80px;
31190
31375
  }
31191
-
31192
- .E_f1lrhghm {
31193
- flex: 1;
31376
+ textarea.E_i74cfyt.ant-input.textarea-middle {
31377
+ min-height: 32px;
31378
+ height: 32px;
31194
31379
  }
31195
- .E_f1lrhghm label {
31196
- font-size: 13px;
31197
- line-height: 20px;
31198
- color: rgba(44, 56, 82, 0.6);
31380
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31381
+ height: 64px;
31199
31382
  }
31200
- .E_f1lrhghm .title {
31201
- font-size: 14px;
31202
- line-height: 20px;
31203
- color: #2d3a56;
31204
- margin-bottom: 12px;
31383
+ textarea.E_i74cfyt.ant-input.textarea-small {
31384
+ min-height: 24px;
31385
+ height: 24px;
31205
31386
  }
31206
- .E_f1lrhghm.connect-cluster .title {
31207
- padding-bottom: 26px;
31387
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
31388
+ height: 40px;
31208
31389
  }
31209
31390
 
31210
- .E_f18ot8em {
31211
- padding: 25px 0 15px 0;
31212
- border-bottom: 1px solid #e1e5eb;
31213
- margin-bottom: 16px;
31391
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
31392
+ border: 1px solid rgba(213, 219, 227, 0.6);
31393
+ border-radius: 4px;
31214
31394
  }
31215
-
31216
- .E_f1l1g2k0 {
31217
- display: flex;
31218
- align-items: center;
31219
- margin-bottom: 8px;
31395
+ .E_k1ci6977.input-tags {
31396
+ position: relative;
31397
+ padding: 6px;
31398
+ height: 32px;
31399
+ cursor: pointer;
31400
+ transition: border 150ms;
31220
31401
  }
31221
- .E_f1l1g2k0 > label {
31222
- width: 216px;
31402
+ .E_k1ci6977.input-tags:hover {
31403
+ border-color: #0080ff;
31404
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31223
31405
  }
31224
- .E_f1l1g2k0 > label + * {
31225
- width: 100%;
31406
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31407
+ padding-right: 30px;
31226
31408
  }
31227
- .E_f1l1g2k0 .ant-select {
31228
- width: 100%;
31409
+ .E_k1ci6977.input-tags .input-tags-inner {
31410
+ display: flex;
31229
31411
  }
31230
-
31231
- .E_e1k89cwg {
31232
- color: #e75a3a;
31233
- margin-right: 10px;
31412
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31413
+ display: flex;
31234
31414
  }
31235
-
31236
- .E_d1oui1gf {
31237
- width: 100%;
31238
- height: 1px;
31239
- background: rgba(213, 219, 227, 0.6);
31240
- margin: 24px 0;
31415
+ .E_k1ci6977.input-tags .input-tag-suffix {
31416
+ position: absolute;
31417
+ right: 12px;
31418
+ top: 50%;
31419
+ transform: translateY(-50%);
31241
31420
  }
31242
-
31243
- .E_l15itdbb {
31244
- display: flex;
31245
- justify-content: center;
31246
- align-items: center;
31247
- height: 100%;
31421
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31422
+ color: rgba(0, 0, 0, 0.25);
31423
+ font-size: 12px;
31424
+ cursor: pointer;
31248
31425
  }
31249
-
31250
- .E_d1y3z4w {
31251
- display: inline-block;
31252
- width: 4px;
31253
- height: 4px;
31254
- background: #8e9aa9;
31255
- opacity: 0.4;
31256
- border-radius: 50%;
31257
- margin: 0 4px;
31426
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31427
+ color: rgba(0, 0, 0, 0.45);
31258
31428
  }
31259
-
31260
- .E_m177r7a3 .ant-modal-header,
31261
- .E_m177r7a3 .ant-modal-footer .footer-content {
31262
- width: 648px;
31263
- margin: 0 auto;
31429
+ .E_k1ci6977.has-focus-indicator {
31430
+ position: relative;
31431
+ overflow: hidden;
31264
31432
  }
31265
- .E_m177r7a3 .ant-modal-header {
31266
- padding: 35px 0 24px;
31267
- border: none;
31433
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31434
+ position: absolute;
31435
+ top: 50%;
31436
+ transform: translateY(-50%);
31437
+ left: -16px;
31438
+ transition: left 150ms ease;
31439
+ opacity: 0;
31268
31440
  }
31269
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
31270
- font-size: 30px;
31441
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31442
+ left: 8px;
31443
+ opacity: 1;
31271
31444
  }
31272
- .E_m177r7a3 .ant-modal-body {
31273
- padding: 4px 0 2px;
31445
+ .E_k1ci6977.has-focus-indicator input {
31446
+ transition: margin-left 150ms ease;
31447
+ margin-left: 0px;
31274
31448
  }
31275
- .E_m177r7a3 .ant-modal-footer {
31276
- border: none;
31449
+ .E_k1ci6977.has-focus-indicator input:focus {
31450
+ margin-left: 16px;
31277
31451
  }
31278
31452
 
31279
- .E_t1wwio3v {
31280
- font-size: 12px;
31281
- line-height: 18px;
31282
- font-weight: bold;
31283
- color: #fff;
31284
- padding: 0 4px;
31285
- border-radius: 4px;
31286
- display: inline-block;
31287
- background: var(--t1wwio3v-0);
31453
+ input.E_l1f7td1d.ant-input {
31454
+ border-top-right-radius: 0;
31455
+ border-bottom-right-radius: 0;
31288
31456
  }
31289
- .E_t1wwio3v:not(:first-child) {
31290
- margin-left: 4px;
31457
+
31458
+ .E_l1f7td1d.ant-input-affix-wrapper {
31459
+ border-top-right-radius: 0;
31460
+ border-bottom-right-radius: 0;
31291
31461
  }
31292
31462
 
31293
- .E_f17jvtfk {
31294
- width: 100%;
31295
- height: 100%;
31296
- display: flex;
31297
- align-items: center;
31298
- justify-content: center;
31463
+ input.E_rf8rlle.ant-input {
31464
+ border-top-left-radius: 0;
31465
+ border-bottom-left-radius: 0;
31299
31466
  }
31300
31467
 
31301
- .E_nzppkea {
31302
- font-size: 90%;
31303
- font-weight: bold;
31304
- background-color: rgba(240, 243, 247, 0.6);
31305
- padding: 1px 4px 1px;
31306
- margin-left: 2px;
31307
- margin-right: 2px;
31308
- border: 1px solid rgba(213, 219, 227, 0.6);
31309
- border-radius: 4px;
31468
+ .E_rf8rlle.ant-input-affix-wrapper {
31469
+ border-top-left-radius: 0;
31470
+ border-bottom-left-radius: 0;
31310
31471
  }
31311
31472
 
31312
- .E_f4mi9eq.form-item-general {
31313
- width: 640px;
31473
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31474
+ border-top-right-radius: 0;
31475
+ border-bottom-right-radius: 0;
31314
31476
  }
31315
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31316
- margin-top: 16px;
31477
+
31478
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31479
+ border-top-left-radius: 0;
31480
+ border-bottom-left-radius: 0;
31317
31481
  }
31318
- .E_f4mi9eq.form-item-compact {
31319
- width: 412px;
31482
+
31483
+ .E_c3ni091 {
31484
+ display: flex;
31485
+ flex-direction: column;
31320
31486
  }
31321
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31322
- margin-top: 8px;
31487
+ .E_c3ni091 .select-wrapper {
31488
+ margin-top: 12px;
31323
31489
  }
31324
- .E_f4mi9eq .form-item {
31325
- width: auto;
31490
+ .E_c3ni091 .select-wrapper .select {
31491
+ width: 100%;
31326
31492
  }
31327
- .E_f4mi9eq .form-item-main {
31328
- position: relative;
31329
- display: flex;
31493
+ .E_c3ni091 .radio-wrapper {
31494
+ margin-top: 24px;
31330
31495
  }
31331
- .E_f4mi9eq .form-item-extra {
31332
- margin-top: 4px;
31496
+ .E_c3ni091 div.form-item {
31333
31497
  width: 100%;
31334
- padding: 14px;
31335
- background: #f2f4f6;
31336
- font-size: 13px;
31337
- line-height: 1.8;
31338
- color: #8e9aa9;
31339
- }
31340
- .E_f4mi9eq .form-item-label {
31341
- padding-right: 12px;
31342
- font-size: 13px;
31343
- color: rgba(44, 56, 82, 0.6);
31344
- }
31345
- .E_f4mi9eq .form-item-label.label-right {
31346
- text-align: right;
31347
- }
31348
- .E_f4mi9eq .form-item-label,
31349
- .E_f4mi9eq .form-item-control {
31350
- line-height: 32px;
31351
31498
  }
31352
- .E_f4mi9eq .form-item-control .form-item-error {
31499
+
31500
+ .E_d105ju2d {
31501
+ font-size: 14px;
31502
+ font-weight: 500;
31503
+ color: #3e4652;
31353
31504
  line-height: 18px;
31354
31505
  }
31355
- .E_f4mi9eq .form-item-children {
31356
- width: 100%;
31357
- }
31358
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
31359
- width: 100%;
31360
- }
31361
- .E_f4mi9eq .form-item-error {
31362
- color: #e75a3a;
31363
- height: 0;
31364
- overflow: hidden;
31365
- }
31366
- .E_f4mi9eq .form-item-error-enter-done {
31367
- margin-top: 4px;
31368
- height: auto;
31369
- overflow: auto;
31370
- }
31371
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31372
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31373
- border: 1px solid #e75a3a;
31374
- color: #e75a3a;
31375
- }
31376
-
31377
- .E_fh0ewl8 {
31378
- color: #2d3a56;
31379
- font-weight: bold;
31380
- padding-bottom: 6px;
31381
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31382
- margin-bottom: 16px;
31506
+ .E_d105ju2d + .E_d105ju2d {
31507
+ margin-top: 16px;
31383
31508
  }
31384
- .E_fh0ewl8:not(:first-of-type) {
31509
+ .E_d105ju2d + * {
31385
31510
  margin-top: 16px;
31386
31511
  }
31387
31512
 
31388
- .E_e1qrlvot {
31389
- width: 8px;
31390
- height: 24px;
31391
- display: flex;
31392
- justify-content: center;
31393
- align-items: center;
31394
- cursor: pointer;
31395
- transition: all 200ms ease-out 40ms;
31396
- }
31397
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31398
- content: "";
31399
- width: 1px;
31400
- height: 6px;
31401
- border-radius: 1px;
31402
- background: #ccd4e3;
31403
- position: relative;
31404
- right: 2px;
31405
- transform: rotate(-45deg);
31406
- }
31407
- .E_e1qrlvot:after {
31408
- transform: rotate(45deg);
31409
- left: 1px;
31513
+ .E_lh0l62z.E_d105ju2d {
31514
+ font-size: 12px;
31515
+ color: rgba(44, 56, 82, 0.6);
31516
+ margin-top: 12px;
31410
31517
  }
31411
31518
 
31412
- .E_w9ic984.ant-alert-warning {
31413
- border: 0;
31414
- background: rgba(255, 187, 0, 0.1);
31415
- border-radius: 6px;
31416
- }
31417
- .E_w9ic984.ant-alert,
31418
- .E_w9ic984 .ant-alert-message {
31419
- color: #e07f00;
31420
- }
31421
- .E_w9ic984.ant-alert .dashed-border-bottom,
31422
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31423
- border-bottom-color: #e07f00;
31519
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31520
+ line-height: 18px;
31521
+ font-weight: 500;
31522
+ margin-top: 0;
31523
+ white-space: initial;
31424
31524
  }
31425
31525
 
31426
- .E_n1k9qi4r {
31427
- display: flex;
31428
- flex-direction: row;
31429
- padding: 7px 12px;
31430
- background: rgba(255, 187, 0, 0.1);
31431
- border-radius: 6px;
31432
- color: #e07f00;
31433
- font-size: 12px;
31434
- line-height: 18px;
31526
+ .E_r1skkc3l {
31527
+ display: block;
31435
31528
  }
31436
- .E_n1k9qi4r .icon-wrapper {
31437
- margin-right: 10px;
31438
- height: 18px;
31529
+ .E_r1skkc3l span {
31530
+ font-size: 14px;
31531
+ font-weight: 500;
31532
+ line-height: 32px;
31533
+ color: #3e4652;
31439
31534
  }
31440
31535
 
31441
- .E_n16fsg9x {
31442
- display: flex;
31443
- flex-direction: row;
31444
- padding: 7px 12px;
31445
- background: rgba(225, 230, 241, 0.6);
31536
+ .E_c3cobmo {
31537
+ margin-top: 16px;
31538
+ padding: 8px;
31446
31539
  border-radius: 6px;
31540
+ background: rgba(225, 230, 241, 0.6);
31447
31541
  color: rgba(44, 56, 82, 0.6);
31448
31542
  font-size: 12px;
31449
- line-height: 18px;
31450
- }
31451
- .E_n16fsg9x .icon-wrapper {
31452
- margin-right: 10px;
31453
- height: 18px;
31454
31543
  }
31455
-
31456
- .E_i173wxzw {
31544
+ .E_c3cobmo div {
31545
+ line-height: 20px;
31457
31546
  display: flex;
31458
- flex-direction: row;
31459
- padding: 7px 12px;
31460
- background: rgba(0, 136, 255, 0.1);
31461
- border-radius: 6px;
31462
- color: #005ed1;
31463
- font-size: 12px;
31464
- line-height: 18px;
31465
- }
31466
- .E_i173wxzw .icon-wrapper {
31467
- margin-right: 10px;
31468
- height: 18px;
31547
+ align-items: center;
31548
+ word-break: break-all;
31469
31549
  }
31470
-
31471
- .E_dld369h {
31472
- color: rgba(44, 56, 82, 0.6);
31473
- margin-top: 5px;
31474
- font-size: 12px;
31550
+ .E_c3cobmo .title {
31551
+ font-weight: 700;
31475
31552
  line-height: 18px;
31553
+ margin: 4px 0;
31476
31554
  }
31477
31555
 
31478
- .E_s1epv22q {
31479
- color: #f0483e;
31480
- font-size: 12px;
31556
+ .E_rapgekc.ant-radio-wrapper {
31557
+ display: inline-flex;
31558
+ align-items: baseline;
31481
31559
  white-space: pre-wrap;
31482
31560
  }
31483
-
31484
- .E_okus5hk {
31485
- display: flex;
31486
- align-items: center;
31487
- justify-content: flex-end;
31561
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
31562
+ position: relative;
31563
+ top: 3px;
31488
31564
  }
31489
- .E_okus5hk .icon-wrapper {
31490
- margin-right: 16px;
31565
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
31566
+ border-color: rgba(107, 128, 167, 0.6);
31491
31567
  }
31492
-
31493
- .E_t1auuzri {
31494
- color: rgba(0, 21, 64, 0.3);
31568
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31569
+ border-color: #0080ff;
31495
31570
  }
31496
-
31497
- .E_i74cfyt.ant-input {
31498
- padding: 5px 12px;
31499
- line-height: 20px;
31500
- color: #2d3a56;
31501
- border-radius: 6px;
31502
- border-color: rgba(172, 186, 211, 0.6);
31503
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31571
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31572
+ border-color: #0080ff;
31573
+ background: #0080ff;
31504
31574
  }
31505
- .E_i74cfyt.ant-input.ant-input-lg {
31506
- padding: 8px 16px;
31507
- line-height: 22px;
31575
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31576
+ top: 4px;
31577
+ left: 4px;
31578
+ width: 6px;
31579
+ height: 6px;
31580
+ background: #fff;
31508
31581
  }
31509
- .E_i74cfyt.ant-input.ant-input-sm {
31510
- padding: 2px 8px;
31511
- line-height: 18px;
31582
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31583
+ opacity: 0.5;
31512
31584
  }
31513
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31585
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31514
31586
  border-color: rgba(107, 128, 167, 0.6);
31515
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31516
- z-index: 1;
31517
- }
31518
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31519
- border-color: #0096ff;
31520
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31521
- z-index: 1;
31522
- }
31523
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31524
- border-color: #e75a3a;
31525
- color: #e75a3a;
31587
+ background: rgba(211, 218, 235, 0.6);
31526
31588
  }
31527
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31528
- border-color: #e75a3a;
31529
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31589
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31590
+ background: #00122e;
31530
31591
  }
31531
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31532
- border-color: #e75a3a;
31533
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31592
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31593
+ color: #00122e;
31594
+ opacity: 0.5;
31534
31595
  }
31535
- .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31536
- background: rgba(211, 218, 235, 0.6);
31537
- color: rgba(0, 21, 64, 0.3);
31538
- border-color: rgba(172, 186, 211, 0.6);
31596
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31597
+ color: #00122e;
31539
31598
  }
31540
- .E_i74cfyt.ant-input-affix-wrapper {
31541
- padding: 5px 12px;
31542
- border-radius: 6px;
31543
- border-color: rgba(172, 186, 211, 0.6);
31544
- line-height: 20px;
31545
- color: #2d3a56;
31546
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31599
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
31600
+ display: inline-block;
31601
+ padding: 0;
31602
+ padding-left: 12px;
31547
31603
  }
31548
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31549
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31604
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
31605
+ margin-bottom: 0;
31606
+ white-space: pre-wrap;
31550
31607
  color: rgba(44, 56, 82, 0.6);
31551
31608
  }
31552
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31553
- padding: 8px 16px;
31554
- line-height: 22px;
31609
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
31610
+ padding-left: 8px;
31555
31611
  }
31556
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31557
- padding: 2px 8px;
31558
- line-height: 18px;
31559
- }
31560
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31561
- border-color: rgba(107, 128, 167, 0.6);
31562
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31612
+
31613
+ .E_rp906go .ant-radio-button-wrapper:first-child {
31614
+ border-radius: 5px 0 0 5px;
31563
31615
  }
31564
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31565
- border-color: #0096ff;
31566
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31616
+ .E_rp906go .ant-radio-button-wrapper:last-child {
31617
+ border-radius: 0 5px 5px 0;
31567
31618
  }
31568
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31569
- border-color: #e75a3a;
31619
+
31620
+ .E_rcc63c8 {
31621
+ color: #00122e;
31622
+ border-color: #ccd4e3;
31570
31623
  }
31571
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31572
- color: #e75a3a;
31624
+ .E_rcc63c8:first-child {
31625
+ border-color: #a3b4cc;
31573
31626
  }
31574
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31575
- border-color: #e75a3a;
31576
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31627
+ .E_rcc63c8.ant-radio-button-wrapper {
31628
+ padding: 0 12px;
31629
+ line-height: 32px;
31630
+ height: 32px;
31577
31631
  }
31578
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31579
- border-color: #e75a3a;
31580
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31632
+ .E_rcc63c8.ant-radio-button-wrapper > span + span {
31633
+ white-space: nowrap;
31581
31634
  }
31582
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31583
- background: rgba(211, 218, 235, 0.6);
31584
- color: rgba(0, 21, 64, 0.3);
31585
- border-color: rgba(172, 186, 211, 0.6);
31635
+ .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
31636
+ height: 22px;
31637
+ padding: 0 7px;
31638
+ line-height: 20px;
31586
31639
  }
31587
- textarea.E_i74cfyt.ant-input {
31588
- transition-property: height;
31589
- transition-delay: 50ms;
31640
+ .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
31641
+ background: #ccd4e3;
31590
31642
  }
31591
- textarea.E_i74cfyt.ant-input.textarea-large {
31592
- min-height: 40px;
31593
- height: 40px;
31643
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
31644
+ background: #0080ff;
31594
31645
  }
31595
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
31596
- height: 80px;
31646
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31647
+ background: #ccd4e3;
31648
+ opacity: 0.5;
31597
31649
  }
31598
- textarea.E_i74cfyt.ant-input.textarea-middle {
31599
- min-height: 32px;
31600
- height: 32px;
31650
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31651
+ border-right-color: #0080ff;
31601
31652
  }
31602
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31603
- height: 64px;
31653
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31654
+ border-color: #0080ff;
31604
31655
  }
31605
- textarea.E_i74cfyt.ant-input.textarea-small {
31606
- min-height: 24px;
31607
- height: 24px;
31656
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
31657
+ background: rgba(0, 136, 255, 0.1);
31608
31658
  }
31609
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
31610
- height: 40px;
31659
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
31660
+ background: rgba(211, 218, 235, 0.6);
31661
+ border-color: #ccd4e3;
31662
+ opacity: 0.5;
31611
31663
  }
31612
-
31613
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
31614
- border: 1px solid rgba(213, 219, 227, 0.6);
31615
- border-radius: 4px;
31664
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
31665
+ color: #00122e;
31666
+ border-color: #ccd4e3;
31616
31667
  }
31617
- .E_k1ci6977.input-tags {
31618
- position: relative;
31619
- padding: 6px;
31620
- height: 32px;
31621
- cursor: pointer;
31622
- transition: border 150ms;
31668
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31669
+ color: #00122e;
31670
+ border-color: #ccd4e3;
31671
+ background: rgba(172, 186, 211, 0.6);
31623
31672
  }
31624
- .E_k1ci6977.input-tags:hover {
31625
- border-color: #0080ff;
31626
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31673
+ .E_rcc63c8 .ant-radio-button-input {
31674
+ margin-right: 8px;
31675
+ display: inline;
31676
+ border: none;
31677
+ padding: 0;
31678
+ width: 36px;
31679
+ background: transparent;
31627
31680
  }
31628
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31629
- padding-right: 30px;
31681
+ .E_rcc63c8 .ant-radio-button-input:focus {
31682
+ box-shadow: none;
31630
31683
  }
31631
- .E_k1ci6977.input-tags .input-tags-inner {
31632
- display: flex;
31684
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
31685
+ margin-right: 0;
31686
+ width: initial;
31687
+ box-shadow: none;
31633
31688
  }
31634
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31635
- display: flex;
31689
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
31690
+ display: none;
31636
31691
  }
31637
- .E_k1ci6977.input-tags .input-tag-suffix {
31638
- position: absolute;
31639
- right: 12px;
31640
- top: 50%;
31641
- transform: translateY(-50%);
31692
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
31693
+ display: inline;
31642
31694
  }
31643
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31644
- color: rgba(0, 0, 0, 0.25);
31645
- font-size: 12px;
31646
- cursor: pointer;
31695
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
31696
+ display: inline;
31697
+ margin-right: 8px;
31698
+ padding: 0;
31699
+ width: 36px;
31647
31700
  }
31648
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31649
- color: rgba(0, 0, 0, 0.45);
31701
+
31702
+ .E_tc97u5y {
31703
+ height: 100%;
31650
31704
  }
31651
- .E_k1ci6977.has-focus-indicator {
31652
- position: relative;
31653
- overflow: hidden;
31705
+
31706
+ .E_tfzf37v {
31707
+ height: 100%;
31654
31708
  }
31655
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31656
- position: absolute;
31657
- top: 50%;
31658
- transform: translateY(-50%);
31659
- left: -16px;
31660
- transition: left 150ms ease;
31661
- opacity: 0;
31709
+ .E_tfzf37v.empty-table .ant-table-content {
31710
+ overflow: visible !important;
31711
+ height: 100%;
31662
31712
  }
31663
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31664
- left: 8px;
31665
- opacity: 1;
31713
+ .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31714
+ height: 100%;
31666
31715
  }
31667
- .E_k1ci6977.has-focus-indicator input {
31668
- transition: margin-left 150ms ease;
31669
- margin-left: 0px;
31716
+ .E_tfzf37v.empty-table .ant-table-content table {
31717
+ width: 100% !important;
31718
+ height: 100%;
31670
31719
  }
31671
- .E_k1ci6977.has-focus-indicator input:focus {
31672
- margin-left: 16px;
31720
+ .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31721
+ padding: 15px 0;
31673
31722
  }
31674
-
31675
- input.E_l1f7td1d.ant-input {
31676
- border-top-right-radius: 0;
31677
- border-bottom-right-radius: 0;
31723
+ .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
31724
+ display: none;
31678
31725
  }
31679
-
31680
- .E_l1f7td1d.ant-input-affix-wrapper {
31681
- border-top-right-radius: 0;
31682
- border-bottom-right-radius: 0;
31726
+ .E_tfzf37v .active-row td:nth-child(1) {
31727
+ font-weight: 700;
31683
31728
  }
31684
-
31685
- input.E_rf8rlle.ant-input {
31686
- border-top-left-radius: 0;
31687
- border-bottom-left-radius: 0;
31729
+ .E_tfzf37v.has-selection .active-row td:nth-child(2) {
31730
+ font-weight: 700;
31688
31731
  }
31689
-
31690
- .E_rf8rlle.ant-input-affix-wrapper {
31691
- border-top-left-radius: 0;
31692
- border-bottom-left-radius: 0;
31732
+ .E_tfzf37v .ant-spin-nested-loading {
31733
+ height: 100%;
31693
31734
  }
31694
-
31695
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31696
- border-top-right-radius: 0;
31697
- border-bottom-right-radius: 0;
31735
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
31736
+ height: 100%;
31737
+ overflow: visible;
31698
31738
  }
31699
-
31700
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31701
- border-top-left-radius: 0;
31702
- border-bottom-left-radius: 0;
31739
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin {
31740
+ max-height: none;
31703
31741
  }
31704
-
31705
- .E_c3ni091 {
31706
- display: flex;
31707
- flex-direction: column;
31742
+ .E_tfzf37v.table-init-loading .ant-spin-blur thead,
31743
+ .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
31744
+ display: none;
31708
31745
  }
31709
- .E_c3ni091 .select-wrapper {
31710
- margin-top: 12px;
31746
+ .E_tfzf37v td.ant-table-column-sort {
31747
+ background: transparent;
31711
31748
  }
31712
- .E_c3ni091 .select-wrapper .select {
31713
- width: 100%;
31749
+ .E_tfzf37v td.ant-table-cell-fix-left,
31750
+ .E_tfzf37v td.ant-table-cell-fix-right {
31751
+ background: #fff;
31752
+ padding: 0 !important;
31714
31753
  }
31715
- .E_c3ni091 .radio-wrapper {
31716
- margin-top: 24px;
31754
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
31755
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
31756
+ display: flex;
31757
+ align-items: center;
31758
+ height: 100%;
31759
+ padding: 8px;
31717
31760
  }
31718
- .E_c3ni091 div.form-item {
31761
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
31762
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
31763
+ overflow: hidden;
31764
+ text-overflow: ellipsis;
31719
31765
  width: 100%;
31720
31766
  }
31721
-
31722
- .E_d105ju2d {
31723
- font-size: 14px;
31724
- font-weight: 500;
31725
- color: #3e4652;
31726
- line-height: 18px;
31727
- }
31728
- .E_d105ju2d + .E_d105ju2d {
31729
- margin-top: 16px;
31767
+ .E_tfzf37v .ant-table-container {
31768
+ height: 100%;
31730
31769
  }
31731
- .E_d105ju2d + * {
31732
- margin-top: 16px;
31770
+ .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
31771
+ box-shadow: none !important;
31733
31772
  }
31734
-
31735
- .E_lh0l62z.E_d105ju2d {
31773
+ .E_tfzf37v .ant-table {
31774
+ border-radius: 0px;
31775
+ border-left: none;
31776
+ border-right: none;
31777
+ border-bottom: none;
31778
+ height: 100%;
31736
31779
  font-size: 12px;
31737
- color: rgba(44, 56, 82, 0.6);
31738
- margin-top: 12px;
31739
- }
31740
-
31741
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31742
- line-height: 18px;
31743
- font-weight: 500;
31744
- margin-top: 0;
31745
- white-space: initial;
31780
+ background: transparent;
31746
31781
  }
31747
-
31748
- .E_r1skkc3l {
31749
- display: block;
31782
+ .E_tfzf37v .ant-table .ant-table-header {
31783
+ position: relative;
31784
+ z-index: 3;
31785
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31786
+ margin-bottom: -1px;
31750
31787
  }
31751
- .E_r1skkc3l span {
31752
- font-size: 14px;
31753
- font-weight: 500;
31754
- line-height: 32px;
31755
- color: #3e4652;
31788
+ .E_tfzf37v .ant-table .time-wrapper .date,
31789
+ .E_tfzf37v .ant-table .value {
31790
+ color: #2d3a56;
31756
31791
  }
31757
-
31758
- .E_c3cobmo {
31759
- margin-top: 16px;
31760
- padding: 8px;
31761
- border-radius: 6px;
31762
- background: rgba(225, 230, 241, 0.6);
31792
+ .E_tfzf37v .ant-table .time-wrapper .time,
31793
+ .E_tfzf37v .ant-table .unit {
31763
31794
  color: rgba(44, 56, 82, 0.6);
31764
- font-size: 12px;
31765
31795
  }
31766
- .E_c3cobmo div {
31767
- line-height: 20px;
31768
- display: flex;
31769
- align-items: center;
31770
- word-break: break-all;
31796
+ .E_tfzf37v .ant-table .ant-table-selection {
31797
+ position: unset;
31798
+ text-align: center;
31771
31799
  }
31772
- .E_c3cobmo .title {
31773
- font-weight: 700;
31774
- line-height: 18px;
31775
- margin: 4px 0;
31800
+ .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31801
+ background: #fff;
31776
31802
  }
31777
-
31778
- .E_s1dni7lo {
31779
- width: 430px !important;
31803
+ .E_tfzf37v .ant-table .anticon-setting {
31804
+ cursor: pointer;
31805
+ position: absolute;
31806
+ top: 50%;
31807
+ right: 12px;
31808
+ transform: translateY(-50%);
31780
31809
  }
31781
-
31782
- .E_d1wwmmm5 .ant-select-item-group {
31783
- padding: 8px 16px;
31784
- line-height: 18px;
31810
+ .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31811
+ box-shadow: none;
31812
+ width: 1px;
31813
+ background: rgba(213, 219, 227, 0.6);
31814
+ }
31815
+ .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31816
+ box-shadow: none;
31817
+ width: 1px;
31818
+ background: rgba(213, 219, 227, 0.6);
31819
+ }
31820
+ .E_tfzf37v .ant-table .ant-table-tbody {
31821
+ position: relative;
31822
+ }
31823
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
31785
31824
  border-top: 1px solid rgba(211, 218, 235, 0.6);
31786
- height: 34px;
31787
- min-height: 34px;
31788
- box-sizing: border-box;
31789
- margin-top: 8px;
31825
+ border-bottom: 1px solid white;
31826
+ height: 40px;
31827
+ vertical-align: middle;
31828
+ transition: background 0ms;
31829
+ color: #00122e;
31790
31830
  }
31791
-
31792
- .E_o1ugr09p {
31793
- display: flex;
31794
- flex-direction: column;
31795
- margin: 1px 8px;
31796
- padding: 8px;
31797
- border-radius: 4px;
31831
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31832
+ background: #f2f5fa;
31833
+ border-bottom-color: #f2f5fa;
31798
31834
  }
31799
- .E_o1ugr09p .selected-icon {
31800
- display: none;
31835
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31836
+ height: auto;
31837
+ color: #00122e;
31838
+ font-size: 12px;
31839
+ text-align: left;
31840
+ transition: none;
31841
+ overflow: hidden;
31842
+ text-overflow: ellipsis;
31843
+ white-space: nowrap;
31801
31844
  }
31802
- .E_o1ugr09p.ant-select-item-option-grouped {
31803
- padding-left: 8px;
31845
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31846
+ color: #0096ff;
31804
31847
  }
31805
- .E_o1ugr09p.ant-select-item-option-selected {
31806
- background-color: white;
31848
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31849
+ overflow: hidden;
31850
+ text-overflow: ellipsis;
31851
+ width: 100%;
31852
+ vertical-align: middle;
31807
31853
  }
31808
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31809
- color: #0080ff;
31854
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31855
+ line-height: 0px;
31810
31856
  }
31811
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31812
- display: block;
31857
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
31858
+ padding-right: 25px;
31813
31859
  }
31814
- .E_o1ugr09p.ant-select-item-option-active {
31815
- background: rgba(0, 136, 255, 0.16);
31860
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31861
+ border-top-color: transparent;
31816
31862
  }
31817
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31818
- color: #0080ff;
31863
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
31864
+ background: rgba(225, 230, 241, 0.6);
31865
+ border-color: transparent transparent white;
31819
31866
  }
31820
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31821
- background: rgba(0, 136, 255, 0.1);
31822
- color: #0080ff;
31867
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31868
+ border-radius: 8px 0 0 8px;
31823
31869
  }
31824
-
31825
- .E_o1ifxsq4 {
31826
- display: flex;
31827
- justify-content: space-between;
31828
- height: 20px;
31829
- line-height: 20px;
31870
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31871
+ border-radius: 8px 0 0 8px;
31830
31872
  }
31831
- .E_o1ifxsq4 .timezone-title {
31832
- color: #2d3a56;
31833
- overflow: hidden;
31834
- text-overflow: ellipsis;
31873
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31874
+ content: "";
31875
+ width: 4px;
31876
+ top: -1px;
31877
+ bottom: -1px;
31878
+ background: white;
31835
31879
  }
31836
-
31837
- .E_o1zue7 {
31838
- display: flex;
31839
- justify-content: space-between;
31840
- color: rgba(44, 56, 82, 0.6);
31841
- height: 18px;
31842
- line-height: 18px;
31843
- margin-top: 2px;
31880
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31881
+ border-radius: 0 8px 8px 0;
31844
31882
  }
31845
-
31846
- .E_tyfmlxg {
31847
- border: none;
31848
- margin-right: 0;
31883
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31884
+ border-radius: 0;
31885
+ background: white;
31886
+ border-top: none;
31887
+ }
31888
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31889
+ border-top: 1px solid transparent;
31890
+ border-radius: 0 8px 8px 0;
31849
31891
  background: rgba(225, 230, 241, 0.6);
31850
31892
  }
31851
-
31852
- .E_o18uybox {
31853
- pointer-events: none;
31854
- height: 32px;
31855
- width: 100%;
31856
- opacity: 0;
31893
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31894
+ background: white;
31895
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31857
31896
  }
31858
-
31859
- .E_s1ebs0ra {
31897
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31860
31898
  display: flex;
31861
31899
  align-items: center;
31862
- justify-content: space-between;
31863
- background: #edf0f7;
31864
- padding: 8px 12px;
31865
- position: sticky;
31866
- top: 0;
31867
- z-index: 1;
31868
- margin-bottom: -52px;
31900
+ height: 100%;
31901
+ background: rgba(225, 230, 241, 0.6);
31869
31902
  }
31870
- .E_s1ebs0ra .select-total {
31903
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31904
+ background: white;
31905
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31906
+ }
31907
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31871
31908
  display: flex;
31872
31909
  align-items: center;
31873
- font-weight: 700;
31874
- flex-shrink: 0;
31910
+ height: 100%;
31911
+ background: rgba(225, 230, 241, 0.6);
31875
31912
  }
31876
- .E_s1ebs0ra .select-total .icon-wrapper {
31877
- cursor: pointer;
31878
- margin-left: 8px;
31879
- width: 32px;
31880
- height: 32px;
31881
- border-radius: 50%;
31882
- justify-content: center;
31913
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
31914
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31883
31915
  }
31884
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
31885
- background: rgba(225, 230, 241, 0.6);
31916
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
31917
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31918
+ border-radius: 8px;
31886
31919
  }
31887
- .E_s1ebs0ra .action-group {
31888
- flex: 1;
31889
- margin-left: 88px;
31890
- white-space: nowrap;
31891
- text-align: right;
31920
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31921
+ border-top-color: white;
31922
+ }
31923
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
31924
+ background: rgba(0, 136, 255, 0.1);
31925
+ border-bottom-color: transparent;
31926
+ border-top-color: transparent;
31927
+ }
31928
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31929
+ border-radius: 8px 0 0 8px;
31930
+ }
31931
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31932
+ border-radius: 0 8px 8px 0;
31933
+ }
31934
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31935
+ background: rgba(0, 136, 255, 0.1);
31936
+ }
31937
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th {
31938
+ background: #fff;
31939
+ font-weight: 400;
31892
31940
  position: relative;
31893
- padding: 4px 0;
31894
- margin-top: -4px;
31941
+ border-bottom: none;
31942
+ color: #00122e;
31943
+ transition: none;
31944
+ padding: 15px 8px 15px 8px;
31945
+ }
31946
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31947
+ content: "";
31948
+ width: 1px;
31949
+ top: 0;
31950
+ bottom: 0;
31951
+ background: rgba(211, 218, 235, 0.6);
31952
+ position: absolute;
31953
+ right: 0;
31954
+ }
31955
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
31956
+ padding: unset;
31957
+ }
31958
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
31959
+ display: none;
31960
+ }
31961
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31962
+ width: 100%;
31895
31963
  overflow: hidden;
31964
+ white-space: nowrap;
31965
+ text-overflow: ellipsis;
31966
+ }
31967
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31968
+ overflow: hidden;
31969
+ text-overflow: ellipsis;
31970
+ flex: 1;
31971
+ }
31972
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31973
+ padding: 15px 25px 15px 8px;
31974
+ }
31975
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31976
+ padding: 0;
31977
+ }
31978
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31979
+ position: absolute;
31980
+ right: 6px;
31981
+ top: 50%;
31982
+ transform: translateY(-50%);
31983
+ height: 16px;
31984
+ display: none;
31985
+ transition: transform 320ms ease;
31986
+ }
31987
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31988
+ display: block;
31989
+ transform: translateY(-50%) rotateX(180deg);
31990
+ }
31991
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31992
+ display: block;
31993
+ }
31994
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31995
+ display: none;
31996
+ }
31997
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31998
+ transform: translateY(-50%);
31999
+ }
32000
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
32001
+ transform: translateY(-50%) rotateX(180deg);
32002
+ }
32003
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
32004
+ background: #f2f5fa;
32005
+ }
32006
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
32007
+ display: block;
32008
+ }
32009
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
32010
+ padding-right: 25px;
32011
+ }
32012
+ .E_tfzf37v .ant-table .ant-table-selection-column {
32013
+ padding: 0 !important;
32014
+ }
32015
+ .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
32016
+ position: absolute;
32017
+ left: 50%;
32018
+ top: 50%;
32019
+ transform: translate(-50%, -50%);
31896
32020
  }
31897
- .E_s1ebs0ra .action-group .sub-menu-delete {
31898
- transform: translateY(-4px);
32021
+ .E_tfzf37v .ant-table .ant-table-selection-column:after {
32022
+ display: none;
31899
32023
  }
31900
- .E_s1ebs0ra .action-group button {
32024
+ .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
32025
+ background: #fff;
32026
+ }
32027
+ .E_tfzf37v .ant-table .ant-table-placeholder {
32028
+ background: inherit;
32029
+ }
32030
+ .E_tfzf37v .ant-table .ant-table-placeholder td {
32031
+ position: static;
31901
32032
  border: none;
32033
+ background: inherit !important;
32034
+ height: 100px;
32035
+ vertical-align: middle;
31902
32036
  }
31903
- .E_s1ebs0ra .action-group > *:not(:last-child) {
31904
- margin-right: 8px;
32037
+ .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
32038
+ .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
32039
+ font-weight: bold;
32040
+ font-size: 20px;
32041
+ color: rgba(10, 37, 85, 0.6);
31905
32042
  }
31906
- .E_s1ebs0ra .action-group > button:last-child {
31907
- margin-right: 4px;
32043
+ .E_tfzf37v .ant-table td.cell__action_ {
32044
+ padding: 0 !important;
32045
+ position: relative;
32046
+ background: #fff;
31908
32047
  }
31909
- .E_s1ebs0ra .action-group .more-btn {
32048
+ .E_tfzf37v .ant-table td.cell__action_ > * {
32049
+ height: 100%;
32050
+ display: flex;
32051
+ align-items: center;
32052
+ justify-content: flex-end;
32053
+ padding-right: 8px;
32054
+ }
32055
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button {
32056
+ width: 24px;
32057
+ height: 24px;
31910
32058
  cursor: pointer;
31911
- width: 32px;
31912
- height: 32px;
31913
32059
  justify-content: center;
31914
- border-radius: 50%;
32060
+ border-radius: 4px;
31915
32061
  }
31916
- .E_s1ebs0ra .action-group .more-btn:hover {
32062
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
31917
32063
  background: #fff;
31918
32064
  }
31919
32065
 
@@ -32056,233 +32202,15 @@ input.E_rf8rlle.ant-input {
32056
32202
  border-color: #0096ff;
32057
32203
  color: #fff;
32058
32204
  }
32059
-
32060
- .E_rapgekc.ant-radio-wrapper {
32061
- display: inline-flex;
32062
- align-items: baseline;
32063
- white-space: pre-wrap;
32064
- }
32065
- .E_rapgekc.ant-radio-wrapper .ant-radio {
32066
- position: relative;
32067
- top: 3px;
32068
- }
32069
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
32070
- border-color: rgba(107, 128, 167, 0.6);
32071
- }
32072
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
32073
- border-color: #0080ff;
32074
- }
32075
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
32076
- border-color: #0080ff;
32077
- background: #0080ff;
32078
- }
32079
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
32080
- top: 4px;
32081
- left: 4px;
32082
- width: 6px;
32083
- height: 6px;
32084
- background: #fff;
32085
- }
32086
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
32087
- opacity: 0.5;
32088
- }
32089
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
32090
- border-color: rgba(107, 128, 167, 0.6);
32091
- background: rgba(211, 218, 235, 0.6);
32092
- }
32093
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
32094
- background: #00122e;
32095
- }
32096
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
32097
- color: #00122e;
32098
- opacity: 0.5;
32099
- }
32100
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
32101
- color: #00122e;
32102
- }
32103
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
32104
- display: inline-block;
32105
- padding: 0;
32106
- padding-left: 12px;
32107
- }
32108
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
32109
- margin-bottom: 0;
32110
- white-space: pre-wrap;
32111
- color: rgba(44, 56, 82, 0.6);
32112
- }
32113
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
32114
- padding-left: 8px;
32115
- }
32116
-
32117
- .E_rp906go .ant-radio-button-wrapper:first-child {
32118
- border-radius: 5px 0 0 5px;
32119
- }
32120
- .E_rp906go .ant-radio-button-wrapper:last-child {
32121
- border-radius: 0 5px 5px 0;
32122
- }
32123
-
32124
- .E_rcc63c8 {
32125
- color: #00122e;
32126
- border-color: #ccd4e3;
32127
- }
32128
- .E_rcc63c8:first-child {
32129
- border-color: #a3b4cc;
32130
- }
32131
- .E_rcc63c8.ant-radio-button-wrapper {
32132
- padding: 0 12px;
32133
- line-height: 32px;
32134
- height: 32px;
32135
- }
32136
- .E_rcc63c8.ant-radio-button-wrapper > span + span {
32137
- white-space: nowrap;
32138
- }
32139
- .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
32140
- height: 22px;
32141
- padding: 0 7px;
32142
- line-height: 20px;
32143
- }
32144
- .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
32145
- background: #ccd4e3;
32146
- }
32147
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
32148
- background: #0080ff;
32149
- }
32150
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
32151
- background: #ccd4e3;
32152
- opacity: 0.5;
32153
- }
32154
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
32155
- border-right-color: #0080ff;
32156
- }
32157
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
32158
- border-color: #0080ff;
32159
- }
32160
- .E_rcc63c8.ant-radio-button-wrapper-checked {
32161
- background: rgba(0, 136, 255, 0.1);
32162
- }
32163
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
32164
- background: rgba(211, 218, 235, 0.6);
32165
- border-color: #ccd4e3;
32166
- opacity: 0.5;
32167
- }
32168
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
32169
- color: #00122e;
32170
- border-color: #ccd4e3;
32171
- }
32172
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
32173
- color: #00122e;
32174
- border-color: #ccd4e3;
32175
- background: rgba(172, 186, 211, 0.6);
32176
- }
32177
- .E_rcc63c8 .ant-radio-button-input {
32178
- margin-right: 8px;
32179
- display: inline;
32180
- border: none;
32181
- padding: 0;
32182
- width: 36px;
32183
- background: transparent;
32184
- }
32185
- .E_rcc63c8 .ant-radio-button-input:focus {
32186
- box-shadow: none;
32187
- }
32188
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
32189
- margin-right: 0;
32190
- width: initial;
32191
- box-shadow: none;
32192
- }
32193
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
32194
- display: none;
32195
- }
32196
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
32197
- display: inline;
32198
- }
32199
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
32200
- display: inline;
32201
- margin-right: 8px;
32202
- padding: 0;
32203
- width: 36px;
32204
- }
32205
-
32206
- .E_c1uzzomf {
32207
- margin-bottom: 16px;
32208
- }
32209
- .E_c1uzzomf .card-title {
32210
- font-size: 16px;
32211
- color: rgba(44, 56, 82, 0.6);
32212
- font-weight: 700;
32213
- line-height: 32px;
32214
- }
32215
- .E_c1uzzomf .card-body {
32216
- padding: 24px;
32217
- border-radius: 8px;
32218
- background: #fff;
32219
- }
32220
- .E_c1uzzomf .empty {
32221
- font-weight: 700;
32222
- font-size: 14px;
32223
- line-height: 22px;
32224
- color: rgba(0, 21, 64, 0.3);
32225
- text-align: center;
32226
- }
32227
-
32228
- .E_c18gxmrl {
32229
- border: 1px solid #d8deeb;
32230
- border-radius: 4px;
32231
- }
32232
- .E_c18gxmrl + .E_c18gxmrl {
32233
- margin-top: 8px;
32234
- }
32235
- .E_c18gxmrl:hover {
32236
- border-color: #0080ff;
32237
- }
32238
- .E_c18gxmrl:hover > header {
32239
- background: rgba(0, 128, 255, 0.1);
32240
- }
32241
- .E_c18gxmrl.active header {
32242
- border-bottom: 1px solid #d8deeb;
32243
- }
32244
- .E_c18gxmrl > header {
32245
- padding: 8px 12px;
32246
- }
32247
-
32248
- .E_c1bus5hc {
32249
- --color: white;
32250
- height: 14px;
32251
- width: 14px;
32252
- border-radius: 50%;
32253
- flex-shrink: 0;
32254
- display: flex;
32255
- align-items: center;
32256
- justify-content: center;
32257
- border: 1px solid var(--color);
32258
- }
32259
- .E_c1bus5hc .circle-inner {
32260
- position: relative;
32261
- height: 10px;
32262
- width: 10px;
32263
- border-radius: 50%;
32264
- overflow: hidden;
32205
+
32206
+ .E_gmyahx3 {
32207
+ cursor: pointer;
32265
32208
  }
32266
- .E_c1bus5hc .circle-content {
32267
- position: absolute;
32268
- height: 100%;
32269
- width: 100%;
32270
- left: 0;
32271
- top: 0;
32272
- border-radius: 50%;
32273
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32274
- transform: rotate(180deg);
32209
+ .E_gmyahx3 .link-text {
32210
+ color: rgba(0, 21, 64, 0.3);
32275
32211
  }
32276
- .E_c1bus5hc .circle-child {
32277
- position: absolute;
32278
- height: 100%;
32279
- width: 100%;
32280
- left: 0;
32281
- top: 0;
32282
- margin-left: 50%;
32283
- transform-origin: left;
32284
- background: white;
32285
- transform: rotate(0deg);
32212
+ .E_gmyahx3:hover .link-text {
32213
+ color: #0080ff;
32286
32214
  }
32287
32215
 
32288
32216
  .E_berrcjl {
@@ -32301,14 +32229,26 @@ input.E_rf8rlle.ant-input {
32301
32229
  color: #005ed1;
32302
32230
  }
32303
32231
 
32304
- .E_gmyahx3 {
32305
- cursor: pointer;
32232
+ .E_c1uzzomf {
32233
+ margin-bottom: 16px;
32306
32234
  }
32307
- .E_gmyahx3 .link-text {
32308
- color: rgba(0, 21, 64, 0.3);
32235
+ .E_c1uzzomf .card-title {
32236
+ font-size: 16px;
32237
+ color: rgba(44, 56, 82, 0.6);
32238
+ font-weight: 700;
32239
+ line-height: 32px;
32309
32240
  }
32310
- .E_gmyahx3:hover .link-text {
32311
- color: #0080ff;
32241
+ .E_c1uzzomf .card-body {
32242
+ padding: 24px;
32243
+ border-radius: 8px;
32244
+ background: #fff;
32245
+ }
32246
+ .E_c1uzzomf .empty {
32247
+ font-weight: 700;
32248
+ font-size: 14px;
32249
+ line-height: 22px;
32250
+ color: rgba(0, 21, 64, 0.3);
32251
+ text-align: center;
32312
32252
  }
32313
32253
 
32314
32254
  .E_clm1wy1 {
@@ -32404,6 +32344,10 @@ input.E_rf8rlle.ant-input {
32404
32344
  border-radius: 2px;
32405
32345
  }
32406
32346
 
32347
+ .E_tqjc4ui {
32348
+ margin: 0 2px;
32349
+ }
32350
+
32407
32351
  .E_s11wux3h .ant-segmented-item:not(:last-child) {
32408
32352
  margin-right: 2px;
32409
32353
  }
@@ -32438,6 +32382,148 @@ input.E_rf8rlle.ant-input {
32438
32382
  background-color: transparent;
32439
32383
  }
32440
32384
 
32385
+ .E_c18gxmrl {
32386
+ border: 1px solid #d8deeb;
32387
+ border-radius: 4px;
32388
+ }
32389
+ .E_c18gxmrl + .E_c18gxmrl {
32390
+ margin-top: 8px;
32391
+ }
32392
+ .E_c18gxmrl:hover {
32393
+ border-color: #0080ff;
32394
+ }
32395
+ .E_c18gxmrl:hover > header {
32396
+ background: rgba(0, 128, 255, 0.1);
32397
+ }
32398
+ .E_c18gxmrl.active header {
32399
+ border-bottom: 1px solid #d8deeb;
32400
+ }
32401
+ .E_c18gxmrl > header {
32402
+ padding: 8px 12px;
32403
+ }
32404
+
32405
+ .E_ou7iq30 {
32406
+ overflow: hidden;
32407
+ text-overflow: ellipsis;
32408
+ }
32409
+
32410
+ .E_s1tui002 {
32411
+ white-space: nowrap;
32412
+ }
32413
+
32414
+ .E_mxrc2zg {
32415
+ display: -webkit-box;
32416
+ -webkit-line-clamp: var(--mxrc2zg-0);
32417
+ -webkit-box-orient: vertical;
32418
+ word-break: break-all;
32419
+ }
32420
+
32421
+ .E_c18bcrac {
32422
+ display: inline-block;
32423
+ width: 100%;
32424
+ }
32425
+ .E_c18bcrac .recharts-wrapper {
32426
+ margin-left: 4px;
32427
+ }
32428
+
32429
+ .E_cro7kg2 {
32430
+ padding: 4px;
32431
+ }
32432
+
32433
+ .E_c14wcxf0 {
32434
+ display: flex;
32435
+ justify-content: space-between;
32436
+ align-items: center;
32437
+ font-size: 13px;
32438
+ line-height: 24px;
32439
+ color: #cccccc;
32440
+ white-space: nowrap;
32441
+ }
32442
+ .E_c14wcxf0 label {
32443
+ margin-right: 32px;
32444
+ }
32445
+
32446
+ .E_coy29mj.E_c14wcxf0 {
32447
+ font-weight: bold;
32448
+ color: white;
32449
+ }
32450
+
32451
+ .E_s11212zy {
32452
+ width: 8px;
32453
+ height: 8px;
32454
+ border-radius: 2px;
32455
+ display: inline-block;
32456
+ background: var(--s11212zy-0);
32457
+ border: 1px solid #fff;
32458
+ box-sizing: content-box;
32459
+ margin-right: 6px;
32460
+ }
32461
+
32462
+ .E_p1lyky6c > :first-child {
32463
+ font-weight: bold;
32464
+ color: white;
32465
+ margin-right: 4px;
32466
+ }
32467
+
32468
+ .E_n12mqh7z {
32469
+ display: flex;
32470
+ align-items: center;
32471
+ font-size: 12px;
32472
+ line-height: 18px;
32473
+ }
32474
+ .E_n12mqh7z:not(:last-child) {
32475
+ margin-bottom: 4px;
32476
+ }
32477
+
32478
+ .E_tf5bynu {
32479
+ margin: 0 3px;
32480
+ }
32481
+
32482
+ .E_tcckoz1 {
32483
+ max-height: 400px;
32484
+ overflow: "auto";
32485
+ }
32486
+
32487
+ .E_c1bus5hc {
32488
+ --color: white;
32489
+ height: 14px;
32490
+ width: 14px;
32491
+ border-radius: 50%;
32492
+ flex-shrink: 0;
32493
+ display: flex;
32494
+ align-items: center;
32495
+ justify-content: center;
32496
+ border: 1px solid var(--color);
32497
+ }
32498
+ .E_c1bus5hc .circle-inner {
32499
+ position: relative;
32500
+ height: 10px;
32501
+ width: 10px;
32502
+ border-radius: 50%;
32503
+ overflow: hidden;
32504
+ }
32505
+ .E_c1bus5hc .circle-content {
32506
+ position: absolute;
32507
+ height: 100%;
32508
+ width: 100%;
32509
+ left: 0;
32510
+ top: 0;
32511
+ border-radius: 50%;
32512
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32513
+ transform: rotate(180deg);
32514
+ }
32515
+ .E_c1bus5hc .circle-child {
32516
+ position: absolute;
32517
+ height: 100%;
32518
+ width: 100%;
32519
+ left: 0;
32520
+ top: 0;
32521
+ margin-left: 50%;
32522
+ transform-origin: left;
32523
+ background: white;
32524
+ transform: rotate(0deg);
32525
+ }
32526
+
32441
32527
  .E_d1bw7c5z {
32442
32528
  position: relative;
32443
32529
  max-width: 388px;
@@ -32504,112 +32590,34 @@ input.E_rf8rlle.ant-input {
32504
32590
  white-space: nowrap;
32505
32591
  }
32506
32592
  .E_d1bw7c5z .value {
32507
- color: rgba(44, 56, 82, 0.75);
32508
- }
32509
-
32510
- .E_t10pqbtc {
32511
- width: 140px;
32512
- }
32513
- .E_t10pqbtc .item {
32514
- margin: 6px auto;
32515
- display: flex;
32516
- justify-content: space-between;
32517
- }
32518
- .E_t10pqbtc .item .name {
32519
- width: 102px;
32520
- }
32521
-
32522
- .E_tqjc4ui {
32523
- margin: 0 2px;
32524
- }
32525
-
32526
- .E_ou7iq30 {
32527
- overflow: hidden;
32528
- text-overflow: ellipsis;
32529
- }
32530
-
32531
- .E_s1tui002 {
32532
- white-space: nowrap;
32533
- }
32534
-
32535
- .E_mxrc2zg {
32536
- display: -webkit-box;
32537
- -webkit-line-clamp: var(--mxrc2zg-0);
32538
- -webkit-box-orient: vertical;
32539
- word-break: break-all;
32540
- }
32541
-
32542
- .E_n12mqh7z {
32543
- display: flex;
32544
- align-items: center;
32545
- font-size: 12px;
32546
- line-height: 18px;
32547
- }
32548
- .E_n12mqh7z:not(:last-child) {
32549
- margin-bottom: 4px;
32550
- }
32551
-
32552
- .E_tf5bynu {
32553
- margin: 0 3px;
32554
- }
32555
-
32556
- .E_tcckoz1 {
32557
- max-height: 400px;
32558
- overflow: "auto";
32559
- }
32560
-
32561
- .E_c18bcrac {
32562
- display: inline-block;
32563
- width: 100%;
32564
- }
32565
- .E_c18bcrac .recharts-wrapper {
32566
- margin-left: 4px;
32593
+ color: rgba(44, 56, 82, 0.75);
32567
32594
  }
32568
32595
 
32569
- .E_cro7kg2 {
32570
- padding: 4px;
32596
+ .E_t10pqbtc {
32597
+ width: 140px;
32571
32598
  }
32572
-
32573
- .E_c14wcxf0 {
32599
+ .E_t10pqbtc .item {
32600
+ margin: 6px auto;
32574
32601
  display: flex;
32575
32602
  justify-content: space-between;
32576
- align-items: center;
32577
- font-size: 13px;
32578
- line-height: 24px;
32579
- color: #cccccc;
32580
- white-space: nowrap;
32581
32603
  }
32582
- .E_c14wcxf0 label {
32583
- margin-right: 32px;
32604
+ .E_t10pqbtc .item .name {
32605
+ width: 102px;
32584
32606
  }
32585
32607
 
32586
- .E_coy29mj.E_c14wcxf0 {
32587
- font-weight: bold;
32588
- color: white;
32608
+ .E_c1yyuluq {
32609
+ border-radius: 8px;
32589
32610
  }
32590
-
32591
- .E_s11212zy {
32592
- width: 8px;
32593
- height: 8px;
32594
- border-radius: 2px;
32595
- display: inline-block;
32596
- background: var(--s11212zy-0);
32597
- border: 1px solid #fff;
32598
- box-sizing: content-box;
32599
- margin-right: 6px;
32611
+ .E_c1yyuluq .ant-card-body {
32612
+ padding: 20px 24px 24px 24px;
32600
32613
  }
32601
32614
 
32602
- .E_p1lyky6c > :first-child {
32603
- font-weight: bold;
32604
- color: white;
32605
- margin-right: 4px;
32615
+ .E_s1iv0tp1 .enabled-switch {
32616
+ display: flex;
32617
+ align-items: center;
32606
32618
  }
32607
-
32608
- .E_tje3huy {
32609
- width: 100%;
32610
- overflow: inherit;
32611
- white-space: inherit;
32612
- text-overflow: ellipsis;
32619
+ .E_s1iv0tp1 .enabled-text {
32620
+ margin-right: 8px;
32613
32621
  }
32614
32622
 
32615
32623
  .E_t1sqg15u {
@@ -32702,6 +32710,17 @@ input.E_rf8rlle.ant-input {
32702
32710
  padding-right: 12px;
32703
32711
  }
32704
32712
 
32713
+ .E_tje3huy {
32714
+ width: 100%;
32715
+ overflow: inherit;
32716
+ white-space: inherit;
32717
+ text-overflow: ellipsis;
32718
+ }
32719
+
32720
+ .E_itxley7.ant-input-group.ant-input-group-compact {
32721
+ display: flex;
32722
+ }
32723
+
32705
32724
  .E_wg1tsps {
32706
32725
  display: flex;
32707
32726
  align-items: center;
@@ -32725,13 +32744,6 @@ input.E_rf8rlle.ant-input {
32725
32744
  color: #00122e !important;
32726
32745
  }
32727
32746
 
32728
- .E_c1yyuluq {
32729
- border-radius: 8px;
32730
- }
32731
- .E_c1yyuluq .ant-card-body {
32732
- padding: 20px 24px 24px 24px;
32733
- }
32734
-
32735
32747
  .E_m74vjol {
32736
32748
  display: flex;
32737
32749
  justify-content: space-between;
@@ -32767,18 +32779,6 @@ input.E_rf8rlle.ant-input {
32767
32779
  cursor: default;
32768
32780
  }
32769
32781
 
32770
- .E_s1iv0tp1 .enabled-switch {
32771
- display: flex;
32772
- align-items: center;
32773
- }
32774
- .E_s1iv0tp1 .enabled-text {
32775
- margin-right: 8px;
32776
- }
32777
-
32778
- .E_itxley7.ant-input-group.ant-input-group-compact {
32779
- display: flex;
32780
- }
32781
-
32782
32782
  button.E_l48ei06 {
32783
32783
  color: #0080FF;
32784
32784
  height: unset;
@@ -32851,6 +32851,92 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32851
32851
  color: rgba(44, 56, 82, 0.6);
32852
32852
  }
32853
32853
 
32854
+ .E_tju3gfj .date {
32855
+ margin-right: 4px;
32856
+ }
32857
+
32858
+ .E_s1sck0th {
32859
+ padding: 0 8px;
32860
+ border-radius: 4px;
32861
+ }
32862
+
32863
+ .E_m855nr1 {
32864
+ padding: 2px 8px;
32865
+ border-radius: 3px;
32866
+ }
32867
+
32868
+ .E_l1270xpg {
32869
+ padding: 3px 8px;
32870
+ border-radius: 2px;
32871
+ }
32872
+
32873
+ .E_t14rextb.ant-tag:hover {
32874
+ opacity: unset;
32875
+ }
32876
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32877
+ margin: 0;
32878
+ margin-right: 8px;
32879
+ display: inline-flex;
32880
+ align-items: center;
32881
+ border: none;
32882
+ }
32883
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32884
+ width: 16px;
32885
+ height: 16px;
32886
+ color: inherit;
32887
+ margin-left: 4px;
32888
+ opacity: 0.6;
32889
+ display: inline-flex;
32890
+ }
32891
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32892
+ opacity: 1;
32893
+ }
32894
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32895
+ color: #0080ff;
32896
+ background-color: rgba(0, 136, 255, 0.1);
32897
+ }
32898
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32899
+ color: #f0483e;
32900
+ background-color: rgba(255, 74, 74, 0.1);
32901
+ }
32902
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32903
+ color: #e07f00;
32904
+ background-color: rgba(255, 187, 0, 0.1);
32905
+ }
32906
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32907
+ color: #008f4c;
32908
+ background-color: rgba(30, 201, 127, 0.1);
32909
+ }
32910
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32911
+ color: #1d326c;
32912
+ background-color: rgba(225, 230, 241, 0.6);
32913
+ }
32914
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32915
+ color: #7E41FF;
32916
+ background-color: rgba(126, 65, 255, 0.1);
32917
+ }
32918
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32919
+ color: #fff;
32920
+ }
32921
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32922
+ background-color: #f0483e;
32923
+ }
32924
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32925
+ background-color: #fea008;
32926
+ }
32927
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32928
+ background-color: #00ba5d;
32929
+ }
32930
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32931
+ background-color: #0080ff;
32932
+ }
32933
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32934
+ background-color: #6b7d99;
32935
+ }
32936
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32937
+ background-color: #7E41FF;
32938
+ }
32939
+
32854
32940
  .E_sddwhm6 {
32855
32941
  margin: 0;
32856
32942
  border-radius: 20px;
@@ -32939,133 +33025,47 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32939
33025
  height: 30px;
32940
33026
  }
32941
33027
  .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
32942
- height: 38px;
32943
- font-size: 13px;
32944
- }
32945
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
32946
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32947
- transition: 160ms ease;
32948
- }
32949
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
32950
- color: #0080ff;
32951
- }
32952
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32953
- border-color: rgba(107, 128, 167, 0.6);
32954
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32955
- }
32956
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32957
- color: #0080ff;
32958
- }
32959
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32960
- border-color: #0080ff;
32961
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32962
- }
32963
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32964
- transform: rotate(180deg);
32965
- }
32966
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32967
- background: rgba(211, 218, 235, 0.6);
32968
- border-color: rgba(172, 186, 211, 0.6);
32969
- cursor: "not-allowed";
32970
- }
32971
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32972
- border-color: #f0483e !important;
32973
- }
32974
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32975
- color: #1d326c;
32976
- }
32977
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32978
- border-color: #0080ff;
32979
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32980
- }
32981
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32982
- transform: rotate(180deg);
32983
- }
32984
-
32985
- .E_tju3gfj .date {
32986
- margin-right: 4px;
32987
- }
32988
-
32989
- .E_s1sck0th {
32990
- padding: 0 8px;
32991
- border-radius: 4px;
32992
- }
32993
-
32994
- .E_m855nr1 {
32995
- padding: 2px 8px;
32996
- border-radius: 3px;
32997
- }
32998
-
32999
- .E_l1270xpg {
33000
- padding: 3px 8px;
33001
- border-radius: 2px;
33002
- }
33003
-
33004
- .E_t14rextb.ant-tag:hover {
33005
- opacity: unset;
33006
- }
33007
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
33008
- margin: 0;
33009
- margin-right: 8px;
33010
- display: inline-flex;
33011
- align-items: center;
33012
- border: none;
33013
- }
33014
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
33015
- width: 16px;
33016
- height: 16px;
33017
- color: inherit;
33018
- margin-left: 4px;
33019
- opacity: 0.6;
33020
- display: inline-flex;
33021
- }
33022
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
33023
- opacity: 1;
33024
- }
33025
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
33026
- color: #0080ff;
33027
- background-color: rgba(0, 136, 255, 0.1);
33028
- }
33029
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
33030
- color: #f0483e;
33031
- background-color: rgba(255, 74, 74, 0.1);
33028
+ height: 38px;
33029
+ font-size: 13px;
33032
33030
  }
33033
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
33034
- color: #e07f00;
33035
- background-color: rgba(255, 187, 0, 0.1);
33031
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
33032
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
33033
+ transition: 160ms ease;
33036
33034
  }
33037
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
33038
- color: #008f4c;
33039
- background-color: rgba(30, 201, 127, 0.1);
33035
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
33036
+ color: #0080ff;
33040
33037
  }
33041
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
33042
- color: #1d326c;
33043
- background-color: rgba(225, 230, 241, 0.6);
33038
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
33039
+ border-color: rgba(107, 128, 167, 0.6);
33040
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
33044
33041
  }
33045
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
33046
- color: #7E41FF;
33047
- background-color: rgba(126, 65, 255, 0.1);
33042
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
33043
+ color: #0080ff;
33048
33044
  }
33049
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
33050
- color: #fff;
33045
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
33046
+ border-color: #0080ff;
33047
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33051
33048
  }
33052
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
33053
- background-color: #f0483e;
33049
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
33050
+ transform: rotate(180deg);
33054
33051
  }
33055
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
33056
- background-color: #fea008;
33052
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
33053
+ background: rgba(211, 218, 235, 0.6);
33054
+ border-color: rgba(172, 186, 211, 0.6);
33055
+ cursor: "not-allowed";
33057
33056
  }
33058
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33059
- background-color: #00ba5d;
33057
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
33058
+ border-color: #f0483e !important;
33060
33059
  }
33061
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33062
- background-color: #0080ff;
33060
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
33061
+ color: #1d326c;
33063
33062
  }
33064
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33065
- background-color: #6b7d99;
33063
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
33064
+ border-color: #0080ff;
33065
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33066
33066
  }
33067
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33068
- background-color: #7E41FF;
33067
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
33068
+ transform: rotate(180deg);
33069
33069
  }
33070
33070
 
33071
33071
  .E_h1ol2wl7 {
@@ -33225,258 +33225,63 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33225
33225
  .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33226
33226
  bottom: -12px;
33227
33227
  }
33228
- .E_m1y1hhnr .metric-toolbar {
33229
- display: flex;
33230
- justify-content: space-between;
33231
- line-height: 30px;
33232
- margin: 0 16px;
33233
- }
33234
- .E_m1y1hhnr .metric-toolbar .metric-extra {
33235
- display: flex;
33236
- font-size: 12px;
33237
- align-items: center;
33238
- }
33239
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33240
- color: #a3b4cc;
33241
- }
33242
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33243
- margin-left: 10px;
33244
- }
33245
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33246
- margin-left: 10px;
33247
- cursor: pointer;
33248
- }
33249
- .E_m1y1hhnr .recharts-xAxis {
33250
- font-size: 12px;
33251
- }
33252
- .E_m1y1hhnr .pointer-wrapper {
33253
- position: absolute;
33254
- bottom: 10px;
33255
- padding: 0 8px;
33256
- border-radius: 4px;
33257
- font-size: 12px;
33258
- color: #fff;
33259
- background: rgba(0, 0, 0, 0.75);
33260
- transform: translateX(-50%);
33261
- }
33262
-
33263
- .E_tnvijvs {
33264
- min-width: 200px;
33265
- }
33266
-
33267
- .E_t1ub2aex {
33268
- display: flex;
33269
- align-items: center;
33270
- justify-content: space-between;
33271
- background-color: rgba(0, 0, 0, 0.75);
33272
- color: #b4beca;
33273
- font-size: 12px;
33274
- padding: 3px 6px;
33275
- }
33276
- .E_t1ub2aex:first-child {
33277
- padding-top: 3px;
33278
- }
33279
- .E_t1ub2aex:last-child {
33280
- padding-bottom: 3px;
33281
- }
33282
- .E_t1ub2aex .column-value {
33283
- color: #fff;
33284
- margin-left: 8px;
33285
- }
33286
-
33287
- .E_sjob3jg {
33288
- --item-min-width: 60px;
33289
- }
33290
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33291
- display: none !important;
33292
- }
33293
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33294
- flex-shrink: 0 !important;
33295
- }
33296
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33297
- color: #0080ff;
33298
- }
33299
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33300
- color: #0080ff;
33301
- font-weight: normal;
33302
- }
33303
- .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 {
33304
- color: rgba(44, 56, 82, 0.6);
33305
- }
33306
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33307
- color: #00122e;
33308
- }
33309
- .E_sjob3jg .step-item-text {
33310
- display: inline-block;
33311
- }
33312
- .E_sjob3jg .step-item-title {
33313
- overflow: hidden;
33314
- white-space: nowrap;
33315
- text-overflow: ellipsis;
33316
- }
33317
-
33318
- .E_hjvj6s6 .ant-steps-item-container {
33319
- min-width: var(--item-min-width);
33320
- }
33321
- .E_hjvj6s6 .ant-steps-item-disabled {
33322
- cursor: not-allowed !important;
33323
- }
33324
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33325
- flex-direction: row;
33326
- justify-content: stretch;
33327
- }
33328
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33329
- padding: 0;
33330
- margin-right: 4px;
33331
- flex: 1;
33332
- overflow: visible;
33333
- }
33334
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33335
- width: 100%;
33336
- min-height: unset;
33337
- }
33338
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33339
- height: 26px;
33340
- line-height: 26px;
33341
- width: 100%;
33342
- padding: 0;
33343
- font-size: 12px;
33344
- }
33345
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33346
- margin-right: 10px;
33347
- }
33348
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33349
- display: none;
33350
- }
33351
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33352
- padding-left: 8px;
33353
- padding-right: 4px;
33354
- border-radius: 4px 0 0 4px;
33355
- }
33356
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33357
- margin-right: 0;
33358
- }
33359
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33360
- padding-right: 8px;
33361
- padding-left: 12px;
33362
- border-radius: 0 4px 4px 0;
33363
- }
33364
- .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 {
33365
- content: "";
33366
- width: 0;
33367
- height: 0;
33368
- border: 13px solid transparent;
33369
- position: absolute;
33370
- top: 0;
33371
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33372
- z-index: 2;
33373
- position: relative;
33374
- top: -50%;
33375
- right: -100%;
33376
- }
33377
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33378
- padding: 0 4px 0 12px;
33379
- }
33380
- .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 {
33381
- content: "";
33382
- width: 0;
33383
- height: 0;
33384
- border: 13px solid transparent;
33385
- position: absolute;
33386
- top: 0;
33387
- border-left: 8px solid #fff;
33388
- left: 0;
33389
- }
33390
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33391
- max-width: calc(100% - var(--item-min-width) * 2);
33392
- }
33393
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33394
- background-color: rgba(0, 136, 255, 0.1);
33395
- }
33396
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33397
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33398
- }
33399
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33400
- cursor: pointer;
33401
- min-width: var(--item-min-width);
33402
- }
33403
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33404
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33405
- min-width: var(--item-min-width);
33406
- }
33407
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33408
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33409
- background-color: rgba(237, 241, 250, 0.6);
33410
- }
33411
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33412
- padding: 0;
33413
- }
33414
-
33415
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
33416
- width: 192px;
33417
- row-gap: 2px;
33418
- }
33419
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33420
- background-color: rgba(225, 230, 241, 0.6);
33421
- }
33422
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33423
- color: #00122e !important;
33424
- }
33425
- .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 {
33426
- background-color: rgba(225, 230, 241, 0.6);
33427
- }
33428
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33429
- padding: 0 8px;
33430
- border-radius: 4px;
33431
- height: 32px;
33228
+ .E_m1y1hhnr .metric-toolbar {
33229
+ display: flex;
33230
+ justify-content: space-between;
33231
+ line-height: 30px;
33232
+ margin: 0 16px;
33233
+ }
33234
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
33432
33235
  display: flex;
33236
+ font-size: 12px;
33433
33237
  align-items: center;
33434
33238
  }
33435
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33436
- min-height: auto;
33437
- white-space: nowrap;
33239
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33240
+ color: #a3b4cc;
33438
33241
  }
33439
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33440
- font-size: 13px;
33441
- line-height: 20px;
33442
- max-width: 100%;
33443
- padding-right: 0;
33242
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33243
+ margin-left: 10px;
33444
33244
  }
33445
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33446
- background: rgba(0, 128, 255, 0.1);
33245
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33246
+ margin-left: 10px;
33247
+ cursor: pointer;
33447
33248
  }
33448
-
33449
- .E_h6l1tj4 {
33450
- width: 100%;
33451
- display: inline-flex;
33452
- align-items: center;
33453
- justify-content: center;
33454
- column-gap: 4px;
33249
+ .E_m1y1hhnr .recharts-xAxis {
33250
+ font-size: 12px;
33455
33251
  }
33456
- .E_h6l1tj4 .step-item-prefix-container {
33457
- display: inline-flex;
33458
- align-items: center;
33459
- width: 18px;
33460
- height: 18px;
33461
- color: rgba(44, 56, 82, 0.75);
33462
- justify-content: center;
33252
+ .E_m1y1hhnr .pointer-wrapper {
33253
+ position: absolute;
33254
+ bottom: 10px;
33255
+ padding: 0 8px;
33256
+ border-radius: 4px;
33257
+ font-size: 12px;
33258
+ color: #fff;
33259
+ background: rgba(0, 0, 0, 0.75);
33260
+ transform: translateX(-50%);
33463
33261
  }
33464
33262
 
33465
- .E_v18frne8 {
33466
- width: 100%;
33263
+ .E_tnvijvs {
33264
+ min-width: 200px;
33265
+ }
33266
+
33267
+ .E_t1ub2aex {
33467
33268
  display: flex;
33468
33269
  align-items: center;
33469
- justify-content: center;
33470
- column-gap: 6px;
33471
- font-size: 13px;
33270
+ justify-content: space-between;
33271
+ background-color: rgba(0, 0, 0, 0.75);
33272
+ color: #b4beca;
33273
+ font-size: 12px;
33274
+ padding: 3px 6px;
33472
33275
  }
33473
- .E_v18frne8 .step-item-prefix-container {
33474
- display: inline-flex;
33475
- align-items: center;
33476
- min-width: 20px;
33477
- min-height: 20px;
33478
- color: rgba(44, 56, 82, 0.75);
33479
- justify-content: center;
33276
+ .E_t1ub2aex:first-child {
33277
+ padding-top: 3px;
33278
+ }
33279
+ .E_t1ub2aex:last-child {
33280
+ padding-bottom: 3px;
33281
+ }
33282
+ .E_t1ub2aex .column-value {
33283
+ color: #fff;
33284
+ margin-left: 8px;
33480
33285
  }
33481
33286
 
33482
33287
  .E_c1kchka8 {
@@ -33956,97 +33761,199 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33956
33761
  padding: 0;
33957
33762
  }
33958
33763
 
33959
- .E_suhck3k {
33960
- height: 24px;
33961
- width: 24px;
33962
- border-radius: 6px;
33963
- padding: 4px;
33764
+ .E_sjob3jg {
33765
+ --item-min-width: 60px;
33964
33766
  }
33965
- .E_suhck3k:hover {
33966
- background-color: rgba(0, 136, 255, 0.1);
33767
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33768
+ display: none !important;
33967
33769
  }
33968
- .E_suhck3k:hover svg path {
33969
- fill: blue;
33770
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33771
+ flex-shrink: 0 !important;
33970
33772
  }
33971
-
33972
- .E_ryby9ds {
33973
- display: flex;
33974
- align-items: center;
33773
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33774
+ color: #0080ff;
33975
33775
  }
33976
- .E_ryby9ds .order {
33977
- height: 24px;
33978
- width: 24px;
33979
- border-radius: 20px;
33776
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33980
33777
  color: #0080ff;
33981
- background: rgba(0, 136, 255, 0.1);
33982
- display: flex;
33983
- align-items: center;
33984
- justify-content: center;
33985
- margin-right: 6px;
33778
+ font-weight: normal;
33779
+ }
33780
+ .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 {
33781
+ color: rgba(44, 56, 82, 0.6);
33782
+ }
33783
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33784
+ color: #00122e;
33785
+ }
33786
+ .E_sjob3jg .step-item-text {
33787
+ display: inline-block;
33788
+ }
33789
+ .E_sjob3jg .step-item-title {
33790
+ overflow: hidden;
33791
+ white-space: nowrap;
33792
+ text-overflow: ellipsis;
33986
33793
  }
33987
33794
 
33988
- .E_ckui4s7 {
33989
- color: #2d3a56;
33990
- line-height: 22px;
33991
- display: inline-flex;
33795
+ .E_hjvj6s6 .ant-steps-item-container {
33796
+ min-width: var(--item-min-width);
33992
33797
  }
33993
- .E_ckui4s7 .ant-checkbox {
33994
- height: 22px;
33995
- display: flex;
33996
- align-items: center;
33798
+ .E_hjvj6s6 .ant-steps-item-disabled {
33799
+ cursor: not-allowed !important;
33800
+ }
33801
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33802
+ flex-direction: row;
33803
+ justify-content: stretch;
33804
+ }
33805
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33806
+ padding: 0;
33807
+ margin-right: 4px;
33808
+ flex: 1;
33809
+ overflow: visible;
33810
+ }
33811
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33812
+ width: 100%;
33813
+ min-height: unset;
33814
+ }
33815
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33816
+ height: 26px;
33817
+ line-height: 26px;
33818
+ width: 100%;
33819
+ padding: 0;
33820
+ font-size: 12px;
33821
+ }
33822
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33823
+ margin-right: 10px;
33824
+ }
33825
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33826
+ display: none;
33827
+ }
33828
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33829
+ padding-left: 8px;
33830
+ padding-right: 4px;
33831
+ border-radius: 4px 0 0 4px;
33832
+ }
33833
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33834
+ margin-right: 0;
33835
+ }
33836
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33837
+ padding-right: 8px;
33838
+ padding-left: 12px;
33839
+ border-radius: 0 4px 4px 0;
33840
+ }
33841
+ .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 {
33842
+ content: "";
33843
+ width: 0;
33844
+ height: 0;
33845
+ border: 13px solid transparent;
33846
+ position: absolute;
33847
+ top: 0;
33848
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33849
+ z-index: 2;
33850
+ position: relative;
33851
+ top: -50%;
33852
+ right: -100%;
33853
+ }
33854
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33855
+ padding: 0 4px 0 12px;
33856
+ }
33857
+ .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 {
33858
+ content: "";
33859
+ width: 0;
33860
+ height: 0;
33861
+ border: 13px solid transparent;
33862
+ position: absolute;
33997
33863
  top: 0;
33864
+ border-left: 8px solid #fff;
33865
+ left: 0;
33998
33866
  }
33999
- .E_ckui4s7 .ant-checkbox-checked::after {
34000
- border: none;
33867
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33868
+ max-width: calc(100% - var(--item-min-width) * 2);
34001
33869
  }
34002
- .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 {
34003
- border-color: #0080ff;
33870
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33871
+ background-color: rgba(0, 136, 255, 0.1);
34004
33872
  }
34005
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
34006
- border: 1px solid rgba(107, 128, 167, 0.6);
33873
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33874
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
34007
33875
  }
34008
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
34009
- border: 1px solid #0080ff;
33876
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33877
+ cursor: pointer;
33878
+ min-width: var(--item-min-width);
34010
33879
  }
34011
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
34012
- background: #0080ff;
33880
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33881
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33882
+ min-width: var(--item-min-width);
34013
33883
  }
34014
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
34015
- background-color: #fff;
34016
- height: 2px;
34017
- width: 10px;
34018
- border-radius: 2px;
33884
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33885
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33886
+ background-color: rgba(237, 241, 250, 0.6);
34019
33887
  }
34020
- .E_ckui4s7.ant-checkbox-wrapper-disabled {
34021
- opacity: 0.5;
33888
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33889
+ padding: 0;
33890
+ }
33891
+
33892
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
33893
+ width: 192px;
33894
+ row-gap: 2px;
33895
+ }
33896
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33897
+ background-color: rgba(225, 230, 241, 0.6);
33898
+ }
33899
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33900
+ color: #00122e !important;
33901
+ }
33902
+ .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 {
33903
+ background-color: rgba(225, 230, 241, 0.6);
34022
33904
  }
34023
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
34024
- background: rgba(211, 218, 235, 0.6);
34025
- border-color: rgba(107, 128, 167, 0.6) !important;
33905
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33906
+ padding: 0 8px;
33907
+ border-radius: 4px;
33908
+ height: 32px;
33909
+ display: flex;
33910
+ align-items: center;
34026
33911
  }
34027
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
34028
- border-color: #2d3a56;
33912
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33913
+ min-height: auto;
33914
+ white-space: nowrap;
34029
33915
  }
34030
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
34031
- background: #2d3a56;
33916
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33917
+ font-size: 13px;
33918
+ line-height: 20px;
33919
+ max-width: 100%;
33920
+ padding-right: 0;
34032
33921
  }
34033
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
34034
- padding: 0;
33922
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33923
+ background: rgba(0, 128, 255, 0.1);
34035
33924
  }
34036
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
34037
- display: inline-block;
34038
- margin-left: 12px;
34039
- color: #2d3a56;
33925
+
33926
+ .E_h6l1tj4 {
33927
+ width: 100%;
33928
+ display: inline-flex;
33929
+ align-items: center;
33930
+ justify-content: center;
33931
+ column-gap: 4px;
34040
33932
  }
34041
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
34042
- margin-left: 28px;
34043
- color: rgba(44, 56, 82, 0.6);
33933
+ .E_h6l1tj4 .step-item-prefix-container {
33934
+ display: inline-flex;
33935
+ align-items: center;
33936
+ width: 18px;
33937
+ height: 18px;
33938
+ color: rgba(44, 56, 82, 0.75);
33939
+ justify-content: center;
34044
33940
  }
34045
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
34046
- margin-left: 8px;
33941
+
33942
+ .E_v18frne8 {
33943
+ width: 100%;
33944
+ display: flex;
33945
+ align-items: center;
33946
+ justify-content: center;
33947
+ column-gap: 6px;
33948
+ font-size: 13px;
34047
33949
  }
34048
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
34049
- margin-left: 24px;
33950
+ .E_v18frne8 .step-item-prefix-container {
33951
+ display: inline-flex;
33952
+ align-items: center;
33953
+ min-width: 20px;
33954
+ min-height: 20px;
33955
+ color: rgba(44, 56, 82, 0.75);
33956
+ justify-content: center;
34050
33957
  }
34051
33958
 
34052
33959
  .E_c1kghdax {
@@ -34089,6 +33996,26 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34089
33996
  margin-right: 2px;
34090
33997
  }
34091
33998
 
33999
+ .E_c1yd35n {
34000
+ padding: 0 12px 14px 12px;
34001
+ }
34002
+
34003
+ .E_ryby9ds {
34004
+ display: flex;
34005
+ align-items: center;
34006
+ }
34007
+ .E_ryby9ds .order {
34008
+ height: 24px;
34009
+ width: 24px;
34010
+ border-radius: 20px;
34011
+ color: #0080ff;
34012
+ background: rgba(0, 136, 255, 0.1);
34013
+ display: flex;
34014
+ align-items: center;
34015
+ justify-content: center;
34016
+ margin-right: 6px;
34017
+ }
34018
+
34092
34019
  .E_b14q2gmw {
34093
34020
  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);
34094
34021
  }
@@ -34106,201 +34033,81 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34106
34033
  transform: translateY(-4px);
34107
34034
  }
34108
34035
 
34109
- .E_c1yd35n {
34110
- padding: 0 12px 14px 12px;
34111
- }
34112
-
34113
- .E_t1dtlqs1 {
34114
- margin-bottom: 4px;
34115
- color: rgba(44, 56, 82, 0.6);
34116
- overflow: hidden;
34117
- text-overflow: ellipsis;
34118
- white-space: nowrap;
34119
- }
34120
-
34121
- .E_s1ese5oy {
34122
- color: rgba(44, 56, 82, 0.6);
34123
- line-height: 32px;
34124
- height: 32px;
34125
- margin-bottom: 0;
34126
- }
34127
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34128
- color: #0080ff;
34129
- }
34130
- .E_s1ese5oy.warning {
34131
- color: #ffa500;
34132
- }
34133
- .E_s1ese5oy.success {
34134
- color: #00ba5d;
34135
- }
34136
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34137
- color: #f0483e;
34138
- }
34139
- .E_s1ese5oy.normal {
34140
- color: rgba(44, 56, 82, 0.6);
34141
- }
34142
-
34143
- .E_b1ibis43 {
34144
- margin-bottom: 0;
34145
- color: #00122e;
34146
- }
34147
-
34148
- .E_b11xxjd2 {
34149
- line-height: 32px;
34150
- margin-right: 6px;
34151
- }
34152
-
34153
- .E_bsub5bw.with-description {
34036
+ .E_suhck3k {
34154
34037
  height: 24px;
34155
- flex: 1;
34156
- position: relative;
34157
- top: -7px;
34038
+ width: 24px;
34039
+ border-radius: 6px;
34040
+ padding: 4px;
34158
34041
  }
34159
- .E_bsub5bw p {
34160
- width: 100%;
34161
- overflow: hidden;
34162
- text-overflow: ellipsis;
34163
- white-space: nowrap;
34042
+ .E_suhck3k:hover {
34043
+ background-color: rgba(0, 136, 255, 0.1);
34164
34044
  }
34165
-
34166
- .E_tmoyoag {
34167
- border: 1px solid rgba(211, 218, 235, 0.6);
34168
- border-radius: 8px;
34169
- overflow: auto;
34045
+ .E_suhck3k:hover svg path {
34046
+ fill: blue;
34170
34047
  }
34171
- .E_tmoyoag .ant-list {
34172
- position: relative;
34048
+
34049
+ .E_ckui4s7 {
34050
+ color: #2d3a56;
34051
+ line-height: 22px;
34052
+ display: inline-flex;
34173
34053
  }
34174
- .E_tmoyoag .ant-list .eagle-table-form-header {
34175
- position: sticky;
34176
- top: 0;
34177
- z-index: 2;
34054
+ .E_ckui4s7 .ant-checkbox {
34055
+ height: 22px;
34178
34056
  display: flex;
34179
- padding: 8px;
34180
- flex-wrap: nowrap;
34181
- justify-content: flex-start;
34182
- background: #f2f5fa;
34183
- font-size: 14px;
34184
- color: rgba(44, 56, 82, 0.6);
34185
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34186
- }
34187
- .E_tmoyoag .ant-list .eagle-table-form-header {
34188
- align-items: inherit;
34057
+ align-items: center;
34058
+ top: 0;
34189
34059
  }
34190
- .E_tmoyoag .ant-list .eagle-table-form-row {
34191
- display: flex;
34192
- justify-content: flex-start;
34193
- align-items: flex-start;
34194
- flex-wrap: wrap;
34195
- padding: 8px;
34060
+ .E_ckui4s7 .ant-checkbox-checked::after {
34196
34061
  border: none;
34197
34062
  }
34198
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34199
- flex-basis: 100%;
34200
- margin: 12px 0 0;
34201
- order: 99;
34202
- color: rgba(44, 56, 82, 0.6);
34203
- }
34204
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34205
- color: #f0483e;
34206
- flex-basis: 100%;
34207
- order: 98;
34208
- margin: 12px 0 0;
34209
- }
34210
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34211
- background-color: rgba(237, 241, 250, 0.6);
34212
- }
34213
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34214
- background-color: rgba(0, 136, 255, 0.1);
34215
- }
34216
- .E_tmoyoag .ant-list .eagle-table-form-cell {
34217
- flex: 1 0 0;
34218
- overflow: hidden;
34219
- }
34220
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34221
- color: rgba(44, 56, 82, 0.6);
34222
- margin: 0;
34223
- }
34224
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34225
- text-align: center;
34226
- }
34227
- .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 > * {
34228
- text-align: center;
34229
- }
34230
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34231
- text-align: left;
34232
- }
34233
- .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 > * {
34234
- text-align: left;
34235
- }
34236
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34237
- text-align: right;
34238
- }
34239
- .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 > * {
34240
- text-align: right;
34241
- }
34242
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34243
- margin-right: 8px;
34244
- }
34245
- .E_tmoyoag .ant-list .ant-list-item-action {
34246
- padding: 4px;
34247
- width: 24px;
34248
- height: 24px;
34249
- overflow: hidden;
34063
+ .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 {
34064
+ border-color: #0080ff;
34250
34065
  }
34251
- .E_tmoyoag .ant-list .ant-list-item-action li {
34252
- padding: 0;
34066
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
34067
+ border: 1px solid rgba(107, 128, 167, 0.6);
34253
34068
  }
34254
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
34255
- cursor: not-allowed;
34256
- opacity: 0.5;
34069
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
34070
+ border: 1px solid #0080ff;
34257
34071
  }
34258
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34259
- margin: 0;
34072
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
34073
+ background: #0080ff;
34260
34074
  }
34261
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34262
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34263
- border-radius: 5px;
34264
- font-size: 12px;
34075
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
34076
+ background-color: #fff;
34077
+ height: 2px;
34078
+ width: 10px;
34079
+ border-radius: 2px;
34265
34080
  }
34266
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34267
- font-size: inherit;
34081
+ .E_ckui4s7.ant-checkbox-wrapper-disabled {
34082
+ opacity: 0.5;
34268
34083
  }
34269
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34270
- min-height: 24px;
34271
- font-size: 12px;
34272
- position: relative;
34084
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
34085
+ background: rgba(211, 218, 235, 0.6);
34086
+ border-color: rgba(107, 128, 167, 0.6) !important;
34273
34087
  }
34274
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34275
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34088
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
34089
+ border-color: #2d3a56;
34276
34090
  }
34277
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34278
- background-color: rgba(237, 241, 250, 0.6);
34091
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
34092
+ background: #2d3a56;
34279
34093
  }
34280
-
34281
- .E_a138syjm {
34282
- display: flex;
34283
- align-items: center;
34284
- margin-top: 8px;
34094
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
34095
+ padding: 0;
34285
34096
  }
34286
- .E_a138syjm button.ant-btn {
34287
- padding: 2px 8px;
34288
- height: 24px;
34097
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
34098
+ display: inline-block;
34099
+ margin-left: 12px;
34100
+ color: #2d3a56;
34289
34101
  }
34290
- .E_a138syjm > span.maximum-desc {
34291
- display: none;
34292
- margin-left: 8px;
34102
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
34103
+ margin-left: 28px;
34293
34104
  color: rgba(44, 56, 82, 0.6);
34294
34105
  }
34295
- .E_a138syjm > span.maximum-desc.disabled {
34296
- display: inline;
34106
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
34107
+ margin-left: 8px;
34297
34108
  }
34298
-
34299
- .E_d77i8u0 {
34300
- width: 24px;
34301
- height: 24px;
34302
- padding: 4px;
34303
- margin-right: 8px;
34109
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
34110
+ margin-left: 24px;
34304
34111
  }
34305
34112
 
34306
34113
  .E_w7ob4th.outside-tag {
@@ -34312,11 +34119,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34312
34119
  margin-right: 4px;
34313
34120
  }
34314
34121
 
34315
- .E_i1g85yz3 {
34316
- margin-right: 4px;
34317
- height: 16px;
34318
- }
34319
-
34320
34122
  .E_t160l1cm {
34321
34123
  display: flex;
34322
34124
  flex-direction: column;
@@ -34520,6 +34322,11 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34520
34322
  background: transparent;
34521
34323
  }
34522
34324
 
34325
+ .E_i1g85yz3 {
34326
+ margin-right: 4px;
34327
+ height: 16px;
34328
+ }
34329
+
34523
34330
  .E_slr2ynn {
34524
34331
  padding: 0 8px;
34525
34332
  height: 18px;
@@ -34549,6 +34356,199 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34549
34356
  white-space: normal;
34550
34357
  }
34551
34358
 
34359
+ .E_t1dtlqs1 {
34360
+ margin-bottom: 4px;
34361
+ color: rgba(44, 56, 82, 0.6);
34362
+ overflow: hidden;
34363
+ text-overflow: ellipsis;
34364
+ white-space: nowrap;
34365
+ }
34366
+
34367
+ .E_s1ese5oy {
34368
+ color: rgba(44, 56, 82, 0.6);
34369
+ line-height: 32px;
34370
+ height: 32px;
34371
+ margin-bottom: 0;
34372
+ }
34373
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
34374
+ color: #0080ff;
34375
+ }
34376
+ .E_s1ese5oy.warning {
34377
+ color: #ffa500;
34378
+ }
34379
+ .E_s1ese5oy.success {
34380
+ color: #00ba5d;
34381
+ }
34382
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34383
+ color: #f0483e;
34384
+ }
34385
+ .E_s1ese5oy.normal {
34386
+ color: rgba(44, 56, 82, 0.6);
34387
+ }
34388
+
34389
+ .E_b1ibis43 {
34390
+ margin-bottom: 0;
34391
+ color: #00122e;
34392
+ }
34393
+
34394
+ .E_b11xxjd2 {
34395
+ line-height: 32px;
34396
+ margin-right: 6px;
34397
+ }
34398
+
34399
+ .E_bsub5bw.with-description {
34400
+ height: 24px;
34401
+ flex: 1;
34402
+ position: relative;
34403
+ top: -7px;
34404
+ }
34405
+ .E_bsub5bw p {
34406
+ width: 100%;
34407
+ overflow: hidden;
34408
+ text-overflow: ellipsis;
34409
+ white-space: nowrap;
34410
+ }
34411
+
34412
+ .E_tmoyoag {
34413
+ border: 1px solid rgba(211, 218, 235, 0.6);
34414
+ border-radius: 8px;
34415
+ overflow: auto;
34416
+ }
34417
+ .E_tmoyoag .ant-list {
34418
+ position: relative;
34419
+ }
34420
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34421
+ position: sticky;
34422
+ top: 0;
34423
+ z-index: 2;
34424
+ display: flex;
34425
+ padding: 8px;
34426
+ flex-wrap: nowrap;
34427
+ justify-content: flex-start;
34428
+ background: #f2f5fa;
34429
+ font-size: 14px;
34430
+ color: rgba(44, 56, 82, 0.6);
34431
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34432
+ }
34433
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34434
+ align-items: inherit;
34435
+ }
34436
+ .E_tmoyoag .ant-list .eagle-table-form-row {
34437
+ display: flex;
34438
+ justify-content: flex-start;
34439
+ align-items: flex-start;
34440
+ flex-wrap: wrap;
34441
+ padding: 8px;
34442
+ border: none;
34443
+ }
34444
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34445
+ flex-basis: 100%;
34446
+ margin: 12px 0 0;
34447
+ order: 99;
34448
+ color: rgba(44, 56, 82, 0.6);
34449
+ }
34450
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34451
+ color: #f0483e;
34452
+ flex-basis: 100%;
34453
+ order: 98;
34454
+ margin: 12px 0 0;
34455
+ }
34456
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34457
+ background-color: rgba(237, 241, 250, 0.6);
34458
+ }
34459
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34460
+ background-color: rgba(0, 136, 255, 0.1);
34461
+ }
34462
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
34463
+ flex: 1 0 0;
34464
+ overflow: hidden;
34465
+ }
34466
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34467
+ color: rgba(44, 56, 82, 0.6);
34468
+ margin: 0;
34469
+ }
34470
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34471
+ text-align: center;
34472
+ }
34473
+ .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 > * {
34474
+ text-align: center;
34475
+ }
34476
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34477
+ text-align: left;
34478
+ }
34479
+ .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 > * {
34480
+ text-align: left;
34481
+ }
34482
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34483
+ text-align: right;
34484
+ }
34485
+ .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 > * {
34486
+ text-align: right;
34487
+ }
34488
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34489
+ margin-right: 8px;
34490
+ }
34491
+ .E_tmoyoag .ant-list .ant-list-item-action {
34492
+ padding: 4px;
34493
+ width: 24px;
34494
+ height: 24px;
34495
+ overflow: hidden;
34496
+ }
34497
+ .E_tmoyoag .ant-list .ant-list-item-action li {
34498
+ padding: 0;
34499
+ }
34500
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
34501
+ cursor: not-allowed;
34502
+ opacity: 0.5;
34503
+ }
34504
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34505
+ margin: 0;
34506
+ }
34507
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34508
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34509
+ border-radius: 5px;
34510
+ font-size: 12px;
34511
+ }
34512
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34513
+ font-size: inherit;
34514
+ }
34515
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34516
+ min-height: 24px;
34517
+ font-size: 12px;
34518
+ position: relative;
34519
+ }
34520
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34521
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34522
+ }
34523
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34524
+ background-color: rgba(237, 241, 250, 0.6);
34525
+ }
34526
+
34527
+ .E_a138syjm {
34528
+ display: flex;
34529
+ align-items: center;
34530
+ margin-top: 8px;
34531
+ }
34532
+ .E_a138syjm button.ant-btn {
34533
+ padding: 2px 8px;
34534
+ height: 24px;
34535
+ }
34536
+ .E_a138syjm > span.maximum-desc {
34537
+ display: none;
34538
+ margin-left: 8px;
34539
+ color: rgba(44, 56, 82, 0.6);
34540
+ }
34541
+ .E_a138syjm > span.maximum-desc.disabled {
34542
+ display: inline;
34543
+ }
34544
+
34545
+ .E_d77i8u0 {
34546
+ width: 24px;
34547
+ height: 24px;
34548
+ padding: 4px;
34549
+ margin-right: 8px;
34550
+ }
34551
+
34552
34552
  .E_f7pxqmh {
34553
34553
  width: 100%;
34554
34554
  margin-bottom: 0 !important;