@cloudtower/eagle 0.31.6 → 0.31.7
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/stats1.html +1 -1
- package/dist/components.css +1998 -1998
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1457 -1457
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29572,75 +29572,18 @@ 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
|
-
.
|
|
29576
|
-
|
|
29577
|
-
|
|
29578
|
-
|
|
29579
|
-
background: #
|
|
29580
|
-
padding: 8px 12px;
|
|
29581
|
-
position: sticky;
|
|
29582
|
-
top: 0;
|
|
29583
|
-
z-index: 1;
|
|
29584
|
-
margin-bottom: -52px;
|
|
29585
|
-
}
|
|
29586
|
-
|
|
29587
|
-
.E_s1ebs0ra .select-total {
|
|
29575
|
+
.E_skwah65 {
|
|
29576
|
+
height: 8px;
|
|
29577
|
+
box-sizing: border-box;
|
|
29578
|
+
border-radius: 2px;
|
|
29579
|
+
background: #f5f7fa;
|
|
29588
29580
|
display: flex;
|
|
29589
|
-
|
|
29590
|
-
font-weight: 700;
|
|
29591
|
-
flex-shrink: 0;
|
|
29592
|
-
}
|
|
29593
|
-
|
|
29594
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29595
|
-
cursor: pointer;
|
|
29596
|
-
margin-left: 8px;
|
|
29597
|
-
width: 32px;
|
|
29598
|
-
height: 32px;
|
|
29599
|
-
border-radius: 50%;
|
|
29600
|
-
justify-content: center;
|
|
29601
|
-
}
|
|
29602
|
-
|
|
29603
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29604
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29605
|
-
}
|
|
29606
|
-
|
|
29607
|
-
.E_s1ebs0ra .action-group {
|
|
29608
|
-
flex: 1;
|
|
29609
|
-
margin-left: 88px;
|
|
29610
|
-
white-space: nowrap;
|
|
29611
|
-
text-align: right;
|
|
29612
|
-
position: relative;
|
|
29613
|
-
padding: 4px 0;
|
|
29614
|
-
margin-top: -4px;
|
|
29581
|
+
width: 100%;
|
|
29615
29582
|
overflow: hidden;
|
|
29616
29583
|
}
|
|
29617
29584
|
|
|
29618
|
-
.
|
|
29619
|
-
|
|
29620
|
-
}
|
|
29621
|
-
|
|
29622
|
-
.E_s1ebs0ra .action-group button {
|
|
29623
|
-
border: none;
|
|
29624
|
-
}
|
|
29625
|
-
|
|
29626
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29627
|
-
margin-right: 8px;
|
|
29628
|
-
}
|
|
29629
|
-
|
|
29630
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29631
|
-
margin-right: 4px;
|
|
29632
|
-
}
|
|
29633
|
-
|
|
29634
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29635
|
-
cursor: pointer;
|
|
29636
|
-
width: 32px;
|
|
29637
|
-
height: 32px;
|
|
29638
|
-
justify-content: center;
|
|
29639
|
-
border-radius: 50%;
|
|
29640
|
-
}
|
|
29641
|
-
|
|
29642
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29643
|
-
background: #fff;
|
|
29585
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29586
|
+
margin-left: 1px;
|
|
29644
29587
|
}
|
|
29645
29588
|
|
|
29646
29589
|
.E_clm1wy1 {
|
|
@@ -29752,34 +29695,75 @@ html body {
|
|
|
29752
29695
|
border-radius: 2px;
|
|
29753
29696
|
}
|
|
29754
29697
|
|
|
29755
|
-
.
|
|
29756
|
-
height: 8px;
|
|
29757
|
-
box-sizing: border-box;
|
|
29758
|
-
border-radius: 2px;
|
|
29759
|
-
background: #f5f7fa;
|
|
29698
|
+
.E_s1ebs0ra {
|
|
29760
29699
|
display: flex;
|
|
29761
|
-
|
|
29762
|
-
|
|
29700
|
+
align-items: center;
|
|
29701
|
+
justify-content: space-between;
|
|
29702
|
+
background: #edf0f7;
|
|
29703
|
+
padding: 8px 12px;
|
|
29704
|
+
position: sticky;
|
|
29705
|
+
top: 0;
|
|
29706
|
+
z-index: 1;
|
|
29707
|
+
margin-bottom: -52px;
|
|
29763
29708
|
}
|
|
29764
29709
|
|
|
29765
|
-
.
|
|
29766
|
-
|
|
29710
|
+
.E_s1ebs0ra .select-total {
|
|
29711
|
+
display: flex;
|
|
29712
|
+
align-items: center;
|
|
29713
|
+
font-weight: 700;
|
|
29714
|
+
flex-shrink: 0;
|
|
29767
29715
|
}
|
|
29768
29716
|
|
|
29769
|
-
.
|
|
29717
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29770
29718
|
cursor: pointer;
|
|
29719
|
+
margin-left: 8px;
|
|
29720
|
+
width: 32px;
|
|
29721
|
+
height: 32px;
|
|
29722
|
+
border-radius: 50%;
|
|
29723
|
+
justify-content: center;
|
|
29771
29724
|
}
|
|
29772
29725
|
|
|
29773
|
-
.
|
|
29774
|
-
|
|
29726
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29727
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29775
29728
|
}
|
|
29776
29729
|
|
|
29777
|
-
.
|
|
29778
|
-
|
|
29730
|
+
.E_s1ebs0ra .action-group {
|
|
29731
|
+
flex: 1;
|
|
29732
|
+
margin-left: 88px;
|
|
29733
|
+
white-space: nowrap;
|
|
29734
|
+
text-align: right;
|
|
29735
|
+
position: relative;
|
|
29736
|
+
padding: 4px 0;
|
|
29737
|
+
margin-top: -4px;
|
|
29738
|
+
overflow: hidden;
|
|
29779
29739
|
}
|
|
29780
29740
|
|
|
29781
|
-
|
|
29782
|
-
|
|
29741
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29742
|
+
transform: translateY(-4px);
|
|
29743
|
+
}
|
|
29744
|
+
|
|
29745
|
+
.E_s1ebs0ra .action-group button {
|
|
29746
|
+
border: none;
|
|
29747
|
+
}
|
|
29748
|
+
|
|
29749
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29750
|
+
margin-right: 8px;
|
|
29751
|
+
}
|
|
29752
|
+
|
|
29753
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29754
|
+
margin-right: 4px;
|
|
29755
|
+
}
|
|
29756
|
+
|
|
29757
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29758
|
+
cursor: pointer;
|
|
29759
|
+
width: 32px;
|
|
29760
|
+
height: 32px;
|
|
29761
|
+
justify-content: center;
|
|
29762
|
+
border-radius: 50%;
|
|
29763
|
+
}
|
|
29764
|
+
|
|
29765
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29766
|
+
background: #fff;
|
|
29783
29767
|
}
|
|
29784
29768
|
|
|
29785
29769
|
.E_c18bcrac {
|
|
@@ -29831,269 +29815,90 @@ span.E_tqjc4ui {
|
|
|
29831
29815
|
margin-right: 4px;
|
|
29832
29816
|
}
|
|
29833
29817
|
|
|
29834
|
-
.
|
|
29835
|
-
|
|
29836
|
-
|
|
29837
|
-
|
|
29838
|
-
|
|
29839
|
-
border-color: #0080ff;
|
|
29818
|
+
.E_n12mqh7z {
|
|
29819
|
+
display: flex;
|
|
29820
|
+
align-items: center;
|
|
29821
|
+
font-size: 12px;
|
|
29822
|
+
line-height: 18px;
|
|
29840
29823
|
}
|
|
29841
29824
|
|
|
29842
|
-
.
|
|
29843
|
-
|
|
29825
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29826
|
+
margin-bottom: 4px;
|
|
29844
29827
|
}
|
|
29845
29828
|
|
|
29846
|
-
.
|
|
29847
|
-
|
|
29829
|
+
.E_tf5bynu {
|
|
29830
|
+
margin: 0 3px;
|
|
29848
29831
|
}
|
|
29849
29832
|
|
|
29850
|
-
.
|
|
29851
|
-
|
|
29852
|
-
|
|
29853
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29833
|
+
.E_tcckoz1 {
|
|
29834
|
+
max-height: 400px;
|
|
29835
|
+
overflow: auto;
|
|
29854
29836
|
}
|
|
29855
29837
|
|
|
29856
|
-
.
|
|
29857
|
-
|
|
29858
|
-
padding-bottom: 0;
|
|
29838
|
+
.E_gmyahx3 {
|
|
29839
|
+
cursor: pointer;
|
|
29859
29840
|
}
|
|
29860
29841
|
|
|
29861
|
-
.
|
|
29862
|
-
|
|
29863
|
-
width: 100px;
|
|
29864
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29842
|
+
.E_gmyahx3 .link-text {
|
|
29843
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29865
29844
|
}
|
|
29866
29845
|
|
|
29867
|
-
.
|
|
29868
|
-
color:
|
|
29869
|
-
margin-top: 5px;
|
|
29846
|
+
.E_gmyahx3:hover .link-text {
|
|
29847
|
+
color: #0080ff;
|
|
29870
29848
|
}
|
|
29871
29849
|
|
|
29872
|
-
.
|
|
29873
|
-
|
|
29874
|
-
|
|
29850
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
29851
|
+
background: #edf0f7;
|
|
29852
|
+
padding: 32px 8px;
|
|
29853
|
+
overflow: auto;
|
|
29875
29854
|
}
|
|
29876
29855
|
|
|
29877
|
-
.
|
|
29856
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
29878
29857
|
display: flex;
|
|
29879
|
-
|
|
29858
|
+
flex-direction: column;
|
|
29880
29859
|
justify-content: space-between;
|
|
29881
|
-
word-break: keep-all;
|
|
29882
29860
|
}
|
|
29883
29861
|
|
|
29884
|
-
.
|
|
29885
|
-
|
|
29862
|
+
.E_s1at6qmn footer {
|
|
29863
|
+
display: flex;
|
|
29886
29864
|
}
|
|
29887
29865
|
|
|
29888
|
-
.
|
|
29889
|
-
|
|
29866
|
+
.E_s1at6qmn .ant-menu {
|
|
29867
|
+
background: #edf0f7;
|
|
29890
29868
|
}
|
|
29891
29869
|
|
|
29892
|
-
.
|
|
29893
|
-
|
|
29894
|
-
|
|
29870
|
+
.E_s1at6qmn .ant-menu a {
|
|
29871
|
+
color: #00122e;
|
|
29872
|
+
width: 180px;
|
|
29895
29873
|
overflow: hidden;
|
|
29896
|
-
|
|
29897
|
-
justify-content: flex-start;
|
|
29898
|
-
white-space: nowrap;
|
|
29874
|
+
text-overflow: ellipsis;
|
|
29899
29875
|
}
|
|
29900
29876
|
|
|
29901
|
-
.
|
|
29902
|
-
|
|
29903
|
-
overflow: hidden;
|
|
29904
|
-
text-overflow: ellipsis;
|
|
29877
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
29878
|
+
margin-bottom: 24px;
|
|
29905
29879
|
}
|
|
29906
29880
|
|
|
29907
|
-
.
|
|
29908
|
-
|
|
29909
|
-
align-items: center;
|
|
29881
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
29882
|
+
margin: 0;
|
|
29910
29883
|
}
|
|
29911
29884
|
|
|
29912
|
-
.
|
|
29913
|
-
|
|
29914
|
-
|
|
29915
|
-
|
|
29885
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
29886
|
+
font-size: 12px;
|
|
29887
|
+
padding: 0 8px 4px;
|
|
29888
|
+
line-height: 18px;
|
|
29916
29889
|
}
|
|
29917
29890
|
|
|
29918
|
-
.
|
|
29919
|
-
|
|
29891
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
29892
|
+
padding: 0;
|
|
29920
29893
|
}
|
|
29921
29894
|
|
|
29922
|
-
.
|
|
29923
|
-
padding-
|
|
29924
|
-
margin-left: 14px;
|
|
29925
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29926
|
-
cursor: pointer;
|
|
29895
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
29896
|
+
padding-bottom: 24px;
|
|
29927
29897
|
}
|
|
29928
29898
|
|
|
29929
|
-
.
|
|
29930
|
-
|
|
29931
|
-
border-bottom: 1px solid rgba(
|
|
29932
|
-
}
|
|
29933
|
-
|
|
29934
|
-
.E_m126spxy .ant-btn-link {
|
|
29935
|
-
padding: 1px 10px;
|
|
29936
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29937
|
-
border-radius: 4px;
|
|
29938
|
-
}
|
|
29939
|
-
|
|
29940
|
-
.E_m126spxy .ant-btn-link.active {
|
|
29941
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29942
|
-
color: #0096ff;
|
|
29943
|
-
}
|
|
29944
|
-
|
|
29945
|
-
.E_wpbf4pq {
|
|
29946
|
-
padding: 10px 0;
|
|
29947
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29948
|
-
}
|
|
29949
|
-
|
|
29950
|
-
.E_wpbf4pq .ant-input,
|
|
29951
|
-
.E_wpbf4pq .ant-picker {
|
|
29952
|
-
width: 80px;
|
|
29953
|
-
margin: 0 9px;
|
|
29954
|
-
text-align: center;
|
|
29955
|
-
}
|
|
29956
|
-
|
|
29957
|
-
.E_wpbf4pq .options {
|
|
29958
|
-
padding: 12px 0 12px 16px;
|
|
29959
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29960
|
-
margin: 5px 0 5px 8px;
|
|
29961
|
-
}
|
|
29962
|
-
|
|
29963
|
-
.E_wpbf4pq .week-day-option,
|
|
29964
|
-
.E_wpbf4pq .month-day-option {
|
|
29965
|
-
background: #f5f7fa;
|
|
29966
|
-
box-sizing: border-box;
|
|
29967
|
-
border-radius: 16px;
|
|
29968
|
-
margin-right: 8px;
|
|
29969
|
-
}
|
|
29970
|
-
|
|
29971
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
29972
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
29973
|
-
color: inherit;
|
|
29974
|
-
border-color: #d9d9d9;
|
|
29975
|
-
}
|
|
29976
|
-
|
|
29977
|
-
.E_wpbf4pq .week-day-option.active {
|
|
29978
|
-
background-color: #0096ff;
|
|
29979
|
-
border-color: #0096ff;
|
|
29980
|
-
color: #fff;
|
|
29981
|
-
}
|
|
29982
|
-
|
|
29983
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
29984
|
-
width: 110px;
|
|
29985
|
-
margin-top: 4px;
|
|
29986
|
-
}
|
|
29987
|
-
|
|
29988
|
-
.E_wpbf4pq .month-day-option {
|
|
29989
|
-
width: 32px;
|
|
29990
|
-
padding: 0;
|
|
29991
|
-
margin-bottom: 8px;
|
|
29992
|
-
}
|
|
29993
|
-
|
|
29994
|
-
.E_wpbf4pq .month-day-option.active {
|
|
29995
|
-
background-color: #0096ff;
|
|
29996
|
-
border-color: #0096ff;
|
|
29997
|
-
color: #fff;
|
|
29998
|
-
}
|
|
29999
|
-
|
|
30000
|
-
.E_n12mqh7z {
|
|
30001
|
-
display: flex;
|
|
30002
|
-
align-items: center;
|
|
30003
|
-
font-size: 12px;
|
|
30004
|
-
line-height: 18px;
|
|
30005
|
-
}
|
|
30006
|
-
|
|
30007
|
-
.E_n12mqh7z:not(:last-child) {
|
|
30008
|
-
margin-bottom: 4px;
|
|
30009
|
-
}
|
|
30010
|
-
|
|
30011
|
-
.E_tf5bynu {
|
|
30012
|
-
margin: 0 3px;
|
|
30013
|
-
}
|
|
30014
|
-
|
|
30015
|
-
.E_tcckoz1 {
|
|
30016
|
-
max-height: 400px;
|
|
30017
|
-
overflow: auto;
|
|
30018
|
-
}
|
|
30019
|
-
|
|
30020
|
-
.E_ou7iq30 {
|
|
30021
|
-
overflow: hidden;
|
|
30022
|
-
text-overflow: ellipsis;
|
|
30023
|
-
}
|
|
30024
|
-
|
|
30025
|
-
.E_s1tui002 {
|
|
30026
|
-
white-space: nowrap;
|
|
30027
|
-
}
|
|
30028
|
-
|
|
30029
|
-
.E_mxrc2zg {
|
|
30030
|
-
display: -webkit-box;
|
|
30031
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30032
|
-
-webkit-box-orient: vertical;
|
|
30033
|
-
word-break: break-all;
|
|
30034
|
-
}
|
|
30035
|
-
|
|
30036
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30037
|
-
display: none;
|
|
30038
|
-
}
|
|
30039
|
-
|
|
30040
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30041
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30042
|
-
border-radius: 4px;
|
|
30043
|
-
}
|
|
30044
|
-
|
|
30045
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
30046
|
-
background: #edf0f7;
|
|
30047
|
-
padding: 32px 8px;
|
|
30048
|
-
overflow: auto;
|
|
30049
|
-
}
|
|
30050
|
-
|
|
30051
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
30052
|
-
display: flex;
|
|
30053
|
-
flex-direction: column;
|
|
30054
|
-
justify-content: space-between;
|
|
30055
|
-
}
|
|
30056
|
-
|
|
30057
|
-
.E_s1at6qmn footer {
|
|
30058
|
-
display: flex;
|
|
30059
|
-
}
|
|
30060
|
-
|
|
30061
|
-
.E_s1at6qmn .ant-menu {
|
|
30062
|
-
background: #edf0f7;
|
|
30063
|
-
}
|
|
30064
|
-
|
|
30065
|
-
.E_s1at6qmn .ant-menu a {
|
|
30066
|
-
color: #00122e;
|
|
30067
|
-
width: 180px;
|
|
30068
|
-
overflow: hidden;
|
|
30069
|
-
text-overflow: ellipsis;
|
|
30070
|
-
}
|
|
30071
|
-
|
|
30072
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
30073
|
-
margin-bottom: 24px;
|
|
30074
|
-
}
|
|
30075
|
-
|
|
30076
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30077
|
-
margin: 0;
|
|
30078
|
-
}
|
|
30079
|
-
|
|
30080
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30081
|
-
font-size: 12px;
|
|
30082
|
-
padding: 0 8px 4px;
|
|
30083
|
-
line-height: 18px;
|
|
30084
|
-
}
|
|
30085
|
-
|
|
30086
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30087
|
-
padding: 0;
|
|
30088
|
-
}
|
|
30089
|
-
|
|
30090
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30091
|
-
padding-bottom: 24px;
|
|
30092
|
-
}
|
|
30093
|
-
|
|
30094
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30095
|
-
margin-bottom: 24px;
|
|
30096
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
29899
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
29900
|
+
margin-bottom: 24px;
|
|
29901
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30097
29902
|
}
|
|
30098
29903
|
|
|
30099
29904
|
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
@@ -30178,291 +29983,521 @@ span.E_tqjc4ui {
|
|
|
30178
29983
|
text-align: left;
|
|
30179
29984
|
}
|
|
30180
29985
|
|
|
30181
|
-
.
|
|
30182
|
-
|
|
30183
|
-
align-items: center;
|
|
29986
|
+
span.E_tqjc4ui {
|
|
29987
|
+
margin: 0 2px;
|
|
30184
29988
|
}
|
|
30185
29989
|
|
|
30186
|
-
.
|
|
30187
|
-
|
|
29990
|
+
.E_ou7iq30 {
|
|
29991
|
+
overflow: hidden;
|
|
29992
|
+
text-overflow: ellipsis;
|
|
30188
29993
|
}
|
|
30189
29994
|
|
|
30190
|
-
.
|
|
30191
|
-
|
|
29995
|
+
.E_s1tui002 {
|
|
29996
|
+
white-space: nowrap;
|
|
30192
29997
|
}
|
|
30193
29998
|
|
|
30194
|
-
.
|
|
30195
|
-
|
|
29999
|
+
.E_mxrc2zg {
|
|
30000
|
+
display: -webkit-box;
|
|
30001
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30002
|
+
-webkit-box-orient: vertical;
|
|
30003
|
+
word-break: break-all;
|
|
30196
30004
|
}
|
|
30197
30005
|
|
|
30198
|
-
.
|
|
30199
|
-
|
|
30006
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30007
|
+
display: none;
|
|
30200
30008
|
}
|
|
30201
30009
|
|
|
30202
|
-
.
|
|
30203
|
-
|
|
30010
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30011
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30012
|
+
border-radius: 4px;
|
|
30204
30013
|
}
|
|
30205
30014
|
|
|
30206
|
-
.
|
|
30207
|
-
|
|
30015
|
+
.E_c1up1pdz {
|
|
30016
|
+
width: 648px;
|
|
30208
30017
|
}
|
|
30209
30018
|
|
|
30210
|
-
.
|
|
30211
|
-
border-
|
|
30019
|
+
.E_c1up1pdz.active {
|
|
30020
|
+
border-color: #0080ff;
|
|
30212
30021
|
}
|
|
30213
30022
|
|
|
30214
|
-
.
|
|
30215
|
-
|
|
30023
|
+
.E_c1up1pdz.active > header {
|
|
30024
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30216
30025
|
}
|
|
30217
30026
|
|
|
30218
|
-
.
|
|
30219
|
-
|
|
30027
|
+
.E_c1up1pdz .expand {
|
|
30028
|
+
padding: 12px;
|
|
30220
30029
|
}
|
|
30221
30030
|
|
|
30222
|
-
.
|
|
30031
|
+
.E_c1up1pdz .field-item {
|
|
30223
30032
|
display: flex;
|
|
30224
|
-
|
|
30033
|
+
padding: 10px 0;
|
|
30034
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30225
30035
|
}
|
|
30226
30036
|
|
|
30227
|
-
.
|
|
30228
|
-
|
|
30229
|
-
|
|
30230
|
-
text-overflow: ellipsis;
|
|
30037
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30038
|
+
border-bottom: none;
|
|
30039
|
+
padding-bottom: 0;
|
|
30231
30040
|
}
|
|
30232
30041
|
|
|
30233
|
-
.
|
|
30234
|
-
|
|
30235
|
-
|
|
30236
|
-
|
|
30237
|
-
padding: 8px;
|
|
30238
|
-
min-height: 32px;
|
|
30042
|
+
.E_c1up1pdz .field-item label {
|
|
30043
|
+
line-height: 32px;
|
|
30044
|
+
width: 100px;
|
|
30045
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30239
30046
|
}
|
|
30240
30047
|
|
|
30241
|
-
.
|
|
30242
|
-
color: rgba(
|
|
30243
|
-
|
|
30244
|
-
font-size: 12px;
|
|
30245
|
-
line-height: 8px;
|
|
30048
|
+
.E_c1up1pdz .help {
|
|
30049
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30050
|
+
margin-top: 5px;
|
|
30246
30051
|
}
|
|
30247
30052
|
|
|
30248
|
-
.
|
|
30249
|
-
|
|
30250
|
-
|
|
30251
|
-
cursor: pointer;
|
|
30053
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30054
|
+
.E_c1up1pdz .ant-picker {
|
|
30055
|
+
width: 128px;
|
|
30252
30056
|
}
|
|
30253
30057
|
|
|
30254
|
-
.
|
|
30255
|
-
|
|
30256
|
-
|
|
30058
|
+
.E_c156wh19 {
|
|
30059
|
+
display: flex;
|
|
30060
|
+
align-items: center;
|
|
30061
|
+
justify-content: space-between;
|
|
30062
|
+
word-break: keep-all;
|
|
30257
30063
|
}
|
|
30258
30064
|
|
|
30259
|
-
.
|
|
30260
|
-
|
|
30261
|
-
padding: 8px 0;
|
|
30262
|
-
color: #2d3a56;
|
|
30065
|
+
.E_c156wh19 .title {
|
|
30066
|
+
margin: 0 16px 0 8px;
|
|
30263
30067
|
}
|
|
30264
30068
|
|
|
30265
|
-
.
|
|
30266
|
-
|
|
30069
|
+
.E_c156wh19 .retain {
|
|
30070
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30267
30071
|
}
|
|
30268
30072
|
|
|
30269
|
-
.
|
|
30270
|
-
|
|
30073
|
+
.E_c156wh19 div.left {
|
|
30074
|
+
flex: 1;
|
|
30075
|
+
display: flex;
|
|
30076
|
+
overflow: hidden;
|
|
30077
|
+
align-items: center;
|
|
30078
|
+
justify-content: flex-start;
|
|
30079
|
+
white-space: nowrap;
|
|
30271
30080
|
}
|
|
30272
30081
|
|
|
30273
|
-
.
|
|
30082
|
+
.E_c156wh19 div.left .title {
|
|
30083
|
+
max-width: 100%;
|
|
30274
30084
|
overflow: hidden;
|
|
30275
|
-
overflow
|
|
30276
|
-
width: 100%;
|
|
30277
|
-
white-space: pre-wrap;
|
|
30085
|
+
text-overflow: ellipsis;
|
|
30278
30086
|
}
|
|
30279
30087
|
|
|
30280
|
-
.
|
|
30281
|
-
|
|
30282
|
-
|
|
30088
|
+
.E_c156wh19 div.right {
|
|
30089
|
+
display: flex;
|
|
30090
|
+
align-items: center;
|
|
30283
30091
|
}
|
|
30284
30092
|
|
|
30285
|
-
.
|
|
30286
|
-
|
|
30093
|
+
.E_c156wh19 .reverse {
|
|
30094
|
+
display: flex;
|
|
30095
|
+
flex-direction: row-reverse;
|
|
30096
|
+
align-items: center;
|
|
30287
30097
|
}
|
|
30288
30098
|
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30291
|
-
flex-shrink: 0;
|
|
30292
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30293
|
-
padding-right: 12px;
|
|
30099
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
30100
|
+
margin-left: 8px;
|
|
30294
30101
|
}
|
|
30295
30102
|
|
|
30296
|
-
.
|
|
30297
|
-
|
|
30298
|
-
|
|
30103
|
+
.E_c156wh19 .close {
|
|
30104
|
+
padding-left: 14px;
|
|
30105
|
+
margin-left: 14px;
|
|
30106
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30107
|
+
cursor: pointer;
|
|
30299
30108
|
}
|
|
30300
30109
|
|
|
30301
|
-
.
|
|
30302
|
-
|
|
30110
|
+
.E_m126spxy {
|
|
30111
|
+
padding-bottom: 4px;
|
|
30112
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30303
30113
|
}
|
|
30304
30114
|
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30115
|
+
.E_m126spxy .ant-btn-link {
|
|
30116
|
+
padding: 1px 10px;
|
|
30117
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30118
|
+
border-radius: 4px;
|
|
30307
30119
|
}
|
|
30308
30120
|
|
|
30309
|
-
.
|
|
30121
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30310
30122
|
background: rgba(0, 128, 255, 0.1);
|
|
30123
|
+
color: #0096ff;
|
|
30311
30124
|
}
|
|
30312
30125
|
|
|
30313
|
-
.
|
|
30314
|
-
|
|
30126
|
+
.E_wpbf4pq {
|
|
30127
|
+
padding: 10px 0;
|
|
30128
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30315
30129
|
}
|
|
30316
30130
|
|
|
30317
|
-
.
|
|
30318
|
-
|
|
30131
|
+
.E_wpbf4pq .ant-input,
|
|
30132
|
+
.E_wpbf4pq .ant-picker {
|
|
30133
|
+
width: 80px;
|
|
30134
|
+
margin: 0 9px;
|
|
30135
|
+
text-align: center;
|
|
30319
30136
|
}
|
|
30320
30137
|
|
|
30321
|
-
.
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
|
|
30138
|
+
.E_wpbf4pq .options {
|
|
30139
|
+
padding: 12px 0 12px 16px;
|
|
30140
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30141
|
+
margin: 5px 0 5px 8px;
|
|
30325
30142
|
}
|
|
30326
30143
|
|
|
30327
|
-
.
|
|
30328
|
-
|
|
30329
|
-
|
|
30330
|
-
|
|
30144
|
+
.E_wpbf4pq .week-day-option,
|
|
30145
|
+
.E_wpbf4pq .month-day-option {
|
|
30146
|
+
background: #f5f7fa;
|
|
30147
|
+
box-sizing: border-box;
|
|
30148
|
+
border-radius: 16px;
|
|
30149
|
+
margin-right: 8px;
|
|
30331
30150
|
}
|
|
30332
30151
|
|
|
30333
|
-
.
|
|
30334
|
-
|
|
30335
|
-
|
|
30152
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30153
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30154
|
+
color: inherit;
|
|
30155
|
+
border-color: #d9d9d9;
|
|
30336
30156
|
}
|
|
30337
30157
|
|
|
30338
|
-
.
|
|
30339
|
-
|
|
30158
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30159
|
+
background-color: #0096ff;
|
|
30160
|
+
border-color: #0096ff;
|
|
30161
|
+
color: #fff;
|
|
30340
30162
|
}
|
|
30341
30163
|
|
|
30342
|
-
.
|
|
30343
|
-
|
|
30164
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30165
|
+
width: 110px;
|
|
30166
|
+
margin-top: 4px;
|
|
30344
30167
|
}
|
|
30345
30168
|
|
|
30346
|
-
.
|
|
30347
|
-
|
|
30348
|
-
|
|
30349
|
-
|
|
30350
|
-
/* FIXME:(yanzhen) do this better */
|
|
30169
|
+
.E_wpbf4pq .month-day-option {
|
|
30170
|
+
width: 32px;
|
|
30171
|
+
padding: 0;
|
|
30172
|
+
margin-bottom: 8px;
|
|
30351
30173
|
}
|
|
30352
30174
|
|
|
30353
|
-
.
|
|
30354
|
-
|
|
30355
|
-
|
|
30356
|
-
|
|
30175
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30176
|
+
background-color: #0096ff;
|
|
30177
|
+
border-color: #0096ff;
|
|
30178
|
+
color: #fff;
|
|
30357
30179
|
}
|
|
30358
30180
|
|
|
30359
|
-
.
|
|
30360
|
-
|
|
30181
|
+
.E_t1sqg15u {
|
|
30182
|
+
background: white;
|
|
30361
30183
|
}
|
|
30362
30184
|
|
|
30363
|
-
.
|
|
30364
|
-
|
|
30365
|
-
padding: 1px 12px;
|
|
30366
|
-
line-height: 24px;
|
|
30367
|
-
height: 24px;
|
|
30368
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30369
|
-
border-radius: 4px 4px 0 0;
|
|
30370
|
-
cursor: pointer;
|
|
30371
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30185
|
+
.E_t1sqg15u.inline .table-row {
|
|
30186
|
+
flex-direction: column;
|
|
30372
30187
|
}
|
|
30373
30188
|
|
|
30374
|
-
.
|
|
30375
|
-
padding
|
|
30189
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30190
|
+
padding: 0 16px 7px 0;
|
|
30376
30191
|
}
|
|
30377
30192
|
|
|
30378
|
-
.
|
|
30379
|
-
|
|
30193
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30194
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30380
30195
|
}
|
|
30381
30196
|
|
|
30382
|
-
.
|
|
30383
|
-
|
|
30384
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30197
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30198
|
+
border-top: none !important;
|
|
30385
30199
|
}
|
|
30386
30200
|
|
|
30387
|
-
.
|
|
30388
|
-
|
|
30201
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30202
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30389
30203
|
}
|
|
30390
30204
|
|
|
30391
|
-
.
|
|
30392
|
-
|
|
30205
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30206
|
+
padding-bottom: 0;
|
|
30393
30207
|
}
|
|
30394
30208
|
|
|
30395
|
-
.
|
|
30396
|
-
|
|
30397
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30209
|
+
.E_t1sqg15u.align-right .content {
|
|
30210
|
+
text-align: right;
|
|
30398
30211
|
}
|
|
30399
30212
|
|
|
30400
|
-
.
|
|
30401
|
-
|
|
30213
|
+
.E_t1sqg15u .uuid-row {
|
|
30214
|
+
display: flex;
|
|
30215
|
+
justify-content: space-between;
|
|
30402
30216
|
}
|
|
30403
30217
|
|
|
30404
|
-
.
|
|
30405
|
-
|
|
30218
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30219
|
+
white-space: nowrap;
|
|
30220
|
+
overflow: hidden;
|
|
30221
|
+
text-overflow: ellipsis;
|
|
30406
30222
|
}
|
|
30407
30223
|
|
|
30408
|
-
.
|
|
30409
|
-
|
|
30224
|
+
.E_t4zczcp {
|
|
30225
|
+
display: flex;
|
|
30226
|
+
justify-content: space-between;
|
|
30227
|
+
align-items: center;
|
|
30228
|
+
padding: 8px;
|
|
30229
|
+
min-height: 32px;
|
|
30410
30230
|
}
|
|
30411
30231
|
|
|
30412
|
-
.
|
|
30413
|
-
color:
|
|
30414
|
-
|
|
30232
|
+
.E_t4zczcp .table-title {
|
|
30233
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30234
|
+
font-weight: 600;
|
|
30235
|
+
font-size: 12px;
|
|
30236
|
+
line-height: 8px;
|
|
30415
30237
|
}
|
|
30416
30238
|
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30239
|
+
.E_t4zczcp .edit-icon {
|
|
30240
|
+
font-size: 16px;
|
|
30241
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30242
|
+
cursor: pointer;
|
|
30419
30243
|
}
|
|
30420
30244
|
|
|
30421
|
-
.
|
|
30422
|
-
|
|
30245
|
+
.E_t1s7goww {
|
|
30246
|
+
font-size: 12px;
|
|
30247
|
+
line-height: 18px;
|
|
30423
30248
|
}
|
|
30424
30249
|
|
|
30425
|
-
.
|
|
30426
|
-
|
|
30427
|
-
|
|
30250
|
+
.E_t93e4cf {
|
|
30251
|
+
display: flex;
|
|
30252
|
+
padding: 8px 0;
|
|
30253
|
+
color: #2d3a56;
|
|
30428
30254
|
}
|
|
30429
30255
|
|
|
30430
|
-
.
|
|
30431
|
-
|
|
30256
|
+
.E_t93e4cf .hidden {
|
|
30257
|
+
display: none;
|
|
30432
30258
|
}
|
|
30433
30259
|
|
|
30434
|
-
.
|
|
30435
|
-
|
|
30436
|
-
display: flex;
|
|
30437
|
-
align-items: center;
|
|
30438
|
-
overflow: hidden;
|
|
30260
|
+
.E_t93e4cf .ant-btn-link {
|
|
30261
|
+
height: auto;
|
|
30439
30262
|
}
|
|
30440
30263
|
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30443
|
-
|
|
30444
|
-
|
|
30264
|
+
.E_t93e4cf .content {
|
|
30265
|
+
overflow: hidden;
|
|
30266
|
+
overflow-x: auto;
|
|
30267
|
+
width: 100%;
|
|
30268
|
+
white-space: pre-wrap;
|
|
30445
30269
|
}
|
|
30446
30270
|
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30449
|
-
|
|
30450
|
-
display: flex;
|
|
30271
|
+
.E_t93e4cf .content .ant-btn {
|
|
30272
|
+
white-space: pre-wrap;
|
|
30273
|
+
text-align: left;
|
|
30451
30274
|
}
|
|
30452
30275
|
|
|
30453
|
-
.
|
|
30454
|
-
|
|
30455
|
-
position: absolute;
|
|
30456
|
-
top: 50%;
|
|
30457
|
-
left: 0;
|
|
30458
|
-
transform: translate(-50%, -50%);
|
|
30459
|
-
transition: opacity 100ms linear;
|
|
30460
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30276
|
+
.E_t93e4cf .content .unit-chart {
|
|
30277
|
+
justify-content: flex-start;
|
|
30461
30278
|
}
|
|
30462
30279
|
|
|
30463
|
-
.
|
|
30464
|
-
|
|
30465
|
-
|
|
30280
|
+
.E_rhz2uv5 {
|
|
30281
|
+
width: var(--rhz2uv5-0);
|
|
30282
|
+
flex-shrink: 0;
|
|
30283
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30284
|
+
padding-right: 12px;
|
|
30285
|
+
}
|
|
30286
|
+
|
|
30287
|
+
.E_wg1tsps {
|
|
30288
|
+
display: flex;
|
|
30289
|
+
align-items: center;
|
|
30290
|
+
justify-content: flex-end;
|
|
30291
|
+
}
|
|
30292
|
+
|
|
30293
|
+
.E_b1ctd5xy {
|
|
30294
|
+
display: flex;
|
|
30295
|
+
align-items: center;
|
|
30296
|
+
width: calc(100% - 40px);
|
|
30297
|
+
}
|
|
30298
|
+
|
|
30299
|
+
.E_b1ctd5xy .chart {
|
|
30300
|
+
display: inline-block;
|
|
30301
|
+
width: 100%;
|
|
30302
|
+
}
|
|
30303
|
+
|
|
30304
|
+
.E_u1p8acpn {
|
|
30305
|
+
min-width: 40px;
|
|
30306
|
+
}
|
|
30307
|
+
|
|
30308
|
+
.E_u1p8acpn .unit {
|
|
30309
|
+
color: #00122e !important;
|
|
30310
|
+
}
|
|
30311
|
+
|
|
30312
|
+
.E_b1nip9bk {
|
|
30313
|
+
padding: 4px 11px;
|
|
30314
|
+
}
|
|
30315
|
+
|
|
30316
|
+
.E_bqamoqe {
|
|
30317
|
+
white-space: nowrap;
|
|
30318
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30319
|
+
}
|
|
30320
|
+
|
|
30321
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30322
|
+
--color: #0080ff;
|
|
30323
|
+
}
|
|
30324
|
+
|
|
30325
|
+
.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] {
|
|
30326
|
+
--color: #0080ff;
|
|
30327
|
+
}
|
|
30328
|
+
|
|
30329
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30330
|
+
margin-left: 1px;
|
|
30331
|
+
}
|
|
30332
|
+
|
|
30333
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30334
|
+
border-top-right-radius: 0;
|
|
30335
|
+
border-bottom-right-radius: 0;
|
|
30336
|
+
}
|
|
30337
|
+
|
|
30338
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30339
|
+
border-top-left-radius: 0;
|
|
30340
|
+
border-bottom-left-radius: 0;
|
|
30341
|
+
}
|
|
30342
|
+
|
|
30343
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30344
|
+
border-radius: unset;
|
|
30345
|
+
}
|
|
30346
|
+
|
|
30347
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30348
|
+
display: flex;
|
|
30349
|
+
align-items: center;
|
|
30350
|
+
}
|
|
30351
|
+
|
|
30352
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30353
|
+
margin-right: 8px;
|
|
30354
|
+
}
|
|
30355
|
+
|
|
30356
|
+
.E_c18gxmrl {
|
|
30357
|
+
border: 1px solid #d8deeb;
|
|
30358
|
+
border-radius: 4px;
|
|
30359
|
+
}
|
|
30360
|
+
|
|
30361
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30362
|
+
margin-top: 8px;
|
|
30363
|
+
}
|
|
30364
|
+
|
|
30365
|
+
.E_c18gxmrl:hover {
|
|
30366
|
+
border-color: #0080ff;
|
|
30367
|
+
}
|
|
30368
|
+
|
|
30369
|
+
.E_c18gxmrl:hover > header {
|
|
30370
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30371
|
+
}
|
|
30372
|
+
|
|
30373
|
+
.E_c18gxmrl.active header {
|
|
30374
|
+
border-bottom: 1px solid #d8deeb;
|
|
30375
|
+
}
|
|
30376
|
+
|
|
30377
|
+
.E_c18gxmrl > header {
|
|
30378
|
+
padding: 8px 12px;
|
|
30379
|
+
}
|
|
30380
|
+
|
|
30381
|
+
.E_t160l1cm {
|
|
30382
|
+
display: flex;
|
|
30383
|
+
flex-direction: column;
|
|
30384
|
+
flex: 1;
|
|
30385
|
+
/* FIXME:(yanzhen) do this better */
|
|
30386
|
+
}
|
|
30387
|
+
|
|
30388
|
+
.E_t160l1cm .tab-bar {
|
|
30389
|
+
flex-shrink: 0;
|
|
30390
|
+
display: flex;
|
|
30391
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30392
|
+
}
|
|
30393
|
+
|
|
30394
|
+
.E_t160l1cm .tab-content {
|
|
30395
|
+
height: 100%;
|
|
30396
|
+
}
|
|
30397
|
+
|
|
30398
|
+
.E_t160l1cm .tab-menu-item {
|
|
30399
|
+
margin-right: 2px;
|
|
30400
|
+
padding: 1px 12px;
|
|
30401
|
+
line-height: 24px;
|
|
30402
|
+
height: 24px;
|
|
30403
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30404
|
+
border-radius: 4px 4px 0 0;
|
|
30405
|
+
cursor: pointer;
|
|
30406
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30407
|
+
}
|
|
30408
|
+
|
|
30409
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30410
|
+
padding-left: 0;
|
|
30411
|
+
}
|
|
30412
|
+
|
|
30413
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30414
|
+
padding-left: 12px;
|
|
30415
|
+
}
|
|
30416
|
+
|
|
30417
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30418
|
+
color: #0080ff;
|
|
30419
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30420
|
+
}
|
|
30421
|
+
|
|
30422
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30423
|
+
fill: #0080ff;
|
|
30424
|
+
}
|
|
30425
|
+
|
|
30426
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30427
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30428
|
+
}
|
|
30429
|
+
|
|
30430
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30431
|
+
color: #0080ff;
|
|
30432
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30433
|
+
}
|
|
30434
|
+
|
|
30435
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30436
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30437
|
+
}
|
|
30438
|
+
|
|
30439
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30440
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30441
|
+
}
|
|
30442
|
+
|
|
30443
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30444
|
+
fill: #0080ff;
|
|
30445
|
+
}
|
|
30446
|
+
|
|
30447
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30448
|
+
color: #0080ff;
|
|
30449
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30450
|
+
}
|
|
30451
|
+
|
|
30452
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30453
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30454
|
+
}
|
|
30455
|
+
|
|
30456
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30457
|
+
fill: #1d326c;
|
|
30458
|
+
}
|
|
30459
|
+
|
|
30460
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30461
|
+
margin-left: 8px;
|
|
30462
|
+
height: 22px;
|
|
30463
|
+
}
|
|
30464
|
+
|
|
30465
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30466
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30467
|
+
}
|
|
30468
|
+
|
|
30469
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30470
|
+
padding: 0;
|
|
30471
|
+
display: flex;
|
|
30472
|
+
align-items: center;
|
|
30473
|
+
overflow: hidden;
|
|
30474
|
+
}
|
|
30475
|
+
|
|
30476
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30477
|
+
opacity: 0;
|
|
30478
|
+
max-width: 0;
|
|
30479
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30480
|
+
}
|
|
30481
|
+
|
|
30482
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30483
|
+
padding: 1px 12px;
|
|
30484
|
+
position: relative;
|
|
30485
|
+
display: flex;
|
|
30486
|
+
}
|
|
30487
|
+
|
|
30488
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30489
|
+
opacity: 0;
|
|
30490
|
+
position: absolute;
|
|
30491
|
+
top: 50%;
|
|
30492
|
+
left: 0;
|
|
30493
|
+
transform: translate(-50%, -50%);
|
|
30494
|
+
transition: opacity 100ms linear;
|
|
30495
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30496
|
+
}
|
|
30497
|
+
|
|
30498
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30499
|
+
color: #0080ff;
|
|
30500
|
+
}
|
|
30466
30501
|
|
|
30467
30502
|
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30468
30503
|
padding: 1px 12px;
|
|
@@ -30593,20 +30628,6 @@ span.E_tqjc4ui {
|
|
|
30593
30628
|
background: transparent;
|
|
30594
30629
|
}
|
|
30595
30630
|
|
|
30596
|
-
.E_m74vjol {
|
|
30597
|
-
display: flex;
|
|
30598
|
-
justify-content: space-between;
|
|
30599
|
-
width: 100%;
|
|
30600
|
-
}
|
|
30601
|
-
|
|
30602
|
-
.E_m74vjol .action {
|
|
30603
|
-
margin-left: 16px;
|
|
30604
|
-
}
|
|
30605
|
-
|
|
30606
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30607
|
-
width: 100%;
|
|
30608
|
-
}
|
|
30609
|
-
|
|
30610
30631
|
.E_berrcjl {
|
|
30611
30632
|
color: rgba(10, 37, 85, 0.6);
|
|
30612
30633
|
margin-bottom: 4px;
|
|
@@ -30626,59 +30647,24 @@ span.E_tqjc4ui {
|
|
|
30626
30647
|
color: #005ed1;
|
|
30627
30648
|
}
|
|
30628
30649
|
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30650
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30651
|
+
justify-content: center;
|
|
30631
30652
|
}
|
|
30632
30653
|
|
|
30633
|
-
.
|
|
30634
|
-
|
|
30635
|
-
|
|
30654
|
+
.E_b1wx3t3t.ant-btn {
|
|
30655
|
+
display: inline-flex;
|
|
30656
|
+
align-items: center;
|
|
30657
|
+
justify-content: center;
|
|
30658
|
+
height: 32px;
|
|
30659
|
+
border-radius: 6px;
|
|
30660
|
+
line-height: 22px;
|
|
30661
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30662
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30636
30663
|
}
|
|
30637
30664
|
|
|
30638
|
-
.
|
|
30639
|
-
|
|
30640
|
-
|
|
30641
|
-
|
|
30642
|
-
.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] {
|
|
30643
|
-
--color: #0080ff;
|
|
30644
|
-
}
|
|
30645
|
-
|
|
30646
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30647
|
-
margin-left: 1px;
|
|
30648
|
-
}
|
|
30649
|
-
|
|
30650
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30651
|
-
border-top-right-radius: 0;
|
|
30652
|
-
border-bottom-right-radius: 0;
|
|
30653
|
-
}
|
|
30654
|
-
|
|
30655
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30656
|
-
border-top-left-radius: 0;
|
|
30657
|
-
border-bottom-left-radius: 0;
|
|
30658
|
-
}
|
|
30659
|
-
|
|
30660
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30661
|
-
border-radius: unset;
|
|
30662
|
-
}
|
|
30663
|
-
|
|
30664
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30665
|
-
justify-content: center;
|
|
30666
|
-
}
|
|
30667
|
-
|
|
30668
|
-
.E_b1wx3t3t.ant-btn {
|
|
30669
|
-
display: inline-flex;
|
|
30670
|
-
align-items: center;
|
|
30671
|
-
justify-content: center;
|
|
30672
|
-
height: 32px;
|
|
30673
|
-
border-radius: 6px;
|
|
30674
|
-
line-height: 22px;
|
|
30675
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30676
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30677
|
-
}
|
|
30678
|
-
|
|
30679
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30680
|
-
height: 40px;
|
|
30681
|
-
line-height: 24px;
|
|
30665
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30666
|
+
height: 40px;
|
|
30667
|
+
line-height: 24px;
|
|
30682
30668
|
}
|
|
30683
30669
|
|
|
30684
30670
|
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
@@ -30953,6 +30939,20 @@ button.E_n7k2c6r {
|
|
|
30953
30939
|
padding: 0;
|
|
30954
30940
|
}
|
|
30955
30941
|
|
|
30942
|
+
.E_m74vjol {
|
|
30943
|
+
display: flex;
|
|
30944
|
+
justify-content: space-between;
|
|
30945
|
+
width: 100%;
|
|
30946
|
+
}
|
|
30947
|
+
|
|
30948
|
+
.E_m74vjol .action {
|
|
30949
|
+
margin-left: 16px;
|
|
30950
|
+
}
|
|
30951
|
+
|
|
30952
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30953
|
+
width: 100%;
|
|
30954
|
+
}
|
|
30955
|
+
|
|
30956
30956
|
.E_c1uzzomf {
|
|
30957
30957
|
margin-bottom: 16px;
|
|
30958
30958
|
}
|
|
@@ -30986,29 +30986,8 @@ button.E_n7k2c6r {
|
|
|
30986
30986
|
padding: 20px 24px 24px 24px;
|
|
30987
30987
|
}
|
|
30988
30988
|
|
|
30989
|
-
.
|
|
30990
|
-
|
|
30991
|
-
background-color: #fff;
|
|
30992
|
-
}
|
|
30993
|
-
|
|
30994
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30995
|
-
padding-top: 0px;
|
|
30996
|
-
padding-bottom: 0px;
|
|
30997
|
-
padding-left: 0px !important;
|
|
30998
|
-
padding-right: 24px;
|
|
30999
|
-
}
|
|
31000
|
-
|
|
31001
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31002
|
-
right: 0px;
|
|
31003
|
-
}
|
|
31004
|
-
|
|
31005
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31006
|
-
padding: 0px;
|
|
31007
|
-
}
|
|
31008
|
-
|
|
31009
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31010
|
-
padding-right: 0px;
|
|
31011
|
-
cursor: default;
|
|
30989
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30990
|
+
line-height: 18px;
|
|
31012
30991
|
}
|
|
31013
30992
|
|
|
31014
30993
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
@@ -31026,177 +31005,6 @@ button.E_n7k2c6r {
|
|
|
31026
31005
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31027
31006
|
}
|
|
31028
31007
|
|
|
31029
|
-
.E_d1bw7c5z {
|
|
31030
|
-
position: relative;
|
|
31031
|
-
max-width: 388px;
|
|
31032
|
-
min-width: 285px;
|
|
31033
|
-
}
|
|
31034
|
-
|
|
31035
|
-
.E_d1bw7c5z .center {
|
|
31036
|
-
position: absolute;
|
|
31037
|
-
font-size: 12px;
|
|
31038
|
-
width: 80px;
|
|
31039
|
-
height: 100px;
|
|
31040
|
-
top: 0;
|
|
31041
|
-
left: 35px;
|
|
31042
|
-
display: flex;
|
|
31043
|
-
flex-direction: column;
|
|
31044
|
-
justify-content: center;
|
|
31045
|
-
align-items: center;
|
|
31046
|
-
color: #00122e;
|
|
31047
|
-
}
|
|
31048
|
-
|
|
31049
|
-
.E_d1bw7c5z .center .number {
|
|
31050
|
-
font-size: 24px;
|
|
31051
|
-
font-weight: 700;
|
|
31052
|
-
}
|
|
31053
|
-
|
|
31054
|
-
.E_d1bw7c5z .center .text {
|
|
31055
|
-
padding: 0 5px;
|
|
31056
|
-
font-size: 12px;
|
|
31057
|
-
width: inherit;
|
|
31058
|
-
text-align: center;
|
|
31059
|
-
}
|
|
31060
|
-
|
|
31061
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
31062
|
-
display: flex;
|
|
31063
|
-
}
|
|
31064
|
-
|
|
31065
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
31066
|
-
position: relative !important;
|
|
31067
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
31068
|
-
left: 0 !important;
|
|
31069
|
-
bottom: 0 !important;
|
|
31070
|
-
display: flex;
|
|
31071
|
-
align-items: center;
|
|
31072
|
-
}
|
|
31073
|
-
|
|
31074
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
31075
|
-
width: 100%;
|
|
31076
|
-
}
|
|
31077
|
-
|
|
31078
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
31079
|
-
width: 100%;
|
|
31080
|
-
margin-right: 0 !important;
|
|
31081
|
-
line-height: 18px;
|
|
31082
|
-
}
|
|
31083
|
-
|
|
31084
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
31085
|
-
border-radius: 2px;
|
|
31086
|
-
}
|
|
31087
|
-
|
|
31088
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
31089
|
-
min-width: 75px;
|
|
31090
|
-
max-width: 198px;
|
|
31091
|
-
width: calc(100% - 20px);
|
|
31092
|
-
margin-left: 2px;
|
|
31093
|
-
color: #00122e !important;
|
|
31094
|
-
display: inline-flex;
|
|
31095
|
-
justify-content: space-between;
|
|
31096
|
-
}
|
|
31097
|
-
|
|
31098
|
-
.E_d1bw7c5z .tooltip-text {
|
|
31099
|
-
maxwidth: calc(100% - 12px);
|
|
31100
|
-
cursor: pointer;
|
|
31101
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
31102
|
-
overflow: hidden;
|
|
31103
|
-
text-overflow: ellipsis;
|
|
31104
|
-
white-space: nowrap;
|
|
31105
|
-
}
|
|
31106
|
-
|
|
31107
|
-
.E_d1bw7c5z .value {
|
|
31108
|
-
color: rgba(44, 56, 82, 0.75);
|
|
31109
|
-
}
|
|
31110
|
-
|
|
31111
|
-
.E_t10pqbtc {
|
|
31112
|
-
width: 140px;
|
|
31113
|
-
}
|
|
31114
|
-
|
|
31115
|
-
.E_t10pqbtc .item {
|
|
31116
|
-
margin: 6px auto;
|
|
31117
|
-
display: flex;
|
|
31118
|
-
justify-content: space-between;
|
|
31119
|
-
}
|
|
31120
|
-
|
|
31121
|
-
.E_t10pqbtc .item .name {
|
|
31122
|
-
width: 102px;
|
|
31123
|
-
}
|
|
31124
|
-
|
|
31125
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31126
|
-
display: flex;
|
|
31127
|
-
}
|
|
31128
|
-
|
|
31129
|
-
.E_sx1bpnu .ant-input-sm {
|
|
31130
|
-
line-height: 18px;
|
|
31131
|
-
}
|
|
31132
|
-
|
|
31133
|
-
.E_phljevk {
|
|
31134
|
-
display: flex;
|
|
31135
|
-
justify-content: space-between;
|
|
31136
|
-
align-items: center;
|
|
31137
|
-
padding: 10px 0;
|
|
31138
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31139
|
-
font-size: 12px;
|
|
31140
|
-
line-height: 24px;
|
|
31141
|
-
}
|
|
31142
|
-
|
|
31143
|
-
.E_phljevk .pagination-left {
|
|
31144
|
-
padding: 2px 8px;
|
|
31145
|
-
}
|
|
31146
|
-
|
|
31147
|
-
.E_phljevk .dropdown-trigger {
|
|
31148
|
-
display: flex;
|
|
31149
|
-
align-items: center;
|
|
31150
|
-
border-radius: 6px;
|
|
31151
|
-
cursor: pointer;
|
|
31152
|
-
transition: all 0.3s ease;
|
|
31153
|
-
}
|
|
31154
|
-
|
|
31155
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
31156
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31157
|
-
color: #0080ff;
|
|
31158
|
-
}
|
|
31159
|
-
|
|
31160
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31161
|
-
margin-left: 4px;
|
|
31162
|
-
}
|
|
31163
|
-
|
|
31164
|
-
.E_phljevk .pagination-right {
|
|
31165
|
-
display: flex;
|
|
31166
|
-
align-items: center;
|
|
31167
|
-
color: #0080ff;
|
|
31168
|
-
font-weight: bold;
|
|
31169
|
-
}
|
|
31170
|
-
|
|
31171
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
31172
|
-
margin-left: 4px;
|
|
31173
|
-
}
|
|
31174
|
-
|
|
31175
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
31176
|
-
.E_phljevk .pagination-right .next-btn {
|
|
31177
|
-
padding: 0 8px;
|
|
31178
|
-
}
|
|
31179
|
-
|
|
31180
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
31181
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
31182
|
-
color: #0080ff;
|
|
31183
|
-
}
|
|
31184
|
-
|
|
31185
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31186
|
-
transform: rotate(180deg);
|
|
31187
|
-
}
|
|
31188
|
-
|
|
31189
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31190
|
-
max-height: calc(100vh - 128px);
|
|
31191
|
-
overflow-y: auto;
|
|
31192
|
-
}
|
|
31193
|
-
|
|
31194
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31195
|
-
padding: 4px 20px;
|
|
31196
|
-
font-size: 12px;
|
|
31197
|
-
line-height: 18px;
|
|
31198
|
-
}
|
|
31199
|
-
|
|
31200
31008
|
.E_rapgekc.ant-radio-wrapper {
|
|
31201
31009
|
display: inline-flex;
|
|
31202
31010
|
align-items: baseline;
|
|
@@ -31376,113 +31184,224 @@ button.E_n7k2c6r {
|
|
|
31376
31184
|
width: 36px;
|
|
31377
31185
|
}
|
|
31378
31186
|
|
|
31379
|
-
.
|
|
31380
|
-
|
|
31187
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31188
|
+
display: flex;
|
|
31381
31189
|
}
|
|
31382
31190
|
|
|
31383
|
-
.
|
|
31384
|
-
|
|
31191
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31192
|
+
border: 0px;
|
|
31193
|
+
background-color: #fff;
|
|
31385
31194
|
}
|
|
31386
31195
|
|
|
31387
|
-
.
|
|
31388
|
-
|
|
31389
|
-
|
|
31390
|
-
|
|
31391
|
-
padding-right:
|
|
31196
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31197
|
+
padding-top: 0px;
|
|
31198
|
+
padding-bottom: 0px;
|
|
31199
|
+
padding-left: 0px !important;
|
|
31200
|
+
padding-right: 24px;
|
|
31392
31201
|
}
|
|
31393
31202
|
|
|
31394
|
-
.
|
|
31203
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31204
|
+
right: 0px;
|
|
31205
|
+
}
|
|
31206
|
+
|
|
31207
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31208
|
+
padding: 0px;
|
|
31209
|
+
}
|
|
31210
|
+
|
|
31211
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31212
|
+
padding-right: 0px;
|
|
31213
|
+
cursor: default;
|
|
31214
|
+
}
|
|
31215
|
+
|
|
31216
|
+
.E_phljevk {
|
|
31395
31217
|
display: flex;
|
|
31396
|
-
|
|
31218
|
+
justify-content: space-between;
|
|
31219
|
+
align-items: center;
|
|
31220
|
+
padding: 10px 0;
|
|
31221
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31222
|
+
font-size: 12px;
|
|
31223
|
+
line-height: 24px;
|
|
31397
31224
|
}
|
|
31398
31225
|
|
|
31399
|
-
.
|
|
31226
|
+
.E_phljevk .pagination-left {
|
|
31227
|
+
padding: 2px 8px;
|
|
31228
|
+
}
|
|
31229
|
+
|
|
31230
|
+
.E_phljevk .dropdown-trigger {
|
|
31231
|
+
display: flex;
|
|
31232
|
+
align-items: center;
|
|
31233
|
+
border-radius: 6px;
|
|
31400
31234
|
cursor: pointer;
|
|
31235
|
+
transition: all 0.3s ease;
|
|
31401
31236
|
}
|
|
31402
31237
|
|
|
31403
|
-
.
|
|
31404
|
-
|
|
31238
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31239
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31240
|
+
color: #0080ff;
|
|
31405
31241
|
}
|
|
31406
31242
|
|
|
31407
|
-
.
|
|
31408
|
-
|
|
31409
|
-
width: 56px !important;
|
|
31410
|
-
margin-right: 4px;
|
|
31243
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31244
|
+
margin-left: 4px;
|
|
31411
31245
|
}
|
|
31412
31246
|
|
|
31413
|
-
.
|
|
31414
|
-
|
|
31247
|
+
.E_phljevk .pagination-right {
|
|
31248
|
+
display: flex;
|
|
31249
|
+
align-items: center;
|
|
31250
|
+
color: #0080ff;
|
|
31251
|
+
font-weight: bold;
|
|
31415
31252
|
}
|
|
31416
31253
|
|
|
31417
|
-
.
|
|
31418
|
-
|
|
31254
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31255
|
+
margin-left: 4px;
|
|
31419
31256
|
}
|
|
31420
31257
|
|
|
31421
|
-
.
|
|
31258
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31259
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31260
|
+
padding: 0 8px;
|
|
31261
|
+
}
|
|
31262
|
+
|
|
31263
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31264
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31265
|
+
color: #0080ff;
|
|
31266
|
+
}
|
|
31267
|
+
|
|
31268
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31269
|
+
transform: rotate(180deg);
|
|
31270
|
+
}
|
|
31271
|
+
|
|
31272
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31273
|
+
max-height: calc(100vh - 128px);
|
|
31274
|
+
overflow-y: auto;
|
|
31275
|
+
}
|
|
31276
|
+
|
|
31277
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31278
|
+
padding: 4px 20px;
|
|
31279
|
+
font-size: 12px;
|
|
31280
|
+
line-height: 18px;
|
|
31281
|
+
}
|
|
31282
|
+
|
|
31283
|
+
.E_d1bw7c5z {
|
|
31284
|
+
position: relative;
|
|
31285
|
+
max-width: 388px;
|
|
31286
|
+
min-width: 285px;
|
|
31287
|
+
}
|
|
31288
|
+
|
|
31289
|
+
.E_d1bw7c5z .center {
|
|
31290
|
+
position: absolute;
|
|
31291
|
+
font-size: 12px;
|
|
31292
|
+
width: 80px;
|
|
31293
|
+
height: 100px;
|
|
31294
|
+
top: 0;
|
|
31295
|
+
left: 35px;
|
|
31296
|
+
display: flex;
|
|
31297
|
+
flex-direction: column;
|
|
31298
|
+
justify-content: center;
|
|
31299
|
+
align-items: center;
|
|
31300
|
+
color: #00122e;
|
|
31301
|
+
}
|
|
31302
|
+
|
|
31303
|
+
.E_d1bw7c5z .center .number {
|
|
31304
|
+
font-size: 24px;
|
|
31305
|
+
font-weight: 700;
|
|
31306
|
+
}
|
|
31307
|
+
|
|
31308
|
+
.E_d1bw7c5z .center .text {
|
|
31309
|
+
padding: 0 5px;
|
|
31310
|
+
font-size: 12px;
|
|
31311
|
+
width: inherit;
|
|
31312
|
+
text-align: center;
|
|
31313
|
+
}
|
|
31314
|
+
|
|
31315
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
31316
|
+
display: flex;
|
|
31317
|
+
}
|
|
31318
|
+
|
|
31319
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
31320
|
+
position: relative !important;
|
|
31321
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
31322
|
+
left: 0 !important;
|
|
31323
|
+
bottom: 0 !important;
|
|
31324
|
+
display: flex;
|
|
31325
|
+
align-items: center;
|
|
31326
|
+
}
|
|
31327
|
+
|
|
31328
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
31422
31329
|
width: 100%;
|
|
31423
|
-
color: #2d3a56;
|
|
31424
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31425
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31426
|
-
font-size: 13px;
|
|
31427
31330
|
}
|
|
31428
31331
|
|
|
31429
|
-
.
|
|
31430
|
-
|
|
31332
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
31333
|
+
width: 100%;
|
|
31334
|
+
margin-right: 0 !important;
|
|
31335
|
+
line-height: 18px;
|
|
31431
31336
|
}
|
|
31432
31337
|
|
|
31433
|
-
.
|
|
31434
|
-
|
|
31435
|
-
font-size: 13px;
|
|
31338
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
31339
|
+
border-radius: 2px;
|
|
31436
31340
|
}
|
|
31437
31341
|
|
|
31438
|
-
.
|
|
31439
|
-
|
|
31440
|
-
|
|
31342
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
31343
|
+
min-width: 75px;
|
|
31344
|
+
max-width: 198px;
|
|
31345
|
+
width: calc(100% - 20px);
|
|
31346
|
+
margin-left: 2px;
|
|
31347
|
+
color: #00122e !important;
|
|
31348
|
+
display: inline-flex;
|
|
31349
|
+
justify-content: space-between;
|
|
31441
31350
|
}
|
|
31442
31351
|
|
|
31443
|
-
.
|
|
31444
|
-
|
|
31352
|
+
.E_d1bw7c5z .tooltip-text {
|
|
31353
|
+
maxwidth: calc(100% - 12px);
|
|
31354
|
+
cursor: pointer;
|
|
31355
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
31356
|
+
overflow: hidden;
|
|
31357
|
+
text-overflow: ellipsis;
|
|
31358
|
+
white-space: nowrap;
|
|
31445
31359
|
}
|
|
31446
31360
|
|
|
31447
|
-
.
|
|
31448
|
-
|
|
31449
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31361
|
+
.E_d1bw7c5z .value {
|
|
31362
|
+
color: rgba(44, 56, 82, 0.75);
|
|
31450
31363
|
}
|
|
31451
31364
|
|
|
31452
|
-
.
|
|
31453
|
-
|
|
31365
|
+
.E_t10pqbtc {
|
|
31366
|
+
width: 140px;
|
|
31454
31367
|
}
|
|
31455
31368
|
|
|
31456
|
-
.
|
|
31457
|
-
|
|
31458
|
-
|
|
31369
|
+
.E_t10pqbtc .item {
|
|
31370
|
+
margin: 6px auto;
|
|
31371
|
+
display: flex;
|
|
31372
|
+
justify-content: space-between;
|
|
31459
31373
|
}
|
|
31460
31374
|
|
|
31461
|
-
.
|
|
31462
|
-
|
|
31375
|
+
.E_t10pqbtc .item .name {
|
|
31376
|
+
width: 102px;
|
|
31463
31377
|
}
|
|
31464
31378
|
|
|
31465
|
-
.
|
|
31466
|
-
|
|
31467
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31468
|
-
cursor: "not-allowed";
|
|
31379
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
31380
|
+
margin-right: 8px;
|
|
31469
31381
|
}
|
|
31470
31382
|
|
|
31471
|
-
.
|
|
31472
|
-
|
|
31383
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
31384
|
+
margin-left: 8px;
|
|
31473
31385
|
}
|
|
31474
31386
|
|
|
31475
|
-
.
|
|
31476
|
-
color: #
|
|
31387
|
+
.E_cc368xp {
|
|
31388
|
+
color: #00122e;
|
|
31389
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31390
|
+
margin-right: 8px;
|
|
31391
|
+
padding-right: 8px;
|
|
31477
31392
|
}
|
|
31478
31393
|
|
|
31479
|
-
.
|
|
31480
|
-
|
|
31481
|
-
|
|
31394
|
+
.E_i11o6xqj {
|
|
31395
|
+
display: flex;
|
|
31396
|
+
gap: 4px;
|
|
31482
31397
|
}
|
|
31483
31398
|
|
|
31484
|
-
.
|
|
31485
|
-
|
|
31399
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31400
|
+
cursor: pointer;
|
|
31401
|
+
}
|
|
31402
|
+
|
|
31403
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31404
|
+
cursor: not-allowed;
|
|
31486
31405
|
}
|
|
31487
31406
|
|
|
31488
31407
|
.E_c1bus5hc {
|
|
@@ -31528,6 +31447,19 @@ button.E_n7k2c6r {
|
|
|
31528
31447
|
transform: rotate(0deg);
|
|
31529
31448
|
}
|
|
31530
31449
|
|
|
31450
|
+
.E_iq1gosr {
|
|
31451
|
+
display: inline-block;
|
|
31452
|
+
}
|
|
31453
|
+
|
|
31454
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31455
|
+
display: none;
|
|
31456
|
+
}
|
|
31457
|
+
|
|
31458
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31459
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31460
|
+
border-radius: 4px;
|
|
31461
|
+
}
|
|
31462
|
+
|
|
31531
31463
|
.E_s1dizucg.ant-switch {
|
|
31532
31464
|
min-width: 40px;
|
|
31533
31465
|
height: 24px;
|
|
@@ -31595,110 +31527,89 @@ button.E_n7k2c6r {
|
|
|
31595
31527
|
margin-left: 5px;
|
|
31596
31528
|
}
|
|
31597
31529
|
|
|
31598
|
-
.
|
|
31530
|
+
.E_ivqqkzv {
|
|
31531
|
+
height: 24px;
|
|
31532
|
+
width: 56px !important;
|
|
31599
31533
|
margin-right: 4px;
|
|
31600
31534
|
}
|
|
31601
31535
|
|
|
31602
|
-
.
|
|
31603
|
-
|
|
31604
|
-
border-radius: 4px;
|
|
31536
|
+
.E_c1wk4q29 {
|
|
31537
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31605
31538
|
}
|
|
31606
31539
|
|
|
31607
|
-
.
|
|
31608
|
-
|
|
31609
|
-
border-radius: 3px;
|
|
31540
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31541
|
+
border-radius: 6px;
|
|
31610
31542
|
}
|
|
31611
31543
|
|
|
31612
|
-
.
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
|
|
31616
|
-
|
|
31617
|
-
|
|
31618
|
-
opacity: unset;
|
|
31544
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31545
|
+
width: 100%;
|
|
31546
|
+
color: #2d3a56;
|
|
31547
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31548
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31549
|
+
font-size: 13px;
|
|
31619
31550
|
}
|
|
31620
31551
|
|
|
31621
|
-
.
|
|
31622
|
-
|
|
31623
|
-
margin-right: 8px;
|
|
31624
|
-
display: inline-flex;
|
|
31625
|
-
align-items: center;
|
|
31626
|
-
border: none;
|
|
31552
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31553
|
+
height: 30px;
|
|
31627
31554
|
}
|
|
31628
31555
|
|
|
31629
|
-
.
|
|
31630
|
-
|
|
31631
|
-
|
|
31632
|
-
color: inherit;
|
|
31633
|
-
margin-left: 4px;
|
|
31634
|
-
opacity: 0.6;
|
|
31635
|
-
display: inline-flex;
|
|
31556
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31557
|
+
height: 38px;
|
|
31558
|
+
font-size: 13px;
|
|
31636
31559
|
}
|
|
31637
31560
|
|
|
31638
|
-
.
|
|
31639
|
-
|
|
31561
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31562
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31563
|
+
transition: 160ms ease;
|
|
31640
31564
|
}
|
|
31641
31565
|
|
|
31642
|
-
.
|
|
31566
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31643
31567
|
color: #0080ff;
|
|
31644
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31645
|
-
}
|
|
31646
|
-
|
|
31647
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31648
|
-
color: #f0483e;
|
|
31649
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31650
|
-
}
|
|
31651
|
-
|
|
31652
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31653
|
-
color: #e07f00;
|
|
31654
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31655
|
-
}
|
|
31656
|
-
|
|
31657
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31658
|
-
color: #008f4c;
|
|
31659
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31660
31568
|
}
|
|
31661
31569
|
|
|
31662
|
-
.
|
|
31663
|
-
color:
|
|
31664
|
-
|
|
31570
|
+
.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 {
|
|
31571
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31572
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31665
31573
|
}
|
|
31666
31574
|
|
|
31667
|
-
.
|
|
31668
|
-
color: #
|
|
31669
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31575
|
+
.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 {
|
|
31576
|
+
color: #0080ff;
|
|
31670
31577
|
}
|
|
31671
31578
|
|
|
31672
|
-
.
|
|
31673
|
-
color: #
|
|
31579
|
+
.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 {
|
|
31580
|
+
border-color: #0080ff;
|
|
31581
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31674
31582
|
}
|
|
31675
31583
|
|
|
31676
|
-
.
|
|
31677
|
-
|
|
31584
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31585
|
+
transform: rotate(180deg);
|
|
31678
31586
|
}
|
|
31679
31587
|
|
|
31680
|
-
.
|
|
31681
|
-
background
|
|
31588
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31589
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31590
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31591
|
+
cursor: "not-allowed";
|
|
31682
31592
|
}
|
|
31683
31593
|
|
|
31684
|
-
.
|
|
31685
|
-
|
|
31594
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31595
|
+
border-color: #f0483e !important;
|
|
31686
31596
|
}
|
|
31687
31597
|
|
|
31688
|
-
.
|
|
31689
|
-
|
|
31598
|
+
.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 {
|
|
31599
|
+
color: #1d326c;
|
|
31690
31600
|
}
|
|
31691
31601
|
|
|
31692
|
-
.
|
|
31693
|
-
|
|
31602
|
+
.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 {
|
|
31603
|
+
border-color: #0080ff;
|
|
31604
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31694
31605
|
}
|
|
31695
31606
|
|
|
31696
|
-
.
|
|
31697
|
-
|
|
31607
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31608
|
+
transform: rotate(180deg);
|
|
31698
31609
|
}
|
|
31699
31610
|
|
|
31700
|
-
.
|
|
31701
|
-
|
|
31611
|
+
.E_tju3gfj .date {
|
|
31612
|
+
margin-right: 4px;
|
|
31702
31613
|
}
|
|
31703
31614
|
|
|
31704
31615
|
.E_s1dni7lo {
|
|
@@ -31791,53 +31702,102 @@ button.E_n7k2c6r {
|
|
|
31791
31702
|
opacity: 0;
|
|
31792
31703
|
}
|
|
31793
31704
|
|
|
31794
|
-
.
|
|
31795
|
-
|
|
31796
|
-
|
|
31797
|
-
flex-flow: nowrap !important;
|
|
31798
|
-
line-break: auto;
|
|
31705
|
+
.E_s1sck0th {
|
|
31706
|
+
padding: 0 8px;
|
|
31707
|
+
border-radius: 4px;
|
|
31799
31708
|
}
|
|
31800
31709
|
|
|
31801
|
-
.
|
|
31802
|
-
|
|
31803
|
-
|
|
31710
|
+
.E_m855nr1 {
|
|
31711
|
+
padding: 2px 8px;
|
|
31712
|
+
border-radius: 3px;
|
|
31804
31713
|
}
|
|
31805
31714
|
|
|
31806
|
-
.
|
|
31807
|
-
|
|
31808
|
-
|
|
31809
|
-
font-size: 13px;
|
|
31810
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31811
|
-
white-space: normal;
|
|
31715
|
+
.E_l1270xpg {
|
|
31716
|
+
padding: 3px 8px;
|
|
31717
|
+
border-radius: 2px;
|
|
31812
31718
|
}
|
|
31813
31719
|
|
|
31814
|
-
.
|
|
31815
|
-
|
|
31720
|
+
.E_t14rextb.ant-tag:hover {
|
|
31721
|
+
opacity: unset;
|
|
31816
31722
|
}
|
|
31817
31723
|
|
|
31818
|
-
.
|
|
31819
|
-
|
|
31724
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31725
|
+
margin: 0;
|
|
31726
|
+
margin-right: 8px;
|
|
31727
|
+
display: inline-flex;
|
|
31728
|
+
align-items: center;
|
|
31729
|
+
border: none;
|
|
31820
31730
|
}
|
|
31821
31731
|
|
|
31822
|
-
.
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31732
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31733
|
+
width: 16px;
|
|
31734
|
+
height: 16px;
|
|
31735
|
+
color: inherit;
|
|
31736
|
+
margin-left: 4px;
|
|
31737
|
+
opacity: 0.6;
|
|
31738
|
+
display: inline-flex;
|
|
31826
31739
|
}
|
|
31827
31740
|
|
|
31828
|
-
.
|
|
31829
|
-
|
|
31830
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31831
|
-
min-height: 0px;
|
|
31741
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31742
|
+
opacity: 1;
|
|
31832
31743
|
}
|
|
31833
31744
|
|
|
31834
|
-
.
|
|
31835
|
-
|
|
31745
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31746
|
+
color: #0080ff;
|
|
31747
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31836
31748
|
}
|
|
31837
31749
|
|
|
31838
|
-
.
|
|
31839
|
-
|
|
31840
|
-
|
|
31750
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31751
|
+
color: #f0483e;
|
|
31752
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31753
|
+
}
|
|
31754
|
+
|
|
31755
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31756
|
+
color: #e07f00;
|
|
31757
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31758
|
+
}
|
|
31759
|
+
|
|
31760
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31761
|
+
color: #008f4c;
|
|
31762
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31763
|
+
}
|
|
31764
|
+
|
|
31765
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31766
|
+
color: #1d326c;
|
|
31767
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31768
|
+
}
|
|
31769
|
+
|
|
31770
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31771
|
+
color: #7E41FF;
|
|
31772
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31773
|
+
}
|
|
31774
|
+
|
|
31775
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31776
|
+
color: #fff;
|
|
31777
|
+
}
|
|
31778
|
+
|
|
31779
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31780
|
+
background-color: #f0483e;
|
|
31781
|
+
}
|
|
31782
|
+
|
|
31783
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31784
|
+
background-color: #fea008;
|
|
31785
|
+
}
|
|
31786
|
+
|
|
31787
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31788
|
+
background-color: #00ba5d;
|
|
31789
|
+
}
|
|
31790
|
+
|
|
31791
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31792
|
+
background-color: #0080ff;
|
|
31793
|
+
}
|
|
31794
|
+
|
|
31795
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31796
|
+
background-color: #6b7d99;
|
|
31797
|
+
}
|
|
31798
|
+
|
|
31799
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31800
|
+
background-color: #7E41FF;
|
|
31841
31801
|
}
|
|
31842
31802
|
|
|
31843
31803
|
.E_fzh9mnb {
|
|
@@ -31890,44 +31850,92 @@ button.E_n7k2c6r {
|
|
|
31890
31850
|
margin-right: 4px;
|
|
31891
31851
|
}
|
|
31892
31852
|
|
|
31893
|
-
.
|
|
31894
|
-
|
|
31853
|
+
.E_f7pxqmh {
|
|
31854
|
+
width: 100%;
|
|
31855
|
+
margin-bottom: 0 !important;
|
|
31856
|
+
flex-flow: nowrap !important;
|
|
31857
|
+
line-break: auto;
|
|
31895
31858
|
}
|
|
31896
31859
|
|
|
31897
|
-
.
|
|
31898
|
-
|
|
31899
|
-
|
|
31900
|
-
line-height: 1.5715;
|
|
31901
|
-
height: inherit;
|
|
31860
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31861
|
+
text-align: left !important;
|
|
31862
|
+
padding-bottom: 0 !important;
|
|
31902
31863
|
}
|
|
31903
31864
|
|
|
31904
|
-
.
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
|
|
31909
|
-
|
|
31865
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31866
|
+
min-height: 32px;
|
|
31867
|
+
height: auto;
|
|
31868
|
+
font-size: 13px;
|
|
31869
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31870
|
+
white-space: normal;
|
|
31910
31871
|
}
|
|
31911
31872
|
|
|
31912
|
-
.
|
|
31913
|
-
|
|
31914
|
-
display: var(--a1wfy30z-4);
|
|
31915
|
-
flex: none;
|
|
31916
|
-
align-items: center;
|
|
31917
|
-
margin-right: 4px;
|
|
31918
|
-
cursor: auto;
|
|
31873
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31874
|
+
border-color: #ff4d4f !important;
|
|
31919
31875
|
}
|
|
31920
31876
|
|
|
31921
|
-
.
|
|
31922
|
-
|
|
31923
|
-
margin: 0;
|
|
31924
|
-
height: auto;
|
|
31925
|
-
font-size: inherit;
|
|
31877
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31878
|
+
border-color: #ff4d4f !important;
|
|
31926
31879
|
}
|
|
31927
31880
|
|
|
31928
|
-
.
|
|
31929
|
-
|
|
31930
|
-
|
|
31881
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31882
|
+
margin-top: 4px;
|
|
31883
|
+
font-size: 12px;
|
|
31884
|
+
min-height: 0px;
|
|
31885
|
+
}
|
|
31886
|
+
|
|
31887
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31888
|
+
font-size: 12px;
|
|
31889
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31890
|
+
min-height: 0px;
|
|
31891
|
+
}
|
|
31892
|
+
|
|
31893
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31894
|
+
margin-left: 8px;
|
|
31895
|
+
}
|
|
31896
|
+
|
|
31897
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31898
|
+
padding: 2px 7px 2px 12px;
|
|
31899
|
+
}
|
|
31900
|
+
|
|
31901
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31902
|
+
display: var(--a1wfy30z-0);
|
|
31903
|
+
}
|
|
31904
|
+
|
|
31905
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31906
|
+
padding: 4px 11px;
|
|
31907
|
+
display: inline-flex;
|
|
31908
|
+
line-height: 1.5715;
|
|
31909
|
+
height: inherit;
|
|
31910
|
+
}
|
|
31911
|
+
|
|
31912
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31913
|
+
content: var(--a1wfy30z-1);
|
|
31914
|
+
display: var(--a1wfy30z-2);
|
|
31915
|
+
flex: none;
|
|
31916
|
+
align-items: center;
|
|
31917
|
+
margin-left: 4px;
|
|
31918
|
+
}
|
|
31919
|
+
|
|
31920
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31921
|
+
content: var(--a1wfy30z-3);
|
|
31922
|
+
display: var(--a1wfy30z-4);
|
|
31923
|
+
flex: none;
|
|
31924
|
+
align-items: center;
|
|
31925
|
+
margin-right: 4px;
|
|
31926
|
+
cursor: auto;
|
|
31927
|
+
}
|
|
31928
|
+
|
|
31929
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31930
|
+
padding: 0;
|
|
31931
|
+
margin: 0;
|
|
31932
|
+
height: auto;
|
|
31933
|
+
font-size: inherit;
|
|
31934
|
+
}
|
|
31935
|
+
|
|
31936
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31937
|
+
display: var(--ai7qkf2-0);
|
|
31938
|
+
}
|
|
31931
31939
|
|
|
31932
31940
|
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31933
31941
|
display: inline-flex;
|
|
@@ -31995,14 +32003,6 @@ button.E_n7k2c6r {
|
|
|
31995
32003
|
padding: 2px 8px;
|
|
31996
32004
|
}
|
|
31997
32005
|
|
|
31998
|
-
.E_atcz0kf .ant-input-suffix {
|
|
31999
|
-
margin-left: 8px;
|
|
32000
|
-
}
|
|
32001
|
-
|
|
32002
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
32003
|
-
padding: 2px 7px 2px 12px;
|
|
32004
|
-
}
|
|
32005
|
-
|
|
32006
32006
|
.E_owd0kml {
|
|
32007
32007
|
display: inline-block;
|
|
32008
32008
|
}
|
|
@@ -32012,43 +32012,6 @@ button.E_n7k2c6r {
|
|
|
32012
32012
|
position: absolute;
|
|
32013
32013
|
}
|
|
32014
32014
|
|
|
32015
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32016
|
-
display: inline-flex;
|
|
32017
|
-
align-items: center;
|
|
32018
|
-
justify-content: center;
|
|
32019
|
-
color: #fff;
|
|
32020
|
-
font-weight: bold;
|
|
32021
|
-
font-size: 12px;
|
|
32022
|
-
width: 24px;
|
|
32023
|
-
height: 24px;
|
|
32024
|
-
border-radius: 50%;
|
|
32025
|
-
background: var(--a1b5xrg3-0);
|
|
32026
|
-
}
|
|
32027
|
-
|
|
32028
|
-
.E_a1b5xrg3.btn-item {
|
|
32029
|
-
transition: all 160ms ease;
|
|
32030
|
-
cursor: pointer;
|
|
32031
|
-
width: 56px;
|
|
32032
|
-
height: 40px;
|
|
32033
|
-
display: inline-flex;
|
|
32034
|
-
align-items: center;
|
|
32035
|
-
justify-content: center;
|
|
32036
|
-
border-radius: 6px;
|
|
32037
|
-
}
|
|
32038
|
-
|
|
32039
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32040
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32041
|
-
}
|
|
32042
|
-
|
|
32043
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32044
|
-
transform: translateY(2px);
|
|
32045
|
-
transition: all 320ms ease;
|
|
32046
|
-
}
|
|
32047
|
-
|
|
32048
|
-
.E_m196gn1d {
|
|
32049
|
-
min-width: 1280px;
|
|
32050
|
-
}
|
|
32051
|
-
|
|
32052
32015
|
.E_dsnbhzf {
|
|
32053
32016
|
font-family: Inter;
|
|
32054
32017
|
font-style: normal;
|
|
@@ -32524,6 +32487,43 @@ button.E_n7k2c6r {
|
|
|
32524
32487
|
line-height: 12px;
|
|
32525
32488
|
}
|
|
32526
32489
|
|
|
32490
|
+
.E_m196gn1d {
|
|
32491
|
+
min-width: 1280px;
|
|
32492
|
+
}
|
|
32493
|
+
|
|
32494
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32495
|
+
display: inline-flex;
|
|
32496
|
+
align-items: center;
|
|
32497
|
+
justify-content: center;
|
|
32498
|
+
color: #fff;
|
|
32499
|
+
font-weight: bold;
|
|
32500
|
+
font-size: 12px;
|
|
32501
|
+
width: 24px;
|
|
32502
|
+
height: 24px;
|
|
32503
|
+
border-radius: 50%;
|
|
32504
|
+
background: var(--a1b5xrg3-0);
|
|
32505
|
+
}
|
|
32506
|
+
|
|
32507
|
+
.E_a1b5xrg3.btn-item {
|
|
32508
|
+
transition: all 160ms ease;
|
|
32509
|
+
cursor: pointer;
|
|
32510
|
+
width: 56px;
|
|
32511
|
+
height: 40px;
|
|
32512
|
+
display: inline-flex;
|
|
32513
|
+
align-items: center;
|
|
32514
|
+
justify-content: center;
|
|
32515
|
+
border-radius: 6px;
|
|
32516
|
+
}
|
|
32517
|
+
|
|
32518
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32519
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32520
|
+
}
|
|
32521
|
+
|
|
32522
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32523
|
+
transform: translateY(2px);
|
|
32524
|
+
transition: all 320ms ease;
|
|
32525
|
+
}
|
|
32526
|
+
|
|
32527
32527
|
.E_cnujxq2 {
|
|
32528
32528
|
display: flex;
|
|
32529
32529
|
flex-direction: column;
|
|
@@ -33318,21 +33318,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33318
33318
|
padding: unset;
|
|
33319
33319
|
}
|
|
33320
33320
|
|
|
33321
|
-
.E_suhck3k {
|
|
33322
|
-
height: 24px;
|
|
33323
|
-
width: 24px;
|
|
33324
|
-
border-radius: 6px;
|
|
33325
|
-
padding: 4px;
|
|
33326
|
-
}
|
|
33327
|
-
|
|
33328
|
-
.E_suhck3k:hover {
|
|
33329
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33330
|
-
}
|
|
33331
|
-
|
|
33332
|
-
.E_suhck3k:hover svg path {
|
|
33333
|
-
fill: blue;
|
|
33334
|
-
}
|
|
33335
|
-
|
|
33336
33321
|
.E_ryby9ds {
|
|
33337
33322
|
display: flex;
|
|
33338
33323
|
align-items: center;
|
|
@@ -33350,79 +33335,354 @@ input.E_rf8rlle.ant-input {
|
|
|
33350
33335
|
margin-right: 6px;
|
|
33351
33336
|
}
|
|
33352
33337
|
|
|
33353
|
-
.
|
|
33354
|
-
|
|
33338
|
+
.E_suhck3k {
|
|
33339
|
+
height: 24px;
|
|
33340
|
+
width: 24px;
|
|
33341
|
+
border-radius: 6px;
|
|
33342
|
+
padding: 4px;
|
|
33355
33343
|
}
|
|
33356
33344
|
|
|
33357
|
-
.
|
|
33358
|
-
color: rgba(
|
|
33345
|
+
.E_suhck3k:hover {
|
|
33346
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33359
33347
|
}
|
|
33360
33348
|
|
|
33361
|
-
.
|
|
33362
|
-
|
|
33349
|
+
.E_suhck3k:hover svg path {
|
|
33350
|
+
fill: blue;
|
|
33363
33351
|
}
|
|
33364
33352
|
|
|
33365
|
-
.
|
|
33353
|
+
.E_h12yihis {
|
|
33354
|
+
height: 50px;
|
|
33355
|
+
border-bottom: 2px solid #edf0f7;
|
|
33356
|
+
background: #fff;
|
|
33366
33357
|
display: flex;
|
|
33367
|
-
flex-direction: row;
|
|
33368
33358
|
justify-content: space-between;
|
|
33359
|
+
align-items: center;
|
|
33360
|
+
padding: 0 24px 0 14px;
|
|
33361
|
+
position: relative;
|
|
33362
|
+
z-index: 10;
|
|
33369
33363
|
}
|
|
33370
33364
|
|
|
33371
|
-
.
|
|
33372
|
-
|
|
33373
|
-
|
|
33374
|
-
}
|
|
33375
|
-
|
|
33376
|
-
.E_c1iq43vd {
|
|
33365
|
+
.E_h12yihis .left,
|
|
33366
|
+
.E_h12yihis .right,
|
|
33367
|
+
.E_h12yihis .center {
|
|
33377
33368
|
display: flex;
|
|
33378
|
-
flex-direction: column;
|
|
33379
|
-
justify-content: center;
|
|
33380
33369
|
align-items: center;
|
|
33381
|
-
|
|
33382
|
-
|
|
33370
|
+
flex: 1;
|
|
33371
|
+
flex-shrink: 0;
|
|
33383
33372
|
}
|
|
33384
33373
|
|
|
33385
|
-
.
|
|
33386
|
-
|
|
33387
|
-
box-shadow: unset;
|
|
33388
|
-
border: 0;
|
|
33389
|
-
border-bottom: 1px solid #e4e9f2;
|
|
33374
|
+
.E_h12yihis .center {
|
|
33375
|
+
flex: 0.8;
|
|
33390
33376
|
}
|
|
33391
33377
|
|
|
33392
|
-
.
|
|
33393
|
-
|
|
33378
|
+
.E_h12yihis .right {
|
|
33379
|
+
justify-content: flex-end;
|
|
33394
33380
|
}
|
|
33395
33381
|
|
|
33396
|
-
.
|
|
33397
|
-
|
|
33382
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33383
|
+
opacity: 1;
|
|
33398
33384
|
}
|
|
33399
33385
|
|
|
33400
|
-
.
|
|
33401
|
-
|
|
33386
|
+
.E_h12yihis .right .btn-group {
|
|
33387
|
+
margin-left: 32px;
|
|
33388
|
+
position: relative;
|
|
33389
|
+
display: flex;
|
|
33390
|
+
align-items: center;
|
|
33402
33391
|
}
|
|
33403
33392
|
|
|
33404
|
-
.
|
|
33405
|
-
|
|
33393
|
+
.E_h12yihis .right .btn-group:before {
|
|
33394
|
+
content: "";
|
|
33395
|
+
opacity: 0;
|
|
33396
|
+
height: 24px;
|
|
33397
|
+
width: 1px;
|
|
33398
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33399
|
+
position: absolute;
|
|
33400
|
+
left: -16px;
|
|
33401
|
+
top: 50%;
|
|
33402
|
+
transform: translateY(-50%);
|
|
33403
|
+
transition: opacity 160ms ease;
|
|
33406
33404
|
}
|
|
33407
33405
|
|
|
33408
|
-
.
|
|
33409
|
-
|
|
33406
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
33407
|
+
transition: all 160ms ease;
|
|
33408
|
+
cursor: pointer;
|
|
33409
|
+
width: 56px;
|
|
33410
|
+
height: 40px;
|
|
33411
|
+
display: inline-flex;
|
|
33412
|
+
align-items: center;
|
|
33413
|
+
justify-content: center;
|
|
33414
|
+
border-radius: 6px;
|
|
33410
33415
|
}
|
|
33411
33416
|
|
|
33412
|
-
.
|
|
33413
|
-
|
|
33417
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33418
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33414
33419
|
}
|
|
33415
33420
|
|
|
33416
|
-
.
|
|
33417
|
-
|
|
33418
|
-
|
|
33421
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33422
|
+
transform: translateY(2px);
|
|
33423
|
+
transition: all 320ms ease;
|
|
33419
33424
|
}
|
|
33420
33425
|
|
|
33421
|
-
.
|
|
33422
|
-
|
|
33426
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33427
|
+
margin-left: 4px;
|
|
33423
33428
|
}
|
|
33424
33429
|
|
|
33425
|
-
.
|
|
33430
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33431
|
+
height: 48px;
|
|
33432
|
+
overflow: hidden;
|
|
33433
|
+
display: flex;
|
|
33434
|
+
align-items: center;
|
|
33435
|
+
padding: 0 4px;
|
|
33436
|
+
margin: 0 -4px;
|
|
33437
|
+
}
|
|
33438
|
+
|
|
33439
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33440
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33441
|
+
transform: translateY(0);
|
|
33442
|
+
}
|
|
33443
|
+
|
|
33444
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33445
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33446
|
+
height: 48px;
|
|
33447
|
+
transform: translateY(100%);
|
|
33448
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33449
|
+
display: inline-flex;
|
|
33450
|
+
align-items: center;
|
|
33451
|
+
}
|
|
33452
|
+
|
|
33453
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33454
|
+
margin-right: 10px;
|
|
33455
|
+
}
|
|
33456
|
+
|
|
33457
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33458
|
+
width: 32px;
|
|
33459
|
+
height: 32px;
|
|
33460
|
+
border-radius: 6px;
|
|
33461
|
+
}
|
|
33462
|
+
|
|
33463
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33464
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33465
|
+
}
|
|
33466
|
+
|
|
33467
|
+
.E_h12yihis .alert,
|
|
33468
|
+
.E_h12yihis .task {
|
|
33469
|
+
position: relative;
|
|
33470
|
+
}
|
|
33471
|
+
|
|
33472
|
+
.E_h12yihis .alert .alert-icon,
|
|
33473
|
+
.E_h12yihis .alert .task-icon,
|
|
33474
|
+
.E_h12yihis .task .alert-icon,
|
|
33475
|
+
.E_h12yihis .task .task-icon {
|
|
33476
|
+
width: 56px;
|
|
33477
|
+
height: 40px;
|
|
33478
|
+
justify-content: center;
|
|
33479
|
+
}
|
|
33480
|
+
|
|
33481
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33482
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33483
|
+
right: 16px;
|
|
33484
|
+
top: 10px;
|
|
33485
|
+
}
|
|
33486
|
+
|
|
33487
|
+
.E_h12yihis .logo {
|
|
33488
|
+
display: inline-flex;
|
|
33489
|
+
align-items: center;
|
|
33490
|
+
}
|
|
33491
|
+
|
|
33492
|
+
.E_h12yihis .left {
|
|
33493
|
+
position: relative;
|
|
33494
|
+
}
|
|
33495
|
+
|
|
33496
|
+
.E_h12yihis .left .events-audit-title {
|
|
33497
|
+
font-size: 20px;
|
|
33498
|
+
line-height: 24px;
|
|
33499
|
+
font-weight: bold;
|
|
33500
|
+
color: #1d326c;
|
|
33501
|
+
margin: 0px 8px;
|
|
33502
|
+
}
|
|
33503
|
+
|
|
33504
|
+
.E_h12yihis .left .global-search {
|
|
33505
|
+
margin-left: 6px;
|
|
33506
|
+
}
|
|
33507
|
+
|
|
33508
|
+
.E_h12yihis.global-search-active {
|
|
33509
|
+
z-index: 11;
|
|
33510
|
+
}
|
|
33511
|
+
|
|
33512
|
+
.E_h12yihis.global-search-active .left {
|
|
33513
|
+
flex: 1;
|
|
33514
|
+
margin-right: 32px;
|
|
33515
|
+
}
|
|
33516
|
+
|
|
33517
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33518
|
+
display: flex;
|
|
33519
|
+
flex: 1;
|
|
33520
|
+
}
|
|
33521
|
+
|
|
33522
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33523
|
+
border-color: #0080ff;
|
|
33524
|
+
width: 100%;
|
|
33525
|
+
}
|
|
33526
|
+
|
|
33527
|
+
.E_h12yihis.global-search-active .center {
|
|
33528
|
+
display: none;
|
|
33529
|
+
}
|
|
33530
|
+
|
|
33531
|
+
.E_h12yihis.global-search-active .right {
|
|
33532
|
+
flex: 0 1 auto;
|
|
33533
|
+
}
|
|
33534
|
+
|
|
33535
|
+
.E_h12yihis .ant-badge-count {
|
|
33536
|
+
pointer-events: none;
|
|
33537
|
+
}
|
|
33538
|
+
|
|
33539
|
+
.E_ncaepor {
|
|
33540
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33541
|
+
position: relative;
|
|
33542
|
+
height: 48px;
|
|
33543
|
+
display: inline-flex;
|
|
33544
|
+
align-items: center;
|
|
33545
|
+
justify-content: center;
|
|
33546
|
+
overflow: hidden;
|
|
33547
|
+
}
|
|
33548
|
+
|
|
33549
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
33550
|
+
content: "";
|
|
33551
|
+
width: 100%;
|
|
33552
|
+
height: 12px;
|
|
33553
|
+
position: absolute;
|
|
33554
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33555
|
+
}
|
|
33556
|
+
|
|
33557
|
+
.E_ncaepor:before {
|
|
33558
|
+
top: 0;
|
|
33559
|
+
}
|
|
33560
|
+
|
|
33561
|
+
.E_ncaepor:after {
|
|
33562
|
+
bottom: 0;
|
|
33563
|
+
}
|
|
33564
|
+
|
|
33565
|
+
.E_ncaepor > * {
|
|
33566
|
+
height: 48px;
|
|
33567
|
+
display: inline-flex;
|
|
33568
|
+
align-items: center;
|
|
33569
|
+
white-space: nowrap;
|
|
33570
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33571
|
+
}
|
|
33572
|
+
|
|
33573
|
+
.E_ncaepor .name-text {
|
|
33574
|
+
transform: translateY(0);
|
|
33575
|
+
opacity: 1;
|
|
33576
|
+
}
|
|
33577
|
+
|
|
33578
|
+
.E_ncaepor .nav-info {
|
|
33579
|
+
transform: translateY(100%);
|
|
33580
|
+
opacity: 0;
|
|
33581
|
+
font-size: 18px;
|
|
33582
|
+
font-weight: 700;
|
|
33583
|
+
position: absolute;
|
|
33584
|
+
overflow: hidden;
|
|
33585
|
+
display: flex;
|
|
33586
|
+
justify-content: center;
|
|
33587
|
+
}
|
|
33588
|
+
|
|
33589
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33590
|
+
color: #1d326c;
|
|
33591
|
+
flex: 1;
|
|
33592
|
+
overflow: hidden;
|
|
33593
|
+
text-overflow: ellipsis;
|
|
33594
|
+
}
|
|
33595
|
+
|
|
33596
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33597
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33598
|
+
margin-left: 8px;
|
|
33599
|
+
}
|
|
33600
|
+
|
|
33601
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33602
|
+
transform: translateY(-100%);
|
|
33603
|
+
opacity: 0;
|
|
33604
|
+
position: absolute;
|
|
33605
|
+
}
|
|
33606
|
+
|
|
33607
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33608
|
+
transform: translateY(0);
|
|
33609
|
+
opacity: 1;
|
|
33610
|
+
position: static;
|
|
33611
|
+
}
|
|
33612
|
+
|
|
33613
|
+
.E_hrhfj7c {
|
|
33614
|
+
display: none;
|
|
33615
|
+
}
|
|
33616
|
+
|
|
33617
|
+
.E_dt9qoak .bottom {
|
|
33618
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33619
|
+
}
|
|
33620
|
+
|
|
33621
|
+
.E_dt9qoak .left {
|
|
33622
|
+
min-width: 0;
|
|
33623
|
+
}
|
|
33624
|
+
|
|
33625
|
+
.E_crhnxq5 {
|
|
33626
|
+
display: flex;
|
|
33627
|
+
flex-direction: row;
|
|
33628
|
+
justify-content: space-between;
|
|
33629
|
+
}
|
|
33630
|
+
|
|
33631
|
+
.E_crhnxq5 .label {
|
|
33632
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33633
|
+
font-weight: 400;
|
|
33634
|
+
}
|
|
33635
|
+
|
|
33636
|
+
.E_c1iq43vd {
|
|
33637
|
+
display: flex;
|
|
33638
|
+
flex-direction: column;
|
|
33639
|
+
justify-content: center;
|
|
33640
|
+
align-items: center;
|
|
33641
|
+
height: 240px;
|
|
33642
|
+
width: 432px;
|
|
33643
|
+
}
|
|
33644
|
+
|
|
33645
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
33646
|
+
border-radius: 0px;
|
|
33647
|
+
box-shadow: unset;
|
|
33648
|
+
border: 0;
|
|
33649
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33650
|
+
}
|
|
33651
|
+
|
|
33652
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
33653
|
+
padding: 4px;
|
|
33654
|
+
}
|
|
33655
|
+
|
|
33656
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
33657
|
+
line-height: normal;
|
|
33658
|
+
}
|
|
33659
|
+
|
|
33660
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
33661
|
+
height: 22px;
|
|
33662
|
+
}
|
|
33663
|
+
|
|
33664
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
33665
|
+
row-gap: 2px;
|
|
33666
|
+
}
|
|
33667
|
+
|
|
33668
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
33669
|
+
line-height: normal;
|
|
33670
|
+
}
|
|
33671
|
+
|
|
33672
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
33673
|
+
max-width: 100%;
|
|
33674
|
+
}
|
|
33675
|
+
|
|
33676
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
33677
|
+
font-size: 13px;
|
|
33678
|
+
line-height: 20px;
|
|
33679
|
+
}
|
|
33680
|
+
|
|
33681
|
+
.E_c1ec3mnt {
|
|
33682
|
+
font-size: 13px;
|
|
33683
|
+
}
|
|
33684
|
+
|
|
33685
|
+
.E_c1iye0zj {
|
|
33426
33686
|
padding: 7px 14px;
|
|
33427
33687
|
height: 20px;
|
|
33428
33688
|
font-weight: 400;
|
|
@@ -34174,1193 +34434,1166 @@ input.E_rf8rlle.ant-input {
|
|
|
34174
34434
|
padding: 0;
|
|
34175
34435
|
}
|
|
34176
34436
|
|
|
34177
|
-
.
|
|
34178
|
-
|
|
34179
|
-
border-bottom: 2px solid #edf0f7;
|
|
34180
|
-
background: #fff;
|
|
34181
|
-
display: flex;
|
|
34182
|
-
justify-content: space-between;
|
|
34183
|
-
align-items: center;
|
|
34184
|
-
padding: 0 24px 0 14px;
|
|
34185
|
-
position: relative;
|
|
34186
|
-
z-index: 10;
|
|
34437
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34438
|
+
margin-right: 2px;
|
|
34187
34439
|
}
|
|
34188
34440
|
|
|
34189
|
-
.
|
|
34190
|
-
|
|
34191
|
-
|
|
34192
|
-
display: flex;
|
|
34193
|
-
align-items: center;
|
|
34194
|
-
flex: 1;
|
|
34195
|
-
flex-shrink: 0;
|
|
34441
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34442
|
+
padding-left: 8px;
|
|
34443
|
+
padding-right: 8px;
|
|
34196
34444
|
}
|
|
34197
34445
|
|
|
34198
|
-
.
|
|
34199
|
-
|
|
34446
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34447
|
+
border-radius: 4px;
|
|
34200
34448
|
}
|
|
34201
34449
|
|
|
34202
|
-
.
|
|
34203
|
-
|
|
34450
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34451
|
+
border-radius: 4px;
|
|
34204
34452
|
}
|
|
34205
34453
|
|
|
34206
|
-
.
|
|
34207
|
-
|
|
34454
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34455
|
+
padding-left: 12px;
|
|
34456
|
+
padding-right: 12px;
|
|
34208
34457
|
}
|
|
34209
34458
|
|
|
34210
|
-
.
|
|
34211
|
-
|
|
34212
|
-
position: relative;
|
|
34213
|
-
display: flex;
|
|
34214
|
-
align-items: center;
|
|
34459
|
+
.E_ckld275 {
|
|
34460
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34215
34461
|
}
|
|
34216
34462
|
|
|
34217
|
-
.
|
|
34218
|
-
|
|
34219
|
-
|
|
34220
|
-
height: 24px;
|
|
34221
|
-
width: 1px;
|
|
34222
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34223
|
-
position: absolute;
|
|
34224
|
-
left: -16px;
|
|
34225
|
-
top: 50%;
|
|
34226
|
-
transform: translateY(-50%);
|
|
34227
|
-
transition: opacity 160ms ease;
|
|
34463
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34464
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34465
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34228
34466
|
}
|
|
34229
34467
|
|
|
34230
|
-
.
|
|
34231
|
-
|
|
34232
|
-
|
|
34233
|
-
|
|
34234
|
-
|
|
34468
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34469
|
+
background-color: transparent;
|
|
34470
|
+
}
|
|
34471
|
+
|
|
34472
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34473
|
+
background-color: transparent;
|
|
34474
|
+
}
|
|
34475
|
+
|
|
34476
|
+
.E_ckui4s7 {
|
|
34477
|
+
color: #2d3a56;
|
|
34478
|
+
line-height: 22px;
|
|
34235
34479
|
display: inline-flex;
|
|
34236
|
-
align-items: center;
|
|
34237
|
-
justify-content: center;
|
|
34238
|
-
border-radius: 6px;
|
|
34239
34480
|
}
|
|
34240
34481
|
|
|
34241
|
-
.
|
|
34242
|
-
|
|
34482
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34483
|
+
height: 22px;
|
|
34484
|
+
display: flex;
|
|
34485
|
+
align-items: center;
|
|
34486
|
+
top: 0;
|
|
34243
34487
|
}
|
|
34244
34488
|
|
|
34245
|
-
.
|
|
34246
|
-
|
|
34247
|
-
transition: all 320ms ease;
|
|
34489
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34490
|
+
border: none;
|
|
34248
34491
|
}
|
|
34249
34492
|
|
|
34250
|
-
.
|
|
34251
|
-
|
|
34493
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34494
|
+
border-color: #0080ff;
|
|
34252
34495
|
}
|
|
34253
34496
|
|
|
34254
|
-
.
|
|
34255
|
-
|
|
34256
|
-
overflow: hidden;
|
|
34257
|
-
display: flex;
|
|
34258
|
-
align-items: center;
|
|
34259
|
-
padding: 0 4px;
|
|
34260
|
-
margin: 0 -4px;
|
|
34497
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34498
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34261
34499
|
}
|
|
34262
34500
|
|
|
34263
|
-
.
|
|
34264
|
-
|
|
34265
|
-
transform: translateY(0);
|
|
34501
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34502
|
+
border: 1px solid #0080ff;
|
|
34266
34503
|
}
|
|
34267
34504
|
|
|
34268
|
-
.
|
|
34269
|
-
|
|
34270
|
-
height: 48px;
|
|
34271
|
-
transform: translateY(100%);
|
|
34272
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
34273
|
-
display: inline-flex;
|
|
34274
|
-
align-items: center;
|
|
34505
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34506
|
+
background: #0080ff;
|
|
34275
34507
|
}
|
|
34276
34508
|
|
|
34277
|
-
.
|
|
34278
|
-
|
|
34509
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34510
|
+
background-color: #fff;
|
|
34511
|
+
height: 2px;
|
|
34512
|
+
width: 10px;
|
|
34513
|
+
border-radius: 2px;
|
|
34279
34514
|
}
|
|
34280
34515
|
|
|
34281
|
-
.
|
|
34282
|
-
|
|
34283
|
-
height: 32px;
|
|
34284
|
-
border-radius: 6px;
|
|
34516
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34517
|
+
opacity: 0.5;
|
|
34285
34518
|
}
|
|
34286
34519
|
|
|
34287
|
-
.
|
|
34520
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34288
34521
|
background: rgba(211, 218, 235, 0.6);
|
|
34522
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34289
34523
|
}
|
|
34290
34524
|
|
|
34291
|
-
.
|
|
34292
|
-
|
|
34293
|
-
position: relative;
|
|
34525
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34526
|
+
border-color: #2d3a56;
|
|
34294
34527
|
}
|
|
34295
34528
|
|
|
34296
|
-
.
|
|
34297
|
-
|
|
34298
|
-
.E_h12yihis .task .alert-icon,
|
|
34299
|
-
.E_h12yihis .task .task-icon {
|
|
34300
|
-
width: 56px;
|
|
34301
|
-
height: 40px;
|
|
34302
|
-
justify-content: center;
|
|
34529
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34530
|
+
background: #2d3a56;
|
|
34303
34531
|
}
|
|
34304
34532
|
|
|
34305
|
-
.
|
|
34306
|
-
|
|
34307
|
-
right: 16px;
|
|
34308
|
-
top: 10px;
|
|
34533
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34534
|
+
padding: 0;
|
|
34309
34535
|
}
|
|
34310
34536
|
|
|
34311
|
-
.
|
|
34312
|
-
display: inline-
|
|
34313
|
-
|
|
34537
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34538
|
+
display: inline-block;
|
|
34539
|
+
margin-left: 12px;
|
|
34540
|
+
color: #2d3a56;
|
|
34314
34541
|
}
|
|
34315
34542
|
|
|
34316
|
-
.
|
|
34317
|
-
|
|
34543
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34544
|
+
margin-left: 28px;
|
|
34545
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34318
34546
|
}
|
|
34319
34547
|
|
|
34320
|
-
.
|
|
34321
|
-
|
|
34322
|
-
line-height: 24px;
|
|
34323
|
-
font-weight: bold;
|
|
34324
|
-
color: #1d326c;
|
|
34325
|
-
margin: 0px 8px;
|
|
34548
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34549
|
+
margin-left: 8px;
|
|
34326
34550
|
}
|
|
34327
34551
|
|
|
34328
|
-
.
|
|
34329
|
-
margin-left:
|
|
34552
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34553
|
+
margin-left: 24px;
|
|
34330
34554
|
}
|
|
34331
34555
|
|
|
34332
|
-
.
|
|
34333
|
-
|
|
34556
|
+
.E_c1yd35n {
|
|
34557
|
+
padding: 0 12px 14px 12px;
|
|
34334
34558
|
}
|
|
34335
34559
|
|
|
34336
|
-
.
|
|
34337
|
-
|
|
34338
|
-
|
|
34560
|
+
.E_c1kghdax {
|
|
34561
|
+
color: #2d3a56;
|
|
34562
|
+
padding: 7px 12px;
|
|
34563
|
+
display: flex;
|
|
34564
|
+
justify-content: space-between;
|
|
34565
|
+
align-items: center;
|
|
34339
34566
|
}
|
|
34340
34567
|
|
|
34341
|
-
.
|
|
34342
|
-
|
|
34343
|
-
flex: 1;
|
|
34568
|
+
.E_c1kghdax.has-arrow {
|
|
34569
|
+
padding-left: 10px;
|
|
34344
34570
|
}
|
|
34345
34571
|
|
|
34346
|
-
.
|
|
34347
|
-
|
|
34348
|
-
|
|
34572
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34573
|
+
cursor: pointer;
|
|
34574
|
+
color: #00122e;
|
|
34349
34575
|
}
|
|
34350
34576
|
|
|
34351
|
-
.
|
|
34352
|
-
|
|
34577
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34578
|
+
color: #2d3a56;
|
|
34579
|
+
font-weight: 600;
|
|
34353
34580
|
}
|
|
34354
34581
|
|
|
34355
|
-
.
|
|
34356
|
-
|
|
34582
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34583
|
+
transform: rotate(90deg);
|
|
34357
34584
|
}
|
|
34358
34585
|
|
|
34359
|
-
.
|
|
34360
|
-
|
|
34586
|
+
.E_c1kghdax .sub-info {
|
|
34587
|
+
font-size: 12px;
|
|
34588
|
+
line-height: 18px;
|
|
34361
34589
|
}
|
|
34362
34590
|
|
|
34363
|
-
.
|
|
34364
|
-
|
|
34365
|
-
position: relative;
|
|
34366
|
-
height: 48px;
|
|
34367
|
-
display: inline-flex;
|
|
34591
|
+
.E_c1kghdax .title-wrapper {
|
|
34592
|
+
display: flex;
|
|
34368
34593
|
align-items: center;
|
|
34369
|
-
|
|
34370
|
-
|
|
34594
|
+
user-select: none;
|
|
34595
|
+
flex-grow: 1;
|
|
34596
|
+
font-size: 12px;
|
|
34597
|
+
line-height: 18px;
|
|
34598
|
+
color: #2d3a56;
|
|
34599
|
+
font-weight: 700;
|
|
34371
34600
|
}
|
|
34372
34601
|
|
|
34373
|
-
.
|
|
34374
|
-
|
|
34375
|
-
|
|
34376
|
-
height: 12px;
|
|
34377
|
-
position: absolute;
|
|
34378
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
34602
|
+
.E_c1kghdax .collapse-arrow {
|
|
34603
|
+
transition: all 50ms ease-out 0ms;
|
|
34604
|
+
margin-right: 2px;
|
|
34379
34605
|
}
|
|
34380
34606
|
|
|
34381
|
-
.
|
|
34382
|
-
|
|
34607
|
+
.E_b14q2gmw {
|
|
34608
|
+
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);
|
|
34383
34609
|
}
|
|
34384
34610
|
|
|
34385
|
-
.
|
|
34386
|
-
|
|
34611
|
+
.E_c1eym6el {
|
|
34612
|
+
border-radius: 8px;
|
|
34613
|
+
background-color: white;
|
|
34387
34614
|
}
|
|
34388
34615
|
|
|
34389
|
-
.
|
|
34390
|
-
|
|
34391
|
-
display: inline-flex;
|
|
34392
|
-
align-items: center;
|
|
34393
|
-
white-space: nowrap;
|
|
34394
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
34616
|
+
.E_c1eym6el.hoverable {
|
|
34617
|
+
cursor: pointer;
|
|
34395
34618
|
}
|
|
34396
34619
|
|
|
34397
|
-
.
|
|
34398
|
-
|
|
34399
|
-
|
|
34620
|
+
.E_c1eym6el.hoverable:hover {
|
|
34621
|
+
transition: all 200ms ease;
|
|
34622
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34623
|
+
transform: translateY(-4px);
|
|
34400
34624
|
}
|
|
34401
34625
|
|
|
34402
|
-
.
|
|
34403
|
-
|
|
34404
|
-
|
|
34405
|
-
|
|
34406
|
-
|
|
34407
|
-
position: absolute;
|
|
34626
|
+
.E_l12xdkhl {
|
|
34627
|
+
width: 64px;
|
|
34628
|
+
height: 64px;
|
|
34629
|
+
max-width: 64px;
|
|
34630
|
+
max-height: 64px;
|
|
34408
34631
|
overflow: hidden;
|
|
34409
34632
|
display: flex;
|
|
34633
|
+
align-items: center;
|
|
34410
34634
|
justify-content: center;
|
|
34635
|
+
position: relative;
|
|
34636
|
+
opacity: 0.6;
|
|
34411
34637
|
}
|
|
34412
34638
|
|
|
34413
|
-
.
|
|
34414
|
-
|
|
34415
|
-
flex: 1;
|
|
34416
|
-
overflow: hidden;
|
|
34417
|
-
text-overflow: ellipsis;
|
|
34639
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34640
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34418
34641
|
}
|
|
34419
34642
|
|
|
34420
|
-
|
|
34421
|
-
|
|
34422
|
-
|
|
34643
|
+
@keyframes rotate {
|
|
34644
|
+
from {
|
|
34645
|
+
transform: rotate(0deg);
|
|
34646
|
+
}
|
|
34647
|
+
to {
|
|
34648
|
+
transform: rotate(360deg);
|
|
34649
|
+
}
|
|
34650
|
+
}
|
|
34651
|
+
.E_sddwhm6 {
|
|
34652
|
+
margin: 0;
|
|
34653
|
+
border-radius: 20px;
|
|
34654
|
+
padding: 2px 10px;
|
|
34655
|
+
height: 22px;
|
|
34423
34656
|
}
|
|
34424
34657
|
|
|
34425
|
-
.
|
|
34426
|
-
|
|
34427
|
-
opacity: 0;
|
|
34428
|
-
position: absolute;
|
|
34658
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34659
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34429
34660
|
}
|
|
34430
34661
|
|
|
34431
|
-
.
|
|
34432
|
-
|
|
34433
|
-
opacity: 1;
|
|
34434
|
-
position: static;
|
|
34662
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34663
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34435
34664
|
}
|
|
34436
34665
|
|
|
34437
|
-
.
|
|
34438
|
-
|
|
34666
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34667
|
+
color: #00122e;
|
|
34439
34668
|
}
|
|
34440
34669
|
|
|
34441
|
-
.
|
|
34442
|
-
|
|
34443
|
-
padding-right: 8px;
|
|
34670
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34671
|
+
margin-right: 6px;
|
|
34444
34672
|
}
|
|
34445
34673
|
|
|
34446
|
-
.
|
|
34447
|
-
|
|
34674
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34675
|
+
margin-left: 8px;
|
|
34676
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34448
34677
|
}
|
|
34449
34678
|
|
|
34450
|
-
.
|
|
34451
|
-
|
|
34679
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34680
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34452
34681
|
}
|
|
34453
34682
|
|
|
34454
|
-
.
|
|
34455
|
-
|
|
34456
|
-
padding-right: 12px;
|
|
34683
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34684
|
+
background-color: #0080ff;
|
|
34457
34685
|
}
|
|
34458
34686
|
|
|
34459
|
-
.
|
|
34460
|
-
background-color: rgba(
|
|
34687
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34688
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34461
34689
|
}
|
|
34462
34690
|
|
|
34463
|
-
.
|
|
34464
|
-
background-color: rgba(255,
|
|
34465
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34691
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34692
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34466
34693
|
}
|
|
34467
34694
|
|
|
34468
|
-
.
|
|
34469
|
-
background-color:
|
|
34695
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34696
|
+
background-color: #f0483e;
|
|
34470
34697
|
}
|
|
34471
34698
|
|
|
34472
|
-
.
|
|
34473
|
-
background-color:
|
|
34699
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34700
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34474
34701
|
}
|
|
34475
34702
|
|
|
34476
|
-
.
|
|
34477
|
-
|
|
34703
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34704
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34478
34705
|
}
|
|
34479
34706
|
|
|
34480
|
-
.
|
|
34481
|
-
color: #
|
|
34482
|
-
line-height: 22px;
|
|
34483
|
-
display: inline-flex;
|
|
34707
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34708
|
+
background-color: #fea008;
|
|
34484
34709
|
}
|
|
34485
34710
|
|
|
34486
|
-
.
|
|
34487
|
-
|
|
34488
|
-
display: flex;
|
|
34489
|
-
align-items: center;
|
|
34490
|
-
top: 0;
|
|
34711
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34712
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34491
34713
|
}
|
|
34492
34714
|
|
|
34493
|
-
.
|
|
34494
|
-
|
|
34715
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34716
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34495
34717
|
}
|
|
34496
34718
|
|
|
34497
|
-
.
|
|
34498
|
-
|
|
34719
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34720
|
+
background-color: #00ba5d;
|
|
34499
34721
|
}
|
|
34500
34722
|
|
|
34501
|
-
.
|
|
34502
|
-
|
|
34723
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34724
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34503
34725
|
}
|
|
34504
34726
|
|
|
34505
|
-
.
|
|
34506
|
-
|
|
34727
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34728
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34507
34729
|
}
|
|
34508
34730
|
|
|
34509
|
-
.
|
|
34510
|
-
background: #
|
|
34731
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34732
|
+
background-color: #6b7d99;
|
|
34511
34733
|
}
|
|
34512
34734
|
|
|
34513
|
-
.
|
|
34514
|
-
background-color:
|
|
34515
|
-
height: 2px;
|
|
34516
|
-
width: 10px;
|
|
34517
|
-
border-radius: 2px;
|
|
34735
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34736
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34518
34737
|
}
|
|
34519
34738
|
|
|
34520
|
-
.
|
|
34521
|
-
|
|
34739
|
+
.E_satwmqm {
|
|
34740
|
+
width: 8px;
|
|
34741
|
+
height: 8px;
|
|
34742
|
+
border-radius: 50%;
|
|
34743
|
+
display: inline-block;
|
|
34522
34744
|
}
|
|
34523
34745
|
|
|
34524
|
-
.
|
|
34525
|
-
|
|
34526
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34746
|
+
.E_tc97u5y {
|
|
34747
|
+
height: 100%;
|
|
34527
34748
|
}
|
|
34528
34749
|
|
|
34529
|
-
.
|
|
34530
|
-
|
|
34750
|
+
.E_efzf37v .ant-table-content {
|
|
34751
|
+
overflow: visible !important;
|
|
34752
|
+
height: 100%;
|
|
34531
34753
|
}
|
|
34532
34754
|
|
|
34533
|
-
.
|
|
34534
|
-
|
|
34755
|
+
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34756
|
+
height: 100%;
|
|
34535
34757
|
}
|
|
34536
34758
|
|
|
34537
|
-
.
|
|
34538
|
-
|
|
34759
|
+
.E_efzf37v .ant-table-content table {
|
|
34760
|
+
width: 100% !important;
|
|
34761
|
+
height: 100%;
|
|
34539
34762
|
}
|
|
34540
34763
|
|
|
34541
|
-
.
|
|
34542
|
-
|
|
34543
|
-
margin-left: 12px;
|
|
34544
|
-
color: #2d3a56;
|
|
34764
|
+
.E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34765
|
+
padding: 15px 0;
|
|
34545
34766
|
}
|
|
34546
34767
|
|
|
34547
|
-
.
|
|
34548
|
-
|
|
34549
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34768
|
+
.E_efzf37v .ant-table-content table thead.ant-table-thead {
|
|
34769
|
+
display: none;
|
|
34550
34770
|
}
|
|
34551
34771
|
|
|
34552
|
-
.
|
|
34553
|
-
|
|
34772
|
+
.E_t1fisho6 {
|
|
34773
|
+
height: 100%;
|
|
34554
34774
|
}
|
|
34555
34775
|
|
|
34556
|
-
.
|
|
34557
|
-
|
|
34776
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
34777
|
+
padding-top: 6px;
|
|
34778
|
+
padding-bottom: 6px;
|
|
34558
34779
|
}
|
|
34559
34780
|
|
|
34560
|
-
.
|
|
34561
|
-
|
|
34562
|
-
padding: 7px 12px;
|
|
34563
|
-
display: flex;
|
|
34564
|
-
justify-content: space-between;
|
|
34565
|
-
align-items: center;
|
|
34781
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
34782
|
+
font-weight: 700;
|
|
34566
34783
|
}
|
|
34567
34784
|
|
|
34568
|
-
.
|
|
34569
|
-
|
|
34785
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
34786
|
+
font-weight: 700;
|
|
34570
34787
|
}
|
|
34571
34788
|
|
|
34572
|
-
.
|
|
34573
|
-
|
|
34574
|
-
color: #00122e;
|
|
34789
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
34790
|
+
height: 100%;
|
|
34575
34791
|
}
|
|
34576
34792
|
|
|
34577
|
-
.
|
|
34578
|
-
|
|
34579
|
-
|
|
34793
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
34794
|
+
height: 100%;
|
|
34795
|
+
overflow: visible;
|
|
34580
34796
|
}
|
|
34581
34797
|
|
|
34582
|
-
.
|
|
34583
|
-
|
|
34798
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
34799
|
+
max-height: none;
|
|
34584
34800
|
}
|
|
34585
34801
|
|
|
34586
|
-
.
|
|
34587
|
-
|
|
34588
|
-
line-height: 18px;
|
|
34802
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
34803
|
+
background: transparent;
|
|
34589
34804
|
}
|
|
34590
34805
|
|
|
34591
|
-
.
|
|
34592
|
-
|
|
34593
|
-
|
|
34594
|
-
|
|
34595
|
-
flex-grow: 1;
|
|
34596
|
-
font-size: 12px;
|
|
34597
|
-
line-height: 18px;
|
|
34598
|
-
color: #2d3a56;
|
|
34599
|
-
font-weight: 700;
|
|
34806
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
34807
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
34808
|
+
background: #fff;
|
|
34809
|
+
padding: 0 !important;
|
|
34600
34810
|
}
|
|
34601
34811
|
|
|
34602
|
-
.
|
|
34603
|
-
|
|
34604
|
-
|
|
34812
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34813
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34814
|
+
display: flex;
|
|
34815
|
+
align-items: center;
|
|
34816
|
+
height: 100%;
|
|
34817
|
+
padding: 8px;
|
|
34605
34818
|
}
|
|
34606
34819
|
|
|
34607
|
-
.
|
|
34608
|
-
|
|
34820
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34821
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34822
|
+
overflow: hidden;
|
|
34823
|
+
text-overflow: ellipsis;
|
|
34824
|
+
width: 100%;
|
|
34609
34825
|
}
|
|
34610
34826
|
|
|
34611
|
-
.
|
|
34612
|
-
|
|
34613
|
-
background-color: white;
|
|
34827
|
+
.E_t1fisho6 .ant-table-container {
|
|
34828
|
+
height: 100%;
|
|
34614
34829
|
}
|
|
34615
34830
|
|
|
34616
|
-
.
|
|
34617
|
-
|
|
34831
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
34832
|
+
box-shadow: none !important;
|
|
34618
34833
|
}
|
|
34619
34834
|
|
|
34620
|
-
.
|
|
34621
|
-
|
|
34622
|
-
|
|
34623
|
-
|
|
34624
|
-
|
|
34625
|
-
|
|
34626
|
-
button.E_l48ei06.ant-btn {
|
|
34835
|
+
.E_t1fisho6 div.ant-table {
|
|
34836
|
+
border-radius: 0px;
|
|
34837
|
+
border-left: none;
|
|
34838
|
+
border-right: none;
|
|
34839
|
+
border-bottom: none;
|
|
34840
|
+
height: 100%;
|
|
34627
34841
|
font-size: 12px;
|
|
34628
|
-
|
|
34629
|
-
height: 18px;
|
|
34630
|
-
}
|
|
34631
|
-
|
|
34632
|
-
button.E_l48ei06 {
|
|
34633
|
-
color: #0080FF;
|
|
34634
|
-
height: unset;
|
|
34842
|
+
background: transparent;
|
|
34635
34843
|
}
|
|
34636
34844
|
|
|
34637
|
-
|
|
34638
|
-
|
|
34845
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
34846
|
+
position: relative;
|
|
34847
|
+
z-index: 3;
|
|
34848
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34849
|
+
margin-bottom: -1px;
|
|
34639
34850
|
}
|
|
34640
34851
|
|
|
34641
|
-
|
|
34642
|
-
|
|
34852
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
34853
|
+
.E_t1fisho6 div.ant-table .value {
|
|
34854
|
+
color: #2d3a56;
|
|
34643
34855
|
}
|
|
34644
34856
|
|
|
34645
|
-
|
|
34646
|
-
|
|
34857
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
34858
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
34859
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34647
34860
|
}
|
|
34648
34861
|
|
|
34649
|
-
|
|
34650
|
-
|
|
34862
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
34863
|
+
position: unset;
|
|
34864
|
+
text-align: center;
|
|
34651
34865
|
}
|
|
34652
34866
|
|
|
34653
|
-
|
|
34654
|
-
|
|
34867
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34868
|
+
background: #fff;
|
|
34655
34869
|
}
|
|
34656
34870
|
|
|
34657
|
-
|
|
34658
|
-
|
|
34871
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
34872
|
+
cursor: pointer;
|
|
34873
|
+
position: absolute;
|
|
34874
|
+
top: 50%;
|
|
34875
|
+
right: 12px;
|
|
34876
|
+
transform: translateY(-50%);
|
|
34659
34877
|
}
|
|
34660
34878
|
|
|
34661
|
-
|
|
34662
|
-
|
|
34879
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34880
|
+
box-shadow: none;
|
|
34881
|
+
width: 1px;
|
|
34882
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34663
34883
|
}
|
|
34664
34884
|
|
|
34665
|
-
|
|
34666
|
-
|
|
34885
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34886
|
+
box-shadow: none;
|
|
34887
|
+
width: 1px;
|
|
34888
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34667
34889
|
}
|
|
34668
34890
|
|
|
34669
|
-
|
|
34670
|
-
|
|
34891
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
34892
|
+
position: relative;
|
|
34671
34893
|
}
|
|
34672
34894
|
|
|
34673
|
-
|
|
34674
|
-
|
|
34895
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
34896
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34897
|
+
border-bottom: 1px solid white;
|
|
34898
|
+
height: 40px;
|
|
34899
|
+
vertical-align: middle;
|
|
34900
|
+
transition: background 0ms;
|
|
34901
|
+
color: #00122e;
|
|
34675
34902
|
}
|
|
34676
34903
|
|
|
34677
|
-
|
|
34678
|
-
|
|
34904
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34905
|
+
background: #f2f5fa;
|
|
34906
|
+
border-bottom-color: #f2f5fa;
|
|
34679
34907
|
}
|
|
34680
34908
|
|
|
34681
|
-
|
|
34682
|
-
|
|
34909
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34910
|
+
height: auto;
|
|
34911
|
+
color: #00122e;
|
|
34912
|
+
font-size: 12px;
|
|
34913
|
+
text-align: left;
|
|
34914
|
+
transition: none;
|
|
34915
|
+
overflow: hidden;
|
|
34916
|
+
text-overflow: ellipsis;
|
|
34917
|
+
white-space: nowrap;
|
|
34683
34918
|
}
|
|
34684
34919
|
|
|
34685
|
-
|
|
34686
|
-
color:
|
|
34920
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34921
|
+
color: #0096ff;
|
|
34687
34922
|
}
|
|
34688
34923
|
|
|
34689
|
-
.
|
|
34690
|
-
width: 64px;
|
|
34691
|
-
height: 64px;
|
|
34692
|
-
max-width: 64px;
|
|
34693
|
-
max-height: 64px;
|
|
34924
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34694
34925
|
overflow: hidden;
|
|
34695
|
-
|
|
34696
|
-
|
|
34697
|
-
|
|
34698
|
-
position: relative;
|
|
34699
|
-
opacity: 0.6;
|
|
34926
|
+
text-overflow: ellipsis;
|
|
34927
|
+
width: 100%;
|
|
34928
|
+
vertical-align: middle;
|
|
34700
34929
|
}
|
|
34701
34930
|
|
|
34702
|
-
.
|
|
34703
|
-
|
|
34931
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34932
|
+
line-height: 0px;
|
|
34704
34933
|
}
|
|
34705
34934
|
|
|
34706
|
-
|
|
34707
|
-
|
|
34708
|
-
transform: rotate(0deg);
|
|
34709
|
-
}
|
|
34710
|
-
to {
|
|
34711
|
-
transform: rotate(360deg);
|
|
34712
|
-
}
|
|
34713
|
-
}
|
|
34714
|
-
.E_sddwhm6 {
|
|
34715
|
-
margin: 0;
|
|
34716
|
-
border-radius: 20px;
|
|
34717
|
-
padding: 2px 10px;
|
|
34718
|
-
height: 22px;
|
|
34935
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34936
|
+
padding-right: 25px;
|
|
34719
34937
|
}
|
|
34720
34938
|
|
|
34721
|
-
.
|
|
34722
|
-
|
|
34939
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34940
|
+
border-top-color: transparent;
|
|
34723
34941
|
}
|
|
34724
34942
|
|
|
34725
|
-
.
|
|
34726
|
-
background
|
|
34943
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34944
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34945
|
+
border-color: transparent transparent white;
|
|
34727
34946
|
}
|
|
34728
34947
|
|
|
34729
|
-
.
|
|
34730
|
-
|
|
34948
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34949
|
+
border-radius: 8px 0 0 8px;
|
|
34731
34950
|
}
|
|
34732
34951
|
|
|
34733
|
-
.
|
|
34734
|
-
|
|
34952
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34953
|
+
border-radius: 8px 0 0 8px;
|
|
34735
34954
|
}
|
|
34736
34955
|
|
|
34737
|
-
.
|
|
34738
|
-
|
|
34739
|
-
|
|
34956
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34957
|
+
content: "";
|
|
34958
|
+
width: 4px;
|
|
34959
|
+
top: -1px;
|
|
34960
|
+
bottom: -1px;
|
|
34961
|
+
background: white;
|
|
34740
34962
|
}
|
|
34741
34963
|
|
|
34742
|
-
.
|
|
34743
|
-
|
|
34964
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34965
|
+
border-radius: 0 8px 8px 0;
|
|
34744
34966
|
}
|
|
34745
34967
|
|
|
34746
|
-
.
|
|
34747
|
-
|
|
34968
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34969
|
+
border-radius: 0;
|
|
34970
|
+
background: white;
|
|
34971
|
+
border-top: none;
|
|
34748
34972
|
}
|
|
34749
34973
|
|
|
34750
|
-
.
|
|
34751
|
-
|
|
34974
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34975
|
+
border-top: 1px solid transparent;
|
|
34976
|
+
border-radius: 0 8px 8px 0;
|
|
34977
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34752
34978
|
}
|
|
34753
34979
|
|
|
34754
|
-
.
|
|
34755
|
-
background
|
|
34980
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34981
|
+
background: white;
|
|
34982
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34756
34983
|
}
|
|
34757
34984
|
|
|
34758
|
-
.
|
|
34759
|
-
|
|
34985
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34986
|
+
display: flex;
|
|
34987
|
+
align-items: center;
|
|
34988
|
+
height: 100%;
|
|
34989
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34760
34990
|
}
|
|
34761
34991
|
|
|
34762
|
-
.
|
|
34763
|
-
background
|
|
34992
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
34993
|
+
background: white;
|
|
34994
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34764
34995
|
}
|
|
34765
34996
|
|
|
34766
|
-
.
|
|
34767
|
-
|
|
34997
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
34998
|
+
display: flex;
|
|
34999
|
+
align-items: center;
|
|
35000
|
+
height: 100%;
|
|
35001
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34768
35002
|
}
|
|
34769
35003
|
|
|
34770
|
-
.
|
|
34771
|
-
|
|
35004
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35005
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34772
35006
|
}
|
|
34773
35007
|
|
|
34774
|
-
.
|
|
34775
|
-
|
|
35008
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35009
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35010
|
+
border-radius: 8px;
|
|
34776
35011
|
}
|
|
34777
35012
|
|
|
34778
|
-
.
|
|
34779
|
-
|
|
35013
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35014
|
+
border-top-color: white;
|
|
34780
35015
|
}
|
|
34781
35016
|
|
|
34782
|
-
.
|
|
34783
|
-
background
|
|
35017
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35018
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35019
|
+
border-bottom-color: transparent;
|
|
35020
|
+
border-top-color: transparent;
|
|
34784
35021
|
}
|
|
34785
35022
|
|
|
34786
|
-
.
|
|
34787
|
-
|
|
35023
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35024
|
+
border-radius: 8px 0 0 8px;
|
|
34788
35025
|
}
|
|
34789
35026
|
|
|
34790
|
-
.
|
|
34791
|
-
|
|
35027
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35028
|
+
border-radius: 0 8px 8px 0;
|
|
34792
35029
|
}
|
|
34793
35030
|
|
|
34794
|
-
.
|
|
34795
|
-
background
|
|
35031
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35032
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34796
35033
|
}
|
|
34797
35034
|
|
|
34798
|
-
.
|
|
34799
|
-
background
|
|
35035
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
35036
|
+
background: #fff;
|
|
35037
|
+
font-weight: 400;
|
|
35038
|
+
position: relative;
|
|
35039
|
+
border-bottom: none;
|
|
35040
|
+
color: #00122e;
|
|
35041
|
+
transition: none;
|
|
35042
|
+
padding: 14px 8px 14px 8px;
|
|
35043
|
+
line-height: 20px;
|
|
34800
35044
|
}
|
|
34801
35045
|
|
|
34802
|
-
.
|
|
34803
|
-
|
|
34804
|
-
|
|
34805
|
-
|
|
34806
|
-
|
|
35046
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35047
|
+
content: "";
|
|
35048
|
+
width: 1px;
|
|
35049
|
+
top: 0;
|
|
35050
|
+
bottom: 0;
|
|
35051
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35052
|
+
position: absolute;
|
|
35053
|
+
right: 0;
|
|
34807
35054
|
}
|
|
34808
35055
|
|
|
34809
|
-
.
|
|
34810
|
-
|
|
35056
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
35057
|
+
padding: unset;
|
|
34811
35058
|
}
|
|
34812
35059
|
|
|
34813
|
-
.
|
|
34814
|
-
|
|
34815
|
-
height: 100%;
|
|
35060
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35061
|
+
display: none;
|
|
34816
35062
|
}
|
|
34817
35063
|
|
|
34818
|
-
.
|
|
34819
|
-
|
|
35064
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35065
|
+
width: 100%;
|
|
35066
|
+
overflow: hidden;
|
|
35067
|
+
white-space: nowrap;
|
|
35068
|
+
text-overflow: ellipsis;
|
|
34820
35069
|
}
|
|
34821
35070
|
|
|
34822
|
-
.
|
|
34823
|
-
|
|
34824
|
-
|
|
35071
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35072
|
+
overflow: hidden;
|
|
35073
|
+
text-overflow: ellipsis;
|
|
35074
|
+
flex: 1;
|
|
34825
35075
|
}
|
|
34826
35076
|
|
|
34827
|
-
.
|
|
34828
|
-
padding: 15px
|
|
35077
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35078
|
+
padding: 15px 25px 15px 8px;
|
|
34829
35079
|
}
|
|
34830
35080
|
|
|
34831
|
-
.
|
|
34832
|
-
|
|
35081
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35082
|
+
padding: 0;
|
|
34833
35083
|
}
|
|
34834
35084
|
|
|
34835
|
-
.E_t1fisho6 {
|
|
34836
|
-
|
|
35085
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35086
|
+
position: absolute;
|
|
35087
|
+
right: 6px;
|
|
35088
|
+
top: 50%;
|
|
35089
|
+
transform: translateY(-50%);
|
|
35090
|
+
height: 16px;
|
|
35091
|
+
display: none;
|
|
35092
|
+
transition: transform 320ms ease;
|
|
34837
35093
|
}
|
|
34838
35094
|
|
|
34839
|
-
.E_t1fisho6 .ant-table.ant-table-
|
|
34840
|
-
|
|
34841
|
-
|
|
35095
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35096
|
+
display: block;
|
|
35097
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34842
35098
|
}
|
|
34843
35099
|
|
|
34844
|
-
.E_t1fisho6 .
|
|
34845
|
-
|
|
35100
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35101
|
+
display: block;
|
|
34846
35102
|
}
|
|
34847
35103
|
|
|
34848
|
-
.E_t1fisho6.
|
|
34849
|
-
|
|
35104
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35105
|
+
display: none;
|
|
34850
35106
|
}
|
|
34851
35107
|
|
|
34852
|
-
.E_t1fisho6 .ant-
|
|
34853
|
-
|
|
35108
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35109
|
+
transform: translateY(-50%);
|
|
34854
35110
|
}
|
|
34855
35111
|
|
|
34856
|
-
.E_t1fisho6 .ant-
|
|
34857
|
-
|
|
34858
|
-
overflow: visible;
|
|
35112
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35113
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34859
35114
|
}
|
|
34860
35115
|
|
|
34861
|
-
.E_t1fisho6 .ant-
|
|
34862
|
-
|
|
35116
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35117
|
+
background: #f2f5fa;
|
|
34863
35118
|
}
|
|
34864
35119
|
|
|
34865
|
-
.E_t1fisho6
|
|
34866
|
-
|
|
35120
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35121
|
+
display: block;
|
|
34867
35122
|
}
|
|
34868
35123
|
|
|
34869
|
-
.E_t1fisho6
|
|
34870
|
-
|
|
34871
|
-
background: #fff;
|
|
34872
|
-
padding: 0 !important;
|
|
35124
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
35125
|
+
padding-right: 25px;
|
|
34873
35126
|
}
|
|
34874
35127
|
|
|
34875
|
-
.E_t1fisho6
|
|
34876
|
-
|
|
34877
|
-
display: flex;
|
|
34878
|
-
align-items: center;
|
|
34879
|
-
height: 100%;
|
|
34880
|
-
padding: 8px;
|
|
35128
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
35129
|
+
padding: 0 !important;
|
|
34881
35130
|
}
|
|
34882
35131
|
|
|
34883
|
-
.E_t1fisho6
|
|
34884
|
-
|
|
34885
|
-
|
|
34886
|
-
|
|
34887
|
-
|
|
35132
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35133
|
+
position: absolute;
|
|
35134
|
+
left: 50%;
|
|
35135
|
+
top: 50%;
|
|
35136
|
+
transform: translate(-50%, -50%);
|
|
34888
35137
|
}
|
|
34889
35138
|
|
|
34890
|
-
.E_t1fisho6 .ant-table-
|
|
34891
|
-
|
|
35139
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
35140
|
+
display: none;
|
|
34892
35141
|
}
|
|
34893
35142
|
|
|
34894
|
-
.E_t1fisho6 .ant-table
|
|
34895
|
-
|
|
35143
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
35144
|
+
background: #fff;
|
|
34896
35145
|
}
|
|
34897
35146
|
|
|
34898
|
-
.E_t1fisho6 div.ant-table {
|
|
34899
|
-
|
|
34900
|
-
border-left: none;
|
|
34901
|
-
border-right: none;
|
|
34902
|
-
border-bottom: none;
|
|
34903
|
-
height: 100%;
|
|
34904
|
-
font-size: 12px;
|
|
34905
|
-
background: transparent;
|
|
35147
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
35148
|
+
background: inherit;
|
|
34906
35149
|
}
|
|
34907
35150
|
|
|
34908
|
-
.E_t1fisho6 div.ant-table .ant-table-
|
|
34909
|
-
position:
|
|
34910
|
-
|
|
34911
|
-
|
|
34912
|
-
|
|
35151
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
35152
|
+
position: static;
|
|
35153
|
+
border: none;
|
|
35154
|
+
background: inherit !important;
|
|
35155
|
+
height: 100px;
|
|
35156
|
+
vertical-align: middle;
|
|
34913
35157
|
}
|
|
34914
35158
|
|
|
34915
|
-
.E_t1fisho6 div.ant-table .
|
|
34916
|
-
.E_t1fisho6 div.ant-table .
|
|
34917
|
-
|
|
35159
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35160
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35161
|
+
font-weight: bold;
|
|
35162
|
+
font-size: 20px;
|
|
35163
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34918
35164
|
}
|
|
34919
35165
|
|
|
34920
|
-
.E_t1fisho6 div.ant-table .
|
|
34921
|
-
.E_t1fisho6 div.ant-table .
|
|
34922
|
-
|
|
35166
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
35167
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
35168
|
+
z-index: 10;
|
|
34923
35169
|
}
|
|
34924
35170
|
|
|
34925
|
-
.E_t1fisho6 div.ant-table .
|
|
34926
|
-
|
|
34927
|
-
|
|
35171
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35172
|
+
padding: 0 !important;
|
|
35173
|
+
position: relative;
|
|
35174
|
+
background: #fff;
|
|
34928
35175
|
}
|
|
34929
35176
|
|
|
34930
|
-
.E_t1fisho6 div.ant-table .
|
|
34931
|
-
|
|
35177
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35178
|
+
height: 100%;
|
|
35179
|
+
display: flex;
|
|
35180
|
+
align-items: center;
|
|
35181
|
+
justify-content: flex-end;
|
|
35182
|
+
padding-right: 8px;
|
|
34932
35183
|
}
|
|
34933
35184
|
|
|
34934
|
-
.E_t1fisho6 div.ant-table .
|
|
35185
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35186
|
+
width: 24px;
|
|
35187
|
+
height: 24px;
|
|
34935
35188
|
cursor: pointer;
|
|
34936
|
-
|
|
34937
|
-
|
|
34938
|
-
right: 12px;
|
|
34939
|
-
transform: translateY(-50%);
|
|
35189
|
+
justify-content: center;
|
|
35190
|
+
border-radius: 4px;
|
|
34940
35191
|
}
|
|
34941
35192
|
|
|
34942
|
-
.E_t1fisho6 div.ant-table.
|
|
34943
|
-
|
|
34944
|
-
width: 1px;
|
|
34945
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35193
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35194
|
+
background: #fff;
|
|
34946
35195
|
}
|
|
34947
35196
|
|
|
34948
|
-
.
|
|
34949
|
-
|
|
34950
|
-
|
|
34951
|
-
|
|
35197
|
+
button.E_l48ei06.ant-btn {
|
|
35198
|
+
font-size: 12px;
|
|
35199
|
+
line-height: 18px;
|
|
35200
|
+
height: 18px;
|
|
34952
35201
|
}
|
|
34953
35202
|
|
|
34954
|
-
.
|
|
34955
|
-
|
|
35203
|
+
button.E_l48ei06 {
|
|
35204
|
+
color: #0080FF;
|
|
35205
|
+
height: unset;
|
|
34956
35206
|
}
|
|
34957
35207
|
|
|
34958
|
-
.
|
|
34959
|
-
|
|
34960
|
-
border-bottom: 1px solid white;
|
|
34961
|
-
height: 40px;
|
|
34962
|
-
vertical-align: middle;
|
|
34963
|
-
transition: background 0ms;
|
|
34964
|
-
color: #00122e;
|
|
35208
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
35209
|
+
margin-right: 4px;
|
|
34965
35210
|
}
|
|
34966
35211
|
|
|
34967
|
-
.
|
|
34968
|
-
|
|
34969
|
-
border-bottom-color: #f2f5fa;
|
|
35212
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
35213
|
+
margin-left: 4px;
|
|
34970
35214
|
}
|
|
34971
35215
|
|
|
34972
|
-
.
|
|
34973
|
-
|
|
34974
|
-
color: #00122e;
|
|
34975
|
-
font-size: 12px;
|
|
34976
|
-
text-align: left;
|
|
34977
|
-
transition: none;
|
|
34978
|
-
overflow: hidden;
|
|
34979
|
-
text-overflow: ellipsis;
|
|
34980
|
-
white-space: nowrap;
|
|
35216
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35217
|
+
color: #009DFF;
|
|
34981
35218
|
}
|
|
34982
35219
|
|
|
34983
|
-
.
|
|
34984
|
-
color: #
|
|
35220
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35221
|
+
color: #005ED1;
|
|
34985
35222
|
}
|
|
34986
35223
|
|
|
34987
|
-
.
|
|
34988
|
-
|
|
34989
|
-
text-overflow: ellipsis;
|
|
34990
|
-
width: 100%;
|
|
34991
|
-
vertical-align: middle;
|
|
35224
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
35225
|
+
color: #0080FF;
|
|
34992
35226
|
}
|
|
34993
35227
|
|
|
34994
|
-
.
|
|
34995
|
-
|
|
35228
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
35229
|
+
color: #00122E;
|
|
34996
35230
|
}
|
|
34997
35231
|
|
|
34998
|
-
.
|
|
34999
|
-
|
|
35232
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35233
|
+
color: #0080FF;
|
|
35000
35234
|
}
|
|
35001
35235
|
|
|
35002
|
-
.
|
|
35003
|
-
|
|
35236
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35237
|
+
color: #005ED1;
|
|
35004
35238
|
}
|
|
35005
35239
|
|
|
35006
|
-
.
|
|
35007
|
-
|
|
35008
|
-
border-color: transparent transparent white;
|
|
35240
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35241
|
+
color: #00122E;
|
|
35009
35242
|
}
|
|
35010
35243
|
|
|
35011
|
-
.
|
|
35012
|
-
|
|
35244
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35245
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35013
35246
|
}
|
|
35014
35247
|
|
|
35015
|
-
.
|
|
35016
|
-
|
|
35248
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35249
|
+
color: #0080FF;
|
|
35017
35250
|
}
|
|
35018
35251
|
|
|
35019
|
-
.
|
|
35020
|
-
|
|
35021
|
-
width: 4px;
|
|
35022
|
-
top: -1px;
|
|
35023
|
-
bottom: -1px;
|
|
35024
|
-
background: white;
|
|
35252
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35253
|
+
color: #005ED1;
|
|
35025
35254
|
}
|
|
35026
35255
|
|
|
35027
|
-
.
|
|
35028
|
-
|
|
35256
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35257
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35029
35258
|
}
|
|
35030
35259
|
|
|
35031
|
-
.
|
|
35032
|
-
|
|
35033
|
-
|
|
35034
|
-
|
|
35035
|
-
|
|
35260
|
+
.E_lht19u8 {
|
|
35261
|
+
width: 64px;
|
|
35262
|
+
height: 64px;
|
|
35263
|
+
display: flex;
|
|
35264
|
+
align-items: center;
|
|
35265
|
+
justify-content: center;
|
|
35266
|
+
position: relative;
|
|
35267
|
+
opacity: 0.2;
|
|
35268
|
+
}
|
|
35036
35269
|
|
|
35037
|
-
.
|
|
35038
|
-
|
|
35039
|
-
|
|
35040
|
-
|
|
35270
|
+
.E_lk3gkp4 {
|
|
35271
|
+
position: absolute;
|
|
35272
|
+
width: 5px;
|
|
35273
|
+
height: 48px;
|
|
35274
|
+
left: 9.33px;
|
|
35275
|
+
top: 40.5px;
|
|
35276
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35277
|
+
border-radius: 5px;
|
|
35278
|
+
transform: rotate(-128deg);
|
|
35279
|
+
transform-origin: top left;
|
|
35280
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35041
35281
|
}
|
|
35042
35282
|
|
|
35043
|
-
.
|
|
35044
|
-
|
|
35045
|
-
|
|
35283
|
+
.E_ll4n94n {
|
|
35284
|
+
position: absolute;
|
|
35285
|
+
width: 5px;
|
|
35286
|
+
height: 48px;
|
|
35287
|
+
left: 40.8px;
|
|
35288
|
+
top: 8.4px;
|
|
35289
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35290
|
+
border-radius: 5px;
|
|
35291
|
+
transform: rotate(-8deg);
|
|
35292
|
+
transform-origin: top left;
|
|
35293
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35046
35294
|
}
|
|
35047
35295
|
|
|
35048
|
-
.
|
|
35049
|
-
|
|
35050
|
-
|
|
35051
|
-
height:
|
|
35052
|
-
|
|
35296
|
+
.E_l17lbdo6 {
|
|
35297
|
+
position: absolute;
|
|
35298
|
+
width: 5px;
|
|
35299
|
+
height: 48px;
|
|
35300
|
+
left: 52.9px;
|
|
35301
|
+
top: 51.8px;
|
|
35302
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35303
|
+
border-radius: 5px;
|
|
35304
|
+
transform: rotate(112deg);
|
|
35305
|
+
transform-origin: top left;
|
|
35306
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35053
35307
|
}
|
|
35054
35308
|
|
|
35055
|
-
.
|
|
35056
|
-
|
|
35057
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35309
|
+
.E_w7ob4th.outside-tag {
|
|
35310
|
+
padding-left: 0;
|
|
35058
35311
|
}
|
|
35059
35312
|
|
|
35060
|
-
.
|
|
35061
|
-
|
|
35062
|
-
|
|
35063
|
-
|
|
35064
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35313
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35314
|
+
border-radius: 4px 0 0 4px;
|
|
35315
|
+
padding-right: 4px;
|
|
35316
|
+
margin-right: 4px;
|
|
35065
35317
|
}
|
|
35066
35318
|
|
|
35067
|
-
.
|
|
35068
|
-
|
|
35319
|
+
.E_slr2ynn {
|
|
35320
|
+
padding: 0 8px;
|
|
35321
|
+
height: 18px;
|
|
35069
35322
|
}
|
|
35070
35323
|
|
|
35071
|
-
.
|
|
35072
|
-
|
|
35073
|
-
|
|
35324
|
+
.E_m140wbb6 {
|
|
35325
|
+
padding: 2px 8px;
|
|
35326
|
+
height: 24px;
|
|
35074
35327
|
}
|
|
35075
35328
|
|
|
35076
|
-
.
|
|
35077
|
-
|
|
35329
|
+
.E_t1fozc1i {
|
|
35330
|
+
margin: 0;
|
|
35078
35331
|
}
|
|
35079
35332
|
|
|
35080
|
-
.
|
|
35081
|
-
|
|
35082
|
-
|
|
35083
|
-
border-top-color: transparent;
|
|
35333
|
+
.E_i1vxv4ln {
|
|
35334
|
+
margin-right: 4px;
|
|
35335
|
+
height: 16px;
|
|
35084
35336
|
}
|
|
35085
35337
|
|
|
35086
|
-
.
|
|
35087
|
-
|
|
35338
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35339
|
+
font-weight: 700;
|
|
35340
|
+
color: #00122e;
|
|
35341
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35342
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35343
|
+
word-break: break-all;
|
|
35344
|
+
display: inline;
|
|
35345
|
+
white-space: normal;
|
|
35088
35346
|
}
|
|
35089
35347
|
|
|
35090
|
-
.
|
|
35091
|
-
|
|
35348
|
+
.E_t1dtlqs1 {
|
|
35349
|
+
margin-bottom: 4px;
|
|
35350
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35351
|
+
overflow: hidden;
|
|
35352
|
+
text-overflow: ellipsis;
|
|
35353
|
+
white-space: nowrap;
|
|
35092
35354
|
}
|
|
35093
35355
|
|
|
35094
|
-
.
|
|
35095
|
-
|
|
35356
|
+
.E_s1ese5oy {
|
|
35357
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35358
|
+
line-height: 32px;
|
|
35359
|
+
height: 32px;
|
|
35360
|
+
margin-bottom: 0;
|
|
35096
35361
|
}
|
|
35097
35362
|
|
|
35098
|
-
.
|
|
35099
|
-
|
|
35100
|
-
font-weight: 400;
|
|
35101
|
-
position: relative;
|
|
35102
|
-
border-bottom: none;
|
|
35103
|
-
color: #00122e;
|
|
35104
|
-
transition: none;
|
|
35105
|
-
padding: 14px 8px 14px 8px;
|
|
35106
|
-
line-height: 20px;
|
|
35363
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
35364
|
+
color: #0080ff;
|
|
35107
35365
|
}
|
|
35108
35366
|
|
|
35109
|
-
.
|
|
35110
|
-
|
|
35111
|
-
width: 1px;
|
|
35112
|
-
top: 0;
|
|
35113
|
-
bottom: 0;
|
|
35114
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35115
|
-
position: absolute;
|
|
35116
|
-
right: 0;
|
|
35367
|
+
.E_s1ese5oy.warning {
|
|
35368
|
+
color: #ffa500;
|
|
35117
35369
|
}
|
|
35118
35370
|
|
|
35119
|
-
.
|
|
35120
|
-
|
|
35371
|
+
.E_s1ese5oy.success {
|
|
35372
|
+
color: #00ba5d;
|
|
35121
35373
|
}
|
|
35122
35374
|
|
|
35123
|
-
.
|
|
35124
|
-
|
|
35375
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
35376
|
+
color: #f0483e;
|
|
35125
35377
|
}
|
|
35126
35378
|
|
|
35127
|
-
.
|
|
35128
|
-
|
|
35129
|
-
overflow: hidden;
|
|
35130
|
-
white-space: nowrap;
|
|
35131
|
-
text-overflow: ellipsis;
|
|
35379
|
+
.E_s1ese5oy.normal {
|
|
35380
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35132
35381
|
}
|
|
35133
35382
|
|
|
35134
|
-
.
|
|
35135
|
-
|
|
35136
|
-
|
|
35137
|
-
flex: 1;
|
|
35383
|
+
.E_b1ibis43 {
|
|
35384
|
+
margin-bottom: 0;
|
|
35385
|
+
color: #00122e;
|
|
35138
35386
|
}
|
|
35139
35387
|
|
|
35140
|
-
.
|
|
35141
|
-
|
|
35388
|
+
.E_b11xxjd2 {
|
|
35389
|
+
line-height: 32px;
|
|
35390
|
+
margin-right: 6px;
|
|
35142
35391
|
}
|
|
35143
35392
|
|
|
35144
|
-
.
|
|
35145
|
-
|
|
35393
|
+
.E_bsub5bw.with-description {
|
|
35394
|
+
height: 24px;
|
|
35395
|
+
flex: 1;
|
|
35396
|
+
position: relative;
|
|
35397
|
+
top: -7px;
|
|
35146
35398
|
}
|
|
35147
35399
|
|
|
35148
|
-
.
|
|
35149
|
-
|
|
35150
|
-
|
|
35151
|
-
|
|
35152
|
-
|
|
35153
|
-
height: 16px;
|
|
35154
|
-
display: none;
|
|
35155
|
-
transition: transform 320ms ease;
|
|
35400
|
+
.E_bsub5bw p {
|
|
35401
|
+
width: 100%;
|
|
35402
|
+
overflow: hidden;
|
|
35403
|
+
text-overflow: ellipsis;
|
|
35404
|
+
white-space: nowrap;
|
|
35156
35405
|
}
|
|
35157
35406
|
|
|
35158
|
-
.
|
|
35159
|
-
|
|
35160
|
-
|
|
35407
|
+
.E_tmoyoag {
|
|
35408
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35409
|
+
border-radius: 8px;
|
|
35410
|
+
overflow: auto;
|
|
35161
35411
|
}
|
|
35162
35412
|
|
|
35163
|
-
.
|
|
35164
|
-
|
|
35413
|
+
.E_tmoyoag .ant-list {
|
|
35414
|
+
position: relative;
|
|
35165
35415
|
}
|
|
35166
35416
|
|
|
35167
|
-
.
|
|
35168
|
-
|
|
35417
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35418
|
+
position: sticky;
|
|
35419
|
+
top: 0;
|
|
35420
|
+
z-index: 2;
|
|
35421
|
+
display: flex;
|
|
35422
|
+
padding: 8px;
|
|
35423
|
+
flex-wrap: nowrap;
|
|
35424
|
+
justify-content: flex-start;
|
|
35425
|
+
background: #f2f5fa;
|
|
35426
|
+
font-size: 14px;
|
|
35427
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35428
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35169
35429
|
}
|
|
35170
35430
|
|
|
35171
|
-
.
|
|
35172
|
-
|
|
35431
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35432
|
+
align-items: inherit;
|
|
35173
35433
|
}
|
|
35174
35434
|
|
|
35175
|
-
.
|
|
35176
|
-
|
|
35435
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35436
|
+
display: flex;
|
|
35437
|
+
justify-content: flex-start;
|
|
35438
|
+
align-items: flex-start;
|
|
35439
|
+
flex-wrap: wrap;
|
|
35440
|
+
padding: 8px;
|
|
35441
|
+
border: none;
|
|
35177
35442
|
}
|
|
35178
35443
|
|
|
35179
|
-
.
|
|
35180
|
-
|
|
35444
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35445
|
+
flex-basis: 100%;
|
|
35446
|
+
margin: 12px 0 0;
|
|
35447
|
+
order: 99;
|
|
35448
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35181
35449
|
}
|
|
35182
35450
|
|
|
35183
|
-
.
|
|
35184
|
-
|
|
35451
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35452
|
+
color: #f0483e;
|
|
35453
|
+
flex-basis: 100%;
|
|
35454
|
+
order: 98;
|
|
35455
|
+
margin: 12px 0 0;
|
|
35185
35456
|
}
|
|
35186
35457
|
|
|
35187
|
-
.
|
|
35188
|
-
|
|
35458
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35459
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35189
35460
|
}
|
|
35190
35461
|
|
|
35191
|
-
.
|
|
35192
|
-
|
|
35462
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35463
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35193
35464
|
}
|
|
35194
35465
|
|
|
35195
|
-
.
|
|
35196
|
-
|
|
35197
|
-
|
|
35198
|
-
top: 50%;
|
|
35199
|
-
transform: translate(-50%, -50%);
|
|
35466
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35467
|
+
flex: 1 0 0;
|
|
35468
|
+
overflow: hidden;
|
|
35200
35469
|
}
|
|
35201
35470
|
|
|
35202
|
-
.
|
|
35203
|
-
|
|
35471
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35472
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35473
|
+
margin: 0;
|
|
35204
35474
|
}
|
|
35205
35475
|
|
|
35206
|
-
.
|
|
35207
|
-
|
|
35476
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35477
|
+
text-align: center;
|
|
35208
35478
|
}
|
|
35209
35479
|
|
|
35210
|
-
.
|
|
35211
|
-
|
|
35480
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
35481
|
+
text-align: center;
|
|
35212
35482
|
}
|
|
35213
35483
|
|
|
35214
|
-
.
|
|
35215
|
-
|
|
35216
|
-
border: none;
|
|
35217
|
-
background: inherit !important;
|
|
35218
|
-
height: 100px;
|
|
35219
|
-
vertical-align: middle;
|
|
35484
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35485
|
+
text-align: left;
|
|
35220
35486
|
}
|
|
35221
35487
|
|
|
35222
|
-
.
|
|
35223
|
-
|
|
35224
|
-
font-weight: bold;
|
|
35225
|
-
font-size: 20px;
|
|
35226
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35488
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
35489
|
+
text-align: left;
|
|
35227
35490
|
}
|
|
35228
35491
|
|
|
35229
|
-
.
|
|
35230
|
-
|
|
35231
|
-
z-index: 10;
|
|
35492
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35493
|
+
text-align: right;
|
|
35232
35494
|
}
|
|
35233
35495
|
|
|
35234
|
-
.
|
|
35235
|
-
|
|
35236
|
-
position: relative;
|
|
35237
|
-
background: #fff;
|
|
35496
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
35497
|
+
text-align: right;
|
|
35238
35498
|
}
|
|
35239
35499
|
|
|
35240
|
-
.
|
|
35241
|
-
|
|
35242
|
-
display: flex;
|
|
35243
|
-
align-items: center;
|
|
35244
|
-
justify-content: flex-end;
|
|
35245
|
-
padding-right: 8px;
|
|
35500
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35501
|
+
margin-right: 8px;
|
|
35246
35502
|
}
|
|
35247
35503
|
|
|
35248
|
-
.
|
|
35504
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35505
|
+
padding: 4px;
|
|
35249
35506
|
width: 24px;
|
|
35250
35507
|
height: 24px;
|
|
35251
|
-
|
|
35252
|
-
justify-content: center;
|
|
35253
|
-
border-radius: 4px;
|
|
35508
|
+
overflow: hidden;
|
|
35254
35509
|
}
|
|
35255
35510
|
|
|
35256
|
-
.
|
|
35257
|
-
|
|
35511
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35512
|
+
padding: 0;
|
|
35258
35513
|
}
|
|
35259
35514
|
|
|
35260
|
-
.
|
|
35261
|
-
|
|
35262
|
-
|
|
35263
|
-
display: flex;
|
|
35264
|
-
align-items: center;
|
|
35265
|
-
justify-content: center;
|
|
35266
|
-
position: relative;
|
|
35267
|
-
opacity: 0.2;
|
|
35515
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35516
|
+
cursor: not-allowed;
|
|
35517
|
+
opacity: 0.5;
|
|
35268
35518
|
}
|
|
35269
35519
|
|
|
35270
|
-
.
|
|
35271
|
-
|
|
35272
|
-
width: 5px;
|
|
35273
|
-
height: 48px;
|
|
35274
|
-
left: 9.33px;
|
|
35275
|
-
top: 40.5px;
|
|
35276
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35277
|
-
border-radius: 5px;
|
|
35278
|
-
transform: rotate(-128deg);
|
|
35279
|
-
transform-origin: top left;
|
|
35280
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35520
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35521
|
+
margin: 0;
|
|
35281
35522
|
}
|
|
35282
35523
|
|
|
35283
|
-
.
|
|
35284
|
-
|
|
35285
|
-
width: 5px;
|
|
35286
|
-
height: 48px;
|
|
35287
|
-
left: 40.8px;
|
|
35288
|
-
top: 8.4px;
|
|
35289
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35524
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35525
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35290
35526
|
border-radius: 5px;
|
|
35291
|
-
|
|
35292
|
-
transform-origin: top left;
|
|
35293
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35527
|
+
font-size: 12px;
|
|
35294
35528
|
}
|
|
35295
35529
|
|
|
35296
|
-
.
|
|
35297
|
-
|
|
35298
|
-
width: 5px;
|
|
35299
|
-
height: 48px;
|
|
35300
|
-
left: 52.9px;
|
|
35301
|
-
top: 51.8px;
|
|
35302
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35303
|
-
border-radius: 5px;
|
|
35304
|
-
transform: rotate(112deg);
|
|
35305
|
-
transform-origin: top left;
|
|
35306
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35530
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35531
|
+
font-size: inherit;
|
|
35307
35532
|
}
|
|
35308
35533
|
|
|
35309
|
-
.
|
|
35310
|
-
|
|
35534
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35535
|
+
min-height: 24px;
|
|
35536
|
+
font-size: 12px;
|
|
35537
|
+
position: relative;
|
|
35311
35538
|
}
|
|
35312
35539
|
|
|
35313
|
-
.
|
|
35314
|
-
border-
|
|
35315
|
-
padding-right: 4px;
|
|
35316
|
-
margin-right: 4px;
|
|
35540
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35541
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35317
35542
|
}
|
|
35318
35543
|
|
|
35319
|
-
.
|
|
35544
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35545
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35546
|
+
}
|
|
35547
|
+
|
|
35548
|
+
.E_a138syjm {
|
|
35320
35549
|
display: flex;
|
|
35321
35550
|
align-items: center;
|
|
35322
|
-
|
|
35323
|
-
column-gap: 6px;
|
|
35551
|
+
margin-top: 8px;
|
|
35324
35552
|
}
|
|
35325
35553
|
|
|
35326
|
-
.
|
|
35327
|
-
|
|
35328
|
-
|
|
35329
|
-
justify-content: center;
|
|
35330
|
-
row-gap: var(--p1cmxsf7-0);
|
|
35554
|
+
.E_a138syjm button.ant-btn {
|
|
35555
|
+
padding: 2px 8px;
|
|
35556
|
+
height: 24px;
|
|
35331
35557
|
}
|
|
35332
35558
|
|
|
35333
|
-
.
|
|
35334
|
-
|
|
35559
|
+
.E_a138syjm > span.maximum-desc {
|
|
35560
|
+
display: none;
|
|
35561
|
+
margin-left: 8px;
|
|
35562
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35335
35563
|
}
|
|
35336
35564
|
|
|
35337
|
-
.
|
|
35338
|
-
|
|
35339
|
-
height: 18px;
|
|
35565
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35566
|
+
display: inline;
|
|
35340
35567
|
}
|
|
35341
35568
|
|
|
35342
|
-
.
|
|
35343
|
-
|
|
35569
|
+
.E_d77i8u0 {
|
|
35570
|
+
width: 24px;
|
|
35344
35571
|
height: 24px;
|
|
35572
|
+
padding: 4px;
|
|
35573
|
+
margin-right: 8px;
|
|
35574
|
+
}
|
|
35575
|
+
|
|
35576
|
+
.E_r77hffu {
|
|
35577
|
+
display: flex;
|
|
35578
|
+
align-items: center;
|
|
35579
|
+
justify-content: space-between;
|
|
35580
|
+
column-gap: 6px;
|
|
35345
35581
|
}
|
|
35346
35582
|
|
|
35347
|
-
.
|
|
35348
|
-
|
|
35583
|
+
.E_p1cmxsf7 {
|
|
35584
|
+
display: flex;
|
|
35585
|
+
flex-direction: column;
|
|
35586
|
+
justify-content: center;
|
|
35587
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35349
35588
|
}
|
|
35350
35589
|
|
|
35351
|
-
.
|
|
35352
|
-
|
|
35353
|
-
height: 16px;
|
|
35590
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35591
|
+
font-size: 0;
|
|
35354
35592
|
}
|
|
35355
35593
|
|
|
35356
|
-
.
|
|
35357
|
-
|
|
35358
|
-
|
|
35359
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35360
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35361
|
-
word-break: break-all;
|
|
35362
|
-
display: inline;
|
|
35363
|
-
white-space: normal;
|
|
35594
|
+
.E_i1g85yz3 {
|
|
35595
|
+
margin-right: 4px;
|
|
35596
|
+
height: 16px;
|
|
35364
35597
|
}
|
|
35365
35598
|
|
|
35366
35599
|
.E_sjob3jg {
|
|
@@ -35595,234 +35828,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35595
35828
|
justify-content: center;
|
|
35596
35829
|
}
|
|
35597
35830
|
|
|
35598
|
-
.E_t1dtlqs1 {
|
|
35599
|
-
margin-bottom: 4px;
|
|
35600
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35601
|
-
overflow: hidden;
|
|
35602
|
-
text-overflow: ellipsis;
|
|
35603
|
-
white-space: nowrap;
|
|
35604
|
-
}
|
|
35605
|
-
|
|
35606
|
-
.E_s1ese5oy {
|
|
35607
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35608
|
-
line-height: 32px;
|
|
35609
|
-
height: 32px;
|
|
35610
|
-
margin-bottom: 0;
|
|
35611
|
-
}
|
|
35612
|
-
|
|
35613
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
35614
|
-
color: #0080ff;
|
|
35615
|
-
}
|
|
35616
|
-
|
|
35617
|
-
.E_s1ese5oy.warning {
|
|
35618
|
-
color: #ffa500;
|
|
35619
|
-
}
|
|
35620
|
-
|
|
35621
|
-
.E_s1ese5oy.success {
|
|
35622
|
-
color: #00ba5d;
|
|
35623
|
-
}
|
|
35624
|
-
|
|
35625
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
35626
|
-
color: #f0483e;
|
|
35627
|
-
}
|
|
35628
|
-
|
|
35629
|
-
.E_s1ese5oy.normal {
|
|
35630
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35631
|
-
}
|
|
35632
|
-
|
|
35633
|
-
.E_b1ibis43 {
|
|
35634
|
-
margin-bottom: 0;
|
|
35635
|
-
color: #00122e;
|
|
35636
|
-
}
|
|
35637
|
-
|
|
35638
|
-
.E_b11xxjd2 {
|
|
35639
|
-
line-height: 32px;
|
|
35640
|
-
margin-right: 6px;
|
|
35641
|
-
}
|
|
35642
|
-
|
|
35643
|
-
.E_bsub5bw.with-description {
|
|
35644
|
-
height: 24px;
|
|
35645
|
-
flex: 1;
|
|
35646
|
-
position: relative;
|
|
35647
|
-
top: -7px;
|
|
35648
|
-
}
|
|
35649
|
-
|
|
35650
|
-
.E_bsub5bw p {
|
|
35651
|
-
width: 100%;
|
|
35652
|
-
overflow: hidden;
|
|
35653
|
-
text-overflow: ellipsis;
|
|
35654
|
-
white-space: nowrap;
|
|
35655
|
-
}
|
|
35656
|
-
|
|
35657
|
-
.E_tmoyoag {
|
|
35658
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35659
|
-
border-radius: 8px;
|
|
35660
|
-
overflow: auto;
|
|
35661
|
-
}
|
|
35662
|
-
|
|
35663
|
-
.E_tmoyoag .ant-list {
|
|
35664
|
-
position: relative;
|
|
35665
|
-
}
|
|
35666
|
-
|
|
35667
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35668
|
-
position: sticky;
|
|
35669
|
-
top: 0;
|
|
35670
|
-
z-index: 2;
|
|
35671
|
-
display: flex;
|
|
35672
|
-
padding: 8px;
|
|
35673
|
-
flex-wrap: nowrap;
|
|
35674
|
-
justify-content: flex-start;
|
|
35675
|
-
background: #f2f5fa;
|
|
35676
|
-
font-size: 14px;
|
|
35677
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35678
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35679
|
-
}
|
|
35680
|
-
|
|
35681
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35682
|
-
align-items: inherit;
|
|
35683
|
-
}
|
|
35684
|
-
|
|
35685
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35686
|
-
display: flex;
|
|
35687
|
-
justify-content: flex-start;
|
|
35688
|
-
align-items: flex-start;
|
|
35689
|
-
flex-wrap: wrap;
|
|
35690
|
-
padding: 8px;
|
|
35691
|
-
border: none;
|
|
35692
|
-
}
|
|
35693
|
-
|
|
35694
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35695
|
-
flex-basis: 100%;
|
|
35696
|
-
margin: 12px 0 0;
|
|
35697
|
-
order: 99;
|
|
35698
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35699
|
-
}
|
|
35700
|
-
|
|
35701
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35702
|
-
color: #f0483e;
|
|
35703
|
-
flex-basis: 100%;
|
|
35704
|
-
order: 98;
|
|
35705
|
-
margin: 12px 0 0;
|
|
35706
|
-
}
|
|
35707
|
-
|
|
35708
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35709
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35710
|
-
}
|
|
35711
|
-
|
|
35712
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35713
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35714
|
-
}
|
|
35715
|
-
|
|
35716
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35717
|
-
flex: 1 0 0;
|
|
35718
|
-
overflow: hidden;
|
|
35719
|
-
}
|
|
35720
|
-
|
|
35721
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35722
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35723
|
-
margin: 0;
|
|
35724
|
-
}
|
|
35725
|
-
|
|
35726
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35727
|
-
text-align: center;
|
|
35728
|
-
}
|
|
35729
|
-
|
|
35730
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
35731
|
-
text-align: center;
|
|
35732
|
-
}
|
|
35733
|
-
|
|
35734
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35735
|
-
text-align: left;
|
|
35736
|
-
}
|
|
35737
|
-
|
|
35738
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
35739
|
-
text-align: left;
|
|
35740
|
-
}
|
|
35741
|
-
|
|
35742
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35743
|
-
text-align: right;
|
|
35744
|
-
}
|
|
35745
|
-
|
|
35746
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
35747
|
-
text-align: right;
|
|
35748
|
-
}
|
|
35749
|
-
|
|
35750
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35751
|
-
margin-right: 8px;
|
|
35752
|
-
}
|
|
35753
|
-
|
|
35754
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35755
|
-
padding: 4px;
|
|
35756
|
-
width: 24px;
|
|
35757
|
-
height: 24px;
|
|
35758
|
-
overflow: hidden;
|
|
35759
|
-
}
|
|
35760
|
-
|
|
35761
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35762
|
-
padding: 0;
|
|
35763
|
-
}
|
|
35764
|
-
|
|
35765
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35766
|
-
cursor: not-allowed;
|
|
35767
|
-
opacity: 0.5;
|
|
35768
|
-
}
|
|
35769
|
-
|
|
35770
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35771
|
-
margin: 0;
|
|
35772
|
-
}
|
|
35773
|
-
|
|
35774
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35775
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35776
|
-
border-radius: 5px;
|
|
35777
|
-
font-size: 12px;
|
|
35778
|
-
}
|
|
35779
|
-
|
|
35780
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35781
|
-
font-size: inherit;
|
|
35782
|
-
}
|
|
35783
|
-
|
|
35784
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35785
|
-
min-height: 24px;
|
|
35786
|
-
font-size: 12px;
|
|
35787
|
-
position: relative;
|
|
35788
|
-
}
|
|
35789
|
-
|
|
35790
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35791
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35792
|
-
}
|
|
35793
|
-
|
|
35794
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35795
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35796
|
-
}
|
|
35797
|
-
|
|
35798
|
-
.E_a138syjm {
|
|
35799
|
-
display: flex;
|
|
35800
|
-
align-items: center;
|
|
35801
|
-
margin-top: 8px;
|
|
35802
|
-
}
|
|
35803
|
-
|
|
35804
|
-
.E_a138syjm button.ant-btn {
|
|
35805
|
-
padding: 2px 8px;
|
|
35806
|
-
height: 24px;
|
|
35807
|
-
}
|
|
35808
|
-
|
|
35809
|
-
.E_a138syjm > span.maximum-desc {
|
|
35810
|
-
display: none;
|
|
35811
|
-
margin-left: 8px;
|
|
35812
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35813
|
-
}
|
|
35814
|
-
|
|
35815
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
35816
|
-
display: inline;
|
|
35817
|
-
}
|
|
35818
|
-
|
|
35819
|
-
.E_d77i8u0 {
|
|
35820
|
-
width: 24px;
|
|
35821
|
-
height: 24px;
|
|
35822
|
-
padding: 4px;
|
|
35823
|
-
margin-right: 8px;
|
|
35824
|
-
}
|
|
35825
|
-
|
|
35826
35831
|
.E_t13ef470 {
|
|
35827
35832
|
height: 100%;
|
|
35828
35833
|
}
|
|
@@ -35860,11 +35865,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35860
35865
|
background: rgba(163, 180, 204, 0.18);
|
|
35861
35866
|
}
|
|
35862
35867
|
|
|
35863
|
-
.E_i1g85yz3 {
|
|
35864
|
-
margin-right: 4px;
|
|
35865
|
-
height: 16px;
|
|
35866
|
-
}
|
|
35867
|
-
|
|
35868
35868
|
.E_msn7nxt {
|
|
35869
35869
|
color: rgba(44, 56, 82, 0.6);
|
|
35870
35870
|
text-align: center;
|