@cloudtower/eagle 0.30.8 → 0.30.10
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/coreX/OverflowTooltip/index.js +21 -8
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1354 -1337
- package/dist/esm/coreX/OverflowTooltip/index.js +21 -8
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Tooltip/EllipsisTooltipContent.d.ts +4 -0
- package/dist/src/core/Tooltip/tooltip.type.d.ts +22 -0
- package/dist/src/core/Tooltip/tooltip.widget.d.ts +5 -0
- package/dist/src/coreX/OverflowTooltip/overflowTooltip.type.d.ts +2 -1
- package/dist/stories/docs/core/EllipsisTooltipContent.stories.d.ts +24 -0
- package/dist/stories/docs/coreX/OverflowTooltip.stories.d.ts +5 -0
- package/dist/style.css +1077 -1063
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29558,51 +29558,27 @@ html body {
|
|
|
29558
29558
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29559
29559
|
}
|
|
29560
29560
|
}
|
|
29561
|
-
.
|
|
29562
|
-
|
|
29563
|
-
|
|
29564
|
-
|
|
29565
|
-
|
|
29566
|
-
margin-left: 4px;
|
|
29567
|
-
}
|
|
29568
|
-
|
|
29569
|
-
.E_cro7kg2 {
|
|
29570
|
-
padding: 4px;
|
|
29571
|
-
}
|
|
29572
|
-
|
|
29573
|
-
.E_c14wcxf0 {
|
|
29561
|
+
.E_skwah65 {
|
|
29562
|
+
height: 8px;
|
|
29563
|
+
box-sizing: border-box;
|
|
29564
|
+
border-radius: 2px;
|
|
29565
|
+
background: #f5f7fa;
|
|
29574
29566
|
display: flex;
|
|
29575
|
-
|
|
29576
|
-
|
|
29577
|
-
font-size: 13px;
|
|
29578
|
-
line-height: 24px;
|
|
29579
|
-
color: #cccccc;
|
|
29580
|
-
white-space: nowrap;
|
|
29567
|
+
width: 100%;
|
|
29568
|
+
overflow: hidden;
|
|
29581
29569
|
}
|
|
29582
|
-
.
|
|
29583
|
-
margin-
|
|
29570
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29571
|
+
margin-left: 1px;
|
|
29584
29572
|
}
|
|
29585
29573
|
|
|
29586
|
-
.
|
|
29587
|
-
|
|
29588
|
-
color: white;
|
|
29574
|
+
.E_gmyahx3 {
|
|
29575
|
+
cursor: pointer;
|
|
29589
29576
|
}
|
|
29590
|
-
|
|
29591
|
-
.
|
|
29592
|
-
width: 8px;
|
|
29593
|
-
height: 8px;
|
|
29594
|
-
border-radius: 2px;
|
|
29595
|
-
display: inline-block;
|
|
29596
|
-
background: var(--s11212zy-0);
|
|
29597
|
-
border: 1px solid #fff;
|
|
29598
|
-
box-sizing: content-box;
|
|
29599
|
-
margin-right: 6px;
|
|
29577
|
+
.E_gmyahx3 .link-text {
|
|
29578
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29600
29579
|
}
|
|
29601
|
-
|
|
29602
|
-
|
|
29603
|
-
font-weight: bold;
|
|
29604
|
-
color: white;
|
|
29605
|
-
margin-right: 4px;
|
|
29580
|
+
.E_gmyahx3:hover .link-text {
|
|
29581
|
+
color: #0080ff;
|
|
29606
29582
|
}
|
|
29607
29583
|
|
|
29608
29584
|
.E_s1ebs0ra {
|
|
@@ -29666,20 +29642,74 @@ html body {
|
|
|
29666
29642
|
background: #fff;
|
|
29667
29643
|
}
|
|
29668
29644
|
|
|
29669
|
-
.
|
|
29670
|
-
|
|
29671
|
-
text-overflow: ellipsis;
|
|
29645
|
+
span.E_tqjc4ui {
|
|
29646
|
+
margin: 0 2px;
|
|
29672
29647
|
}
|
|
29673
29648
|
|
|
29674
|
-
.
|
|
29649
|
+
.E_c18bcrac {
|
|
29650
|
+
display: inline-block;
|
|
29651
|
+
width: 100%;
|
|
29652
|
+
}
|
|
29653
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29654
|
+
margin-left: 4px;
|
|
29655
|
+
}
|
|
29656
|
+
|
|
29657
|
+
.E_cro7kg2 {
|
|
29658
|
+
padding: 4px;
|
|
29659
|
+
}
|
|
29660
|
+
|
|
29661
|
+
.E_c14wcxf0 {
|
|
29662
|
+
display: flex;
|
|
29663
|
+
justify-content: space-between;
|
|
29664
|
+
align-items: center;
|
|
29665
|
+
font-size: 13px;
|
|
29666
|
+
line-height: 24px;
|
|
29667
|
+
color: #cccccc;
|
|
29675
29668
|
white-space: nowrap;
|
|
29676
29669
|
}
|
|
29670
|
+
.E_c14wcxf0 label {
|
|
29671
|
+
margin-right: 32px;
|
|
29672
|
+
}
|
|
29677
29673
|
|
|
29678
|
-
.
|
|
29679
|
-
|
|
29680
|
-
|
|
29681
|
-
|
|
29682
|
-
|
|
29674
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29675
|
+
font-weight: bold;
|
|
29676
|
+
color: white;
|
|
29677
|
+
}
|
|
29678
|
+
|
|
29679
|
+
.E_s11212zy {
|
|
29680
|
+
width: 8px;
|
|
29681
|
+
height: 8px;
|
|
29682
|
+
border-radius: 2px;
|
|
29683
|
+
display: inline-block;
|
|
29684
|
+
background: var(--s11212zy-0);
|
|
29685
|
+
border: 1px solid #fff;
|
|
29686
|
+
box-sizing: content-box;
|
|
29687
|
+
margin-right: 6px;
|
|
29688
|
+
}
|
|
29689
|
+
|
|
29690
|
+
.E_p1lyky6c > :first-child {
|
|
29691
|
+
font-weight: bold;
|
|
29692
|
+
color: white;
|
|
29693
|
+
margin-right: 4px;
|
|
29694
|
+
}
|
|
29695
|
+
|
|
29696
|
+
.E_n12mqh7z {
|
|
29697
|
+
display: flex;
|
|
29698
|
+
align-items: center;
|
|
29699
|
+
font-size: 12px;
|
|
29700
|
+
line-height: 18px;
|
|
29701
|
+
}
|
|
29702
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29703
|
+
margin-bottom: 4px;
|
|
29704
|
+
}
|
|
29705
|
+
|
|
29706
|
+
.E_tf5bynu {
|
|
29707
|
+
margin: 0 3px;
|
|
29708
|
+
}
|
|
29709
|
+
|
|
29710
|
+
.E_tcckoz1 {
|
|
29711
|
+
max-height: 400px;
|
|
29712
|
+
overflow: auto;
|
|
29683
29713
|
}
|
|
29684
29714
|
|
|
29685
29715
|
.E_clm1wy1 {
|
|
@@ -29775,161 +29805,179 @@ html body {
|
|
|
29775
29805
|
border-radius: 2px;
|
|
29776
29806
|
}
|
|
29777
29807
|
|
|
29778
|
-
.
|
|
29779
|
-
|
|
29780
|
-
|
|
29781
|
-
}
|
|
29782
|
-
.E_s1iv0tp1 .enabled-text {
|
|
29783
|
-
margin-right: 8px;
|
|
29808
|
+
.E_ou7iq30 {
|
|
29809
|
+
overflow: hidden;
|
|
29810
|
+
text-overflow: ellipsis;
|
|
29784
29811
|
}
|
|
29785
29812
|
|
|
29786
|
-
.
|
|
29787
|
-
|
|
29788
|
-
box-sizing: border-box;
|
|
29789
|
-
border-radius: 2px;
|
|
29790
|
-
background: #f5f7fa;
|
|
29791
|
-
display: flex;
|
|
29792
|
-
width: 100%;
|
|
29793
|
-
overflow: hidden;
|
|
29813
|
+
.E_s1tui002 {
|
|
29814
|
+
white-space: nowrap;
|
|
29794
29815
|
}
|
|
29795
|
-
|
|
29796
|
-
|
|
29816
|
+
|
|
29817
|
+
.E_mxrc2zg {
|
|
29818
|
+
display: -webkit-box;
|
|
29819
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29820
|
+
-webkit-box-orient: vertical;
|
|
29821
|
+
word-break: break-all;
|
|
29797
29822
|
}
|
|
29798
29823
|
|
|
29799
|
-
.
|
|
29800
|
-
display:
|
|
29801
|
-
align-items: center;
|
|
29802
|
-
font-size: 12px;
|
|
29803
|
-
line-height: 18px;
|
|
29824
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29825
|
+
display: none;
|
|
29804
29826
|
}
|
|
29805
|
-
.
|
|
29806
|
-
|
|
29827
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29828
|
+
background: rgba(23, 38, 64, 0.8);
|
|
29829
|
+
border-radius: 4px;
|
|
29807
29830
|
}
|
|
29808
|
-
|
|
29809
|
-
|
|
29810
|
-
margin: 0 3px;
|
|
29831
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29832
|
+
visibility: hidden;
|
|
29811
29833
|
}
|
|
29812
29834
|
|
|
29813
|
-
.
|
|
29814
|
-
|
|
29815
|
-
overflow: auto;
|
|
29835
|
+
.E_c1up1pdz {
|
|
29836
|
+
width: 648px;
|
|
29816
29837
|
}
|
|
29817
|
-
|
|
29818
|
-
|
|
29819
|
-
margin: 0 2px;
|
|
29838
|
+
.E_c1up1pdz.active {
|
|
29839
|
+
border-color: #0080ff;
|
|
29820
29840
|
}
|
|
29821
|
-
|
|
29822
|
-
.
|
|
29823
|
-
background: #edf0f7;
|
|
29824
|
-
padding: 32px 8px;
|
|
29825
|
-
overflow: auto;
|
|
29841
|
+
.E_c1up1pdz.active > header {
|
|
29842
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29826
29843
|
}
|
|
29827
|
-
.
|
|
29828
|
-
|
|
29829
|
-
flex-direction: column;
|
|
29830
|
-
justify-content: space-between;
|
|
29844
|
+
.E_c1up1pdz .expand {
|
|
29845
|
+
padding: 12px;
|
|
29831
29846
|
}
|
|
29832
|
-
.
|
|
29847
|
+
.E_c1up1pdz .field-item {
|
|
29833
29848
|
display: flex;
|
|
29849
|
+
padding: 10px 0;
|
|
29850
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29834
29851
|
}
|
|
29835
|
-
.
|
|
29836
|
-
|
|
29837
|
-
|
|
29838
|
-
.E_s1at6qmn .ant-menu a {
|
|
29839
|
-
color: #00122e;
|
|
29840
|
-
width: 180px;
|
|
29841
|
-
overflow: hidden;
|
|
29842
|
-
text-overflow: ellipsis;
|
|
29852
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29853
|
+
border-bottom: none;
|
|
29854
|
+
padding-bottom: 0;
|
|
29843
29855
|
}
|
|
29844
|
-
.
|
|
29845
|
-
|
|
29856
|
+
.E_c1up1pdz .field-item label {
|
|
29857
|
+
line-height: 32px;
|
|
29858
|
+
width: 100px;
|
|
29859
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29846
29860
|
}
|
|
29847
|
-
.
|
|
29848
|
-
|
|
29861
|
+
.E_c1up1pdz .help {
|
|
29862
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29863
|
+
margin-top: 5px;
|
|
29849
29864
|
}
|
|
29850
|
-
.
|
|
29851
|
-
|
|
29852
|
-
|
|
29853
|
-
line-height: 18px;
|
|
29865
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29866
|
+
.E_c1up1pdz .ant-picker {
|
|
29867
|
+
width: 128px;
|
|
29854
29868
|
}
|
|
29855
|
-
|
|
29856
|
-
|
|
29869
|
+
|
|
29870
|
+
.E_c156wh19 {
|
|
29871
|
+
display: flex;
|
|
29872
|
+
align-items: center;
|
|
29873
|
+
justify-content: space-between;
|
|
29874
|
+
word-break: keep-all;
|
|
29857
29875
|
}
|
|
29858
|
-
.
|
|
29859
|
-
|
|
29876
|
+
.E_c156wh19 .title {
|
|
29877
|
+
margin: 0 16px 0 8px;
|
|
29860
29878
|
}
|
|
29861
|
-
.
|
|
29862
|
-
|
|
29863
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
29879
|
+
.E_c156wh19 .retain {
|
|
29880
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29864
29881
|
}
|
|
29865
|
-
.
|
|
29866
|
-
|
|
29882
|
+
.E_c156wh19 div.left {
|
|
29883
|
+
flex: 1;
|
|
29867
29884
|
display: flex;
|
|
29885
|
+
overflow: hidden;
|
|
29868
29886
|
align-items: center;
|
|
29869
|
-
|
|
29870
|
-
|
|
29871
|
-
padding: 0 8px;
|
|
29887
|
+
justify-content: flex-start;
|
|
29888
|
+
white-space: nowrap;
|
|
29872
29889
|
}
|
|
29873
|
-
.
|
|
29874
|
-
|
|
29890
|
+
.E_c156wh19 div.left .title {
|
|
29891
|
+
max-width: 100%;
|
|
29892
|
+
overflow: hidden;
|
|
29893
|
+
text-overflow: ellipsis;
|
|
29875
29894
|
}
|
|
29876
|
-
.
|
|
29877
|
-
|
|
29878
|
-
|
|
29895
|
+
.E_c156wh19 div.right {
|
|
29896
|
+
display: flex;
|
|
29897
|
+
align-items: center;
|
|
29879
29898
|
}
|
|
29880
|
-
.
|
|
29881
|
-
|
|
29882
|
-
|
|
29883
|
-
|
|
29884
|
-
color: #fff;
|
|
29899
|
+
.E_c156wh19 .reverse {
|
|
29900
|
+
display: flex;
|
|
29901
|
+
flex-direction: row-reverse;
|
|
29902
|
+
align-items: center;
|
|
29885
29903
|
}
|
|
29886
|
-
.
|
|
29887
|
-
|
|
29904
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
29905
|
+
margin-left: 8px;
|
|
29888
29906
|
}
|
|
29889
|
-
.
|
|
29890
|
-
|
|
29891
|
-
|
|
29892
|
-
border-
|
|
29907
|
+
.E_c156wh19 .close {
|
|
29908
|
+
padding-left: 14px;
|
|
29909
|
+
margin-left: 14px;
|
|
29910
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29911
|
+
cursor: pointer;
|
|
29893
29912
|
}
|
|
29894
29913
|
|
|
29895
|
-
.
|
|
29896
|
-
|
|
29897
|
-
|
|
29898
|
-
}
|
|
29899
|
-
.E_s1wu0lms.shrink {
|
|
29900
|
-
transition: all 0s;
|
|
29901
|
-
overflow: hidden;
|
|
29914
|
+
.E_m126spxy {
|
|
29915
|
+
padding-bottom: 4px;
|
|
29916
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29902
29917
|
}
|
|
29903
|
-
.
|
|
29904
|
-
|
|
29918
|
+
.E_m126spxy .ant-btn-link {
|
|
29919
|
+
padding: 1px 10px;
|
|
29920
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29921
|
+
border-radius: 4px;
|
|
29905
29922
|
}
|
|
29906
|
-
.
|
|
29907
|
-
|
|
29908
|
-
|
|
29923
|
+
.E_m126spxy .ant-btn-link.active {
|
|
29924
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29925
|
+
color: #0096ff;
|
|
29909
29926
|
}
|
|
29910
29927
|
|
|
29911
|
-
.
|
|
29912
|
-
|
|
29913
|
-
|
|
29914
|
-
width: 100% !important;
|
|
29928
|
+
.E_wpbf4pq {
|
|
29929
|
+
padding: 10px 0;
|
|
29930
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29915
29931
|
}
|
|
29916
|
-
.
|
|
29917
|
-
|
|
29918
|
-
|
|
29932
|
+
.E_wpbf4pq .ant-input,
|
|
29933
|
+
.E_wpbf4pq .ant-picker {
|
|
29934
|
+
width: 80px;
|
|
29935
|
+
margin: 0 9px;
|
|
29936
|
+
text-align: center;
|
|
29919
29937
|
}
|
|
29920
|
-
.
|
|
29921
|
-
|
|
29922
|
-
|
|
29938
|
+
.E_wpbf4pq .options {
|
|
29939
|
+
padding: 12px 0 12px 16px;
|
|
29940
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29941
|
+
margin: 5px 0 5px 8px;
|
|
29923
29942
|
}
|
|
29924
|
-
.
|
|
29925
|
-
|
|
29943
|
+
.E_wpbf4pq .week-day-option,
|
|
29944
|
+
.E_wpbf4pq .month-day-option {
|
|
29945
|
+
background: #f5f7fa;
|
|
29946
|
+
box-sizing: border-box;
|
|
29947
|
+
border-radius: 16px;
|
|
29948
|
+
margin-right: 8px;
|
|
29926
29949
|
}
|
|
29927
|
-
.
|
|
29928
|
-
|
|
29929
|
-
|
|
29930
|
-
|
|
29931
|
-
|
|
29932
|
-
|
|
29950
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
29951
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
29952
|
+
color: inherit;
|
|
29953
|
+
border-color: #d9d9d9;
|
|
29954
|
+
}
|
|
29955
|
+
.E_wpbf4pq .week-day-option.active {
|
|
29956
|
+
background-color: #0096ff;
|
|
29957
|
+
border-color: #0096ff;
|
|
29958
|
+
color: #fff;
|
|
29959
|
+
}
|
|
29960
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
29961
|
+
width: 110px;
|
|
29962
|
+
margin-top: 4px;
|
|
29963
|
+
}
|
|
29964
|
+
.E_wpbf4pq .month-day-option {
|
|
29965
|
+
width: 32px;
|
|
29966
|
+
padding: 0;
|
|
29967
|
+
margin-bottom: 8px;
|
|
29968
|
+
}
|
|
29969
|
+
.E_wpbf4pq .month-day-option.active {
|
|
29970
|
+
background-color: #0096ff;
|
|
29971
|
+
border-color: #0096ff;
|
|
29972
|
+
color: #fff;
|
|
29973
|
+
}
|
|
29974
|
+
|
|
29975
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29976
|
+
display: flex;
|
|
29977
|
+
align-items: center;
|
|
29978
|
+
}
|
|
29979
|
+
.E_s1iv0tp1 .enabled-text {
|
|
29980
|
+
margin-right: 8px;
|
|
29933
29981
|
}
|
|
29934
29982
|
|
|
29935
29983
|
.E_t1sqg15u {
|
|
@@ -30022,458 +30070,365 @@ span.E_tqjc4ui {
|
|
|
30022
30070
|
padding-right: 12px;
|
|
30023
30071
|
}
|
|
30024
30072
|
|
|
30025
|
-
.
|
|
30026
|
-
|
|
30073
|
+
.E_berrcjl {
|
|
30074
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30075
|
+
margin-bottom: 4px;
|
|
30027
30076
|
}
|
|
30028
|
-
.
|
|
30029
|
-
color: rgba(
|
|
30077
|
+
.E_berrcjl .breadcrumb-link {
|
|
30078
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30079
|
+
cursor: pointer;
|
|
30080
|
+
transition: color 160ms ease;
|
|
30030
30081
|
}
|
|
30031
|
-
.
|
|
30082
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30032
30083
|
color: #0080ff;
|
|
30033
30084
|
}
|
|
30085
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30086
|
+
color: #005ed1;
|
|
30087
|
+
}
|
|
30034
30088
|
|
|
30035
|
-
.
|
|
30089
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30090
|
+
background: #edf0f7;
|
|
30091
|
+
padding: 32px 8px;
|
|
30092
|
+
overflow: auto;
|
|
30093
|
+
}
|
|
30094
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30036
30095
|
display: flex;
|
|
30037
30096
|
flex-direction: column;
|
|
30038
|
-
|
|
30039
|
-
/* FIXME:(yanzhen) do this better */
|
|
30097
|
+
justify-content: space-between;
|
|
30040
30098
|
}
|
|
30041
|
-
.
|
|
30042
|
-
flex-shrink: 0;
|
|
30099
|
+
.E_s1at6qmn footer {
|
|
30043
30100
|
display: flex;
|
|
30044
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30045
|
-
}
|
|
30046
|
-
.E_t160l1cm .tab-content {
|
|
30047
|
-
height: 100%;
|
|
30048
30101
|
}
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
padding: 1px 12px;
|
|
30052
|
-
line-height: 24px;
|
|
30053
|
-
height: 24px;
|
|
30054
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30055
|
-
border-radius: 4px 4px 0 0;
|
|
30056
|
-
cursor: pointer;
|
|
30057
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30102
|
+
.E_s1at6qmn .ant-menu {
|
|
30103
|
+
background: #edf0f7;
|
|
30058
30104
|
}
|
|
30059
|
-
.
|
|
30060
|
-
|
|
30105
|
+
.E_s1at6qmn .ant-menu a {
|
|
30106
|
+
color: #00122e;
|
|
30107
|
+
width: 180px;
|
|
30108
|
+
overflow: hidden;
|
|
30109
|
+
text-overflow: ellipsis;
|
|
30061
30110
|
}
|
|
30062
|
-
.
|
|
30063
|
-
|
|
30111
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30112
|
+
margin-bottom: 24px;
|
|
30064
30113
|
}
|
|
30065
|
-
.
|
|
30066
|
-
|
|
30067
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30114
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30115
|
+
margin: 0;
|
|
30068
30116
|
}
|
|
30069
|
-
.
|
|
30070
|
-
|
|
30117
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30118
|
+
font-size: 12px;
|
|
30119
|
+
padding: 0 8px 4px;
|
|
30120
|
+
line-height: 18px;
|
|
30071
30121
|
}
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30122
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30123
|
+
padding: 0;
|
|
30074
30124
|
}
|
|
30075
|
-
.
|
|
30076
|
-
|
|
30077
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30125
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30126
|
+
padding-bottom: 24px;
|
|
30078
30127
|
}
|
|
30079
|
-
.
|
|
30080
|
-
|
|
30128
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30129
|
+
margin-bottom: 24px;
|
|
30130
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30081
30131
|
}
|
|
30082
|
-
.
|
|
30083
|
-
|
|
30132
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30133
|
+
transition: none;
|
|
30134
|
+
display: flex;
|
|
30135
|
+
align-items: center;
|
|
30136
|
+
height: 32px;
|
|
30137
|
+
line-height: 22px;
|
|
30138
|
+
padding: 0 8px;
|
|
30084
30139
|
}
|
|
30085
|
-
.
|
|
30086
|
-
|
|
30140
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30141
|
+
margin-right: 12px;
|
|
30087
30142
|
}
|
|
30088
|
-
.
|
|
30089
|
-
|
|
30090
|
-
|
|
30143
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30144
|
+
margin: 0;
|
|
30145
|
+
margin-bottom: 2px;
|
|
30091
30146
|
}
|
|
30092
|
-
.
|
|
30093
|
-
background:
|
|
30147
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30148
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30149
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30150
|
+
border-radius: 6px;
|
|
30151
|
+
color: #fff;
|
|
30094
30152
|
}
|
|
30095
|
-
.
|
|
30096
|
-
|
|
30153
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30154
|
+
color: #fff;
|
|
30097
30155
|
}
|
|
30098
|
-
.
|
|
30099
|
-
|
|
30100
|
-
|
|
30156
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
30157
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30158
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30159
|
+
border-radius: 6px;
|
|
30101
30160
|
}
|
|
30102
|
-
|
|
30103
|
-
|
|
30161
|
+
|
|
30162
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30163
|
+
white-space: nowrap;
|
|
30164
|
+
transition: all 0s;
|
|
30104
30165
|
}
|
|
30105
|
-
.
|
|
30106
|
-
|
|
30107
|
-
display: flex;
|
|
30108
|
-
align-items: center;
|
|
30166
|
+
.E_s1wu0lms.shrink {
|
|
30167
|
+
transition: all 0s;
|
|
30109
30168
|
overflow: hidden;
|
|
30110
30169
|
}
|
|
30111
|
-
.
|
|
30112
|
-
|
|
30113
|
-
max-width: 0;
|
|
30114
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30170
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30171
|
+
visibility: hidden;
|
|
30115
30172
|
}
|
|
30116
|
-
.
|
|
30117
|
-
|
|
30118
|
-
|
|
30119
|
-
display: flex;
|
|
30120
|
-
}
|
|
30121
|
-
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30122
|
-
opacity: 0;
|
|
30123
|
-
position: absolute;
|
|
30124
|
-
top: 50%;
|
|
30125
|
-
left: 0;
|
|
30126
|
-
transform: translate(-50%, -50%);
|
|
30127
|
-
transition: opacity 100ms linear;
|
|
30128
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30129
|
-
}
|
|
30130
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30131
|
-
color: #0080ff;
|
|
30132
|
-
}
|
|
30133
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30134
|
-
padding: 1px 12px;
|
|
30135
|
-
display: inline-block;
|
|
30136
|
-
opacity: 1;
|
|
30137
|
-
max-width: 160px;
|
|
30138
|
-
}
|
|
30139
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30140
|
-
padding: 1px 12px;
|
|
30141
|
-
color: #005ed1;
|
|
30142
|
-
}
|
|
30143
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30144
|
-
opacity: 1;
|
|
30145
|
-
}
|
|
30146
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
30147
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30148
|
-
}
|
|
30149
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
30150
|
-
opacity: 0;
|
|
30151
|
-
}
|
|
30152
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30153
|
-
padding: 4px 16px;
|
|
30154
|
-
height: 32px;
|
|
30155
|
-
border-radius: 6px 6px 0 0;
|
|
30173
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30174
|
+
width: 36px;
|
|
30175
|
+
padding: 0 6px;
|
|
30156
30176
|
}
|
|
30157
|
-
|
|
30158
|
-
|
|
30177
|
+
|
|
30178
|
+
.E_n1ugzfva {
|
|
30179
|
+
display: flex;
|
|
30180
|
+
place-items: center;
|
|
30181
|
+
width: 100% !important;
|
|
30159
30182
|
}
|
|
30160
|
-
.
|
|
30161
|
-
|
|
30183
|
+
.E_n1ugzfva[disabled] {
|
|
30184
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30185
|
+
opacity: 1 !important;
|
|
30162
30186
|
}
|
|
30163
|
-
.
|
|
30164
|
-
|
|
30165
|
-
|
|
30187
|
+
.E_n1ugzfva.ant-btn {
|
|
30188
|
+
width: 100%;
|
|
30189
|
+
color: #00122e;
|
|
30166
30190
|
}
|
|
30167
|
-
.
|
|
30168
|
-
|
|
30191
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30192
|
+
margin-right: 12px;
|
|
30169
30193
|
}
|
|
30170
|
-
.
|
|
30171
|
-
|
|
30194
|
+
.E_n1ugzfva .link-title {
|
|
30195
|
+
flex: 1;
|
|
30196
|
+
overflow: hidden;
|
|
30197
|
+
white-space: nowrap;
|
|
30198
|
+
text-overflow: ellipsis;
|
|
30199
|
+
text-align: left;
|
|
30172
30200
|
}
|
|
30173
|
-
|
|
30174
|
-
|
|
30201
|
+
|
|
30202
|
+
.E_b1nip9bk {
|
|
30203
|
+
padding: 4px 11px;
|
|
30175
30204
|
}
|
|
30176
|
-
|
|
30177
|
-
|
|
30205
|
+
|
|
30206
|
+
.E_bqamoqe {
|
|
30207
|
+
white-space: nowrap;
|
|
30208
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30178
30209
|
}
|
|
30179
|
-
.
|
|
30180
|
-
color: #
|
|
30210
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30211
|
+
--color: #0080ff;
|
|
30181
30212
|
}
|
|
30182
|
-
.
|
|
30183
|
-
|
|
30184
|
-
color: #1d326c;
|
|
30213
|
+
.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] {
|
|
30214
|
+
--color: #0080ff;
|
|
30185
30215
|
}
|
|
30186
|
-
.
|
|
30187
|
-
|
|
30216
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30217
|
+
margin-left: 1px;
|
|
30188
30218
|
}
|
|
30189
|
-
.
|
|
30190
|
-
|
|
30219
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30220
|
+
border-top-right-radius: 0;
|
|
30221
|
+
border-bottom-right-radius: 0;
|
|
30191
30222
|
}
|
|
30192
|
-
.
|
|
30193
|
-
|
|
30223
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30224
|
+
border-top-left-radius: 0;
|
|
30225
|
+
border-bottom-left-radius: 0;
|
|
30194
30226
|
}
|
|
30195
|
-
.
|
|
30196
|
-
|
|
30227
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30228
|
+
border-radius: unset;
|
|
30197
30229
|
}
|
|
30198
|
-
|
|
30199
|
-
|
|
30230
|
+
|
|
30231
|
+
.E_t160l1cm {
|
|
30200
30232
|
display: flex;
|
|
30201
30233
|
flex-direction: column;
|
|
30234
|
+
flex: 1;
|
|
30235
|
+
/* FIXME:(yanzhen) do this better */
|
|
30202
30236
|
}
|
|
30203
|
-
.E_t160l1cm
|
|
30204
|
-
|
|
30237
|
+
.E_t160l1cm .tab-bar {
|
|
30238
|
+
flex-shrink: 0;
|
|
30239
|
+
display: flex;
|
|
30240
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30205
30241
|
}
|
|
30206
|
-
|
|
30207
|
-
|
|
30208
|
-
max-width: 240px;
|
|
30209
|
-
animation: none;
|
|
30242
|
+
.E_t160l1cm .tab-content {
|
|
30243
|
+
height: 100%;
|
|
30210
30244
|
}
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30213
|
-
padding:
|
|
30245
|
+
.E_t160l1cm .tab-menu-item {
|
|
30246
|
+
margin-right: 2px;
|
|
30247
|
+
padding: 1px 12px;
|
|
30248
|
+
line-height: 24px;
|
|
30249
|
+
height: 24px;
|
|
30250
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30251
|
+
border-radius: 4px 4px 0 0;
|
|
30252
|
+
cursor: pointer;
|
|
30253
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30214
30254
|
}
|
|
30215
|
-
.
|
|
30216
|
-
|
|
30217
|
-
height: 32px;
|
|
30218
|
-
line-height: 32px;
|
|
30219
|
-
font-size: 13px;
|
|
30220
|
-
padding: 0 10px;
|
|
30221
|
-
display: block;
|
|
30222
|
-
overflow: hidden;
|
|
30223
|
-
text-overflow: ellipsis;
|
|
30224
|
-
white-space: nowrap;
|
|
30255
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30256
|
+
padding-left: 0;
|
|
30225
30257
|
}
|
|
30226
|
-
.
|
|
30227
|
-
|
|
30228
|
-
height: 1px;
|
|
30229
|
-
width: calc(100% + 10px);
|
|
30230
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30231
|
-
display: block;
|
|
30258
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30259
|
+
padding-left: 12px;
|
|
30232
30260
|
}
|
|
30233
|
-
.
|
|
30261
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30234
30262
|
color: #0080ff;
|
|
30235
|
-
background:
|
|
30236
|
-
}
|
|
30237
|
-
|
|
30238
|
-
.E_c1up1pdz {
|
|
30239
|
-
width: 648px;
|
|
30263
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30240
30264
|
}
|
|
30241
|
-
.
|
|
30242
|
-
|
|
30265
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30266
|
+
fill: #0080ff;
|
|
30243
30267
|
}
|
|
30244
|
-
.
|
|
30245
|
-
background: rgba(
|
|
30268
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30269
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30246
30270
|
}
|
|
30247
|
-
.
|
|
30248
|
-
|
|
30271
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30272
|
+
color: #0080ff;
|
|
30273
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30249
30274
|
}
|
|
30250
|
-
.
|
|
30251
|
-
|
|
30252
|
-
padding: 10px 0;
|
|
30253
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30275
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30276
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30254
30277
|
}
|
|
30255
|
-
.
|
|
30256
|
-
|
|
30257
|
-
padding-bottom: 0;
|
|
30278
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30279
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30258
30280
|
}
|
|
30259
|
-
.
|
|
30260
|
-
|
|
30261
|
-
width: 100px;
|
|
30262
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30281
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30282
|
+
fill: #0080ff;
|
|
30263
30283
|
}
|
|
30264
|
-
.
|
|
30265
|
-
color:
|
|
30266
|
-
|
|
30284
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30285
|
+
color: #0080ff;
|
|
30286
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30267
30287
|
}
|
|
30268
|
-
.
|
|
30269
|
-
|
|
30270
|
-
width: 128px;
|
|
30288
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30289
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30271
30290
|
}
|
|
30272
|
-
|
|
30273
|
-
|
|
30274
|
-
display: flex;
|
|
30275
|
-
align-items: center;
|
|
30276
|
-
justify-content: space-between;
|
|
30277
|
-
word-break: keep-all;
|
|
30291
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30292
|
+
fill: #1d326c;
|
|
30278
30293
|
}
|
|
30279
|
-
.
|
|
30280
|
-
margin:
|
|
30294
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30295
|
+
margin-left: 8px;
|
|
30296
|
+
height: 22px;
|
|
30281
30297
|
}
|
|
30282
|
-
.
|
|
30283
|
-
|
|
30298
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30299
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30284
30300
|
}
|
|
30285
|
-
.
|
|
30286
|
-
|
|
30301
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30302
|
+
padding: 0;
|
|
30287
30303
|
display: flex;
|
|
30288
|
-
overflow: hidden;
|
|
30289
30304
|
align-items: center;
|
|
30290
|
-
justify-content: flex-start;
|
|
30291
|
-
white-space: nowrap;
|
|
30292
|
-
}
|
|
30293
|
-
.E_c156wh19 div.left .title {
|
|
30294
|
-
max-width: 100%;
|
|
30295
30305
|
overflow: hidden;
|
|
30296
|
-
text-overflow: ellipsis;
|
|
30297
30306
|
}
|
|
30298
|
-
.
|
|
30299
|
-
|
|
30300
|
-
|
|
30307
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30308
|
+
opacity: 0;
|
|
30309
|
+
max-width: 0;
|
|
30310
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30301
30311
|
}
|
|
30302
|
-
.
|
|
30312
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30313
|
+
padding: 1px 12px;
|
|
30314
|
+
position: relative;
|
|
30303
30315
|
display: flex;
|
|
30304
|
-
flex-direction: row-reverse;
|
|
30305
|
-
align-items: center;
|
|
30306
|
-
}
|
|
30307
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
30308
|
-
margin-left: 8px;
|
|
30309
|
-
}
|
|
30310
|
-
.E_c156wh19 .close {
|
|
30311
|
-
padding-left: 14px;
|
|
30312
|
-
margin-left: 14px;
|
|
30313
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30314
|
-
cursor: pointer;
|
|
30315
|
-
}
|
|
30316
|
-
|
|
30317
|
-
.E_m126spxy {
|
|
30318
|
-
padding-bottom: 4px;
|
|
30319
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30320
|
-
}
|
|
30321
|
-
.E_m126spxy .ant-btn-link {
|
|
30322
|
-
padding: 1px 10px;
|
|
30323
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30324
|
-
border-radius: 4px;
|
|
30325
|
-
}
|
|
30326
|
-
.E_m126spxy .ant-btn-link.active {
|
|
30327
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30328
|
-
color: #0096ff;
|
|
30329
|
-
}
|
|
30330
|
-
|
|
30331
|
-
.E_wpbf4pq {
|
|
30332
|
-
padding: 10px 0;
|
|
30333
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30334
|
-
}
|
|
30335
|
-
.E_wpbf4pq .ant-input,
|
|
30336
|
-
.E_wpbf4pq .ant-picker {
|
|
30337
|
-
width: 80px;
|
|
30338
|
-
margin: 0 9px;
|
|
30339
|
-
text-align: center;
|
|
30340
|
-
}
|
|
30341
|
-
.E_wpbf4pq .options {
|
|
30342
|
-
padding: 12px 0 12px 16px;
|
|
30343
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30344
|
-
margin: 5px 0 5px 8px;
|
|
30345
|
-
}
|
|
30346
|
-
.E_wpbf4pq .week-day-option,
|
|
30347
|
-
.E_wpbf4pq .month-day-option {
|
|
30348
|
-
background: #f5f7fa;
|
|
30349
|
-
box-sizing: border-box;
|
|
30350
|
-
border-radius: 16px;
|
|
30351
|
-
margin-right: 8px;
|
|
30352
|
-
}
|
|
30353
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
30354
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
30355
|
-
color: inherit;
|
|
30356
|
-
border-color: #d9d9d9;
|
|
30357
|
-
}
|
|
30358
|
-
.E_wpbf4pq .week-day-option.active {
|
|
30359
|
-
background-color: #0096ff;
|
|
30360
|
-
border-color: #0096ff;
|
|
30361
|
-
color: #fff;
|
|
30362
|
-
}
|
|
30363
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
30364
|
-
width: 110px;
|
|
30365
|
-
margin-top: 4px;
|
|
30366
|
-
}
|
|
30367
|
-
.E_wpbf4pq .month-day-option {
|
|
30368
|
-
width: 32px;
|
|
30369
|
-
padding: 0;
|
|
30370
|
-
margin-bottom: 8px;
|
|
30371
30316
|
}
|
|
30372
|
-
.
|
|
30373
|
-
|
|
30374
|
-
|
|
30375
|
-
|
|
30376
|
-
|
|
30377
|
-
|
|
30378
|
-
|
|
30379
|
-
|
|
30317
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30318
|
+
opacity: 0;
|
|
30319
|
+
position: absolute;
|
|
30320
|
+
top: 50%;
|
|
30321
|
+
left: 0;
|
|
30322
|
+
transform: translate(-50%, -50%);
|
|
30323
|
+
transition: opacity 100ms linear;
|
|
30324
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30380
30325
|
}
|
|
30381
|
-
|
|
30382
|
-
|
|
30383
|
-
white-space: nowrap;
|
|
30384
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30326
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30327
|
+
color: #0080ff;
|
|
30385
30328
|
}
|
|
30386
|
-
.
|
|
30387
|
-
|
|
30329
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30330
|
+
padding: 1px 12px;
|
|
30331
|
+
display: inline-block;
|
|
30332
|
+
opacity: 1;
|
|
30333
|
+
max-width: 160px;
|
|
30388
30334
|
}
|
|
30389
|
-
.
|
|
30390
|
-
|
|
30335
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30336
|
+
padding: 1px 12px;
|
|
30337
|
+
color: #005ed1;
|
|
30391
30338
|
}
|
|
30392
|
-
.
|
|
30393
|
-
|
|
30339
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30340
|
+
opacity: 1;
|
|
30394
30341
|
}
|
|
30395
|
-
.
|
|
30396
|
-
|
|
30397
|
-
border-bottom-right-radius: 0;
|
|
30342
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
30343
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30398
30344
|
}
|
|
30399
|
-
.
|
|
30400
|
-
|
|
30401
|
-
border-bottom-left-radius: 0;
|
|
30345
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
30346
|
+
opacity: 0;
|
|
30402
30347
|
}
|
|
30403
|
-
.
|
|
30404
|
-
|
|
30348
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30349
|
+
padding: 4px 16px;
|
|
30350
|
+
height: 32px;
|
|
30351
|
+
border-radius: 6px 6px 0 0;
|
|
30405
30352
|
}
|
|
30406
|
-
|
|
30407
|
-
|
|
30408
|
-
border: 1px solid #d8deeb;
|
|
30409
|
-
border-radius: 4px;
|
|
30353
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30354
|
+
padding-left: 0;
|
|
30410
30355
|
}
|
|
30411
|
-
.
|
|
30412
|
-
|
|
30356
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
30357
|
+
padding-left: 16px;
|
|
30413
30358
|
}
|
|
30414
|
-
.
|
|
30415
|
-
|
|
30359
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30360
|
+
margin-left: 11px;
|
|
30361
|
+
height: 24px;
|
|
30416
30362
|
}
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30363
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30364
|
+
padding: 0;
|
|
30419
30365
|
}
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30366
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30367
|
+
padding: 4px 16px;
|
|
30422
30368
|
}
|
|
30423
|
-
.
|
|
30424
|
-
padding:
|
|
30369
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30370
|
+
padding: 4px 16px;
|
|
30425
30371
|
}
|
|
30426
|
-
|
|
30427
|
-
|
|
30428
|
-
display: flex;
|
|
30429
|
-
justify-content: space-between;
|
|
30430
|
-
width: 100%;
|
|
30372
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30373
|
+
background: #fff;
|
|
30431
30374
|
}
|
|
30432
|
-
.
|
|
30433
|
-
|
|
30375
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30376
|
+
color: #005ed1;
|
|
30434
30377
|
}
|
|
30435
|
-
|
|
30436
|
-
|
|
30437
|
-
|
|
30378
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30379
|
+
background: #fff;
|
|
30380
|
+
color: #1d326c;
|
|
30438
30381
|
}
|
|
30439
|
-
|
|
30440
|
-
.
|
|
30441
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30442
|
-
margin-bottom: 4px;
|
|
30382
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30383
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30443
30384
|
}
|
|
30444
|
-
.
|
|
30445
|
-
color:
|
|
30446
|
-
cursor: pointer;
|
|
30447
|
-
transition: color 160ms ease;
|
|
30385
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30386
|
+
color: #1d326c;
|
|
30448
30387
|
}
|
|
30449
|
-
.
|
|
30450
|
-
|
|
30388
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30389
|
+
fill: #d8deeb;
|
|
30451
30390
|
}
|
|
30452
|
-
.
|
|
30453
|
-
|
|
30391
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30392
|
+
fill: #1d326c;
|
|
30454
30393
|
}
|
|
30455
|
-
|
|
30456
|
-
|
|
30394
|
+
.E_t160l1cm .tab-content {
|
|
30395
|
+
flex: 1;
|
|
30457
30396
|
display: flex;
|
|
30458
|
-
|
|
30459
|
-
|
|
30397
|
+
flex-direction: column;
|
|
30398
|
+
}
|
|
30399
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30400
|
+
overflow: visible;
|
|
30460
30401
|
}
|
|
30461
30402
|
|
|
30462
|
-
.
|
|
30463
|
-
|
|
30464
|
-
|
|
30465
|
-
width: calc(100% - 40px);
|
|
30403
|
+
.E_t14npdqr {
|
|
30404
|
+
max-width: 240px;
|
|
30405
|
+
animation: none;
|
|
30466
30406
|
}
|
|
30467
|
-
.
|
|
30468
|
-
|
|
30469
|
-
|
|
30407
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30408
|
+
border: 1px solid #0080ff;
|
|
30409
|
+
padding: 0;
|
|
30470
30410
|
}
|
|
30471
|
-
|
|
30472
|
-
|
|
30473
|
-
|
|
30411
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30412
|
+
margin: 0;
|
|
30413
|
+
height: 32px;
|
|
30414
|
+
line-height: 32px;
|
|
30415
|
+
font-size: 13px;
|
|
30416
|
+
padding: 0 10px;
|
|
30417
|
+
display: block;
|
|
30418
|
+
overflow: hidden;
|
|
30419
|
+
text-overflow: ellipsis;
|
|
30420
|
+
white-space: nowrap;
|
|
30474
30421
|
}
|
|
30475
|
-
.
|
|
30476
|
-
|
|
30422
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30423
|
+
content: " ";
|
|
30424
|
+
height: 1px;
|
|
30425
|
+
width: calc(100% + 10px);
|
|
30426
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30427
|
+
display: block;
|
|
30428
|
+
}
|
|
30429
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30430
|
+
color: #0080ff;
|
|
30431
|
+
background: transparent;
|
|
30477
30432
|
}
|
|
30478
30433
|
|
|
30479
30434
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30730,6 +30685,62 @@ button.E_n7k2c6r {
|
|
|
30730
30685
|
padding: 0;
|
|
30731
30686
|
}
|
|
30732
30687
|
|
|
30688
|
+
.E_m74vjol {
|
|
30689
|
+
display: flex;
|
|
30690
|
+
justify-content: space-between;
|
|
30691
|
+
width: 100%;
|
|
30692
|
+
}
|
|
30693
|
+
.E_m74vjol .action {
|
|
30694
|
+
margin-left: 16px;
|
|
30695
|
+
}
|
|
30696
|
+
|
|
30697
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30698
|
+
width: 100%;
|
|
30699
|
+
}
|
|
30700
|
+
|
|
30701
|
+
.E_c18gxmrl {
|
|
30702
|
+
border: 1px solid #d8deeb;
|
|
30703
|
+
border-radius: 4px;
|
|
30704
|
+
}
|
|
30705
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30706
|
+
margin-top: 8px;
|
|
30707
|
+
}
|
|
30708
|
+
.E_c18gxmrl:hover {
|
|
30709
|
+
border-color: #0080ff;
|
|
30710
|
+
}
|
|
30711
|
+
.E_c18gxmrl:hover > header {
|
|
30712
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30713
|
+
}
|
|
30714
|
+
.E_c18gxmrl.active header {
|
|
30715
|
+
border-bottom: 1px solid #d8deeb;
|
|
30716
|
+
}
|
|
30717
|
+
.E_c18gxmrl > header {
|
|
30718
|
+
padding: 8px 12px;
|
|
30719
|
+
}
|
|
30720
|
+
|
|
30721
|
+
.E_wg1tsps {
|
|
30722
|
+
display: flex;
|
|
30723
|
+
align-items: center;
|
|
30724
|
+
justify-content: flex-end;
|
|
30725
|
+
}
|
|
30726
|
+
|
|
30727
|
+
.E_b1ctd5xy {
|
|
30728
|
+
display: flex;
|
|
30729
|
+
align-items: center;
|
|
30730
|
+
width: calc(100% - 40px);
|
|
30731
|
+
}
|
|
30732
|
+
.E_b1ctd5xy .chart {
|
|
30733
|
+
display: inline-block;
|
|
30734
|
+
width: 100%;
|
|
30735
|
+
}
|
|
30736
|
+
|
|
30737
|
+
.E_u1p8acpn {
|
|
30738
|
+
min-width: 40px;
|
|
30739
|
+
}
|
|
30740
|
+
.E_u1p8acpn .unit {
|
|
30741
|
+
color: #00122e !important;
|
|
30742
|
+
}
|
|
30743
|
+
|
|
30733
30744
|
.E_c1uzzomf {
|
|
30734
30745
|
margin-bottom: 16px;
|
|
30735
30746
|
}
|
|
@@ -30752,32 +30763,6 @@ button.E_n7k2c6r {
|
|
|
30752
30763
|
text-align: center;
|
|
30753
30764
|
}
|
|
30754
30765
|
|
|
30755
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30756
|
-
line-height: 18px;
|
|
30757
|
-
}
|
|
30758
|
-
|
|
30759
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30760
|
-
border: 0px;
|
|
30761
|
-
background-color: #fff;
|
|
30762
|
-
}
|
|
30763
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30764
|
-
padding-top: 0px;
|
|
30765
|
-
padding-bottom: 0px;
|
|
30766
|
-
padding-left: 0px !important;
|
|
30767
|
-
padding-right: 24px;
|
|
30768
|
-
}
|
|
30769
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30770
|
-
right: 0px;
|
|
30771
|
-
}
|
|
30772
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30773
|
-
padding: 0px;
|
|
30774
|
-
}
|
|
30775
|
-
|
|
30776
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30777
|
-
padding-right: 0px;
|
|
30778
|
-
cursor: default;
|
|
30779
|
-
}
|
|
30780
|
-
|
|
30781
30766
|
.E_d1bw7c5z {
|
|
30782
30767
|
position: relative;
|
|
30783
30768
|
max-width: 388px;
|
|
@@ -30848,17 +30833,56 @@ button.E_n7k2c6r {
|
|
|
30848
30833
|
.E_d1bw7c5z .value {
|
|
30849
30834
|
color: rgba(44, 56, 82, 0.75);
|
|
30850
30835
|
}
|
|
30851
|
-
|
|
30852
|
-
.E_t10pqbtc {
|
|
30853
|
-
width: 140px;
|
|
30836
|
+
|
|
30837
|
+
.E_t10pqbtc {
|
|
30838
|
+
width: 140px;
|
|
30839
|
+
}
|
|
30840
|
+
.E_t10pqbtc .item {
|
|
30841
|
+
margin: 6px auto;
|
|
30842
|
+
display: flex;
|
|
30843
|
+
justify-content: space-between;
|
|
30844
|
+
}
|
|
30845
|
+
.E_t10pqbtc .item .name {
|
|
30846
|
+
width: 102px;
|
|
30847
|
+
}
|
|
30848
|
+
|
|
30849
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30850
|
+
padding: 4px 8px 0 8px;
|
|
30851
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30852
|
+
font-size: 12px;
|
|
30853
|
+
}
|
|
30854
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30855
|
+
padding-bottom: 6px;
|
|
30856
|
+
}
|
|
30857
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30858
|
+
padding-top: 4px;
|
|
30859
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30860
|
+
}
|
|
30861
|
+
|
|
30862
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30863
|
+
display: flex;
|
|
30864
|
+
}
|
|
30865
|
+
|
|
30866
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30867
|
+
border: 0px;
|
|
30868
|
+
background-color: #fff;
|
|
30869
|
+
}
|
|
30870
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30871
|
+
padding-top: 0px;
|
|
30872
|
+
padding-bottom: 0px;
|
|
30873
|
+
padding-left: 0px !important;
|
|
30874
|
+
padding-right: 24px;
|
|
30875
|
+
}
|
|
30876
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30877
|
+
right: 0px;
|
|
30854
30878
|
}
|
|
30855
|
-
.
|
|
30856
|
-
|
|
30857
|
-
display: flex;
|
|
30858
|
-
justify-content: space-between;
|
|
30879
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30880
|
+
padding: 0px;
|
|
30859
30881
|
}
|
|
30860
|
-
|
|
30861
|
-
|
|
30882
|
+
|
|
30883
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30884
|
+
padding-right: 0px;
|
|
30885
|
+
cursor: default;
|
|
30862
30886
|
}
|
|
30863
30887
|
|
|
30864
30888
|
.E_c1yyuluq {
|
|
@@ -30868,8 +30892,8 @@ button.E_n7k2c6r {
|
|
|
30868
30892
|
padding: 20px 24px 24px 24px;
|
|
30869
30893
|
}
|
|
30870
30894
|
|
|
30871
|
-
.
|
|
30872
|
-
|
|
30895
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30896
|
+
line-height: 18px;
|
|
30873
30897
|
}
|
|
30874
30898
|
|
|
30875
30899
|
.E_phljevk {
|
|
@@ -30929,19 +30953,6 @@ button.E_n7k2c6r {
|
|
|
30929
30953
|
line-height: 18px;
|
|
30930
30954
|
}
|
|
30931
30955
|
|
|
30932
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30933
|
-
padding: 4px 8px 0 8px;
|
|
30934
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30935
|
-
font-size: 12px;
|
|
30936
|
-
}
|
|
30937
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30938
|
-
padding-bottom: 6px;
|
|
30939
|
-
}
|
|
30940
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30941
|
-
padding-top: 4px;
|
|
30942
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30943
|
-
}
|
|
30944
|
-
|
|
30945
30956
|
.E_rapgekc.ant-radio-wrapper {
|
|
30946
30957
|
display: inline-flex;
|
|
30947
30958
|
align-items: baseline;
|
|
@@ -31098,8 +31109,44 @@ button.E_n7k2c6r {
|
|
|
31098
31109
|
color: rgba(44, 56, 82, 0.6);
|
|
31099
31110
|
}
|
|
31100
31111
|
|
|
31101
|
-
.
|
|
31102
|
-
|
|
31112
|
+
.E_c1bus5hc {
|
|
31113
|
+
--color: white;
|
|
31114
|
+
height: 14px;
|
|
31115
|
+
width: 14px;
|
|
31116
|
+
border-radius: 50%;
|
|
31117
|
+
flex-shrink: 0;
|
|
31118
|
+
display: flex;
|
|
31119
|
+
align-items: center;
|
|
31120
|
+
justify-content: center;
|
|
31121
|
+
border: 1px solid var(--color);
|
|
31122
|
+
}
|
|
31123
|
+
.E_c1bus5hc .circle-inner {
|
|
31124
|
+
position: relative;
|
|
31125
|
+
height: 10px;
|
|
31126
|
+
width: 10px;
|
|
31127
|
+
border-radius: 50%;
|
|
31128
|
+
overflow: hidden;
|
|
31129
|
+
}
|
|
31130
|
+
.E_c1bus5hc .circle-content {
|
|
31131
|
+
position: absolute;
|
|
31132
|
+
height: 100%;
|
|
31133
|
+
width: 100%;
|
|
31134
|
+
left: 0;
|
|
31135
|
+
top: 0;
|
|
31136
|
+
border-radius: 50%;
|
|
31137
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31138
|
+
transform: rotate(180deg);
|
|
31139
|
+
}
|
|
31140
|
+
.E_c1bus5hc .circle-child {
|
|
31141
|
+
position: absolute;
|
|
31142
|
+
height: 100%;
|
|
31143
|
+
width: 100%;
|
|
31144
|
+
left: 0;
|
|
31145
|
+
top: 0;
|
|
31146
|
+
margin-left: 50%;
|
|
31147
|
+
transform-origin: left;
|
|
31148
|
+
background: white;
|
|
31149
|
+
transform: rotate(0deg);
|
|
31103
31150
|
}
|
|
31104
31151
|
|
|
31105
31152
|
.E_s1dizucg.ant-switch {
|
|
@@ -31157,6 +31204,67 @@ button.E_n7k2c6r {
|
|
|
31157
31204
|
margin-left: 5px;
|
|
31158
31205
|
}
|
|
31159
31206
|
|
|
31207
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31208
|
+
border-radius: 6px;
|
|
31209
|
+
}
|
|
31210
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31211
|
+
width: 100%;
|
|
31212
|
+
color: #2d3a56;
|
|
31213
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31214
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31215
|
+
font-size: 13px;
|
|
31216
|
+
}
|
|
31217
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31218
|
+
height: 30px;
|
|
31219
|
+
}
|
|
31220
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31221
|
+
height: 38px;
|
|
31222
|
+
font-size: 13px;
|
|
31223
|
+
}
|
|
31224
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31225
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31226
|
+
transition: 160ms ease;
|
|
31227
|
+
}
|
|
31228
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31229
|
+
color: #0080ff;
|
|
31230
|
+
}
|
|
31231
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31232
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31233
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31234
|
+
}
|
|
31235
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31236
|
+
color: #0080ff;
|
|
31237
|
+
}
|
|
31238
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31239
|
+
border-color: #0080ff;
|
|
31240
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31241
|
+
}
|
|
31242
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31243
|
+
transform: rotate(180deg);
|
|
31244
|
+
}
|
|
31245
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31246
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31247
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31248
|
+
cursor: "not-allowed";
|
|
31249
|
+
}
|
|
31250
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31251
|
+
border-color: #f0483e !important;
|
|
31252
|
+
}
|
|
31253
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31254
|
+
color: #1d326c;
|
|
31255
|
+
}
|
|
31256
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31257
|
+
border-color: #0080ff;
|
|
31258
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31259
|
+
}
|
|
31260
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31261
|
+
transform: rotate(180deg);
|
|
31262
|
+
}
|
|
31263
|
+
|
|
31264
|
+
.E_tju3gfj .date {
|
|
31265
|
+
margin-right: 4px;
|
|
31266
|
+
}
|
|
31267
|
+
|
|
31160
31268
|
.E_s1dni7lo {
|
|
31161
31269
|
width: 430px !important;
|
|
31162
31270
|
}
|
|
@@ -31238,107 +31346,6 @@ button.E_n7k2c6r {
|
|
|
31238
31346
|
opacity: 0;
|
|
31239
31347
|
}
|
|
31240
31348
|
|
|
31241
|
-
.E_iq1gosr {
|
|
31242
|
-
display: inline-block;
|
|
31243
|
-
}
|
|
31244
|
-
|
|
31245
|
-
.E_c1bus5hc {
|
|
31246
|
-
--color: white;
|
|
31247
|
-
height: 14px;
|
|
31248
|
-
width: 14px;
|
|
31249
|
-
border-radius: 50%;
|
|
31250
|
-
flex-shrink: 0;
|
|
31251
|
-
display: flex;
|
|
31252
|
-
align-items: center;
|
|
31253
|
-
justify-content: center;
|
|
31254
|
-
border: 1px solid var(--color);
|
|
31255
|
-
}
|
|
31256
|
-
.E_c1bus5hc .circle-inner {
|
|
31257
|
-
position: relative;
|
|
31258
|
-
height: 10px;
|
|
31259
|
-
width: 10px;
|
|
31260
|
-
border-radius: 50%;
|
|
31261
|
-
overflow: hidden;
|
|
31262
|
-
}
|
|
31263
|
-
.E_c1bus5hc .circle-content {
|
|
31264
|
-
position: absolute;
|
|
31265
|
-
height: 100%;
|
|
31266
|
-
width: 100%;
|
|
31267
|
-
left: 0;
|
|
31268
|
-
top: 0;
|
|
31269
|
-
border-radius: 50%;
|
|
31270
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31271
|
-
transform: rotate(180deg);
|
|
31272
|
-
}
|
|
31273
|
-
.E_c1bus5hc .circle-child {
|
|
31274
|
-
position: absolute;
|
|
31275
|
-
height: 100%;
|
|
31276
|
-
width: 100%;
|
|
31277
|
-
left: 0;
|
|
31278
|
-
top: 0;
|
|
31279
|
-
margin-left: 50%;
|
|
31280
|
-
transform-origin: left;
|
|
31281
|
-
background: white;
|
|
31282
|
-
transform: rotate(0deg);
|
|
31283
|
-
}
|
|
31284
|
-
|
|
31285
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31286
|
-
border-radius: 6px;
|
|
31287
|
-
}
|
|
31288
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
31289
|
-
width: 100%;
|
|
31290
|
-
color: #2d3a56;
|
|
31291
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31292
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31293
|
-
font-size: 13px;
|
|
31294
|
-
}
|
|
31295
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31296
|
-
height: 30px;
|
|
31297
|
-
}
|
|
31298
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31299
|
-
height: 38px;
|
|
31300
|
-
font-size: 13px;
|
|
31301
|
-
}
|
|
31302
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31303
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31304
|
-
transition: 160ms ease;
|
|
31305
|
-
}
|
|
31306
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31307
|
-
color: #0080ff;
|
|
31308
|
-
}
|
|
31309
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31310
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31311
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31312
|
-
}
|
|
31313
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31314
|
-
color: #0080ff;
|
|
31315
|
-
}
|
|
31316
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31317
|
-
border-color: #0080ff;
|
|
31318
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31319
|
-
}
|
|
31320
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31321
|
-
transform: rotate(180deg);
|
|
31322
|
-
}
|
|
31323
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31324
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31325
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31326
|
-
cursor: "not-allowed";
|
|
31327
|
-
}
|
|
31328
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31329
|
-
border-color: #f0483e !important;
|
|
31330
|
-
}
|
|
31331
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31332
|
-
color: #1d326c;
|
|
31333
|
-
}
|
|
31334
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31335
|
-
border-color: #0080ff;
|
|
31336
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31337
|
-
}
|
|
31338
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31339
|
-
transform: rotate(180deg);
|
|
31340
|
-
}
|
|
31341
|
-
|
|
31342
31349
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31343
31350
|
display: none;
|
|
31344
31351
|
}
|
|
@@ -31346,6 +31353,9 @@ button.E_n7k2c6r {
|
|
|
31346
31353
|
background: rgba(23, 38, 64, 0.8);
|
|
31347
31354
|
border-radius: 4px;
|
|
31348
31355
|
}
|
|
31356
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31357
|
+
visibility: hidden;
|
|
31358
|
+
}
|
|
31349
31359
|
|
|
31350
31360
|
.E_s1sck0th {
|
|
31351
31361
|
padding: 0 8px;
|
|
@@ -31429,6 +31439,10 @@ button.E_n7k2c6r {
|
|
|
31429
31439
|
background-color: #7E41FF;
|
|
31430
31440
|
}
|
|
31431
31441
|
|
|
31442
|
+
.E_iq1gosr {
|
|
31443
|
+
display: inline-block;
|
|
31444
|
+
}
|
|
31445
|
+
|
|
31432
31446
|
.E_fzh9mnb {
|
|
31433
31447
|
width: 100%;
|
|
31434
31448
|
height: 100%;
|
|
@@ -31478,6 +31492,24 @@ button.E_n7k2c6r {
|
|
|
31478
31492
|
min-height: 0px;
|
|
31479
31493
|
}
|
|
31480
31494
|
|
|
31495
|
+
.E_iouxfgt {
|
|
31496
|
+
display: inline-flex;
|
|
31497
|
+
align-items: center;
|
|
31498
|
+
}
|
|
31499
|
+
.E_iouxfgt .icon-inner {
|
|
31500
|
+
display: inline-flex;
|
|
31501
|
+
align-items: center;
|
|
31502
|
+
justify-content: center;
|
|
31503
|
+
}
|
|
31504
|
+
.E_iouxfgt .icon-inner + span,
|
|
31505
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31506
|
+
margin-left: 4px;
|
|
31507
|
+
}
|
|
31508
|
+
.E_iouxfgt.is-rotate img,
|
|
31509
|
+
.E_iouxfgt.is-rotate svg {
|
|
31510
|
+
animation: rotate 680ms linear infinite;
|
|
31511
|
+
}
|
|
31512
|
+
|
|
31481
31513
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31482
31514
|
display: var(--ai7qkf2-0);
|
|
31483
31515
|
}
|
|
@@ -31538,37 +31570,6 @@ button.E_n7k2c6r {
|
|
|
31538
31570
|
padding: 2px 8px;
|
|
31539
31571
|
}
|
|
31540
31572
|
|
|
31541
|
-
.E_i1inqkme {
|
|
31542
|
-
height: 18px;
|
|
31543
|
-
line-height: 18px;
|
|
31544
|
-
padding: 0 4px;
|
|
31545
|
-
border-radius: 4px;
|
|
31546
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31547
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31548
|
-
display: flex;
|
|
31549
|
-
align-items: center;
|
|
31550
|
-
white-space: nowrap;
|
|
31551
|
-
margin-right: 4px;
|
|
31552
|
-
}
|
|
31553
|
-
|
|
31554
|
-
.E_iouxfgt {
|
|
31555
|
-
display: inline-flex;
|
|
31556
|
-
align-items: center;
|
|
31557
|
-
}
|
|
31558
|
-
.E_iouxfgt .icon-inner {
|
|
31559
|
-
display: inline-flex;
|
|
31560
|
-
align-items: center;
|
|
31561
|
-
justify-content: center;
|
|
31562
|
-
}
|
|
31563
|
-
.E_iouxfgt .icon-inner + span,
|
|
31564
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31565
|
-
margin-left: 4px;
|
|
31566
|
-
}
|
|
31567
|
-
.E_iouxfgt.is-rotate img,
|
|
31568
|
-
.E_iouxfgt.is-rotate svg {
|
|
31569
|
-
animation: rotate 680ms linear infinite;
|
|
31570
|
-
}
|
|
31571
|
-
|
|
31572
31573
|
.E_atcz0kf .ant-input-suffix {
|
|
31573
31574
|
margin-left: 8px;
|
|
31574
31575
|
}
|
|
@@ -31607,6 +31608,19 @@ button.E_n7k2c6r {
|
|
|
31607
31608
|
font-size: inherit;
|
|
31608
31609
|
}
|
|
31609
31610
|
|
|
31611
|
+
.E_i1inqkme {
|
|
31612
|
+
height: 18px;
|
|
31613
|
+
line-height: 18px;
|
|
31614
|
+
padding: 0 4px;
|
|
31615
|
+
border-radius: 4px;
|
|
31616
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31617
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31618
|
+
display: flex;
|
|
31619
|
+
align-items: center;
|
|
31620
|
+
white-space: nowrap;
|
|
31621
|
+
margin-right: 4px;
|
|
31622
|
+
}
|
|
31623
|
+
|
|
31610
31624
|
.E_owd0kml {
|
|
31611
31625
|
display: inline-block;
|
|
31612
31626
|
}
|
|
@@ -31616,6 +31630,40 @@ button.E_n7k2c6r {
|
|
|
31616
31630
|
position: absolute;
|
|
31617
31631
|
}
|
|
31618
31632
|
|
|
31633
|
+
.E_m196gn1d {
|
|
31634
|
+
min-width: 1280px;
|
|
31635
|
+
}
|
|
31636
|
+
|
|
31637
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31638
|
+
display: inline-flex;
|
|
31639
|
+
align-items: center;
|
|
31640
|
+
justify-content: center;
|
|
31641
|
+
color: #fff;
|
|
31642
|
+
font-weight: bold;
|
|
31643
|
+
font-size: 12px;
|
|
31644
|
+
width: 24px;
|
|
31645
|
+
height: 24px;
|
|
31646
|
+
border-radius: 50%;
|
|
31647
|
+
background: var(--a1b5xrg3-0);
|
|
31648
|
+
}
|
|
31649
|
+
.E_a1b5xrg3.btn-item {
|
|
31650
|
+
transition: all 160ms ease;
|
|
31651
|
+
cursor: pointer;
|
|
31652
|
+
width: 56px;
|
|
31653
|
+
height: 40px;
|
|
31654
|
+
display: inline-flex;
|
|
31655
|
+
align-items: center;
|
|
31656
|
+
justify-content: center;
|
|
31657
|
+
border-radius: 6px;
|
|
31658
|
+
}
|
|
31659
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31660
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31661
|
+
}
|
|
31662
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31663
|
+
transform: translateY(2px);
|
|
31664
|
+
transition: all 320ms ease;
|
|
31665
|
+
}
|
|
31666
|
+
|
|
31619
31667
|
.E_dsnbhzf {
|
|
31620
31668
|
font-family: Inter;
|
|
31621
31669
|
font-style: normal;
|
|
@@ -32091,40 +32139,6 @@ button.E_n7k2c6r {
|
|
|
32091
32139
|
line-height: 12px;
|
|
32092
32140
|
}
|
|
32093
32141
|
|
|
32094
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32095
|
-
display: inline-flex;
|
|
32096
|
-
align-items: center;
|
|
32097
|
-
justify-content: center;
|
|
32098
|
-
color: #fff;
|
|
32099
|
-
font-weight: bold;
|
|
32100
|
-
font-size: 12px;
|
|
32101
|
-
width: 24px;
|
|
32102
|
-
height: 24px;
|
|
32103
|
-
border-radius: 50%;
|
|
32104
|
-
background: var(--a1b5xrg3-0);
|
|
32105
|
-
}
|
|
32106
|
-
.E_a1b5xrg3.btn-item {
|
|
32107
|
-
transition: all 160ms ease;
|
|
32108
|
-
cursor: pointer;
|
|
32109
|
-
width: 56px;
|
|
32110
|
-
height: 40px;
|
|
32111
|
-
display: inline-flex;
|
|
32112
|
-
align-items: center;
|
|
32113
|
-
justify-content: center;
|
|
32114
|
-
border-radius: 6px;
|
|
32115
|
-
}
|
|
32116
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32117
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32118
|
-
}
|
|
32119
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32120
|
-
transform: translateY(2px);
|
|
32121
|
-
transition: all 320ms ease;
|
|
32122
|
-
}
|
|
32123
|
-
|
|
32124
|
-
.E_m196gn1d {
|
|
32125
|
-
min-width: 1280px;
|
|
32126
|
-
}
|
|
32127
|
-
|
|
32128
32142
|
.E_cnujxq2 {
|
|
32129
32143
|
display: flex;
|
|
32130
32144
|
flex-direction: column;
|
|
@@ -33765,61 +33779,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33765
33779
|
padding: 0;
|
|
33766
33780
|
}
|
|
33767
33781
|
|
|
33768
|
-
.E_b14q2gmw {
|
|
33769
|
-
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);
|
|
33770
|
-
}
|
|
33771
|
-
|
|
33772
|
-
.E_c1eym6el {
|
|
33773
|
-
border-radius: 8px;
|
|
33774
|
-
background-color: white;
|
|
33775
|
-
}
|
|
33776
|
-
.E_c1eym6el.hoverable {
|
|
33777
|
-
cursor: pointer;
|
|
33778
|
-
}
|
|
33779
|
-
.E_c1eym6el.hoverable:hover {
|
|
33780
|
-
transition: all 200ms ease;
|
|
33781
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33782
|
-
transform: translateY(-4px);
|
|
33783
|
-
}
|
|
33784
|
-
|
|
33785
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33786
|
-
margin-right: 2px;
|
|
33787
|
-
}
|
|
33788
|
-
|
|
33789
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33790
|
-
padding-left: 8px;
|
|
33791
|
-
padding-right: 8px;
|
|
33792
|
-
}
|
|
33793
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33794
|
-
border-radius: 4px;
|
|
33795
|
-
}
|
|
33796
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33797
|
-
border-radius: 4px;
|
|
33798
|
-
}
|
|
33799
|
-
|
|
33800
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33801
|
-
padding-left: 12px;
|
|
33802
|
-
padding-right: 12px;
|
|
33803
|
-
}
|
|
33804
|
-
|
|
33805
|
-
.E_ckld275 {
|
|
33806
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33807
|
-
}
|
|
33808
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33809
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33810
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33811
|
-
}
|
|
33812
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33813
|
-
background-color: transparent;
|
|
33814
|
-
}
|
|
33815
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33816
|
-
background-color: transparent;
|
|
33817
|
-
}
|
|
33818
|
-
|
|
33819
|
-
.E_c1yd35n {
|
|
33820
|
-
padding: 0 12px 14px 12px;
|
|
33821
|
-
}
|
|
33822
|
-
|
|
33823
33782
|
.E_c1kghdax {
|
|
33824
33783
|
color: #2d3a56;
|
|
33825
33784
|
padding: 7px 12px;
|
|
@@ -33860,68 +33819,59 @@ input.E_rf8rlle.ant-input {
|
|
|
33860
33819
|
margin-right: 2px;
|
|
33861
33820
|
}
|
|
33862
33821
|
|
|
33863
|
-
.
|
|
33864
|
-
|
|
33865
|
-
line-height: 22px;
|
|
33866
|
-
display: inline-flex;
|
|
33867
|
-
}
|
|
33868
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33869
|
-
height: 22px;
|
|
33870
|
-
display: flex;
|
|
33871
|
-
align-items: center;
|
|
33872
|
-
top: 0;
|
|
33873
|
-
}
|
|
33874
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33875
|
-
border: none;
|
|
33876
|
-
}
|
|
33877
|
-
.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 {
|
|
33878
|
-
border-color: #0080ff;
|
|
33822
|
+
.E_c1yd35n {
|
|
33823
|
+
padding: 0 12px 14px 12px;
|
|
33879
33824
|
}
|
|
33880
|
-
|
|
33881
|
-
|
|
33825
|
+
|
|
33826
|
+
.E_b14q2gmw {
|
|
33827
|
+
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);
|
|
33882
33828
|
}
|
|
33883
|
-
|
|
33884
|
-
|
|
33829
|
+
|
|
33830
|
+
.E_c1eym6el {
|
|
33831
|
+
border-radius: 8px;
|
|
33832
|
+
background-color: white;
|
|
33885
33833
|
}
|
|
33886
|
-
.
|
|
33887
|
-
|
|
33834
|
+
.E_c1eym6el.hoverable {
|
|
33835
|
+
cursor: pointer;
|
|
33888
33836
|
}
|
|
33889
|
-
.
|
|
33890
|
-
|
|
33891
|
-
|
|
33892
|
-
|
|
33893
|
-
border-radius: 2px;
|
|
33837
|
+
.E_c1eym6el.hoverable:hover {
|
|
33838
|
+
transition: all 200ms ease;
|
|
33839
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33840
|
+
transform: translateY(-4px);
|
|
33894
33841
|
}
|
|
33895
|
-
|
|
33896
|
-
|
|
33842
|
+
|
|
33843
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33844
|
+
margin-right: 2px;
|
|
33897
33845
|
}
|
|
33898
|
-
|
|
33899
|
-
|
|
33900
|
-
|
|
33846
|
+
|
|
33847
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33848
|
+
padding-left: 8px;
|
|
33849
|
+
padding-right: 8px;
|
|
33901
33850
|
}
|
|
33902
|
-
.
|
|
33903
|
-
border-
|
|
33851
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33852
|
+
border-radius: 4px;
|
|
33904
33853
|
}
|
|
33905
|
-
.
|
|
33906
|
-
|
|
33854
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33855
|
+
border-radius: 4px;
|
|
33907
33856
|
}
|
|
33908
|
-
|
|
33909
|
-
|
|
33857
|
+
|
|
33858
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33859
|
+
padding-left: 12px;
|
|
33860
|
+
padding-right: 12px;
|
|
33910
33861
|
}
|
|
33911
|
-
|
|
33912
|
-
|
|
33913
|
-
|
|
33914
|
-
color: #2d3a56;
|
|
33862
|
+
|
|
33863
|
+
.E_ckld275 {
|
|
33864
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33915
33865
|
}
|
|
33916
|
-
.
|
|
33917
|
-
|
|
33918
|
-
color: rgba(44, 56, 82, 0.
|
|
33866
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33867
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33868
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33919
33869
|
}
|
|
33920
|
-
.
|
|
33921
|
-
|
|
33870
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33871
|
+
background-color: transparent;
|
|
33922
33872
|
}
|
|
33923
|
-
.
|
|
33924
|
-
|
|
33873
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33874
|
+
background-color: transparent;
|
|
33925
33875
|
}
|
|
33926
33876
|
|
|
33927
33877
|
.E_l12xdkhl {
|
|
@@ -34443,6 +34393,70 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34443
34393
|
background: #fff;
|
|
34444
34394
|
}
|
|
34445
34395
|
|
|
34396
|
+
.E_ckui4s7 {
|
|
34397
|
+
color: #2d3a56;
|
|
34398
|
+
line-height: 22px;
|
|
34399
|
+
display: inline-flex;
|
|
34400
|
+
}
|
|
34401
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34402
|
+
height: 22px;
|
|
34403
|
+
display: flex;
|
|
34404
|
+
align-items: center;
|
|
34405
|
+
top: 0;
|
|
34406
|
+
}
|
|
34407
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34408
|
+
border: none;
|
|
34409
|
+
}
|
|
34410
|
+
.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 {
|
|
34411
|
+
border-color: #0080ff;
|
|
34412
|
+
}
|
|
34413
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34414
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34415
|
+
}
|
|
34416
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34417
|
+
border: 1px solid #0080ff;
|
|
34418
|
+
}
|
|
34419
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34420
|
+
background: #0080ff;
|
|
34421
|
+
}
|
|
34422
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34423
|
+
background-color: #fff;
|
|
34424
|
+
height: 2px;
|
|
34425
|
+
width: 10px;
|
|
34426
|
+
border-radius: 2px;
|
|
34427
|
+
}
|
|
34428
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34429
|
+
opacity: 0.5;
|
|
34430
|
+
}
|
|
34431
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34432
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34433
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34434
|
+
}
|
|
34435
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34436
|
+
border-color: #2d3a56;
|
|
34437
|
+
}
|
|
34438
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34439
|
+
background: #2d3a56;
|
|
34440
|
+
}
|
|
34441
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34442
|
+
padding: 0;
|
|
34443
|
+
}
|
|
34444
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34445
|
+
display: inline-block;
|
|
34446
|
+
margin-left: 12px;
|
|
34447
|
+
color: #2d3a56;
|
|
34448
|
+
}
|
|
34449
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34450
|
+
margin-left: 28px;
|
|
34451
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34452
|
+
}
|
|
34453
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34454
|
+
margin-left: 8px;
|
|
34455
|
+
}
|
|
34456
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34457
|
+
margin-left: 24px;
|
|
34458
|
+
}
|
|
34459
|
+
|
|
34446
34460
|
.E_lht19u8 {
|
|
34447
34461
|
width: 64px;
|
|
34448
34462
|
height: 64px;
|
|
@@ -34537,14 +34551,209 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34537
34551
|
column-gap: 6px;
|
|
34538
34552
|
}
|
|
34539
34553
|
|
|
34540
|
-
.E_p1cmxsf7 {
|
|
34554
|
+
.E_p1cmxsf7 {
|
|
34555
|
+
display: flex;
|
|
34556
|
+
flex-direction: column;
|
|
34557
|
+
justify-content: center;
|
|
34558
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34559
|
+
}
|
|
34560
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34561
|
+
font-size: 0;
|
|
34562
|
+
}
|
|
34563
|
+
|
|
34564
|
+
.E_sjob3jg {
|
|
34565
|
+
--item-min-width: 60px;
|
|
34566
|
+
}
|
|
34567
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34568
|
+
display: none !important;
|
|
34569
|
+
}
|
|
34570
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34571
|
+
flex-shrink: 0 !important;
|
|
34572
|
+
}
|
|
34573
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34574
|
+
color: #0080ff;
|
|
34575
|
+
}
|
|
34576
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34577
|
+
color: #0080ff;
|
|
34578
|
+
font-weight: normal;
|
|
34579
|
+
}
|
|
34580
|
+
.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 {
|
|
34581
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34582
|
+
}
|
|
34583
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34584
|
+
color: #00122e;
|
|
34585
|
+
}
|
|
34586
|
+
.E_sjob3jg .step-item-text {
|
|
34587
|
+
display: inline-block;
|
|
34588
|
+
}
|
|
34589
|
+
.E_sjob3jg .step-item-title {
|
|
34590
|
+
overflow: hidden;
|
|
34591
|
+
white-space: nowrap;
|
|
34592
|
+
text-overflow: ellipsis;
|
|
34593
|
+
}
|
|
34594
|
+
|
|
34595
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34596
|
+
min-width: var(--item-min-width);
|
|
34597
|
+
}
|
|
34598
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34599
|
+
cursor: not-allowed !important;
|
|
34600
|
+
}
|
|
34601
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34602
|
+
flex-direction: row;
|
|
34603
|
+
justify-content: stretch;
|
|
34604
|
+
}
|
|
34605
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34606
|
+
padding: 0;
|
|
34607
|
+
margin-right: 4px;
|
|
34608
|
+
flex: 1;
|
|
34609
|
+
overflow: visible;
|
|
34610
|
+
}
|
|
34611
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34612
|
+
width: 100%;
|
|
34613
|
+
min-height: unset;
|
|
34614
|
+
}
|
|
34615
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34616
|
+
height: 26px;
|
|
34617
|
+
line-height: 26px;
|
|
34618
|
+
width: 100%;
|
|
34619
|
+
padding: 0;
|
|
34620
|
+
font-size: 12px;
|
|
34621
|
+
}
|
|
34622
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34623
|
+
margin-right: 10px;
|
|
34624
|
+
}
|
|
34625
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34626
|
+
display: none;
|
|
34627
|
+
}
|
|
34628
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34629
|
+
padding-left: 8px;
|
|
34630
|
+
padding-right: 4px;
|
|
34631
|
+
border-radius: 4px 0 0 4px;
|
|
34632
|
+
}
|
|
34633
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34634
|
+
margin-right: 0;
|
|
34635
|
+
}
|
|
34636
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34637
|
+
padding-right: 8px;
|
|
34638
|
+
padding-left: 12px;
|
|
34639
|
+
border-radius: 0 4px 4px 0;
|
|
34640
|
+
}
|
|
34641
|
+
.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 {
|
|
34642
|
+
content: "";
|
|
34643
|
+
width: 0;
|
|
34644
|
+
height: 0;
|
|
34645
|
+
border: 13px solid transparent;
|
|
34646
|
+
position: absolute;
|
|
34647
|
+
top: 0;
|
|
34648
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34649
|
+
z-index: 2;
|
|
34650
|
+
position: relative;
|
|
34651
|
+
top: -50%;
|
|
34652
|
+
right: -100%;
|
|
34653
|
+
}
|
|
34654
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34655
|
+
padding: 0 4px 0 12px;
|
|
34656
|
+
}
|
|
34657
|
+
.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 {
|
|
34658
|
+
content: "";
|
|
34659
|
+
width: 0;
|
|
34660
|
+
height: 0;
|
|
34661
|
+
border: 13px solid transparent;
|
|
34662
|
+
position: absolute;
|
|
34663
|
+
top: 0;
|
|
34664
|
+
border-left: 8px solid #fff;
|
|
34665
|
+
left: 0;
|
|
34666
|
+
}
|
|
34667
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34668
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34669
|
+
}
|
|
34670
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34671
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34672
|
+
}
|
|
34673
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34674
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34675
|
+
}
|
|
34676
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34677
|
+
cursor: pointer;
|
|
34678
|
+
min-width: var(--item-min-width);
|
|
34679
|
+
}
|
|
34680
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34681
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34682
|
+
min-width: var(--item-min-width);
|
|
34683
|
+
}
|
|
34684
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34685
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34686
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34687
|
+
}
|
|
34688
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34689
|
+
padding: 0;
|
|
34690
|
+
}
|
|
34691
|
+
|
|
34692
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34693
|
+
width: 192px;
|
|
34694
|
+
row-gap: 2px;
|
|
34695
|
+
}
|
|
34696
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34697
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34698
|
+
}
|
|
34699
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34700
|
+
color: #00122e !important;
|
|
34701
|
+
}
|
|
34702
|
+
.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 {
|
|
34703
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34704
|
+
}
|
|
34705
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34706
|
+
padding: 0 8px;
|
|
34707
|
+
border-radius: 4px;
|
|
34708
|
+
height: 32px;
|
|
34709
|
+
display: flex;
|
|
34710
|
+
align-items: center;
|
|
34711
|
+
}
|
|
34712
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34713
|
+
min-height: auto;
|
|
34714
|
+
white-space: nowrap;
|
|
34715
|
+
}
|
|
34716
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34717
|
+
font-size: 13px;
|
|
34718
|
+
line-height: 20px;
|
|
34719
|
+
max-width: 100%;
|
|
34720
|
+
padding-right: 0;
|
|
34721
|
+
}
|
|
34722
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34723
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34724
|
+
}
|
|
34725
|
+
|
|
34726
|
+
.E_h6l1tj4 {
|
|
34727
|
+
width: 100%;
|
|
34728
|
+
display: inline-flex;
|
|
34729
|
+
align-items: center;
|
|
34730
|
+
justify-content: center;
|
|
34731
|
+
column-gap: 4px;
|
|
34732
|
+
}
|
|
34733
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34734
|
+
display: inline-flex;
|
|
34735
|
+
align-items: center;
|
|
34736
|
+
width: 18px;
|
|
34737
|
+
height: 18px;
|
|
34738
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34739
|
+
justify-content: center;
|
|
34740
|
+
}
|
|
34741
|
+
|
|
34742
|
+
.E_v18frne8 {
|
|
34743
|
+
width: 100%;
|
|
34541
34744
|
display: flex;
|
|
34542
|
-
|
|
34745
|
+
align-items: center;
|
|
34543
34746
|
justify-content: center;
|
|
34544
|
-
|
|
34747
|
+
column-gap: 6px;
|
|
34748
|
+
font-size: 13px;
|
|
34545
34749
|
}
|
|
34546
|
-
.
|
|
34547
|
-
|
|
34750
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34751
|
+
display: inline-flex;
|
|
34752
|
+
align-items: center;
|
|
34753
|
+
min-width: 20px;
|
|
34754
|
+
min-height: 20px;
|
|
34755
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34756
|
+
justify-content: center;
|
|
34548
34757
|
}
|
|
34549
34758
|
|
|
34550
34759
|
.E_t1dtlqs1 {
|
|
@@ -34740,201 +34949,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34740
34949
|
margin-right: 8px;
|
|
34741
34950
|
}
|
|
34742
34951
|
|
|
34743
|
-
.E_sjob3jg {
|
|
34744
|
-
--item-min-width: 60px;
|
|
34745
|
-
}
|
|
34746
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34747
|
-
display: none !important;
|
|
34748
|
-
}
|
|
34749
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34750
|
-
flex-shrink: 0 !important;
|
|
34751
|
-
}
|
|
34752
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34753
|
-
color: #0080ff;
|
|
34754
|
-
}
|
|
34755
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34756
|
-
color: #0080ff;
|
|
34757
|
-
font-weight: normal;
|
|
34758
|
-
}
|
|
34759
|
-
.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 {
|
|
34760
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34761
|
-
}
|
|
34762
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34763
|
-
color: #00122e;
|
|
34764
|
-
}
|
|
34765
|
-
.E_sjob3jg .step-item-text {
|
|
34766
|
-
display: inline-block;
|
|
34767
|
-
}
|
|
34768
|
-
.E_sjob3jg .step-item-title {
|
|
34769
|
-
overflow: hidden;
|
|
34770
|
-
white-space: nowrap;
|
|
34771
|
-
text-overflow: ellipsis;
|
|
34772
|
-
}
|
|
34773
|
-
|
|
34774
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34775
|
-
min-width: var(--item-min-width);
|
|
34776
|
-
}
|
|
34777
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34778
|
-
cursor: not-allowed !important;
|
|
34779
|
-
}
|
|
34780
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34781
|
-
flex-direction: row;
|
|
34782
|
-
justify-content: stretch;
|
|
34783
|
-
}
|
|
34784
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34785
|
-
padding: 0;
|
|
34786
|
-
margin-right: 4px;
|
|
34787
|
-
flex: 1;
|
|
34788
|
-
overflow: visible;
|
|
34789
|
-
}
|
|
34790
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34791
|
-
width: 100%;
|
|
34792
|
-
min-height: unset;
|
|
34793
|
-
}
|
|
34794
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34795
|
-
height: 26px;
|
|
34796
|
-
line-height: 26px;
|
|
34797
|
-
width: 100%;
|
|
34798
|
-
padding: 0;
|
|
34799
|
-
font-size: 12px;
|
|
34800
|
-
}
|
|
34801
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34802
|
-
margin-right: 10px;
|
|
34803
|
-
}
|
|
34804
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34805
|
-
display: none;
|
|
34806
|
-
}
|
|
34807
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34808
|
-
padding-left: 8px;
|
|
34809
|
-
padding-right: 4px;
|
|
34810
|
-
border-radius: 4px 0 0 4px;
|
|
34811
|
-
}
|
|
34812
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34813
|
-
margin-right: 0;
|
|
34814
|
-
}
|
|
34815
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34816
|
-
padding-right: 8px;
|
|
34817
|
-
padding-left: 12px;
|
|
34818
|
-
border-radius: 0 4px 4px 0;
|
|
34819
|
-
}
|
|
34820
|
-
.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 {
|
|
34821
|
-
content: "";
|
|
34822
|
-
width: 0;
|
|
34823
|
-
height: 0;
|
|
34824
|
-
border: 13px solid transparent;
|
|
34825
|
-
position: absolute;
|
|
34826
|
-
top: 0;
|
|
34827
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34828
|
-
z-index: 2;
|
|
34829
|
-
position: relative;
|
|
34830
|
-
top: -50%;
|
|
34831
|
-
right: -100%;
|
|
34832
|
-
}
|
|
34833
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34834
|
-
padding: 0 4px 0 12px;
|
|
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:first-child)::before {
|
|
34837
|
-
content: "";
|
|
34838
|
-
width: 0;
|
|
34839
|
-
height: 0;
|
|
34840
|
-
border: 13px solid transparent;
|
|
34841
|
-
position: absolute;
|
|
34842
|
-
top: 0;
|
|
34843
|
-
border-left: 8px solid #fff;
|
|
34844
|
-
left: 0;
|
|
34845
|
-
}
|
|
34846
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34847
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34848
|
-
}
|
|
34849
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34850
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34851
|
-
}
|
|
34852
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34853
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34854
|
-
}
|
|
34855
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34856
|
-
cursor: pointer;
|
|
34857
|
-
min-width: var(--item-min-width);
|
|
34858
|
-
}
|
|
34859
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34860
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34861
|
-
min-width: var(--item-min-width);
|
|
34862
|
-
}
|
|
34863
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34864
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34865
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34866
|
-
}
|
|
34867
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34868
|
-
padding: 0;
|
|
34869
|
-
}
|
|
34870
|
-
|
|
34871
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34872
|
-
width: 192px;
|
|
34873
|
-
row-gap: 2px;
|
|
34874
|
-
}
|
|
34875
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34876
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34877
|
-
}
|
|
34878
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34879
|
-
color: #00122e !important;
|
|
34880
|
-
}
|
|
34881
|
-
.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 {
|
|
34882
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34883
|
-
}
|
|
34884
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34885
|
-
padding: 0 8px;
|
|
34886
|
-
border-radius: 4px;
|
|
34887
|
-
height: 32px;
|
|
34888
|
-
display: flex;
|
|
34889
|
-
align-items: center;
|
|
34890
|
-
}
|
|
34891
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34892
|
-
min-height: auto;
|
|
34893
|
-
white-space: nowrap;
|
|
34894
|
-
}
|
|
34895
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34896
|
-
font-size: 13px;
|
|
34897
|
-
line-height: 20px;
|
|
34898
|
-
max-width: 100%;
|
|
34899
|
-
padding-right: 0;
|
|
34900
|
-
}
|
|
34901
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34902
|
-
background: rgba(0, 128, 255, 0.1);
|
|
34903
|
-
}
|
|
34904
|
-
|
|
34905
|
-
.E_h6l1tj4 {
|
|
34906
|
-
width: 100%;
|
|
34907
|
-
display: inline-flex;
|
|
34908
|
-
align-items: center;
|
|
34909
|
-
justify-content: center;
|
|
34910
|
-
column-gap: 4px;
|
|
34911
|
-
}
|
|
34912
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
34913
|
-
display: inline-flex;
|
|
34914
|
-
align-items: center;
|
|
34915
|
-
width: 18px;
|
|
34916
|
-
height: 18px;
|
|
34917
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34918
|
-
justify-content: center;
|
|
34919
|
-
}
|
|
34920
|
-
|
|
34921
|
-
.E_v18frne8 {
|
|
34922
|
-
width: 100%;
|
|
34923
|
-
display: flex;
|
|
34924
|
-
align-items: center;
|
|
34925
|
-
justify-content: center;
|
|
34926
|
-
column-gap: 6px;
|
|
34927
|
-
font-size: 13px;
|
|
34928
|
-
}
|
|
34929
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
34930
|
-
display: inline-flex;
|
|
34931
|
-
align-items: center;
|
|
34932
|
-
min-width: 20px;
|
|
34933
|
-
min-height: 20px;
|
|
34934
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34935
|
-
justify-content: center;
|
|
34936
|
-
}
|
|
34937
|
-
|
|
34938
34952
|
.E_i1g85yz3 {
|
|
34939
34953
|
margin-right: 4px;
|
|
34940
34954
|
height: 16px;
|
|
@@ -34970,6 +34984,28 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34970
34984
|
background: rgba(163, 180, 204, 0.18);
|
|
34971
34985
|
}
|
|
34972
34986
|
|
|
34987
|
+
.E_t1gvlxt5 {
|
|
34988
|
+
min-width: 0;
|
|
34989
|
+
flex: 1;
|
|
34990
|
+
}
|
|
34991
|
+
.E_t1gvlxt5 .tag {
|
|
34992
|
+
flex: 0 0 auto;
|
|
34993
|
+
}
|
|
34994
|
+
.E_t1gvlxt5 .progress-title {
|
|
34995
|
+
flex: 2;
|
|
34996
|
+
max-width: fit-content;
|
|
34997
|
+
}
|
|
34998
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34999
|
+
flex: 1;
|
|
35000
|
+
max-width: fit-content;
|
|
35001
|
+
}
|
|
35002
|
+
|
|
35003
|
+
.E_a1ji6r68 {
|
|
35004
|
+
display: flex;
|
|
35005
|
+
align-items: center;
|
|
35006
|
+
column-gap: var(--a1ji6r68-0);
|
|
35007
|
+
}
|
|
35008
|
+
|
|
34973
35009
|
.E_msn7nxt {
|
|
34974
35010
|
color: rgba(44, 56, 82, 0.6);
|
|
34975
35011
|
text-align: center;
|
|
@@ -35131,28 +35167,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35131
35167
|
margin-left: 8px;
|
|
35132
35168
|
}
|
|
35133
35169
|
|
|
35134
|
-
.E_t1gvlxt5 {
|
|
35135
|
-
min-width: 0;
|
|
35136
|
-
flex: 1;
|
|
35137
|
-
}
|
|
35138
|
-
.E_t1gvlxt5 .tag {
|
|
35139
|
-
flex: 0 0 auto;
|
|
35140
|
-
}
|
|
35141
|
-
.E_t1gvlxt5 .progress-title {
|
|
35142
|
-
flex: 2;
|
|
35143
|
-
max-width: fit-content;
|
|
35144
|
-
}
|
|
35145
|
-
.E_t1gvlxt5 .progress-desc {
|
|
35146
|
-
flex: 1;
|
|
35147
|
-
max-width: fit-content;
|
|
35148
|
-
}
|
|
35149
|
-
|
|
35150
|
-
.E_a1ji6r68 {
|
|
35151
|
-
display: flex;
|
|
35152
|
-
align-items: center;
|
|
35153
|
-
column-gap: var(--a1ji6r68-0);
|
|
35154
|
-
}
|
|
35155
|
-
|
|
35156
35170
|
.E_s20iney.skeleton-box {
|
|
35157
35171
|
display: flex;
|
|
35158
35172
|
align-items: center;
|