@cloudtower/eagle 0.32.3 → 0.32.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1287 -1287
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1040 -1040
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -28430,7 +28430,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28430
28430
|
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item,
|
|
28431
28431
|
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
|
|
28432
28432
|
display: flex;
|
|
28433
|
-
padding: 4px
|
|
28433
|
+
padding: 4px 4px 4px 8px;
|
|
28434
28434
|
font-family: Inter;
|
|
28435
28435
|
font-style: normal;
|
|
28436
28436
|
font-weight: normal;
|
|
@@ -29575,6 +29575,107 @@ html body {
|
|
|
29575
29575
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29576
29576
|
}
|
|
29577
29577
|
}
|
|
29578
|
+
.E_skwah65 {
|
|
29579
|
+
height: 8px;
|
|
29580
|
+
box-sizing: border-box;
|
|
29581
|
+
border-radius: 2px;
|
|
29582
|
+
background: #f5f7fa;
|
|
29583
|
+
display: flex;
|
|
29584
|
+
width: 100%;
|
|
29585
|
+
overflow: hidden;
|
|
29586
|
+
}
|
|
29587
|
+
|
|
29588
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29589
|
+
margin-left: 1px;
|
|
29590
|
+
}
|
|
29591
|
+
|
|
29592
|
+
.E_s1ebs0ra {
|
|
29593
|
+
display: flex;
|
|
29594
|
+
align-items: center;
|
|
29595
|
+
justify-content: space-between;
|
|
29596
|
+
background: #edf0f7;
|
|
29597
|
+
padding: 8px 12px;
|
|
29598
|
+
position: sticky;
|
|
29599
|
+
top: 0;
|
|
29600
|
+
z-index: 1;
|
|
29601
|
+
margin-bottom: -52px;
|
|
29602
|
+
}
|
|
29603
|
+
|
|
29604
|
+
.E_s1ebs0ra .select-total {
|
|
29605
|
+
display: flex;
|
|
29606
|
+
align-items: center;
|
|
29607
|
+
font-weight: 700;
|
|
29608
|
+
flex-shrink: 0;
|
|
29609
|
+
}
|
|
29610
|
+
|
|
29611
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29612
|
+
cursor: pointer;
|
|
29613
|
+
margin-left: 8px;
|
|
29614
|
+
width: 32px;
|
|
29615
|
+
height: 32px;
|
|
29616
|
+
border-radius: 50%;
|
|
29617
|
+
justify-content: center;
|
|
29618
|
+
}
|
|
29619
|
+
|
|
29620
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29621
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29622
|
+
}
|
|
29623
|
+
|
|
29624
|
+
.E_s1ebs0ra .action-group {
|
|
29625
|
+
flex: 1;
|
|
29626
|
+
margin-left: 88px;
|
|
29627
|
+
white-space: nowrap;
|
|
29628
|
+
text-align: right;
|
|
29629
|
+
position: relative;
|
|
29630
|
+
padding: 4px 0;
|
|
29631
|
+
margin-top: -4px;
|
|
29632
|
+
overflow: hidden;
|
|
29633
|
+
}
|
|
29634
|
+
|
|
29635
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29636
|
+
transform: translateY(-4px);
|
|
29637
|
+
}
|
|
29638
|
+
|
|
29639
|
+
.E_s1ebs0ra .action-group button {
|
|
29640
|
+
border: none;
|
|
29641
|
+
}
|
|
29642
|
+
|
|
29643
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29644
|
+
margin-right: 8px;
|
|
29645
|
+
}
|
|
29646
|
+
|
|
29647
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29648
|
+
margin-right: 4px;
|
|
29649
|
+
}
|
|
29650
|
+
|
|
29651
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29652
|
+
cursor: pointer;
|
|
29653
|
+
width: 32px;
|
|
29654
|
+
height: 32px;
|
|
29655
|
+
justify-content: center;
|
|
29656
|
+
border-radius: 50%;
|
|
29657
|
+
}
|
|
29658
|
+
|
|
29659
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29660
|
+
background: #fff;
|
|
29661
|
+
}
|
|
29662
|
+
|
|
29663
|
+
.E_gmyahx3 {
|
|
29664
|
+
cursor: pointer;
|
|
29665
|
+
}
|
|
29666
|
+
|
|
29667
|
+
.E_gmyahx3 .link-text {
|
|
29668
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29669
|
+
}
|
|
29670
|
+
|
|
29671
|
+
.E_gmyahx3:hover .link-text {
|
|
29672
|
+
color: #0080ff;
|
|
29673
|
+
}
|
|
29674
|
+
|
|
29675
|
+
span.E_tqjc4ui {
|
|
29676
|
+
margin: 0 2px;
|
|
29677
|
+
}
|
|
29678
|
+
|
|
29578
29679
|
.E_c18bcrac {
|
|
29579
29680
|
display: inline-block;
|
|
29580
29681
|
width: 100%;
|
|
@@ -29624,18 +29725,53 @@ html body {
|
|
|
29624
29725
|
margin-right: 4px;
|
|
29625
29726
|
}
|
|
29626
29727
|
|
|
29627
|
-
.
|
|
29628
|
-
height: 8px;
|
|
29629
|
-
box-sizing: border-box;
|
|
29630
|
-
border-radius: 2px;
|
|
29631
|
-
background: #f5f7fa;
|
|
29728
|
+
.E_n12mqh7z {
|
|
29632
29729
|
display: flex;
|
|
29633
|
-
|
|
29730
|
+
align-items: center;
|
|
29731
|
+
font-size: 12px;
|
|
29732
|
+
line-height: 18px;
|
|
29733
|
+
}
|
|
29734
|
+
|
|
29735
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29736
|
+
margin-bottom: 4px;
|
|
29737
|
+
}
|
|
29738
|
+
|
|
29739
|
+
.E_tf5bynu {
|
|
29740
|
+
margin: 0 3px;
|
|
29741
|
+
}
|
|
29742
|
+
|
|
29743
|
+
.E_tcckoz1 {
|
|
29744
|
+
max-height: 400px;
|
|
29745
|
+
overflow: auto;
|
|
29746
|
+
}
|
|
29747
|
+
|
|
29748
|
+
.E_ou7iq30 {
|
|
29634
29749
|
overflow: hidden;
|
|
29750
|
+
text-overflow: ellipsis;
|
|
29635
29751
|
}
|
|
29636
29752
|
|
|
29637
|
-
.
|
|
29638
|
-
|
|
29753
|
+
.E_s1tui002 {
|
|
29754
|
+
white-space: nowrap;
|
|
29755
|
+
}
|
|
29756
|
+
|
|
29757
|
+
.E_mxrc2zg {
|
|
29758
|
+
display: -webkit-box;
|
|
29759
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29760
|
+
-webkit-box-orient: vertical;
|
|
29761
|
+
word-break: break-all;
|
|
29762
|
+
}
|
|
29763
|
+
|
|
29764
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29765
|
+
display: none;
|
|
29766
|
+
}
|
|
29767
|
+
|
|
29768
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29769
|
+
background: rgba(23, 38, 64, 0.8);
|
|
29770
|
+
border-radius: 4px;
|
|
29771
|
+
}
|
|
29772
|
+
|
|
29773
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29774
|
+
visibility: hidden;
|
|
29639
29775
|
}
|
|
29640
29776
|
|
|
29641
29777
|
.E_clm1wy1 {
|
|
@@ -29747,213 +29883,77 @@ html body {
|
|
|
29747
29883
|
border-radius: 2px;
|
|
29748
29884
|
}
|
|
29749
29885
|
|
|
29750
|
-
.
|
|
29751
|
-
|
|
29752
|
-
text-overflow: ellipsis;
|
|
29753
|
-
}
|
|
29754
|
-
|
|
29755
|
-
.E_s1tui002 {
|
|
29756
|
-
white-space: nowrap;
|
|
29757
|
-
}
|
|
29758
|
-
|
|
29759
|
-
.E_mxrc2zg {
|
|
29760
|
-
display: -webkit-box;
|
|
29761
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29762
|
-
-webkit-box-orient: vertical;
|
|
29763
|
-
word-break: break-all;
|
|
29886
|
+
.E_c1up1pdz {
|
|
29887
|
+
width: 648px;
|
|
29764
29888
|
}
|
|
29765
29889
|
|
|
29766
|
-
.
|
|
29767
|
-
|
|
29890
|
+
.E_c1up1pdz.active {
|
|
29891
|
+
border-color: #0080ff;
|
|
29768
29892
|
}
|
|
29769
29893
|
|
|
29770
|
-
.
|
|
29771
|
-
background: rgba(
|
|
29772
|
-
border-radius: 4px;
|
|
29894
|
+
.E_c1up1pdz.active > header {
|
|
29895
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29773
29896
|
}
|
|
29774
29897
|
|
|
29775
|
-
.
|
|
29776
|
-
|
|
29898
|
+
.E_c1up1pdz .expand {
|
|
29899
|
+
padding: 12px;
|
|
29777
29900
|
}
|
|
29778
29901
|
|
|
29779
|
-
.
|
|
29902
|
+
.E_c1up1pdz .field-item {
|
|
29780
29903
|
display: flex;
|
|
29781
|
-
|
|
29782
|
-
|
|
29783
|
-
line-height: 18px;
|
|
29904
|
+
padding: 10px 0;
|
|
29905
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29784
29906
|
}
|
|
29785
29907
|
|
|
29786
|
-
.
|
|
29787
|
-
|
|
29908
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29909
|
+
border-bottom: none;
|
|
29910
|
+
padding-bottom: 0;
|
|
29788
29911
|
}
|
|
29789
29912
|
|
|
29790
|
-
.
|
|
29791
|
-
|
|
29913
|
+
.E_c1up1pdz .field-item label {
|
|
29914
|
+
line-height: 32px;
|
|
29915
|
+
width: 100px;
|
|
29916
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29792
29917
|
}
|
|
29793
29918
|
|
|
29794
|
-
.
|
|
29795
|
-
|
|
29796
|
-
|
|
29919
|
+
.E_c1up1pdz .help {
|
|
29920
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29921
|
+
margin-top: 5px;
|
|
29797
29922
|
}
|
|
29798
29923
|
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29801
|
-
|
|
29802
|
-
justify-content: space-between;
|
|
29803
|
-
background: #edf0f7;
|
|
29804
|
-
padding: 8px 12px;
|
|
29805
|
-
position: sticky;
|
|
29806
|
-
top: 0;
|
|
29807
|
-
z-index: 1;
|
|
29808
|
-
margin-bottom: -52px;
|
|
29924
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29925
|
+
.E_c1up1pdz .ant-picker {
|
|
29926
|
+
width: 128px;
|
|
29809
29927
|
}
|
|
29810
29928
|
|
|
29811
|
-
.
|
|
29929
|
+
.E_c156wh19 {
|
|
29812
29930
|
display: flex;
|
|
29813
29931
|
align-items: center;
|
|
29814
|
-
|
|
29815
|
-
|
|
29932
|
+
justify-content: space-between;
|
|
29933
|
+
word-break: keep-all;
|
|
29816
29934
|
}
|
|
29817
29935
|
|
|
29818
|
-
.
|
|
29819
|
-
|
|
29820
|
-
margin-left: 8px;
|
|
29821
|
-
width: 32px;
|
|
29822
|
-
height: 32px;
|
|
29823
|
-
border-radius: 50%;
|
|
29824
|
-
justify-content: center;
|
|
29936
|
+
.E_c156wh19 .title {
|
|
29937
|
+
margin: 0 16px 0 8px;
|
|
29825
29938
|
}
|
|
29826
29939
|
|
|
29827
|
-
.
|
|
29828
|
-
|
|
29940
|
+
.E_c156wh19 .retain {
|
|
29941
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29829
29942
|
}
|
|
29830
29943
|
|
|
29831
|
-
.
|
|
29944
|
+
.E_c156wh19 div.left {
|
|
29832
29945
|
flex: 1;
|
|
29833
|
-
|
|
29834
|
-
white-space: nowrap;
|
|
29835
|
-
text-align: right;
|
|
29836
|
-
position: relative;
|
|
29837
|
-
padding: 4px 0;
|
|
29838
|
-
margin-top: -4px;
|
|
29946
|
+
display: flex;
|
|
29839
29947
|
overflow: hidden;
|
|
29948
|
+
align-items: center;
|
|
29949
|
+
justify-content: flex-start;
|
|
29950
|
+
white-space: nowrap;
|
|
29840
29951
|
}
|
|
29841
29952
|
|
|
29842
|
-
.
|
|
29843
|
-
|
|
29844
|
-
|
|
29845
|
-
|
|
29846
|
-
.E_s1ebs0ra .action-group button {
|
|
29847
|
-
border: none;
|
|
29848
|
-
}
|
|
29849
|
-
|
|
29850
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29851
|
-
margin-right: 8px;
|
|
29852
|
-
}
|
|
29853
|
-
|
|
29854
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29855
|
-
margin-right: 4px;
|
|
29856
|
-
}
|
|
29857
|
-
|
|
29858
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29859
|
-
cursor: pointer;
|
|
29860
|
-
width: 32px;
|
|
29861
|
-
height: 32px;
|
|
29862
|
-
justify-content: center;
|
|
29863
|
-
border-radius: 50%;
|
|
29864
|
-
}
|
|
29865
|
-
|
|
29866
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29867
|
-
background: #fff;
|
|
29868
|
-
}
|
|
29869
|
-
|
|
29870
|
-
.E_gmyahx3 {
|
|
29871
|
-
cursor: pointer;
|
|
29872
|
-
}
|
|
29873
|
-
|
|
29874
|
-
.E_gmyahx3 .link-text {
|
|
29875
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29876
|
-
}
|
|
29877
|
-
|
|
29878
|
-
.E_gmyahx3:hover .link-text {
|
|
29879
|
-
color: #0080ff;
|
|
29880
|
-
}
|
|
29881
|
-
|
|
29882
|
-
span.E_tqjc4ui {
|
|
29883
|
-
margin: 0 2px;
|
|
29884
|
-
}
|
|
29885
|
-
|
|
29886
|
-
.E_c1up1pdz {
|
|
29887
|
-
width: 648px;
|
|
29888
|
-
}
|
|
29889
|
-
|
|
29890
|
-
.E_c1up1pdz.active {
|
|
29891
|
-
border-color: #0080ff;
|
|
29892
|
-
}
|
|
29893
|
-
|
|
29894
|
-
.E_c1up1pdz.active > header {
|
|
29895
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29896
|
-
}
|
|
29897
|
-
|
|
29898
|
-
.E_c1up1pdz .expand {
|
|
29899
|
-
padding: 12px;
|
|
29900
|
-
}
|
|
29901
|
-
|
|
29902
|
-
.E_c1up1pdz .field-item {
|
|
29903
|
-
display: flex;
|
|
29904
|
-
padding: 10px 0;
|
|
29905
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29906
|
-
}
|
|
29907
|
-
|
|
29908
|
-
.E_c1up1pdz .field-item:last-child {
|
|
29909
|
-
border-bottom: none;
|
|
29910
|
-
padding-bottom: 0;
|
|
29911
|
-
}
|
|
29912
|
-
|
|
29913
|
-
.E_c1up1pdz .field-item label {
|
|
29914
|
-
line-height: 32px;
|
|
29915
|
-
width: 100px;
|
|
29916
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29917
|
-
}
|
|
29918
|
-
|
|
29919
|
-
.E_c1up1pdz .help {
|
|
29920
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29921
|
-
margin-top: 5px;
|
|
29922
|
-
}
|
|
29923
|
-
|
|
29924
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29925
|
-
.E_c1up1pdz .ant-picker {
|
|
29926
|
-
width: 128px;
|
|
29927
|
-
}
|
|
29928
|
-
|
|
29929
|
-
.E_c156wh19 {
|
|
29930
|
-
display: flex;
|
|
29931
|
-
align-items: center;
|
|
29932
|
-
justify-content: space-between;
|
|
29933
|
-
word-break: keep-all;
|
|
29934
|
-
}
|
|
29935
|
-
|
|
29936
|
-
.E_c156wh19 .title {
|
|
29937
|
-
margin: 0 16px 0 8px;
|
|
29938
|
-
}
|
|
29939
|
-
|
|
29940
|
-
.E_c156wh19 .retain {
|
|
29941
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29942
|
-
}
|
|
29943
|
-
|
|
29944
|
-
.E_c156wh19 div.left {
|
|
29945
|
-
flex: 1;
|
|
29946
|
-
display: flex;
|
|
29947
|
-
overflow: hidden;
|
|
29948
|
-
align-items: center;
|
|
29949
|
-
justify-content: flex-start;
|
|
29950
|
-
white-space: nowrap;
|
|
29951
|
-
}
|
|
29952
|
-
|
|
29953
|
-
.E_c156wh19 div.left .title {
|
|
29954
|
-
max-width: 100%;
|
|
29955
|
-
overflow: hidden;
|
|
29956
|
-
text-overflow: ellipsis;
|
|
29953
|
+
.E_c156wh19 div.left .title {
|
|
29954
|
+
max-width: 100%;
|
|
29955
|
+
overflow: hidden;
|
|
29956
|
+
text-overflow: ellipsis;
|
|
29957
29957
|
}
|
|
29958
29958
|
|
|
29959
29959
|
.E_c156wh19 div.right {
|
|
@@ -30185,29 +30185,13 @@ span.E_tqjc4ui {
|
|
|
30185
30185
|
text-align: left;
|
|
30186
30186
|
}
|
|
30187
30187
|
|
|
30188
|
-
.
|
|
30189
|
-
display: flex;
|
|
30190
|
-
align-items: center;
|
|
30191
|
-
justify-content: flex-end;
|
|
30192
|
-
}
|
|
30193
|
-
|
|
30194
|
-
.E_b1ctd5xy {
|
|
30188
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30195
30189
|
display: flex;
|
|
30196
30190
|
align-items: center;
|
|
30197
|
-
width: calc(100% - 40px);
|
|
30198
|
-
}
|
|
30199
|
-
|
|
30200
|
-
.E_b1ctd5xy .chart {
|
|
30201
|
-
display: inline-block;
|
|
30202
|
-
width: 100%;
|
|
30203
|
-
}
|
|
30204
|
-
|
|
30205
|
-
.E_u1p8acpn {
|
|
30206
|
-
min-width: 40px;
|
|
30207
30191
|
}
|
|
30208
30192
|
|
|
30209
|
-
.
|
|
30210
|
-
|
|
30193
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30194
|
+
margin-right: 8px;
|
|
30211
30195
|
}
|
|
30212
30196
|
|
|
30213
30197
|
.E_c18gxmrl {
|
|
@@ -30360,6 +30344,80 @@ span.E_tqjc4ui {
|
|
|
30360
30344
|
color: #005ed1;
|
|
30361
30345
|
}
|
|
30362
30346
|
|
|
30347
|
+
.E_wg1tsps {
|
|
30348
|
+
display: flex;
|
|
30349
|
+
align-items: center;
|
|
30350
|
+
justify-content: flex-end;
|
|
30351
|
+
}
|
|
30352
|
+
|
|
30353
|
+
.E_b1ctd5xy {
|
|
30354
|
+
display: flex;
|
|
30355
|
+
align-items: center;
|
|
30356
|
+
width: calc(100% - 40px);
|
|
30357
|
+
}
|
|
30358
|
+
|
|
30359
|
+
.E_b1ctd5xy .chart {
|
|
30360
|
+
display: inline-block;
|
|
30361
|
+
width: 100%;
|
|
30362
|
+
}
|
|
30363
|
+
|
|
30364
|
+
.E_u1p8acpn {
|
|
30365
|
+
min-width: 40px;
|
|
30366
|
+
}
|
|
30367
|
+
|
|
30368
|
+
.E_u1p8acpn .unit {
|
|
30369
|
+
color: #00122e !important;
|
|
30370
|
+
}
|
|
30371
|
+
|
|
30372
|
+
.E_m74vjol {
|
|
30373
|
+
display: flex;
|
|
30374
|
+
justify-content: space-between;
|
|
30375
|
+
width: 100%;
|
|
30376
|
+
}
|
|
30377
|
+
|
|
30378
|
+
.E_m74vjol .action {
|
|
30379
|
+
margin-left: 16px;
|
|
30380
|
+
}
|
|
30381
|
+
|
|
30382
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30383
|
+
width: 100%;
|
|
30384
|
+
}
|
|
30385
|
+
|
|
30386
|
+
.E_b1nip9bk {
|
|
30387
|
+
padding: 4px 11px;
|
|
30388
|
+
}
|
|
30389
|
+
|
|
30390
|
+
.E_bqamoqe {
|
|
30391
|
+
white-space: nowrap;
|
|
30392
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30393
|
+
}
|
|
30394
|
+
|
|
30395
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30396
|
+
--color: #0080ff;
|
|
30397
|
+
}
|
|
30398
|
+
|
|
30399
|
+
.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] {
|
|
30400
|
+
--color: #0080ff;
|
|
30401
|
+
}
|
|
30402
|
+
|
|
30403
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30404
|
+
margin-left: 1px;
|
|
30405
|
+
}
|
|
30406
|
+
|
|
30407
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30408
|
+
border-top-right-radius: 0;
|
|
30409
|
+
border-bottom-right-radius: 0;
|
|
30410
|
+
}
|
|
30411
|
+
|
|
30412
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30413
|
+
border-top-left-radius: 0;
|
|
30414
|
+
border-bottom-left-radius: 0;
|
|
30415
|
+
}
|
|
30416
|
+
|
|
30417
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30418
|
+
border-radius: unset;
|
|
30419
|
+
}
|
|
30420
|
+
|
|
30363
30421
|
.E_t160l1cm {
|
|
30364
30422
|
display: flex;
|
|
30365
30423
|
flex-direction: column;
|
|
@@ -30610,104 +30668,46 @@ span.E_tqjc4ui {
|
|
|
30610
30668
|
background: transparent;
|
|
30611
30669
|
}
|
|
30612
30670
|
|
|
30613
|
-
.
|
|
30614
|
-
|
|
30615
|
-
justify-content: space-between;
|
|
30616
|
-
width: 100%;
|
|
30671
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30672
|
+
justify-content: center;
|
|
30617
30673
|
}
|
|
30618
30674
|
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30675
|
+
.E_b1wx3t3t.ant-btn {
|
|
30676
|
+
display: inline-flex;
|
|
30677
|
+
align-items: center;
|
|
30678
|
+
justify-content: center;
|
|
30679
|
+
height: 32px;
|
|
30680
|
+
border-radius: 6px;
|
|
30681
|
+
line-height: 22px;
|
|
30682
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30683
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30621
30684
|
}
|
|
30622
30685
|
|
|
30623
|
-
.
|
|
30624
|
-
|
|
30686
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30687
|
+
height: 40px;
|
|
30688
|
+
line-height: 24px;
|
|
30625
30689
|
}
|
|
30626
30690
|
|
|
30627
|
-
.
|
|
30628
|
-
|
|
30629
|
-
|
|
30691
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30692
|
+
height: 24px;
|
|
30693
|
+
line-height: 20px;
|
|
30630
30694
|
}
|
|
30631
30695
|
|
|
30632
|
-
.
|
|
30633
|
-
|
|
30696
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30697
|
+
border-radius: 50%;
|
|
30634
30698
|
}
|
|
30635
30699
|
|
|
30636
|
-
.
|
|
30637
|
-
|
|
30700
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30701
|
+
margin-right: 8px;
|
|
30702
|
+
padding-right: 0px;
|
|
30638
30703
|
}
|
|
30639
30704
|
|
|
30640
|
-
.
|
|
30641
|
-
|
|
30642
|
-
|
|
30643
|
-
|
|
30644
|
-
|
|
30645
|
-
|
|
30646
|
-
--color: #0080ff;
|
|
30647
|
-
}
|
|
30648
|
-
|
|
30649
|
-
.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] {
|
|
30650
|
-
--color: #0080ff;
|
|
30651
|
-
}
|
|
30652
|
-
|
|
30653
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30654
|
-
margin-left: 1px;
|
|
30655
|
-
}
|
|
30656
|
-
|
|
30657
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30658
|
-
border-top-right-radius: 0;
|
|
30659
|
-
border-bottom-right-radius: 0;
|
|
30660
|
-
}
|
|
30661
|
-
|
|
30662
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30663
|
-
border-top-left-radius: 0;
|
|
30664
|
-
border-bottom-left-radius: 0;
|
|
30665
|
-
}
|
|
30666
|
-
|
|
30667
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30668
|
-
border-radius: unset;
|
|
30669
|
-
}
|
|
30670
|
-
|
|
30671
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30672
|
-
justify-content: center;
|
|
30673
|
-
}
|
|
30674
|
-
|
|
30675
|
-
.E_b1wx3t3t.ant-btn {
|
|
30676
|
-
display: inline-flex;
|
|
30677
|
-
align-items: center;
|
|
30678
|
-
justify-content: center;
|
|
30679
|
-
height: 32px;
|
|
30680
|
-
border-radius: 6px;
|
|
30681
|
-
line-height: 22px;
|
|
30682
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30683
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30684
|
-
}
|
|
30685
|
-
|
|
30686
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30687
|
-
height: 40px;
|
|
30688
|
-
line-height: 24px;
|
|
30689
|
-
}
|
|
30690
|
-
|
|
30691
|
-
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30692
|
-
height: 24px;
|
|
30693
|
-
line-height: 20px;
|
|
30694
|
-
}
|
|
30695
|
-
|
|
30696
|
-
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30697
|
-
border-radius: 50%;
|
|
30698
|
-
}
|
|
30699
|
-
|
|
30700
|
-
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30701
|
-
margin-right: 8px;
|
|
30702
|
-
padding-right: 0px;
|
|
30703
|
-
}
|
|
30704
|
-
|
|
30705
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
30706
|
-
color: var(--color, #06101f);
|
|
30707
|
-
font-weight: var(--font-weight);
|
|
30708
|
-
background: var(--background-color, #fff);
|
|
30709
|
-
border-width: var(--border-width, 1px);
|
|
30710
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30705
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
30706
|
+
color: var(--color, #06101f);
|
|
30707
|
+
font-weight: var(--font-weight);
|
|
30708
|
+
background: var(--background-color, #fff);
|
|
30709
|
+
border-width: var(--border-width, 1px);
|
|
30710
|
+
border-color: var(--border-color, #d9d9d9);
|
|
30711
30711
|
}
|
|
30712
30712
|
|
|
30713
30713
|
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
@@ -30985,6 +30985,14 @@ button.E_n7k2c6r {
|
|
|
30985
30985
|
text-align: center;
|
|
30986
30986
|
}
|
|
30987
30987
|
|
|
30988
|
+
.E_c1yyuluq {
|
|
30989
|
+
border-radius: 8px;
|
|
30990
|
+
}
|
|
30991
|
+
|
|
30992
|
+
.E_c1yyuluq .ant-card-body {
|
|
30993
|
+
padding: 20px 24px 24px 24px;
|
|
30994
|
+
}
|
|
30995
|
+
|
|
30988
30996
|
.E_ccrbeuz .ant-collapse-item {
|
|
30989
30997
|
border: 0px;
|
|
30990
30998
|
background-color: #fff;
|
|
@@ -31010,37 +31018,10 @@ button.E_n7k2c6r {
|
|
|
31010
31018
|
cursor: default;
|
|
31011
31019
|
}
|
|
31012
31020
|
|
|
31013
|
-
.E_c1yyuluq {
|
|
31014
|
-
border-radius: 8px;
|
|
31015
|
-
}
|
|
31016
|
-
|
|
31017
|
-
.E_c1yyuluq .ant-card-body {
|
|
31018
|
-
padding: 20px 24px 24px 24px;
|
|
31019
|
-
}
|
|
31020
|
-
|
|
31021
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31022
|
-
display: flex;
|
|
31023
|
-
}
|
|
31024
|
-
|
|
31025
31021
|
.E_sx1bpnu .ant-input-sm {
|
|
31026
31022
|
line-height: 18px;
|
|
31027
31023
|
}
|
|
31028
31024
|
|
|
31029
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31030
|
-
padding: 4px 8px 0 8px;
|
|
31031
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31032
|
-
font-size: 12px;
|
|
31033
|
-
}
|
|
31034
|
-
|
|
31035
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31036
|
-
padding-bottom: 6px;
|
|
31037
|
-
}
|
|
31038
|
-
|
|
31039
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
31040
|
-
padding-top: 4px;
|
|
31041
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31042
|
-
}
|
|
31043
|
-
|
|
31044
31025
|
.E_d1bw7c5z {
|
|
31045
31026
|
position: relative;
|
|
31046
31027
|
max-width: 388px;
|
|
@@ -31137,6 +31118,25 @@ button.E_n7k2c6r {
|
|
|
31137
31118
|
width: 102px;
|
|
31138
31119
|
}
|
|
31139
31120
|
|
|
31121
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31122
|
+
display: flex;
|
|
31123
|
+
}
|
|
31124
|
+
|
|
31125
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31126
|
+
padding: 4px 8px 0 8px;
|
|
31127
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31128
|
+
font-size: 12px;
|
|
31129
|
+
}
|
|
31130
|
+
|
|
31131
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31132
|
+
padding-bottom: 6px;
|
|
31133
|
+
}
|
|
31134
|
+
|
|
31135
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
31136
|
+
padding-top: 4px;
|
|
31137
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31138
|
+
}
|
|
31139
|
+
|
|
31140
31140
|
.E_phljevk {
|
|
31141
31141
|
display: flex;
|
|
31142
31142
|
justify-content: space-between;
|
|
@@ -31242,6 +31242,77 @@ button.E_n7k2c6r {
|
|
|
31242
31242
|
color: rgba(44, 56, 82, 0.6);
|
|
31243
31243
|
}
|
|
31244
31244
|
|
|
31245
|
+
.E_s1dizucg.ant-switch {
|
|
31246
|
+
min-width: 40px;
|
|
31247
|
+
height: 24px;
|
|
31248
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31249
|
+
overflow: hidden;
|
|
31250
|
+
}
|
|
31251
|
+
|
|
31252
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31253
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31254
|
+
}
|
|
31255
|
+
|
|
31256
|
+
.E_s1dizucg.ant-switch-small {
|
|
31257
|
+
min-width: 26px;
|
|
31258
|
+
height: 16px;
|
|
31259
|
+
}
|
|
31260
|
+
|
|
31261
|
+
.E_s1dizucg.ant-switch-large {
|
|
31262
|
+
min-width: 52px;
|
|
31263
|
+
height: 32px;
|
|
31264
|
+
}
|
|
31265
|
+
|
|
31266
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31267
|
+
height: 20px;
|
|
31268
|
+
width: 20px;
|
|
31269
|
+
}
|
|
31270
|
+
|
|
31271
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31272
|
+
border-radius: 10px;
|
|
31273
|
+
transition-delay: 120ms;
|
|
31274
|
+
}
|
|
31275
|
+
|
|
31276
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31277
|
+
height: 14px;
|
|
31278
|
+
width: 14px;
|
|
31279
|
+
top: 1px;
|
|
31280
|
+
left: 1px;
|
|
31281
|
+
}
|
|
31282
|
+
|
|
31283
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31284
|
+
height: 28px;
|
|
31285
|
+
width: 28px;
|
|
31286
|
+
}
|
|
31287
|
+
|
|
31288
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31289
|
+
border-radius: 14px;
|
|
31290
|
+
}
|
|
31291
|
+
|
|
31292
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31293
|
+
background-color: #00ba5d;
|
|
31294
|
+
}
|
|
31295
|
+
|
|
31296
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31297
|
+
left: calc(100% - 20px - 2px);
|
|
31298
|
+
}
|
|
31299
|
+
|
|
31300
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31301
|
+
left: calc(100% - 14px - 1px);
|
|
31302
|
+
}
|
|
31303
|
+
|
|
31304
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31305
|
+
left: calc(100% - 28px - 2px);
|
|
31306
|
+
}
|
|
31307
|
+
|
|
31308
|
+
.E_c1up6e3y {
|
|
31309
|
+
margin-left: 5px;
|
|
31310
|
+
}
|
|
31311
|
+
|
|
31312
|
+
.E_tju3gfj .date {
|
|
31313
|
+
margin-right: 4px;
|
|
31314
|
+
}
|
|
31315
|
+
|
|
31245
31316
|
.E_rapgekc.ant-radio-wrapper {
|
|
31246
31317
|
display: inline-flex;
|
|
31247
31318
|
align-items: baseline;
|
|
@@ -31299,7 +31370,7 @@ button.E_n7k2c6r {
|
|
|
31299
31370
|
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31300
31371
|
display: inline-block;
|
|
31301
31372
|
padding: 0;
|
|
31302
|
-
padding-left:
|
|
31373
|
+
padding-left: 10px;
|
|
31303
31374
|
}
|
|
31304
31375
|
|
|
31305
31376
|
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
@@ -31464,75 +31535,102 @@ button.E_n7k2c6r {
|
|
|
31464
31535
|
transform: rotate(0deg);
|
|
31465
31536
|
}
|
|
31466
31537
|
|
|
31467
|
-
.
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31471
|
-
overflow: hidden;
|
|
31538
|
+
.E_s1sck0th {
|
|
31539
|
+
padding: 0 8px;
|
|
31540
|
+
border-radius: 4px;
|
|
31472
31541
|
}
|
|
31473
31542
|
|
|
31474
|
-
.
|
|
31475
|
-
|
|
31543
|
+
.E_m855nr1 {
|
|
31544
|
+
padding: 2px 8px;
|
|
31545
|
+
border-radius: 3px;
|
|
31476
31546
|
}
|
|
31477
31547
|
|
|
31478
|
-
.
|
|
31479
|
-
|
|
31480
|
-
|
|
31548
|
+
.E_l1270xpg {
|
|
31549
|
+
padding: 3px 8px;
|
|
31550
|
+
border-radius: 2px;
|
|
31481
31551
|
}
|
|
31482
31552
|
|
|
31483
|
-
.
|
|
31484
|
-
|
|
31485
|
-
height: 32px;
|
|
31553
|
+
.E_t14rextb.ant-tag:hover {
|
|
31554
|
+
opacity: unset;
|
|
31486
31555
|
}
|
|
31487
31556
|
|
|
31488
|
-
.
|
|
31489
|
-
|
|
31490
|
-
|
|
31557
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31558
|
+
margin: 0;
|
|
31559
|
+
margin-right: 8px;
|
|
31560
|
+
display: inline-flex;
|
|
31561
|
+
align-items: center;
|
|
31562
|
+
border: none;
|
|
31491
31563
|
}
|
|
31492
31564
|
|
|
31493
|
-
.
|
|
31494
|
-
|
|
31495
|
-
|
|
31565
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31566
|
+
width: 16px;
|
|
31567
|
+
height: 16px;
|
|
31568
|
+
color: inherit;
|
|
31569
|
+
margin-left: 4px;
|
|
31570
|
+
opacity: 0.6;
|
|
31571
|
+
display: inline-flex;
|
|
31496
31572
|
}
|
|
31497
31573
|
|
|
31498
|
-
.
|
|
31499
|
-
|
|
31500
|
-
width: 14px;
|
|
31501
|
-
top: 1px;
|
|
31502
|
-
left: 1px;
|
|
31574
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31575
|
+
opacity: 1;
|
|
31503
31576
|
}
|
|
31504
31577
|
|
|
31505
|
-
.
|
|
31506
|
-
|
|
31507
|
-
|
|
31578
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31579
|
+
color: #0080ff;
|
|
31580
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31508
31581
|
}
|
|
31509
31582
|
|
|
31510
|
-
.
|
|
31511
|
-
|
|
31583
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31584
|
+
color: #f0483e;
|
|
31585
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31512
31586
|
}
|
|
31513
31587
|
|
|
31514
|
-
.
|
|
31515
|
-
|
|
31588
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31589
|
+
color: #e07f00;
|
|
31590
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31516
31591
|
}
|
|
31517
31592
|
|
|
31518
|
-
.
|
|
31519
|
-
|
|
31593
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31594
|
+
color: #008f4c;
|
|
31595
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31520
31596
|
}
|
|
31521
31597
|
|
|
31522
|
-
.
|
|
31523
|
-
|
|
31598
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31599
|
+
color: #1d326c;
|
|
31600
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31524
31601
|
}
|
|
31525
31602
|
|
|
31526
|
-
.
|
|
31527
|
-
|
|
31603
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31604
|
+
color: #7E41FF;
|
|
31605
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31528
31606
|
}
|
|
31529
31607
|
|
|
31530
|
-
.
|
|
31531
|
-
|
|
31608
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31609
|
+
color: #fff;
|
|
31532
31610
|
}
|
|
31533
31611
|
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31612
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31613
|
+
background-color: #f0483e;
|
|
31614
|
+
}
|
|
31615
|
+
|
|
31616
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31617
|
+
background-color: #fea008;
|
|
31618
|
+
}
|
|
31619
|
+
|
|
31620
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31621
|
+
background-color: #00ba5d;
|
|
31622
|
+
}
|
|
31623
|
+
|
|
31624
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31625
|
+
background-color: #0080ff;
|
|
31626
|
+
}
|
|
31627
|
+
|
|
31628
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31629
|
+
background-color: #6b7d99;
|
|
31630
|
+
}
|
|
31631
|
+
|
|
31632
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31633
|
+
background-color: #7E41FF;
|
|
31536
31634
|
}
|
|
31537
31635
|
|
|
31538
31636
|
.E_s1dni7lo {
|
|
@@ -31625,104 +31723,6 @@ button.E_n7k2c6r {
|
|
|
31625
31723
|
opacity: 0;
|
|
31626
31724
|
}
|
|
31627
31725
|
|
|
31628
|
-
.E_s1sck0th {
|
|
31629
|
-
padding: 0 8px;
|
|
31630
|
-
border-radius: 4px;
|
|
31631
|
-
}
|
|
31632
|
-
|
|
31633
|
-
.E_m855nr1 {
|
|
31634
|
-
padding: 2px 8px;
|
|
31635
|
-
border-radius: 3px;
|
|
31636
|
-
}
|
|
31637
|
-
|
|
31638
|
-
.E_l1270xpg {
|
|
31639
|
-
padding: 3px 8px;
|
|
31640
|
-
border-radius: 2px;
|
|
31641
|
-
}
|
|
31642
|
-
|
|
31643
|
-
.E_t14rextb.ant-tag:hover {
|
|
31644
|
-
opacity: unset;
|
|
31645
|
-
}
|
|
31646
|
-
|
|
31647
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31648
|
-
margin: 0;
|
|
31649
|
-
margin-right: 8px;
|
|
31650
|
-
display: inline-flex;
|
|
31651
|
-
align-items: center;
|
|
31652
|
-
border: none;
|
|
31653
|
-
}
|
|
31654
|
-
|
|
31655
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31656
|
-
width: 16px;
|
|
31657
|
-
height: 16px;
|
|
31658
|
-
color: inherit;
|
|
31659
|
-
margin-left: 4px;
|
|
31660
|
-
opacity: 0.6;
|
|
31661
|
-
display: inline-flex;
|
|
31662
|
-
}
|
|
31663
|
-
|
|
31664
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31665
|
-
opacity: 1;
|
|
31666
|
-
}
|
|
31667
|
-
|
|
31668
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31669
|
-
color: #0080ff;
|
|
31670
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31671
|
-
}
|
|
31672
|
-
|
|
31673
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31674
|
-
color: #f0483e;
|
|
31675
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31676
|
-
}
|
|
31677
|
-
|
|
31678
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31679
|
-
color: #e07f00;
|
|
31680
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31681
|
-
}
|
|
31682
|
-
|
|
31683
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31684
|
-
color: #008f4c;
|
|
31685
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31686
|
-
}
|
|
31687
|
-
|
|
31688
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31689
|
-
color: #1d326c;
|
|
31690
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31691
|
-
}
|
|
31692
|
-
|
|
31693
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31694
|
-
color: #7E41FF;
|
|
31695
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31696
|
-
}
|
|
31697
|
-
|
|
31698
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31699
|
-
color: #fff;
|
|
31700
|
-
}
|
|
31701
|
-
|
|
31702
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31703
|
-
background-color: #f0483e;
|
|
31704
|
-
}
|
|
31705
|
-
|
|
31706
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31707
|
-
background-color: #fea008;
|
|
31708
|
-
}
|
|
31709
|
-
|
|
31710
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31711
|
-
background-color: #00ba5d;
|
|
31712
|
-
}
|
|
31713
|
-
|
|
31714
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31715
|
-
background-color: #0080ff;
|
|
31716
|
-
}
|
|
31717
|
-
|
|
31718
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31719
|
-
background-color: #6b7d99;
|
|
31720
|
-
}
|
|
31721
|
-
|
|
31722
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31723
|
-
background-color: #7E41FF;
|
|
31724
|
-
}
|
|
31725
|
-
|
|
31726
31726
|
.E_iq1gosr {
|
|
31727
31727
|
display: inline-block;
|
|
31728
31728
|
}
|
|
@@ -31743,38 +31743,52 @@ button.E_n7k2c6r {
|
|
|
31743
31743
|
font-size: 18px;
|
|
31744
31744
|
}
|
|
31745
31745
|
|
|
31746
|
-
.
|
|
31747
|
-
|
|
31746
|
+
.E_f7pxqmh {
|
|
31747
|
+
width: 100%;
|
|
31748
|
+
margin-bottom: 0 !important;
|
|
31749
|
+
flex-flow: nowrap !important;
|
|
31750
|
+
line-break: auto;
|
|
31748
31751
|
}
|
|
31749
31752
|
|
|
31750
|
-
.
|
|
31751
|
-
|
|
31752
|
-
|
|
31753
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31754
|
+
text-align: left !important;
|
|
31755
|
+
padding-bottom: 0 !important;
|
|
31753
31756
|
}
|
|
31754
31757
|
|
|
31755
|
-
.
|
|
31756
|
-
|
|
31758
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31759
|
+
min-height: 32px;
|
|
31760
|
+
height: auto;
|
|
31761
|
+
font-size: 13px;
|
|
31762
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31763
|
+
white-space: normal;
|
|
31757
31764
|
}
|
|
31758
31765
|
|
|
31759
|
-
.
|
|
31760
|
-
|
|
31761
|
-
align-items: center;
|
|
31766
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31767
|
+
border-color: #ff4d4f !important;
|
|
31762
31768
|
}
|
|
31763
31769
|
|
|
31764
|
-
.
|
|
31765
|
-
|
|
31766
|
-
align-items: center;
|
|
31767
|
-
justify-content: center;
|
|
31770
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31771
|
+
border-color: #ff4d4f !important;
|
|
31768
31772
|
}
|
|
31769
31773
|
|
|
31770
|
-
.
|
|
31771
|
-
|
|
31772
|
-
|
|
31774
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31775
|
+
margin-top: 4px;
|
|
31776
|
+
font-size: 12px;
|
|
31777
|
+
min-height: 0px;
|
|
31773
31778
|
}
|
|
31774
31779
|
|
|
31775
|
-
.
|
|
31776
|
-
|
|
31777
|
-
|
|
31780
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31781
|
+
font-size: 12px;
|
|
31782
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31783
|
+
min-height: 0px;
|
|
31784
|
+
}
|
|
31785
|
+
|
|
31786
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31787
|
+
margin-left: 8px;
|
|
31788
|
+
}
|
|
31789
|
+
|
|
31790
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31791
|
+
padding: 2px 7px 2px 12px;
|
|
31778
31792
|
}
|
|
31779
31793
|
|
|
31780
31794
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31847,12 +31861,17 @@ button.E_n7k2c6r {
|
|
|
31847
31861
|
padding: 2px 8px;
|
|
31848
31862
|
}
|
|
31849
31863
|
|
|
31850
|
-
.
|
|
31851
|
-
|
|
31864
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31865
|
+
display: none;
|
|
31852
31866
|
}
|
|
31853
31867
|
|
|
31854
|
-
.
|
|
31855
|
-
|
|
31868
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31869
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31870
|
+
border-radius: 4px;
|
|
31871
|
+
}
|
|
31872
|
+
|
|
31873
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31874
|
+
visibility: hidden;
|
|
31856
31875
|
}
|
|
31857
31876
|
|
|
31858
31877
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -31890,46 +31909,6 @@ button.E_n7k2c6r {
|
|
|
31890
31909
|
font-size: inherit;
|
|
31891
31910
|
}
|
|
31892
31911
|
|
|
31893
|
-
.E_f7pxqmh {
|
|
31894
|
-
width: 100%;
|
|
31895
|
-
margin-bottom: 0 !important;
|
|
31896
|
-
flex-flow: nowrap !important;
|
|
31897
|
-
line-break: auto;
|
|
31898
|
-
}
|
|
31899
|
-
|
|
31900
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31901
|
-
text-align: left !important;
|
|
31902
|
-
padding-bottom: 0 !important;
|
|
31903
|
-
}
|
|
31904
|
-
|
|
31905
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31906
|
-
min-height: 32px;
|
|
31907
|
-
height: auto;
|
|
31908
|
-
font-size: 13px;
|
|
31909
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31910
|
-
white-space: normal;
|
|
31911
|
-
}
|
|
31912
|
-
|
|
31913
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31914
|
-
border-color: #ff4d4f !important;
|
|
31915
|
-
}
|
|
31916
|
-
|
|
31917
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31918
|
-
border-color: #ff4d4f !important;
|
|
31919
|
-
}
|
|
31920
|
-
|
|
31921
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31922
|
-
margin-top: 4px;
|
|
31923
|
-
font-size: 12px;
|
|
31924
|
-
min-height: 0px;
|
|
31925
|
-
}
|
|
31926
|
-
|
|
31927
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31928
|
-
font-size: 12px;
|
|
31929
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31930
|
-
min-height: 0px;
|
|
31931
|
-
}
|
|
31932
|
-
|
|
31933
31912
|
.E_i1inqkme {
|
|
31934
31913
|
height: 18px;
|
|
31935
31914
|
line-height: 18px;
|
|
@@ -31943,10 +31922,31 @@ button.E_n7k2c6r {
|
|
|
31943
31922
|
margin-right: 4px;
|
|
31944
31923
|
}
|
|
31945
31924
|
|
|
31946
|
-
.
|
|
31947
|
-
display: inline-
|
|
31948
|
-
|
|
31949
|
-
|
|
31925
|
+
.E_iouxfgt {
|
|
31926
|
+
display: inline-flex;
|
|
31927
|
+
align-items: center;
|
|
31928
|
+
}
|
|
31929
|
+
|
|
31930
|
+
.E_iouxfgt .icon-inner {
|
|
31931
|
+
display: inline-flex;
|
|
31932
|
+
align-items: center;
|
|
31933
|
+
justify-content: center;
|
|
31934
|
+
}
|
|
31935
|
+
|
|
31936
|
+
.E_iouxfgt .icon-inner + span,
|
|
31937
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31938
|
+
margin-left: 4px;
|
|
31939
|
+
}
|
|
31940
|
+
|
|
31941
|
+
.E_iouxfgt.is-rotate img,
|
|
31942
|
+
.E_iouxfgt.is-rotate svg {
|
|
31943
|
+
animation: rotate 680ms linear infinite;
|
|
31944
|
+
}
|
|
31945
|
+
|
|
31946
|
+
.E_owd0kml {
|
|
31947
|
+
display: inline-block;
|
|
31948
|
+
}
|
|
31949
|
+
|
|
31950
31950
|
.E_h1jsgezc {
|
|
31951
31951
|
visibility: hidden;
|
|
31952
31952
|
position: absolute;
|
|
@@ -31985,10 +31985,6 @@ button.E_n7k2c6r {
|
|
|
31985
31985
|
transition: all 320ms ease;
|
|
31986
31986
|
}
|
|
31987
31987
|
|
|
31988
|
-
.E_m196gn1d {
|
|
31989
|
-
min-width: 1280px;
|
|
31990
|
-
}
|
|
31991
|
-
|
|
31992
31988
|
.E_dsnbhzf {
|
|
31993
31989
|
font-family: Inter;
|
|
31994
31990
|
font-style: normal;
|
|
@@ -32464,6 +32460,10 @@ button.E_n7k2c6r {
|
|
|
32464
32460
|
line-height: 12px;
|
|
32465
32461
|
}
|
|
32466
32462
|
|
|
32463
|
+
.E_m196gn1d {
|
|
32464
|
+
min-width: 1280px;
|
|
32465
|
+
}
|
|
32466
|
+
|
|
32467
32467
|
.E_cnujxq2 {
|
|
32468
32468
|
display: flex;
|
|
32469
32469
|
flex-direction: column;
|
|
@@ -33561,435 +33561,175 @@ input.E_rf8rlle.ant-input {
|
|
|
33561
33561
|
opacity: 0.8;
|
|
33562
33562
|
}
|
|
33563
33563
|
|
|
33564
|
-
.
|
|
33565
|
-
|
|
33566
|
-
|
|
33567
|
-
|
|
33564
|
+
.E_hrhfj7c {
|
|
33565
|
+
display: none;
|
|
33566
|
+
}
|
|
33567
|
+
|
|
33568
|
+
.E_dt9qoak .bottom {
|
|
33569
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33570
|
+
}
|
|
33571
|
+
|
|
33572
|
+
.E_dt9qoak .left {
|
|
33573
|
+
min-width: 0;
|
|
33574
|
+
}
|
|
33575
|
+
|
|
33576
|
+
.E_crhnxq5 {
|
|
33568
33577
|
display: flex;
|
|
33578
|
+
flex-direction: row;
|
|
33569
33579
|
justify-content: space-between;
|
|
33570
|
-
align-items: center;
|
|
33571
|
-
padding: 0 24px 0 14px;
|
|
33572
|
-
position: relative;
|
|
33573
|
-
z-index: 10;
|
|
33574
33580
|
}
|
|
33575
33581
|
|
|
33576
|
-
.
|
|
33577
|
-
|
|
33578
|
-
|
|
33582
|
+
.E_crhnxq5 .label {
|
|
33583
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33584
|
+
font-weight: 400;
|
|
33585
|
+
}
|
|
33586
|
+
|
|
33587
|
+
.E_c1iq43vd {
|
|
33579
33588
|
display: flex;
|
|
33589
|
+
flex-direction: column;
|
|
33590
|
+
justify-content: center;
|
|
33580
33591
|
align-items: center;
|
|
33581
|
-
|
|
33582
|
-
|
|
33592
|
+
height: 240px;
|
|
33593
|
+
width: 432px;
|
|
33583
33594
|
}
|
|
33584
33595
|
|
|
33585
|
-
.
|
|
33586
|
-
|
|
33596
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
33597
|
+
border-radius: 0px;
|
|
33598
|
+
box-shadow: unset;
|
|
33599
|
+
border: 0;
|
|
33600
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33587
33601
|
}
|
|
33588
33602
|
|
|
33589
|
-
.
|
|
33590
|
-
|
|
33603
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
33604
|
+
padding: 4px;
|
|
33591
33605
|
}
|
|
33592
33606
|
|
|
33593
|
-
.
|
|
33594
|
-
|
|
33607
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
33608
|
+
line-height: normal;
|
|
33595
33609
|
}
|
|
33596
33610
|
|
|
33597
|
-
.
|
|
33598
|
-
|
|
33599
|
-
position: relative;
|
|
33600
|
-
display: flex;
|
|
33601
|
-
align-items: center;
|
|
33611
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
33612
|
+
height: 22px;
|
|
33602
33613
|
}
|
|
33603
33614
|
|
|
33604
|
-
.
|
|
33605
|
-
|
|
33606
|
-
opacity: 0;
|
|
33607
|
-
height: 24px;
|
|
33608
|
-
width: 1px;
|
|
33609
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33610
|
-
position: absolute;
|
|
33611
|
-
left: -16px;
|
|
33612
|
-
top: 50%;
|
|
33613
|
-
transform: translateY(-50%);
|
|
33614
|
-
transition: opacity 160ms ease;
|
|
33615
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
33616
|
+
row-gap: 2px;
|
|
33615
33617
|
}
|
|
33616
33618
|
|
|
33617
|
-
.
|
|
33618
|
-
|
|
33619
|
-
cursor: pointer;
|
|
33620
|
-
width: 56px;
|
|
33621
|
-
height: 40px;
|
|
33622
|
-
display: inline-flex;
|
|
33623
|
-
align-items: center;
|
|
33624
|
-
justify-content: center;
|
|
33625
|
-
border-radius: 6px;
|
|
33619
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
33620
|
+
line-height: normal;
|
|
33626
33621
|
}
|
|
33627
33622
|
|
|
33628
|
-
.
|
|
33629
|
-
|
|
33623
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
33624
|
+
max-width: 100%;
|
|
33630
33625
|
}
|
|
33631
33626
|
|
|
33632
|
-
.
|
|
33633
|
-
|
|
33634
|
-
|
|
33627
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
33628
|
+
font-size: 13px;
|
|
33629
|
+
line-height: 20px;
|
|
33635
33630
|
}
|
|
33636
33631
|
|
|
33637
|
-
.
|
|
33638
|
-
|
|
33632
|
+
.E_c1ec3mnt {
|
|
33633
|
+
font-size: 13px;
|
|
33639
33634
|
}
|
|
33640
33635
|
|
|
33641
|
-
.
|
|
33642
|
-
|
|
33643
|
-
|
|
33636
|
+
.E_c1iye0zj {
|
|
33637
|
+
padding: 7px 14px;
|
|
33638
|
+
height: 20px;
|
|
33639
|
+
font-weight: 400;
|
|
33640
|
+
box-sizing: content-box;
|
|
33641
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33644
33642
|
display: flex;
|
|
33643
|
+
flex-direction: row;
|
|
33644
|
+
justify-content: space-between;
|
|
33645
33645
|
align-items: center;
|
|
33646
|
-
|
|
33647
|
-
margin: 0 -4px;
|
|
33646
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33648
33647
|
}
|
|
33649
33648
|
|
|
33650
|
-
.
|
|
33651
|
-
|
|
33652
|
-
|
|
33649
|
+
.E_ckhyuyx {
|
|
33650
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33651
|
+
border-radius: 8px;
|
|
33652
|
+
padding: 0px;
|
|
33653
33653
|
}
|
|
33654
33654
|
|
|
33655
|
-
.
|
|
33656
|
-
|
|
33657
|
-
height:
|
|
33658
|
-
transform: translateY(100%);
|
|
33659
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33660
|
-
display: inline-flex;
|
|
33661
|
-
align-items: center;
|
|
33655
|
+
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
33656
|
+
padding: 6px;
|
|
33657
|
+
height: 240px;
|
|
33662
33658
|
}
|
|
33663
33659
|
|
|
33664
|
-
.
|
|
33665
|
-
|
|
33660
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
33661
|
+
min-width: 296px;
|
|
33662
|
+
padding: 4px 4px 4px 8px;
|
|
33663
|
+
color: #00122e;
|
|
33664
|
+
margin-bottom: 2px;
|
|
33666
33665
|
}
|
|
33667
33666
|
|
|
33668
|
-
.
|
|
33669
|
-
|
|
33670
|
-
height: 32px;
|
|
33671
|
-
border-radius: 6px;
|
|
33667
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
33668
|
+
vertical-align: middle;
|
|
33672
33669
|
}
|
|
33673
33670
|
|
|
33674
|
-
.
|
|
33675
|
-
|
|
33671
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
|
|
33672
|
+
font-weight: 400;
|
|
33676
33673
|
}
|
|
33677
33674
|
|
|
33678
|
-
.
|
|
33679
|
-
|
|
33680
|
-
position: relative;
|
|
33675
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
|
|
33676
|
+
font-weight: 400;
|
|
33681
33677
|
}
|
|
33682
33678
|
|
|
33683
|
-
.
|
|
33684
|
-
|
|
33685
|
-
.E_h12yihis .task .alert-icon,
|
|
33686
|
-
.E_h12yihis .task .task-icon {
|
|
33687
|
-
width: 56px;
|
|
33688
|
-
height: 40px;
|
|
33689
|
-
justify-content: center;
|
|
33679
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
|
|
33680
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33690
33681
|
}
|
|
33691
33682
|
|
|
33692
|
-
.
|
|
33693
|
-
|
|
33694
|
-
right: 16px;
|
|
33695
|
-
top: 10px;
|
|
33683
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
33684
|
+
fill: #0080ff;
|
|
33696
33685
|
}
|
|
33697
33686
|
|
|
33698
|
-
.
|
|
33699
|
-
|
|
33700
|
-
|
|
33687
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
|
|
33688
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33689
|
+
font-weight: 400;
|
|
33701
33690
|
}
|
|
33702
33691
|
|
|
33703
|
-
.
|
|
33704
|
-
|
|
33692
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
|
|
33693
|
+
fill: #0080ff;
|
|
33705
33694
|
}
|
|
33706
33695
|
|
|
33707
|
-
.
|
|
33708
|
-
|
|
33709
|
-
line-height: 24px;
|
|
33710
|
-
font-weight: bold;
|
|
33711
|
-
color: #1d326c;
|
|
33712
|
-
margin: 0px 8px;
|
|
33696
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
|
|
33697
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33713
33698
|
}
|
|
33714
33699
|
|
|
33715
|
-
.
|
|
33716
|
-
|
|
33700
|
+
.E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
|
|
33701
|
+
align-self: flex-start;
|
|
33717
33702
|
}
|
|
33718
33703
|
|
|
33719
|
-
.
|
|
33720
|
-
|
|
33704
|
+
.E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
|
|
33705
|
+
display: none;
|
|
33721
33706
|
}
|
|
33722
33707
|
|
|
33723
|
-
.
|
|
33724
|
-
|
|
33725
|
-
|
|
33708
|
+
.E_ckhyuyx .antd5-cascader-checkbox {
|
|
33709
|
+
height: 22px;
|
|
33710
|
+
display: flex;
|
|
33711
|
+
align-items: center;
|
|
33712
|
+
top: 0;
|
|
33726
33713
|
}
|
|
33727
33714
|
|
|
33728
|
-
.
|
|
33729
|
-
|
|
33730
|
-
flex: 1;
|
|
33715
|
+
.E_ckhyuyx .antd5-cascader-checkbox-checked::after {
|
|
33716
|
+
border: none;
|
|
33731
33717
|
}
|
|
33732
33718
|
|
|
33733
|
-
.
|
|
33719
|
+
.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 {
|
|
33734
33720
|
border-color: #0080ff;
|
|
33735
|
-
width: 100%;
|
|
33736
33721
|
}
|
|
33737
33722
|
|
|
33738
|
-
.
|
|
33739
|
-
|
|
33723
|
+
.E_ckhyuyx .antd5-cascader-checkbox .antd5-cascader-checkbox-inner {
|
|
33724
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33740
33725
|
}
|
|
33741
33726
|
|
|
33742
|
-
.
|
|
33743
|
-
|
|
33727
|
+
.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 {
|
|
33728
|
+
border: 1px solid #0080ff;
|
|
33744
33729
|
}
|
|
33745
33730
|
|
|
33746
|
-
.
|
|
33747
|
-
|
|
33748
|
-
}
|
|
33749
|
-
|
|
33750
|
-
.E_ncaepor {
|
|
33751
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33752
|
-
position: relative;
|
|
33753
|
-
height: 48px;
|
|
33754
|
-
display: inline-flex;
|
|
33755
|
-
align-items: center;
|
|
33756
|
-
justify-content: center;
|
|
33757
|
-
overflow: hidden;
|
|
33758
|
-
}
|
|
33759
|
-
|
|
33760
|
-
.E_ncaepor:before, .E_ncaepor:after {
|
|
33761
|
-
content: "";
|
|
33762
|
-
width: 100%;
|
|
33763
|
-
height: 12px;
|
|
33764
|
-
position: absolute;
|
|
33765
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33766
|
-
}
|
|
33767
|
-
|
|
33768
|
-
.E_ncaepor:before {
|
|
33769
|
-
top: 0;
|
|
33770
|
-
}
|
|
33771
|
-
|
|
33772
|
-
.E_ncaepor:after {
|
|
33773
|
-
bottom: 0;
|
|
33774
|
-
}
|
|
33775
|
-
|
|
33776
|
-
.E_ncaepor > * {
|
|
33777
|
-
height: 48px;
|
|
33778
|
-
display: inline-flex;
|
|
33779
|
-
align-items: center;
|
|
33780
|
-
white-space: nowrap;
|
|
33781
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33782
|
-
}
|
|
33783
|
-
|
|
33784
|
-
.E_ncaepor .name-text {
|
|
33785
|
-
transform: translateY(0);
|
|
33786
|
-
opacity: 1;
|
|
33787
|
-
}
|
|
33788
|
-
|
|
33789
|
-
.E_ncaepor .nav-info {
|
|
33790
|
-
transform: translateY(100%);
|
|
33791
|
-
opacity: 0;
|
|
33792
|
-
font-size: 18px;
|
|
33793
|
-
font-weight: 700;
|
|
33794
|
-
position: absolute;
|
|
33795
|
-
overflow: hidden;
|
|
33796
|
-
display: flex;
|
|
33797
|
-
justify-content: center;
|
|
33798
|
-
}
|
|
33799
|
-
|
|
33800
|
-
.E_ncaepor .nav-info .scrolled-resource {
|
|
33801
|
-
color: #1d326c;
|
|
33802
|
-
flex: 1;
|
|
33803
|
-
overflow: hidden;
|
|
33804
|
-
text-overflow: ellipsis;
|
|
33805
|
-
}
|
|
33806
|
-
|
|
33807
|
-
.E_ncaepor .nav-info .scrolled-view {
|
|
33808
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33809
|
-
margin-left: 8px;
|
|
33810
|
-
}
|
|
33811
|
-
|
|
33812
|
-
.E_ncaepor.is-scrolled .name-text {
|
|
33813
|
-
transform: translateY(-100%);
|
|
33814
|
-
opacity: 0;
|
|
33815
|
-
position: absolute;
|
|
33816
|
-
}
|
|
33817
|
-
|
|
33818
|
-
.E_ncaepor.is-scrolled .nav-info {
|
|
33819
|
-
transform: translateY(0);
|
|
33820
|
-
opacity: 1;
|
|
33821
|
-
position: static;
|
|
33822
|
-
}
|
|
33823
|
-
|
|
33824
|
-
.E_hrhfj7c {
|
|
33825
|
-
display: none;
|
|
33826
|
-
}
|
|
33827
|
-
|
|
33828
|
-
.E_dt9qoak .bottom {
|
|
33829
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33830
|
-
}
|
|
33831
|
-
|
|
33832
|
-
.E_dt9qoak .left {
|
|
33833
|
-
min-width: 0;
|
|
33834
|
-
}
|
|
33835
|
-
|
|
33836
|
-
.E_crhnxq5 {
|
|
33837
|
-
display: flex;
|
|
33838
|
-
flex-direction: row;
|
|
33839
|
-
justify-content: space-between;
|
|
33840
|
-
}
|
|
33841
|
-
|
|
33842
|
-
.E_crhnxq5 .label {
|
|
33843
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33844
|
-
font-weight: 400;
|
|
33845
|
-
}
|
|
33846
|
-
|
|
33847
|
-
.E_c1iq43vd {
|
|
33848
|
-
display: flex;
|
|
33849
|
-
flex-direction: column;
|
|
33850
|
-
justify-content: center;
|
|
33851
|
-
align-items: center;
|
|
33852
|
-
height: 240px;
|
|
33853
|
-
width: 432px;
|
|
33854
|
-
}
|
|
33855
|
-
|
|
33856
|
-
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
33857
|
-
border-radius: 0px;
|
|
33858
|
-
box-shadow: unset;
|
|
33859
|
-
border: 0;
|
|
33860
|
-
border-bottom: 1px solid #e4e9f2;
|
|
33861
|
-
}
|
|
33862
|
-
|
|
33863
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
33864
|
-
padding: 4px;
|
|
33865
|
-
}
|
|
33866
|
-
|
|
33867
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
33868
|
-
line-height: normal;
|
|
33869
|
-
}
|
|
33870
|
-
|
|
33871
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
33872
|
-
height: 22px;
|
|
33873
|
-
}
|
|
33874
|
-
|
|
33875
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
33876
|
-
row-gap: 2px;
|
|
33877
|
-
}
|
|
33878
|
-
|
|
33879
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
33880
|
-
line-height: normal;
|
|
33881
|
-
}
|
|
33882
|
-
|
|
33883
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
33884
|
-
max-width: 100%;
|
|
33885
|
-
}
|
|
33886
|
-
|
|
33887
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
33888
|
-
font-size: 13px;
|
|
33889
|
-
line-height: 20px;
|
|
33890
|
-
}
|
|
33891
|
-
|
|
33892
|
-
.E_c1ec3mnt {
|
|
33893
|
-
font-size: 13px;
|
|
33894
|
-
}
|
|
33895
|
-
|
|
33896
|
-
.E_c1iye0zj {
|
|
33897
|
-
padding: 7px 14px;
|
|
33898
|
-
height: 20px;
|
|
33899
|
-
font-weight: 400;
|
|
33900
|
-
box-sizing: content-box;
|
|
33901
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33902
|
-
display: flex;
|
|
33903
|
-
flex-direction: row;
|
|
33904
|
-
justify-content: space-between;
|
|
33905
|
-
align-items: center;
|
|
33906
|
-
border-bottom: 1px solid #e4e9f2;
|
|
33907
|
-
}
|
|
33908
|
-
|
|
33909
|
-
.E_ckhyuyx {
|
|
33910
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33911
|
-
border-radius: 8px;
|
|
33912
|
-
padding: 0px;
|
|
33913
|
-
}
|
|
33914
|
-
|
|
33915
|
-
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
33916
|
-
padding: 6px;
|
|
33917
|
-
height: 240px;
|
|
33918
|
-
}
|
|
33919
|
-
|
|
33920
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
33921
|
-
min-width: 296px;
|
|
33922
|
-
padding: 4px 4px 4px 8px;
|
|
33923
|
-
color: #00122e;
|
|
33924
|
-
margin-bottom: 2px;
|
|
33925
|
-
}
|
|
33926
|
-
|
|
33927
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
33928
|
-
vertical-align: middle;
|
|
33929
|
-
}
|
|
33930
|
-
|
|
33931
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
|
|
33932
|
-
font-weight: 400;
|
|
33933
|
-
}
|
|
33934
|
-
|
|
33935
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
|
|
33936
|
-
font-weight: 400;
|
|
33937
|
-
}
|
|
33938
|
-
|
|
33939
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
|
|
33940
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33941
|
-
}
|
|
33942
|
-
|
|
33943
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
33944
|
-
fill: #0080ff;
|
|
33945
|
-
}
|
|
33946
|
-
|
|
33947
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
|
|
33948
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33949
|
-
font-weight: 400;
|
|
33950
|
-
}
|
|
33951
|
-
|
|
33952
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
|
|
33953
|
-
fill: #0080ff;
|
|
33954
|
-
}
|
|
33955
|
-
|
|
33956
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
|
|
33957
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33958
|
-
}
|
|
33959
|
-
|
|
33960
|
-
.E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
|
|
33961
|
-
align-self: flex-start;
|
|
33962
|
-
}
|
|
33963
|
-
|
|
33964
|
-
.E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
|
|
33965
|
-
display: none;
|
|
33966
|
-
}
|
|
33967
|
-
|
|
33968
|
-
.E_ckhyuyx .antd5-cascader-checkbox {
|
|
33969
|
-
height: 22px;
|
|
33970
|
-
display: flex;
|
|
33971
|
-
align-items: center;
|
|
33972
|
-
top: 0;
|
|
33973
|
-
}
|
|
33974
|
-
|
|
33975
|
-
.E_ckhyuyx .antd5-cascader-checkbox-checked::after {
|
|
33976
|
-
border: none;
|
|
33977
|
-
}
|
|
33978
|
-
|
|
33979
|
-
.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 {
|
|
33980
|
-
border-color: #0080ff;
|
|
33981
|
-
}
|
|
33982
|
-
|
|
33983
|
-
.E_ckhyuyx .antd5-cascader-checkbox .antd5-cascader-checkbox-inner {
|
|
33984
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33985
|
-
}
|
|
33986
|
-
|
|
33987
|
-
.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 {
|
|
33988
|
-
border: 1px solid #0080ff;
|
|
33989
|
-
}
|
|
33990
|
-
|
|
33991
|
-
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
33992
|
-
background: #0080ff;
|
|
33731
|
+
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
33732
|
+
background: #0080ff;
|
|
33993
33733
|
}
|
|
33994
33734
|
|
|
33995
33735
|
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
@@ -34083,21 +33823,281 @@ input.E_rf8rlle.ant-input {
|
|
|
34083
33823
|
font-size: 14px;
|
|
34084
33824
|
}
|
|
34085
33825
|
|
|
34086
|
-
.
|
|
34087
|
-
height:
|
|
34088
|
-
|
|
34089
|
-
display: flex;
|
|
34090
|
-
flex-direction: column;
|
|
33826
|
+
.E_h12yihis {
|
|
33827
|
+
height: 50px;
|
|
33828
|
+
border-bottom: 2px solid #edf0f7;
|
|
34091
33829
|
background: #fff;
|
|
34092
|
-
overflow: auto;
|
|
34093
|
-
}
|
|
34094
|
-
|
|
34095
|
-
.E_ctdb951 {
|
|
34096
33830
|
display: flex;
|
|
34097
|
-
align-items: center;
|
|
34098
33831
|
justify-content: space-between;
|
|
34099
|
-
|
|
34100
|
-
|
|
33832
|
+
align-items: center;
|
|
33833
|
+
padding: 0 24px 0 14px;
|
|
33834
|
+
position: relative;
|
|
33835
|
+
z-index: 10;
|
|
33836
|
+
}
|
|
33837
|
+
|
|
33838
|
+
.E_h12yihis .left,
|
|
33839
|
+
.E_h12yihis .right,
|
|
33840
|
+
.E_h12yihis .center {
|
|
33841
|
+
display: flex;
|
|
33842
|
+
align-items: center;
|
|
33843
|
+
flex: 1;
|
|
33844
|
+
flex-shrink: 0;
|
|
33845
|
+
}
|
|
33846
|
+
|
|
33847
|
+
.E_h12yihis .center {
|
|
33848
|
+
flex: 0.8;
|
|
33849
|
+
}
|
|
33850
|
+
|
|
33851
|
+
.E_h12yihis .right {
|
|
33852
|
+
justify-content: flex-end;
|
|
33853
|
+
}
|
|
33854
|
+
|
|
33855
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33856
|
+
opacity: 1;
|
|
33857
|
+
}
|
|
33858
|
+
|
|
33859
|
+
.E_h12yihis .right .btn-group {
|
|
33860
|
+
margin-left: 32px;
|
|
33861
|
+
position: relative;
|
|
33862
|
+
display: flex;
|
|
33863
|
+
align-items: center;
|
|
33864
|
+
}
|
|
33865
|
+
|
|
33866
|
+
.E_h12yihis .right .btn-group:before {
|
|
33867
|
+
content: "";
|
|
33868
|
+
opacity: 0;
|
|
33869
|
+
height: 24px;
|
|
33870
|
+
width: 1px;
|
|
33871
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33872
|
+
position: absolute;
|
|
33873
|
+
left: -16px;
|
|
33874
|
+
top: 50%;
|
|
33875
|
+
transform: translateY(-50%);
|
|
33876
|
+
transition: opacity 160ms ease;
|
|
33877
|
+
}
|
|
33878
|
+
|
|
33879
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
33880
|
+
transition: all 160ms ease;
|
|
33881
|
+
cursor: pointer;
|
|
33882
|
+
width: 56px;
|
|
33883
|
+
height: 40px;
|
|
33884
|
+
display: inline-flex;
|
|
33885
|
+
align-items: center;
|
|
33886
|
+
justify-content: center;
|
|
33887
|
+
border-radius: 6px;
|
|
33888
|
+
}
|
|
33889
|
+
|
|
33890
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33891
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33892
|
+
}
|
|
33893
|
+
|
|
33894
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33895
|
+
transform: translateY(2px);
|
|
33896
|
+
transition: all 320ms ease;
|
|
33897
|
+
}
|
|
33898
|
+
|
|
33899
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33900
|
+
margin-left: 4px;
|
|
33901
|
+
}
|
|
33902
|
+
|
|
33903
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33904
|
+
height: 48px;
|
|
33905
|
+
overflow: hidden;
|
|
33906
|
+
display: flex;
|
|
33907
|
+
align-items: center;
|
|
33908
|
+
padding: 0 4px;
|
|
33909
|
+
margin: 0 -4px;
|
|
33910
|
+
}
|
|
33911
|
+
|
|
33912
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33913
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33914
|
+
transform: translateY(0);
|
|
33915
|
+
}
|
|
33916
|
+
|
|
33917
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33918
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33919
|
+
height: 48px;
|
|
33920
|
+
transform: translateY(100%);
|
|
33921
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33922
|
+
display: inline-flex;
|
|
33923
|
+
align-items: center;
|
|
33924
|
+
}
|
|
33925
|
+
|
|
33926
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33927
|
+
margin-right: 10px;
|
|
33928
|
+
}
|
|
33929
|
+
|
|
33930
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33931
|
+
width: 32px;
|
|
33932
|
+
height: 32px;
|
|
33933
|
+
border-radius: 6px;
|
|
33934
|
+
}
|
|
33935
|
+
|
|
33936
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33937
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33938
|
+
}
|
|
33939
|
+
|
|
33940
|
+
.E_h12yihis .alert,
|
|
33941
|
+
.E_h12yihis .task {
|
|
33942
|
+
position: relative;
|
|
33943
|
+
}
|
|
33944
|
+
|
|
33945
|
+
.E_h12yihis .alert .alert-icon,
|
|
33946
|
+
.E_h12yihis .alert .task-icon,
|
|
33947
|
+
.E_h12yihis .task .alert-icon,
|
|
33948
|
+
.E_h12yihis .task .task-icon {
|
|
33949
|
+
width: 56px;
|
|
33950
|
+
height: 40px;
|
|
33951
|
+
justify-content: center;
|
|
33952
|
+
}
|
|
33953
|
+
|
|
33954
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33955
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33956
|
+
right: 16px;
|
|
33957
|
+
top: 10px;
|
|
33958
|
+
}
|
|
33959
|
+
|
|
33960
|
+
.E_h12yihis .logo {
|
|
33961
|
+
display: inline-flex;
|
|
33962
|
+
align-items: center;
|
|
33963
|
+
}
|
|
33964
|
+
|
|
33965
|
+
.E_h12yihis .left {
|
|
33966
|
+
position: relative;
|
|
33967
|
+
}
|
|
33968
|
+
|
|
33969
|
+
.E_h12yihis .left .events-audit-title {
|
|
33970
|
+
font-size: 20px;
|
|
33971
|
+
line-height: 24px;
|
|
33972
|
+
font-weight: bold;
|
|
33973
|
+
color: #1d326c;
|
|
33974
|
+
margin: 0px 8px;
|
|
33975
|
+
}
|
|
33976
|
+
|
|
33977
|
+
.E_h12yihis .left .global-search {
|
|
33978
|
+
margin-left: 6px;
|
|
33979
|
+
}
|
|
33980
|
+
|
|
33981
|
+
.E_h12yihis.global-search-active {
|
|
33982
|
+
z-index: 11;
|
|
33983
|
+
}
|
|
33984
|
+
|
|
33985
|
+
.E_h12yihis.global-search-active .left {
|
|
33986
|
+
flex: 1;
|
|
33987
|
+
margin-right: 32px;
|
|
33988
|
+
}
|
|
33989
|
+
|
|
33990
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33991
|
+
display: flex;
|
|
33992
|
+
flex: 1;
|
|
33993
|
+
}
|
|
33994
|
+
|
|
33995
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33996
|
+
border-color: #0080ff;
|
|
33997
|
+
width: 100%;
|
|
33998
|
+
}
|
|
33999
|
+
|
|
34000
|
+
.E_h12yihis.global-search-active .center {
|
|
34001
|
+
display: none;
|
|
34002
|
+
}
|
|
34003
|
+
|
|
34004
|
+
.E_h12yihis.global-search-active .right {
|
|
34005
|
+
flex: 0 1 auto;
|
|
34006
|
+
}
|
|
34007
|
+
|
|
34008
|
+
.E_h12yihis .ant-badge-count {
|
|
34009
|
+
pointer-events: none;
|
|
34010
|
+
}
|
|
34011
|
+
|
|
34012
|
+
.E_ncaepor {
|
|
34013
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34014
|
+
position: relative;
|
|
34015
|
+
height: 48px;
|
|
34016
|
+
display: inline-flex;
|
|
34017
|
+
align-items: center;
|
|
34018
|
+
justify-content: center;
|
|
34019
|
+
overflow: hidden;
|
|
34020
|
+
}
|
|
34021
|
+
|
|
34022
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
34023
|
+
content: "";
|
|
34024
|
+
width: 100%;
|
|
34025
|
+
height: 12px;
|
|
34026
|
+
position: absolute;
|
|
34027
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
34028
|
+
}
|
|
34029
|
+
|
|
34030
|
+
.E_ncaepor:before {
|
|
34031
|
+
top: 0;
|
|
34032
|
+
}
|
|
34033
|
+
|
|
34034
|
+
.E_ncaepor:after {
|
|
34035
|
+
bottom: 0;
|
|
34036
|
+
}
|
|
34037
|
+
|
|
34038
|
+
.E_ncaepor > * {
|
|
34039
|
+
height: 48px;
|
|
34040
|
+
display: inline-flex;
|
|
34041
|
+
align-items: center;
|
|
34042
|
+
white-space: nowrap;
|
|
34043
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
34044
|
+
}
|
|
34045
|
+
|
|
34046
|
+
.E_ncaepor .name-text {
|
|
34047
|
+
transform: translateY(0);
|
|
34048
|
+
opacity: 1;
|
|
34049
|
+
}
|
|
34050
|
+
|
|
34051
|
+
.E_ncaepor .nav-info {
|
|
34052
|
+
transform: translateY(100%);
|
|
34053
|
+
opacity: 0;
|
|
34054
|
+
font-size: 18px;
|
|
34055
|
+
font-weight: 700;
|
|
34056
|
+
position: absolute;
|
|
34057
|
+
overflow: hidden;
|
|
34058
|
+
display: flex;
|
|
34059
|
+
justify-content: center;
|
|
34060
|
+
}
|
|
34061
|
+
|
|
34062
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
34063
|
+
color: #1d326c;
|
|
34064
|
+
flex: 1;
|
|
34065
|
+
overflow: hidden;
|
|
34066
|
+
text-overflow: ellipsis;
|
|
34067
|
+
}
|
|
34068
|
+
|
|
34069
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
34070
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34071
|
+
margin-left: 8px;
|
|
34072
|
+
}
|
|
34073
|
+
|
|
34074
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
34075
|
+
transform: translateY(-100%);
|
|
34076
|
+
opacity: 0;
|
|
34077
|
+
position: absolute;
|
|
34078
|
+
}
|
|
34079
|
+
|
|
34080
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
34081
|
+
transform: translateY(0);
|
|
34082
|
+
opacity: 1;
|
|
34083
|
+
position: static;
|
|
34084
|
+
}
|
|
34085
|
+
|
|
34086
|
+
.E_c1kchka8 {
|
|
34087
|
+
height: 100%;
|
|
34088
|
+
width: 100%;
|
|
34089
|
+
display: flex;
|
|
34090
|
+
flex-direction: column;
|
|
34091
|
+
background: #fff;
|
|
34092
|
+
overflow: auto;
|
|
34093
|
+
}
|
|
34094
|
+
|
|
34095
|
+
.E_ctdb951 {
|
|
34096
|
+
display: flex;
|
|
34097
|
+
align-items: center;
|
|
34098
|
+
justify-content: space-between;
|
|
34099
|
+
padding: 0 12px 0 8px;
|
|
34100
|
+
height: 44px;
|
|
34101
34101
|
flex-shrink: 0;
|
|
34102
34102
|
}
|
|
34103
34103
|
|
|
@@ -34645,10 +34645,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34645
34645
|
padding: 0;
|
|
34646
34646
|
}
|
|
34647
34647
|
|
|
34648
|
-
.E_c1yd35n {
|
|
34649
|
-
padding: 0 12px 14px 12px;
|
|
34650
|
-
}
|
|
34651
|
-
|
|
34652
34648
|
.E_c1kghdax {
|
|
34653
34649
|
color: #2d3a56;
|
|
34654
34650
|
padding: 7px 12px;
|
|
@@ -34696,6 +34692,10 @@ input.E_rf8rlle.ant-input {
|
|
|
34696
34692
|
margin-right: 2px;
|
|
34697
34693
|
}
|
|
34698
34694
|
|
|
34695
|
+
.E_c1yd35n {
|
|
34696
|
+
padding: 0 12px 14px 12px;
|
|
34697
|
+
}
|
|
34698
|
+
|
|
34699
34699
|
.E_b14q2gmw {
|
|
34700
34700
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34701
34701
|
}
|
|
@@ -35350,228 +35350,460 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35350
35350
|
vertical-align: middle;
|
|
35351
35351
|
}
|
|
35352
35352
|
|
|
35353
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35354
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35355
|
-
font-weight: bold;
|
|
35356
|
-
font-size: 20px;
|
|
35357
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35353
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35354
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35355
|
+
font-weight: bold;
|
|
35356
|
+
font-size: 20px;
|
|
35357
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35358
|
+
}
|
|
35359
|
+
|
|
35360
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
35361
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
35362
|
+
z-index: 10;
|
|
35363
|
+
}
|
|
35364
|
+
|
|
35365
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35366
|
+
padding: 0 !important;
|
|
35367
|
+
position: relative;
|
|
35368
|
+
background: #fff;
|
|
35369
|
+
}
|
|
35370
|
+
|
|
35371
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35372
|
+
height: 100%;
|
|
35373
|
+
display: flex;
|
|
35374
|
+
align-items: center;
|
|
35375
|
+
justify-content: flex-end;
|
|
35376
|
+
padding-right: 8px;
|
|
35377
|
+
}
|
|
35378
|
+
|
|
35379
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35380
|
+
width: 24px;
|
|
35381
|
+
height: 24px;
|
|
35382
|
+
cursor: pointer;
|
|
35383
|
+
justify-content: center;
|
|
35384
|
+
border-radius: 4px;
|
|
35385
|
+
}
|
|
35386
|
+
|
|
35387
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35388
|
+
background: #fff;
|
|
35389
|
+
}
|
|
35390
|
+
|
|
35391
|
+
.E_ckui4s7 {
|
|
35392
|
+
color: #2d3a56;
|
|
35393
|
+
line-height: 22px;
|
|
35394
|
+
display: inline-flex;
|
|
35395
|
+
}
|
|
35396
|
+
|
|
35397
|
+
.E_ckui4s7 .ant-checkbox {
|
|
35398
|
+
height: 22px;
|
|
35399
|
+
display: flex;
|
|
35400
|
+
align-items: center;
|
|
35401
|
+
top: 0;
|
|
35402
|
+
}
|
|
35403
|
+
|
|
35404
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
35405
|
+
border: none;
|
|
35406
|
+
}
|
|
35407
|
+
|
|
35408
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
35409
|
+
border-color: #0080ff;
|
|
35410
|
+
}
|
|
35411
|
+
|
|
35412
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
35413
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
35414
|
+
}
|
|
35415
|
+
|
|
35416
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35417
|
+
border: 1px solid #0080ff;
|
|
35418
|
+
}
|
|
35419
|
+
|
|
35420
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35421
|
+
background: #0080ff;
|
|
35422
|
+
}
|
|
35423
|
+
|
|
35424
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35425
|
+
background-color: #fff;
|
|
35426
|
+
height: 2px;
|
|
35427
|
+
width: 10px;
|
|
35428
|
+
border-radius: 2px;
|
|
35429
|
+
}
|
|
35430
|
+
|
|
35431
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
35432
|
+
opacity: 0.5;
|
|
35433
|
+
}
|
|
35434
|
+
|
|
35435
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
35436
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35437
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
35438
|
+
}
|
|
35439
|
+
|
|
35440
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
35441
|
+
border-color: #2d3a56;
|
|
35442
|
+
}
|
|
35443
|
+
|
|
35444
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35445
|
+
background: #2d3a56;
|
|
35446
|
+
}
|
|
35447
|
+
|
|
35448
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
35449
|
+
padding: 0;
|
|
35450
|
+
}
|
|
35451
|
+
|
|
35452
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
35453
|
+
display: inline-block;
|
|
35454
|
+
margin-left: 12px;
|
|
35455
|
+
color: #2d3a56;
|
|
35456
|
+
}
|
|
35457
|
+
|
|
35458
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
35459
|
+
margin-left: 28px;
|
|
35460
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35461
|
+
}
|
|
35462
|
+
|
|
35463
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
35464
|
+
margin-left: 8px;
|
|
35465
|
+
}
|
|
35466
|
+
|
|
35467
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
35468
|
+
margin-left: 24px;
|
|
35469
|
+
}
|
|
35470
|
+
|
|
35471
|
+
.E_lht19u8 {
|
|
35472
|
+
width: 64px;
|
|
35473
|
+
height: 64px;
|
|
35474
|
+
display: flex;
|
|
35475
|
+
align-items: center;
|
|
35476
|
+
justify-content: center;
|
|
35477
|
+
position: relative;
|
|
35478
|
+
opacity: 0.2;
|
|
35479
|
+
}
|
|
35480
|
+
|
|
35481
|
+
.E_lk3gkp4 {
|
|
35482
|
+
position: absolute;
|
|
35483
|
+
width: 5px;
|
|
35484
|
+
height: 48px;
|
|
35485
|
+
left: 9.33px;
|
|
35486
|
+
top: 40.5px;
|
|
35487
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35488
|
+
border-radius: 5px;
|
|
35489
|
+
transform: rotate(-128deg);
|
|
35490
|
+
transform-origin: top left;
|
|
35491
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35492
|
+
}
|
|
35493
|
+
|
|
35494
|
+
.E_ll4n94n {
|
|
35495
|
+
position: absolute;
|
|
35496
|
+
width: 5px;
|
|
35497
|
+
height: 48px;
|
|
35498
|
+
left: 40.8px;
|
|
35499
|
+
top: 8.4px;
|
|
35500
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35501
|
+
border-radius: 5px;
|
|
35502
|
+
transform: rotate(-8deg);
|
|
35503
|
+
transform-origin: top left;
|
|
35504
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35505
|
+
}
|
|
35506
|
+
|
|
35507
|
+
.E_l17lbdo6 {
|
|
35508
|
+
position: absolute;
|
|
35509
|
+
width: 5px;
|
|
35510
|
+
height: 48px;
|
|
35511
|
+
left: 52.9px;
|
|
35512
|
+
top: 51.8px;
|
|
35513
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35514
|
+
border-radius: 5px;
|
|
35515
|
+
transform: rotate(112deg);
|
|
35516
|
+
transform-origin: top left;
|
|
35517
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35518
|
+
}
|
|
35519
|
+
|
|
35520
|
+
.E_w7ob4th.outside-tag {
|
|
35521
|
+
padding-left: 0;
|
|
35522
|
+
}
|
|
35523
|
+
|
|
35524
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35525
|
+
border-radius: 4px 0 0 4px;
|
|
35526
|
+
padding-right: 4px;
|
|
35527
|
+
margin-right: 4px;
|
|
35528
|
+
}
|
|
35529
|
+
|
|
35530
|
+
.E_slr2ynn {
|
|
35531
|
+
padding: 0 8px;
|
|
35532
|
+
height: 18px;
|
|
35533
|
+
}
|
|
35534
|
+
|
|
35535
|
+
.E_m140wbb6 {
|
|
35536
|
+
padding: 2px 8px;
|
|
35537
|
+
height: 24px;
|
|
35538
|
+
}
|
|
35539
|
+
|
|
35540
|
+
.E_t1fozc1i {
|
|
35541
|
+
margin: 0;
|
|
35542
|
+
}
|
|
35543
|
+
|
|
35544
|
+
.E_i1vxv4ln {
|
|
35545
|
+
margin-right: 4px;
|
|
35546
|
+
height: 16px;
|
|
35547
|
+
}
|
|
35548
|
+
|
|
35549
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35550
|
+
font-weight: 700;
|
|
35551
|
+
color: #00122e;
|
|
35552
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35553
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35554
|
+
word-break: break-all;
|
|
35555
|
+
display: inline;
|
|
35556
|
+
white-space: normal;
|
|
35557
|
+
}
|
|
35558
|
+
|
|
35559
|
+
.E_r77hffu {
|
|
35560
|
+
display: flex;
|
|
35561
|
+
align-items: center;
|
|
35562
|
+
justify-content: space-between;
|
|
35563
|
+
column-gap: 6px;
|
|
35564
|
+
}
|
|
35565
|
+
|
|
35566
|
+
.E_p1cmxsf7 {
|
|
35567
|
+
display: flex;
|
|
35568
|
+
flex-direction: column;
|
|
35569
|
+
justify-content: center;
|
|
35570
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35571
|
+
}
|
|
35572
|
+
|
|
35573
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35574
|
+
font-size: 0;
|
|
35575
|
+
}
|
|
35576
|
+
|
|
35577
|
+
.E_sjob3jg {
|
|
35578
|
+
--item-min-width: 60px;
|
|
35579
|
+
}
|
|
35580
|
+
|
|
35581
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35582
|
+
display: none !important;
|
|
35583
|
+
}
|
|
35584
|
+
|
|
35585
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35586
|
+
flex-shrink: 0 !important;
|
|
35587
|
+
}
|
|
35588
|
+
|
|
35589
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35590
|
+
color: #0080ff;
|
|
35591
|
+
}
|
|
35592
|
+
|
|
35593
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35594
|
+
color: #0080ff;
|
|
35595
|
+
font-weight: normal;
|
|
35596
|
+
}
|
|
35597
|
+
|
|
35598
|
+
.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 {
|
|
35599
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35600
|
+
}
|
|
35601
|
+
|
|
35602
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35603
|
+
color: #00122e;
|
|
35358
35604
|
}
|
|
35359
35605
|
|
|
35360
|
-
.
|
|
35361
|
-
|
|
35362
|
-
z-index: 10;
|
|
35606
|
+
.E_sjob3jg .step-item-text {
|
|
35607
|
+
display: inline-block;
|
|
35363
35608
|
}
|
|
35364
35609
|
|
|
35365
|
-
.
|
|
35366
|
-
|
|
35367
|
-
|
|
35368
|
-
|
|
35610
|
+
.E_sjob3jg .step-item-title {
|
|
35611
|
+
overflow: hidden;
|
|
35612
|
+
white-space: nowrap;
|
|
35613
|
+
text-overflow: ellipsis;
|
|
35369
35614
|
}
|
|
35370
35615
|
|
|
35371
|
-
.
|
|
35372
|
-
|
|
35373
|
-
display: flex;
|
|
35374
|
-
align-items: center;
|
|
35375
|
-
justify-content: flex-end;
|
|
35376
|
-
padding-right: 8px;
|
|
35616
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35617
|
+
min-width: var(--item-min-width);
|
|
35377
35618
|
}
|
|
35378
35619
|
|
|
35379
|
-
.
|
|
35380
|
-
|
|
35381
|
-
height: 24px;
|
|
35382
|
-
cursor: pointer;
|
|
35383
|
-
justify-content: center;
|
|
35384
|
-
border-radius: 4px;
|
|
35620
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35621
|
+
cursor: not-allowed !important;
|
|
35385
35622
|
}
|
|
35386
35623
|
|
|
35387
|
-
.
|
|
35388
|
-
|
|
35624
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35625
|
+
flex-direction: row;
|
|
35626
|
+
justify-content: stretch;
|
|
35389
35627
|
}
|
|
35390
35628
|
|
|
35391
|
-
.
|
|
35392
|
-
|
|
35393
|
-
|
|
35394
|
-
|
|
35395
|
-
|
|
35396
|
-
justify-content: center;
|
|
35397
|
-
position: relative;
|
|
35398
|
-
opacity: 0.2;
|
|
35629
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35630
|
+
padding: 0;
|
|
35631
|
+
margin-right: 4px;
|
|
35632
|
+
flex: 1;
|
|
35633
|
+
overflow: visible;
|
|
35399
35634
|
}
|
|
35400
35635
|
|
|
35401
|
-
.
|
|
35402
|
-
|
|
35403
|
-
|
|
35404
|
-
height: 48px;
|
|
35405
|
-
left: 9.33px;
|
|
35406
|
-
top: 40.5px;
|
|
35407
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35408
|
-
border-radius: 5px;
|
|
35409
|
-
transform: rotate(-128deg);
|
|
35410
|
-
transform-origin: top left;
|
|
35411
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35636
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35637
|
+
width: 100%;
|
|
35638
|
+
min-height: unset;
|
|
35412
35639
|
}
|
|
35413
35640
|
|
|
35414
|
-
.
|
|
35415
|
-
|
|
35416
|
-
|
|
35417
|
-
|
|
35418
|
-
|
|
35419
|
-
|
|
35420
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35421
|
-
border-radius: 5px;
|
|
35422
|
-
transform: rotate(-8deg);
|
|
35423
|
-
transform-origin: top left;
|
|
35424
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35641
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35642
|
+
height: 26px;
|
|
35643
|
+
line-height: 26px;
|
|
35644
|
+
width: 100%;
|
|
35645
|
+
padding: 0;
|
|
35646
|
+
font-size: 12px;
|
|
35425
35647
|
}
|
|
35426
35648
|
|
|
35427
|
-
.
|
|
35428
|
-
|
|
35429
|
-
width: 5px;
|
|
35430
|
-
height: 48px;
|
|
35431
|
-
left: 52.9px;
|
|
35432
|
-
top: 51.8px;
|
|
35433
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35434
|
-
border-radius: 5px;
|
|
35435
|
-
transform: rotate(112deg);
|
|
35436
|
-
transform-origin: top left;
|
|
35437
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35649
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35650
|
+
margin-right: 10px;
|
|
35438
35651
|
}
|
|
35439
35652
|
|
|
35440
|
-
.
|
|
35441
|
-
|
|
35442
|
-
line-height: 22px;
|
|
35443
|
-
display: inline-flex;
|
|
35653
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35654
|
+
display: none;
|
|
35444
35655
|
}
|
|
35445
35656
|
|
|
35446
|
-
.
|
|
35447
|
-
|
|
35448
|
-
|
|
35449
|
-
|
|
35450
|
-
top: 0;
|
|
35657
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35658
|
+
padding-left: 8px;
|
|
35659
|
+
padding-right: 4px;
|
|
35660
|
+
border-radius: 4px 0 0 4px;
|
|
35451
35661
|
}
|
|
35452
35662
|
|
|
35453
|
-
.
|
|
35454
|
-
|
|
35663
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35664
|
+
margin-right: 0;
|
|
35455
35665
|
}
|
|
35456
35666
|
|
|
35457
|
-
.
|
|
35458
|
-
|
|
35667
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35668
|
+
padding-right: 8px;
|
|
35669
|
+
padding-left: 12px;
|
|
35670
|
+
border-radius: 0 4px 4px 0;
|
|
35459
35671
|
}
|
|
35460
35672
|
|
|
35461
|
-
.
|
|
35462
|
-
|
|
35673
|
+
.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 {
|
|
35674
|
+
content: "";
|
|
35675
|
+
width: 0;
|
|
35676
|
+
height: 0;
|
|
35677
|
+
border: 13px solid transparent;
|
|
35678
|
+
position: absolute;
|
|
35679
|
+
top: 0;
|
|
35680
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35681
|
+
z-index: 2;
|
|
35682
|
+
position: relative;
|
|
35683
|
+
top: -50%;
|
|
35684
|
+
right: -100%;
|
|
35463
35685
|
}
|
|
35464
35686
|
|
|
35465
|
-
.
|
|
35466
|
-
|
|
35687
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35688
|
+
padding: 0 4px 0 12px;
|
|
35467
35689
|
}
|
|
35468
35690
|
|
|
35469
|
-
.
|
|
35470
|
-
|
|
35691
|
+
.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 {
|
|
35692
|
+
content: "";
|
|
35693
|
+
width: 0;
|
|
35694
|
+
height: 0;
|
|
35695
|
+
border: 13px solid transparent;
|
|
35696
|
+
position: absolute;
|
|
35697
|
+
top: 0;
|
|
35698
|
+
border-left: 8px solid #fff;
|
|
35699
|
+
left: 0;
|
|
35471
35700
|
}
|
|
35472
35701
|
|
|
35473
|
-
.
|
|
35474
|
-
|
|
35475
|
-
height: 2px;
|
|
35476
|
-
width: 10px;
|
|
35477
|
-
border-radius: 2px;
|
|
35702
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35703
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35478
35704
|
}
|
|
35479
35705
|
|
|
35480
|
-
.
|
|
35481
|
-
|
|
35706
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35707
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35482
35708
|
}
|
|
35483
35709
|
|
|
35484
|
-
.
|
|
35485
|
-
|
|
35486
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
35710
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35711
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35487
35712
|
}
|
|
35488
35713
|
|
|
35489
|
-
.
|
|
35490
|
-
|
|
35714
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35715
|
+
cursor: pointer;
|
|
35716
|
+
min-width: var(--item-min-width);
|
|
35491
35717
|
}
|
|
35492
35718
|
|
|
35493
|
-
.
|
|
35494
|
-
|
|
35719
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35720
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35721
|
+
min-width: var(--item-min-width);
|
|
35495
35722
|
}
|
|
35496
35723
|
|
|
35497
|
-
.
|
|
35498
|
-
|
|
35724
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35725
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35726
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35499
35727
|
}
|
|
35500
35728
|
|
|
35501
|
-
.
|
|
35502
|
-
|
|
35503
|
-
margin-left: 12px;
|
|
35504
|
-
color: #2d3a56;
|
|
35729
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35730
|
+
padding: 0;
|
|
35505
35731
|
}
|
|
35506
35732
|
|
|
35507
|
-
.
|
|
35508
|
-
|
|
35509
|
-
|
|
35733
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35734
|
+
width: 192px;
|
|
35735
|
+
row-gap: 2px;
|
|
35510
35736
|
}
|
|
35511
35737
|
|
|
35512
|
-
.
|
|
35513
|
-
|
|
35738
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35739
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35514
35740
|
}
|
|
35515
35741
|
|
|
35516
|
-
.
|
|
35517
|
-
|
|
35742
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35743
|
+
color: #00122e !important;
|
|
35518
35744
|
}
|
|
35519
35745
|
|
|
35520
|
-
.
|
|
35521
|
-
|
|
35746
|
+
.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 {
|
|
35747
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35522
35748
|
}
|
|
35523
35749
|
|
|
35524
|
-
.
|
|
35525
|
-
|
|
35526
|
-
|
|
35527
|
-
|
|
35750
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35751
|
+
padding: 0 8px;
|
|
35752
|
+
border-radius: 4px;
|
|
35753
|
+
height: 32px;
|
|
35754
|
+
display: flex;
|
|
35755
|
+
align-items: center;
|
|
35528
35756
|
}
|
|
35529
35757
|
|
|
35530
|
-
.
|
|
35531
|
-
|
|
35532
|
-
|
|
35758
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35759
|
+
min-height: auto;
|
|
35760
|
+
white-space: nowrap;
|
|
35533
35761
|
}
|
|
35534
35762
|
|
|
35535
|
-
.
|
|
35536
|
-
|
|
35537
|
-
height:
|
|
35763
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35764
|
+
font-size: 13px;
|
|
35765
|
+
line-height: 20px;
|
|
35766
|
+
max-width: 100%;
|
|
35767
|
+
padding-right: 0;
|
|
35538
35768
|
}
|
|
35539
35769
|
|
|
35540
|
-
.
|
|
35541
|
-
|
|
35770
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35771
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35542
35772
|
}
|
|
35543
35773
|
|
|
35544
|
-
.
|
|
35545
|
-
|
|
35546
|
-
|
|
35774
|
+
.E_h6l1tj4 {
|
|
35775
|
+
width: 100%;
|
|
35776
|
+
display: inline-flex;
|
|
35777
|
+
align-items: center;
|
|
35778
|
+
justify-content: center;
|
|
35779
|
+
column-gap: 4px;
|
|
35547
35780
|
}
|
|
35548
35781
|
|
|
35549
|
-
.
|
|
35550
|
-
|
|
35551
|
-
|
|
35552
|
-
|
|
35553
|
-
|
|
35554
|
-
|
|
35555
|
-
|
|
35556
|
-
white-space: normal;
|
|
35782
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
35783
|
+
display: inline-flex;
|
|
35784
|
+
align-items: center;
|
|
35785
|
+
width: 18px;
|
|
35786
|
+
height: 18px;
|
|
35787
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35788
|
+
justify-content: center;
|
|
35557
35789
|
}
|
|
35558
35790
|
|
|
35559
|
-
.
|
|
35791
|
+
.E_v18frne8 {
|
|
35792
|
+
width: 100%;
|
|
35560
35793
|
display: flex;
|
|
35561
35794
|
align-items: center;
|
|
35562
|
-
justify-content:
|
|
35795
|
+
justify-content: center;
|
|
35563
35796
|
column-gap: 6px;
|
|
35797
|
+
font-size: 13px;
|
|
35564
35798
|
}
|
|
35565
35799
|
|
|
35566
|
-
.
|
|
35567
|
-
display: flex;
|
|
35568
|
-
|
|
35800
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
35801
|
+
display: inline-flex;
|
|
35802
|
+
align-items: center;
|
|
35803
|
+
min-width: 20px;
|
|
35804
|
+
min-height: 20px;
|
|
35805
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35569
35806
|
justify-content: center;
|
|
35570
|
-
row-gap: var(--p1cmxsf7-0);
|
|
35571
|
-
}
|
|
35572
|
-
|
|
35573
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
35574
|
-
font-size: 0;
|
|
35575
35807
|
}
|
|
35576
35808
|
|
|
35577
35809
|
.E_t1dtlqs1 {
|
|
@@ -35812,238 +36044,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35812
36044
|
height: 16px;
|
|
35813
36045
|
}
|
|
35814
36046
|
|
|
35815
|
-
.E_sjob3jg {
|
|
35816
|
-
--item-min-width: 60px;
|
|
35817
|
-
}
|
|
35818
|
-
|
|
35819
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35820
|
-
display: none !important;
|
|
35821
|
-
}
|
|
35822
|
-
|
|
35823
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35824
|
-
flex-shrink: 0 !important;
|
|
35825
|
-
}
|
|
35826
|
-
|
|
35827
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35828
|
-
color: #0080ff;
|
|
35829
|
-
}
|
|
35830
|
-
|
|
35831
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35832
|
-
color: #0080ff;
|
|
35833
|
-
font-weight: normal;
|
|
35834
|
-
}
|
|
35835
|
-
|
|
35836
|
-
.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 {
|
|
35837
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35838
|
-
}
|
|
35839
|
-
|
|
35840
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35841
|
-
color: #00122e;
|
|
35842
|
-
}
|
|
35843
|
-
|
|
35844
|
-
.E_sjob3jg .step-item-text {
|
|
35845
|
-
display: inline-block;
|
|
35846
|
-
}
|
|
35847
|
-
|
|
35848
|
-
.E_sjob3jg .step-item-title {
|
|
35849
|
-
overflow: hidden;
|
|
35850
|
-
white-space: nowrap;
|
|
35851
|
-
text-overflow: ellipsis;
|
|
35852
|
-
}
|
|
35853
|
-
|
|
35854
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
35855
|
-
min-width: var(--item-min-width);
|
|
35856
|
-
}
|
|
35857
|
-
|
|
35858
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35859
|
-
cursor: not-allowed !important;
|
|
35860
|
-
}
|
|
35861
|
-
|
|
35862
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35863
|
-
flex-direction: row;
|
|
35864
|
-
justify-content: stretch;
|
|
35865
|
-
}
|
|
35866
|
-
|
|
35867
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35868
|
-
padding: 0;
|
|
35869
|
-
margin-right: 4px;
|
|
35870
|
-
flex: 1;
|
|
35871
|
-
overflow: visible;
|
|
35872
|
-
}
|
|
35873
|
-
|
|
35874
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35875
|
-
width: 100%;
|
|
35876
|
-
min-height: unset;
|
|
35877
|
-
}
|
|
35878
|
-
|
|
35879
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35880
|
-
height: 26px;
|
|
35881
|
-
line-height: 26px;
|
|
35882
|
-
width: 100%;
|
|
35883
|
-
padding: 0;
|
|
35884
|
-
font-size: 12px;
|
|
35885
|
-
}
|
|
35886
|
-
|
|
35887
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35888
|
-
margin-right: 10px;
|
|
35889
|
-
}
|
|
35890
|
-
|
|
35891
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35892
|
-
display: none;
|
|
35893
|
-
}
|
|
35894
|
-
|
|
35895
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35896
|
-
padding-left: 8px;
|
|
35897
|
-
padding-right: 4px;
|
|
35898
|
-
border-radius: 4px 0 0 4px;
|
|
35899
|
-
}
|
|
35900
|
-
|
|
35901
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35902
|
-
margin-right: 0;
|
|
35903
|
-
}
|
|
35904
|
-
|
|
35905
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35906
|
-
padding-right: 8px;
|
|
35907
|
-
padding-left: 12px;
|
|
35908
|
-
border-radius: 0 4px 4px 0;
|
|
35909
|
-
}
|
|
35910
|
-
|
|
35911
|
-
.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 {
|
|
35912
|
-
content: "";
|
|
35913
|
-
width: 0;
|
|
35914
|
-
height: 0;
|
|
35915
|
-
border: 13px solid transparent;
|
|
35916
|
-
position: absolute;
|
|
35917
|
-
top: 0;
|
|
35918
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35919
|
-
z-index: 2;
|
|
35920
|
-
position: relative;
|
|
35921
|
-
top: -50%;
|
|
35922
|
-
right: -100%;
|
|
35923
|
-
}
|
|
35924
|
-
|
|
35925
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35926
|
-
padding: 0 4px 0 12px;
|
|
35927
|
-
}
|
|
35928
|
-
|
|
35929
|
-
.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 {
|
|
35930
|
-
content: "";
|
|
35931
|
-
width: 0;
|
|
35932
|
-
height: 0;
|
|
35933
|
-
border: 13px solid transparent;
|
|
35934
|
-
position: absolute;
|
|
35935
|
-
top: 0;
|
|
35936
|
-
border-left: 8px solid #fff;
|
|
35937
|
-
left: 0;
|
|
35938
|
-
}
|
|
35939
|
-
|
|
35940
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35941
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35942
|
-
}
|
|
35943
|
-
|
|
35944
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35945
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35946
|
-
}
|
|
35947
|
-
|
|
35948
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35949
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35950
|
-
}
|
|
35951
|
-
|
|
35952
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35953
|
-
cursor: pointer;
|
|
35954
|
-
min-width: var(--item-min-width);
|
|
35955
|
-
}
|
|
35956
|
-
|
|
35957
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35958
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35959
|
-
min-width: var(--item-min-width);
|
|
35960
|
-
}
|
|
35961
|
-
|
|
35962
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35963
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35964
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35965
|
-
}
|
|
35966
|
-
|
|
35967
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35968
|
-
padding: 0;
|
|
35969
|
-
}
|
|
35970
|
-
|
|
35971
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35972
|
-
width: 192px;
|
|
35973
|
-
row-gap: 2px;
|
|
35974
|
-
}
|
|
35975
|
-
|
|
35976
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35977
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35978
|
-
}
|
|
35979
|
-
|
|
35980
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35981
|
-
color: #00122e !important;
|
|
35982
|
-
}
|
|
35983
|
-
|
|
35984
|
-
.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 {
|
|
35985
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35986
|
-
}
|
|
35987
|
-
|
|
35988
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35989
|
-
padding: 0 8px;
|
|
35990
|
-
border-radius: 4px;
|
|
35991
|
-
height: 32px;
|
|
35992
|
-
display: flex;
|
|
35993
|
-
align-items: center;
|
|
35994
|
-
}
|
|
35995
|
-
|
|
35996
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35997
|
-
min-height: auto;
|
|
35998
|
-
white-space: nowrap;
|
|
35999
|
-
}
|
|
36000
|
-
|
|
36001
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
36002
|
-
font-size: 13px;
|
|
36003
|
-
line-height: 20px;
|
|
36004
|
-
max-width: 100%;
|
|
36005
|
-
padding-right: 0;
|
|
36006
|
-
}
|
|
36007
|
-
|
|
36008
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
36009
|
-
background: rgba(0, 128, 255, 0.1);
|
|
36010
|
-
}
|
|
36011
|
-
|
|
36012
|
-
.E_h6l1tj4 {
|
|
36013
|
-
width: 100%;
|
|
36014
|
-
display: inline-flex;
|
|
36015
|
-
align-items: center;
|
|
36016
|
-
justify-content: center;
|
|
36017
|
-
column-gap: 4px;
|
|
36018
|
-
}
|
|
36019
|
-
|
|
36020
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
36021
|
-
display: inline-flex;
|
|
36022
|
-
align-items: center;
|
|
36023
|
-
width: 18px;
|
|
36024
|
-
height: 18px;
|
|
36025
|
-
color: rgba(44, 56, 82, 0.75);
|
|
36026
|
-
justify-content: center;
|
|
36027
|
-
}
|
|
36028
|
-
|
|
36029
|
-
.E_v18frne8 {
|
|
36030
|
-
width: 100%;
|
|
36031
|
-
display: flex;
|
|
36032
|
-
align-items: center;
|
|
36033
|
-
justify-content: center;
|
|
36034
|
-
column-gap: 6px;
|
|
36035
|
-
font-size: 13px;
|
|
36036
|
-
}
|
|
36037
|
-
|
|
36038
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
36039
|
-
display: inline-flex;
|
|
36040
|
-
align-items: center;
|
|
36041
|
-
min-width: 20px;
|
|
36042
|
-
min-height: 20px;
|
|
36043
|
-
color: rgba(44, 56, 82, 0.75);
|
|
36044
|
-
justify-content: center;
|
|
36045
|
-
}
|
|
36046
|
-
|
|
36047
36047
|
.E_t13ef470 {
|
|
36048
36048
|
height: 100%;
|
|
36049
36049
|
}
|