@cloudtower/eagle 0.27.74 → 0.27.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/coreX/CronPlan/index.js +8 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2004 -2003
- package/dist/esm/coreX/CronPlan/index.js +8 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1632 -1632
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29558,10 +29558,176 @@ html body {
|
|
|
29558
29558
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29559
29559
|
}
|
|
29560
29560
|
}
|
|
29561
|
+
.E_s1ebs0ra {
|
|
29562
|
+
display: flex;
|
|
29563
|
+
align-items: center;
|
|
29564
|
+
justify-content: space-between;
|
|
29565
|
+
background: #edf0f7;
|
|
29566
|
+
padding: 8px 12px;
|
|
29567
|
+
position: sticky;
|
|
29568
|
+
top: 0;
|
|
29569
|
+
z-index: 1;
|
|
29570
|
+
margin-bottom: -52px;
|
|
29571
|
+
}
|
|
29572
|
+
.E_s1ebs0ra .select-total {
|
|
29573
|
+
display: flex;
|
|
29574
|
+
align-items: center;
|
|
29575
|
+
font-weight: 700;
|
|
29576
|
+
flex-shrink: 0;
|
|
29577
|
+
}
|
|
29578
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29579
|
+
cursor: pointer;
|
|
29580
|
+
margin-left: 8px;
|
|
29581
|
+
width: 32px;
|
|
29582
|
+
height: 32px;
|
|
29583
|
+
border-radius: 50%;
|
|
29584
|
+
justify-content: center;
|
|
29585
|
+
}
|
|
29586
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29587
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29588
|
+
}
|
|
29589
|
+
.E_s1ebs0ra .action-group {
|
|
29590
|
+
flex: 1;
|
|
29591
|
+
margin-left: 88px;
|
|
29592
|
+
white-space: nowrap;
|
|
29593
|
+
text-align: right;
|
|
29594
|
+
position: relative;
|
|
29595
|
+
padding: 4px 0;
|
|
29596
|
+
margin-top: -4px;
|
|
29597
|
+
overflow: hidden;
|
|
29598
|
+
}
|
|
29599
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29600
|
+
transform: translateY(-4px);
|
|
29601
|
+
}
|
|
29602
|
+
.E_s1ebs0ra .action-group button {
|
|
29603
|
+
border: none;
|
|
29604
|
+
}
|
|
29605
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29606
|
+
margin-right: 8px;
|
|
29607
|
+
}
|
|
29608
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29609
|
+
margin-right: 4px;
|
|
29610
|
+
}
|
|
29611
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29612
|
+
cursor: pointer;
|
|
29613
|
+
width: 32px;
|
|
29614
|
+
height: 32px;
|
|
29615
|
+
justify-content: center;
|
|
29616
|
+
border-radius: 50%;
|
|
29617
|
+
}
|
|
29618
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29619
|
+
background: #fff;
|
|
29620
|
+
}
|
|
29621
|
+
|
|
29622
|
+
.E_c18bcrac {
|
|
29623
|
+
display: inline-block;
|
|
29624
|
+
width: 100%;
|
|
29625
|
+
}
|
|
29626
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29627
|
+
margin-left: 4px;
|
|
29628
|
+
}
|
|
29629
|
+
|
|
29630
|
+
.E_cro7kg2 {
|
|
29631
|
+
padding: 4px;
|
|
29632
|
+
}
|
|
29633
|
+
|
|
29634
|
+
.E_c14wcxf0 {
|
|
29635
|
+
display: flex;
|
|
29636
|
+
justify-content: space-between;
|
|
29637
|
+
align-items: center;
|
|
29638
|
+
font-size: 13px;
|
|
29639
|
+
line-height: 24px;
|
|
29640
|
+
color: #cccccc;
|
|
29641
|
+
white-space: nowrap;
|
|
29642
|
+
}
|
|
29643
|
+
.E_c14wcxf0 label {
|
|
29644
|
+
margin-right: 32px;
|
|
29645
|
+
}
|
|
29646
|
+
|
|
29647
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29648
|
+
font-weight: bold;
|
|
29649
|
+
color: white;
|
|
29650
|
+
}
|
|
29651
|
+
|
|
29652
|
+
.E_s11212zy {
|
|
29653
|
+
width: 8px;
|
|
29654
|
+
height: 8px;
|
|
29655
|
+
border-radius: 2px;
|
|
29656
|
+
display: inline-block;
|
|
29657
|
+
background: var(--s11212zy-0);
|
|
29658
|
+
border: 1px solid #fff;
|
|
29659
|
+
box-sizing: content-box;
|
|
29660
|
+
margin-right: 6px;
|
|
29661
|
+
}
|
|
29662
|
+
|
|
29663
|
+
.E_p1lyky6c > :first-child {
|
|
29664
|
+
font-weight: bold;
|
|
29665
|
+
color: white;
|
|
29666
|
+
margin-right: 4px;
|
|
29667
|
+
}
|
|
29668
|
+
|
|
29669
|
+
.E_gmyahx3 {
|
|
29670
|
+
cursor: pointer;
|
|
29671
|
+
}
|
|
29672
|
+
.E_gmyahx3 .link-text {
|
|
29673
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29674
|
+
}
|
|
29675
|
+
.E_gmyahx3:hover .link-text {
|
|
29676
|
+
color: #0080ff;
|
|
29677
|
+
}
|
|
29678
|
+
|
|
29679
|
+
.E_n12mqh7z {
|
|
29680
|
+
display: flex;
|
|
29681
|
+
align-items: center;
|
|
29682
|
+
font-size: 12px;
|
|
29683
|
+
line-height: 18px;
|
|
29684
|
+
}
|
|
29685
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29686
|
+
margin-bottom: 4px;
|
|
29687
|
+
}
|
|
29688
|
+
|
|
29689
|
+
.E_tf5bynu {
|
|
29690
|
+
margin: 0 3px;
|
|
29691
|
+
}
|
|
29692
|
+
|
|
29693
|
+
.E_tcckoz1 {
|
|
29694
|
+
max-height: 400px;
|
|
29695
|
+
overflow: auto;
|
|
29696
|
+
}
|
|
29697
|
+
|
|
29698
|
+
.E_skwah65 {
|
|
29699
|
+
height: 8px;
|
|
29700
|
+
box-sizing: border-box;
|
|
29701
|
+
border-radius: 2px;
|
|
29702
|
+
background: #f5f7fa;
|
|
29703
|
+
display: flex;
|
|
29704
|
+
width: 100%;
|
|
29705
|
+
overflow: hidden;
|
|
29706
|
+
}
|
|
29707
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29708
|
+
margin-left: 1px;
|
|
29709
|
+
}
|
|
29710
|
+
|
|
29561
29711
|
.E_tqjc4ui {
|
|
29562
29712
|
margin: 0 2px;
|
|
29563
29713
|
}
|
|
29564
29714
|
|
|
29715
|
+
.E_ou7iq30 {
|
|
29716
|
+
overflow: hidden;
|
|
29717
|
+
text-overflow: ellipsis;
|
|
29718
|
+
}
|
|
29719
|
+
|
|
29720
|
+
.E_s1tui002 {
|
|
29721
|
+
white-space: nowrap;
|
|
29722
|
+
}
|
|
29723
|
+
|
|
29724
|
+
.E_mxrc2zg {
|
|
29725
|
+
display: -webkit-box;
|
|
29726
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29727
|
+
-webkit-box-orient: vertical;
|
|
29728
|
+
word-break: break-all;
|
|
29729
|
+
}
|
|
29730
|
+
|
|
29565
29731
|
.E_t1sqg15u {
|
|
29566
29732
|
background: white;
|
|
29567
29733
|
}
|
|
@@ -29652,36 +29818,12 @@ html body {
|
|
|
29652
29818
|
padding-right: 12px;
|
|
29653
29819
|
}
|
|
29654
29820
|
|
|
29655
|
-
.
|
|
29821
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29656
29822
|
display: flex;
|
|
29657
29823
|
align-items: center;
|
|
29658
|
-
font-size: 12px;
|
|
29659
|
-
line-height: 18px;
|
|
29660
|
-
}
|
|
29661
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29662
|
-
margin-bottom: 4px;
|
|
29663
|
-
}
|
|
29664
|
-
|
|
29665
|
-
.E_tf5bynu {
|
|
29666
|
-
margin: 0 3px;
|
|
29667
|
-
}
|
|
29668
|
-
|
|
29669
|
-
.E_tcckoz1 {
|
|
29670
|
-
max-height: 400px;
|
|
29671
|
-
overflow: "auto";
|
|
29672
|
-
}
|
|
29673
|
-
|
|
29674
|
-
.E_skwah65 {
|
|
29675
|
-
height: 8px;
|
|
29676
|
-
box-sizing: border-box;
|
|
29677
|
-
border-radius: 2px;
|
|
29678
|
-
background: #f5f7fa;
|
|
29679
|
-
display: flex;
|
|
29680
|
-
width: 100%;
|
|
29681
|
-
overflow: hidden;
|
|
29682
29824
|
}
|
|
29683
|
-
.
|
|
29684
|
-
margin-
|
|
29825
|
+
.E_s1iv0tp1 .enabled-text {
|
|
29826
|
+
margin-right: 8px;
|
|
29685
29827
|
}
|
|
29686
29828
|
|
|
29687
29829
|
.E_clm1wy1 {
|
|
@@ -29777,202 +29919,60 @@ html body {
|
|
|
29777
29919
|
border-radius: 2px;
|
|
29778
29920
|
}
|
|
29779
29921
|
|
|
29780
|
-
.
|
|
29781
|
-
|
|
29922
|
+
.E_c1up1pdz {
|
|
29923
|
+
width: 648px;
|
|
29782
29924
|
}
|
|
29783
|
-
.
|
|
29784
|
-
color:
|
|
29925
|
+
.E_c1up1pdz.active {
|
|
29926
|
+
border-color: #0080ff;
|
|
29785
29927
|
}
|
|
29786
|
-
.
|
|
29787
|
-
|
|
29928
|
+
.E_c1up1pdz.active > header {
|
|
29929
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29930
|
+
}
|
|
29931
|
+
.E_c1up1pdz .expand {
|
|
29932
|
+
padding: 12px;
|
|
29933
|
+
}
|
|
29934
|
+
.E_c1up1pdz .field-item {
|
|
29935
|
+
display: flex;
|
|
29936
|
+
padding: 10px 0;
|
|
29937
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29938
|
+
}
|
|
29939
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29940
|
+
border-bottom: none;
|
|
29941
|
+
padding-bottom: 0;
|
|
29942
|
+
}
|
|
29943
|
+
.E_c1up1pdz .field-item label {
|
|
29944
|
+
line-height: 32px;
|
|
29945
|
+
width: 100px;
|
|
29946
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29947
|
+
}
|
|
29948
|
+
.E_c1up1pdz .help {
|
|
29949
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29950
|
+
margin-top: 5px;
|
|
29951
|
+
}
|
|
29952
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29953
|
+
.E_c1up1pdz .ant-picker {
|
|
29954
|
+
width: 128px;
|
|
29788
29955
|
}
|
|
29789
29956
|
|
|
29790
|
-
.
|
|
29957
|
+
.E_c156wh19 {
|
|
29791
29958
|
display: flex;
|
|
29792
29959
|
align-items: center;
|
|
29793
29960
|
justify-content: space-between;
|
|
29794
|
-
|
|
29795
|
-
padding: 8px 12px;
|
|
29796
|
-
position: sticky;
|
|
29797
|
-
top: 0;
|
|
29798
|
-
z-index: 1;
|
|
29799
|
-
margin-bottom: -52px;
|
|
29961
|
+
word-break: keep-all;
|
|
29800
29962
|
}
|
|
29801
|
-
.
|
|
29963
|
+
.E_c156wh19 .title {
|
|
29964
|
+
margin: 0 16px 0 8px;
|
|
29965
|
+
}
|
|
29966
|
+
.E_c156wh19 .retain {
|
|
29967
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29968
|
+
}
|
|
29969
|
+
.E_c156wh19 div.left {
|
|
29970
|
+
flex: 1;
|
|
29802
29971
|
display: flex;
|
|
29972
|
+
overflow: hidden;
|
|
29803
29973
|
align-items: center;
|
|
29804
|
-
|
|
29805
|
-
|
|
29806
|
-
}
|
|
29807
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29808
|
-
cursor: pointer;
|
|
29809
|
-
margin-left: 8px;
|
|
29810
|
-
width: 32px;
|
|
29811
|
-
height: 32px;
|
|
29812
|
-
border-radius: 50%;
|
|
29813
|
-
justify-content: center;
|
|
29814
|
-
}
|
|
29815
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29816
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29817
|
-
}
|
|
29818
|
-
.E_s1ebs0ra .action-group {
|
|
29819
|
-
flex: 1;
|
|
29820
|
-
margin-left: 88px;
|
|
29821
|
-
white-space: nowrap;
|
|
29822
|
-
text-align: right;
|
|
29823
|
-
position: relative;
|
|
29824
|
-
padding: 4px 0;
|
|
29825
|
-
margin-top: -4px;
|
|
29826
|
-
overflow: hidden;
|
|
29827
|
-
}
|
|
29828
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29829
|
-
transform: translateY(-4px);
|
|
29830
|
-
}
|
|
29831
|
-
.E_s1ebs0ra .action-group button {
|
|
29832
|
-
border: none;
|
|
29833
|
-
}
|
|
29834
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29835
|
-
margin-right: 8px;
|
|
29836
|
-
}
|
|
29837
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29838
|
-
margin-right: 4px;
|
|
29839
|
-
}
|
|
29840
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29841
|
-
cursor: pointer;
|
|
29842
|
-
width: 32px;
|
|
29843
|
-
height: 32px;
|
|
29844
|
-
justify-content: center;
|
|
29845
|
-
border-radius: 50%;
|
|
29846
|
-
}
|
|
29847
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29848
|
-
background: #fff;
|
|
29849
|
-
}
|
|
29850
|
-
|
|
29851
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
29852
|
-
display: flex;
|
|
29853
|
-
align-items: center;
|
|
29854
|
-
}
|
|
29855
|
-
.E_s1iv0tp1 .enabled-text {
|
|
29856
|
-
margin-right: 8px;
|
|
29857
|
-
}
|
|
29858
|
-
|
|
29859
|
-
.E_c18bcrac {
|
|
29860
|
-
display: inline-block;
|
|
29861
|
-
width: 100%;
|
|
29862
|
-
}
|
|
29863
|
-
.E_c18bcrac .recharts-wrapper {
|
|
29864
|
-
margin-left: 4px;
|
|
29865
|
-
}
|
|
29866
|
-
|
|
29867
|
-
.E_cro7kg2 {
|
|
29868
|
-
padding: 4px;
|
|
29869
|
-
}
|
|
29870
|
-
|
|
29871
|
-
.E_c14wcxf0 {
|
|
29872
|
-
display: flex;
|
|
29873
|
-
justify-content: space-between;
|
|
29874
|
-
align-items: center;
|
|
29875
|
-
font-size: 13px;
|
|
29876
|
-
line-height: 24px;
|
|
29877
|
-
color: #cccccc;
|
|
29878
|
-
white-space: nowrap;
|
|
29879
|
-
}
|
|
29880
|
-
.E_c14wcxf0 label {
|
|
29881
|
-
margin-right: 32px;
|
|
29882
|
-
}
|
|
29883
|
-
|
|
29884
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
29885
|
-
font-weight: bold;
|
|
29886
|
-
color: white;
|
|
29887
|
-
}
|
|
29888
|
-
|
|
29889
|
-
.E_s11212zy {
|
|
29890
|
-
width: 8px;
|
|
29891
|
-
height: 8px;
|
|
29892
|
-
border-radius: 2px;
|
|
29893
|
-
display: inline-block;
|
|
29894
|
-
background: var(--s11212zy-0);
|
|
29895
|
-
border: 1px solid #fff;
|
|
29896
|
-
box-sizing: content-box;
|
|
29897
|
-
margin-right: 6px;
|
|
29898
|
-
}
|
|
29899
|
-
|
|
29900
|
-
.E_p1lyky6c > :first-child {
|
|
29901
|
-
font-weight: bold;
|
|
29902
|
-
color: white;
|
|
29903
|
-
margin-right: 4px;
|
|
29904
|
-
}
|
|
29905
|
-
|
|
29906
|
-
.E_ou7iq30 {
|
|
29907
|
-
overflow: hidden;
|
|
29908
|
-
text-overflow: ellipsis;
|
|
29909
|
-
}
|
|
29910
|
-
|
|
29911
|
-
.E_s1tui002 {
|
|
29912
|
-
white-space: nowrap;
|
|
29913
|
-
}
|
|
29914
|
-
|
|
29915
|
-
.E_mxrc2zg {
|
|
29916
|
-
display: -webkit-box;
|
|
29917
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29918
|
-
-webkit-box-orient: vertical;
|
|
29919
|
-
word-break: break-all;
|
|
29920
|
-
}
|
|
29921
|
-
|
|
29922
|
-
.E_c1up1pdz {
|
|
29923
|
-
width: 648px;
|
|
29924
|
-
}
|
|
29925
|
-
.E_c1up1pdz.active {
|
|
29926
|
-
border-color: #0080ff;
|
|
29927
|
-
}
|
|
29928
|
-
.E_c1up1pdz.active > header {
|
|
29929
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29930
|
-
}
|
|
29931
|
-
.E_c1up1pdz .expand {
|
|
29932
|
-
padding: 12px;
|
|
29933
|
-
}
|
|
29934
|
-
.E_c1up1pdz .field-item {
|
|
29935
|
-
display: flex;
|
|
29936
|
-
padding: 10px 0;
|
|
29937
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29938
|
-
}
|
|
29939
|
-
.E_c1up1pdz .field-item:last-child {
|
|
29940
|
-
border-bottom: none;
|
|
29941
|
-
padding-bottom: 0;
|
|
29942
|
-
}
|
|
29943
|
-
.E_c1up1pdz .field-item label {
|
|
29944
|
-
line-height: 32px;
|
|
29945
|
-
width: 100px;
|
|
29946
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29947
|
-
}
|
|
29948
|
-
.E_c1up1pdz .help {
|
|
29949
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29950
|
-
margin-top: 5px;
|
|
29951
|
-
}
|
|
29952
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29953
|
-
.E_c1up1pdz .ant-picker {
|
|
29954
|
-
width: 128px;
|
|
29955
|
-
}
|
|
29956
|
-
|
|
29957
|
-
.E_c156wh19 {
|
|
29958
|
-
display: flex;
|
|
29959
|
-
align-items: center;
|
|
29960
|
-
justify-content: space-between;
|
|
29961
|
-
word-break: keep-all;
|
|
29962
|
-
}
|
|
29963
|
-
.E_c156wh19 .title {
|
|
29964
|
-
margin: 0 16px 0 8px;
|
|
29965
|
-
}
|
|
29966
|
-
.E_c156wh19 .retain {
|
|
29967
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29968
|
-
}
|
|
29969
|
-
.E_c156wh19 div.left {
|
|
29970
|
-
flex: 1;
|
|
29971
|
-
display: flex;
|
|
29972
|
-
overflow: hidden;
|
|
29973
|
-
align-items: center;
|
|
29974
|
-
justify-content: flex-start;
|
|
29975
|
-
white-space: nowrap;
|
|
29974
|
+
justify-content: flex-start;
|
|
29975
|
+
white-space: nowrap;
|
|
29976
29976
|
}
|
|
29977
29977
|
.E_c156wh19 div.left .title {
|
|
29978
29978
|
max-width: 100%;
|
|
@@ -30059,522 +30059,65 @@ html body {
|
|
|
30059
30059
|
color: #fff;
|
|
30060
30060
|
}
|
|
30061
30061
|
|
|
30062
|
-
.
|
|
30062
|
+
.E_m74vjol {
|
|
30063
30063
|
display: flex;
|
|
30064
|
-
|
|
30065
|
-
|
|
30066
|
-
/* FIXME:(yanzhen) do this better */
|
|
30064
|
+
justify-content: space-between;
|
|
30065
|
+
width: 100%;
|
|
30067
30066
|
}
|
|
30068
|
-
.
|
|
30069
|
-
|
|
30070
|
-
display: flex;
|
|
30071
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30067
|
+
.E_m74vjol .action {
|
|
30068
|
+
margin-left: 16px;
|
|
30072
30069
|
}
|
|
30073
|
-
|
|
30074
|
-
|
|
30070
|
+
|
|
30071
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30072
|
+
width: 100%;
|
|
30075
30073
|
}
|
|
30076
|
-
|
|
30077
|
-
|
|
30078
|
-
|
|
30079
|
-
|
|
30080
|
-
|
|
30081
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30082
|
-
border-radius: 4px 4px 0 0;
|
|
30083
|
-
cursor: pointer;
|
|
30084
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30074
|
+
|
|
30075
|
+
.E_wg1tsps {
|
|
30076
|
+
display: flex;
|
|
30077
|
+
align-items: center;
|
|
30078
|
+
justify-content: flex-end;
|
|
30085
30079
|
}
|
|
30086
|
-
|
|
30087
|
-
|
|
30080
|
+
|
|
30081
|
+
.E_b1ctd5xy {
|
|
30082
|
+
display: flex;
|
|
30083
|
+
align-items: center;
|
|
30084
|
+
width: calc(100% - 40px);
|
|
30088
30085
|
}
|
|
30089
|
-
.
|
|
30090
|
-
|
|
30086
|
+
.E_b1ctd5xy .chart {
|
|
30087
|
+
display: inline-block;
|
|
30088
|
+
width: 100%;
|
|
30091
30089
|
}
|
|
30092
|
-
|
|
30093
|
-
|
|
30094
|
-
|
|
30090
|
+
|
|
30091
|
+
.E_u1p8acpn {
|
|
30092
|
+
min-width: 40px;
|
|
30095
30093
|
}
|
|
30096
|
-
.
|
|
30097
|
-
|
|
30094
|
+
.E_u1p8acpn .unit {
|
|
30095
|
+
color: #00122e !important;
|
|
30098
30096
|
}
|
|
30099
|
-
|
|
30100
|
-
|
|
30097
|
+
|
|
30098
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30099
|
+
justify-content: center;
|
|
30101
30100
|
}
|
|
30102
|
-
.
|
|
30103
|
-
|
|
30104
|
-
|
|
30101
|
+
.E_b1wx3t3t.ant-btn {
|
|
30102
|
+
display: inline-flex;
|
|
30103
|
+
align-items: center;
|
|
30104
|
+
justify-content: center;
|
|
30105
|
+
height: 32px;
|
|
30106
|
+
border-radius: 6px;
|
|
30107
|
+
line-height: 22px;
|
|
30108
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30109
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30105
30110
|
}
|
|
30106
|
-
.
|
|
30107
|
-
|
|
30111
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30112
|
+
height: 40px;
|
|
30113
|
+
line-height: 24px;
|
|
30108
30114
|
}
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30115
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30116
|
+
height: 24px;
|
|
30117
|
+
line-height: 20px;
|
|
30111
30118
|
}
|
|
30112
|
-
.
|
|
30113
|
-
|
|
30114
|
-
}
|
|
30115
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30116
|
-
color: #0080ff;
|
|
30117
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30118
|
-
}
|
|
30119
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30120
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30121
|
-
}
|
|
30122
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30123
|
-
fill: #1d326c;
|
|
30124
|
-
}
|
|
30125
|
-
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30126
|
-
margin-left: 8px;
|
|
30127
|
-
height: 22px;
|
|
30128
|
-
}
|
|
30129
|
-
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30130
|
-
fill: rgba(44, 56, 82, 0.6);
|
|
30131
|
-
}
|
|
30132
|
-
.E_t160l1cm .tab-menu-item-group {
|
|
30133
|
-
padding: 0;
|
|
30134
|
-
display: flex;
|
|
30135
|
-
align-items: center;
|
|
30136
|
-
overflow: hidden;
|
|
30137
|
-
}
|
|
30138
|
-
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30139
|
-
opacity: 0;
|
|
30140
|
-
max-width: 0;
|
|
30141
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30142
|
-
}
|
|
30143
|
-
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30144
|
-
padding: 1px 12px;
|
|
30145
|
-
position: relative;
|
|
30146
|
-
display: flex;
|
|
30147
|
-
}
|
|
30148
|
-
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30149
|
-
opacity: 0;
|
|
30150
|
-
position: absolute;
|
|
30151
|
-
top: 50%;
|
|
30152
|
-
left: 0;
|
|
30153
|
-
transform: translate(-50%, -50%);
|
|
30154
|
-
transition: opacity 100ms linear;
|
|
30155
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30156
|
-
}
|
|
30157
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30158
|
-
color: #0080ff;
|
|
30159
|
-
}
|
|
30160
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30161
|
-
padding: 1px 12px;
|
|
30162
|
-
display: inline-block;
|
|
30163
|
-
opacity: 1;
|
|
30164
|
-
max-width: 160px;
|
|
30165
|
-
}
|
|
30166
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30167
|
-
padding: 1px 12px;
|
|
30168
|
-
color: #005ed1;
|
|
30169
|
-
}
|
|
30170
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30171
|
-
opacity: 1;
|
|
30172
|
-
}
|
|
30173
|
-
.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 {
|
|
30174
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30175
|
-
}
|
|
30176
|
-
.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 {
|
|
30177
|
-
opacity: 0;
|
|
30178
|
-
}
|
|
30179
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30180
|
-
padding: 4px 16px;
|
|
30181
|
-
height: 32px;
|
|
30182
|
-
border-radius: 6px 6px 0 0;
|
|
30183
|
-
}
|
|
30184
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30185
|
-
padding-left: 0;
|
|
30186
|
-
}
|
|
30187
|
-
.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 {
|
|
30188
|
-
padding-left: 16px;
|
|
30189
|
-
}
|
|
30190
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30191
|
-
margin-left: 11px;
|
|
30192
|
-
height: 24px;
|
|
30193
|
-
}
|
|
30194
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30195
|
-
padding: 0;
|
|
30196
|
-
}
|
|
30197
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30198
|
-
padding: 4px 16px;
|
|
30199
|
-
}
|
|
30200
|
-
.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 {
|
|
30201
|
-
padding: 4px 16px;
|
|
30202
|
-
}
|
|
30203
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30204
|
-
background: #fff;
|
|
30205
|
-
}
|
|
30206
|
-
.E_t160l1cm .tab-menu-item-light:active {
|
|
30207
|
-
color: #005ed1;
|
|
30208
|
-
}
|
|
30209
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30210
|
-
background: #fff;
|
|
30211
|
-
color: #1d326c;
|
|
30212
|
-
}
|
|
30213
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30214
|
-
color: rgba(45, 58, 86, 0.6);
|
|
30215
|
-
}
|
|
30216
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30217
|
-
color: #1d326c;
|
|
30218
|
-
}
|
|
30219
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30220
|
-
fill: #d8deeb;
|
|
30221
|
-
}
|
|
30222
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30223
|
-
fill: #1d326c;
|
|
30224
|
-
}
|
|
30225
|
-
.E_t160l1cm .tab-content {
|
|
30226
|
-
flex: 1;
|
|
30227
|
-
display: flex;
|
|
30228
|
-
flex-direction: column;
|
|
30229
|
-
}
|
|
30230
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
30231
|
-
overflow: visible;
|
|
30232
|
-
}
|
|
30233
|
-
|
|
30234
|
-
.E_t14npdqr {
|
|
30235
|
-
max-width: 240px;
|
|
30236
|
-
animation: none;
|
|
30237
|
-
}
|
|
30238
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30239
|
-
border: 1px solid #0080ff;
|
|
30240
|
-
padding: 0;
|
|
30241
|
-
}
|
|
30242
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30243
|
-
margin: 0;
|
|
30244
|
-
height: 32px;
|
|
30245
|
-
line-height: 32px;
|
|
30246
|
-
font-size: 13px;
|
|
30247
|
-
padding: 0 10px;
|
|
30248
|
-
display: block;
|
|
30249
|
-
overflow: hidden;
|
|
30250
|
-
text-overflow: ellipsis;
|
|
30251
|
-
white-space: nowrap;
|
|
30252
|
-
}
|
|
30253
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30254
|
-
content: " ";
|
|
30255
|
-
height: 1px;
|
|
30256
|
-
width: calc(100% + 10px);
|
|
30257
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30258
|
-
display: block;
|
|
30259
|
-
}
|
|
30260
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30261
|
-
color: #0080ff;
|
|
30262
|
-
background: transparent;
|
|
30263
|
-
}
|
|
30264
|
-
|
|
30265
|
-
.E_tje3huy {
|
|
30266
|
-
width: 100%;
|
|
30267
|
-
overflow: inherit;
|
|
30268
|
-
white-space: inherit;
|
|
30269
|
-
text-overflow: ellipsis;
|
|
30270
|
-
}
|
|
30271
|
-
|
|
30272
|
-
.E_wg1tsps {
|
|
30273
|
-
display: flex;
|
|
30274
|
-
align-items: center;
|
|
30275
|
-
justify-content: flex-end;
|
|
30276
|
-
}
|
|
30277
|
-
|
|
30278
|
-
.E_b1ctd5xy {
|
|
30279
|
-
display: flex;
|
|
30280
|
-
align-items: center;
|
|
30281
|
-
width: calc(100% - 40px);
|
|
30282
|
-
}
|
|
30283
|
-
.E_b1ctd5xy .chart {
|
|
30284
|
-
display: inline-block;
|
|
30285
|
-
width: 100%;
|
|
30286
|
-
}
|
|
30287
|
-
|
|
30288
|
-
.E_u1p8acpn {
|
|
30289
|
-
min-width: 40px;
|
|
30290
|
-
}
|
|
30291
|
-
.E_u1p8acpn .unit {
|
|
30292
|
-
color: #00122e !important;
|
|
30293
|
-
}
|
|
30294
|
-
|
|
30295
|
-
.E_c18gxmrl {
|
|
30296
|
-
border: 1px solid #d8deeb;
|
|
30297
|
-
border-radius: 4px;
|
|
30298
|
-
}
|
|
30299
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30300
|
-
margin-top: 8px;
|
|
30301
|
-
}
|
|
30302
|
-
.E_c18gxmrl:hover {
|
|
30303
|
-
border-color: #0080ff;
|
|
30304
|
-
}
|
|
30305
|
-
.E_c18gxmrl:hover > header {
|
|
30306
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30307
|
-
}
|
|
30308
|
-
.E_c18gxmrl.active header {
|
|
30309
|
-
border-bottom: 1px solid #d8deeb;
|
|
30310
|
-
}
|
|
30311
|
-
.E_c18gxmrl > header {
|
|
30312
|
-
padding: 8px 12px;
|
|
30313
|
-
}
|
|
30314
|
-
|
|
30315
|
-
.E_m74vjol {
|
|
30316
|
-
display: flex;
|
|
30317
|
-
justify-content: space-between;
|
|
30318
|
-
width: 100%;
|
|
30319
|
-
}
|
|
30320
|
-
.E_m74vjol .action {
|
|
30321
|
-
margin-left: 16px;
|
|
30322
|
-
}
|
|
30323
|
-
|
|
30324
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30325
|
-
width: 100%;
|
|
30326
|
-
}
|
|
30327
|
-
|
|
30328
|
-
.E_f7pxqmh {
|
|
30329
|
-
width: 100%;
|
|
30330
|
-
margin-bottom: 0 !important;
|
|
30331
|
-
flex-flow: nowrap !important;
|
|
30332
|
-
line-break: auto;
|
|
30333
|
-
}
|
|
30334
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30335
|
-
text-align: left !important;
|
|
30336
|
-
padding-bottom: 0 !important;
|
|
30337
|
-
}
|
|
30338
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30339
|
-
min-height: 32px;
|
|
30340
|
-
height: auto;
|
|
30341
|
-
font-size: 13px;
|
|
30342
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30343
|
-
white-space: normal;
|
|
30344
|
-
}
|
|
30345
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30346
|
-
border-color: #ff4d4f !important;
|
|
30347
|
-
}
|
|
30348
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30349
|
-
margin-top: 4px;
|
|
30350
|
-
font-size: 12px;
|
|
30351
|
-
min-height: 0px;
|
|
30352
|
-
}
|
|
30353
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
30354
|
-
font-size: 12px;
|
|
30355
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30356
|
-
min-height: 0px;
|
|
30357
|
-
}
|
|
30358
|
-
|
|
30359
|
-
.E_c1uzzomf {
|
|
30360
|
-
margin-bottom: 16px;
|
|
30361
|
-
}
|
|
30362
|
-
.E_c1uzzomf .card-title {
|
|
30363
|
-
font-size: 16px;
|
|
30364
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30365
|
-
font-weight: 700;
|
|
30366
|
-
line-height: 32px;
|
|
30367
|
-
}
|
|
30368
|
-
.E_c1uzzomf .card-body {
|
|
30369
|
-
padding: 24px;
|
|
30370
|
-
border-radius: 8px;
|
|
30371
|
-
background: #fff;
|
|
30372
|
-
}
|
|
30373
|
-
.E_c1uzzomf .empty {
|
|
30374
|
-
font-weight: 700;
|
|
30375
|
-
font-size: 14px;
|
|
30376
|
-
line-height: 22px;
|
|
30377
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30378
|
-
text-align: center;
|
|
30379
|
-
}
|
|
30380
|
-
|
|
30381
|
-
.E_b1nip9bk {
|
|
30382
|
-
padding: 4px 11px;
|
|
30383
|
-
}
|
|
30384
|
-
|
|
30385
|
-
.E_bqamoqe {
|
|
30386
|
-
white-space: nowrap;
|
|
30387
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30388
|
-
}
|
|
30389
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30390
|
-
--color: #0080ff;
|
|
30391
|
-
}
|
|
30392
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30393
|
-
--color: #0080ff;
|
|
30394
|
-
}
|
|
30395
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30396
|
-
margin-left: 1px;
|
|
30397
|
-
}
|
|
30398
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30399
|
-
border-top-right-radius: 0;
|
|
30400
|
-
border-bottom-right-radius: 0;
|
|
30401
|
-
}
|
|
30402
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30403
|
-
border-top-left-radius: 0;
|
|
30404
|
-
border-bottom-left-radius: 0;
|
|
30405
|
-
}
|
|
30406
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30407
|
-
border-radius: unset;
|
|
30408
|
-
}
|
|
30409
|
-
|
|
30410
|
-
.E_berrcjl {
|
|
30411
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30412
|
-
margin-bottom: 4px;
|
|
30413
|
-
}
|
|
30414
|
-
.E_berrcjl .breadcrumb-link {
|
|
30415
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30416
|
-
cursor: pointer;
|
|
30417
|
-
transition: color 160ms ease;
|
|
30418
|
-
}
|
|
30419
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30420
|
-
color: #0080ff;
|
|
30421
|
-
}
|
|
30422
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30423
|
-
color: #005ed1;
|
|
30424
|
-
}
|
|
30425
|
-
|
|
30426
|
-
.E_iouxfgt {
|
|
30427
|
-
display: inline-flex;
|
|
30428
|
-
align-items: center;
|
|
30429
|
-
}
|
|
30430
|
-
.E_iouxfgt .icon-inner {
|
|
30431
|
-
display: inline-flex;
|
|
30432
|
-
align-items: center;
|
|
30433
|
-
justify-content: center;
|
|
30434
|
-
}
|
|
30435
|
-
.E_iouxfgt .icon-inner + span,
|
|
30436
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30437
|
-
margin-left: 4px;
|
|
30438
|
-
}
|
|
30439
|
-
.E_iouxfgt.is-rotate img,
|
|
30440
|
-
.E_iouxfgt.is-rotate svg {
|
|
30441
|
-
animation: rotate 680ms linear infinite;
|
|
30442
|
-
}
|
|
30443
|
-
|
|
30444
|
-
.E_fzh9mnb {
|
|
30445
|
-
width: 100%;
|
|
30446
|
-
height: 100%;
|
|
30447
|
-
min-height: 124px;
|
|
30448
|
-
display: flex;
|
|
30449
|
-
flex-direction: column;
|
|
30450
|
-
justify-content: center;
|
|
30451
|
-
align-items: center;
|
|
30452
|
-
}
|
|
30453
|
-
.E_fzh9mnb .error-text {
|
|
30454
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30455
|
-
margin-bottom: 16px;
|
|
30456
|
-
font-size: 18px;
|
|
30457
|
-
}
|
|
30458
|
-
|
|
30459
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30460
|
-
padding: 4px 8px 0 8px;
|
|
30461
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30462
|
-
font-size: 12px;
|
|
30463
|
-
}
|
|
30464
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30465
|
-
padding-bottom: 6px;
|
|
30466
|
-
}
|
|
30467
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30468
|
-
padding-top: 4px;
|
|
30469
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30470
|
-
}
|
|
30471
|
-
|
|
30472
|
-
.E_d1bw7c5z {
|
|
30473
|
-
position: relative;
|
|
30474
|
-
max-width: 388px;
|
|
30475
|
-
min-width: 285px;
|
|
30476
|
-
}
|
|
30477
|
-
.E_d1bw7c5z .center {
|
|
30478
|
-
position: absolute;
|
|
30479
|
-
font-size: 12px;
|
|
30480
|
-
width: 80px;
|
|
30481
|
-
height: 100px;
|
|
30482
|
-
top: 0;
|
|
30483
|
-
left: 35px;
|
|
30484
|
-
display: flex;
|
|
30485
|
-
flex-direction: column;
|
|
30486
|
-
justify-content: center;
|
|
30487
|
-
align-items: center;
|
|
30488
|
-
color: #00122e;
|
|
30489
|
-
}
|
|
30490
|
-
.E_d1bw7c5z .center .number {
|
|
30491
|
-
font-size: 24px;
|
|
30492
|
-
font-weight: 700;
|
|
30493
|
-
}
|
|
30494
|
-
.E_d1bw7c5z .center .text {
|
|
30495
|
-
padding: 0 5px;
|
|
30496
|
-
font-size: 12px;
|
|
30497
|
-
width: inherit;
|
|
30498
|
-
text-align: center;
|
|
30499
|
-
}
|
|
30500
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
30501
|
-
display: flex;
|
|
30502
|
-
}
|
|
30503
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30504
|
-
position: relative !important;
|
|
30505
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30506
|
-
left: 0 !important;
|
|
30507
|
-
bottom: 0 !important;
|
|
30508
|
-
display: flex;
|
|
30509
|
-
align-items: center;
|
|
30510
|
-
}
|
|
30511
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30512
|
-
width: 100%;
|
|
30513
|
-
}
|
|
30514
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30515
|
-
width: 100%;
|
|
30516
|
-
margin-right: 0 !important;
|
|
30517
|
-
line-height: 18px;
|
|
30518
|
-
}
|
|
30519
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30520
|
-
border-radius: 2px;
|
|
30521
|
-
}
|
|
30522
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30523
|
-
min-width: 75px;
|
|
30524
|
-
max-width: 198px;
|
|
30525
|
-
width: calc(100% - 20px);
|
|
30526
|
-
margin-left: 2px;
|
|
30527
|
-
color: #00122e !important;
|
|
30528
|
-
display: inline-flex;
|
|
30529
|
-
justify-content: space-between;
|
|
30530
|
-
}
|
|
30531
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30532
|
-
maxwidth: calc(100% - 12px);
|
|
30533
|
-
cursor: pointer;
|
|
30534
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30535
|
-
overflow: hidden;
|
|
30536
|
-
text-overflow: ellipsis;
|
|
30537
|
-
white-space: nowrap;
|
|
30538
|
-
}
|
|
30539
|
-
.E_d1bw7c5z .value {
|
|
30540
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30541
|
-
}
|
|
30542
|
-
|
|
30543
|
-
.E_t10pqbtc {
|
|
30544
|
-
width: 140px;
|
|
30545
|
-
}
|
|
30546
|
-
.E_t10pqbtc .item {
|
|
30547
|
-
margin: 6px auto;
|
|
30548
|
-
display: flex;
|
|
30549
|
-
justify-content: space-between;
|
|
30550
|
-
}
|
|
30551
|
-
.E_t10pqbtc .item .name {
|
|
30552
|
-
width: 102px;
|
|
30553
|
-
}
|
|
30554
|
-
|
|
30555
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30556
|
-
justify-content: center;
|
|
30557
|
-
}
|
|
30558
|
-
.E_b1wx3t3t.ant-btn {
|
|
30559
|
-
display: inline-flex;
|
|
30560
|
-
align-items: center;
|
|
30561
|
-
justify-content: center;
|
|
30562
|
-
height: 32px;
|
|
30563
|
-
border-radius: 6px;
|
|
30564
|
-
line-height: 22px;
|
|
30565
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30566
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30567
|
-
}
|
|
30568
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30569
|
-
height: 40px;
|
|
30570
|
-
line-height: 24px;
|
|
30571
|
-
}
|
|
30572
|
-
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30573
|
-
height: 24px;
|
|
30574
|
-
line-height: 20px;
|
|
30575
|
-
}
|
|
30576
|
-
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30577
|
-
border-radius: 50%;
|
|
30119
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30120
|
+
border-radius: 50%;
|
|
30578
30121
|
}
|
|
30579
30122
|
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
30580
30123
|
color: var(--color, #06101f);
|
|
@@ -30785,163 +30328,447 @@ html body {
|
|
|
30785
30328
|
--background-color-focus: #fff;
|
|
30786
30329
|
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30787
30330
|
}
|
|
30788
|
-
.E_b1wx3t3t .button-prefix-icon {
|
|
30789
|
-
margin-right: 8px;
|
|
30790
|
-
display: inline-flex;
|
|
30331
|
+
.E_b1wx3t3t .button-prefix-icon {
|
|
30332
|
+
margin-right: 8px;
|
|
30333
|
+
display: inline-flex;
|
|
30334
|
+
}
|
|
30335
|
+
.E_b1wx3t3t .button-suffix-icon {
|
|
30336
|
+
margin-left: 8px;
|
|
30337
|
+
display: inline-flex;
|
|
30338
|
+
}
|
|
30339
|
+
.E_b1wx3t3t .icon-wrapper {
|
|
30340
|
+
display: flex;
|
|
30341
|
+
justify-content: center;
|
|
30342
|
+
}
|
|
30343
|
+
|
|
30344
|
+
.E_n7k2c6r {
|
|
30345
|
+
padding: 0;
|
|
30346
|
+
}
|
|
30347
|
+
|
|
30348
|
+
.E_berrcjl {
|
|
30349
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30350
|
+
margin-bottom: 4px;
|
|
30351
|
+
}
|
|
30352
|
+
.E_berrcjl .breadcrumb-link {
|
|
30353
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30354
|
+
cursor: pointer;
|
|
30355
|
+
transition: color 160ms ease;
|
|
30356
|
+
}
|
|
30357
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30358
|
+
color: #0080ff;
|
|
30359
|
+
}
|
|
30360
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30361
|
+
color: #005ed1;
|
|
30362
|
+
}
|
|
30363
|
+
|
|
30364
|
+
.E_b1nip9bk {
|
|
30365
|
+
padding: 4px 11px;
|
|
30366
|
+
}
|
|
30367
|
+
|
|
30368
|
+
.E_bqamoqe {
|
|
30369
|
+
white-space: nowrap;
|
|
30370
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30371
|
+
}
|
|
30372
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30373
|
+
--color: #0080ff;
|
|
30374
|
+
}
|
|
30375
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30376
|
+
--color: #0080ff;
|
|
30377
|
+
}
|
|
30378
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30379
|
+
margin-left: 1px;
|
|
30380
|
+
}
|
|
30381
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30382
|
+
border-top-right-radius: 0;
|
|
30383
|
+
border-bottom-right-radius: 0;
|
|
30384
|
+
}
|
|
30385
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30386
|
+
border-top-left-radius: 0;
|
|
30387
|
+
border-bottom-left-radius: 0;
|
|
30388
|
+
}
|
|
30389
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30390
|
+
border-radius: unset;
|
|
30391
|
+
}
|
|
30392
|
+
|
|
30393
|
+
.E_t160l1cm {
|
|
30394
|
+
display: flex;
|
|
30395
|
+
flex-direction: column;
|
|
30396
|
+
flex: 1;
|
|
30397
|
+
/* FIXME:(yanzhen) do this better */
|
|
30398
|
+
}
|
|
30399
|
+
.E_t160l1cm .tab-bar {
|
|
30400
|
+
flex-shrink: 0;
|
|
30401
|
+
display: flex;
|
|
30402
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30403
|
+
}
|
|
30404
|
+
.E_t160l1cm .tab-content {
|
|
30405
|
+
height: 100%;
|
|
30406
|
+
}
|
|
30407
|
+
.E_t160l1cm .tab-menu-item {
|
|
30408
|
+
margin-right: 2px;
|
|
30409
|
+
padding: 1px 12px;
|
|
30410
|
+
line-height: 24px;
|
|
30411
|
+
height: 24px;
|
|
30412
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30413
|
+
border-radius: 4px 4px 0 0;
|
|
30414
|
+
cursor: pointer;
|
|
30415
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30416
|
+
}
|
|
30417
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30418
|
+
padding-left: 0;
|
|
30419
|
+
}
|
|
30420
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30421
|
+
padding-left: 12px;
|
|
30422
|
+
}
|
|
30423
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30424
|
+
color: #0080ff;
|
|
30425
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30426
|
+
}
|
|
30427
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30428
|
+
fill: #0080ff;
|
|
30429
|
+
}
|
|
30430
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30431
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30432
|
+
}
|
|
30433
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30434
|
+
color: #0080ff;
|
|
30435
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30436
|
+
}
|
|
30437
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30438
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30439
|
+
}
|
|
30440
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30441
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30442
|
+
}
|
|
30443
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30444
|
+
fill: #0080ff;
|
|
30445
|
+
}
|
|
30446
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30447
|
+
color: #0080ff;
|
|
30448
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30449
|
+
}
|
|
30450
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30451
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30452
|
+
}
|
|
30453
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30454
|
+
fill: #1d326c;
|
|
30455
|
+
}
|
|
30456
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30457
|
+
margin-left: 8px;
|
|
30458
|
+
height: 22px;
|
|
30459
|
+
}
|
|
30460
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30461
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30462
|
+
}
|
|
30463
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30464
|
+
padding: 0;
|
|
30465
|
+
display: flex;
|
|
30466
|
+
align-items: center;
|
|
30467
|
+
overflow: hidden;
|
|
30468
|
+
}
|
|
30469
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30470
|
+
opacity: 0;
|
|
30471
|
+
max-width: 0;
|
|
30472
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30473
|
+
}
|
|
30474
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30475
|
+
padding: 1px 12px;
|
|
30476
|
+
position: relative;
|
|
30477
|
+
display: flex;
|
|
30478
|
+
}
|
|
30479
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30480
|
+
opacity: 0;
|
|
30481
|
+
position: absolute;
|
|
30482
|
+
top: 50%;
|
|
30483
|
+
left: 0;
|
|
30484
|
+
transform: translate(-50%, -50%);
|
|
30485
|
+
transition: opacity 100ms linear;
|
|
30486
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30487
|
+
}
|
|
30488
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30489
|
+
color: #0080ff;
|
|
30490
|
+
}
|
|
30491
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30492
|
+
padding: 1px 12px;
|
|
30493
|
+
display: inline-block;
|
|
30494
|
+
opacity: 1;
|
|
30495
|
+
max-width: 160px;
|
|
30496
|
+
}
|
|
30497
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30498
|
+
padding: 1px 12px;
|
|
30499
|
+
color: #005ed1;
|
|
30500
|
+
}
|
|
30501
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30502
|
+
opacity: 1;
|
|
30503
|
+
}
|
|
30504
|
+
.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 {
|
|
30505
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30506
|
+
}
|
|
30507
|
+
.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 {
|
|
30508
|
+
opacity: 0;
|
|
30509
|
+
}
|
|
30510
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30511
|
+
padding: 4px 16px;
|
|
30512
|
+
height: 32px;
|
|
30513
|
+
border-radius: 6px 6px 0 0;
|
|
30514
|
+
}
|
|
30515
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30516
|
+
padding-left: 0;
|
|
30517
|
+
}
|
|
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;
|
|
30520
|
+
}
|
|
30521
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30522
|
+
margin-left: 11px;
|
|
30523
|
+
height: 24px;
|
|
30524
|
+
}
|
|
30525
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30526
|
+
padding: 0;
|
|
30527
|
+
}
|
|
30528
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30529
|
+
padding: 4px 16px;
|
|
30530
|
+
}
|
|
30531
|
+
.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 {
|
|
30532
|
+
padding: 4px 16px;
|
|
30533
|
+
}
|
|
30534
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30535
|
+
background: #fff;
|
|
30536
|
+
}
|
|
30537
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30538
|
+
color: #005ed1;
|
|
30539
|
+
}
|
|
30540
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30541
|
+
background: #fff;
|
|
30542
|
+
color: #1d326c;
|
|
30543
|
+
}
|
|
30544
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30545
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30546
|
+
}
|
|
30547
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30548
|
+
color: #1d326c;
|
|
30549
|
+
}
|
|
30550
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30551
|
+
fill: #d8deeb;
|
|
30552
|
+
}
|
|
30553
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30554
|
+
fill: #1d326c;
|
|
30555
|
+
}
|
|
30556
|
+
.E_t160l1cm .tab-content {
|
|
30557
|
+
flex: 1;
|
|
30558
|
+
display: flex;
|
|
30559
|
+
flex-direction: column;
|
|
30560
|
+
}
|
|
30561
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30562
|
+
overflow: visible;
|
|
30563
|
+
}
|
|
30564
|
+
|
|
30565
|
+
.E_t14npdqr {
|
|
30566
|
+
max-width: 240px;
|
|
30567
|
+
animation: none;
|
|
30568
|
+
}
|
|
30569
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30570
|
+
border: 1px solid #0080ff;
|
|
30571
|
+
padding: 0;
|
|
30572
|
+
}
|
|
30573
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30574
|
+
margin: 0;
|
|
30575
|
+
height: 32px;
|
|
30576
|
+
line-height: 32px;
|
|
30577
|
+
font-size: 13px;
|
|
30578
|
+
padding: 0 10px;
|
|
30579
|
+
display: block;
|
|
30580
|
+
overflow: hidden;
|
|
30581
|
+
text-overflow: ellipsis;
|
|
30582
|
+
white-space: nowrap;
|
|
30791
30583
|
}
|
|
30792
|
-
.
|
|
30793
|
-
|
|
30794
|
-
|
|
30584
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30585
|
+
content: " ";
|
|
30586
|
+
height: 1px;
|
|
30587
|
+
width: calc(100% + 10px);
|
|
30588
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30589
|
+
display: block;
|
|
30795
30590
|
}
|
|
30796
|
-
.
|
|
30797
|
-
|
|
30798
|
-
|
|
30591
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30592
|
+
color: #0080ff;
|
|
30593
|
+
background: transparent;
|
|
30799
30594
|
}
|
|
30800
30595
|
|
|
30801
|
-
.
|
|
30802
|
-
|
|
30596
|
+
.E_tje3huy {
|
|
30597
|
+
width: 100%;
|
|
30598
|
+
overflow: inherit;
|
|
30599
|
+
white-space: inherit;
|
|
30600
|
+
text-overflow: ellipsis;
|
|
30803
30601
|
}
|
|
30804
30602
|
|
|
30805
|
-
.
|
|
30806
|
-
|
|
30807
|
-
line-height: 18px;
|
|
30808
|
-
padding: 0 4px;
|
|
30603
|
+
.E_c18gxmrl {
|
|
30604
|
+
border: 1px solid #d8deeb;
|
|
30809
30605
|
border-radius: 4px;
|
|
30810
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30811
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30812
|
-
display: flex;
|
|
30813
|
-
align-items: center;
|
|
30814
|
-
white-space: nowrap;
|
|
30815
|
-
margin-right: 4px;
|
|
30816
30606
|
}
|
|
30817
|
-
|
|
30818
|
-
|
|
30819
|
-
|
|
30607
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30608
|
+
margin-top: 8px;
|
|
30609
|
+
}
|
|
30610
|
+
.E_c18gxmrl:hover {
|
|
30611
|
+
border-color: #0080ff;
|
|
30612
|
+
}
|
|
30613
|
+
.E_c18gxmrl:hover > header {
|
|
30614
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30615
|
+
}
|
|
30616
|
+
.E_c18gxmrl.active header {
|
|
30617
|
+
border-bottom: 1px solid #d8deeb;
|
|
30618
|
+
}
|
|
30619
|
+
.E_c18gxmrl > header {
|
|
30620
|
+
padding: 8px 12px;
|
|
30820
30621
|
}
|
|
30821
30622
|
|
|
30822
|
-
.
|
|
30823
|
-
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
|
|
30623
|
+
.E_c1uzzomf {
|
|
30624
|
+
margin-bottom: 16px;
|
|
30625
|
+
}
|
|
30626
|
+
.E_c1uzzomf .card-title {
|
|
30627
|
+
font-size: 16px;
|
|
30827
30628
|
color: rgba(44, 56, 82, 0.6);
|
|
30828
|
-
font-
|
|
30829
|
-
line-height:
|
|
30629
|
+
font-weight: 700;
|
|
30630
|
+
line-height: 32px;
|
|
30830
30631
|
}
|
|
30831
|
-
.
|
|
30832
|
-
padding:
|
|
30632
|
+
.E_c1uzzomf .card-body {
|
|
30633
|
+
padding: 24px;
|
|
30634
|
+
border-radius: 8px;
|
|
30635
|
+
background: #fff;
|
|
30833
30636
|
}
|
|
30834
|
-
.
|
|
30637
|
+
.E_c1uzzomf .empty {
|
|
30638
|
+
font-weight: 700;
|
|
30639
|
+
font-size: 14px;
|
|
30640
|
+
line-height: 22px;
|
|
30641
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30642
|
+
text-align: center;
|
|
30643
|
+
}
|
|
30644
|
+
|
|
30645
|
+
.E_d1bw7c5z {
|
|
30646
|
+
position: relative;
|
|
30647
|
+
max-width: 388px;
|
|
30648
|
+
min-width: 285px;
|
|
30649
|
+
}
|
|
30650
|
+
.E_d1bw7c5z .center {
|
|
30651
|
+
position: absolute;
|
|
30652
|
+
font-size: 12px;
|
|
30653
|
+
width: 80px;
|
|
30654
|
+
height: 100px;
|
|
30655
|
+
top: 0;
|
|
30656
|
+
left: 35px;
|
|
30835
30657
|
display: flex;
|
|
30658
|
+
flex-direction: column;
|
|
30659
|
+
justify-content: center;
|
|
30836
30660
|
align-items: center;
|
|
30837
|
-
|
|
30838
|
-
cursor: pointer;
|
|
30839
|
-
transition: all 0.3s ease;
|
|
30661
|
+
color: #00122e;
|
|
30840
30662
|
}
|
|
30841
|
-
.
|
|
30842
|
-
|
|
30843
|
-
|
|
30663
|
+
.E_d1bw7c5z .center .number {
|
|
30664
|
+
font-size: 24px;
|
|
30665
|
+
font-weight: 700;
|
|
30844
30666
|
}
|
|
30845
|
-
.
|
|
30846
|
-
|
|
30667
|
+
.E_d1bw7c5z .center .text {
|
|
30668
|
+
padding: 0 5px;
|
|
30669
|
+
font-size: 12px;
|
|
30670
|
+
width: inherit;
|
|
30671
|
+
text-align: center;
|
|
30847
30672
|
}
|
|
30848
|
-
.
|
|
30673
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30674
|
+
display: flex;
|
|
30675
|
+
}
|
|
30676
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30677
|
+
position: relative !important;
|
|
30678
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30679
|
+
left: 0 !important;
|
|
30680
|
+
bottom: 0 !important;
|
|
30849
30681
|
display: flex;
|
|
30850
30682
|
align-items: center;
|
|
30851
|
-
color: #0080ff;
|
|
30852
|
-
font-weight: bold;
|
|
30853
30683
|
}
|
|
30854
|
-
.
|
|
30855
|
-
|
|
30684
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30685
|
+
width: 100%;
|
|
30856
30686
|
}
|
|
30857
|
-
.
|
|
30858
|
-
|
|
30859
|
-
|
|
30687
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30688
|
+
width: 100%;
|
|
30689
|
+
margin-right: 0 !important;
|
|
30690
|
+
line-height: 18px;
|
|
30860
30691
|
}
|
|
30861
|
-
.
|
|
30862
|
-
|
|
30863
|
-
color: #0080ff;
|
|
30692
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30693
|
+
border-radius: 2px;
|
|
30864
30694
|
}
|
|
30865
|
-
.
|
|
30866
|
-
|
|
30695
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30696
|
+
min-width: 75px;
|
|
30697
|
+
max-width: 198px;
|
|
30698
|
+
width: calc(100% - 20px);
|
|
30699
|
+
margin-left: 2px;
|
|
30700
|
+
color: #00122e !important;
|
|
30701
|
+
display: inline-flex;
|
|
30702
|
+
justify-content: space-between;
|
|
30867
30703
|
}
|
|
30868
|
-
|
|
30869
|
-
|
|
30870
|
-
|
|
30871
|
-
|
|
30704
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30705
|
+
maxwidth: calc(100% - 12px);
|
|
30706
|
+
cursor: pointer;
|
|
30707
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30708
|
+
overflow: hidden;
|
|
30709
|
+
text-overflow: ellipsis;
|
|
30710
|
+
white-space: nowrap;
|
|
30872
30711
|
}
|
|
30873
|
-
.
|
|
30874
|
-
|
|
30875
|
-
font-size: 12px;
|
|
30876
|
-
line-height: 18px;
|
|
30712
|
+
.E_d1bw7c5z .value {
|
|
30713
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30877
30714
|
}
|
|
30878
30715
|
|
|
30879
|
-
.
|
|
30880
|
-
|
|
30716
|
+
.E_t10pqbtc {
|
|
30717
|
+
width: 140px;
|
|
30881
30718
|
}
|
|
30882
|
-
|
|
30883
|
-
|
|
30884
|
-
|
|
30885
|
-
|
|
30719
|
+
.E_t10pqbtc .item {
|
|
30720
|
+
margin: 6px auto;
|
|
30721
|
+
display: flex;
|
|
30722
|
+
justify-content: space-between;
|
|
30886
30723
|
}
|
|
30887
|
-
|
|
30888
|
-
|
|
30889
|
-
display: var(--ai7qkf2-0);
|
|
30724
|
+
.E_t10pqbtc .item .name {
|
|
30725
|
+
width: 102px;
|
|
30890
30726
|
}
|
|
30891
|
-
|
|
30892
|
-
|
|
30893
|
-
|
|
30894
|
-
|
|
30895
|
-
width: 100%;
|
|
30727
|
+
|
|
30728
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30729
|
+
border: 0px;
|
|
30730
|
+
background-color: #fff;
|
|
30896
30731
|
}
|
|
30897
|
-
.
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30902
|
-
margin-left: 4px;
|
|
30903
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30732
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30733
|
+
padding-top: 0px;
|
|
30734
|
+
padding-bottom: 0px;
|
|
30735
|
+
padding-left: 0px !important;
|
|
30736
|
+
padding-right: 24px;
|
|
30904
30737
|
}
|
|
30905
|
-
.
|
|
30906
|
-
|
|
30907
|
-
display: var(--ai7qkf2-4);
|
|
30908
|
-
flex: none;
|
|
30909
|
-
align-items: center;
|
|
30910
|
-
margin-right: 4px;
|
|
30911
|
-
cursor: auto;
|
|
30912
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30738
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30739
|
+
right: 0px;
|
|
30913
30740
|
}
|
|
30914
|
-
.ant-
|
|
30915
|
-
|
|
30741
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30742
|
+
padding: 0px;
|
|
30916
30743
|
}
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30744
|
+
|
|
30745
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30746
|
+
padding-right: 0px;
|
|
30747
|
+
cursor: default;
|
|
30920
30748
|
}
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
z-index: 1;
|
|
30749
|
+
|
|
30750
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30751
|
+
display: flex;
|
|
30925
30752
|
}
|
|
30926
|
-
|
|
30927
|
-
|
|
30928
|
-
|
|
30753
|
+
|
|
30754
|
+
.E_c1yyuluq {
|
|
30755
|
+
border-radius: 8px;
|
|
30929
30756
|
}
|
|
30930
|
-
.
|
|
30931
|
-
|
|
30932
|
-
border: 1px;
|
|
30933
|
-
padding: 5px 12px;
|
|
30934
|
-
font-size: inherit;
|
|
30757
|
+
.E_c1yyuluq .ant-card-body {
|
|
30758
|
+
padding: 20px 24px 24px 24px;
|
|
30935
30759
|
}
|
|
30936
|
-
|
|
30937
|
-
|
|
30938
|
-
|
|
30939
|
-
|
|
30760
|
+
|
|
30761
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30762
|
+
padding: 4px 8px 0 8px;
|
|
30763
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30764
|
+
font-size: 12px;
|
|
30940
30765
|
}
|
|
30941
|
-
.
|
|
30942
|
-
|
|
30943
|
-
|
|
30944
|
-
|
|
30766
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30767
|
+
padding-bottom: 6px;
|
|
30768
|
+
}
|
|
30769
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30770
|
+
padding-top: 4px;
|
|
30771
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30945
30772
|
}
|
|
30946
30773
|
|
|
30947
30774
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31090,35 +30917,61 @@ html body {
|
|
|
31090
30917
|
width: 36px;
|
|
31091
30918
|
}
|
|
31092
30919
|
|
|
31093
|
-
.
|
|
31094
|
-
display:
|
|
30920
|
+
.E_phljevk {
|
|
30921
|
+
display: flex;
|
|
30922
|
+
justify-content: space-between;
|
|
30923
|
+
align-items: center;
|
|
30924
|
+
padding: 10px 0;
|
|
30925
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30926
|
+
font-size: 12px;
|
|
30927
|
+
line-height: 24px;
|
|
31095
30928
|
}
|
|
31096
|
-
.
|
|
31097
|
-
padding:
|
|
31098
|
-
display: inline-flex;
|
|
31099
|
-
line-height: 1.5715;
|
|
31100
|
-
height: inherit;
|
|
30929
|
+
.E_phljevk .pagination-left {
|
|
30930
|
+
padding: 2px 8px;
|
|
31101
30931
|
}
|
|
31102
|
-
.
|
|
31103
|
-
|
|
31104
|
-
display: var(--a1wfy30z-2);
|
|
31105
|
-
flex: none;
|
|
30932
|
+
.E_phljevk .dropdown-trigger {
|
|
30933
|
+
display: flex;
|
|
31106
30934
|
align-items: center;
|
|
30935
|
+
border-radius: 6px;
|
|
30936
|
+
cursor: pointer;
|
|
30937
|
+
transition: all 0.3s ease;
|
|
30938
|
+
}
|
|
30939
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30940
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30941
|
+
color: #0080ff;
|
|
30942
|
+
}
|
|
30943
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31107
30944
|
margin-left: 4px;
|
|
31108
30945
|
}
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31111
|
-
display: var(--a1wfy30z-4);
|
|
31112
|
-
flex: none;
|
|
30946
|
+
.E_phljevk .pagination-right {
|
|
30947
|
+
display: flex;
|
|
31113
30948
|
align-items: center;
|
|
31114
|
-
|
|
31115
|
-
|
|
30949
|
+
color: #0080ff;
|
|
30950
|
+
font-weight: bold;
|
|
31116
30951
|
}
|
|
31117
|
-
.
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
|
|
30952
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30953
|
+
margin-left: 4px;
|
|
30954
|
+
}
|
|
30955
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30956
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30957
|
+
padding: 0 8px;
|
|
30958
|
+
}
|
|
30959
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30960
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30961
|
+
color: #0080ff;
|
|
30962
|
+
}
|
|
30963
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30964
|
+
transform: rotate(180deg);
|
|
30965
|
+
}
|
|
30966
|
+
|
|
30967
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30968
|
+
max-height: calc(100vh - 128px);
|
|
30969
|
+
overflow-y: auto;
|
|
30970
|
+
}
|
|
30971
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30972
|
+
padding: 4px 20px;
|
|
30973
|
+
font-size: 12px;
|
|
30974
|
+
line-height: 18px;
|
|
31122
30975
|
}
|
|
31123
30976
|
|
|
31124
30977
|
.E_ivqqkzv {
|
|
@@ -31171,78 +31024,275 @@ html body {
|
|
|
31171
31024
|
transform: rotate(0deg);
|
|
31172
31025
|
}
|
|
31173
31026
|
|
|
31027
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31028
|
+
border-radius: 6px;
|
|
31029
|
+
}
|
|
31030
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31031
|
+
width: 100%;
|
|
31032
|
+
color: #2d3a56;
|
|
31033
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31034
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31035
|
+
font-size: 13px;
|
|
31036
|
+
}
|
|
31037
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31038
|
+
height: 30px;
|
|
31039
|
+
}
|
|
31040
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31041
|
+
height: 38px;
|
|
31042
|
+
font-size: 13px;
|
|
31043
|
+
}
|
|
31044
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31045
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31046
|
+
transition: 160ms ease;
|
|
31047
|
+
}
|
|
31048
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31049
|
+
color: #0080ff;
|
|
31050
|
+
}
|
|
31051
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31052
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31053
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31054
|
+
}
|
|
31055
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31056
|
+
color: #0080ff;
|
|
31057
|
+
}
|
|
31058
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31059
|
+
border-color: #0080ff;
|
|
31060
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31061
|
+
}
|
|
31062
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31063
|
+
transform: rotate(180deg);
|
|
31064
|
+
}
|
|
31065
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31066
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31067
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31068
|
+
cursor: "not-allowed";
|
|
31069
|
+
}
|
|
31070
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31071
|
+
border-color: #f0483e !important;
|
|
31072
|
+
}
|
|
31073
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31074
|
+
color: #1d326c;
|
|
31075
|
+
}
|
|
31076
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31077
|
+
border-color: #0080ff;
|
|
31078
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31079
|
+
}
|
|
31080
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31081
|
+
transform: rotate(180deg);
|
|
31082
|
+
}
|
|
31083
|
+
|
|
31174
31084
|
.E_sddwhm6 {
|
|
31175
31085
|
margin: 0;
|
|
31176
31086
|
border-radius: 20px;
|
|
31177
31087
|
padding: 2px 10px;
|
|
31178
31088
|
height: 22px;
|
|
31179
31089
|
}
|
|
31180
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
31181
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
31090
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
31091
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
31092
|
+
}
|
|
31093
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
31094
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
31095
|
+
}
|
|
31096
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
31097
|
+
color: #00122e;
|
|
31098
|
+
}
|
|
31099
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
31100
|
+
margin-right: 6px;
|
|
31101
|
+
}
|
|
31102
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
31103
|
+
margin-left: 4px;
|
|
31104
|
+
}
|
|
31105
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
31106
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31107
|
+
}
|
|
31108
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
31109
|
+
background-color: #0080ff;
|
|
31110
|
+
}
|
|
31111
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
31112
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
31113
|
+
}
|
|
31114
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
31115
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31116
|
+
}
|
|
31117
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
31118
|
+
background-color: #f0483e;
|
|
31119
|
+
}
|
|
31120
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
31121
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
31122
|
+
}
|
|
31123
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
31124
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
31125
|
+
}
|
|
31126
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
31127
|
+
background-color: #fea008;
|
|
31128
|
+
}
|
|
31129
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
31130
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
31131
|
+
}
|
|
31132
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
31133
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31134
|
+
}
|
|
31135
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
31136
|
+
background-color: #00ba5d;
|
|
31137
|
+
}
|
|
31138
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
31139
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
31140
|
+
}
|
|
31141
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
31142
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31143
|
+
}
|
|
31144
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
31145
|
+
background-color: #6b7d99;
|
|
31146
|
+
}
|
|
31147
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
31148
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
31149
|
+
}
|
|
31150
|
+
|
|
31151
|
+
.E_satwmqm {
|
|
31152
|
+
width: 8px;
|
|
31153
|
+
height: 8px;
|
|
31154
|
+
border-radius: 50%;
|
|
31155
|
+
display: inline-block;
|
|
31156
|
+
}
|
|
31157
|
+
|
|
31158
|
+
.E_tju3gfj .date {
|
|
31159
|
+
margin-right: 4px;
|
|
31160
|
+
}
|
|
31161
|
+
|
|
31162
|
+
.E_s1dni7lo {
|
|
31163
|
+
width: 430px !important;
|
|
31164
|
+
}
|
|
31165
|
+
|
|
31166
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31167
|
+
padding: 8px 16px;
|
|
31168
|
+
line-height: 18px;
|
|
31169
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31170
|
+
height: 34px;
|
|
31171
|
+
min-height: 34px;
|
|
31172
|
+
box-sizing: border-box;
|
|
31173
|
+
margin-top: 8px;
|
|
31174
|
+
}
|
|
31175
|
+
|
|
31176
|
+
.E_o1ugr09p {
|
|
31177
|
+
display: flex;
|
|
31178
|
+
flex-direction: column;
|
|
31179
|
+
margin: 1px 8px;
|
|
31180
|
+
padding: 8px;
|
|
31181
|
+
border-radius: 4px;
|
|
31182
|
+
}
|
|
31183
|
+
.E_o1ugr09p .selected-icon {
|
|
31184
|
+
display: none;
|
|
31185
|
+
}
|
|
31186
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31187
|
+
padding-left: 8px;
|
|
31188
|
+
}
|
|
31189
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31190
|
+
background-color: white;
|
|
31191
|
+
}
|
|
31192
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31193
|
+
color: #0080ff;
|
|
31194
|
+
}
|
|
31195
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31196
|
+
display: block;
|
|
31197
|
+
}
|
|
31198
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31199
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31182
31200
|
}
|
|
31183
|
-
.
|
|
31184
|
-
|
|
31201
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31202
|
+
color: #0080ff;
|
|
31185
31203
|
}
|
|
31186
|
-
.
|
|
31187
|
-
|
|
31204
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31205
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31206
|
+
color: #0080ff;
|
|
31188
31207
|
}
|
|
31189
|
-
|
|
31190
|
-
|
|
31208
|
+
|
|
31209
|
+
.E_o1ifxsq4 {
|
|
31210
|
+
display: flex;
|
|
31211
|
+
justify-content: space-between;
|
|
31212
|
+
height: 20px;
|
|
31213
|
+
line-height: 20px;
|
|
31191
31214
|
}
|
|
31192
|
-
.
|
|
31193
|
-
|
|
31215
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31216
|
+
color: #2d3a56;
|
|
31217
|
+
overflow: hidden;
|
|
31218
|
+
text-overflow: ellipsis;
|
|
31194
31219
|
}
|
|
31195
|
-
|
|
31196
|
-
|
|
31220
|
+
|
|
31221
|
+
.E_o1zue7 {
|
|
31222
|
+
display: flex;
|
|
31223
|
+
justify-content: space-between;
|
|
31224
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31225
|
+
height: 18px;
|
|
31226
|
+
line-height: 18px;
|
|
31227
|
+
margin-top: 2px;
|
|
31197
31228
|
}
|
|
31198
|
-
|
|
31199
|
-
|
|
31229
|
+
|
|
31230
|
+
.E_tyfmlxg {
|
|
31231
|
+
border: none;
|
|
31232
|
+
margin-right: 0;
|
|
31233
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31200
31234
|
}
|
|
31201
|
-
|
|
31202
|
-
|
|
31235
|
+
|
|
31236
|
+
.E_o18uybox {
|
|
31237
|
+
pointer-events: none;
|
|
31238
|
+
height: 32px;
|
|
31239
|
+
width: 100%;
|
|
31240
|
+
opacity: 0;
|
|
31203
31241
|
}
|
|
31204
|
-
|
|
31205
|
-
|
|
31242
|
+
|
|
31243
|
+
.E_s1dizucg.ant-switch {
|
|
31244
|
+
min-width: 40px;
|
|
31245
|
+
height: 24px;
|
|
31246
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31247
|
+
overflow: hidden;
|
|
31206
31248
|
}
|
|
31207
|
-
.
|
|
31208
|
-
|
|
31249
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31250
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31209
31251
|
}
|
|
31210
|
-
.
|
|
31211
|
-
|
|
31252
|
+
.E_s1dizucg.ant-switch-small {
|
|
31253
|
+
min-width: 26px;
|
|
31254
|
+
height: 16px;
|
|
31212
31255
|
}
|
|
31213
|
-
.
|
|
31214
|
-
|
|
31256
|
+
.E_s1dizucg.ant-switch-large {
|
|
31257
|
+
min-width: 52px;
|
|
31258
|
+
height: 32px;
|
|
31215
31259
|
}
|
|
31216
|
-
.
|
|
31217
|
-
|
|
31260
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31261
|
+
height: 20px;
|
|
31262
|
+
width: 20px;
|
|
31218
31263
|
}
|
|
31219
|
-
.
|
|
31220
|
-
|
|
31264
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31265
|
+
border-radius: 10px;
|
|
31266
|
+
transition-delay: 120ms;
|
|
31221
31267
|
}
|
|
31222
|
-
.
|
|
31223
|
-
|
|
31268
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31269
|
+
height: 14px;
|
|
31270
|
+
width: 14px;
|
|
31271
|
+
top: 1px;
|
|
31272
|
+
left: 1px;
|
|
31224
31273
|
}
|
|
31225
|
-
.
|
|
31226
|
-
|
|
31274
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31275
|
+
height: 28px;
|
|
31276
|
+
width: 28px;
|
|
31227
31277
|
}
|
|
31228
|
-
.
|
|
31229
|
-
|
|
31278
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31279
|
+
border-radius: 14px;
|
|
31230
31280
|
}
|
|
31231
|
-
.
|
|
31232
|
-
background-color:
|
|
31281
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31282
|
+
background-color: #00ba5d;
|
|
31233
31283
|
}
|
|
31234
|
-
.
|
|
31235
|
-
|
|
31284
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31285
|
+
left: calc(100% - 20px - 2px);
|
|
31236
31286
|
}
|
|
31237
|
-
.
|
|
31238
|
-
|
|
31287
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31288
|
+
left: calc(100% - 14px - 1px);
|
|
31289
|
+
}
|
|
31290
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31291
|
+
left: calc(100% - 28px - 2px);
|
|
31239
31292
|
}
|
|
31240
31293
|
|
|
31241
|
-
.
|
|
31242
|
-
|
|
31243
|
-
height: 8px;
|
|
31244
|
-
border-radius: 50%;
|
|
31245
|
-
display: inline-block;
|
|
31294
|
+
.E_c1up6e3y {
|
|
31295
|
+
margin-left: 5px;
|
|
31246
31296
|
}
|
|
31247
31297
|
|
|
31248
31298
|
.E_s1sck0th {
|
|
@@ -31327,63 +31377,192 @@ html body {
|
|
|
31327
31377
|
background-color: #7E41FF;
|
|
31328
31378
|
}
|
|
31329
31379
|
|
|
31330
|
-
.
|
|
31331
|
-
|
|
31332
|
-
height: 24px;
|
|
31333
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31334
|
-
overflow: hidden;
|
|
31380
|
+
.E_iq1gosr {
|
|
31381
|
+
display: inline-block;
|
|
31335
31382
|
}
|
|
31336
|
-
|
|
31337
|
-
|
|
31383
|
+
|
|
31384
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31385
|
+
display: none;
|
|
31338
31386
|
}
|
|
31339
|
-
.
|
|
31340
|
-
|
|
31341
|
-
|
|
31387
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31388
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31389
|
+
border-radius: 4px;
|
|
31342
31390
|
}
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31391
|
+
|
|
31392
|
+
.E_fzh9mnb {
|
|
31393
|
+
width: 100%;
|
|
31394
|
+
height: 100%;
|
|
31395
|
+
min-height: 124px;
|
|
31396
|
+
display: flex;
|
|
31397
|
+
flex-direction: column;
|
|
31398
|
+
justify-content: center;
|
|
31399
|
+
align-items: center;
|
|
31400
|
+
}
|
|
31401
|
+
.E_fzh9mnb .error-text {
|
|
31402
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31403
|
+
margin-bottom: 16px;
|
|
31404
|
+
font-size: 18px;
|
|
31405
|
+
}
|
|
31406
|
+
|
|
31407
|
+
.E_i1inqkme {
|
|
31408
|
+
height: 18px;
|
|
31409
|
+
line-height: 18px;
|
|
31410
|
+
padding: 0 4px;
|
|
31411
|
+
border-radius: 4px;
|
|
31412
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31413
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31414
|
+
display: flex;
|
|
31415
|
+
align-items: center;
|
|
31416
|
+
white-space: nowrap;
|
|
31417
|
+
margin-right: 4px;
|
|
31418
|
+
}
|
|
31419
|
+
|
|
31420
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31421
|
+
display: var(--ai7qkf2-0);
|
|
31422
|
+
}
|
|
31423
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31424
|
+
display: inline-flex;
|
|
31425
|
+
line-height: 1.5715;
|
|
31426
|
+
height: 100%;
|
|
31427
|
+
width: 100%;
|
|
31428
|
+
}
|
|
31429
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31430
|
+
content: var(--ai7qkf2-1);
|
|
31431
|
+
display: var(--ai7qkf2-2);
|
|
31432
|
+
flex: none;
|
|
31433
|
+
align-items: center;
|
|
31434
|
+
margin-left: 4px;
|
|
31435
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31436
|
+
}
|
|
31437
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31438
|
+
content: var(--ai7qkf2-3);
|
|
31439
|
+
display: var(--ai7qkf2-4);
|
|
31440
|
+
flex: none;
|
|
31441
|
+
align-items: center;
|
|
31442
|
+
margin-right: 4px;
|
|
31443
|
+
cursor: auto;
|
|
31444
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31445
|
+
}
|
|
31446
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31447
|
+
border-radius: 0;
|
|
31448
|
+
}
|
|
31449
|
+
.E_ai7qkf2.ant-input-number {
|
|
31450
|
+
width: 100%;
|
|
31451
|
+
border-radius: 6px;
|
|
31452
|
+
}
|
|
31453
|
+
.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 {
|
|
31454
|
+
border-color: #0096ff;
|
|
31455
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31456
|
+
z-index: 1;
|
|
31457
|
+
}
|
|
31458
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31459
|
+
border-color: #e75a3a;
|
|
31460
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31461
|
+
}
|
|
31462
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31463
|
+
height: 30px;
|
|
31464
|
+
border: 1px;
|
|
31465
|
+
padding: 5px 12px;
|
|
31466
|
+
font-size: inherit;
|
|
31467
|
+
}
|
|
31468
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31469
|
+
height: 38px;
|
|
31470
|
+
border: 1px;
|
|
31471
|
+
padding: 8px 16px;
|
|
31472
|
+
}
|
|
31473
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31474
|
+
height: 22px;
|
|
31475
|
+
border: 1px;
|
|
31476
|
+
padding: 2px 8px;
|
|
31477
|
+
}
|
|
31478
|
+
|
|
31479
|
+
.E_f7pxqmh {
|
|
31480
|
+
width: 100%;
|
|
31481
|
+
margin-bottom: 0 !important;
|
|
31482
|
+
flex-flow: nowrap !important;
|
|
31483
|
+
line-break: auto;
|
|
31484
|
+
}
|
|
31485
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31486
|
+
text-align: left !important;
|
|
31487
|
+
padding-bottom: 0 !important;
|
|
31488
|
+
}
|
|
31489
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31490
|
+
min-height: 32px;
|
|
31491
|
+
height: auto;
|
|
31492
|
+
font-size: 13px;
|
|
31493
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31494
|
+
white-space: normal;
|
|
31495
|
+
}
|
|
31496
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31497
|
+
border-color: #ff4d4f !important;
|
|
31498
|
+
}
|
|
31499
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31500
|
+
margin-top: 4px;
|
|
31501
|
+
font-size: 12px;
|
|
31502
|
+
min-height: 0px;
|
|
31503
|
+
}
|
|
31504
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31505
|
+
font-size: 12px;
|
|
31506
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31507
|
+
min-height: 0px;
|
|
31346
31508
|
}
|
|
31347
|
-
|
|
31348
|
-
|
|
31349
|
-
|
|
31509
|
+
|
|
31510
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31511
|
+
display: var(--a1wfy30z-0);
|
|
31350
31512
|
}
|
|
31351
|
-
.
|
|
31352
|
-
|
|
31353
|
-
|
|
31513
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31514
|
+
padding: 4px 11px;
|
|
31515
|
+
display: inline-flex;
|
|
31516
|
+
line-height: 1.5715;
|
|
31517
|
+
height: inherit;
|
|
31354
31518
|
}
|
|
31355
|
-
.
|
|
31356
|
-
|
|
31357
|
-
|
|
31358
|
-
|
|
31359
|
-
|
|
31519
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31520
|
+
content: var(--a1wfy30z-1);
|
|
31521
|
+
display: var(--a1wfy30z-2);
|
|
31522
|
+
flex: none;
|
|
31523
|
+
align-items: center;
|
|
31524
|
+
margin-left: 4px;
|
|
31360
31525
|
}
|
|
31361
|
-
.
|
|
31362
|
-
|
|
31363
|
-
|
|
31526
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31527
|
+
content: var(--a1wfy30z-3);
|
|
31528
|
+
display: var(--a1wfy30z-4);
|
|
31529
|
+
flex: none;
|
|
31530
|
+
align-items: center;
|
|
31531
|
+
margin-right: 4px;
|
|
31532
|
+
cursor: auto;
|
|
31364
31533
|
}
|
|
31365
|
-
.
|
|
31366
|
-
|
|
31534
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31535
|
+
padding: 0;
|
|
31536
|
+
margin: 0;
|
|
31537
|
+
height: auto;
|
|
31538
|
+
font-size: inherit;
|
|
31367
31539
|
}
|
|
31368
|
-
|
|
31369
|
-
|
|
31540
|
+
|
|
31541
|
+
.E_iouxfgt {
|
|
31542
|
+
display: inline-flex;
|
|
31543
|
+
align-items: center;
|
|
31370
31544
|
}
|
|
31371
|
-
.
|
|
31372
|
-
|
|
31545
|
+
.E_iouxfgt .icon-inner {
|
|
31546
|
+
display: inline-flex;
|
|
31547
|
+
align-items: center;
|
|
31548
|
+
justify-content: center;
|
|
31373
31549
|
}
|
|
31374
|
-
.
|
|
31375
|
-
|
|
31550
|
+
.E_iouxfgt .icon-inner + span,
|
|
31551
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31552
|
+
margin-left: 4px;
|
|
31376
31553
|
}
|
|
31377
|
-
.
|
|
31378
|
-
|
|
31554
|
+
.E_iouxfgt.is-rotate img,
|
|
31555
|
+
.E_iouxfgt.is-rotate svg {
|
|
31556
|
+
animation: rotate 680ms linear infinite;
|
|
31379
31557
|
}
|
|
31380
31558
|
|
|
31381
|
-
.
|
|
31382
|
-
|
|
31559
|
+
.E_owd0kml {
|
|
31560
|
+
display: inline-block;
|
|
31383
31561
|
}
|
|
31384
31562
|
|
|
31385
|
-
.
|
|
31386
|
-
|
|
31563
|
+
.E_h1jsgezc {
|
|
31564
|
+
visibility: hidden;
|
|
31565
|
+
position: absolute;
|
|
31387
31566
|
}
|
|
31388
31567
|
|
|
31389
31568
|
.E_cnujxq2 {
|
|
@@ -32071,18 +32250,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32071
32250
|
margin: 4px 0;
|
|
32072
32251
|
}
|
|
32073
32252
|
|
|
32074
|
-
.E_iq1gosr {
|
|
32075
|
-
display: inline-block;
|
|
32076
|
-
}
|
|
32077
|
-
|
|
32078
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32079
|
-
display: none;
|
|
32080
|
-
}
|
|
32081
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
32082
|
-
background: rgba(23, 38, 64, 0.8);
|
|
32083
|
-
border-radius: 4px;
|
|
32084
|
-
}
|
|
32085
|
-
|
|
32086
32253
|
.E_dsnbhzf {
|
|
32087
32254
|
font-family: Inter;
|
|
32088
32255
|
font-style: normal;
|
|
@@ -32520,209 +32687,42 @@ input.E_rf8rlle.ant-input {
|
|
|
32520
32687
|
font-weight: 500;
|
|
32521
32688
|
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32522
32689
|
font-size: 12px;
|
|
32523
|
-
line-height: 18px;
|
|
32524
|
-
}
|
|
32525
|
-
|
|
32526
|
-
.E_t10dv8p1 {
|
|
32527
|
-
font-family: Inter;
|
|
32528
|
-
font-style: normal;
|
|
32529
|
-
font-weight: normal;
|
|
32530
|
-
font-feature-settings: "zero" on;
|
|
32531
|
-
font-size: 12px;
|
|
32532
|
-
line-height: 18px;
|
|
32533
|
-
}
|
|
32534
|
-
|
|
32535
|
-
.E_tc2oqpq {
|
|
32536
|
-
font-family: Inter;
|
|
32537
|
-
font-style: normal;
|
|
32538
|
-
font-weight: 500;
|
|
32539
|
-
font-feature-settings: "zero" on;
|
|
32540
|
-
font-size: 12px;
|
|
32541
|
-
line-height: 18px;
|
|
32542
|
-
}
|
|
32543
|
-
|
|
32544
|
-
.E_tzvddmc {
|
|
32545
|
-
font-family: Inter;
|
|
32546
|
-
font-style: normal;
|
|
32547
|
-
font-weight: bold;
|
|
32548
|
-
font-feature-settings: "zero" on;
|
|
32549
|
-
font-size: 16px;
|
|
32550
|
-
line-height: 24px;
|
|
32551
|
-
}
|
|
32552
|
-
|
|
32553
|
-
.E_u18llj45 {
|
|
32554
|
-
font-family: Inter;
|
|
32555
|
-
font-style: normal;
|
|
32556
|
-
font-weight: normal;
|
|
32557
|
-
font-size: 10px;
|
|
32558
|
-
line-height: 12px;
|
|
32559
|
-
}
|
|
32560
|
-
|
|
32561
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32562
|
-
border-radius: 6px;
|
|
32563
|
-
}
|
|
32564
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
32565
|
-
width: 100%;
|
|
32566
|
-
color: #2d3a56;
|
|
32567
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32568
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32569
|
-
font-size: 13px;
|
|
32570
|
-
}
|
|
32571
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32572
|
-
height: 30px;
|
|
32573
|
-
}
|
|
32574
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32575
|
-
height: 38px;
|
|
32576
|
-
font-size: 13px;
|
|
32577
|
-
}
|
|
32578
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32579
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32580
|
-
transition: 160ms ease;
|
|
32581
|
-
}
|
|
32582
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32583
|
-
color: #0080ff;
|
|
32584
|
-
}
|
|
32585
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32586
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32587
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32588
|
-
}
|
|
32589
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32590
|
-
color: #0080ff;
|
|
32591
|
-
}
|
|
32592
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32593
|
-
border-color: #0080ff;
|
|
32594
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32595
|
-
}
|
|
32596
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32597
|
-
transform: rotate(180deg);
|
|
32598
|
-
}
|
|
32599
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32600
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32601
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32602
|
-
cursor: "not-allowed";
|
|
32603
|
-
}
|
|
32604
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32605
|
-
border-color: #f0483e !important;
|
|
32606
|
-
}
|
|
32607
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32608
|
-
color: #1d326c;
|
|
32609
|
-
}
|
|
32610
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32611
|
-
border-color: #0080ff;
|
|
32612
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32613
|
-
}
|
|
32614
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32615
|
-
transform: rotate(180deg);
|
|
32616
|
-
}
|
|
32617
|
-
|
|
32618
|
-
.E_s1dni7lo {
|
|
32619
|
-
width: 430px !important;
|
|
32620
|
-
}
|
|
32621
|
-
|
|
32622
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
32623
|
-
padding: 8px 16px;
|
|
32624
|
-
line-height: 18px;
|
|
32625
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32626
|
-
height: 34px;
|
|
32627
|
-
min-height: 34px;
|
|
32628
|
-
box-sizing: border-box;
|
|
32629
|
-
margin-top: 8px;
|
|
32630
|
-
}
|
|
32631
|
-
|
|
32632
|
-
.E_o1ugr09p {
|
|
32633
|
-
display: flex;
|
|
32634
|
-
flex-direction: column;
|
|
32635
|
-
margin: 1px 8px;
|
|
32636
|
-
padding: 8px;
|
|
32637
|
-
border-radius: 4px;
|
|
32638
|
-
}
|
|
32639
|
-
.E_o1ugr09p .selected-icon {
|
|
32640
|
-
display: none;
|
|
32641
|
-
}
|
|
32642
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32643
|
-
padding-left: 8px;
|
|
32644
|
-
}
|
|
32645
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32646
|
-
background-color: white;
|
|
32647
|
-
}
|
|
32648
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32649
|
-
color: #0080ff;
|
|
32650
|
-
}
|
|
32651
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32652
|
-
display: block;
|
|
32653
|
-
}
|
|
32654
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
32655
|
-
background: rgba(0, 136, 255, 0.16);
|
|
32656
|
-
}
|
|
32657
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32658
|
-
color: #0080ff;
|
|
32659
|
-
}
|
|
32660
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32661
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32662
|
-
color: #0080ff;
|
|
32663
|
-
}
|
|
32664
|
-
|
|
32665
|
-
.E_o1ifxsq4 {
|
|
32666
|
-
display: flex;
|
|
32667
|
-
justify-content: space-between;
|
|
32668
|
-
height: 20px;
|
|
32669
|
-
line-height: 20px;
|
|
32670
|
-
}
|
|
32671
|
-
.E_o1ifxsq4 .timezone-title {
|
|
32672
|
-
color: #2d3a56;
|
|
32673
|
-
overflow: hidden;
|
|
32674
|
-
text-overflow: ellipsis;
|
|
32675
|
-
}
|
|
32676
|
-
|
|
32677
|
-
.E_o1zue7 {
|
|
32678
|
-
display: flex;
|
|
32679
|
-
justify-content: space-between;
|
|
32680
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32681
|
-
height: 18px;
|
|
32682
|
-
line-height: 18px;
|
|
32683
|
-
margin-top: 2px;
|
|
32684
|
-
}
|
|
32685
|
-
|
|
32686
|
-
.E_tyfmlxg {
|
|
32687
|
-
border: none;
|
|
32688
|
-
margin-right: 0;
|
|
32689
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32690
|
+
line-height: 18px;
|
|
32690
32691
|
}
|
|
32691
32692
|
|
|
32692
|
-
.
|
|
32693
|
-
|
|
32694
|
-
|
|
32695
|
-
|
|
32696
|
-
|
|
32693
|
+
.E_t10dv8p1 {
|
|
32694
|
+
font-family: Inter;
|
|
32695
|
+
font-style: normal;
|
|
32696
|
+
font-weight: normal;
|
|
32697
|
+
font-feature-settings: "zero" on;
|
|
32698
|
+
font-size: 12px;
|
|
32699
|
+
line-height: 18px;
|
|
32697
32700
|
}
|
|
32698
32701
|
|
|
32699
|
-
.
|
|
32700
|
-
|
|
32701
|
-
|
|
32702
|
-
|
|
32703
|
-
|
|
32702
|
+
.E_tc2oqpq {
|
|
32703
|
+
font-family: Inter;
|
|
32704
|
+
font-style: normal;
|
|
32705
|
+
font-weight: 500;
|
|
32706
|
+
font-feature-settings: "zero" on;
|
|
32707
|
+
font-size: 12px;
|
|
32708
|
+
line-height: 18px;
|
|
32704
32709
|
}
|
|
32705
32710
|
|
|
32706
|
-
.
|
|
32707
|
-
|
|
32708
|
-
|
|
32709
|
-
|
|
32710
|
-
|
|
32711
|
-
|
|
32712
|
-
|
|
32713
|
-
padding-left: 0px !important;
|
|
32714
|
-
padding-right: 24px;
|
|
32715
|
-
}
|
|
32716
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32717
|
-
right: 0px;
|
|
32718
|
-
}
|
|
32719
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32720
|
-
padding: 0px;
|
|
32711
|
+
.E_tzvddmc {
|
|
32712
|
+
font-family: Inter;
|
|
32713
|
+
font-style: normal;
|
|
32714
|
+
font-weight: bold;
|
|
32715
|
+
font-feature-settings: "zero" on;
|
|
32716
|
+
font-size: 16px;
|
|
32717
|
+
line-height: 24px;
|
|
32721
32718
|
}
|
|
32722
32719
|
|
|
32723
|
-
.
|
|
32724
|
-
|
|
32725
|
-
|
|
32720
|
+
.E_u18llj45 {
|
|
32721
|
+
font-family: Inter;
|
|
32722
|
+
font-style: normal;
|
|
32723
|
+
font-weight: normal;
|
|
32724
|
+
font-size: 10px;
|
|
32725
|
+
line-height: 12px;
|
|
32726
32726
|
}
|
|
32727
32727
|
|
|
32728
32728
|
.E_h1ol2wl7 {
|
|
@@ -32731,6 +32731,35 @@ input.E_rf8rlle.ant-input {
|
|
|
32731
32731
|
padding: unset;
|
|
32732
32732
|
}
|
|
32733
32733
|
|
|
32734
|
+
.E_ryby9ds {
|
|
32735
|
+
display: flex;
|
|
32736
|
+
align-items: center;
|
|
32737
|
+
}
|
|
32738
|
+
.E_ryby9ds .order {
|
|
32739
|
+
height: 24px;
|
|
32740
|
+
width: 24px;
|
|
32741
|
+
border-radius: 20px;
|
|
32742
|
+
color: #0080ff;
|
|
32743
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32744
|
+
display: flex;
|
|
32745
|
+
align-items: center;
|
|
32746
|
+
justify-content: center;
|
|
32747
|
+
margin-right: 6px;
|
|
32748
|
+
}
|
|
32749
|
+
|
|
32750
|
+
.E_suhck3k {
|
|
32751
|
+
height: 24px;
|
|
32752
|
+
width: 24px;
|
|
32753
|
+
border-radius: 6px;
|
|
32754
|
+
padding: 4px;
|
|
32755
|
+
}
|
|
32756
|
+
.E_suhck3k:hover {
|
|
32757
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32758
|
+
}
|
|
32759
|
+
.E_suhck3k:hover svg path {
|
|
32760
|
+
fill: blue;
|
|
32761
|
+
}
|
|
32762
|
+
|
|
32734
32763
|
.E_drhfj7c .bottom {
|
|
32735
32764
|
color: rgba(44, 56, 82, 0.75);
|
|
32736
32765
|
}
|
|
@@ -32939,35 +32968,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32939
32968
|
font-size: 14px;
|
|
32940
32969
|
}
|
|
32941
32970
|
|
|
32942
|
-
.E_suhck3k {
|
|
32943
|
-
height: 24px;
|
|
32944
|
-
width: 24px;
|
|
32945
|
-
border-radius: 6px;
|
|
32946
|
-
padding: 4px;
|
|
32947
|
-
}
|
|
32948
|
-
.E_suhck3k:hover {
|
|
32949
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32950
|
-
}
|
|
32951
|
-
.E_suhck3k:hover svg path {
|
|
32952
|
-
fill: blue;
|
|
32953
|
-
}
|
|
32954
|
-
|
|
32955
|
-
.E_ryby9ds {
|
|
32956
|
-
display: flex;
|
|
32957
|
-
align-items: center;
|
|
32958
|
-
}
|
|
32959
|
-
.E_ryby9ds .order {
|
|
32960
|
-
height: 24px;
|
|
32961
|
-
width: 24px;
|
|
32962
|
-
border-radius: 20px;
|
|
32963
|
-
color: #0080ff;
|
|
32964
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32965
|
-
display: flex;
|
|
32966
|
-
align-items: center;
|
|
32967
|
-
justify-content: center;
|
|
32968
|
-
margin-right: 6px;
|
|
32969
|
-
}
|
|
32970
|
-
|
|
32971
32971
|
.E_c1kchka8 {
|
|
32972
32972
|
height: 100%;
|
|
32973
32973
|
width: 100%;
|
|
@@ -33445,21 +33445,65 @@ input.E_rf8rlle.ant-input {
|
|
|
33445
33445
|
padding: 0;
|
|
33446
33446
|
}
|
|
33447
33447
|
|
|
33448
|
-
.
|
|
33448
|
+
.E_c1kghdax {
|
|
33449
|
+
color: #2d3a56;
|
|
33450
|
+
padding: 7px 12px;
|
|
33449
33451
|
display: flex;
|
|
33450
|
-
align-items: center;
|
|
33451
33452
|
justify-content: space-between;
|
|
33452
|
-
|
|
33453
|
+
align-items: center;
|
|
33453
33454
|
}
|
|
33454
|
-
|
|
33455
|
-
|
|
33455
|
+
.E_c1kghdax.has-arrow {
|
|
33456
|
+
padding-left: 10px;
|
|
33457
|
+
}
|
|
33458
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33459
|
+
cursor: pointer;
|
|
33460
|
+
color: #00122e;
|
|
33461
|
+
}
|
|
33462
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33463
|
+
color: #2d3a56;
|
|
33464
|
+
font-weight: 600;
|
|
33465
|
+
}
|
|
33466
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33467
|
+
transform: rotate(90deg);
|
|
33468
|
+
}
|
|
33469
|
+
.E_c1kghdax .sub-info {
|
|
33470
|
+
font-size: 12px;
|
|
33471
|
+
line-height: 18px;
|
|
33472
|
+
}
|
|
33473
|
+
.E_c1kghdax .title-wrapper {
|
|
33456
33474
|
display: flex;
|
|
33457
|
-
|
|
33458
|
-
|
|
33459
|
-
|
|
33475
|
+
align-items: center;
|
|
33476
|
+
user-select: none;
|
|
33477
|
+
flex-grow: 1;
|
|
33478
|
+
font-size: 12px;
|
|
33479
|
+
line-height: 18px;
|
|
33480
|
+
color: #2d3a56;
|
|
33481
|
+
font-weight: 700;
|
|
33460
33482
|
}
|
|
33461
|
-
.
|
|
33462
|
-
|
|
33483
|
+
.E_c1kghdax .collapse-arrow {
|
|
33484
|
+
transition: all 50ms ease-out 0ms;
|
|
33485
|
+
margin-right: 2px;
|
|
33486
|
+
}
|
|
33487
|
+
|
|
33488
|
+
.E_c1yd35n {
|
|
33489
|
+
padding: 0 12px 14px 12px;
|
|
33490
|
+
}
|
|
33491
|
+
|
|
33492
|
+
.E_b14q2gmw {
|
|
33493
|
+
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);
|
|
33494
|
+
}
|
|
33495
|
+
|
|
33496
|
+
.E_c1eym6el {
|
|
33497
|
+
border-radius: 8px;
|
|
33498
|
+
background-color: white;
|
|
33499
|
+
}
|
|
33500
|
+
.E_c1eym6el.hoverable {
|
|
33501
|
+
cursor: pointer;
|
|
33502
|
+
}
|
|
33503
|
+
.E_c1eym6el.hoverable:hover {
|
|
33504
|
+
transition: all 200ms ease;
|
|
33505
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33506
|
+
transform: translateY(-4px);
|
|
33463
33507
|
}
|
|
33464
33508
|
|
|
33465
33509
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
@@ -33546,101 +33590,35 @@ input.E_rf8rlle.ant-input {
|
|
|
33546
33590
|
}
|
|
33547
33591
|
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33548
33592
|
display: inline-block;
|
|
33549
|
-
margin-left: 12px;
|
|
33550
|
-
color: #2d3a56;
|
|
33551
|
-
}
|
|
33552
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33553
|
-
margin-left: 28px;
|
|
33554
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33555
|
-
}
|
|
33556
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33557
|
-
margin-left: 8px;
|
|
33558
|
-
}
|
|
33559
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33560
|
-
margin-left: 24px;
|
|
33561
|
-
}
|
|
33562
|
-
|
|
33563
|
-
.E_c1yd35n {
|
|
33564
|
-
padding: 0 12px 14px 12px;
|
|
33565
|
-
}
|
|
33566
|
-
|
|
33567
|
-
.E_c1kghdax {
|
|
33568
|
-
color: #2d3a56;
|
|
33569
|
-
padding: 7px 12px;
|
|
33570
|
-
display: flex;
|
|
33571
|
-
justify-content: space-between;
|
|
33572
|
-
align-items: center;
|
|
33573
|
-
}
|
|
33574
|
-
.E_c1kghdax.has-arrow {
|
|
33575
|
-
padding-left: 10px;
|
|
33576
|
-
}
|
|
33577
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33578
|
-
cursor: pointer;
|
|
33579
|
-
color: #00122e;
|
|
33580
|
-
}
|
|
33581
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33582
|
-
color: #2d3a56;
|
|
33583
|
-
font-weight: 600;
|
|
33584
|
-
}
|
|
33585
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33586
|
-
transform: rotate(90deg);
|
|
33587
|
-
}
|
|
33588
|
-
.E_c1kghdax .sub-info {
|
|
33589
|
-
font-size: 12px;
|
|
33590
|
-
line-height: 18px;
|
|
33591
|
-
}
|
|
33592
|
-
.E_c1kghdax .title-wrapper {
|
|
33593
|
-
display: flex;
|
|
33594
|
-
align-items: center;
|
|
33595
|
-
user-select: none;
|
|
33596
|
-
flex-grow: 1;
|
|
33597
|
-
font-size: 12px;
|
|
33598
|
-
line-height: 18px;
|
|
33599
|
-
color: #2d3a56;
|
|
33600
|
-
font-weight: 700;
|
|
33601
|
-
}
|
|
33602
|
-
.E_c1kghdax .collapse-arrow {
|
|
33603
|
-
transition: all 50ms ease-out 0ms;
|
|
33604
|
-
margin-right: 2px;
|
|
33605
|
-
}
|
|
33606
|
-
|
|
33607
|
-
.E_b14q2gmw {
|
|
33608
|
-
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);
|
|
33609
|
-
}
|
|
33610
|
-
|
|
33611
|
-
.E_c1eym6el {
|
|
33612
|
-
border-radius: 8px;
|
|
33613
|
-
background-color: white;
|
|
33614
|
-
}
|
|
33615
|
-
.E_c1eym6el.hoverable {
|
|
33616
|
-
cursor: pointer;
|
|
33617
|
-
}
|
|
33618
|
-
.E_c1eym6el.hoverable:hover {
|
|
33619
|
-
transition: all 200ms ease;
|
|
33620
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33621
|
-
transform: translateY(-4px);
|
|
33622
|
-
}
|
|
33623
|
-
|
|
33624
|
-
.E_t1gvlxt5 {
|
|
33625
|
-
min-width: 0;
|
|
33626
|
-
flex: 1;
|
|
33593
|
+
margin-left: 12px;
|
|
33594
|
+
color: #2d3a56;
|
|
33627
33595
|
}
|
|
33628
|
-
.
|
|
33629
|
-
|
|
33596
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33597
|
+
margin-left: 28px;
|
|
33598
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33630
33599
|
}
|
|
33631
|
-
.
|
|
33632
|
-
|
|
33633
|
-
max-width: fit-content;
|
|
33600
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33601
|
+
margin-left: 8px;
|
|
33634
33602
|
}
|
|
33635
|
-
.
|
|
33636
|
-
|
|
33637
|
-
max-width: fit-content;
|
|
33603
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33604
|
+
margin-left: 24px;
|
|
33638
33605
|
}
|
|
33639
33606
|
|
|
33640
|
-
.
|
|
33607
|
+
.E_r77hffu {
|
|
33641
33608
|
display: flex;
|
|
33642
33609
|
align-items: center;
|
|
33643
|
-
|
|
33610
|
+
justify-content: space-between;
|
|
33611
|
+
column-gap: 6px;
|
|
33612
|
+
}
|
|
33613
|
+
|
|
33614
|
+
.E_p1cmxsf7 {
|
|
33615
|
+
display: flex;
|
|
33616
|
+
flex-direction: column;
|
|
33617
|
+
justify-content: center;
|
|
33618
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33619
|
+
}
|
|
33620
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33621
|
+
font-size: 0;
|
|
33644
33622
|
}
|
|
33645
33623
|
|
|
33646
33624
|
.E_lht19u8 {
|
|
@@ -33692,167 +33670,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33692
33670
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33693
33671
|
}
|
|
33694
33672
|
|
|
33695
|
-
.E_msn7nxt {
|
|
33696
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33697
|
-
text-align: center;
|
|
33698
|
-
display: flex;
|
|
33699
|
-
align-items: center;
|
|
33700
|
-
justify-content: center;
|
|
33701
|
-
flex-direction: column;
|
|
33702
|
-
height: 100%;
|
|
33703
|
-
}
|
|
33704
|
-
.E_msn7nxt .link {
|
|
33705
|
-
color: #0080ff;
|
|
33706
|
-
cursor: pointer;
|
|
33707
|
-
}
|
|
33708
|
-
|
|
33709
|
-
.E_mp64wfi {
|
|
33710
|
-
width: 100%;
|
|
33711
|
-
height: 100%;
|
|
33712
|
-
display: flex;
|
|
33713
|
-
flex-direction: column;
|
|
33714
|
-
}
|
|
33715
|
-
.E_mp64wfi .name-toolbar {
|
|
33716
|
-
width: 100%;
|
|
33717
|
-
display: flex;
|
|
33718
|
-
line-height: 30px;
|
|
33719
|
-
padding: 0 16px;
|
|
33720
|
-
justify-content: space-between;
|
|
33721
|
-
}
|
|
33722
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33723
|
-
display: flex;
|
|
33724
|
-
font-size: 12px;
|
|
33725
|
-
align-items: center;
|
|
33726
|
-
}
|
|
33727
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33728
|
-
color: #a3b4cc;
|
|
33729
|
-
}
|
|
33730
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33731
|
-
margin-left: 10px;
|
|
33732
|
-
}
|
|
33733
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33734
|
-
margin-left: 10px;
|
|
33735
|
-
cursor: pointer;
|
|
33736
|
-
}
|
|
33737
|
-
.E_mp64wfi .content {
|
|
33738
|
-
flex: 1;
|
|
33739
|
-
width: 100%;
|
|
33740
|
-
display: flex;
|
|
33741
|
-
justify-content: center;
|
|
33742
|
-
align-items: center;
|
|
33743
|
-
}
|
|
33744
|
-
.E_mp64wfi .single-content {
|
|
33745
|
-
height: 65px;
|
|
33746
|
-
}
|
|
33747
|
-
|
|
33748
|
-
.E_l1oyigan {
|
|
33749
|
-
display: flex;
|
|
33750
|
-
align-items: center;
|
|
33751
|
-
white-space: nowrap;
|
|
33752
|
-
overflow: hidden;
|
|
33753
|
-
width: 100%;
|
|
33754
|
-
}
|
|
33755
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
33756
|
-
margin-left: auto;
|
|
33757
|
-
font-size: 12px;
|
|
33758
|
-
}
|
|
33759
|
-
|
|
33760
|
-
.E_l1noi4n1 {
|
|
33761
|
-
display: flex;
|
|
33762
|
-
justify-content: flex-start;
|
|
33763
|
-
align-items: center;
|
|
33764
|
-
font-size: 12px;
|
|
33765
|
-
cursor: pointer;
|
|
33766
|
-
}
|
|
33767
|
-
.E_l1noi4n1:not(:last-child) {
|
|
33768
|
-
margin-right: 20px;
|
|
33769
|
-
}
|
|
33770
|
-
.E_l1noi4n1.deselected {
|
|
33771
|
-
opacity: 0.4;
|
|
33772
|
-
}
|
|
33773
|
-
.E_l1noi4n1.deselected .color-block {
|
|
33774
|
-
background: #b4beca !important;
|
|
33775
|
-
}
|
|
33776
|
-
|
|
33777
|
-
.E_cz19rz6 {
|
|
33778
|
-
display: inline-block;
|
|
33779
|
-
height: 8px;
|
|
33780
|
-
width: 8px;
|
|
33781
|
-
margin-right: 8px;
|
|
33782
|
-
}
|
|
33783
|
-
|
|
33784
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33785
|
-
display: flex;
|
|
33786
|
-
align-items: center;
|
|
33787
|
-
font-size: 12px;
|
|
33788
|
-
margin: 0;
|
|
33789
|
-
}
|
|
33790
|
-
|
|
33791
|
-
.E_m1y1hhnr {
|
|
33792
|
-
position: relative;
|
|
33793
|
-
}
|
|
33794
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33795
|
-
bottom: -12px;
|
|
33796
|
-
}
|
|
33797
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
33798
|
-
display: flex;
|
|
33799
|
-
justify-content: space-between;
|
|
33800
|
-
line-height: 30px;
|
|
33801
|
-
margin: 0 16px;
|
|
33802
|
-
}
|
|
33803
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33804
|
-
display: flex;
|
|
33805
|
-
font-size: 12px;
|
|
33806
|
-
align-items: center;
|
|
33807
|
-
}
|
|
33808
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33809
|
-
color: #a3b4cc;
|
|
33810
|
-
}
|
|
33811
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33812
|
-
margin-left: 10px;
|
|
33813
|
-
}
|
|
33814
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33815
|
-
margin-left: 10px;
|
|
33816
|
-
cursor: pointer;
|
|
33817
|
-
}
|
|
33818
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
33819
|
-
font-size: 12px;
|
|
33820
|
-
}
|
|
33821
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
33822
|
-
position: absolute;
|
|
33823
|
-
bottom: 10px;
|
|
33824
|
-
padding: 0 8px;
|
|
33825
|
-
border-radius: 4px;
|
|
33826
|
-
font-size: 12px;
|
|
33827
|
-
color: #fff;
|
|
33828
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33829
|
-
transform: translateX(-50%);
|
|
33830
|
-
}
|
|
33831
|
-
|
|
33832
|
-
.E_tnvijvs {
|
|
33833
|
-
min-width: 200px;
|
|
33834
|
-
}
|
|
33835
|
-
|
|
33836
|
-
.E_t1ub2aex {
|
|
33837
|
-
display: flex;
|
|
33838
|
-
align-items: center;
|
|
33839
|
-
justify-content: space-between;
|
|
33840
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33841
|
-
color: #b4beca;
|
|
33842
|
-
font-size: 12px;
|
|
33843
|
-
padding: 3px 6px;
|
|
33844
|
-
}
|
|
33845
|
-
.E_t1ub2aex:first-child {
|
|
33846
|
-
padding-top: 3px;
|
|
33847
|
-
}
|
|
33848
|
-
.E_t1ub2aex:last-child {
|
|
33849
|
-
padding-bottom: 3px;
|
|
33850
|
-
}
|
|
33851
|
-
.E_t1ub2aex .column-value {
|
|
33852
|
-
color: #fff;
|
|
33853
|
-
margin-left: 8px;
|
|
33854
|
-
}
|
|
33855
|
-
|
|
33856
33673
|
.E_w7ob4th.outside-tag {
|
|
33857
33674
|
padding-left: 0;
|
|
33858
33675
|
}
|
|
@@ -33891,11 +33708,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33891
33708
|
white-space: normal;
|
|
33892
33709
|
}
|
|
33893
33710
|
|
|
33894
|
-
.E_i1g85yz3 {
|
|
33895
|
-
margin-right: 4px;
|
|
33896
|
-
height: 16px;
|
|
33897
|
-
}
|
|
33898
|
-
|
|
33899
33711
|
.E_sjob3jg {
|
|
33900
33712
|
--item-min-width: 60px;
|
|
33901
33713
|
}
|
|
@@ -34265,73 +34077,23 @@ input.E_rf8rlle.ant-input {
|
|
|
34265
34077
|
margin-top: 8px;
|
|
34266
34078
|
}
|
|
34267
34079
|
.E_a138syjm button.ant-btn {
|
|
34268
|
-
padding: 2px 8px;
|
|
34269
|
-
height: 24px;
|
|
34270
|
-
}
|
|
34271
|
-
.E_a138syjm > span.maximum-desc {
|
|
34272
|
-
display: none;
|
|
34273
|
-
margin-left: 8px;
|
|
34274
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34275
|
-
}
|
|
34276
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
34277
|
-
display: inline;
|
|
34278
|
-
}
|
|
34279
|
-
|
|
34280
|
-
.E_d77i8u0 {
|
|
34281
|
-
width: 24px;
|
|
34282
|
-
height: 24px;
|
|
34283
|
-
padding: 4px;
|
|
34284
|
-
margin-right: 8px;
|
|
34285
|
-
}
|
|
34286
|
-
|
|
34287
|
-
button.E_l48ei06.ant-btn {
|
|
34288
|
-
font-size: 12px;
|
|
34289
|
-
line-height: 18px;
|
|
34290
|
-
height: 18px;
|
|
34291
|
-
}
|
|
34292
|
-
|
|
34293
|
-
button.E_l48ei06 {
|
|
34294
|
-
color: #0080FF;
|
|
34295
|
-
height: unset;
|
|
34296
|
-
}
|
|
34297
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
34298
|
-
margin-right: 4px;
|
|
34299
|
-
}
|
|
34300
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
34301
|
-
margin-left: 4px;
|
|
34302
|
-
}
|
|
34303
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34304
|
-
color: #009DFF;
|
|
34305
|
-
}
|
|
34306
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34307
|
-
color: #005ED1;
|
|
34308
|
-
}
|
|
34309
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34310
|
-
color: #0080FF;
|
|
34311
|
-
}
|
|
34312
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34313
|
-
color: #00122E;
|
|
34314
|
-
}
|
|
34315
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34316
|
-
color: #0080FF;
|
|
34317
|
-
}
|
|
34318
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34319
|
-
color: #005ED1;
|
|
34320
|
-
}
|
|
34321
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34322
|
-
color: #00122E;
|
|
34323
|
-
}
|
|
34324
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
34325
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34080
|
+
padding: 2px 8px;
|
|
34081
|
+
height: 24px;
|
|
34326
34082
|
}
|
|
34327
|
-
|
|
34328
|
-
|
|
34083
|
+
.E_a138syjm > span.maximum-desc {
|
|
34084
|
+
display: none;
|
|
34085
|
+
margin-left: 8px;
|
|
34086
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34329
34087
|
}
|
|
34330
|
-
|
|
34331
|
-
|
|
34088
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34089
|
+
display: inline;
|
|
34332
34090
|
}
|
|
34333
|
-
|
|
34334
|
-
|
|
34091
|
+
|
|
34092
|
+
.E_d77i8u0 {
|
|
34093
|
+
width: 24px;
|
|
34094
|
+
height: 24px;
|
|
34095
|
+
padding: 4px;
|
|
34096
|
+
margin-right: 8px;
|
|
34335
34097
|
}
|
|
34336
34098
|
|
|
34337
34099
|
.E_tc97u5y {
|
|
@@ -34552,154 +34314,392 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34552
34314
|
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34553
34315
|
border-radius: 8px;
|
|
34554
34316
|
}
|
|
34555
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34556
|
-
border-top-color: white;
|
|
34317
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34318
|
+
border-top-color: white;
|
|
34319
|
+
}
|
|
34320
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34321
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34322
|
+
border-bottom-color: transparent;
|
|
34323
|
+
border-top-color: transparent;
|
|
34324
|
+
}
|
|
34325
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34326
|
+
border-radius: 8px 0 0 8px;
|
|
34327
|
+
}
|
|
34328
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34329
|
+
border-radius: 0 8px 8px 0;
|
|
34330
|
+
}
|
|
34331
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34332
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34333
|
+
}
|
|
34334
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
34335
|
+
background: #fff;
|
|
34336
|
+
font-weight: 400;
|
|
34337
|
+
position: relative;
|
|
34338
|
+
border-bottom: none;
|
|
34339
|
+
color: #00122e;
|
|
34340
|
+
transition: none;
|
|
34341
|
+
padding: 15px 8px 15px 8px;
|
|
34342
|
+
}
|
|
34343
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34344
|
+
content: "";
|
|
34345
|
+
width: 1px;
|
|
34346
|
+
top: 0;
|
|
34347
|
+
bottom: 0;
|
|
34348
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34349
|
+
position: absolute;
|
|
34350
|
+
right: 0;
|
|
34351
|
+
}
|
|
34352
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
34353
|
+
padding: unset;
|
|
34354
|
+
}
|
|
34355
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34356
|
+
display: none;
|
|
34357
|
+
}
|
|
34358
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34359
|
+
width: 100%;
|
|
34360
|
+
overflow: hidden;
|
|
34361
|
+
white-space: nowrap;
|
|
34362
|
+
text-overflow: ellipsis;
|
|
34363
|
+
}
|
|
34364
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34365
|
+
overflow: hidden;
|
|
34366
|
+
text-overflow: ellipsis;
|
|
34367
|
+
flex: 1;
|
|
34368
|
+
}
|
|
34369
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34370
|
+
padding: 15px 25px 15px 8px;
|
|
34371
|
+
}
|
|
34372
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34373
|
+
padding: 0;
|
|
34374
|
+
}
|
|
34375
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34376
|
+
position: absolute;
|
|
34377
|
+
right: 6px;
|
|
34378
|
+
top: 50%;
|
|
34379
|
+
transform: translateY(-50%);
|
|
34380
|
+
height: 16px;
|
|
34381
|
+
display: none;
|
|
34382
|
+
transition: transform 320ms ease;
|
|
34383
|
+
}
|
|
34384
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34385
|
+
display: block;
|
|
34386
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34387
|
+
}
|
|
34388
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34389
|
+
display: block;
|
|
34390
|
+
}
|
|
34391
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34392
|
+
display: none;
|
|
34393
|
+
}
|
|
34394
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34395
|
+
transform: translateY(-50%);
|
|
34396
|
+
}
|
|
34397
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34398
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34399
|
+
}
|
|
34400
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34401
|
+
background: #f2f5fa;
|
|
34402
|
+
}
|
|
34403
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34404
|
+
display: block;
|
|
34405
|
+
}
|
|
34406
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
34407
|
+
padding-right: 25px;
|
|
34408
|
+
}
|
|
34409
|
+
.E_tfzf37v .ant-table .ant-table-selection-column {
|
|
34410
|
+
padding: 0 !important;
|
|
34411
|
+
}
|
|
34412
|
+
.E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34413
|
+
position: absolute;
|
|
34414
|
+
left: 50%;
|
|
34415
|
+
top: 50%;
|
|
34416
|
+
transform: translate(-50%, -50%);
|
|
34417
|
+
}
|
|
34418
|
+
.E_tfzf37v .ant-table .ant-table-selection-column:after {
|
|
34419
|
+
display: none;
|
|
34420
|
+
}
|
|
34421
|
+
.E_tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
34422
|
+
background: #fff;
|
|
34423
|
+
}
|
|
34424
|
+
.E_tfzf37v .ant-table .ant-table-placeholder {
|
|
34425
|
+
background: inherit;
|
|
34426
|
+
}
|
|
34427
|
+
.E_tfzf37v .ant-table .ant-table-placeholder td {
|
|
34428
|
+
position: static;
|
|
34429
|
+
border: none;
|
|
34430
|
+
background: inherit !important;
|
|
34431
|
+
height: 100px;
|
|
34432
|
+
vertical-align: middle;
|
|
34433
|
+
}
|
|
34434
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
34435
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34436
|
+
font-weight: bold;
|
|
34437
|
+
font-size: 20px;
|
|
34438
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34439
|
+
}
|
|
34440
|
+
.E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
|
|
34441
|
+
.E_tfzf37v .ant-table th.cell__action_ {
|
|
34442
|
+
z-index: 10;
|
|
34443
|
+
}
|
|
34444
|
+
.E_tfzf37v .ant-table td.cell__action_ {
|
|
34445
|
+
padding: 0 !important;
|
|
34446
|
+
position: relative;
|
|
34447
|
+
background: #fff;
|
|
34448
|
+
}
|
|
34449
|
+
.E_tfzf37v .ant-table td.cell__action_ > * {
|
|
34450
|
+
height: 100%;
|
|
34451
|
+
display: flex;
|
|
34452
|
+
align-items: center;
|
|
34453
|
+
justify-content: flex-end;
|
|
34454
|
+
padding-right: 8px;
|
|
34455
|
+
}
|
|
34456
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
34457
|
+
width: 24px;
|
|
34458
|
+
height: 24px;
|
|
34459
|
+
cursor: pointer;
|
|
34460
|
+
justify-content: center;
|
|
34461
|
+
border-radius: 4px;
|
|
34462
|
+
}
|
|
34463
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
34464
|
+
background: #fff;
|
|
34465
|
+
}
|
|
34466
|
+
|
|
34467
|
+
button.E_l48ei06.ant-btn {
|
|
34468
|
+
font-size: 12px;
|
|
34469
|
+
line-height: 18px;
|
|
34470
|
+
height: 18px;
|
|
34471
|
+
}
|
|
34472
|
+
|
|
34473
|
+
button.E_l48ei06 {
|
|
34474
|
+
color: #0080FF;
|
|
34475
|
+
height: unset;
|
|
34476
|
+
}
|
|
34477
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34478
|
+
margin-right: 4px;
|
|
34479
|
+
}
|
|
34480
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34481
|
+
margin-left: 4px;
|
|
34482
|
+
}
|
|
34483
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34484
|
+
color: #009DFF;
|
|
34485
|
+
}
|
|
34486
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34487
|
+
color: #005ED1;
|
|
34488
|
+
}
|
|
34489
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34490
|
+
color: #0080FF;
|
|
34491
|
+
}
|
|
34492
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34493
|
+
color: #00122E;
|
|
34494
|
+
}
|
|
34495
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34496
|
+
color: #0080FF;
|
|
34497
|
+
}
|
|
34498
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34499
|
+
color: #005ED1;
|
|
34500
|
+
}
|
|
34501
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34502
|
+
color: #00122E;
|
|
34503
|
+
}
|
|
34504
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34505
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34506
|
+
}
|
|
34507
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34508
|
+
color: #0080FF;
|
|
34509
|
+
}
|
|
34510
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34511
|
+
color: #005ED1;
|
|
34512
|
+
}
|
|
34513
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34514
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34515
|
+
}
|
|
34516
|
+
|
|
34517
|
+
.E_i1g85yz3 {
|
|
34518
|
+
margin-right: 4px;
|
|
34519
|
+
height: 16px;
|
|
34520
|
+
}
|
|
34521
|
+
|
|
34522
|
+
.E_t1gvlxt5 {
|
|
34523
|
+
min-width: 0;
|
|
34524
|
+
flex: 1;
|
|
34525
|
+
}
|
|
34526
|
+
.E_t1gvlxt5 .tag {
|
|
34527
|
+
flex: 0 0 auto;
|
|
34528
|
+
}
|
|
34529
|
+
.E_t1gvlxt5 .progress-title {
|
|
34530
|
+
flex: 2;
|
|
34531
|
+
max-width: fit-content;
|
|
34532
|
+
}
|
|
34533
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34534
|
+
flex: 1;
|
|
34535
|
+
max-width: fit-content;
|
|
34536
|
+
}
|
|
34537
|
+
|
|
34538
|
+
.E_a1ji6r68 {
|
|
34539
|
+
display: flex;
|
|
34540
|
+
align-items: center;
|
|
34541
|
+
column-gap: var(--a1ji6r68-0);
|
|
34542
|
+
}
|
|
34543
|
+
|
|
34544
|
+
.E_msn7nxt {
|
|
34545
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34546
|
+
text-align: center;
|
|
34547
|
+
display: flex;
|
|
34548
|
+
align-items: center;
|
|
34549
|
+
justify-content: center;
|
|
34550
|
+
flex-direction: column;
|
|
34551
|
+
height: 100%;
|
|
34552
|
+
}
|
|
34553
|
+
.E_msn7nxt .link {
|
|
34554
|
+
color: #0080ff;
|
|
34555
|
+
cursor: pointer;
|
|
34557
34556
|
}
|
|
34558
|
-
|
|
34559
|
-
|
|
34560
|
-
|
|
34561
|
-
|
|
34557
|
+
|
|
34558
|
+
.E_mp64wfi {
|
|
34559
|
+
width: 100%;
|
|
34560
|
+
height: 100%;
|
|
34561
|
+
display: flex;
|
|
34562
|
+
flex-direction: column;
|
|
34562
34563
|
}
|
|
34563
|
-
.
|
|
34564
|
-
|
|
34564
|
+
.E_mp64wfi .name-toolbar {
|
|
34565
|
+
width: 100%;
|
|
34566
|
+
display: flex;
|
|
34567
|
+
line-height: 30px;
|
|
34568
|
+
padding: 0 16px;
|
|
34569
|
+
justify-content: space-between;
|
|
34565
34570
|
}
|
|
34566
|
-
.
|
|
34567
|
-
|
|
34571
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34572
|
+
display: flex;
|
|
34573
|
+
font-size: 12px;
|
|
34574
|
+
align-items: center;
|
|
34568
34575
|
}
|
|
34569
|
-
.
|
|
34570
|
-
|
|
34576
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34577
|
+
color: #a3b4cc;
|
|
34571
34578
|
}
|
|
34572
|
-
.
|
|
34573
|
-
|
|
34574
|
-
font-weight: 400;
|
|
34575
|
-
position: relative;
|
|
34576
|
-
border-bottom: none;
|
|
34577
|
-
color: #00122e;
|
|
34578
|
-
transition: none;
|
|
34579
|
-
padding: 15px 8px 15px 8px;
|
|
34579
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34580
|
+
margin-left: 10px;
|
|
34580
34581
|
}
|
|
34581
|
-
.
|
|
34582
|
-
|
|
34583
|
-
|
|
34584
|
-
top: 0;
|
|
34585
|
-
bottom: 0;
|
|
34586
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34587
|
-
position: absolute;
|
|
34588
|
-
right: 0;
|
|
34582
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34583
|
+
margin-left: 10px;
|
|
34584
|
+
cursor: pointer;
|
|
34589
34585
|
}
|
|
34590
|
-
.
|
|
34591
|
-
|
|
34586
|
+
.E_mp64wfi .content {
|
|
34587
|
+
flex: 1;
|
|
34588
|
+
width: 100%;
|
|
34589
|
+
display: flex;
|
|
34590
|
+
justify-content: center;
|
|
34591
|
+
align-items: center;
|
|
34592
34592
|
}
|
|
34593
|
-
.
|
|
34594
|
-
|
|
34593
|
+
.E_mp64wfi .single-content {
|
|
34594
|
+
height: 65px;
|
|
34595
34595
|
}
|
|
34596
|
-
|
|
34597
|
-
|
|
34598
|
-
|
|
34596
|
+
|
|
34597
|
+
.E_l1oyigan {
|
|
34598
|
+
display: flex;
|
|
34599
|
+
align-items: center;
|
|
34599
34600
|
white-space: nowrap;
|
|
34600
|
-
text-overflow: ellipsis;
|
|
34601
|
-
}
|
|
34602
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34603
34601
|
overflow: hidden;
|
|
34604
|
-
|
|
34605
|
-
flex: 1;
|
|
34606
|
-
}
|
|
34607
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34608
|
-
padding: 15px 25px 15px 8px;
|
|
34609
|
-
}
|
|
34610
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34611
|
-
padding: 0;
|
|
34612
|
-
}
|
|
34613
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34614
|
-
position: absolute;
|
|
34615
|
-
right: 6px;
|
|
34616
|
-
top: 50%;
|
|
34617
|
-
transform: translateY(-50%);
|
|
34618
|
-
height: 16px;
|
|
34619
|
-
display: none;
|
|
34620
|
-
transition: transform 320ms ease;
|
|
34602
|
+
width: 100%;
|
|
34621
34603
|
}
|
|
34622
|
-
.
|
|
34623
|
-
|
|
34624
|
-
|
|
34604
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34605
|
+
margin-left: auto;
|
|
34606
|
+
font-size: 12px;
|
|
34625
34607
|
}
|
|
34626
|
-
|
|
34627
|
-
|
|
34608
|
+
|
|
34609
|
+
.E_l1noi4n1 {
|
|
34610
|
+
display: flex;
|
|
34611
|
+
justify-content: flex-start;
|
|
34612
|
+
align-items: center;
|
|
34613
|
+
font-size: 12px;
|
|
34614
|
+
cursor: pointer;
|
|
34628
34615
|
}
|
|
34629
|
-
.
|
|
34630
|
-
|
|
34616
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34617
|
+
margin-right: 20px;
|
|
34631
34618
|
}
|
|
34632
|
-
.
|
|
34633
|
-
|
|
34619
|
+
.E_l1noi4n1.deselected {
|
|
34620
|
+
opacity: 0.4;
|
|
34634
34621
|
}
|
|
34635
|
-
.
|
|
34636
|
-
|
|
34622
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34623
|
+
background: #b4beca !important;
|
|
34637
34624
|
}
|
|
34638
|
-
|
|
34639
|
-
|
|
34625
|
+
|
|
34626
|
+
.E_cz19rz6 {
|
|
34627
|
+
display: inline-block;
|
|
34628
|
+
height: 8px;
|
|
34629
|
+
width: 8px;
|
|
34630
|
+
margin-right: 8px;
|
|
34640
34631
|
}
|
|
34641
|
-
|
|
34642
|
-
|
|
34632
|
+
|
|
34633
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34634
|
+
display: flex;
|
|
34635
|
+
align-items: center;
|
|
34636
|
+
font-size: 12px;
|
|
34637
|
+
margin: 0;
|
|
34643
34638
|
}
|
|
34644
|
-
|
|
34645
|
-
|
|
34639
|
+
|
|
34640
|
+
.E_m1y1hhnr {
|
|
34641
|
+
position: relative;
|
|
34646
34642
|
}
|
|
34647
|
-
.
|
|
34648
|
-
|
|
34643
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34644
|
+
bottom: -12px;
|
|
34649
34645
|
}
|
|
34650
|
-
.
|
|
34651
|
-
|
|
34652
|
-
|
|
34653
|
-
|
|
34654
|
-
|
|
34646
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34647
|
+
display: flex;
|
|
34648
|
+
justify-content: space-between;
|
|
34649
|
+
line-height: 30px;
|
|
34650
|
+
margin: 0 16px;
|
|
34655
34651
|
}
|
|
34656
|
-
.
|
|
34657
|
-
display:
|
|
34652
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34653
|
+
display: flex;
|
|
34654
|
+
font-size: 12px;
|
|
34655
|
+
align-items: center;
|
|
34658
34656
|
}
|
|
34659
|
-
.
|
|
34660
|
-
|
|
34657
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34658
|
+
color: #a3b4cc;
|
|
34661
34659
|
}
|
|
34662
|
-
.
|
|
34663
|
-
|
|
34660
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34661
|
+
margin-left: 10px;
|
|
34664
34662
|
}
|
|
34665
|
-
.
|
|
34666
|
-
|
|
34667
|
-
|
|
34668
|
-
background: inherit !important;
|
|
34669
|
-
height: 100px;
|
|
34670
|
-
vertical-align: middle;
|
|
34663
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34664
|
+
margin-left: 10px;
|
|
34665
|
+
cursor: pointer;
|
|
34671
34666
|
}
|
|
34672
|
-
.
|
|
34673
|
-
|
|
34674
|
-
font-weight: bold;
|
|
34675
|
-
font-size: 20px;
|
|
34676
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34667
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34668
|
+
font-size: 12px;
|
|
34677
34669
|
}
|
|
34678
|
-
.
|
|
34679
|
-
|
|
34680
|
-
|
|
34670
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34671
|
+
position: absolute;
|
|
34672
|
+
bottom: 10px;
|
|
34673
|
+
padding: 0 8px;
|
|
34674
|
+
border-radius: 4px;
|
|
34675
|
+
font-size: 12px;
|
|
34676
|
+
color: #fff;
|
|
34677
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34678
|
+
transform: translateX(-50%);
|
|
34681
34679
|
}
|
|
34682
|
-
|
|
34683
|
-
|
|
34684
|
-
|
|
34685
|
-
background: #fff;
|
|
34680
|
+
|
|
34681
|
+
.E_tnvijvs {
|
|
34682
|
+
min-width: 200px;
|
|
34686
34683
|
}
|
|
34687
|
-
|
|
34688
|
-
|
|
34684
|
+
|
|
34685
|
+
.E_t1ub2aex {
|
|
34689
34686
|
display: flex;
|
|
34690
34687
|
align-items: center;
|
|
34691
|
-
justify-content:
|
|
34692
|
-
|
|
34688
|
+
justify-content: space-between;
|
|
34689
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34690
|
+
color: #b4beca;
|
|
34691
|
+
font-size: 12px;
|
|
34692
|
+
padding: 3px 6px;
|
|
34693
34693
|
}
|
|
34694
|
-
.
|
|
34695
|
-
|
|
34696
|
-
height: 24px;
|
|
34697
|
-
cursor: pointer;
|
|
34698
|
-
justify-content: center;
|
|
34699
|
-
border-radius: 4px;
|
|
34694
|
+
.E_t1ub2aex:first-child {
|
|
34695
|
+
padding-top: 3px;
|
|
34700
34696
|
}
|
|
34701
|
-
.
|
|
34702
|
-
|
|
34697
|
+
.E_t1ub2aex:last-child {
|
|
34698
|
+
padding-bottom: 3px;
|
|
34699
|
+
}
|
|
34700
|
+
.E_t1ub2aex .column-value {
|
|
34701
|
+
color: #fff;
|
|
34702
|
+
margin-left: 8px;
|
|
34703
34703
|
}
|
|
34704
34704
|
|
|
34705
34705
|
.E_t13ef470 {
|
|
@@ -34751,6 +34751,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34751
34751
|
display: block;
|
|
34752
34752
|
}
|
|
34753
34753
|
|
|
34754
|
+
.E_i14c7jc8 {
|
|
34755
|
+
color: var(--i14c7jc8-0);
|
|
34756
|
+
}
|
|
34757
|
+
|
|
34758
|
+
.E_i1ibuolf {
|
|
34759
|
+
display: flex;
|
|
34760
|
+
align-items: center;
|
|
34761
|
+
column-gap: 4px;
|
|
34762
|
+
font-size: 12px;
|
|
34763
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34764
|
+
}
|
|
34765
|
+
|
|
34754
34766
|
.E_d1u4ndxc {
|
|
34755
34767
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34756
34768
|
font-size: 12px;
|
|
@@ -34780,16 +34792,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34780
34792
|
to {
|
|
34781
34793
|
transform: translateX(100%);
|
|
34782
34794
|
}
|
|
34783
|
-
}
|
|
34784
|
-
|
|
34785
|
-
.E_i14c7jc8 {
|
|
34786
|
-
color: var(--i14c7jc8-0);
|
|
34787
|
-
}
|
|
34788
|
-
|
|
34789
|
-
.E_i1ibuolf {
|
|
34790
|
-
display: flex;
|
|
34791
|
-
align-items: center;
|
|
34792
|
-
column-gap: 4px;
|
|
34793
|
-
font-size: 12px;
|
|
34794
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34795
34795
|
}
|