@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/components.css
CHANGED
|
@@ -29572,10 +29572,192 @@ html body {
|
|
|
29572
29572
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29573
29573
|
}
|
|
29574
29574
|
}
|
|
29575
|
+
.E_s1ebs0ra {
|
|
29576
|
+
display: flex;
|
|
29577
|
+
align-items: center;
|
|
29578
|
+
justify-content: space-between;
|
|
29579
|
+
background: #edf0f7;
|
|
29580
|
+
padding: 8px 12px;
|
|
29581
|
+
position: sticky;
|
|
29582
|
+
top: 0;
|
|
29583
|
+
z-index: 1;
|
|
29584
|
+
margin-bottom: -52px;
|
|
29585
|
+
}
|
|
29586
|
+
|
|
29587
|
+
.E_s1ebs0ra .select-total {
|
|
29588
|
+
display: flex;
|
|
29589
|
+
align-items: center;
|
|
29590
|
+
font-weight: 700;
|
|
29591
|
+
flex-shrink: 0;
|
|
29592
|
+
}
|
|
29593
|
+
|
|
29594
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29595
|
+
cursor: pointer;
|
|
29596
|
+
margin-left: 8px;
|
|
29597
|
+
width: 32px;
|
|
29598
|
+
height: 32px;
|
|
29599
|
+
border-radius: 50%;
|
|
29600
|
+
justify-content: center;
|
|
29601
|
+
}
|
|
29602
|
+
|
|
29603
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29604
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29605
|
+
}
|
|
29606
|
+
|
|
29607
|
+
.E_s1ebs0ra .action-group {
|
|
29608
|
+
flex: 1;
|
|
29609
|
+
margin-left: 88px;
|
|
29610
|
+
white-space: nowrap;
|
|
29611
|
+
text-align: right;
|
|
29612
|
+
position: relative;
|
|
29613
|
+
padding: 4px 0;
|
|
29614
|
+
margin-top: -4px;
|
|
29615
|
+
overflow: hidden;
|
|
29616
|
+
}
|
|
29617
|
+
|
|
29618
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29619
|
+
transform: translateY(-4px);
|
|
29620
|
+
}
|
|
29621
|
+
|
|
29622
|
+
.E_s1ebs0ra .action-group button {
|
|
29623
|
+
border: none;
|
|
29624
|
+
}
|
|
29625
|
+
|
|
29626
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29627
|
+
margin-right: 8px;
|
|
29628
|
+
}
|
|
29629
|
+
|
|
29630
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29631
|
+
margin-right: 4px;
|
|
29632
|
+
}
|
|
29633
|
+
|
|
29634
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29635
|
+
cursor: pointer;
|
|
29636
|
+
width: 32px;
|
|
29637
|
+
height: 32px;
|
|
29638
|
+
justify-content: center;
|
|
29639
|
+
border-radius: 50%;
|
|
29640
|
+
}
|
|
29641
|
+
|
|
29642
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29643
|
+
background: #fff;
|
|
29644
|
+
}
|
|
29645
|
+
|
|
29646
|
+
.E_c18bcrac {
|
|
29647
|
+
display: inline-block;
|
|
29648
|
+
width: 100%;
|
|
29649
|
+
}
|
|
29650
|
+
|
|
29651
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29652
|
+
margin-left: 4px;
|
|
29653
|
+
}
|
|
29654
|
+
|
|
29655
|
+
.E_cro7kg2 {
|
|
29656
|
+
padding: 4px;
|
|
29657
|
+
}
|
|
29658
|
+
|
|
29659
|
+
.E_c14wcxf0 {
|
|
29660
|
+
display: flex;
|
|
29661
|
+
justify-content: space-between;
|
|
29662
|
+
align-items: center;
|
|
29663
|
+
font-size: 13px;
|
|
29664
|
+
line-height: 24px;
|
|
29665
|
+
color: #cccccc;
|
|
29666
|
+
white-space: nowrap;
|
|
29667
|
+
}
|
|
29668
|
+
|
|
29669
|
+
.E_c14wcxf0 label {
|
|
29670
|
+
margin-right: 32px;
|
|
29671
|
+
}
|
|
29672
|
+
|
|
29673
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29674
|
+
font-weight: bold;
|
|
29675
|
+
color: white;
|
|
29676
|
+
}
|
|
29677
|
+
|
|
29678
|
+
.E_s11212zy {
|
|
29679
|
+
width: 8px;
|
|
29680
|
+
height: 8px;
|
|
29681
|
+
border-radius: 2px;
|
|
29682
|
+
display: inline-block;
|
|
29683
|
+
background: var(--s11212zy-0);
|
|
29684
|
+
border: 1px solid #fff;
|
|
29685
|
+
box-sizing: content-box;
|
|
29686
|
+
margin-right: 6px;
|
|
29687
|
+
}
|
|
29688
|
+
|
|
29689
|
+
.E_p1lyky6c > :first-child {
|
|
29690
|
+
font-weight: bold;
|
|
29691
|
+
color: white;
|
|
29692
|
+
margin-right: 4px;
|
|
29693
|
+
}
|
|
29694
|
+
|
|
29695
|
+
.E_gmyahx3 {
|
|
29696
|
+
cursor: pointer;
|
|
29697
|
+
}
|
|
29698
|
+
|
|
29699
|
+
.E_gmyahx3 .link-text {
|
|
29700
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29701
|
+
}
|
|
29702
|
+
|
|
29703
|
+
.E_gmyahx3:hover .link-text {
|
|
29704
|
+
color: #0080ff;
|
|
29705
|
+
}
|
|
29706
|
+
|
|
29707
|
+
.E_n12mqh7z {
|
|
29708
|
+
display: flex;
|
|
29709
|
+
align-items: center;
|
|
29710
|
+
font-size: 12px;
|
|
29711
|
+
line-height: 18px;
|
|
29712
|
+
}
|
|
29713
|
+
|
|
29714
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29715
|
+
margin-bottom: 4px;
|
|
29716
|
+
}
|
|
29717
|
+
|
|
29718
|
+
.E_tf5bynu {
|
|
29719
|
+
margin: 0 3px;
|
|
29720
|
+
}
|
|
29721
|
+
|
|
29722
|
+
.E_tcckoz1 {
|
|
29723
|
+
max-height: 400px;
|
|
29724
|
+
overflow: auto;
|
|
29725
|
+
}
|
|
29726
|
+
|
|
29727
|
+
.E_skwah65 {
|
|
29728
|
+
height: 8px;
|
|
29729
|
+
box-sizing: border-box;
|
|
29730
|
+
border-radius: 2px;
|
|
29731
|
+
background: #f5f7fa;
|
|
29732
|
+
display: flex;
|
|
29733
|
+
width: 100%;
|
|
29734
|
+
overflow: hidden;
|
|
29735
|
+
}
|
|
29736
|
+
|
|
29737
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29738
|
+
margin-left: 1px;
|
|
29739
|
+
}
|
|
29740
|
+
|
|
29575
29741
|
.E_tqjc4ui {
|
|
29576
29742
|
margin: 0 2px;
|
|
29577
29743
|
}
|
|
29578
29744
|
|
|
29745
|
+
.E_ou7iq30 {
|
|
29746
|
+
overflow: hidden;
|
|
29747
|
+
text-overflow: ellipsis;
|
|
29748
|
+
}
|
|
29749
|
+
|
|
29750
|
+
.E_s1tui002 {
|
|
29751
|
+
white-space: nowrap;
|
|
29752
|
+
}
|
|
29753
|
+
|
|
29754
|
+
.E_mxrc2zg {
|
|
29755
|
+
display: -webkit-box;
|
|
29756
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29757
|
+
-webkit-box-orient: vertical;
|
|
29758
|
+
word-break: break-all;
|
|
29759
|
+
}
|
|
29760
|
+
|
|
29579
29761
|
.E_t1sqg15u {
|
|
29580
29762
|
background: white;
|
|
29581
29763
|
}
|
|
@@ -29682,38 +29864,13 @@ html body {
|
|
|
29682
29864
|
padding-right: 12px;
|
|
29683
29865
|
}
|
|
29684
29866
|
|
|
29685
|
-
.
|
|
29867
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29686
29868
|
display: flex;
|
|
29687
29869
|
align-items: center;
|
|
29688
|
-
font-size: 12px;
|
|
29689
|
-
line-height: 18px;
|
|
29690
|
-
}
|
|
29691
|
-
|
|
29692
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29693
|
-
margin-bottom: 4px;
|
|
29694
|
-
}
|
|
29695
|
-
|
|
29696
|
-
.E_tf5bynu {
|
|
29697
|
-
margin: 0 3px;
|
|
29698
|
-
}
|
|
29699
|
-
|
|
29700
|
-
.E_tcckoz1 {
|
|
29701
|
-
max-height: 400px;
|
|
29702
|
-
overflow: "auto";
|
|
29703
|
-
}
|
|
29704
|
-
|
|
29705
|
-
.E_skwah65 {
|
|
29706
|
-
height: 8px;
|
|
29707
|
-
box-sizing: border-box;
|
|
29708
|
-
border-radius: 2px;
|
|
29709
|
-
background: #f5f7fa;
|
|
29710
|
-
display: flex;
|
|
29711
|
-
width: 100%;
|
|
29712
|
-
overflow: hidden;
|
|
29713
29870
|
}
|
|
29714
29871
|
|
|
29715
|
-
.
|
|
29716
|
-
margin-
|
|
29872
|
+
.E_s1iv0tp1 .enabled-text {
|
|
29873
|
+
margin-right: 8px;
|
|
29717
29874
|
}
|
|
29718
29875
|
|
|
29719
29876
|
.E_clm1wy1 {
|
|
@@ -29825,188 +29982,31 @@ html body {
|
|
|
29825
29982
|
border-radius: 2px;
|
|
29826
29983
|
}
|
|
29827
29984
|
|
|
29828
|
-
.
|
|
29829
|
-
|
|
29985
|
+
.E_c1up1pdz {
|
|
29986
|
+
width: 648px;
|
|
29830
29987
|
}
|
|
29831
29988
|
|
|
29832
|
-
.
|
|
29833
|
-
color:
|
|
29989
|
+
.E_c1up1pdz.active {
|
|
29990
|
+
border-color: #0080ff;
|
|
29834
29991
|
}
|
|
29835
29992
|
|
|
29836
|
-
.
|
|
29837
|
-
|
|
29993
|
+
.E_c1up1pdz.active > header {
|
|
29994
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29838
29995
|
}
|
|
29839
29996
|
|
|
29840
|
-
.
|
|
29841
|
-
|
|
29842
|
-
align-items: center;
|
|
29843
|
-
justify-content: space-between;
|
|
29844
|
-
background: #edf0f7;
|
|
29845
|
-
padding: 8px 12px;
|
|
29846
|
-
position: sticky;
|
|
29847
|
-
top: 0;
|
|
29848
|
-
z-index: 1;
|
|
29849
|
-
margin-bottom: -52px;
|
|
29997
|
+
.E_c1up1pdz .expand {
|
|
29998
|
+
padding: 12px;
|
|
29850
29999
|
}
|
|
29851
30000
|
|
|
29852
|
-
.
|
|
30001
|
+
.E_c1up1pdz .field-item {
|
|
29853
30002
|
display: flex;
|
|
29854
|
-
|
|
29855
|
-
|
|
29856
|
-
flex-shrink: 0;
|
|
30003
|
+
padding: 10px 0;
|
|
30004
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29857
30005
|
}
|
|
29858
30006
|
|
|
29859
|
-
.
|
|
29860
|
-
|
|
29861
|
-
|
|
29862
|
-
width: 32px;
|
|
29863
|
-
height: 32px;
|
|
29864
|
-
border-radius: 50%;
|
|
29865
|
-
justify-content: center;
|
|
29866
|
-
}
|
|
29867
|
-
|
|
29868
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29869
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29870
|
-
}
|
|
29871
|
-
|
|
29872
|
-
.E_s1ebs0ra .action-group {
|
|
29873
|
-
flex: 1;
|
|
29874
|
-
margin-left: 88px;
|
|
29875
|
-
white-space: nowrap;
|
|
29876
|
-
text-align: right;
|
|
29877
|
-
position: relative;
|
|
29878
|
-
padding: 4px 0;
|
|
29879
|
-
margin-top: -4px;
|
|
29880
|
-
overflow: hidden;
|
|
29881
|
-
}
|
|
29882
|
-
|
|
29883
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29884
|
-
transform: translateY(-4px);
|
|
29885
|
-
}
|
|
29886
|
-
|
|
29887
|
-
.E_s1ebs0ra .action-group button {
|
|
29888
|
-
border: none;
|
|
29889
|
-
}
|
|
29890
|
-
|
|
29891
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29892
|
-
margin-right: 8px;
|
|
29893
|
-
}
|
|
29894
|
-
|
|
29895
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29896
|
-
margin-right: 4px;
|
|
29897
|
-
}
|
|
29898
|
-
|
|
29899
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29900
|
-
cursor: pointer;
|
|
29901
|
-
width: 32px;
|
|
29902
|
-
height: 32px;
|
|
29903
|
-
justify-content: center;
|
|
29904
|
-
border-radius: 50%;
|
|
29905
|
-
}
|
|
29906
|
-
|
|
29907
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29908
|
-
background: #fff;
|
|
29909
|
-
}
|
|
29910
|
-
|
|
29911
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
29912
|
-
display: flex;
|
|
29913
|
-
align-items: center;
|
|
29914
|
-
}
|
|
29915
|
-
|
|
29916
|
-
.E_s1iv0tp1 .enabled-text {
|
|
29917
|
-
margin-right: 8px;
|
|
29918
|
-
}
|
|
29919
|
-
|
|
29920
|
-
.E_c18bcrac {
|
|
29921
|
-
display: inline-block;
|
|
29922
|
-
width: 100%;
|
|
29923
|
-
}
|
|
29924
|
-
|
|
29925
|
-
.E_c18bcrac .recharts-wrapper {
|
|
29926
|
-
margin-left: 4px;
|
|
29927
|
-
}
|
|
29928
|
-
|
|
29929
|
-
.E_cro7kg2 {
|
|
29930
|
-
padding: 4px;
|
|
29931
|
-
}
|
|
29932
|
-
|
|
29933
|
-
.E_c14wcxf0 {
|
|
29934
|
-
display: flex;
|
|
29935
|
-
justify-content: space-between;
|
|
29936
|
-
align-items: center;
|
|
29937
|
-
font-size: 13px;
|
|
29938
|
-
line-height: 24px;
|
|
29939
|
-
color: #cccccc;
|
|
29940
|
-
white-space: nowrap;
|
|
29941
|
-
}
|
|
29942
|
-
|
|
29943
|
-
.E_c14wcxf0 label {
|
|
29944
|
-
margin-right: 32px;
|
|
29945
|
-
}
|
|
29946
|
-
|
|
29947
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
29948
|
-
font-weight: bold;
|
|
29949
|
-
color: white;
|
|
29950
|
-
}
|
|
29951
|
-
|
|
29952
|
-
.E_s11212zy {
|
|
29953
|
-
width: 8px;
|
|
29954
|
-
height: 8px;
|
|
29955
|
-
border-radius: 2px;
|
|
29956
|
-
display: inline-block;
|
|
29957
|
-
background: var(--s11212zy-0);
|
|
29958
|
-
border: 1px solid #fff;
|
|
29959
|
-
box-sizing: content-box;
|
|
29960
|
-
margin-right: 6px;
|
|
29961
|
-
}
|
|
29962
|
-
|
|
29963
|
-
.E_p1lyky6c > :first-child {
|
|
29964
|
-
font-weight: bold;
|
|
29965
|
-
color: white;
|
|
29966
|
-
margin-right: 4px;
|
|
29967
|
-
}
|
|
29968
|
-
|
|
29969
|
-
.E_ou7iq30 {
|
|
29970
|
-
overflow: hidden;
|
|
29971
|
-
text-overflow: ellipsis;
|
|
29972
|
-
}
|
|
29973
|
-
|
|
29974
|
-
.E_s1tui002 {
|
|
29975
|
-
white-space: nowrap;
|
|
29976
|
-
}
|
|
29977
|
-
|
|
29978
|
-
.E_mxrc2zg {
|
|
29979
|
-
display: -webkit-box;
|
|
29980
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29981
|
-
-webkit-box-orient: vertical;
|
|
29982
|
-
word-break: break-all;
|
|
29983
|
-
}
|
|
29984
|
-
|
|
29985
|
-
.E_c1up1pdz {
|
|
29986
|
-
width: 648px;
|
|
29987
|
-
}
|
|
29988
|
-
|
|
29989
|
-
.E_c1up1pdz.active {
|
|
29990
|
-
border-color: #0080ff;
|
|
29991
|
-
}
|
|
29992
|
-
|
|
29993
|
-
.E_c1up1pdz.active > header {
|
|
29994
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29995
|
-
}
|
|
29996
|
-
|
|
29997
|
-
.E_c1up1pdz .expand {
|
|
29998
|
-
padding: 12px;
|
|
29999
|
-
}
|
|
30000
|
-
|
|
30001
|
-
.E_c1up1pdz .field-item {
|
|
30002
|
-
display: flex;
|
|
30003
|
-
padding: 10px 0;
|
|
30004
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30005
|
-
}
|
|
30006
|
-
|
|
30007
|
-
.E_c1up1pdz .field-item:last-child {
|
|
30008
|
-
border-bottom: none;
|
|
30009
|
-
padding-bottom: 0;
|
|
30007
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30008
|
+
border-bottom: none;
|
|
30009
|
+
padding-bottom: 0;
|
|
30010
30010
|
}
|
|
30011
30011
|
|
|
30012
30012
|
.E_c1up1pdz .field-item label {
|
|
@@ -30148,1037 +30148,839 @@ html body {
|
|
|
30148
30148
|
color: #fff;
|
|
30149
30149
|
}
|
|
30150
30150
|
|
|
30151
|
-
.
|
|
30151
|
+
.E_m74vjol {
|
|
30152
30152
|
display: flex;
|
|
30153
|
-
|
|
30154
|
-
|
|
30155
|
-
/* FIXME:(yanzhen) do this better */
|
|
30153
|
+
justify-content: space-between;
|
|
30154
|
+
width: 100%;
|
|
30156
30155
|
}
|
|
30157
30156
|
|
|
30158
|
-
.
|
|
30159
|
-
|
|
30160
|
-
display: flex;
|
|
30161
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30157
|
+
.E_m74vjol .action {
|
|
30158
|
+
margin-left: 16px;
|
|
30162
30159
|
}
|
|
30163
30160
|
|
|
30164
|
-
.
|
|
30165
|
-
|
|
30161
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30162
|
+
width: 100%;
|
|
30166
30163
|
}
|
|
30167
30164
|
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30170
|
-
|
|
30171
|
-
|
|
30172
|
-
height: 24px;
|
|
30173
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30174
|
-
border-radius: 4px 4px 0 0;
|
|
30175
|
-
cursor: pointer;
|
|
30176
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30165
|
+
.E_wg1tsps {
|
|
30166
|
+
display: flex;
|
|
30167
|
+
align-items: center;
|
|
30168
|
+
justify-content: flex-end;
|
|
30177
30169
|
}
|
|
30178
30170
|
|
|
30179
|
-
.
|
|
30180
|
-
|
|
30171
|
+
.E_b1ctd5xy {
|
|
30172
|
+
display: flex;
|
|
30173
|
+
align-items: center;
|
|
30174
|
+
width: calc(100% - 40px);
|
|
30181
30175
|
}
|
|
30182
30176
|
|
|
30183
|
-
.
|
|
30184
|
-
|
|
30177
|
+
.E_b1ctd5xy .chart {
|
|
30178
|
+
display: inline-block;
|
|
30179
|
+
width: 100%;
|
|
30185
30180
|
}
|
|
30186
30181
|
|
|
30187
|
-
.
|
|
30188
|
-
|
|
30189
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30182
|
+
.E_u1p8acpn {
|
|
30183
|
+
min-width: 40px;
|
|
30190
30184
|
}
|
|
30191
30185
|
|
|
30192
|
-
.
|
|
30193
|
-
|
|
30186
|
+
.E_u1p8acpn .unit {
|
|
30187
|
+
color: #00122e !important;
|
|
30194
30188
|
}
|
|
30195
30189
|
|
|
30196
|
-
.
|
|
30197
|
-
|
|
30190
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30191
|
+
justify-content: center;
|
|
30198
30192
|
}
|
|
30199
30193
|
|
|
30200
|
-
.
|
|
30201
|
-
|
|
30202
|
-
|
|
30194
|
+
.E_b1wx3t3t.ant-btn {
|
|
30195
|
+
display: inline-flex;
|
|
30196
|
+
align-items: center;
|
|
30197
|
+
justify-content: center;
|
|
30198
|
+
height: 32px;
|
|
30199
|
+
border-radius: 6px;
|
|
30200
|
+
line-height: 22px;
|
|
30201
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30202
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30203
30203
|
}
|
|
30204
30204
|
|
|
30205
|
-
.
|
|
30206
|
-
|
|
30205
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30206
|
+
height: 40px;
|
|
30207
|
+
line-height: 24px;
|
|
30207
30208
|
}
|
|
30208
30209
|
|
|
30209
|
-
.
|
|
30210
|
-
|
|
30210
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30211
|
+
height: 24px;
|
|
30212
|
+
line-height: 20px;
|
|
30211
30213
|
}
|
|
30212
30214
|
|
|
30213
|
-
.
|
|
30214
|
-
|
|
30215
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30216
|
+
border-radius: 50%;
|
|
30215
30217
|
}
|
|
30216
30218
|
|
|
30217
|
-
.
|
|
30218
|
-
color: #
|
|
30219
|
-
|
|
30219
|
+
.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 {
|
|
30220
|
+
color: var(--color, #06101f);
|
|
30221
|
+
font-weight: var(--font-weight);
|
|
30222
|
+
background: var(--background-color, #fff);
|
|
30223
|
+
border-width: var(--border-width, 1px);
|
|
30224
|
+
border-color: var(--border-color, #d9d9d9);
|
|
30220
30225
|
}
|
|
30221
30226
|
|
|
30222
|
-
.
|
|
30223
|
-
|
|
30227
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30228
|
+
display: none;
|
|
30224
30229
|
}
|
|
30225
30230
|
|
|
30226
|
-
.
|
|
30227
|
-
|
|
30231
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
30232
|
+
color: var(--color, inherit);
|
|
30228
30233
|
}
|
|
30229
30234
|
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30232
|
-
|
|
30235
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30236
|
+
background: var(--background-color-hover, var(--background-color));
|
|
30237
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30233
30238
|
}
|
|
30234
30239
|
|
|
30235
|
-
.
|
|
30236
|
-
|
|
30240
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30241
|
+
--scale: 1;
|
|
30242
|
+
--transY: 1px;
|
|
30243
|
+
background: var(--background-color-active, var(--background-color));
|
|
30244
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30237
30245
|
}
|
|
30238
30246
|
|
|
30239
|
-
.
|
|
30240
|
-
|
|
30241
|
-
|
|
30242
|
-
|
|
30243
|
-
overflow: hidden;
|
|
30247
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30248
|
+
background: var(--background-color-focus, var(--background-color));
|
|
30249
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30250
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30244
30251
|
}
|
|
30245
30252
|
|
|
30246
|
-
.
|
|
30247
|
-
|
|
30248
|
-
|
|
30249
|
-
|
|
30253
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30254
|
+
color: var(--color-disabled, var(--color));
|
|
30255
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
30256
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30257
|
+
opacity: 0.5;
|
|
30250
30258
|
}
|
|
30251
30259
|
|
|
30252
|
-
.
|
|
30253
|
-
|
|
30254
|
-
|
|
30255
|
-
display: flex;
|
|
30260
|
+
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
30261
|
+
color: #0080ff;
|
|
30262
|
+
opacity: 0.5;
|
|
30256
30263
|
}
|
|
30257
30264
|
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30260
|
-
|
|
30261
|
-
|
|
30262
|
-
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
|
|
30265
|
+
.E_b1wx3t3t.ant-btn-primary {
|
|
30266
|
+
--color: #fff;
|
|
30267
|
+
--font-weight: bold;
|
|
30268
|
+
--border-width: 0;
|
|
30269
|
+
--background-color: #0080ff;
|
|
30270
|
+
--background-color-hover: #009dff;
|
|
30271
|
+
--background-color-active: #005ed1;
|
|
30272
|
+
--background-color-focus: #0080ff;
|
|
30273
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30266
30274
|
}
|
|
30267
30275
|
|
|
30268
|
-
.
|
|
30269
|
-
color: #
|
|
30276
|
+
.E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
|
|
30277
|
+
--background-color: #f0483e;
|
|
30278
|
+
--background-color-hover: #ff5252;
|
|
30279
|
+
--background-color-active: #c73d31;
|
|
30280
|
+
--background-color-focus: #ff5252;
|
|
30281
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30270
30282
|
}
|
|
30271
30283
|
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30274
|
-
|
|
30275
|
-
|
|
30276
|
-
|
|
30284
|
+
.E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
|
|
30285
|
+
--background-color: #fea008;
|
|
30286
|
+
--background-color-hover: #feba33;
|
|
30287
|
+
--background-color-active: #e07f00;
|
|
30288
|
+
--background-color-focus: #fea008;
|
|
30277
30289
|
}
|
|
30278
30290
|
|
|
30279
|
-
.
|
|
30280
|
-
|
|
30281
|
-
|
|
30291
|
+
.E_b1wx3t3t.ant-btn-secondary {
|
|
30292
|
+
--color: #0080ff;
|
|
30293
|
+
--font-weight: bold;
|
|
30294
|
+
--border-width: 0;
|
|
30295
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
30296
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30297
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30298
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30299
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30282
30300
|
}
|
|
30283
30301
|
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30302
|
+
.E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
|
|
30303
|
+
--color: #f0483e;
|
|
30304
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
30305
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30306
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30307
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30308
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30286
30309
|
}
|
|
30287
30310
|
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30311
|
+
.E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
|
|
30312
|
+
--color: #fea008;
|
|
30313
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
30314
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30315
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30316
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30290
30317
|
}
|
|
30291
30318
|
|
|
30292
|
-
.
|
|
30293
|
-
|
|
30319
|
+
.E_b1wx3t3t.ant-btn-tertiary {
|
|
30320
|
+
--color: #0080ff;
|
|
30321
|
+
--font-weight: bold;
|
|
30322
|
+
--border-width: 0;
|
|
30323
|
+
--background-color: #fff;
|
|
30324
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30325
|
+
box-shadow: none;
|
|
30294
30326
|
}
|
|
30295
30327
|
|
|
30296
|
-
.
|
|
30297
|
-
|
|
30298
|
-
height: 32px;
|
|
30299
|
-
border-radius: 6px 6px 0 0;
|
|
30328
|
+
.E_b1wx3t3t.ant-btn-tertiary:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
30329
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30300
30330
|
}
|
|
30301
30331
|
|
|
30302
|
-
.
|
|
30303
|
-
|
|
30332
|
+
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
|
|
30333
|
+
--color: #f0483e;
|
|
30334
|
+
--background-color: #fff;
|
|
30335
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30304
30336
|
}
|
|
30305
30337
|
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30338
|
+
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
30339
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30308
30340
|
}
|
|
30309
30341
|
|
|
30310
|
-
.
|
|
30311
|
-
|
|
30312
|
-
|
|
30342
|
+
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
|
|
30343
|
+
--color: #fea008;
|
|
30344
|
+
--background-color: #fff;
|
|
30313
30345
|
}
|
|
30314
30346
|
|
|
30315
|
-
.
|
|
30316
|
-
|
|
30347
|
+
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
30348
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
30317
30349
|
}
|
|
30318
30350
|
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30351
|
+
.E_b1wx3t3t.ant-btn-ordinary {
|
|
30352
|
+
--color: #1d326c;
|
|
30353
|
+
--border-color: #ccd4e3;
|
|
30354
|
+
--background-color: #fff;
|
|
30355
|
+
--background-color-hover: #edf0f7;
|
|
30356
|
+
--background-color-active: #e4e9f2;
|
|
30357
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30358
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30321
30359
|
}
|
|
30322
30360
|
|
|
30323
|
-
.
|
|
30324
|
-
|
|
30361
|
+
.E_b1wx3t3t.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn-ordinary.__pseudo-states-focus {
|
|
30362
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30325
30363
|
}
|
|
30326
30364
|
|
|
30327
|
-
.
|
|
30328
|
-
|
|
30365
|
+
.E_b1wx3t3t.ant-btn-ordinary.ordinary-blue {
|
|
30366
|
+
--color: #0080ff;
|
|
30367
|
+
--border-color: #0080ff;
|
|
30368
|
+
--background-color: #fff;
|
|
30369
|
+
--background-color-hover: linear-gradient(
|
|
30370
|
+
0deg,
|
|
30371
|
+
rgba(0, 136, 255, 0.16),
|
|
30372
|
+
rgba(0, 136, 255, 0.16)
|
|
30373
|
+
),
|
|
30374
|
+
#ffffff;
|
|
30375
|
+
--background-color-active: linear-gradient(
|
|
30376
|
+
0deg,
|
|
30377
|
+
rgba(0, 136, 255, 0.2),
|
|
30378
|
+
rgba(0, 136, 255, 0.2)
|
|
30379
|
+
),
|
|
30380
|
+
#ffffff;
|
|
30381
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30382
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30329
30383
|
}
|
|
30330
30384
|
|
|
30331
|
-
.
|
|
30332
|
-
color: #
|
|
30385
|
+
.E_b1wx3t3t.ant-btn-ordinary.ant-btn-dangerous {
|
|
30386
|
+
--color: #f0483e;
|
|
30387
|
+
--border-color: #f0483e;
|
|
30388
|
+
--background-color: #fff;
|
|
30389
|
+
--background-color-hover: linear-gradient(
|
|
30390
|
+
0deg,
|
|
30391
|
+
rgba(255, 74, 74, 0.16),
|
|
30392
|
+
rgba(255, 74, 74, 0.16)
|
|
30393
|
+
),
|
|
30394
|
+
#ffffff;
|
|
30395
|
+
--background-color-active: linear-gradient(
|
|
30396
|
+
0deg,
|
|
30397
|
+
rgba(255, 74, 74, 0.2),
|
|
30398
|
+
rgba(255, 74, 74, 0.2)
|
|
30399
|
+
),
|
|
30400
|
+
#ffffff;
|
|
30401
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30333
30402
|
}
|
|
30334
30403
|
|
|
30335
|
-
.
|
|
30336
|
-
|
|
30337
|
-
color: #
|
|
30404
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint {
|
|
30405
|
+
--color: #1d326c;
|
|
30406
|
+
--border-color: #fff;
|
|
30407
|
+
--background-color: #fff;
|
|
30408
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30409
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30410
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30411
|
+
box-shadow: none;
|
|
30338
30412
|
}
|
|
30339
30413
|
|
|
30340
|
-
.
|
|
30341
|
-
color:
|
|
30414
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30415
|
+
--color: #0080ff;
|
|
30416
|
+
--border-color: #fff;
|
|
30417
|
+
--background-color: #fff;
|
|
30418
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30419
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30420
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30421
|
+
box-shadow: none;
|
|
30342
30422
|
}
|
|
30343
30423
|
|
|
30344
|
-
.
|
|
30345
|
-
color: #
|
|
30424
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30425
|
+
--color: #f0483e;
|
|
30426
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30427
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30428
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30346
30429
|
}
|
|
30347
30430
|
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30431
|
+
.E_b1wx3t3t.ant-btn-quiet {
|
|
30432
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
30433
|
+
--border-width: 0;
|
|
30434
|
+
--background-color: transparent;
|
|
30435
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30436
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30437
|
+
--background-color-focus: #fff;
|
|
30438
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30439
|
+
box-shadow: none;
|
|
30350
30440
|
}
|
|
30351
30441
|
|
|
30352
|
-
.
|
|
30353
|
-
|
|
30442
|
+
.E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
|
|
30443
|
+
--color: #f0483e;
|
|
30444
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30445
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30446
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30354
30447
|
}
|
|
30355
30448
|
|
|
30356
|
-
.
|
|
30357
|
-
|
|
30358
|
-
|
|
30359
|
-
|
|
30449
|
+
.E_b1wx3t3t.ant-btn-quiet.quiet-blue {
|
|
30450
|
+
--color: #0080ff;
|
|
30451
|
+
--background-color: transparent;
|
|
30452
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30453
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30454
|
+
--background-color-focus: #fff;
|
|
30455
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30360
30456
|
}
|
|
30361
30457
|
|
|
30362
|
-
.
|
|
30363
|
-
|
|
30458
|
+
.E_b1wx3t3t .button-prefix-icon {
|
|
30459
|
+
margin-right: 8px;
|
|
30460
|
+
display: inline-flex;
|
|
30364
30461
|
}
|
|
30365
30462
|
|
|
30366
|
-
.
|
|
30367
|
-
|
|
30368
|
-
|
|
30463
|
+
.E_b1wx3t3t .button-suffix-icon {
|
|
30464
|
+
margin-left: 8px;
|
|
30465
|
+
display: inline-flex;
|
|
30369
30466
|
}
|
|
30370
30467
|
|
|
30371
|
-
.
|
|
30372
|
-
|
|
30468
|
+
.E_b1wx3t3t .icon-wrapper {
|
|
30469
|
+
display: flex;
|
|
30470
|
+
justify-content: center;
|
|
30471
|
+
}
|
|
30472
|
+
|
|
30473
|
+
.E_n7k2c6r {
|
|
30373
30474
|
padding: 0;
|
|
30374
30475
|
}
|
|
30375
30476
|
|
|
30376
|
-
.
|
|
30377
|
-
|
|
30378
|
-
|
|
30379
|
-
line-height: 32px;
|
|
30380
|
-
font-size: 13px;
|
|
30381
|
-
padding: 0 10px;
|
|
30382
|
-
display: block;
|
|
30383
|
-
overflow: hidden;
|
|
30384
|
-
text-overflow: ellipsis;
|
|
30385
|
-
white-space: nowrap;
|
|
30477
|
+
.E_berrcjl {
|
|
30478
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30479
|
+
margin-bottom: 4px;
|
|
30386
30480
|
}
|
|
30387
30481
|
|
|
30388
|
-
.
|
|
30389
|
-
|
|
30390
|
-
|
|
30391
|
-
|
|
30392
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30393
|
-
display: block;
|
|
30482
|
+
.E_berrcjl .breadcrumb-link {
|
|
30483
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30484
|
+
cursor: pointer;
|
|
30485
|
+
transition: color 160ms ease;
|
|
30394
30486
|
}
|
|
30395
30487
|
|
|
30396
|
-
.
|
|
30488
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30397
30489
|
color: #0080ff;
|
|
30398
|
-
background: transparent;
|
|
30399
30490
|
}
|
|
30400
30491
|
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30403
|
-
overflow: inherit;
|
|
30404
|
-
white-space: inherit;
|
|
30405
|
-
text-overflow: ellipsis;
|
|
30492
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30493
|
+
color: #005ed1;
|
|
30406
30494
|
}
|
|
30407
30495
|
|
|
30408
|
-
.
|
|
30409
|
-
|
|
30410
|
-
align-items: center;
|
|
30411
|
-
justify-content: flex-end;
|
|
30496
|
+
.E_b1nip9bk {
|
|
30497
|
+
padding: 4px 11px;
|
|
30412
30498
|
}
|
|
30413
30499
|
|
|
30414
|
-
.
|
|
30415
|
-
|
|
30416
|
-
|
|
30417
|
-
width: calc(100% - 40px);
|
|
30500
|
+
.E_bqamoqe {
|
|
30501
|
+
white-space: nowrap;
|
|
30502
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30418
30503
|
}
|
|
30419
30504
|
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30422
|
-
width: 100%;
|
|
30505
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30506
|
+
--color: #0080ff;
|
|
30423
30507
|
}
|
|
30424
30508
|
|
|
30425
|
-
.
|
|
30426
|
-
|
|
30509
|
+
.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] {
|
|
30510
|
+
--color: #0080ff;
|
|
30427
30511
|
}
|
|
30428
30512
|
|
|
30429
|
-
.
|
|
30430
|
-
|
|
30513
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30514
|
+
margin-left: 1px;
|
|
30431
30515
|
}
|
|
30432
30516
|
|
|
30433
|
-
.
|
|
30434
|
-
border:
|
|
30435
|
-
border-radius:
|
|
30517
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30518
|
+
border-top-right-radius: 0;
|
|
30519
|
+
border-bottom-right-radius: 0;
|
|
30436
30520
|
}
|
|
30437
30521
|
|
|
30438
|
-
.
|
|
30439
|
-
|
|
30522
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30523
|
+
border-top-left-radius: 0;
|
|
30524
|
+
border-bottom-left-radius: 0;
|
|
30440
30525
|
}
|
|
30441
30526
|
|
|
30442
|
-
.
|
|
30443
|
-
border-
|
|
30527
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30528
|
+
border-radius: unset;
|
|
30444
30529
|
}
|
|
30445
30530
|
|
|
30446
|
-
.
|
|
30447
|
-
|
|
30531
|
+
.E_t160l1cm {
|
|
30532
|
+
display: flex;
|
|
30533
|
+
flex-direction: column;
|
|
30534
|
+
flex: 1;
|
|
30535
|
+
/* FIXME:(yanzhen) do this better */
|
|
30448
30536
|
}
|
|
30449
30537
|
|
|
30450
|
-
.
|
|
30451
|
-
|
|
30538
|
+
.E_t160l1cm .tab-bar {
|
|
30539
|
+
flex-shrink: 0;
|
|
30540
|
+
display: flex;
|
|
30541
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30452
30542
|
}
|
|
30453
30543
|
|
|
30454
|
-
.
|
|
30455
|
-
|
|
30544
|
+
.E_t160l1cm .tab-content {
|
|
30545
|
+
height: 100%;
|
|
30456
30546
|
}
|
|
30457
30547
|
|
|
30458
|
-
.
|
|
30459
|
-
|
|
30460
|
-
|
|
30461
|
-
|
|
30548
|
+
.E_t160l1cm .tab-menu-item {
|
|
30549
|
+
margin-right: 2px;
|
|
30550
|
+
padding: 1px 12px;
|
|
30551
|
+
line-height: 24px;
|
|
30552
|
+
height: 24px;
|
|
30553
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30554
|
+
border-radius: 4px 4px 0 0;
|
|
30555
|
+
cursor: pointer;
|
|
30556
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30462
30557
|
}
|
|
30463
30558
|
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30559
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30560
|
+
padding-left: 0;
|
|
30466
30561
|
}
|
|
30467
30562
|
|
|
30468
|
-
.
|
|
30469
|
-
|
|
30563
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30564
|
+
padding-left: 12px;
|
|
30470
30565
|
}
|
|
30471
30566
|
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30474
|
-
|
|
30475
|
-
flex-flow: nowrap !important;
|
|
30476
|
-
line-break: auto;
|
|
30567
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30568
|
+
color: #0080ff;
|
|
30569
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30477
30570
|
}
|
|
30478
30571
|
|
|
30479
|
-
.
|
|
30480
|
-
|
|
30481
|
-
padding-bottom: 0 !important;
|
|
30572
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30573
|
+
fill: #0080ff;
|
|
30482
30574
|
}
|
|
30483
30575
|
|
|
30484
|
-
.
|
|
30485
|
-
|
|
30486
|
-
height: auto;
|
|
30487
|
-
font-size: 13px;
|
|
30488
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30489
|
-
white-space: normal;
|
|
30576
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30577
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30490
30578
|
}
|
|
30491
30579
|
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30580
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30581
|
+
color: #0080ff;
|
|
30582
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30494
30583
|
}
|
|
30495
30584
|
|
|
30496
|
-
.
|
|
30497
|
-
|
|
30498
|
-
font-size: 12px;
|
|
30499
|
-
min-height: 0px;
|
|
30585
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30586
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30500
30587
|
}
|
|
30501
30588
|
|
|
30502
|
-
.
|
|
30503
|
-
|
|
30504
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30505
|
-
min-height: 0px;
|
|
30589
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30590
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30506
30591
|
}
|
|
30507
30592
|
|
|
30508
|
-
.
|
|
30509
|
-
|
|
30593
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30594
|
+
fill: #0080ff;
|
|
30510
30595
|
}
|
|
30511
30596
|
|
|
30512
|
-
.
|
|
30513
|
-
|
|
30514
|
-
|
|
30515
|
-
font-weight: 700;
|
|
30516
|
-
line-height: 32px;
|
|
30597
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30598
|
+
color: #0080ff;
|
|
30599
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30517
30600
|
}
|
|
30518
30601
|
|
|
30519
|
-
.
|
|
30520
|
-
|
|
30521
|
-
border-radius: 8px;
|
|
30522
|
-
background: #fff;
|
|
30602
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30603
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30523
30604
|
}
|
|
30524
30605
|
|
|
30525
|
-
.
|
|
30526
|
-
|
|
30527
|
-
font-size: 14px;
|
|
30528
|
-
line-height: 22px;
|
|
30529
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30530
|
-
text-align: center;
|
|
30606
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30607
|
+
fill: #1d326c;
|
|
30531
30608
|
}
|
|
30532
30609
|
|
|
30533
|
-
.
|
|
30534
|
-
|
|
30610
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30611
|
+
margin-left: 8px;
|
|
30612
|
+
height: 22px;
|
|
30535
30613
|
}
|
|
30536
30614
|
|
|
30537
|
-
.
|
|
30538
|
-
|
|
30539
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30615
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30616
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30540
30617
|
}
|
|
30541
30618
|
|
|
30542
|
-
.
|
|
30543
|
-
|
|
30619
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30620
|
+
padding: 0;
|
|
30621
|
+
display: flex;
|
|
30622
|
+
align-items: center;
|
|
30623
|
+
overflow: hidden;
|
|
30544
30624
|
}
|
|
30545
30625
|
|
|
30546
|
-
.
|
|
30547
|
-
|
|
30626
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30627
|
+
opacity: 0;
|
|
30628
|
+
max-width: 0;
|
|
30629
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30548
30630
|
}
|
|
30549
30631
|
|
|
30550
|
-
.
|
|
30551
|
-
|
|
30632
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30633
|
+
padding: 1px 12px;
|
|
30634
|
+
position: relative;
|
|
30635
|
+
display: flex;
|
|
30552
30636
|
}
|
|
30553
30637
|
|
|
30554
|
-
.
|
|
30555
|
-
|
|
30556
|
-
|
|
30638
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30639
|
+
opacity: 0;
|
|
30640
|
+
position: absolute;
|
|
30641
|
+
top: 50%;
|
|
30642
|
+
left: 0;
|
|
30643
|
+
transform: translate(-50%, -50%);
|
|
30644
|
+
transition: opacity 100ms linear;
|
|
30645
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30557
30646
|
}
|
|
30558
30647
|
|
|
30559
|
-
.
|
|
30560
|
-
|
|
30561
|
-
border-bottom-left-radius: 0;
|
|
30648
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30649
|
+
color: #0080ff;
|
|
30562
30650
|
}
|
|
30563
30651
|
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30652
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30653
|
+
padding: 1px 12px;
|
|
30654
|
+
display: inline-block;
|
|
30655
|
+
opacity: 1;
|
|
30656
|
+
max-width: 160px;
|
|
30566
30657
|
}
|
|
30567
30658
|
|
|
30568
|
-
.
|
|
30569
|
-
|
|
30570
|
-
|
|
30659
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30660
|
+
padding: 1px 12px;
|
|
30661
|
+
color: #005ed1;
|
|
30571
30662
|
}
|
|
30572
30663
|
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30575
|
-
cursor: pointer;
|
|
30576
|
-
transition: color 160ms ease;
|
|
30664
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30665
|
+
opacity: 1;
|
|
30577
30666
|
}
|
|
30578
30667
|
|
|
30579
|
-
.
|
|
30580
|
-
|
|
30668
|
+
.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 {
|
|
30669
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30581
30670
|
}
|
|
30582
30671
|
|
|
30583
|
-
.
|
|
30584
|
-
|
|
30672
|
+
.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 {
|
|
30673
|
+
opacity: 0;
|
|
30585
30674
|
}
|
|
30586
30675
|
|
|
30587
|
-
.
|
|
30588
|
-
|
|
30589
|
-
|
|
30676
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30677
|
+
padding: 4px 16px;
|
|
30678
|
+
height: 32px;
|
|
30679
|
+
border-radius: 6px 6px 0 0;
|
|
30590
30680
|
}
|
|
30591
30681
|
|
|
30592
|
-
.
|
|
30593
|
-
|
|
30594
|
-
align-items: center;
|
|
30595
|
-
justify-content: center;
|
|
30682
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30683
|
+
padding-left: 0;
|
|
30596
30684
|
}
|
|
30597
30685
|
|
|
30598
|
-
.
|
|
30599
|
-
|
|
30600
|
-
margin-left: 4px;
|
|
30686
|
+
.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 {
|
|
30687
|
+
padding-left: 16px;
|
|
30601
30688
|
}
|
|
30602
30689
|
|
|
30603
|
-
.
|
|
30604
|
-
|
|
30605
|
-
|
|
30690
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30691
|
+
margin-left: 11px;
|
|
30692
|
+
height: 24px;
|
|
30606
30693
|
}
|
|
30607
30694
|
|
|
30608
|
-
.
|
|
30609
|
-
|
|
30610
|
-
height: 100%;
|
|
30611
|
-
min-height: 124px;
|
|
30612
|
-
display: flex;
|
|
30613
|
-
flex-direction: column;
|
|
30614
|
-
justify-content: center;
|
|
30615
|
-
align-items: center;
|
|
30695
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30696
|
+
padding: 0;
|
|
30616
30697
|
}
|
|
30617
30698
|
|
|
30618
|
-
.
|
|
30619
|
-
|
|
30620
|
-
margin-bottom: 16px;
|
|
30621
|
-
font-size: 18px;
|
|
30699
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30700
|
+
padding: 4px 16px;
|
|
30622
30701
|
}
|
|
30623
30702
|
|
|
30624
|
-
.
|
|
30625
|
-
padding: 4px
|
|
30626
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30627
|
-
font-size: 12px;
|
|
30703
|
+
.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 {
|
|
30704
|
+
padding: 4px 16px;
|
|
30628
30705
|
}
|
|
30629
30706
|
|
|
30630
|
-
.
|
|
30631
|
-
|
|
30707
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30708
|
+
background: #fff;
|
|
30632
30709
|
}
|
|
30633
30710
|
|
|
30634
|
-
.
|
|
30635
|
-
|
|
30636
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30711
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30712
|
+
color: #005ed1;
|
|
30637
30713
|
}
|
|
30638
30714
|
|
|
30639
|
-
.
|
|
30640
|
-
|
|
30641
|
-
|
|
30642
|
-
min-width: 285px;
|
|
30715
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30716
|
+
background: #fff;
|
|
30717
|
+
color: #1d326c;
|
|
30643
30718
|
}
|
|
30644
30719
|
|
|
30645
|
-
.
|
|
30646
|
-
|
|
30647
|
-
font-size: 12px;
|
|
30648
|
-
width: 80px;
|
|
30649
|
-
height: 100px;
|
|
30650
|
-
top: 0;
|
|
30651
|
-
left: 35px;
|
|
30652
|
-
display: flex;
|
|
30653
|
-
flex-direction: column;
|
|
30654
|
-
justify-content: center;
|
|
30655
|
-
align-items: center;
|
|
30656
|
-
color: #00122e;
|
|
30720
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30721
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30657
30722
|
}
|
|
30658
30723
|
|
|
30659
|
-
.
|
|
30660
|
-
|
|
30661
|
-
font-weight: 700;
|
|
30724
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30725
|
+
color: #1d326c;
|
|
30662
30726
|
}
|
|
30663
30727
|
|
|
30664
|
-
.
|
|
30665
|
-
|
|
30666
|
-
font-size: 12px;
|
|
30667
|
-
width: inherit;
|
|
30668
|
-
text-align: center;
|
|
30728
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30729
|
+
fill: #d8deeb;
|
|
30669
30730
|
}
|
|
30670
30731
|
|
|
30671
|
-
.
|
|
30672
|
-
|
|
30732
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30733
|
+
fill: #1d326c;
|
|
30673
30734
|
}
|
|
30674
30735
|
|
|
30675
|
-
.
|
|
30676
|
-
|
|
30677
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30678
|
-
left: 0 !important;
|
|
30679
|
-
bottom: 0 !important;
|
|
30736
|
+
.E_t160l1cm .tab-content {
|
|
30737
|
+
flex: 1;
|
|
30680
30738
|
display: flex;
|
|
30681
|
-
|
|
30682
|
-
}
|
|
30683
|
-
|
|
30684
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30685
|
-
width: 100%;
|
|
30739
|
+
flex-direction: column;
|
|
30686
30740
|
}
|
|
30687
30741
|
|
|
30688
|
-
.
|
|
30689
|
-
|
|
30690
|
-
margin-right: 0 !important;
|
|
30691
|
-
line-height: 18px;
|
|
30742
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30743
|
+
overflow: visible;
|
|
30692
30744
|
}
|
|
30693
30745
|
|
|
30694
|
-
.
|
|
30695
|
-
|
|
30746
|
+
.E_t14npdqr {
|
|
30747
|
+
max-width: 240px;
|
|
30748
|
+
animation: none;
|
|
30696
30749
|
}
|
|
30697
30750
|
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30700
|
-
|
|
30701
|
-
width: calc(100% - 20px);
|
|
30702
|
-
margin-left: 2px;
|
|
30703
|
-
color: #00122e !important;
|
|
30704
|
-
display: inline-flex;
|
|
30705
|
-
justify-content: space-between;
|
|
30751
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30752
|
+
border: 1px solid #0080ff;
|
|
30753
|
+
padding: 0;
|
|
30706
30754
|
}
|
|
30707
30755
|
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30710
|
-
|
|
30711
|
-
|
|
30756
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30757
|
+
margin: 0;
|
|
30758
|
+
height: 32px;
|
|
30759
|
+
line-height: 32px;
|
|
30760
|
+
font-size: 13px;
|
|
30761
|
+
padding: 0 10px;
|
|
30762
|
+
display: block;
|
|
30712
30763
|
overflow: hidden;
|
|
30713
30764
|
text-overflow: ellipsis;
|
|
30714
30765
|
white-space: nowrap;
|
|
30715
30766
|
}
|
|
30716
30767
|
|
|
30717
|
-
.
|
|
30718
|
-
|
|
30719
|
-
|
|
30720
|
-
|
|
30721
|
-
.
|
|
30722
|
-
|
|
30723
|
-
}
|
|
30724
|
-
|
|
30725
|
-
.E_t10pqbtc .item {
|
|
30726
|
-
margin: 6px auto;
|
|
30727
|
-
display: flex;
|
|
30728
|
-
justify-content: space-between;
|
|
30729
|
-
}
|
|
30730
|
-
|
|
30731
|
-
.E_t10pqbtc .item .name {
|
|
30732
|
-
width: 102px;
|
|
30733
|
-
}
|
|
30734
|
-
|
|
30735
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30736
|
-
justify-content: center;
|
|
30737
|
-
}
|
|
30738
|
-
|
|
30739
|
-
.E_b1wx3t3t.ant-btn {
|
|
30740
|
-
display: inline-flex;
|
|
30741
|
-
align-items: center;
|
|
30742
|
-
justify-content: center;
|
|
30743
|
-
height: 32px;
|
|
30744
|
-
border-radius: 6px;
|
|
30745
|
-
line-height: 22px;
|
|
30746
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30747
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30748
|
-
}
|
|
30749
|
-
|
|
30750
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30751
|
-
height: 40px;
|
|
30752
|
-
line-height: 24px;
|
|
30753
|
-
}
|
|
30754
|
-
|
|
30755
|
-
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30756
|
-
height: 24px;
|
|
30757
|
-
line-height: 20px;
|
|
30758
|
-
}
|
|
30759
|
-
|
|
30760
|
-
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30761
|
-
border-radius: 50%;
|
|
30762
|
-
}
|
|
30763
|
-
|
|
30764
|
-
.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 {
|
|
30765
|
-
color: var(--color, #06101f);
|
|
30766
|
-
font-weight: var(--font-weight);
|
|
30767
|
-
background: var(--background-color, #fff);
|
|
30768
|
-
border-width: var(--border-width, 1px);
|
|
30769
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30770
|
-
}
|
|
30771
|
-
|
|
30772
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30773
|
-
display: none;
|
|
30774
|
-
}
|
|
30775
|
-
|
|
30776
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
30777
|
-
color: var(--color, inherit);
|
|
30778
|
-
}
|
|
30779
|
-
|
|
30780
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30781
|
-
background: var(--background-color-hover, var(--background-color));
|
|
30782
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30783
|
-
}
|
|
30784
|
-
|
|
30785
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30786
|
-
--scale: 1;
|
|
30787
|
-
--transY: 1px;
|
|
30788
|
-
background: var(--background-color-active, var(--background-color));
|
|
30789
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30790
|
-
}
|
|
30791
|
-
|
|
30792
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30793
|
-
background: var(--background-color-focus, var(--background-color));
|
|
30794
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30795
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30796
|
-
}
|
|
30797
|
-
|
|
30798
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30799
|
-
color: var(--color-disabled, var(--color));
|
|
30800
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
30801
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30802
|
-
opacity: 0.5;
|
|
30768
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30769
|
+
content: " ";
|
|
30770
|
+
height: 1px;
|
|
30771
|
+
width: calc(100% + 10px);
|
|
30772
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30773
|
+
display: block;
|
|
30803
30774
|
}
|
|
30804
30775
|
|
|
30805
|
-
.
|
|
30776
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30806
30777
|
color: #0080ff;
|
|
30807
|
-
|
|
30808
|
-
}
|
|
30809
|
-
|
|
30810
|
-
.E_b1wx3t3t.ant-btn-primary {
|
|
30811
|
-
--color: #fff;
|
|
30812
|
-
--font-weight: bold;
|
|
30813
|
-
--border-width: 0;
|
|
30814
|
-
--background-color: #0080ff;
|
|
30815
|
-
--background-color-hover: #009dff;
|
|
30816
|
-
--background-color-active: #005ed1;
|
|
30817
|
-
--background-color-focus: #0080ff;
|
|
30818
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30819
|
-
}
|
|
30820
|
-
|
|
30821
|
-
.E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
|
|
30822
|
-
--background-color: #f0483e;
|
|
30823
|
-
--background-color-hover: #ff5252;
|
|
30824
|
-
--background-color-active: #c73d31;
|
|
30825
|
-
--background-color-focus: #ff5252;
|
|
30826
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30827
|
-
}
|
|
30828
|
-
|
|
30829
|
-
.E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
|
|
30830
|
-
--background-color: #fea008;
|
|
30831
|
-
--background-color-hover: #feba33;
|
|
30832
|
-
--background-color-active: #e07f00;
|
|
30833
|
-
--background-color-focus: #fea008;
|
|
30834
|
-
}
|
|
30835
|
-
|
|
30836
|
-
.E_b1wx3t3t.ant-btn-secondary {
|
|
30837
|
-
--color: #0080ff;
|
|
30838
|
-
--font-weight: bold;
|
|
30839
|
-
--border-width: 0;
|
|
30840
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
30841
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30842
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30843
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30844
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30845
|
-
}
|
|
30846
|
-
|
|
30847
|
-
.E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
|
|
30848
|
-
--color: #f0483e;
|
|
30849
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
30850
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30851
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30852
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30853
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30854
|
-
}
|
|
30855
|
-
|
|
30856
|
-
.E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
|
|
30857
|
-
--color: #fea008;
|
|
30858
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
30859
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30860
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30861
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30862
|
-
}
|
|
30863
|
-
|
|
30864
|
-
.E_b1wx3t3t.ant-btn-tertiary {
|
|
30865
|
-
--color: #0080ff;
|
|
30866
|
-
--font-weight: bold;
|
|
30867
|
-
--border-width: 0;
|
|
30868
|
-
--background-color: #fff;
|
|
30869
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30870
|
-
box-shadow: none;
|
|
30871
|
-
}
|
|
30872
|
-
|
|
30873
|
-
.E_b1wx3t3t.ant-btn-tertiary:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
30874
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30875
|
-
}
|
|
30876
|
-
|
|
30877
|
-
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
|
|
30878
|
-
--color: #f0483e;
|
|
30879
|
-
--background-color: #fff;
|
|
30880
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30881
|
-
}
|
|
30882
|
-
|
|
30883
|
-
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
30884
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30885
|
-
}
|
|
30886
|
-
|
|
30887
|
-
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
|
|
30888
|
-
--color: #fea008;
|
|
30889
|
-
--background-color: #fff;
|
|
30890
|
-
}
|
|
30891
|
-
|
|
30892
|
-
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
30893
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
30894
|
-
}
|
|
30895
|
-
|
|
30896
|
-
.E_b1wx3t3t.ant-btn-ordinary {
|
|
30897
|
-
--color: #1d326c;
|
|
30898
|
-
--border-color: #ccd4e3;
|
|
30899
|
-
--background-color: #fff;
|
|
30900
|
-
--background-color-hover: #edf0f7;
|
|
30901
|
-
--background-color-active: #e4e9f2;
|
|
30902
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30903
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30904
|
-
}
|
|
30905
|
-
|
|
30906
|
-
.E_b1wx3t3t.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn-ordinary.__pseudo-states-focus {
|
|
30907
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30778
|
+
background: transparent;
|
|
30908
30779
|
}
|
|
30909
30780
|
|
|
30910
|
-
.
|
|
30911
|
-
|
|
30912
|
-
|
|
30913
|
-
|
|
30914
|
-
|
|
30915
|
-
0deg,
|
|
30916
|
-
rgba(0, 136, 255, 0.16),
|
|
30917
|
-
rgba(0, 136, 255, 0.16)
|
|
30918
|
-
),
|
|
30919
|
-
#ffffff;
|
|
30920
|
-
--background-color-active: linear-gradient(
|
|
30921
|
-
0deg,
|
|
30922
|
-
rgba(0, 136, 255, 0.2),
|
|
30923
|
-
rgba(0, 136, 255, 0.2)
|
|
30924
|
-
),
|
|
30925
|
-
#ffffff;
|
|
30926
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30927
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30781
|
+
.E_tje3huy {
|
|
30782
|
+
width: 100%;
|
|
30783
|
+
overflow: inherit;
|
|
30784
|
+
white-space: inherit;
|
|
30785
|
+
text-overflow: ellipsis;
|
|
30928
30786
|
}
|
|
30929
30787
|
|
|
30930
|
-
.
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
--background-color: #fff;
|
|
30934
|
-
--background-color-hover: linear-gradient(
|
|
30935
|
-
0deg,
|
|
30936
|
-
rgba(255, 74, 74, 0.16),
|
|
30937
|
-
rgba(255, 74, 74, 0.16)
|
|
30938
|
-
),
|
|
30939
|
-
#ffffff;
|
|
30940
|
-
--background-color-active: linear-gradient(
|
|
30941
|
-
0deg,
|
|
30942
|
-
rgba(255, 74, 74, 0.2),
|
|
30943
|
-
rgba(255, 74, 74, 0.2)
|
|
30944
|
-
),
|
|
30945
|
-
#ffffff;
|
|
30946
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30788
|
+
.E_c18gxmrl {
|
|
30789
|
+
border: 1px solid #d8deeb;
|
|
30790
|
+
border-radius: 4px;
|
|
30947
30791
|
}
|
|
30948
30792
|
|
|
30949
|
-
.
|
|
30950
|
-
|
|
30951
|
-
--border-color: #fff;
|
|
30952
|
-
--background-color: #fff;
|
|
30953
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30954
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30955
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30956
|
-
box-shadow: none;
|
|
30793
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30794
|
+
margin-top: 8px;
|
|
30957
30795
|
}
|
|
30958
30796
|
|
|
30959
|
-
.
|
|
30960
|
-
|
|
30961
|
-
--border-color: #fff;
|
|
30962
|
-
--background-color: #fff;
|
|
30963
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30964
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30965
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30966
|
-
box-shadow: none;
|
|
30797
|
+
.E_c18gxmrl:hover {
|
|
30798
|
+
border-color: #0080ff;
|
|
30967
30799
|
}
|
|
30968
30800
|
|
|
30969
|
-
.
|
|
30970
|
-
|
|
30971
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30972
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30973
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30801
|
+
.E_c18gxmrl:hover > header {
|
|
30802
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30974
30803
|
}
|
|
30975
30804
|
|
|
30976
|
-
.
|
|
30977
|
-
|
|
30978
|
-
--border-width: 0;
|
|
30979
|
-
--background-color: transparent;
|
|
30980
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30981
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30982
|
-
--background-color-focus: #fff;
|
|
30983
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30984
|
-
box-shadow: none;
|
|
30805
|
+
.E_c18gxmrl.active header {
|
|
30806
|
+
border-bottom: 1px solid #d8deeb;
|
|
30985
30807
|
}
|
|
30986
30808
|
|
|
30987
|
-
.
|
|
30988
|
-
|
|
30989
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30990
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30991
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30809
|
+
.E_c18gxmrl > header {
|
|
30810
|
+
padding: 8px 12px;
|
|
30992
30811
|
}
|
|
30993
30812
|
|
|
30994
|
-
.
|
|
30995
|
-
|
|
30996
|
-
--background-color: transparent;
|
|
30997
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30998
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30999
|
-
--background-color-focus: #fff;
|
|
31000
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30813
|
+
.E_c1uzzomf {
|
|
30814
|
+
margin-bottom: 16px;
|
|
31001
30815
|
}
|
|
31002
30816
|
|
|
31003
|
-
.
|
|
31004
|
-
|
|
31005
|
-
|
|
30817
|
+
.E_c1uzzomf .card-title {
|
|
30818
|
+
font-size: 16px;
|
|
30819
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30820
|
+
font-weight: 700;
|
|
30821
|
+
line-height: 32px;
|
|
31006
30822
|
}
|
|
31007
30823
|
|
|
31008
|
-
.
|
|
31009
|
-
|
|
31010
|
-
|
|
30824
|
+
.E_c1uzzomf .card-body {
|
|
30825
|
+
padding: 24px;
|
|
30826
|
+
border-radius: 8px;
|
|
30827
|
+
background: #fff;
|
|
31011
30828
|
}
|
|
31012
30829
|
|
|
31013
|
-
.
|
|
31014
|
-
|
|
31015
|
-
|
|
30830
|
+
.E_c1uzzomf .empty {
|
|
30831
|
+
font-weight: 700;
|
|
30832
|
+
font-size: 14px;
|
|
30833
|
+
line-height: 22px;
|
|
30834
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30835
|
+
text-align: center;
|
|
31016
30836
|
}
|
|
31017
30837
|
|
|
31018
|
-
.
|
|
31019
|
-
|
|
30838
|
+
.E_d1bw7c5z {
|
|
30839
|
+
position: relative;
|
|
30840
|
+
max-width: 388px;
|
|
30841
|
+
min-width: 285px;
|
|
31020
30842
|
}
|
|
31021
30843
|
|
|
31022
|
-
.
|
|
31023
|
-
|
|
31024
|
-
|
|
31025
|
-
|
|
31026
|
-
|
|
31027
|
-
|
|
31028
|
-
|
|
30844
|
+
.E_d1bw7c5z .center {
|
|
30845
|
+
position: absolute;
|
|
30846
|
+
font-size: 12px;
|
|
30847
|
+
width: 80px;
|
|
30848
|
+
height: 100px;
|
|
30849
|
+
top: 0;
|
|
30850
|
+
left: 35px;
|
|
31029
30851
|
display: flex;
|
|
30852
|
+
flex-direction: column;
|
|
30853
|
+
justify-content: center;
|
|
31030
30854
|
align-items: center;
|
|
31031
|
-
|
|
31032
|
-
margin-right: 4px;
|
|
30855
|
+
color: #00122e;
|
|
31033
30856
|
}
|
|
31034
30857
|
|
|
31035
|
-
.
|
|
31036
|
-
|
|
30858
|
+
.E_d1bw7c5z .center .number {
|
|
30859
|
+
font-size: 24px;
|
|
30860
|
+
font-weight: 700;
|
|
31037
30861
|
}
|
|
31038
30862
|
|
|
31039
|
-
.
|
|
31040
|
-
|
|
31041
|
-
justify-content: space-between;
|
|
31042
|
-
align-items: center;
|
|
31043
|
-
padding: 10px 0;
|
|
31044
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30863
|
+
.E_d1bw7c5z .center .text {
|
|
30864
|
+
padding: 0 5px;
|
|
31045
30865
|
font-size: 12px;
|
|
31046
|
-
|
|
30866
|
+
width: inherit;
|
|
30867
|
+
text-align: center;
|
|
31047
30868
|
}
|
|
31048
30869
|
|
|
31049
|
-
.
|
|
31050
|
-
|
|
30870
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30871
|
+
display: flex;
|
|
31051
30872
|
}
|
|
31052
30873
|
|
|
31053
|
-
.
|
|
30874
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30875
|
+
position: relative !important;
|
|
30876
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30877
|
+
left: 0 !important;
|
|
30878
|
+
bottom: 0 !important;
|
|
31054
30879
|
display: flex;
|
|
31055
30880
|
align-items: center;
|
|
31056
|
-
border-radius: 6px;
|
|
31057
|
-
cursor: pointer;
|
|
31058
|
-
transition: all 0.3s ease;
|
|
31059
|
-
}
|
|
31060
|
-
|
|
31061
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
31062
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31063
|
-
color: #0080ff;
|
|
31064
|
-
}
|
|
31065
|
-
|
|
31066
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31067
|
-
margin-left: 4px;
|
|
31068
30881
|
}
|
|
31069
30882
|
|
|
31070
|
-
.
|
|
31071
|
-
|
|
31072
|
-
align-items: center;
|
|
31073
|
-
color: #0080ff;
|
|
31074
|
-
font-weight: bold;
|
|
30883
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30884
|
+
width: 100%;
|
|
31075
30885
|
}
|
|
31076
30886
|
|
|
31077
|
-
.
|
|
31078
|
-
|
|
30887
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30888
|
+
width: 100%;
|
|
30889
|
+
margin-right: 0 !important;
|
|
30890
|
+
line-height: 18px;
|
|
31079
30891
|
}
|
|
31080
30892
|
|
|
31081
|
-
.
|
|
31082
|
-
|
|
31083
|
-
padding: 0 8px;
|
|
30893
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30894
|
+
border-radius: 2px;
|
|
31084
30895
|
}
|
|
31085
30896
|
|
|
31086
|
-
.
|
|
31087
|
-
|
|
31088
|
-
|
|
30897
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30898
|
+
min-width: 75px;
|
|
30899
|
+
max-width: 198px;
|
|
30900
|
+
width: calc(100% - 20px);
|
|
30901
|
+
margin-left: 2px;
|
|
30902
|
+
color: #00122e !important;
|
|
30903
|
+
display: inline-flex;
|
|
30904
|
+
justify-content: space-between;
|
|
31089
30905
|
}
|
|
31090
30906
|
|
|
31091
|
-
.
|
|
31092
|
-
|
|
30907
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30908
|
+
maxwidth: calc(100% - 12px);
|
|
30909
|
+
cursor: pointer;
|
|
30910
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30911
|
+
overflow: hidden;
|
|
30912
|
+
text-overflow: ellipsis;
|
|
30913
|
+
white-space: nowrap;
|
|
31093
30914
|
}
|
|
31094
30915
|
|
|
31095
|
-
.
|
|
31096
|
-
|
|
31097
|
-
overflow-y: auto;
|
|
30916
|
+
.E_d1bw7c5z .value {
|
|
30917
|
+
color: rgba(44, 56, 82, 0.75);
|
|
31098
30918
|
}
|
|
31099
30919
|
|
|
31100
|
-
.
|
|
31101
|
-
|
|
31102
|
-
font-size: 12px;
|
|
31103
|
-
line-height: 18px;
|
|
30920
|
+
.E_t10pqbtc {
|
|
30921
|
+
width: 140px;
|
|
31104
30922
|
}
|
|
31105
30923
|
|
|
31106
|
-
.
|
|
31107
|
-
|
|
30924
|
+
.E_t10pqbtc .item {
|
|
30925
|
+
margin: 6px auto;
|
|
30926
|
+
display: flex;
|
|
30927
|
+
justify-content: space-between;
|
|
31108
30928
|
}
|
|
31109
30929
|
|
|
31110
|
-
.
|
|
31111
|
-
|
|
31112
|
-
position: absolute;
|
|
30930
|
+
.E_t10pqbtc .item .name {
|
|
30931
|
+
width: 102px;
|
|
31113
30932
|
}
|
|
31114
30933
|
|
|
31115
|
-
.
|
|
31116
|
-
|
|
30934
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30935
|
+
border: 0px;
|
|
30936
|
+
background-color: #fff;
|
|
31117
30937
|
}
|
|
31118
30938
|
|
|
31119
|
-
.
|
|
31120
|
-
|
|
31121
|
-
|
|
31122
|
-
|
|
31123
|
-
|
|
30939
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30940
|
+
padding-top: 0px;
|
|
30941
|
+
padding-bottom: 0px;
|
|
30942
|
+
padding-left: 0px !important;
|
|
30943
|
+
padding-right: 24px;
|
|
31124
30944
|
}
|
|
31125
30945
|
|
|
31126
|
-
.
|
|
31127
|
-
|
|
31128
|
-
display: var(--ai7qkf2-2);
|
|
31129
|
-
flex: none;
|
|
31130
|
-
align-items: center;
|
|
31131
|
-
margin-left: 4px;
|
|
31132
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30946
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30947
|
+
right: 0px;
|
|
31133
30948
|
}
|
|
31134
30949
|
|
|
31135
|
-
.
|
|
31136
|
-
|
|
31137
|
-
display: var(--ai7qkf2-4);
|
|
31138
|
-
flex: none;
|
|
31139
|
-
align-items: center;
|
|
31140
|
-
margin-right: 4px;
|
|
31141
|
-
cursor: auto;
|
|
31142
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30950
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30951
|
+
padding: 0px;
|
|
31143
30952
|
}
|
|
31144
30953
|
|
|
31145
|
-
.ant-
|
|
31146
|
-
|
|
30954
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30955
|
+
padding-right: 0px;
|
|
30956
|
+
cursor: default;
|
|
31147
30957
|
}
|
|
31148
30958
|
|
|
31149
|
-
.
|
|
31150
|
-
|
|
31151
|
-
border-radius: 6px;
|
|
30959
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30960
|
+
display: flex;
|
|
31152
30961
|
}
|
|
31153
30962
|
|
|
31154
|
-
.
|
|
31155
|
-
border-
|
|
31156
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31157
|
-
z-index: 1;
|
|
30963
|
+
.E_c1yyuluq {
|
|
30964
|
+
border-radius: 8px;
|
|
31158
30965
|
}
|
|
31159
30966
|
|
|
31160
|
-
.
|
|
31161
|
-
|
|
31162
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30967
|
+
.E_c1yyuluq .ant-card-body {
|
|
30968
|
+
padding: 20px 24px 24px 24px;
|
|
31163
30969
|
}
|
|
31164
30970
|
|
|
31165
|
-
.
|
|
31166
|
-
|
|
31167
|
-
|
|
31168
|
-
|
|
31169
|
-
font-size: inherit;
|
|
30971
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30972
|
+
padding: 4px 8px 0 8px;
|
|
30973
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30974
|
+
font-size: 12px;
|
|
31170
30975
|
}
|
|
31171
30976
|
|
|
31172
|
-
.
|
|
31173
|
-
|
|
31174
|
-
border: 1px;
|
|
31175
|
-
padding: 8px 16px;
|
|
30977
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30978
|
+
padding-bottom: 6px;
|
|
31176
30979
|
}
|
|
31177
30980
|
|
|
31178
|
-
.
|
|
31179
|
-
|
|
31180
|
-
border: 1px;
|
|
31181
|
-
padding: 2px 8px;
|
|
30981
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30982
|
+
padding-top: 4px;
|
|
30983
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31182
30984
|
}
|
|
31183
30985
|
|
|
31184
30986
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31360,39 +31162,71 @@ html body {
|
|
|
31360
31162
|
width: 36px;
|
|
31361
31163
|
}
|
|
31362
31164
|
|
|
31363
|
-
.
|
|
31364
|
-
display:
|
|
31165
|
+
.E_phljevk {
|
|
31166
|
+
display: flex;
|
|
31167
|
+
justify-content: space-between;
|
|
31168
|
+
align-items: center;
|
|
31169
|
+
padding: 10px 0;
|
|
31170
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31171
|
+
font-size: 12px;
|
|
31172
|
+
line-height: 24px;
|
|
31173
|
+
}
|
|
31174
|
+
|
|
31175
|
+
.E_phljevk .pagination-left {
|
|
31176
|
+
padding: 2px 8px;
|
|
31177
|
+
}
|
|
31178
|
+
|
|
31179
|
+
.E_phljevk .dropdown-trigger {
|
|
31180
|
+
display: flex;
|
|
31181
|
+
align-items: center;
|
|
31182
|
+
border-radius: 6px;
|
|
31183
|
+
cursor: pointer;
|
|
31184
|
+
transition: all 0.3s ease;
|
|
31185
|
+
}
|
|
31186
|
+
|
|
31187
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31188
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31189
|
+
color: #0080ff;
|
|
31190
|
+
}
|
|
31191
|
+
|
|
31192
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31193
|
+
margin-left: 4px;
|
|
31194
|
+
}
|
|
31195
|
+
|
|
31196
|
+
.E_phljevk .pagination-right {
|
|
31197
|
+
display: flex;
|
|
31198
|
+
align-items: center;
|
|
31199
|
+
color: #0080ff;
|
|
31200
|
+
font-weight: bold;
|
|
31201
|
+
}
|
|
31202
|
+
|
|
31203
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31204
|
+
margin-left: 4px;
|
|
31205
|
+
}
|
|
31206
|
+
|
|
31207
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31208
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31209
|
+
padding: 0 8px;
|
|
31365
31210
|
}
|
|
31366
31211
|
|
|
31367
|
-
.
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
line-height: 1.5715;
|
|
31371
|
-
height: inherit;
|
|
31212
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31213
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31214
|
+
color: #0080ff;
|
|
31372
31215
|
}
|
|
31373
31216
|
|
|
31374
|
-
.
|
|
31375
|
-
|
|
31376
|
-
display: var(--a1wfy30z-2);
|
|
31377
|
-
flex: none;
|
|
31378
|
-
align-items: center;
|
|
31379
|
-
margin-left: 4px;
|
|
31217
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31218
|
+
transform: rotate(180deg);
|
|
31380
31219
|
}
|
|
31381
31220
|
|
|
31382
|
-
.
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
flex: none;
|
|
31386
|
-
align-items: center;
|
|
31387
|
-
margin-right: 4px;
|
|
31388
|
-
cursor: auto;
|
|
31221
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31222
|
+
max-height: calc(100vh - 128px);
|
|
31223
|
+
overflow-y: auto;
|
|
31389
31224
|
}
|
|
31390
31225
|
|
|
31391
|
-
.
|
|
31392
|
-
padding:
|
|
31393
|
-
|
|
31394
|
-
height:
|
|
31395
|
-
font-size: inherit;
|
|
31226
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31227
|
+
padding: 4px 20px;
|
|
31228
|
+
font-size: 12px;
|
|
31229
|
+
line-height: 18px;
|
|
31396
31230
|
}
|
|
31397
31231
|
|
|
31398
31232
|
.E_ivqqkzv {
|
|
@@ -31448,6 +31282,77 @@ html body {
|
|
|
31448
31282
|
transform: rotate(0deg);
|
|
31449
31283
|
}
|
|
31450
31284
|
|
|
31285
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31286
|
+
border-radius: 6px;
|
|
31287
|
+
}
|
|
31288
|
+
|
|
31289
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31290
|
+
width: 100%;
|
|
31291
|
+
color: #2d3a56;
|
|
31292
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31293
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31294
|
+
font-size: 13px;
|
|
31295
|
+
}
|
|
31296
|
+
|
|
31297
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31298
|
+
height: 30px;
|
|
31299
|
+
}
|
|
31300
|
+
|
|
31301
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31302
|
+
height: 38px;
|
|
31303
|
+
font-size: 13px;
|
|
31304
|
+
}
|
|
31305
|
+
|
|
31306
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31307
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31308
|
+
transition: 160ms ease;
|
|
31309
|
+
}
|
|
31310
|
+
|
|
31311
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31312
|
+
color: #0080ff;
|
|
31313
|
+
}
|
|
31314
|
+
|
|
31315
|
+
.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 {
|
|
31316
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31317
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31318
|
+
}
|
|
31319
|
+
|
|
31320
|
+
.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 {
|
|
31321
|
+
color: #0080ff;
|
|
31322
|
+
}
|
|
31323
|
+
|
|
31324
|
+
.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 {
|
|
31325
|
+
border-color: #0080ff;
|
|
31326
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31327
|
+
}
|
|
31328
|
+
|
|
31329
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31330
|
+
transform: rotate(180deg);
|
|
31331
|
+
}
|
|
31332
|
+
|
|
31333
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31334
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31335
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31336
|
+
cursor: "not-allowed";
|
|
31337
|
+
}
|
|
31338
|
+
|
|
31339
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31340
|
+
border-color: #f0483e !important;
|
|
31341
|
+
}
|
|
31342
|
+
|
|
31343
|
+
.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 {
|
|
31344
|
+
color: #1d326c;
|
|
31345
|
+
}
|
|
31346
|
+
|
|
31347
|
+
.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 {
|
|
31348
|
+
border-color: #0080ff;
|
|
31349
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31350
|
+
}
|
|
31351
|
+
|
|
31352
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31353
|
+
transform: rotate(180deg);
|
|
31354
|
+
}
|
|
31355
|
+
|
|
31451
31356
|
.E_sddwhm6 {
|
|
31452
31357
|
margin: 0;
|
|
31453
31358
|
border-radius: 20px;
|
|
@@ -31471,75 +31376,236 @@ html body {
|
|
|
31471
31376
|
margin-right: 6px;
|
|
31472
31377
|
}
|
|
31473
31378
|
|
|
31474
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
31475
|
-
margin-left: 4px;
|
|
31379
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
31380
|
+
margin-left: 4px;
|
|
31381
|
+
}
|
|
31382
|
+
|
|
31383
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
31384
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31385
|
+
}
|
|
31386
|
+
|
|
31387
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
31388
|
+
background-color: #0080ff;
|
|
31389
|
+
}
|
|
31390
|
+
|
|
31391
|
+
.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 {
|
|
31392
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
31393
|
+
}
|
|
31394
|
+
|
|
31395
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
31396
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31397
|
+
}
|
|
31398
|
+
|
|
31399
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
31400
|
+
background-color: #f0483e;
|
|
31401
|
+
}
|
|
31402
|
+
|
|
31403
|
+
.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 {
|
|
31404
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
31405
|
+
}
|
|
31406
|
+
|
|
31407
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
31408
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
31409
|
+
}
|
|
31410
|
+
|
|
31411
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
31412
|
+
background-color: #fea008;
|
|
31413
|
+
}
|
|
31414
|
+
|
|
31415
|
+
.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 {
|
|
31416
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
31417
|
+
}
|
|
31418
|
+
|
|
31419
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
31420
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31421
|
+
}
|
|
31422
|
+
|
|
31423
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
31424
|
+
background-color: #00ba5d;
|
|
31425
|
+
}
|
|
31426
|
+
|
|
31427
|
+
.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 {
|
|
31428
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
31429
|
+
}
|
|
31430
|
+
|
|
31431
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
31432
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31433
|
+
}
|
|
31434
|
+
|
|
31435
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
31436
|
+
background-color: #6b7d99;
|
|
31437
|
+
}
|
|
31438
|
+
|
|
31439
|
+
.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 {
|
|
31440
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
31441
|
+
}
|
|
31442
|
+
|
|
31443
|
+
.E_satwmqm {
|
|
31444
|
+
width: 8px;
|
|
31445
|
+
height: 8px;
|
|
31446
|
+
border-radius: 50%;
|
|
31447
|
+
display: inline-block;
|
|
31448
|
+
}
|
|
31449
|
+
|
|
31450
|
+
.E_tju3gfj .date {
|
|
31451
|
+
margin-right: 4px;
|
|
31452
|
+
}
|
|
31453
|
+
|
|
31454
|
+
.E_s1dni7lo {
|
|
31455
|
+
width: 430px !important;
|
|
31456
|
+
}
|
|
31457
|
+
|
|
31458
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31459
|
+
padding: 8px 16px;
|
|
31460
|
+
line-height: 18px;
|
|
31461
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31462
|
+
height: 34px;
|
|
31463
|
+
min-height: 34px;
|
|
31464
|
+
box-sizing: border-box;
|
|
31465
|
+
margin-top: 8px;
|
|
31466
|
+
}
|
|
31467
|
+
|
|
31468
|
+
.E_o1ugr09p {
|
|
31469
|
+
display: flex;
|
|
31470
|
+
flex-direction: column;
|
|
31471
|
+
margin: 1px 8px;
|
|
31472
|
+
padding: 8px;
|
|
31473
|
+
border-radius: 4px;
|
|
31474
|
+
}
|
|
31475
|
+
|
|
31476
|
+
.E_o1ugr09p .selected-icon {
|
|
31477
|
+
display: none;
|
|
31478
|
+
}
|
|
31479
|
+
|
|
31480
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31481
|
+
padding-left: 8px;
|
|
31482
|
+
}
|
|
31483
|
+
|
|
31484
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31485
|
+
background-color: white;
|
|
31486
|
+
}
|
|
31487
|
+
|
|
31488
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31489
|
+
color: #0080ff;
|
|
31490
|
+
}
|
|
31491
|
+
|
|
31492
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31493
|
+
display: block;
|
|
31494
|
+
}
|
|
31495
|
+
|
|
31496
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31497
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31498
|
+
}
|
|
31499
|
+
|
|
31500
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31501
|
+
color: #0080ff;
|
|
31502
|
+
}
|
|
31503
|
+
|
|
31504
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31505
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31506
|
+
color: #0080ff;
|
|
31507
|
+
}
|
|
31508
|
+
|
|
31509
|
+
.E_o1ifxsq4 {
|
|
31510
|
+
display: flex;
|
|
31511
|
+
justify-content: space-between;
|
|
31512
|
+
height: 20px;
|
|
31513
|
+
line-height: 20px;
|
|
31514
|
+
}
|
|
31515
|
+
|
|
31516
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31517
|
+
color: #2d3a56;
|
|
31518
|
+
overflow: hidden;
|
|
31519
|
+
text-overflow: ellipsis;
|
|
31520
|
+
}
|
|
31521
|
+
|
|
31522
|
+
.E_o1zue7 {
|
|
31523
|
+
display: flex;
|
|
31524
|
+
justify-content: space-between;
|
|
31525
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31526
|
+
height: 18px;
|
|
31527
|
+
line-height: 18px;
|
|
31528
|
+
margin-top: 2px;
|
|
31476
31529
|
}
|
|
31477
31530
|
|
|
31478
|
-
.
|
|
31479
|
-
|
|
31531
|
+
.E_tyfmlxg {
|
|
31532
|
+
border: none;
|
|
31533
|
+
margin-right: 0;
|
|
31534
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31480
31535
|
}
|
|
31481
31536
|
|
|
31482
|
-
.
|
|
31483
|
-
|
|
31537
|
+
.E_o18uybox {
|
|
31538
|
+
pointer-events: none;
|
|
31539
|
+
height: 32px;
|
|
31540
|
+
width: 100%;
|
|
31541
|
+
opacity: 0;
|
|
31484
31542
|
}
|
|
31485
31543
|
|
|
31486
|
-
.
|
|
31487
|
-
|
|
31544
|
+
.E_s1dizucg.ant-switch {
|
|
31545
|
+
min-width: 40px;
|
|
31546
|
+
height: 24px;
|
|
31547
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31548
|
+
overflow: hidden;
|
|
31488
31549
|
}
|
|
31489
31550
|
|
|
31490
|
-
.
|
|
31491
|
-
|
|
31551
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31552
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31492
31553
|
}
|
|
31493
31554
|
|
|
31494
|
-
.
|
|
31495
|
-
|
|
31555
|
+
.E_s1dizucg.ant-switch-small {
|
|
31556
|
+
min-width: 26px;
|
|
31557
|
+
height: 16px;
|
|
31496
31558
|
}
|
|
31497
31559
|
|
|
31498
|
-
.
|
|
31499
|
-
|
|
31560
|
+
.E_s1dizucg.ant-switch-large {
|
|
31561
|
+
min-width: 52px;
|
|
31562
|
+
height: 32px;
|
|
31500
31563
|
}
|
|
31501
31564
|
|
|
31502
|
-
.
|
|
31503
|
-
|
|
31565
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31566
|
+
height: 20px;
|
|
31567
|
+
width: 20px;
|
|
31504
31568
|
}
|
|
31505
31569
|
|
|
31506
|
-
.
|
|
31507
|
-
|
|
31570
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31571
|
+
border-radius: 10px;
|
|
31572
|
+
transition-delay: 120ms;
|
|
31508
31573
|
}
|
|
31509
31574
|
|
|
31510
|
-
.
|
|
31511
|
-
|
|
31575
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31576
|
+
height: 14px;
|
|
31577
|
+
width: 14px;
|
|
31578
|
+
top: 1px;
|
|
31579
|
+
left: 1px;
|
|
31512
31580
|
}
|
|
31513
31581
|
|
|
31514
|
-
.
|
|
31515
|
-
|
|
31582
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31583
|
+
height: 28px;
|
|
31584
|
+
width: 28px;
|
|
31516
31585
|
}
|
|
31517
31586
|
|
|
31518
|
-
.
|
|
31519
|
-
|
|
31587
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31588
|
+
border-radius: 14px;
|
|
31520
31589
|
}
|
|
31521
31590
|
|
|
31522
|
-
.
|
|
31523
|
-
background-color:
|
|
31591
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31592
|
+
background-color: #00ba5d;
|
|
31524
31593
|
}
|
|
31525
31594
|
|
|
31526
|
-
.
|
|
31527
|
-
|
|
31595
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31596
|
+
left: calc(100% - 20px - 2px);
|
|
31528
31597
|
}
|
|
31529
31598
|
|
|
31530
|
-
.
|
|
31531
|
-
|
|
31599
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31600
|
+
left: calc(100% - 14px - 1px);
|
|
31532
31601
|
}
|
|
31533
31602
|
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31603
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31604
|
+
left: calc(100% - 28px - 2px);
|
|
31536
31605
|
}
|
|
31537
31606
|
|
|
31538
|
-
.
|
|
31539
|
-
|
|
31540
|
-
height: 8px;
|
|
31541
|
-
border-radius: 50%;
|
|
31542
|
-
display: inline-block;
|
|
31607
|
+
.E_c1up6e3y {
|
|
31608
|
+
margin-left: 5px;
|
|
31543
31609
|
}
|
|
31544
31610
|
|
|
31545
31611
|
.E_s1sck0th {
|
|
@@ -31640,75 +31706,216 @@ html body {
|
|
|
31640
31706
|
background-color: #7E41FF;
|
|
31641
31707
|
}
|
|
31642
31708
|
|
|
31643
|
-
.
|
|
31644
|
-
|
|
31645
|
-
height: 24px;
|
|
31646
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31647
|
-
overflow: hidden;
|
|
31709
|
+
.E_iq1gosr {
|
|
31710
|
+
display: inline-block;
|
|
31648
31711
|
}
|
|
31649
31712
|
|
|
31650
|
-
.
|
|
31651
|
-
|
|
31713
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31714
|
+
display: none;
|
|
31652
31715
|
}
|
|
31653
31716
|
|
|
31654
|
-
.
|
|
31655
|
-
|
|
31656
|
-
|
|
31717
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31718
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31719
|
+
border-radius: 4px;
|
|
31657
31720
|
}
|
|
31658
31721
|
|
|
31659
|
-
.
|
|
31660
|
-
|
|
31661
|
-
height:
|
|
31722
|
+
.E_fzh9mnb {
|
|
31723
|
+
width: 100%;
|
|
31724
|
+
height: 100%;
|
|
31725
|
+
min-height: 124px;
|
|
31726
|
+
display: flex;
|
|
31727
|
+
flex-direction: column;
|
|
31728
|
+
justify-content: center;
|
|
31729
|
+
align-items: center;
|
|
31662
31730
|
}
|
|
31663
31731
|
|
|
31664
|
-
.
|
|
31665
|
-
|
|
31666
|
-
|
|
31732
|
+
.E_fzh9mnb .error-text {
|
|
31733
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31734
|
+
margin-bottom: 16px;
|
|
31735
|
+
font-size: 18px;
|
|
31667
31736
|
}
|
|
31668
31737
|
|
|
31669
|
-
.
|
|
31670
|
-
|
|
31671
|
-
|
|
31738
|
+
.E_i1inqkme {
|
|
31739
|
+
height: 18px;
|
|
31740
|
+
line-height: 18px;
|
|
31741
|
+
padding: 0 4px;
|
|
31742
|
+
border-radius: 4px;
|
|
31743
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31744
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31745
|
+
display: flex;
|
|
31746
|
+
align-items: center;
|
|
31747
|
+
white-space: nowrap;
|
|
31748
|
+
margin-right: 4px;
|
|
31749
|
+
}
|
|
31750
|
+
|
|
31751
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31752
|
+
display: var(--ai7qkf2-0);
|
|
31753
|
+
}
|
|
31754
|
+
|
|
31755
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31756
|
+
display: inline-flex;
|
|
31757
|
+
line-height: 1.5715;
|
|
31758
|
+
height: 100%;
|
|
31759
|
+
width: 100%;
|
|
31760
|
+
}
|
|
31761
|
+
|
|
31762
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31763
|
+
content: var(--ai7qkf2-1);
|
|
31764
|
+
display: var(--ai7qkf2-2);
|
|
31765
|
+
flex: none;
|
|
31766
|
+
align-items: center;
|
|
31767
|
+
margin-left: 4px;
|
|
31768
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31769
|
+
}
|
|
31770
|
+
|
|
31771
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31772
|
+
content: var(--ai7qkf2-3);
|
|
31773
|
+
display: var(--ai7qkf2-4);
|
|
31774
|
+
flex: none;
|
|
31775
|
+
align-items: center;
|
|
31776
|
+
margin-right: 4px;
|
|
31777
|
+
cursor: auto;
|
|
31778
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31779
|
+
}
|
|
31780
|
+
|
|
31781
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31782
|
+
border-radius: 0;
|
|
31783
|
+
}
|
|
31784
|
+
|
|
31785
|
+
.E_ai7qkf2.ant-input-number {
|
|
31786
|
+
width: 100%;
|
|
31787
|
+
border-radius: 6px;
|
|
31788
|
+
}
|
|
31789
|
+
|
|
31790
|
+
.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 {
|
|
31791
|
+
border-color: #0096ff;
|
|
31792
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31793
|
+
z-index: 1;
|
|
31794
|
+
}
|
|
31795
|
+
|
|
31796
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31797
|
+
border-color: #e75a3a;
|
|
31798
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31799
|
+
}
|
|
31800
|
+
|
|
31801
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31802
|
+
height: 30px;
|
|
31803
|
+
border: 1px;
|
|
31804
|
+
padding: 5px 12px;
|
|
31805
|
+
font-size: inherit;
|
|
31806
|
+
}
|
|
31807
|
+
|
|
31808
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31809
|
+
height: 38px;
|
|
31810
|
+
border: 1px;
|
|
31811
|
+
padding: 8px 16px;
|
|
31812
|
+
}
|
|
31813
|
+
|
|
31814
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31815
|
+
height: 22px;
|
|
31816
|
+
border: 1px;
|
|
31817
|
+
padding: 2px 8px;
|
|
31818
|
+
}
|
|
31819
|
+
|
|
31820
|
+
.E_f7pxqmh {
|
|
31821
|
+
width: 100%;
|
|
31822
|
+
margin-bottom: 0 !important;
|
|
31823
|
+
flex-flow: nowrap !important;
|
|
31824
|
+
line-break: auto;
|
|
31825
|
+
}
|
|
31826
|
+
|
|
31827
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31828
|
+
text-align: left !important;
|
|
31829
|
+
padding-bottom: 0 !important;
|
|
31830
|
+
}
|
|
31831
|
+
|
|
31832
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31833
|
+
min-height: 32px;
|
|
31834
|
+
height: auto;
|
|
31835
|
+
font-size: 13px;
|
|
31836
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31837
|
+
white-space: normal;
|
|
31838
|
+
}
|
|
31839
|
+
|
|
31840
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31841
|
+
border-color: #ff4d4f !important;
|
|
31842
|
+
}
|
|
31843
|
+
|
|
31844
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31845
|
+
margin-top: 4px;
|
|
31846
|
+
font-size: 12px;
|
|
31847
|
+
min-height: 0px;
|
|
31848
|
+
}
|
|
31849
|
+
|
|
31850
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31851
|
+
font-size: 12px;
|
|
31852
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31853
|
+
min-height: 0px;
|
|
31854
|
+
}
|
|
31855
|
+
|
|
31856
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31857
|
+
display: var(--a1wfy30z-0);
|
|
31858
|
+
}
|
|
31859
|
+
|
|
31860
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31861
|
+
padding: 4px 11px;
|
|
31862
|
+
display: inline-flex;
|
|
31863
|
+
line-height: 1.5715;
|
|
31864
|
+
height: inherit;
|
|
31672
31865
|
}
|
|
31673
31866
|
|
|
31674
|
-
.
|
|
31675
|
-
|
|
31676
|
-
|
|
31677
|
-
|
|
31678
|
-
|
|
31867
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31868
|
+
content: var(--a1wfy30z-1);
|
|
31869
|
+
display: var(--a1wfy30z-2);
|
|
31870
|
+
flex: none;
|
|
31871
|
+
align-items: center;
|
|
31872
|
+
margin-left: 4px;
|
|
31679
31873
|
}
|
|
31680
31874
|
|
|
31681
|
-
.
|
|
31682
|
-
|
|
31683
|
-
|
|
31875
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31876
|
+
content: var(--a1wfy30z-3);
|
|
31877
|
+
display: var(--a1wfy30z-4);
|
|
31878
|
+
flex: none;
|
|
31879
|
+
align-items: center;
|
|
31880
|
+
margin-right: 4px;
|
|
31881
|
+
cursor: auto;
|
|
31684
31882
|
}
|
|
31685
31883
|
|
|
31686
|
-
.
|
|
31687
|
-
|
|
31884
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31885
|
+
padding: 0;
|
|
31886
|
+
margin: 0;
|
|
31887
|
+
height: auto;
|
|
31888
|
+
font-size: inherit;
|
|
31688
31889
|
}
|
|
31689
31890
|
|
|
31690
|
-
.
|
|
31691
|
-
|
|
31891
|
+
.E_iouxfgt {
|
|
31892
|
+
display: inline-flex;
|
|
31893
|
+
align-items: center;
|
|
31692
31894
|
}
|
|
31693
31895
|
|
|
31694
|
-
.
|
|
31695
|
-
|
|
31896
|
+
.E_iouxfgt .icon-inner {
|
|
31897
|
+
display: inline-flex;
|
|
31898
|
+
align-items: center;
|
|
31899
|
+
justify-content: center;
|
|
31696
31900
|
}
|
|
31697
31901
|
|
|
31698
|
-
.
|
|
31699
|
-
|
|
31902
|
+
.E_iouxfgt .icon-inner + span,
|
|
31903
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31904
|
+
margin-left: 4px;
|
|
31700
31905
|
}
|
|
31701
31906
|
|
|
31702
|
-
.
|
|
31703
|
-
|
|
31907
|
+
.E_iouxfgt.is-rotate img,
|
|
31908
|
+
.E_iouxfgt.is-rotate svg {
|
|
31909
|
+
animation: rotate 680ms linear infinite;
|
|
31704
31910
|
}
|
|
31705
31911
|
|
|
31706
|
-
.
|
|
31707
|
-
|
|
31912
|
+
.E_owd0kml {
|
|
31913
|
+
display: inline-block;
|
|
31708
31914
|
}
|
|
31709
31915
|
|
|
31710
|
-
.
|
|
31711
|
-
|
|
31916
|
+
.E_h1jsgezc {
|
|
31917
|
+
visibility: hidden;
|
|
31918
|
+
position: absolute;
|
|
31712
31919
|
}
|
|
31713
31920
|
|
|
31714
31921
|
.E_cnujxq2 {
|
|
@@ -32495,19 +32702,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32495
32702
|
margin: 4px 0;
|
|
32496
32703
|
}
|
|
32497
32704
|
|
|
32498
|
-
.E_iq1gosr {
|
|
32499
|
-
display: inline-block;
|
|
32500
|
-
}
|
|
32501
|
-
|
|
32502
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32503
|
-
display: none;
|
|
32504
|
-
}
|
|
32505
|
-
|
|
32506
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
32507
|
-
background: rgba(23, 38, 64, 0.8);
|
|
32508
|
-
border-radius: 4px;
|
|
32509
|
-
}
|
|
32510
|
-
|
|
32511
32705
|
.E_dsnbhzf {
|
|
32512
32706
|
font-family: Inter;
|
|
32513
32707
|
font-style: normal;
|
|
@@ -32948,239 +33142,77 @@ input.E_rf8rlle.ant-input {
|
|
|
32948
33142
|
line-height: 18px;
|
|
32949
33143
|
}
|
|
32950
33144
|
|
|
32951
|
-
.E_t10dv8p1 {
|
|
32952
|
-
font-family: Inter;
|
|
32953
|
-
font-style: normal;
|
|
32954
|
-
font-weight: normal;
|
|
32955
|
-
font-feature-settings: "zero" on;
|
|
32956
|
-
font-size: 12px;
|
|
32957
|
-
line-height: 18px;
|
|
32958
|
-
}
|
|
32959
|
-
|
|
32960
|
-
.E_tc2oqpq {
|
|
32961
|
-
font-family: Inter;
|
|
32962
|
-
font-style: normal;
|
|
32963
|
-
font-weight: 500;
|
|
32964
|
-
font-feature-settings: "zero" on;
|
|
32965
|
-
font-size: 12px;
|
|
32966
|
-
line-height: 18px;
|
|
32967
|
-
}
|
|
32968
|
-
|
|
32969
|
-
.E_tzvddmc {
|
|
32970
|
-
font-family: Inter;
|
|
32971
|
-
font-style: normal;
|
|
32972
|
-
font-weight: bold;
|
|
32973
|
-
font-feature-settings: "zero" on;
|
|
32974
|
-
font-size: 16px;
|
|
32975
|
-
line-height: 24px;
|
|
32976
|
-
}
|
|
32977
|
-
|
|
32978
|
-
.E_u18llj45 {
|
|
32979
|
-
font-family: Inter;
|
|
32980
|
-
font-style: normal;
|
|
32981
|
-
font-weight: normal;
|
|
32982
|
-
font-size: 10px;
|
|
32983
|
-
line-height: 12px;
|
|
32984
|
-
}
|
|
32985
|
-
|
|
32986
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32987
|
-
border-radius: 6px;
|
|
32988
|
-
}
|
|
32989
|
-
|
|
32990
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
32991
|
-
width: 100%;
|
|
32992
|
-
color: #2d3a56;
|
|
32993
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32994
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32995
|
-
font-size: 13px;
|
|
32996
|
-
}
|
|
32997
|
-
|
|
32998
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32999
|
-
height: 30px;
|
|
33000
|
-
}
|
|
33001
|
-
|
|
33002
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
33003
|
-
height: 38px;
|
|
33004
|
-
font-size: 13px;
|
|
33005
|
-
}
|
|
33006
|
-
|
|
33007
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
33008
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
33009
|
-
transition: 160ms ease;
|
|
33010
|
-
}
|
|
33011
|
-
|
|
33012
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
33013
|
-
color: #0080ff;
|
|
33014
|
-
}
|
|
33015
|
-
|
|
33016
|
-
.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 {
|
|
33017
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
33018
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
33019
|
-
}
|
|
33020
|
-
|
|
33021
|
-
.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 {
|
|
33022
|
-
color: #0080ff;
|
|
33023
|
-
}
|
|
33024
|
-
|
|
33025
|
-
.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 {
|
|
33026
|
-
border-color: #0080ff;
|
|
33027
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33028
|
-
}
|
|
33029
|
-
|
|
33030
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33031
|
-
transform: rotate(180deg);
|
|
33032
|
-
}
|
|
33033
|
-
|
|
33034
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
33035
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33036
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
33037
|
-
cursor: "not-allowed";
|
|
33038
|
-
}
|
|
33039
|
-
|
|
33040
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
33041
|
-
border-color: #f0483e !important;
|
|
33042
|
-
}
|
|
33043
|
-
|
|
33044
|
-
.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 {
|
|
33045
|
-
color: #1d326c;
|
|
33046
|
-
}
|
|
33047
|
-
|
|
33048
|
-
.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 {
|
|
33049
|
-
border-color: #0080ff;
|
|
33050
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33051
|
-
}
|
|
33052
|
-
|
|
33053
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33054
|
-
transform: rotate(180deg);
|
|
33055
|
-
}
|
|
33056
|
-
|
|
33057
|
-
.E_s1dni7lo {
|
|
33058
|
-
width: 430px !important;
|
|
33059
|
-
}
|
|
33060
|
-
|
|
33061
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
33062
|
-
padding: 8px 16px;
|
|
33063
|
-
line-height: 18px;
|
|
33064
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33065
|
-
height: 34px;
|
|
33066
|
-
min-height: 34px;
|
|
33067
|
-
box-sizing: border-box;
|
|
33068
|
-
margin-top: 8px;
|
|
33069
|
-
}
|
|
33070
|
-
|
|
33071
|
-
.E_o1ugr09p {
|
|
33072
|
-
display: flex;
|
|
33073
|
-
flex-direction: column;
|
|
33074
|
-
margin: 1px 8px;
|
|
33075
|
-
padding: 8px;
|
|
33076
|
-
border-radius: 4px;
|
|
33077
|
-
}
|
|
33078
|
-
|
|
33079
|
-
.E_o1ugr09p .selected-icon {
|
|
33080
|
-
display: none;
|
|
33081
|
-
}
|
|
33082
|
-
|
|
33083
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
33084
|
-
padding-left: 8px;
|
|
33085
|
-
}
|
|
33086
|
-
|
|
33087
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
33088
|
-
background-color: white;
|
|
33089
|
-
}
|
|
33090
|
-
|
|
33091
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
33092
|
-
color: #0080ff;
|
|
33093
|
-
}
|
|
33094
|
-
|
|
33095
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
33096
|
-
display: block;
|
|
33097
|
-
}
|
|
33098
|
-
|
|
33099
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
33100
|
-
background: rgba(0, 136, 255, 0.16);
|
|
33101
|
-
}
|
|
33102
|
-
|
|
33103
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
33104
|
-
color: #0080ff;
|
|
33105
|
-
}
|
|
33106
|
-
|
|
33107
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
33108
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33109
|
-
color: #0080ff;
|
|
33110
|
-
}
|
|
33111
|
-
|
|
33112
|
-
.E_o1ifxsq4 {
|
|
33113
|
-
display: flex;
|
|
33114
|
-
justify-content: space-between;
|
|
33115
|
-
height: 20px;
|
|
33116
|
-
line-height: 20px;
|
|
33117
|
-
}
|
|
33118
|
-
|
|
33119
|
-
.E_o1ifxsq4 .timezone-title {
|
|
33120
|
-
color: #2d3a56;
|
|
33121
|
-
overflow: hidden;
|
|
33122
|
-
text-overflow: ellipsis;
|
|
33123
|
-
}
|
|
33124
|
-
|
|
33125
|
-
.E_o1zue7 {
|
|
33126
|
-
display: flex;
|
|
33127
|
-
justify-content: space-between;
|
|
33128
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33129
|
-
height: 18px;
|
|
33130
|
-
line-height: 18px;
|
|
33131
|
-
margin-top: 2px;
|
|
33132
|
-
}
|
|
33133
|
-
|
|
33134
|
-
.E_tyfmlxg {
|
|
33135
|
-
border: none;
|
|
33136
|
-
margin-right: 0;
|
|
33137
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33145
|
+
.E_t10dv8p1 {
|
|
33146
|
+
font-family: Inter;
|
|
33147
|
+
font-style: normal;
|
|
33148
|
+
font-weight: normal;
|
|
33149
|
+
font-feature-settings: "zero" on;
|
|
33150
|
+
font-size: 12px;
|
|
33151
|
+
line-height: 18px;
|
|
33138
33152
|
}
|
|
33139
33153
|
|
|
33140
|
-
.
|
|
33141
|
-
|
|
33142
|
-
|
|
33143
|
-
|
|
33144
|
-
|
|
33154
|
+
.E_tc2oqpq {
|
|
33155
|
+
font-family: Inter;
|
|
33156
|
+
font-style: normal;
|
|
33157
|
+
font-weight: 500;
|
|
33158
|
+
font-feature-settings: "zero" on;
|
|
33159
|
+
font-size: 12px;
|
|
33160
|
+
line-height: 18px;
|
|
33145
33161
|
}
|
|
33146
33162
|
|
|
33147
|
-
.
|
|
33148
|
-
|
|
33163
|
+
.E_tzvddmc {
|
|
33164
|
+
font-family: Inter;
|
|
33165
|
+
font-style: normal;
|
|
33166
|
+
font-weight: bold;
|
|
33167
|
+
font-feature-settings: "zero" on;
|
|
33168
|
+
font-size: 16px;
|
|
33169
|
+
line-height: 24px;
|
|
33149
33170
|
}
|
|
33150
33171
|
|
|
33151
|
-
.
|
|
33152
|
-
|
|
33172
|
+
.E_u18llj45 {
|
|
33173
|
+
font-family: Inter;
|
|
33174
|
+
font-style: normal;
|
|
33175
|
+
font-weight: normal;
|
|
33176
|
+
font-size: 10px;
|
|
33177
|
+
line-height: 12px;
|
|
33153
33178
|
}
|
|
33154
33179
|
|
|
33155
|
-
.
|
|
33156
|
-
|
|
33157
|
-
background-color:
|
|
33180
|
+
.E_h1ol2wl7 {
|
|
33181
|
+
font-weight: bold;
|
|
33182
|
+
background-color: unset;
|
|
33183
|
+
padding: unset;
|
|
33158
33184
|
}
|
|
33159
33185
|
|
|
33160
|
-
.
|
|
33161
|
-
|
|
33162
|
-
|
|
33163
|
-
padding-left: 0px !important;
|
|
33164
|
-
padding-right: 24px;
|
|
33186
|
+
.E_ryby9ds {
|
|
33187
|
+
display: flex;
|
|
33188
|
+
align-items: center;
|
|
33165
33189
|
}
|
|
33166
33190
|
|
|
33167
|
-
.
|
|
33168
|
-
|
|
33191
|
+
.E_ryby9ds .order {
|
|
33192
|
+
height: 24px;
|
|
33193
|
+
width: 24px;
|
|
33194
|
+
border-radius: 20px;
|
|
33195
|
+
color: #0080ff;
|
|
33196
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33197
|
+
display: flex;
|
|
33198
|
+
align-items: center;
|
|
33199
|
+
justify-content: center;
|
|
33200
|
+
margin-right: 6px;
|
|
33169
33201
|
}
|
|
33170
33202
|
|
|
33171
|
-
.
|
|
33172
|
-
|
|
33203
|
+
.E_suhck3k {
|
|
33204
|
+
height: 24px;
|
|
33205
|
+
width: 24px;
|
|
33206
|
+
border-radius: 6px;
|
|
33207
|
+
padding: 4px;
|
|
33173
33208
|
}
|
|
33174
33209
|
|
|
33175
|
-
.
|
|
33176
|
-
|
|
33177
|
-
cursor: default;
|
|
33210
|
+
.E_suhck3k:hover {
|
|
33211
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33178
33212
|
}
|
|
33179
33213
|
|
|
33180
|
-
.
|
|
33181
|
-
|
|
33182
|
-
background-color: unset;
|
|
33183
|
-
padding: unset;
|
|
33214
|
+
.E_suhck3k:hover svg path {
|
|
33215
|
+
fill: blue;
|
|
33184
33216
|
}
|
|
33185
33217
|
|
|
33186
33218
|
.E_drhfj7c .bottom {
|
|
@@ -33432,38 +33464,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33432
33464
|
font-size: 14px;
|
|
33433
33465
|
}
|
|
33434
33466
|
|
|
33435
|
-
.E_suhck3k {
|
|
33436
|
-
height: 24px;
|
|
33437
|
-
width: 24px;
|
|
33438
|
-
border-radius: 6px;
|
|
33439
|
-
padding: 4px;
|
|
33440
|
-
}
|
|
33441
|
-
|
|
33442
|
-
.E_suhck3k:hover {
|
|
33443
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33444
|
-
}
|
|
33445
|
-
|
|
33446
|
-
.E_suhck3k:hover svg path {
|
|
33447
|
-
fill: blue;
|
|
33448
|
-
}
|
|
33449
|
-
|
|
33450
|
-
.E_ryby9ds {
|
|
33451
|
-
display: flex;
|
|
33452
|
-
align-items: center;
|
|
33453
|
-
}
|
|
33454
|
-
|
|
33455
|
-
.E_ryby9ds .order {
|
|
33456
|
-
height: 24px;
|
|
33457
|
-
width: 24px;
|
|
33458
|
-
border-radius: 20px;
|
|
33459
|
-
color: #0080ff;
|
|
33460
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33461
|
-
display: flex;
|
|
33462
|
-
align-items: center;
|
|
33463
|
-
justify-content: center;
|
|
33464
|
-
margin-right: 6px;
|
|
33465
|
-
}
|
|
33466
|
-
|
|
33467
33467
|
.E_c1kchka8 {
|
|
33468
33468
|
height: 100%;
|
|
33469
33469
|
width: 100%;
|
|
@@ -34005,166 +34005,25 @@ input.E_rf8rlle.ant-input {
|
|
|
34005
34005
|
color: #0080ff;
|
|
34006
34006
|
}
|
|
34007
34007
|
|
|
34008
|
-
.E_d1tc7lgk ul li:active {
|
|
34009
|
-
background: rgba(0, 136, 255, 0.2);
|
|
34010
|
-
color: #0080ff;
|
|
34011
|
-
}
|
|
34012
|
-
|
|
34013
|
-
.E_d1tc7lgk ul li + li {
|
|
34014
|
-
margin-top: 2px;
|
|
34015
|
-
}
|
|
34016
|
-
|
|
34017
|
-
.E_rzaik16 {
|
|
34018
|
-
padding: 0;
|
|
34019
|
-
}
|
|
34020
|
-
|
|
34021
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
34022
|
-
display: none;
|
|
34023
|
-
}
|
|
34024
|
-
|
|
34025
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
34026
|
-
padding: 0;
|
|
34027
|
-
}
|
|
34028
|
-
|
|
34029
|
-
.E_r77hffu {
|
|
34030
|
-
display: flex;
|
|
34031
|
-
align-items: center;
|
|
34032
|
-
justify-content: space-between;
|
|
34033
|
-
column-gap: 6px;
|
|
34034
|
-
}
|
|
34035
|
-
|
|
34036
|
-
.E_p1cmxsf7 {
|
|
34037
|
-
display: flex;
|
|
34038
|
-
flex-direction: column;
|
|
34039
|
-
justify-content: center;
|
|
34040
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34041
|
-
}
|
|
34042
|
-
|
|
34043
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34044
|
-
font-size: 0;
|
|
34045
|
-
}
|
|
34046
|
-
|
|
34047
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34048
|
-
margin-right: 2px;
|
|
34049
|
-
}
|
|
34050
|
-
|
|
34051
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34052
|
-
padding-left: 8px;
|
|
34053
|
-
padding-right: 8px;
|
|
34054
|
-
}
|
|
34055
|
-
|
|
34056
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34057
|
-
border-radius: 4px;
|
|
34058
|
-
}
|
|
34059
|
-
|
|
34060
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34061
|
-
border-radius: 4px;
|
|
34062
|
-
}
|
|
34063
|
-
|
|
34064
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
34065
|
-
padding-left: 12px;
|
|
34066
|
-
padding-right: 12px;
|
|
34067
|
-
}
|
|
34068
|
-
|
|
34069
|
-
.E_ckld275 {
|
|
34070
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34071
|
-
}
|
|
34072
|
-
|
|
34073
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34074
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
34075
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34076
|
-
}
|
|
34077
|
-
|
|
34078
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34079
|
-
background-color: transparent;
|
|
34080
|
-
}
|
|
34081
|
-
|
|
34082
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34083
|
-
background-color: transparent;
|
|
34084
|
-
}
|
|
34085
|
-
|
|
34086
|
-
.E_ckui4s7 {
|
|
34087
|
-
color: #2d3a56;
|
|
34088
|
-
line-height: 22px;
|
|
34089
|
-
display: inline-flex;
|
|
34090
|
-
}
|
|
34091
|
-
|
|
34092
|
-
.E_ckui4s7 .ant-checkbox {
|
|
34093
|
-
height: 22px;
|
|
34094
|
-
display: flex;
|
|
34095
|
-
align-items: center;
|
|
34096
|
-
top: 0;
|
|
34097
|
-
}
|
|
34098
|
-
|
|
34099
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34100
|
-
border: none;
|
|
34101
|
-
}
|
|
34102
|
-
|
|
34103
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34104
|
-
border-color: #0080ff;
|
|
34105
|
-
}
|
|
34106
|
-
|
|
34107
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34108
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34109
|
-
}
|
|
34110
|
-
|
|
34111
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34112
|
-
border: 1px solid #0080ff;
|
|
34113
|
-
}
|
|
34114
|
-
|
|
34115
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34116
|
-
background: #0080ff;
|
|
34117
|
-
}
|
|
34118
|
-
|
|
34119
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34120
|
-
background-color: #fff;
|
|
34121
|
-
height: 2px;
|
|
34122
|
-
width: 10px;
|
|
34123
|
-
border-radius: 2px;
|
|
34124
|
-
}
|
|
34125
|
-
|
|
34126
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34127
|
-
opacity: 0.5;
|
|
34128
|
-
}
|
|
34129
|
-
|
|
34130
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34131
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34132
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34133
|
-
}
|
|
34134
|
-
|
|
34135
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34136
|
-
border-color: #2d3a56;
|
|
34137
|
-
}
|
|
34138
|
-
|
|
34139
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34140
|
-
background: #2d3a56;
|
|
34141
|
-
}
|
|
34142
|
-
|
|
34143
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34144
|
-
padding: 0;
|
|
34145
|
-
}
|
|
34146
|
-
|
|
34147
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34148
|
-
display: inline-block;
|
|
34149
|
-
margin-left: 12px;
|
|
34150
|
-
color: #2d3a56;
|
|
34008
|
+
.E_d1tc7lgk ul li:active {
|
|
34009
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34010
|
+
color: #0080ff;
|
|
34151
34011
|
}
|
|
34152
34012
|
|
|
34153
|
-
.
|
|
34154
|
-
margin-
|
|
34155
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34013
|
+
.E_d1tc7lgk ul li + li {
|
|
34014
|
+
margin-top: 2px;
|
|
34156
34015
|
}
|
|
34157
34016
|
|
|
34158
|
-
.
|
|
34159
|
-
|
|
34017
|
+
.E_rzaik16 {
|
|
34018
|
+
padding: 0;
|
|
34160
34019
|
}
|
|
34161
34020
|
|
|
34162
|
-
.
|
|
34163
|
-
|
|
34021
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
34022
|
+
display: none;
|
|
34164
34023
|
}
|
|
34165
34024
|
|
|
34166
|
-
.
|
|
34167
|
-
padding: 0
|
|
34025
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
34026
|
+
padding: 0;
|
|
34168
34027
|
}
|
|
34169
34028
|
|
|
34170
34029
|
.E_c1kghdax {
|
|
@@ -34214,6 +34073,10 @@ input.E_rf8rlle.ant-input {
|
|
|
34214
34073
|
margin-right: 2px;
|
|
34215
34074
|
}
|
|
34216
34075
|
|
|
34076
|
+
.E_c1yd35n {
|
|
34077
|
+
padding: 0 12px 14px 12px;
|
|
34078
|
+
}
|
|
34079
|
+
|
|
34217
34080
|
.E_b14q2gmw {
|
|
34218
34081
|
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);
|
|
34219
34082
|
}
|
|
@@ -34233,262 +34096,190 @@ input.E_rf8rlle.ant-input {
|
|
|
34233
34096
|
transform: translateY(-4px);
|
|
34234
34097
|
}
|
|
34235
34098
|
|
|
34236
|
-
.
|
|
34237
|
-
|
|
34238
|
-
flex: 1;
|
|
34239
|
-
}
|
|
34240
|
-
|
|
34241
|
-
.E_t1gvlxt5 .tag {
|
|
34242
|
-
flex: 0 0 auto;
|
|
34243
|
-
}
|
|
34244
|
-
|
|
34245
|
-
.E_t1gvlxt5 .progress-title {
|
|
34246
|
-
flex: 2;
|
|
34247
|
-
max-width: fit-content;
|
|
34248
|
-
}
|
|
34249
|
-
|
|
34250
|
-
.E_t1gvlxt5 .progress-desc {
|
|
34251
|
-
flex: 1;
|
|
34252
|
-
max-width: fit-content;
|
|
34099
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34100
|
+
margin-right: 2px;
|
|
34253
34101
|
}
|
|
34254
34102
|
|
|
34255
|
-
.
|
|
34256
|
-
|
|
34257
|
-
|
|
34258
|
-
column-gap: var(--a1ji6r68-0);
|
|
34103
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34104
|
+
padding-left: 8px;
|
|
34105
|
+
padding-right: 8px;
|
|
34259
34106
|
}
|
|
34260
34107
|
|
|
34261
|
-
.
|
|
34262
|
-
|
|
34263
|
-
height: 64px;
|
|
34264
|
-
display: flex;
|
|
34265
|
-
align-items: center;
|
|
34266
|
-
justify-content: center;
|
|
34267
|
-
position: relative;
|
|
34268
|
-
opacity: 0.2;
|
|
34108
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34109
|
+
border-radius: 4px;
|
|
34269
34110
|
}
|
|
34270
34111
|
|
|
34271
|
-
.
|
|
34272
|
-
|
|
34273
|
-
width: 5px;
|
|
34274
|
-
height: 48px;
|
|
34275
|
-
left: 9.33px;
|
|
34276
|
-
top: 40.5px;
|
|
34277
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34278
|
-
border-radius: 5px;
|
|
34279
|
-
transform: rotate(-128deg);
|
|
34280
|
-
transform-origin: top left;
|
|
34281
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34112
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34113
|
+
border-radius: 4px;
|
|
34282
34114
|
}
|
|
34283
34115
|
|
|
34284
|
-
.
|
|
34285
|
-
|
|
34286
|
-
|
|
34287
|
-
height: 48px;
|
|
34288
|
-
left: 40.8px;
|
|
34289
|
-
top: 8.4px;
|
|
34290
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34291
|
-
border-radius: 5px;
|
|
34292
|
-
transform: rotate(-8deg);
|
|
34293
|
-
transform-origin: top left;
|
|
34294
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34116
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34117
|
+
padding-left: 12px;
|
|
34118
|
+
padding-right: 12px;
|
|
34295
34119
|
}
|
|
34296
34120
|
|
|
34297
|
-
.
|
|
34298
|
-
|
|
34299
|
-
width: 5px;
|
|
34300
|
-
height: 48px;
|
|
34301
|
-
left: 52.9px;
|
|
34302
|
-
top: 51.8px;
|
|
34303
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34304
|
-
border-radius: 5px;
|
|
34305
|
-
transform: rotate(112deg);
|
|
34306
|
-
transform-origin: top left;
|
|
34307
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34121
|
+
.E_ckld275 {
|
|
34122
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34308
34123
|
}
|
|
34309
34124
|
|
|
34310
|
-
.
|
|
34311
|
-
color: rgba(
|
|
34312
|
-
|
|
34313
|
-
display: flex;
|
|
34314
|
-
align-items: center;
|
|
34315
|
-
justify-content: center;
|
|
34316
|
-
flex-direction: column;
|
|
34317
|
-
height: 100%;
|
|
34125
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34126
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34127
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34318
34128
|
}
|
|
34319
34129
|
|
|
34320
|
-
.
|
|
34321
|
-
color:
|
|
34322
|
-
cursor: pointer;
|
|
34130
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34131
|
+
background-color: transparent;
|
|
34323
34132
|
}
|
|
34324
34133
|
|
|
34325
|
-
.
|
|
34326
|
-
|
|
34327
|
-
height: 100%;
|
|
34328
|
-
display: flex;
|
|
34329
|
-
flex-direction: column;
|
|
34134
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34135
|
+
background-color: transparent;
|
|
34330
34136
|
}
|
|
34331
34137
|
|
|
34332
|
-
.
|
|
34333
|
-
|
|
34334
|
-
|
|
34335
|
-
|
|
34336
|
-
padding: 0 16px;
|
|
34337
|
-
justify-content: space-between;
|
|
34138
|
+
.E_ckui4s7 {
|
|
34139
|
+
color: #2d3a56;
|
|
34140
|
+
line-height: 22px;
|
|
34141
|
+
display: inline-flex;
|
|
34338
34142
|
}
|
|
34339
34143
|
|
|
34340
|
-
.
|
|
34144
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34145
|
+
height: 22px;
|
|
34341
34146
|
display: flex;
|
|
34342
|
-
font-size: 12px;
|
|
34343
34147
|
align-items: center;
|
|
34148
|
+
top: 0;
|
|
34344
34149
|
}
|
|
34345
34150
|
|
|
34346
|
-
.
|
|
34347
|
-
|
|
34151
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34152
|
+
border: none;
|
|
34348
34153
|
}
|
|
34349
34154
|
|
|
34350
|
-
.
|
|
34351
|
-
|
|
34155
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34156
|
+
border-color: #0080ff;
|
|
34352
34157
|
}
|
|
34353
34158
|
|
|
34354
|
-
.
|
|
34355
|
-
|
|
34356
|
-
cursor: pointer;
|
|
34159
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34160
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34357
34161
|
}
|
|
34358
34162
|
|
|
34359
|
-
.
|
|
34360
|
-
|
|
34361
|
-
width: 100%;
|
|
34362
|
-
display: flex;
|
|
34363
|
-
justify-content: center;
|
|
34364
|
-
align-items: center;
|
|
34163
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34164
|
+
border: 1px solid #0080ff;
|
|
34365
34165
|
}
|
|
34366
34166
|
|
|
34367
|
-
.
|
|
34368
|
-
|
|
34167
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34168
|
+
background: #0080ff;
|
|
34369
34169
|
}
|
|
34370
34170
|
|
|
34371
|
-
.
|
|
34372
|
-
|
|
34373
|
-
|
|
34374
|
-
|
|
34375
|
-
|
|
34376
|
-
width: 100%;
|
|
34171
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34172
|
+
background-color: #fff;
|
|
34173
|
+
height: 2px;
|
|
34174
|
+
width: 10px;
|
|
34175
|
+
border-radius: 2px;
|
|
34377
34176
|
}
|
|
34378
34177
|
|
|
34379
|
-
.
|
|
34380
|
-
|
|
34381
|
-
font-size: 12px;
|
|
34178
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34179
|
+
opacity: 0.5;
|
|
34382
34180
|
}
|
|
34383
34181
|
|
|
34384
|
-
.
|
|
34385
|
-
|
|
34386
|
-
|
|
34387
|
-
align-items: center;
|
|
34388
|
-
font-size: 12px;
|
|
34389
|
-
cursor: pointer;
|
|
34182
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34183
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34184
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34390
34185
|
}
|
|
34391
34186
|
|
|
34392
|
-
.
|
|
34393
|
-
|
|
34187
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34188
|
+
border-color: #2d3a56;
|
|
34394
34189
|
}
|
|
34395
34190
|
|
|
34396
|
-
.
|
|
34397
|
-
|
|
34191
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34192
|
+
background: #2d3a56;
|
|
34398
34193
|
}
|
|
34399
34194
|
|
|
34400
|
-
.
|
|
34401
|
-
|
|
34195
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34196
|
+
padding: 0;
|
|
34402
34197
|
}
|
|
34403
34198
|
|
|
34404
|
-
.
|
|
34199
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34405
34200
|
display: inline-block;
|
|
34406
|
-
|
|
34407
|
-
|
|
34408
|
-
margin-right: 8px;
|
|
34409
|
-
}
|
|
34410
|
-
|
|
34411
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34412
|
-
display: flex;
|
|
34413
|
-
align-items: center;
|
|
34414
|
-
font-size: 12px;
|
|
34415
|
-
margin: 0;
|
|
34201
|
+
margin-left: 12px;
|
|
34202
|
+
color: #2d3a56;
|
|
34416
34203
|
}
|
|
34417
34204
|
|
|
34418
|
-
.
|
|
34419
|
-
|
|
34205
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34206
|
+
margin-left: 28px;
|
|
34207
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34420
34208
|
}
|
|
34421
34209
|
|
|
34422
|
-
.
|
|
34423
|
-
|
|
34210
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34211
|
+
margin-left: 8px;
|
|
34424
34212
|
}
|
|
34425
34213
|
|
|
34426
|
-
.
|
|
34427
|
-
|
|
34428
|
-
justify-content: space-between;
|
|
34429
|
-
line-height: 30px;
|
|
34430
|
-
margin: 0 16px;
|
|
34214
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34215
|
+
margin-left: 24px;
|
|
34431
34216
|
}
|
|
34432
34217
|
|
|
34433
|
-
.
|
|
34218
|
+
.E_r77hffu {
|
|
34434
34219
|
display: flex;
|
|
34435
|
-
font-size: 12px;
|
|
34436
34220
|
align-items: center;
|
|
34221
|
+
justify-content: space-between;
|
|
34222
|
+
column-gap: 6px;
|
|
34437
34223
|
}
|
|
34438
34224
|
|
|
34439
|
-
.
|
|
34440
|
-
|
|
34441
|
-
|
|
34442
|
-
|
|
34443
|
-
|
|
34444
|
-
margin-left: 10px;
|
|
34445
|
-
}
|
|
34446
|
-
|
|
34447
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34448
|
-
margin-left: 10px;
|
|
34449
|
-
cursor: pointer;
|
|
34450
|
-
}
|
|
34451
|
-
|
|
34452
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
34453
|
-
font-size: 12px;
|
|
34454
|
-
}
|
|
34455
|
-
|
|
34456
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
34457
|
-
position: absolute;
|
|
34458
|
-
bottom: 10px;
|
|
34459
|
-
padding: 0 8px;
|
|
34460
|
-
border-radius: 4px;
|
|
34461
|
-
font-size: 12px;
|
|
34462
|
-
color: #fff;
|
|
34463
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34464
|
-
transform: translateX(-50%);
|
|
34225
|
+
.E_p1cmxsf7 {
|
|
34226
|
+
display: flex;
|
|
34227
|
+
flex-direction: column;
|
|
34228
|
+
justify-content: center;
|
|
34229
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34465
34230
|
}
|
|
34466
34231
|
|
|
34467
|
-
.
|
|
34468
|
-
|
|
34232
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34233
|
+
font-size: 0;
|
|
34469
34234
|
}
|
|
34470
34235
|
|
|
34471
|
-
.
|
|
34236
|
+
.E_lht19u8 {
|
|
34237
|
+
width: 64px;
|
|
34238
|
+
height: 64px;
|
|
34472
34239
|
display: flex;
|
|
34473
34240
|
align-items: center;
|
|
34474
|
-
justify-content:
|
|
34475
|
-
|
|
34476
|
-
|
|
34477
|
-
font-size: 12px;
|
|
34478
|
-
padding: 3px 6px;
|
|
34241
|
+
justify-content: center;
|
|
34242
|
+
position: relative;
|
|
34243
|
+
opacity: 0.2;
|
|
34479
34244
|
}
|
|
34480
34245
|
|
|
34481
|
-
.
|
|
34482
|
-
|
|
34246
|
+
.E_lk3gkp4 {
|
|
34247
|
+
position: absolute;
|
|
34248
|
+
width: 5px;
|
|
34249
|
+
height: 48px;
|
|
34250
|
+
left: 9.33px;
|
|
34251
|
+
top: 40.5px;
|
|
34252
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34253
|
+
border-radius: 5px;
|
|
34254
|
+
transform: rotate(-128deg);
|
|
34255
|
+
transform-origin: top left;
|
|
34256
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34483
34257
|
}
|
|
34484
34258
|
|
|
34485
|
-
.
|
|
34486
|
-
|
|
34259
|
+
.E_ll4n94n {
|
|
34260
|
+
position: absolute;
|
|
34261
|
+
width: 5px;
|
|
34262
|
+
height: 48px;
|
|
34263
|
+
left: 40.8px;
|
|
34264
|
+
top: 8.4px;
|
|
34265
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34266
|
+
border-radius: 5px;
|
|
34267
|
+
transform: rotate(-8deg);
|
|
34268
|
+
transform-origin: top left;
|
|
34269
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34487
34270
|
}
|
|
34488
34271
|
|
|
34489
|
-
.
|
|
34490
|
-
|
|
34491
|
-
|
|
34272
|
+
.E_l17lbdo6 {
|
|
34273
|
+
position: absolute;
|
|
34274
|
+
width: 5px;
|
|
34275
|
+
height: 48px;
|
|
34276
|
+
left: 52.9px;
|
|
34277
|
+
top: 51.8px;
|
|
34278
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34279
|
+
border-radius: 5px;
|
|
34280
|
+
transform: rotate(112deg);
|
|
34281
|
+
transform-origin: top left;
|
|
34282
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34492
34283
|
}
|
|
34493
34284
|
|
|
34494
34285
|
.E_w7ob4th.outside-tag {
|
|
@@ -34530,11 +34321,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34530
34321
|
white-space: normal;
|
|
34531
34322
|
}
|
|
34532
34323
|
|
|
34533
|
-
.E_i1g85yz3 {
|
|
34534
|
-
margin-right: 4px;
|
|
34535
|
-
height: 16px;
|
|
34536
|
-
}
|
|
34537
|
-
|
|
34538
34324
|
.E_sjob3jg {
|
|
34539
34325
|
--item-min-width: 60px;
|
|
34540
34326
|
}
|
|
@@ -34919,593 +34705,807 @@ input.E_rf8rlle.ant-input {
|
|
|
34919
34705
|
text-align: right;
|
|
34920
34706
|
}
|
|
34921
34707
|
|
|
34922
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34923
|
-
margin-right: 8px;
|
|
34708
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34709
|
+
margin-right: 8px;
|
|
34710
|
+
}
|
|
34711
|
+
|
|
34712
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34713
|
+
padding: 4px;
|
|
34714
|
+
width: 24px;
|
|
34715
|
+
height: 24px;
|
|
34716
|
+
overflow: hidden;
|
|
34717
|
+
}
|
|
34718
|
+
|
|
34719
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34720
|
+
padding: 0;
|
|
34721
|
+
}
|
|
34722
|
+
|
|
34723
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34724
|
+
cursor: not-allowed;
|
|
34725
|
+
opacity: 0.5;
|
|
34726
|
+
}
|
|
34727
|
+
|
|
34728
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34729
|
+
margin: 0;
|
|
34730
|
+
}
|
|
34731
|
+
|
|
34732
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34733
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34734
|
+
border-radius: 5px;
|
|
34735
|
+
font-size: 12px;
|
|
34736
|
+
}
|
|
34737
|
+
|
|
34738
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34739
|
+
font-size: inherit;
|
|
34740
|
+
}
|
|
34741
|
+
|
|
34742
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34743
|
+
min-height: 24px;
|
|
34744
|
+
font-size: 12px;
|
|
34745
|
+
position: relative;
|
|
34746
|
+
}
|
|
34747
|
+
|
|
34748
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34749
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34750
|
+
}
|
|
34751
|
+
|
|
34752
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34753
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34754
|
+
}
|
|
34755
|
+
|
|
34756
|
+
.E_a138syjm {
|
|
34757
|
+
display: flex;
|
|
34758
|
+
align-items: center;
|
|
34759
|
+
margin-top: 8px;
|
|
34760
|
+
}
|
|
34761
|
+
|
|
34762
|
+
.E_a138syjm button.ant-btn {
|
|
34763
|
+
padding: 2px 8px;
|
|
34764
|
+
height: 24px;
|
|
34765
|
+
}
|
|
34766
|
+
|
|
34767
|
+
.E_a138syjm > span.maximum-desc {
|
|
34768
|
+
display: none;
|
|
34769
|
+
margin-left: 8px;
|
|
34770
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34771
|
+
}
|
|
34772
|
+
|
|
34773
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34774
|
+
display: inline;
|
|
34775
|
+
}
|
|
34776
|
+
|
|
34777
|
+
.E_d77i8u0 {
|
|
34778
|
+
width: 24px;
|
|
34779
|
+
height: 24px;
|
|
34780
|
+
padding: 4px;
|
|
34781
|
+
margin-right: 8px;
|
|
34782
|
+
}
|
|
34783
|
+
|
|
34784
|
+
.E_tc97u5y {
|
|
34785
|
+
height: 100%;
|
|
34786
|
+
}
|
|
34787
|
+
|
|
34788
|
+
.E_tfzf37v {
|
|
34789
|
+
height: 100%;
|
|
34790
|
+
}
|
|
34791
|
+
|
|
34792
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
34793
|
+
overflow: visible !important;
|
|
34794
|
+
height: 100%;
|
|
34795
|
+
}
|
|
34796
|
+
|
|
34797
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34798
|
+
height: 100%;
|
|
34799
|
+
}
|
|
34800
|
+
|
|
34801
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
34802
|
+
width: 100% !important;
|
|
34803
|
+
height: 100%;
|
|
34804
|
+
}
|
|
34805
|
+
|
|
34806
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34807
|
+
padding: 15px 0;
|
|
34808
|
+
}
|
|
34809
|
+
|
|
34810
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
34811
|
+
display: none;
|
|
34812
|
+
}
|
|
34813
|
+
|
|
34814
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
34815
|
+
font-weight: 700;
|
|
34816
|
+
}
|
|
34817
|
+
|
|
34818
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
34819
|
+
font-weight: 700;
|
|
34820
|
+
}
|
|
34821
|
+
|
|
34822
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
34823
|
+
height: 100%;
|
|
34824
|
+
}
|
|
34825
|
+
|
|
34826
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
34827
|
+
height: 100%;
|
|
34828
|
+
overflow: visible;
|
|
34829
|
+
}
|
|
34830
|
+
|
|
34831
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
34832
|
+
max-height: none;
|
|
34833
|
+
}
|
|
34834
|
+
|
|
34835
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
34836
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
34837
|
+
display: none;
|
|
34838
|
+
}
|
|
34839
|
+
|
|
34840
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
34841
|
+
background: transparent;
|
|
34842
|
+
}
|
|
34843
|
+
|
|
34844
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
34845
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
34846
|
+
background: #fff;
|
|
34847
|
+
padding: 0 !important;
|
|
34848
|
+
}
|
|
34849
|
+
|
|
34850
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34851
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34852
|
+
display: flex;
|
|
34853
|
+
align-items: center;
|
|
34854
|
+
height: 100%;
|
|
34855
|
+
padding: 8px;
|
|
34856
|
+
}
|
|
34857
|
+
|
|
34858
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34859
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34860
|
+
overflow: hidden;
|
|
34861
|
+
text-overflow: ellipsis;
|
|
34862
|
+
width: 100%;
|
|
34863
|
+
}
|
|
34864
|
+
|
|
34865
|
+
.E_tfzf37v .ant-table-container {
|
|
34866
|
+
height: 100%;
|
|
34867
|
+
}
|
|
34868
|
+
|
|
34869
|
+
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
34870
|
+
box-shadow: none !important;
|
|
34871
|
+
}
|
|
34872
|
+
|
|
34873
|
+
.E_tfzf37v .ant-table {
|
|
34874
|
+
border-radius: 0px;
|
|
34875
|
+
border-left: none;
|
|
34876
|
+
border-right: none;
|
|
34877
|
+
border-bottom: none;
|
|
34878
|
+
height: 100%;
|
|
34879
|
+
font-size: 12px;
|
|
34880
|
+
background: transparent;
|
|
34881
|
+
}
|
|
34882
|
+
|
|
34883
|
+
.E_tfzf37v .ant-table .ant-table-header {
|
|
34884
|
+
position: relative;
|
|
34885
|
+
z-index: 3;
|
|
34886
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34887
|
+
margin-bottom: -1px;
|
|
34888
|
+
}
|
|
34889
|
+
|
|
34890
|
+
.E_tfzf37v .ant-table .time-wrapper .date,
|
|
34891
|
+
.E_tfzf37v .ant-table .value {
|
|
34892
|
+
color: #2d3a56;
|
|
34924
34893
|
}
|
|
34925
34894
|
|
|
34926
|
-
.
|
|
34927
|
-
|
|
34928
|
-
|
|
34929
|
-
height: 24px;
|
|
34930
|
-
overflow: hidden;
|
|
34895
|
+
.E_tfzf37v .ant-table .time-wrapper .time,
|
|
34896
|
+
.E_tfzf37v .ant-table .unit {
|
|
34897
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34931
34898
|
}
|
|
34932
34899
|
|
|
34933
|
-
.
|
|
34934
|
-
|
|
34900
|
+
.E_tfzf37v .ant-table .ant-table-selection {
|
|
34901
|
+
position: unset;
|
|
34902
|
+
text-align: center;
|
|
34935
34903
|
}
|
|
34936
34904
|
|
|
34937
|
-
.
|
|
34938
|
-
|
|
34939
|
-
opacity: 0.5;
|
|
34905
|
+
.E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34906
|
+
background: #fff;
|
|
34940
34907
|
}
|
|
34941
34908
|
|
|
34942
|
-
.
|
|
34943
|
-
|
|
34909
|
+
.E_tfzf37v .ant-table .anticon-setting {
|
|
34910
|
+
cursor: pointer;
|
|
34911
|
+
position: absolute;
|
|
34912
|
+
top: 50%;
|
|
34913
|
+
right: 12px;
|
|
34914
|
+
transform: translateY(-50%);
|
|
34944
34915
|
}
|
|
34945
34916
|
|
|
34946
|
-
.
|
|
34947
|
-
|
|
34948
|
-
|
|
34949
|
-
|
|
34917
|
+
.E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34918
|
+
box-shadow: none;
|
|
34919
|
+
width: 1px;
|
|
34920
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34950
34921
|
}
|
|
34951
34922
|
|
|
34952
|
-
.
|
|
34953
|
-
|
|
34923
|
+
.E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34924
|
+
box-shadow: none;
|
|
34925
|
+
width: 1px;
|
|
34926
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34954
34927
|
}
|
|
34955
34928
|
|
|
34956
|
-
.
|
|
34957
|
-
min-height: 24px;
|
|
34958
|
-
font-size: 12px;
|
|
34929
|
+
.E_tfzf37v .ant-table .ant-table-tbody {
|
|
34959
34930
|
position: relative;
|
|
34960
34931
|
}
|
|
34961
34932
|
|
|
34962
|
-
.
|
|
34963
|
-
border-
|
|
34933
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
34934
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34935
|
+
border-bottom: 1px solid white;
|
|
34936
|
+
height: 40px;
|
|
34937
|
+
vertical-align: middle;
|
|
34938
|
+
transition: background 0ms;
|
|
34939
|
+
color: #00122e;
|
|
34964
34940
|
}
|
|
34965
34941
|
|
|
34966
|
-
.
|
|
34967
|
-
background
|
|
34942
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34943
|
+
background: #f2f5fa;
|
|
34944
|
+
border-bottom-color: #f2f5fa;
|
|
34968
34945
|
}
|
|
34969
34946
|
|
|
34970
|
-
.
|
|
34971
|
-
|
|
34972
|
-
|
|
34973
|
-
|
|
34947
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34948
|
+
height: auto;
|
|
34949
|
+
color: #00122e;
|
|
34950
|
+
font-size: 12px;
|
|
34951
|
+
text-align: left;
|
|
34952
|
+
transition: none;
|
|
34953
|
+
overflow: hidden;
|
|
34954
|
+
text-overflow: ellipsis;
|
|
34955
|
+
white-space: nowrap;
|
|
34974
34956
|
}
|
|
34975
34957
|
|
|
34976
|
-
.
|
|
34977
|
-
|
|
34978
|
-
height: 24px;
|
|
34958
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34959
|
+
color: #0096ff;
|
|
34979
34960
|
}
|
|
34980
34961
|
|
|
34981
|
-
.
|
|
34982
|
-
|
|
34983
|
-
|
|
34984
|
-
|
|
34962
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34963
|
+
overflow: hidden;
|
|
34964
|
+
text-overflow: ellipsis;
|
|
34965
|
+
width: 100%;
|
|
34966
|
+
vertical-align: middle;
|
|
34985
34967
|
}
|
|
34986
34968
|
|
|
34987
|
-
.
|
|
34988
|
-
|
|
34969
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34970
|
+
line-height: 0px;
|
|
34989
34971
|
}
|
|
34990
34972
|
|
|
34991
|
-
.
|
|
34992
|
-
|
|
34993
|
-
height: 24px;
|
|
34994
|
-
padding: 4px;
|
|
34995
|
-
margin-right: 8px;
|
|
34973
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34974
|
+
padding-right: 25px;
|
|
34996
34975
|
}
|
|
34997
34976
|
|
|
34998
|
-
|
|
34999
|
-
|
|
35000
|
-
line-height: 18px;
|
|
35001
|
-
height: 18px;
|
|
34977
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34978
|
+
border-top-color: transparent;
|
|
35002
34979
|
}
|
|
35003
34980
|
|
|
35004
|
-
|
|
35005
|
-
|
|
35006
|
-
|
|
34981
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34982
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34983
|
+
border-color: transparent transparent white;
|
|
35007
34984
|
}
|
|
35008
34985
|
|
|
35009
|
-
|
|
35010
|
-
|
|
34986
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34987
|
+
border-radius: 8px 0 0 8px;
|
|
35011
34988
|
}
|
|
35012
34989
|
|
|
35013
|
-
|
|
35014
|
-
|
|
34990
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34991
|
+
border-radius: 8px 0 0 8px;
|
|
35015
34992
|
}
|
|
35016
34993
|
|
|
35017
|
-
|
|
35018
|
-
|
|
34994
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34995
|
+
content: "";
|
|
34996
|
+
width: 4px;
|
|
34997
|
+
top: -1px;
|
|
34998
|
+
bottom: -1px;
|
|
34999
|
+
background: white;
|
|
35019
35000
|
}
|
|
35020
35001
|
|
|
35021
|
-
|
|
35022
|
-
|
|
35002
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35003
|
+
border-radius: 0 8px 8px 0;
|
|
35023
35004
|
}
|
|
35024
35005
|
|
|
35025
|
-
|
|
35026
|
-
|
|
35006
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35007
|
+
border-radius: 0;
|
|
35008
|
+
background: white;
|
|
35009
|
+
border-top: none;
|
|
35027
35010
|
}
|
|
35028
35011
|
|
|
35029
|
-
|
|
35030
|
-
|
|
35012
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35013
|
+
border-top: 1px solid transparent;
|
|
35014
|
+
border-radius: 0 8px 8px 0;
|
|
35015
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35031
35016
|
}
|
|
35032
35017
|
|
|
35033
|
-
|
|
35034
|
-
|
|
35018
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35019
|
+
background: white;
|
|
35020
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35035
35021
|
}
|
|
35036
35022
|
|
|
35037
|
-
|
|
35038
|
-
|
|
35023
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35024
|
+
display: flex;
|
|
35025
|
+
align-items: center;
|
|
35026
|
+
height: 100%;
|
|
35027
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35039
35028
|
}
|
|
35040
35029
|
|
|
35041
|
-
|
|
35042
|
-
|
|
35030
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35031
|
+
background: white;
|
|
35032
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35043
35033
|
}
|
|
35044
35034
|
|
|
35045
|
-
|
|
35046
|
-
|
|
35035
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35036
|
+
display: flex;
|
|
35037
|
+
align-items: center;
|
|
35038
|
+
height: 100%;
|
|
35039
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35047
35040
|
}
|
|
35048
35041
|
|
|
35049
|
-
|
|
35050
|
-
|
|
35042
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35043
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35051
35044
|
}
|
|
35052
35045
|
|
|
35053
|
-
|
|
35054
|
-
|
|
35046
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35047
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35048
|
+
border-radius: 8px;
|
|
35055
35049
|
}
|
|
35056
35050
|
|
|
35057
|
-
|
|
35058
|
-
color:
|
|
35051
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35052
|
+
border-top-color: white;
|
|
35059
35053
|
}
|
|
35060
35054
|
|
|
35061
|
-
.
|
|
35062
|
-
|
|
35055
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35056
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35057
|
+
border-bottom-color: transparent;
|
|
35058
|
+
border-top-color: transparent;
|
|
35063
35059
|
}
|
|
35064
35060
|
|
|
35065
|
-
.E_tfzf37v {
|
|
35066
|
-
|
|
35061
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35062
|
+
border-radius: 8px 0 0 8px;
|
|
35067
35063
|
}
|
|
35068
35064
|
|
|
35069
|
-
.E_tfzf37v.
|
|
35070
|
-
|
|
35071
|
-
height: 100%;
|
|
35065
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35066
|
+
border-radius: 0 8px 8px 0;
|
|
35072
35067
|
}
|
|
35073
35068
|
|
|
35074
|
-
.E_tfzf37v
|
|
35075
|
-
|
|
35069
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35070
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35076
35071
|
}
|
|
35077
35072
|
|
|
35078
|
-
.E_tfzf37v.
|
|
35079
|
-
|
|
35080
|
-
|
|
35073
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
35074
|
+
background: #fff;
|
|
35075
|
+
font-weight: 400;
|
|
35076
|
+
position: relative;
|
|
35077
|
+
border-bottom: none;
|
|
35078
|
+
color: #00122e;
|
|
35079
|
+
transition: none;
|
|
35080
|
+
padding: 15px 8px 15px 8px;
|
|
35081
35081
|
}
|
|
35082
35082
|
|
|
35083
|
-
.E_tfzf37v
|
|
35084
|
-
|
|
35083
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35084
|
+
content: "";
|
|
35085
|
+
width: 1px;
|
|
35086
|
+
top: 0;
|
|
35087
|
+
bottom: 0;
|
|
35088
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35089
|
+
position: absolute;
|
|
35090
|
+
right: 0;
|
|
35085
35091
|
}
|
|
35086
35092
|
|
|
35087
|
-
.E_tfzf37v.
|
|
35088
|
-
|
|
35093
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
35094
|
+
padding: unset;
|
|
35089
35095
|
}
|
|
35090
35096
|
|
|
35091
|
-
.E_tfzf37v .
|
|
35092
|
-
|
|
35097
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35098
|
+
display: none;
|
|
35093
35099
|
}
|
|
35094
35100
|
|
|
35095
|
-
.E_tfzf37v.
|
|
35096
|
-
|
|
35101
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35102
|
+
width: 100%;
|
|
35103
|
+
overflow: hidden;
|
|
35104
|
+
white-space: nowrap;
|
|
35105
|
+
text-overflow: ellipsis;
|
|
35097
35106
|
}
|
|
35098
35107
|
|
|
35099
|
-
.E_tfzf37v .ant-
|
|
35100
|
-
|
|
35108
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35109
|
+
overflow: hidden;
|
|
35110
|
+
text-overflow: ellipsis;
|
|
35111
|
+
flex: 1;
|
|
35101
35112
|
}
|
|
35102
35113
|
|
|
35103
|
-
.E_tfzf37v .ant-
|
|
35104
|
-
|
|
35105
|
-
overflow: visible;
|
|
35114
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35115
|
+
padding: 15px 25px 15px 8px;
|
|
35106
35116
|
}
|
|
35107
35117
|
|
|
35108
|
-
.E_tfzf37v .ant-
|
|
35109
|
-
|
|
35118
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35119
|
+
padding: 0;
|
|
35110
35120
|
}
|
|
35111
|
-
|
|
35112
|
-
.E_tfzf37v.table-
|
|
35113
|
-
|
|
35121
|
+
|
|
35122
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35123
|
+
position: absolute;
|
|
35124
|
+
right: 6px;
|
|
35125
|
+
top: 50%;
|
|
35126
|
+
transform: translateY(-50%);
|
|
35127
|
+
height: 16px;
|
|
35114
35128
|
display: none;
|
|
35129
|
+
transition: transform 320ms ease;
|
|
35115
35130
|
}
|
|
35116
35131
|
|
|
35117
|
-
.E_tfzf37v
|
|
35118
|
-
|
|
35132
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35133
|
+
display: block;
|
|
35134
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35119
35135
|
}
|
|
35120
35136
|
|
|
35121
|
-
.E_tfzf37v
|
|
35122
|
-
|
|
35123
|
-
background: #fff;
|
|
35124
|
-
padding: 0 !important;
|
|
35137
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35138
|
+
display: block;
|
|
35125
35139
|
}
|
|
35126
35140
|
|
|
35127
|
-
.E_tfzf37v
|
|
35128
|
-
|
|
35129
|
-
display: flex;
|
|
35130
|
-
align-items: center;
|
|
35131
|
-
height: 100%;
|
|
35132
|
-
padding: 8px;
|
|
35141
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35142
|
+
display: none;
|
|
35133
35143
|
}
|
|
35134
35144
|
|
|
35135
|
-
.E_tfzf37v
|
|
35136
|
-
|
|
35137
|
-
overflow: hidden;
|
|
35138
|
-
text-overflow: ellipsis;
|
|
35139
|
-
width: 100%;
|
|
35145
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35146
|
+
transform: translateY(-50%);
|
|
35140
35147
|
}
|
|
35141
35148
|
|
|
35142
|
-
.E_tfzf37v .ant-table-
|
|
35143
|
-
|
|
35149
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35150
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35144
35151
|
}
|
|
35145
35152
|
|
|
35146
|
-
.E_tfzf37v .ant-table
|
|
35147
|
-
|
|
35153
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35154
|
+
background: #f2f5fa;
|
|
35148
35155
|
}
|
|
35149
35156
|
|
|
35150
|
-
.E_tfzf37v .ant-table {
|
|
35151
|
-
|
|
35152
|
-
border-left: none;
|
|
35153
|
-
border-right: none;
|
|
35154
|
-
border-bottom: none;
|
|
35155
|
-
height: 100%;
|
|
35156
|
-
font-size: 12px;
|
|
35157
|
-
background: transparent;
|
|
35157
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35158
|
+
display: block;
|
|
35158
35159
|
}
|
|
35159
35160
|
|
|
35160
|
-
.E_tfzf37v .ant-table .ant-table-
|
|
35161
|
-
|
|
35162
|
-
z-index: 3;
|
|
35163
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35164
|
-
margin-bottom: -1px;
|
|
35161
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
35162
|
+
padding-right: 25px;
|
|
35165
35163
|
}
|
|
35166
35164
|
|
|
35167
|
-
.E_tfzf37v .ant-table .
|
|
35168
|
-
|
|
35169
|
-
color: #2d3a56;
|
|
35165
|
+
.E_tfzf37v .ant-table .ant-table-selection-column {
|
|
35166
|
+
padding: 0 !important;
|
|
35170
35167
|
}
|
|
35171
35168
|
|
|
35172
|
-
.E_tfzf37v .ant-table .
|
|
35173
|
-
|
|
35174
|
-
|
|
35169
|
+
.E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35170
|
+
position: absolute;
|
|
35171
|
+
left: 50%;
|
|
35172
|
+
top: 50%;
|
|
35173
|
+
transform: translate(-50%, -50%);
|
|
35175
35174
|
}
|
|
35176
35175
|
|
|
35177
|
-
.E_tfzf37v .ant-table .ant-table-selection {
|
|
35178
|
-
|
|
35179
|
-
text-align: center;
|
|
35176
|
+
.E_tfzf37v .ant-table .ant-table-selection-column:after {
|
|
35177
|
+
display: none;
|
|
35180
35178
|
}
|
|
35181
35179
|
|
|
35182
|
-
.E_tfzf37v .ant-table .ant-table-
|
|
35180
|
+
.E_tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
35183
35181
|
background: #fff;
|
|
35184
35182
|
}
|
|
35185
35183
|
|
|
35186
|
-
.E_tfzf37v .ant-table .
|
|
35187
|
-
|
|
35188
|
-
position: absolute;
|
|
35189
|
-
top: 50%;
|
|
35190
|
-
right: 12px;
|
|
35191
|
-
transform: translateY(-50%);
|
|
35184
|
+
.E_tfzf37v .ant-table .ant-table-placeholder {
|
|
35185
|
+
background: inherit;
|
|
35192
35186
|
}
|
|
35193
35187
|
|
|
35194
|
-
.E_tfzf37v .ant-table
|
|
35195
|
-
|
|
35196
|
-
|
|
35197
|
-
background:
|
|
35188
|
+
.E_tfzf37v .ant-table .ant-table-placeholder td {
|
|
35189
|
+
position: static;
|
|
35190
|
+
border: none;
|
|
35191
|
+
background: inherit !important;
|
|
35192
|
+
height: 100px;
|
|
35193
|
+
vertical-align: middle;
|
|
35198
35194
|
}
|
|
35199
35195
|
|
|
35200
|
-
.E_tfzf37v .ant-table.ant-table-
|
|
35201
|
-
|
|
35202
|
-
|
|
35203
|
-
|
|
35196
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
35197
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35198
|
+
font-weight: bold;
|
|
35199
|
+
font-size: 20px;
|
|
35200
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35204
35201
|
}
|
|
35205
35202
|
|
|
35206
|
-
.E_tfzf37v .ant-table .ant-table-
|
|
35203
|
+
.E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
|
|
35204
|
+
.E_tfzf37v .ant-table th.cell__action_ {
|
|
35205
|
+
z-index: 10;
|
|
35206
|
+
}
|
|
35207
|
+
|
|
35208
|
+
.E_tfzf37v .ant-table td.cell__action_ {
|
|
35209
|
+
padding: 0 !important;
|
|
35207
35210
|
position: relative;
|
|
35211
|
+
background: #fff;
|
|
35208
35212
|
}
|
|
35209
35213
|
|
|
35210
|
-
.E_tfzf37v .ant-table .
|
|
35211
|
-
|
|
35212
|
-
|
|
35213
|
-
|
|
35214
|
-
|
|
35215
|
-
|
|
35216
|
-
color: #00122e;
|
|
35214
|
+
.E_tfzf37v .ant-table td.cell__action_ > * {
|
|
35215
|
+
height: 100%;
|
|
35216
|
+
display: flex;
|
|
35217
|
+
align-items: center;
|
|
35218
|
+
justify-content: flex-end;
|
|
35219
|
+
padding-right: 8px;
|
|
35217
35220
|
}
|
|
35218
35221
|
|
|
35219
|
-
.E_tfzf37v .ant-table .
|
|
35220
|
-
|
|
35221
|
-
|
|
35222
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
35223
|
+
width: 24px;
|
|
35224
|
+
height: 24px;
|
|
35225
|
+
cursor: pointer;
|
|
35226
|
+
justify-content: center;
|
|
35227
|
+
border-radius: 4px;
|
|
35222
35228
|
}
|
|
35223
35229
|
|
|
35224
|
-
.E_tfzf37v .ant-table .
|
|
35225
|
-
|
|
35226
|
-
color: #00122e;
|
|
35227
|
-
font-size: 12px;
|
|
35228
|
-
text-align: left;
|
|
35229
|
-
transition: none;
|
|
35230
|
-
overflow: hidden;
|
|
35231
|
-
text-overflow: ellipsis;
|
|
35232
|
-
white-space: nowrap;
|
|
35230
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
35231
|
+
background: #fff;
|
|
35233
35232
|
}
|
|
35234
35233
|
|
|
35235
|
-
.
|
|
35236
|
-
|
|
35234
|
+
button.E_l48ei06.ant-btn {
|
|
35235
|
+
font-size: 12px;
|
|
35236
|
+
line-height: 18px;
|
|
35237
|
+
height: 18px;
|
|
35237
35238
|
}
|
|
35238
35239
|
|
|
35239
|
-
.
|
|
35240
|
-
|
|
35241
|
-
|
|
35242
|
-
width: 100%;
|
|
35243
|
-
vertical-align: middle;
|
|
35240
|
+
button.E_l48ei06 {
|
|
35241
|
+
color: #0080FF;
|
|
35242
|
+
height: unset;
|
|
35244
35243
|
}
|
|
35245
35244
|
|
|
35246
|
-
.
|
|
35247
|
-
|
|
35245
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
35246
|
+
margin-right: 4px;
|
|
35248
35247
|
}
|
|
35249
35248
|
|
|
35250
|
-
.
|
|
35251
|
-
|
|
35249
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
35250
|
+
margin-left: 4px;
|
|
35252
35251
|
}
|
|
35253
35252
|
|
|
35254
|
-
.
|
|
35255
|
-
|
|
35253
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35254
|
+
color: #009DFF;
|
|
35256
35255
|
}
|
|
35257
35256
|
|
|
35258
|
-
.
|
|
35259
|
-
|
|
35260
|
-
border-color: transparent transparent white;
|
|
35257
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35258
|
+
color: #005ED1;
|
|
35261
35259
|
}
|
|
35262
35260
|
|
|
35263
|
-
.
|
|
35264
|
-
|
|
35261
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
35262
|
+
color: #0080FF;
|
|
35265
35263
|
}
|
|
35266
35264
|
|
|
35267
|
-
.
|
|
35268
|
-
|
|
35265
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
35266
|
+
color: #00122E;
|
|
35269
35267
|
}
|
|
35270
35268
|
|
|
35271
|
-
.
|
|
35272
|
-
|
|
35273
|
-
width: 4px;
|
|
35274
|
-
top: -1px;
|
|
35275
|
-
bottom: -1px;
|
|
35276
|
-
background: white;
|
|
35269
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35270
|
+
color: #0080FF;
|
|
35277
35271
|
}
|
|
35278
35272
|
|
|
35279
|
-
.
|
|
35280
|
-
|
|
35273
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35274
|
+
color: #005ED1;
|
|
35281
35275
|
}
|
|
35282
35276
|
|
|
35283
|
-
.
|
|
35284
|
-
|
|
35285
|
-
background: white;
|
|
35286
|
-
border-top: none;
|
|
35277
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35278
|
+
color: #00122E;
|
|
35287
35279
|
}
|
|
35288
35280
|
|
|
35289
|
-
.
|
|
35290
|
-
|
|
35291
|
-
border-radius: 0 8px 8px 0;
|
|
35292
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35281
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35282
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35293
35283
|
}
|
|
35294
35284
|
|
|
35295
|
-
.
|
|
35296
|
-
|
|
35297
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35285
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35286
|
+
color: #0080FF;
|
|
35298
35287
|
}
|
|
35299
35288
|
|
|
35300
|
-
.
|
|
35301
|
-
|
|
35302
|
-
align-items: center;
|
|
35303
|
-
height: 100%;
|
|
35304
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35289
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35290
|
+
color: #005ED1;
|
|
35305
35291
|
}
|
|
35306
35292
|
|
|
35307
|
-
.
|
|
35308
|
-
|
|
35309
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35293
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35294
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35310
35295
|
}
|
|
35311
35296
|
|
|
35312
|
-
.
|
|
35313
|
-
|
|
35314
|
-
|
|
35315
|
-
height: 100%;
|
|
35316
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35297
|
+
.E_i1g85yz3 {
|
|
35298
|
+
margin-right: 4px;
|
|
35299
|
+
height: 16px;
|
|
35317
35300
|
}
|
|
35318
35301
|
|
|
35319
|
-
.
|
|
35320
|
-
|
|
35302
|
+
.E_t1gvlxt5 {
|
|
35303
|
+
min-width: 0;
|
|
35304
|
+
flex: 1;
|
|
35321
35305
|
}
|
|
35322
35306
|
|
|
35323
|
-
.
|
|
35324
|
-
|
|
35325
|
-
border-radius: 8px;
|
|
35307
|
+
.E_t1gvlxt5 .tag {
|
|
35308
|
+
flex: 0 0 auto;
|
|
35326
35309
|
}
|
|
35327
35310
|
|
|
35328
|
-
.
|
|
35329
|
-
|
|
35311
|
+
.E_t1gvlxt5 .progress-title {
|
|
35312
|
+
flex: 2;
|
|
35313
|
+
max-width: fit-content;
|
|
35330
35314
|
}
|
|
35331
35315
|
|
|
35332
|
-
.
|
|
35333
|
-
|
|
35334
|
-
|
|
35335
|
-
border-top-color: transparent;
|
|
35316
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35317
|
+
flex: 1;
|
|
35318
|
+
max-width: fit-content;
|
|
35336
35319
|
}
|
|
35337
35320
|
|
|
35338
|
-
.
|
|
35339
|
-
|
|
35321
|
+
.E_a1ji6r68 {
|
|
35322
|
+
display: flex;
|
|
35323
|
+
align-items: center;
|
|
35324
|
+
column-gap: var(--a1ji6r68-0);
|
|
35340
35325
|
}
|
|
35341
35326
|
|
|
35342
|
-
.
|
|
35343
|
-
|
|
35327
|
+
.E_msn7nxt {
|
|
35328
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35329
|
+
text-align: center;
|
|
35330
|
+
display: flex;
|
|
35331
|
+
align-items: center;
|
|
35332
|
+
justify-content: center;
|
|
35333
|
+
flex-direction: column;
|
|
35334
|
+
height: 100%;
|
|
35344
35335
|
}
|
|
35345
35336
|
|
|
35346
|
-
.
|
|
35347
|
-
|
|
35337
|
+
.E_msn7nxt .link {
|
|
35338
|
+
color: #0080ff;
|
|
35339
|
+
cursor: pointer;
|
|
35348
35340
|
}
|
|
35349
35341
|
|
|
35350
|
-
.
|
|
35351
|
-
|
|
35352
|
-
|
|
35353
|
-
|
|
35354
|
-
|
|
35355
|
-
color: #00122e;
|
|
35356
|
-
transition: none;
|
|
35357
|
-
padding: 15px 8px 15px 8px;
|
|
35342
|
+
.E_mp64wfi {
|
|
35343
|
+
width: 100%;
|
|
35344
|
+
height: 100%;
|
|
35345
|
+
display: flex;
|
|
35346
|
+
flex-direction: column;
|
|
35358
35347
|
}
|
|
35359
35348
|
|
|
35360
|
-
.
|
|
35361
|
-
|
|
35362
|
-
|
|
35363
|
-
|
|
35364
|
-
|
|
35365
|
-
|
|
35366
|
-
position: absolute;
|
|
35367
|
-
right: 0;
|
|
35349
|
+
.E_mp64wfi .name-toolbar {
|
|
35350
|
+
width: 100%;
|
|
35351
|
+
display: flex;
|
|
35352
|
+
line-height: 30px;
|
|
35353
|
+
padding: 0 16px;
|
|
35354
|
+
justify-content: space-between;
|
|
35368
35355
|
}
|
|
35369
35356
|
|
|
35370
|
-
.
|
|
35371
|
-
|
|
35357
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
35358
|
+
display: flex;
|
|
35359
|
+
font-size: 12px;
|
|
35360
|
+
align-items: center;
|
|
35372
35361
|
}
|
|
35373
35362
|
|
|
35374
|
-
.
|
|
35375
|
-
|
|
35363
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
35364
|
+
color: #a3b4cc;
|
|
35376
35365
|
}
|
|
35377
35366
|
|
|
35378
|
-
.
|
|
35379
|
-
|
|
35380
|
-
overflow: hidden;
|
|
35381
|
-
white-space: nowrap;
|
|
35382
|
-
text-overflow: ellipsis;
|
|
35367
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
35368
|
+
margin-left: 10px;
|
|
35383
35369
|
}
|
|
35384
35370
|
|
|
35385
|
-
.
|
|
35386
|
-
|
|
35387
|
-
|
|
35388
|
-
flex: 1;
|
|
35371
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
35372
|
+
margin-left: 10px;
|
|
35373
|
+
cursor: pointer;
|
|
35389
35374
|
}
|
|
35390
35375
|
|
|
35391
|
-
.
|
|
35392
|
-
|
|
35376
|
+
.E_mp64wfi .content {
|
|
35377
|
+
flex: 1;
|
|
35378
|
+
width: 100%;
|
|
35379
|
+
display: flex;
|
|
35380
|
+
justify-content: center;
|
|
35381
|
+
align-items: center;
|
|
35393
35382
|
}
|
|
35394
35383
|
|
|
35395
|
-
.
|
|
35396
|
-
|
|
35384
|
+
.E_mp64wfi .single-content {
|
|
35385
|
+
height: 65px;
|
|
35397
35386
|
}
|
|
35398
35387
|
|
|
35399
|
-
.
|
|
35400
|
-
|
|
35401
|
-
|
|
35402
|
-
|
|
35403
|
-
|
|
35404
|
-
|
|
35405
|
-
display: none;
|
|
35406
|
-
transition: transform 320ms ease;
|
|
35388
|
+
.E_l1oyigan {
|
|
35389
|
+
display: flex;
|
|
35390
|
+
align-items: center;
|
|
35391
|
+
white-space: nowrap;
|
|
35392
|
+
overflow: hidden;
|
|
35393
|
+
width: 100%;
|
|
35407
35394
|
}
|
|
35408
35395
|
|
|
35409
|
-
.
|
|
35410
|
-
|
|
35411
|
-
|
|
35396
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
35397
|
+
margin-left: auto;
|
|
35398
|
+
font-size: 12px;
|
|
35412
35399
|
}
|
|
35413
35400
|
|
|
35414
|
-
.
|
|
35415
|
-
display:
|
|
35401
|
+
.E_l1noi4n1 {
|
|
35402
|
+
display: flex;
|
|
35403
|
+
justify-content: flex-start;
|
|
35404
|
+
align-items: center;
|
|
35405
|
+
font-size: 12px;
|
|
35406
|
+
cursor: pointer;
|
|
35416
35407
|
}
|
|
35417
35408
|
|
|
35418
|
-
.
|
|
35419
|
-
|
|
35409
|
+
.E_l1noi4n1:not(:last-child) {
|
|
35410
|
+
margin-right: 20px;
|
|
35420
35411
|
}
|
|
35421
35412
|
|
|
35422
|
-
.
|
|
35423
|
-
|
|
35413
|
+
.E_l1noi4n1.deselected {
|
|
35414
|
+
opacity: 0.4;
|
|
35424
35415
|
}
|
|
35425
35416
|
|
|
35426
|
-
.
|
|
35427
|
-
|
|
35417
|
+
.E_l1noi4n1.deselected .color-block {
|
|
35418
|
+
background: #b4beca !important;
|
|
35428
35419
|
}
|
|
35429
35420
|
|
|
35430
|
-
.
|
|
35431
|
-
|
|
35421
|
+
.E_cz19rz6 {
|
|
35422
|
+
display: inline-block;
|
|
35423
|
+
height: 8px;
|
|
35424
|
+
width: 8px;
|
|
35425
|
+
margin-right: 8px;
|
|
35432
35426
|
}
|
|
35433
35427
|
|
|
35434
|
-
.
|
|
35435
|
-
display:
|
|
35428
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
35429
|
+
display: flex;
|
|
35430
|
+
align-items: center;
|
|
35431
|
+
font-size: 12px;
|
|
35432
|
+
margin: 0;
|
|
35436
35433
|
}
|
|
35437
35434
|
|
|
35438
|
-
.
|
|
35439
|
-
|
|
35435
|
+
.E_m1y1hhnr {
|
|
35436
|
+
position: relative;
|
|
35440
35437
|
}
|
|
35441
35438
|
|
|
35442
|
-
.
|
|
35443
|
-
|
|
35439
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
35440
|
+
bottom: -12px;
|
|
35444
35441
|
}
|
|
35445
35442
|
|
|
35446
|
-
.
|
|
35447
|
-
|
|
35448
|
-
|
|
35449
|
-
|
|
35450
|
-
|
|
35443
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
35444
|
+
display: flex;
|
|
35445
|
+
justify-content: space-between;
|
|
35446
|
+
line-height: 30px;
|
|
35447
|
+
margin: 0 16px;
|
|
35451
35448
|
}
|
|
35452
35449
|
|
|
35453
|
-
.
|
|
35454
|
-
display:
|
|
35450
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
35451
|
+
display: flex;
|
|
35452
|
+
font-size: 12px;
|
|
35453
|
+
align-items: center;
|
|
35455
35454
|
}
|
|
35456
35455
|
|
|
35457
|
-
.
|
|
35458
|
-
|
|
35456
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
35457
|
+
color: #a3b4cc;
|
|
35459
35458
|
}
|
|
35460
35459
|
|
|
35461
|
-
.
|
|
35462
|
-
|
|
35460
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35461
|
+
margin-left: 10px;
|
|
35463
35462
|
}
|
|
35464
35463
|
|
|
35465
|
-
.
|
|
35466
|
-
|
|
35467
|
-
|
|
35468
|
-
background: inherit !important;
|
|
35469
|
-
height: 100px;
|
|
35470
|
-
vertical-align: middle;
|
|
35464
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
35465
|
+
margin-left: 10px;
|
|
35466
|
+
cursor: pointer;
|
|
35471
35467
|
}
|
|
35472
35468
|
|
|
35473
|
-
.
|
|
35474
|
-
|
|
35475
|
-
font-weight: bold;
|
|
35476
|
-
font-size: 20px;
|
|
35477
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35469
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
35470
|
+
font-size: 12px;
|
|
35478
35471
|
}
|
|
35479
35472
|
|
|
35480
|
-
.
|
|
35481
|
-
|
|
35482
|
-
|
|
35473
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
35474
|
+
position: absolute;
|
|
35475
|
+
bottom: 10px;
|
|
35476
|
+
padding: 0 8px;
|
|
35477
|
+
border-radius: 4px;
|
|
35478
|
+
font-size: 12px;
|
|
35479
|
+
color: #fff;
|
|
35480
|
+
background: rgba(0, 0, 0, 0.75);
|
|
35481
|
+
transform: translateX(-50%);
|
|
35483
35482
|
}
|
|
35484
35483
|
|
|
35485
|
-
.
|
|
35486
|
-
|
|
35487
|
-
position: relative;
|
|
35488
|
-
background: #fff;
|
|
35484
|
+
.E_tnvijvs {
|
|
35485
|
+
min-width: 200px;
|
|
35489
35486
|
}
|
|
35490
35487
|
|
|
35491
|
-
.
|
|
35492
|
-
height: 100%;
|
|
35488
|
+
.E_t1ub2aex {
|
|
35493
35489
|
display: flex;
|
|
35494
35490
|
align-items: center;
|
|
35495
|
-
justify-content:
|
|
35496
|
-
|
|
35491
|
+
justify-content: space-between;
|
|
35492
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
35493
|
+
color: #b4beca;
|
|
35494
|
+
font-size: 12px;
|
|
35495
|
+
padding: 3px 6px;
|
|
35497
35496
|
}
|
|
35498
35497
|
|
|
35499
|
-
.
|
|
35500
|
-
|
|
35501
|
-
height: 24px;
|
|
35502
|
-
cursor: pointer;
|
|
35503
|
-
justify-content: center;
|
|
35504
|
-
border-radius: 4px;
|
|
35498
|
+
.E_t1ub2aex:first-child {
|
|
35499
|
+
padding-top: 3px;
|
|
35505
35500
|
}
|
|
35506
35501
|
|
|
35507
|
-
.
|
|
35508
|
-
|
|
35502
|
+
.E_t1ub2aex:last-child {
|
|
35503
|
+
padding-bottom: 3px;
|
|
35504
|
+
}
|
|
35505
|
+
|
|
35506
|
+
.E_t1ub2aex .column-value {
|
|
35507
|
+
color: #fff;
|
|
35508
|
+
margin-left: 8px;
|
|
35509
35509
|
}
|
|
35510
35510
|
|
|
35511
35511
|
.E_t13ef470 {
|
|
@@ -35567,6 +35567,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35567
35567
|
display: block;
|
|
35568
35568
|
}
|
|
35569
35569
|
|
|
35570
|
+
.E_i14c7jc8 {
|
|
35571
|
+
color: var(--i14c7jc8-0);
|
|
35572
|
+
}
|
|
35573
|
+
|
|
35574
|
+
.E_i1ibuolf {
|
|
35575
|
+
display: flex;
|
|
35576
|
+
align-items: center;
|
|
35577
|
+
column-gap: 4px;
|
|
35578
|
+
font-size: 12px;
|
|
35579
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35580
|
+
}
|
|
35581
|
+
|
|
35570
35582
|
.E_d1u4ndxc {
|
|
35571
35583
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35572
35584
|
font-size: 12px;
|
|
@@ -35597,15 +35609,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35597
35609
|
to {
|
|
35598
35610
|
transform: translateX(100%);
|
|
35599
35611
|
}
|
|
35600
|
-
}
|
|
35601
|
-
.E_i14c7jc8 {
|
|
35602
|
-
color: var(--i14c7jc8-0);
|
|
35603
|
-
}
|
|
35604
|
-
|
|
35605
|
-
.E_i1ibuolf {
|
|
35606
|
-
display: flex;
|
|
35607
|
-
align-items: center;
|
|
35608
|
-
column-gap: 4px;
|
|
35609
|
-
font-size: 12px;
|
|
35610
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35611
35612
|
}
|