@cloudtower/eagle 0.32.2 → 0.32.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/SimplePagination/index.js +1 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1789 -1788
- package/dist/esm/core/SimplePagination/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1489 -1488
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29554,6 +29554,7 @@ body {
|
|
|
29554
29554
|
font-feature-settings: normal;
|
|
29555
29555
|
-webkit-font-feature-settings: normal;
|
|
29556
29556
|
font-variant: normal;
|
|
29557
|
+
font-variant-ligatures: contextual;
|
|
29557
29558
|
min-width: 1280px;
|
|
29558
29559
|
overflow: hidden;
|
|
29559
29560
|
}
|
|
@@ -29574,6 +29575,55 @@ html body {
|
|
|
29574
29575
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29575
29576
|
}
|
|
29576
29577
|
}
|
|
29578
|
+
.E_c18bcrac {
|
|
29579
|
+
display: inline-block;
|
|
29580
|
+
width: 100%;
|
|
29581
|
+
}
|
|
29582
|
+
|
|
29583
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29584
|
+
margin-left: 4px;
|
|
29585
|
+
}
|
|
29586
|
+
|
|
29587
|
+
.E_cro7kg2 {
|
|
29588
|
+
padding: 4px;
|
|
29589
|
+
}
|
|
29590
|
+
|
|
29591
|
+
.E_c14wcxf0 {
|
|
29592
|
+
display: flex;
|
|
29593
|
+
justify-content: space-between;
|
|
29594
|
+
align-items: center;
|
|
29595
|
+
font-size: 13px;
|
|
29596
|
+
line-height: 24px;
|
|
29597
|
+
color: #cccccc;
|
|
29598
|
+
white-space: nowrap;
|
|
29599
|
+
}
|
|
29600
|
+
|
|
29601
|
+
.E_c14wcxf0 label {
|
|
29602
|
+
margin-right: 32px;
|
|
29603
|
+
}
|
|
29604
|
+
|
|
29605
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29606
|
+
font-weight: bold;
|
|
29607
|
+
color: white;
|
|
29608
|
+
}
|
|
29609
|
+
|
|
29610
|
+
.E_s11212zy {
|
|
29611
|
+
width: 8px;
|
|
29612
|
+
height: 8px;
|
|
29613
|
+
border-radius: 2px;
|
|
29614
|
+
display: inline-block;
|
|
29615
|
+
background: var(--s11212zy-0);
|
|
29616
|
+
border: 1px solid #fff;
|
|
29617
|
+
box-sizing: content-box;
|
|
29618
|
+
margin-right: 6px;
|
|
29619
|
+
}
|
|
29620
|
+
|
|
29621
|
+
.E_p1lyky6c > :first-child {
|
|
29622
|
+
font-weight: bold;
|
|
29623
|
+
color: white;
|
|
29624
|
+
margin-right: 4px;
|
|
29625
|
+
}
|
|
29626
|
+
|
|
29577
29627
|
.E_skwah65 {
|
|
29578
29628
|
height: 8px;
|
|
29579
29629
|
box-sizing: border-box;
|
|
@@ -29588,18 +29638,6 @@ html body {
|
|
|
29588
29638
|
margin-left: 1px;
|
|
29589
29639
|
}
|
|
29590
29640
|
|
|
29591
|
-
.E_gmyahx3 {
|
|
29592
|
-
cursor: pointer;
|
|
29593
|
-
}
|
|
29594
|
-
|
|
29595
|
-
.E_gmyahx3 .link-text {
|
|
29596
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29597
|
-
}
|
|
29598
|
-
|
|
29599
|
-
.E_gmyahx3:hover .link-text {
|
|
29600
|
-
color: #0080ff;
|
|
29601
|
-
}
|
|
29602
|
-
|
|
29603
29641
|
.E_clm1wy1 {
|
|
29604
29642
|
width: 192px;
|
|
29605
29643
|
height: 246px;
|
|
@@ -29709,26 +29747,6 @@ html body {
|
|
|
29709
29747
|
border-radius: 2px;
|
|
29710
29748
|
}
|
|
29711
29749
|
|
|
29712
|
-
.E_n12mqh7z {
|
|
29713
|
-
display: flex;
|
|
29714
|
-
align-items: center;
|
|
29715
|
-
font-size: 12px;
|
|
29716
|
-
line-height: 18px;
|
|
29717
|
-
}
|
|
29718
|
-
|
|
29719
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29720
|
-
margin-bottom: 4px;
|
|
29721
|
-
}
|
|
29722
|
-
|
|
29723
|
-
.E_tf5bynu {
|
|
29724
|
-
margin: 0 3px;
|
|
29725
|
-
}
|
|
29726
|
-
|
|
29727
|
-
.E_tcckoz1 {
|
|
29728
|
-
max-height: 400px;
|
|
29729
|
-
overflow: auto;
|
|
29730
|
-
}
|
|
29731
|
-
|
|
29732
29750
|
.E_ou7iq30 {
|
|
29733
29751
|
overflow: hidden;
|
|
29734
29752
|
text-overflow: ellipsis;
|
|
@@ -29758,795 +29776,838 @@ html body {
|
|
|
29758
29776
|
visibility: hidden;
|
|
29759
29777
|
}
|
|
29760
29778
|
|
|
29761
|
-
|
|
29762
|
-
margin: 0 2px;
|
|
29763
|
-
}
|
|
29764
|
-
|
|
29765
|
-
.E_t160l1cm {
|
|
29779
|
+
.E_n12mqh7z {
|
|
29766
29780
|
display: flex;
|
|
29767
|
-
|
|
29768
|
-
|
|
29769
|
-
|
|
29781
|
+
align-items: center;
|
|
29782
|
+
font-size: 12px;
|
|
29783
|
+
line-height: 18px;
|
|
29770
29784
|
}
|
|
29771
29785
|
|
|
29772
|
-
.
|
|
29773
|
-
|
|
29774
|
-
display: flex;
|
|
29775
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
29786
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29787
|
+
margin-bottom: 4px;
|
|
29776
29788
|
}
|
|
29777
29789
|
|
|
29778
|
-
.
|
|
29779
|
-
|
|
29790
|
+
.E_tf5bynu {
|
|
29791
|
+
margin: 0 3px;
|
|
29780
29792
|
}
|
|
29781
29793
|
|
|
29782
|
-
.
|
|
29783
|
-
|
|
29784
|
-
|
|
29785
|
-
line-height: 24px;
|
|
29786
|
-
height: 24px;
|
|
29787
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29788
|
-
border-radius: 4px 4px 0 0;
|
|
29789
|
-
cursor: pointer;
|
|
29790
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
29794
|
+
.E_tcckoz1 {
|
|
29795
|
+
max-height: 400px;
|
|
29796
|
+
overflow: auto;
|
|
29791
29797
|
}
|
|
29792
29798
|
|
|
29793
|
-
.
|
|
29794
|
-
|
|
29799
|
+
.E_s1ebs0ra {
|
|
29800
|
+
display: flex;
|
|
29801
|
+
align-items: center;
|
|
29802
|
+
justify-content: space-between;
|
|
29803
|
+
background: #edf0f7;
|
|
29804
|
+
padding: 8px 12px;
|
|
29805
|
+
position: sticky;
|
|
29806
|
+
top: 0;
|
|
29807
|
+
z-index: 1;
|
|
29808
|
+
margin-bottom: -52px;
|
|
29795
29809
|
}
|
|
29796
29810
|
|
|
29797
|
-
.
|
|
29798
|
-
|
|
29811
|
+
.E_s1ebs0ra .select-total {
|
|
29812
|
+
display: flex;
|
|
29813
|
+
align-items: center;
|
|
29814
|
+
font-weight: 700;
|
|
29815
|
+
flex-shrink: 0;
|
|
29799
29816
|
}
|
|
29800
29817
|
|
|
29801
|
-
.
|
|
29802
|
-
|
|
29803
|
-
|
|
29818
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29819
|
+
cursor: pointer;
|
|
29820
|
+
margin-left: 8px;
|
|
29821
|
+
width: 32px;
|
|
29822
|
+
height: 32px;
|
|
29823
|
+
border-radius: 50%;
|
|
29824
|
+
justify-content: center;
|
|
29804
29825
|
}
|
|
29805
29826
|
|
|
29806
|
-
.
|
|
29807
|
-
|
|
29827
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29828
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29808
29829
|
}
|
|
29809
29830
|
|
|
29810
|
-
.
|
|
29811
|
-
|
|
29831
|
+
.E_s1ebs0ra .action-group {
|
|
29832
|
+
flex: 1;
|
|
29833
|
+
margin-left: 88px;
|
|
29834
|
+
white-space: nowrap;
|
|
29835
|
+
text-align: right;
|
|
29836
|
+
position: relative;
|
|
29837
|
+
padding: 4px 0;
|
|
29838
|
+
margin-top: -4px;
|
|
29839
|
+
overflow: hidden;
|
|
29812
29840
|
}
|
|
29813
29841
|
|
|
29814
|
-
.
|
|
29815
|
-
|
|
29816
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29842
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29843
|
+
transform: translateY(-4px);
|
|
29817
29844
|
}
|
|
29818
29845
|
|
|
29819
|
-
.
|
|
29820
|
-
|
|
29846
|
+
.E_s1ebs0ra .action-group button {
|
|
29847
|
+
border: none;
|
|
29821
29848
|
}
|
|
29822
29849
|
|
|
29823
|
-
.
|
|
29824
|
-
|
|
29850
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29851
|
+
margin-right: 8px;
|
|
29825
29852
|
}
|
|
29826
29853
|
|
|
29827
|
-
.
|
|
29828
|
-
|
|
29854
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29855
|
+
margin-right: 4px;
|
|
29829
29856
|
}
|
|
29830
29857
|
|
|
29831
|
-
.
|
|
29832
|
-
|
|
29833
|
-
|
|
29858
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29859
|
+
cursor: pointer;
|
|
29860
|
+
width: 32px;
|
|
29861
|
+
height: 32px;
|
|
29862
|
+
justify-content: center;
|
|
29863
|
+
border-radius: 50%;
|
|
29834
29864
|
}
|
|
29835
29865
|
|
|
29836
|
-
.
|
|
29837
|
-
background:
|
|
29866
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29867
|
+
background: #fff;
|
|
29838
29868
|
}
|
|
29839
29869
|
|
|
29840
|
-
.
|
|
29841
|
-
|
|
29870
|
+
.E_gmyahx3 {
|
|
29871
|
+
cursor: pointer;
|
|
29842
29872
|
}
|
|
29843
29873
|
|
|
29844
|
-
.
|
|
29845
|
-
|
|
29846
|
-
height: 22px;
|
|
29874
|
+
.E_gmyahx3 .link-text {
|
|
29875
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29847
29876
|
}
|
|
29848
29877
|
|
|
29849
|
-
.
|
|
29850
|
-
|
|
29878
|
+
.E_gmyahx3:hover .link-text {
|
|
29879
|
+
color: #0080ff;
|
|
29851
29880
|
}
|
|
29852
29881
|
|
|
29853
|
-
.
|
|
29854
|
-
|
|
29855
|
-
display: flex;
|
|
29856
|
-
align-items: center;
|
|
29857
|
-
overflow: hidden;
|
|
29882
|
+
span.E_tqjc4ui {
|
|
29883
|
+
margin: 0 2px;
|
|
29858
29884
|
}
|
|
29859
29885
|
|
|
29860
|
-
.
|
|
29861
|
-
|
|
29862
|
-
max-width: 0;
|
|
29863
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
29886
|
+
.E_c1up1pdz {
|
|
29887
|
+
width: 648px;
|
|
29864
29888
|
}
|
|
29865
29889
|
|
|
29866
|
-
.
|
|
29867
|
-
|
|
29868
|
-
position: relative;
|
|
29869
|
-
display: flex;
|
|
29890
|
+
.E_c1up1pdz.active {
|
|
29891
|
+
border-color: #0080ff;
|
|
29870
29892
|
}
|
|
29871
29893
|
|
|
29872
|
-
.
|
|
29873
|
-
|
|
29874
|
-
position: absolute;
|
|
29875
|
-
top: 50%;
|
|
29876
|
-
left: 0;
|
|
29877
|
-
transform: translate(-50%, -50%);
|
|
29878
|
-
transition: opacity 100ms linear;
|
|
29879
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
29894
|
+
.E_c1up1pdz.active > header {
|
|
29895
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29880
29896
|
}
|
|
29881
29897
|
|
|
29882
|
-
.
|
|
29883
|
-
|
|
29898
|
+
.E_c1up1pdz .expand {
|
|
29899
|
+
padding: 12px;
|
|
29884
29900
|
}
|
|
29885
29901
|
|
|
29886
|
-
.
|
|
29887
|
-
|
|
29888
|
-
|
|
29889
|
-
|
|
29890
|
-
max-width: 160px;
|
|
29902
|
+
.E_c1up1pdz .field-item {
|
|
29903
|
+
display: flex;
|
|
29904
|
+
padding: 10px 0;
|
|
29905
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29891
29906
|
}
|
|
29892
29907
|
|
|
29893
|
-
.
|
|
29894
|
-
|
|
29895
|
-
|
|
29908
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29909
|
+
border-bottom: none;
|
|
29910
|
+
padding-bottom: 0;
|
|
29896
29911
|
}
|
|
29897
29912
|
|
|
29898
|
-
.
|
|
29899
|
-
|
|
29913
|
+
.E_c1up1pdz .field-item label {
|
|
29914
|
+
line-height: 32px;
|
|
29915
|
+
width: 100px;
|
|
29916
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29900
29917
|
}
|
|
29901
29918
|
|
|
29902
|
-
.
|
|
29903
|
-
|
|
29919
|
+
.E_c1up1pdz .help {
|
|
29920
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29921
|
+
margin-top: 5px;
|
|
29904
29922
|
}
|
|
29905
29923
|
|
|
29906
|
-
.
|
|
29907
|
-
|
|
29924
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29925
|
+
.E_c1up1pdz .ant-picker {
|
|
29926
|
+
width: 128px;
|
|
29908
29927
|
}
|
|
29909
29928
|
|
|
29910
|
-
.
|
|
29911
|
-
|
|
29912
|
-
|
|
29913
|
-
|
|
29929
|
+
.E_c156wh19 {
|
|
29930
|
+
display: flex;
|
|
29931
|
+
align-items: center;
|
|
29932
|
+
justify-content: space-between;
|
|
29933
|
+
word-break: keep-all;
|
|
29914
29934
|
}
|
|
29915
29935
|
|
|
29916
|
-
.
|
|
29917
|
-
|
|
29936
|
+
.E_c156wh19 .title {
|
|
29937
|
+
margin: 0 16px 0 8px;
|
|
29918
29938
|
}
|
|
29919
29939
|
|
|
29920
|
-
.
|
|
29921
|
-
|
|
29940
|
+
.E_c156wh19 .retain {
|
|
29941
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29922
29942
|
}
|
|
29923
29943
|
|
|
29924
|
-
.
|
|
29925
|
-
|
|
29926
|
-
|
|
29944
|
+
.E_c156wh19 div.left {
|
|
29945
|
+
flex: 1;
|
|
29946
|
+
display: flex;
|
|
29947
|
+
overflow: hidden;
|
|
29948
|
+
align-items: center;
|
|
29949
|
+
justify-content: flex-start;
|
|
29950
|
+
white-space: nowrap;
|
|
29927
29951
|
}
|
|
29928
29952
|
|
|
29929
|
-
.
|
|
29930
|
-
|
|
29953
|
+
.E_c156wh19 div.left .title {
|
|
29954
|
+
max-width: 100%;
|
|
29955
|
+
overflow: hidden;
|
|
29956
|
+
text-overflow: ellipsis;
|
|
29931
29957
|
}
|
|
29932
29958
|
|
|
29933
|
-
.
|
|
29934
|
-
|
|
29959
|
+
.E_c156wh19 div.right {
|
|
29960
|
+
display: flex;
|
|
29961
|
+
align-items: center;
|
|
29935
29962
|
}
|
|
29936
29963
|
|
|
29937
|
-
.
|
|
29938
|
-
|
|
29964
|
+
.E_c156wh19 .reverse {
|
|
29965
|
+
display: flex;
|
|
29966
|
+
flex-direction: row-reverse;
|
|
29967
|
+
align-items: center;
|
|
29939
29968
|
}
|
|
29940
29969
|
|
|
29941
|
-
.
|
|
29942
|
-
|
|
29970
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
29971
|
+
margin-left: 8px;
|
|
29943
29972
|
}
|
|
29944
29973
|
|
|
29945
|
-
.
|
|
29946
|
-
|
|
29974
|
+
.E_c156wh19 .close {
|
|
29975
|
+
padding-left: 14px;
|
|
29976
|
+
margin-left: 14px;
|
|
29977
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29978
|
+
cursor: pointer;
|
|
29947
29979
|
}
|
|
29948
29980
|
|
|
29949
|
-
.
|
|
29950
|
-
|
|
29951
|
-
|
|
29981
|
+
.E_m126spxy {
|
|
29982
|
+
padding-bottom: 4px;
|
|
29983
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29952
29984
|
}
|
|
29953
29985
|
|
|
29954
|
-
.
|
|
29955
|
-
|
|
29986
|
+
.E_m126spxy .ant-btn-link {
|
|
29987
|
+
padding: 1px 10px;
|
|
29988
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29989
|
+
border-radius: 4px;
|
|
29956
29990
|
}
|
|
29957
29991
|
|
|
29958
|
-
.
|
|
29959
|
-
|
|
29992
|
+
.E_m126spxy .ant-btn-link.active {
|
|
29993
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29994
|
+
color: #0096ff;
|
|
29960
29995
|
}
|
|
29961
29996
|
|
|
29962
|
-
.
|
|
29963
|
-
|
|
29997
|
+
.E_wpbf4pq {
|
|
29998
|
+
padding: 10px 0;
|
|
29999
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29964
30000
|
}
|
|
29965
30001
|
|
|
29966
|
-
.
|
|
29967
|
-
|
|
30002
|
+
.E_wpbf4pq .ant-input,
|
|
30003
|
+
.E_wpbf4pq .ant-picker {
|
|
30004
|
+
width: 80px;
|
|
30005
|
+
margin: 0 9px;
|
|
30006
|
+
text-align: center;
|
|
29968
30007
|
}
|
|
29969
30008
|
|
|
29970
|
-
.
|
|
29971
|
-
|
|
29972
|
-
|
|
29973
|
-
|
|
30009
|
+
.E_wpbf4pq .options {
|
|
30010
|
+
padding: 12px 0 12px 16px;
|
|
30011
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30012
|
+
margin: 5px 0 5px 8px;
|
|
29974
30013
|
}
|
|
29975
30014
|
|
|
29976
|
-
.
|
|
29977
|
-
|
|
30015
|
+
.E_wpbf4pq .week-day-option,
|
|
30016
|
+
.E_wpbf4pq .month-day-option {
|
|
30017
|
+
background: #f5f7fa;
|
|
30018
|
+
box-sizing: border-box;
|
|
30019
|
+
border-radius: 16px;
|
|
30020
|
+
margin-right: 8px;
|
|
29978
30021
|
}
|
|
29979
30022
|
|
|
29980
|
-
.
|
|
29981
|
-
|
|
29982
|
-
|
|
30023
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30024
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30025
|
+
color: inherit;
|
|
30026
|
+
border-color: #d9d9d9;
|
|
29983
30027
|
}
|
|
29984
30028
|
|
|
29985
|
-
.
|
|
29986
|
-
|
|
30029
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30030
|
+
background-color: #0096ff;
|
|
30031
|
+
border-color: #0096ff;
|
|
30032
|
+
color: #fff;
|
|
30033
|
+
}
|
|
30034
|
+
|
|
30035
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30036
|
+
width: 110px;
|
|
30037
|
+
margin-top: 4px;
|
|
30038
|
+
}
|
|
30039
|
+
|
|
30040
|
+
.E_wpbf4pq .month-day-option {
|
|
30041
|
+
width: 32px;
|
|
29987
30042
|
padding: 0;
|
|
30043
|
+
margin-bottom: 8px;
|
|
29988
30044
|
}
|
|
29989
30045
|
|
|
29990
|
-
.
|
|
29991
|
-
|
|
29992
|
-
|
|
29993
|
-
|
|
29994
|
-
|
|
29995
|
-
|
|
29996
|
-
|
|
30046
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30047
|
+
background-color: #0096ff;
|
|
30048
|
+
border-color: #0096ff;
|
|
30049
|
+
color: #fff;
|
|
30050
|
+
}
|
|
30051
|
+
|
|
30052
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30053
|
+
background: #edf0f7;
|
|
30054
|
+
padding: 32px 8px;
|
|
30055
|
+
overflow: auto;
|
|
30056
|
+
}
|
|
30057
|
+
|
|
30058
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30059
|
+
display: flex;
|
|
30060
|
+
flex-direction: column;
|
|
30061
|
+
justify-content: space-between;
|
|
30062
|
+
}
|
|
30063
|
+
|
|
30064
|
+
.E_s1at6qmn footer {
|
|
30065
|
+
display: flex;
|
|
30066
|
+
}
|
|
30067
|
+
|
|
30068
|
+
.E_s1at6qmn .ant-menu {
|
|
30069
|
+
background: #edf0f7;
|
|
30070
|
+
}
|
|
30071
|
+
|
|
30072
|
+
.E_s1at6qmn .ant-menu a {
|
|
30073
|
+
color: #00122e;
|
|
30074
|
+
width: 180px;
|
|
29997
30075
|
overflow: hidden;
|
|
29998
30076
|
text-overflow: ellipsis;
|
|
29999
|
-
white-space: nowrap;
|
|
30000
30077
|
}
|
|
30001
30078
|
|
|
30002
|
-
.
|
|
30003
|
-
|
|
30004
|
-
height: 1px;
|
|
30005
|
-
width: calc(100% + 10px);
|
|
30006
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30007
|
-
display: block;
|
|
30079
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30080
|
+
margin-bottom: 24px;
|
|
30008
30081
|
}
|
|
30009
30082
|
|
|
30010
|
-
.
|
|
30011
|
-
|
|
30012
|
-
background: transparent;
|
|
30083
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30084
|
+
margin: 0;
|
|
30013
30085
|
}
|
|
30014
30086
|
|
|
30015
|
-
.
|
|
30016
|
-
|
|
30017
|
-
|
|
30087
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30088
|
+
font-size: 12px;
|
|
30089
|
+
padding: 0 8px 4px;
|
|
30090
|
+
line-height: 18px;
|
|
30018
30091
|
}
|
|
30019
30092
|
|
|
30020
|
-
.
|
|
30021
|
-
|
|
30093
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30094
|
+
padding: 0;
|
|
30022
30095
|
}
|
|
30023
30096
|
|
|
30024
|
-
.
|
|
30025
|
-
padding:
|
|
30097
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30098
|
+
padding-bottom: 24px;
|
|
30026
30099
|
}
|
|
30027
30100
|
|
|
30028
|
-
.
|
|
30101
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30102
|
+
margin-bottom: 24px;
|
|
30103
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30104
|
+
}
|
|
30105
|
+
|
|
30106
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30107
|
+
transition: none;
|
|
30029
30108
|
display: flex;
|
|
30030
|
-
justify-content: space-between;
|
|
30031
30109
|
align-items: center;
|
|
30032
|
-
|
|
30033
|
-
line-height:
|
|
30034
|
-
|
|
30035
|
-
white-space: nowrap;
|
|
30110
|
+
height: 32px;
|
|
30111
|
+
line-height: 22px;
|
|
30112
|
+
padding: 0 8px;
|
|
30036
30113
|
}
|
|
30037
30114
|
|
|
30038
|
-
.
|
|
30039
|
-
margin-right:
|
|
30115
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30116
|
+
margin-right: 12px;
|
|
30040
30117
|
}
|
|
30041
30118
|
|
|
30042
|
-
.
|
|
30043
|
-
|
|
30044
|
-
|
|
30119
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30120
|
+
margin: 0;
|
|
30121
|
+
margin-bottom: 2px;
|
|
30045
30122
|
}
|
|
30046
30123
|
|
|
30047
|
-
.
|
|
30048
|
-
|
|
30049
|
-
|
|
30050
|
-
border-radius:
|
|
30051
|
-
|
|
30052
|
-
background: var(--s11212zy-0);
|
|
30053
|
-
border: 1px solid #fff;
|
|
30054
|
-
box-sizing: content-box;
|
|
30055
|
-
margin-right: 6px;
|
|
30124
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30125
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30126
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30127
|
+
border-radius: 6px;
|
|
30128
|
+
color: #fff;
|
|
30056
30129
|
}
|
|
30057
30130
|
|
|
30058
|
-
.
|
|
30059
|
-
|
|
30060
|
-
color: white;
|
|
30061
|
-
margin-right: 4px;
|
|
30131
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30132
|
+
color: #fff;
|
|
30062
30133
|
}
|
|
30063
30134
|
|
|
30064
|
-
.
|
|
30065
|
-
|
|
30066
|
-
|
|
30067
|
-
|
|
30068
|
-
background: #edf0f7;
|
|
30069
|
-
padding: 8px 12px;
|
|
30070
|
-
position: sticky;
|
|
30071
|
-
top: 0;
|
|
30072
|
-
z-index: 1;
|
|
30073
|
-
margin-bottom: -52px;
|
|
30135
|
+
.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 {
|
|
30136
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30137
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30138
|
+
border-radius: 6px;
|
|
30074
30139
|
}
|
|
30075
30140
|
|
|
30076
|
-
.
|
|
30141
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30142
|
+
white-space: nowrap;
|
|
30143
|
+
transition: all 0s;
|
|
30144
|
+
}
|
|
30145
|
+
|
|
30146
|
+
.E_s1wu0lms.shrink {
|
|
30147
|
+
transition: all 0s;
|
|
30148
|
+
overflow: hidden;
|
|
30149
|
+
}
|
|
30150
|
+
|
|
30151
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30152
|
+
visibility: hidden;
|
|
30153
|
+
}
|
|
30154
|
+
|
|
30155
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30156
|
+
width: 36px;
|
|
30157
|
+
padding: 0 6px;
|
|
30158
|
+
}
|
|
30159
|
+
|
|
30160
|
+
.E_n1ugzfva {
|
|
30077
30161
|
display: flex;
|
|
30078
|
-
|
|
30079
|
-
|
|
30080
|
-
flex-shrink: 0;
|
|
30162
|
+
place-items: center;
|
|
30163
|
+
width: 100% !important;
|
|
30081
30164
|
}
|
|
30082
30165
|
|
|
30083
|
-
.
|
|
30084
|
-
|
|
30085
|
-
|
|
30086
|
-
width: 32px;
|
|
30087
|
-
height: 32px;
|
|
30088
|
-
border-radius: 50%;
|
|
30089
|
-
justify-content: center;
|
|
30166
|
+
.E_n1ugzfva[disabled] {
|
|
30167
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30168
|
+
opacity: 1 !important;
|
|
30090
30169
|
}
|
|
30091
30170
|
|
|
30092
|
-
.
|
|
30093
|
-
|
|
30171
|
+
.E_n1ugzfva.ant-btn {
|
|
30172
|
+
width: 100%;
|
|
30173
|
+
color: #00122e;
|
|
30094
30174
|
}
|
|
30095
30175
|
|
|
30096
|
-
.
|
|
30176
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30177
|
+
margin-right: 12px;
|
|
30178
|
+
}
|
|
30179
|
+
|
|
30180
|
+
.E_n1ugzfva .link-title {
|
|
30097
30181
|
flex: 1;
|
|
30098
|
-
margin-left: 88px;
|
|
30099
|
-
white-space: nowrap;
|
|
30100
|
-
text-align: right;
|
|
30101
|
-
position: relative;
|
|
30102
|
-
padding: 4px 0;
|
|
30103
|
-
margin-top: -4px;
|
|
30104
30182
|
overflow: hidden;
|
|
30183
|
+
white-space: nowrap;
|
|
30184
|
+
text-overflow: ellipsis;
|
|
30185
|
+
text-align: left;
|
|
30105
30186
|
}
|
|
30106
30187
|
|
|
30107
|
-
.
|
|
30108
|
-
|
|
30188
|
+
.E_wg1tsps {
|
|
30189
|
+
display: flex;
|
|
30190
|
+
align-items: center;
|
|
30191
|
+
justify-content: flex-end;
|
|
30109
30192
|
}
|
|
30110
30193
|
|
|
30111
|
-
.
|
|
30112
|
-
|
|
30194
|
+
.E_b1ctd5xy {
|
|
30195
|
+
display: flex;
|
|
30196
|
+
align-items: center;
|
|
30197
|
+
width: calc(100% - 40px);
|
|
30113
30198
|
}
|
|
30114
30199
|
|
|
30115
|
-
.
|
|
30116
|
-
|
|
30200
|
+
.E_b1ctd5xy .chart {
|
|
30201
|
+
display: inline-block;
|
|
30202
|
+
width: 100%;
|
|
30117
30203
|
}
|
|
30118
30204
|
|
|
30119
|
-
.
|
|
30120
|
-
|
|
30205
|
+
.E_u1p8acpn {
|
|
30206
|
+
min-width: 40px;
|
|
30121
30207
|
}
|
|
30122
30208
|
|
|
30123
|
-
.
|
|
30124
|
-
|
|
30125
|
-
width: 32px;
|
|
30126
|
-
height: 32px;
|
|
30127
|
-
justify-content: center;
|
|
30128
|
-
border-radius: 50%;
|
|
30209
|
+
.E_u1p8acpn .unit {
|
|
30210
|
+
color: #00122e !important;
|
|
30129
30211
|
}
|
|
30130
30212
|
|
|
30131
|
-
.
|
|
30132
|
-
|
|
30213
|
+
.E_c18gxmrl {
|
|
30214
|
+
border: 1px solid #d8deeb;
|
|
30215
|
+
border-radius: 4px;
|
|
30133
30216
|
}
|
|
30134
30217
|
|
|
30135
|
-
.
|
|
30136
|
-
|
|
30218
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30219
|
+
margin-top: 8px;
|
|
30137
30220
|
}
|
|
30138
30221
|
|
|
30139
|
-
.
|
|
30222
|
+
.E_c18gxmrl:hover {
|
|
30140
30223
|
border-color: #0080ff;
|
|
30141
30224
|
}
|
|
30142
30225
|
|
|
30143
|
-
.
|
|
30226
|
+
.E_c18gxmrl:hover > header {
|
|
30144
30227
|
background: rgba(0, 128, 255, 0.1);
|
|
30145
30228
|
}
|
|
30146
30229
|
|
|
30147
|
-
.
|
|
30148
|
-
|
|
30230
|
+
.E_c18gxmrl.active header {
|
|
30231
|
+
border-bottom: 1px solid #d8deeb;
|
|
30149
30232
|
}
|
|
30150
30233
|
|
|
30151
|
-
.
|
|
30152
|
-
|
|
30153
|
-
padding: 10px 0;
|
|
30154
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30234
|
+
.E_c18gxmrl > header {
|
|
30235
|
+
padding: 8px 12px;
|
|
30155
30236
|
}
|
|
30156
30237
|
|
|
30157
|
-
.
|
|
30158
|
-
|
|
30159
|
-
padding-bottom: 0;
|
|
30238
|
+
.E_t1sqg15u {
|
|
30239
|
+
background: white;
|
|
30160
30240
|
}
|
|
30161
30241
|
|
|
30162
|
-
.
|
|
30163
|
-
|
|
30164
|
-
width: 100px;
|
|
30165
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30242
|
+
.E_t1sqg15u.inline .table-row {
|
|
30243
|
+
flex-direction: column;
|
|
30166
30244
|
}
|
|
30167
30245
|
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30170
|
-
margin-top: 5px;
|
|
30246
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30247
|
+
padding: 0 16px 7px 0;
|
|
30171
30248
|
}
|
|
30172
30249
|
|
|
30173
|
-
.
|
|
30174
|
-
|
|
30175
|
-
width: 128px;
|
|
30250
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30251
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30176
30252
|
}
|
|
30177
30253
|
|
|
30178
|
-
.
|
|
30179
|
-
|
|
30180
|
-
align-items: center;
|
|
30181
|
-
justify-content: space-between;
|
|
30182
|
-
word-break: keep-all;
|
|
30254
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30255
|
+
border-top: none !important;
|
|
30183
30256
|
}
|
|
30184
30257
|
|
|
30185
|
-
.
|
|
30186
|
-
|
|
30258
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30259
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30187
30260
|
}
|
|
30188
30261
|
|
|
30189
|
-
.
|
|
30190
|
-
|
|
30262
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30263
|
+
padding-bottom: 0;
|
|
30191
30264
|
}
|
|
30192
30265
|
|
|
30193
|
-
.
|
|
30194
|
-
|
|
30266
|
+
.E_t1sqg15u.align-right .content {
|
|
30267
|
+
text-align: right;
|
|
30268
|
+
}
|
|
30269
|
+
|
|
30270
|
+
.E_t1sqg15u .uuid-row {
|
|
30195
30271
|
display: flex;
|
|
30196
|
-
|
|
30197
|
-
align-items: center;
|
|
30198
|
-
justify-content: flex-start;
|
|
30199
|
-
white-space: nowrap;
|
|
30272
|
+
justify-content: space-between;
|
|
30200
30273
|
}
|
|
30201
30274
|
|
|
30202
|
-
.
|
|
30203
|
-
|
|
30275
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30276
|
+
white-space: nowrap;
|
|
30204
30277
|
overflow: hidden;
|
|
30205
30278
|
text-overflow: ellipsis;
|
|
30206
30279
|
}
|
|
30207
30280
|
|
|
30208
|
-
.
|
|
30209
|
-
display: flex;
|
|
30210
|
-
align-items: center;
|
|
30211
|
-
}
|
|
30212
|
-
|
|
30213
|
-
.E_c156wh19 .reverse {
|
|
30281
|
+
.E_t4zczcp {
|
|
30214
30282
|
display: flex;
|
|
30215
|
-
|
|
30283
|
+
justify-content: space-between;
|
|
30216
30284
|
align-items: center;
|
|
30285
|
+
padding: 8px;
|
|
30286
|
+
min-height: 32px;
|
|
30217
30287
|
}
|
|
30218
30288
|
|
|
30219
|
-
.
|
|
30220
|
-
|
|
30289
|
+
.E_t4zczcp .table-title {
|
|
30290
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30291
|
+
font-weight: 600;
|
|
30292
|
+
font-size: 12px;
|
|
30293
|
+
line-height: 8px;
|
|
30221
30294
|
}
|
|
30222
30295
|
|
|
30223
|
-
.
|
|
30224
|
-
|
|
30225
|
-
|
|
30226
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30296
|
+
.E_t4zczcp .edit-icon {
|
|
30297
|
+
font-size: 16px;
|
|
30298
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30227
30299
|
cursor: pointer;
|
|
30228
30300
|
}
|
|
30229
30301
|
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30232
|
-
|
|
30233
|
-
}
|
|
30234
|
-
|
|
30235
|
-
.E_m126spxy .ant-btn-link {
|
|
30236
|
-
padding: 1px 10px;
|
|
30237
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30238
|
-
border-radius: 4px;
|
|
30302
|
+
.E_t1s7goww {
|
|
30303
|
+
font-size: 12px;
|
|
30304
|
+
line-height: 18px;
|
|
30239
30305
|
}
|
|
30240
30306
|
|
|
30241
|
-
.
|
|
30242
|
-
|
|
30243
|
-
|
|
30307
|
+
.E_t93e4cf {
|
|
30308
|
+
display: flex;
|
|
30309
|
+
padding: 8px 0;
|
|
30310
|
+
color: #2d3a56;
|
|
30244
30311
|
}
|
|
30245
30312
|
|
|
30246
|
-
.
|
|
30247
|
-
|
|
30248
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30313
|
+
.E_t93e4cf .hidden {
|
|
30314
|
+
display: none;
|
|
30249
30315
|
}
|
|
30250
30316
|
|
|
30251
|
-
.
|
|
30252
|
-
|
|
30253
|
-
width: 80px;
|
|
30254
|
-
margin: 0 9px;
|
|
30255
|
-
text-align: center;
|
|
30317
|
+
.E_t93e4cf .ant-btn-link {
|
|
30318
|
+
height: auto;
|
|
30256
30319
|
}
|
|
30257
30320
|
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30260
|
-
|
|
30261
|
-
|
|
30321
|
+
.E_t93e4cf .content {
|
|
30322
|
+
overflow: hidden;
|
|
30323
|
+
overflow-x: auto;
|
|
30324
|
+
width: 100%;
|
|
30325
|
+
white-space: pre-wrap;
|
|
30262
30326
|
}
|
|
30263
30327
|
|
|
30264
|
-
.
|
|
30265
|
-
|
|
30266
|
-
|
|
30267
|
-
box-sizing: border-box;
|
|
30268
|
-
border-radius: 16px;
|
|
30269
|
-
margin-right: 8px;
|
|
30328
|
+
.E_t93e4cf .content .ant-btn {
|
|
30329
|
+
white-space: pre-wrap;
|
|
30330
|
+
text-align: left;
|
|
30270
30331
|
}
|
|
30271
30332
|
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30274
|
-
color: inherit;
|
|
30275
|
-
border-color: #d9d9d9;
|
|
30333
|
+
.E_t93e4cf .content .unit-chart {
|
|
30334
|
+
justify-content: flex-start;
|
|
30276
30335
|
}
|
|
30277
30336
|
|
|
30278
|
-
.
|
|
30279
|
-
|
|
30280
|
-
|
|
30281
|
-
color:
|
|
30337
|
+
.E_rhz2uv5 {
|
|
30338
|
+
width: var(--rhz2uv5-0);
|
|
30339
|
+
flex-shrink: 0;
|
|
30340
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30341
|
+
padding-right: 12px;
|
|
30282
30342
|
}
|
|
30283
30343
|
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30286
|
-
margin-
|
|
30344
|
+
.E_berrcjl {
|
|
30345
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30346
|
+
margin-bottom: 4px;
|
|
30287
30347
|
}
|
|
30288
30348
|
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30291
|
-
|
|
30292
|
-
|
|
30349
|
+
.E_berrcjl .breadcrumb-link {
|
|
30350
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30351
|
+
cursor: pointer;
|
|
30352
|
+
transition: color 160ms ease;
|
|
30293
30353
|
}
|
|
30294
30354
|
|
|
30295
|
-
.
|
|
30296
|
-
|
|
30297
|
-
border-color: #0096ff;
|
|
30298
|
-
color: #fff;
|
|
30355
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30356
|
+
color: #0080ff;
|
|
30299
30357
|
}
|
|
30300
30358
|
|
|
30301
|
-
.
|
|
30302
|
-
|
|
30303
|
-
padding: 32px 8px;
|
|
30304
|
-
overflow: auto;
|
|
30359
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30360
|
+
color: #005ed1;
|
|
30305
30361
|
}
|
|
30306
30362
|
|
|
30307
|
-
.
|
|
30363
|
+
.E_t160l1cm {
|
|
30308
30364
|
display: flex;
|
|
30309
30365
|
flex-direction: column;
|
|
30310
|
-
|
|
30366
|
+
flex: 1;
|
|
30367
|
+
/* FIXME:(yanzhen) do this better */
|
|
30311
30368
|
}
|
|
30312
30369
|
|
|
30313
|
-
.
|
|
30370
|
+
.E_t160l1cm .tab-bar {
|
|
30371
|
+
flex-shrink: 0;
|
|
30314
30372
|
display: flex;
|
|
30373
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30315
30374
|
}
|
|
30316
30375
|
|
|
30317
|
-
.
|
|
30318
|
-
|
|
30376
|
+
.E_t160l1cm .tab-content {
|
|
30377
|
+
height: 100%;
|
|
30319
30378
|
}
|
|
30320
30379
|
|
|
30321
|
-
.
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
|
|
30325
|
-
|
|
30380
|
+
.E_t160l1cm .tab-menu-item {
|
|
30381
|
+
margin-right: 2px;
|
|
30382
|
+
padding: 1px 12px;
|
|
30383
|
+
line-height: 24px;
|
|
30384
|
+
height: 24px;
|
|
30385
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30386
|
+
border-radius: 4px 4px 0 0;
|
|
30387
|
+
cursor: pointer;
|
|
30388
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30326
30389
|
}
|
|
30327
30390
|
|
|
30328
|
-
.
|
|
30329
|
-
|
|
30391
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30392
|
+
padding-left: 0;
|
|
30330
30393
|
}
|
|
30331
30394
|
|
|
30332
|
-
.
|
|
30333
|
-
|
|
30395
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30396
|
+
padding-left: 12px;
|
|
30334
30397
|
}
|
|
30335
30398
|
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30338
|
-
|
|
30339
|
-
line-height: 18px;
|
|
30399
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30400
|
+
color: #0080ff;
|
|
30401
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30340
30402
|
}
|
|
30341
30403
|
|
|
30342
|
-
.
|
|
30343
|
-
|
|
30404
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30405
|
+
fill: #0080ff;
|
|
30344
30406
|
}
|
|
30345
30407
|
|
|
30346
|
-
.
|
|
30347
|
-
|
|
30408
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30409
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30348
30410
|
}
|
|
30349
30411
|
|
|
30350
|
-
.
|
|
30351
|
-
|
|
30352
|
-
|
|
30412
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30413
|
+
color: #0080ff;
|
|
30414
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30353
30415
|
}
|
|
30354
30416
|
|
|
30355
|
-
.
|
|
30356
|
-
|
|
30357
|
-
display: flex;
|
|
30358
|
-
align-items: center;
|
|
30359
|
-
height: 32px;
|
|
30360
|
-
line-height: 22px;
|
|
30361
|
-
padding: 0 8px;
|
|
30417
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30418
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30362
30419
|
}
|
|
30363
30420
|
|
|
30364
|
-
.
|
|
30365
|
-
|
|
30421
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30422
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30366
30423
|
}
|
|
30367
30424
|
|
|
30368
|
-
.
|
|
30369
|
-
|
|
30370
|
-
margin-bottom: 2px;
|
|
30425
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30426
|
+
fill: #0080ff;
|
|
30371
30427
|
}
|
|
30372
30428
|
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30375
|
-
|
|
30376
|
-
border-radius: 6px;
|
|
30377
|
-
color: #fff;
|
|
30429
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30430
|
+
color: #0080ff;
|
|
30431
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30378
30432
|
}
|
|
30379
30433
|
|
|
30380
|
-
.
|
|
30381
|
-
|
|
30434
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30435
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30382
30436
|
}
|
|
30383
30437
|
|
|
30384
|
-
.
|
|
30385
|
-
|
|
30386
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30387
|
-
border-radius: 6px;
|
|
30438
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30439
|
+
fill: #1d326c;
|
|
30388
30440
|
}
|
|
30389
30441
|
|
|
30390
|
-
.
|
|
30391
|
-
|
|
30392
|
-
|
|
30442
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30443
|
+
margin-left: 8px;
|
|
30444
|
+
height: 22px;
|
|
30393
30445
|
}
|
|
30394
30446
|
|
|
30395
|
-
.
|
|
30396
|
-
|
|
30397
|
-
overflow: hidden;
|
|
30447
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30448
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30398
30449
|
}
|
|
30399
30450
|
|
|
30400
|
-
.
|
|
30401
|
-
|
|
30451
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30452
|
+
padding: 0;
|
|
30453
|
+
display: flex;
|
|
30454
|
+
align-items: center;
|
|
30455
|
+
overflow: hidden;
|
|
30402
30456
|
}
|
|
30403
30457
|
|
|
30404
|
-
.
|
|
30405
|
-
|
|
30406
|
-
|
|
30458
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30459
|
+
opacity: 0;
|
|
30460
|
+
max-width: 0;
|
|
30461
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30407
30462
|
}
|
|
30408
30463
|
|
|
30409
|
-
.
|
|
30464
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30465
|
+
padding: 1px 12px;
|
|
30466
|
+
position: relative;
|
|
30410
30467
|
display: flex;
|
|
30411
|
-
place-items: center;
|
|
30412
|
-
width: 100% !important;
|
|
30413
30468
|
}
|
|
30414
30469
|
|
|
30415
|
-
.
|
|
30416
|
-
|
|
30417
|
-
|
|
30470
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30471
|
+
opacity: 0;
|
|
30472
|
+
position: absolute;
|
|
30473
|
+
top: 50%;
|
|
30474
|
+
left: 0;
|
|
30475
|
+
transform: translate(-50%, -50%);
|
|
30476
|
+
transition: opacity 100ms linear;
|
|
30477
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30418
30478
|
}
|
|
30419
30479
|
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30422
|
-
color: #00122e;
|
|
30480
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30481
|
+
color: #0080ff;
|
|
30423
30482
|
}
|
|
30424
30483
|
|
|
30425
|
-
.
|
|
30426
|
-
|
|
30484
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30485
|
+
padding: 1px 12px;
|
|
30486
|
+
display: inline-block;
|
|
30487
|
+
opacity: 1;
|
|
30488
|
+
max-width: 160px;
|
|
30427
30489
|
}
|
|
30428
30490
|
|
|
30429
|
-
.
|
|
30430
|
-
|
|
30431
|
-
|
|
30432
|
-
white-space: nowrap;
|
|
30433
|
-
text-overflow: ellipsis;
|
|
30434
|
-
text-align: left;
|
|
30491
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30492
|
+
padding: 1px 12px;
|
|
30493
|
+
color: #005ed1;
|
|
30435
30494
|
}
|
|
30436
30495
|
|
|
30437
|
-
.
|
|
30438
|
-
|
|
30496
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30497
|
+
opacity: 1;
|
|
30439
30498
|
}
|
|
30440
30499
|
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30500
|
+
.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 {
|
|
30501
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30443
30502
|
}
|
|
30444
30503
|
|
|
30445
|
-
.
|
|
30446
|
-
|
|
30504
|
+
.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 {
|
|
30505
|
+
opacity: 0;
|
|
30447
30506
|
}
|
|
30448
30507
|
|
|
30449
|
-
.
|
|
30450
|
-
|
|
30508
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30509
|
+
padding: 4px 16px;
|
|
30510
|
+
height: 32px;
|
|
30511
|
+
border-radius: 6px 6px 0 0;
|
|
30451
30512
|
}
|
|
30452
30513
|
|
|
30453
|
-
.
|
|
30454
|
-
|
|
30514
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30515
|
+
padding-left: 0;
|
|
30455
30516
|
}
|
|
30456
30517
|
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30518
|
+
.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 {
|
|
30519
|
+
padding-left: 16px;
|
|
30459
30520
|
}
|
|
30460
30521
|
|
|
30461
|
-
.
|
|
30462
|
-
|
|
30522
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30523
|
+
margin-left: 11px;
|
|
30524
|
+
height: 24px;
|
|
30463
30525
|
}
|
|
30464
30526
|
|
|
30465
|
-
.
|
|
30466
|
-
|
|
30527
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30528
|
+
padding: 0;
|
|
30467
30529
|
}
|
|
30468
30530
|
|
|
30469
|
-
.
|
|
30470
|
-
|
|
30471
|
-
justify-content: space-between;
|
|
30531
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30532
|
+
padding: 4px 16px;
|
|
30472
30533
|
}
|
|
30473
30534
|
|
|
30474
|
-
.
|
|
30475
|
-
|
|
30476
|
-
overflow: hidden;
|
|
30477
|
-
text-overflow: ellipsis;
|
|
30535
|
+
.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 {
|
|
30536
|
+
padding: 4px 16px;
|
|
30478
30537
|
}
|
|
30479
30538
|
|
|
30480
|
-
.
|
|
30481
|
-
|
|
30482
|
-
justify-content: space-between;
|
|
30483
|
-
align-items: center;
|
|
30484
|
-
padding: 8px;
|
|
30485
|
-
min-height: 32px;
|
|
30539
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30540
|
+
background: #fff;
|
|
30486
30541
|
}
|
|
30487
30542
|
|
|
30488
|
-
.
|
|
30489
|
-
color:
|
|
30490
|
-
font-weight: 600;
|
|
30491
|
-
font-size: 12px;
|
|
30492
|
-
line-height: 8px;
|
|
30543
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30544
|
+
color: #005ed1;
|
|
30493
30545
|
}
|
|
30494
30546
|
|
|
30495
|
-
.
|
|
30496
|
-
|
|
30497
|
-
color:
|
|
30498
|
-
|
|
30547
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30548
|
+
background: #fff;
|
|
30549
|
+
color: #1d326c;
|
|
30550
|
+
}
|
|
30551
|
+
|
|
30552
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30553
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30499
30554
|
}
|
|
30500
30555
|
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30503
|
-
line-height: 18px;
|
|
30556
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30557
|
+
color: #1d326c;
|
|
30504
30558
|
}
|
|
30505
30559
|
|
|
30506
|
-
.
|
|
30507
|
-
|
|
30508
|
-
padding: 8px 0;
|
|
30509
|
-
color: #2d3a56;
|
|
30560
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30561
|
+
fill: #d8deeb;
|
|
30510
30562
|
}
|
|
30511
30563
|
|
|
30512
|
-
.
|
|
30513
|
-
|
|
30564
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30565
|
+
fill: #1d326c;
|
|
30514
30566
|
}
|
|
30515
30567
|
|
|
30516
|
-
.
|
|
30517
|
-
|
|
30568
|
+
.E_t160l1cm .tab-content {
|
|
30569
|
+
flex: 1;
|
|
30570
|
+
display: flex;
|
|
30571
|
+
flex-direction: column;
|
|
30518
30572
|
}
|
|
30519
30573
|
|
|
30520
|
-
.
|
|
30521
|
-
overflow:
|
|
30522
|
-
overflow-x: auto;
|
|
30523
|
-
width: 100%;
|
|
30524
|
-
white-space: pre-wrap;
|
|
30574
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30575
|
+
overflow: visible;
|
|
30525
30576
|
}
|
|
30526
30577
|
|
|
30527
|
-
.
|
|
30528
|
-
|
|
30529
|
-
|
|
30578
|
+
.E_t14npdqr {
|
|
30579
|
+
max-width: 240px;
|
|
30580
|
+
animation: none;
|
|
30530
30581
|
}
|
|
30531
30582
|
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30583
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30584
|
+
border: 1px solid #0080ff;
|
|
30585
|
+
padding: 0;
|
|
30534
30586
|
}
|
|
30535
30587
|
|
|
30536
|
-
.
|
|
30537
|
-
|
|
30538
|
-
|
|
30539
|
-
|
|
30540
|
-
|
|
30588
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30589
|
+
margin: 0;
|
|
30590
|
+
height: 32px;
|
|
30591
|
+
line-height: 32px;
|
|
30592
|
+
font-size: 13px;
|
|
30593
|
+
padding: 0 10px;
|
|
30594
|
+
display: block;
|
|
30595
|
+
overflow: hidden;
|
|
30596
|
+
text-overflow: ellipsis;
|
|
30597
|
+
white-space: nowrap;
|
|
30541
30598
|
}
|
|
30542
30599
|
|
|
30543
|
-
.
|
|
30544
|
-
|
|
30545
|
-
|
|
30600
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30601
|
+
content: " ";
|
|
30602
|
+
height: 1px;
|
|
30603
|
+
width: calc(100% + 10px);
|
|
30604
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30605
|
+
display: block;
|
|
30546
30606
|
}
|
|
30547
30607
|
|
|
30548
|
-
.
|
|
30549
|
-
|
|
30608
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30609
|
+
color: #0080ff;
|
|
30610
|
+
background: transparent;
|
|
30550
30611
|
}
|
|
30551
30612
|
|
|
30552
30613
|
.E_m74vjol {
|
|
@@ -30563,23 +30624,13 @@ span.E_tqjc4ui {
|
|
|
30563
30624
|
width: 100%;
|
|
30564
30625
|
}
|
|
30565
30626
|
|
|
30566
|
-
.
|
|
30567
|
-
|
|
30568
|
-
|
|
30569
|
-
}
|
|
30570
|
-
|
|
30571
|
-
.E_berrcjl .breadcrumb-link {
|
|
30572
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30573
|
-
cursor: pointer;
|
|
30574
|
-
transition: color 160ms ease;
|
|
30575
|
-
}
|
|
30576
|
-
|
|
30577
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30578
|
-
color: #0080ff;
|
|
30627
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30628
|
+
display: flex;
|
|
30629
|
+
align-items: center;
|
|
30579
30630
|
}
|
|
30580
30631
|
|
|
30581
|
-
.
|
|
30582
|
-
|
|
30632
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30633
|
+
margin-right: 8px;
|
|
30583
30634
|
}
|
|
30584
30635
|
|
|
30585
30636
|
.E_b1nip9bk {
|
|
@@ -30617,56 +30668,6 @@ span.E_tqjc4ui {
|
|
|
30617
30668
|
border-radius: unset;
|
|
30618
30669
|
}
|
|
30619
30670
|
|
|
30620
|
-
.E_wg1tsps {
|
|
30621
|
-
display: flex;
|
|
30622
|
-
align-items: center;
|
|
30623
|
-
justify-content: flex-end;
|
|
30624
|
-
}
|
|
30625
|
-
|
|
30626
|
-
.E_b1ctd5xy {
|
|
30627
|
-
display: flex;
|
|
30628
|
-
align-items: center;
|
|
30629
|
-
width: calc(100% - 40px);
|
|
30630
|
-
}
|
|
30631
|
-
|
|
30632
|
-
.E_b1ctd5xy .chart {
|
|
30633
|
-
display: inline-block;
|
|
30634
|
-
width: 100%;
|
|
30635
|
-
}
|
|
30636
|
-
|
|
30637
|
-
.E_u1p8acpn {
|
|
30638
|
-
min-width: 40px;
|
|
30639
|
-
}
|
|
30640
|
-
|
|
30641
|
-
.E_u1p8acpn .unit {
|
|
30642
|
-
color: #00122e !important;
|
|
30643
|
-
}
|
|
30644
|
-
|
|
30645
|
-
.E_c18gxmrl {
|
|
30646
|
-
border: 1px solid #d8deeb;
|
|
30647
|
-
border-radius: 4px;
|
|
30648
|
-
}
|
|
30649
|
-
|
|
30650
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30651
|
-
margin-top: 8px;
|
|
30652
|
-
}
|
|
30653
|
-
|
|
30654
|
-
.E_c18gxmrl:hover {
|
|
30655
|
-
border-color: #0080ff;
|
|
30656
|
-
}
|
|
30657
|
-
|
|
30658
|
-
.E_c18gxmrl:hover > header {
|
|
30659
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30660
|
-
}
|
|
30661
|
-
|
|
30662
|
-
.E_c18gxmrl.active header {
|
|
30663
|
-
border-bottom: 1px solid #d8deeb;
|
|
30664
|
-
}
|
|
30665
|
-
|
|
30666
|
-
.E_c18gxmrl > header {
|
|
30667
|
-
padding: 8px 12px;
|
|
30668
|
-
}
|
|
30669
|
-
|
|
30670
30671
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30671
30672
|
justify-content: center;
|
|
30672
30673
|
}
|
|
@@ -30959,19 +30960,29 @@ button.E_n7k2c6r {
|
|
|
30959
30960
|
padding: 0;
|
|
30960
30961
|
}
|
|
30961
30962
|
|
|
30962
|
-
.
|
|
30963
|
-
|
|
30963
|
+
.E_c1uzzomf {
|
|
30964
|
+
margin-bottom: 16px;
|
|
30965
|
+
}
|
|
30966
|
+
|
|
30967
|
+
.E_c1uzzomf .card-title {
|
|
30968
|
+
font-size: 16px;
|
|
30964
30969
|
color: rgba(44, 56, 82, 0.6);
|
|
30965
|
-
font-
|
|
30970
|
+
font-weight: 700;
|
|
30971
|
+
line-height: 32px;
|
|
30966
30972
|
}
|
|
30967
30973
|
|
|
30968
|
-
.
|
|
30969
|
-
padding
|
|
30974
|
+
.E_c1uzzomf .card-body {
|
|
30975
|
+
padding: 24px;
|
|
30976
|
+
border-radius: 8px;
|
|
30977
|
+
background: #fff;
|
|
30970
30978
|
}
|
|
30971
30979
|
|
|
30972
|
-
.
|
|
30973
|
-
|
|
30974
|
-
|
|
30980
|
+
.E_c1uzzomf .empty {
|
|
30981
|
+
font-weight: 700;
|
|
30982
|
+
font-size: 14px;
|
|
30983
|
+
line-height: 22px;
|
|
30984
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30985
|
+
text-align: center;
|
|
30975
30986
|
}
|
|
30976
30987
|
|
|
30977
30988
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -31007,6 +31018,29 @@ button.E_n7k2c6r {
|
|
|
31007
31018
|
padding: 20px 24px 24px 24px;
|
|
31008
31019
|
}
|
|
31009
31020
|
|
|
31021
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31022
|
+
display: flex;
|
|
31023
|
+
}
|
|
31024
|
+
|
|
31025
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31026
|
+
line-height: 18px;
|
|
31027
|
+
}
|
|
31028
|
+
|
|
31029
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31030
|
+
padding: 4px 8px 0 8px;
|
|
31031
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31032
|
+
font-size: 12px;
|
|
31033
|
+
}
|
|
31034
|
+
|
|
31035
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31036
|
+
padding-bottom: 6px;
|
|
31037
|
+
}
|
|
31038
|
+
|
|
31039
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
31040
|
+
padding-top: 4px;
|
|
31041
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31042
|
+
}
|
|
31043
|
+
|
|
31010
31044
|
.E_d1bw7c5z {
|
|
31011
31045
|
position: relative;
|
|
31012
31046
|
max-width: 388px;
|
|
@@ -31085,55 +31119,127 @@ button.E_n7k2c6r {
|
|
|
31085
31119
|
white-space: nowrap;
|
|
31086
31120
|
}
|
|
31087
31121
|
|
|
31088
|
-
.E_d1bw7c5z .value {
|
|
31089
|
-
color: rgba(44, 56, 82, 0.75);
|
|
31122
|
+
.E_d1bw7c5z .value {
|
|
31123
|
+
color: rgba(44, 56, 82, 0.75);
|
|
31124
|
+
}
|
|
31125
|
+
|
|
31126
|
+
.E_t10pqbtc {
|
|
31127
|
+
width: 140px;
|
|
31128
|
+
}
|
|
31129
|
+
|
|
31130
|
+
.E_t10pqbtc .item {
|
|
31131
|
+
margin: 6px auto;
|
|
31132
|
+
display: flex;
|
|
31133
|
+
justify-content: space-between;
|
|
31134
|
+
}
|
|
31135
|
+
|
|
31136
|
+
.E_t10pqbtc .item .name {
|
|
31137
|
+
width: 102px;
|
|
31138
|
+
}
|
|
31139
|
+
|
|
31140
|
+
.E_phljevk {
|
|
31141
|
+
display: flex;
|
|
31142
|
+
justify-content: space-between;
|
|
31143
|
+
align-items: center;
|
|
31144
|
+
padding: 10px 0;
|
|
31145
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31146
|
+
font-size: 12px;
|
|
31147
|
+
line-height: 24px;
|
|
31148
|
+
}
|
|
31149
|
+
|
|
31150
|
+
.E_phljevk .pagination-left {
|
|
31151
|
+
padding: 2px 8px;
|
|
31152
|
+
}
|
|
31153
|
+
|
|
31154
|
+
.E_phljevk .dropdown-trigger {
|
|
31155
|
+
display: flex;
|
|
31156
|
+
align-items: center;
|
|
31157
|
+
border-radius: 6px;
|
|
31158
|
+
cursor: pointer;
|
|
31159
|
+
transition: all 0.3s ease;
|
|
31160
|
+
}
|
|
31161
|
+
|
|
31162
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31163
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31164
|
+
color: #0080ff;
|
|
31165
|
+
}
|
|
31166
|
+
|
|
31167
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31168
|
+
margin-left: 4px;
|
|
31169
|
+
}
|
|
31170
|
+
|
|
31171
|
+
.E_phljevk .pagination-right {
|
|
31172
|
+
display: flex;
|
|
31173
|
+
align-items: center;
|
|
31174
|
+
color: #0080ff;
|
|
31175
|
+
font-weight: bold;
|
|
31176
|
+
}
|
|
31177
|
+
|
|
31178
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31179
|
+
margin-left: 4px;
|
|
31180
|
+
}
|
|
31181
|
+
|
|
31182
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31183
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31184
|
+
padding: 0 8px;
|
|
31185
|
+
}
|
|
31186
|
+
|
|
31187
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31188
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31189
|
+
color: #0080ff;
|
|
31190
|
+
}
|
|
31191
|
+
|
|
31192
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31193
|
+
transform: rotate(180deg);
|
|
31090
31194
|
}
|
|
31091
31195
|
|
|
31092
|
-
.
|
|
31093
|
-
|
|
31196
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31197
|
+
max-height: calc(100vh - 128px);
|
|
31198
|
+
overflow-y: auto;
|
|
31094
31199
|
}
|
|
31095
31200
|
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
|
|
31201
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31202
|
+
padding: 4px 20px;
|
|
31203
|
+
font-size: 12px;
|
|
31204
|
+
line-height: 18px;
|
|
31100
31205
|
}
|
|
31101
31206
|
|
|
31102
|
-
.
|
|
31103
|
-
|
|
31207
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
31208
|
+
margin-right: 8px;
|
|
31104
31209
|
}
|
|
31105
31210
|
|
|
31106
|
-
.
|
|
31107
|
-
margin-
|
|
31211
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
31212
|
+
margin-left: 8px;
|
|
31108
31213
|
}
|
|
31109
31214
|
|
|
31110
|
-
.
|
|
31111
|
-
|
|
31112
|
-
|
|
31113
|
-
|
|
31114
|
-
|
|
31215
|
+
.E_cc368xp {
|
|
31216
|
+
color: #00122e;
|
|
31217
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31218
|
+
margin-right: 8px;
|
|
31219
|
+
padding-right: 8px;
|
|
31115
31220
|
}
|
|
31116
31221
|
|
|
31117
|
-
.
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
background: #fff;
|
|
31222
|
+
.E_i11o6xqj {
|
|
31223
|
+
display: flex;
|
|
31224
|
+
gap: 4px;
|
|
31121
31225
|
}
|
|
31122
31226
|
|
|
31123
|
-
.
|
|
31124
|
-
|
|
31125
|
-
font-size: 14px;
|
|
31126
|
-
line-height: 22px;
|
|
31127
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31128
|
-
text-align: center;
|
|
31227
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31228
|
+
cursor: pointer;
|
|
31129
31229
|
}
|
|
31130
31230
|
|
|
31131
|
-
.
|
|
31132
|
-
|
|
31231
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31232
|
+
cursor: not-allowed;
|
|
31133
31233
|
}
|
|
31134
31234
|
|
|
31135
|
-
.
|
|
31136
|
-
|
|
31235
|
+
.E_ivqqkzv {
|
|
31236
|
+
height: 24px;
|
|
31237
|
+
width: 56px !important;
|
|
31238
|
+
margin-right: 4px;
|
|
31239
|
+
}
|
|
31240
|
+
|
|
31241
|
+
.E_c1wk4q29 {
|
|
31242
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31137
31243
|
}
|
|
31138
31244
|
|
|
31139
31245
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31315,101 +31421,6 @@ button.E_n7k2c6r {
|
|
|
31315
31421
|
width: 36px;
|
|
31316
31422
|
}
|
|
31317
31423
|
|
|
31318
|
-
.E_phljevk {
|
|
31319
|
-
display: flex;
|
|
31320
|
-
justify-content: space-between;
|
|
31321
|
-
align-items: center;
|
|
31322
|
-
padding: 10px 0;
|
|
31323
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31324
|
-
font-size: 12px;
|
|
31325
|
-
line-height: 24px;
|
|
31326
|
-
}
|
|
31327
|
-
|
|
31328
|
-
.E_phljevk .pagination-left {
|
|
31329
|
-
padding: 2px 8px;
|
|
31330
|
-
}
|
|
31331
|
-
|
|
31332
|
-
.E_phljevk .dropdown-trigger {
|
|
31333
|
-
display: flex;
|
|
31334
|
-
align-items: center;
|
|
31335
|
-
border-radius: 6px;
|
|
31336
|
-
cursor: pointer;
|
|
31337
|
-
transition: all 0.3s ease;
|
|
31338
|
-
}
|
|
31339
|
-
|
|
31340
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
31341
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31342
|
-
color: #0080ff;
|
|
31343
|
-
}
|
|
31344
|
-
|
|
31345
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31346
|
-
margin-left: 4px;
|
|
31347
|
-
}
|
|
31348
|
-
|
|
31349
|
-
.E_phljevk .pagination-right {
|
|
31350
|
-
display: flex;
|
|
31351
|
-
align-items: center;
|
|
31352
|
-
color: #0080ff;
|
|
31353
|
-
font-weight: bold;
|
|
31354
|
-
}
|
|
31355
|
-
|
|
31356
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
31357
|
-
margin-left: 4px;
|
|
31358
|
-
}
|
|
31359
|
-
|
|
31360
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
31361
|
-
.E_phljevk .pagination-right .next-btn {
|
|
31362
|
-
padding: 0 8px;
|
|
31363
|
-
}
|
|
31364
|
-
|
|
31365
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
31366
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
31367
|
-
color: #0080ff;
|
|
31368
|
-
}
|
|
31369
|
-
|
|
31370
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31371
|
-
transform: rotate(180deg);
|
|
31372
|
-
}
|
|
31373
|
-
|
|
31374
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31375
|
-
max-height: calc(100vh - 128px);
|
|
31376
|
-
overflow-y: auto;
|
|
31377
|
-
}
|
|
31378
|
-
|
|
31379
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31380
|
-
padding: 4px 20px;
|
|
31381
|
-
font-size: 12px;
|
|
31382
|
-
line-height: 18px;
|
|
31383
|
-
}
|
|
31384
|
-
|
|
31385
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
31386
|
-
margin-right: 8px;
|
|
31387
|
-
}
|
|
31388
|
-
|
|
31389
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
31390
|
-
margin-left: 8px;
|
|
31391
|
-
}
|
|
31392
|
-
|
|
31393
|
-
.E_cc368xp {
|
|
31394
|
-
color: #00122e;
|
|
31395
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31396
|
-
margin-right: 8px;
|
|
31397
|
-
padding-right: 8px;
|
|
31398
|
-
}
|
|
31399
|
-
|
|
31400
|
-
.E_i11o6xqj {
|
|
31401
|
-
display: flex;
|
|
31402
|
-
gap: 4px;
|
|
31403
|
-
}
|
|
31404
|
-
|
|
31405
|
-
.E_i11o6xqj .icon-wrapper {
|
|
31406
|
-
cursor: pointer;
|
|
31407
|
-
}
|
|
31408
|
-
|
|
31409
|
-
.E_d19ruhdj.icon-wrapper {
|
|
31410
|
-
cursor: not-allowed;
|
|
31411
|
-
}
|
|
31412
|
-
|
|
31413
31424
|
.E_c1bus5hc {
|
|
31414
31425
|
--color: white;
|
|
31415
31426
|
height: 14px;
|
|
@@ -31453,16 +31464,6 @@ button.E_n7k2c6r {
|
|
|
31453
31464
|
transform: rotate(0deg);
|
|
31454
31465
|
}
|
|
31455
31466
|
|
|
31456
|
-
.E_ivqqkzv {
|
|
31457
|
-
height: 24px;
|
|
31458
|
-
width: 56px !important;
|
|
31459
|
-
margin-right: 4px;
|
|
31460
|
-
}
|
|
31461
|
-
|
|
31462
|
-
.E_c1wk4q29 {
|
|
31463
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31464
|
-
}
|
|
31465
|
-
|
|
31466
31467
|
.E_s1dizucg.ant-switch {
|
|
31467
31468
|
min-width: 40px;
|
|
31468
31469
|
height: 24px;
|
|
@@ -31534,6 +31535,96 @@ button.E_n7k2c6r {
|
|
|
31534
31535
|
margin-right: 4px;
|
|
31535
31536
|
}
|
|
31536
31537
|
|
|
31538
|
+
.E_s1dni7lo {
|
|
31539
|
+
width: 430px !important;
|
|
31540
|
+
}
|
|
31541
|
+
|
|
31542
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31543
|
+
padding: 8px 16px;
|
|
31544
|
+
line-height: 18px;
|
|
31545
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31546
|
+
height: 34px;
|
|
31547
|
+
min-height: 34px;
|
|
31548
|
+
box-sizing: border-box;
|
|
31549
|
+
margin-top: 8px;
|
|
31550
|
+
}
|
|
31551
|
+
|
|
31552
|
+
.E_o1ugr09p {
|
|
31553
|
+
display: flex;
|
|
31554
|
+
flex-direction: column;
|
|
31555
|
+
margin: 1px 8px;
|
|
31556
|
+
padding: 8px;
|
|
31557
|
+
border-radius: 4px;
|
|
31558
|
+
}
|
|
31559
|
+
|
|
31560
|
+
.E_o1ugr09p .selected-icon {
|
|
31561
|
+
display: none;
|
|
31562
|
+
}
|
|
31563
|
+
|
|
31564
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31565
|
+
padding-left: 8px;
|
|
31566
|
+
}
|
|
31567
|
+
|
|
31568
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31569
|
+
background-color: white;
|
|
31570
|
+
}
|
|
31571
|
+
|
|
31572
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31573
|
+
color: #0080ff;
|
|
31574
|
+
}
|
|
31575
|
+
|
|
31576
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31577
|
+
display: block;
|
|
31578
|
+
}
|
|
31579
|
+
|
|
31580
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31581
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31582
|
+
}
|
|
31583
|
+
|
|
31584
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31585
|
+
color: #0080ff;
|
|
31586
|
+
}
|
|
31587
|
+
|
|
31588
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31589
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31590
|
+
color: #0080ff;
|
|
31591
|
+
}
|
|
31592
|
+
|
|
31593
|
+
.E_o1ifxsq4 {
|
|
31594
|
+
display: flex;
|
|
31595
|
+
justify-content: space-between;
|
|
31596
|
+
height: 20px;
|
|
31597
|
+
line-height: 20px;
|
|
31598
|
+
}
|
|
31599
|
+
|
|
31600
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31601
|
+
color: #2d3a56;
|
|
31602
|
+
overflow: hidden;
|
|
31603
|
+
text-overflow: ellipsis;
|
|
31604
|
+
}
|
|
31605
|
+
|
|
31606
|
+
.E_o1zue7 {
|
|
31607
|
+
display: flex;
|
|
31608
|
+
justify-content: space-between;
|
|
31609
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31610
|
+
height: 18px;
|
|
31611
|
+
line-height: 18px;
|
|
31612
|
+
margin-top: 2px;
|
|
31613
|
+
}
|
|
31614
|
+
|
|
31615
|
+
.E_tyfmlxg {
|
|
31616
|
+
border: none;
|
|
31617
|
+
margin-right: 0;
|
|
31618
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31619
|
+
}
|
|
31620
|
+
|
|
31621
|
+
.E_o18uybox {
|
|
31622
|
+
pointer-events: none;
|
|
31623
|
+
height: 32px;
|
|
31624
|
+
width: 100%;
|
|
31625
|
+
opacity: 0;
|
|
31626
|
+
}
|
|
31627
|
+
|
|
31537
31628
|
.E_s1sck0th {
|
|
31538
31629
|
padding: 0 8px;
|
|
31539
31630
|
border-radius: 4px;
|
|
@@ -31636,109 +31727,6 @@ button.E_n7k2c6r {
|
|
|
31636
31727
|
display: inline-block;
|
|
31637
31728
|
}
|
|
31638
31729
|
|
|
31639
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31640
|
-
display: none;
|
|
31641
|
-
}
|
|
31642
|
-
|
|
31643
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31644
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31645
|
-
border-radius: 4px;
|
|
31646
|
-
}
|
|
31647
|
-
|
|
31648
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31649
|
-
visibility: hidden;
|
|
31650
|
-
}
|
|
31651
|
-
|
|
31652
|
-
.E_s1dni7lo {
|
|
31653
|
-
width: 430px !important;
|
|
31654
|
-
}
|
|
31655
|
-
|
|
31656
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31657
|
-
padding: 8px 16px;
|
|
31658
|
-
line-height: 18px;
|
|
31659
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31660
|
-
height: 34px;
|
|
31661
|
-
min-height: 34px;
|
|
31662
|
-
box-sizing: border-box;
|
|
31663
|
-
margin-top: 8px;
|
|
31664
|
-
}
|
|
31665
|
-
|
|
31666
|
-
.E_o1ugr09p {
|
|
31667
|
-
display: flex;
|
|
31668
|
-
flex-direction: column;
|
|
31669
|
-
margin: 1px 8px;
|
|
31670
|
-
padding: 8px;
|
|
31671
|
-
border-radius: 4px;
|
|
31672
|
-
}
|
|
31673
|
-
|
|
31674
|
-
.E_o1ugr09p .selected-icon {
|
|
31675
|
-
display: none;
|
|
31676
|
-
}
|
|
31677
|
-
|
|
31678
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31679
|
-
padding-left: 8px;
|
|
31680
|
-
}
|
|
31681
|
-
|
|
31682
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31683
|
-
background-color: white;
|
|
31684
|
-
}
|
|
31685
|
-
|
|
31686
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31687
|
-
color: #0080ff;
|
|
31688
|
-
}
|
|
31689
|
-
|
|
31690
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31691
|
-
display: block;
|
|
31692
|
-
}
|
|
31693
|
-
|
|
31694
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31695
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31696
|
-
}
|
|
31697
|
-
|
|
31698
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31699
|
-
color: #0080ff;
|
|
31700
|
-
}
|
|
31701
|
-
|
|
31702
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31703
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31704
|
-
color: #0080ff;
|
|
31705
|
-
}
|
|
31706
|
-
|
|
31707
|
-
.E_o1ifxsq4 {
|
|
31708
|
-
display: flex;
|
|
31709
|
-
justify-content: space-between;
|
|
31710
|
-
height: 20px;
|
|
31711
|
-
line-height: 20px;
|
|
31712
|
-
}
|
|
31713
|
-
|
|
31714
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31715
|
-
color: #2d3a56;
|
|
31716
|
-
overflow: hidden;
|
|
31717
|
-
text-overflow: ellipsis;
|
|
31718
|
-
}
|
|
31719
|
-
|
|
31720
|
-
.E_o1zue7 {
|
|
31721
|
-
display: flex;
|
|
31722
|
-
justify-content: space-between;
|
|
31723
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31724
|
-
height: 18px;
|
|
31725
|
-
line-height: 18px;
|
|
31726
|
-
margin-top: 2px;
|
|
31727
|
-
}
|
|
31728
|
-
|
|
31729
|
-
.E_tyfmlxg {
|
|
31730
|
-
border: none;
|
|
31731
|
-
margin-right: 0;
|
|
31732
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31733
|
-
}
|
|
31734
|
-
|
|
31735
|
-
.E_o18uybox {
|
|
31736
|
-
pointer-events: none;
|
|
31737
|
-
height: 32px;
|
|
31738
|
-
width: 100%;
|
|
31739
|
-
opacity: 0;
|
|
31740
|
-
}
|
|
31741
|
-
|
|
31742
31730
|
.E_fzh9mnb {
|
|
31743
31731
|
width: 100%;
|
|
31744
31732
|
height: 100%;
|
|
@@ -31755,6 +31743,19 @@ button.E_n7k2c6r {
|
|
|
31755
31743
|
font-size: 18px;
|
|
31756
31744
|
}
|
|
31757
31745
|
|
|
31746
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31747
|
+
display: none;
|
|
31748
|
+
}
|
|
31749
|
+
|
|
31750
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31751
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31752
|
+
border-radius: 4px;
|
|
31753
|
+
}
|
|
31754
|
+
|
|
31755
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31756
|
+
visibility: hidden;
|
|
31757
|
+
}
|
|
31758
|
+
|
|
31758
31759
|
.E_iouxfgt {
|
|
31759
31760
|
display: inline-flex;
|
|
31760
31761
|
align-items: center;
|
|
@@ -31776,57 +31777,82 @@ button.E_n7k2c6r {
|
|
|
31776
31777
|
animation: rotate 680ms linear infinite;
|
|
31777
31778
|
}
|
|
31778
31779
|
|
|
31779
|
-
.
|
|
31780
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31781
|
+
display: var(--ai7qkf2-0);
|
|
31782
|
+
}
|
|
31783
|
+
|
|
31784
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31785
|
+
display: inline-flex;
|
|
31786
|
+
line-height: 1.5715;
|
|
31787
|
+
height: 100%;
|
|
31780
31788
|
width: 100%;
|
|
31781
|
-
margin-bottom: 0 !important;
|
|
31782
|
-
flex-flow: nowrap !important;
|
|
31783
|
-
line-break: auto;
|
|
31784
31789
|
}
|
|
31785
31790
|
|
|
31786
|
-
.
|
|
31787
|
-
|
|
31788
|
-
|
|
31791
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31792
|
+
content: var(--ai7qkf2-1);
|
|
31793
|
+
display: var(--ai7qkf2-2);
|
|
31794
|
+
flex: none;
|
|
31795
|
+
align-items: center;
|
|
31796
|
+
margin-left: 4px;
|
|
31797
|
+
padding: 5px 12px 5px 0;
|
|
31798
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31789
31799
|
}
|
|
31790
31800
|
|
|
31791
|
-
.
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
|
|
31801
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31802
|
+
content: var(--ai7qkf2-3);
|
|
31803
|
+
display: var(--ai7qkf2-4);
|
|
31804
|
+
flex: none;
|
|
31805
|
+
align-items: center;
|
|
31806
|
+
margin-right: 4px;
|
|
31807
|
+
cursor: auto;
|
|
31795
31808
|
color: rgba(44, 56, 82, 0.6);
|
|
31796
|
-
white-space: normal;
|
|
31797
31809
|
}
|
|
31798
31810
|
|
|
31799
|
-
.
|
|
31800
|
-
border-
|
|
31811
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31812
|
+
border-radius: 0;
|
|
31801
31813
|
}
|
|
31802
31814
|
|
|
31803
|
-
.
|
|
31804
|
-
|
|
31815
|
+
.E_ai7qkf2.ant-input-number {
|
|
31816
|
+
width: 100%;
|
|
31817
|
+
border-radius: 6px;
|
|
31805
31818
|
}
|
|
31806
31819
|
|
|
31807
|
-
.
|
|
31808
|
-
|
|
31809
|
-
|
|
31810
|
-
|
|
31820
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31821
|
+
border-color: #0096ff;
|
|
31822
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31823
|
+
z-index: 1;
|
|
31811
31824
|
}
|
|
31812
31825
|
|
|
31813
|
-
.
|
|
31814
|
-
|
|
31815
|
-
|
|
31816
|
-
min-height: 0px;
|
|
31826
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31827
|
+
border-color: #e75a3a;
|
|
31828
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31817
31829
|
}
|
|
31818
31830
|
|
|
31819
|
-
.
|
|
31820
|
-
height:
|
|
31821
|
-
|
|
31822
|
-
padding:
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
|
|
31827
|
-
|
|
31828
|
-
|
|
31829
|
-
|
|
31831
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31832
|
+
height: 30px;
|
|
31833
|
+
border: 1px;
|
|
31834
|
+
padding: 5px 12px;
|
|
31835
|
+
font-size: inherit;
|
|
31836
|
+
}
|
|
31837
|
+
|
|
31838
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31839
|
+
height: 38px;
|
|
31840
|
+
border: 1px;
|
|
31841
|
+
padding: 8px 16px;
|
|
31842
|
+
}
|
|
31843
|
+
|
|
31844
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31845
|
+
height: 22px;
|
|
31846
|
+
border: 1px;
|
|
31847
|
+
padding: 2px 8px;
|
|
31848
|
+
}
|
|
31849
|
+
|
|
31850
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31851
|
+
margin-left: 8px;
|
|
31852
|
+
}
|
|
31853
|
+
|
|
31854
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31855
|
+
padding: 2px 7px 2px 12px;
|
|
31830
31856
|
}
|
|
31831
31857
|
|
|
31832
31858
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -31864,82 +31890,57 @@ button.E_n7k2c6r {
|
|
|
31864
31890
|
font-size: inherit;
|
|
31865
31891
|
}
|
|
31866
31892
|
|
|
31867
|
-
.
|
|
31868
|
-
display: var(--ai7qkf2-0);
|
|
31869
|
-
}
|
|
31870
|
-
|
|
31871
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31872
|
-
display: inline-flex;
|
|
31873
|
-
line-height: 1.5715;
|
|
31874
|
-
height: 100%;
|
|
31875
|
-
width: 100%;
|
|
31876
|
-
}
|
|
31877
|
-
|
|
31878
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31879
|
-
content: var(--ai7qkf2-1);
|
|
31880
|
-
display: var(--ai7qkf2-2);
|
|
31881
|
-
flex: none;
|
|
31882
|
-
align-items: center;
|
|
31883
|
-
margin-left: 4px;
|
|
31884
|
-
padding: 5px 12px 5px 0;
|
|
31885
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31886
|
-
}
|
|
31887
|
-
|
|
31888
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31889
|
-
content: var(--ai7qkf2-3);
|
|
31890
|
-
display: var(--ai7qkf2-4);
|
|
31891
|
-
flex: none;
|
|
31892
|
-
align-items: center;
|
|
31893
|
-
margin-right: 4px;
|
|
31894
|
-
cursor: auto;
|
|
31895
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31896
|
-
}
|
|
31897
|
-
|
|
31898
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31899
|
-
border-radius: 0;
|
|
31900
|
-
}
|
|
31901
|
-
|
|
31902
|
-
.E_ai7qkf2.ant-input-number {
|
|
31893
|
+
.E_f7pxqmh {
|
|
31903
31894
|
width: 100%;
|
|
31904
|
-
|
|
31895
|
+
margin-bottom: 0 !important;
|
|
31896
|
+
flex-flow: nowrap !important;
|
|
31897
|
+
line-break: auto;
|
|
31905
31898
|
}
|
|
31906
31899
|
|
|
31907
|
-
.
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
z-index: 1;
|
|
31900
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31901
|
+
text-align: left !important;
|
|
31902
|
+
padding-bottom: 0 !important;
|
|
31911
31903
|
}
|
|
31912
31904
|
|
|
31913
|
-
.
|
|
31914
|
-
|
|
31915
|
-
|
|
31905
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31906
|
+
min-height: 32px;
|
|
31907
|
+
height: auto;
|
|
31908
|
+
font-size: 13px;
|
|
31909
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31910
|
+
white-space: normal;
|
|
31916
31911
|
}
|
|
31917
31912
|
|
|
31918
|
-
.
|
|
31919
|
-
|
|
31920
|
-
border: 1px;
|
|
31921
|
-
padding: 5px 12px;
|
|
31922
|
-
font-size: inherit;
|
|
31913
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31914
|
+
border-color: #ff4d4f !important;
|
|
31923
31915
|
}
|
|
31924
31916
|
|
|
31925
|
-
.
|
|
31926
|
-
|
|
31927
|
-
border: 1px;
|
|
31928
|
-
padding: 8px 16px;
|
|
31917
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31918
|
+
border-color: #ff4d4f !important;
|
|
31929
31919
|
}
|
|
31930
31920
|
|
|
31931
|
-
.
|
|
31932
|
-
|
|
31933
|
-
|
|
31934
|
-
|
|
31921
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31922
|
+
margin-top: 4px;
|
|
31923
|
+
font-size: 12px;
|
|
31924
|
+
min-height: 0px;
|
|
31935
31925
|
}
|
|
31936
31926
|
|
|
31937
|
-
.
|
|
31938
|
-
|
|
31927
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31928
|
+
font-size: 12px;
|
|
31929
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31930
|
+
min-height: 0px;
|
|
31939
31931
|
}
|
|
31940
31932
|
|
|
31941
|
-
.
|
|
31942
|
-
|
|
31933
|
+
.E_i1inqkme {
|
|
31934
|
+
height: 18px;
|
|
31935
|
+
line-height: 18px;
|
|
31936
|
+
padding: 0 4px;
|
|
31937
|
+
border-radius: 4px;
|
|
31938
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31939
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31940
|
+
display: flex;
|
|
31941
|
+
align-items: center;
|
|
31942
|
+
white-space: nowrap;
|
|
31943
|
+
margin-right: 4px;
|
|
31943
31944
|
}
|
|
31944
31945
|
|
|
31945
31946
|
.E_owd0kml {
|
|
@@ -33380,184 +33381,444 @@ input.E_rf8rlle.ant-input {
|
|
|
33380
33381
|
display: inline;
|
|
33381
33382
|
}
|
|
33382
33383
|
|
|
33383
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
33384
|
-
display: none;
|
|
33384
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
33385
|
+
display: none;
|
|
33386
|
+
}
|
|
33387
|
+
|
|
33388
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
33389
|
+
display: inline;
|
|
33390
|
+
}
|
|
33391
|
+
|
|
33392
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
33393
|
+
display: none;
|
|
33394
|
+
}
|
|
33395
|
+
|
|
33396
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
33397
|
+
display: inline;
|
|
33398
|
+
}
|
|
33399
|
+
|
|
33400
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
33401
|
+
display: none;
|
|
33402
|
+
}
|
|
33403
|
+
|
|
33404
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
33405
|
+
display: inline;
|
|
33406
|
+
}
|
|
33407
|
+
|
|
33408
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
33409
|
+
display: none;
|
|
33410
|
+
}
|
|
33411
|
+
|
|
33412
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
33413
|
+
display: inline;
|
|
33414
|
+
}
|
|
33415
|
+
|
|
33416
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
33417
|
+
display: none;
|
|
33418
|
+
}
|
|
33419
|
+
|
|
33420
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
33421
|
+
display: inline;
|
|
33422
|
+
}
|
|
33423
|
+
|
|
33424
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
33425
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
33426
|
+
display: none;
|
|
33427
|
+
}
|
|
33428
|
+
|
|
33429
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
33430
|
+
display: inline;
|
|
33431
|
+
}
|
|
33432
|
+
|
|
33433
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
33434
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
33435
|
+
display: none;
|
|
33436
|
+
}
|
|
33437
|
+
|
|
33438
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
33439
|
+
display: inline;
|
|
33440
|
+
}
|
|
33441
|
+
|
|
33442
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
33443
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
33444
|
+
display: none;
|
|
33445
|
+
}
|
|
33446
|
+
|
|
33447
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
33448
|
+
display: inline;
|
|
33449
|
+
}
|
|
33450
|
+
|
|
33451
|
+
.E_swwhohx.ant-select .ant-select-selector {
|
|
33452
|
+
padding: 0 7px 0 12px;
|
|
33453
|
+
}
|
|
33454
|
+
|
|
33455
|
+
.E_swwhohx.ant-select .ant-select-arrow {
|
|
33456
|
+
right: 8px;
|
|
33457
|
+
top: 50%;
|
|
33458
|
+
margin-top: -8px;
|
|
33459
|
+
width: 16px;
|
|
33460
|
+
height: 16px;
|
|
33461
|
+
display: flex;
|
|
33462
|
+
align-items: center;
|
|
33463
|
+
}
|
|
33464
|
+
|
|
33465
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
33466
|
+
padding: 0 11px 0 16px;
|
|
33467
|
+
}
|
|
33468
|
+
|
|
33469
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
33470
|
+
right: 12px;
|
|
33471
|
+
}
|
|
33472
|
+
|
|
33473
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
33474
|
+
padding: 0 3px 0 8px;
|
|
33475
|
+
}
|
|
33476
|
+
|
|
33477
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
33478
|
+
right: 4px;
|
|
33479
|
+
}
|
|
33480
|
+
|
|
33481
|
+
.E_swwhohx.ant-select .ant-select-selection-item {
|
|
33482
|
+
padding-right: 24px;
|
|
33483
|
+
}
|
|
33484
|
+
|
|
33485
|
+
.E_p2sxmsl {
|
|
33486
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33487
|
+
}
|
|
33488
|
+
|
|
33489
|
+
.E_oa99sl3 {
|
|
33490
|
+
display: flex;
|
|
33491
|
+
justify-content: space-between;
|
|
33492
|
+
align-items: center;
|
|
33493
|
+
gap: 8px;
|
|
33494
|
+
}
|
|
33495
|
+
|
|
33496
|
+
.E_oa99sl3,
|
|
33497
|
+
.E_oa99sl3 :first-child {
|
|
33498
|
+
line-height: inherit !important;
|
|
33499
|
+
}
|
|
33500
|
+
|
|
33501
|
+
.E_lvp5pj7 {
|
|
33502
|
+
display: flex;
|
|
33503
|
+
justify-content: space-between;
|
|
33504
|
+
align-items: center;
|
|
33505
|
+
gap: 8px;
|
|
33506
|
+
min-width: 0;
|
|
33507
|
+
}
|
|
33508
|
+
|
|
33509
|
+
.E_s1io1lws {
|
|
33510
|
+
display: flex;
|
|
33511
|
+
align-items: center;
|
|
33512
|
+
flex-shrink: 0;
|
|
33513
|
+
}
|
|
33514
|
+
|
|
33515
|
+
.E_suhck3k {
|
|
33516
|
+
height: 24px;
|
|
33517
|
+
width: 24px;
|
|
33518
|
+
border-radius: 6px;
|
|
33519
|
+
padding: 4px;
|
|
33520
|
+
}
|
|
33521
|
+
|
|
33522
|
+
.E_suhck3k:hover {
|
|
33523
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33524
|
+
}
|
|
33525
|
+
|
|
33526
|
+
.E_suhck3k:hover svg path {
|
|
33527
|
+
fill: blue;
|
|
33528
|
+
}
|
|
33529
|
+
|
|
33530
|
+
.E_ryby9ds {
|
|
33531
|
+
display: flex;
|
|
33532
|
+
align-items: center;
|
|
33533
|
+
}
|
|
33534
|
+
|
|
33535
|
+
.E_ryby9ds .order {
|
|
33536
|
+
height: 24px;
|
|
33537
|
+
width: 24px;
|
|
33538
|
+
border-radius: 20px;
|
|
33539
|
+
color: #0080ff;
|
|
33540
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33541
|
+
display: flex;
|
|
33542
|
+
align-items: center;
|
|
33543
|
+
justify-content: center;
|
|
33544
|
+
margin-right: 6px;
|
|
33545
|
+
}
|
|
33546
|
+
|
|
33547
|
+
.E_w1dxz879 {
|
|
33548
|
+
display: flex;
|
|
33549
|
+
flex-direction: column;
|
|
33550
|
+
gap: 6px;
|
|
33551
|
+
}
|
|
33552
|
+
|
|
33553
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
33554
|
+
max-height: var(--w1dxz879-0);
|
|
33555
|
+
text-overflow: clip;
|
|
33556
|
+
overflow: hidden;
|
|
33557
|
+
}
|
|
33558
|
+
|
|
33559
|
+
.E_w1dxz879 .tips {
|
|
33560
|
+
color: #fff;
|
|
33561
|
+
opacity: 0.8;
|
|
33562
|
+
}
|
|
33563
|
+
|
|
33564
|
+
.E_h12yihis {
|
|
33565
|
+
height: 50px;
|
|
33566
|
+
border-bottom: 2px solid #edf0f7;
|
|
33567
|
+
background: #fff;
|
|
33568
|
+
display: flex;
|
|
33569
|
+
justify-content: space-between;
|
|
33570
|
+
align-items: center;
|
|
33571
|
+
padding: 0 24px 0 14px;
|
|
33572
|
+
position: relative;
|
|
33573
|
+
z-index: 10;
|
|
33574
|
+
}
|
|
33575
|
+
|
|
33576
|
+
.E_h12yihis .left,
|
|
33577
|
+
.E_h12yihis .right,
|
|
33578
|
+
.E_h12yihis .center {
|
|
33579
|
+
display: flex;
|
|
33580
|
+
align-items: center;
|
|
33581
|
+
flex: 1;
|
|
33582
|
+
flex-shrink: 0;
|
|
33583
|
+
}
|
|
33584
|
+
|
|
33585
|
+
.E_h12yihis .center {
|
|
33586
|
+
flex: 0.8;
|
|
33385
33587
|
}
|
|
33386
33588
|
|
|
33387
|
-
.
|
|
33388
|
-
|
|
33589
|
+
.E_h12yihis .right {
|
|
33590
|
+
justify-content: flex-end;
|
|
33389
33591
|
}
|
|
33390
33592
|
|
|
33391
|
-
.
|
|
33392
|
-
|
|
33593
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33594
|
+
opacity: 1;
|
|
33393
33595
|
}
|
|
33394
33596
|
|
|
33395
|
-
.
|
|
33396
|
-
|
|
33597
|
+
.E_h12yihis .right .btn-group {
|
|
33598
|
+
margin-left: 32px;
|
|
33599
|
+
position: relative;
|
|
33600
|
+
display: flex;
|
|
33601
|
+
align-items: center;
|
|
33397
33602
|
}
|
|
33398
33603
|
|
|
33399
|
-
.
|
|
33400
|
-
|
|
33604
|
+
.E_h12yihis .right .btn-group:before {
|
|
33605
|
+
content: "";
|
|
33606
|
+
opacity: 0;
|
|
33607
|
+
height: 24px;
|
|
33608
|
+
width: 1px;
|
|
33609
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33610
|
+
position: absolute;
|
|
33611
|
+
left: -16px;
|
|
33612
|
+
top: 50%;
|
|
33613
|
+
transform: translateY(-50%);
|
|
33614
|
+
transition: opacity 160ms ease;
|
|
33401
33615
|
}
|
|
33402
33616
|
|
|
33403
|
-
.
|
|
33404
|
-
|
|
33617
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
33618
|
+
transition: all 160ms ease;
|
|
33619
|
+
cursor: pointer;
|
|
33620
|
+
width: 56px;
|
|
33621
|
+
height: 40px;
|
|
33622
|
+
display: inline-flex;
|
|
33623
|
+
align-items: center;
|
|
33624
|
+
justify-content: center;
|
|
33625
|
+
border-radius: 6px;
|
|
33405
33626
|
}
|
|
33406
33627
|
|
|
33407
|
-
.
|
|
33408
|
-
|
|
33628
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33629
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33409
33630
|
}
|
|
33410
33631
|
|
|
33411
|
-
.
|
|
33412
|
-
|
|
33632
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33633
|
+
transform: translateY(2px);
|
|
33634
|
+
transition: all 320ms ease;
|
|
33413
33635
|
}
|
|
33414
33636
|
|
|
33415
|
-
.
|
|
33416
|
-
|
|
33637
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33638
|
+
margin-left: 4px;
|
|
33417
33639
|
}
|
|
33418
33640
|
|
|
33419
|
-
.
|
|
33420
|
-
|
|
33641
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33642
|
+
height: 48px;
|
|
33643
|
+
overflow: hidden;
|
|
33644
|
+
display: flex;
|
|
33645
|
+
align-items: center;
|
|
33646
|
+
padding: 0 4px;
|
|
33647
|
+
margin: 0 -4px;
|
|
33421
33648
|
}
|
|
33422
33649
|
|
|
33423
|
-
.
|
|
33424
|
-
.
|
|
33425
|
-
|
|
33650
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33651
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33652
|
+
transform: translateY(0);
|
|
33426
33653
|
}
|
|
33427
33654
|
|
|
33428
|
-
.
|
|
33429
|
-
|
|
33655
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33656
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33657
|
+
height: 48px;
|
|
33658
|
+
transform: translateY(100%);
|
|
33659
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33660
|
+
display: inline-flex;
|
|
33661
|
+
align-items: center;
|
|
33430
33662
|
}
|
|
33431
33663
|
|
|
33432
|
-
.
|
|
33433
|
-
|
|
33434
|
-
display: none;
|
|
33664
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33665
|
+
margin-right: 10px;
|
|
33435
33666
|
}
|
|
33436
33667
|
|
|
33437
|
-
.
|
|
33438
|
-
|
|
33668
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33669
|
+
width: 32px;
|
|
33670
|
+
height: 32px;
|
|
33671
|
+
border-radius: 6px;
|
|
33439
33672
|
}
|
|
33440
33673
|
|
|
33441
|
-
.
|
|
33442
|
-
|
|
33443
|
-
display: none;
|
|
33674
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33675
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33444
33676
|
}
|
|
33445
33677
|
|
|
33446
|
-
.
|
|
33447
|
-
|
|
33678
|
+
.E_h12yihis .alert,
|
|
33679
|
+
.E_h12yihis .task {
|
|
33680
|
+
position: relative;
|
|
33448
33681
|
}
|
|
33449
33682
|
|
|
33450
|
-
.
|
|
33451
|
-
|
|
33683
|
+
.E_h12yihis .alert .alert-icon,
|
|
33684
|
+
.E_h12yihis .alert .task-icon,
|
|
33685
|
+
.E_h12yihis .task .alert-icon,
|
|
33686
|
+
.E_h12yihis .task .task-icon {
|
|
33687
|
+
width: 56px;
|
|
33688
|
+
height: 40px;
|
|
33689
|
+
justify-content: center;
|
|
33452
33690
|
}
|
|
33453
33691
|
|
|
33454
|
-
.
|
|
33455
|
-
|
|
33456
|
-
|
|
33457
|
-
|
|
33458
|
-
width: 16px;
|
|
33459
|
-
height: 16px;
|
|
33460
|
-
display: flex;
|
|
33461
|
-
align-items: center;
|
|
33692
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33693
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33694
|
+
right: 16px;
|
|
33695
|
+
top: 10px;
|
|
33462
33696
|
}
|
|
33463
33697
|
|
|
33464
|
-
.
|
|
33465
|
-
|
|
33698
|
+
.E_h12yihis .logo {
|
|
33699
|
+
display: inline-flex;
|
|
33700
|
+
align-items: center;
|
|
33466
33701
|
}
|
|
33467
33702
|
|
|
33468
|
-
.
|
|
33469
|
-
|
|
33703
|
+
.E_h12yihis .left {
|
|
33704
|
+
position: relative;
|
|
33470
33705
|
}
|
|
33471
33706
|
|
|
33472
|
-
.
|
|
33473
|
-
|
|
33707
|
+
.E_h12yihis .left .events-audit-title {
|
|
33708
|
+
font-size: 20px;
|
|
33709
|
+
line-height: 24px;
|
|
33710
|
+
font-weight: bold;
|
|
33711
|
+
color: #1d326c;
|
|
33712
|
+
margin: 0px 8px;
|
|
33474
33713
|
}
|
|
33475
33714
|
|
|
33476
|
-
.
|
|
33477
|
-
|
|
33715
|
+
.E_h12yihis .left .global-search {
|
|
33716
|
+
margin-left: 6px;
|
|
33478
33717
|
}
|
|
33479
33718
|
|
|
33480
|
-
.
|
|
33481
|
-
|
|
33719
|
+
.E_h12yihis.global-search-active {
|
|
33720
|
+
z-index: 11;
|
|
33482
33721
|
}
|
|
33483
33722
|
|
|
33484
|
-
.
|
|
33485
|
-
|
|
33723
|
+
.E_h12yihis.global-search-active .left {
|
|
33724
|
+
flex: 1;
|
|
33725
|
+
margin-right: 32px;
|
|
33486
33726
|
}
|
|
33487
33727
|
|
|
33488
|
-
.
|
|
33728
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33489
33729
|
display: flex;
|
|
33490
|
-
|
|
33491
|
-
align-items: center;
|
|
33492
|
-
gap: 8px;
|
|
33730
|
+
flex: 1;
|
|
33493
33731
|
}
|
|
33494
33732
|
|
|
33495
|
-
.
|
|
33496
|
-
|
|
33497
|
-
|
|
33733
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33734
|
+
border-color: #0080ff;
|
|
33735
|
+
width: 100%;
|
|
33498
33736
|
}
|
|
33499
33737
|
|
|
33500
|
-
.
|
|
33501
|
-
display:
|
|
33502
|
-
justify-content: space-between;
|
|
33503
|
-
align-items: center;
|
|
33504
|
-
gap: 8px;
|
|
33505
|
-
min-width: 0;
|
|
33738
|
+
.E_h12yihis.global-search-active .center {
|
|
33739
|
+
display: none;
|
|
33506
33740
|
}
|
|
33507
33741
|
|
|
33508
|
-
.
|
|
33509
|
-
|
|
33510
|
-
align-items: center;
|
|
33511
|
-
flex-shrink: 0;
|
|
33742
|
+
.E_h12yihis.global-search-active .right {
|
|
33743
|
+
flex: 0 1 auto;
|
|
33512
33744
|
}
|
|
33513
33745
|
|
|
33514
|
-
.
|
|
33515
|
-
|
|
33516
|
-
flex-direction: column;
|
|
33517
|
-
gap: 6px;
|
|
33746
|
+
.E_h12yihis .ant-badge-count {
|
|
33747
|
+
pointer-events: none;
|
|
33518
33748
|
}
|
|
33519
33749
|
|
|
33520
|
-
.
|
|
33521
|
-
|
|
33522
|
-
|
|
33750
|
+
.E_ncaepor {
|
|
33751
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33752
|
+
position: relative;
|
|
33753
|
+
height: 48px;
|
|
33754
|
+
display: inline-flex;
|
|
33755
|
+
align-items: center;
|
|
33756
|
+
justify-content: center;
|
|
33523
33757
|
overflow: hidden;
|
|
33524
33758
|
}
|
|
33525
33759
|
|
|
33526
|
-
.
|
|
33527
|
-
|
|
33528
|
-
|
|
33760
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
33761
|
+
content: "";
|
|
33762
|
+
width: 100%;
|
|
33763
|
+
height: 12px;
|
|
33764
|
+
position: absolute;
|
|
33765
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33529
33766
|
}
|
|
33530
33767
|
|
|
33531
|
-
.
|
|
33532
|
-
|
|
33533
|
-
width: 24px;
|
|
33534
|
-
border-radius: 6px;
|
|
33535
|
-
padding: 4px;
|
|
33768
|
+
.E_ncaepor:before {
|
|
33769
|
+
top: 0;
|
|
33536
33770
|
}
|
|
33537
33771
|
|
|
33538
|
-
.
|
|
33539
|
-
|
|
33772
|
+
.E_ncaepor:after {
|
|
33773
|
+
bottom: 0;
|
|
33540
33774
|
}
|
|
33541
33775
|
|
|
33542
|
-
.
|
|
33543
|
-
|
|
33776
|
+
.E_ncaepor > * {
|
|
33777
|
+
height: 48px;
|
|
33778
|
+
display: inline-flex;
|
|
33779
|
+
align-items: center;
|
|
33780
|
+
white-space: nowrap;
|
|
33781
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33544
33782
|
}
|
|
33545
33783
|
|
|
33546
|
-
.
|
|
33547
|
-
|
|
33548
|
-
|
|
33784
|
+
.E_ncaepor .name-text {
|
|
33785
|
+
transform: translateY(0);
|
|
33786
|
+
opacity: 1;
|
|
33549
33787
|
}
|
|
33550
33788
|
|
|
33551
|
-
.
|
|
33552
|
-
|
|
33553
|
-
|
|
33554
|
-
|
|
33555
|
-
|
|
33556
|
-
|
|
33789
|
+
.E_ncaepor .nav-info {
|
|
33790
|
+
transform: translateY(100%);
|
|
33791
|
+
opacity: 0;
|
|
33792
|
+
font-size: 18px;
|
|
33793
|
+
font-weight: 700;
|
|
33794
|
+
position: absolute;
|
|
33795
|
+
overflow: hidden;
|
|
33557
33796
|
display: flex;
|
|
33558
|
-
align-items: center;
|
|
33559
33797
|
justify-content: center;
|
|
33560
|
-
|
|
33798
|
+
}
|
|
33799
|
+
|
|
33800
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33801
|
+
color: #1d326c;
|
|
33802
|
+
flex: 1;
|
|
33803
|
+
overflow: hidden;
|
|
33804
|
+
text-overflow: ellipsis;
|
|
33805
|
+
}
|
|
33806
|
+
|
|
33807
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33808
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33809
|
+
margin-left: 8px;
|
|
33810
|
+
}
|
|
33811
|
+
|
|
33812
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33813
|
+
transform: translateY(-100%);
|
|
33814
|
+
opacity: 0;
|
|
33815
|
+
position: absolute;
|
|
33816
|
+
}
|
|
33817
|
+
|
|
33818
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33819
|
+
transform: translateY(0);
|
|
33820
|
+
opacity: 1;
|
|
33821
|
+
position: static;
|
|
33561
33822
|
}
|
|
33562
33823
|
|
|
33563
33824
|
.E_hrhfj7c {
|
|
@@ -33742,344 +34003,84 @@ input.E_rf8rlle.ant-input {
|
|
|
33742
34003
|
opacity: 0.5;
|
|
33743
34004
|
}
|
|
33744
34005
|
|
|
33745
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
|
|
33746
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33747
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33748
|
-
}
|
|
33749
|
-
|
|
33750
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
|
|
33751
|
-
border-color: #2d3a56;
|
|
33752
|
-
}
|
|
33753
|
-
|
|
33754
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
33755
|
-
background: #2d3a56;
|
|
33756
|
-
}
|
|
33757
|
-
|
|
33758
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
33759
|
-
padding: 0;
|
|
33760
|
-
}
|
|
33761
|
-
|
|
33762
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
33763
|
-
display: inline-block;
|
|
33764
|
-
margin-left: 12px;
|
|
33765
|
-
color: #2d3a56;
|
|
33766
|
-
}
|
|
33767
|
-
|
|
33768
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
33769
|
-
margin-left: 28px;
|
|
33770
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33771
|
-
}
|
|
33772
|
-
|
|
33773
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
33774
|
-
margin-left: 8px;
|
|
33775
|
-
}
|
|
33776
|
-
|
|
33777
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
33778
|
-
margin-left: 24px;
|
|
33779
|
-
}
|
|
33780
|
-
|
|
33781
|
-
.E_ckhyuyx .E_dt9qoak {
|
|
33782
|
-
width: 400px;
|
|
33783
|
-
}
|
|
33784
|
-
|
|
33785
|
-
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
33786
|
-
padding: 4px;
|
|
33787
|
-
height: 158px;
|
|
33788
|
-
}
|
|
33789
|
-
|
|
33790
|
-
.E_c1fmq9lv.E_ckhyuyx {
|
|
33791
|
-
border-radius: 6px;
|
|
33792
|
-
}
|
|
33793
|
-
|
|
33794
|
-
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33795
|
-
min-width: 200px;
|
|
33796
|
-
font-size: 12px;
|
|
33797
|
-
}
|
|
33798
|
-
|
|
33799
|
-
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
33800
|
-
padding: 6px 12px;
|
|
33801
|
-
height: 18px;
|
|
33802
|
-
font-size: 12px;
|
|
33803
|
-
}
|
|
33804
|
-
|
|
33805
|
-
.E_c1evusvc ul.antd5-cascader-menu {
|
|
33806
|
-
padding: 8px;
|
|
33807
|
-
height: 320px;
|
|
33808
|
-
}
|
|
33809
|
-
|
|
33810
|
-
.E_c1evusvc.E_ckhyuyx {
|
|
33811
|
-
border-radius: 10px;
|
|
33812
|
-
}
|
|
33813
|
-
|
|
33814
|
-
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33815
|
-
min-width: 296px;
|
|
33816
|
-
padding: 8px;
|
|
33817
|
-
}
|
|
33818
|
-
|
|
33819
|
-
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
33820
|
-
height: 22px;
|
|
33821
|
-
padding: 8px 16px;
|
|
33822
|
-
font-size: 14px;
|
|
33823
|
-
}
|
|
33824
|
-
|
|
33825
|
-
.E_h12yihis {
|
|
33826
|
-
height: 50px;
|
|
33827
|
-
border-bottom: 2px solid #edf0f7;
|
|
33828
|
-
background: #fff;
|
|
33829
|
-
display: flex;
|
|
33830
|
-
justify-content: space-between;
|
|
33831
|
-
align-items: center;
|
|
33832
|
-
padding: 0 24px 0 14px;
|
|
33833
|
-
position: relative;
|
|
33834
|
-
z-index: 10;
|
|
33835
|
-
}
|
|
33836
|
-
|
|
33837
|
-
.E_h12yihis .left,
|
|
33838
|
-
.E_h12yihis .right,
|
|
33839
|
-
.E_h12yihis .center {
|
|
33840
|
-
display: flex;
|
|
33841
|
-
align-items: center;
|
|
33842
|
-
flex: 1;
|
|
33843
|
-
flex-shrink: 0;
|
|
33844
|
-
}
|
|
33845
|
-
|
|
33846
|
-
.E_h12yihis .center {
|
|
33847
|
-
flex: 0.8;
|
|
33848
|
-
}
|
|
33849
|
-
|
|
33850
|
-
.E_h12yihis .right {
|
|
33851
|
-
justify-content: flex-end;
|
|
33852
|
-
}
|
|
33853
|
-
|
|
33854
|
-
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33855
|
-
opacity: 1;
|
|
33856
|
-
}
|
|
33857
|
-
|
|
33858
|
-
.E_h12yihis .right .btn-group {
|
|
33859
|
-
margin-left: 32px;
|
|
33860
|
-
position: relative;
|
|
33861
|
-
display: flex;
|
|
33862
|
-
align-items: center;
|
|
33863
|
-
}
|
|
33864
|
-
|
|
33865
|
-
.E_h12yihis .right .btn-group:before {
|
|
33866
|
-
content: "";
|
|
33867
|
-
opacity: 0;
|
|
33868
|
-
height: 24px;
|
|
33869
|
-
width: 1px;
|
|
33870
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33871
|
-
position: absolute;
|
|
33872
|
-
left: -16px;
|
|
33873
|
-
top: 50%;
|
|
33874
|
-
transform: translateY(-50%);
|
|
33875
|
-
transition: opacity 160ms ease;
|
|
33876
|
-
}
|
|
33877
|
-
|
|
33878
|
-
.E_h12yihis .right .btn-group > .btn-item {
|
|
33879
|
-
transition: all 160ms ease;
|
|
33880
|
-
cursor: pointer;
|
|
33881
|
-
width: 56px;
|
|
33882
|
-
height: 40px;
|
|
33883
|
-
display: inline-flex;
|
|
33884
|
-
align-items: center;
|
|
33885
|
-
justify-content: center;
|
|
33886
|
-
border-radius: 6px;
|
|
33887
|
-
}
|
|
33888
|
-
|
|
33889
|
-
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33890
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33891
|
-
}
|
|
33892
|
-
|
|
33893
|
-
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33894
|
-
transform: translateY(2px);
|
|
33895
|
-
transition: all 320ms ease;
|
|
33896
|
-
}
|
|
33897
|
-
|
|
33898
|
-
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33899
|
-
margin-left: 4px;
|
|
33900
|
-
}
|
|
33901
|
-
|
|
33902
|
-
.E_h12yihis .right .create-menu-and-export {
|
|
33903
|
-
height: 48px;
|
|
33904
|
-
overflow: hidden;
|
|
33905
|
-
display: flex;
|
|
33906
|
-
align-items: center;
|
|
33907
|
-
padding: 0 4px;
|
|
33908
|
-
margin: 0 -4px;
|
|
33909
|
-
}
|
|
33910
|
-
|
|
33911
|
-
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33912
|
-
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33913
|
-
transform: translateY(0);
|
|
33914
|
-
}
|
|
33915
|
-
|
|
33916
|
-
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33917
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33918
|
-
height: 48px;
|
|
33919
|
-
transform: translateY(100%);
|
|
33920
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33921
|
-
display: inline-flex;
|
|
33922
|
-
align-items: center;
|
|
33923
|
-
}
|
|
33924
|
-
|
|
33925
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33926
|
-
margin-right: 10px;
|
|
33927
|
-
}
|
|
33928
|
-
|
|
33929
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33930
|
-
width: 32px;
|
|
33931
|
-
height: 32px;
|
|
33932
|
-
border-radius: 6px;
|
|
33933
|
-
}
|
|
33934
|
-
|
|
33935
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33936
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33937
|
-
}
|
|
33938
|
-
|
|
33939
|
-
.E_h12yihis .alert,
|
|
33940
|
-
.E_h12yihis .task {
|
|
33941
|
-
position: relative;
|
|
33942
|
-
}
|
|
33943
|
-
|
|
33944
|
-
.E_h12yihis .alert .alert-icon,
|
|
33945
|
-
.E_h12yihis .alert .task-icon,
|
|
33946
|
-
.E_h12yihis .task .alert-icon,
|
|
33947
|
-
.E_h12yihis .task .task-icon {
|
|
33948
|
-
width: 56px;
|
|
33949
|
-
height: 40px;
|
|
33950
|
-
justify-content: center;
|
|
33951
|
-
}
|
|
33952
|
-
|
|
33953
|
-
.E_h12yihis .alert .ant-badge-count,
|
|
33954
|
-
.E_h12yihis .task .ant-badge-count {
|
|
33955
|
-
right: 16px;
|
|
33956
|
-
top: 10px;
|
|
33957
|
-
}
|
|
33958
|
-
|
|
33959
|
-
.E_h12yihis .logo {
|
|
33960
|
-
display: inline-flex;
|
|
33961
|
-
align-items: center;
|
|
33962
|
-
}
|
|
33963
|
-
|
|
33964
|
-
.E_h12yihis .left {
|
|
33965
|
-
position: relative;
|
|
33966
|
-
}
|
|
33967
|
-
|
|
33968
|
-
.E_h12yihis .left .events-audit-title {
|
|
33969
|
-
font-size: 20px;
|
|
33970
|
-
line-height: 24px;
|
|
33971
|
-
font-weight: bold;
|
|
33972
|
-
color: #1d326c;
|
|
33973
|
-
margin: 0px 8px;
|
|
33974
|
-
}
|
|
33975
|
-
|
|
33976
|
-
.E_h12yihis .left .global-search {
|
|
33977
|
-
margin-left: 6px;
|
|
33978
|
-
}
|
|
33979
|
-
|
|
33980
|
-
.E_h12yihis.global-search-active {
|
|
33981
|
-
z-index: 11;
|
|
33982
|
-
}
|
|
33983
|
-
|
|
33984
|
-
.E_h12yihis.global-search-active .left {
|
|
33985
|
-
flex: 1;
|
|
33986
|
-
margin-right: 32px;
|
|
33987
|
-
}
|
|
33988
|
-
|
|
33989
|
-
.E_h12yihis.global-search-active .left .global-search {
|
|
33990
|
-
display: flex;
|
|
33991
|
-
flex: 1;
|
|
34006
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
|
|
34007
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34008
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33992
34009
|
}
|
|
33993
34010
|
|
|
33994
|
-
.
|
|
33995
|
-
border-color: #
|
|
33996
|
-
width: 100%;
|
|
34011
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
|
|
34012
|
+
border-color: #2d3a56;
|
|
33997
34013
|
}
|
|
33998
34014
|
|
|
33999
|
-
.
|
|
34000
|
-
|
|
34015
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
34016
|
+
background: #2d3a56;
|
|
34001
34017
|
}
|
|
34002
34018
|
|
|
34003
|
-
.
|
|
34004
|
-
|
|
34019
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
34020
|
+
padding: 0;
|
|
34005
34021
|
}
|
|
34006
34022
|
|
|
34007
|
-
.
|
|
34008
|
-
|
|
34023
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
34024
|
+
display: inline-block;
|
|
34025
|
+
margin-left: 12px;
|
|
34026
|
+
color: #2d3a56;
|
|
34009
34027
|
}
|
|
34010
34028
|
|
|
34011
|
-
.
|
|
34012
|
-
|
|
34013
|
-
|
|
34014
|
-
height: 48px;
|
|
34015
|
-
display: inline-flex;
|
|
34016
|
-
align-items: center;
|
|
34017
|
-
justify-content: center;
|
|
34018
|
-
overflow: hidden;
|
|
34029
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
34030
|
+
margin-left: 28px;
|
|
34031
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34019
34032
|
}
|
|
34020
34033
|
|
|
34021
|
-
.
|
|
34022
|
-
|
|
34023
|
-
width: 100%;
|
|
34024
|
-
height: 12px;
|
|
34025
|
-
position: absolute;
|
|
34026
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
34034
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
34035
|
+
margin-left: 8px;
|
|
34027
34036
|
}
|
|
34028
34037
|
|
|
34029
|
-
.
|
|
34030
|
-
|
|
34038
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
34039
|
+
margin-left: 24px;
|
|
34031
34040
|
}
|
|
34032
34041
|
|
|
34033
|
-
.
|
|
34034
|
-
|
|
34042
|
+
.E_ckhyuyx .E_dt9qoak {
|
|
34043
|
+
width: 400px;
|
|
34035
34044
|
}
|
|
34036
34045
|
|
|
34037
|
-
.
|
|
34038
|
-
|
|
34039
|
-
|
|
34040
|
-
align-items: center;
|
|
34041
|
-
white-space: nowrap;
|
|
34042
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
34046
|
+
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
34047
|
+
padding: 4px;
|
|
34048
|
+
height: 158px;
|
|
34043
34049
|
}
|
|
34044
34050
|
|
|
34045
|
-
.
|
|
34046
|
-
|
|
34047
|
-
opacity: 1;
|
|
34051
|
+
.E_c1fmq9lv.E_ckhyuyx {
|
|
34052
|
+
border-radius: 6px;
|
|
34048
34053
|
}
|
|
34049
34054
|
|
|
34050
|
-
.
|
|
34051
|
-
|
|
34052
|
-
|
|
34053
|
-
font-size: 18px;
|
|
34054
|
-
font-weight: 700;
|
|
34055
|
-
position: absolute;
|
|
34056
|
-
overflow: hidden;
|
|
34057
|
-
display: flex;
|
|
34058
|
-
justify-content: center;
|
|
34055
|
+
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
34056
|
+
min-width: 200px;
|
|
34057
|
+
font-size: 12px;
|
|
34059
34058
|
}
|
|
34060
34059
|
|
|
34061
|
-
.
|
|
34062
|
-
|
|
34063
|
-
|
|
34064
|
-
|
|
34065
|
-
text-overflow: ellipsis;
|
|
34060
|
+
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
34061
|
+
padding: 6px 12px;
|
|
34062
|
+
height: 18px;
|
|
34063
|
+
font-size: 12px;
|
|
34066
34064
|
}
|
|
34067
34065
|
|
|
34068
|
-
.
|
|
34069
|
-
|
|
34070
|
-
|
|
34066
|
+
.E_c1evusvc ul.antd5-cascader-menu {
|
|
34067
|
+
padding: 8px;
|
|
34068
|
+
height: 320px;
|
|
34071
34069
|
}
|
|
34072
34070
|
|
|
34073
|
-
.
|
|
34074
|
-
|
|
34075
|
-
opacity: 0;
|
|
34076
|
-
position: absolute;
|
|
34071
|
+
.E_c1evusvc.E_ckhyuyx {
|
|
34072
|
+
border-radius: 10px;
|
|
34077
34073
|
}
|
|
34078
34074
|
|
|
34079
|
-
.
|
|
34080
|
-
|
|
34081
|
-
|
|
34082
|
-
|
|
34075
|
+
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
34076
|
+
min-width: 296px;
|
|
34077
|
+
padding: 8px;
|
|
34078
|
+
}
|
|
34079
|
+
|
|
34080
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
34081
|
+
height: 22px;
|
|
34082
|
+
padding: 8px 16px;
|
|
34083
|
+
font-size: 14px;
|
|
34083
34084
|
}
|
|
34084
34085
|
|
|
34085
34086
|
.E_c1kchka8 {
|
|
@@ -34644,45 +34645,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34644
34645
|
padding: 0;
|
|
34645
34646
|
}
|
|
34646
34647
|
|
|
34647
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34648
|
-
margin-right: 2px;
|
|
34649
|
-
}
|
|
34650
|
-
|
|
34651
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34652
|
-
padding-left: 8px;
|
|
34653
|
-
padding-right: 8px;
|
|
34654
|
-
}
|
|
34655
|
-
|
|
34656
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34657
|
-
border-radius: 4px;
|
|
34658
|
-
}
|
|
34659
|
-
|
|
34660
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34661
|
-
border-radius: 4px;
|
|
34662
|
-
}
|
|
34663
|
-
|
|
34664
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
34665
|
-
padding-left: 12px;
|
|
34666
|
-
padding-right: 12px;
|
|
34667
|
-
}
|
|
34668
|
-
|
|
34669
|
-
.E_ckld275 {
|
|
34670
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34671
|
-
}
|
|
34672
|
-
|
|
34673
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34674
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
34675
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34676
|
-
}
|
|
34677
|
-
|
|
34678
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34679
|
-
background-color: transparent;
|
|
34680
|
-
}
|
|
34681
|
-
|
|
34682
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34683
|
-
background-color: transparent;
|
|
34684
|
-
}
|
|
34685
|
-
|
|
34686
34648
|
.E_c1yd35n {
|
|
34687
34649
|
padding: 0 12px 14px 12px;
|
|
34688
34650
|
}
|
|
@@ -34734,103 +34696,62 @@ input.E_rf8rlle.ant-input {
|
|
|
34734
34696
|
margin-right: 2px;
|
|
34735
34697
|
}
|
|
34736
34698
|
|
|
34737
|
-
.
|
|
34738
|
-
|
|
34739
|
-
line-height: 22px;
|
|
34740
|
-
display: inline-flex;
|
|
34741
|
-
}
|
|
34742
|
-
|
|
34743
|
-
.E_ckui4s7 .ant-checkbox {
|
|
34744
|
-
height: 22px;
|
|
34745
|
-
display: flex;
|
|
34746
|
-
align-items: center;
|
|
34747
|
-
top: 0;
|
|
34748
|
-
}
|
|
34749
|
-
|
|
34750
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34751
|
-
border: none;
|
|
34752
|
-
}
|
|
34753
|
-
|
|
34754
|
-
.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 {
|
|
34755
|
-
border-color: #0080ff;
|
|
34756
|
-
}
|
|
34757
|
-
|
|
34758
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34759
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34760
|
-
}
|
|
34761
|
-
|
|
34762
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34763
|
-
border: 1px solid #0080ff;
|
|
34764
|
-
}
|
|
34765
|
-
|
|
34766
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34767
|
-
background: #0080ff;
|
|
34768
|
-
}
|
|
34769
|
-
|
|
34770
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34771
|
-
background-color: #fff;
|
|
34772
|
-
height: 2px;
|
|
34773
|
-
width: 10px;
|
|
34774
|
-
border-radius: 2px;
|
|
34775
|
-
}
|
|
34776
|
-
|
|
34777
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34778
|
-
opacity: 0.5;
|
|
34699
|
+
.E_b14q2gmw {
|
|
34700
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34779
34701
|
}
|
|
34780
34702
|
|
|
34781
|
-
.
|
|
34782
|
-
|
|
34783
|
-
|
|
34703
|
+
.E_c1eym6el {
|
|
34704
|
+
border-radius: 8px;
|
|
34705
|
+
background-color: white;
|
|
34784
34706
|
}
|
|
34785
34707
|
|
|
34786
|
-
.
|
|
34787
|
-
|
|
34708
|
+
.E_c1eym6el.hoverable {
|
|
34709
|
+
cursor: pointer;
|
|
34788
34710
|
}
|
|
34789
34711
|
|
|
34790
|
-
.
|
|
34791
|
-
|
|
34712
|
+
.E_c1eym6el.hoverable:hover {
|
|
34713
|
+
transition: all 200ms ease;
|
|
34714
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34715
|
+
transform: translateY(-4px);
|
|
34792
34716
|
}
|
|
34793
34717
|
|
|
34794
|
-
.
|
|
34795
|
-
|
|
34718
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34719
|
+
margin-right: 2px;
|
|
34796
34720
|
}
|
|
34797
34721
|
|
|
34798
|
-
.
|
|
34799
|
-
|
|
34800
|
-
|
|
34801
|
-
color: #2d3a56;
|
|
34722
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34723
|
+
padding-left: 8px;
|
|
34724
|
+
padding-right: 8px;
|
|
34802
34725
|
}
|
|
34803
34726
|
|
|
34804
|
-
.
|
|
34805
|
-
|
|
34806
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34727
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34728
|
+
border-radius: 4px;
|
|
34807
34729
|
}
|
|
34808
34730
|
|
|
34809
|
-
.
|
|
34810
|
-
|
|
34731
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34732
|
+
border-radius: 4px;
|
|
34811
34733
|
}
|
|
34812
34734
|
|
|
34813
|
-
.
|
|
34814
|
-
|
|
34735
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34736
|
+
padding-left: 12px;
|
|
34737
|
+
padding-right: 12px;
|
|
34815
34738
|
}
|
|
34816
34739
|
|
|
34817
|
-
.
|
|
34818
|
-
|
|
34740
|
+
.E_ckld275 {
|
|
34741
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34819
34742
|
}
|
|
34820
34743
|
|
|
34821
|
-
.
|
|
34822
|
-
|
|
34823
|
-
|
|
34744
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34745
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34746
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34824
34747
|
}
|
|
34825
34748
|
|
|
34826
|
-
.
|
|
34827
|
-
|
|
34749
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34750
|
+
background-color: transparent;
|
|
34828
34751
|
}
|
|
34829
34752
|
|
|
34830
|
-
.
|
|
34831
|
-
|
|
34832
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34833
|
-
transform: translateY(-4px);
|
|
34753
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34754
|
+
background-color: transparent;
|
|
34834
34755
|
}
|
|
34835
34756
|
|
|
34836
34757
|
.E_l12xdkhl {
|
|
@@ -35516,298 +35437,141 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35516
35437
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35517
35438
|
}
|
|
35518
35439
|
|
|
35519
|
-
.
|
|
35520
|
-
|
|
35521
|
-
|
|
35522
|
-
|
|
35523
|
-
column-gap: 6px;
|
|
35440
|
+
.E_ckui4s7 {
|
|
35441
|
+
color: #2d3a56;
|
|
35442
|
+
line-height: 22px;
|
|
35443
|
+
display: inline-flex;
|
|
35524
35444
|
}
|
|
35525
35445
|
|
|
35526
|
-
.
|
|
35446
|
+
.E_ckui4s7 .ant-checkbox {
|
|
35447
|
+
height: 22px;
|
|
35527
35448
|
display: flex;
|
|
35528
|
-
|
|
35529
|
-
|
|
35530
|
-
row-gap: var(--p1cmxsf7-0);
|
|
35531
|
-
}
|
|
35532
|
-
|
|
35533
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
35534
|
-
font-size: 0;
|
|
35535
|
-
}
|
|
35536
|
-
|
|
35537
|
-
.E_w7ob4th.outside-tag {
|
|
35538
|
-
padding-left: 0;
|
|
35539
|
-
}
|
|
35540
|
-
|
|
35541
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
35542
|
-
border-radius: 4px 0 0 4px;
|
|
35543
|
-
padding-right: 4px;
|
|
35544
|
-
margin-right: 4px;
|
|
35545
|
-
}
|
|
35546
|
-
|
|
35547
|
-
.E_slr2ynn {
|
|
35548
|
-
padding: 0 8px;
|
|
35549
|
-
height: 18px;
|
|
35550
|
-
}
|
|
35551
|
-
|
|
35552
|
-
.E_m140wbb6 {
|
|
35553
|
-
padding: 2px 8px;
|
|
35554
|
-
height: 24px;
|
|
35449
|
+
align-items: center;
|
|
35450
|
+
top: 0;
|
|
35555
35451
|
}
|
|
35556
35452
|
|
|
35557
|
-
.
|
|
35558
|
-
|
|
35453
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
35454
|
+
border: none;
|
|
35559
35455
|
}
|
|
35560
35456
|
|
|
35561
|
-
.
|
|
35562
|
-
|
|
35563
|
-
height: 16px;
|
|
35457
|
+
.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 {
|
|
35458
|
+
border-color: #0080ff;
|
|
35564
35459
|
}
|
|
35565
35460
|
|
|
35566
|
-
.
|
|
35567
|
-
|
|
35568
|
-
color: #00122e;
|
|
35569
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35570
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35571
|
-
word-break: break-all;
|
|
35572
|
-
display: inline;
|
|
35573
|
-
white-space: normal;
|
|
35461
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
35462
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
35574
35463
|
}
|
|
35575
35464
|
|
|
35576
|
-
.
|
|
35577
|
-
|
|
35578
|
-
height: 16px;
|
|
35465
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35466
|
+
border: 1px solid #0080ff;
|
|
35579
35467
|
}
|
|
35580
35468
|
|
|
35581
|
-
.
|
|
35582
|
-
|
|
35469
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35470
|
+
background: #0080ff;
|
|
35583
35471
|
}
|
|
35584
35472
|
|
|
35585
|
-
.
|
|
35586
|
-
|
|
35473
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35474
|
+
background-color: #fff;
|
|
35475
|
+
height: 2px;
|
|
35476
|
+
width: 10px;
|
|
35477
|
+
border-radius: 2px;
|
|
35587
35478
|
}
|
|
35588
35479
|
|
|
35589
|
-
.
|
|
35590
|
-
|
|
35480
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
35481
|
+
opacity: 0.5;
|
|
35591
35482
|
}
|
|
35592
35483
|
|
|
35593
|
-
.
|
|
35594
|
-
|
|
35484
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
35485
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35486
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
35595
35487
|
}
|
|
35596
35488
|
|
|
35597
|
-
.
|
|
35598
|
-
color: #
|
|
35599
|
-
font-weight: normal;
|
|
35489
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
35490
|
+
border-color: #2d3a56;
|
|
35600
35491
|
}
|
|
35601
35492
|
|
|
35602
|
-
.
|
|
35603
|
-
|
|
35493
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35494
|
+
background: #2d3a56;
|
|
35604
35495
|
}
|
|
35605
35496
|
|
|
35606
|
-
.
|
|
35607
|
-
|
|
35497
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
35498
|
+
padding: 0;
|
|
35608
35499
|
}
|
|
35609
35500
|
|
|
35610
|
-
.
|
|
35501
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
35611
35502
|
display: inline-block;
|
|
35503
|
+
margin-left: 12px;
|
|
35504
|
+
color: #2d3a56;
|
|
35612
35505
|
}
|
|
35613
35506
|
|
|
35614
|
-
.
|
|
35615
|
-
|
|
35616
|
-
|
|
35617
|
-
text-overflow: ellipsis;
|
|
35618
|
-
}
|
|
35619
|
-
|
|
35620
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
35621
|
-
min-width: var(--item-min-width);
|
|
35622
|
-
}
|
|
35623
|
-
|
|
35624
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35625
|
-
cursor: not-allowed !important;
|
|
35626
|
-
}
|
|
35627
|
-
|
|
35628
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35629
|
-
flex-direction: row;
|
|
35630
|
-
justify-content: stretch;
|
|
35631
|
-
}
|
|
35632
|
-
|
|
35633
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35634
|
-
padding: 0;
|
|
35635
|
-
margin-right: 4px;
|
|
35636
|
-
flex: 1;
|
|
35637
|
-
overflow: visible;
|
|
35638
|
-
}
|
|
35639
|
-
|
|
35640
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35641
|
-
width: 100%;
|
|
35642
|
-
min-height: unset;
|
|
35507
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
35508
|
+
margin-left: 28px;
|
|
35509
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35643
35510
|
}
|
|
35644
35511
|
|
|
35645
|
-
.
|
|
35646
|
-
|
|
35647
|
-
line-height: 26px;
|
|
35648
|
-
width: 100%;
|
|
35649
|
-
padding: 0;
|
|
35650
|
-
font-size: 12px;
|
|
35512
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
35513
|
+
margin-left: 8px;
|
|
35651
35514
|
}
|
|
35652
35515
|
|
|
35653
|
-
.
|
|
35654
|
-
margin-
|
|
35516
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
35517
|
+
margin-left: 24px;
|
|
35655
35518
|
}
|
|
35656
35519
|
|
|
35657
|
-
.
|
|
35658
|
-
|
|
35520
|
+
.E_w7ob4th.outside-tag {
|
|
35521
|
+
padding-left: 0;
|
|
35659
35522
|
}
|
|
35660
35523
|
|
|
35661
|
-
.
|
|
35662
|
-
padding-left: 8px;
|
|
35663
|
-
padding-right: 4px;
|
|
35524
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35664
35525
|
border-radius: 4px 0 0 4px;
|
|
35526
|
+
padding-right: 4px;
|
|
35527
|
+
margin-right: 4px;
|
|
35665
35528
|
}
|
|
35666
35529
|
|
|
35667
|
-
.
|
|
35668
|
-
margin-right: 0;
|
|
35669
|
-
}
|
|
35670
|
-
|
|
35671
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35672
|
-
padding-right: 8px;
|
|
35673
|
-
padding-left: 12px;
|
|
35674
|
-
border-radius: 0 4px 4px 0;
|
|
35675
|
-
}
|
|
35676
|
-
|
|
35677
|
-
.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 {
|
|
35678
|
-
content: "";
|
|
35679
|
-
width: 0;
|
|
35680
|
-
height: 0;
|
|
35681
|
-
border: 13px solid transparent;
|
|
35682
|
-
position: absolute;
|
|
35683
|
-
top: 0;
|
|
35684
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35685
|
-
z-index: 2;
|
|
35686
|
-
position: relative;
|
|
35687
|
-
top: -50%;
|
|
35688
|
-
right: -100%;
|
|
35689
|
-
}
|
|
35690
|
-
|
|
35691
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35692
|
-
padding: 0 4px 0 12px;
|
|
35693
|
-
}
|
|
35694
|
-
|
|
35695
|
-
.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 {
|
|
35696
|
-
content: "";
|
|
35697
|
-
width: 0;
|
|
35698
|
-
height: 0;
|
|
35699
|
-
border: 13px solid transparent;
|
|
35700
|
-
position: absolute;
|
|
35701
|
-
top: 0;
|
|
35702
|
-
border-left: 8px solid #fff;
|
|
35703
|
-
left: 0;
|
|
35704
|
-
}
|
|
35705
|
-
|
|
35706
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35707
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35708
|
-
}
|
|
35709
|
-
|
|
35710
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35711
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35712
|
-
}
|
|
35713
|
-
|
|
35714
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35715
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35716
|
-
}
|
|
35717
|
-
|
|
35718
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35719
|
-
cursor: pointer;
|
|
35720
|
-
min-width: var(--item-min-width);
|
|
35721
|
-
}
|
|
35722
|
-
|
|
35723
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35724
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35725
|
-
min-width: var(--item-min-width);
|
|
35726
|
-
}
|
|
35727
|
-
|
|
35728
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35729
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35730
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35731
|
-
}
|
|
35732
|
-
|
|
35733
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35734
|
-
padding: 0;
|
|
35735
|
-
}
|
|
35736
|
-
|
|
35737
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35738
|
-
width: 192px;
|
|
35739
|
-
row-gap: 2px;
|
|
35740
|
-
}
|
|
35741
|
-
|
|
35742
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35743
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35744
|
-
}
|
|
35745
|
-
|
|
35746
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35747
|
-
color: #00122e !important;
|
|
35748
|
-
}
|
|
35749
|
-
|
|
35750
|
-
.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 {
|
|
35751
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35752
|
-
}
|
|
35753
|
-
|
|
35754
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35530
|
+
.E_slr2ynn {
|
|
35755
35531
|
padding: 0 8px;
|
|
35756
|
-
|
|
35757
|
-
height: 32px;
|
|
35758
|
-
display: flex;
|
|
35759
|
-
align-items: center;
|
|
35532
|
+
height: 18px;
|
|
35760
35533
|
}
|
|
35761
35534
|
|
|
35762
|
-
.
|
|
35763
|
-
|
|
35764
|
-
|
|
35535
|
+
.E_m140wbb6 {
|
|
35536
|
+
padding: 2px 8px;
|
|
35537
|
+
height: 24px;
|
|
35765
35538
|
}
|
|
35766
35539
|
|
|
35767
|
-
.
|
|
35768
|
-
|
|
35769
|
-
line-height: 20px;
|
|
35770
|
-
max-width: 100%;
|
|
35771
|
-
padding-right: 0;
|
|
35540
|
+
.E_t1fozc1i {
|
|
35541
|
+
margin: 0;
|
|
35772
35542
|
}
|
|
35773
35543
|
|
|
35774
|
-
.
|
|
35775
|
-
|
|
35544
|
+
.E_i1vxv4ln {
|
|
35545
|
+
margin-right: 4px;
|
|
35546
|
+
height: 16px;
|
|
35776
35547
|
}
|
|
35777
35548
|
|
|
35778
|
-
.
|
|
35779
|
-
|
|
35780
|
-
|
|
35781
|
-
|
|
35782
|
-
|
|
35783
|
-
|
|
35549
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35550
|
+
font-weight: 700;
|
|
35551
|
+
color: #00122e;
|
|
35552
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35553
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35554
|
+
word-break: break-all;
|
|
35555
|
+
display: inline;
|
|
35556
|
+
white-space: normal;
|
|
35784
35557
|
}
|
|
35785
35558
|
|
|
35786
|
-
.
|
|
35787
|
-
display:
|
|
35559
|
+
.E_r77hffu {
|
|
35560
|
+
display: flex;
|
|
35788
35561
|
align-items: center;
|
|
35789
|
-
|
|
35790
|
-
|
|
35791
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35792
|
-
justify-content: center;
|
|
35562
|
+
justify-content: space-between;
|
|
35563
|
+
column-gap: 6px;
|
|
35793
35564
|
}
|
|
35794
35565
|
|
|
35795
|
-
.
|
|
35796
|
-
width: 100%;
|
|
35566
|
+
.E_p1cmxsf7 {
|
|
35797
35567
|
display: flex;
|
|
35798
|
-
|
|
35568
|
+
flex-direction: column;
|
|
35799
35569
|
justify-content: center;
|
|
35800
|
-
|
|
35801
|
-
font-size: 13px;
|
|
35570
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35802
35571
|
}
|
|
35803
35572
|
|
|
35804
|
-
.
|
|
35805
|
-
|
|
35806
|
-
align-items: center;
|
|
35807
|
-
min-width: 20px;
|
|
35808
|
-
min-height: 20px;
|
|
35809
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35810
|
-
justify-content: center;
|
|
35573
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35574
|
+
font-size: 0;
|
|
35811
35575
|
}
|
|
35812
35576
|
|
|
35813
35577
|
.E_t1dtlqs1 {
|
|
@@ -35898,149 +35662,386 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35898
35662
|
align-items: inherit;
|
|
35899
35663
|
}
|
|
35900
35664
|
|
|
35901
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
35902
|
-
margin-bottom: 0;
|
|
35665
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
35666
|
+
margin-bottom: 0;
|
|
35667
|
+
}
|
|
35668
|
+
|
|
35669
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35670
|
+
display: flex;
|
|
35671
|
+
justify-content: flex-start;
|
|
35672
|
+
align-items: flex-start;
|
|
35673
|
+
flex-wrap: wrap;
|
|
35674
|
+
padding: 8px;
|
|
35675
|
+
border: none;
|
|
35676
|
+
}
|
|
35677
|
+
|
|
35678
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35679
|
+
flex-basis: 100%;
|
|
35680
|
+
margin: 12px 0 0;
|
|
35681
|
+
order: 99;
|
|
35682
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35683
|
+
}
|
|
35684
|
+
|
|
35685
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35686
|
+
color: #f0483e;
|
|
35687
|
+
flex-basis: 100%;
|
|
35688
|
+
order: 98;
|
|
35689
|
+
margin: 12px 0 0;
|
|
35690
|
+
}
|
|
35691
|
+
|
|
35692
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35693
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35694
|
+
}
|
|
35695
|
+
|
|
35696
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35697
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35698
|
+
}
|
|
35699
|
+
|
|
35700
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35701
|
+
flex: 1 0 0;
|
|
35702
|
+
overflow: hidden;
|
|
35703
|
+
}
|
|
35704
|
+
|
|
35705
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35706
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35707
|
+
margin: 0;
|
|
35708
|
+
}
|
|
35709
|
+
|
|
35710
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35711
|
+
text-align: center;
|
|
35712
|
+
}
|
|
35713
|
+
|
|
35714
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
35715
|
+
text-align: center;
|
|
35716
|
+
}
|
|
35717
|
+
|
|
35718
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35719
|
+
text-align: left;
|
|
35720
|
+
}
|
|
35721
|
+
|
|
35722
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
35723
|
+
text-align: left;
|
|
35724
|
+
}
|
|
35725
|
+
|
|
35726
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35727
|
+
text-align: right;
|
|
35728
|
+
}
|
|
35729
|
+
|
|
35730
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
35731
|
+
text-align: right;
|
|
35732
|
+
}
|
|
35733
|
+
|
|
35734
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35735
|
+
margin-right: 8px;
|
|
35736
|
+
}
|
|
35737
|
+
|
|
35738
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35739
|
+
padding: 4px;
|
|
35740
|
+
width: 24px;
|
|
35741
|
+
height: 24px;
|
|
35742
|
+
overflow: hidden;
|
|
35743
|
+
}
|
|
35744
|
+
|
|
35745
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35746
|
+
padding: 0;
|
|
35747
|
+
}
|
|
35748
|
+
|
|
35749
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35750
|
+
cursor: not-allowed;
|
|
35751
|
+
opacity: 0.5;
|
|
35752
|
+
}
|
|
35753
|
+
|
|
35754
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35755
|
+
margin: 0;
|
|
35756
|
+
}
|
|
35757
|
+
|
|
35758
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35759
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35760
|
+
border-radius: 5px;
|
|
35761
|
+
font-size: 12px;
|
|
35762
|
+
}
|
|
35763
|
+
|
|
35764
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35765
|
+
font-size: inherit;
|
|
35766
|
+
}
|
|
35767
|
+
|
|
35768
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35769
|
+
min-height: 24px;
|
|
35770
|
+
font-size: 12px;
|
|
35771
|
+
position: relative;
|
|
35772
|
+
}
|
|
35773
|
+
|
|
35774
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35775
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35776
|
+
}
|
|
35777
|
+
|
|
35778
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35779
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35780
|
+
}
|
|
35781
|
+
|
|
35782
|
+
.E_a138syjm {
|
|
35783
|
+
display: flex;
|
|
35784
|
+
align-items: center;
|
|
35785
|
+
margin-top: 8px;
|
|
35786
|
+
}
|
|
35787
|
+
|
|
35788
|
+
.E_a138syjm button.ant-btn {
|
|
35789
|
+
padding: 2px 8px;
|
|
35790
|
+
height: 24px;
|
|
35791
|
+
}
|
|
35792
|
+
|
|
35793
|
+
.E_a138syjm > span.maximum-desc {
|
|
35794
|
+
display: none;
|
|
35795
|
+
margin-left: 8px;
|
|
35796
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35797
|
+
}
|
|
35798
|
+
|
|
35799
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35800
|
+
display: inline;
|
|
35801
|
+
}
|
|
35802
|
+
|
|
35803
|
+
.E_d77i8u0 {
|
|
35804
|
+
width: 24px;
|
|
35805
|
+
height: 24px;
|
|
35806
|
+
padding: 4px;
|
|
35807
|
+
margin-right: 8px;
|
|
35808
|
+
}
|
|
35809
|
+
|
|
35810
|
+
.E_i1g85yz3 {
|
|
35811
|
+
margin-right: 4px;
|
|
35812
|
+
height: 16px;
|
|
35813
|
+
}
|
|
35814
|
+
|
|
35815
|
+
.E_sjob3jg {
|
|
35816
|
+
--item-min-width: 60px;
|
|
35817
|
+
}
|
|
35818
|
+
|
|
35819
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35820
|
+
display: none !important;
|
|
35821
|
+
}
|
|
35822
|
+
|
|
35823
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35824
|
+
flex-shrink: 0 !important;
|
|
35825
|
+
}
|
|
35826
|
+
|
|
35827
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35828
|
+
color: #0080ff;
|
|
35829
|
+
}
|
|
35830
|
+
|
|
35831
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35832
|
+
color: #0080ff;
|
|
35833
|
+
font-weight: normal;
|
|
35834
|
+
}
|
|
35835
|
+
|
|
35836
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
35837
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35838
|
+
}
|
|
35839
|
+
|
|
35840
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35841
|
+
color: #00122e;
|
|
35842
|
+
}
|
|
35843
|
+
|
|
35844
|
+
.E_sjob3jg .step-item-text {
|
|
35845
|
+
display: inline-block;
|
|
35846
|
+
}
|
|
35847
|
+
|
|
35848
|
+
.E_sjob3jg .step-item-title {
|
|
35849
|
+
overflow: hidden;
|
|
35850
|
+
white-space: nowrap;
|
|
35851
|
+
text-overflow: ellipsis;
|
|
35852
|
+
}
|
|
35853
|
+
|
|
35854
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35855
|
+
min-width: var(--item-min-width);
|
|
35856
|
+
}
|
|
35857
|
+
|
|
35858
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35859
|
+
cursor: not-allowed !important;
|
|
35860
|
+
}
|
|
35861
|
+
|
|
35862
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35863
|
+
flex-direction: row;
|
|
35864
|
+
justify-content: stretch;
|
|
35865
|
+
}
|
|
35866
|
+
|
|
35867
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35868
|
+
padding: 0;
|
|
35869
|
+
margin-right: 4px;
|
|
35870
|
+
flex: 1;
|
|
35871
|
+
overflow: visible;
|
|
35872
|
+
}
|
|
35873
|
+
|
|
35874
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35875
|
+
width: 100%;
|
|
35876
|
+
min-height: unset;
|
|
35903
35877
|
}
|
|
35904
35878
|
|
|
35905
|
-
.
|
|
35906
|
-
|
|
35907
|
-
|
|
35908
|
-
|
|
35909
|
-
|
|
35910
|
-
|
|
35911
|
-
border: none;
|
|
35879
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35880
|
+
height: 26px;
|
|
35881
|
+
line-height: 26px;
|
|
35882
|
+
width: 100%;
|
|
35883
|
+
padding: 0;
|
|
35884
|
+
font-size: 12px;
|
|
35912
35885
|
}
|
|
35913
35886
|
|
|
35914
|
-
.
|
|
35915
|
-
|
|
35916
|
-
margin: 12px 0 0;
|
|
35917
|
-
order: 99;
|
|
35918
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35887
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35888
|
+
margin-right: 10px;
|
|
35919
35889
|
}
|
|
35920
35890
|
|
|
35921
|
-
.
|
|
35922
|
-
|
|
35923
|
-
flex-basis: 100%;
|
|
35924
|
-
order: 98;
|
|
35925
|
-
margin: 12px 0 0;
|
|
35891
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35892
|
+
display: none;
|
|
35926
35893
|
}
|
|
35927
35894
|
|
|
35928
|
-
.
|
|
35929
|
-
|
|
35895
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35896
|
+
padding-left: 8px;
|
|
35897
|
+
padding-right: 4px;
|
|
35898
|
+
border-radius: 4px 0 0 4px;
|
|
35930
35899
|
}
|
|
35931
35900
|
|
|
35932
|
-
.
|
|
35933
|
-
|
|
35901
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35902
|
+
margin-right: 0;
|
|
35934
35903
|
}
|
|
35935
35904
|
|
|
35936
|
-
.
|
|
35937
|
-
|
|
35938
|
-
|
|
35905
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35906
|
+
padding-right: 8px;
|
|
35907
|
+
padding-left: 12px;
|
|
35908
|
+
border-radius: 0 4px 4px 0;
|
|
35939
35909
|
}
|
|
35940
35910
|
|
|
35941
|
-
.
|
|
35942
|
-
|
|
35943
|
-
|
|
35911
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
35912
|
+
content: "";
|
|
35913
|
+
width: 0;
|
|
35914
|
+
height: 0;
|
|
35915
|
+
border: 13px solid transparent;
|
|
35916
|
+
position: absolute;
|
|
35917
|
+
top: 0;
|
|
35918
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35919
|
+
z-index: 2;
|
|
35920
|
+
position: relative;
|
|
35921
|
+
top: -50%;
|
|
35922
|
+
right: -100%;
|
|
35944
35923
|
}
|
|
35945
35924
|
|
|
35946
|
-
.
|
|
35947
|
-
|
|
35925
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35926
|
+
padding: 0 4px 0 12px;
|
|
35948
35927
|
}
|
|
35949
35928
|
|
|
35950
|
-
.
|
|
35951
|
-
|
|
35929
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
35930
|
+
content: "";
|
|
35931
|
+
width: 0;
|
|
35932
|
+
height: 0;
|
|
35933
|
+
border: 13px solid transparent;
|
|
35934
|
+
position: absolute;
|
|
35935
|
+
top: 0;
|
|
35936
|
+
border-left: 8px solid #fff;
|
|
35937
|
+
left: 0;
|
|
35952
35938
|
}
|
|
35953
35939
|
|
|
35954
|
-
.
|
|
35955
|
-
|
|
35940
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35941
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35956
35942
|
}
|
|
35957
35943
|
|
|
35958
|
-
.
|
|
35959
|
-
|
|
35944
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35945
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35960
35946
|
}
|
|
35961
35947
|
|
|
35962
|
-
.
|
|
35963
|
-
|
|
35948
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35949
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35964
35950
|
}
|
|
35965
35951
|
|
|
35966
|
-
.
|
|
35967
|
-
|
|
35952
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35953
|
+
cursor: pointer;
|
|
35954
|
+
min-width: var(--item-min-width);
|
|
35968
35955
|
}
|
|
35969
35956
|
|
|
35970
|
-
.
|
|
35971
|
-
|
|
35957
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35958
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35959
|
+
min-width: var(--item-min-width);
|
|
35972
35960
|
}
|
|
35973
35961
|
|
|
35974
|
-
.
|
|
35975
|
-
|
|
35976
|
-
|
|
35977
|
-
height: 24px;
|
|
35978
|
-
overflow: hidden;
|
|
35962
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35963
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35964
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35979
35965
|
}
|
|
35980
35966
|
|
|
35981
|
-
.
|
|
35967
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35982
35968
|
padding: 0;
|
|
35983
35969
|
}
|
|
35984
35970
|
|
|
35985
|
-
.
|
|
35986
|
-
|
|
35987
|
-
|
|
35971
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35972
|
+
width: 192px;
|
|
35973
|
+
row-gap: 2px;
|
|
35988
35974
|
}
|
|
35989
35975
|
|
|
35990
|
-
.
|
|
35991
|
-
|
|
35976
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35977
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35992
35978
|
}
|
|
35993
35979
|
|
|
35994
|
-
.
|
|
35995
|
-
|
|
35996
|
-
border-radius: 5px;
|
|
35997
|
-
font-size: 12px;
|
|
35980
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35981
|
+
color: #00122e !important;
|
|
35998
35982
|
}
|
|
35999
35983
|
|
|
36000
|
-
.
|
|
36001
|
-
|
|
35984
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
35985
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
36002
35986
|
}
|
|
36003
35987
|
|
|
36004
|
-
.
|
|
36005
|
-
|
|
36006
|
-
|
|
36007
|
-
|
|
35988
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35989
|
+
padding: 0 8px;
|
|
35990
|
+
border-radius: 4px;
|
|
35991
|
+
height: 32px;
|
|
35992
|
+
display: flex;
|
|
35993
|
+
align-items: center;
|
|
36008
35994
|
}
|
|
36009
35995
|
|
|
36010
|
-
.
|
|
36011
|
-
|
|
35996
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35997
|
+
min-height: auto;
|
|
35998
|
+
white-space: nowrap;
|
|
36012
35999
|
}
|
|
36013
36000
|
|
|
36014
|
-
.
|
|
36015
|
-
|
|
36001
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
36002
|
+
font-size: 13px;
|
|
36003
|
+
line-height: 20px;
|
|
36004
|
+
max-width: 100%;
|
|
36005
|
+
padding-right: 0;
|
|
36016
36006
|
}
|
|
36017
36007
|
|
|
36018
|
-
.
|
|
36019
|
-
|
|
36020
|
-
align-items: center;
|
|
36021
|
-
margin-top: 8px;
|
|
36008
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
36009
|
+
background: rgba(0, 128, 255, 0.1);
|
|
36022
36010
|
}
|
|
36023
36011
|
|
|
36024
|
-
.
|
|
36025
|
-
|
|
36026
|
-
|
|
36012
|
+
.E_h6l1tj4 {
|
|
36013
|
+
width: 100%;
|
|
36014
|
+
display: inline-flex;
|
|
36015
|
+
align-items: center;
|
|
36016
|
+
justify-content: center;
|
|
36017
|
+
column-gap: 4px;
|
|
36027
36018
|
}
|
|
36028
36019
|
|
|
36029
|
-
.
|
|
36030
|
-
display:
|
|
36031
|
-
|
|
36032
|
-
|
|
36020
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
36021
|
+
display: inline-flex;
|
|
36022
|
+
align-items: center;
|
|
36023
|
+
width: 18px;
|
|
36024
|
+
height: 18px;
|
|
36025
|
+
color: rgba(44, 56, 82, 0.75);
|
|
36026
|
+
justify-content: center;
|
|
36033
36027
|
}
|
|
36034
36028
|
|
|
36035
|
-
.
|
|
36036
|
-
|
|
36029
|
+
.E_v18frne8 {
|
|
36030
|
+
width: 100%;
|
|
36031
|
+
display: flex;
|
|
36032
|
+
align-items: center;
|
|
36033
|
+
justify-content: center;
|
|
36034
|
+
column-gap: 6px;
|
|
36035
|
+
font-size: 13px;
|
|
36037
36036
|
}
|
|
36038
36037
|
|
|
36039
|
-
.
|
|
36040
|
-
|
|
36041
|
-
|
|
36042
|
-
|
|
36043
|
-
|
|
36038
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
36039
|
+
display: inline-flex;
|
|
36040
|
+
align-items: center;
|
|
36041
|
+
min-width: 20px;
|
|
36042
|
+
min-height: 20px;
|
|
36043
|
+
color: rgba(44, 56, 82, 0.75);
|
|
36044
|
+
justify-content: center;
|
|
36044
36045
|
}
|
|
36045
36046
|
|
|
36046
36047
|
.E_t13ef470 {
|
|
@@ -36080,6 +36081,31 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36080
36081
|
background: rgba(163, 180, 204, 0.18);
|
|
36081
36082
|
}
|
|
36082
36083
|
|
|
36084
|
+
.E_t1gvlxt5 {
|
|
36085
|
+
min-width: 0;
|
|
36086
|
+
flex: 1;
|
|
36087
|
+
}
|
|
36088
|
+
|
|
36089
|
+
.E_t1gvlxt5 .tag {
|
|
36090
|
+
flex: 0 0 auto;
|
|
36091
|
+
}
|
|
36092
|
+
|
|
36093
|
+
.E_t1gvlxt5 .progress-title {
|
|
36094
|
+
flex: 2;
|
|
36095
|
+
max-width: fit-content;
|
|
36096
|
+
}
|
|
36097
|
+
|
|
36098
|
+
.E_t1gvlxt5 .progress-desc {
|
|
36099
|
+
flex: 1;
|
|
36100
|
+
max-width: fit-content;
|
|
36101
|
+
}
|
|
36102
|
+
|
|
36103
|
+
.E_a1ji6r68 {
|
|
36104
|
+
display: flex;
|
|
36105
|
+
align-items: center;
|
|
36106
|
+
column-gap: var(--a1ji6r68-0);
|
|
36107
|
+
}
|
|
36108
|
+
|
|
36083
36109
|
.E_msn7nxt {
|
|
36084
36110
|
color: rgba(44, 56, 82, 0.6);
|
|
36085
36111
|
text-align: center;
|
|
@@ -36264,31 +36290,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36264
36290
|
margin-left: 8px;
|
|
36265
36291
|
}
|
|
36266
36292
|
|
|
36267
|
-
.E_t1gvlxt5 {
|
|
36268
|
-
min-width: 0;
|
|
36269
|
-
flex: 1;
|
|
36270
|
-
}
|
|
36271
|
-
|
|
36272
|
-
.E_t1gvlxt5 .tag {
|
|
36273
|
-
flex: 0 0 auto;
|
|
36274
|
-
}
|
|
36275
|
-
|
|
36276
|
-
.E_t1gvlxt5 .progress-title {
|
|
36277
|
-
flex: 2;
|
|
36278
|
-
max-width: fit-content;
|
|
36279
|
-
}
|
|
36280
|
-
|
|
36281
|
-
.E_t1gvlxt5 .progress-desc {
|
|
36282
|
-
flex: 1;
|
|
36283
|
-
max-width: fit-content;
|
|
36284
|
-
}
|
|
36285
|
-
|
|
36286
|
-
.E_a1ji6r68 {
|
|
36287
|
-
display: flex;
|
|
36288
|
-
align-items: center;
|
|
36289
|
-
column-gap: var(--a1ji6r68-0);
|
|
36290
|
-
}
|
|
36291
|
-
|
|
36292
36293
|
.E_s20iney.skeleton-box {
|
|
36293
36294
|
display: flex;
|
|
36294
36295
|
align-items: center;
|