@cloudtower/eagle 0.27.73 → 0.27.74
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 +30 -13
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2018 -2018
- package/dist/esm/coreX/CronPlan/index.js +27 -10
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +2300 -2300
- package/package.json +4 -4
- package/dist/stories/changeLng.stories.d.ts +0 -8
package/dist/components.css
CHANGED
|
@@ -29572,165 +29572,10 @@ 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_skwah65 {
|
|
29576
|
-
height: 8px;
|
|
29577
|
-
box-sizing: border-box;
|
|
29578
|
-
border-radius: 2px;
|
|
29579
|
-
background: #f5f7fa;
|
|
29580
|
-
display: flex;
|
|
29581
|
-
width: 100%;
|
|
29582
|
-
overflow: hidden;
|
|
29583
|
-
}
|
|
29584
|
-
|
|
29585
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29586
|
-
margin-left: 1px;
|
|
29587
|
-
}
|
|
29588
|
-
|
|
29589
|
-
.E_s1ebs0ra {
|
|
29590
|
-
display: flex;
|
|
29591
|
-
align-items: center;
|
|
29592
|
-
justify-content: space-between;
|
|
29593
|
-
background: #edf0f7;
|
|
29594
|
-
padding: 8px 12px;
|
|
29595
|
-
position: sticky;
|
|
29596
|
-
top: 0;
|
|
29597
|
-
z-index: 1;
|
|
29598
|
-
margin-bottom: -52px;
|
|
29599
|
-
}
|
|
29600
|
-
|
|
29601
|
-
.E_s1ebs0ra .select-total {
|
|
29602
|
-
display: flex;
|
|
29603
|
-
align-items: center;
|
|
29604
|
-
font-weight: 700;
|
|
29605
|
-
flex-shrink: 0;
|
|
29606
|
-
}
|
|
29607
|
-
|
|
29608
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29609
|
-
cursor: pointer;
|
|
29610
|
-
margin-left: 8px;
|
|
29611
|
-
width: 32px;
|
|
29612
|
-
height: 32px;
|
|
29613
|
-
border-radius: 50%;
|
|
29614
|
-
justify-content: center;
|
|
29615
|
-
}
|
|
29616
|
-
|
|
29617
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29618
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29619
|
-
}
|
|
29620
|
-
|
|
29621
|
-
.E_s1ebs0ra .action-group {
|
|
29622
|
-
flex: 1;
|
|
29623
|
-
margin-left: 88px;
|
|
29624
|
-
white-space: nowrap;
|
|
29625
|
-
text-align: right;
|
|
29626
|
-
position: relative;
|
|
29627
|
-
padding: 4px 0;
|
|
29628
|
-
margin-top: -4px;
|
|
29629
|
-
overflow: hidden;
|
|
29630
|
-
}
|
|
29631
|
-
|
|
29632
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29633
|
-
transform: translateY(-4px);
|
|
29634
|
-
}
|
|
29635
|
-
|
|
29636
|
-
.E_s1ebs0ra .action-group button {
|
|
29637
|
-
border: none;
|
|
29638
|
-
}
|
|
29639
|
-
|
|
29640
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29641
|
-
margin-right: 8px;
|
|
29642
|
-
}
|
|
29643
|
-
|
|
29644
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29645
|
-
margin-right: 4px;
|
|
29646
|
-
}
|
|
29647
|
-
|
|
29648
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29649
|
-
cursor: pointer;
|
|
29650
|
-
width: 32px;
|
|
29651
|
-
height: 32px;
|
|
29652
|
-
justify-content: center;
|
|
29653
|
-
border-radius: 50%;
|
|
29654
|
-
}
|
|
29655
|
-
|
|
29656
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29657
|
-
background: #fff;
|
|
29658
|
-
}
|
|
29659
|
-
|
|
29660
|
-
.E_gmyahx3 {
|
|
29661
|
-
cursor: pointer;
|
|
29662
|
-
}
|
|
29663
|
-
|
|
29664
|
-
.E_gmyahx3 .link-text {
|
|
29665
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29666
|
-
}
|
|
29667
|
-
|
|
29668
|
-
.E_gmyahx3:hover .link-text {
|
|
29669
|
-
color: #0080ff;
|
|
29670
|
-
}
|
|
29671
|
-
|
|
29672
|
-
.E_c18bcrac {
|
|
29673
|
-
display: inline-block;
|
|
29674
|
-
width: 100%;
|
|
29675
|
-
}
|
|
29676
|
-
|
|
29677
|
-
.E_c18bcrac .recharts-wrapper {
|
|
29678
|
-
margin-left: 4px;
|
|
29679
|
-
}
|
|
29680
|
-
|
|
29681
|
-
.E_cro7kg2 {
|
|
29682
|
-
padding: 4px;
|
|
29683
|
-
}
|
|
29684
|
-
|
|
29685
|
-
.E_c14wcxf0 {
|
|
29686
|
-
display: flex;
|
|
29687
|
-
justify-content: space-between;
|
|
29688
|
-
align-items: center;
|
|
29689
|
-
font-size: 13px;
|
|
29690
|
-
line-height: 24px;
|
|
29691
|
-
color: #cccccc;
|
|
29692
|
-
white-space: nowrap;
|
|
29693
|
-
}
|
|
29694
|
-
|
|
29695
|
-
.E_c14wcxf0 label {
|
|
29696
|
-
margin-right: 32px;
|
|
29697
|
-
}
|
|
29698
|
-
|
|
29699
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
29700
|
-
font-weight: bold;
|
|
29701
|
-
color: white;
|
|
29702
|
-
}
|
|
29703
|
-
|
|
29704
|
-
.E_s11212zy {
|
|
29705
|
-
width: 8px;
|
|
29706
|
-
height: 8px;
|
|
29707
|
-
border-radius: 2px;
|
|
29708
|
-
display: inline-block;
|
|
29709
|
-
background: var(--s11212zy-0);
|
|
29710
|
-
border: 1px solid #fff;
|
|
29711
|
-
box-sizing: content-box;
|
|
29712
|
-
margin-right: 6px;
|
|
29713
|
-
}
|
|
29714
|
-
|
|
29715
|
-
.E_p1lyky6c > :first-child {
|
|
29716
|
-
font-weight: bold;
|
|
29717
|
-
color: white;
|
|
29718
|
-
margin-right: 4px;
|
|
29719
|
-
}
|
|
29720
|
-
|
|
29721
29575
|
.E_tqjc4ui {
|
|
29722
29576
|
margin: 0 2px;
|
|
29723
29577
|
}
|
|
29724
29578
|
|
|
29725
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
29726
|
-
display: flex;
|
|
29727
|
-
align-items: center;
|
|
29728
|
-
}
|
|
29729
|
-
|
|
29730
|
-
.E_s1iv0tp1 .enabled-text {
|
|
29731
|
-
margin-right: 8px;
|
|
29732
|
-
}
|
|
29733
|
-
|
|
29734
29579
|
.E_t1sqg15u {
|
|
29735
29580
|
background: white;
|
|
29736
29581
|
}
|
|
@@ -29857,399 +29702,450 @@ html body {
|
|
|
29857
29702
|
overflow: "auto";
|
|
29858
29703
|
}
|
|
29859
29704
|
|
|
29860
|
-
.
|
|
29705
|
+
.E_skwah65 {
|
|
29706
|
+
height: 8px;
|
|
29707
|
+
box-sizing: border-box;
|
|
29708
|
+
border-radius: 2px;
|
|
29709
|
+
background: #f5f7fa;
|
|
29710
|
+
display: flex;
|
|
29711
|
+
width: 100%;
|
|
29861
29712
|
overflow: hidden;
|
|
29862
|
-
text-overflow: ellipsis;
|
|
29863
29713
|
}
|
|
29864
29714
|
|
|
29865
|
-
.
|
|
29866
|
-
|
|
29715
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29716
|
+
margin-left: 1px;
|
|
29867
29717
|
}
|
|
29868
29718
|
|
|
29869
|
-
.
|
|
29870
|
-
|
|
29871
|
-
|
|
29872
|
-
-
|
|
29873
|
-
word-break: break-all;
|
|
29719
|
+
.E_clm1wy1 {
|
|
29720
|
+
width: 192px;
|
|
29721
|
+
height: 246px;
|
|
29722
|
+
border-radius: 4px;
|
|
29874
29723
|
}
|
|
29875
29724
|
|
|
29876
|
-
.
|
|
29877
|
-
|
|
29725
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
29726
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29727
|
+
width: 100%;
|
|
29728
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
29729
|
+
border-top: none;
|
|
29878
29730
|
}
|
|
29879
29731
|
|
|
29880
|
-
.
|
|
29881
|
-
|
|
29732
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29733
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29734
|
+
padding: 0 16px;
|
|
29882
29735
|
}
|
|
29883
29736
|
|
|
29884
|
-
.
|
|
29885
|
-
|
|
29737
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
29738
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
29739
|
+
width: 100%;
|
|
29740
|
+
height: 180px;
|
|
29741
|
+
border-spacing: 0;
|
|
29886
29742
|
}
|
|
29887
29743
|
|
|
29888
|
-
.
|
|
29889
|
-
|
|
29744
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
29745
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
29746
|
+
margin-bottom: 8px;
|
|
29890
29747
|
}
|
|
29891
29748
|
|
|
29892
|
-
.
|
|
29893
|
-
|
|
29894
|
-
|
|
29895
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29749
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
29750
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
29751
|
+
width: 22px;
|
|
29896
29752
|
}
|
|
29897
29753
|
|
|
29898
|
-
.
|
|
29899
|
-
|
|
29900
|
-
padding
|
|
29754
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
29755
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
29756
|
+
padding: 0;
|
|
29901
29757
|
}
|
|
29902
29758
|
|
|
29903
|
-
.
|
|
29904
|
-
line-height: 32px;
|
|
29905
|
-
width: 100px;
|
|
29759
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
29906
29760
|
color: rgba(62, 70, 82, 0.6);
|
|
29761
|
+
opacity: 0.4;
|
|
29907
29762
|
}
|
|
29908
29763
|
|
|
29909
|
-
.
|
|
29764
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
29910
29765
|
color: rgba(62, 70, 82, 0.6);
|
|
29911
|
-
|
|
29912
|
-
}
|
|
29913
|
-
|
|
29914
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29915
|
-
.E_c1up1pdz .ant-picker {
|
|
29916
|
-
width: 128px;
|
|
29766
|
+
opacity: 1;
|
|
29917
29767
|
}
|
|
29918
29768
|
|
|
29919
|
-
.
|
|
29920
|
-
|
|
29921
|
-
align-items: center;
|
|
29922
|
-
justify-content: space-between;
|
|
29923
|
-
word-break: keep-all;
|
|
29769
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
29770
|
+
color: #3e4652;
|
|
29924
29771
|
}
|
|
29925
29772
|
|
|
29926
|
-
.
|
|
29927
|
-
|
|
29773
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
29774
|
+
pointer-events: none;
|
|
29928
29775
|
}
|
|
29929
29776
|
|
|
29930
|
-
.
|
|
29777
|
+
.E_t1tsm00v {
|
|
29931
29778
|
color: rgba(129, 138, 153, 0.6);
|
|
29779
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29780
|
+
backdrop-filter: blur(10px);
|
|
29781
|
+
padding: 7px 10px;
|
|
29932
29782
|
}
|
|
29933
29783
|
|
|
29934
|
-
.
|
|
29935
|
-
|
|
29784
|
+
.E_c167wnad {
|
|
29785
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29936
29786
|
display: flex;
|
|
29937
|
-
|
|
29787
|
+
justify-content: space-between;
|
|
29938
29788
|
align-items: center;
|
|
29939
|
-
|
|
29940
|
-
white-space: nowrap;
|
|
29789
|
+
padding: 8px 16px;
|
|
29941
29790
|
}
|
|
29942
29791
|
|
|
29943
|
-
.
|
|
29944
|
-
|
|
29945
|
-
overflow: hidden;
|
|
29946
|
-
text-overflow: ellipsis;
|
|
29792
|
+
.E_c167wnad .anticon {
|
|
29793
|
+
cursor: pointer;
|
|
29947
29794
|
}
|
|
29948
29795
|
|
|
29949
|
-
.
|
|
29950
|
-
|
|
29951
|
-
align-items: center;
|
|
29796
|
+
.E_c167wnad .anticon:hover {
|
|
29797
|
+
color: #0096ff;
|
|
29952
29798
|
}
|
|
29953
29799
|
|
|
29954
|
-
.
|
|
29800
|
+
.E_cxhf7dh {
|
|
29801
|
+
text-align: center;
|
|
29802
|
+
}
|
|
29803
|
+
|
|
29804
|
+
.E_cxhf7dh .dots {
|
|
29955
29805
|
display: flex;
|
|
29956
|
-
|
|
29957
|
-
align-items: center;
|
|
29806
|
+
justify-content: center;
|
|
29958
29807
|
}
|
|
29959
29808
|
|
|
29960
|
-
.
|
|
29961
|
-
|
|
29809
|
+
.E_cxhf7dh .dot {
|
|
29810
|
+
display: inline-block;
|
|
29811
|
+
width: 2px;
|
|
29812
|
+
height: 2px;
|
|
29813
|
+
border-radius: 1px;
|
|
29814
|
+
background: #0096ff;
|
|
29962
29815
|
}
|
|
29963
29816
|
|
|
29964
|
-
.
|
|
29965
|
-
|
|
29966
|
-
|
|
29967
|
-
|
|
29817
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
29818
|
+
margin-right: 2px;
|
|
29819
|
+
}
|
|
29820
|
+
|
|
29821
|
+
.E_cxhf7dh .bar {
|
|
29822
|
+
width: 9px;
|
|
29823
|
+
height: 2px;
|
|
29824
|
+
background: #0096ff;
|
|
29825
|
+
border-radius: 2px;
|
|
29826
|
+
}
|
|
29827
|
+
|
|
29828
|
+
.E_gmyahx3 {
|
|
29968
29829
|
cursor: pointer;
|
|
29969
29830
|
}
|
|
29970
29831
|
|
|
29971
|
-
.
|
|
29972
|
-
|
|
29973
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29832
|
+
.E_gmyahx3 .link-text {
|
|
29833
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29974
29834
|
}
|
|
29975
29835
|
|
|
29976
|
-
.
|
|
29977
|
-
|
|
29978
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29979
|
-
border-radius: 4px;
|
|
29836
|
+
.E_gmyahx3:hover .link-text {
|
|
29837
|
+
color: #0080ff;
|
|
29980
29838
|
}
|
|
29981
29839
|
|
|
29982
|
-
.
|
|
29983
|
-
|
|
29984
|
-
|
|
29840
|
+
.E_s1ebs0ra {
|
|
29841
|
+
display: flex;
|
|
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;
|
|
29985
29850
|
}
|
|
29986
29851
|
|
|
29987
|
-
.
|
|
29988
|
-
|
|
29989
|
-
|
|
29852
|
+
.E_s1ebs0ra .select-total {
|
|
29853
|
+
display: flex;
|
|
29854
|
+
align-items: center;
|
|
29855
|
+
font-weight: 700;
|
|
29856
|
+
flex-shrink: 0;
|
|
29990
29857
|
}
|
|
29991
29858
|
|
|
29992
|
-
.
|
|
29993
|
-
|
|
29994
|
-
|
|
29995
|
-
|
|
29996
|
-
|
|
29859
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29860
|
+
cursor: pointer;
|
|
29861
|
+
margin-left: 8px;
|
|
29862
|
+
width: 32px;
|
|
29863
|
+
height: 32px;
|
|
29864
|
+
border-radius: 50%;
|
|
29865
|
+
justify-content: center;
|
|
29997
29866
|
}
|
|
29998
29867
|
|
|
29999
|
-
.
|
|
30000
|
-
|
|
30001
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30002
|
-
margin: 5px 0 5px 8px;
|
|
29868
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29869
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30003
29870
|
}
|
|
30004
29871
|
|
|
30005
|
-
.
|
|
30006
|
-
|
|
30007
|
-
|
|
30008
|
-
|
|
30009
|
-
|
|
30010
|
-
|
|
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;
|
|
30011
29881
|
}
|
|
30012
29882
|
|
|
30013
|
-
.
|
|
30014
|
-
|
|
30015
|
-
color: inherit;
|
|
30016
|
-
border-color: #d9d9d9;
|
|
29883
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29884
|
+
transform: translateY(-4px);
|
|
30017
29885
|
}
|
|
30018
29886
|
|
|
30019
|
-
.
|
|
30020
|
-
|
|
30021
|
-
border-color: #0096ff;
|
|
30022
|
-
color: #fff;
|
|
29887
|
+
.E_s1ebs0ra .action-group button {
|
|
29888
|
+
border: none;
|
|
30023
29889
|
}
|
|
30024
29890
|
|
|
30025
|
-
.
|
|
30026
|
-
|
|
30027
|
-
margin-top: 4px;
|
|
29891
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29892
|
+
margin-right: 8px;
|
|
30028
29893
|
}
|
|
30029
29894
|
|
|
30030
|
-
.
|
|
29895
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29896
|
+
margin-right: 4px;
|
|
29897
|
+
}
|
|
29898
|
+
|
|
29899
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29900
|
+
cursor: pointer;
|
|
30031
29901
|
width: 32px;
|
|
30032
|
-
|
|
30033
|
-
|
|
29902
|
+
height: 32px;
|
|
29903
|
+
justify-content: center;
|
|
29904
|
+
border-radius: 50%;
|
|
30034
29905
|
}
|
|
30035
29906
|
|
|
30036
|
-
.
|
|
30037
|
-
background
|
|
30038
|
-
border-color: #0096ff;
|
|
30039
|
-
color: #fff;
|
|
29907
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29908
|
+
background: #fff;
|
|
30040
29909
|
}
|
|
30041
29910
|
|
|
30042
|
-
.
|
|
30043
|
-
|
|
30044
|
-
|
|
30045
|
-
border-radius: 4px;
|
|
29911
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
29912
|
+
display: flex;
|
|
29913
|
+
align-items: center;
|
|
30046
29914
|
}
|
|
30047
29915
|
|
|
30048
|
-
.
|
|
30049
|
-
|
|
29916
|
+
.E_s1iv0tp1 .enabled-text {
|
|
29917
|
+
margin-right: 8px;
|
|
29918
|
+
}
|
|
29919
|
+
|
|
29920
|
+
.E_c18bcrac {
|
|
29921
|
+
display: inline-block;
|
|
30050
29922
|
width: 100%;
|
|
30051
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
30052
|
-
border-top: none;
|
|
30053
29923
|
}
|
|
30054
29924
|
|
|
30055
|
-
.
|
|
30056
|
-
|
|
30057
|
-
padding: 0 16px;
|
|
29925
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29926
|
+
margin-left: 4px;
|
|
30058
29927
|
}
|
|
30059
29928
|
|
|
30060
|
-
.
|
|
30061
|
-
|
|
30062
|
-
width: 100%;
|
|
30063
|
-
height: 180px;
|
|
30064
|
-
border-spacing: 0;
|
|
29929
|
+
.E_cro7kg2 {
|
|
29930
|
+
padding: 4px;
|
|
30065
29931
|
}
|
|
30066
29932
|
|
|
30067
|
-
.
|
|
30068
|
-
|
|
30069
|
-
|
|
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;
|
|
30070
29941
|
}
|
|
30071
29942
|
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30074
|
-
width: 22px;
|
|
29943
|
+
.E_c14wcxf0 label {
|
|
29944
|
+
margin-right: 32px;
|
|
30075
29945
|
}
|
|
30076
29946
|
|
|
30077
|
-
.
|
|
30078
|
-
|
|
30079
|
-
|
|
29947
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29948
|
+
font-weight: bold;
|
|
29949
|
+
color: white;
|
|
30080
29950
|
}
|
|
30081
29951
|
|
|
30082
|
-
.
|
|
30083
|
-
|
|
30084
|
-
|
|
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;
|
|
30085
29961
|
}
|
|
30086
29962
|
|
|
30087
|
-
.
|
|
30088
|
-
|
|
30089
|
-
|
|
29963
|
+
.E_p1lyky6c > :first-child {
|
|
29964
|
+
font-weight: bold;
|
|
29965
|
+
color: white;
|
|
29966
|
+
margin-right: 4px;
|
|
30090
29967
|
}
|
|
30091
29968
|
|
|
30092
|
-
.
|
|
30093
|
-
|
|
29969
|
+
.E_ou7iq30 {
|
|
29970
|
+
overflow: hidden;
|
|
29971
|
+
text-overflow: ellipsis;
|
|
30094
29972
|
}
|
|
30095
29973
|
|
|
30096
|
-
.
|
|
30097
|
-
|
|
29974
|
+
.E_s1tui002 {
|
|
29975
|
+
white-space: nowrap;
|
|
30098
29976
|
}
|
|
30099
29977
|
|
|
30100
|
-
.
|
|
30101
|
-
|
|
30102
|
-
|
|
30103
|
-
|
|
30104
|
-
|
|
29978
|
+
.E_mxrc2zg {
|
|
29979
|
+
display: -webkit-box;
|
|
29980
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29981
|
+
-webkit-box-orient: vertical;
|
|
29982
|
+
word-break: break-all;
|
|
30105
29983
|
}
|
|
30106
29984
|
|
|
30107
|
-
.
|
|
30108
|
-
|
|
30109
|
-
display: flex;
|
|
30110
|
-
justify-content: space-between;
|
|
30111
|
-
align-items: center;
|
|
30112
|
-
padding: 8px 16px;
|
|
29985
|
+
.E_c1up1pdz {
|
|
29986
|
+
width: 648px;
|
|
30113
29987
|
}
|
|
30114
29988
|
|
|
30115
|
-
.
|
|
30116
|
-
|
|
29989
|
+
.E_c1up1pdz.active {
|
|
29990
|
+
border-color: #0080ff;
|
|
30117
29991
|
}
|
|
30118
29992
|
|
|
30119
|
-
.
|
|
30120
|
-
|
|
29993
|
+
.E_c1up1pdz.active > header {
|
|
29994
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30121
29995
|
}
|
|
30122
29996
|
|
|
30123
|
-
.
|
|
30124
|
-
|
|
29997
|
+
.E_c1up1pdz .expand {
|
|
29998
|
+
padding: 12px;
|
|
30125
29999
|
}
|
|
30126
30000
|
|
|
30127
|
-
.
|
|
30001
|
+
.E_c1up1pdz .field-item {
|
|
30128
30002
|
display: flex;
|
|
30129
|
-
|
|
30003
|
+
padding: 10px 0;
|
|
30004
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30130
30005
|
}
|
|
30131
30006
|
|
|
30132
|
-
.
|
|
30133
|
-
|
|
30134
|
-
|
|
30135
|
-
height: 2px;
|
|
30136
|
-
border-radius: 1px;
|
|
30137
|
-
background: #0096ff;
|
|
30138
|
-
}
|
|
30139
|
-
|
|
30140
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
30141
|
-
margin-right: 2px;
|
|
30007
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30008
|
+
border-bottom: none;
|
|
30009
|
+
padding-bottom: 0;
|
|
30142
30010
|
}
|
|
30143
30011
|
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30146
|
-
|
|
30147
|
-
|
|
30148
|
-
border-radius: 2px;
|
|
30012
|
+
.E_c1up1pdz .field-item label {
|
|
30013
|
+
line-height: 32px;
|
|
30014
|
+
width: 100px;
|
|
30015
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30149
30016
|
}
|
|
30150
30017
|
|
|
30151
|
-
.
|
|
30152
|
-
color: rgba(
|
|
30153
|
-
margin-
|
|
30018
|
+
.E_c1up1pdz .help {
|
|
30019
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30020
|
+
margin-top: 5px;
|
|
30154
30021
|
}
|
|
30155
30022
|
|
|
30156
|
-
.
|
|
30157
|
-
|
|
30158
|
-
|
|
30159
|
-
transition: color 160ms ease;
|
|
30023
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30024
|
+
.E_c1up1pdz .ant-picker {
|
|
30025
|
+
width: 128px;
|
|
30160
30026
|
}
|
|
30161
30027
|
|
|
30162
|
-
.
|
|
30163
|
-
|
|
30028
|
+
.E_c156wh19 {
|
|
30029
|
+
display: flex;
|
|
30030
|
+
align-items: center;
|
|
30031
|
+
justify-content: space-between;
|
|
30032
|
+
word-break: keep-all;
|
|
30164
30033
|
}
|
|
30165
30034
|
|
|
30166
|
-
.
|
|
30167
|
-
|
|
30035
|
+
.E_c156wh19 .title {
|
|
30036
|
+
margin: 0 16px 0 8px;
|
|
30168
30037
|
}
|
|
30169
30038
|
|
|
30170
|
-
.
|
|
30171
|
-
|
|
30172
|
-
border-radius: 4px;
|
|
30039
|
+
.E_c156wh19 .retain {
|
|
30040
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30173
30041
|
}
|
|
30174
30042
|
|
|
30175
|
-
.
|
|
30176
|
-
|
|
30043
|
+
.E_c156wh19 div.left {
|
|
30044
|
+
flex: 1;
|
|
30045
|
+
display: flex;
|
|
30046
|
+
overflow: hidden;
|
|
30047
|
+
align-items: center;
|
|
30048
|
+
justify-content: flex-start;
|
|
30049
|
+
white-space: nowrap;
|
|
30177
30050
|
}
|
|
30178
30051
|
|
|
30179
|
-
.
|
|
30180
|
-
|
|
30052
|
+
.E_c156wh19 div.left .title {
|
|
30053
|
+
max-width: 100%;
|
|
30054
|
+
overflow: hidden;
|
|
30055
|
+
text-overflow: ellipsis;
|
|
30181
30056
|
}
|
|
30182
30057
|
|
|
30183
|
-
.
|
|
30184
|
-
|
|
30058
|
+
.E_c156wh19 div.right {
|
|
30059
|
+
display: flex;
|
|
30060
|
+
align-items: center;
|
|
30185
30061
|
}
|
|
30186
30062
|
|
|
30187
|
-
.
|
|
30188
|
-
|
|
30063
|
+
.E_c156wh19 .reverse {
|
|
30064
|
+
display: flex;
|
|
30065
|
+
flex-direction: row-reverse;
|
|
30066
|
+
align-items: center;
|
|
30189
30067
|
}
|
|
30190
30068
|
|
|
30191
|
-
.
|
|
30192
|
-
|
|
30069
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
30070
|
+
margin-left: 8px;
|
|
30193
30071
|
}
|
|
30194
30072
|
|
|
30195
|
-
.
|
|
30196
|
-
padding:
|
|
30073
|
+
.E_c156wh19 .close {
|
|
30074
|
+
padding-left: 14px;
|
|
30075
|
+
margin-left: 14px;
|
|
30076
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30077
|
+
cursor: pointer;
|
|
30197
30078
|
}
|
|
30198
30079
|
|
|
30199
|
-
.
|
|
30200
|
-
|
|
30201
|
-
|
|
30080
|
+
.E_m126spxy {
|
|
30081
|
+
padding-bottom: 4px;
|
|
30082
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30202
30083
|
}
|
|
30203
30084
|
|
|
30204
|
-
.
|
|
30205
|
-
|
|
30085
|
+
.E_m126spxy .ant-btn-link {
|
|
30086
|
+
padding: 1px 10px;
|
|
30087
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30088
|
+
border-radius: 4px;
|
|
30206
30089
|
}
|
|
30207
30090
|
|
|
30208
|
-
.
|
|
30209
|
-
|
|
30091
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30092
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30093
|
+
color: #0096ff;
|
|
30210
30094
|
}
|
|
30211
30095
|
|
|
30212
|
-
.
|
|
30213
|
-
|
|
30096
|
+
.E_wpbf4pq {
|
|
30097
|
+
padding: 10px 0;
|
|
30098
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30214
30099
|
}
|
|
30215
30100
|
|
|
30216
|
-
.
|
|
30217
|
-
|
|
30218
|
-
|
|
30101
|
+
.E_wpbf4pq .ant-input,
|
|
30102
|
+
.E_wpbf4pq .ant-picker {
|
|
30103
|
+
width: 80px;
|
|
30104
|
+
margin: 0 9px;
|
|
30105
|
+
text-align: center;
|
|
30219
30106
|
}
|
|
30220
30107
|
|
|
30221
|
-
.
|
|
30222
|
-
|
|
30223
|
-
border-
|
|
30108
|
+
.E_wpbf4pq .options {
|
|
30109
|
+
padding: 12px 0 12px 16px;
|
|
30110
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30111
|
+
margin: 5px 0 5px 8px;
|
|
30224
30112
|
}
|
|
30225
30113
|
|
|
30226
|
-
.
|
|
30227
|
-
|
|
30114
|
+
.E_wpbf4pq .week-day-option,
|
|
30115
|
+
.E_wpbf4pq .month-day-option {
|
|
30116
|
+
background: #f5f7fa;
|
|
30117
|
+
box-sizing: border-box;
|
|
30118
|
+
border-radius: 16px;
|
|
30119
|
+
margin-right: 8px;
|
|
30228
30120
|
}
|
|
30229
30121
|
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30232
|
-
|
|
30233
|
-
|
|
30122
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30123
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30124
|
+
color: inherit;
|
|
30125
|
+
border-color: #d9d9d9;
|
|
30234
30126
|
}
|
|
30235
30127
|
|
|
30236
|
-
.
|
|
30237
|
-
|
|
30238
|
-
|
|
30239
|
-
|
|
30128
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30129
|
+
background-color: #0096ff;
|
|
30130
|
+
border-color: #0096ff;
|
|
30131
|
+
color: #fff;
|
|
30240
30132
|
}
|
|
30241
30133
|
|
|
30242
|
-
.
|
|
30243
|
-
|
|
30244
|
-
|
|
30134
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30135
|
+
width: 110px;
|
|
30136
|
+
margin-top: 4px;
|
|
30245
30137
|
}
|
|
30246
30138
|
|
|
30247
|
-
.
|
|
30248
|
-
|
|
30139
|
+
.E_wpbf4pq .month-day-option {
|
|
30140
|
+
width: 32px;
|
|
30141
|
+
padding: 0;
|
|
30142
|
+
margin-bottom: 8px;
|
|
30249
30143
|
}
|
|
30250
30144
|
|
|
30251
|
-
.
|
|
30252
|
-
color: #
|
|
30145
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30146
|
+
background-color: #0096ff;
|
|
30147
|
+
border-color: #0096ff;
|
|
30148
|
+
color: #fff;
|
|
30253
30149
|
}
|
|
30254
30150
|
|
|
30255
30151
|
.E_t160l1cm {
|
|
@@ -30509,305 +30405,235 @@ html body {
|
|
|
30509
30405
|
text-overflow: ellipsis;
|
|
30510
30406
|
}
|
|
30511
30407
|
|
|
30512
|
-
.
|
|
30408
|
+
.E_wg1tsps {
|
|
30513
30409
|
display: flex;
|
|
30514
|
-
|
|
30515
|
-
|
|
30410
|
+
align-items: center;
|
|
30411
|
+
justify-content: flex-end;
|
|
30516
30412
|
}
|
|
30517
30413
|
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30414
|
+
.E_b1ctd5xy {
|
|
30415
|
+
display: flex;
|
|
30416
|
+
align-items: center;
|
|
30417
|
+
width: calc(100% - 40px);
|
|
30520
30418
|
}
|
|
30521
30419
|
|
|
30522
|
-
.
|
|
30420
|
+
.E_b1ctd5xy .chart {
|
|
30421
|
+
display: inline-block;
|
|
30523
30422
|
width: 100%;
|
|
30524
30423
|
}
|
|
30525
30424
|
|
|
30526
|
-
.
|
|
30527
|
-
|
|
30528
|
-
}
|
|
30529
|
-
|
|
30530
|
-
.E_b1wx3t3t.ant-btn {
|
|
30531
|
-
display: inline-flex;
|
|
30532
|
-
align-items: center;
|
|
30533
|
-
justify-content: center;
|
|
30534
|
-
height: 32px;
|
|
30535
|
-
border-radius: 6px;
|
|
30536
|
-
line-height: 22px;
|
|
30537
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30538
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30425
|
+
.E_u1p8acpn {
|
|
30426
|
+
min-width: 40px;
|
|
30539
30427
|
}
|
|
30540
30428
|
|
|
30541
|
-
.
|
|
30542
|
-
|
|
30543
|
-
line-height: 24px;
|
|
30429
|
+
.E_u1p8acpn .unit {
|
|
30430
|
+
color: #00122e !important;
|
|
30544
30431
|
}
|
|
30545
30432
|
|
|
30546
|
-
.
|
|
30547
|
-
|
|
30548
|
-
|
|
30433
|
+
.E_c18gxmrl {
|
|
30434
|
+
border: 1px solid #d8deeb;
|
|
30435
|
+
border-radius: 4px;
|
|
30549
30436
|
}
|
|
30550
30437
|
|
|
30551
|
-
.
|
|
30552
|
-
|
|
30438
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30439
|
+
margin-top: 8px;
|
|
30553
30440
|
}
|
|
30554
30441
|
|
|
30555
|
-
.
|
|
30556
|
-
color:
|
|
30557
|
-
font-weight: var(--font-weight);
|
|
30558
|
-
background: var(--background-color, #fff);
|
|
30559
|
-
border-width: var(--border-width, 1px);
|
|
30560
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30442
|
+
.E_c18gxmrl:hover {
|
|
30443
|
+
border-color: #0080ff;
|
|
30561
30444
|
}
|
|
30562
30445
|
|
|
30563
|
-
.
|
|
30564
|
-
|
|
30446
|
+
.E_c18gxmrl:hover > header {
|
|
30447
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30565
30448
|
}
|
|
30566
30449
|
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30450
|
+
.E_c18gxmrl.active header {
|
|
30451
|
+
border-bottom: 1px solid #d8deeb;
|
|
30569
30452
|
}
|
|
30570
30453
|
|
|
30571
|
-
.
|
|
30572
|
-
|
|
30573
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30454
|
+
.E_c18gxmrl > header {
|
|
30455
|
+
padding: 8px 12px;
|
|
30574
30456
|
}
|
|
30575
30457
|
|
|
30576
|
-
.
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30458
|
+
.E_m74vjol {
|
|
30459
|
+
display: flex;
|
|
30460
|
+
justify-content: space-between;
|
|
30461
|
+
width: 100%;
|
|
30581
30462
|
}
|
|
30582
30463
|
|
|
30583
|
-
.
|
|
30584
|
-
|
|
30585
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30586
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30464
|
+
.E_m74vjol .action {
|
|
30465
|
+
margin-left: 16px;
|
|
30587
30466
|
}
|
|
30588
30467
|
|
|
30589
|
-
.
|
|
30590
|
-
|
|
30591
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
30592
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30593
|
-
opacity: 0.5;
|
|
30468
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30469
|
+
width: 100%;
|
|
30594
30470
|
}
|
|
30595
30471
|
|
|
30596
|
-
.
|
|
30597
|
-
|
|
30598
|
-
|
|
30472
|
+
.E_f7pxqmh {
|
|
30473
|
+
width: 100%;
|
|
30474
|
+
margin-bottom: 0 !important;
|
|
30475
|
+
flex-flow: nowrap !important;
|
|
30476
|
+
line-break: auto;
|
|
30599
30477
|
}
|
|
30600
30478
|
|
|
30601
|
-
.
|
|
30602
|
-
|
|
30603
|
-
|
|
30604
|
-
--border-width: 0;
|
|
30605
|
-
--background-color: #0080ff;
|
|
30606
|
-
--background-color-hover: #009dff;
|
|
30607
|
-
--background-color-active: #005ed1;
|
|
30608
|
-
--background-color-focus: #0080ff;
|
|
30609
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30479
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30480
|
+
text-align: left !important;
|
|
30481
|
+
padding-bottom: 0 !important;
|
|
30610
30482
|
}
|
|
30611
30483
|
|
|
30612
|
-
.
|
|
30613
|
-
|
|
30614
|
-
|
|
30615
|
-
|
|
30616
|
-
|
|
30617
|
-
|
|
30484
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30485
|
+
min-height: 32px;
|
|
30486
|
+
height: auto;
|
|
30487
|
+
font-size: 13px;
|
|
30488
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30489
|
+
white-space: normal;
|
|
30618
30490
|
}
|
|
30619
30491
|
|
|
30620
|
-
.
|
|
30621
|
-
|
|
30622
|
-
--background-color-hover: #feba33;
|
|
30623
|
-
--background-color-active: #e07f00;
|
|
30624
|
-
--background-color-focus: #fea008;
|
|
30492
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30493
|
+
border-color: #ff4d4f !important;
|
|
30625
30494
|
}
|
|
30626
30495
|
|
|
30627
|
-
.
|
|
30628
|
-
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
30632
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30633
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30634
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30635
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30496
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30497
|
+
margin-top: 4px;
|
|
30498
|
+
font-size: 12px;
|
|
30499
|
+
min-height: 0px;
|
|
30636
30500
|
}
|
|
30637
30501
|
|
|
30638
|
-
.
|
|
30639
|
-
|
|
30640
|
-
|
|
30641
|
-
|
|
30642
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30643
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30644
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30502
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30503
|
+
font-size: 12px;
|
|
30504
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30505
|
+
min-height: 0px;
|
|
30645
30506
|
}
|
|
30646
30507
|
|
|
30647
|
-
.
|
|
30648
|
-
|
|
30649
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
30650
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30651
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30652
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30508
|
+
.E_c1uzzomf {
|
|
30509
|
+
margin-bottom: 16px;
|
|
30653
30510
|
}
|
|
30654
30511
|
|
|
30655
|
-
.
|
|
30656
|
-
|
|
30657
|
-
|
|
30658
|
-
|
|
30659
|
-
|
|
30660
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30661
|
-
box-shadow: none;
|
|
30512
|
+
.E_c1uzzomf .card-title {
|
|
30513
|
+
font-size: 16px;
|
|
30514
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30515
|
+
font-weight: 700;
|
|
30516
|
+
line-height: 32px;
|
|
30662
30517
|
}
|
|
30663
30518
|
|
|
30664
|
-
.
|
|
30665
|
-
|
|
30519
|
+
.E_c1uzzomf .card-body {
|
|
30520
|
+
padding: 24px;
|
|
30521
|
+
border-radius: 8px;
|
|
30522
|
+
background: #fff;
|
|
30666
30523
|
}
|
|
30667
30524
|
|
|
30668
|
-
.
|
|
30669
|
-
|
|
30670
|
-
|
|
30671
|
-
|
|
30525
|
+
.E_c1uzzomf .empty {
|
|
30526
|
+
font-weight: 700;
|
|
30527
|
+
font-size: 14px;
|
|
30528
|
+
line-height: 22px;
|
|
30529
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30530
|
+
text-align: center;
|
|
30672
30531
|
}
|
|
30673
30532
|
|
|
30674
|
-
.
|
|
30675
|
-
|
|
30533
|
+
.E_b1nip9bk {
|
|
30534
|
+
padding: 4px 11px;
|
|
30676
30535
|
}
|
|
30677
30536
|
|
|
30678
|
-
.
|
|
30679
|
-
|
|
30680
|
-
|
|
30537
|
+
.E_bqamoqe {
|
|
30538
|
+
white-space: nowrap;
|
|
30539
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30681
30540
|
}
|
|
30682
30541
|
|
|
30683
|
-
.
|
|
30684
|
-
|
|
30542
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30543
|
+
--color: #0080ff;
|
|
30685
30544
|
}
|
|
30686
30545
|
|
|
30687
|
-
.
|
|
30688
|
-
--color: #
|
|
30689
|
-
--border-color: #ccd4e3;
|
|
30690
|
-
--background-color: #fff;
|
|
30691
|
-
--background-color-hover: #edf0f7;
|
|
30692
|
-
--background-color-active: #e4e9f2;
|
|
30693
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30694
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30546
|
+
.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] {
|
|
30547
|
+
--color: #0080ff;
|
|
30695
30548
|
}
|
|
30696
30549
|
|
|
30697
|
-
.
|
|
30698
|
-
|
|
30550
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30551
|
+
margin-left: 1px;
|
|
30699
30552
|
}
|
|
30700
30553
|
|
|
30701
|
-
.
|
|
30702
|
-
|
|
30703
|
-
|
|
30704
|
-
--background-color: #fff;
|
|
30705
|
-
--background-color-hover: linear-gradient(
|
|
30706
|
-
0deg,
|
|
30707
|
-
rgba(0, 136, 255, 0.16),
|
|
30708
|
-
rgba(0, 136, 255, 0.16)
|
|
30709
|
-
),
|
|
30710
|
-
#ffffff;
|
|
30711
|
-
--background-color-active: linear-gradient(
|
|
30712
|
-
0deg,
|
|
30713
|
-
rgba(0, 136, 255, 0.2),
|
|
30714
|
-
rgba(0, 136, 255, 0.2)
|
|
30715
|
-
),
|
|
30716
|
-
#ffffff;
|
|
30717
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30718
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30554
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30555
|
+
border-top-right-radius: 0;
|
|
30556
|
+
border-bottom-right-radius: 0;
|
|
30719
30557
|
}
|
|
30720
30558
|
|
|
30721
|
-
.
|
|
30722
|
-
|
|
30723
|
-
|
|
30724
|
-
--background-color: #fff;
|
|
30725
|
-
--background-color-hover: linear-gradient(
|
|
30726
|
-
0deg,
|
|
30727
|
-
rgba(255, 74, 74, 0.16),
|
|
30728
|
-
rgba(255, 74, 74, 0.16)
|
|
30729
|
-
),
|
|
30730
|
-
#ffffff;
|
|
30731
|
-
--background-color-active: linear-gradient(
|
|
30732
|
-
0deg,
|
|
30733
|
-
rgba(255, 74, 74, 0.2),
|
|
30734
|
-
rgba(255, 74, 74, 0.2)
|
|
30735
|
-
),
|
|
30736
|
-
#ffffff;
|
|
30737
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30559
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30560
|
+
border-top-left-radius: 0;
|
|
30561
|
+
border-bottom-left-radius: 0;
|
|
30738
30562
|
}
|
|
30739
30563
|
|
|
30740
|
-
.
|
|
30741
|
-
|
|
30742
|
-
--border-color: #fff;
|
|
30743
|
-
--background-color: #fff;
|
|
30744
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30745
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30746
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30747
|
-
box-shadow: none;
|
|
30564
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30565
|
+
border-radius: unset;
|
|
30748
30566
|
}
|
|
30749
30567
|
|
|
30750
|
-
.
|
|
30751
|
-
|
|
30752
|
-
|
|
30753
|
-
--background-color: #fff;
|
|
30754
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30755
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30756
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30757
|
-
box-shadow: none;
|
|
30568
|
+
.E_berrcjl {
|
|
30569
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30570
|
+
margin-bottom: 4px;
|
|
30758
30571
|
}
|
|
30759
30572
|
|
|
30760
|
-
.
|
|
30761
|
-
|
|
30762
|
-
|
|
30763
|
-
|
|
30764
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30573
|
+
.E_berrcjl .breadcrumb-link {
|
|
30574
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30575
|
+
cursor: pointer;
|
|
30576
|
+
transition: color 160ms ease;
|
|
30765
30577
|
}
|
|
30766
30578
|
|
|
30767
|
-
.
|
|
30768
|
-
|
|
30769
|
-
--border-width: 0;
|
|
30770
|
-
--background-color: transparent;
|
|
30771
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30772
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30773
|
-
--background-color-focus: #fff;
|
|
30774
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30775
|
-
box-shadow: none;
|
|
30579
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30580
|
+
color: #0080ff;
|
|
30776
30581
|
}
|
|
30777
30582
|
|
|
30778
|
-
.
|
|
30779
|
-
|
|
30780
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30781
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30782
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30583
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30584
|
+
color: #005ed1;
|
|
30783
30585
|
}
|
|
30784
30586
|
|
|
30785
|
-
.
|
|
30786
|
-
|
|
30787
|
-
|
|
30788
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30789
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30790
|
-
--background-color-focus: #fff;
|
|
30791
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30587
|
+
.E_iouxfgt {
|
|
30588
|
+
display: inline-flex;
|
|
30589
|
+
align-items: center;
|
|
30792
30590
|
}
|
|
30793
30591
|
|
|
30794
|
-
.
|
|
30795
|
-
margin-right: 8px;
|
|
30592
|
+
.E_iouxfgt .icon-inner {
|
|
30796
30593
|
display: inline-flex;
|
|
30594
|
+
align-items: center;
|
|
30595
|
+
justify-content: center;
|
|
30797
30596
|
}
|
|
30798
30597
|
|
|
30799
|
-
.
|
|
30800
|
-
|
|
30801
|
-
|
|
30598
|
+
.E_iouxfgt .icon-inner + span,
|
|
30599
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30600
|
+
margin-left: 4px;
|
|
30802
30601
|
}
|
|
30803
30602
|
|
|
30804
|
-
.
|
|
30603
|
+
.E_iouxfgt.is-rotate img,
|
|
30604
|
+
.E_iouxfgt.is-rotate svg {
|
|
30605
|
+
animation: rotate 680ms linear infinite;
|
|
30606
|
+
}
|
|
30607
|
+
|
|
30608
|
+
.E_fzh9mnb {
|
|
30609
|
+
width: 100%;
|
|
30610
|
+
height: 100%;
|
|
30611
|
+
min-height: 124px;
|
|
30805
30612
|
display: flex;
|
|
30613
|
+
flex-direction: column;
|
|
30806
30614
|
justify-content: center;
|
|
30615
|
+
align-items: center;
|
|
30807
30616
|
}
|
|
30808
30617
|
|
|
30809
|
-
.
|
|
30810
|
-
|
|
30618
|
+
.E_fzh9mnb .error-text {
|
|
30619
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30620
|
+
margin-bottom: 16px;
|
|
30621
|
+
font-size: 18px;
|
|
30622
|
+
}
|
|
30623
|
+
|
|
30624
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30625
|
+
padding: 4px 8px 0 8px;
|
|
30626
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30627
|
+
font-size: 12px;
|
|
30628
|
+
}
|
|
30629
|
+
|
|
30630
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30631
|
+
padding-bottom: 6px;
|
|
30632
|
+
}
|
|
30633
|
+
|
|
30634
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30635
|
+
padding-top: 4px;
|
|
30636
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30811
30637
|
}
|
|
30812
30638
|
|
|
30813
30639
|
.E_d1bw7c5z {
|
|
@@ -30906,714 +30732,720 @@ html body {
|
|
|
30906
30732
|
width: 102px;
|
|
30907
30733
|
}
|
|
30908
30734
|
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30911
|
-
}
|
|
30912
|
-
|
|
30913
|
-
.E_c1uzzomf .card-title {
|
|
30914
|
-
font-size: 16px;
|
|
30915
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30916
|
-
font-weight: 700;
|
|
30917
|
-
line-height: 32px;
|
|
30918
|
-
}
|
|
30919
|
-
|
|
30920
|
-
.E_c1uzzomf .card-body {
|
|
30921
|
-
padding: 24px;
|
|
30922
|
-
border-radius: 8px;
|
|
30923
|
-
background: #fff;
|
|
30924
|
-
}
|
|
30925
|
-
|
|
30926
|
-
.E_c1uzzomf .empty {
|
|
30927
|
-
font-weight: 700;
|
|
30928
|
-
font-size: 14px;
|
|
30929
|
-
line-height: 22px;
|
|
30930
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30931
|
-
text-align: center;
|
|
30932
|
-
}
|
|
30933
|
-
|
|
30934
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30935
|
-
border: 0px;
|
|
30936
|
-
background-color: #fff;
|
|
30937
|
-
}
|
|
30938
|
-
|
|
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;
|
|
30944
|
-
}
|
|
30945
|
-
|
|
30946
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30947
|
-
right: 0px;
|
|
30948
|
-
}
|
|
30949
|
-
|
|
30950
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30951
|
-
padding: 0px;
|
|
30952
|
-
}
|
|
30953
|
-
|
|
30954
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30955
|
-
padding-right: 0px;
|
|
30956
|
-
cursor: default;
|
|
30957
|
-
}
|
|
30958
|
-
|
|
30959
|
-
.E_c1yyuluq {
|
|
30960
|
-
border-radius: 8px;
|
|
30961
|
-
}
|
|
30962
|
-
|
|
30963
|
-
.E_c1yyuluq .ant-card-body {
|
|
30964
|
-
padding: 20px 24px 24px 24px;
|
|
30965
|
-
}
|
|
30966
|
-
|
|
30967
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30968
|
-
display: flex;
|
|
30969
|
-
}
|
|
30970
|
-
|
|
30971
|
-
.E_phljevk {
|
|
30972
|
-
display: flex;
|
|
30973
|
-
justify-content: space-between;
|
|
30974
|
-
align-items: center;
|
|
30975
|
-
padding: 10px 0;
|
|
30976
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30977
|
-
font-size: 12px;
|
|
30978
|
-
line-height: 24px;
|
|
30979
|
-
}
|
|
30980
|
-
|
|
30981
|
-
.E_phljevk .pagination-left {
|
|
30982
|
-
padding: 2px 8px;
|
|
30735
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30736
|
+
justify-content: center;
|
|
30983
30737
|
}
|
|
30984
30738
|
|
|
30985
|
-
.
|
|
30986
|
-
display: flex;
|
|
30739
|
+
.E_b1wx3t3t.ant-btn {
|
|
30740
|
+
display: inline-flex;
|
|
30987
30741
|
align-items: center;
|
|
30742
|
+
justify-content: center;
|
|
30743
|
+
height: 32px;
|
|
30988
30744
|
border-radius: 6px;
|
|
30989
|
-
|
|
30990
|
-
transition:
|
|
30991
|
-
|
|
30992
|
-
|
|
30993
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30994
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30995
|
-
color: #0080ff;
|
|
30996
|
-
}
|
|
30997
|
-
|
|
30998
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30999
|
-
margin-left: 4px;
|
|
31000
|
-
}
|
|
31001
|
-
|
|
31002
|
-
.E_phljevk .pagination-right {
|
|
31003
|
-
display: flex;
|
|
31004
|
-
align-items: center;
|
|
31005
|
-
color: #0080ff;
|
|
31006
|
-
font-weight: bold;
|
|
31007
|
-
}
|
|
31008
|
-
|
|
31009
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
31010
|
-
margin-left: 4px;
|
|
31011
|
-
}
|
|
31012
|
-
|
|
31013
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
31014
|
-
.E_phljevk .pagination-right .next-btn {
|
|
31015
|
-
padding: 0 8px;
|
|
31016
|
-
}
|
|
31017
|
-
|
|
31018
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
31019
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
31020
|
-
color: #0080ff;
|
|
31021
|
-
}
|
|
31022
|
-
|
|
31023
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31024
|
-
transform: rotate(180deg);
|
|
31025
|
-
}
|
|
31026
|
-
|
|
31027
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31028
|
-
max-height: calc(100vh - 128px);
|
|
31029
|
-
overflow-y: auto;
|
|
31030
|
-
}
|
|
31031
|
-
|
|
31032
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31033
|
-
padding: 4px 20px;
|
|
31034
|
-
font-size: 12px;
|
|
31035
|
-
line-height: 18px;
|
|
31036
|
-
}
|
|
31037
|
-
|
|
31038
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31039
|
-
padding: 4px 8px 0 8px;
|
|
31040
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31041
|
-
font-size: 12px;
|
|
31042
|
-
}
|
|
31043
|
-
|
|
31044
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31045
|
-
padding-bottom: 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);
|
|
31046
30748
|
}
|
|
31047
30749
|
|
|
31048
|
-
.
|
|
31049
|
-
|
|
31050
|
-
|
|
30750
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30751
|
+
height: 40px;
|
|
30752
|
+
line-height: 24px;
|
|
31051
30753
|
}
|
|
31052
30754
|
|
|
31053
|
-
.
|
|
31054
|
-
|
|
31055
|
-
|
|
31056
|
-
white-space: pre-wrap;
|
|
30755
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30756
|
+
height: 24px;
|
|
30757
|
+
line-height: 20px;
|
|
31057
30758
|
}
|
|
31058
30759
|
|
|
31059
|
-
.
|
|
31060
|
-
|
|
31061
|
-
top: 3px;
|
|
30760
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30761
|
+
border-radius: 50%;
|
|
31062
30762
|
}
|
|
31063
30763
|
|
|
31064
|
-
.
|
|
31065
|
-
|
|
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);
|
|
31066
30770
|
}
|
|
31067
30771
|
|
|
31068
|
-
.
|
|
31069
|
-
|
|
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;
|
|
31070
30774
|
}
|
|
31071
30775
|
|
|
31072
|
-
.
|
|
31073
|
-
|
|
31074
|
-
background: #0080ff;
|
|
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);
|
|
31075
30778
|
}
|
|
31076
|
-
|
|
31077
|
-
.
|
|
31078
|
-
|
|
31079
|
-
|
|
31080
|
-
width: 6px;
|
|
31081
|
-
height: 6px;
|
|
31082
|
-
background: #fff;
|
|
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));
|
|
31083
30783
|
}
|
|
31084
30784
|
|
|
31085
|
-
.
|
|
31086
|
-
|
|
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));
|
|
31087
30790
|
}
|
|
31088
30791
|
|
|
31089
|
-
.
|
|
31090
|
-
|
|
31091
|
-
|
|
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));
|
|
31092
30796
|
}
|
|
31093
30797
|
|
|
31094
|
-
.
|
|
31095
|
-
|
|
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;
|
|
31096
30803
|
}
|
|
31097
30804
|
|
|
31098
|
-
.
|
|
31099
|
-
color: #
|
|
30805
|
+
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
30806
|
+
color: #0080ff;
|
|
31100
30807
|
opacity: 0.5;
|
|
31101
30808
|
}
|
|
31102
30809
|
|
|
31103
|
-
.
|
|
31104
|
-
color: #
|
|
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);
|
|
31105
30819
|
}
|
|
31106
30820
|
|
|
31107
|
-
.
|
|
31108
|
-
|
|
31109
|
-
|
|
31110
|
-
|
|
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);
|
|
31111
30827
|
}
|
|
31112
30828
|
|
|
31113
|
-
.
|
|
31114
|
-
|
|
31115
|
-
|
|
31116
|
-
color:
|
|
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;
|
|
31117
30834
|
}
|
|
31118
30835
|
|
|
31119
|
-
.
|
|
31120
|
-
|
|
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);
|
|
31121
30845
|
}
|
|
31122
30846
|
|
|
31123
|
-
.
|
|
31124
|
-
|
|
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);
|
|
31125
30854
|
}
|
|
31126
30855
|
|
|
31127
|
-
.
|
|
31128
|
-
|
|
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);
|
|
31129
30862
|
}
|
|
31130
30863
|
|
|
31131
|
-
.
|
|
31132
|
-
color: #
|
|
31133
|
-
|
|
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;
|
|
31134
30871
|
}
|
|
31135
30872
|
|
|
31136
|
-
.
|
|
31137
|
-
|
|
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));
|
|
31138
30875
|
}
|
|
31139
30876
|
|
|
31140
|
-
.
|
|
31141
|
-
|
|
31142
|
-
|
|
31143
|
-
|
|
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);
|
|
31144
30881
|
}
|
|
31145
30882
|
|
|
31146
|
-
.
|
|
31147
|
-
|
|
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));
|
|
31148
30885
|
}
|
|
31149
30886
|
|
|
31150
|
-
.ant-
|
|
31151
|
-
|
|
31152
|
-
|
|
31153
|
-
line-height: 20px;
|
|
30887
|
+
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
|
|
30888
|
+
--color: #fea008;
|
|
30889
|
+
--background-color: #fff;
|
|
31154
30890
|
}
|
|
31155
30891
|
|
|
31156
|
-
.
|
|
31157
|
-
|
|
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));
|
|
31158
30894
|
}
|
|
31159
30895
|
|
|
31160
|
-
.
|
|
31161
|
-
|
|
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);
|
|
31162
30904
|
}
|
|
31163
30905
|
|
|
31164
|
-
.
|
|
31165
|
-
|
|
31166
|
-
opacity: 0.5;
|
|
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);
|
|
31167
30908
|
}
|
|
31168
30909
|
|
|
31169
|
-
.
|
|
31170
|
-
|
|
30910
|
+
.E_b1wx3t3t.ant-btn-ordinary.ordinary-blue {
|
|
30911
|
+
--color: #0080ff;
|
|
30912
|
+
--border-color: #0080ff;
|
|
30913
|
+
--background-color: #fff;
|
|
30914
|
+
--background-color-hover: linear-gradient(
|
|
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);
|
|
31171
30928
|
}
|
|
31172
30929
|
|
|
31173
|
-
.
|
|
31174
|
-
|
|
30930
|
+
.E_b1wx3t3t.ant-btn-ordinary.ant-btn-dangerous {
|
|
30931
|
+
--color: #f0483e;
|
|
30932
|
+
--border-color: #f0483e;
|
|
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);
|
|
31175
30947
|
}
|
|
31176
30948
|
|
|
31177
|
-
.
|
|
31178
|
-
|
|
30949
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint {
|
|
30950
|
+
--color: #1d326c;
|
|
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;
|
|
31179
30957
|
}
|
|
31180
30958
|
|
|
31181
|
-
.
|
|
31182
|
-
|
|
31183
|
-
border-color: #
|
|
31184
|
-
|
|
30959
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30960
|
+
--color: #0080ff;
|
|
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;
|
|
31185
30967
|
}
|
|
31186
30968
|
|
|
31187
|
-
.
|
|
31188
|
-
color: #
|
|
31189
|
-
|
|
30969
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30970
|
+
--color: #f0483e;
|
|
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);
|
|
31190
30974
|
}
|
|
31191
30975
|
|
|
31192
|
-
.
|
|
31193
|
-
color:
|
|
31194
|
-
border-
|
|
31195
|
-
background:
|
|
30976
|
+
.E_b1wx3t3t.ant-btn-quiet {
|
|
30977
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
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;
|
|
31196
30985
|
}
|
|
31197
30986
|
|
|
31198
|
-
.
|
|
31199
|
-
|
|
31200
|
-
|
|
31201
|
-
|
|
31202
|
-
|
|
31203
|
-
width: 36px;
|
|
31204
|
-
background: transparent;
|
|
30987
|
+
.E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
|
|
30988
|
+
--color: #f0483e;
|
|
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);
|
|
31205
30992
|
}
|
|
31206
30993
|
|
|
31207
|
-
.
|
|
31208
|
-
|
|
30994
|
+
.E_b1wx3t3t.ant-btn-quiet.quiet-blue {
|
|
30995
|
+
--color: #0080ff;
|
|
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);
|
|
31209
31001
|
}
|
|
31210
31002
|
|
|
31211
|
-
.
|
|
31212
|
-
margin-right:
|
|
31213
|
-
|
|
31214
|
-
box-shadow: none;
|
|
31003
|
+
.E_b1wx3t3t .button-prefix-icon {
|
|
31004
|
+
margin-right: 8px;
|
|
31005
|
+
display: inline-flex;
|
|
31215
31006
|
}
|
|
31216
31007
|
|
|
31217
|
-
.
|
|
31218
|
-
|
|
31008
|
+
.E_b1wx3t3t .button-suffix-icon {
|
|
31009
|
+
margin-left: 8px;
|
|
31010
|
+
display: inline-flex;
|
|
31219
31011
|
}
|
|
31220
31012
|
|
|
31221
|
-
.
|
|
31222
|
-
display:
|
|
31013
|
+
.E_b1wx3t3t .icon-wrapper {
|
|
31014
|
+
display: flex;
|
|
31015
|
+
justify-content: center;
|
|
31223
31016
|
}
|
|
31224
31017
|
|
|
31225
|
-
.
|
|
31226
|
-
display: inline;
|
|
31227
|
-
margin-right: 8px;
|
|
31018
|
+
.E_n7k2c6r {
|
|
31228
31019
|
padding: 0;
|
|
31229
|
-
width: 36px;
|
|
31230
31020
|
}
|
|
31231
31021
|
|
|
31232
|
-
.
|
|
31233
|
-
|
|
31022
|
+
.E_i1inqkme {
|
|
31023
|
+
height: 18px;
|
|
31024
|
+
line-height: 18px;
|
|
31025
|
+
padding: 0 4px;
|
|
31026
|
+
border-radius: 4px;
|
|
31027
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31028
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31029
|
+
display: flex;
|
|
31030
|
+
align-items: center;
|
|
31031
|
+
white-space: nowrap;
|
|
31032
|
+
margin-right: 4px;
|
|
31234
31033
|
}
|
|
31235
31034
|
|
|
31236
|
-
.
|
|
31237
|
-
|
|
31238
|
-
color: #2d3a56;
|
|
31239
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31240
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31241
|
-
font-size: 13px;
|
|
31035
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31036
|
+
display: flex;
|
|
31242
31037
|
}
|
|
31243
31038
|
|
|
31244
|
-
.
|
|
31245
|
-
|
|
31039
|
+
.E_phljevk {
|
|
31040
|
+
display: flex;
|
|
31041
|
+
justify-content: space-between;
|
|
31042
|
+
align-items: center;
|
|
31043
|
+
padding: 10px 0;
|
|
31044
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31045
|
+
font-size: 12px;
|
|
31046
|
+
line-height: 24px;
|
|
31246
31047
|
}
|
|
31247
31048
|
|
|
31248
|
-
.
|
|
31249
|
-
|
|
31250
|
-
font-size: 13px;
|
|
31049
|
+
.E_phljevk .pagination-left {
|
|
31050
|
+
padding: 2px 8px;
|
|
31251
31051
|
}
|
|
31252
31052
|
|
|
31253
|
-
.
|
|
31254
|
-
|
|
31255
|
-
|
|
31053
|
+
.E_phljevk .dropdown-trigger {
|
|
31054
|
+
display: flex;
|
|
31055
|
+
align-items: center;
|
|
31056
|
+
border-radius: 6px;
|
|
31057
|
+
cursor: pointer;
|
|
31058
|
+
transition: all 0.3s ease;
|
|
31256
31059
|
}
|
|
31257
31060
|
|
|
31258
|
-
.
|
|
31061
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31062
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31259
31063
|
color: #0080ff;
|
|
31260
31064
|
}
|
|
31261
31065
|
|
|
31262
|
-
.
|
|
31263
|
-
|
|
31264
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31066
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31067
|
+
margin-left: 4px;
|
|
31265
31068
|
}
|
|
31266
31069
|
|
|
31267
|
-
.
|
|
31070
|
+
.E_phljevk .pagination-right {
|
|
31071
|
+
display: flex;
|
|
31072
|
+
align-items: center;
|
|
31268
31073
|
color: #0080ff;
|
|
31074
|
+
font-weight: bold;
|
|
31269
31075
|
}
|
|
31270
31076
|
|
|
31271
|
-
.
|
|
31272
|
-
|
|
31273
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31077
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31078
|
+
margin-left: 4px;
|
|
31274
31079
|
}
|
|
31275
31080
|
|
|
31276
|
-
.
|
|
31277
|
-
|
|
31081
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31082
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31083
|
+
padding: 0 8px;
|
|
31278
31084
|
}
|
|
31279
31085
|
|
|
31280
|
-
.
|
|
31281
|
-
|
|
31282
|
-
|
|
31283
|
-
cursor: "not-allowed";
|
|
31086
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31087
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31088
|
+
color: #0080ff;
|
|
31284
31089
|
}
|
|
31285
31090
|
|
|
31286
|
-
.
|
|
31287
|
-
|
|
31091
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31092
|
+
transform: rotate(180deg);
|
|
31288
31093
|
}
|
|
31289
31094
|
|
|
31290
|
-
.
|
|
31291
|
-
|
|
31095
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31096
|
+
max-height: calc(100vh - 128px);
|
|
31097
|
+
overflow-y: auto;
|
|
31292
31098
|
}
|
|
31293
31099
|
|
|
31294
|
-
.
|
|
31295
|
-
|
|
31296
|
-
|
|
31100
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31101
|
+
padding: 4px 20px;
|
|
31102
|
+
font-size: 12px;
|
|
31103
|
+
line-height: 18px;
|
|
31297
31104
|
}
|
|
31298
31105
|
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31106
|
+
.E_owd0kml {
|
|
31107
|
+
display: inline-block;
|
|
31301
31108
|
}
|
|
31302
31109
|
|
|
31303
|
-
.
|
|
31304
|
-
|
|
31305
|
-
|
|
31306
|
-
margin-right: 4px;
|
|
31110
|
+
.E_h1jsgezc {
|
|
31111
|
+
visibility: hidden;
|
|
31112
|
+
position: absolute;
|
|
31307
31113
|
}
|
|
31308
31114
|
|
|
31309
|
-
.
|
|
31310
|
-
|
|
31115
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31116
|
+
display: var(--ai7qkf2-0);
|
|
31311
31117
|
}
|
|
31312
31118
|
|
|
31313
|
-
.
|
|
31314
|
-
|
|
31315
|
-
height:
|
|
31316
|
-
|
|
31317
|
-
|
|
31318
|
-
flex-shrink: 0;
|
|
31319
|
-
display: flex;
|
|
31320
|
-
align-items: center;
|
|
31321
|
-
justify-content: center;
|
|
31322
|
-
border: 1px solid var(--color);
|
|
31119
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31120
|
+
display: inline-flex;
|
|
31121
|
+
line-height: 1.5715;
|
|
31122
|
+
height: 100%;
|
|
31123
|
+
width: 100%;
|
|
31323
31124
|
}
|
|
31324
31125
|
|
|
31325
|
-
.
|
|
31326
|
-
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31126
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31127
|
+
content: var(--ai7qkf2-1);
|
|
31128
|
+
display: var(--ai7qkf2-2);
|
|
31129
|
+
flex: none;
|
|
31130
|
+
align-items: center;
|
|
31131
|
+
margin-left: 4px;
|
|
31132
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31331
31133
|
}
|
|
31332
31134
|
|
|
31333
|
-
.
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
|
|
31339
|
-
|
|
31340
|
-
|
|
31341
|
-
transform: rotate(180deg);
|
|
31135
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31136
|
+
content: var(--ai7qkf2-3);
|
|
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);
|
|
31342
31143
|
}
|
|
31343
31144
|
|
|
31344
|
-
.
|
|
31345
|
-
|
|
31346
|
-
height: 100%;
|
|
31347
|
-
width: 100%;
|
|
31348
|
-
left: 0;
|
|
31349
|
-
top: 0;
|
|
31350
|
-
margin-left: 50%;
|
|
31351
|
-
transform-origin: left;
|
|
31352
|
-
background: white;
|
|
31353
|
-
transform: rotate(0deg);
|
|
31145
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31146
|
+
border-radius: 0;
|
|
31354
31147
|
}
|
|
31355
31148
|
|
|
31356
|
-
.
|
|
31357
|
-
|
|
31149
|
+
.E_ai7qkf2.ant-input-number {
|
|
31150
|
+
width: 100%;
|
|
31151
|
+
border-radius: 6px;
|
|
31358
31152
|
}
|
|
31359
31153
|
|
|
31360
|
-
.
|
|
31361
|
-
|
|
31362
|
-
|
|
31154
|
+
.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 {
|
|
31155
|
+
border-color: #0096ff;
|
|
31156
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31157
|
+
z-index: 1;
|
|
31363
31158
|
}
|
|
31364
31159
|
|
|
31365
|
-
.
|
|
31366
|
-
|
|
31367
|
-
|
|
31160
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31161
|
+
border-color: #e75a3a;
|
|
31162
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31368
31163
|
}
|
|
31369
31164
|
|
|
31370
|
-
.
|
|
31371
|
-
|
|
31372
|
-
border
|
|
31165
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31166
|
+
height: 30px;
|
|
31167
|
+
border: 1px;
|
|
31168
|
+
padding: 5px 12px;
|
|
31169
|
+
font-size: inherit;
|
|
31373
31170
|
}
|
|
31374
31171
|
|
|
31375
|
-
.
|
|
31376
|
-
|
|
31172
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31173
|
+
height: 38px;
|
|
31174
|
+
border: 1px;
|
|
31175
|
+
padding: 8px 16px;
|
|
31377
31176
|
}
|
|
31378
31177
|
|
|
31379
|
-
.
|
|
31380
|
-
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
align-items: center;
|
|
31384
|
-
border: none;
|
|
31178
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31179
|
+
height: 22px;
|
|
31180
|
+
border: 1px;
|
|
31181
|
+
padding: 2px 8px;
|
|
31385
31182
|
}
|
|
31386
31183
|
|
|
31387
|
-
.
|
|
31388
|
-
width: 16px;
|
|
31389
|
-
height: 16px;
|
|
31390
|
-
color: inherit;
|
|
31391
|
-
margin-left: 4px;
|
|
31392
|
-
opacity: 0.6;
|
|
31184
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
31393
31185
|
display: inline-flex;
|
|
31186
|
+
align-items: baseline;
|
|
31187
|
+
white-space: pre-wrap;
|
|
31394
31188
|
}
|
|
31395
31189
|
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31190
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31191
|
+
position: relative;
|
|
31192
|
+
top: 3px;
|
|
31398
31193
|
}
|
|
31399
31194
|
|
|
31400
|
-
.
|
|
31401
|
-
color:
|
|
31402
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31195
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31196
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31403
31197
|
}
|
|
31404
31198
|
|
|
31405
|
-
.
|
|
31406
|
-
color: #
|
|
31407
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31199
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31200
|
+
border-color: #0080ff;
|
|
31408
31201
|
}
|
|
31409
31202
|
|
|
31410
|
-
.
|
|
31411
|
-
color: #
|
|
31412
|
-
background
|
|
31203
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31204
|
+
border-color: #0080ff;
|
|
31205
|
+
background: #0080ff;
|
|
31413
31206
|
}
|
|
31414
31207
|
|
|
31415
|
-
.
|
|
31416
|
-
|
|
31417
|
-
|
|
31208
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31209
|
+
top: 4px;
|
|
31210
|
+
left: 4px;
|
|
31211
|
+
width: 6px;
|
|
31212
|
+
height: 6px;
|
|
31213
|
+
background: #fff;
|
|
31418
31214
|
}
|
|
31419
31215
|
|
|
31420
|
-
.
|
|
31421
|
-
|
|
31422
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31216
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31217
|
+
opacity: 0.5;
|
|
31423
31218
|
}
|
|
31424
31219
|
|
|
31425
|
-
.
|
|
31426
|
-
color:
|
|
31427
|
-
background
|
|
31220
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31221
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31222
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31428
31223
|
}
|
|
31429
31224
|
|
|
31430
|
-
.
|
|
31431
|
-
|
|
31225
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31226
|
+
background: #00122e;
|
|
31432
31227
|
}
|
|
31433
31228
|
|
|
31434
|
-
.
|
|
31435
|
-
|
|
31229
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31230
|
+
color: #00122e;
|
|
31231
|
+
opacity: 0.5;
|
|
31436
31232
|
}
|
|
31437
31233
|
|
|
31438
|
-
.
|
|
31439
|
-
|
|
31234
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31235
|
+
color: #00122e;
|
|
31440
31236
|
}
|
|
31441
31237
|
|
|
31442
|
-
.
|
|
31443
|
-
|
|
31238
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31239
|
+
display: inline-block;
|
|
31240
|
+
padding: 0;
|
|
31241
|
+
padding-left: 12px;
|
|
31444
31242
|
}
|
|
31445
31243
|
|
|
31446
|
-
.
|
|
31447
|
-
|
|
31244
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31245
|
+
margin-bottom: 0;
|
|
31246
|
+
white-space: pre-wrap;
|
|
31247
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31448
31248
|
}
|
|
31449
31249
|
|
|
31450
|
-
.
|
|
31451
|
-
|
|
31250
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
31251
|
+
padding-left: 8px;
|
|
31452
31252
|
}
|
|
31453
31253
|
|
|
31454
|
-
.
|
|
31455
|
-
|
|
31254
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
31255
|
+
border-radius: 5px 0 0 5px;
|
|
31456
31256
|
}
|
|
31457
31257
|
|
|
31458
|
-
.
|
|
31459
|
-
|
|
31460
|
-
height: 24px;
|
|
31461
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31462
|
-
overflow: hidden;
|
|
31258
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
31259
|
+
border-radius: 0 5px 5px 0;
|
|
31463
31260
|
}
|
|
31464
31261
|
|
|
31465
|
-
.
|
|
31466
|
-
|
|
31262
|
+
.E_rcc63c8 {
|
|
31263
|
+
color: #00122e;
|
|
31264
|
+
border-color: #ccd4e3;
|
|
31467
31265
|
}
|
|
31468
31266
|
|
|
31469
|
-
.
|
|
31470
|
-
|
|
31471
|
-
height: 16px;
|
|
31267
|
+
.E_rcc63c8:first-child {
|
|
31268
|
+
border-color: #a3b4cc;
|
|
31472
31269
|
}
|
|
31473
31270
|
|
|
31474
|
-
.
|
|
31475
|
-
|
|
31271
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
31272
|
+
padding: 0 12px;
|
|
31273
|
+
line-height: 32px;
|
|
31476
31274
|
height: 32px;
|
|
31477
31275
|
}
|
|
31478
31276
|
|
|
31479
|
-
.
|
|
31480
|
-
|
|
31481
|
-
width: 20px;
|
|
31277
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
31278
|
+
white-space: nowrap;
|
|
31482
31279
|
}
|
|
31483
31280
|
|
|
31484
|
-
.
|
|
31485
|
-
|
|
31486
|
-
|
|
31281
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
31282
|
+
height: 22px;
|
|
31283
|
+
padding: 0 7px;
|
|
31284
|
+
line-height: 20px;
|
|
31487
31285
|
}
|
|
31488
31286
|
|
|
31489
|
-
.
|
|
31490
|
-
|
|
31491
|
-
width: 14px;
|
|
31492
|
-
top: 1px;
|
|
31493
|
-
left: 1px;
|
|
31287
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31288
|
+
background: #ccd4e3;
|
|
31494
31289
|
}
|
|
31495
31290
|
|
|
31496
|
-
.
|
|
31497
|
-
|
|
31498
|
-
width: 28px;
|
|
31291
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31292
|
+
background: #0080ff;
|
|
31499
31293
|
}
|
|
31500
31294
|
|
|
31501
|
-
.
|
|
31502
|
-
|
|
31295
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31296
|
+
background: #ccd4e3;
|
|
31297
|
+
opacity: 0.5;
|
|
31503
31298
|
}
|
|
31504
31299
|
|
|
31505
|
-
.
|
|
31506
|
-
|
|
31300
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31301
|
+
border-right-color: #0080ff;
|
|
31507
31302
|
}
|
|
31508
31303
|
|
|
31509
|
-
.
|
|
31510
|
-
|
|
31304
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31305
|
+
border-color: #0080ff;
|
|
31511
31306
|
}
|
|
31512
31307
|
|
|
31513
|
-
.
|
|
31514
|
-
|
|
31308
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
31309
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31515
31310
|
}
|
|
31516
31311
|
|
|
31517
|
-
.
|
|
31518
|
-
|
|
31312
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
31313
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31314
|
+
border-color: #ccd4e3;
|
|
31315
|
+
opacity: 0.5;
|
|
31519
31316
|
}
|
|
31520
31317
|
|
|
31521
|
-
.
|
|
31522
|
-
|
|
31318
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
31319
|
+
color: #00122e;
|
|
31320
|
+
border-color: #ccd4e3;
|
|
31523
31321
|
}
|
|
31524
31322
|
|
|
31525
|
-
.
|
|
31526
|
-
|
|
31323
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31324
|
+
color: #00122e;
|
|
31325
|
+
border-color: #ccd4e3;
|
|
31326
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31527
31327
|
}
|
|
31528
31328
|
|
|
31529
|
-
.
|
|
31530
|
-
|
|
31329
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
31330
|
+
margin-right: 8px;
|
|
31331
|
+
display: inline;
|
|
31332
|
+
border: none;
|
|
31333
|
+
padding: 0;
|
|
31334
|
+
width: 36px;
|
|
31335
|
+
background: transparent;
|
|
31531
31336
|
}
|
|
31532
31337
|
|
|
31533
|
-
.
|
|
31534
|
-
|
|
31535
|
-
line-height: 18px;
|
|
31536
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31537
|
-
height: 34px;
|
|
31538
|
-
min-height: 34px;
|
|
31539
|
-
box-sizing: border-box;
|
|
31540
|
-
margin-top: 8px;
|
|
31338
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
31339
|
+
box-shadow: none;
|
|
31541
31340
|
}
|
|
31542
31341
|
|
|
31543
|
-
.
|
|
31544
|
-
|
|
31545
|
-
|
|
31546
|
-
|
|
31547
|
-
padding: 8px;
|
|
31548
|
-
border-radius: 4px;
|
|
31342
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
31343
|
+
margin-right: 0;
|
|
31344
|
+
width: initial;
|
|
31345
|
+
box-shadow: none;
|
|
31549
31346
|
}
|
|
31550
31347
|
|
|
31551
|
-
.
|
|
31348
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31552
31349
|
display: none;
|
|
31553
31350
|
}
|
|
31554
31351
|
|
|
31555
|
-
.
|
|
31556
|
-
|
|
31352
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31353
|
+
display: inline;
|
|
31557
31354
|
}
|
|
31558
31355
|
|
|
31559
|
-
.
|
|
31560
|
-
|
|
31356
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31357
|
+
display: inline;
|
|
31358
|
+
margin-right: 8px;
|
|
31359
|
+
padding: 0;
|
|
31360
|
+
width: 36px;
|
|
31561
31361
|
}
|
|
31562
31362
|
|
|
31563
|
-
.
|
|
31564
|
-
|
|
31363
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31364
|
+
display: var(--a1wfy30z-0);
|
|
31565
31365
|
}
|
|
31566
31366
|
|
|
31567
|
-
.
|
|
31568
|
-
|
|
31367
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31368
|
+
padding: 4px 11px;
|
|
31369
|
+
display: inline-flex;
|
|
31370
|
+
line-height: 1.5715;
|
|
31371
|
+
height: inherit;
|
|
31569
31372
|
}
|
|
31570
31373
|
|
|
31571
|
-
.
|
|
31572
|
-
|
|
31374
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31375
|
+
content: var(--a1wfy30z-1);
|
|
31376
|
+
display: var(--a1wfy30z-2);
|
|
31377
|
+
flex: none;
|
|
31378
|
+
align-items: center;
|
|
31379
|
+
margin-left: 4px;
|
|
31573
31380
|
}
|
|
31574
31381
|
|
|
31575
|
-
.
|
|
31576
|
-
|
|
31382
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31383
|
+
content: var(--a1wfy30z-3);
|
|
31384
|
+
display: var(--a1wfy30z-4);
|
|
31385
|
+
flex: none;
|
|
31386
|
+
align-items: center;
|
|
31387
|
+
margin-right: 4px;
|
|
31388
|
+
cursor: auto;
|
|
31577
31389
|
}
|
|
31578
31390
|
|
|
31579
|
-
.
|
|
31580
|
-
|
|
31581
|
-
|
|
31391
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31392
|
+
padding: 0;
|
|
31393
|
+
margin: 0;
|
|
31394
|
+
height: auto;
|
|
31395
|
+
font-size: inherit;
|
|
31582
31396
|
}
|
|
31583
31397
|
|
|
31584
|
-
.
|
|
31585
|
-
|
|
31586
|
-
|
|
31587
|
-
|
|
31588
|
-
line-height: 20px;
|
|
31398
|
+
.E_ivqqkzv {
|
|
31399
|
+
height: 24px;
|
|
31400
|
+
width: 56px !important;
|
|
31401
|
+
margin-right: 4px;
|
|
31589
31402
|
}
|
|
31590
31403
|
|
|
31591
|
-
.
|
|
31592
|
-
color:
|
|
31593
|
-
overflow: hidden;
|
|
31594
|
-
text-overflow: ellipsis;
|
|
31404
|
+
.E_c1wk4q29 {
|
|
31405
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31595
31406
|
}
|
|
31596
31407
|
|
|
31597
|
-
.
|
|
31408
|
+
.E_c1bus5hc {
|
|
31409
|
+
--color: white;
|
|
31410
|
+
height: 14px;
|
|
31411
|
+
width: 14px;
|
|
31412
|
+
border-radius: 50%;
|
|
31413
|
+
flex-shrink: 0;
|
|
31598
31414
|
display: flex;
|
|
31599
|
-
|
|
31600
|
-
|
|
31601
|
-
|
|
31602
|
-
line-height: 18px;
|
|
31603
|
-
margin-top: 2px;
|
|
31415
|
+
align-items: center;
|
|
31416
|
+
justify-content: center;
|
|
31417
|
+
border: 1px solid var(--color);
|
|
31604
31418
|
}
|
|
31605
31419
|
|
|
31606
|
-
.
|
|
31607
|
-
|
|
31608
|
-
|
|
31609
|
-
|
|
31420
|
+
.E_c1bus5hc .circle-inner {
|
|
31421
|
+
position: relative;
|
|
31422
|
+
height: 10px;
|
|
31423
|
+
width: 10px;
|
|
31424
|
+
border-radius: 50%;
|
|
31425
|
+
overflow: hidden;
|
|
31610
31426
|
}
|
|
31611
31427
|
|
|
31612
|
-
.
|
|
31613
|
-
|
|
31614
|
-
height:
|
|
31428
|
+
.E_c1bus5hc .circle-content {
|
|
31429
|
+
position: absolute;
|
|
31430
|
+
height: 100%;
|
|
31615
31431
|
width: 100%;
|
|
31616
|
-
|
|
31432
|
+
left: 0;
|
|
31433
|
+
top: 0;
|
|
31434
|
+
border-radius: 50%;
|
|
31435
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31436
|
+
transform: rotate(180deg);
|
|
31437
|
+
}
|
|
31438
|
+
|
|
31439
|
+
.E_c1bus5hc .circle-child {
|
|
31440
|
+
position: absolute;
|
|
31441
|
+
height: 100%;
|
|
31442
|
+
width: 100%;
|
|
31443
|
+
left: 0;
|
|
31444
|
+
top: 0;
|
|
31445
|
+
margin-left: 50%;
|
|
31446
|
+
transform-origin: left;
|
|
31447
|
+
background: white;
|
|
31448
|
+
transform: rotate(0deg);
|
|
31617
31449
|
}
|
|
31618
31450
|
|
|
31619
31451
|
.E_sddwhm6 {
|
|
@@ -31710,177 +31542,173 @@ html body {
|
|
|
31710
31542
|
display: inline-block;
|
|
31711
31543
|
}
|
|
31712
31544
|
|
|
31713
|
-
.
|
|
31714
|
-
|
|
31545
|
+
.E_s1sck0th {
|
|
31546
|
+
padding: 0 8px;
|
|
31547
|
+
border-radius: 4px;
|
|
31715
31548
|
}
|
|
31716
31549
|
|
|
31717
|
-
.
|
|
31718
|
-
|
|
31719
|
-
border-radius:
|
|
31550
|
+
.E_m855nr1 {
|
|
31551
|
+
padding: 2px 8px;
|
|
31552
|
+
border-radius: 3px;
|
|
31720
31553
|
}
|
|
31721
31554
|
|
|
31722
|
-
.
|
|
31723
|
-
|
|
31724
|
-
|
|
31725
|
-
padding: 0 4px;
|
|
31726
|
-
border-radius: 4px;
|
|
31727
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31728
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31729
|
-
display: flex;
|
|
31730
|
-
align-items: center;
|
|
31731
|
-
white-space: nowrap;
|
|
31732
|
-
margin-right: 4px;
|
|
31555
|
+
.E_l1270xpg {
|
|
31556
|
+
padding: 3px 8px;
|
|
31557
|
+
border-radius: 2px;
|
|
31733
31558
|
}
|
|
31734
31559
|
|
|
31735
|
-
.
|
|
31736
|
-
|
|
31737
|
-
|
|
31738
|
-
|
|
31739
|
-
|
|
31740
|
-
|
|
31741
|
-
|
|
31560
|
+
.E_t14rextb.ant-tag:hover {
|
|
31561
|
+
opacity: unset;
|
|
31562
|
+
}
|
|
31563
|
+
|
|
31564
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31565
|
+
margin: 0;
|
|
31566
|
+
margin-right: 8px;
|
|
31567
|
+
display: inline-flex;
|
|
31742
31568
|
align-items: center;
|
|
31569
|
+
border: none;
|
|
31743
31570
|
}
|
|
31744
31571
|
|
|
31745
|
-
.
|
|
31746
|
-
|
|
31747
|
-
|
|
31748
|
-
|
|
31572
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31573
|
+
width: 16px;
|
|
31574
|
+
height: 16px;
|
|
31575
|
+
color: inherit;
|
|
31576
|
+
margin-left: 4px;
|
|
31577
|
+
opacity: 0.6;
|
|
31578
|
+
display: inline-flex;
|
|
31749
31579
|
}
|
|
31750
31580
|
|
|
31751
|
-
.
|
|
31752
|
-
|
|
31581
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31582
|
+
opacity: 1;
|
|
31753
31583
|
}
|
|
31754
31584
|
|
|
31755
|
-
.
|
|
31756
|
-
|
|
31757
|
-
|
|
31585
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31586
|
+
color: #0080ff;
|
|
31587
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31758
31588
|
}
|
|
31759
31589
|
|
|
31760
|
-
.
|
|
31761
|
-
|
|
31762
|
-
|
|
31763
|
-
flex-flow: nowrap !important;
|
|
31764
|
-
line-break: auto;
|
|
31590
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31591
|
+
color: #f0483e;
|
|
31592
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31765
31593
|
}
|
|
31766
31594
|
|
|
31767
|
-
.
|
|
31768
|
-
|
|
31769
|
-
|
|
31595
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31596
|
+
color: #e07f00;
|
|
31597
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31770
31598
|
}
|
|
31771
31599
|
|
|
31772
|
-
.
|
|
31773
|
-
|
|
31774
|
-
|
|
31775
|
-
font-size: 13px;
|
|
31776
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31777
|
-
white-space: normal;
|
|
31600
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31601
|
+
color: #008f4c;
|
|
31602
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31778
31603
|
}
|
|
31779
31604
|
|
|
31780
|
-
.
|
|
31781
|
-
|
|
31605
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31606
|
+
color: #1d326c;
|
|
31607
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31782
31608
|
}
|
|
31783
31609
|
|
|
31784
|
-
.
|
|
31785
|
-
|
|
31786
|
-
|
|
31787
|
-
min-height: 0px;
|
|
31610
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31611
|
+
color: #7E41FF;
|
|
31612
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31788
31613
|
}
|
|
31789
31614
|
|
|
31790
|
-
.
|
|
31791
|
-
|
|
31792
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31793
|
-
min-height: 0px;
|
|
31615
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31616
|
+
color: #fff;
|
|
31794
31617
|
}
|
|
31795
31618
|
|
|
31796
|
-
.
|
|
31797
|
-
|
|
31619
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31620
|
+
background-color: #f0483e;
|
|
31798
31621
|
}
|
|
31799
31622
|
|
|
31800
|
-
.
|
|
31801
|
-
|
|
31802
|
-
line-height: 1.5715;
|
|
31803
|
-
height: 100%;
|
|
31804
|
-
width: 100%;
|
|
31623
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31624
|
+
background-color: #fea008;
|
|
31805
31625
|
}
|
|
31806
31626
|
|
|
31807
|
-
.
|
|
31808
|
-
|
|
31809
|
-
display: var(--ai7qkf2-2);
|
|
31810
|
-
flex: none;
|
|
31811
|
-
align-items: center;
|
|
31812
|
-
margin-left: 4px;
|
|
31813
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31627
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31628
|
+
background-color: #00ba5d;
|
|
31814
31629
|
}
|
|
31815
31630
|
|
|
31816
|
-
.
|
|
31817
|
-
|
|
31818
|
-
display: var(--ai7qkf2-4);
|
|
31819
|
-
flex: none;
|
|
31820
|
-
align-items: center;
|
|
31821
|
-
margin-right: 4px;
|
|
31822
|
-
cursor: auto;
|
|
31823
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31631
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31632
|
+
background-color: #0080ff;
|
|
31824
31633
|
}
|
|
31825
31634
|
|
|
31826
|
-
.ant-
|
|
31827
|
-
|
|
31635
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31636
|
+
background-color: #6b7d99;
|
|
31828
31637
|
}
|
|
31829
31638
|
|
|
31830
|
-
.
|
|
31831
|
-
|
|
31832
|
-
border-radius: 6px;
|
|
31639
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31640
|
+
background-color: #7E41FF;
|
|
31833
31641
|
}
|
|
31834
31642
|
|
|
31835
|
-
.
|
|
31836
|
-
|
|
31837
|
-
|
|
31838
|
-
|
|
31643
|
+
.E_s1dizucg.ant-switch {
|
|
31644
|
+
min-width: 40px;
|
|
31645
|
+
height: 24px;
|
|
31646
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31647
|
+
overflow: hidden;
|
|
31839
31648
|
}
|
|
31840
31649
|
|
|
31841
|
-
.
|
|
31842
|
-
|
|
31843
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31650
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31651
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31844
31652
|
}
|
|
31845
31653
|
|
|
31846
|
-
.
|
|
31847
|
-
|
|
31848
|
-
|
|
31849
|
-
padding: 5px 12px;
|
|
31850
|
-
font-size: inherit;
|
|
31654
|
+
.E_s1dizucg.ant-switch-small {
|
|
31655
|
+
min-width: 26px;
|
|
31656
|
+
height: 16px;
|
|
31851
31657
|
}
|
|
31852
31658
|
|
|
31853
|
-
.
|
|
31854
|
-
|
|
31855
|
-
|
|
31856
|
-
padding: 8px 16px;
|
|
31659
|
+
.E_s1dizucg.ant-switch-large {
|
|
31660
|
+
min-width: 52px;
|
|
31661
|
+
height: 32px;
|
|
31857
31662
|
}
|
|
31858
31663
|
|
|
31859
|
-
.
|
|
31860
|
-
height:
|
|
31861
|
-
|
|
31862
|
-
padding: 2px 8px;
|
|
31664
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31665
|
+
height: 20px;
|
|
31666
|
+
width: 20px;
|
|
31863
31667
|
}
|
|
31864
31668
|
|
|
31865
|
-
.
|
|
31866
|
-
|
|
31867
|
-
|
|
31669
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31670
|
+
border-radius: 10px;
|
|
31671
|
+
transition-delay: 120ms;
|
|
31868
31672
|
}
|
|
31869
31673
|
|
|
31870
|
-
.
|
|
31871
|
-
|
|
31872
|
-
|
|
31873
|
-
|
|
31674
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31675
|
+
height: 14px;
|
|
31676
|
+
width: 14px;
|
|
31677
|
+
top: 1px;
|
|
31678
|
+
left: 1px;
|
|
31874
31679
|
}
|
|
31875
31680
|
|
|
31876
|
-
.
|
|
31877
|
-
|
|
31878
|
-
|
|
31681
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31682
|
+
height: 28px;
|
|
31683
|
+
width: 28px;
|
|
31879
31684
|
}
|
|
31880
31685
|
|
|
31881
|
-
.
|
|
31882
|
-
|
|
31883
|
-
|
|
31686
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31687
|
+
border-radius: 14px;
|
|
31688
|
+
}
|
|
31689
|
+
|
|
31690
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31691
|
+
background-color: #00ba5d;
|
|
31692
|
+
}
|
|
31693
|
+
|
|
31694
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31695
|
+
left: calc(100% - 20px - 2px);
|
|
31696
|
+
}
|
|
31697
|
+
|
|
31698
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31699
|
+
left: calc(100% - 14px - 1px);
|
|
31700
|
+
}
|
|
31701
|
+
|
|
31702
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31703
|
+
left: calc(100% - 28px - 2px);
|
|
31704
|
+
}
|
|
31705
|
+
|
|
31706
|
+
.E_c1up6e3y {
|
|
31707
|
+
margin-left: 5px;
|
|
31708
|
+
}
|
|
31709
|
+
|
|
31710
|
+
.E_tju3gfj .date {
|
|
31711
|
+
margin-right: 4px;
|
|
31884
31712
|
}
|
|
31885
31713
|
|
|
31886
31714
|
.E_cnujxq2 {
|
|
@@ -32662,44 +32490,22 @@ input.E_rf8rlle.ant-input {
|
|
|
32662
32490
|
}
|
|
32663
32491
|
|
|
32664
32492
|
.E_c3cobmo .title {
|
|
32665
|
-
font-weight: 700;
|
|
32666
|
-
line-height: 18px;
|
|
32667
|
-
margin: 4px 0;
|
|
32668
|
-
}
|
|
32669
|
-
|
|
32670
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
32671
|
-
display: var(--a1wfy30z-0);
|
|
32672
|
-
}
|
|
32673
|
-
|
|
32674
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
32675
|
-
padding: 4px 11px;
|
|
32676
|
-
display: inline-flex;
|
|
32677
|
-
line-height: 1.5715;
|
|
32678
|
-
height: inherit;
|
|
32679
|
-
}
|
|
32680
|
-
|
|
32681
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
32682
|
-
content: var(--a1wfy30z-1);
|
|
32683
|
-
display: var(--a1wfy30z-2);
|
|
32684
|
-
flex: none;
|
|
32685
|
-
align-items: center;
|
|
32686
|
-
margin-left: 4px;
|
|
32493
|
+
font-weight: 700;
|
|
32494
|
+
line-height: 18px;
|
|
32495
|
+
margin: 4px 0;
|
|
32687
32496
|
}
|
|
32688
32497
|
|
|
32689
|
-
.
|
|
32690
|
-
|
|
32691
|
-
display: var(--a1wfy30z-4);
|
|
32692
|
-
flex: none;
|
|
32693
|
-
align-items: center;
|
|
32694
|
-
margin-right: 4px;
|
|
32695
|
-
cursor: auto;
|
|
32498
|
+
.E_iq1gosr {
|
|
32499
|
+
display: inline-block;
|
|
32696
32500
|
}
|
|
32697
32501
|
|
|
32698
|
-
.
|
|
32699
|
-
|
|
32700
|
-
|
|
32701
|
-
|
|
32702
|
-
|
|
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;
|
|
32703
32509
|
}
|
|
32704
32510
|
|
|
32705
32511
|
.E_dsnbhzf {
|
|
@@ -33177,42 +32983,204 @@ input.E_rf8rlle.ant-input {
|
|
|
33177
32983
|
line-height: 12px;
|
|
33178
32984
|
}
|
|
33179
32985
|
|
|
33180
|
-
.
|
|
33181
|
-
|
|
33182
|
-
background-color: unset;
|
|
33183
|
-
padding: unset;
|
|
32986
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32987
|
+
border-radius: 6px;
|
|
33184
32988
|
}
|
|
33185
32989
|
|
|
33186
|
-
.
|
|
33187
|
-
|
|
33188
|
-
|
|
33189
|
-
border-
|
|
33190
|
-
|
|
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;
|
|
33191
32996
|
}
|
|
33192
32997
|
|
|
33193
|
-
.
|
|
33194
|
-
|
|
32998
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32999
|
+
height: 30px;
|
|
33195
33000
|
}
|
|
33196
33001
|
|
|
33197
|
-
.
|
|
33198
|
-
|
|
33002
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
33003
|
+
height: 38px;
|
|
33004
|
+
font-size: 13px;
|
|
33199
33005
|
}
|
|
33200
33006
|
|
|
33201
|
-
.
|
|
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 {
|
|
33202
33072
|
display: flex;
|
|
33203
|
-
|
|
33073
|
+
flex-direction: column;
|
|
33074
|
+
margin: 1px 8px;
|
|
33075
|
+
padding: 8px;
|
|
33076
|
+
border-radius: 4px;
|
|
33204
33077
|
}
|
|
33205
33078
|
|
|
33206
|
-
.
|
|
33207
|
-
|
|
33208
|
-
|
|
33209
|
-
|
|
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 {
|
|
33210
33104
|
color: #0080ff;
|
|
33105
|
+
}
|
|
33106
|
+
|
|
33107
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
33211
33108
|
background: rgba(0, 136, 255, 0.1);
|
|
33109
|
+
color: #0080ff;
|
|
33110
|
+
}
|
|
33111
|
+
|
|
33112
|
+
.E_o1ifxsq4 {
|
|
33212
33113
|
display: flex;
|
|
33213
|
-
|
|
33214
|
-
|
|
33215
|
-
|
|
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);
|
|
33138
|
+
}
|
|
33139
|
+
|
|
33140
|
+
.E_o18uybox {
|
|
33141
|
+
pointer-events: none;
|
|
33142
|
+
height: 32px;
|
|
33143
|
+
width: 100%;
|
|
33144
|
+
opacity: 0;
|
|
33145
|
+
}
|
|
33146
|
+
|
|
33147
|
+
.E_c1yyuluq {
|
|
33148
|
+
border-radius: 8px;
|
|
33149
|
+
}
|
|
33150
|
+
|
|
33151
|
+
.E_c1yyuluq .ant-card-body {
|
|
33152
|
+
padding: 20px 24px 24px 24px;
|
|
33153
|
+
}
|
|
33154
|
+
|
|
33155
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
33156
|
+
border: 0px;
|
|
33157
|
+
background-color: #fff;
|
|
33158
|
+
}
|
|
33159
|
+
|
|
33160
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
33161
|
+
padding-top: 0px;
|
|
33162
|
+
padding-bottom: 0px;
|
|
33163
|
+
padding-left: 0px !important;
|
|
33164
|
+
padding-right: 24px;
|
|
33165
|
+
}
|
|
33166
|
+
|
|
33167
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
33168
|
+
right: 0px;
|
|
33169
|
+
}
|
|
33170
|
+
|
|
33171
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
33172
|
+
padding: 0px;
|
|
33173
|
+
}
|
|
33174
|
+
|
|
33175
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
33176
|
+
padding-right: 0px;
|
|
33177
|
+
cursor: default;
|
|
33178
|
+
}
|
|
33179
|
+
|
|
33180
|
+
.E_h1ol2wl7 {
|
|
33181
|
+
font-weight: bold;
|
|
33182
|
+
background-color: unset;
|
|
33183
|
+
padding: unset;
|
|
33216
33184
|
}
|
|
33217
33185
|
|
|
33218
33186
|
.E_drhfj7c .bottom {
|
|
@@ -33453,15 +33421,47 @@ input.E_rf8rlle.ant-input {
|
|
|
33453
33421
|
border-radius: 10px;
|
|
33454
33422
|
}
|
|
33455
33423
|
|
|
33456
|
-
.E_c1fmq9lv.E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item {
|
|
33457
|
-
min-width: 296px;
|
|
33458
|
-
padding: 8px;
|
|
33424
|
+
.E_c1fmq9lv.E_c1iye0zj:not(:has(.E_crhnxq5)) li.antd5-menu-item {
|
|
33425
|
+
min-width: 296px;
|
|
33426
|
+
padding: 8px;
|
|
33427
|
+
}
|
|
33428
|
+
|
|
33429
|
+
.E_c1fmq9lv.E_c1iye0zj .E_c1ec3mnt {
|
|
33430
|
+
height: 22px;
|
|
33431
|
+
padding: 8px 16px;
|
|
33432
|
+
font-size: 14px;
|
|
33433
|
+
}
|
|
33434
|
+
|
|
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;
|
|
33459
33453
|
}
|
|
33460
33454
|
|
|
33461
|
-
.
|
|
33462
|
-
height:
|
|
33463
|
-
|
|
33464
|
-
|
|
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
33465
|
}
|
|
33466
33466
|
|
|
33467
33467
|
.E_c1kchka8 {
|
|
@@ -34026,6 +34026,24 @@ input.E_rf8rlle.ant-input {
|
|
|
34026
34026
|
padding: 0;
|
|
34027
34027
|
}
|
|
34028
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
|
+
|
|
34029
34047
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34030
34048
|
margin-right: 2px;
|
|
34031
34049
|
}
|
|
@@ -34065,57 +34083,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34065
34083
|
background-color: transparent;
|
|
34066
34084
|
}
|
|
34067
34085
|
|
|
34068
|
-
.E_c1kghdax {
|
|
34069
|
-
color: #2d3a56;
|
|
34070
|
-
padding: 7px 12px;
|
|
34071
|
-
display: flex;
|
|
34072
|
-
justify-content: space-between;
|
|
34073
|
-
align-items: center;
|
|
34074
|
-
}
|
|
34075
|
-
|
|
34076
|
-
.E_c1kghdax.has-arrow {
|
|
34077
|
-
padding-left: 10px;
|
|
34078
|
-
}
|
|
34079
|
-
|
|
34080
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34081
|
-
cursor: pointer;
|
|
34082
|
-
color: #00122e;
|
|
34083
|
-
}
|
|
34084
|
-
|
|
34085
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34086
|
-
color: #2d3a56;
|
|
34087
|
-
font-weight: 600;
|
|
34088
|
-
}
|
|
34089
|
-
|
|
34090
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34091
|
-
transform: rotate(90deg);
|
|
34092
|
-
}
|
|
34093
|
-
|
|
34094
|
-
.E_c1kghdax .sub-info {
|
|
34095
|
-
font-size: 12px;
|
|
34096
|
-
line-height: 18px;
|
|
34097
|
-
}
|
|
34098
|
-
|
|
34099
|
-
.E_c1kghdax .title-wrapper {
|
|
34100
|
-
display: flex;
|
|
34101
|
-
align-items: center;
|
|
34102
|
-
user-select: none;
|
|
34103
|
-
flex-grow: 1;
|
|
34104
|
-
font-size: 12px;
|
|
34105
|
-
line-height: 18px;
|
|
34106
|
-
color: #2d3a56;
|
|
34107
|
-
font-weight: 700;
|
|
34108
|
-
}
|
|
34109
|
-
|
|
34110
|
-
.E_c1kghdax .collapse-arrow {
|
|
34111
|
-
transition: all 50ms ease-out 0ms;
|
|
34112
|
-
margin-right: 2px;
|
|
34113
|
-
}
|
|
34114
|
-
|
|
34115
|
-
.E_c1yd35n {
|
|
34116
|
-
padding: 0 12px 14px 12px;
|
|
34117
|
-
}
|
|
34118
|
-
|
|
34119
34086
|
.E_ckui4s7 {
|
|
34120
34087
|
color: #2d3a56;
|
|
34121
34088
|
line-height: 22px;
|
|
@@ -34196,647 +34163,608 @@ input.E_rf8rlle.ant-input {
|
|
|
34196
34163
|
margin-left: 24px;
|
|
34197
34164
|
}
|
|
34198
34165
|
|
|
34199
|
-
.
|
|
34200
|
-
|
|
34201
|
-
}
|
|
34202
|
-
|
|
34203
|
-
.E_c1eym6el {
|
|
34204
|
-
border-radius: 8px;
|
|
34205
|
-
background-color: white;
|
|
34206
|
-
}
|
|
34207
|
-
|
|
34208
|
-
.E_c1eym6el.hoverable {
|
|
34209
|
-
cursor: pointer;
|
|
34210
|
-
}
|
|
34211
|
-
|
|
34212
|
-
.E_c1eym6el.hoverable:hover {
|
|
34213
|
-
transition: all 200ms ease;
|
|
34214
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34215
|
-
transform: translateY(-4px);
|
|
34166
|
+
.E_c1yd35n {
|
|
34167
|
+
padding: 0 12px 14px 12px;
|
|
34216
34168
|
}
|
|
34217
34169
|
|
|
34218
|
-
.
|
|
34170
|
+
.E_c1kghdax {
|
|
34171
|
+
color: #2d3a56;
|
|
34172
|
+
padding: 7px 12px;
|
|
34219
34173
|
display: flex;
|
|
34220
|
-
align-items: center;
|
|
34221
34174
|
justify-content: space-between;
|
|
34222
|
-
column-gap: 6px;
|
|
34223
|
-
}
|
|
34224
|
-
|
|
34225
|
-
.E_p1cmxsf7 {
|
|
34226
|
-
display: flex;
|
|
34227
|
-
flex-direction: column;
|
|
34228
|
-
justify-content: center;
|
|
34229
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34230
|
-
}
|
|
34231
|
-
|
|
34232
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34233
|
-
font-size: 0;
|
|
34234
|
-
}
|
|
34235
|
-
|
|
34236
|
-
.E_lht19u8 {
|
|
34237
|
-
width: 64px;
|
|
34238
|
-
height: 64px;
|
|
34239
|
-
display: flex;
|
|
34240
34175
|
align-items: center;
|
|
34241
|
-
justify-content: center;
|
|
34242
|
-
position: relative;
|
|
34243
|
-
opacity: 0.2;
|
|
34244
|
-
}
|
|
34245
|
-
|
|
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;
|
|
34257
|
-
}
|
|
34258
|
-
|
|
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;
|
|
34270
|
-
}
|
|
34271
|
-
|
|
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;
|
|
34283
|
-
}
|
|
34284
|
-
|
|
34285
|
-
.E_w7ob4th.outside-tag {
|
|
34286
|
-
padding-left: 0;
|
|
34287
|
-
}
|
|
34288
|
-
|
|
34289
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34290
|
-
border-radius: 4px 0 0 4px;
|
|
34291
|
-
padding-right: 4px;
|
|
34292
|
-
margin-right: 4px;
|
|
34293
|
-
}
|
|
34294
|
-
|
|
34295
|
-
.E_slr2ynn {
|
|
34296
|
-
padding: 0 8px;
|
|
34297
|
-
height: 18px;
|
|
34298
|
-
}
|
|
34299
|
-
|
|
34300
|
-
.E_m140wbb6 {
|
|
34301
|
-
padding: 2px 8px;
|
|
34302
|
-
height: 24px;
|
|
34303
34176
|
}
|
|
34304
34177
|
|
|
34305
|
-
.
|
|
34306
|
-
|
|
34178
|
+
.E_c1kghdax.has-arrow {
|
|
34179
|
+
padding-left: 10px;
|
|
34307
34180
|
}
|
|
34308
34181
|
|
|
34309
|
-
.
|
|
34310
|
-
|
|
34311
|
-
|
|
34182
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34183
|
+
cursor: pointer;
|
|
34184
|
+
color: #00122e;
|
|
34312
34185
|
}
|
|
34313
34186
|
|
|
34314
|
-
.
|
|
34315
|
-
|
|
34316
|
-
|
|
34317
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34318
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34319
|
-
word-break: break-all;
|
|
34320
|
-
display: inline;
|
|
34321
|
-
white-space: normal;
|
|
34187
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34188
|
+
color: #2d3a56;
|
|
34189
|
+
font-weight: 600;
|
|
34322
34190
|
}
|
|
34323
34191
|
|
|
34324
|
-
.
|
|
34325
|
-
|
|
34326
|
-
height: 16px;
|
|
34192
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34193
|
+
transform: rotate(90deg);
|
|
34327
34194
|
}
|
|
34328
34195
|
|
|
34329
|
-
|
|
34196
|
+
.E_c1kghdax .sub-info {
|
|
34330
34197
|
font-size: 12px;
|
|
34331
34198
|
line-height: 18px;
|
|
34332
|
-
height: 18px;
|
|
34333
|
-
}
|
|
34334
|
-
|
|
34335
|
-
button.E_l48ei06 {
|
|
34336
|
-
color: #0080FF;
|
|
34337
|
-
height: unset;
|
|
34338
|
-
}
|
|
34339
|
-
|
|
34340
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
34341
|
-
margin-right: 4px;
|
|
34342
34199
|
}
|
|
34343
34200
|
|
|
34344
|
-
|
|
34345
|
-
|
|
34201
|
+
.E_c1kghdax .title-wrapper {
|
|
34202
|
+
display: flex;
|
|
34203
|
+
align-items: center;
|
|
34204
|
+
user-select: none;
|
|
34205
|
+
flex-grow: 1;
|
|
34206
|
+
font-size: 12px;
|
|
34207
|
+
line-height: 18px;
|
|
34208
|
+
color: #2d3a56;
|
|
34209
|
+
font-weight: 700;
|
|
34346
34210
|
}
|
|
34347
34211
|
|
|
34348
|
-
|
|
34349
|
-
|
|
34212
|
+
.E_c1kghdax .collapse-arrow {
|
|
34213
|
+
transition: all 50ms ease-out 0ms;
|
|
34214
|
+
margin-right: 2px;
|
|
34350
34215
|
}
|
|
34351
34216
|
|
|
34352
|
-
|
|
34353
|
-
|
|
34217
|
+
.E_b14q2gmw {
|
|
34218
|
+
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);
|
|
34354
34219
|
}
|
|
34355
34220
|
|
|
34356
|
-
|
|
34357
|
-
|
|
34221
|
+
.E_c1eym6el {
|
|
34222
|
+
border-radius: 8px;
|
|
34223
|
+
background-color: white;
|
|
34358
34224
|
}
|
|
34359
34225
|
|
|
34360
|
-
|
|
34361
|
-
|
|
34226
|
+
.E_c1eym6el.hoverable {
|
|
34227
|
+
cursor: pointer;
|
|
34362
34228
|
}
|
|
34363
34229
|
|
|
34364
|
-
|
|
34365
|
-
|
|
34230
|
+
.E_c1eym6el.hoverable:hover {
|
|
34231
|
+
transition: all 200ms ease;
|
|
34232
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34233
|
+
transform: translateY(-4px);
|
|
34366
34234
|
}
|
|
34367
34235
|
|
|
34368
|
-
|
|
34369
|
-
|
|
34236
|
+
.E_t1gvlxt5 {
|
|
34237
|
+
min-width: 0;
|
|
34238
|
+
flex: 1;
|
|
34370
34239
|
}
|
|
34371
34240
|
|
|
34372
|
-
|
|
34373
|
-
|
|
34241
|
+
.E_t1gvlxt5 .tag {
|
|
34242
|
+
flex: 0 0 auto;
|
|
34374
34243
|
}
|
|
34375
34244
|
|
|
34376
|
-
|
|
34377
|
-
|
|
34245
|
+
.E_t1gvlxt5 .progress-title {
|
|
34246
|
+
flex: 2;
|
|
34247
|
+
max-width: fit-content;
|
|
34378
34248
|
}
|
|
34379
34249
|
|
|
34380
|
-
|
|
34381
|
-
|
|
34250
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34251
|
+
flex: 1;
|
|
34252
|
+
max-width: fit-content;
|
|
34382
34253
|
}
|
|
34383
34254
|
|
|
34384
|
-
|
|
34385
|
-
|
|
34255
|
+
.E_a1ji6r68 {
|
|
34256
|
+
display: flex;
|
|
34257
|
+
align-items: center;
|
|
34258
|
+
column-gap: var(--a1ji6r68-0);
|
|
34386
34259
|
}
|
|
34387
34260
|
|
|
34388
|
-
|
|
34389
|
-
|
|
34261
|
+
.E_lht19u8 {
|
|
34262
|
+
width: 64px;
|
|
34263
|
+
height: 64px;
|
|
34264
|
+
display: flex;
|
|
34265
|
+
align-items: center;
|
|
34266
|
+
justify-content: center;
|
|
34267
|
+
position: relative;
|
|
34268
|
+
opacity: 0.2;
|
|
34390
34269
|
}
|
|
34391
34270
|
|
|
34392
|
-
.
|
|
34393
|
-
|
|
34271
|
+
.E_lk3gkp4 {
|
|
34272
|
+
position: absolute;
|
|
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;
|
|
34394
34282
|
}
|
|
34395
34283
|
|
|
34396
|
-
.
|
|
34397
|
-
|
|
34284
|
+
.E_ll4n94n {
|
|
34285
|
+
position: absolute;
|
|
34286
|
+
width: 5px;
|
|
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;
|
|
34398
34295
|
}
|
|
34399
34296
|
|
|
34400
|
-
.
|
|
34401
|
-
|
|
34402
|
-
|
|
34297
|
+
.E_l17lbdo6 {
|
|
34298
|
+
position: absolute;
|
|
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;
|
|
34403
34308
|
}
|
|
34404
34309
|
|
|
34405
|
-
.
|
|
34310
|
+
.E_msn7nxt {
|
|
34311
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34312
|
+
text-align: center;
|
|
34313
|
+
display: flex;
|
|
34314
|
+
align-items: center;
|
|
34315
|
+
justify-content: center;
|
|
34316
|
+
flex-direction: column;
|
|
34406
34317
|
height: 100%;
|
|
34407
34318
|
}
|
|
34408
34319
|
|
|
34409
|
-
.
|
|
34410
|
-
|
|
34411
|
-
|
|
34320
|
+
.E_msn7nxt .link {
|
|
34321
|
+
color: #0080ff;
|
|
34322
|
+
cursor: pointer;
|
|
34412
34323
|
}
|
|
34413
34324
|
|
|
34414
|
-
.
|
|
34415
|
-
|
|
34325
|
+
.E_mp64wfi {
|
|
34326
|
+
width: 100%;
|
|
34327
|
+
height: 100%;
|
|
34328
|
+
display: flex;
|
|
34329
|
+
flex-direction: column;
|
|
34416
34330
|
}
|
|
34417
34331
|
|
|
34418
|
-
.
|
|
34419
|
-
|
|
34332
|
+
.E_mp64wfi .name-toolbar {
|
|
34333
|
+
width: 100%;
|
|
34334
|
+
display: flex;
|
|
34335
|
+
line-height: 30px;
|
|
34336
|
+
padding: 0 16px;
|
|
34337
|
+
justify-content: space-between;
|
|
34420
34338
|
}
|
|
34421
34339
|
|
|
34422
|
-
.
|
|
34423
|
-
|
|
34340
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34341
|
+
display: flex;
|
|
34342
|
+
font-size: 12px;
|
|
34343
|
+
align-items: center;
|
|
34424
34344
|
}
|
|
34425
34345
|
|
|
34426
|
-
.
|
|
34427
|
-
|
|
34346
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34347
|
+
color: #a3b4cc;
|
|
34428
34348
|
}
|
|
34429
34349
|
|
|
34430
|
-
.
|
|
34431
|
-
|
|
34350
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34351
|
+
margin-left: 10px;
|
|
34432
34352
|
}
|
|
34433
34353
|
|
|
34434
|
-
.
|
|
34435
|
-
|
|
34436
|
-
|
|
34354
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34355
|
+
margin-left: 10px;
|
|
34356
|
+
cursor: pointer;
|
|
34437
34357
|
}
|
|
34438
34358
|
|
|
34439
|
-
.
|
|
34440
|
-
|
|
34359
|
+
.E_mp64wfi .content {
|
|
34360
|
+
flex: 1;
|
|
34361
|
+
width: 100%;
|
|
34362
|
+
display: flex;
|
|
34363
|
+
justify-content: center;
|
|
34364
|
+
align-items: center;
|
|
34441
34365
|
}
|
|
34442
34366
|
|
|
34443
|
-
.
|
|
34444
|
-
|
|
34445
|
-
display: none;
|
|
34367
|
+
.E_mp64wfi .single-content {
|
|
34368
|
+
height: 65px;
|
|
34446
34369
|
}
|
|
34447
34370
|
|
|
34448
|
-
.
|
|
34449
|
-
|
|
34371
|
+
.E_l1oyigan {
|
|
34372
|
+
display: flex;
|
|
34373
|
+
align-items: center;
|
|
34374
|
+
white-space: nowrap;
|
|
34375
|
+
overflow: hidden;
|
|
34376
|
+
width: 100%;
|
|
34450
34377
|
}
|
|
34451
34378
|
|
|
34452
|
-
.
|
|
34453
|
-
|
|
34454
|
-
|
|
34455
|
-
padding: 0 !important;
|
|
34379
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34380
|
+
margin-left: auto;
|
|
34381
|
+
font-size: 12px;
|
|
34456
34382
|
}
|
|
34457
34383
|
|
|
34458
|
-
.
|
|
34459
|
-
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34384
|
+
.E_l1noi4n1 {
|
|
34460
34385
|
display: flex;
|
|
34386
|
+
justify-content: flex-start;
|
|
34461
34387
|
align-items: center;
|
|
34462
|
-
|
|
34463
|
-
|
|
34388
|
+
font-size: 12px;
|
|
34389
|
+
cursor: pointer;
|
|
34464
34390
|
}
|
|
34465
34391
|
|
|
34466
|
-
.
|
|
34467
|
-
|
|
34468
|
-
overflow: hidden;
|
|
34469
|
-
text-overflow: ellipsis;
|
|
34470
|
-
width: 100%;
|
|
34392
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34393
|
+
margin-right: 20px;
|
|
34471
34394
|
}
|
|
34472
34395
|
|
|
34473
|
-
.
|
|
34474
|
-
|
|
34396
|
+
.E_l1noi4n1.deselected {
|
|
34397
|
+
opacity: 0.4;
|
|
34475
34398
|
}
|
|
34476
34399
|
|
|
34477
|
-
.
|
|
34478
|
-
|
|
34400
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34401
|
+
background: #b4beca !important;
|
|
34479
34402
|
}
|
|
34480
34403
|
|
|
34481
|
-
.
|
|
34482
|
-
|
|
34483
|
-
|
|
34484
|
-
|
|
34485
|
-
|
|
34486
|
-
|
|
34404
|
+
.E_cz19rz6 {
|
|
34405
|
+
display: inline-block;
|
|
34406
|
+
height: 8px;
|
|
34407
|
+
width: 8px;
|
|
34408
|
+
margin-right: 8px;
|
|
34409
|
+
}
|
|
34410
|
+
|
|
34411
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34412
|
+
display: flex;
|
|
34413
|
+
align-items: center;
|
|
34487
34414
|
font-size: 12px;
|
|
34488
|
-
|
|
34415
|
+
margin: 0;
|
|
34489
34416
|
}
|
|
34490
34417
|
|
|
34491
|
-
.
|
|
34418
|
+
.E_m1y1hhnr {
|
|
34492
34419
|
position: relative;
|
|
34493
|
-
z-index: 3;
|
|
34494
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34495
|
-
margin-bottom: -1px;
|
|
34496
34420
|
}
|
|
34497
34421
|
|
|
34498
|
-
.
|
|
34499
|
-
|
|
34500
|
-
color: #2d3a56;
|
|
34422
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34423
|
+
bottom: -12px;
|
|
34501
34424
|
}
|
|
34502
34425
|
|
|
34503
|
-
.
|
|
34504
|
-
|
|
34505
|
-
|
|
34426
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34427
|
+
display: flex;
|
|
34428
|
+
justify-content: space-between;
|
|
34429
|
+
line-height: 30px;
|
|
34430
|
+
margin: 0 16px;
|
|
34506
34431
|
}
|
|
34507
34432
|
|
|
34508
|
-
.
|
|
34509
|
-
|
|
34510
|
-
|
|
34433
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34434
|
+
display: flex;
|
|
34435
|
+
font-size: 12px;
|
|
34436
|
+
align-items: center;
|
|
34511
34437
|
}
|
|
34512
34438
|
|
|
34513
|
-
.
|
|
34514
|
-
|
|
34439
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34440
|
+
color: #a3b4cc;
|
|
34515
34441
|
}
|
|
34516
34442
|
|
|
34517
|
-
.
|
|
34443
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34444
|
+
margin-left: 10px;
|
|
34445
|
+
}
|
|
34446
|
+
|
|
34447
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34448
|
+
margin-left: 10px;
|
|
34518
34449
|
cursor: pointer;
|
|
34519
|
-
position: absolute;
|
|
34520
|
-
top: 50%;
|
|
34521
|
-
right: 12px;
|
|
34522
|
-
transform: translateY(-50%);
|
|
34523
34450
|
}
|
|
34524
34451
|
|
|
34525
|
-
.
|
|
34526
|
-
|
|
34527
|
-
width: 1px;
|
|
34528
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34452
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34453
|
+
font-size: 12px;
|
|
34529
34454
|
}
|
|
34530
34455
|
|
|
34531
|
-
.
|
|
34532
|
-
|
|
34533
|
-
|
|
34534
|
-
|
|
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%);
|
|
34535
34465
|
}
|
|
34536
34466
|
|
|
34537
|
-
.
|
|
34538
|
-
|
|
34467
|
+
.E_tnvijvs {
|
|
34468
|
+
min-width: 200px;
|
|
34539
34469
|
}
|
|
34540
34470
|
|
|
34541
|
-
.
|
|
34542
|
-
|
|
34543
|
-
|
|
34544
|
-
|
|
34545
|
-
|
|
34546
|
-
|
|
34547
|
-
|
|
34471
|
+
.E_t1ub2aex {
|
|
34472
|
+
display: flex;
|
|
34473
|
+
align-items: center;
|
|
34474
|
+
justify-content: space-between;
|
|
34475
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34476
|
+
color: #b4beca;
|
|
34477
|
+
font-size: 12px;
|
|
34478
|
+
padding: 3px 6px;
|
|
34548
34479
|
}
|
|
34549
34480
|
|
|
34550
|
-
.
|
|
34551
|
-
|
|
34552
|
-
border-bottom-color: #f2f5fa;
|
|
34481
|
+
.E_t1ub2aex:first-child {
|
|
34482
|
+
padding-top: 3px;
|
|
34553
34483
|
}
|
|
34554
34484
|
|
|
34555
|
-
.
|
|
34556
|
-
|
|
34557
|
-
color: #00122e;
|
|
34558
|
-
font-size: 12px;
|
|
34559
|
-
text-align: left;
|
|
34560
|
-
transition: none;
|
|
34561
|
-
overflow: hidden;
|
|
34562
|
-
text-overflow: ellipsis;
|
|
34563
|
-
white-space: nowrap;
|
|
34485
|
+
.E_t1ub2aex:last-child {
|
|
34486
|
+
padding-bottom: 3px;
|
|
34564
34487
|
}
|
|
34565
34488
|
|
|
34566
|
-
.
|
|
34567
|
-
color: #
|
|
34489
|
+
.E_t1ub2aex .column-value {
|
|
34490
|
+
color: #fff;
|
|
34491
|
+
margin-left: 8px;
|
|
34568
34492
|
}
|
|
34569
34493
|
|
|
34570
|
-
.
|
|
34571
|
-
|
|
34572
|
-
text-overflow: ellipsis;
|
|
34573
|
-
width: 100%;
|
|
34574
|
-
vertical-align: middle;
|
|
34494
|
+
.E_w7ob4th.outside-tag {
|
|
34495
|
+
padding-left: 0;
|
|
34575
34496
|
}
|
|
34576
34497
|
|
|
34577
|
-
.
|
|
34578
|
-
|
|
34498
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34499
|
+
border-radius: 4px 0 0 4px;
|
|
34500
|
+
padding-right: 4px;
|
|
34501
|
+
margin-right: 4px;
|
|
34579
34502
|
}
|
|
34580
34503
|
|
|
34581
|
-
.
|
|
34582
|
-
padding
|
|
34504
|
+
.E_slr2ynn {
|
|
34505
|
+
padding: 0 8px;
|
|
34506
|
+
height: 18px;
|
|
34583
34507
|
}
|
|
34584
34508
|
|
|
34585
|
-
.
|
|
34586
|
-
|
|
34509
|
+
.E_m140wbb6 {
|
|
34510
|
+
padding: 2px 8px;
|
|
34511
|
+
height: 24px;
|
|
34587
34512
|
}
|
|
34588
34513
|
|
|
34589
|
-
.
|
|
34590
|
-
|
|
34591
|
-
border-color: transparent transparent white;
|
|
34514
|
+
.E_t1fozc1i {
|
|
34515
|
+
margin: 0;
|
|
34592
34516
|
}
|
|
34593
34517
|
|
|
34594
|
-
.
|
|
34595
|
-
|
|
34518
|
+
.E_i1vxv4ln {
|
|
34519
|
+
margin-right: 4px;
|
|
34520
|
+
height: 16px;
|
|
34596
34521
|
}
|
|
34597
34522
|
|
|
34598
|
-
.
|
|
34599
|
-
|
|
34523
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34524
|
+
font-weight: 700;
|
|
34525
|
+
color: #00122e;
|
|
34526
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34527
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34528
|
+
word-break: break-all;
|
|
34529
|
+
display: inline;
|
|
34530
|
+
white-space: normal;
|
|
34600
34531
|
}
|
|
34601
34532
|
|
|
34602
|
-
.
|
|
34603
|
-
|
|
34604
|
-
|
|
34605
|
-
top: -1px;
|
|
34606
|
-
bottom: -1px;
|
|
34607
|
-
background: white;
|
|
34533
|
+
.E_i1g85yz3 {
|
|
34534
|
+
margin-right: 4px;
|
|
34535
|
+
height: 16px;
|
|
34608
34536
|
}
|
|
34609
34537
|
|
|
34610
|
-
.
|
|
34611
|
-
|
|
34538
|
+
.E_sjob3jg {
|
|
34539
|
+
--item-min-width: 60px;
|
|
34612
34540
|
}
|
|
34613
34541
|
|
|
34614
|
-
.
|
|
34615
|
-
|
|
34616
|
-
background: white;
|
|
34617
|
-
border-top: none;
|
|
34542
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34543
|
+
display: none !important;
|
|
34618
34544
|
}
|
|
34619
34545
|
|
|
34620
|
-
.
|
|
34621
|
-
|
|
34622
|
-
border-radius: 0 8px 8px 0;
|
|
34623
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34546
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34547
|
+
flex-shrink: 0 !important;
|
|
34624
34548
|
}
|
|
34625
34549
|
|
|
34626
|
-
.
|
|
34627
|
-
|
|
34628
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34550
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34551
|
+
color: #0080ff;
|
|
34629
34552
|
}
|
|
34630
34553
|
|
|
34631
|
-
.
|
|
34632
|
-
|
|
34633
|
-
|
|
34634
|
-
height: 100%;
|
|
34635
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34554
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34555
|
+
color: #0080ff;
|
|
34556
|
+
font-weight: normal;
|
|
34636
34557
|
}
|
|
34637
34558
|
|
|
34638
|
-
.
|
|
34639
|
-
|
|
34640
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34559
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34560
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34641
34561
|
}
|
|
34642
34562
|
|
|
34643
|
-
.
|
|
34644
|
-
|
|
34645
|
-
align-items: center;
|
|
34646
|
-
height: 100%;
|
|
34647
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34563
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34564
|
+
color: #00122e;
|
|
34648
34565
|
}
|
|
34649
34566
|
|
|
34650
|
-
.
|
|
34651
|
-
|
|
34567
|
+
.E_sjob3jg .step-item-text {
|
|
34568
|
+
display: inline-block;
|
|
34652
34569
|
}
|
|
34653
34570
|
|
|
34654
|
-
.
|
|
34655
|
-
|
|
34656
|
-
|
|
34571
|
+
.E_sjob3jg .step-item-title {
|
|
34572
|
+
overflow: hidden;
|
|
34573
|
+
white-space: nowrap;
|
|
34574
|
+
text-overflow: ellipsis;
|
|
34657
34575
|
}
|
|
34658
34576
|
|
|
34659
|
-
.
|
|
34660
|
-
|
|
34577
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34578
|
+
min-width: var(--item-min-width);
|
|
34661
34579
|
}
|
|
34662
34580
|
|
|
34663
|
-
.
|
|
34664
|
-
|
|
34665
|
-
border-bottom-color: transparent;
|
|
34666
|
-
border-top-color: transparent;
|
|
34581
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34582
|
+
cursor: not-allowed !important;
|
|
34667
34583
|
}
|
|
34668
34584
|
|
|
34669
|
-
.
|
|
34670
|
-
|
|
34585
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34586
|
+
flex-direction: row;
|
|
34587
|
+
justify-content: stretch;
|
|
34671
34588
|
}
|
|
34672
34589
|
|
|
34673
|
-
.
|
|
34674
|
-
|
|
34590
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34591
|
+
padding: 0;
|
|
34592
|
+
margin-right: 4px;
|
|
34593
|
+
flex: 1;
|
|
34594
|
+
overflow: visible;
|
|
34675
34595
|
}
|
|
34676
34596
|
|
|
34677
|
-
.
|
|
34678
|
-
|
|
34597
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34598
|
+
width: 100%;
|
|
34599
|
+
min-height: unset;
|
|
34679
34600
|
}
|
|
34680
34601
|
|
|
34681
|
-
.
|
|
34682
|
-
|
|
34683
|
-
|
|
34684
|
-
|
|
34685
|
-
|
|
34686
|
-
|
|
34687
|
-
transition: none;
|
|
34688
|
-
padding: 15px 8px 15px 8px;
|
|
34602
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34603
|
+
height: 26px;
|
|
34604
|
+
line-height: 26px;
|
|
34605
|
+
width: 100%;
|
|
34606
|
+
padding: 0;
|
|
34607
|
+
font-size: 12px;
|
|
34689
34608
|
}
|
|
34690
34609
|
|
|
34691
|
-
.
|
|
34692
|
-
|
|
34693
|
-
width: 1px;
|
|
34694
|
-
top: 0;
|
|
34695
|
-
bottom: 0;
|
|
34696
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34697
|
-
position: absolute;
|
|
34698
|
-
right: 0;
|
|
34610
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34611
|
+
margin-right: 10px;
|
|
34699
34612
|
}
|
|
34700
34613
|
|
|
34701
|
-
.
|
|
34702
|
-
|
|
34614
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34615
|
+
display: none;
|
|
34703
34616
|
}
|
|
34704
34617
|
|
|
34705
|
-
.
|
|
34706
|
-
|
|
34618
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34619
|
+
padding-left: 8px;
|
|
34620
|
+
padding-right: 4px;
|
|
34621
|
+
border-radius: 4px 0 0 4px;
|
|
34707
34622
|
}
|
|
34708
34623
|
|
|
34709
|
-
.
|
|
34710
|
-
|
|
34711
|
-
overflow: hidden;
|
|
34712
|
-
white-space: nowrap;
|
|
34713
|
-
text-overflow: ellipsis;
|
|
34624
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34625
|
+
margin-right: 0;
|
|
34714
34626
|
}
|
|
34715
34627
|
|
|
34716
|
-
.
|
|
34717
|
-
|
|
34718
|
-
|
|
34719
|
-
|
|
34628
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34629
|
+
padding-right: 8px;
|
|
34630
|
+
padding-left: 12px;
|
|
34631
|
+
border-radius: 0 4px 4px 0;
|
|
34720
34632
|
}
|
|
34721
34633
|
|
|
34722
|
-
.
|
|
34723
|
-
|
|
34634
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34635
|
+
content: "";
|
|
34636
|
+
width: 0;
|
|
34637
|
+
height: 0;
|
|
34638
|
+
border: 13px solid transparent;
|
|
34639
|
+
position: absolute;
|
|
34640
|
+
top: 0;
|
|
34641
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34642
|
+
z-index: 2;
|
|
34643
|
+
position: relative;
|
|
34644
|
+
top: -50%;
|
|
34645
|
+
right: -100%;
|
|
34724
34646
|
}
|
|
34725
34647
|
|
|
34726
|
-
.
|
|
34727
|
-
padding: 0;
|
|
34648
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34649
|
+
padding: 0 4px 0 12px;
|
|
34728
34650
|
}
|
|
34729
34651
|
|
|
34730
|
-
.
|
|
34731
|
-
|
|
34732
|
-
|
|
34733
|
-
|
|
34734
|
-
|
|
34735
|
-
|
|
34736
|
-
|
|
34737
|
-
|
|
34652
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34653
|
+
content: "";
|
|
34654
|
+
width: 0;
|
|
34655
|
+
height: 0;
|
|
34656
|
+
border: 13px solid transparent;
|
|
34657
|
+
position: absolute;
|
|
34658
|
+
top: 0;
|
|
34659
|
+
border-left: 8px solid #fff;
|
|
34660
|
+
left: 0;
|
|
34738
34661
|
}
|
|
34739
34662
|
|
|
34740
|
-
.
|
|
34741
|
-
|
|
34742
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
34663
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34664
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34743
34665
|
}
|
|
34744
34666
|
|
|
34745
|
-
.
|
|
34746
|
-
|
|
34667
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34668
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34747
34669
|
}
|
|
34748
34670
|
|
|
34749
|
-
.
|
|
34750
|
-
|
|
34671
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34672
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34751
34673
|
}
|
|
34752
34674
|
|
|
34753
|
-
.
|
|
34754
|
-
|
|
34675
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34676
|
+
cursor: pointer;
|
|
34677
|
+
min-width: var(--item-min-width);
|
|
34755
34678
|
}
|
|
34756
34679
|
|
|
34757
|
-
.
|
|
34758
|
-
|
|
34680
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34681
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34682
|
+
min-width: var(--item-min-width);
|
|
34759
34683
|
}
|
|
34760
34684
|
|
|
34761
|
-
.
|
|
34762
|
-
|
|
34685
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34686
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34687
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34763
34688
|
}
|
|
34764
34689
|
|
|
34765
|
-
.
|
|
34766
|
-
|
|
34690
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34691
|
+
padding: 0;
|
|
34767
34692
|
}
|
|
34768
34693
|
|
|
34769
|
-
.
|
|
34770
|
-
|
|
34694
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34695
|
+
width: 192px;
|
|
34696
|
+
row-gap: 2px;
|
|
34771
34697
|
}
|
|
34772
34698
|
|
|
34773
|
-
.
|
|
34774
|
-
|
|
34699
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34700
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34775
34701
|
}
|
|
34776
34702
|
|
|
34777
|
-
.
|
|
34778
|
-
|
|
34779
|
-
left: 50%;
|
|
34780
|
-
top: 50%;
|
|
34781
|
-
transform: translate(-50%, -50%);
|
|
34703
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34704
|
+
color: #00122e !important;
|
|
34782
34705
|
}
|
|
34783
34706
|
|
|
34784
|
-
.
|
|
34785
|
-
|
|
34707
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34708
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34786
34709
|
}
|
|
34787
34710
|
|
|
34788
|
-
.
|
|
34789
|
-
|
|
34711
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34712
|
+
padding: 0 8px;
|
|
34713
|
+
border-radius: 4px;
|
|
34714
|
+
height: 32px;
|
|
34715
|
+
display: flex;
|
|
34716
|
+
align-items: center;
|
|
34790
34717
|
}
|
|
34791
34718
|
|
|
34792
|
-
.
|
|
34793
|
-
|
|
34719
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34720
|
+
min-height: auto;
|
|
34721
|
+
white-space: nowrap;
|
|
34794
34722
|
}
|
|
34795
34723
|
|
|
34796
|
-
.
|
|
34797
|
-
|
|
34798
|
-
|
|
34799
|
-
|
|
34800
|
-
|
|
34801
|
-
vertical-align: middle;
|
|
34724
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34725
|
+
font-size: 13px;
|
|
34726
|
+
line-height: 20px;
|
|
34727
|
+
max-width: 100%;
|
|
34728
|
+
padding-right: 0;
|
|
34802
34729
|
}
|
|
34803
34730
|
|
|
34804
|
-
.
|
|
34805
|
-
|
|
34806
|
-
font-weight: bold;
|
|
34807
|
-
font-size: 20px;
|
|
34808
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34731
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34732
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34809
34733
|
}
|
|
34810
34734
|
|
|
34811
|
-
.
|
|
34812
|
-
|
|
34813
|
-
|
|
34735
|
+
.E_h6l1tj4 {
|
|
34736
|
+
width: 100%;
|
|
34737
|
+
display: inline-flex;
|
|
34738
|
+
align-items: center;
|
|
34739
|
+
justify-content: center;
|
|
34740
|
+
column-gap: 4px;
|
|
34814
34741
|
}
|
|
34815
34742
|
|
|
34816
|
-
.
|
|
34817
|
-
|
|
34818
|
-
|
|
34819
|
-
|
|
34743
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34744
|
+
display: inline-flex;
|
|
34745
|
+
align-items: center;
|
|
34746
|
+
width: 18px;
|
|
34747
|
+
height: 18px;
|
|
34748
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34749
|
+
justify-content: center;
|
|
34820
34750
|
}
|
|
34821
34751
|
|
|
34822
|
-
.
|
|
34823
|
-
|
|
34752
|
+
.E_v18frne8 {
|
|
34753
|
+
width: 100%;
|
|
34824
34754
|
display: flex;
|
|
34825
34755
|
align-items: center;
|
|
34826
|
-
justify-content: flex-end;
|
|
34827
|
-
padding-right: 8px;
|
|
34828
|
-
}
|
|
34829
|
-
|
|
34830
|
-
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
34831
|
-
width: 24px;
|
|
34832
|
-
height: 24px;
|
|
34833
|
-
cursor: pointer;
|
|
34834
34756
|
justify-content: center;
|
|
34835
|
-
|
|
34757
|
+
column-gap: 6px;
|
|
34758
|
+
font-size: 13px;
|
|
34836
34759
|
}
|
|
34837
34760
|
|
|
34838
|
-
.
|
|
34839
|
-
|
|
34761
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34762
|
+
display: inline-flex;
|
|
34763
|
+
align-items: center;
|
|
34764
|
+
min-width: 20px;
|
|
34765
|
+
min-height: 20px;
|
|
34766
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34767
|
+
justify-content: center;
|
|
34840
34768
|
}
|
|
34841
34769
|
|
|
34842
34770
|
.E_t1dtlqs1 {
|
|
@@ -35067,445 +34995,517 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35067
34995
|
margin-right: 8px;
|
|
35068
34996
|
}
|
|
35069
34997
|
|
|
35070
|
-
.
|
|
35071
|
-
|
|
34998
|
+
button.E_l48ei06.ant-btn {
|
|
34999
|
+
font-size: 12px;
|
|
35000
|
+
line-height: 18px;
|
|
35001
|
+
height: 18px;
|
|
35072
35002
|
}
|
|
35073
35003
|
|
|
35074
|
-
.
|
|
35075
|
-
|
|
35004
|
+
button.E_l48ei06 {
|
|
35005
|
+
color: #0080FF;
|
|
35006
|
+
height: unset;
|
|
35076
35007
|
}
|
|
35077
35008
|
|
|
35078
|
-
.
|
|
35079
|
-
|
|
35009
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
35010
|
+
margin-right: 4px;
|
|
35080
35011
|
}
|
|
35081
35012
|
|
|
35082
|
-
.
|
|
35083
|
-
|
|
35013
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
35014
|
+
margin-left: 4px;
|
|
35084
35015
|
}
|
|
35085
35016
|
|
|
35086
|
-
.
|
|
35087
|
-
color: #
|
|
35088
|
-
font-weight: normal;
|
|
35017
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35018
|
+
color: #009DFF;
|
|
35089
35019
|
}
|
|
35090
35020
|
|
|
35091
|
-
.
|
|
35092
|
-
color:
|
|
35021
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35022
|
+
color: #005ED1;
|
|
35023
|
+
}
|
|
35024
|
+
|
|
35025
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
35026
|
+
color: #0080FF;
|
|
35027
|
+
}
|
|
35028
|
+
|
|
35029
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
35030
|
+
color: #00122E;
|
|
35031
|
+
}
|
|
35032
|
+
|
|
35033
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35034
|
+
color: #0080FF;
|
|
35035
|
+
}
|
|
35036
|
+
|
|
35037
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35038
|
+
color: #005ED1;
|
|
35039
|
+
}
|
|
35040
|
+
|
|
35041
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35042
|
+
color: #00122E;
|
|
35043
|
+
}
|
|
35044
|
+
|
|
35045
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35046
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35047
|
+
}
|
|
35048
|
+
|
|
35049
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35050
|
+
color: #0080FF;
|
|
35051
|
+
}
|
|
35052
|
+
|
|
35053
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35054
|
+
color: #005ED1;
|
|
35055
|
+
}
|
|
35056
|
+
|
|
35057
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35058
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35059
|
+
}
|
|
35060
|
+
|
|
35061
|
+
.E_tc97u5y {
|
|
35062
|
+
height: 100%;
|
|
35063
|
+
}
|
|
35064
|
+
|
|
35065
|
+
.E_tfzf37v {
|
|
35066
|
+
height: 100%;
|
|
35067
|
+
}
|
|
35068
|
+
|
|
35069
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
35070
|
+
overflow: visible !important;
|
|
35071
|
+
height: 100%;
|
|
35072
|
+
}
|
|
35073
|
+
|
|
35074
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
35075
|
+
height: 100%;
|
|
35076
|
+
}
|
|
35077
|
+
|
|
35078
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
35079
|
+
width: 100% !important;
|
|
35080
|
+
height: 100%;
|
|
35081
|
+
}
|
|
35082
|
+
|
|
35083
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35084
|
+
padding: 15px 0;
|
|
35085
|
+
}
|
|
35086
|
+
|
|
35087
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
35088
|
+
display: none;
|
|
35089
|
+
}
|
|
35090
|
+
|
|
35091
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
35092
|
+
font-weight: 700;
|
|
35093
|
+
}
|
|
35094
|
+
|
|
35095
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
35096
|
+
font-weight: 700;
|
|
35097
|
+
}
|
|
35098
|
+
|
|
35099
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
35100
|
+
height: 100%;
|
|
35101
|
+
}
|
|
35102
|
+
|
|
35103
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
35104
|
+
height: 100%;
|
|
35105
|
+
overflow: visible;
|
|
35106
|
+
}
|
|
35107
|
+
|
|
35108
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
35109
|
+
max-height: none;
|
|
35110
|
+
}
|
|
35111
|
+
|
|
35112
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
35113
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
35114
|
+
display: none;
|
|
35115
|
+
}
|
|
35116
|
+
|
|
35117
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
35118
|
+
background: transparent;
|
|
35093
35119
|
}
|
|
35094
35120
|
|
|
35095
|
-
.
|
|
35096
|
-
|
|
35121
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
35122
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
35123
|
+
background: #fff;
|
|
35124
|
+
padding: 0 !important;
|
|
35097
35125
|
}
|
|
35098
35126
|
|
|
35099
|
-
.
|
|
35100
|
-
|
|
35127
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
35128
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35129
|
+
display: flex;
|
|
35130
|
+
align-items: center;
|
|
35131
|
+
height: 100%;
|
|
35132
|
+
padding: 8px;
|
|
35101
35133
|
}
|
|
35102
35134
|
|
|
35103
|
-
.
|
|
35135
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
35136
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
35104
35137
|
overflow: hidden;
|
|
35105
|
-
white-space: nowrap;
|
|
35106
35138
|
text-overflow: ellipsis;
|
|
35139
|
+
width: 100%;
|
|
35107
35140
|
}
|
|
35108
35141
|
|
|
35109
|
-
.
|
|
35110
|
-
|
|
35142
|
+
.E_tfzf37v .ant-table-container {
|
|
35143
|
+
height: 100%;
|
|
35111
35144
|
}
|
|
35112
35145
|
|
|
35113
|
-
.
|
|
35114
|
-
|
|
35146
|
+
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
35147
|
+
box-shadow: none !important;
|
|
35115
35148
|
}
|
|
35116
35149
|
|
|
35117
|
-
.
|
|
35118
|
-
|
|
35119
|
-
|
|
35150
|
+
.E_tfzf37v .ant-table {
|
|
35151
|
+
border-radius: 0px;
|
|
35152
|
+
border-left: none;
|
|
35153
|
+
border-right: none;
|
|
35154
|
+
border-bottom: none;
|
|
35155
|
+
height: 100%;
|
|
35156
|
+
font-size: 12px;
|
|
35157
|
+
background: transparent;
|
|
35120
35158
|
}
|
|
35121
35159
|
|
|
35122
|
-
.
|
|
35123
|
-
|
|
35124
|
-
|
|
35125
|
-
|
|
35126
|
-
|
|
35160
|
+
.E_tfzf37v .ant-table .ant-table-header {
|
|
35161
|
+
position: relative;
|
|
35162
|
+
z-index: 3;
|
|
35163
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35164
|
+
margin-bottom: -1px;
|
|
35127
35165
|
}
|
|
35128
35166
|
|
|
35129
|
-
.
|
|
35130
|
-
|
|
35131
|
-
|
|
35167
|
+
.E_tfzf37v .ant-table .time-wrapper .date,
|
|
35168
|
+
.E_tfzf37v .ant-table .value {
|
|
35169
|
+
color: #2d3a56;
|
|
35132
35170
|
}
|
|
35133
35171
|
|
|
35134
|
-
.
|
|
35135
|
-
|
|
35136
|
-
|
|
35137
|
-
width: 100%;
|
|
35138
|
-
padding: 0;
|
|
35139
|
-
font-size: 12px;
|
|
35172
|
+
.E_tfzf37v .ant-table .time-wrapper .time,
|
|
35173
|
+
.E_tfzf37v .ant-table .unit {
|
|
35174
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35140
35175
|
}
|
|
35141
35176
|
|
|
35142
|
-
.
|
|
35143
|
-
|
|
35177
|
+
.E_tfzf37v .ant-table .ant-table-selection {
|
|
35178
|
+
position: unset;
|
|
35179
|
+
text-align: center;
|
|
35144
35180
|
}
|
|
35145
35181
|
|
|
35146
|
-
.
|
|
35147
|
-
|
|
35182
|
+
.E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
35183
|
+
background: #fff;
|
|
35148
35184
|
}
|
|
35149
35185
|
|
|
35150
|
-
.
|
|
35151
|
-
|
|
35152
|
-
|
|
35153
|
-
|
|
35186
|
+
.E_tfzf37v .ant-table .anticon-setting {
|
|
35187
|
+
cursor: pointer;
|
|
35188
|
+
position: absolute;
|
|
35189
|
+
top: 50%;
|
|
35190
|
+
right: 12px;
|
|
35191
|
+
transform: translateY(-50%);
|
|
35154
35192
|
}
|
|
35155
35193
|
|
|
35156
|
-
.
|
|
35157
|
-
|
|
35194
|
+
.E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
35195
|
+
box-shadow: none;
|
|
35196
|
+
width: 1px;
|
|
35197
|
+
background: rgba(213, 219, 227, 0.6);
|
|
35158
35198
|
}
|
|
35159
35199
|
|
|
35160
|
-
.
|
|
35161
|
-
|
|
35162
|
-
|
|
35163
|
-
|
|
35200
|
+
.E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
35201
|
+
box-shadow: none;
|
|
35202
|
+
width: 1px;
|
|
35203
|
+
background: rgba(213, 219, 227, 0.6);
|
|
35164
35204
|
}
|
|
35165
35205
|
|
|
35166
|
-
.
|
|
35167
|
-
content: "";
|
|
35168
|
-
width: 0;
|
|
35169
|
-
height: 0;
|
|
35170
|
-
border: 13px solid transparent;
|
|
35171
|
-
position: absolute;
|
|
35172
|
-
top: 0;
|
|
35173
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35174
|
-
z-index: 2;
|
|
35206
|
+
.E_tfzf37v .ant-table .ant-table-tbody {
|
|
35175
35207
|
position: relative;
|
|
35176
|
-
top: -50%;
|
|
35177
|
-
right: -100%;
|
|
35178
|
-
}
|
|
35179
|
-
|
|
35180
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35181
|
-
padding: 0 4px 0 12px;
|
|
35182
35208
|
}
|
|
35183
35209
|
|
|
35184
|
-
.
|
|
35185
|
-
|
|
35186
|
-
|
|
35187
|
-
height:
|
|
35188
|
-
|
|
35189
|
-
|
|
35190
|
-
|
|
35191
|
-
border-left: 8px solid #fff;
|
|
35192
|
-
left: 0;
|
|
35210
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
35211
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35212
|
+
border-bottom: 1px solid white;
|
|
35213
|
+
height: 40px;
|
|
35214
|
+
vertical-align: middle;
|
|
35215
|
+
transition: background 0ms;
|
|
35216
|
+
color: #00122e;
|
|
35193
35217
|
}
|
|
35194
35218
|
|
|
35195
|
-
.
|
|
35196
|
-
|
|
35219
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
35220
|
+
background: #f2f5fa;
|
|
35221
|
+
border-bottom-color: #f2f5fa;
|
|
35197
35222
|
}
|
|
35198
35223
|
|
|
35199
|
-
.
|
|
35200
|
-
|
|
35224
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
35225
|
+
height: auto;
|
|
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;
|
|
35201
35233
|
}
|
|
35202
35234
|
|
|
35203
|
-
.
|
|
35204
|
-
|
|
35235
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
35236
|
+
color: #0096ff;
|
|
35205
35237
|
}
|
|
35206
35238
|
|
|
35207
|
-
.
|
|
35208
|
-
|
|
35209
|
-
|
|
35239
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
35240
|
+
overflow: hidden;
|
|
35241
|
+
text-overflow: ellipsis;
|
|
35242
|
+
width: 100%;
|
|
35243
|
+
vertical-align: middle;
|
|
35210
35244
|
}
|
|
35211
35245
|
|
|
35212
|
-
.
|
|
35213
|
-
|
|
35214
|
-
min-width: var(--item-min-width);
|
|
35246
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35247
|
+
line-height: 0px;
|
|
35215
35248
|
}
|
|
35216
35249
|
|
|
35217
|
-
.
|
|
35218
|
-
|
|
35219
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35250
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35251
|
+
padding-right: 25px;
|
|
35220
35252
|
}
|
|
35221
35253
|
|
|
35222
|
-
.
|
|
35223
|
-
|
|
35254
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35255
|
+
border-top-color: transparent;
|
|
35224
35256
|
}
|
|
35225
35257
|
|
|
35226
|
-
.
|
|
35227
|
-
|
|
35228
|
-
|
|
35258
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35259
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35260
|
+
border-color: transparent transparent white;
|
|
35229
35261
|
}
|
|
35230
35262
|
|
|
35231
|
-
.
|
|
35232
|
-
|
|
35263
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35264
|
+
border-radius: 8px 0 0 8px;
|
|
35233
35265
|
}
|
|
35234
35266
|
|
|
35235
|
-
.
|
|
35236
|
-
|
|
35267
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35268
|
+
border-radius: 8px 0 0 8px;
|
|
35237
35269
|
}
|
|
35238
35270
|
|
|
35239
|
-
.
|
|
35240
|
-
|
|
35271
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35272
|
+
content: "";
|
|
35273
|
+
width: 4px;
|
|
35274
|
+
top: -1px;
|
|
35275
|
+
bottom: -1px;
|
|
35276
|
+
background: white;
|
|
35241
35277
|
}
|
|
35242
35278
|
|
|
35243
|
-
.
|
|
35244
|
-
|
|
35245
|
-
border-radius: 4px;
|
|
35246
|
-
height: 32px;
|
|
35247
|
-
display: flex;
|
|
35248
|
-
align-items: center;
|
|
35279
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35280
|
+
border-radius: 0 8px 8px 0;
|
|
35249
35281
|
}
|
|
35250
35282
|
|
|
35251
|
-
.
|
|
35252
|
-
|
|
35253
|
-
|
|
35283
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35284
|
+
border-radius: 0;
|
|
35285
|
+
background: white;
|
|
35286
|
+
border-top: none;
|
|
35254
35287
|
}
|
|
35255
35288
|
|
|
35256
|
-
.
|
|
35257
|
-
|
|
35258
|
-
|
|
35259
|
-
|
|
35260
|
-
padding-right: 0;
|
|
35289
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35290
|
+
border-top: 1px solid transparent;
|
|
35291
|
+
border-radius: 0 8px 8px 0;
|
|
35292
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35261
35293
|
}
|
|
35262
35294
|
|
|
35263
|
-
.
|
|
35264
|
-
background:
|
|
35295
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35296
|
+
background: white;
|
|
35297
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35265
35298
|
}
|
|
35266
35299
|
|
|
35267
|
-
.
|
|
35268
|
-
|
|
35269
|
-
display: inline-flex;
|
|
35300
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35301
|
+
display: flex;
|
|
35270
35302
|
align-items: center;
|
|
35271
|
-
|
|
35272
|
-
|
|
35303
|
+
height: 100%;
|
|
35304
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35273
35305
|
}
|
|
35274
35306
|
|
|
35275
|
-
.
|
|
35276
|
-
|
|
35277
|
-
|
|
35278
|
-
width: 18px;
|
|
35279
|
-
height: 18px;
|
|
35280
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35281
|
-
justify-content: center;
|
|
35307
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35308
|
+
background: white;
|
|
35309
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35282
35310
|
}
|
|
35283
35311
|
|
|
35284
|
-
.
|
|
35285
|
-
width: 100%;
|
|
35312
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35286
35313
|
display: flex;
|
|
35287
|
-
align-items: center;
|
|
35288
|
-
|
|
35289
|
-
|
|
35290
|
-
font-size: 13px;
|
|
35291
|
-
}
|
|
35292
|
-
|
|
35293
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
35294
|
-
display: inline-flex;
|
|
35295
|
-
align-items: center;
|
|
35296
|
-
min-width: 20px;
|
|
35297
|
-
min-height: 20px;
|
|
35298
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35299
|
-
justify-content: center;
|
|
35314
|
+
align-items: center;
|
|
35315
|
+
height: 100%;
|
|
35316
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35300
35317
|
}
|
|
35301
35318
|
|
|
35302
|
-
.
|
|
35303
|
-
|
|
35304
|
-
flex: 1;
|
|
35319
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35320
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35305
35321
|
}
|
|
35306
35322
|
|
|
35307
|
-
.
|
|
35308
|
-
|
|
35323
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35324
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35325
|
+
border-radius: 8px;
|
|
35309
35326
|
}
|
|
35310
35327
|
|
|
35311
|
-
.
|
|
35312
|
-
|
|
35313
|
-
max-width: fit-content;
|
|
35328
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35329
|
+
border-top-color: white;
|
|
35314
35330
|
}
|
|
35315
35331
|
|
|
35316
|
-
.
|
|
35317
|
-
|
|
35318
|
-
|
|
35332
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35333
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35334
|
+
border-bottom-color: transparent;
|
|
35335
|
+
border-top-color: transparent;
|
|
35319
35336
|
}
|
|
35320
35337
|
|
|
35321
|
-
.
|
|
35322
|
-
|
|
35323
|
-
align-items: center;
|
|
35324
|
-
column-gap: var(--a1ji6r68-0);
|
|
35338
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35339
|
+
border-radius: 8px 0 0 8px;
|
|
35325
35340
|
}
|
|
35326
35341
|
|
|
35327
|
-
.
|
|
35328
|
-
|
|
35329
|
-
text-align: center;
|
|
35330
|
-
display: flex;
|
|
35331
|
-
align-items: center;
|
|
35332
|
-
justify-content: center;
|
|
35333
|
-
flex-direction: column;
|
|
35334
|
-
height: 100%;
|
|
35342
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35343
|
+
border-radius: 0 8px 8px 0;
|
|
35335
35344
|
}
|
|
35336
35345
|
|
|
35337
|
-
.
|
|
35338
|
-
|
|
35339
|
-
cursor: pointer;
|
|
35346
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35347
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35340
35348
|
}
|
|
35341
35349
|
|
|
35342
|
-
.
|
|
35343
|
-
|
|
35344
|
-
|
|
35345
|
-
|
|
35346
|
-
|
|
35350
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
35351
|
+
background: #fff;
|
|
35352
|
+
font-weight: 400;
|
|
35353
|
+
position: relative;
|
|
35354
|
+
border-bottom: none;
|
|
35355
|
+
color: #00122e;
|
|
35356
|
+
transition: none;
|
|
35357
|
+
padding: 15px 8px 15px 8px;
|
|
35347
35358
|
}
|
|
35348
35359
|
|
|
35349
|
-
.
|
|
35350
|
-
|
|
35351
|
-
|
|
35352
|
-
|
|
35353
|
-
|
|
35354
|
-
|
|
35360
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35361
|
+
content: "";
|
|
35362
|
+
width: 1px;
|
|
35363
|
+
top: 0;
|
|
35364
|
+
bottom: 0;
|
|
35365
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35366
|
+
position: absolute;
|
|
35367
|
+
right: 0;
|
|
35355
35368
|
}
|
|
35356
35369
|
|
|
35357
|
-
.
|
|
35358
|
-
|
|
35359
|
-
font-size: 12px;
|
|
35360
|
-
align-items: center;
|
|
35370
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
35371
|
+
padding: unset;
|
|
35361
35372
|
}
|
|
35362
35373
|
|
|
35363
|
-
.
|
|
35364
|
-
|
|
35374
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35375
|
+
display: none;
|
|
35365
35376
|
}
|
|
35366
35377
|
|
|
35367
|
-
.
|
|
35368
|
-
|
|
35378
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35379
|
+
width: 100%;
|
|
35380
|
+
overflow: hidden;
|
|
35381
|
+
white-space: nowrap;
|
|
35382
|
+
text-overflow: ellipsis;
|
|
35369
35383
|
}
|
|
35370
35384
|
|
|
35371
|
-
.
|
|
35372
|
-
|
|
35373
|
-
|
|
35385
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35386
|
+
overflow: hidden;
|
|
35387
|
+
text-overflow: ellipsis;
|
|
35388
|
+
flex: 1;
|
|
35374
35389
|
}
|
|
35375
35390
|
|
|
35376
|
-
.
|
|
35377
|
-
|
|
35378
|
-
width: 100%;
|
|
35379
|
-
display: flex;
|
|
35380
|
-
justify-content: center;
|
|
35381
|
-
align-items: center;
|
|
35391
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35392
|
+
padding: 15px 25px 15px 8px;
|
|
35382
35393
|
}
|
|
35383
35394
|
|
|
35384
|
-
.
|
|
35385
|
-
|
|
35395
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35396
|
+
padding: 0;
|
|
35386
35397
|
}
|
|
35387
35398
|
|
|
35388
|
-
.
|
|
35389
|
-
|
|
35390
|
-
|
|
35391
|
-
|
|
35392
|
-
|
|
35393
|
-
|
|
35399
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35400
|
+
position: absolute;
|
|
35401
|
+
right: 6px;
|
|
35402
|
+
top: 50%;
|
|
35403
|
+
transform: translateY(-50%);
|
|
35404
|
+
height: 16px;
|
|
35405
|
+
display: none;
|
|
35406
|
+
transition: transform 320ms ease;
|
|
35394
35407
|
}
|
|
35395
35408
|
|
|
35396
|
-
.
|
|
35397
|
-
|
|
35398
|
-
|
|
35409
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35410
|
+
display: block;
|
|
35411
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35399
35412
|
}
|
|
35400
35413
|
|
|
35401
|
-
.
|
|
35402
|
-
display:
|
|
35403
|
-
justify-content: flex-start;
|
|
35404
|
-
align-items: center;
|
|
35405
|
-
font-size: 12px;
|
|
35406
|
-
cursor: pointer;
|
|
35414
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35415
|
+
display: block;
|
|
35407
35416
|
}
|
|
35408
35417
|
|
|
35409
|
-
.
|
|
35410
|
-
|
|
35418
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35419
|
+
display: none;
|
|
35411
35420
|
}
|
|
35412
35421
|
|
|
35413
|
-
.
|
|
35414
|
-
|
|
35422
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35423
|
+
transform: translateY(-50%);
|
|
35415
35424
|
}
|
|
35416
35425
|
|
|
35417
|
-
.
|
|
35418
|
-
|
|
35426
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35427
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35419
35428
|
}
|
|
35420
35429
|
|
|
35421
|
-
.
|
|
35422
|
-
|
|
35423
|
-
height: 8px;
|
|
35424
|
-
width: 8px;
|
|
35425
|
-
margin-right: 8px;
|
|
35430
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35431
|
+
background: #f2f5fa;
|
|
35426
35432
|
}
|
|
35427
35433
|
|
|
35428
|
-
.
|
|
35429
|
-
display:
|
|
35430
|
-
align-items: center;
|
|
35431
|
-
font-size: 12px;
|
|
35432
|
-
margin: 0;
|
|
35434
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35435
|
+
display: block;
|
|
35433
35436
|
}
|
|
35434
35437
|
|
|
35435
|
-
.
|
|
35436
|
-
|
|
35438
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
35439
|
+
padding-right: 25px;
|
|
35437
35440
|
}
|
|
35438
35441
|
|
|
35439
|
-
.
|
|
35440
|
-
|
|
35442
|
+
.E_tfzf37v .ant-table .ant-table-selection-column {
|
|
35443
|
+
padding: 0 !important;
|
|
35441
35444
|
}
|
|
35442
35445
|
|
|
35443
|
-
.
|
|
35444
|
-
|
|
35445
|
-
|
|
35446
|
-
|
|
35447
|
-
|
|
35446
|
+
.E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35447
|
+
position: absolute;
|
|
35448
|
+
left: 50%;
|
|
35449
|
+
top: 50%;
|
|
35450
|
+
transform: translate(-50%, -50%);
|
|
35448
35451
|
}
|
|
35449
35452
|
|
|
35450
|
-
.
|
|
35451
|
-
display:
|
|
35452
|
-
font-size: 12px;
|
|
35453
|
-
align-items: center;
|
|
35453
|
+
.E_tfzf37v .ant-table .ant-table-selection-column:after {
|
|
35454
|
+
display: none;
|
|
35454
35455
|
}
|
|
35455
35456
|
|
|
35456
|
-
.
|
|
35457
|
-
|
|
35457
|
+
.E_tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
35458
|
+
background: #fff;
|
|
35458
35459
|
}
|
|
35459
35460
|
|
|
35460
|
-
.
|
|
35461
|
-
|
|
35461
|
+
.E_tfzf37v .ant-table .ant-table-placeholder {
|
|
35462
|
+
background: inherit;
|
|
35462
35463
|
}
|
|
35463
35464
|
|
|
35464
|
-
.
|
|
35465
|
-
|
|
35466
|
-
|
|
35465
|
+
.E_tfzf37v .ant-table .ant-table-placeholder td {
|
|
35466
|
+
position: static;
|
|
35467
|
+
border: none;
|
|
35468
|
+
background: inherit !important;
|
|
35469
|
+
height: 100px;
|
|
35470
|
+
vertical-align: middle;
|
|
35467
35471
|
}
|
|
35468
35472
|
|
|
35469
|
-
.
|
|
35470
|
-
|
|
35473
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
35474
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35475
|
+
font-weight: bold;
|
|
35476
|
+
font-size: 20px;
|
|
35477
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35471
35478
|
}
|
|
35472
35479
|
|
|
35473
|
-
.
|
|
35474
|
-
|
|
35475
|
-
|
|
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%);
|
|
35480
|
+
.E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
|
|
35481
|
+
.E_tfzf37v .ant-table th.cell__action_ {
|
|
35482
|
+
z-index: 10;
|
|
35482
35483
|
}
|
|
35483
35484
|
|
|
35484
|
-
.
|
|
35485
|
-
|
|
35485
|
+
.E_tfzf37v .ant-table td.cell__action_ {
|
|
35486
|
+
padding: 0 !important;
|
|
35487
|
+
position: relative;
|
|
35488
|
+
background: #fff;
|
|
35486
35489
|
}
|
|
35487
35490
|
|
|
35488
|
-
.
|
|
35491
|
+
.E_tfzf37v .ant-table td.cell__action_ > * {
|
|
35492
|
+
height: 100%;
|
|
35489
35493
|
display: flex;
|
|
35490
35494
|
align-items: center;
|
|
35491
|
-
justify-content:
|
|
35492
|
-
|
|
35493
|
-
color: #b4beca;
|
|
35494
|
-
font-size: 12px;
|
|
35495
|
-
padding: 3px 6px;
|
|
35496
|
-
}
|
|
35497
|
-
|
|
35498
|
-
.E_t1ub2aex:first-child {
|
|
35499
|
-
padding-top: 3px;
|
|
35495
|
+
justify-content: flex-end;
|
|
35496
|
+
padding-right: 8px;
|
|
35500
35497
|
}
|
|
35501
35498
|
|
|
35502
|
-
.
|
|
35503
|
-
|
|
35499
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
35500
|
+
width: 24px;
|
|
35501
|
+
height: 24px;
|
|
35502
|
+
cursor: pointer;
|
|
35503
|
+
justify-content: center;
|
|
35504
|
+
border-radius: 4px;
|
|
35504
35505
|
}
|
|
35505
35506
|
|
|
35506
|
-
.
|
|
35507
|
-
|
|
35508
|
-
margin-left: 8px;
|
|
35507
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
35508
|
+
background: #fff;
|
|
35509
35509
|
}
|
|
35510
35510
|
|
|
35511
35511
|
.E_t13ef470 {
|