@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/style.css
CHANGED
|
@@ -28425,7 +28425,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28425
28425
|
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item,
|
|
28426
28426
|
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
|
|
28427
28427
|
display: flex;
|
|
28428
|
-
padding: 4px
|
|
28428
|
+
padding: 4px 4px 4px 8px;
|
|
28429
28429
|
font-family: Inter;
|
|
28430
28430
|
font-style: normal;
|
|
28431
28431
|
font-weight: normal;
|
|
@@ -29560,6 +29560,94 @@ html body {
|
|
|
29560
29560
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29561
29561
|
}
|
|
29562
29562
|
}
|
|
29563
|
+
.E_skwah65 {
|
|
29564
|
+
height: 8px;
|
|
29565
|
+
box-sizing: border-box;
|
|
29566
|
+
border-radius: 2px;
|
|
29567
|
+
background: #f5f7fa;
|
|
29568
|
+
display: flex;
|
|
29569
|
+
width: 100%;
|
|
29570
|
+
overflow: hidden;
|
|
29571
|
+
}
|
|
29572
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29573
|
+
margin-left: 1px;
|
|
29574
|
+
}
|
|
29575
|
+
|
|
29576
|
+
.E_s1ebs0ra {
|
|
29577
|
+
display: flex;
|
|
29578
|
+
align-items: center;
|
|
29579
|
+
justify-content: space-between;
|
|
29580
|
+
background: #edf0f7;
|
|
29581
|
+
padding: 8px 12px;
|
|
29582
|
+
position: sticky;
|
|
29583
|
+
top: 0;
|
|
29584
|
+
z-index: 1;
|
|
29585
|
+
margin-bottom: -52px;
|
|
29586
|
+
}
|
|
29587
|
+
.E_s1ebs0ra .select-total {
|
|
29588
|
+
display: flex;
|
|
29589
|
+
align-items: center;
|
|
29590
|
+
font-weight: 700;
|
|
29591
|
+
flex-shrink: 0;
|
|
29592
|
+
}
|
|
29593
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29594
|
+
cursor: pointer;
|
|
29595
|
+
margin-left: 8px;
|
|
29596
|
+
width: 32px;
|
|
29597
|
+
height: 32px;
|
|
29598
|
+
border-radius: 50%;
|
|
29599
|
+
justify-content: center;
|
|
29600
|
+
}
|
|
29601
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29602
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29603
|
+
}
|
|
29604
|
+
.E_s1ebs0ra .action-group {
|
|
29605
|
+
flex: 1;
|
|
29606
|
+
margin-left: 88px;
|
|
29607
|
+
white-space: nowrap;
|
|
29608
|
+
text-align: right;
|
|
29609
|
+
position: relative;
|
|
29610
|
+
padding: 4px 0;
|
|
29611
|
+
margin-top: -4px;
|
|
29612
|
+
overflow: hidden;
|
|
29613
|
+
}
|
|
29614
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29615
|
+
transform: translateY(-4px);
|
|
29616
|
+
}
|
|
29617
|
+
.E_s1ebs0ra .action-group button {
|
|
29618
|
+
border: none;
|
|
29619
|
+
}
|
|
29620
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29621
|
+
margin-right: 8px;
|
|
29622
|
+
}
|
|
29623
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29624
|
+
margin-right: 4px;
|
|
29625
|
+
}
|
|
29626
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29627
|
+
cursor: pointer;
|
|
29628
|
+
width: 32px;
|
|
29629
|
+
height: 32px;
|
|
29630
|
+
justify-content: center;
|
|
29631
|
+
border-radius: 50%;
|
|
29632
|
+
}
|
|
29633
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29634
|
+
background: #fff;
|
|
29635
|
+
}
|
|
29636
|
+
|
|
29637
|
+
.E_gmyahx3 {
|
|
29638
|
+
cursor: pointer;
|
|
29639
|
+
}
|
|
29640
|
+
.E_gmyahx3 .link-text {
|
|
29641
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29642
|
+
}
|
|
29643
|
+
.E_gmyahx3:hover .link-text {
|
|
29644
|
+
color: #0080ff;
|
|
29645
|
+
}
|
|
29646
|
+
|
|
29647
|
+
span.E_tqjc4ui {
|
|
29648
|
+
margin: 0 2px;
|
|
29649
|
+
}
|
|
29650
|
+
|
|
29563
29651
|
.E_c18bcrac {
|
|
29564
29652
|
display: inline-block;
|
|
29565
29653
|
width: 100%;
|
|
@@ -29607,17 +29695,50 @@ html body {
|
|
|
29607
29695
|
margin-right: 4px;
|
|
29608
29696
|
}
|
|
29609
29697
|
|
|
29610
|
-
.
|
|
29611
|
-
height: 8px;
|
|
29612
|
-
box-sizing: border-box;
|
|
29613
|
-
border-radius: 2px;
|
|
29614
|
-
background: #f5f7fa;
|
|
29698
|
+
.E_n12mqh7z {
|
|
29615
29699
|
display: flex;
|
|
29616
|
-
|
|
29700
|
+
align-items: center;
|
|
29701
|
+
font-size: 12px;
|
|
29702
|
+
line-height: 18px;
|
|
29703
|
+
}
|
|
29704
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29705
|
+
margin-bottom: 4px;
|
|
29706
|
+
}
|
|
29707
|
+
|
|
29708
|
+
.E_tf5bynu {
|
|
29709
|
+
margin: 0 3px;
|
|
29710
|
+
}
|
|
29711
|
+
|
|
29712
|
+
.E_tcckoz1 {
|
|
29713
|
+
max-height: 400px;
|
|
29714
|
+
overflow: auto;
|
|
29715
|
+
}
|
|
29716
|
+
|
|
29717
|
+
.E_ou7iq30 {
|
|
29617
29718
|
overflow: hidden;
|
|
29719
|
+
text-overflow: ellipsis;
|
|
29618
29720
|
}
|
|
29619
|
-
|
|
29620
|
-
|
|
29721
|
+
|
|
29722
|
+
.E_s1tui002 {
|
|
29723
|
+
white-space: nowrap;
|
|
29724
|
+
}
|
|
29725
|
+
|
|
29726
|
+
.E_mxrc2zg {
|
|
29727
|
+
display: -webkit-box;
|
|
29728
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29729
|
+
-webkit-box-orient: vertical;
|
|
29730
|
+
word-break: break-all;
|
|
29731
|
+
}
|
|
29732
|
+
|
|
29733
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29734
|
+
display: none;
|
|
29735
|
+
}
|
|
29736
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29737
|
+
background: rgba(23, 38, 64, 0.8);
|
|
29738
|
+
border-radius: 4px;
|
|
29739
|
+
}
|
|
29740
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29741
|
+
visibility: hidden;
|
|
29621
29742
|
}
|
|
29622
29743
|
|
|
29623
29744
|
.E_clm1wy1 {
|
|
@@ -29713,195 +29834,74 @@ html body {
|
|
|
29713
29834
|
border-radius: 2px;
|
|
29714
29835
|
}
|
|
29715
29836
|
|
|
29716
|
-
.
|
|
29717
|
-
|
|
29718
|
-
text-overflow: ellipsis;
|
|
29719
|
-
}
|
|
29720
|
-
|
|
29721
|
-
.E_s1tui002 {
|
|
29722
|
-
white-space: nowrap;
|
|
29723
|
-
}
|
|
29724
|
-
|
|
29725
|
-
.E_mxrc2zg {
|
|
29726
|
-
display: -webkit-box;
|
|
29727
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29728
|
-
-webkit-box-orient: vertical;
|
|
29729
|
-
word-break: break-all;
|
|
29837
|
+
.E_c1up1pdz {
|
|
29838
|
+
width: 648px;
|
|
29730
29839
|
}
|
|
29731
|
-
|
|
29732
|
-
|
|
29733
|
-
display: none;
|
|
29840
|
+
.E_c1up1pdz.active {
|
|
29841
|
+
border-color: #0080ff;
|
|
29734
29842
|
}
|
|
29735
|
-
.
|
|
29736
|
-
background: rgba(
|
|
29737
|
-
border-radius: 4px;
|
|
29843
|
+
.E_c1up1pdz.active > header {
|
|
29844
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29738
29845
|
}
|
|
29739
|
-
.
|
|
29740
|
-
|
|
29846
|
+
.E_c1up1pdz .expand {
|
|
29847
|
+
padding: 12px;
|
|
29741
29848
|
}
|
|
29742
|
-
|
|
29743
|
-
.E_n12mqh7z {
|
|
29849
|
+
.E_c1up1pdz .field-item {
|
|
29744
29850
|
display: flex;
|
|
29745
|
-
|
|
29746
|
-
|
|
29747
|
-
line-height: 18px;
|
|
29851
|
+
padding: 10px 0;
|
|
29852
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29748
29853
|
}
|
|
29749
|
-
.
|
|
29750
|
-
|
|
29854
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29855
|
+
border-bottom: none;
|
|
29856
|
+
padding-bottom: 0;
|
|
29751
29857
|
}
|
|
29752
|
-
|
|
29753
|
-
|
|
29754
|
-
|
|
29858
|
+
.E_c1up1pdz .field-item label {
|
|
29859
|
+
line-height: 32px;
|
|
29860
|
+
width: 100px;
|
|
29861
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29755
29862
|
}
|
|
29756
|
-
|
|
29757
|
-
.
|
|
29758
|
-
|
|
29759
|
-
|
|
29863
|
+
.E_c1up1pdz .help {
|
|
29864
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29865
|
+
margin-top: 5px;
|
|
29866
|
+
}
|
|
29867
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29868
|
+
.E_c1up1pdz .ant-picker {
|
|
29869
|
+
width: 128px;
|
|
29760
29870
|
}
|
|
29761
29871
|
|
|
29762
|
-
.
|
|
29872
|
+
.E_c156wh19 {
|
|
29763
29873
|
display: flex;
|
|
29764
29874
|
align-items: center;
|
|
29765
29875
|
justify-content: space-between;
|
|
29766
|
-
|
|
29767
|
-
padding: 8px 12px;
|
|
29768
|
-
position: sticky;
|
|
29769
|
-
top: 0;
|
|
29770
|
-
z-index: 1;
|
|
29771
|
-
margin-bottom: -52px;
|
|
29772
|
-
}
|
|
29773
|
-
.E_s1ebs0ra .select-total {
|
|
29774
|
-
display: flex;
|
|
29775
|
-
align-items: center;
|
|
29776
|
-
font-weight: 700;
|
|
29777
|
-
flex-shrink: 0;
|
|
29876
|
+
word-break: keep-all;
|
|
29778
29877
|
}
|
|
29779
|
-
.
|
|
29780
|
-
|
|
29781
|
-
margin-left: 8px;
|
|
29782
|
-
width: 32px;
|
|
29783
|
-
height: 32px;
|
|
29784
|
-
border-radius: 50%;
|
|
29785
|
-
justify-content: center;
|
|
29878
|
+
.E_c156wh19 .title {
|
|
29879
|
+
margin: 0 16px 0 8px;
|
|
29786
29880
|
}
|
|
29787
|
-
.
|
|
29788
|
-
|
|
29881
|
+
.E_c156wh19 .retain {
|
|
29882
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29789
29883
|
}
|
|
29790
|
-
.
|
|
29884
|
+
.E_c156wh19 div.left {
|
|
29791
29885
|
flex: 1;
|
|
29792
|
-
|
|
29793
|
-
white-space: nowrap;
|
|
29794
|
-
text-align: right;
|
|
29795
|
-
position: relative;
|
|
29796
|
-
padding: 4px 0;
|
|
29797
|
-
margin-top: -4px;
|
|
29886
|
+
display: flex;
|
|
29798
29887
|
overflow: hidden;
|
|
29888
|
+
align-items: center;
|
|
29889
|
+
justify-content: flex-start;
|
|
29890
|
+
white-space: nowrap;
|
|
29799
29891
|
}
|
|
29800
|
-
.
|
|
29801
|
-
|
|
29892
|
+
.E_c156wh19 div.left .title {
|
|
29893
|
+
max-width: 100%;
|
|
29894
|
+
overflow: hidden;
|
|
29895
|
+
text-overflow: ellipsis;
|
|
29802
29896
|
}
|
|
29803
|
-
.
|
|
29804
|
-
|
|
29897
|
+
.E_c156wh19 div.right {
|
|
29898
|
+
display: flex;
|
|
29899
|
+
align-items: center;
|
|
29805
29900
|
}
|
|
29806
|
-
.
|
|
29807
|
-
|
|
29808
|
-
|
|
29809
|
-
|
|
29810
|
-
margin-right: 4px;
|
|
29811
|
-
}
|
|
29812
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29813
|
-
cursor: pointer;
|
|
29814
|
-
width: 32px;
|
|
29815
|
-
height: 32px;
|
|
29816
|
-
justify-content: center;
|
|
29817
|
-
border-radius: 50%;
|
|
29818
|
-
}
|
|
29819
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29820
|
-
background: #fff;
|
|
29821
|
-
}
|
|
29822
|
-
|
|
29823
|
-
.E_gmyahx3 {
|
|
29824
|
-
cursor: pointer;
|
|
29825
|
-
}
|
|
29826
|
-
.E_gmyahx3 .link-text {
|
|
29827
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29828
|
-
}
|
|
29829
|
-
.E_gmyahx3:hover .link-text {
|
|
29830
|
-
color: #0080ff;
|
|
29831
|
-
}
|
|
29832
|
-
|
|
29833
|
-
span.E_tqjc4ui {
|
|
29834
|
-
margin: 0 2px;
|
|
29835
|
-
}
|
|
29836
|
-
|
|
29837
|
-
.E_c1up1pdz {
|
|
29838
|
-
width: 648px;
|
|
29839
|
-
}
|
|
29840
|
-
.E_c1up1pdz.active {
|
|
29841
|
-
border-color: #0080ff;
|
|
29842
|
-
}
|
|
29843
|
-
.E_c1up1pdz.active > header {
|
|
29844
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29845
|
-
}
|
|
29846
|
-
.E_c1up1pdz .expand {
|
|
29847
|
-
padding: 12px;
|
|
29848
|
-
}
|
|
29849
|
-
.E_c1up1pdz .field-item {
|
|
29850
|
-
display: flex;
|
|
29851
|
-
padding: 10px 0;
|
|
29852
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29853
|
-
}
|
|
29854
|
-
.E_c1up1pdz .field-item:last-child {
|
|
29855
|
-
border-bottom: none;
|
|
29856
|
-
padding-bottom: 0;
|
|
29857
|
-
}
|
|
29858
|
-
.E_c1up1pdz .field-item label {
|
|
29859
|
-
line-height: 32px;
|
|
29860
|
-
width: 100px;
|
|
29861
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29862
|
-
}
|
|
29863
|
-
.E_c1up1pdz .help {
|
|
29864
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29865
|
-
margin-top: 5px;
|
|
29866
|
-
}
|
|
29867
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29868
|
-
.E_c1up1pdz .ant-picker {
|
|
29869
|
-
width: 128px;
|
|
29870
|
-
}
|
|
29871
|
-
|
|
29872
|
-
.E_c156wh19 {
|
|
29873
|
-
display: flex;
|
|
29874
|
-
align-items: center;
|
|
29875
|
-
justify-content: space-between;
|
|
29876
|
-
word-break: keep-all;
|
|
29877
|
-
}
|
|
29878
|
-
.E_c156wh19 .title {
|
|
29879
|
-
margin: 0 16px 0 8px;
|
|
29880
|
-
}
|
|
29881
|
-
.E_c156wh19 .retain {
|
|
29882
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29883
|
-
}
|
|
29884
|
-
.E_c156wh19 div.left {
|
|
29885
|
-
flex: 1;
|
|
29886
|
-
display: flex;
|
|
29887
|
-
overflow: hidden;
|
|
29888
|
-
align-items: center;
|
|
29889
|
-
justify-content: flex-start;
|
|
29890
|
-
white-space: nowrap;
|
|
29891
|
-
}
|
|
29892
|
-
.E_c156wh19 div.left .title {
|
|
29893
|
-
max-width: 100%;
|
|
29894
|
-
overflow: hidden;
|
|
29895
|
-
text-overflow: ellipsis;
|
|
29896
|
-
}
|
|
29897
|
-
.E_c156wh19 div.right {
|
|
29898
|
-
display: flex;
|
|
29899
|
-
align-items: center;
|
|
29900
|
-
}
|
|
29901
|
-
.E_c156wh19 .reverse {
|
|
29902
|
-
display: flex;
|
|
29903
|
-
flex-direction: row-reverse;
|
|
29904
|
-
align-items: center;
|
|
29901
|
+
.E_c156wh19 .reverse {
|
|
29902
|
+
display: flex;
|
|
29903
|
+
flex-direction: row-reverse;
|
|
29904
|
+
align-items: center;
|
|
29905
29905
|
}
|
|
29906
29906
|
.E_c156wh19 .reverse .ant-switch {
|
|
29907
29907
|
margin-left: 8px;
|
|
@@ -30087,27 +30087,12 @@ span.E_tqjc4ui {
|
|
|
30087
30087
|
text-align: left;
|
|
30088
30088
|
}
|
|
30089
30089
|
|
|
30090
|
-
.
|
|
30091
|
-
display: flex;
|
|
30092
|
-
align-items: center;
|
|
30093
|
-
justify-content: flex-end;
|
|
30094
|
-
}
|
|
30095
|
-
|
|
30096
|
-
.E_b1ctd5xy {
|
|
30090
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30097
30091
|
display: flex;
|
|
30098
30092
|
align-items: center;
|
|
30099
|
-
width: calc(100% - 40px);
|
|
30100
|
-
}
|
|
30101
|
-
.E_b1ctd5xy .chart {
|
|
30102
|
-
display: inline-block;
|
|
30103
|
-
width: 100%;
|
|
30104
|
-
}
|
|
30105
|
-
|
|
30106
|
-
.E_u1p8acpn {
|
|
30107
|
-
min-width: 40px;
|
|
30108
30093
|
}
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30094
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30095
|
+
margin-right: 8px;
|
|
30111
30096
|
}
|
|
30112
30097
|
|
|
30113
30098
|
.E_c18gxmrl {
|
|
@@ -30236,6 +30221,71 @@ span.E_tqjc4ui {
|
|
|
30236
30221
|
color: #005ed1;
|
|
30237
30222
|
}
|
|
30238
30223
|
|
|
30224
|
+
.E_wg1tsps {
|
|
30225
|
+
display: flex;
|
|
30226
|
+
align-items: center;
|
|
30227
|
+
justify-content: flex-end;
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.E_b1ctd5xy {
|
|
30231
|
+
display: flex;
|
|
30232
|
+
align-items: center;
|
|
30233
|
+
width: calc(100% - 40px);
|
|
30234
|
+
}
|
|
30235
|
+
.E_b1ctd5xy .chart {
|
|
30236
|
+
display: inline-block;
|
|
30237
|
+
width: 100%;
|
|
30238
|
+
}
|
|
30239
|
+
|
|
30240
|
+
.E_u1p8acpn {
|
|
30241
|
+
min-width: 40px;
|
|
30242
|
+
}
|
|
30243
|
+
.E_u1p8acpn .unit {
|
|
30244
|
+
color: #00122e !important;
|
|
30245
|
+
}
|
|
30246
|
+
|
|
30247
|
+
.E_m74vjol {
|
|
30248
|
+
display: flex;
|
|
30249
|
+
justify-content: space-between;
|
|
30250
|
+
width: 100%;
|
|
30251
|
+
}
|
|
30252
|
+
.E_m74vjol .action {
|
|
30253
|
+
margin-left: 16px;
|
|
30254
|
+
}
|
|
30255
|
+
|
|
30256
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30257
|
+
width: 100%;
|
|
30258
|
+
}
|
|
30259
|
+
|
|
30260
|
+
.E_b1nip9bk {
|
|
30261
|
+
padding: 4px 11px;
|
|
30262
|
+
}
|
|
30263
|
+
|
|
30264
|
+
.E_bqamoqe {
|
|
30265
|
+
white-space: nowrap;
|
|
30266
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30267
|
+
}
|
|
30268
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30269
|
+
--color: #0080ff;
|
|
30270
|
+
}
|
|
30271
|
+
.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] {
|
|
30272
|
+
--color: #0080ff;
|
|
30273
|
+
}
|
|
30274
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30275
|
+
margin-left: 1px;
|
|
30276
|
+
}
|
|
30277
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30278
|
+
border-top-right-radius: 0;
|
|
30279
|
+
border-bottom-right-radius: 0;
|
|
30280
|
+
}
|
|
30281
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30282
|
+
border-top-left-radius: 0;
|
|
30283
|
+
border-bottom-left-radius: 0;
|
|
30284
|
+
}
|
|
30285
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30286
|
+
border-radius: unset;
|
|
30287
|
+
}
|
|
30288
|
+
|
|
30239
30289
|
.E_t160l1cm {
|
|
30240
30290
|
display: flex;
|
|
30241
30291
|
flex-direction: column;
|
|
@@ -30439,56 +30489,6 @@ span.E_tqjc4ui {
|
|
|
30439
30489
|
background: transparent;
|
|
30440
30490
|
}
|
|
30441
30491
|
|
|
30442
|
-
.E_m74vjol {
|
|
30443
|
-
display: flex;
|
|
30444
|
-
justify-content: space-between;
|
|
30445
|
-
width: 100%;
|
|
30446
|
-
}
|
|
30447
|
-
.E_m74vjol .action {
|
|
30448
|
-
margin-left: 16px;
|
|
30449
|
-
}
|
|
30450
|
-
|
|
30451
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30452
|
-
width: 100%;
|
|
30453
|
-
}
|
|
30454
|
-
|
|
30455
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30456
|
-
display: flex;
|
|
30457
|
-
align-items: center;
|
|
30458
|
-
}
|
|
30459
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30460
|
-
margin-right: 8px;
|
|
30461
|
-
}
|
|
30462
|
-
|
|
30463
|
-
.E_b1nip9bk {
|
|
30464
|
-
padding: 4px 11px;
|
|
30465
|
-
}
|
|
30466
|
-
|
|
30467
|
-
.E_bqamoqe {
|
|
30468
|
-
white-space: nowrap;
|
|
30469
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30470
|
-
}
|
|
30471
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30472
|
-
--color: #0080ff;
|
|
30473
|
-
}
|
|
30474
|
-
.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] {
|
|
30475
|
-
--color: #0080ff;
|
|
30476
|
-
}
|
|
30477
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30478
|
-
margin-left: 1px;
|
|
30479
|
-
}
|
|
30480
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30481
|
-
border-top-right-radius: 0;
|
|
30482
|
-
border-bottom-right-radius: 0;
|
|
30483
|
-
}
|
|
30484
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30485
|
-
border-top-left-radius: 0;
|
|
30486
|
-
border-bottom-left-radius: 0;
|
|
30487
|
-
}
|
|
30488
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30489
|
-
border-radius: unset;
|
|
30490
|
-
}
|
|
30491
|
-
|
|
30492
30492
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30493
30493
|
justify-content: center;
|
|
30494
30494
|
}
|
|
@@ -30765,6 +30765,13 @@ button.E_n7k2c6r {
|
|
|
30765
30765
|
text-align: center;
|
|
30766
30766
|
}
|
|
30767
30767
|
|
|
30768
|
+
.E_c1yyuluq {
|
|
30769
|
+
border-radius: 8px;
|
|
30770
|
+
}
|
|
30771
|
+
.E_c1yyuluq .ant-card-body {
|
|
30772
|
+
padding: 20px 24px 24px 24px;
|
|
30773
|
+
}
|
|
30774
|
+
|
|
30768
30775
|
.E_ccrbeuz .ant-collapse-item {
|
|
30769
30776
|
border: 0px;
|
|
30770
30777
|
background-color: #fff;
|
|
@@ -30787,34 +30794,10 @@ button.E_n7k2c6r {
|
|
|
30787
30794
|
cursor: default;
|
|
30788
30795
|
}
|
|
30789
30796
|
|
|
30790
|
-
.E_c1yyuluq {
|
|
30791
|
-
border-radius: 8px;
|
|
30792
|
-
}
|
|
30793
|
-
.E_c1yyuluq .ant-card-body {
|
|
30794
|
-
padding: 20px 24px 24px 24px;
|
|
30795
|
-
}
|
|
30796
|
-
|
|
30797
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30798
|
-
display: flex;
|
|
30799
|
-
}
|
|
30800
|
-
|
|
30801
30797
|
.E_sx1bpnu .ant-input-sm {
|
|
30802
30798
|
line-height: 18px;
|
|
30803
30799
|
}
|
|
30804
30800
|
|
|
30805
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30806
|
-
padding: 4px 8px 0 8px;
|
|
30807
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30808
|
-
font-size: 12px;
|
|
30809
|
-
}
|
|
30810
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30811
|
-
padding-bottom: 6px;
|
|
30812
|
-
}
|
|
30813
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30814
|
-
padding-top: 4px;
|
|
30815
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30816
|
-
}
|
|
30817
|
-
|
|
30818
30801
|
.E_d1bw7c5z {
|
|
30819
30802
|
position: relative;
|
|
30820
30803
|
max-width: 388px;
|
|
@@ -30898,6 +30881,23 @@ button.E_n7k2c6r {
|
|
|
30898
30881
|
width: 102px;
|
|
30899
30882
|
}
|
|
30900
30883
|
|
|
30884
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30885
|
+
display: flex;
|
|
30886
|
+
}
|
|
30887
|
+
|
|
30888
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30889
|
+
padding: 4px 8px 0 8px;
|
|
30890
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30891
|
+
font-size: 12px;
|
|
30892
|
+
}
|
|
30893
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30894
|
+
padding-bottom: 6px;
|
|
30895
|
+
}
|
|
30896
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30897
|
+
padding-top: 4px;
|
|
30898
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30899
|
+
}
|
|
30900
|
+
|
|
30901
30901
|
.E_phljevk {
|
|
30902
30902
|
display: flex;
|
|
30903
30903
|
justify-content: space-between;
|
|
@@ -30991,6 +30991,65 @@ button.E_n7k2c6r {
|
|
|
30991
30991
|
color: rgba(44, 56, 82, 0.6);
|
|
30992
30992
|
}
|
|
30993
30993
|
|
|
30994
|
+
.E_s1dizucg.ant-switch {
|
|
30995
|
+
min-width: 40px;
|
|
30996
|
+
height: 24px;
|
|
30997
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30998
|
+
overflow: hidden;
|
|
30999
|
+
}
|
|
31000
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31001
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31002
|
+
}
|
|
31003
|
+
.E_s1dizucg.ant-switch-small {
|
|
31004
|
+
min-width: 26px;
|
|
31005
|
+
height: 16px;
|
|
31006
|
+
}
|
|
31007
|
+
.E_s1dizucg.ant-switch-large {
|
|
31008
|
+
min-width: 52px;
|
|
31009
|
+
height: 32px;
|
|
31010
|
+
}
|
|
31011
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31012
|
+
height: 20px;
|
|
31013
|
+
width: 20px;
|
|
31014
|
+
}
|
|
31015
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31016
|
+
border-radius: 10px;
|
|
31017
|
+
transition-delay: 120ms;
|
|
31018
|
+
}
|
|
31019
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31020
|
+
height: 14px;
|
|
31021
|
+
width: 14px;
|
|
31022
|
+
top: 1px;
|
|
31023
|
+
left: 1px;
|
|
31024
|
+
}
|
|
31025
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31026
|
+
height: 28px;
|
|
31027
|
+
width: 28px;
|
|
31028
|
+
}
|
|
31029
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31030
|
+
border-radius: 14px;
|
|
31031
|
+
}
|
|
31032
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31033
|
+
background-color: #00ba5d;
|
|
31034
|
+
}
|
|
31035
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31036
|
+
left: calc(100% - 20px - 2px);
|
|
31037
|
+
}
|
|
31038
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31039
|
+
left: calc(100% - 14px - 1px);
|
|
31040
|
+
}
|
|
31041
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31042
|
+
left: calc(100% - 28px - 2px);
|
|
31043
|
+
}
|
|
31044
|
+
|
|
31045
|
+
.E_c1up6e3y {
|
|
31046
|
+
margin-left: 5px;
|
|
31047
|
+
}
|
|
31048
|
+
|
|
31049
|
+
.E_tju3gfj .date {
|
|
31050
|
+
margin-right: 4px;
|
|
31051
|
+
}
|
|
31052
|
+
|
|
30994
31053
|
.E_rapgekc.ant-radio-wrapper {
|
|
30995
31054
|
display: inline-flex;
|
|
30996
31055
|
align-items: baseline;
|
|
@@ -31037,7 +31096,7 @@ button.E_n7k2c6r {
|
|
|
31037
31096
|
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31038
31097
|
display: inline-block;
|
|
31039
31098
|
padding: 0;
|
|
31040
|
-
padding-left:
|
|
31099
|
+
padding-left: 10px;
|
|
31041
31100
|
}
|
|
31042
31101
|
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31043
31102
|
margin-bottom: 0;
|
|
@@ -31177,63 +31236,86 @@ button.E_n7k2c6r {
|
|
|
31177
31236
|
transform: rotate(0deg);
|
|
31178
31237
|
}
|
|
31179
31238
|
|
|
31180
|
-
.
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31184
|
-
overflow: hidden;
|
|
31239
|
+
.E_s1sck0th {
|
|
31240
|
+
padding: 0 8px;
|
|
31241
|
+
border-radius: 4px;
|
|
31185
31242
|
}
|
|
31186
|
-
|
|
31187
|
-
|
|
31243
|
+
|
|
31244
|
+
.E_m855nr1 {
|
|
31245
|
+
padding: 2px 8px;
|
|
31246
|
+
border-radius: 3px;
|
|
31188
31247
|
}
|
|
31189
|
-
|
|
31190
|
-
|
|
31248
|
+
|
|
31249
|
+
.E_l1270xpg {
|
|
31250
|
+
padding: 3px 8px;
|
|
31251
|
+
border-radius: 2px;
|
|
31252
|
+
}
|
|
31253
|
+
|
|
31254
|
+
.E_t14rextb.ant-tag:hover {
|
|
31255
|
+
opacity: unset;
|
|
31256
|
+
}
|
|
31257
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31258
|
+
margin: 0;
|
|
31259
|
+
margin-right: 8px;
|
|
31260
|
+
display: inline-flex;
|
|
31261
|
+
align-items: center;
|
|
31262
|
+
border: none;
|
|
31263
|
+
}
|
|
31264
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31265
|
+
width: 16px;
|
|
31191
31266
|
height: 16px;
|
|
31267
|
+
color: inherit;
|
|
31268
|
+
margin-left: 4px;
|
|
31269
|
+
opacity: 0.6;
|
|
31270
|
+
display: inline-flex;
|
|
31192
31271
|
}
|
|
31193
|
-
.
|
|
31194
|
-
|
|
31195
|
-
height: 32px;
|
|
31272
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31273
|
+
opacity: 1;
|
|
31196
31274
|
}
|
|
31197
|
-
.
|
|
31198
|
-
|
|
31199
|
-
|
|
31275
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31276
|
+
color: #0080ff;
|
|
31277
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31200
31278
|
}
|
|
31201
|
-
.
|
|
31202
|
-
|
|
31203
|
-
|
|
31279
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31280
|
+
color: #f0483e;
|
|
31281
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31204
31282
|
}
|
|
31205
|
-
.
|
|
31206
|
-
|
|
31207
|
-
|
|
31208
|
-
top: 1px;
|
|
31209
|
-
left: 1px;
|
|
31283
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31284
|
+
color: #e07f00;
|
|
31285
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31210
31286
|
}
|
|
31211
|
-
.
|
|
31212
|
-
|
|
31213
|
-
|
|
31287
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31288
|
+
color: #008f4c;
|
|
31289
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31214
31290
|
}
|
|
31215
|
-
.
|
|
31216
|
-
|
|
31291
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31292
|
+
color: #1d326c;
|
|
31293
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31217
31294
|
}
|
|
31218
|
-
.
|
|
31219
|
-
|
|
31295
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31296
|
+
color: #7E41FF;
|
|
31297
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31220
31298
|
}
|
|
31221
|
-
.
|
|
31222
|
-
|
|
31299
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31300
|
+
color: #fff;
|
|
31223
31301
|
}
|
|
31224
|
-
.
|
|
31225
|
-
|
|
31302
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31303
|
+
background-color: #f0483e;
|
|
31226
31304
|
}
|
|
31227
|
-
.
|
|
31228
|
-
|
|
31305
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31306
|
+
background-color: #fea008;
|
|
31229
31307
|
}
|
|
31230
|
-
|
|
31231
|
-
|
|
31232
|
-
margin-left: 5px;
|
|
31308
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31309
|
+
background-color: #00ba5d;
|
|
31233
31310
|
}
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
|
|
31311
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31312
|
+
background-color: #0080ff;
|
|
31313
|
+
}
|
|
31314
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31315
|
+
background-color: #6b7d99;
|
|
31316
|
+
}
|
|
31317
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31318
|
+
background-color: #7E41FF;
|
|
31237
31319
|
}
|
|
31238
31320
|
|
|
31239
31321
|
.E_s1dni7lo {
|
|
@@ -31317,134 +31399,64 @@ button.E_n7k2c6r {
|
|
|
31317
31399
|
opacity: 0;
|
|
31318
31400
|
}
|
|
31319
31401
|
|
|
31320
|
-
.
|
|
31321
|
-
|
|
31322
|
-
border-radius: 4px;
|
|
31402
|
+
.E_iq1gosr {
|
|
31403
|
+
display: inline-block;
|
|
31323
31404
|
}
|
|
31324
31405
|
|
|
31325
|
-
.
|
|
31326
|
-
|
|
31327
|
-
|
|
31406
|
+
.E_fzh9mnb {
|
|
31407
|
+
width: 100%;
|
|
31408
|
+
height: 100%;
|
|
31409
|
+
min-height: 124px;
|
|
31410
|
+
display: flex;
|
|
31411
|
+
flex-direction: column;
|
|
31412
|
+
justify-content: center;
|
|
31413
|
+
align-items: center;
|
|
31328
31414
|
}
|
|
31329
|
-
|
|
31330
|
-
.
|
|
31331
|
-
|
|
31332
|
-
|
|
31415
|
+
.E_fzh9mnb .error-text {
|
|
31416
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31417
|
+
margin-bottom: 16px;
|
|
31418
|
+
font-size: 18px;
|
|
31333
31419
|
}
|
|
31334
31420
|
|
|
31335
|
-
.
|
|
31336
|
-
|
|
31421
|
+
.E_f7pxqmh {
|
|
31422
|
+
width: 100%;
|
|
31423
|
+
margin-bottom: 0 !important;
|
|
31424
|
+
flex-flow: nowrap !important;
|
|
31425
|
+
line-break: auto;
|
|
31337
31426
|
}
|
|
31338
|
-
.
|
|
31339
|
-
|
|
31340
|
-
|
|
31341
|
-
display: inline-flex;
|
|
31342
|
-
align-items: center;
|
|
31343
|
-
border: none;
|
|
31427
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31428
|
+
text-align: left !important;
|
|
31429
|
+
padding-bottom: 0 !important;
|
|
31344
31430
|
}
|
|
31345
|
-
.
|
|
31346
|
-
|
|
31347
|
-
height:
|
|
31348
|
-
|
|
31349
|
-
|
|
31350
|
-
|
|
31351
|
-
display: inline-flex;
|
|
31431
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31432
|
+
min-height: 32px;
|
|
31433
|
+
height: auto;
|
|
31434
|
+
font-size: 13px;
|
|
31435
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31436
|
+
white-space: normal;
|
|
31352
31437
|
}
|
|
31353
|
-
.
|
|
31354
|
-
|
|
31438
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31439
|
+
border-color: #ff4d4f !important;
|
|
31355
31440
|
}
|
|
31356
|
-
.
|
|
31357
|
-
color: #
|
|
31358
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31441
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31442
|
+
border-color: #ff4d4f !important;
|
|
31359
31443
|
}
|
|
31360
|
-
.
|
|
31361
|
-
|
|
31362
|
-
|
|
31363
|
-
|
|
31364
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31365
|
-
color: #e07f00;
|
|
31366
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31367
|
-
}
|
|
31368
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31369
|
-
color: #008f4c;
|
|
31370
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31371
|
-
}
|
|
31372
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31373
|
-
color: #1d326c;
|
|
31374
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31375
|
-
}
|
|
31376
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31377
|
-
color: #7E41FF;
|
|
31378
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31379
|
-
}
|
|
31380
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31381
|
-
color: #fff;
|
|
31382
|
-
}
|
|
31383
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31384
|
-
background-color: #f0483e;
|
|
31385
|
-
}
|
|
31386
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31387
|
-
background-color: #fea008;
|
|
31388
|
-
}
|
|
31389
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31390
|
-
background-color: #00ba5d;
|
|
31391
|
-
}
|
|
31392
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31393
|
-
background-color: #0080ff;
|
|
31394
|
-
}
|
|
31395
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31396
|
-
background-color: #6b7d99;
|
|
31397
|
-
}
|
|
31398
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31399
|
-
background-color: #7E41FF;
|
|
31400
|
-
}
|
|
31401
|
-
|
|
31402
|
-
.E_iq1gosr {
|
|
31403
|
-
display: inline-block;
|
|
31404
|
-
}
|
|
31405
|
-
|
|
31406
|
-
.E_fzh9mnb {
|
|
31407
|
-
width: 100%;
|
|
31408
|
-
height: 100%;
|
|
31409
|
-
min-height: 124px;
|
|
31410
|
-
display: flex;
|
|
31411
|
-
flex-direction: column;
|
|
31412
|
-
justify-content: center;
|
|
31413
|
-
align-items: center;
|
|
31414
|
-
}
|
|
31415
|
-
.E_fzh9mnb .error-text {
|
|
31416
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31417
|
-
margin-bottom: 16px;
|
|
31418
|
-
font-size: 18px;
|
|
31419
|
-
}
|
|
31420
|
-
|
|
31421
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31422
|
-
display: none;
|
|
31423
|
-
}
|
|
31424
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31425
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31426
|
-
border-radius: 4px;
|
|
31444
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31445
|
+
margin-top: 4px;
|
|
31446
|
+
font-size: 12px;
|
|
31447
|
+
min-height: 0px;
|
|
31427
31448
|
}
|
|
31428
|
-
.
|
|
31429
|
-
|
|
31449
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31450
|
+
font-size: 12px;
|
|
31451
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31452
|
+
min-height: 0px;
|
|
31430
31453
|
}
|
|
31431
31454
|
|
|
31432
|
-
.
|
|
31433
|
-
|
|
31434
|
-
align-items: center;
|
|
31435
|
-
}
|
|
31436
|
-
.E_iouxfgt .icon-inner {
|
|
31437
|
-
display: inline-flex;
|
|
31438
|
-
align-items: center;
|
|
31439
|
-
justify-content: center;
|
|
31440
|
-
}
|
|
31441
|
-
.E_iouxfgt .icon-inner + span,
|
|
31442
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31443
|
-
margin-left: 4px;
|
|
31455
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31456
|
+
margin-left: 8px;
|
|
31444
31457
|
}
|
|
31445
|
-
.
|
|
31446
|
-
|
|
31447
|
-
animation: rotate 680ms linear infinite;
|
|
31458
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31459
|
+
padding: 2px 7px 2px 12px;
|
|
31448
31460
|
}
|
|
31449
31461
|
|
|
31450
31462
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31507,11 +31519,15 @@ button.E_n7k2c6r {
|
|
|
31507
31519
|
padding: 2px 8px;
|
|
31508
31520
|
}
|
|
31509
31521
|
|
|
31510
|
-
.
|
|
31511
|
-
|
|
31522
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31523
|
+
display: none;
|
|
31512
31524
|
}
|
|
31513
|
-
.
|
|
31514
|
-
|
|
31525
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31526
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31527
|
+
border-radius: 4px;
|
|
31528
|
+
}
|
|
31529
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31530
|
+
visibility: hidden;
|
|
31515
31531
|
}
|
|
31516
31532
|
|
|
31517
31533
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -31545,40 +31561,6 @@ button.E_n7k2c6r {
|
|
|
31545
31561
|
font-size: inherit;
|
|
31546
31562
|
}
|
|
31547
31563
|
|
|
31548
|
-
.E_f7pxqmh {
|
|
31549
|
-
width: 100%;
|
|
31550
|
-
margin-bottom: 0 !important;
|
|
31551
|
-
flex-flow: nowrap !important;
|
|
31552
|
-
line-break: auto;
|
|
31553
|
-
}
|
|
31554
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31555
|
-
text-align: left !important;
|
|
31556
|
-
padding-bottom: 0 !important;
|
|
31557
|
-
}
|
|
31558
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31559
|
-
min-height: 32px;
|
|
31560
|
-
height: auto;
|
|
31561
|
-
font-size: 13px;
|
|
31562
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31563
|
-
white-space: normal;
|
|
31564
|
-
}
|
|
31565
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31566
|
-
border-color: #ff4d4f !important;
|
|
31567
|
-
}
|
|
31568
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31569
|
-
border-color: #ff4d4f !important;
|
|
31570
|
-
}
|
|
31571
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31572
|
-
margin-top: 4px;
|
|
31573
|
-
font-size: 12px;
|
|
31574
|
-
min-height: 0px;
|
|
31575
|
-
}
|
|
31576
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31577
|
-
font-size: 12px;
|
|
31578
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31579
|
-
min-height: 0px;
|
|
31580
|
-
}
|
|
31581
|
-
|
|
31582
31564
|
.E_i1inqkme {
|
|
31583
31565
|
height: 18px;
|
|
31584
31566
|
line-height: 18px;
|
|
@@ -31592,6 +31574,24 @@ button.E_n7k2c6r {
|
|
|
31592
31574
|
margin-right: 4px;
|
|
31593
31575
|
}
|
|
31594
31576
|
|
|
31577
|
+
.E_iouxfgt {
|
|
31578
|
+
display: inline-flex;
|
|
31579
|
+
align-items: center;
|
|
31580
|
+
}
|
|
31581
|
+
.E_iouxfgt .icon-inner {
|
|
31582
|
+
display: inline-flex;
|
|
31583
|
+
align-items: center;
|
|
31584
|
+
justify-content: center;
|
|
31585
|
+
}
|
|
31586
|
+
.E_iouxfgt .icon-inner + span,
|
|
31587
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31588
|
+
margin-left: 4px;
|
|
31589
|
+
}
|
|
31590
|
+
.E_iouxfgt.is-rotate img,
|
|
31591
|
+
.E_iouxfgt.is-rotate svg {
|
|
31592
|
+
animation: rotate 680ms linear infinite;
|
|
31593
|
+
}
|
|
31594
|
+
|
|
31595
31595
|
.E_owd0kml {
|
|
31596
31596
|
display: inline-block;
|
|
31597
31597
|
}
|
|
@@ -31631,10 +31631,6 @@ button.E_n7k2c6r {
|
|
|
31631
31631
|
transition: all 320ms ease;
|
|
31632
31632
|
}
|
|
31633
31633
|
|
|
31634
|
-
.E_m196gn1d {
|
|
31635
|
-
min-width: 1280px;
|
|
31636
|
-
}
|
|
31637
|
-
|
|
31638
31634
|
.E_dsnbhzf {
|
|
31639
31635
|
font-family: Inter;
|
|
31640
31636
|
font-style: normal;
|
|
@@ -32110,6 +32106,10 @@ button.E_n7k2c6r {
|
|
|
32110
32106
|
line-height: 12px;
|
|
32111
32107
|
}
|
|
32112
32108
|
|
|
32109
|
+
.E_m196gn1d {
|
|
32110
|
+
min-width: 1280px;
|
|
32111
|
+
}
|
|
32112
|
+
|
|
32113
32113
|
.E_cnujxq2 {
|
|
32114
32114
|
display: flex;
|
|
32115
32115
|
flex-direction: column;
|
|
@@ -33058,274 +33058,54 @@ input.E_rf8rlle.ant-input {
|
|
|
33058
33058
|
opacity: 0.8;
|
|
33059
33059
|
}
|
|
33060
33060
|
|
|
33061
|
-
.
|
|
33062
|
-
|
|
33063
|
-
border-bottom: 2px solid #edf0f7;
|
|
33064
|
-
background: #fff;
|
|
33065
|
-
display: flex;
|
|
33066
|
-
justify-content: space-between;
|
|
33067
|
-
align-items: center;
|
|
33068
|
-
padding: 0 24px 0 14px;
|
|
33069
|
-
position: relative;
|
|
33070
|
-
z-index: 10;
|
|
33061
|
+
.E_hrhfj7c {
|
|
33062
|
+
display: none;
|
|
33071
33063
|
}
|
|
33072
|
-
|
|
33073
|
-
.
|
|
33074
|
-
|
|
33075
|
-
display: flex;
|
|
33076
|
-
align-items: center;
|
|
33077
|
-
flex: 1;
|
|
33078
|
-
flex-shrink: 0;
|
|
33064
|
+
|
|
33065
|
+
.E_dt9qoak .bottom {
|
|
33066
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33079
33067
|
}
|
|
33080
|
-
.
|
|
33081
|
-
|
|
33068
|
+
.E_dt9qoak .left {
|
|
33069
|
+
min-width: 0;
|
|
33082
33070
|
}
|
|
33083
|
-
|
|
33084
|
-
|
|
33071
|
+
|
|
33072
|
+
.E_crhnxq5 {
|
|
33073
|
+
display: flex;
|
|
33074
|
+
flex-direction: row;
|
|
33075
|
+
justify-content: space-between;
|
|
33085
33076
|
}
|
|
33086
|
-
.
|
|
33087
|
-
|
|
33077
|
+
.E_crhnxq5 .label {
|
|
33078
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33079
|
+
font-weight: 400;
|
|
33088
33080
|
}
|
|
33089
|
-
|
|
33090
|
-
|
|
33091
|
-
position: relative;
|
|
33081
|
+
|
|
33082
|
+
.E_c1iq43vd {
|
|
33092
33083
|
display: flex;
|
|
33084
|
+
flex-direction: column;
|
|
33085
|
+
justify-content: center;
|
|
33093
33086
|
align-items: center;
|
|
33087
|
+
height: 240px;
|
|
33088
|
+
width: 432px;
|
|
33094
33089
|
}
|
|
33095
|
-
|
|
33096
|
-
|
|
33097
|
-
|
|
33098
|
-
|
|
33099
|
-
|
|
33100
|
-
|
|
33101
|
-
position: absolute;
|
|
33102
|
-
left: -16px;
|
|
33103
|
-
top: 50%;
|
|
33104
|
-
transform: translateY(-50%);
|
|
33105
|
-
transition: opacity 160ms ease;
|
|
33090
|
+
|
|
33091
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
33092
|
+
border-radius: 0px;
|
|
33093
|
+
box-shadow: unset;
|
|
33094
|
+
border: 0;
|
|
33095
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33106
33096
|
}
|
|
33107
|
-
|
|
33108
|
-
|
|
33109
|
-
|
|
33110
|
-
width: 56px;
|
|
33111
|
-
height: 40px;
|
|
33112
|
-
display: inline-flex;
|
|
33113
|
-
align-items: center;
|
|
33114
|
-
justify-content: center;
|
|
33115
|
-
border-radius: 6px;
|
|
33097
|
+
|
|
33098
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
33099
|
+
padding: 4px;
|
|
33116
33100
|
}
|
|
33117
|
-
.
|
|
33118
|
-
|
|
33101
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
33102
|
+
line-height: normal;
|
|
33119
33103
|
}
|
|
33120
|
-
.
|
|
33121
|
-
|
|
33122
|
-
transition: all 320ms ease;
|
|
33104
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
33105
|
+
height: 22px;
|
|
33123
33106
|
}
|
|
33124
|
-
.
|
|
33125
|
-
|
|
33126
|
-
}
|
|
33127
|
-
.E_h12yihis .right .create-menu-and-export {
|
|
33128
|
-
height: 48px;
|
|
33129
|
-
overflow: hidden;
|
|
33130
|
-
display: flex;
|
|
33131
|
-
align-items: center;
|
|
33132
|
-
padding: 0 4px;
|
|
33133
|
-
margin: 0 -4px;
|
|
33134
|
-
}
|
|
33135
|
-
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33136
|
-
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33137
|
-
transform: translateY(0);
|
|
33138
|
-
}
|
|
33139
|
-
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33140
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33141
|
-
height: 48px;
|
|
33142
|
-
transform: translateY(100%);
|
|
33143
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33144
|
-
display: inline-flex;
|
|
33145
|
-
align-items: center;
|
|
33146
|
-
}
|
|
33147
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33148
|
-
margin-right: 10px;
|
|
33149
|
-
}
|
|
33150
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33151
|
-
width: 32px;
|
|
33152
|
-
height: 32px;
|
|
33153
|
-
border-radius: 6px;
|
|
33154
|
-
}
|
|
33155
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33156
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33157
|
-
}
|
|
33158
|
-
.E_h12yihis .alert,
|
|
33159
|
-
.E_h12yihis .task {
|
|
33160
|
-
position: relative;
|
|
33161
|
-
}
|
|
33162
|
-
.E_h12yihis .alert .alert-icon,
|
|
33163
|
-
.E_h12yihis .alert .task-icon,
|
|
33164
|
-
.E_h12yihis .task .alert-icon,
|
|
33165
|
-
.E_h12yihis .task .task-icon {
|
|
33166
|
-
width: 56px;
|
|
33167
|
-
height: 40px;
|
|
33168
|
-
justify-content: center;
|
|
33169
|
-
}
|
|
33170
|
-
.E_h12yihis .alert .ant-badge-count,
|
|
33171
|
-
.E_h12yihis .task .ant-badge-count {
|
|
33172
|
-
right: 16px;
|
|
33173
|
-
top: 10px;
|
|
33174
|
-
}
|
|
33175
|
-
.E_h12yihis .logo {
|
|
33176
|
-
display: inline-flex;
|
|
33177
|
-
align-items: center;
|
|
33178
|
-
}
|
|
33179
|
-
.E_h12yihis .left {
|
|
33180
|
-
position: relative;
|
|
33181
|
-
}
|
|
33182
|
-
.E_h12yihis .left .events-audit-title {
|
|
33183
|
-
font-size: 20px;
|
|
33184
|
-
line-height: 24px;
|
|
33185
|
-
font-weight: bold;
|
|
33186
|
-
color: #1d326c;
|
|
33187
|
-
margin: 0px 8px;
|
|
33188
|
-
}
|
|
33189
|
-
.E_h12yihis .left .global-search {
|
|
33190
|
-
margin-left: 6px;
|
|
33191
|
-
}
|
|
33192
|
-
.E_h12yihis.global-search-active {
|
|
33193
|
-
z-index: 11;
|
|
33194
|
-
}
|
|
33195
|
-
.E_h12yihis.global-search-active .left {
|
|
33196
|
-
flex: 1;
|
|
33197
|
-
margin-right: 32px;
|
|
33198
|
-
}
|
|
33199
|
-
.E_h12yihis.global-search-active .left .global-search {
|
|
33200
|
-
display: flex;
|
|
33201
|
-
flex: 1;
|
|
33202
|
-
}
|
|
33203
|
-
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33204
|
-
border-color: #0080ff;
|
|
33205
|
-
width: 100%;
|
|
33206
|
-
}
|
|
33207
|
-
.E_h12yihis.global-search-active .center {
|
|
33208
|
-
display: none;
|
|
33209
|
-
}
|
|
33210
|
-
.E_h12yihis.global-search-active .right {
|
|
33211
|
-
flex: 0 1 auto;
|
|
33212
|
-
}
|
|
33213
|
-
.E_h12yihis .ant-badge-count {
|
|
33214
|
-
pointer-events: none;
|
|
33215
|
-
}
|
|
33216
|
-
|
|
33217
|
-
.E_ncaepor {
|
|
33218
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33219
|
-
position: relative;
|
|
33220
|
-
height: 48px;
|
|
33221
|
-
display: inline-flex;
|
|
33222
|
-
align-items: center;
|
|
33223
|
-
justify-content: center;
|
|
33224
|
-
overflow: hidden;
|
|
33225
|
-
}
|
|
33226
|
-
.E_ncaepor:before, .E_ncaepor:after {
|
|
33227
|
-
content: "";
|
|
33228
|
-
width: 100%;
|
|
33229
|
-
height: 12px;
|
|
33230
|
-
position: absolute;
|
|
33231
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33232
|
-
}
|
|
33233
|
-
.E_ncaepor:before {
|
|
33234
|
-
top: 0;
|
|
33235
|
-
}
|
|
33236
|
-
.E_ncaepor:after {
|
|
33237
|
-
bottom: 0;
|
|
33238
|
-
}
|
|
33239
|
-
.E_ncaepor > * {
|
|
33240
|
-
height: 48px;
|
|
33241
|
-
display: inline-flex;
|
|
33242
|
-
align-items: center;
|
|
33243
|
-
white-space: nowrap;
|
|
33244
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33245
|
-
}
|
|
33246
|
-
.E_ncaepor .name-text {
|
|
33247
|
-
transform: translateY(0);
|
|
33248
|
-
opacity: 1;
|
|
33249
|
-
}
|
|
33250
|
-
.E_ncaepor .nav-info {
|
|
33251
|
-
transform: translateY(100%);
|
|
33252
|
-
opacity: 0;
|
|
33253
|
-
font-size: 18px;
|
|
33254
|
-
font-weight: 700;
|
|
33255
|
-
position: absolute;
|
|
33256
|
-
overflow: hidden;
|
|
33257
|
-
display: flex;
|
|
33258
|
-
justify-content: center;
|
|
33259
|
-
}
|
|
33260
|
-
.E_ncaepor .nav-info .scrolled-resource {
|
|
33261
|
-
color: #1d326c;
|
|
33262
|
-
flex: 1;
|
|
33263
|
-
overflow: hidden;
|
|
33264
|
-
text-overflow: ellipsis;
|
|
33265
|
-
}
|
|
33266
|
-
.E_ncaepor .nav-info .scrolled-view {
|
|
33267
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33268
|
-
margin-left: 8px;
|
|
33269
|
-
}
|
|
33270
|
-
.E_ncaepor.is-scrolled .name-text {
|
|
33271
|
-
transform: translateY(-100%);
|
|
33272
|
-
opacity: 0;
|
|
33273
|
-
position: absolute;
|
|
33274
|
-
}
|
|
33275
|
-
.E_ncaepor.is-scrolled .nav-info {
|
|
33276
|
-
transform: translateY(0);
|
|
33277
|
-
opacity: 1;
|
|
33278
|
-
position: static;
|
|
33279
|
-
}
|
|
33280
|
-
|
|
33281
|
-
.E_hrhfj7c {
|
|
33282
|
-
display: none;
|
|
33283
|
-
}
|
|
33284
|
-
|
|
33285
|
-
.E_dt9qoak .bottom {
|
|
33286
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33287
|
-
}
|
|
33288
|
-
.E_dt9qoak .left {
|
|
33289
|
-
min-width: 0;
|
|
33290
|
-
}
|
|
33291
|
-
|
|
33292
|
-
.E_crhnxq5 {
|
|
33293
|
-
display: flex;
|
|
33294
|
-
flex-direction: row;
|
|
33295
|
-
justify-content: space-between;
|
|
33296
|
-
}
|
|
33297
|
-
.E_crhnxq5 .label {
|
|
33298
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33299
|
-
font-weight: 400;
|
|
33300
|
-
}
|
|
33301
|
-
|
|
33302
|
-
.E_c1iq43vd {
|
|
33303
|
-
display: flex;
|
|
33304
|
-
flex-direction: column;
|
|
33305
|
-
justify-content: center;
|
|
33306
|
-
align-items: center;
|
|
33307
|
-
height: 240px;
|
|
33308
|
-
width: 432px;
|
|
33309
|
-
}
|
|
33310
|
-
|
|
33311
|
-
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
33312
|
-
border-radius: 0px;
|
|
33313
|
-
box-shadow: unset;
|
|
33314
|
-
border: 0;
|
|
33315
|
-
border-bottom: 1px solid #e4e9f2;
|
|
33316
|
-
}
|
|
33317
|
-
|
|
33318
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
33319
|
-
padding: 4px;
|
|
33320
|
-
}
|
|
33321
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
33322
|
-
line-height: normal;
|
|
33323
|
-
}
|
|
33324
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
33325
|
-
height: 22px;
|
|
33326
|
-
}
|
|
33327
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
33328
|
-
row-gap: 2px;
|
|
33107
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
33108
|
+
row-gap: 2px;
|
|
33329
33109
|
}
|
|
33330
33110
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
33331
33111
|
line-height: normal;
|
|
@@ -33497,49 +33277,269 @@ input.E_rf8rlle.ant-input {
|
|
|
33497
33277
|
font-size: 14px;
|
|
33498
33278
|
}
|
|
33499
33279
|
|
|
33500
|
-
.
|
|
33501
|
-
height:
|
|
33502
|
-
|
|
33503
|
-
display: flex;
|
|
33504
|
-
flex-direction: column;
|
|
33280
|
+
.E_h12yihis {
|
|
33281
|
+
height: 50px;
|
|
33282
|
+
border-bottom: 2px solid #edf0f7;
|
|
33505
33283
|
background: #fff;
|
|
33506
|
-
|
|
33284
|
+
display: flex;
|
|
33285
|
+
justify-content: space-between;
|
|
33286
|
+
align-items: center;
|
|
33287
|
+
padding: 0 24px 0 14px;
|
|
33288
|
+
position: relative;
|
|
33289
|
+
z-index: 10;
|
|
33507
33290
|
}
|
|
33508
|
-
|
|
33509
|
-
.
|
|
33291
|
+
.E_h12yihis .left,
|
|
33292
|
+
.E_h12yihis .right,
|
|
33293
|
+
.E_h12yihis .center {
|
|
33510
33294
|
display: flex;
|
|
33511
33295
|
align-items: center;
|
|
33512
|
-
|
|
33513
|
-
padding: 0 12px 0 8px;
|
|
33514
|
-
height: 44px;
|
|
33296
|
+
flex: 1;
|
|
33515
33297
|
flex-shrink: 0;
|
|
33516
33298
|
}
|
|
33517
|
-
.
|
|
33518
|
-
|
|
33519
|
-
padding: 4px;
|
|
33520
|
-
margin-right: 9px;
|
|
33521
|
-
font-weight: 700;
|
|
33522
|
-
font-size: 16px;
|
|
33523
|
-
line-height: 24px;
|
|
33299
|
+
.E_h12yihis .center {
|
|
33300
|
+
flex: 0.8;
|
|
33524
33301
|
}
|
|
33525
|
-
.
|
|
33526
|
-
|
|
33527
|
-
margin-right: 4px;
|
|
33302
|
+
.E_h12yihis .right {
|
|
33303
|
+
justify-content: flex-end;
|
|
33528
33304
|
}
|
|
33529
|
-
.
|
|
33530
|
-
|
|
33531
|
-
align-items: center;
|
|
33532
|
-
gap: 8px;
|
|
33305
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33306
|
+
opacity: 1;
|
|
33533
33307
|
}
|
|
33534
|
-
.
|
|
33308
|
+
.E_h12yihis .right .btn-group {
|
|
33309
|
+
margin-left: 32px;
|
|
33310
|
+
position: relative;
|
|
33535
33311
|
display: flex;
|
|
33536
33312
|
align-items: center;
|
|
33537
|
-
justify-content: center;
|
|
33538
|
-
background: rgba(237, 241, 250, 0.6);
|
|
33539
33313
|
}
|
|
33540
|
-
|
|
33541
|
-
|
|
33542
|
-
|
|
33314
|
+
.E_h12yihis .right .btn-group:before {
|
|
33315
|
+
content: "";
|
|
33316
|
+
opacity: 0;
|
|
33317
|
+
height: 24px;
|
|
33318
|
+
width: 1px;
|
|
33319
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33320
|
+
position: absolute;
|
|
33321
|
+
left: -16px;
|
|
33322
|
+
top: 50%;
|
|
33323
|
+
transform: translateY(-50%);
|
|
33324
|
+
transition: opacity 160ms ease;
|
|
33325
|
+
}
|
|
33326
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
33327
|
+
transition: all 160ms ease;
|
|
33328
|
+
cursor: pointer;
|
|
33329
|
+
width: 56px;
|
|
33330
|
+
height: 40px;
|
|
33331
|
+
display: inline-flex;
|
|
33332
|
+
align-items: center;
|
|
33333
|
+
justify-content: center;
|
|
33334
|
+
border-radius: 6px;
|
|
33335
|
+
}
|
|
33336
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33337
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33338
|
+
}
|
|
33339
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33340
|
+
transform: translateY(2px);
|
|
33341
|
+
transition: all 320ms ease;
|
|
33342
|
+
}
|
|
33343
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33344
|
+
margin-left: 4px;
|
|
33345
|
+
}
|
|
33346
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33347
|
+
height: 48px;
|
|
33348
|
+
overflow: hidden;
|
|
33349
|
+
display: flex;
|
|
33350
|
+
align-items: center;
|
|
33351
|
+
padding: 0 4px;
|
|
33352
|
+
margin: 0 -4px;
|
|
33353
|
+
}
|
|
33354
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33355
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33356
|
+
transform: translateY(0);
|
|
33357
|
+
}
|
|
33358
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33359
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33360
|
+
height: 48px;
|
|
33361
|
+
transform: translateY(100%);
|
|
33362
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33363
|
+
display: inline-flex;
|
|
33364
|
+
align-items: center;
|
|
33365
|
+
}
|
|
33366
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33367
|
+
margin-right: 10px;
|
|
33368
|
+
}
|
|
33369
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33370
|
+
width: 32px;
|
|
33371
|
+
height: 32px;
|
|
33372
|
+
border-radius: 6px;
|
|
33373
|
+
}
|
|
33374
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33375
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33376
|
+
}
|
|
33377
|
+
.E_h12yihis .alert,
|
|
33378
|
+
.E_h12yihis .task {
|
|
33379
|
+
position: relative;
|
|
33380
|
+
}
|
|
33381
|
+
.E_h12yihis .alert .alert-icon,
|
|
33382
|
+
.E_h12yihis .alert .task-icon,
|
|
33383
|
+
.E_h12yihis .task .alert-icon,
|
|
33384
|
+
.E_h12yihis .task .task-icon {
|
|
33385
|
+
width: 56px;
|
|
33386
|
+
height: 40px;
|
|
33387
|
+
justify-content: center;
|
|
33388
|
+
}
|
|
33389
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33390
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33391
|
+
right: 16px;
|
|
33392
|
+
top: 10px;
|
|
33393
|
+
}
|
|
33394
|
+
.E_h12yihis .logo {
|
|
33395
|
+
display: inline-flex;
|
|
33396
|
+
align-items: center;
|
|
33397
|
+
}
|
|
33398
|
+
.E_h12yihis .left {
|
|
33399
|
+
position: relative;
|
|
33400
|
+
}
|
|
33401
|
+
.E_h12yihis .left .events-audit-title {
|
|
33402
|
+
font-size: 20px;
|
|
33403
|
+
line-height: 24px;
|
|
33404
|
+
font-weight: bold;
|
|
33405
|
+
color: #1d326c;
|
|
33406
|
+
margin: 0px 8px;
|
|
33407
|
+
}
|
|
33408
|
+
.E_h12yihis .left .global-search {
|
|
33409
|
+
margin-left: 6px;
|
|
33410
|
+
}
|
|
33411
|
+
.E_h12yihis.global-search-active {
|
|
33412
|
+
z-index: 11;
|
|
33413
|
+
}
|
|
33414
|
+
.E_h12yihis.global-search-active .left {
|
|
33415
|
+
flex: 1;
|
|
33416
|
+
margin-right: 32px;
|
|
33417
|
+
}
|
|
33418
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33419
|
+
display: flex;
|
|
33420
|
+
flex: 1;
|
|
33421
|
+
}
|
|
33422
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33423
|
+
border-color: #0080ff;
|
|
33424
|
+
width: 100%;
|
|
33425
|
+
}
|
|
33426
|
+
.E_h12yihis.global-search-active .center {
|
|
33427
|
+
display: none;
|
|
33428
|
+
}
|
|
33429
|
+
.E_h12yihis.global-search-active .right {
|
|
33430
|
+
flex: 0 1 auto;
|
|
33431
|
+
}
|
|
33432
|
+
.E_h12yihis .ant-badge-count {
|
|
33433
|
+
pointer-events: none;
|
|
33434
|
+
}
|
|
33435
|
+
|
|
33436
|
+
.E_ncaepor {
|
|
33437
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33438
|
+
position: relative;
|
|
33439
|
+
height: 48px;
|
|
33440
|
+
display: inline-flex;
|
|
33441
|
+
align-items: center;
|
|
33442
|
+
justify-content: center;
|
|
33443
|
+
overflow: hidden;
|
|
33444
|
+
}
|
|
33445
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
33446
|
+
content: "";
|
|
33447
|
+
width: 100%;
|
|
33448
|
+
height: 12px;
|
|
33449
|
+
position: absolute;
|
|
33450
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33451
|
+
}
|
|
33452
|
+
.E_ncaepor:before {
|
|
33453
|
+
top: 0;
|
|
33454
|
+
}
|
|
33455
|
+
.E_ncaepor:after {
|
|
33456
|
+
bottom: 0;
|
|
33457
|
+
}
|
|
33458
|
+
.E_ncaepor > * {
|
|
33459
|
+
height: 48px;
|
|
33460
|
+
display: inline-flex;
|
|
33461
|
+
align-items: center;
|
|
33462
|
+
white-space: nowrap;
|
|
33463
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33464
|
+
}
|
|
33465
|
+
.E_ncaepor .name-text {
|
|
33466
|
+
transform: translateY(0);
|
|
33467
|
+
opacity: 1;
|
|
33468
|
+
}
|
|
33469
|
+
.E_ncaepor .nav-info {
|
|
33470
|
+
transform: translateY(100%);
|
|
33471
|
+
opacity: 0;
|
|
33472
|
+
font-size: 18px;
|
|
33473
|
+
font-weight: 700;
|
|
33474
|
+
position: absolute;
|
|
33475
|
+
overflow: hidden;
|
|
33476
|
+
display: flex;
|
|
33477
|
+
justify-content: center;
|
|
33478
|
+
}
|
|
33479
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33480
|
+
color: #1d326c;
|
|
33481
|
+
flex: 1;
|
|
33482
|
+
overflow: hidden;
|
|
33483
|
+
text-overflow: ellipsis;
|
|
33484
|
+
}
|
|
33485
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33486
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33487
|
+
margin-left: 8px;
|
|
33488
|
+
}
|
|
33489
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33490
|
+
transform: translateY(-100%);
|
|
33491
|
+
opacity: 0;
|
|
33492
|
+
position: absolute;
|
|
33493
|
+
}
|
|
33494
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33495
|
+
transform: translateY(0);
|
|
33496
|
+
opacity: 1;
|
|
33497
|
+
position: static;
|
|
33498
|
+
}
|
|
33499
|
+
|
|
33500
|
+
.E_c1kchka8 {
|
|
33501
|
+
height: 100%;
|
|
33502
|
+
width: 100%;
|
|
33503
|
+
display: flex;
|
|
33504
|
+
flex-direction: column;
|
|
33505
|
+
background: #fff;
|
|
33506
|
+
overflow: auto;
|
|
33507
|
+
}
|
|
33508
|
+
|
|
33509
|
+
.E_ctdb951 {
|
|
33510
|
+
display: flex;
|
|
33511
|
+
align-items: center;
|
|
33512
|
+
justify-content: space-between;
|
|
33513
|
+
padding: 0 12px 0 8px;
|
|
33514
|
+
height: 44px;
|
|
33515
|
+
flex-shrink: 0;
|
|
33516
|
+
}
|
|
33517
|
+
.E_ctdb951 .year-number-input {
|
|
33518
|
+
width: 54px;
|
|
33519
|
+
padding: 4px;
|
|
33520
|
+
margin-right: 9px;
|
|
33521
|
+
font-weight: 700;
|
|
33522
|
+
font-size: 16px;
|
|
33523
|
+
line-height: 24px;
|
|
33524
|
+
}
|
|
33525
|
+
.E_ctdb951 .year-number-text {
|
|
33526
|
+
cursor: pointer;
|
|
33527
|
+
margin-right: 4px;
|
|
33528
|
+
}
|
|
33529
|
+
.E_ctdb951 .year-control {
|
|
33530
|
+
display: flex;
|
|
33531
|
+
align-items: center;
|
|
33532
|
+
gap: 8px;
|
|
33533
|
+
}
|
|
33534
|
+
.E_ctdb951 .year-control .ant-btn {
|
|
33535
|
+
display: flex;
|
|
33536
|
+
align-items: center;
|
|
33537
|
+
justify-content: center;
|
|
33538
|
+
background: rgba(237, 241, 250, 0.6);
|
|
33539
|
+
}
|
|
33540
|
+
|
|
33541
|
+
.E_cvgtyx0 {
|
|
33542
|
+
display: grid;
|
|
33543
33543
|
grid-template-columns: repeat(7, auto);
|
|
33544
33544
|
list-style: none;
|
|
33545
33545
|
padding: 0 12px;
|
|
@@ -33974,10 +33974,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33974
33974
|
padding: 0;
|
|
33975
33975
|
}
|
|
33976
33976
|
|
|
33977
|
-
.E_c1yd35n {
|
|
33978
|
-
padding: 0 12px 14px 12px;
|
|
33979
|
-
}
|
|
33980
|
-
|
|
33981
33977
|
.E_c1kghdax {
|
|
33982
33978
|
color: #2d3a56;
|
|
33983
33979
|
padding: 7px 12px;
|
|
@@ -34018,6 +34014,10 @@ input.E_rf8rlle.ant-input {
|
|
|
34018
34014
|
margin-right: 2px;
|
|
34019
34015
|
}
|
|
34020
34016
|
|
|
34017
|
+
.E_c1yd35n {
|
|
34018
|
+
padding: 0 12px 14px 12px;
|
|
34019
|
+
}
|
|
34020
|
+
|
|
34021
34021
|
.E_b14q2gmw {
|
|
34022
34022
|
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);
|
|
34023
34023
|
}
|
|
@@ -34588,65 +34588,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34588
34588
|
background: #fff;
|
|
34589
34589
|
}
|
|
34590
34590
|
|
|
34591
|
-
.
|
|
34592
|
-
|
|
34593
|
-
height:
|
|
34591
|
+
.E_ckui4s7 {
|
|
34592
|
+
color: #2d3a56;
|
|
34593
|
+
line-height: 22px;
|
|
34594
|
+
display: inline-flex;
|
|
34595
|
+
}
|
|
34596
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34597
|
+
height: 22px;
|
|
34594
34598
|
display: flex;
|
|
34595
34599
|
align-items: center;
|
|
34596
|
-
|
|
34597
|
-
position: relative;
|
|
34598
|
-
opacity: 0.2;
|
|
34599
|
-
}
|
|
34600
|
-
|
|
34601
|
-
.E_lk3gkp4 {
|
|
34602
|
-
position: absolute;
|
|
34603
|
-
width: 5px;
|
|
34604
|
-
height: 48px;
|
|
34605
|
-
left: 9.33px;
|
|
34606
|
-
top: 40.5px;
|
|
34607
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34608
|
-
border-radius: 5px;
|
|
34609
|
-
transform: rotate(-128deg);
|
|
34610
|
-
transform-origin: top left;
|
|
34611
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34612
|
-
}
|
|
34613
|
-
|
|
34614
|
-
.E_ll4n94n {
|
|
34615
|
-
position: absolute;
|
|
34616
|
-
width: 5px;
|
|
34617
|
-
height: 48px;
|
|
34618
|
-
left: 40.8px;
|
|
34619
|
-
top: 8.4px;
|
|
34620
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34621
|
-
border-radius: 5px;
|
|
34622
|
-
transform: rotate(-8deg);
|
|
34623
|
-
transform-origin: top left;
|
|
34624
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34625
|
-
}
|
|
34626
|
-
|
|
34627
|
-
.E_l17lbdo6 {
|
|
34628
|
-
position: absolute;
|
|
34629
|
-
width: 5px;
|
|
34630
|
-
height: 48px;
|
|
34631
|
-
left: 52.9px;
|
|
34632
|
-
top: 51.8px;
|
|
34633
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34634
|
-
border-radius: 5px;
|
|
34635
|
-
transform: rotate(112deg);
|
|
34636
|
-
transform-origin: top left;
|
|
34637
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34638
|
-
}
|
|
34639
|
-
|
|
34640
|
-
.E_ckui4s7 {
|
|
34641
|
-
color: #2d3a56;
|
|
34642
|
-
line-height: 22px;
|
|
34643
|
-
display: inline-flex;
|
|
34644
|
-
}
|
|
34645
|
-
.E_ckui4s7 .ant-checkbox {
|
|
34646
|
-
height: 22px;
|
|
34647
|
-
display: flex;
|
|
34648
|
-
align-items: center;
|
|
34649
|
-
top: 0;
|
|
34600
|
+
top: 0;
|
|
34650
34601
|
}
|
|
34651
34602
|
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34652
34603
|
border: none;
|
|
@@ -34701,6 +34652,55 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34701
34652
|
margin-left: 24px;
|
|
34702
34653
|
}
|
|
34703
34654
|
|
|
34655
|
+
.E_lht19u8 {
|
|
34656
|
+
width: 64px;
|
|
34657
|
+
height: 64px;
|
|
34658
|
+
display: flex;
|
|
34659
|
+
align-items: center;
|
|
34660
|
+
justify-content: center;
|
|
34661
|
+
position: relative;
|
|
34662
|
+
opacity: 0.2;
|
|
34663
|
+
}
|
|
34664
|
+
|
|
34665
|
+
.E_lk3gkp4 {
|
|
34666
|
+
position: absolute;
|
|
34667
|
+
width: 5px;
|
|
34668
|
+
height: 48px;
|
|
34669
|
+
left: 9.33px;
|
|
34670
|
+
top: 40.5px;
|
|
34671
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34672
|
+
border-radius: 5px;
|
|
34673
|
+
transform: rotate(-128deg);
|
|
34674
|
+
transform-origin: top left;
|
|
34675
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34676
|
+
}
|
|
34677
|
+
|
|
34678
|
+
.E_ll4n94n {
|
|
34679
|
+
position: absolute;
|
|
34680
|
+
width: 5px;
|
|
34681
|
+
height: 48px;
|
|
34682
|
+
left: 40.8px;
|
|
34683
|
+
top: 8.4px;
|
|
34684
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34685
|
+
border-radius: 5px;
|
|
34686
|
+
transform: rotate(-8deg);
|
|
34687
|
+
transform-origin: top left;
|
|
34688
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34689
|
+
}
|
|
34690
|
+
|
|
34691
|
+
.E_l17lbdo6 {
|
|
34692
|
+
position: absolute;
|
|
34693
|
+
width: 5px;
|
|
34694
|
+
height: 48px;
|
|
34695
|
+
left: 52.9px;
|
|
34696
|
+
top: 51.8px;
|
|
34697
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34698
|
+
border-radius: 5px;
|
|
34699
|
+
transform: rotate(112deg);
|
|
34700
|
+
transform-origin: top left;
|
|
34701
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34702
|
+
}
|
|
34703
|
+
|
|
34704
34704
|
.E_w7ob4th.outside-tag {
|
|
34705
34705
|
padding-left: 0;
|
|
34706
34706
|
}
|
|
@@ -34714,46 +34714,241 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34714
34714
|
padding: 0 8px;
|
|
34715
34715
|
height: 18px;
|
|
34716
34716
|
}
|
|
34717
|
-
|
|
34718
|
-
.E_m140wbb6 {
|
|
34719
|
-
padding: 2px 8px;
|
|
34720
|
-
height: 24px;
|
|
34717
|
+
|
|
34718
|
+
.E_m140wbb6 {
|
|
34719
|
+
padding: 2px 8px;
|
|
34720
|
+
height: 24px;
|
|
34721
|
+
}
|
|
34722
|
+
|
|
34723
|
+
.E_t1fozc1i {
|
|
34724
|
+
margin: 0;
|
|
34725
|
+
}
|
|
34726
|
+
|
|
34727
|
+
.E_i1vxv4ln {
|
|
34728
|
+
margin-right: 4px;
|
|
34729
|
+
height: 16px;
|
|
34730
|
+
}
|
|
34731
|
+
|
|
34732
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34733
|
+
font-weight: 700;
|
|
34734
|
+
color: #00122e;
|
|
34735
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34736
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34737
|
+
word-break: break-all;
|
|
34738
|
+
display: inline;
|
|
34739
|
+
white-space: normal;
|
|
34740
|
+
}
|
|
34741
|
+
|
|
34742
|
+
.E_r77hffu {
|
|
34743
|
+
display: flex;
|
|
34744
|
+
align-items: center;
|
|
34745
|
+
justify-content: space-between;
|
|
34746
|
+
column-gap: 6px;
|
|
34747
|
+
}
|
|
34748
|
+
|
|
34749
|
+
.E_p1cmxsf7 {
|
|
34750
|
+
display: flex;
|
|
34751
|
+
flex-direction: column;
|
|
34752
|
+
justify-content: center;
|
|
34753
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34754
|
+
}
|
|
34755
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34756
|
+
font-size: 0;
|
|
34757
|
+
}
|
|
34758
|
+
|
|
34759
|
+
.E_sjob3jg {
|
|
34760
|
+
--item-min-width: 60px;
|
|
34761
|
+
}
|
|
34762
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34763
|
+
display: none !important;
|
|
34764
|
+
}
|
|
34765
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34766
|
+
flex-shrink: 0 !important;
|
|
34767
|
+
}
|
|
34768
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34769
|
+
color: #0080ff;
|
|
34770
|
+
}
|
|
34771
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34772
|
+
color: #0080ff;
|
|
34773
|
+
font-weight: normal;
|
|
34774
|
+
}
|
|
34775
|
+
.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 {
|
|
34776
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34777
|
+
}
|
|
34778
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34779
|
+
color: #00122e;
|
|
34780
|
+
}
|
|
34781
|
+
.E_sjob3jg .step-item-text {
|
|
34782
|
+
display: inline-block;
|
|
34783
|
+
}
|
|
34784
|
+
.E_sjob3jg .step-item-title {
|
|
34785
|
+
overflow: hidden;
|
|
34786
|
+
white-space: nowrap;
|
|
34787
|
+
text-overflow: ellipsis;
|
|
34788
|
+
}
|
|
34789
|
+
|
|
34790
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34791
|
+
min-width: var(--item-min-width);
|
|
34792
|
+
}
|
|
34793
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34794
|
+
cursor: not-allowed !important;
|
|
34795
|
+
}
|
|
34796
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34797
|
+
flex-direction: row;
|
|
34798
|
+
justify-content: stretch;
|
|
34799
|
+
}
|
|
34800
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34801
|
+
padding: 0;
|
|
34802
|
+
margin-right: 4px;
|
|
34803
|
+
flex: 1;
|
|
34804
|
+
overflow: visible;
|
|
34805
|
+
}
|
|
34806
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34807
|
+
width: 100%;
|
|
34808
|
+
min-height: unset;
|
|
34809
|
+
}
|
|
34810
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34811
|
+
height: 26px;
|
|
34812
|
+
line-height: 26px;
|
|
34813
|
+
width: 100%;
|
|
34814
|
+
padding: 0;
|
|
34815
|
+
font-size: 12px;
|
|
34816
|
+
}
|
|
34817
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34818
|
+
margin-right: 10px;
|
|
34819
|
+
}
|
|
34820
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34821
|
+
display: none;
|
|
34822
|
+
}
|
|
34823
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34824
|
+
padding-left: 8px;
|
|
34825
|
+
padding-right: 4px;
|
|
34826
|
+
border-radius: 4px 0 0 4px;
|
|
34827
|
+
}
|
|
34828
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34829
|
+
margin-right: 0;
|
|
34830
|
+
}
|
|
34831
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34832
|
+
padding-right: 8px;
|
|
34833
|
+
padding-left: 12px;
|
|
34834
|
+
border-radius: 0 4px 4px 0;
|
|
34835
|
+
}
|
|
34836
|
+
.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 {
|
|
34837
|
+
content: "";
|
|
34838
|
+
width: 0;
|
|
34839
|
+
height: 0;
|
|
34840
|
+
border: 13px solid transparent;
|
|
34841
|
+
position: absolute;
|
|
34842
|
+
top: 0;
|
|
34843
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34844
|
+
z-index: 2;
|
|
34845
|
+
position: relative;
|
|
34846
|
+
top: -50%;
|
|
34847
|
+
right: -100%;
|
|
34848
|
+
}
|
|
34849
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34850
|
+
padding: 0 4px 0 12px;
|
|
34851
|
+
}
|
|
34852
|
+
.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 {
|
|
34853
|
+
content: "";
|
|
34854
|
+
width: 0;
|
|
34855
|
+
height: 0;
|
|
34856
|
+
border: 13px solid transparent;
|
|
34857
|
+
position: absolute;
|
|
34858
|
+
top: 0;
|
|
34859
|
+
border-left: 8px solid #fff;
|
|
34860
|
+
left: 0;
|
|
34861
|
+
}
|
|
34862
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34863
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34864
|
+
}
|
|
34865
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34866
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34867
|
+
}
|
|
34868
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34869
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34870
|
+
}
|
|
34871
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34872
|
+
cursor: pointer;
|
|
34873
|
+
min-width: var(--item-min-width);
|
|
34874
|
+
}
|
|
34875
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34876
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34877
|
+
min-width: var(--item-min-width);
|
|
34878
|
+
}
|
|
34879
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34880
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34881
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34882
|
+
}
|
|
34883
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34884
|
+
padding: 0;
|
|
34885
|
+
}
|
|
34886
|
+
|
|
34887
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34888
|
+
width: 192px;
|
|
34889
|
+
row-gap: 2px;
|
|
34890
|
+
}
|
|
34891
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34892
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34893
|
+
}
|
|
34894
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34895
|
+
color: #00122e !important;
|
|
34896
|
+
}
|
|
34897
|
+
.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 {
|
|
34898
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34899
|
+
}
|
|
34900
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34901
|
+
padding: 0 8px;
|
|
34902
|
+
border-radius: 4px;
|
|
34903
|
+
height: 32px;
|
|
34904
|
+
display: flex;
|
|
34905
|
+
align-items: center;
|
|
34906
|
+
}
|
|
34907
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34908
|
+
min-height: auto;
|
|
34909
|
+
white-space: nowrap;
|
|
34910
|
+
}
|
|
34911
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34912
|
+
font-size: 13px;
|
|
34913
|
+
line-height: 20px;
|
|
34914
|
+
max-width: 100%;
|
|
34915
|
+
padding-right: 0;
|
|
34721
34916
|
}
|
|
34722
|
-
|
|
34723
|
-
.
|
|
34724
|
-
margin: 0;
|
|
34917
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34918
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34725
34919
|
}
|
|
34726
34920
|
|
|
34727
|
-
.
|
|
34728
|
-
|
|
34729
|
-
|
|
34921
|
+
.E_h6l1tj4 {
|
|
34922
|
+
width: 100%;
|
|
34923
|
+
display: inline-flex;
|
|
34924
|
+
align-items: center;
|
|
34925
|
+
justify-content: center;
|
|
34926
|
+
column-gap: 4px;
|
|
34730
34927
|
}
|
|
34731
|
-
|
|
34732
|
-
|
|
34733
|
-
|
|
34734
|
-
|
|
34735
|
-
|
|
34736
|
-
|
|
34737
|
-
|
|
34738
|
-
display: inline;
|
|
34739
|
-
white-space: normal;
|
|
34928
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34929
|
+
display: inline-flex;
|
|
34930
|
+
align-items: center;
|
|
34931
|
+
width: 18px;
|
|
34932
|
+
height: 18px;
|
|
34933
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34934
|
+
justify-content: center;
|
|
34740
34935
|
}
|
|
34741
34936
|
|
|
34742
|
-
.
|
|
34937
|
+
.E_v18frne8 {
|
|
34938
|
+
width: 100%;
|
|
34743
34939
|
display: flex;
|
|
34744
34940
|
align-items: center;
|
|
34745
|
-
justify-content:
|
|
34941
|
+
justify-content: center;
|
|
34746
34942
|
column-gap: 6px;
|
|
34943
|
+
font-size: 13px;
|
|
34747
34944
|
}
|
|
34748
|
-
|
|
34749
|
-
|
|
34750
|
-
|
|
34751
|
-
|
|
34945
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34946
|
+
display: inline-flex;
|
|
34947
|
+
align-items: center;
|
|
34948
|
+
min-width: 20px;
|
|
34949
|
+
min-height: 20px;
|
|
34950
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34752
34951
|
justify-content: center;
|
|
34753
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34754
|
-
}
|
|
34755
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34756
|
-
font-size: 0;
|
|
34757
34952
|
}
|
|
34758
34953
|
|
|
34759
34954
|
.E_t1dtlqs1 {
|
|
@@ -34957,201 +35152,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34957
35152
|
height: 16px;
|
|
34958
35153
|
}
|
|
34959
35154
|
|
|
34960
|
-
.E_sjob3jg {
|
|
34961
|
-
--item-min-width: 60px;
|
|
34962
|
-
}
|
|
34963
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34964
|
-
display: none !important;
|
|
34965
|
-
}
|
|
34966
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34967
|
-
flex-shrink: 0 !important;
|
|
34968
|
-
}
|
|
34969
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34970
|
-
color: #0080ff;
|
|
34971
|
-
}
|
|
34972
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34973
|
-
color: #0080ff;
|
|
34974
|
-
font-weight: normal;
|
|
34975
|
-
}
|
|
34976
|
-
.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 {
|
|
34977
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34978
|
-
}
|
|
34979
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34980
|
-
color: #00122e;
|
|
34981
|
-
}
|
|
34982
|
-
.E_sjob3jg .step-item-text {
|
|
34983
|
-
display: inline-block;
|
|
34984
|
-
}
|
|
34985
|
-
.E_sjob3jg .step-item-title {
|
|
34986
|
-
overflow: hidden;
|
|
34987
|
-
white-space: nowrap;
|
|
34988
|
-
text-overflow: ellipsis;
|
|
34989
|
-
}
|
|
34990
|
-
|
|
34991
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34992
|
-
min-width: var(--item-min-width);
|
|
34993
|
-
}
|
|
34994
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34995
|
-
cursor: not-allowed !important;
|
|
34996
|
-
}
|
|
34997
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34998
|
-
flex-direction: row;
|
|
34999
|
-
justify-content: stretch;
|
|
35000
|
-
}
|
|
35001
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35002
|
-
padding: 0;
|
|
35003
|
-
margin-right: 4px;
|
|
35004
|
-
flex: 1;
|
|
35005
|
-
overflow: visible;
|
|
35006
|
-
}
|
|
35007
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35008
|
-
width: 100%;
|
|
35009
|
-
min-height: unset;
|
|
35010
|
-
}
|
|
35011
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35012
|
-
height: 26px;
|
|
35013
|
-
line-height: 26px;
|
|
35014
|
-
width: 100%;
|
|
35015
|
-
padding: 0;
|
|
35016
|
-
font-size: 12px;
|
|
35017
|
-
}
|
|
35018
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35019
|
-
margin-right: 10px;
|
|
35020
|
-
}
|
|
35021
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35022
|
-
display: none;
|
|
35023
|
-
}
|
|
35024
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35025
|
-
padding-left: 8px;
|
|
35026
|
-
padding-right: 4px;
|
|
35027
|
-
border-radius: 4px 0 0 4px;
|
|
35028
|
-
}
|
|
35029
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35030
|
-
margin-right: 0;
|
|
35031
|
-
}
|
|
35032
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35033
|
-
padding-right: 8px;
|
|
35034
|
-
padding-left: 12px;
|
|
35035
|
-
border-radius: 0 4px 4px 0;
|
|
35036
|
-
}
|
|
35037
|
-
.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 {
|
|
35038
|
-
content: "";
|
|
35039
|
-
width: 0;
|
|
35040
|
-
height: 0;
|
|
35041
|
-
border: 13px solid transparent;
|
|
35042
|
-
position: absolute;
|
|
35043
|
-
top: 0;
|
|
35044
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35045
|
-
z-index: 2;
|
|
35046
|
-
position: relative;
|
|
35047
|
-
top: -50%;
|
|
35048
|
-
right: -100%;
|
|
35049
|
-
}
|
|
35050
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35051
|
-
padding: 0 4px 0 12px;
|
|
35052
|
-
}
|
|
35053
|
-
.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 {
|
|
35054
|
-
content: "";
|
|
35055
|
-
width: 0;
|
|
35056
|
-
height: 0;
|
|
35057
|
-
border: 13px solid transparent;
|
|
35058
|
-
position: absolute;
|
|
35059
|
-
top: 0;
|
|
35060
|
-
border-left: 8px solid #fff;
|
|
35061
|
-
left: 0;
|
|
35062
|
-
}
|
|
35063
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35064
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35065
|
-
}
|
|
35066
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35067
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35068
|
-
}
|
|
35069
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35070
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35071
|
-
}
|
|
35072
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35073
|
-
cursor: pointer;
|
|
35074
|
-
min-width: var(--item-min-width);
|
|
35075
|
-
}
|
|
35076
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35077
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35078
|
-
min-width: var(--item-min-width);
|
|
35079
|
-
}
|
|
35080
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35081
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35082
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35083
|
-
}
|
|
35084
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35085
|
-
padding: 0;
|
|
35086
|
-
}
|
|
35087
|
-
|
|
35088
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35089
|
-
width: 192px;
|
|
35090
|
-
row-gap: 2px;
|
|
35091
|
-
}
|
|
35092
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35093
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35094
|
-
}
|
|
35095
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35096
|
-
color: #00122e !important;
|
|
35097
|
-
}
|
|
35098
|
-
.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 {
|
|
35099
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35100
|
-
}
|
|
35101
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35102
|
-
padding: 0 8px;
|
|
35103
|
-
border-radius: 4px;
|
|
35104
|
-
height: 32px;
|
|
35105
|
-
display: flex;
|
|
35106
|
-
align-items: center;
|
|
35107
|
-
}
|
|
35108
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35109
|
-
min-height: auto;
|
|
35110
|
-
white-space: nowrap;
|
|
35111
|
-
}
|
|
35112
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35113
|
-
font-size: 13px;
|
|
35114
|
-
line-height: 20px;
|
|
35115
|
-
max-width: 100%;
|
|
35116
|
-
padding-right: 0;
|
|
35117
|
-
}
|
|
35118
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35119
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35120
|
-
}
|
|
35121
|
-
|
|
35122
|
-
.E_h6l1tj4 {
|
|
35123
|
-
width: 100%;
|
|
35124
|
-
display: inline-flex;
|
|
35125
|
-
align-items: center;
|
|
35126
|
-
justify-content: center;
|
|
35127
|
-
column-gap: 4px;
|
|
35128
|
-
}
|
|
35129
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
35130
|
-
display: inline-flex;
|
|
35131
|
-
align-items: center;
|
|
35132
|
-
width: 18px;
|
|
35133
|
-
height: 18px;
|
|
35134
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35135
|
-
justify-content: center;
|
|
35136
|
-
}
|
|
35137
|
-
|
|
35138
|
-
.E_v18frne8 {
|
|
35139
|
-
width: 100%;
|
|
35140
|
-
display: flex;
|
|
35141
|
-
align-items: center;
|
|
35142
|
-
justify-content: center;
|
|
35143
|
-
column-gap: 6px;
|
|
35144
|
-
font-size: 13px;
|
|
35145
|
-
}
|
|
35146
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
35147
|
-
display: inline-flex;
|
|
35148
|
-
align-items: center;
|
|
35149
|
-
min-width: 20px;
|
|
35150
|
-
min-height: 20px;
|
|
35151
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35152
|
-
justify-content: center;
|
|
35153
|
-
}
|
|
35154
|
-
|
|
35155
35155
|
.E_t13ef470 {
|
|
35156
35156
|
height: 100%;
|
|
35157
35157
|
}
|