@cloudtower/eagle 0.29.1 → 0.29.3
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/README.md +6 -10
- package/dist/cjs/core/Table/index.js +21 -5
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2961 -2962
- package/dist/esm/core/Table/index.js +21 -5
- package/dist/esm/stats1.html +1 -1
- package/dist/stories/docs/core/KitStoreProvider.stories.d.ts +23 -0
- package/dist/stories/docs/core/Table.stories.d.ts +47 -16
- package/dist/style.css +2094 -2094
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29578,19 +29578,6 @@ html body {
|
|
|
29578
29578
|
padding: 8px 12px;
|
|
29579
29579
|
}
|
|
29580
29580
|
|
|
29581
|
-
.E_m74vjol {
|
|
29582
|
-
display: flex;
|
|
29583
|
-
justify-content: space-between;
|
|
29584
|
-
width: 100%;
|
|
29585
|
-
}
|
|
29586
|
-
.E_m74vjol .action {
|
|
29587
|
-
margin-left: 16px;
|
|
29588
|
-
}
|
|
29589
|
-
|
|
29590
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29591
|
-
width: 100%;
|
|
29592
|
-
}
|
|
29593
|
-
|
|
29594
29581
|
.E_berrcjl {
|
|
29595
29582
|
color: rgba(10, 37, 85, 0.6);
|
|
29596
29583
|
margin-bottom: 4px;
|
|
@@ -29607,218 +29594,17 @@ html body {
|
|
|
29607
29594
|
color: #005ed1;
|
|
29608
29595
|
}
|
|
29609
29596
|
|
|
29610
|
-
.
|
|
29611
|
-
padding: 4px 11px;
|
|
29612
|
-
}
|
|
29613
|
-
|
|
29614
|
-
.E_bqamoqe {
|
|
29615
|
-
white-space: nowrap;
|
|
29616
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29617
|
-
}
|
|
29618
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29619
|
-
--color: #0080ff;
|
|
29620
|
-
}
|
|
29621
|
-
.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] {
|
|
29622
|
-
--color: #0080ff;
|
|
29623
|
-
}
|
|
29624
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29625
|
-
margin-left: 1px;
|
|
29626
|
-
}
|
|
29627
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29628
|
-
border-top-right-radius: 0;
|
|
29629
|
-
border-bottom-right-radius: 0;
|
|
29630
|
-
}
|
|
29631
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29632
|
-
border-top-left-radius: 0;
|
|
29633
|
-
border-bottom-left-radius: 0;
|
|
29634
|
-
}
|
|
29635
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29636
|
-
border-radius: unset;
|
|
29637
|
-
}
|
|
29638
|
-
|
|
29639
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29640
|
-
padding: 4px 8px 0 8px;
|
|
29641
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29642
|
-
font-size: 12px;
|
|
29643
|
-
}
|
|
29644
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29645
|
-
padding-bottom: 6px;
|
|
29646
|
-
}
|
|
29647
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29648
|
-
padding-top: 4px;
|
|
29649
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29650
|
-
}
|
|
29651
|
-
|
|
29652
|
-
.E_fzh9mnb {
|
|
29653
|
-
width: 100%;
|
|
29654
|
-
height: 100%;
|
|
29655
|
-
min-height: 124px;
|
|
29597
|
+
.E_m74vjol {
|
|
29656
29598
|
display: flex;
|
|
29657
|
-
|
|
29658
|
-
justify-content: center;
|
|
29659
|
-
align-items: center;
|
|
29660
|
-
}
|
|
29661
|
-
.E_fzh9mnb .error-text {
|
|
29662
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29663
|
-
margin-bottom: 16px;
|
|
29664
|
-
font-size: 18px;
|
|
29665
|
-
}
|
|
29666
|
-
|
|
29667
|
-
.E_f7pxqmh {
|
|
29599
|
+
justify-content: space-between;
|
|
29668
29600
|
width: 100%;
|
|
29669
|
-
margin-bottom: 0 !important;
|
|
29670
|
-
flex-flow: nowrap !important;
|
|
29671
|
-
line-break: auto;
|
|
29672
|
-
}
|
|
29673
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
29674
|
-
text-align: left !important;
|
|
29675
|
-
padding-bottom: 0 !important;
|
|
29676
|
-
}
|
|
29677
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
29678
|
-
min-height: 32px;
|
|
29679
|
-
height: auto;
|
|
29680
|
-
font-size: 13px;
|
|
29681
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29682
|
-
white-space: normal;
|
|
29683
|
-
}
|
|
29684
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
29685
|
-
border-color: #ff4d4f !important;
|
|
29686
|
-
}
|
|
29687
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
29688
|
-
border-color: #ff4d4f !important;
|
|
29689
|
-
}
|
|
29690
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
29691
|
-
margin-top: 4px;
|
|
29692
|
-
font-size: 12px;
|
|
29693
|
-
min-height: 0px;
|
|
29694
|
-
}
|
|
29695
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
29696
|
-
font-size: 12px;
|
|
29697
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29698
|
-
min-height: 0px;
|
|
29699
|
-
}
|
|
29700
|
-
|
|
29701
|
-
.E_iouxfgt {
|
|
29702
|
-
display: inline-flex;
|
|
29703
|
-
align-items: center;
|
|
29704
|
-
}
|
|
29705
|
-
.E_iouxfgt .icon-inner {
|
|
29706
|
-
display: inline-flex;
|
|
29707
|
-
align-items: center;
|
|
29708
|
-
justify-content: center;
|
|
29709
|
-
}
|
|
29710
|
-
.E_iouxfgt .icon-inner + span,
|
|
29711
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
29712
|
-
margin-left: 4px;
|
|
29713
|
-
}
|
|
29714
|
-
.E_iouxfgt.is-rotate img,
|
|
29715
|
-
.E_iouxfgt.is-rotate svg {
|
|
29716
|
-
animation: rotate 680ms linear infinite;
|
|
29717
|
-
}
|
|
29718
|
-
|
|
29719
|
-
.E_c1uzzomf {
|
|
29720
|
-
margin-bottom: 16px;
|
|
29721
|
-
}
|
|
29722
|
-
.E_c1uzzomf .card-title {
|
|
29723
|
-
font-size: 16px;
|
|
29724
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29725
|
-
font-weight: 700;
|
|
29726
|
-
line-height: 32px;
|
|
29727
|
-
}
|
|
29728
|
-
.E_c1uzzomf .card-body {
|
|
29729
|
-
padding: 24px;
|
|
29730
|
-
border-radius: 8px;
|
|
29731
|
-
background: #fff;
|
|
29732
29601
|
}
|
|
29733
|
-
.
|
|
29734
|
-
|
|
29735
|
-
font-size: 14px;
|
|
29736
|
-
line-height: 22px;
|
|
29737
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29738
|
-
text-align: center;
|
|
29602
|
+
.E_m74vjol .action {
|
|
29603
|
+
margin-left: 16px;
|
|
29739
29604
|
}
|
|
29740
29605
|
|
|
29741
|
-
.
|
|
29742
|
-
position: relative;
|
|
29743
|
-
max-width: 388px;
|
|
29744
|
-
min-width: 285px;
|
|
29745
|
-
}
|
|
29746
|
-
.E_d1bw7c5z .center {
|
|
29747
|
-
position: absolute;
|
|
29748
|
-
font-size: 12px;
|
|
29749
|
-
width: 80px;
|
|
29750
|
-
height: 100px;
|
|
29751
|
-
top: 0;
|
|
29752
|
-
left: 35px;
|
|
29753
|
-
display: flex;
|
|
29754
|
-
flex-direction: column;
|
|
29755
|
-
justify-content: center;
|
|
29756
|
-
align-items: center;
|
|
29757
|
-
color: #00122e;
|
|
29758
|
-
}
|
|
29759
|
-
.E_d1bw7c5z .center .number {
|
|
29760
|
-
font-size: 24px;
|
|
29761
|
-
font-weight: 700;
|
|
29762
|
-
}
|
|
29763
|
-
.E_d1bw7c5z .center .text {
|
|
29764
|
-
padding: 0 5px;
|
|
29765
|
-
font-size: 12px;
|
|
29766
|
-
width: inherit;
|
|
29767
|
-
text-align: center;
|
|
29768
|
-
}
|
|
29769
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29770
|
-
display: flex;
|
|
29771
|
-
}
|
|
29772
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29773
|
-
position: relative !important;
|
|
29774
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29775
|
-
left: 0 !important;
|
|
29776
|
-
bottom: 0 !important;
|
|
29777
|
-
display: flex;
|
|
29778
|
-
align-items: center;
|
|
29779
|
-
}
|
|
29780
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29781
|
-
width: 100%;
|
|
29782
|
-
}
|
|
29783
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29606
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29784
29607
|
width: 100%;
|
|
29785
|
-
margin-right: 0 !important;
|
|
29786
|
-
line-height: 18px;
|
|
29787
|
-
}
|
|
29788
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29789
|
-
border-radius: 2px;
|
|
29790
|
-
}
|
|
29791
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29792
|
-
min-width: 75px;
|
|
29793
|
-
max-width: 198px;
|
|
29794
|
-
width: calc(100% - 20px);
|
|
29795
|
-
margin-left: 2px;
|
|
29796
|
-
color: #00122e !important;
|
|
29797
|
-
display: inline-flex;
|
|
29798
|
-
justify-content: space-between;
|
|
29799
|
-
}
|
|
29800
|
-
.E_d1bw7c5z .tooltip-text {
|
|
29801
|
-
maxwidth: calc(100% - 12px);
|
|
29802
|
-
cursor: pointer;
|
|
29803
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29804
|
-
overflow: hidden;
|
|
29805
|
-
text-overflow: ellipsis;
|
|
29806
|
-
white-space: nowrap;
|
|
29807
|
-
}
|
|
29808
|
-
.E_d1bw7c5z .value {
|
|
29809
|
-
color: rgba(44, 56, 82, 0.75);
|
|
29810
|
-
}
|
|
29811
|
-
|
|
29812
|
-
.E_t10pqbtc {
|
|
29813
|
-
width: 140px;
|
|
29814
|
-
}
|
|
29815
|
-
.E_t10pqbtc .item {
|
|
29816
|
-
margin: 6px auto;
|
|
29817
|
-
display: flex;
|
|
29818
|
-
justify-content: space-between;
|
|
29819
|
-
}
|
|
29820
|
-
.E_t10pqbtc .item .name {
|
|
29821
|
-
width: 102px;
|
|
29822
29608
|
}
|
|
29823
29609
|
|
|
29824
29610
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30075,56 +29861,174 @@ button.E_n7k2c6r {
|
|
|
30075
29861
|
padding: 0;
|
|
30076
29862
|
}
|
|
30077
29863
|
|
|
30078
|
-
.
|
|
30079
|
-
|
|
29864
|
+
.E_b1nip9bk {
|
|
29865
|
+
padding: 4px 11px;
|
|
30080
29866
|
}
|
|
30081
29867
|
|
|
30082
|
-
.
|
|
30083
|
-
|
|
30084
|
-
|
|
30085
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30086
|
-
padding: 4px 11px;
|
|
30087
|
-
display: inline-flex;
|
|
30088
|
-
line-height: 1.5715;
|
|
30089
|
-
height: inherit;
|
|
29868
|
+
.E_bqamoqe {
|
|
29869
|
+
white-space: nowrap;
|
|
29870
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30090
29871
|
}
|
|
30091
|
-
.
|
|
30092
|
-
|
|
30093
|
-
display: var(--a1wfy30z-2);
|
|
30094
|
-
flex: none;
|
|
30095
|
-
align-items: center;
|
|
30096
|
-
margin-left: 4px;
|
|
29872
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29873
|
+
--color: #0080ff;
|
|
30097
29874
|
}
|
|
30098
|
-
.
|
|
30099
|
-
|
|
30100
|
-
display: var(--a1wfy30z-4);
|
|
30101
|
-
flex: none;
|
|
30102
|
-
align-items: center;
|
|
30103
|
-
margin-right: 4px;
|
|
30104
|
-
cursor: auto;
|
|
29875
|
+
.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] {
|
|
29876
|
+
--color: #0080ff;
|
|
30105
29877
|
}
|
|
30106
|
-
.
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
|
|
30110
|
-
|
|
29878
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29879
|
+
margin-left: 1px;
|
|
29880
|
+
}
|
|
29881
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29882
|
+
border-top-right-radius: 0;
|
|
29883
|
+
border-bottom-right-radius: 0;
|
|
29884
|
+
}
|
|
29885
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29886
|
+
border-top-left-radius: 0;
|
|
29887
|
+
border-bottom-left-radius: 0;
|
|
29888
|
+
}
|
|
29889
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29890
|
+
border-radius: unset;
|
|
29891
|
+
}
|
|
29892
|
+
|
|
29893
|
+
.E_c1uzzomf {
|
|
29894
|
+
margin-bottom: 16px;
|
|
29895
|
+
}
|
|
29896
|
+
.E_c1uzzomf .card-title {
|
|
29897
|
+
font-size: 16px;
|
|
29898
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29899
|
+
font-weight: 700;
|
|
29900
|
+
line-height: 32px;
|
|
29901
|
+
}
|
|
29902
|
+
.E_c1uzzomf .card-body {
|
|
29903
|
+
padding: 24px;
|
|
29904
|
+
border-radius: 8px;
|
|
29905
|
+
background: #fff;
|
|
29906
|
+
}
|
|
29907
|
+
.E_c1uzzomf .empty {
|
|
29908
|
+
font-weight: 700;
|
|
29909
|
+
font-size: 14px;
|
|
29910
|
+
line-height: 22px;
|
|
29911
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29912
|
+
text-align: center;
|
|
29913
|
+
}
|
|
29914
|
+
|
|
29915
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29916
|
+
padding: 4px 8px 0 8px;
|
|
29917
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29918
|
+
font-size: 12px;
|
|
29919
|
+
}
|
|
29920
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29921
|
+
padding-bottom: 6px;
|
|
29922
|
+
}
|
|
29923
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29924
|
+
padding-top: 4px;
|
|
29925
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30111
29926
|
}
|
|
30112
29927
|
|
|
30113
29928
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30114
29929
|
display: flex;
|
|
30115
29930
|
}
|
|
30116
29931
|
|
|
30117
|
-
.
|
|
30118
|
-
|
|
30119
|
-
|
|
30120
|
-
|
|
30121
|
-
border-radius: 4px;
|
|
30122
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30123
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29932
|
+
.E_fzh9mnb {
|
|
29933
|
+
width: 100%;
|
|
29934
|
+
height: 100%;
|
|
29935
|
+
min-height: 124px;
|
|
30124
29936
|
display: flex;
|
|
29937
|
+
flex-direction: column;
|
|
29938
|
+
justify-content: center;
|
|
29939
|
+
align-items: center;
|
|
29940
|
+
}
|
|
29941
|
+
.E_fzh9mnb .error-text {
|
|
29942
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29943
|
+
margin-bottom: 16px;
|
|
29944
|
+
font-size: 18px;
|
|
29945
|
+
}
|
|
29946
|
+
|
|
29947
|
+
.E_iouxfgt {
|
|
29948
|
+
display: inline-flex;
|
|
29949
|
+
align-items: center;
|
|
29950
|
+
}
|
|
29951
|
+
.E_iouxfgt .icon-inner {
|
|
29952
|
+
display: inline-flex;
|
|
29953
|
+
align-items: center;
|
|
29954
|
+
justify-content: center;
|
|
29955
|
+
}
|
|
29956
|
+
.E_iouxfgt .icon-inner + span,
|
|
29957
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
29958
|
+
margin-left: 4px;
|
|
29959
|
+
}
|
|
29960
|
+
.E_iouxfgt.is-rotate img,
|
|
29961
|
+
.E_iouxfgt.is-rotate svg {
|
|
29962
|
+
animation: rotate 680ms linear infinite;
|
|
29963
|
+
}
|
|
29964
|
+
|
|
29965
|
+
.E_sx1bpnu .ant-input-sm {
|
|
29966
|
+
line-height: 18px;
|
|
29967
|
+
}
|
|
29968
|
+
|
|
29969
|
+
.E_f7pxqmh {
|
|
29970
|
+
width: 100%;
|
|
29971
|
+
margin-bottom: 0 !important;
|
|
29972
|
+
flex-flow: nowrap !important;
|
|
29973
|
+
line-break: auto;
|
|
29974
|
+
}
|
|
29975
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
29976
|
+
text-align: left !important;
|
|
29977
|
+
padding-bottom: 0 !important;
|
|
29978
|
+
}
|
|
29979
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
29980
|
+
min-height: 32px;
|
|
29981
|
+
height: auto;
|
|
29982
|
+
font-size: 13px;
|
|
29983
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29984
|
+
white-space: normal;
|
|
29985
|
+
}
|
|
29986
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
29987
|
+
border-color: #ff4d4f !important;
|
|
29988
|
+
}
|
|
29989
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
29990
|
+
border-color: #ff4d4f !important;
|
|
29991
|
+
}
|
|
29992
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
29993
|
+
margin-top: 4px;
|
|
29994
|
+
font-size: 12px;
|
|
29995
|
+
min-height: 0px;
|
|
29996
|
+
}
|
|
29997
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
29998
|
+
font-size: 12px;
|
|
29999
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30000
|
+
min-height: 0px;
|
|
30001
|
+
}
|
|
30002
|
+
|
|
30003
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30004
|
+
display: var(--a1wfy30z-0);
|
|
30005
|
+
}
|
|
30006
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30007
|
+
padding: 4px 11px;
|
|
30008
|
+
display: inline-flex;
|
|
30009
|
+
line-height: 1.5715;
|
|
30010
|
+
height: inherit;
|
|
30011
|
+
}
|
|
30012
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30013
|
+
content: var(--a1wfy30z-1);
|
|
30014
|
+
display: var(--a1wfy30z-2);
|
|
30015
|
+
flex: none;
|
|
30016
|
+
align-items: center;
|
|
30017
|
+
margin-left: 4px;
|
|
30018
|
+
}
|
|
30019
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30020
|
+
content: var(--a1wfy30z-3);
|
|
30021
|
+
display: var(--a1wfy30z-4);
|
|
30022
|
+
flex: none;
|
|
30125
30023
|
align-items: center;
|
|
30126
|
-
white-space: nowrap;
|
|
30127
30024
|
margin-right: 4px;
|
|
30025
|
+
cursor: auto;
|
|
30026
|
+
}
|
|
30027
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30028
|
+
padding: 0;
|
|
30029
|
+
margin: 0;
|
|
30030
|
+
height: auto;
|
|
30031
|
+
font-size: inherit;
|
|
30128
30032
|
}
|
|
30129
30033
|
|
|
30130
30034
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -30194,6 +30098,89 @@ button.E_n7k2c6r {
|
|
|
30194
30098
|
padding: 2px 8px;
|
|
30195
30099
|
}
|
|
30196
30100
|
|
|
30101
|
+
.E_d1bw7c5z {
|
|
30102
|
+
position: relative;
|
|
30103
|
+
max-width: 388px;
|
|
30104
|
+
min-width: 285px;
|
|
30105
|
+
}
|
|
30106
|
+
.E_d1bw7c5z .center {
|
|
30107
|
+
position: absolute;
|
|
30108
|
+
font-size: 12px;
|
|
30109
|
+
width: 80px;
|
|
30110
|
+
height: 100px;
|
|
30111
|
+
top: 0;
|
|
30112
|
+
left: 35px;
|
|
30113
|
+
display: flex;
|
|
30114
|
+
flex-direction: column;
|
|
30115
|
+
justify-content: center;
|
|
30116
|
+
align-items: center;
|
|
30117
|
+
color: #00122e;
|
|
30118
|
+
}
|
|
30119
|
+
.E_d1bw7c5z .center .number {
|
|
30120
|
+
font-size: 24px;
|
|
30121
|
+
font-weight: 700;
|
|
30122
|
+
}
|
|
30123
|
+
.E_d1bw7c5z .center .text {
|
|
30124
|
+
padding: 0 5px;
|
|
30125
|
+
font-size: 12px;
|
|
30126
|
+
width: inherit;
|
|
30127
|
+
text-align: center;
|
|
30128
|
+
}
|
|
30129
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30130
|
+
display: flex;
|
|
30131
|
+
}
|
|
30132
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30133
|
+
position: relative !important;
|
|
30134
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30135
|
+
left: 0 !important;
|
|
30136
|
+
bottom: 0 !important;
|
|
30137
|
+
display: flex;
|
|
30138
|
+
align-items: center;
|
|
30139
|
+
}
|
|
30140
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30141
|
+
width: 100%;
|
|
30142
|
+
}
|
|
30143
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30144
|
+
width: 100%;
|
|
30145
|
+
margin-right: 0 !important;
|
|
30146
|
+
line-height: 18px;
|
|
30147
|
+
}
|
|
30148
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30149
|
+
border-radius: 2px;
|
|
30150
|
+
}
|
|
30151
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30152
|
+
min-width: 75px;
|
|
30153
|
+
max-width: 198px;
|
|
30154
|
+
width: calc(100% - 20px);
|
|
30155
|
+
margin-left: 2px;
|
|
30156
|
+
color: #00122e !important;
|
|
30157
|
+
display: inline-flex;
|
|
30158
|
+
justify-content: space-between;
|
|
30159
|
+
}
|
|
30160
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30161
|
+
maxwidth: calc(100% - 12px);
|
|
30162
|
+
cursor: pointer;
|
|
30163
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30164
|
+
overflow: hidden;
|
|
30165
|
+
text-overflow: ellipsis;
|
|
30166
|
+
white-space: nowrap;
|
|
30167
|
+
}
|
|
30168
|
+
.E_d1bw7c5z .value {
|
|
30169
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30170
|
+
}
|
|
30171
|
+
|
|
30172
|
+
.E_t10pqbtc {
|
|
30173
|
+
width: 140px;
|
|
30174
|
+
}
|
|
30175
|
+
.E_t10pqbtc .item {
|
|
30176
|
+
margin: 6px auto;
|
|
30177
|
+
display: flex;
|
|
30178
|
+
justify-content: space-between;
|
|
30179
|
+
}
|
|
30180
|
+
.E_t10pqbtc .item .name {
|
|
30181
|
+
width: 102px;
|
|
30182
|
+
}
|
|
30183
|
+
|
|
30197
30184
|
.E_phljevk {
|
|
30198
30185
|
display: flex;
|
|
30199
30186
|
justify-content: space-between;
|
|
@@ -30251,13 +30238,84 @@ button.E_n7k2c6r {
|
|
|
30251
30238
|
line-height: 18px;
|
|
30252
30239
|
}
|
|
30253
30240
|
|
|
30254
|
-
.
|
|
30255
|
-
|
|
30241
|
+
.E_i1inqkme {
|
|
30242
|
+
height: 18px;
|
|
30243
|
+
line-height: 18px;
|
|
30244
|
+
padding: 0 4px;
|
|
30245
|
+
border-radius: 4px;
|
|
30246
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30247
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30248
|
+
display: flex;
|
|
30249
|
+
align-items: center;
|
|
30250
|
+
white-space: nowrap;
|
|
30251
|
+
margin-right: 4px;
|
|
30256
30252
|
}
|
|
30257
30253
|
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30260
|
-
|
|
30254
|
+
.E_ivqqkzv {
|
|
30255
|
+
height: 24px;
|
|
30256
|
+
width: 56px !important;
|
|
30257
|
+
margin-right: 4px;
|
|
30258
|
+
}
|
|
30259
|
+
|
|
30260
|
+
.E_c1wk4q29 {
|
|
30261
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30262
|
+
}
|
|
30263
|
+
|
|
30264
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30265
|
+
border-radius: 6px;
|
|
30266
|
+
}
|
|
30267
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
30268
|
+
width: 100%;
|
|
30269
|
+
color: #2d3a56;
|
|
30270
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
30271
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30272
|
+
font-size: 13px;
|
|
30273
|
+
}
|
|
30274
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
30275
|
+
height: 30px;
|
|
30276
|
+
}
|
|
30277
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
30278
|
+
height: 38px;
|
|
30279
|
+
font-size: 13px;
|
|
30280
|
+
}
|
|
30281
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
30282
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
30283
|
+
transition: 160ms ease;
|
|
30284
|
+
}
|
|
30285
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
30286
|
+
color: #0080ff;
|
|
30287
|
+
}
|
|
30288
|
+
.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 {
|
|
30289
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30290
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30291
|
+
}
|
|
30292
|
+
.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 {
|
|
30293
|
+
color: #0080ff;
|
|
30294
|
+
}
|
|
30295
|
+
.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 {
|
|
30296
|
+
border-color: #0080ff;
|
|
30297
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30298
|
+
}
|
|
30299
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30300
|
+
transform: rotate(180deg);
|
|
30301
|
+
}
|
|
30302
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
30303
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30304
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30305
|
+
cursor: "not-allowed";
|
|
30306
|
+
}
|
|
30307
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
30308
|
+
border-color: #f0483e !important;
|
|
30309
|
+
}
|
|
30310
|
+
.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 {
|
|
30311
|
+
color: #1d326c;
|
|
30312
|
+
}
|
|
30313
|
+
.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 {
|
|
30314
|
+
border-color: #0080ff;
|
|
30315
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30316
|
+
}
|
|
30317
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30318
|
+
transform: rotate(180deg);
|
|
30261
30319
|
}
|
|
30262
30320
|
|
|
30263
30321
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30406,71 +30464,13 @@ button.E_n7k2c6r {
|
|
|
30406
30464
|
width: 36px;
|
|
30407
30465
|
}
|
|
30408
30466
|
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30411
|
-
width: 56px !important;
|
|
30412
|
-
margin-right: 4px;
|
|
30413
|
-
}
|
|
30414
|
-
|
|
30415
|
-
.E_c1wk4q29 {
|
|
30416
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30467
|
+
.E_owd0kml {
|
|
30468
|
+
display: inline-block;
|
|
30417
30469
|
}
|
|
30418
30470
|
|
|
30419
|
-
.
|
|
30420
|
-
|
|
30421
|
-
|
|
30422
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
30423
|
-
width: 100%;
|
|
30424
|
-
color: #2d3a56;
|
|
30425
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
30426
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30427
|
-
font-size: 13px;
|
|
30428
|
-
}
|
|
30429
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
30430
|
-
height: 30px;
|
|
30431
|
-
}
|
|
30432
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
30433
|
-
height: 38px;
|
|
30434
|
-
font-size: 13px;
|
|
30435
|
-
}
|
|
30436
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
30437
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
30438
|
-
transition: 160ms ease;
|
|
30439
|
-
}
|
|
30440
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
30441
|
-
color: #0080ff;
|
|
30442
|
-
}
|
|
30443
|
-
.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 {
|
|
30444
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30445
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30446
|
-
}
|
|
30447
|
-
.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 {
|
|
30448
|
-
color: #0080ff;
|
|
30449
|
-
}
|
|
30450
|
-
.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 {
|
|
30451
|
-
border-color: #0080ff;
|
|
30452
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30453
|
-
}
|
|
30454
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30455
|
-
transform: rotate(180deg);
|
|
30456
|
-
}
|
|
30457
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
30458
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30459
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30460
|
-
cursor: "not-allowed";
|
|
30461
|
-
}
|
|
30462
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
30463
|
-
border-color: #f0483e !important;
|
|
30464
|
-
}
|
|
30465
|
-
.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 {
|
|
30466
|
-
color: #1d326c;
|
|
30467
|
-
}
|
|
30468
|
-
.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 {
|
|
30469
|
-
border-color: #0080ff;
|
|
30470
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30471
|
-
}
|
|
30472
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30473
|
-
transform: rotate(180deg);
|
|
30471
|
+
.E_h1jsgezc {
|
|
30472
|
+
visibility: hidden;
|
|
30473
|
+
position: absolute;
|
|
30474
30474
|
}
|
|
30475
30475
|
|
|
30476
30476
|
.E_c1bus5hc {
|
|
@@ -30513,308 +30513,86 @@ button.E_n7k2c6r {
|
|
|
30513
30513
|
transform: rotate(0deg);
|
|
30514
30514
|
}
|
|
30515
30515
|
|
|
30516
|
-
.E_iq1gosr {
|
|
30517
|
-
display: inline-block;
|
|
30518
|
-
}
|
|
30519
|
-
|
|
30520
30516
|
.E_tju3gfj .date {
|
|
30521
30517
|
margin-right: 4px;
|
|
30522
30518
|
}
|
|
30523
30519
|
|
|
30524
|
-
.
|
|
30525
|
-
|
|
30520
|
+
.E_cnujxq2 {
|
|
30521
|
+
display: flex;
|
|
30522
|
+
flex-direction: column;
|
|
30526
30523
|
}
|
|
30527
30524
|
|
|
30528
|
-
.
|
|
30529
|
-
|
|
30530
|
-
|
|
30531
|
-
|
|
30532
|
-
height:
|
|
30533
|
-
min-height: 34px;
|
|
30534
|
-
box-sizing: border-box;
|
|
30535
|
-
margin-top: 8px;
|
|
30525
|
+
.E_m7s48ia {
|
|
30526
|
+
max-width: 1120px;
|
|
30527
|
+
width: 100%;
|
|
30528
|
+
margin: 0 auto;
|
|
30529
|
+
height: 100%;
|
|
30536
30530
|
}
|
|
30537
30531
|
|
|
30538
|
-
.
|
|
30532
|
+
.E_wt5zbg6 {
|
|
30533
|
+
max-width: 1120px;
|
|
30534
|
+
width: 100%;
|
|
30535
|
+
margin: 0 auto;
|
|
30539
30536
|
display: flex;
|
|
30540
|
-
flex-direction: column;
|
|
30541
|
-
margin: 1px 8px;
|
|
30542
|
-
padding: 8px;
|
|
30543
|
-
border-radius: 4px;
|
|
30544
|
-
}
|
|
30545
|
-
.E_o1ugr09p .selected-icon {
|
|
30546
|
-
display: none;
|
|
30547
30537
|
}
|
|
30548
|
-
.
|
|
30549
|
-
|
|
30550
|
-
|
|
30551
|
-
|
|
30552
|
-
|
|
30538
|
+
.E_wt5zbg6 .left,
|
|
30539
|
+
.E_wt5zbg6 .right {
|
|
30540
|
+
flex-grow: 0;
|
|
30541
|
+
flex-shrink: 0;
|
|
30542
|
+
flex-basis: 21%;
|
|
30553
30543
|
}
|
|
30554
|
-
.
|
|
30555
|
-
|
|
30544
|
+
.E_wt5zbg6 .left {
|
|
30545
|
+
display: flex;
|
|
30546
|
+
justify-content: flex-end;
|
|
30547
|
+
padding-right: 44px;
|
|
30556
30548
|
}
|
|
30557
|
-
.
|
|
30558
|
-
|
|
30549
|
+
.E_wt5zbg6 .right {
|
|
30550
|
+
padding-left: 44px;
|
|
30559
30551
|
}
|
|
30560
|
-
.
|
|
30561
|
-
|
|
30552
|
+
.E_wt5zbg6 .middle {
|
|
30553
|
+
margin-bottom: 40px;
|
|
30554
|
+
flex-grow: 0;
|
|
30555
|
+
flex-shrink: 0;
|
|
30556
|
+
flex-basis: 58%;
|
|
30562
30557
|
}
|
|
30563
|
-
.
|
|
30564
|
-
|
|
30558
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
30559
|
+
width: 100%;
|
|
30565
30560
|
}
|
|
30566
|
-
.
|
|
30567
|
-
|
|
30568
|
-
color: #0080ff;
|
|
30561
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30562
|
+
width: auto;
|
|
30569
30563
|
}
|
|
30570
30564
|
|
|
30571
|
-
.
|
|
30572
|
-
|
|
30573
|
-
|
|
30574
|
-
|
|
30575
|
-
line-height: 20px;
|
|
30565
|
+
.E_h18jprzg .ant-modal-header {
|
|
30566
|
+
margin: 0 auto;
|
|
30567
|
+
width: 100%;
|
|
30568
|
+
max-width: 648px;
|
|
30576
30569
|
}
|
|
30577
|
-
.
|
|
30578
|
-
|
|
30570
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30571
|
+
margin-left: 0;
|
|
30572
|
+
}
|
|
30573
|
+
.E_h18jprzg .ant-modal-body {
|
|
30574
|
+
margin: 0 auto;
|
|
30575
|
+
padding: 0;
|
|
30576
|
+
width: 100%;
|
|
30577
|
+
max-width: 648px;
|
|
30579
30578
|
overflow: hidden;
|
|
30580
|
-
text-overflow: ellipsis;
|
|
30581
30579
|
}
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
display: flex;
|
|
30585
|
-
justify-content: space-between;
|
|
30586
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30587
|
-
height: 18px;
|
|
30588
|
-
line-height: 18px;
|
|
30589
|
-
margin-top: 2px;
|
|
30580
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30581
|
+
margin-bottom: 40px;
|
|
30590
30582
|
}
|
|
30591
|
-
|
|
30592
|
-
|
|
30593
|
-
|
|
30594
|
-
|
|
30595
|
-
|
|
30583
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30584
|
+
height: calc(100vh - 225px);
|
|
30585
|
+
overflow-y: auto;
|
|
30586
|
+
}
|
|
30587
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30588
|
+
margin: 0 auto;
|
|
30589
|
+
max-width: 648px;
|
|
30596
30590
|
}
|
|
30597
30591
|
|
|
30598
|
-
.
|
|
30599
|
-
|
|
30600
|
-
height: 32px;
|
|
30592
|
+
.E_h16z9xgz .ant-modal-header {
|
|
30593
|
+
margin: 0 auto;
|
|
30601
30594
|
width: 100%;
|
|
30602
|
-
|
|
30603
|
-
}
|
|
30604
|
-
|
|
30605
|
-
.E_s1sck0th {
|
|
30606
|
-
padding: 0 8px;
|
|
30607
|
-
border-radius: 4px;
|
|
30608
|
-
}
|
|
30609
|
-
|
|
30610
|
-
.E_m855nr1 {
|
|
30611
|
-
padding: 2px 8px;
|
|
30612
|
-
border-radius: 3px;
|
|
30613
|
-
}
|
|
30614
|
-
|
|
30615
|
-
.E_l1270xpg {
|
|
30616
|
-
padding: 3px 8px;
|
|
30617
|
-
border-radius: 2px;
|
|
30618
|
-
}
|
|
30619
|
-
|
|
30620
|
-
.E_t14rextb.ant-tag:hover {
|
|
30621
|
-
opacity: unset;
|
|
30622
|
-
}
|
|
30623
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30624
|
-
margin: 0;
|
|
30625
|
-
margin-right: 8px;
|
|
30626
|
-
display: inline-flex;
|
|
30627
|
-
align-items: center;
|
|
30628
|
-
border: none;
|
|
30629
|
-
}
|
|
30630
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30631
|
-
width: 16px;
|
|
30632
|
-
height: 16px;
|
|
30633
|
-
color: inherit;
|
|
30634
|
-
margin-left: 4px;
|
|
30635
|
-
opacity: 0.6;
|
|
30636
|
-
display: inline-flex;
|
|
30637
|
-
}
|
|
30638
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30639
|
-
opacity: 1;
|
|
30640
|
-
}
|
|
30641
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30642
|
-
color: #0080ff;
|
|
30643
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30644
|
-
}
|
|
30645
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30646
|
-
color: #f0483e;
|
|
30647
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30648
|
-
}
|
|
30649
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30650
|
-
color: #e07f00;
|
|
30651
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30652
|
-
}
|
|
30653
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30654
|
-
color: #008f4c;
|
|
30655
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30656
|
-
}
|
|
30657
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30658
|
-
color: #1d326c;
|
|
30659
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30660
|
-
}
|
|
30661
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30662
|
-
color: #7E41FF;
|
|
30663
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30664
|
-
}
|
|
30665
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30666
|
-
color: #fff;
|
|
30667
|
-
}
|
|
30668
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30669
|
-
background-color: #f0483e;
|
|
30670
|
-
}
|
|
30671
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30672
|
-
background-color: #fea008;
|
|
30673
|
-
}
|
|
30674
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30675
|
-
background-color: #00ba5d;
|
|
30676
|
-
}
|
|
30677
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30678
|
-
background-color: #0080ff;
|
|
30679
|
-
}
|
|
30680
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30681
|
-
background-color: #6b7d99;
|
|
30682
|
-
}
|
|
30683
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30684
|
-
background-color: #7E41FF;
|
|
30685
|
-
}
|
|
30686
|
-
|
|
30687
|
-
.E_s1dizucg.ant-switch {
|
|
30688
|
-
min-width: 40px;
|
|
30689
|
-
height: 24px;
|
|
30690
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30691
|
-
overflow: hidden;
|
|
30692
|
-
}
|
|
30693
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30694
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30695
|
-
}
|
|
30696
|
-
.E_s1dizucg.ant-switch-small {
|
|
30697
|
-
min-width: 26px;
|
|
30698
|
-
height: 16px;
|
|
30699
|
-
}
|
|
30700
|
-
.E_s1dizucg.ant-switch-large {
|
|
30701
|
-
min-width: 52px;
|
|
30702
|
-
height: 32px;
|
|
30703
|
-
}
|
|
30704
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30705
|
-
height: 20px;
|
|
30706
|
-
width: 20px;
|
|
30707
|
-
}
|
|
30708
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30709
|
-
border-radius: 10px;
|
|
30710
|
-
transition-delay: 120ms;
|
|
30711
|
-
}
|
|
30712
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30713
|
-
height: 14px;
|
|
30714
|
-
width: 14px;
|
|
30715
|
-
top: 1px;
|
|
30716
|
-
left: 1px;
|
|
30717
|
-
}
|
|
30718
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30719
|
-
height: 28px;
|
|
30720
|
-
width: 28px;
|
|
30721
|
-
}
|
|
30722
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30723
|
-
border-radius: 14px;
|
|
30724
|
-
}
|
|
30725
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30726
|
-
background-color: #00ba5d;
|
|
30727
|
-
}
|
|
30728
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30729
|
-
left: calc(100% - 20px - 2px);
|
|
30730
|
-
}
|
|
30731
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30732
|
-
left: calc(100% - 14px - 1px);
|
|
30733
|
-
}
|
|
30734
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30735
|
-
left: calc(100% - 28px - 2px);
|
|
30736
|
-
}
|
|
30737
|
-
|
|
30738
|
-
.E_c1up6e3y {
|
|
30739
|
-
margin-left: 5px;
|
|
30740
|
-
}
|
|
30741
|
-
|
|
30742
|
-
.E_cnujxq2 {
|
|
30743
|
-
display: flex;
|
|
30744
|
-
flex-direction: column;
|
|
30745
|
-
}
|
|
30746
|
-
|
|
30747
|
-
.E_m7s48ia {
|
|
30748
|
-
max-width: 1120px;
|
|
30749
|
-
width: 100%;
|
|
30750
|
-
margin: 0 auto;
|
|
30751
|
-
height: 100%;
|
|
30752
|
-
}
|
|
30753
|
-
|
|
30754
|
-
.E_wt5zbg6 {
|
|
30755
|
-
max-width: 1120px;
|
|
30756
|
-
width: 100%;
|
|
30757
|
-
margin: 0 auto;
|
|
30758
|
-
display: flex;
|
|
30759
|
-
}
|
|
30760
|
-
.E_wt5zbg6 .left,
|
|
30761
|
-
.E_wt5zbg6 .right {
|
|
30762
|
-
flex-grow: 0;
|
|
30763
|
-
flex-shrink: 0;
|
|
30764
|
-
flex-basis: 21%;
|
|
30765
|
-
}
|
|
30766
|
-
.E_wt5zbg6 .left {
|
|
30767
|
-
display: flex;
|
|
30768
|
-
justify-content: flex-end;
|
|
30769
|
-
padding-right: 44px;
|
|
30770
|
-
}
|
|
30771
|
-
.E_wt5zbg6 .right {
|
|
30772
|
-
padding-left: 44px;
|
|
30773
|
-
}
|
|
30774
|
-
.E_wt5zbg6 .middle {
|
|
30775
|
-
margin-bottom: 40px;
|
|
30776
|
-
flex-grow: 0;
|
|
30777
|
-
flex-shrink: 0;
|
|
30778
|
-
flex-basis: 58%;
|
|
30779
|
-
}
|
|
30780
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
30781
|
-
width: 100%;
|
|
30782
|
-
}
|
|
30783
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30784
|
-
width: auto;
|
|
30785
|
-
}
|
|
30786
|
-
|
|
30787
|
-
.E_h18jprzg .ant-modal-header {
|
|
30788
|
-
margin: 0 auto;
|
|
30789
|
-
width: 100%;
|
|
30790
|
-
max-width: 648px;
|
|
30791
|
-
}
|
|
30792
|
-
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30793
|
-
margin-left: 0;
|
|
30794
|
-
}
|
|
30795
|
-
.E_h18jprzg .ant-modal-body {
|
|
30796
|
-
margin: 0 auto;
|
|
30797
|
-
padding: 0;
|
|
30798
|
-
width: 100%;
|
|
30799
|
-
max-width: 648px;
|
|
30800
|
-
overflow: hidden;
|
|
30801
|
-
}
|
|
30802
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30803
|
-
margin-bottom: 40px;
|
|
30804
|
-
}
|
|
30805
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30806
|
-
height: calc(100vh - 225px);
|
|
30807
|
-
overflow-y: auto;
|
|
30808
|
-
}
|
|
30809
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30810
|
-
margin: 0 auto;
|
|
30811
|
-
max-width: 648px;
|
|
30812
|
-
}
|
|
30813
|
-
|
|
30814
|
-
.E_h16z9xgz .ant-modal-header {
|
|
30815
|
-
margin: 0 auto;
|
|
30816
|
-
width: 100%;
|
|
30817
|
-
max-width: 1024px;
|
|
30595
|
+
max-width: 1024px;
|
|
30818
30596
|
}
|
|
30819
30597
|
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30820
30598
|
margin-left: 0;
|
|
@@ -31424,43 +31202,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31424
31202
|
margin: 4px 0;
|
|
31425
31203
|
}
|
|
31426
31204
|
|
|
31427
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31428
|
-
display: none;
|
|
31429
|
-
}
|
|
31430
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31431
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31432
|
-
border-radius: 4px;
|
|
31433
|
-
}
|
|
31434
|
-
|
|
31435
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
31436
|
-
border: 0px;
|
|
31437
|
-
background-color: #fff;
|
|
31438
|
-
}
|
|
31439
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31440
|
-
padding-top: 0px;
|
|
31441
|
-
padding-bottom: 0px;
|
|
31442
|
-
padding-left: 0px !important;
|
|
31443
|
-
padding-right: 24px;
|
|
31444
|
-
}
|
|
31445
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31446
|
-
right: 0px;
|
|
31447
|
-
}
|
|
31448
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31449
|
-
padding: 0px;
|
|
31450
|
-
}
|
|
31451
|
-
|
|
31452
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31453
|
-
padding-right: 0px;
|
|
31454
|
-
cursor: default;
|
|
31455
|
-
}
|
|
31456
|
-
|
|
31457
|
-
.E_c1yyuluq {
|
|
31458
|
-
border-radius: 8px;
|
|
31459
|
-
}
|
|
31460
|
-
.E_c1yyuluq .ant-card-body {
|
|
31461
|
-
padding: 20px 24px 24px 24px;
|
|
31462
|
-
}
|
|
31463
|
-
|
|
31464
31205
|
.E_dsnbhzf {
|
|
31465
31206
|
font-family: Inter;
|
|
31466
31207
|
font-style: normal;
|
|
@@ -31936,13 +31677,149 @@ input.E_rf8rlle.ant-input {
|
|
|
31936
31677
|
line-height: 12px;
|
|
31937
31678
|
}
|
|
31938
31679
|
|
|
31939
|
-
.
|
|
31940
|
-
|
|
31680
|
+
.E_iq1gosr {
|
|
31681
|
+
display: inline-block;
|
|
31941
31682
|
}
|
|
31942
31683
|
|
|
31943
|
-
.
|
|
31944
|
-
|
|
31945
|
-
|
|
31684
|
+
.E_s1dizucg.ant-switch {
|
|
31685
|
+
min-width: 40px;
|
|
31686
|
+
height: 24px;
|
|
31687
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31688
|
+
overflow: hidden;
|
|
31689
|
+
}
|
|
31690
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31691
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31692
|
+
}
|
|
31693
|
+
.E_s1dizucg.ant-switch-small {
|
|
31694
|
+
min-width: 26px;
|
|
31695
|
+
height: 16px;
|
|
31696
|
+
}
|
|
31697
|
+
.E_s1dizucg.ant-switch-large {
|
|
31698
|
+
min-width: 52px;
|
|
31699
|
+
height: 32px;
|
|
31700
|
+
}
|
|
31701
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31702
|
+
height: 20px;
|
|
31703
|
+
width: 20px;
|
|
31704
|
+
}
|
|
31705
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31706
|
+
border-radius: 10px;
|
|
31707
|
+
transition-delay: 120ms;
|
|
31708
|
+
}
|
|
31709
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31710
|
+
height: 14px;
|
|
31711
|
+
width: 14px;
|
|
31712
|
+
top: 1px;
|
|
31713
|
+
left: 1px;
|
|
31714
|
+
}
|
|
31715
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31716
|
+
height: 28px;
|
|
31717
|
+
width: 28px;
|
|
31718
|
+
}
|
|
31719
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31720
|
+
border-radius: 14px;
|
|
31721
|
+
}
|
|
31722
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31723
|
+
background-color: #00ba5d;
|
|
31724
|
+
}
|
|
31725
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31726
|
+
left: calc(100% - 20px - 2px);
|
|
31727
|
+
}
|
|
31728
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31729
|
+
left: calc(100% - 14px - 1px);
|
|
31730
|
+
}
|
|
31731
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31732
|
+
left: calc(100% - 28px - 2px);
|
|
31733
|
+
}
|
|
31734
|
+
|
|
31735
|
+
.E_c1up6e3y {
|
|
31736
|
+
margin-left: 5px;
|
|
31737
|
+
}
|
|
31738
|
+
|
|
31739
|
+
.E_s1dni7lo {
|
|
31740
|
+
width: 430px !important;
|
|
31741
|
+
}
|
|
31742
|
+
|
|
31743
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31744
|
+
padding: 8px 16px;
|
|
31745
|
+
line-height: 18px;
|
|
31746
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31747
|
+
height: 34px;
|
|
31748
|
+
min-height: 34px;
|
|
31749
|
+
box-sizing: border-box;
|
|
31750
|
+
margin-top: 8px;
|
|
31751
|
+
}
|
|
31752
|
+
|
|
31753
|
+
.E_o1ugr09p {
|
|
31754
|
+
display: flex;
|
|
31755
|
+
flex-direction: column;
|
|
31756
|
+
margin: 1px 8px;
|
|
31757
|
+
padding: 8px;
|
|
31758
|
+
border-radius: 4px;
|
|
31759
|
+
}
|
|
31760
|
+
.E_o1ugr09p .selected-icon {
|
|
31761
|
+
display: none;
|
|
31762
|
+
}
|
|
31763
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31764
|
+
padding-left: 8px;
|
|
31765
|
+
}
|
|
31766
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31767
|
+
background-color: white;
|
|
31768
|
+
}
|
|
31769
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31770
|
+
color: #0080ff;
|
|
31771
|
+
}
|
|
31772
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31773
|
+
display: block;
|
|
31774
|
+
}
|
|
31775
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31776
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31777
|
+
}
|
|
31778
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31779
|
+
color: #0080ff;
|
|
31780
|
+
}
|
|
31781
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31782
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31783
|
+
color: #0080ff;
|
|
31784
|
+
}
|
|
31785
|
+
|
|
31786
|
+
.E_o1ifxsq4 {
|
|
31787
|
+
display: flex;
|
|
31788
|
+
justify-content: space-between;
|
|
31789
|
+
height: 20px;
|
|
31790
|
+
line-height: 20px;
|
|
31791
|
+
}
|
|
31792
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31793
|
+
color: #2d3a56;
|
|
31794
|
+
overflow: hidden;
|
|
31795
|
+
text-overflow: ellipsis;
|
|
31796
|
+
}
|
|
31797
|
+
|
|
31798
|
+
.E_o1zue7 {
|
|
31799
|
+
display: flex;
|
|
31800
|
+
justify-content: space-between;
|
|
31801
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31802
|
+
height: 18px;
|
|
31803
|
+
line-height: 18px;
|
|
31804
|
+
margin-top: 2px;
|
|
31805
|
+
}
|
|
31806
|
+
|
|
31807
|
+
.E_tyfmlxg {
|
|
31808
|
+
border: none;
|
|
31809
|
+
margin-right: 0;
|
|
31810
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31811
|
+
}
|
|
31812
|
+
|
|
31813
|
+
.E_o18uybox {
|
|
31814
|
+
pointer-events: none;
|
|
31815
|
+
height: 32px;
|
|
31816
|
+
width: 100%;
|
|
31817
|
+
opacity: 0;
|
|
31818
|
+
}
|
|
31819
|
+
|
|
31820
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31821
|
+
display: inline-flex;
|
|
31822
|
+
align-items: center;
|
|
31946
31823
|
justify-content: center;
|
|
31947
31824
|
color: #fff;
|
|
31948
31825
|
font-weight: bold;
|
|
@@ -31970,89 +31847,122 @@ input.E_rf8rlle.ant-input {
|
|
|
31970
31847
|
transition: all 320ms ease;
|
|
31971
31848
|
}
|
|
31972
31849
|
|
|
31973
|
-
.
|
|
31974
|
-
display:
|
|
31975
|
-
align-items: center;
|
|
31976
|
-
justify-content: space-between;
|
|
31977
|
-
background: #edf0f7;
|
|
31978
|
-
padding: 8px 12px;
|
|
31979
|
-
position: sticky;
|
|
31980
|
-
top: 0;
|
|
31981
|
-
z-index: 1;
|
|
31982
|
-
margin-bottom: -52px;
|
|
31983
|
-
}
|
|
31984
|
-
.E_s1ebs0ra .select-total {
|
|
31985
|
-
display: flex;
|
|
31986
|
-
align-items: center;
|
|
31987
|
-
font-weight: 700;
|
|
31988
|
-
flex-shrink: 0;
|
|
31850
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31851
|
+
display: none;
|
|
31989
31852
|
}
|
|
31990
|
-
.
|
|
31991
|
-
|
|
31992
|
-
|
|
31993
|
-
width: 32px;
|
|
31994
|
-
height: 32px;
|
|
31995
|
-
border-radius: 50%;
|
|
31996
|
-
justify-content: center;
|
|
31853
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31854
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31855
|
+
border-radius: 4px;
|
|
31997
31856
|
}
|
|
31998
|
-
|
|
31999
|
-
|
|
31857
|
+
|
|
31858
|
+
.E_s1sck0th {
|
|
31859
|
+
padding: 0 8px;
|
|
31860
|
+
border-radius: 4px;
|
|
32000
31861
|
}
|
|
32001
|
-
|
|
32002
|
-
|
|
32003
|
-
|
|
32004
|
-
|
|
32005
|
-
text-align: right;
|
|
32006
|
-
position: relative;
|
|
32007
|
-
padding: 4px 0;
|
|
32008
|
-
margin-top: -4px;
|
|
32009
|
-
overflow: hidden;
|
|
31862
|
+
|
|
31863
|
+
.E_m855nr1 {
|
|
31864
|
+
padding: 2px 8px;
|
|
31865
|
+
border-radius: 3px;
|
|
32010
31866
|
}
|
|
32011
|
-
|
|
32012
|
-
|
|
31867
|
+
|
|
31868
|
+
.E_l1270xpg {
|
|
31869
|
+
padding: 3px 8px;
|
|
31870
|
+
border-radius: 2px;
|
|
32013
31871
|
}
|
|
32014
|
-
|
|
32015
|
-
|
|
31872
|
+
|
|
31873
|
+
.E_t14rextb.ant-tag:hover {
|
|
31874
|
+
opacity: unset;
|
|
32016
31875
|
}
|
|
32017
|
-
.
|
|
31876
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31877
|
+
margin: 0;
|
|
32018
31878
|
margin-right: 8px;
|
|
31879
|
+
display: inline-flex;
|
|
31880
|
+
align-items: center;
|
|
31881
|
+
border: none;
|
|
32019
31882
|
}
|
|
32020
|
-
.
|
|
32021
|
-
|
|
31883
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31884
|
+
width: 16px;
|
|
31885
|
+
height: 16px;
|
|
31886
|
+
color: inherit;
|
|
31887
|
+
margin-left: 4px;
|
|
31888
|
+
opacity: 0.6;
|
|
31889
|
+
display: inline-flex;
|
|
32022
31890
|
}
|
|
32023
|
-
.
|
|
32024
|
-
|
|
32025
|
-
width: 32px;
|
|
32026
|
-
height: 32px;
|
|
32027
|
-
justify-content: center;
|
|
32028
|
-
border-radius: 50%;
|
|
31891
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31892
|
+
opacity: 1;
|
|
32029
31893
|
}
|
|
32030
|
-
.
|
|
32031
|
-
|
|
31894
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31895
|
+
color: #0080ff;
|
|
31896
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32032
31897
|
}
|
|
32033
|
-
|
|
32034
|
-
|
|
32035
|
-
|
|
32036
|
-
width: 100%;
|
|
31898
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31899
|
+
color: #f0483e;
|
|
31900
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32037
31901
|
}
|
|
32038
|
-
.
|
|
32039
|
-
|
|
31902
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31903
|
+
color: #e07f00;
|
|
31904
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32040
31905
|
}
|
|
32041
|
-
|
|
32042
|
-
|
|
32043
|
-
|
|
31906
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31907
|
+
color: #008f4c;
|
|
31908
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32044
31909
|
}
|
|
32045
|
-
|
|
32046
|
-
|
|
32047
|
-
|
|
32048
|
-
justify-content: space-between;
|
|
32049
|
-
align-items: center;
|
|
32050
|
-
font-size: 13px;
|
|
32051
|
-
line-height: 24px;
|
|
32052
|
-
color: #cccccc;
|
|
32053
|
-
white-space: nowrap;
|
|
31910
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31911
|
+
color: #1d326c;
|
|
31912
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32054
31913
|
}
|
|
32055
|
-
.
|
|
31914
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31915
|
+
color: #7E41FF;
|
|
31916
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31917
|
+
}
|
|
31918
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31919
|
+
color: #fff;
|
|
31920
|
+
}
|
|
31921
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31922
|
+
background-color: #f0483e;
|
|
31923
|
+
}
|
|
31924
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31925
|
+
background-color: #fea008;
|
|
31926
|
+
}
|
|
31927
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31928
|
+
background-color: #00ba5d;
|
|
31929
|
+
}
|
|
31930
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31931
|
+
background-color: #0080ff;
|
|
31932
|
+
}
|
|
31933
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31934
|
+
background-color: #6b7d99;
|
|
31935
|
+
}
|
|
31936
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31937
|
+
background-color: #7E41FF;
|
|
31938
|
+
}
|
|
31939
|
+
|
|
31940
|
+
.E_m196gn1d {
|
|
31941
|
+
min-width: 1280px;
|
|
31942
|
+
}
|
|
31943
|
+
|
|
31944
|
+
.E_c18bcrac {
|
|
31945
|
+
display: inline-block;
|
|
31946
|
+
width: 100%;
|
|
31947
|
+
}
|
|
31948
|
+
.E_c18bcrac .recharts-wrapper {
|
|
31949
|
+
margin-left: 4px;
|
|
31950
|
+
}
|
|
31951
|
+
|
|
31952
|
+
.E_cro7kg2 {
|
|
31953
|
+
padding: 4px;
|
|
31954
|
+
}
|
|
31955
|
+
|
|
31956
|
+
.E_c14wcxf0 {
|
|
31957
|
+
display: flex;
|
|
31958
|
+
justify-content: space-between;
|
|
31959
|
+
align-items: center;
|
|
31960
|
+
font-size: 13px;
|
|
31961
|
+
line-height: 24px;
|
|
31962
|
+
color: #cccccc;
|
|
31963
|
+
white-space: nowrap;
|
|
31964
|
+
}
|
|
31965
|
+
.E_c14wcxf0 label {
|
|
32056
31966
|
margin-right: 32px;
|
|
32057
31967
|
}
|
|
32058
31968
|
|
|
@@ -32078,97 +31988,96 @@ input.E_rf8rlle.ant-input {
|
|
|
32078
31988
|
margin-right: 4px;
|
|
32079
31989
|
}
|
|
32080
31990
|
|
|
32081
|
-
.
|
|
32082
|
-
|
|
32083
|
-
|
|
32084
|
-
|
|
32085
|
-
|
|
32086
|
-
|
|
32087
|
-
|
|
32088
|
-
|
|
32089
|
-
|
|
32090
|
-
|
|
31991
|
+
.E_s1ebs0ra {
|
|
31992
|
+
display: flex;
|
|
31993
|
+
align-items: center;
|
|
31994
|
+
justify-content: space-between;
|
|
31995
|
+
background: #edf0f7;
|
|
31996
|
+
padding: 8px 12px;
|
|
31997
|
+
position: sticky;
|
|
31998
|
+
top: 0;
|
|
31999
|
+
z-index: 1;
|
|
32000
|
+
margin-bottom: -52px;
|
|
32091
32001
|
}
|
|
32092
|
-
.
|
|
32093
|
-
|
|
32094
|
-
|
|
32002
|
+
.E_s1ebs0ra .select-total {
|
|
32003
|
+
display: flex;
|
|
32004
|
+
align-items: center;
|
|
32005
|
+
font-weight: 700;
|
|
32006
|
+
flex-shrink: 0;
|
|
32095
32007
|
}
|
|
32096
|
-
.
|
|
32097
|
-
|
|
32098
|
-
|
|
32099
|
-
|
|
32100
|
-
|
|
32008
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
32009
|
+
cursor: pointer;
|
|
32010
|
+
margin-left: 8px;
|
|
32011
|
+
width: 32px;
|
|
32012
|
+
height: 32px;
|
|
32013
|
+
border-radius: 50%;
|
|
32014
|
+
justify-content: center;
|
|
32101
32015
|
}
|
|
32102
|
-
.
|
|
32103
|
-
|
|
32104
|
-
margin-bottom: 8px;
|
|
32016
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
32017
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32105
32018
|
}
|
|
32106
|
-
.
|
|
32107
|
-
|
|
32108
|
-
|
|
32019
|
+
.E_s1ebs0ra .action-group {
|
|
32020
|
+
flex: 1;
|
|
32021
|
+
margin-left: 88px;
|
|
32022
|
+
white-space: nowrap;
|
|
32023
|
+
text-align: right;
|
|
32024
|
+
position: relative;
|
|
32025
|
+
padding: 4px 0;
|
|
32026
|
+
margin-top: -4px;
|
|
32027
|
+
overflow: hidden;
|
|
32109
32028
|
}
|
|
32110
|
-
.
|
|
32111
|
-
|
|
32112
|
-
padding: 0;
|
|
32029
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
32030
|
+
transform: translateY(-4px);
|
|
32113
32031
|
}
|
|
32114
|
-
.
|
|
32115
|
-
|
|
32116
|
-
opacity: 0.4;
|
|
32032
|
+
.E_s1ebs0ra .action-group button {
|
|
32033
|
+
border: none;
|
|
32117
32034
|
}
|
|
32118
|
-
.
|
|
32119
|
-
|
|
32120
|
-
opacity: 1;
|
|
32035
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
32036
|
+
margin-right: 8px;
|
|
32121
32037
|
}
|
|
32122
|
-
.
|
|
32123
|
-
|
|
32038
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
32039
|
+
margin-right: 4px;
|
|
32124
32040
|
}
|
|
32125
|
-
.
|
|
32126
|
-
|
|
32041
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
32042
|
+
cursor: pointer;
|
|
32043
|
+
width: 32px;
|
|
32044
|
+
height: 32px;
|
|
32045
|
+
justify-content: center;
|
|
32046
|
+
border-radius: 50%;
|
|
32127
32047
|
}
|
|
32128
|
-
|
|
32129
|
-
|
|
32130
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32131
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32132
|
-
backdrop-filter: blur(10px);
|
|
32133
|
-
padding: 7px 10px;
|
|
32048
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
32049
|
+
background: #fff;
|
|
32134
32050
|
}
|
|
32135
32051
|
|
|
32136
|
-
.
|
|
32137
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32138
|
-
display: flex;
|
|
32139
|
-
justify-content: space-between;
|
|
32140
|
-
align-items: center;
|
|
32141
|
-
padding: 8px 16px;
|
|
32142
|
-
}
|
|
32143
|
-
.E_c167wnad .anticon {
|
|
32052
|
+
.E_gmyahx3 {
|
|
32144
32053
|
cursor: pointer;
|
|
32145
32054
|
}
|
|
32146
|
-
.
|
|
32147
|
-
color:
|
|
32055
|
+
.E_gmyahx3 .link-text {
|
|
32056
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32148
32057
|
}
|
|
32149
|
-
|
|
32150
|
-
|
|
32151
|
-
text-align: center;
|
|
32058
|
+
.E_gmyahx3:hover .link-text {
|
|
32059
|
+
color: #0080ff;
|
|
32152
32060
|
}
|
|
32153
|
-
|
|
32061
|
+
|
|
32062
|
+
.E_skwah65 {
|
|
32063
|
+
height: 8px;
|
|
32064
|
+
box-sizing: border-box;
|
|
32065
|
+
border-radius: 2px;
|
|
32066
|
+
background: #f5f7fa;
|
|
32154
32067
|
display: flex;
|
|
32155
|
-
|
|
32068
|
+
width: 100%;
|
|
32069
|
+
overflow: hidden;
|
|
32156
32070
|
}
|
|
32157
|
-
.
|
|
32158
|
-
|
|
32159
|
-
width: 2px;
|
|
32160
|
-
height: 2px;
|
|
32161
|
-
border-radius: 1px;
|
|
32162
|
-
background: #0096ff;
|
|
32071
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
32072
|
+
margin-left: 1px;
|
|
32163
32073
|
}
|
|
32164
|
-
|
|
32165
|
-
|
|
32074
|
+
|
|
32075
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32076
|
+
display: flex;
|
|
32077
|
+
align-items: center;
|
|
32166
32078
|
}
|
|
32167
|
-
.
|
|
32168
|
-
|
|
32169
|
-
height: 2px;
|
|
32170
|
-
background: #0096ff;
|
|
32171
|
-
border-radius: 2px;
|
|
32079
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32080
|
+
margin-right: 8px;
|
|
32172
32081
|
}
|
|
32173
32082
|
|
|
32174
32083
|
span.E_tqjc4ui {
|
|
@@ -32194,154 +32103,94 @@ span.E_tqjc4ui {
|
|
|
32194
32103
|
overflow: auto;
|
|
32195
32104
|
}
|
|
32196
32105
|
|
|
32197
|
-
.
|
|
32198
|
-
|
|
32199
|
-
}
|
|
32200
|
-
.E_gmyahx3 .link-text {
|
|
32201
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32202
|
-
}
|
|
32203
|
-
.E_gmyahx3:hover .link-text {
|
|
32204
|
-
color: #0080ff;
|
|
32106
|
+
.E_t1sqg15u {
|
|
32107
|
+
background: white;
|
|
32205
32108
|
}
|
|
32206
|
-
|
|
32207
|
-
|
|
32208
|
-
width: 648px;
|
|
32109
|
+
.E_t1sqg15u.inline .table-row {
|
|
32110
|
+
flex-direction: column;
|
|
32209
32111
|
}
|
|
32210
|
-
.
|
|
32211
|
-
|
|
32112
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
32113
|
+
padding: 0 16px 7px 0;
|
|
32212
32114
|
}
|
|
32213
|
-
.
|
|
32214
|
-
|
|
32115
|
+
.E_t1sqg15u.has-border .table-header {
|
|
32116
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32215
32117
|
}
|
|
32216
|
-
.
|
|
32217
|
-
|
|
32118
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32119
|
+
border-top: none !important;
|
|
32218
32120
|
}
|
|
32219
|
-
.
|
|
32220
|
-
|
|
32221
|
-
padding: 10px 0;
|
|
32222
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32121
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32122
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32223
32123
|
}
|
|
32224
|
-
.
|
|
32225
|
-
border-bottom: none;
|
|
32124
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32226
32125
|
padding-bottom: 0;
|
|
32227
32126
|
}
|
|
32228
|
-
.
|
|
32229
|
-
|
|
32230
|
-
width: 100px;
|
|
32231
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32127
|
+
.E_t1sqg15u.align-right .content {
|
|
32128
|
+
text-align: right;
|
|
32232
32129
|
}
|
|
32233
|
-
.
|
|
32234
|
-
|
|
32235
|
-
|
|
32130
|
+
.E_t1sqg15u .uuid-row {
|
|
32131
|
+
display: flex;
|
|
32132
|
+
justify-content: space-between;
|
|
32236
32133
|
}
|
|
32237
|
-
.
|
|
32238
|
-
|
|
32239
|
-
|
|
32134
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
32135
|
+
white-space: nowrap;
|
|
32136
|
+
overflow: hidden;
|
|
32137
|
+
text-overflow: ellipsis;
|
|
32240
32138
|
}
|
|
32241
32139
|
|
|
32242
|
-
.
|
|
32140
|
+
.E_t4zczcp {
|
|
32243
32141
|
display: flex;
|
|
32244
|
-
align-items: center;
|
|
32245
32142
|
justify-content: space-between;
|
|
32246
|
-
|
|
32143
|
+
align-items: center;
|
|
32144
|
+
padding: 8px;
|
|
32145
|
+
min-height: 32px;
|
|
32247
32146
|
}
|
|
32248
|
-
.
|
|
32249
|
-
|
|
32250
|
-
|
|
32251
|
-
|
|
32252
|
-
|
|
32253
|
-
}
|
|
32254
|
-
.E_c156wh19 div.left {
|
|
32255
|
-
flex: 1;
|
|
32256
|
-
display: flex;
|
|
32257
|
-
overflow: hidden;
|
|
32258
|
-
align-items: center;
|
|
32259
|
-
justify-content: flex-start;
|
|
32260
|
-
white-space: nowrap;
|
|
32261
|
-
}
|
|
32262
|
-
.E_c156wh19 div.left .title {
|
|
32263
|
-
max-width: 100%;
|
|
32264
|
-
overflow: hidden;
|
|
32265
|
-
text-overflow: ellipsis;
|
|
32266
|
-
}
|
|
32267
|
-
.E_c156wh19 div.right {
|
|
32268
|
-
display: flex;
|
|
32269
|
-
align-items: center;
|
|
32270
|
-
}
|
|
32271
|
-
.E_c156wh19 .reverse {
|
|
32272
|
-
display: flex;
|
|
32273
|
-
flex-direction: row-reverse;
|
|
32274
|
-
align-items: center;
|
|
32275
|
-
}
|
|
32276
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
32277
|
-
margin-left: 8px;
|
|
32147
|
+
.E_t4zczcp .table-title {
|
|
32148
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32149
|
+
font-weight: 600;
|
|
32150
|
+
font-size: 12px;
|
|
32151
|
+
line-height: 8px;
|
|
32278
32152
|
}
|
|
32279
|
-
.
|
|
32280
|
-
|
|
32281
|
-
|
|
32282
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32153
|
+
.E_t4zczcp .edit-icon {
|
|
32154
|
+
font-size: 16px;
|
|
32155
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32283
32156
|
cursor: pointer;
|
|
32284
32157
|
}
|
|
32285
32158
|
|
|
32286
|
-
.
|
|
32287
|
-
|
|
32288
|
-
|
|
32289
|
-
}
|
|
32290
|
-
.E_m126spxy .ant-btn-link {
|
|
32291
|
-
padding: 1px 10px;
|
|
32292
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32293
|
-
border-radius: 4px;
|
|
32294
|
-
}
|
|
32295
|
-
.E_m126spxy .ant-btn-link.active {
|
|
32296
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32297
|
-
color: #0096ff;
|
|
32159
|
+
.E_t1s7goww {
|
|
32160
|
+
font-size: 12px;
|
|
32161
|
+
line-height: 18px;
|
|
32298
32162
|
}
|
|
32299
32163
|
|
|
32300
|
-
.
|
|
32301
|
-
|
|
32302
|
-
|
|
32303
|
-
|
|
32304
|
-
.E_wpbf4pq .ant-input,
|
|
32305
|
-
.E_wpbf4pq .ant-picker {
|
|
32306
|
-
width: 80px;
|
|
32307
|
-
margin: 0 9px;
|
|
32308
|
-
text-align: center;
|
|
32309
|
-
}
|
|
32310
|
-
.E_wpbf4pq .options {
|
|
32311
|
-
padding: 12px 0 12px 16px;
|
|
32312
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32313
|
-
margin: 5px 0 5px 8px;
|
|
32164
|
+
.E_t93e4cf {
|
|
32165
|
+
display: flex;
|
|
32166
|
+
padding: 8px 0;
|
|
32167
|
+
color: #2d3a56;
|
|
32314
32168
|
}
|
|
32315
|
-
.
|
|
32316
|
-
|
|
32317
|
-
background: #f5f7fa;
|
|
32318
|
-
box-sizing: border-box;
|
|
32319
|
-
border-radius: 16px;
|
|
32320
|
-
margin-right: 8px;
|
|
32169
|
+
.E_t93e4cf .hidden {
|
|
32170
|
+
display: none;
|
|
32321
32171
|
}
|
|
32322
|
-
.
|
|
32323
|
-
|
|
32324
|
-
color: inherit;
|
|
32325
|
-
border-color: #d9d9d9;
|
|
32172
|
+
.E_t93e4cf .ant-btn-link {
|
|
32173
|
+
height: auto;
|
|
32326
32174
|
}
|
|
32327
|
-
.
|
|
32328
|
-
|
|
32329
|
-
|
|
32330
|
-
|
|
32175
|
+
.E_t93e4cf .content {
|
|
32176
|
+
overflow: hidden;
|
|
32177
|
+
overflow-x: auto;
|
|
32178
|
+
width: 100%;
|
|
32179
|
+
white-space: pre-wrap;
|
|
32331
32180
|
}
|
|
32332
|
-
.
|
|
32333
|
-
|
|
32334
|
-
|
|
32181
|
+
.E_t93e4cf .content .ant-btn {
|
|
32182
|
+
white-space: pre-wrap;
|
|
32183
|
+
text-align: left;
|
|
32335
32184
|
}
|
|
32336
|
-
.
|
|
32337
|
-
|
|
32338
|
-
padding: 0;
|
|
32339
|
-
margin-bottom: 8px;
|
|
32185
|
+
.E_t93e4cf .content .unit-chart {
|
|
32186
|
+
justify-content: flex-start;
|
|
32340
32187
|
}
|
|
32341
|
-
|
|
32342
|
-
|
|
32343
|
-
|
|
32344
|
-
|
|
32188
|
+
|
|
32189
|
+
.E_rhz2uv5 {
|
|
32190
|
+
width: var(--rhz2uv5-0);
|
|
32191
|
+
flex-shrink: 0;
|
|
32192
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32193
|
+
padding-right: 12px;
|
|
32345
32194
|
}
|
|
32346
32195
|
|
|
32347
32196
|
.E_ou7iq30 {
|
|
@@ -32360,354 +32209,97 @@ span.E_tqjc4ui {
|
|
|
32360
32209
|
word-break: break-all;
|
|
32361
32210
|
}
|
|
32362
32211
|
|
|
32363
|
-
.
|
|
32364
|
-
|
|
32365
|
-
|
|
32366
|
-
|
|
32367
|
-
.E_dt9qoak .bottom {
|
|
32368
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32369
|
-
}
|
|
32370
|
-
.E_dt9qoak .left {
|
|
32371
|
-
min-width: 0;
|
|
32212
|
+
.E_clm1wy1 {
|
|
32213
|
+
width: 192px;
|
|
32214
|
+
height: 246px;
|
|
32215
|
+
border-radius: 4px;
|
|
32372
32216
|
}
|
|
32373
|
-
|
|
32374
|
-
.
|
|
32375
|
-
|
|
32376
|
-
|
|
32377
|
-
|
|
32217
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
32218
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32219
|
+
width: 100%;
|
|
32220
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32221
|
+
border-top: none;
|
|
32378
32222
|
}
|
|
32379
|
-
.
|
|
32380
|
-
|
|
32381
|
-
|
|
32223
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32224
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32225
|
+
padding: 0 16px;
|
|
32382
32226
|
}
|
|
32383
|
-
|
|
32384
|
-
.
|
|
32385
|
-
|
|
32386
|
-
|
|
32387
|
-
|
|
32388
|
-
align-items: center;
|
|
32389
|
-
height: 240px;
|
|
32390
|
-
width: 432px;
|
|
32227
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32228
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32229
|
+
width: 100%;
|
|
32230
|
+
height: 180px;
|
|
32231
|
+
border-spacing: 0;
|
|
32391
32232
|
}
|
|
32392
|
-
|
|
32393
|
-
.
|
|
32394
|
-
|
|
32395
|
-
box-shadow: unset;
|
|
32396
|
-
border: 0;
|
|
32397
|
-
border-bottom: 1px solid #e4e9f2;
|
|
32233
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32234
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32235
|
+
margin-bottom: 8px;
|
|
32398
32236
|
}
|
|
32399
|
-
|
|
32400
|
-
.
|
|
32401
|
-
|
|
32237
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32238
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32239
|
+
width: 22px;
|
|
32402
32240
|
}
|
|
32403
|
-
.
|
|
32404
|
-
|
|
32241
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32242
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32243
|
+
padding: 0;
|
|
32405
32244
|
}
|
|
32406
|
-
.
|
|
32407
|
-
|
|
32245
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
32246
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32247
|
+
opacity: 0.4;
|
|
32408
32248
|
}
|
|
32409
|
-
.
|
|
32410
|
-
|
|
32249
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
32250
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32251
|
+
opacity: 1;
|
|
32411
32252
|
}
|
|
32412
|
-
.
|
|
32413
|
-
|
|
32253
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32254
|
+
color: #3e4652;
|
|
32414
32255
|
}
|
|
32415
|
-
.
|
|
32416
|
-
|
|
32417
|
-
line-height: 20px;
|
|
32256
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
32257
|
+
pointer-events: none;
|
|
32418
32258
|
}
|
|
32419
32259
|
|
|
32420
|
-
.
|
|
32421
|
-
|
|
32260
|
+
.E_t1tsm00v {
|
|
32261
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32262
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32263
|
+
backdrop-filter: blur(10px);
|
|
32264
|
+
padding: 7px 10px;
|
|
32422
32265
|
}
|
|
32423
32266
|
|
|
32424
|
-
.
|
|
32425
|
-
|
|
32426
|
-
height: 20px;
|
|
32427
|
-
font-weight: 400;
|
|
32428
|
-
box-sizing: content-box;
|
|
32429
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32267
|
+
.E_c167wnad {
|
|
32268
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32430
32269
|
display: flex;
|
|
32431
|
-
flex-direction: row;
|
|
32432
32270
|
justify-content: space-between;
|
|
32433
32271
|
align-items: center;
|
|
32434
|
-
|
|
32272
|
+
padding: 8px 16px;
|
|
32435
32273
|
}
|
|
32436
|
-
|
|
32437
|
-
|
|
32438
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
32439
|
-
border-radius: 8px;
|
|
32440
|
-
padding: 0px;
|
|
32274
|
+
.E_c167wnad .anticon {
|
|
32275
|
+
cursor: pointer;
|
|
32441
32276
|
}
|
|
32442
|
-
.
|
|
32443
|
-
|
|
32444
|
-
height: 240px;
|
|
32277
|
+
.E_c167wnad .anticon:hover {
|
|
32278
|
+
color: #0096ff;
|
|
32445
32279
|
}
|
|
32446
|
-
|
|
32447
|
-
|
|
32448
|
-
|
|
32449
|
-
color: #00122e;
|
|
32450
|
-
margin-bottom: 2px;
|
|
32280
|
+
|
|
32281
|
+
.E_cxhf7dh {
|
|
32282
|
+
text-align: center;
|
|
32451
32283
|
}
|
|
32452
|
-
.
|
|
32453
|
-
|
|
32284
|
+
.E_cxhf7dh .dots {
|
|
32285
|
+
display: flex;
|
|
32286
|
+
justify-content: center;
|
|
32454
32287
|
}
|
|
32455
|
-
.
|
|
32456
|
-
|
|
32288
|
+
.E_cxhf7dh .dot {
|
|
32289
|
+
display: inline-block;
|
|
32290
|
+
width: 2px;
|
|
32291
|
+
height: 2px;
|
|
32292
|
+
border-radius: 1px;
|
|
32293
|
+
background: #0096ff;
|
|
32457
32294
|
}
|
|
32458
|
-
.
|
|
32459
|
-
|
|
32295
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32296
|
+
margin-right: 2px;
|
|
32460
32297
|
}
|
|
32461
|
-
.
|
|
32462
|
-
|
|
32463
|
-
}
|
|
32464
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
32465
|
-
fill: #0080ff;
|
|
32466
|
-
}
|
|
32467
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
|
|
32468
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32469
|
-
font-weight: 400;
|
|
32470
|
-
}
|
|
32471
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
|
|
32472
|
-
fill: #0080ff;
|
|
32473
|
-
}
|
|
32474
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
|
|
32475
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32476
|
-
}
|
|
32477
|
-
.E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
|
|
32478
|
-
align-self: flex-start;
|
|
32479
|
-
}
|
|
32480
|
-
.E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
|
|
32481
|
-
display: none;
|
|
32482
|
-
}
|
|
32483
|
-
.E_ckhyuyx .antd5-cascader-checkbox {
|
|
32484
|
-
height: 22px;
|
|
32485
|
-
display: flex;
|
|
32486
|
-
align-items: center;
|
|
32487
|
-
top: 0;
|
|
32488
|
-
}
|
|
32489
|
-
.E_ckhyuyx .antd5-cascader-checkbox-checked::after {
|
|
32490
|
-
border: none;
|
|
32491
|
-
}
|
|
32492
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper:hover .antd5-cascader-checkbox-inner, .E_ckhyuyx.antd5-cascader-checkbox-wrapper.__pseudo-states-hover .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox:hover .antd5-cascader-checkbox-inner {
|
|
32493
|
-
border-color: #0080ff;
|
|
32494
|
-
}
|
|
32495
|
-
.E_ckhyuyx .antd5-cascader-checkbox .antd5-cascader-checkbox-inner {
|
|
32496
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32497
|
-
}
|
|
32498
|
-
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
32499
|
-
border: 1px solid #0080ff;
|
|
32500
|
-
}
|
|
32501
|
-
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
32502
|
-
background: #0080ff;
|
|
32503
|
-
}
|
|
32504
|
-
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
32505
|
-
background-color: #fff;
|
|
32298
|
+
.E_cxhf7dh .bar {
|
|
32299
|
+
width: 9px;
|
|
32506
32300
|
height: 2px;
|
|
32507
|
-
|
|
32508
|
-
border-radius: 2px;
|
|
32509
|
-
}
|
|
32510
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled {
|
|
32511
|
-
opacity: 0.5;
|
|
32512
|
-
}
|
|
32513
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
|
|
32514
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32515
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32516
|
-
}
|
|
32517
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
|
|
32518
|
-
border-color: #2d3a56;
|
|
32519
|
-
}
|
|
32520
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
32521
|
-
background: #2d3a56;
|
|
32522
|
-
}
|
|
32523
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
32524
|
-
padding: 0;
|
|
32525
|
-
}
|
|
32526
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
32527
|
-
display: inline-block;
|
|
32528
|
-
margin-left: 12px;
|
|
32529
|
-
color: #2d3a56;
|
|
32530
|
-
}
|
|
32531
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
32532
|
-
margin-left: 28px;
|
|
32533
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32534
|
-
}
|
|
32535
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
32536
|
-
margin-left: 8px;
|
|
32537
|
-
}
|
|
32538
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
32539
|
-
margin-left: 24px;
|
|
32540
|
-
}
|
|
32541
|
-
.E_ckhyuyx .E_dt9qoak {
|
|
32542
|
-
width: 400px;
|
|
32543
|
-
}
|
|
32544
|
-
|
|
32545
|
-
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
32546
|
-
padding: 4px;
|
|
32547
|
-
height: 158px;
|
|
32548
|
-
}
|
|
32549
|
-
.E_c1fmq9lv.E_ckhyuyx {
|
|
32550
|
-
border-radius: 6px;
|
|
32551
|
-
}
|
|
32552
|
-
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32553
|
-
min-width: 200px;
|
|
32554
|
-
font-size: 12px;
|
|
32555
|
-
}
|
|
32556
|
-
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
32557
|
-
padding: 6px 12px;
|
|
32558
|
-
height: 18px;
|
|
32559
|
-
font-size: 12px;
|
|
32560
|
-
}
|
|
32561
|
-
|
|
32562
|
-
.E_c1evusvc ul.antd5-cascader-menu {
|
|
32563
|
-
padding: 8px;
|
|
32564
|
-
height: 320px;
|
|
32565
|
-
}
|
|
32566
|
-
.E_c1evusvc.E_ckhyuyx {
|
|
32567
|
-
border-radius: 10px;
|
|
32568
|
-
}
|
|
32569
|
-
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32570
|
-
min-width: 296px;
|
|
32571
|
-
padding: 8px;
|
|
32572
|
-
}
|
|
32573
|
-
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32574
|
-
height: 22px;
|
|
32575
|
-
padding: 8px 16px;
|
|
32576
|
-
font-size: 14px;
|
|
32577
|
-
}
|
|
32578
|
-
|
|
32579
|
-
.E_skwah65 {
|
|
32580
|
-
height: 8px;
|
|
32581
|
-
box-sizing: border-box;
|
|
32301
|
+
background: #0096ff;
|
|
32582
32302
|
border-radius: 2px;
|
|
32583
|
-
background: #f5f7fa;
|
|
32584
|
-
display: flex;
|
|
32585
|
-
width: 100%;
|
|
32586
|
-
overflow: hidden;
|
|
32587
|
-
}
|
|
32588
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
32589
|
-
margin-left: 1px;
|
|
32590
|
-
}
|
|
32591
|
-
|
|
32592
|
-
.E_wg1tsps {
|
|
32593
|
-
display: flex;
|
|
32594
|
-
align-items: center;
|
|
32595
|
-
justify-content: flex-end;
|
|
32596
|
-
}
|
|
32597
|
-
|
|
32598
|
-
.E_b1ctd5xy {
|
|
32599
|
-
display: flex;
|
|
32600
|
-
align-items: center;
|
|
32601
|
-
width: calc(100% - 40px);
|
|
32602
|
-
}
|
|
32603
|
-
.E_b1ctd5xy .chart {
|
|
32604
|
-
display: inline-block;
|
|
32605
|
-
width: 100%;
|
|
32606
|
-
}
|
|
32607
|
-
|
|
32608
|
-
.E_u1p8acpn {
|
|
32609
|
-
min-width: 40px;
|
|
32610
|
-
}
|
|
32611
|
-
.E_u1p8acpn .unit {
|
|
32612
|
-
color: #00122e !important;
|
|
32613
|
-
}
|
|
32614
|
-
|
|
32615
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
32616
|
-
display: flex;
|
|
32617
|
-
align-items: center;
|
|
32618
|
-
}
|
|
32619
|
-
.E_s1iv0tp1 .enabled-text {
|
|
32620
|
-
margin-right: 8px;
|
|
32621
|
-
}
|
|
32622
|
-
|
|
32623
|
-
.E_t1sqg15u {
|
|
32624
|
-
background: white;
|
|
32625
|
-
}
|
|
32626
|
-
.E_t1sqg15u.inline .table-row {
|
|
32627
|
-
flex-direction: column;
|
|
32628
|
-
}
|
|
32629
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
32630
|
-
padding: 0 16px 7px 0;
|
|
32631
|
-
}
|
|
32632
|
-
.E_t1sqg15u.has-border .table-header {
|
|
32633
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32634
|
-
}
|
|
32635
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32636
|
-
border-top: none !important;
|
|
32637
|
-
}
|
|
32638
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32639
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32640
|
-
}
|
|
32641
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32642
|
-
padding-bottom: 0;
|
|
32643
|
-
}
|
|
32644
|
-
.E_t1sqg15u.align-right .content {
|
|
32645
|
-
text-align: right;
|
|
32646
|
-
}
|
|
32647
|
-
.E_t1sqg15u .uuid-row {
|
|
32648
|
-
display: flex;
|
|
32649
|
-
justify-content: space-between;
|
|
32650
|
-
}
|
|
32651
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
32652
|
-
white-space: nowrap;
|
|
32653
|
-
overflow: hidden;
|
|
32654
|
-
text-overflow: ellipsis;
|
|
32655
|
-
}
|
|
32656
|
-
|
|
32657
|
-
.E_t4zczcp {
|
|
32658
|
-
display: flex;
|
|
32659
|
-
justify-content: space-between;
|
|
32660
|
-
align-items: center;
|
|
32661
|
-
padding: 8px;
|
|
32662
|
-
min-height: 32px;
|
|
32663
|
-
}
|
|
32664
|
-
.E_t4zczcp .table-title {
|
|
32665
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32666
|
-
font-weight: 600;
|
|
32667
|
-
font-size: 12px;
|
|
32668
|
-
line-height: 8px;
|
|
32669
|
-
}
|
|
32670
|
-
.E_t4zczcp .edit-icon {
|
|
32671
|
-
font-size: 16px;
|
|
32672
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32673
|
-
cursor: pointer;
|
|
32674
|
-
}
|
|
32675
|
-
|
|
32676
|
-
.E_t1s7goww {
|
|
32677
|
-
font-size: 12px;
|
|
32678
|
-
line-height: 18px;
|
|
32679
|
-
}
|
|
32680
|
-
|
|
32681
|
-
.E_t93e4cf {
|
|
32682
|
-
display: flex;
|
|
32683
|
-
padding: 8px 0;
|
|
32684
|
-
color: #2d3a56;
|
|
32685
|
-
}
|
|
32686
|
-
.E_t93e4cf .hidden {
|
|
32687
|
-
display: none;
|
|
32688
|
-
}
|
|
32689
|
-
.E_t93e4cf .ant-btn-link {
|
|
32690
|
-
height: auto;
|
|
32691
|
-
}
|
|
32692
|
-
.E_t93e4cf .content {
|
|
32693
|
-
overflow: hidden;
|
|
32694
|
-
overflow-x: auto;
|
|
32695
|
-
width: 100%;
|
|
32696
|
-
white-space: pre-wrap;
|
|
32697
|
-
}
|
|
32698
|
-
.E_t93e4cf .content .ant-btn {
|
|
32699
|
-
white-space: pre-wrap;
|
|
32700
|
-
text-align: left;
|
|
32701
|
-
}
|
|
32702
|
-
.E_t93e4cf .content .unit-chart {
|
|
32703
|
-
justify-content: flex-start;
|
|
32704
|
-
}
|
|
32705
|
-
|
|
32706
|
-
.E_rhz2uv5 {
|
|
32707
|
-
width: var(--rhz2uv5-0);
|
|
32708
|
-
flex-shrink: 0;
|
|
32709
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32710
|
-
padding-right: 12px;
|
|
32711
32303
|
}
|
|
32712
32304
|
|
|
32713
32305
|
.E_t160l1cm {
|
|
@@ -32913,191 +32505,599 @@ span.E_tqjc4ui {
|
|
|
32913
32505
|
background: transparent;
|
|
32914
32506
|
}
|
|
32915
32507
|
|
|
32916
|
-
.
|
|
32917
|
-
height: 24px;
|
|
32918
|
-
width: 24px;
|
|
32919
|
-
border-radius: 6px;
|
|
32920
|
-
padding: 4px;
|
|
32921
|
-
}
|
|
32922
|
-
.E_suhck3k:hover {
|
|
32923
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32924
|
-
}
|
|
32925
|
-
.E_suhck3k:hover svg path {
|
|
32926
|
-
fill: blue;
|
|
32927
|
-
}
|
|
32928
|
-
|
|
32929
|
-
.E_ryby9ds {
|
|
32508
|
+
.E_wg1tsps {
|
|
32930
32509
|
display: flex;
|
|
32931
32510
|
align-items: center;
|
|
32511
|
+
justify-content: flex-end;
|
|
32932
32512
|
}
|
|
32933
|
-
|
|
32934
|
-
|
|
32935
|
-
width: 24px;
|
|
32936
|
-
border-radius: 20px;
|
|
32937
|
-
color: #0080ff;
|
|
32938
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32513
|
+
|
|
32514
|
+
.E_b1ctd5xy {
|
|
32939
32515
|
display: flex;
|
|
32940
32516
|
align-items: center;
|
|
32941
|
-
|
|
32942
|
-
|
|
32517
|
+
width: calc(100% - 40px);
|
|
32518
|
+
}
|
|
32519
|
+
.E_b1ctd5xy .chart {
|
|
32520
|
+
display: inline-block;
|
|
32521
|
+
width: 100%;
|
|
32943
32522
|
}
|
|
32944
32523
|
|
|
32945
|
-
.
|
|
32946
|
-
|
|
32947
|
-
border-bottom: 2px solid #edf0f7;
|
|
32948
|
-
background: #fff;
|
|
32949
|
-
display: flex;
|
|
32950
|
-
justify-content: space-between;
|
|
32951
|
-
align-items: center;
|
|
32952
|
-
padding: 0 24px 0 14px;
|
|
32953
|
-
position: relative;
|
|
32954
|
-
z-index: 10;
|
|
32524
|
+
.E_u1p8acpn {
|
|
32525
|
+
min-width: 40px;
|
|
32955
32526
|
}
|
|
32956
|
-
.
|
|
32957
|
-
|
|
32958
|
-
.E_h12yihis .center {
|
|
32959
|
-
display: flex;
|
|
32960
|
-
align-items: center;
|
|
32961
|
-
flex: 1;
|
|
32962
|
-
flex-shrink: 0;
|
|
32527
|
+
.E_u1p8acpn .unit {
|
|
32528
|
+
color: #00122e !important;
|
|
32963
32529
|
}
|
|
32964
|
-
|
|
32965
|
-
|
|
32530
|
+
|
|
32531
|
+
.E_c1up1pdz {
|
|
32532
|
+
width: 648px;
|
|
32966
32533
|
}
|
|
32967
|
-
.
|
|
32968
|
-
|
|
32534
|
+
.E_c1up1pdz.active {
|
|
32535
|
+
border-color: #0080ff;
|
|
32969
32536
|
}
|
|
32970
|
-
.
|
|
32971
|
-
|
|
32537
|
+
.E_c1up1pdz.active > header {
|
|
32538
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32972
32539
|
}
|
|
32973
|
-
.
|
|
32974
|
-
|
|
32975
|
-
position: relative;
|
|
32976
|
-
display: flex;
|
|
32977
|
-
align-items: center;
|
|
32540
|
+
.E_c1up1pdz .expand {
|
|
32541
|
+
padding: 12px;
|
|
32978
32542
|
}
|
|
32979
|
-
.
|
|
32980
|
-
|
|
32981
|
-
|
|
32982
|
-
|
|
32983
|
-
width: 1px;
|
|
32984
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32985
|
-
position: absolute;
|
|
32986
|
-
left: -16px;
|
|
32987
|
-
top: 50%;
|
|
32988
|
-
transform: translateY(-50%);
|
|
32989
|
-
transition: opacity 160ms ease;
|
|
32543
|
+
.E_c1up1pdz .field-item {
|
|
32544
|
+
display: flex;
|
|
32545
|
+
padding: 10px 0;
|
|
32546
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32990
32547
|
}
|
|
32991
|
-
.
|
|
32992
|
-
|
|
32993
|
-
|
|
32994
|
-
width: 56px;
|
|
32995
|
-
height: 40px;
|
|
32996
|
-
display: inline-flex;
|
|
32997
|
-
align-items: center;
|
|
32998
|
-
justify-content: center;
|
|
32999
|
-
border-radius: 6px;
|
|
32548
|
+
.E_c1up1pdz .field-item:last-child {
|
|
32549
|
+
border-bottom: none;
|
|
32550
|
+
padding-bottom: 0;
|
|
33000
32551
|
}
|
|
33001
|
-
.
|
|
33002
|
-
|
|
32552
|
+
.E_c1up1pdz .field-item label {
|
|
32553
|
+
line-height: 32px;
|
|
32554
|
+
width: 100px;
|
|
32555
|
+
color: rgba(62, 70, 82, 0.6);
|
|
33003
32556
|
}
|
|
33004
|
-
.
|
|
33005
|
-
|
|
33006
|
-
|
|
32557
|
+
.E_c1up1pdz .help {
|
|
32558
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32559
|
+
margin-top: 5px;
|
|
33007
32560
|
}
|
|
33008
|
-
.
|
|
33009
|
-
|
|
32561
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
32562
|
+
.E_c1up1pdz .ant-picker {
|
|
32563
|
+
width: 128px;
|
|
33010
32564
|
}
|
|
33011
|
-
|
|
33012
|
-
|
|
33013
|
-
overflow: hidden;
|
|
32565
|
+
|
|
32566
|
+
.E_c156wh19 {
|
|
33014
32567
|
display: flex;
|
|
33015
32568
|
align-items: center;
|
|
33016
|
-
|
|
33017
|
-
|
|
32569
|
+
justify-content: space-between;
|
|
32570
|
+
word-break: keep-all;
|
|
33018
32571
|
}
|
|
33019
|
-
.
|
|
33020
|
-
|
|
33021
|
-
transform: translateY(0);
|
|
32572
|
+
.E_c156wh19 .title {
|
|
32573
|
+
margin: 0 16px 0 8px;
|
|
33022
32574
|
}
|
|
33023
|
-
.
|
|
33024
|
-
|
|
33025
|
-
height: 48px;
|
|
33026
|
-
transform: translateY(100%);
|
|
33027
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33028
|
-
display: inline-flex;
|
|
33029
|
-
align-items: center;
|
|
32575
|
+
.E_c156wh19 .retain {
|
|
32576
|
+
color: rgba(129, 138, 153, 0.6);
|
|
33030
32577
|
}
|
|
33031
|
-
.
|
|
33032
|
-
|
|
32578
|
+
.E_c156wh19 div.left {
|
|
32579
|
+
flex: 1;
|
|
32580
|
+
display: flex;
|
|
32581
|
+
overflow: hidden;
|
|
32582
|
+
align-items: center;
|
|
32583
|
+
justify-content: flex-start;
|
|
32584
|
+
white-space: nowrap;
|
|
33033
32585
|
}
|
|
33034
|
-
.
|
|
33035
|
-
width:
|
|
33036
|
-
|
|
33037
|
-
|
|
32586
|
+
.E_c156wh19 div.left .title {
|
|
32587
|
+
max-width: 100%;
|
|
32588
|
+
overflow: hidden;
|
|
32589
|
+
text-overflow: ellipsis;
|
|
33038
32590
|
}
|
|
33039
|
-
.
|
|
33040
|
-
|
|
32591
|
+
.E_c156wh19 div.right {
|
|
32592
|
+
display: flex;
|
|
32593
|
+
align-items: center;
|
|
33041
32594
|
}
|
|
33042
|
-
.
|
|
33043
|
-
|
|
33044
|
-
|
|
32595
|
+
.E_c156wh19 .reverse {
|
|
32596
|
+
display: flex;
|
|
32597
|
+
flex-direction: row-reverse;
|
|
32598
|
+
align-items: center;
|
|
33045
32599
|
}
|
|
33046
|
-
.
|
|
33047
|
-
|
|
33048
|
-
.E_h12yihis .task .alert-icon,
|
|
33049
|
-
.E_h12yihis .task .task-icon {
|
|
33050
|
-
width: 56px;
|
|
33051
|
-
height: 40px;
|
|
33052
|
-
justify-content: center;
|
|
32600
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
32601
|
+
margin-left: 8px;
|
|
33053
32602
|
}
|
|
33054
|
-
.
|
|
33055
|
-
|
|
33056
|
-
|
|
33057
|
-
|
|
32603
|
+
.E_c156wh19 .close {
|
|
32604
|
+
padding-left: 14px;
|
|
32605
|
+
margin-left: 14px;
|
|
32606
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32607
|
+
cursor: pointer;
|
|
33058
32608
|
}
|
|
33059
|
-
|
|
33060
|
-
|
|
33061
|
-
|
|
32609
|
+
|
|
32610
|
+
.E_m126spxy {
|
|
32611
|
+
padding-bottom: 4px;
|
|
32612
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
33062
32613
|
}
|
|
33063
|
-
.
|
|
33064
|
-
|
|
32614
|
+
.E_m126spxy .ant-btn-link {
|
|
32615
|
+
padding: 1px 10px;
|
|
32616
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32617
|
+
border-radius: 4px;
|
|
33065
32618
|
}
|
|
33066
|
-
.
|
|
33067
|
-
|
|
33068
|
-
|
|
33069
|
-
font-weight: bold;
|
|
33070
|
-
color: #1d326c;
|
|
33071
|
-
margin: 0px 8px;
|
|
32619
|
+
.E_m126spxy .ant-btn-link.active {
|
|
32620
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32621
|
+
color: #0096ff;
|
|
33072
32622
|
}
|
|
33073
|
-
|
|
33074
|
-
|
|
32623
|
+
|
|
32624
|
+
.E_wpbf4pq {
|
|
32625
|
+
padding: 10px 0;
|
|
32626
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
33075
32627
|
}
|
|
33076
|
-
.
|
|
33077
|
-
|
|
32628
|
+
.E_wpbf4pq .ant-input,
|
|
32629
|
+
.E_wpbf4pq .ant-picker {
|
|
32630
|
+
width: 80px;
|
|
32631
|
+
margin: 0 9px;
|
|
32632
|
+
text-align: center;
|
|
33078
32633
|
}
|
|
33079
|
-
.
|
|
33080
|
-
|
|
33081
|
-
|
|
32634
|
+
.E_wpbf4pq .options {
|
|
32635
|
+
padding: 12px 0 12px 16px;
|
|
32636
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32637
|
+
margin: 5px 0 5px 8px;
|
|
33082
32638
|
}
|
|
33083
|
-
.
|
|
33084
|
-
|
|
33085
|
-
|
|
32639
|
+
.E_wpbf4pq .week-day-option,
|
|
32640
|
+
.E_wpbf4pq .month-day-option {
|
|
32641
|
+
background: #f5f7fa;
|
|
32642
|
+
box-sizing: border-box;
|
|
32643
|
+
border-radius: 16px;
|
|
32644
|
+
margin-right: 8px;
|
|
33086
32645
|
}
|
|
33087
|
-
.
|
|
33088
|
-
|
|
33089
|
-
|
|
32646
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
32647
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
32648
|
+
color: inherit;
|
|
32649
|
+
border-color: #d9d9d9;
|
|
33090
32650
|
}
|
|
33091
|
-
.
|
|
33092
|
-
|
|
32651
|
+
.E_wpbf4pq .week-day-option.active {
|
|
32652
|
+
background-color: #0096ff;
|
|
32653
|
+
border-color: #0096ff;
|
|
32654
|
+
color: #fff;
|
|
33093
32655
|
}
|
|
33094
|
-
.
|
|
33095
|
-
|
|
32656
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
32657
|
+
width: 110px;
|
|
32658
|
+
margin-top: 4px;
|
|
33096
32659
|
}
|
|
33097
|
-
.
|
|
33098
|
-
|
|
32660
|
+
.E_wpbf4pq .month-day-option {
|
|
32661
|
+
width: 32px;
|
|
32662
|
+
padding: 0;
|
|
32663
|
+
margin-bottom: 8px;
|
|
33099
32664
|
}
|
|
33100
|
-
|
|
32665
|
+
.E_wpbf4pq .month-day-option.active {
|
|
32666
|
+
background-color: #0096ff;
|
|
32667
|
+
border-color: #0096ff;
|
|
32668
|
+
color: #fff;
|
|
32669
|
+
}
|
|
32670
|
+
|
|
32671
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32672
|
+
border: 0px;
|
|
32673
|
+
background-color: #fff;
|
|
32674
|
+
}
|
|
32675
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32676
|
+
padding-top: 0px;
|
|
32677
|
+
padding-bottom: 0px;
|
|
32678
|
+
padding-left: 0px !important;
|
|
32679
|
+
padding-right: 24px;
|
|
32680
|
+
}
|
|
32681
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32682
|
+
right: 0px;
|
|
32683
|
+
}
|
|
32684
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32685
|
+
padding: 0px;
|
|
32686
|
+
}
|
|
32687
|
+
|
|
32688
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32689
|
+
padding-right: 0px;
|
|
32690
|
+
cursor: default;
|
|
32691
|
+
}
|
|
32692
|
+
|
|
32693
|
+
.E_c1yyuluq {
|
|
32694
|
+
border-radius: 8px;
|
|
32695
|
+
}
|
|
32696
|
+
.E_c1yyuluq .ant-card-body {
|
|
32697
|
+
padding: 20px 24px 24px 24px;
|
|
32698
|
+
}
|
|
32699
|
+
|
|
32700
|
+
.E_hrhfj7c {
|
|
32701
|
+
display: none;
|
|
32702
|
+
}
|
|
32703
|
+
|
|
32704
|
+
.E_dt9qoak .bottom {
|
|
32705
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32706
|
+
}
|
|
32707
|
+
.E_dt9qoak .left {
|
|
32708
|
+
min-width: 0;
|
|
32709
|
+
}
|
|
32710
|
+
|
|
32711
|
+
.E_crhnxq5 {
|
|
32712
|
+
display: flex;
|
|
32713
|
+
flex-direction: row;
|
|
32714
|
+
justify-content: space-between;
|
|
32715
|
+
}
|
|
32716
|
+
.E_crhnxq5 .label {
|
|
32717
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32718
|
+
font-weight: 400;
|
|
32719
|
+
}
|
|
32720
|
+
|
|
32721
|
+
.E_c1iq43vd {
|
|
32722
|
+
display: flex;
|
|
32723
|
+
flex-direction: column;
|
|
32724
|
+
justify-content: center;
|
|
32725
|
+
align-items: center;
|
|
32726
|
+
height: 240px;
|
|
32727
|
+
width: 432px;
|
|
32728
|
+
}
|
|
32729
|
+
|
|
32730
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32731
|
+
border-radius: 0px;
|
|
32732
|
+
box-shadow: unset;
|
|
32733
|
+
border: 0;
|
|
32734
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32735
|
+
}
|
|
32736
|
+
|
|
32737
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
32738
|
+
padding: 4px;
|
|
32739
|
+
}
|
|
32740
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
32741
|
+
line-height: normal;
|
|
32742
|
+
}
|
|
32743
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
32744
|
+
height: 22px;
|
|
32745
|
+
}
|
|
32746
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
32747
|
+
row-gap: 2px;
|
|
32748
|
+
}
|
|
32749
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
32750
|
+
line-height: normal;
|
|
32751
|
+
}
|
|
32752
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
32753
|
+
font-size: 13px;
|
|
32754
|
+
line-height: 20px;
|
|
32755
|
+
}
|
|
32756
|
+
|
|
32757
|
+
.E_c1ec3mnt {
|
|
32758
|
+
font-size: 13px;
|
|
32759
|
+
}
|
|
32760
|
+
|
|
32761
|
+
.E_c1iye0zj {
|
|
32762
|
+
padding: 7px 14px;
|
|
32763
|
+
height: 20px;
|
|
32764
|
+
font-weight: 400;
|
|
32765
|
+
box-sizing: content-box;
|
|
32766
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32767
|
+
display: flex;
|
|
32768
|
+
flex-direction: row;
|
|
32769
|
+
justify-content: space-between;
|
|
32770
|
+
align-items: center;
|
|
32771
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32772
|
+
}
|
|
32773
|
+
|
|
32774
|
+
.E_ckhyuyx {
|
|
32775
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
32776
|
+
border-radius: 8px;
|
|
32777
|
+
padding: 0px;
|
|
32778
|
+
}
|
|
32779
|
+
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
32780
|
+
padding: 6px;
|
|
32781
|
+
height: 240px;
|
|
32782
|
+
}
|
|
32783
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
32784
|
+
min-width: 296px;
|
|
32785
|
+
padding: 4px 4px 4px 8px;
|
|
32786
|
+
color: #00122e;
|
|
32787
|
+
margin-bottom: 2px;
|
|
32788
|
+
}
|
|
32789
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
32790
|
+
vertical-align: middle;
|
|
32791
|
+
}
|
|
32792
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
|
|
32793
|
+
font-weight: 400;
|
|
32794
|
+
}
|
|
32795
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
|
|
32796
|
+
font-weight: 400;
|
|
32797
|
+
}
|
|
32798
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
|
|
32799
|
+
background: rgba(0, 136, 255, 0.2);
|
|
32800
|
+
}
|
|
32801
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
32802
|
+
fill: #0080ff;
|
|
32803
|
+
}
|
|
32804
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
|
|
32805
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32806
|
+
font-weight: 400;
|
|
32807
|
+
}
|
|
32808
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
|
|
32809
|
+
fill: #0080ff;
|
|
32810
|
+
}
|
|
32811
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
|
|
32812
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32813
|
+
}
|
|
32814
|
+
.E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
|
|
32815
|
+
align-self: flex-start;
|
|
32816
|
+
}
|
|
32817
|
+
.E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
|
|
32818
|
+
display: none;
|
|
32819
|
+
}
|
|
32820
|
+
.E_ckhyuyx .antd5-cascader-checkbox {
|
|
32821
|
+
height: 22px;
|
|
32822
|
+
display: flex;
|
|
32823
|
+
align-items: center;
|
|
32824
|
+
top: 0;
|
|
32825
|
+
}
|
|
32826
|
+
.E_ckhyuyx .antd5-cascader-checkbox-checked::after {
|
|
32827
|
+
border: none;
|
|
32828
|
+
}
|
|
32829
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper:hover .antd5-cascader-checkbox-inner, .E_ckhyuyx.antd5-cascader-checkbox-wrapper.__pseudo-states-hover .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox:hover .antd5-cascader-checkbox-inner {
|
|
32830
|
+
border-color: #0080ff;
|
|
32831
|
+
}
|
|
32832
|
+
.E_ckhyuyx .antd5-cascader-checkbox .antd5-cascader-checkbox-inner {
|
|
32833
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32834
|
+
}
|
|
32835
|
+
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
32836
|
+
border: 1px solid #0080ff;
|
|
32837
|
+
}
|
|
32838
|
+
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
32839
|
+
background: #0080ff;
|
|
32840
|
+
}
|
|
32841
|
+
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
32842
|
+
background-color: #fff;
|
|
32843
|
+
height: 2px;
|
|
32844
|
+
width: 10px;
|
|
32845
|
+
border-radius: 2px;
|
|
32846
|
+
}
|
|
32847
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled {
|
|
32848
|
+
opacity: 0.5;
|
|
32849
|
+
}
|
|
32850
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
|
|
32851
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32852
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32853
|
+
}
|
|
32854
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
|
|
32855
|
+
border-color: #2d3a56;
|
|
32856
|
+
}
|
|
32857
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
32858
|
+
background: #2d3a56;
|
|
32859
|
+
}
|
|
32860
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
32861
|
+
padding: 0;
|
|
32862
|
+
}
|
|
32863
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
32864
|
+
display: inline-block;
|
|
32865
|
+
margin-left: 12px;
|
|
32866
|
+
color: #2d3a56;
|
|
32867
|
+
}
|
|
32868
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
32869
|
+
margin-left: 28px;
|
|
32870
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32871
|
+
}
|
|
32872
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
32873
|
+
margin-left: 8px;
|
|
32874
|
+
}
|
|
32875
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
32876
|
+
margin-left: 24px;
|
|
32877
|
+
}
|
|
32878
|
+
.E_ckhyuyx .E_dt9qoak {
|
|
32879
|
+
width: 400px;
|
|
32880
|
+
}
|
|
32881
|
+
|
|
32882
|
+
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
32883
|
+
padding: 4px;
|
|
32884
|
+
height: 158px;
|
|
32885
|
+
}
|
|
32886
|
+
.E_c1fmq9lv.E_ckhyuyx {
|
|
32887
|
+
border-radius: 6px;
|
|
32888
|
+
}
|
|
32889
|
+
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32890
|
+
min-width: 200px;
|
|
32891
|
+
font-size: 12px;
|
|
32892
|
+
}
|
|
32893
|
+
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
32894
|
+
padding: 6px 12px;
|
|
32895
|
+
height: 18px;
|
|
32896
|
+
font-size: 12px;
|
|
32897
|
+
}
|
|
32898
|
+
|
|
32899
|
+
.E_c1evusvc ul.antd5-cascader-menu {
|
|
32900
|
+
padding: 8px;
|
|
32901
|
+
height: 320px;
|
|
32902
|
+
}
|
|
32903
|
+
.E_c1evusvc.E_ckhyuyx {
|
|
32904
|
+
border-radius: 10px;
|
|
32905
|
+
}
|
|
32906
|
+
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32907
|
+
min-width: 296px;
|
|
32908
|
+
padding: 8px;
|
|
32909
|
+
}
|
|
32910
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32911
|
+
height: 22px;
|
|
32912
|
+
padding: 8px 16px;
|
|
32913
|
+
font-size: 14px;
|
|
32914
|
+
}
|
|
32915
|
+
|
|
32916
|
+
.E_ryby9ds {
|
|
32917
|
+
display: flex;
|
|
32918
|
+
align-items: center;
|
|
32919
|
+
}
|
|
32920
|
+
.E_ryby9ds .order {
|
|
32921
|
+
height: 24px;
|
|
32922
|
+
width: 24px;
|
|
32923
|
+
border-radius: 20px;
|
|
32924
|
+
color: #0080ff;
|
|
32925
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32926
|
+
display: flex;
|
|
32927
|
+
align-items: center;
|
|
32928
|
+
justify-content: center;
|
|
32929
|
+
margin-right: 6px;
|
|
32930
|
+
}
|
|
32931
|
+
|
|
32932
|
+
.E_suhck3k {
|
|
32933
|
+
height: 24px;
|
|
32934
|
+
width: 24px;
|
|
32935
|
+
border-radius: 6px;
|
|
32936
|
+
padding: 4px;
|
|
32937
|
+
}
|
|
32938
|
+
.E_suhck3k:hover {
|
|
32939
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32940
|
+
}
|
|
32941
|
+
.E_suhck3k:hover svg path {
|
|
32942
|
+
fill: blue;
|
|
32943
|
+
}
|
|
32944
|
+
|
|
32945
|
+
.E_h12yihis {
|
|
32946
|
+
height: 50px;
|
|
32947
|
+
border-bottom: 2px solid #edf0f7;
|
|
32948
|
+
background: #fff;
|
|
32949
|
+
display: flex;
|
|
32950
|
+
justify-content: space-between;
|
|
32951
|
+
align-items: center;
|
|
32952
|
+
padding: 0 24px 0 14px;
|
|
32953
|
+
position: relative;
|
|
32954
|
+
z-index: 10;
|
|
32955
|
+
}
|
|
32956
|
+
.E_h12yihis .left,
|
|
32957
|
+
.E_h12yihis .right,
|
|
32958
|
+
.E_h12yihis .center {
|
|
32959
|
+
display: flex;
|
|
32960
|
+
align-items: center;
|
|
32961
|
+
flex: 1;
|
|
32962
|
+
flex-shrink: 0;
|
|
32963
|
+
}
|
|
32964
|
+
.E_h12yihis .center {
|
|
32965
|
+
flex: 0.8;
|
|
32966
|
+
}
|
|
32967
|
+
.E_h12yihis .right {
|
|
32968
|
+
justify-content: flex-end;
|
|
32969
|
+
}
|
|
32970
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
32971
|
+
opacity: 1;
|
|
32972
|
+
}
|
|
32973
|
+
.E_h12yihis .right .btn-group {
|
|
32974
|
+
margin-left: 32px;
|
|
32975
|
+
position: relative;
|
|
32976
|
+
display: flex;
|
|
32977
|
+
align-items: center;
|
|
32978
|
+
}
|
|
32979
|
+
.E_h12yihis .right .btn-group:before {
|
|
32980
|
+
content: "";
|
|
32981
|
+
opacity: 0;
|
|
32982
|
+
height: 24px;
|
|
32983
|
+
width: 1px;
|
|
32984
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32985
|
+
position: absolute;
|
|
32986
|
+
left: -16px;
|
|
32987
|
+
top: 50%;
|
|
32988
|
+
transform: translateY(-50%);
|
|
32989
|
+
transition: opacity 160ms ease;
|
|
32990
|
+
}
|
|
32991
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
32992
|
+
transition: all 160ms ease;
|
|
32993
|
+
cursor: pointer;
|
|
32994
|
+
width: 56px;
|
|
32995
|
+
height: 40px;
|
|
32996
|
+
display: inline-flex;
|
|
32997
|
+
align-items: center;
|
|
32998
|
+
justify-content: center;
|
|
32999
|
+
border-radius: 6px;
|
|
33000
|
+
}
|
|
33001
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33002
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33003
|
+
}
|
|
33004
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33005
|
+
transform: translateY(2px);
|
|
33006
|
+
transition: all 320ms ease;
|
|
33007
|
+
}
|
|
33008
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33009
|
+
margin-left: 4px;
|
|
33010
|
+
}
|
|
33011
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33012
|
+
height: 48px;
|
|
33013
|
+
overflow: hidden;
|
|
33014
|
+
display: flex;
|
|
33015
|
+
align-items: center;
|
|
33016
|
+
padding: 0 4px;
|
|
33017
|
+
margin: 0 -4px;
|
|
33018
|
+
}
|
|
33019
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33020
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33021
|
+
transform: translateY(0);
|
|
33022
|
+
}
|
|
33023
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33024
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33025
|
+
height: 48px;
|
|
33026
|
+
transform: translateY(100%);
|
|
33027
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33028
|
+
display: inline-flex;
|
|
33029
|
+
align-items: center;
|
|
33030
|
+
}
|
|
33031
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33032
|
+
margin-right: 10px;
|
|
33033
|
+
}
|
|
33034
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33035
|
+
width: 32px;
|
|
33036
|
+
height: 32px;
|
|
33037
|
+
border-radius: 6px;
|
|
33038
|
+
}
|
|
33039
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33040
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33041
|
+
}
|
|
33042
|
+
.E_h12yihis .alert,
|
|
33043
|
+
.E_h12yihis .task {
|
|
33044
|
+
position: relative;
|
|
33045
|
+
}
|
|
33046
|
+
.E_h12yihis .alert .alert-icon,
|
|
33047
|
+
.E_h12yihis .alert .task-icon,
|
|
33048
|
+
.E_h12yihis .task .alert-icon,
|
|
33049
|
+
.E_h12yihis .task .task-icon {
|
|
33050
|
+
width: 56px;
|
|
33051
|
+
height: 40px;
|
|
33052
|
+
justify-content: center;
|
|
33053
|
+
}
|
|
33054
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33055
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33056
|
+
right: 16px;
|
|
33057
|
+
top: 10px;
|
|
33058
|
+
}
|
|
33059
|
+
.E_h12yihis .logo {
|
|
33060
|
+
display: inline-flex;
|
|
33061
|
+
align-items: center;
|
|
33062
|
+
}
|
|
33063
|
+
.E_h12yihis .left {
|
|
33064
|
+
position: relative;
|
|
33065
|
+
}
|
|
33066
|
+
.E_h12yihis .left .events-audit-title {
|
|
33067
|
+
font-size: 20px;
|
|
33068
|
+
line-height: 24px;
|
|
33069
|
+
font-weight: bold;
|
|
33070
|
+
color: #1d326c;
|
|
33071
|
+
margin: 0px 8px;
|
|
33072
|
+
}
|
|
33073
|
+
.E_h12yihis .left .global-search {
|
|
33074
|
+
margin-left: 6px;
|
|
33075
|
+
}
|
|
33076
|
+
.E_h12yihis.global-search-active {
|
|
33077
|
+
z-index: 11;
|
|
33078
|
+
}
|
|
33079
|
+
.E_h12yihis.global-search-active .left {
|
|
33080
|
+
flex: 1;
|
|
33081
|
+
margin-right: 32px;
|
|
33082
|
+
}
|
|
33083
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33084
|
+
display: flex;
|
|
33085
|
+
flex: 1;
|
|
33086
|
+
}
|
|
33087
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33088
|
+
border-color: #0080ff;
|
|
33089
|
+
width: 100%;
|
|
33090
|
+
}
|
|
33091
|
+
.E_h12yihis.global-search-active .center {
|
|
33092
|
+
display: none;
|
|
33093
|
+
}
|
|
33094
|
+
.E_h12yihis.global-search-active .right {
|
|
33095
|
+
flex: 0 1 auto;
|
|
33096
|
+
}
|
|
33097
|
+
.E_h12yihis .ant-badge-count {
|
|
33098
|
+
pointer-events: none;
|
|
33099
|
+
}
|
|
33100
|
+
|
|
33101
33101
|
.E_ncaepor {
|
|
33102
33102
|
color: rgba(10, 37, 85, 0.6);
|
|
33103
33103
|
position: relative;
|
|
@@ -33645,23 +33645,6 @@ span.E_tqjc4ui {
|
|
|
33645
33645
|
padding: 0;
|
|
33646
33646
|
}
|
|
33647
33647
|
|
|
33648
|
-
.E_r77hffu {
|
|
33649
|
-
display: flex;
|
|
33650
|
-
align-items: center;
|
|
33651
|
-
justify-content: space-between;
|
|
33652
|
-
column-gap: 6px;
|
|
33653
|
-
}
|
|
33654
|
-
|
|
33655
|
-
.E_p1cmxsf7 {
|
|
33656
|
-
display: flex;
|
|
33657
|
-
flex-direction: column;
|
|
33658
|
-
justify-content: center;
|
|
33659
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33660
|
-
}
|
|
33661
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33662
|
-
font-size: 0;
|
|
33663
|
-
}
|
|
33664
|
-
|
|
33665
33648
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33666
33649
|
margin-right: 2px;
|
|
33667
33650
|
}
|
|
@@ -33689,11 +33672,28 @@ span.E_tqjc4ui {
|
|
|
33689
33672
|
background-color: rgba(255, 255, 255, 0.6);
|
|
33690
33673
|
color: rgba(44, 56, 82, 0.75);
|
|
33691
33674
|
}
|
|
33692
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33693
|
-
background-color: transparent;
|
|
33675
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33676
|
+
background-color: transparent;
|
|
33677
|
+
}
|
|
33678
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33679
|
+
background-color: transparent;
|
|
33680
|
+
}
|
|
33681
|
+
|
|
33682
|
+
.E_r77hffu {
|
|
33683
|
+
display: flex;
|
|
33684
|
+
align-items: center;
|
|
33685
|
+
justify-content: space-between;
|
|
33686
|
+
column-gap: 6px;
|
|
33687
|
+
}
|
|
33688
|
+
|
|
33689
|
+
.E_p1cmxsf7 {
|
|
33690
|
+
display: flex;
|
|
33691
|
+
flex-direction: column;
|
|
33692
|
+
justify-content: center;
|
|
33693
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33694
33694
|
}
|
|
33695
|
-
.
|
|
33696
|
-
|
|
33695
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33696
|
+
font-size: 0;
|
|
33697
33697
|
}
|
|
33698
33698
|
|
|
33699
33699
|
.E_c1yd35n {
|
|
@@ -33757,28 +33757,6 @@ span.E_tqjc4ui {
|
|
|
33757
33757
|
transform: translateY(-4px);
|
|
33758
33758
|
}
|
|
33759
33759
|
|
|
33760
|
-
.E_t1gvlxt5 {
|
|
33761
|
-
min-width: 0;
|
|
33762
|
-
flex: 1;
|
|
33763
|
-
}
|
|
33764
|
-
.E_t1gvlxt5 .tag {
|
|
33765
|
-
flex: 0 0 auto;
|
|
33766
|
-
}
|
|
33767
|
-
.E_t1gvlxt5 .progress-title {
|
|
33768
|
-
flex: 2;
|
|
33769
|
-
max-width: fit-content;
|
|
33770
|
-
}
|
|
33771
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33772
|
-
flex: 1;
|
|
33773
|
-
max-width: fit-content;
|
|
33774
|
-
}
|
|
33775
|
-
|
|
33776
|
-
.E_a1ji6r68 {
|
|
33777
|
-
display: flex;
|
|
33778
|
-
align-items: center;
|
|
33779
|
-
column-gap: var(--a1ji6r68-0);
|
|
33780
|
-
}
|
|
33781
|
-
|
|
33782
33760
|
.E_ckui4s7 {
|
|
33783
33761
|
color: #2d3a56;
|
|
33784
33762
|
line-height: 22px;
|
|
@@ -33843,6 +33821,77 @@ span.E_tqjc4ui {
|
|
|
33843
33821
|
margin-left: 24px;
|
|
33844
33822
|
}
|
|
33845
33823
|
|
|
33824
|
+
.E_t1gvlxt5 {
|
|
33825
|
+
min-width: 0;
|
|
33826
|
+
flex: 1;
|
|
33827
|
+
}
|
|
33828
|
+
.E_t1gvlxt5 .tag {
|
|
33829
|
+
flex: 0 0 auto;
|
|
33830
|
+
}
|
|
33831
|
+
.E_t1gvlxt5 .progress-title {
|
|
33832
|
+
flex: 2;
|
|
33833
|
+
max-width: fit-content;
|
|
33834
|
+
}
|
|
33835
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33836
|
+
flex: 1;
|
|
33837
|
+
max-width: fit-content;
|
|
33838
|
+
}
|
|
33839
|
+
|
|
33840
|
+
.E_a1ji6r68 {
|
|
33841
|
+
display: flex;
|
|
33842
|
+
align-items: center;
|
|
33843
|
+
column-gap: var(--a1ji6r68-0);
|
|
33844
|
+
}
|
|
33845
|
+
|
|
33846
|
+
.E_lht19u8 {
|
|
33847
|
+
width: 64px;
|
|
33848
|
+
height: 64px;
|
|
33849
|
+
display: flex;
|
|
33850
|
+
align-items: center;
|
|
33851
|
+
justify-content: center;
|
|
33852
|
+
position: relative;
|
|
33853
|
+
opacity: 0.2;
|
|
33854
|
+
}
|
|
33855
|
+
|
|
33856
|
+
.E_lk3gkp4 {
|
|
33857
|
+
position: absolute;
|
|
33858
|
+
width: 5px;
|
|
33859
|
+
height: 48px;
|
|
33860
|
+
left: 9.33px;
|
|
33861
|
+
top: 40.5px;
|
|
33862
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33863
|
+
border-radius: 5px;
|
|
33864
|
+
transform: rotate(-128deg);
|
|
33865
|
+
transform-origin: top left;
|
|
33866
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33867
|
+
}
|
|
33868
|
+
|
|
33869
|
+
.E_ll4n94n {
|
|
33870
|
+
position: absolute;
|
|
33871
|
+
width: 5px;
|
|
33872
|
+
height: 48px;
|
|
33873
|
+
left: 40.8px;
|
|
33874
|
+
top: 8.4px;
|
|
33875
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33876
|
+
border-radius: 5px;
|
|
33877
|
+
transform: rotate(-8deg);
|
|
33878
|
+
transform-origin: top left;
|
|
33879
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33880
|
+
}
|
|
33881
|
+
|
|
33882
|
+
.E_l17lbdo6 {
|
|
33883
|
+
position: absolute;
|
|
33884
|
+
width: 5px;
|
|
33885
|
+
height: 48px;
|
|
33886
|
+
left: 52.9px;
|
|
33887
|
+
top: 51.8px;
|
|
33888
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33889
|
+
border-radius: 5px;
|
|
33890
|
+
transform: rotate(112deg);
|
|
33891
|
+
transform-origin: top left;
|
|
33892
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33893
|
+
}
|
|
33894
|
+
|
|
33846
33895
|
.E_msn7nxt {
|
|
33847
33896
|
color: rgba(44, 56, 82, 0.6);
|
|
33848
33897
|
text-align: center;
|
|
@@ -34004,421 +34053,435 @@ span.E_tqjc4ui {
|
|
|
34004
34053
|
margin-left: 8px;
|
|
34005
34054
|
}
|
|
34006
34055
|
|
|
34007
|
-
.
|
|
34008
|
-
width:
|
|
34009
|
-
height: 64px;
|
|
34010
|
-
display: flex;
|
|
34011
|
-
align-items: center;
|
|
34012
|
-
justify-content: center;
|
|
34013
|
-
position: relative;
|
|
34014
|
-
opacity: 0.2;
|
|
34056
|
+
.E_sjob3jg {
|
|
34057
|
+
--item-min-width: 60px;
|
|
34015
34058
|
}
|
|
34016
|
-
|
|
34017
|
-
|
|
34018
|
-
position: absolute;
|
|
34019
|
-
width: 5px;
|
|
34020
|
-
height: 48px;
|
|
34021
|
-
left: 9.33px;
|
|
34022
|
-
top: 40.5px;
|
|
34023
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34024
|
-
border-radius: 5px;
|
|
34025
|
-
transform: rotate(-128deg);
|
|
34026
|
-
transform-origin: top left;
|
|
34027
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34059
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34060
|
+
display: none !important;
|
|
34028
34061
|
}
|
|
34029
|
-
|
|
34030
|
-
|
|
34031
|
-
position: absolute;
|
|
34032
|
-
width: 5px;
|
|
34033
|
-
height: 48px;
|
|
34034
|
-
left: 40.8px;
|
|
34035
|
-
top: 8.4px;
|
|
34036
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34037
|
-
border-radius: 5px;
|
|
34038
|
-
transform: rotate(-8deg);
|
|
34039
|
-
transform-origin: top left;
|
|
34040
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34062
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34063
|
+
flex-shrink: 0 !important;
|
|
34041
34064
|
}
|
|
34042
|
-
|
|
34043
|
-
|
|
34044
|
-
position: absolute;
|
|
34045
|
-
width: 5px;
|
|
34046
|
-
height: 48px;
|
|
34047
|
-
left: 52.9px;
|
|
34048
|
-
top: 51.8px;
|
|
34049
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34050
|
-
border-radius: 5px;
|
|
34051
|
-
transform: rotate(112deg);
|
|
34052
|
-
transform-origin: top left;
|
|
34053
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34065
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34066
|
+
color: #0080ff;
|
|
34054
34067
|
}
|
|
34055
|
-
|
|
34056
|
-
|
|
34057
|
-
|
|
34068
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34069
|
+
color: #0080ff;
|
|
34070
|
+
font-weight: normal;
|
|
34071
|
+
}
|
|
34072
|
+
.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 {
|
|
34073
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34074
|
+
}
|
|
34075
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34076
|
+
color: #00122e;
|
|
34077
|
+
}
|
|
34078
|
+
.E_sjob3jg .step-item-text {
|
|
34079
|
+
display: inline-block;
|
|
34080
|
+
}
|
|
34081
|
+
.E_sjob3jg .step-item-title {
|
|
34082
|
+
overflow: hidden;
|
|
34083
|
+
white-space: nowrap;
|
|
34084
|
+
text-overflow: ellipsis;
|
|
34058
34085
|
}
|
|
34059
34086
|
|
|
34060
|
-
.
|
|
34061
|
-
|
|
34087
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34088
|
+
min-width: var(--item-min-width);
|
|
34062
34089
|
}
|
|
34063
|
-
.
|
|
34064
|
-
|
|
34065
|
-
height: 100%;
|
|
34090
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34091
|
+
cursor: not-allowed !important;
|
|
34066
34092
|
}
|
|
34067
|
-
.
|
|
34068
|
-
|
|
34093
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34094
|
+
flex-direction: row;
|
|
34095
|
+
justify-content: stretch;
|
|
34069
34096
|
}
|
|
34070
|
-
.
|
|
34071
|
-
|
|
34072
|
-
|
|
34097
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34098
|
+
padding: 0;
|
|
34099
|
+
margin-right: 4px;
|
|
34100
|
+
flex: 1;
|
|
34101
|
+
overflow: visible;
|
|
34102
|
+
}
|
|
34103
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34104
|
+
width: 100%;
|
|
34105
|
+
min-height: unset;
|
|
34106
|
+
}
|
|
34107
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34108
|
+
height: 26px;
|
|
34109
|
+
line-height: 26px;
|
|
34110
|
+
width: 100%;
|
|
34111
|
+
padding: 0;
|
|
34112
|
+
font-size: 12px;
|
|
34113
|
+
}
|
|
34114
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34115
|
+
margin-right: 10px;
|
|
34116
|
+
}
|
|
34117
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34118
|
+
display: none;
|
|
34119
|
+
}
|
|
34120
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34121
|
+
padding-left: 8px;
|
|
34122
|
+
padding-right: 4px;
|
|
34123
|
+
border-radius: 4px 0 0 4px;
|
|
34124
|
+
}
|
|
34125
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34126
|
+
margin-right: 0;
|
|
34127
|
+
}
|
|
34128
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34129
|
+
padding-right: 8px;
|
|
34130
|
+
padding-left: 12px;
|
|
34131
|
+
border-radius: 0 4px 4px 0;
|
|
34132
|
+
}
|
|
34133
|
+
.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 {
|
|
34134
|
+
content: "";
|
|
34135
|
+
width: 0;
|
|
34136
|
+
height: 0;
|
|
34137
|
+
border: 13px solid transparent;
|
|
34138
|
+
position: absolute;
|
|
34139
|
+
top: 0;
|
|
34140
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34141
|
+
z-index: 2;
|
|
34142
|
+
position: relative;
|
|
34143
|
+
top: -50%;
|
|
34144
|
+
right: -100%;
|
|
34145
|
+
}
|
|
34146
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34147
|
+
padding: 0 4px 0 12px;
|
|
34148
|
+
}
|
|
34149
|
+
.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 {
|
|
34150
|
+
content: "";
|
|
34151
|
+
width: 0;
|
|
34152
|
+
height: 0;
|
|
34153
|
+
border: 13px solid transparent;
|
|
34154
|
+
position: absolute;
|
|
34155
|
+
top: 0;
|
|
34156
|
+
border-left: 8px solid #fff;
|
|
34157
|
+
left: 0;
|
|
34158
|
+
}
|
|
34159
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34160
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34073
34161
|
}
|
|
34074
|
-
.
|
|
34075
|
-
|
|
34162
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34163
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34076
34164
|
}
|
|
34077
|
-
.
|
|
34078
|
-
|
|
34165
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34166
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34079
34167
|
}
|
|
34080
|
-
.
|
|
34081
|
-
|
|
34168
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34169
|
+
cursor: pointer;
|
|
34170
|
+
min-width: var(--item-min-width);
|
|
34082
34171
|
}
|
|
34083
|
-
.
|
|
34084
|
-
|
|
34172
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34173
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34174
|
+
min-width: var(--item-min-width);
|
|
34085
34175
|
}
|
|
34086
|
-
.
|
|
34087
|
-
|
|
34176
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34177
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34178
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34088
34179
|
}
|
|
34089
|
-
.
|
|
34090
|
-
|
|
34091
|
-
overflow: visible;
|
|
34180
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34181
|
+
padding: 0;
|
|
34092
34182
|
}
|
|
34093
|
-
|
|
34094
|
-
|
|
34183
|
+
|
|
34184
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34185
|
+
width: 192px;
|
|
34186
|
+
row-gap: 2px;
|
|
34095
34187
|
}
|
|
34096
|
-
.
|
|
34097
|
-
|
|
34098
|
-
display: none;
|
|
34188
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34189
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34099
34190
|
}
|
|
34100
|
-
.
|
|
34101
|
-
|
|
34191
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34192
|
+
color: #00122e !important;
|
|
34102
34193
|
}
|
|
34103
|
-
.
|
|
34104
|
-
|
|
34105
|
-
background: #fff;
|
|
34106
|
-
padding: 0 !important;
|
|
34194
|
+
.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 {
|
|
34195
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34107
34196
|
}
|
|
34108
|
-
.
|
|
34109
|
-
|
|
34197
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34198
|
+
padding: 0 8px;
|
|
34199
|
+
border-radius: 4px;
|
|
34200
|
+
height: 32px;
|
|
34110
34201
|
display: flex;
|
|
34111
34202
|
align-items: center;
|
|
34112
|
-
height: 100%;
|
|
34113
|
-
padding: 8px;
|
|
34114
34203
|
}
|
|
34115
|
-
.
|
|
34116
|
-
|
|
34117
|
-
|
|
34118
|
-
text-overflow: ellipsis;
|
|
34119
|
-
width: 100%;
|
|
34204
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34205
|
+
min-height: auto;
|
|
34206
|
+
white-space: nowrap;
|
|
34120
34207
|
}
|
|
34121
|
-
.
|
|
34122
|
-
|
|
34208
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34209
|
+
font-size: 13px;
|
|
34210
|
+
line-height: 20px;
|
|
34211
|
+
max-width: 100%;
|
|
34212
|
+
padding-right: 0;
|
|
34123
34213
|
}
|
|
34124
|
-
.
|
|
34125
|
-
|
|
34214
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34215
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34126
34216
|
}
|
|
34127
|
-
|
|
34128
|
-
|
|
34129
|
-
|
|
34130
|
-
|
|
34131
|
-
|
|
34132
|
-
|
|
34133
|
-
|
|
34134
|
-
background: transparent;
|
|
34217
|
+
|
|
34218
|
+
.E_h6l1tj4 {
|
|
34219
|
+
width: 100%;
|
|
34220
|
+
display: inline-flex;
|
|
34221
|
+
align-items: center;
|
|
34222
|
+
justify-content: center;
|
|
34223
|
+
column-gap: 4px;
|
|
34135
34224
|
}
|
|
34136
|
-
.
|
|
34137
|
-
|
|
34138
|
-
|
|
34139
|
-
|
|
34140
|
-
|
|
34225
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34226
|
+
display: inline-flex;
|
|
34227
|
+
align-items: center;
|
|
34228
|
+
width: 18px;
|
|
34229
|
+
height: 18px;
|
|
34230
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34231
|
+
justify-content: center;
|
|
34141
34232
|
}
|
|
34142
|
-
|
|
34143
|
-
.
|
|
34144
|
-
|
|
34233
|
+
|
|
34234
|
+
.E_v18frne8 {
|
|
34235
|
+
width: 100%;
|
|
34236
|
+
display: flex;
|
|
34237
|
+
align-items: center;
|
|
34238
|
+
justify-content: center;
|
|
34239
|
+
column-gap: 6px;
|
|
34240
|
+
font-size: 13px;
|
|
34145
34241
|
}
|
|
34146
|
-
.
|
|
34147
|
-
|
|
34148
|
-
|
|
34242
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34243
|
+
display: inline-flex;
|
|
34244
|
+
align-items: center;
|
|
34245
|
+
min-width: 20px;
|
|
34246
|
+
min-height: 20px;
|
|
34247
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34248
|
+
justify-content: center;
|
|
34149
34249
|
}
|
|
34150
|
-
|
|
34151
|
-
|
|
34152
|
-
|
|
34250
|
+
|
|
34251
|
+
.E_w7ob4th.outside-tag {
|
|
34252
|
+
padding-left: 0;
|
|
34153
34253
|
}
|
|
34154
|
-
.
|
|
34155
|
-
|
|
34254
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34255
|
+
border-radius: 4px 0 0 4px;
|
|
34256
|
+
padding-right: 4px;
|
|
34257
|
+
margin-right: 4px;
|
|
34156
34258
|
}
|
|
34157
|
-
|
|
34158
|
-
|
|
34159
|
-
|
|
34160
|
-
|
|
34161
|
-
right: 12px;
|
|
34162
|
-
transform: translateY(-50%);
|
|
34259
|
+
|
|
34260
|
+
.E_slr2ynn {
|
|
34261
|
+
padding: 0 8px;
|
|
34262
|
+
height: 18px;
|
|
34163
34263
|
}
|
|
34164
|
-
|
|
34165
|
-
|
|
34166
|
-
|
|
34167
|
-
|
|
34264
|
+
|
|
34265
|
+
.E_m140wbb6 {
|
|
34266
|
+
padding: 2px 8px;
|
|
34267
|
+
height: 24px;
|
|
34168
34268
|
}
|
|
34169
|
-
|
|
34170
|
-
|
|
34171
|
-
|
|
34172
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34269
|
+
|
|
34270
|
+
.E_t1fozc1i {
|
|
34271
|
+
margin: 0;
|
|
34173
34272
|
}
|
|
34174
|
-
|
|
34175
|
-
|
|
34273
|
+
|
|
34274
|
+
.E_i1vxv4ln {
|
|
34275
|
+
margin-right: 4px;
|
|
34276
|
+
height: 16px;
|
|
34176
34277
|
}
|
|
34177
|
-
|
|
34178
|
-
|
|
34179
|
-
|
|
34180
|
-
height: 40px;
|
|
34181
|
-
vertical-align: middle;
|
|
34182
|
-
transition: background 0ms;
|
|
34278
|
+
|
|
34279
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34280
|
+
font-weight: 700;
|
|
34183
34281
|
color: #00122e;
|
|
34282
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34283
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34284
|
+
word-break: break-all;
|
|
34285
|
+
display: inline;
|
|
34286
|
+
white-space: normal;
|
|
34184
34287
|
}
|
|
34185
|
-
|
|
34186
|
-
|
|
34187
|
-
|
|
34288
|
+
|
|
34289
|
+
.E_i1g85yz3 {
|
|
34290
|
+
margin-right: 4px;
|
|
34291
|
+
height: 16px;
|
|
34188
34292
|
}
|
|
34189
|
-
|
|
34190
|
-
|
|
34191
|
-
|
|
34192
|
-
|
|
34193
|
-
text-align: left;
|
|
34194
|
-
transition: none;
|
|
34293
|
+
|
|
34294
|
+
.E_t1dtlqs1 {
|
|
34295
|
+
margin-bottom: 4px;
|
|
34296
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34195
34297
|
overflow: hidden;
|
|
34196
34298
|
text-overflow: ellipsis;
|
|
34197
34299
|
white-space: nowrap;
|
|
34198
34300
|
}
|
|
34199
|
-
|
|
34200
|
-
|
|
34201
|
-
|
|
34202
|
-
|
|
34203
|
-
|
|
34204
|
-
|
|
34205
|
-
width: 100%;
|
|
34206
|
-
vertical-align: middle;
|
|
34207
|
-
}
|
|
34208
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34209
|
-
line-height: 0px;
|
|
34210
|
-
}
|
|
34211
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34212
|
-
padding-right: 25px;
|
|
34213
|
-
}
|
|
34214
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34215
|
-
border-top-color: transparent;
|
|
34216
|
-
}
|
|
34217
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34218
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34219
|
-
border-color: transparent transparent white;
|
|
34220
|
-
}
|
|
34221
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34222
|
-
border-radius: 8px 0 0 8px;
|
|
34223
|
-
}
|
|
34224
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34225
|
-
border-radius: 8px 0 0 8px;
|
|
34226
|
-
}
|
|
34227
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34228
|
-
content: "";
|
|
34229
|
-
width: 4px;
|
|
34230
|
-
top: -1px;
|
|
34231
|
-
bottom: -1px;
|
|
34232
|
-
background: white;
|
|
34233
|
-
}
|
|
34234
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34235
|
-
border-radius: 0 8px 8px 0;
|
|
34236
|
-
}
|
|
34237
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34238
|
-
border-radius: 0;
|
|
34239
|
-
background: white;
|
|
34240
|
-
border-top: none;
|
|
34241
|
-
}
|
|
34242
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34243
|
-
border-top: 1px solid transparent;
|
|
34244
|
-
border-radius: 0 8px 8px 0;
|
|
34245
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34246
|
-
}
|
|
34247
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34248
|
-
background: white;
|
|
34249
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34301
|
+
|
|
34302
|
+
.E_s1ese5oy {
|
|
34303
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34304
|
+
line-height: 32px;
|
|
34305
|
+
height: 32px;
|
|
34306
|
+
margin-bottom: 0;
|
|
34250
34307
|
}
|
|
34251
|
-
.
|
|
34252
|
-
|
|
34253
|
-
align-items: center;
|
|
34254
|
-
height: 100%;
|
|
34255
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34308
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34309
|
+
color: #0080ff;
|
|
34256
34310
|
}
|
|
34257
|
-
.
|
|
34258
|
-
|
|
34259
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34311
|
+
.E_s1ese5oy.warning {
|
|
34312
|
+
color: #ffa500;
|
|
34260
34313
|
}
|
|
34261
|
-
.
|
|
34262
|
-
|
|
34263
|
-
align-items: center;
|
|
34264
|
-
height: 100%;
|
|
34265
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34314
|
+
.E_s1ese5oy.success {
|
|
34315
|
+
color: #00ba5d;
|
|
34266
34316
|
}
|
|
34267
|
-
.
|
|
34268
|
-
|
|
34317
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34318
|
+
color: #f0483e;
|
|
34269
34319
|
}
|
|
34270
|
-
.
|
|
34271
|
-
|
|
34272
|
-
border-radius: 8px;
|
|
34320
|
+
.E_s1ese5oy.normal {
|
|
34321
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34273
34322
|
}
|
|
34274
|
-
|
|
34275
|
-
|
|
34323
|
+
|
|
34324
|
+
.E_b1ibis43 {
|
|
34325
|
+
margin-bottom: 0;
|
|
34326
|
+
color: #00122e;
|
|
34276
34327
|
}
|
|
34277
|
-
|
|
34278
|
-
|
|
34279
|
-
|
|
34280
|
-
|
|
34328
|
+
|
|
34329
|
+
.E_b11xxjd2 {
|
|
34330
|
+
line-height: 32px;
|
|
34331
|
+
margin-right: 6px;
|
|
34281
34332
|
}
|
|
34282
|
-
|
|
34283
|
-
|
|
34333
|
+
|
|
34334
|
+
.E_bsub5bw.with-description {
|
|
34335
|
+
height: 24px;
|
|
34336
|
+
flex: 1;
|
|
34337
|
+
position: relative;
|
|
34338
|
+
top: -7px;
|
|
34284
34339
|
}
|
|
34285
|
-
.
|
|
34286
|
-
|
|
34340
|
+
.E_bsub5bw p {
|
|
34341
|
+
width: 100%;
|
|
34342
|
+
overflow: hidden;
|
|
34343
|
+
text-overflow: ellipsis;
|
|
34344
|
+
white-space: nowrap;
|
|
34287
34345
|
}
|
|
34288
|
-
|
|
34289
|
-
|
|
34346
|
+
|
|
34347
|
+
.E_tmoyoag {
|
|
34348
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34349
|
+
border-radius: 8px;
|
|
34350
|
+
overflow: auto;
|
|
34290
34351
|
}
|
|
34291
|
-
.
|
|
34292
|
-
background: #fff;
|
|
34293
|
-
font-weight: 400;
|
|
34352
|
+
.E_tmoyoag .ant-list {
|
|
34294
34353
|
position: relative;
|
|
34295
|
-
border-bottom: none;
|
|
34296
|
-
color: #00122e;
|
|
34297
|
-
transition: none;
|
|
34298
|
-
padding: 15px 8px 15px 8px;
|
|
34299
34354
|
}
|
|
34300
|
-
.
|
|
34301
|
-
|
|
34302
|
-
width: 1px;
|
|
34355
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34356
|
+
position: sticky;
|
|
34303
34357
|
top: 0;
|
|
34304
|
-
|
|
34305
|
-
|
|
34306
|
-
|
|
34307
|
-
|
|
34358
|
+
z-index: 2;
|
|
34359
|
+
display: flex;
|
|
34360
|
+
padding: 8px;
|
|
34361
|
+
flex-wrap: nowrap;
|
|
34362
|
+
justify-content: flex-start;
|
|
34363
|
+
background: #f2f5fa;
|
|
34364
|
+
font-size: 14px;
|
|
34365
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34366
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34308
34367
|
}
|
|
34309
|
-
.
|
|
34310
|
-
|
|
34368
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34369
|
+
align-items: inherit;
|
|
34311
34370
|
}
|
|
34312
|
-
.
|
|
34313
|
-
display:
|
|
34371
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34372
|
+
display: flex;
|
|
34373
|
+
justify-content: flex-start;
|
|
34374
|
+
align-items: flex-start;
|
|
34375
|
+
flex-wrap: wrap;
|
|
34376
|
+
padding: 8px;
|
|
34377
|
+
border: none;
|
|
34314
34378
|
}
|
|
34315
|
-
.
|
|
34316
|
-
|
|
34317
|
-
|
|
34318
|
-
|
|
34319
|
-
|
|
34379
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34380
|
+
flex-basis: 100%;
|
|
34381
|
+
margin: 12px 0 0;
|
|
34382
|
+
order: 99;
|
|
34383
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34320
34384
|
}
|
|
34321
|
-
.
|
|
34322
|
-
|
|
34323
|
-
|
|
34324
|
-
|
|
34385
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34386
|
+
color: #f0483e;
|
|
34387
|
+
flex-basis: 100%;
|
|
34388
|
+
order: 98;
|
|
34389
|
+
margin: 12px 0 0;
|
|
34325
34390
|
}
|
|
34326
|
-
.
|
|
34327
|
-
|
|
34391
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34392
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34328
34393
|
}
|
|
34329
|
-
.
|
|
34330
|
-
|
|
34394
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34395
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34331
34396
|
}
|
|
34332
|
-
.
|
|
34333
|
-
|
|
34334
|
-
|
|
34335
|
-
top: 50%;
|
|
34336
|
-
transform: translateY(-50%);
|
|
34337
|
-
height: 16px;
|
|
34338
|
-
display: none;
|
|
34339
|
-
transition: transform 320ms ease;
|
|
34397
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34398
|
+
flex: 1 0 0;
|
|
34399
|
+
overflow: hidden;
|
|
34340
34400
|
}
|
|
34341
|
-
.
|
|
34342
|
-
|
|
34343
|
-
|
|
34401
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34402
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34403
|
+
margin: 0;
|
|
34344
34404
|
}
|
|
34345
|
-
.
|
|
34346
|
-
|
|
34405
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34406
|
+
text-align: center;
|
|
34347
34407
|
}
|
|
34348
|
-
.
|
|
34349
|
-
|
|
34408
|
+
.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 > * {
|
|
34409
|
+
text-align: center;
|
|
34350
34410
|
}
|
|
34351
|
-
.
|
|
34352
|
-
|
|
34411
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34412
|
+
text-align: left;
|
|
34353
34413
|
}
|
|
34354
|
-
.
|
|
34355
|
-
|
|
34414
|
+
.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 > * {
|
|
34415
|
+
text-align: left;
|
|
34356
34416
|
}
|
|
34357
|
-
.
|
|
34358
|
-
|
|
34417
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34418
|
+
text-align: right;
|
|
34359
34419
|
}
|
|
34360
|
-
.
|
|
34361
|
-
|
|
34420
|
+
.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 > * {
|
|
34421
|
+
text-align: right;
|
|
34362
34422
|
}
|
|
34363
|
-
.
|
|
34364
|
-
|
|
34423
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34424
|
+
margin-right: 8px;
|
|
34365
34425
|
}
|
|
34366
|
-
.
|
|
34367
|
-
padding:
|
|
34426
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34427
|
+
padding: 4px;
|
|
34428
|
+
width: 24px;
|
|
34429
|
+
height: 24px;
|
|
34430
|
+
overflow: hidden;
|
|
34368
34431
|
}
|
|
34369
|
-
.
|
|
34370
|
-
|
|
34371
|
-
left: 50%;
|
|
34372
|
-
top: 50%;
|
|
34373
|
-
transform: translate(-50%, -50%);
|
|
34432
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34433
|
+
padding: 0;
|
|
34374
34434
|
}
|
|
34375
|
-
.
|
|
34376
|
-
|
|
34435
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34436
|
+
cursor: not-allowed;
|
|
34437
|
+
opacity: 0.5;
|
|
34377
34438
|
}
|
|
34378
|
-
.
|
|
34379
|
-
|
|
34439
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34440
|
+
margin: 0;
|
|
34380
34441
|
}
|
|
34381
|
-
.
|
|
34382
|
-
|
|
34442
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34443
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34444
|
+
border-radius: 5px;
|
|
34445
|
+
font-size: 12px;
|
|
34383
34446
|
}
|
|
34384
|
-
.
|
|
34385
|
-
|
|
34386
|
-
border: none;
|
|
34387
|
-
background: inherit !important;
|
|
34388
|
-
height: 100px;
|
|
34389
|
-
vertical-align: middle;
|
|
34447
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34448
|
+
font-size: inherit;
|
|
34390
34449
|
}
|
|
34391
|
-
.
|
|
34392
|
-
|
|
34393
|
-
font-
|
|
34394
|
-
|
|
34395
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34450
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34451
|
+
min-height: 24px;
|
|
34452
|
+
font-size: 12px;
|
|
34453
|
+
position: relative;
|
|
34396
34454
|
}
|
|
34397
|
-
.
|
|
34398
|
-
|
|
34399
|
-
z-index: 10;
|
|
34455
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34456
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34400
34457
|
}
|
|
34401
|
-
.
|
|
34402
|
-
|
|
34403
|
-
position: relative;
|
|
34404
|
-
background: #fff;
|
|
34458
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34459
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34405
34460
|
}
|
|
34406
|
-
|
|
34407
|
-
|
|
34461
|
+
|
|
34462
|
+
.E_a138syjm {
|
|
34408
34463
|
display: flex;
|
|
34409
34464
|
align-items: center;
|
|
34410
|
-
|
|
34411
|
-
padding-right: 8px;
|
|
34465
|
+
margin-top: 8px;
|
|
34412
34466
|
}
|
|
34413
|
-
.
|
|
34414
|
-
|
|
34467
|
+
.E_a138syjm button.ant-btn {
|
|
34468
|
+
padding: 2px 8px;
|
|
34415
34469
|
height: 24px;
|
|
34416
|
-
cursor: pointer;
|
|
34417
|
-
justify-content: center;
|
|
34418
|
-
border-radius: 4px;
|
|
34419
34470
|
}
|
|
34420
|
-
.
|
|
34421
|
-
|
|
34471
|
+
.E_a138syjm > span.maximum-desc {
|
|
34472
|
+
display: none;
|
|
34473
|
+
margin-left: 8px;
|
|
34474
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34475
|
+
}
|
|
34476
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34477
|
+
display: inline;
|
|
34478
|
+
}
|
|
34479
|
+
|
|
34480
|
+
.E_d77i8u0 {
|
|
34481
|
+
width: 24px;
|
|
34482
|
+
height: 24px;
|
|
34483
|
+
padding: 4px;
|
|
34484
|
+
margin-right: 8px;
|
|
34422
34485
|
}
|
|
34423
34486
|
|
|
34424
34487
|
button.E_l48ei06.ant-btn {
|
|
@@ -34546,435 +34609,372 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34546
34609
|
display: inline-block;
|
|
34547
34610
|
}
|
|
34548
34611
|
|
|
34549
|
-
.
|
|
34550
|
-
|
|
34551
|
-
}
|
|
34552
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34553
|
-
display: none !important;
|
|
34554
|
-
}
|
|
34555
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34556
|
-
flex-shrink: 0 !important;
|
|
34557
|
-
}
|
|
34558
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34559
|
-
color: #0080ff;
|
|
34560
|
-
}
|
|
34561
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34562
|
-
color: #0080ff;
|
|
34563
|
-
font-weight: normal;
|
|
34564
|
-
}
|
|
34565
|
-
.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 {
|
|
34566
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34612
|
+
.E_tc97u5y {
|
|
34613
|
+
height: 100%;
|
|
34567
34614
|
}
|
|
34568
|
-
|
|
34569
|
-
|
|
34615
|
+
|
|
34616
|
+
.E_tfzf37v {
|
|
34617
|
+
height: 100%;
|
|
34570
34618
|
}
|
|
34571
|
-
.
|
|
34572
|
-
|
|
34619
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
34620
|
+
overflow: visible !important;
|
|
34621
|
+
height: 100%;
|
|
34573
34622
|
}
|
|
34574
|
-
.
|
|
34575
|
-
|
|
34576
|
-
white-space: nowrap;
|
|
34577
|
-
text-overflow: ellipsis;
|
|
34623
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34624
|
+
height: 100%;
|
|
34578
34625
|
}
|
|
34579
|
-
|
|
34580
|
-
|
|
34581
|
-
|
|
34626
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
34627
|
+
width: 100% !important;
|
|
34628
|
+
height: 100%;
|
|
34582
34629
|
}
|
|
34583
|
-
.
|
|
34584
|
-
|
|
34630
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34631
|
+
padding: 15px 0;
|
|
34585
34632
|
}
|
|
34586
|
-
.
|
|
34587
|
-
|
|
34588
|
-
justify-content: stretch;
|
|
34633
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
34634
|
+
display: none;
|
|
34589
34635
|
}
|
|
34590
|
-
.
|
|
34591
|
-
|
|
34592
|
-
margin-right: 4px;
|
|
34593
|
-
flex: 1;
|
|
34594
|
-
overflow: visible;
|
|
34636
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
34637
|
+
font-weight: 700;
|
|
34595
34638
|
}
|
|
34596
|
-
.
|
|
34597
|
-
|
|
34598
|
-
min-height: unset;
|
|
34639
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
34640
|
+
font-weight: 700;
|
|
34599
34641
|
}
|
|
34600
|
-
.
|
|
34601
|
-
height:
|
|
34602
|
-
line-height: 26px;
|
|
34603
|
-
width: 100%;
|
|
34604
|
-
padding: 0;
|
|
34605
|
-
font-size: 12px;
|
|
34642
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
34643
|
+
height: 100%;
|
|
34606
34644
|
}
|
|
34607
|
-
.
|
|
34608
|
-
|
|
34645
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
34646
|
+
height: 100%;
|
|
34647
|
+
overflow: visible;
|
|
34609
34648
|
}
|
|
34610
|
-
.
|
|
34649
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
34650
|
+
max-height: none;
|
|
34651
|
+
}
|
|
34652
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
34653
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
34611
34654
|
display: none;
|
|
34612
34655
|
}
|
|
34613
|
-
.
|
|
34614
|
-
|
|
34615
|
-
padding-right: 4px;
|
|
34616
|
-
border-radius: 4px 0 0 4px;
|
|
34656
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
34657
|
+
background: transparent;
|
|
34617
34658
|
}
|
|
34618
|
-
.
|
|
34619
|
-
|
|
34659
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
34660
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
34661
|
+
background: #fff;
|
|
34662
|
+
padding: 0 !important;
|
|
34620
34663
|
}
|
|
34621
|
-
.
|
|
34622
|
-
|
|
34623
|
-
|
|
34624
|
-
|
|
34664
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34665
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34666
|
+
display: flex;
|
|
34667
|
+
align-items: center;
|
|
34668
|
+
height: 100%;
|
|
34669
|
+
padding: 8px;
|
|
34625
34670
|
}
|
|
34626
|
-
.
|
|
34627
|
-
|
|
34628
|
-
|
|
34629
|
-
|
|
34630
|
-
|
|
34631
|
-
position: absolute;
|
|
34632
|
-
top: 0;
|
|
34633
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34634
|
-
z-index: 2;
|
|
34635
|
-
position: relative;
|
|
34636
|
-
top: -50%;
|
|
34637
|
-
right: -100%;
|
|
34671
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34672
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34673
|
+
overflow: hidden;
|
|
34674
|
+
text-overflow: ellipsis;
|
|
34675
|
+
width: 100%;
|
|
34638
34676
|
}
|
|
34639
|
-
.
|
|
34640
|
-
|
|
34677
|
+
.E_tfzf37v .ant-table-container {
|
|
34678
|
+
height: 100%;
|
|
34641
34679
|
}
|
|
34642
|
-
.
|
|
34643
|
-
|
|
34644
|
-
width: 0;
|
|
34645
|
-
height: 0;
|
|
34646
|
-
border: 13px solid transparent;
|
|
34647
|
-
position: absolute;
|
|
34648
|
-
top: 0;
|
|
34649
|
-
border-left: 8px solid #fff;
|
|
34650
|
-
left: 0;
|
|
34680
|
+
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
34681
|
+
box-shadow: none !important;
|
|
34651
34682
|
}
|
|
34652
|
-
.
|
|
34653
|
-
|
|
34683
|
+
.E_tfzf37v div.ant-table {
|
|
34684
|
+
border-radius: 0px;
|
|
34685
|
+
border-left: none;
|
|
34686
|
+
border-right: none;
|
|
34687
|
+
border-bottom: none;
|
|
34688
|
+
height: 100%;
|
|
34689
|
+
font-size: 12px;
|
|
34690
|
+
background: transparent;
|
|
34654
34691
|
}
|
|
34655
|
-
.
|
|
34656
|
-
|
|
34692
|
+
.E_tfzf37v div.ant-table .ant-table-header {
|
|
34693
|
+
position: relative;
|
|
34694
|
+
z-index: 3;
|
|
34695
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34696
|
+
margin-bottom: -1px;
|
|
34657
34697
|
}
|
|
34658
|
-
.
|
|
34659
|
-
|
|
34698
|
+
.E_tfzf37v div.ant-table .time-wrapper .date,
|
|
34699
|
+
.E_tfzf37v div.ant-table .value {
|
|
34700
|
+
color: #2d3a56;
|
|
34660
34701
|
}
|
|
34661
|
-
.
|
|
34662
|
-
|
|
34663
|
-
|
|
34702
|
+
.E_tfzf37v div.ant-table .time-wrapper .time,
|
|
34703
|
+
.E_tfzf37v div.ant-table .unit {
|
|
34704
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34664
34705
|
}
|
|
34665
|
-
.
|
|
34666
|
-
|
|
34667
|
-
|
|
34706
|
+
.E_tfzf37v div.ant-table .ant-table-selection {
|
|
34707
|
+
position: unset;
|
|
34708
|
+
text-align: center;
|
|
34668
34709
|
}
|
|
34669
|
-
.
|
|
34670
|
-
|
|
34671
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34710
|
+
.E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34711
|
+
background: #fff;
|
|
34672
34712
|
}
|
|
34673
|
-
.
|
|
34674
|
-
|
|
34713
|
+
.E_tfzf37v div.ant-table .anticon-setting {
|
|
34714
|
+
cursor: pointer;
|
|
34715
|
+
position: absolute;
|
|
34716
|
+
top: 50%;
|
|
34717
|
+
right: 12px;
|
|
34718
|
+
transform: translateY(-50%);
|
|
34675
34719
|
}
|
|
34676
|
-
|
|
34677
|
-
|
|
34678
|
-
width:
|
|
34679
|
-
|
|
34720
|
+
.E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34721
|
+
box-shadow: none;
|
|
34722
|
+
width: 1px;
|
|
34723
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34680
34724
|
}
|
|
34681
|
-
.
|
|
34682
|
-
|
|
34725
|
+
.E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34726
|
+
box-shadow: none;
|
|
34727
|
+
width: 1px;
|
|
34728
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34683
34729
|
}
|
|
34684
|
-
.
|
|
34685
|
-
|
|
34730
|
+
.E_tfzf37v div.ant-table .ant-table-tbody {
|
|
34731
|
+
position: relative;
|
|
34686
34732
|
}
|
|
34687
|
-
.
|
|
34688
|
-
|
|
34733
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
|
|
34734
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34735
|
+
border-bottom: 1px solid white;
|
|
34736
|
+
height: 40px;
|
|
34737
|
+
vertical-align: middle;
|
|
34738
|
+
transition: background 0ms;
|
|
34739
|
+
color: #00122e;
|
|
34689
34740
|
}
|
|
34690
|
-
.
|
|
34691
|
-
|
|
34692
|
-
border-
|
|
34693
|
-
height: 32px;
|
|
34694
|
-
display: flex;
|
|
34695
|
-
align-items: center;
|
|
34741
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34742
|
+
background: #f2f5fa;
|
|
34743
|
+
border-bottom-color: #f2f5fa;
|
|
34696
34744
|
}
|
|
34697
|
-
.
|
|
34698
|
-
|
|
34745
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34746
|
+
height: auto;
|
|
34747
|
+
color: #00122e;
|
|
34748
|
+
font-size: 12px;
|
|
34749
|
+
text-align: left;
|
|
34750
|
+
transition: none;
|
|
34751
|
+
overflow: hidden;
|
|
34752
|
+
text-overflow: ellipsis;
|
|
34699
34753
|
white-space: nowrap;
|
|
34700
34754
|
}
|
|
34701
|
-
.
|
|
34702
|
-
|
|
34703
|
-
line-height: 20px;
|
|
34704
|
-
max-width: 100%;
|
|
34705
|
-
padding-right: 0;
|
|
34706
|
-
}
|
|
34707
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34708
|
-
background: rgba(0, 128, 255, 0.1);
|
|
34755
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34756
|
+
color: #0096ff;
|
|
34709
34757
|
}
|
|
34710
|
-
|
|
34711
|
-
|
|
34758
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34759
|
+
overflow: hidden;
|
|
34760
|
+
text-overflow: ellipsis;
|
|
34712
34761
|
width: 100%;
|
|
34713
|
-
|
|
34714
|
-
align-items: center;
|
|
34715
|
-
justify-content: center;
|
|
34716
|
-
column-gap: 4px;
|
|
34762
|
+
vertical-align: middle;
|
|
34717
34763
|
}
|
|
34718
|
-
.
|
|
34719
|
-
|
|
34720
|
-
align-items: center;
|
|
34721
|
-
width: 18px;
|
|
34722
|
-
height: 18px;
|
|
34723
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34724
|
-
justify-content: center;
|
|
34764
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34765
|
+
line-height: 0px;
|
|
34725
34766
|
}
|
|
34726
|
-
|
|
34727
|
-
|
|
34728
|
-
width: 100%;
|
|
34729
|
-
display: flex;
|
|
34730
|
-
align-items: center;
|
|
34731
|
-
justify-content: center;
|
|
34732
|
-
column-gap: 6px;
|
|
34733
|
-
font-size: 13px;
|
|
34767
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34768
|
+
padding-right: 25px;
|
|
34734
34769
|
}
|
|
34735
|
-
.
|
|
34736
|
-
|
|
34737
|
-
align-items: center;
|
|
34738
|
-
min-width: 20px;
|
|
34739
|
-
min-height: 20px;
|
|
34740
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34741
|
-
justify-content: center;
|
|
34770
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34771
|
+
border-top-color: transparent;
|
|
34742
34772
|
}
|
|
34743
|
-
|
|
34744
|
-
.
|
|
34745
|
-
|
|
34773
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34774
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34775
|
+
border-color: transparent transparent white;
|
|
34746
34776
|
}
|
|
34747
|
-
.
|
|
34748
|
-
border-radius:
|
|
34749
|
-
padding-right: 4px;
|
|
34750
|
-
margin-right: 4px;
|
|
34777
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34778
|
+
border-radius: 8px 0 0 8px;
|
|
34751
34779
|
}
|
|
34752
|
-
|
|
34753
|
-
|
|
34754
|
-
margin-right: 4px;
|
|
34755
|
-
height: 16px;
|
|
34780
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34781
|
+
border-radius: 8px 0 0 8px;
|
|
34756
34782
|
}
|
|
34757
|
-
|
|
34758
|
-
|
|
34759
|
-
|
|
34760
|
-
|
|
34761
|
-
|
|
34762
|
-
|
|
34763
|
-
white-space: nowrap;
|
|
34783
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34784
|
+
content: "";
|
|
34785
|
+
width: 4px;
|
|
34786
|
+
top: -1px;
|
|
34787
|
+
bottom: -1px;
|
|
34788
|
+
background: white;
|
|
34764
34789
|
}
|
|
34765
|
-
|
|
34766
|
-
|
|
34767
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34768
|
-
line-height: 32px;
|
|
34769
|
-
height: 32px;
|
|
34770
|
-
margin-bottom: 0;
|
|
34790
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34791
|
+
border-radius: 0 8px 8px 0;
|
|
34771
34792
|
}
|
|
34772
|
-
.
|
|
34773
|
-
|
|
34793
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34794
|
+
border-radius: 0;
|
|
34795
|
+
background: white;
|
|
34796
|
+
border-top: none;
|
|
34774
34797
|
}
|
|
34775
|
-
.
|
|
34776
|
-
|
|
34798
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34799
|
+
border-top: 1px solid transparent;
|
|
34800
|
+
border-radius: 0 8px 8px 0;
|
|
34801
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34777
34802
|
}
|
|
34778
|
-
.
|
|
34779
|
-
|
|
34803
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34804
|
+
background: white;
|
|
34805
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34806
|
+
}
|
|
34807
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34808
|
+
display: flex;
|
|
34809
|
+
align-items: center;
|
|
34810
|
+
height: 100%;
|
|
34811
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34812
|
+
}
|
|
34813
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
34814
|
+
background: white;
|
|
34815
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34816
|
+
}
|
|
34817
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
34818
|
+
display: flex;
|
|
34819
|
+
align-items: center;
|
|
34820
|
+
height: 100%;
|
|
34821
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34780
34822
|
}
|
|
34781
|
-
.
|
|
34782
|
-
|
|
34823
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
34824
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34783
34825
|
}
|
|
34784
|
-
.
|
|
34785
|
-
|
|
34826
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
34827
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34828
|
+
border-radius: 8px;
|
|
34786
34829
|
}
|
|
34787
|
-
|
|
34788
|
-
|
|
34789
|
-
margin-bottom: 0;
|
|
34790
|
-
color: #00122e;
|
|
34830
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34831
|
+
border-top-color: white;
|
|
34791
34832
|
}
|
|
34792
|
-
|
|
34793
|
-
.
|
|
34794
|
-
|
|
34795
|
-
|
|
34833
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34834
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34835
|
+
border-bottom-color: transparent;
|
|
34836
|
+
border-top-color: transparent;
|
|
34796
34837
|
}
|
|
34797
|
-
|
|
34798
|
-
|
|
34799
|
-
height: 24px;
|
|
34800
|
-
flex: 1;
|
|
34801
|
-
position: relative;
|
|
34802
|
-
top: -7px;
|
|
34838
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34839
|
+
border-radius: 8px 0 0 8px;
|
|
34803
34840
|
}
|
|
34804
|
-
.
|
|
34805
|
-
|
|
34806
|
-
overflow: hidden;
|
|
34807
|
-
text-overflow: ellipsis;
|
|
34808
|
-
white-space: nowrap;
|
|
34841
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34842
|
+
border-radius: 0 8px 8px 0;
|
|
34809
34843
|
}
|
|
34810
|
-
|
|
34811
|
-
.
|
|
34812
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34813
|
-
border-radius: 8px;
|
|
34814
|
-
overflow: auto;
|
|
34844
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34845
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34815
34846
|
}
|
|
34816
|
-
.
|
|
34847
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th {
|
|
34848
|
+
background: #fff;
|
|
34849
|
+
font-weight: 400;
|
|
34817
34850
|
position: relative;
|
|
34851
|
+
border-bottom: none;
|
|
34852
|
+
color: #00122e;
|
|
34853
|
+
transition: none;
|
|
34854
|
+
padding: 15px 8px 15px 8px;
|
|
34818
34855
|
}
|
|
34819
|
-
.
|
|
34820
|
-
|
|
34856
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34857
|
+
content: "";
|
|
34858
|
+
width: 1px;
|
|
34821
34859
|
top: 0;
|
|
34822
|
-
|
|
34823
|
-
|
|
34824
|
-
|
|
34825
|
-
|
|
34826
|
-
justify-content: flex-start;
|
|
34827
|
-
background: #f2f5fa;
|
|
34828
|
-
font-size: 14px;
|
|
34829
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34830
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34860
|
+
bottom: 0;
|
|
34861
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34862
|
+
position: absolute;
|
|
34863
|
+
right: 0;
|
|
34831
34864
|
}
|
|
34832
|
-
.
|
|
34833
|
-
|
|
34865
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
34866
|
+
padding: unset;
|
|
34834
34867
|
}
|
|
34835
|
-
.
|
|
34836
|
-
display:
|
|
34837
|
-
justify-content: flex-start;
|
|
34838
|
-
align-items: flex-start;
|
|
34839
|
-
flex-wrap: wrap;
|
|
34840
|
-
padding: 8px;
|
|
34841
|
-
border: none;
|
|
34868
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34869
|
+
display: none;
|
|
34842
34870
|
}
|
|
34843
|
-
.
|
|
34844
|
-
|
|
34845
|
-
|
|
34846
|
-
|
|
34847
|
-
|
|
34871
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34872
|
+
width: 100%;
|
|
34873
|
+
overflow: hidden;
|
|
34874
|
+
white-space: nowrap;
|
|
34875
|
+
text-overflow: ellipsis;
|
|
34848
34876
|
}
|
|
34849
|
-
.
|
|
34850
|
-
|
|
34851
|
-
|
|
34852
|
-
|
|
34853
|
-
margin: 12px 0 0;
|
|
34877
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34878
|
+
overflow: hidden;
|
|
34879
|
+
text-overflow: ellipsis;
|
|
34880
|
+
flex: 1;
|
|
34854
34881
|
}
|
|
34855
|
-
.
|
|
34856
|
-
|
|
34882
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34883
|
+
padding: 15px 25px 15px 8px;
|
|
34857
34884
|
}
|
|
34858
|
-
.
|
|
34859
|
-
|
|
34885
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34886
|
+
padding: 0;
|
|
34860
34887
|
}
|
|
34861
|
-
.
|
|
34862
|
-
|
|
34863
|
-
|
|
34888
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34889
|
+
position: absolute;
|
|
34890
|
+
right: 6px;
|
|
34891
|
+
top: 50%;
|
|
34892
|
+
transform: translateY(-50%);
|
|
34893
|
+
height: 16px;
|
|
34894
|
+
display: none;
|
|
34895
|
+
transition: transform 320ms ease;
|
|
34864
34896
|
}
|
|
34865
|
-
.
|
|
34866
|
-
|
|
34867
|
-
|
|
34897
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34898
|
+
display: block;
|
|
34899
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34868
34900
|
}
|
|
34869
|
-
.
|
|
34870
|
-
|
|
34901
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34902
|
+
display: block;
|
|
34871
34903
|
}
|
|
34872
|
-
.
|
|
34873
|
-
|
|
34904
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34905
|
+
display: none;
|
|
34874
34906
|
}
|
|
34875
|
-
.
|
|
34876
|
-
|
|
34907
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34908
|
+
transform: translateY(-50%);
|
|
34877
34909
|
}
|
|
34878
|
-
.
|
|
34879
|
-
|
|
34910
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34911
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34880
34912
|
}
|
|
34881
|
-
.
|
|
34882
|
-
|
|
34913
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34914
|
+
background: #f2f5fa;
|
|
34883
34915
|
}
|
|
34884
|
-
.
|
|
34885
|
-
|
|
34916
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34917
|
+
display: block;
|
|
34886
34918
|
}
|
|
34887
|
-
.
|
|
34888
|
-
|
|
34919
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34920
|
+
padding-right: 25px;
|
|
34889
34921
|
}
|
|
34890
|
-
.
|
|
34891
|
-
padding:
|
|
34892
|
-
width: 24px;
|
|
34893
|
-
height: 24px;
|
|
34894
|
-
overflow: hidden;
|
|
34922
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column {
|
|
34923
|
+
padding: 0 !important;
|
|
34895
34924
|
}
|
|
34896
|
-
.
|
|
34897
|
-
|
|
34925
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34926
|
+
position: absolute;
|
|
34927
|
+
left: 50%;
|
|
34928
|
+
top: 50%;
|
|
34929
|
+
transform: translate(-50%, -50%);
|
|
34898
34930
|
}
|
|
34899
|
-
.
|
|
34900
|
-
|
|
34901
|
-
opacity: 0.5;
|
|
34931
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column:after {
|
|
34932
|
+
display: none;
|
|
34902
34933
|
}
|
|
34903
|
-
.
|
|
34904
|
-
|
|
34934
|
+
.E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
|
|
34935
|
+
background: #fff;
|
|
34905
34936
|
}
|
|
34906
|
-
.
|
|
34907
|
-
|
|
34908
|
-
border-radius: 5px;
|
|
34909
|
-
font-size: 12px;
|
|
34937
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder {
|
|
34938
|
+
background: inherit;
|
|
34910
34939
|
}
|
|
34911
|
-
.
|
|
34912
|
-
|
|
34940
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder td {
|
|
34941
|
+
position: static;
|
|
34942
|
+
border: none;
|
|
34943
|
+
background: inherit !important;
|
|
34944
|
+
height: 100px;
|
|
34945
|
+
vertical-align: middle;
|
|
34913
34946
|
}
|
|
34914
|
-
.
|
|
34915
|
-
|
|
34916
|
-
font-
|
|
34917
|
-
|
|
34947
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34948
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34949
|
+
font-weight: bold;
|
|
34950
|
+
font-size: 20px;
|
|
34951
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34918
34952
|
}
|
|
34919
|
-
.
|
|
34920
|
-
|
|
34953
|
+
.E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
|
|
34954
|
+
.E_tfzf37v div.ant-table th.cell__action_ {
|
|
34955
|
+
z-index: 10;
|
|
34921
34956
|
}
|
|
34922
|
-
.
|
|
34923
|
-
|
|
34957
|
+
.E_tfzf37v div.ant-table td.cell__action_ {
|
|
34958
|
+
padding: 0 !important;
|
|
34959
|
+
position: relative;
|
|
34960
|
+
background: #fff;
|
|
34924
34961
|
}
|
|
34925
|
-
|
|
34926
|
-
|
|
34962
|
+
.E_tfzf37v div.ant-table td.cell__action_ > * {
|
|
34963
|
+
height: 100%;
|
|
34927
34964
|
display: flex;
|
|
34928
34965
|
align-items: center;
|
|
34929
|
-
|
|
34930
|
-
|
|
34931
|
-
.E_a138syjm button.ant-btn {
|
|
34932
|
-
padding: 2px 8px;
|
|
34933
|
-
height: 24px;
|
|
34934
|
-
}
|
|
34935
|
-
.E_a138syjm > span.maximum-desc {
|
|
34936
|
-
display: none;
|
|
34937
|
-
margin-left: 8px;
|
|
34938
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34939
|
-
}
|
|
34940
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
34941
|
-
display: inline;
|
|
34966
|
+
justify-content: flex-end;
|
|
34967
|
+
padding-right: 8px;
|
|
34942
34968
|
}
|
|
34943
|
-
|
|
34944
|
-
.E_d77i8u0 {
|
|
34969
|
+
.E_tfzf37v div.ant-table td.cell__action_ .menu-button {
|
|
34945
34970
|
width: 24px;
|
|
34946
34971
|
height: 24px;
|
|
34947
|
-
|
|
34948
|
-
|
|
34949
|
-
|
|
34950
|
-
|
|
34951
|
-
.E_slr2ynn {
|
|
34952
|
-
padding: 0 8px;
|
|
34953
|
-
height: 18px;
|
|
34954
|
-
}
|
|
34955
|
-
|
|
34956
|
-
.E_m140wbb6 {
|
|
34957
|
-
padding: 2px 8px;
|
|
34958
|
-
height: 24px;
|
|
34959
|
-
}
|
|
34960
|
-
|
|
34961
|
-
.E_t1fozc1i {
|
|
34962
|
-
margin: 0;
|
|
34963
|
-
}
|
|
34964
|
-
|
|
34965
|
-
.E_i1vxv4ln {
|
|
34966
|
-
margin-right: 4px;
|
|
34967
|
-
height: 16px;
|
|
34972
|
+
cursor: pointer;
|
|
34973
|
+
justify-content: center;
|
|
34974
|
+
border-radius: 4px;
|
|
34968
34975
|
}
|
|
34969
|
-
|
|
34970
|
-
|
|
34971
|
-
font-weight: 700;
|
|
34972
|
-
color: #00122e;
|
|
34973
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34974
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34975
|
-
word-break: break-all;
|
|
34976
|
-
display: inline;
|
|
34977
|
-
white-space: normal;
|
|
34976
|
+
.E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
|
|
34977
|
+
background: #fff;
|
|
34978
34978
|
}
|
|
34979
34979
|
|
|
34980
34980
|
.E_t13ef470 {
|
|
@@ -35026,18 +35026,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35026
35026
|
display: block;
|
|
35027
35027
|
}
|
|
35028
35028
|
|
|
35029
|
-
.E_i14c7jc8 {
|
|
35030
|
-
color: var(--i14c7jc8-0);
|
|
35031
|
-
}
|
|
35032
|
-
|
|
35033
|
-
.E_i1ibuolf {
|
|
35034
|
-
display: flex;
|
|
35035
|
-
align-items: center;
|
|
35036
|
-
column-gap: 4px;
|
|
35037
|
-
font-size: 12px;
|
|
35038
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35039
|
-
}
|
|
35040
|
-
|
|
35041
35029
|
.E_d1u4ndxc {
|
|
35042
35030
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35043
35031
|
font-size: 12px;
|
|
@@ -35067,4 +35055,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35067
35055
|
to {
|
|
35068
35056
|
transform: translateX(100%);
|
|
35069
35057
|
}
|
|
35058
|
+
}
|
|
35059
|
+
|
|
35060
|
+
.E_i14c7jc8 {
|
|
35061
|
+
color: var(--i14c7jc8-0);
|
|
35062
|
+
}
|
|
35063
|
+
|
|
35064
|
+
.E_i1ibuolf {
|
|
35065
|
+
display: flex;
|
|
35066
|
+
align-items: center;
|
|
35067
|
+
column-gap: 4px;
|
|
35068
|
+
font-size: 12px;
|
|
35069
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35070
35070
|
}
|