@cloudtower/eagle 0.32.23 → 0.32.24
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 +2015 -2015
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1459 -1459
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29662,6 +29662,160 @@ html body {
|
|
|
29662
29662
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29663
29663
|
}
|
|
29664
29664
|
}
|
|
29665
|
+
.E_s1ebs0ra {
|
|
29666
|
+
display: flex;
|
|
29667
|
+
align-items: center;
|
|
29668
|
+
justify-content: space-between;
|
|
29669
|
+
background: #edf0f7;
|
|
29670
|
+
padding: 8px 12px;
|
|
29671
|
+
position: sticky;
|
|
29672
|
+
top: 0;
|
|
29673
|
+
z-index: 1;
|
|
29674
|
+
margin-bottom: -52px;
|
|
29675
|
+
}
|
|
29676
|
+
|
|
29677
|
+
.E_s1ebs0ra .select-total {
|
|
29678
|
+
display: flex;
|
|
29679
|
+
align-items: center;
|
|
29680
|
+
font-weight: 700;
|
|
29681
|
+
flex-shrink: 0;
|
|
29682
|
+
}
|
|
29683
|
+
|
|
29684
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29685
|
+
cursor: pointer;
|
|
29686
|
+
margin-left: 8px;
|
|
29687
|
+
width: 32px;
|
|
29688
|
+
height: 32px;
|
|
29689
|
+
border-radius: 50%;
|
|
29690
|
+
justify-content: center;
|
|
29691
|
+
}
|
|
29692
|
+
|
|
29693
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29694
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29695
|
+
}
|
|
29696
|
+
|
|
29697
|
+
.E_s1ebs0ra .action-group {
|
|
29698
|
+
flex: 1;
|
|
29699
|
+
margin-left: 88px;
|
|
29700
|
+
white-space: nowrap;
|
|
29701
|
+
text-align: right;
|
|
29702
|
+
position: relative;
|
|
29703
|
+
padding: 4px 0;
|
|
29704
|
+
margin-top: -4px;
|
|
29705
|
+
overflow: hidden;
|
|
29706
|
+
}
|
|
29707
|
+
|
|
29708
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29709
|
+
transform: translateY(-4px);
|
|
29710
|
+
}
|
|
29711
|
+
|
|
29712
|
+
.E_s1ebs0ra .action-group button {
|
|
29713
|
+
border: none;
|
|
29714
|
+
}
|
|
29715
|
+
|
|
29716
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29717
|
+
margin-right: 8px;
|
|
29718
|
+
}
|
|
29719
|
+
|
|
29720
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29721
|
+
margin-right: 4px;
|
|
29722
|
+
}
|
|
29723
|
+
|
|
29724
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29725
|
+
cursor: pointer;
|
|
29726
|
+
width: 32px;
|
|
29727
|
+
height: 32px;
|
|
29728
|
+
justify-content: center;
|
|
29729
|
+
border-radius: 50%;
|
|
29730
|
+
}
|
|
29731
|
+
|
|
29732
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29733
|
+
background: #fff;
|
|
29734
|
+
}
|
|
29735
|
+
|
|
29736
|
+
.E_c18bcrac {
|
|
29737
|
+
display: inline-block;
|
|
29738
|
+
width: 100%;
|
|
29739
|
+
}
|
|
29740
|
+
|
|
29741
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29742
|
+
margin-left: 4px;
|
|
29743
|
+
}
|
|
29744
|
+
|
|
29745
|
+
.E_cro7kg2 {
|
|
29746
|
+
padding: 4px;
|
|
29747
|
+
}
|
|
29748
|
+
|
|
29749
|
+
.E_c14wcxf0 {
|
|
29750
|
+
display: flex;
|
|
29751
|
+
justify-content: space-between;
|
|
29752
|
+
align-items: center;
|
|
29753
|
+
font-size: 13px;
|
|
29754
|
+
line-height: 24px;
|
|
29755
|
+
color: #cccccc;
|
|
29756
|
+
white-space: nowrap;
|
|
29757
|
+
}
|
|
29758
|
+
|
|
29759
|
+
.E_c14wcxf0 label {
|
|
29760
|
+
margin-right: 32px;
|
|
29761
|
+
}
|
|
29762
|
+
|
|
29763
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29764
|
+
font-weight: bold;
|
|
29765
|
+
color: white;
|
|
29766
|
+
}
|
|
29767
|
+
|
|
29768
|
+
.E_s11212zy {
|
|
29769
|
+
width: 8px;
|
|
29770
|
+
height: 8px;
|
|
29771
|
+
border-radius: 2px;
|
|
29772
|
+
display: inline-block;
|
|
29773
|
+
background: var(--s11212zy-0);
|
|
29774
|
+
border: 1px solid #fff;
|
|
29775
|
+
box-sizing: content-box;
|
|
29776
|
+
margin-right: 6px;
|
|
29777
|
+
}
|
|
29778
|
+
|
|
29779
|
+
.E_p1lyky6c > :first-child {
|
|
29780
|
+
font-weight: bold;
|
|
29781
|
+
color: white;
|
|
29782
|
+
margin-right: 4px;
|
|
29783
|
+
}
|
|
29784
|
+
|
|
29785
|
+
.E_skwah65 {
|
|
29786
|
+
height: 8px;
|
|
29787
|
+
box-sizing: border-box;
|
|
29788
|
+
border-radius: 2px;
|
|
29789
|
+
background: #f5f7fa;
|
|
29790
|
+
display: flex;
|
|
29791
|
+
width: 100%;
|
|
29792
|
+
overflow: hidden;
|
|
29793
|
+
}
|
|
29794
|
+
|
|
29795
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29796
|
+
margin-left: 1px;
|
|
29797
|
+
}
|
|
29798
|
+
|
|
29799
|
+
.E_n12mqh7z {
|
|
29800
|
+
display: flex;
|
|
29801
|
+
align-items: center;
|
|
29802
|
+
font-size: 12px;
|
|
29803
|
+
line-height: 18px;
|
|
29804
|
+
}
|
|
29805
|
+
|
|
29806
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29807
|
+
margin-bottom: 4px;
|
|
29808
|
+
}
|
|
29809
|
+
|
|
29810
|
+
.E_tf5bynu {
|
|
29811
|
+
margin: 0 3px;
|
|
29812
|
+
}
|
|
29813
|
+
|
|
29814
|
+
.E_tcckoz1 {
|
|
29815
|
+
max-height: 400px;
|
|
29816
|
+
overflow: auto;
|
|
29817
|
+
}
|
|
29818
|
+
|
|
29665
29819
|
span.E_tqjc4ui {
|
|
29666
29820
|
margin: 0 2px;
|
|
29667
29821
|
}
|
|
@@ -29775,40 +29929,6 @@ span.E_tqjc4ui {
|
|
|
29775
29929
|
border-radius: 2px;
|
|
29776
29930
|
}
|
|
29777
29931
|
|
|
29778
|
-
.E_skwah65 {
|
|
29779
|
-
height: 8px;
|
|
29780
|
-
box-sizing: border-box;
|
|
29781
|
-
border-radius: 2px;
|
|
29782
|
-
background: #f5f7fa;
|
|
29783
|
-
display: flex;
|
|
29784
|
-
width: 100%;
|
|
29785
|
-
overflow: hidden;
|
|
29786
|
-
}
|
|
29787
|
-
|
|
29788
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29789
|
-
margin-left: 1px;
|
|
29790
|
-
}
|
|
29791
|
-
|
|
29792
|
-
.E_n12mqh7z {
|
|
29793
|
-
display: flex;
|
|
29794
|
-
align-items: center;
|
|
29795
|
-
font-size: 12px;
|
|
29796
|
-
line-height: 18px;
|
|
29797
|
-
}
|
|
29798
|
-
|
|
29799
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29800
|
-
margin-bottom: 4px;
|
|
29801
|
-
}
|
|
29802
|
-
|
|
29803
|
-
.E_tf5bynu {
|
|
29804
|
-
margin: 0 3px;
|
|
29805
|
-
}
|
|
29806
|
-
|
|
29807
|
-
.E_tcckoz1 {
|
|
29808
|
-
max-height: 400px;
|
|
29809
|
-
overflow: auto;
|
|
29810
|
-
}
|
|
29811
|
-
|
|
29812
29932
|
.E_gmyahx3 {
|
|
29813
29933
|
cursor: pointer;
|
|
29814
29934
|
}
|
|
@@ -29821,174 +29941,54 @@ span.E_tqjc4ui {
|
|
|
29821
29941
|
color: #0080ff;
|
|
29822
29942
|
}
|
|
29823
29943
|
|
|
29824
|
-
.
|
|
29825
|
-
|
|
29826
|
-
width: 100%;
|
|
29944
|
+
.E_c1up1pdz {
|
|
29945
|
+
width: 648px;
|
|
29827
29946
|
}
|
|
29828
29947
|
|
|
29829
|
-
.
|
|
29830
|
-
|
|
29948
|
+
.E_c1up1pdz.active {
|
|
29949
|
+
border-color: #0080ff;
|
|
29831
29950
|
}
|
|
29832
29951
|
|
|
29833
|
-
.
|
|
29834
|
-
|
|
29952
|
+
.E_c1up1pdz.active > header {
|
|
29953
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29835
29954
|
}
|
|
29836
29955
|
|
|
29837
|
-
.
|
|
29956
|
+
.E_c1up1pdz .expand {
|
|
29957
|
+
padding: 12px;
|
|
29958
|
+
}
|
|
29959
|
+
|
|
29960
|
+
.E_c1up1pdz .field-item {
|
|
29838
29961
|
display: flex;
|
|
29839
|
-
|
|
29840
|
-
|
|
29841
|
-
font-size: 13px;
|
|
29842
|
-
line-height: 24px;
|
|
29843
|
-
color: #cccccc;
|
|
29844
|
-
white-space: nowrap;
|
|
29962
|
+
padding: 10px 0;
|
|
29963
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29845
29964
|
}
|
|
29846
29965
|
|
|
29847
|
-
.
|
|
29848
|
-
|
|
29966
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29967
|
+
border-bottom: none;
|
|
29968
|
+
padding-bottom: 0;
|
|
29849
29969
|
}
|
|
29850
29970
|
|
|
29851
|
-
.
|
|
29852
|
-
|
|
29853
|
-
|
|
29971
|
+
.E_c1up1pdz .field-item label {
|
|
29972
|
+
line-height: 32px;
|
|
29973
|
+
width: 100px;
|
|
29974
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29854
29975
|
}
|
|
29855
29976
|
|
|
29856
|
-
.
|
|
29857
|
-
|
|
29858
|
-
|
|
29859
|
-
border-radius: 2px;
|
|
29860
|
-
display: inline-block;
|
|
29861
|
-
background: var(--s11212zy-0);
|
|
29862
|
-
border: 1px solid #fff;
|
|
29863
|
-
box-sizing: content-box;
|
|
29864
|
-
margin-right: 6px;
|
|
29977
|
+
.E_c1up1pdz .help {
|
|
29978
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29979
|
+
margin-top: 5px;
|
|
29865
29980
|
}
|
|
29866
29981
|
|
|
29867
|
-
.
|
|
29868
|
-
|
|
29869
|
-
|
|
29870
|
-
margin-right: 4px;
|
|
29982
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29983
|
+
.E_c1up1pdz .ant-picker {
|
|
29984
|
+
width: 128px;
|
|
29871
29985
|
}
|
|
29872
29986
|
|
|
29873
|
-
.
|
|
29987
|
+
.E_c156wh19 {
|
|
29874
29988
|
display: flex;
|
|
29875
29989
|
align-items: center;
|
|
29876
29990
|
justify-content: space-between;
|
|
29877
|
-
|
|
29878
|
-
padding: 8px 12px;
|
|
29879
|
-
position: sticky;
|
|
29880
|
-
top: 0;
|
|
29881
|
-
z-index: 1;
|
|
29882
|
-
margin-bottom: -52px;
|
|
29883
|
-
}
|
|
29884
|
-
|
|
29885
|
-
.E_s1ebs0ra .select-total {
|
|
29886
|
-
display: flex;
|
|
29887
|
-
align-items: center;
|
|
29888
|
-
font-weight: 700;
|
|
29889
|
-
flex-shrink: 0;
|
|
29890
|
-
}
|
|
29891
|
-
|
|
29892
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29893
|
-
cursor: pointer;
|
|
29894
|
-
margin-left: 8px;
|
|
29895
|
-
width: 32px;
|
|
29896
|
-
height: 32px;
|
|
29897
|
-
border-radius: 50%;
|
|
29898
|
-
justify-content: center;
|
|
29899
|
-
}
|
|
29900
|
-
|
|
29901
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29902
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29903
|
-
}
|
|
29904
|
-
|
|
29905
|
-
.E_s1ebs0ra .action-group {
|
|
29906
|
-
flex: 1;
|
|
29907
|
-
margin-left: 88px;
|
|
29908
|
-
white-space: nowrap;
|
|
29909
|
-
text-align: right;
|
|
29910
|
-
position: relative;
|
|
29911
|
-
padding: 4px 0;
|
|
29912
|
-
margin-top: -4px;
|
|
29913
|
-
overflow: hidden;
|
|
29914
|
-
}
|
|
29915
|
-
|
|
29916
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29917
|
-
transform: translateY(-4px);
|
|
29918
|
-
}
|
|
29919
|
-
|
|
29920
|
-
.E_s1ebs0ra .action-group button {
|
|
29921
|
-
border: none;
|
|
29922
|
-
}
|
|
29923
|
-
|
|
29924
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29925
|
-
margin-right: 8px;
|
|
29926
|
-
}
|
|
29927
|
-
|
|
29928
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29929
|
-
margin-right: 4px;
|
|
29930
|
-
}
|
|
29931
|
-
|
|
29932
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29933
|
-
cursor: pointer;
|
|
29934
|
-
width: 32px;
|
|
29935
|
-
height: 32px;
|
|
29936
|
-
justify-content: center;
|
|
29937
|
-
border-radius: 50%;
|
|
29938
|
-
}
|
|
29939
|
-
|
|
29940
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29941
|
-
background: #fff;
|
|
29942
|
-
}
|
|
29943
|
-
|
|
29944
|
-
.E_c1up1pdz {
|
|
29945
|
-
width: 648px;
|
|
29946
|
-
}
|
|
29947
|
-
|
|
29948
|
-
.E_c1up1pdz.active {
|
|
29949
|
-
border-color: #0080ff;
|
|
29950
|
-
}
|
|
29951
|
-
|
|
29952
|
-
.E_c1up1pdz.active > header {
|
|
29953
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29954
|
-
}
|
|
29955
|
-
|
|
29956
|
-
.E_c1up1pdz .expand {
|
|
29957
|
-
padding: 12px;
|
|
29958
|
-
}
|
|
29959
|
-
|
|
29960
|
-
.E_c1up1pdz .field-item {
|
|
29961
|
-
display: flex;
|
|
29962
|
-
padding: 10px 0;
|
|
29963
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29964
|
-
}
|
|
29965
|
-
|
|
29966
|
-
.E_c1up1pdz .field-item:last-child {
|
|
29967
|
-
border-bottom: none;
|
|
29968
|
-
padding-bottom: 0;
|
|
29969
|
-
}
|
|
29970
|
-
|
|
29971
|
-
.E_c1up1pdz .field-item label {
|
|
29972
|
-
line-height: 32px;
|
|
29973
|
-
width: 100px;
|
|
29974
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29975
|
-
}
|
|
29976
|
-
|
|
29977
|
-
.E_c1up1pdz .help {
|
|
29978
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29979
|
-
margin-top: 5px;
|
|
29980
|
-
}
|
|
29981
|
-
|
|
29982
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29983
|
-
.E_c1up1pdz .ant-picker {
|
|
29984
|
-
width: 128px;
|
|
29985
|
-
}
|
|
29986
|
-
|
|
29987
|
-
.E_c156wh19 {
|
|
29988
|
-
display: flex;
|
|
29989
|
-
align-items: center;
|
|
29990
|
-
justify-content: space-between;
|
|
29991
|
-
word-break: keep-all;
|
|
29991
|
+
word-break: keep-all;
|
|
29992
29992
|
}
|
|
29993
29993
|
|
|
29994
29994
|
.E_c156wh19 .title {
|
|
@@ -30107,6 +30107,142 @@ span.E_tqjc4ui {
|
|
|
30107
30107
|
color: #fff;
|
|
30108
30108
|
}
|
|
30109
30109
|
|
|
30110
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30111
|
+
background: #edf0f7;
|
|
30112
|
+
padding: 32px 8px;
|
|
30113
|
+
overflow: auto;
|
|
30114
|
+
}
|
|
30115
|
+
|
|
30116
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30117
|
+
display: flex;
|
|
30118
|
+
flex-direction: column;
|
|
30119
|
+
justify-content: space-between;
|
|
30120
|
+
}
|
|
30121
|
+
|
|
30122
|
+
.E_s1at6qmn footer {
|
|
30123
|
+
display: flex;
|
|
30124
|
+
}
|
|
30125
|
+
|
|
30126
|
+
.E_s1at6qmn .ant-menu {
|
|
30127
|
+
background: #edf0f7;
|
|
30128
|
+
}
|
|
30129
|
+
|
|
30130
|
+
.E_s1at6qmn .ant-menu a {
|
|
30131
|
+
color: #00122e;
|
|
30132
|
+
width: 180px;
|
|
30133
|
+
overflow: hidden;
|
|
30134
|
+
text-overflow: ellipsis;
|
|
30135
|
+
}
|
|
30136
|
+
|
|
30137
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30138
|
+
margin-bottom: 24px;
|
|
30139
|
+
}
|
|
30140
|
+
|
|
30141
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30142
|
+
margin: 0;
|
|
30143
|
+
}
|
|
30144
|
+
|
|
30145
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30146
|
+
font-size: 12px;
|
|
30147
|
+
padding: 0 8px 4px;
|
|
30148
|
+
line-height: 18px;
|
|
30149
|
+
}
|
|
30150
|
+
|
|
30151
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30152
|
+
padding: 0;
|
|
30153
|
+
}
|
|
30154
|
+
|
|
30155
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30156
|
+
padding-bottom: 24px;
|
|
30157
|
+
}
|
|
30158
|
+
|
|
30159
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30160
|
+
margin-bottom: 24px;
|
|
30161
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30162
|
+
}
|
|
30163
|
+
|
|
30164
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30165
|
+
transition: none;
|
|
30166
|
+
display: flex;
|
|
30167
|
+
align-items: center;
|
|
30168
|
+
height: 32px;
|
|
30169
|
+
line-height: 22px;
|
|
30170
|
+
padding: 0 8px;
|
|
30171
|
+
}
|
|
30172
|
+
|
|
30173
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30174
|
+
margin-right: 12px;
|
|
30175
|
+
}
|
|
30176
|
+
|
|
30177
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30178
|
+
margin: 0;
|
|
30179
|
+
margin-bottom: 2px;
|
|
30180
|
+
}
|
|
30181
|
+
|
|
30182
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30183
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30184
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30185
|
+
border-radius: 6px;
|
|
30186
|
+
color: #fff;
|
|
30187
|
+
}
|
|
30188
|
+
|
|
30189
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30190
|
+
color: #fff;
|
|
30191
|
+
}
|
|
30192
|
+
|
|
30193
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
30194
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30195
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30196
|
+
border-radius: 6px;
|
|
30197
|
+
}
|
|
30198
|
+
|
|
30199
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30200
|
+
white-space: nowrap;
|
|
30201
|
+
transition: all 0s;
|
|
30202
|
+
}
|
|
30203
|
+
|
|
30204
|
+
.E_s1wu0lms.shrink {
|
|
30205
|
+
transition: all 0s;
|
|
30206
|
+
overflow: hidden;
|
|
30207
|
+
}
|
|
30208
|
+
|
|
30209
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30210
|
+
visibility: hidden;
|
|
30211
|
+
}
|
|
30212
|
+
|
|
30213
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30214
|
+
width: 36px;
|
|
30215
|
+
padding: 0 6px;
|
|
30216
|
+
}
|
|
30217
|
+
|
|
30218
|
+
.E_n1ugzfva {
|
|
30219
|
+
display: flex;
|
|
30220
|
+
place-items: center;
|
|
30221
|
+
width: 100% !important;
|
|
30222
|
+
}
|
|
30223
|
+
|
|
30224
|
+
.E_n1ugzfva[disabled] {
|
|
30225
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30226
|
+
opacity: 1 !important;
|
|
30227
|
+
}
|
|
30228
|
+
|
|
30229
|
+
.E_n1ugzfva.ant-btn {
|
|
30230
|
+
width: 100%;
|
|
30231
|
+
color: #00122e;
|
|
30232
|
+
}
|
|
30233
|
+
|
|
30234
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30235
|
+
margin-right: 12px;
|
|
30236
|
+
}
|
|
30237
|
+
|
|
30238
|
+
.E_n1ugzfva .link-title {
|
|
30239
|
+
flex: 1;
|
|
30240
|
+
overflow: hidden;
|
|
30241
|
+
white-space: nowrap;
|
|
30242
|
+
text-overflow: ellipsis;
|
|
30243
|
+
text-align: left;
|
|
30244
|
+
}
|
|
30245
|
+
|
|
30110
30246
|
.E_ou7iq30 {
|
|
30111
30247
|
overflow: hidden;
|
|
30112
30248
|
text-overflow: ellipsis;
|
|
@@ -30161,18 +30297,115 @@ span.E_tqjc4ui {
|
|
|
30161
30297
|
padding: 8px 12px;
|
|
30162
30298
|
}
|
|
30163
30299
|
|
|
30164
|
-
.
|
|
30165
|
-
|
|
30166
|
-
align-items: center;
|
|
30300
|
+
.E_t1sqg15u {
|
|
30301
|
+
background: white;
|
|
30167
30302
|
}
|
|
30168
30303
|
|
|
30169
|
-
.
|
|
30170
|
-
|
|
30304
|
+
.E_t1sqg15u.inline .table-row {
|
|
30305
|
+
flex-direction: column;
|
|
30171
30306
|
}
|
|
30172
30307
|
|
|
30173
|
-
.
|
|
30174
|
-
|
|
30175
|
-
|
|
30308
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30309
|
+
padding: 0 16px 7px 0;
|
|
30310
|
+
}
|
|
30311
|
+
|
|
30312
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30313
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30314
|
+
}
|
|
30315
|
+
|
|
30316
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30317
|
+
border-top: none !important;
|
|
30318
|
+
}
|
|
30319
|
+
|
|
30320
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30321
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30322
|
+
}
|
|
30323
|
+
|
|
30324
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30325
|
+
padding-bottom: 0;
|
|
30326
|
+
}
|
|
30327
|
+
|
|
30328
|
+
.E_t1sqg15u.align-right .content {
|
|
30329
|
+
text-align: right;
|
|
30330
|
+
}
|
|
30331
|
+
|
|
30332
|
+
.E_t1sqg15u .uuid-row {
|
|
30333
|
+
display: flex;
|
|
30334
|
+
justify-content: space-between;
|
|
30335
|
+
}
|
|
30336
|
+
|
|
30337
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30338
|
+
white-space: nowrap;
|
|
30339
|
+
overflow: hidden;
|
|
30340
|
+
text-overflow: ellipsis;
|
|
30341
|
+
}
|
|
30342
|
+
|
|
30343
|
+
.E_t4zczcp {
|
|
30344
|
+
display: flex;
|
|
30345
|
+
justify-content: space-between;
|
|
30346
|
+
align-items: center;
|
|
30347
|
+
padding: 8px;
|
|
30348
|
+
min-height: 32px;
|
|
30349
|
+
}
|
|
30350
|
+
|
|
30351
|
+
.E_t4zczcp .table-title {
|
|
30352
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30353
|
+
font-weight: 600;
|
|
30354
|
+
font-size: 12px;
|
|
30355
|
+
line-height: 8px;
|
|
30356
|
+
}
|
|
30357
|
+
|
|
30358
|
+
.E_t4zczcp .edit-icon {
|
|
30359
|
+
font-size: 16px;
|
|
30360
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30361
|
+
cursor: pointer;
|
|
30362
|
+
}
|
|
30363
|
+
|
|
30364
|
+
.E_t1s7goww {
|
|
30365
|
+
font-size: 12px;
|
|
30366
|
+
line-height: 18px;
|
|
30367
|
+
}
|
|
30368
|
+
|
|
30369
|
+
.E_t93e4cf {
|
|
30370
|
+
display: flex;
|
|
30371
|
+
padding: 8px 0;
|
|
30372
|
+
color: #2d3a56;
|
|
30373
|
+
}
|
|
30374
|
+
|
|
30375
|
+
.E_t93e4cf .hidden {
|
|
30376
|
+
display: none;
|
|
30377
|
+
}
|
|
30378
|
+
|
|
30379
|
+
.E_t93e4cf .ant-btn-link {
|
|
30380
|
+
height: auto;
|
|
30381
|
+
}
|
|
30382
|
+
|
|
30383
|
+
.E_t93e4cf .content {
|
|
30384
|
+
overflow: hidden;
|
|
30385
|
+
overflow-x: auto;
|
|
30386
|
+
width: 100%;
|
|
30387
|
+
white-space: pre-wrap;
|
|
30388
|
+
}
|
|
30389
|
+
|
|
30390
|
+
.E_t93e4cf .content .ant-btn {
|
|
30391
|
+
white-space: pre-wrap;
|
|
30392
|
+
text-align: left;
|
|
30393
|
+
}
|
|
30394
|
+
|
|
30395
|
+
.E_t93e4cf .content .unit-chart {
|
|
30396
|
+
justify-content: flex-start;
|
|
30397
|
+
}
|
|
30398
|
+
|
|
30399
|
+
.E_rhz2uv5 {
|
|
30400
|
+
width: var(--rhz2uv5-0);
|
|
30401
|
+
flex-shrink: 0;
|
|
30402
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30403
|
+
padding-right: 12px;
|
|
30404
|
+
}
|
|
30405
|
+
|
|
30406
|
+
.E_wg1tsps {
|
|
30407
|
+
display: flex;
|
|
30408
|
+
align-items: center;
|
|
30176
30409
|
justify-content: flex-end;
|
|
30177
30410
|
}
|
|
30178
30411
|
|
|
@@ -30195,6 +30428,15 @@ span.E_tqjc4ui {
|
|
|
30195
30428
|
color: #00122e !important;
|
|
30196
30429
|
}
|
|
30197
30430
|
|
|
30431
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30432
|
+
display: flex;
|
|
30433
|
+
align-items: center;
|
|
30434
|
+
}
|
|
30435
|
+
|
|
30436
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30437
|
+
margin-right: 8px;
|
|
30438
|
+
}
|
|
30439
|
+
|
|
30198
30440
|
.E_t160l1cm {
|
|
30199
30441
|
display: flex;
|
|
30200
30442
|
flex-direction: column;
|
|
@@ -30445,374 +30687,122 @@ span.E_tqjc4ui {
|
|
|
30445
30687
|
background: transparent;
|
|
30446
30688
|
}
|
|
30447
30689
|
|
|
30448
|
-
.
|
|
30449
|
-
background: #edf0f7;
|
|
30450
|
-
padding: 32px 8px;
|
|
30451
|
-
overflow: auto;
|
|
30452
|
-
}
|
|
30453
|
-
|
|
30454
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
30690
|
+
.E_m74vjol {
|
|
30455
30691
|
display: flex;
|
|
30456
|
-
flex-direction: column;
|
|
30457
30692
|
justify-content: space-between;
|
|
30693
|
+
width: 100%;
|
|
30458
30694
|
}
|
|
30459
30695
|
|
|
30460
|
-
.
|
|
30461
|
-
|
|
30462
|
-
}
|
|
30463
|
-
|
|
30464
|
-
.E_s1at6qmn .ant-menu {
|
|
30465
|
-
background: #edf0f7;
|
|
30696
|
+
.E_m74vjol .action {
|
|
30697
|
+
margin-left: 16px;
|
|
30466
30698
|
}
|
|
30467
30699
|
|
|
30468
|
-
.
|
|
30469
|
-
|
|
30470
|
-
width: 180px;
|
|
30471
|
-
overflow: hidden;
|
|
30472
|
-
text-overflow: ellipsis;
|
|
30700
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30701
|
+
padding-right: 12px;
|
|
30473
30702
|
}
|
|
30474
30703
|
|
|
30475
|
-
.
|
|
30476
|
-
|
|
30704
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30705
|
+
height: fit-content;
|
|
30706
|
+
margin-left: 16px;
|
|
30477
30707
|
}
|
|
30478
30708
|
|
|
30479
|
-
.
|
|
30480
|
-
|
|
30709
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30710
|
+
flex: 1;
|
|
30481
30711
|
}
|
|
30482
30712
|
|
|
30483
|
-
.
|
|
30713
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30714
|
+
padding: 4px 8px 0 8px;
|
|
30715
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30484
30716
|
font-size: 12px;
|
|
30485
|
-
padding: 0 8px 4px;
|
|
30486
|
-
line-height: 18px;
|
|
30487
30717
|
}
|
|
30488
30718
|
|
|
30489
|
-
.
|
|
30490
|
-
padding:
|
|
30719
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30720
|
+
padding-bottom: 6px;
|
|
30491
30721
|
}
|
|
30492
30722
|
|
|
30493
|
-
.
|
|
30494
|
-
padding-
|
|
30723
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30724
|
+
padding-top: 4px;
|
|
30725
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30495
30726
|
}
|
|
30496
30727
|
|
|
30497
|
-
.
|
|
30498
|
-
|
|
30499
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30728
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30729
|
+
justify-content: center;
|
|
30500
30730
|
}
|
|
30501
30731
|
|
|
30502
|
-
.
|
|
30503
|
-
|
|
30504
|
-
display: flex;
|
|
30732
|
+
.E_b1wx3t3t.ant-btn {
|
|
30733
|
+
display: inline-flex;
|
|
30505
30734
|
align-items: center;
|
|
30735
|
+
justify-content: center;
|
|
30506
30736
|
height: 32px;
|
|
30737
|
+
border-radius: 6px;
|
|
30507
30738
|
line-height: 22px;
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30512
|
-
margin-right: 12px;
|
|
30739
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30740
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30513
30741
|
}
|
|
30514
30742
|
|
|
30515
|
-
.
|
|
30516
|
-
|
|
30517
|
-
|
|
30743
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30744
|
+
height: 40px;
|
|
30745
|
+
line-height: 24px;
|
|
30518
30746
|
}
|
|
30519
30747
|
|
|
30520
|
-
.
|
|
30521
|
-
|
|
30522
|
-
|
|
30523
|
-
border-radius: 6px;
|
|
30524
|
-
color: #fff;
|
|
30748
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30749
|
+
height: 24px;
|
|
30750
|
+
line-height: 20px;
|
|
30525
30751
|
}
|
|
30526
30752
|
|
|
30527
|
-
.
|
|
30528
|
-
|
|
30753
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30754
|
+
border-radius: 50%;
|
|
30529
30755
|
}
|
|
30530
30756
|
|
|
30531
|
-
.
|
|
30532
|
-
|
|
30533
|
-
|
|
30534
|
-
border-radius: 6px;
|
|
30757
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30758
|
+
margin-right: 8px;
|
|
30759
|
+
padding-right: 0px;
|
|
30535
30760
|
}
|
|
30536
30761
|
|
|
30537
|
-
.
|
|
30538
|
-
|
|
30539
|
-
|
|
30762
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
30763
|
+
color: var(--color, #06101f);
|
|
30764
|
+
font-weight: var(--font-weight);
|
|
30765
|
+
background: var(--background-color, #fff);
|
|
30766
|
+
border-width: var(--border-width, 1px);
|
|
30767
|
+
border-color: var(--border-color, #d9d9d9);
|
|
30540
30768
|
}
|
|
30541
30769
|
|
|
30542
|
-
.
|
|
30543
|
-
|
|
30544
|
-
overflow: hidden;
|
|
30770
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30771
|
+
display: none;
|
|
30545
30772
|
}
|
|
30546
30773
|
|
|
30547
|
-
.
|
|
30548
|
-
|
|
30774
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
30775
|
+
color: var(--color, inherit);
|
|
30549
30776
|
}
|
|
30550
30777
|
|
|
30551
|
-
.
|
|
30552
|
-
|
|
30553
|
-
|
|
30778
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30779
|
+
background: var(--background-color-hover, var(--background-color));
|
|
30780
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30554
30781
|
}
|
|
30555
30782
|
|
|
30556
|
-
.
|
|
30557
|
-
|
|
30558
|
-
|
|
30559
|
-
|
|
30783
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30784
|
+
--scale: 1;
|
|
30785
|
+
--transY: 1px;
|
|
30786
|
+
background: var(--background-color-active, var(--background-color));
|
|
30787
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30560
30788
|
}
|
|
30561
30789
|
|
|
30562
|
-
.
|
|
30563
|
-
|
|
30564
|
-
|
|
30790
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30791
|
+
background: var(--background-color-focus, var(--background-color));
|
|
30792
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30793
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30565
30794
|
}
|
|
30566
30795
|
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30569
|
-
|
|
30796
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30797
|
+
color: var(--color-disabled, var(--color));
|
|
30798
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
30799
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30800
|
+
opacity: 0.5;
|
|
30570
30801
|
}
|
|
30571
30802
|
|
|
30572
|
-
.
|
|
30573
|
-
|
|
30574
|
-
|
|
30575
|
-
|
|
30576
|
-
.E_n1ugzfva .link-title {
|
|
30577
|
-
flex: 1;
|
|
30578
|
-
overflow: hidden;
|
|
30579
|
-
white-space: nowrap;
|
|
30580
|
-
text-overflow: ellipsis;
|
|
30581
|
-
text-align: left;
|
|
30582
|
-
}
|
|
30583
|
-
|
|
30584
|
-
.E_t1sqg15u {
|
|
30585
|
-
background: white;
|
|
30586
|
-
}
|
|
30587
|
-
|
|
30588
|
-
.E_t1sqg15u.inline .table-row {
|
|
30589
|
-
flex-direction: column;
|
|
30590
|
-
}
|
|
30591
|
-
|
|
30592
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
30593
|
-
padding: 0 16px 7px 0;
|
|
30594
|
-
}
|
|
30595
|
-
|
|
30596
|
-
.E_t1sqg15u.has-border .table-header {
|
|
30597
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30598
|
-
}
|
|
30599
|
-
|
|
30600
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30601
|
-
border-top: none !important;
|
|
30602
|
-
}
|
|
30603
|
-
|
|
30604
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30605
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30606
|
-
}
|
|
30607
|
-
|
|
30608
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30609
|
-
padding-bottom: 0;
|
|
30610
|
-
}
|
|
30611
|
-
|
|
30612
|
-
.E_t1sqg15u.align-right .content {
|
|
30613
|
-
text-align: right;
|
|
30614
|
-
}
|
|
30615
|
-
|
|
30616
|
-
.E_t1sqg15u .uuid-row {
|
|
30617
|
-
display: flex;
|
|
30618
|
-
justify-content: space-between;
|
|
30619
|
-
}
|
|
30620
|
-
|
|
30621
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
30622
|
-
white-space: nowrap;
|
|
30623
|
-
overflow: hidden;
|
|
30624
|
-
text-overflow: ellipsis;
|
|
30625
|
-
}
|
|
30626
|
-
|
|
30627
|
-
.E_t4zczcp {
|
|
30628
|
-
display: flex;
|
|
30629
|
-
justify-content: space-between;
|
|
30630
|
-
align-items: center;
|
|
30631
|
-
padding: 8px;
|
|
30632
|
-
min-height: 32px;
|
|
30633
|
-
}
|
|
30634
|
-
|
|
30635
|
-
.E_t4zczcp .table-title {
|
|
30636
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30637
|
-
font-weight: 600;
|
|
30638
|
-
font-size: 12px;
|
|
30639
|
-
line-height: 8px;
|
|
30640
|
-
}
|
|
30641
|
-
|
|
30642
|
-
.E_t4zczcp .edit-icon {
|
|
30643
|
-
font-size: 16px;
|
|
30644
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30645
|
-
cursor: pointer;
|
|
30646
|
-
}
|
|
30647
|
-
|
|
30648
|
-
.E_t1s7goww {
|
|
30649
|
-
font-size: 12px;
|
|
30650
|
-
line-height: 18px;
|
|
30651
|
-
}
|
|
30652
|
-
|
|
30653
|
-
.E_t93e4cf {
|
|
30654
|
-
display: flex;
|
|
30655
|
-
padding: 8px 0;
|
|
30656
|
-
color: #2d3a56;
|
|
30657
|
-
}
|
|
30658
|
-
|
|
30659
|
-
.E_t93e4cf .hidden {
|
|
30660
|
-
display: none;
|
|
30661
|
-
}
|
|
30662
|
-
|
|
30663
|
-
.E_t93e4cf .ant-btn-link {
|
|
30664
|
-
height: auto;
|
|
30665
|
-
}
|
|
30666
|
-
|
|
30667
|
-
.E_t93e4cf .content {
|
|
30668
|
-
overflow: hidden;
|
|
30669
|
-
overflow-x: auto;
|
|
30670
|
-
width: 100%;
|
|
30671
|
-
white-space: pre-wrap;
|
|
30672
|
-
}
|
|
30673
|
-
|
|
30674
|
-
.E_t93e4cf .content .ant-btn {
|
|
30675
|
-
white-space: pre-wrap;
|
|
30676
|
-
text-align: left;
|
|
30677
|
-
}
|
|
30678
|
-
|
|
30679
|
-
.E_t93e4cf .content .unit-chart {
|
|
30680
|
-
justify-content: flex-start;
|
|
30681
|
-
}
|
|
30682
|
-
|
|
30683
|
-
.E_rhz2uv5 {
|
|
30684
|
-
width: var(--rhz2uv5-0);
|
|
30685
|
-
flex-shrink: 0;
|
|
30686
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30687
|
-
padding-right: 12px;
|
|
30688
|
-
}
|
|
30689
|
-
|
|
30690
|
-
.E_m74vjol {
|
|
30691
|
-
display: flex;
|
|
30692
|
-
justify-content: space-between;
|
|
30693
|
-
width: 100%;
|
|
30694
|
-
}
|
|
30695
|
-
|
|
30696
|
-
.E_m74vjol .action {
|
|
30697
|
-
margin-left: 16px;
|
|
30698
|
-
}
|
|
30699
|
-
|
|
30700
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
30701
|
-
padding-right: 12px;
|
|
30702
|
-
}
|
|
30703
|
-
|
|
30704
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30705
|
-
height: fit-content;
|
|
30706
|
-
margin-left: 16px;
|
|
30707
|
-
}
|
|
30708
|
-
|
|
30709
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30710
|
-
flex: 1;
|
|
30711
|
-
}
|
|
30712
|
-
|
|
30713
|
-
.E_c1uzzomf {
|
|
30714
|
-
margin-bottom: 16px;
|
|
30715
|
-
}
|
|
30716
|
-
|
|
30717
|
-
.E_c1uzzomf .card-title {
|
|
30718
|
-
font-size: 16px;
|
|
30719
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30720
|
-
font-weight: 700;
|
|
30721
|
-
line-height: 32px;
|
|
30722
|
-
}
|
|
30723
|
-
|
|
30724
|
-
.E_c1uzzomf .card-body {
|
|
30725
|
-
padding: 24px;
|
|
30726
|
-
border-radius: 8px;
|
|
30727
|
-
background: #fff;
|
|
30728
|
-
}
|
|
30729
|
-
|
|
30730
|
-
.E_c1uzzomf .empty {
|
|
30731
|
-
font-weight: 700;
|
|
30732
|
-
font-size: 14px;
|
|
30733
|
-
line-height: 22px;
|
|
30734
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30735
|
-
text-align: center;
|
|
30736
|
-
}
|
|
30737
|
-
|
|
30738
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30739
|
-
justify-content: center;
|
|
30740
|
-
}
|
|
30741
|
-
|
|
30742
|
-
.E_b1wx3t3t.ant-btn {
|
|
30743
|
-
display: inline-flex;
|
|
30744
|
-
align-items: center;
|
|
30745
|
-
justify-content: center;
|
|
30746
|
-
height: 32px;
|
|
30747
|
-
border-radius: 6px;
|
|
30748
|
-
line-height: 22px;
|
|
30749
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30750
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30751
|
-
}
|
|
30752
|
-
|
|
30753
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30754
|
-
height: 40px;
|
|
30755
|
-
line-height: 24px;
|
|
30756
|
-
}
|
|
30757
|
-
|
|
30758
|
-
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30759
|
-
height: 24px;
|
|
30760
|
-
line-height: 20px;
|
|
30761
|
-
}
|
|
30762
|
-
|
|
30763
|
-
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30764
|
-
border-radius: 50%;
|
|
30765
|
-
}
|
|
30766
|
-
|
|
30767
|
-
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30768
|
-
margin-right: 8px;
|
|
30769
|
-
padding-right: 0px;
|
|
30770
|
-
}
|
|
30771
|
-
|
|
30772
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
30773
|
-
color: var(--color, #06101f);
|
|
30774
|
-
font-weight: var(--font-weight);
|
|
30775
|
-
background: var(--background-color, #fff);
|
|
30776
|
-
border-width: var(--border-width, 1px);
|
|
30777
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30778
|
-
}
|
|
30779
|
-
|
|
30780
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30781
|
-
display: none;
|
|
30782
|
-
}
|
|
30783
|
-
|
|
30784
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
30785
|
-
color: var(--color, inherit);
|
|
30786
|
-
}
|
|
30787
|
-
|
|
30788
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30789
|
-
background: var(--background-color-hover, var(--background-color));
|
|
30790
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30791
|
-
}
|
|
30792
|
-
|
|
30793
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30794
|
-
--scale: 1;
|
|
30795
|
-
--transY: 1px;
|
|
30796
|
-
background: var(--background-color-active, var(--background-color));
|
|
30797
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30798
|
-
}
|
|
30799
|
-
|
|
30800
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30801
|
-
background: var(--background-color-focus, var(--background-color));
|
|
30802
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30803
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30804
|
-
}
|
|
30805
|
-
|
|
30806
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30807
|
-
color: var(--color-disabled, var(--color));
|
|
30808
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
30809
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30810
|
-
opacity: 0.5;
|
|
30811
|
-
}
|
|
30812
|
-
|
|
30813
|
-
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
30814
|
-
color: #0080ff;
|
|
30815
|
-
opacity: 0.5;
|
|
30803
|
+
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
30804
|
+
color: #0080ff;
|
|
30805
|
+
opacity: 0.5;
|
|
30816
30806
|
}
|
|
30817
30807
|
|
|
30818
30808
|
.E_b1wx3t3t.ant-btn-primary {
|
|
@@ -31027,38 +31017,29 @@ button.E_n7k2c6r {
|
|
|
31027
31017
|
padding: 0;
|
|
31028
31018
|
}
|
|
31029
31019
|
|
|
31030
|
-
.
|
|
31031
|
-
|
|
31032
|
-
margin-bottom: 4px;
|
|
31020
|
+
.E_c1uzzomf {
|
|
31021
|
+
margin-bottom: 16px;
|
|
31033
31022
|
}
|
|
31034
31023
|
|
|
31035
|
-
.
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
|
|
31024
|
+
.E_c1uzzomf .card-title {
|
|
31025
|
+
font-size: 16px;
|
|
31026
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31027
|
+
font-weight: 700;
|
|
31028
|
+
line-height: 32px;
|
|
31039
31029
|
}
|
|
31040
31030
|
|
|
31041
|
-
.
|
|
31042
|
-
|
|
31043
|
-
|
|
31044
|
-
|
|
31045
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
31046
|
-
color: #005ed1;
|
|
31047
|
-
}
|
|
31048
|
-
|
|
31049
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31050
|
-
padding: 4px 8px 0 8px;
|
|
31051
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31052
|
-
font-size: 12px;
|
|
31053
|
-
}
|
|
31054
|
-
|
|
31055
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31056
|
-
padding-bottom: 6px;
|
|
31031
|
+
.E_c1uzzomf .card-body {
|
|
31032
|
+
padding: 24px;
|
|
31033
|
+
border-radius: 8px;
|
|
31034
|
+
background: #fff;
|
|
31057
31035
|
}
|
|
31058
31036
|
|
|
31059
|
-
.
|
|
31060
|
-
|
|
31061
|
-
|
|
31037
|
+
.E_c1uzzomf .empty {
|
|
31038
|
+
font-weight: 700;
|
|
31039
|
+
font-size: 14px;
|
|
31040
|
+
line-height: 22px;
|
|
31041
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31042
|
+
text-align: center;
|
|
31062
31043
|
}
|
|
31063
31044
|
|
|
31064
31045
|
.E_b1nip9bk {
|
|
@@ -31096,6 +31077,22 @@ button.E_n7k2c6r {
|
|
|
31096
31077
|
border-radius: unset;
|
|
31097
31078
|
}
|
|
31098
31079
|
|
|
31080
|
+
.E_fzh9mnb {
|
|
31081
|
+
width: 100%;
|
|
31082
|
+
height: 100%;
|
|
31083
|
+
min-height: 124px;
|
|
31084
|
+
display: flex;
|
|
31085
|
+
flex-direction: column;
|
|
31086
|
+
justify-content: center;
|
|
31087
|
+
align-items: center;
|
|
31088
|
+
}
|
|
31089
|
+
|
|
31090
|
+
.E_fzh9mnb .error-text {
|
|
31091
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31092
|
+
margin-bottom: 16px;
|
|
31093
|
+
font-size: 18px;
|
|
31094
|
+
}
|
|
31095
|
+
|
|
31099
31096
|
.E_d1bw7c5z {
|
|
31100
31097
|
position: relative;
|
|
31101
31098
|
max-width: 388px;
|
|
@@ -31192,20 +31189,98 @@ button.E_n7k2c6r {
|
|
|
31192
31189
|
width: 102px;
|
|
31193
31190
|
}
|
|
31194
31191
|
|
|
31195
|
-
.
|
|
31196
|
-
|
|
31197
|
-
|
|
31198
|
-
|
|
31192
|
+
.E_berrcjl {
|
|
31193
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31194
|
+
margin-bottom: 4px;
|
|
31195
|
+
}
|
|
31196
|
+
|
|
31197
|
+
.E_berrcjl .breadcrumb-link {
|
|
31198
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31199
|
+
cursor: pointer;
|
|
31200
|
+
transition: color 160ms ease;
|
|
31201
|
+
}
|
|
31202
|
+
|
|
31203
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
31204
|
+
color: #0080ff;
|
|
31205
|
+
}
|
|
31206
|
+
|
|
31207
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
31208
|
+
color: #005ed1;
|
|
31209
|
+
}
|
|
31210
|
+
|
|
31211
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31199
31212
|
display: flex;
|
|
31200
|
-
|
|
31201
|
-
|
|
31213
|
+
}
|
|
31214
|
+
|
|
31215
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
31216
|
+
border-bottom-left-radius: 5px;
|
|
31217
|
+
border-top-left-radius: 5px;
|
|
31218
|
+
}
|
|
31219
|
+
|
|
31220
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
31221
|
+
border-bottom-right-radius: 5px;
|
|
31222
|
+
border-top-right-radius: 5px;
|
|
31223
|
+
}
|
|
31224
|
+
|
|
31225
|
+
.E_f7pxqmh {
|
|
31226
|
+
width: 100%;
|
|
31227
|
+
margin-bottom: 0 !important;
|
|
31228
|
+
flex-flow: nowrap !important;
|
|
31229
|
+
line-break: auto;
|
|
31230
|
+
}
|
|
31231
|
+
|
|
31232
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31233
|
+
text-align: left !important;
|
|
31234
|
+
padding-bottom: 0 !important;
|
|
31235
|
+
}
|
|
31236
|
+
|
|
31237
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31238
|
+
min-height: 32px;
|
|
31239
|
+
height: auto;
|
|
31240
|
+
font-size: 13px;
|
|
31241
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31242
|
+
white-space: normal;
|
|
31243
|
+
}
|
|
31244
|
+
|
|
31245
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31246
|
+
border-color: #ff4d4f !important;
|
|
31247
|
+
}
|
|
31248
|
+
|
|
31249
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31250
|
+
border-color: #ff4d4f !important;
|
|
31251
|
+
}
|
|
31252
|
+
|
|
31253
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31254
|
+
margin-top: 4px;
|
|
31255
|
+
font-size: 12px;
|
|
31256
|
+
min-height: 0px;
|
|
31257
|
+
}
|
|
31258
|
+
|
|
31259
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31260
|
+
font-size: 12px;
|
|
31261
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31262
|
+
min-height: 0px;
|
|
31263
|
+
}
|
|
31264
|
+
|
|
31265
|
+
.E_iouxfgt {
|
|
31266
|
+
display: inline-flex;
|
|
31202
31267
|
align-items: center;
|
|
31203
31268
|
}
|
|
31204
31269
|
|
|
31205
|
-
.
|
|
31206
|
-
|
|
31207
|
-
|
|
31208
|
-
|
|
31270
|
+
.E_iouxfgt .icon-inner {
|
|
31271
|
+
display: inline-flex;
|
|
31272
|
+
align-items: center;
|
|
31273
|
+
justify-content: center;
|
|
31274
|
+
}
|
|
31275
|
+
|
|
31276
|
+
.E_iouxfgt .icon-inner + span,
|
|
31277
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31278
|
+
margin-left: 4px;
|
|
31279
|
+
}
|
|
31280
|
+
|
|
31281
|
+
.E_iouxfgt.is-rotate img,
|
|
31282
|
+
.E_iouxfgt.is-rotate svg {
|
|
31283
|
+
animation: rotate 680ms linear infinite;
|
|
31209
31284
|
}
|
|
31210
31285
|
|
|
31211
31286
|
.E_i1inqkme {
|
|
@@ -31291,20 +31366,6 @@ button.E_n7k2c6r {
|
|
|
31291
31366
|
padding: 2px 8px;
|
|
31292
31367
|
}
|
|
31293
31368
|
|
|
31294
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31295
|
-
display: flex;
|
|
31296
|
-
}
|
|
31297
|
-
|
|
31298
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
31299
|
-
border-bottom-left-radius: 5px;
|
|
31300
|
-
border-top-left-radius: 5px;
|
|
31301
|
-
}
|
|
31302
|
-
|
|
31303
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
31304
|
-
border-bottom-right-radius: 5px;
|
|
31305
|
-
border-top-right-radius: 5px;
|
|
31306
|
-
}
|
|
31307
|
-
|
|
31308
31369
|
.E_atcz0kf .ant-input-suffix {
|
|
31309
31370
|
margin-left: 8px;
|
|
31310
31371
|
}
|
|
@@ -31313,44 +31374,17 @@ button.E_n7k2c6r {
|
|
|
31313
31374
|
padding: 2px 7px 2px 12px;
|
|
31314
31375
|
}
|
|
31315
31376
|
|
|
31316
|
-
.
|
|
31317
|
-
|
|
31318
|
-
margin-bottom: 0 !important;
|
|
31319
|
-
flex-flow: nowrap !important;
|
|
31320
|
-
line-break: auto;
|
|
31321
|
-
}
|
|
31322
|
-
|
|
31323
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31324
|
-
text-align: left !important;
|
|
31325
|
-
padding-bottom: 0 !important;
|
|
31326
|
-
}
|
|
31327
|
-
|
|
31328
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31329
|
-
min-height: 32px;
|
|
31330
|
-
height: auto;
|
|
31331
|
-
font-size: 13px;
|
|
31332
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31333
|
-
white-space: normal;
|
|
31334
|
-
}
|
|
31335
|
-
|
|
31336
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31337
|
-
border-color: #ff4d4f !important;
|
|
31338
|
-
}
|
|
31339
|
-
|
|
31340
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31341
|
-
border-color: #ff4d4f !important;
|
|
31377
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31378
|
+
line-height: 18px;
|
|
31342
31379
|
}
|
|
31343
31380
|
|
|
31344
|
-
.
|
|
31345
|
-
|
|
31346
|
-
font-size: 12px;
|
|
31347
|
-
min-height: 0px;
|
|
31381
|
+
.E_owd0kml {
|
|
31382
|
+
display: inline-block;
|
|
31348
31383
|
}
|
|
31349
31384
|
|
|
31350
|
-
.
|
|
31351
|
-
|
|
31352
|
-
|
|
31353
|
-
min-height: 0px;
|
|
31385
|
+
.E_h1jsgezc {
|
|
31386
|
+
visibility: hidden;
|
|
31387
|
+
position: absolute;
|
|
31354
31388
|
}
|
|
31355
31389
|
|
|
31356
31390
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -31388,493 +31422,280 @@ button.E_n7k2c6r {
|
|
|
31388
31422
|
font-size: inherit;
|
|
31389
31423
|
}
|
|
31390
31424
|
|
|
31391
|
-
.
|
|
31392
|
-
display:
|
|
31425
|
+
.E_phljevk {
|
|
31426
|
+
display: flex;
|
|
31427
|
+
justify-content: space-between;
|
|
31393
31428
|
align-items: center;
|
|
31429
|
+
padding: 10px 0;
|
|
31430
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31431
|
+
font-size: 12px;
|
|
31432
|
+
line-height: 24px;
|
|
31394
31433
|
}
|
|
31395
31434
|
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31435
|
+
.E_phljevk .pagination-left {
|
|
31436
|
+
padding: 2px 8px;
|
|
31437
|
+
}
|
|
31438
|
+
|
|
31439
|
+
.E_phljevk .dropdown-trigger {
|
|
31440
|
+
display: flex;
|
|
31398
31441
|
align-items: center;
|
|
31399
|
-
|
|
31442
|
+
border-radius: 6px;
|
|
31443
|
+
cursor: pointer;
|
|
31444
|
+
transition: all 0.3s ease;
|
|
31400
31445
|
}
|
|
31401
31446
|
|
|
31402
|
-
.
|
|
31403
|
-
|
|
31404
|
-
|
|
31447
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31448
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31449
|
+
color: #0080ff;
|
|
31405
31450
|
}
|
|
31406
31451
|
|
|
31407
|
-
.
|
|
31408
|
-
|
|
31409
|
-
animation: rotate 680ms linear infinite;
|
|
31452
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31453
|
+
margin-left: 4px;
|
|
31410
31454
|
}
|
|
31411
31455
|
|
|
31412
|
-
.
|
|
31413
|
-
|
|
31456
|
+
.E_phljevk .pagination-right {
|
|
31457
|
+
display: flex;
|
|
31458
|
+
align-items: center;
|
|
31459
|
+
color: #0080ff;
|
|
31460
|
+
font-weight: bold;
|
|
31414
31461
|
}
|
|
31415
31462
|
|
|
31416
|
-
.
|
|
31417
|
-
|
|
31463
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31464
|
+
margin-left: 4px;
|
|
31418
31465
|
}
|
|
31419
31466
|
|
|
31420
|
-
.
|
|
31421
|
-
|
|
31422
|
-
|
|
31467
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31468
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31469
|
+
padding: 0 8px;
|
|
31423
31470
|
}
|
|
31424
31471
|
|
|
31425
|
-
.
|
|
31426
|
-
|
|
31472
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31473
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31474
|
+
color: #0080ff;
|
|
31427
31475
|
}
|
|
31428
31476
|
|
|
31429
|
-
.
|
|
31430
|
-
|
|
31477
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31478
|
+
transform: rotate(180deg);
|
|
31431
31479
|
}
|
|
31432
31480
|
|
|
31433
|
-
.
|
|
31434
|
-
|
|
31435
|
-
|
|
31436
|
-
margin-right: 8px;
|
|
31437
|
-
padding-right: 8px;
|
|
31481
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31482
|
+
max-height: calc(100vh - 128px);
|
|
31483
|
+
overflow-y: auto;
|
|
31438
31484
|
}
|
|
31439
31485
|
|
|
31440
|
-
.
|
|
31441
|
-
|
|
31442
|
-
|
|
31486
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31487
|
+
padding: 4px 20px;
|
|
31488
|
+
font-size: 12px;
|
|
31489
|
+
line-height: 18px;
|
|
31443
31490
|
}
|
|
31444
31491
|
|
|
31445
|
-
.
|
|
31446
|
-
|
|
31492
|
+
.E_c1bus5hc {
|
|
31493
|
+
--color: white;
|
|
31494
|
+
height: 14px;
|
|
31495
|
+
width: 14px;
|
|
31496
|
+
border-radius: 50%;
|
|
31497
|
+
flex-shrink: 0;
|
|
31498
|
+
display: flex;
|
|
31499
|
+
align-items: center;
|
|
31500
|
+
justify-content: center;
|
|
31501
|
+
border: 1px solid var(--color);
|
|
31447
31502
|
}
|
|
31448
31503
|
|
|
31449
|
-
.
|
|
31450
|
-
|
|
31504
|
+
.E_c1bus5hc .circle-inner {
|
|
31505
|
+
position: relative;
|
|
31506
|
+
height: 10px;
|
|
31507
|
+
width: 10px;
|
|
31508
|
+
border-radius: 50%;
|
|
31509
|
+
overflow: hidden;
|
|
31451
31510
|
}
|
|
31452
31511
|
|
|
31453
|
-
.
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31512
|
+
.E_c1bus5hc .circle-content {
|
|
31513
|
+
position: absolute;
|
|
31514
|
+
height: 100%;
|
|
31515
|
+
width: 100%;
|
|
31516
|
+
left: 0;
|
|
31517
|
+
top: 0;
|
|
31518
|
+
border-radius: 50%;
|
|
31519
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31520
|
+
transform: rotate(180deg);
|
|
31457
31521
|
}
|
|
31458
31522
|
|
|
31459
|
-
.
|
|
31460
|
-
position:
|
|
31461
|
-
|
|
31523
|
+
.E_c1bus5hc .circle-child {
|
|
31524
|
+
position: absolute;
|
|
31525
|
+
height: 100%;
|
|
31526
|
+
width: 100%;
|
|
31527
|
+
left: 0;
|
|
31528
|
+
top: 0;
|
|
31529
|
+
margin-left: 50%;
|
|
31530
|
+
transform-origin: left;
|
|
31531
|
+
background: white;
|
|
31532
|
+
transform: rotate(0deg);
|
|
31462
31533
|
}
|
|
31463
31534
|
|
|
31464
|
-
.
|
|
31465
|
-
|
|
31535
|
+
.E_ivqqkzv {
|
|
31536
|
+
height: 24px;
|
|
31537
|
+
width: 56px !important;
|
|
31538
|
+
margin-right: 4px;
|
|
31466
31539
|
}
|
|
31467
31540
|
|
|
31468
|
-
.
|
|
31469
|
-
|
|
31541
|
+
.E_c1wk4q29 {
|
|
31542
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31470
31543
|
}
|
|
31471
31544
|
|
|
31472
|
-
.
|
|
31473
|
-
|
|
31474
|
-
|
|
31545
|
+
.E_s1dizucg.ant-switch {
|
|
31546
|
+
min-width: 40px;
|
|
31547
|
+
height: 24px;
|
|
31548
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31549
|
+
overflow: hidden;
|
|
31475
31550
|
}
|
|
31476
31551
|
|
|
31477
|
-
.
|
|
31478
|
-
|
|
31479
|
-
left: 4px;
|
|
31480
|
-
width: 6px;
|
|
31481
|
-
height: 6px;
|
|
31482
|
-
background: #fff;
|
|
31552
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31553
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31483
31554
|
}
|
|
31484
31555
|
|
|
31485
|
-
.
|
|
31486
|
-
|
|
31556
|
+
.E_s1dizucg.ant-switch-small {
|
|
31557
|
+
min-width: 26px;
|
|
31558
|
+
height: 16px;
|
|
31487
31559
|
}
|
|
31488
31560
|
|
|
31489
|
-
.
|
|
31490
|
-
|
|
31491
|
-
|
|
31561
|
+
.E_s1dizucg.ant-switch-large {
|
|
31562
|
+
min-width: 52px;
|
|
31563
|
+
height: 32px;
|
|
31492
31564
|
}
|
|
31493
31565
|
|
|
31494
|
-
.
|
|
31495
|
-
|
|
31566
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31567
|
+
height: 20px;
|
|
31568
|
+
width: 20px;
|
|
31496
31569
|
}
|
|
31497
31570
|
|
|
31498
|
-
.
|
|
31499
|
-
|
|
31500
|
-
|
|
31571
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31572
|
+
border-radius: 10px;
|
|
31573
|
+
transition-delay: 120ms;
|
|
31501
31574
|
}
|
|
31502
31575
|
|
|
31503
|
-
.
|
|
31504
|
-
|
|
31576
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31577
|
+
height: 14px;
|
|
31578
|
+
width: 14px;
|
|
31579
|
+
top: 1px;
|
|
31580
|
+
left: 1px;
|
|
31505
31581
|
}
|
|
31506
31582
|
|
|
31507
|
-
.
|
|
31508
|
-
|
|
31509
|
-
|
|
31510
|
-
padding-left: 10px;
|
|
31583
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31584
|
+
height: 28px;
|
|
31585
|
+
width: 28px;
|
|
31511
31586
|
}
|
|
31512
31587
|
|
|
31513
|
-
.
|
|
31514
|
-
|
|
31515
|
-
white-space: pre-wrap;
|
|
31516
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31588
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31589
|
+
border-radius: 14px;
|
|
31517
31590
|
}
|
|
31518
31591
|
|
|
31519
|
-
.
|
|
31520
|
-
|
|
31592
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31593
|
+
background-color: #00ba5d;
|
|
31521
31594
|
}
|
|
31522
31595
|
|
|
31523
|
-
.
|
|
31524
|
-
|
|
31596
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31597
|
+
left: calc(100% - 20px - 2px);
|
|
31525
31598
|
}
|
|
31526
31599
|
|
|
31527
|
-
.
|
|
31528
|
-
|
|
31600
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31601
|
+
left: calc(100% - 14px - 1px);
|
|
31529
31602
|
}
|
|
31530
31603
|
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31533
|
-
border-color: #ccd4e3;
|
|
31604
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31605
|
+
left: calc(100% - 28px - 2px);
|
|
31534
31606
|
}
|
|
31535
31607
|
|
|
31536
|
-
.
|
|
31537
|
-
|
|
31608
|
+
.E_c1up6e3y {
|
|
31609
|
+
margin-left: 5px;
|
|
31538
31610
|
}
|
|
31539
31611
|
|
|
31540
|
-
.
|
|
31541
|
-
|
|
31542
|
-
line-height: 32px;
|
|
31543
|
-
height: 32px;
|
|
31612
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
31613
|
+
margin-right: 8px;
|
|
31544
31614
|
}
|
|
31545
31615
|
|
|
31546
|
-
.
|
|
31547
|
-
|
|
31616
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
31617
|
+
margin-left: 8px;
|
|
31548
31618
|
}
|
|
31549
31619
|
|
|
31550
|
-
.
|
|
31551
|
-
|
|
31552
|
-
|
|
31553
|
-
|
|
31620
|
+
.E_cc368xp {
|
|
31621
|
+
color: #00122e;
|
|
31622
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31623
|
+
margin-right: 8px;
|
|
31624
|
+
padding-right: 8px;
|
|
31554
31625
|
}
|
|
31555
31626
|
|
|
31556
|
-
.
|
|
31557
|
-
|
|
31627
|
+
.E_i11o6xqj {
|
|
31628
|
+
display: flex;
|
|
31629
|
+
gap: 4px;
|
|
31558
31630
|
}
|
|
31559
31631
|
|
|
31560
|
-
.
|
|
31561
|
-
|
|
31632
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31633
|
+
cursor: pointer;
|
|
31562
31634
|
}
|
|
31563
31635
|
|
|
31564
|
-
.
|
|
31565
|
-
|
|
31566
|
-
opacity: 0.5;
|
|
31636
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31637
|
+
cursor: not-allowed;
|
|
31567
31638
|
}
|
|
31568
31639
|
|
|
31569
|
-
.
|
|
31570
|
-
|
|
31640
|
+
.E_cnujxq2 {
|
|
31641
|
+
display: flex;
|
|
31642
|
+
flex-direction: column;
|
|
31571
31643
|
}
|
|
31572
31644
|
|
|
31573
|
-
.
|
|
31574
|
-
|
|
31645
|
+
.E_m7s48ia {
|
|
31646
|
+
max-width: 1120px;
|
|
31647
|
+
width: 100%;
|
|
31648
|
+
margin: 0 auto;
|
|
31649
|
+
height: 100%;
|
|
31575
31650
|
}
|
|
31576
31651
|
|
|
31577
|
-
.
|
|
31578
|
-
|
|
31652
|
+
.E_wt5zbg6 {
|
|
31653
|
+
max-width: 1120px;
|
|
31654
|
+
width: 100%;
|
|
31655
|
+
margin: 0 auto;
|
|
31656
|
+
display: flex;
|
|
31579
31657
|
}
|
|
31580
31658
|
|
|
31581
|
-
.
|
|
31582
|
-
|
|
31583
|
-
|
|
31584
|
-
|
|
31659
|
+
.E_wt5zbg6 .left,
|
|
31660
|
+
.E_wt5zbg6 .right {
|
|
31661
|
+
flex-grow: 0;
|
|
31662
|
+
flex-shrink: 0;
|
|
31663
|
+
flex-basis: 21%;
|
|
31585
31664
|
}
|
|
31586
31665
|
|
|
31587
|
-
.
|
|
31588
|
-
|
|
31589
|
-
|
|
31666
|
+
.E_wt5zbg6 .left {
|
|
31667
|
+
display: flex;
|
|
31668
|
+
justify-content: flex-end;
|
|
31669
|
+
padding-right: 44px;
|
|
31590
31670
|
}
|
|
31591
31671
|
|
|
31592
|
-
.
|
|
31593
|
-
|
|
31594
|
-
border-color: #ccd4e3;
|
|
31595
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31672
|
+
.E_wt5zbg6 .right {
|
|
31673
|
+
padding-left: 44px;
|
|
31596
31674
|
}
|
|
31597
31675
|
|
|
31598
|
-
.
|
|
31599
|
-
margin-
|
|
31600
|
-
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
width: 36px;
|
|
31604
|
-
background: transparent;
|
|
31676
|
+
.E_wt5zbg6 .middle {
|
|
31677
|
+
margin-bottom: 40px;
|
|
31678
|
+
flex-grow: 0;
|
|
31679
|
+
flex-shrink: 0;
|
|
31680
|
+
flex-basis: 58%;
|
|
31605
31681
|
}
|
|
31606
31682
|
|
|
31607
|
-
.
|
|
31608
|
-
|
|
31683
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31684
|
+
width: 100%;
|
|
31609
31685
|
}
|
|
31610
31686
|
|
|
31611
|
-
.
|
|
31612
|
-
|
|
31613
|
-
width: initial;
|
|
31614
|
-
box-shadow: none;
|
|
31687
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31688
|
+
width: auto;
|
|
31615
31689
|
}
|
|
31616
31690
|
|
|
31617
|
-
.
|
|
31618
|
-
|
|
31691
|
+
.E_h18jprzg .ant-modal-header {
|
|
31692
|
+
margin: 0 auto;
|
|
31693
|
+
width: 100%;
|
|
31694
|
+
max-width: 648px;
|
|
31619
31695
|
}
|
|
31620
31696
|
|
|
31621
|
-
.
|
|
31622
|
-
|
|
31623
|
-
}
|
|
31624
|
-
|
|
31625
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31626
|
-
display: inline;
|
|
31627
|
-
margin-right: 8px;
|
|
31628
|
-
padding: 0;
|
|
31629
|
-
width: 36px;
|
|
31630
|
-
}
|
|
31631
|
-
|
|
31632
|
-
.E_phljevk {
|
|
31633
|
-
display: flex;
|
|
31634
|
-
justify-content: space-between;
|
|
31635
|
-
align-items: center;
|
|
31636
|
-
padding: 10px 0;
|
|
31637
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31638
|
-
font-size: 12px;
|
|
31639
|
-
line-height: 24px;
|
|
31640
|
-
}
|
|
31641
|
-
|
|
31642
|
-
.E_phljevk .pagination-left {
|
|
31643
|
-
padding: 2px 8px;
|
|
31644
|
-
}
|
|
31645
|
-
|
|
31646
|
-
.E_phljevk .dropdown-trigger {
|
|
31647
|
-
display: flex;
|
|
31648
|
-
align-items: center;
|
|
31649
|
-
border-radius: 6px;
|
|
31650
|
-
cursor: pointer;
|
|
31651
|
-
transition: all 0.3s ease;
|
|
31652
|
-
}
|
|
31653
|
-
|
|
31654
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
31655
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31656
|
-
color: #0080ff;
|
|
31657
|
-
}
|
|
31658
|
-
|
|
31659
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31660
|
-
margin-left: 4px;
|
|
31661
|
-
}
|
|
31662
|
-
|
|
31663
|
-
.E_phljevk .pagination-right {
|
|
31664
|
-
display: flex;
|
|
31665
|
-
align-items: center;
|
|
31666
|
-
color: #0080ff;
|
|
31667
|
-
font-weight: bold;
|
|
31668
|
-
}
|
|
31669
|
-
|
|
31670
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
31671
|
-
margin-left: 4px;
|
|
31672
|
-
}
|
|
31673
|
-
|
|
31674
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
31675
|
-
.E_phljevk .pagination-right .next-btn {
|
|
31676
|
-
padding: 0 8px;
|
|
31677
|
-
}
|
|
31678
|
-
|
|
31679
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
31680
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
31681
|
-
color: #0080ff;
|
|
31682
|
-
}
|
|
31683
|
-
|
|
31684
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31685
|
-
transform: rotate(180deg);
|
|
31686
|
-
}
|
|
31687
|
-
|
|
31688
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31689
|
-
max-height: calc(100vh - 128px);
|
|
31690
|
-
overflow-y: auto;
|
|
31691
|
-
}
|
|
31692
|
-
|
|
31693
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31694
|
-
padding: 4px 20px;
|
|
31695
|
-
font-size: 12px;
|
|
31696
|
-
line-height: 18px;
|
|
31697
|
-
}
|
|
31698
|
-
|
|
31699
|
-
.E_ivqqkzv {
|
|
31700
|
-
height: 24px;
|
|
31701
|
-
width: 56px !important;
|
|
31702
|
-
margin-right: 4px;
|
|
31703
|
-
}
|
|
31704
|
-
|
|
31705
|
-
.E_c1wk4q29 {
|
|
31706
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31707
|
-
}
|
|
31708
|
-
|
|
31709
|
-
.E_s1dizucg.ant-switch {
|
|
31710
|
-
min-width: 40px;
|
|
31711
|
-
height: 24px;
|
|
31712
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31713
|
-
overflow: hidden;
|
|
31714
|
-
}
|
|
31715
|
-
|
|
31716
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31717
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31718
|
-
}
|
|
31719
|
-
|
|
31720
|
-
.E_s1dizucg.ant-switch-small {
|
|
31721
|
-
min-width: 26px;
|
|
31722
|
-
height: 16px;
|
|
31723
|
-
}
|
|
31724
|
-
|
|
31725
|
-
.E_s1dizucg.ant-switch-large {
|
|
31726
|
-
min-width: 52px;
|
|
31727
|
-
height: 32px;
|
|
31728
|
-
}
|
|
31729
|
-
|
|
31730
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31731
|
-
height: 20px;
|
|
31732
|
-
width: 20px;
|
|
31733
|
-
}
|
|
31734
|
-
|
|
31735
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31736
|
-
border-radius: 10px;
|
|
31737
|
-
transition-delay: 120ms;
|
|
31738
|
-
}
|
|
31739
|
-
|
|
31740
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31741
|
-
height: 14px;
|
|
31742
|
-
width: 14px;
|
|
31743
|
-
top: 1px;
|
|
31744
|
-
left: 1px;
|
|
31745
|
-
}
|
|
31746
|
-
|
|
31747
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31748
|
-
height: 28px;
|
|
31749
|
-
width: 28px;
|
|
31750
|
-
}
|
|
31751
|
-
|
|
31752
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31753
|
-
border-radius: 14px;
|
|
31754
|
-
}
|
|
31755
|
-
|
|
31756
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31757
|
-
background-color: #00ba5d;
|
|
31758
|
-
}
|
|
31759
|
-
|
|
31760
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31761
|
-
left: calc(100% - 20px - 2px);
|
|
31762
|
-
}
|
|
31763
|
-
|
|
31764
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31765
|
-
left: calc(100% - 14px - 1px);
|
|
31766
|
-
}
|
|
31767
|
-
|
|
31768
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31769
|
-
left: calc(100% - 28px - 2px);
|
|
31770
|
-
}
|
|
31771
|
-
|
|
31772
|
-
.E_c1up6e3y {
|
|
31773
|
-
margin-left: 5px;
|
|
31774
|
-
}
|
|
31775
|
-
|
|
31776
|
-
.E_c1bus5hc {
|
|
31777
|
-
--color: white;
|
|
31778
|
-
height: 14px;
|
|
31779
|
-
width: 14px;
|
|
31780
|
-
border-radius: 50%;
|
|
31781
|
-
flex-shrink: 0;
|
|
31782
|
-
display: flex;
|
|
31783
|
-
align-items: center;
|
|
31784
|
-
justify-content: center;
|
|
31785
|
-
border: 1px solid var(--color);
|
|
31786
|
-
}
|
|
31787
|
-
|
|
31788
|
-
.E_c1bus5hc .circle-inner {
|
|
31789
|
-
position: relative;
|
|
31790
|
-
height: 10px;
|
|
31791
|
-
width: 10px;
|
|
31792
|
-
border-radius: 50%;
|
|
31793
|
-
overflow: hidden;
|
|
31794
|
-
}
|
|
31795
|
-
|
|
31796
|
-
.E_c1bus5hc .circle-content {
|
|
31797
|
-
position: absolute;
|
|
31798
|
-
height: 100%;
|
|
31799
|
-
width: 100%;
|
|
31800
|
-
left: 0;
|
|
31801
|
-
top: 0;
|
|
31802
|
-
border-radius: 50%;
|
|
31803
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31804
|
-
transform: rotate(180deg);
|
|
31805
|
-
}
|
|
31806
|
-
|
|
31807
|
-
.E_c1bus5hc .circle-child {
|
|
31808
|
-
position: absolute;
|
|
31809
|
-
height: 100%;
|
|
31810
|
-
width: 100%;
|
|
31811
|
-
left: 0;
|
|
31812
|
-
top: 0;
|
|
31813
|
-
margin-left: 50%;
|
|
31814
|
-
transform-origin: left;
|
|
31815
|
-
background: white;
|
|
31816
|
-
transform: rotate(0deg);
|
|
31817
|
-
}
|
|
31818
|
-
|
|
31819
|
-
.E_cnujxq2 {
|
|
31820
|
-
display: flex;
|
|
31821
|
-
flex-direction: column;
|
|
31822
|
-
}
|
|
31823
|
-
|
|
31824
|
-
.E_m7s48ia {
|
|
31825
|
-
max-width: 1120px;
|
|
31826
|
-
width: 100%;
|
|
31827
|
-
margin: 0 auto;
|
|
31828
|
-
height: 100%;
|
|
31829
|
-
}
|
|
31830
|
-
|
|
31831
|
-
.E_wt5zbg6 {
|
|
31832
|
-
max-width: 1120px;
|
|
31833
|
-
width: 100%;
|
|
31834
|
-
margin: 0 auto;
|
|
31835
|
-
display: flex;
|
|
31836
|
-
}
|
|
31837
|
-
|
|
31838
|
-
.E_wt5zbg6 .left,
|
|
31839
|
-
.E_wt5zbg6 .right {
|
|
31840
|
-
flex-grow: 0;
|
|
31841
|
-
flex-shrink: 0;
|
|
31842
|
-
flex-basis: 21%;
|
|
31843
|
-
}
|
|
31844
|
-
|
|
31845
|
-
.E_wt5zbg6 .left {
|
|
31846
|
-
display: flex;
|
|
31847
|
-
justify-content: flex-end;
|
|
31848
|
-
padding-right: 44px;
|
|
31849
|
-
}
|
|
31850
|
-
|
|
31851
|
-
.E_wt5zbg6 .right {
|
|
31852
|
-
padding-left: 44px;
|
|
31853
|
-
}
|
|
31854
|
-
|
|
31855
|
-
.E_wt5zbg6 .middle {
|
|
31856
|
-
margin-bottom: 40px;
|
|
31857
|
-
flex-grow: 0;
|
|
31858
|
-
flex-shrink: 0;
|
|
31859
|
-
flex-basis: 58%;
|
|
31860
|
-
}
|
|
31861
|
-
|
|
31862
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
31863
|
-
width: 100%;
|
|
31864
|
-
}
|
|
31865
|
-
|
|
31866
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31867
|
-
width: auto;
|
|
31868
|
-
}
|
|
31869
|
-
|
|
31870
|
-
.E_h18jprzg .ant-modal-header {
|
|
31871
|
-
margin: 0 auto;
|
|
31872
|
-
width: 100%;
|
|
31873
|
-
max-width: 648px;
|
|
31874
|
-
}
|
|
31875
|
-
|
|
31876
|
-
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31877
|
-
margin-left: 0;
|
|
31697
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31698
|
+
margin-left: 0;
|
|
31878
31699
|
}
|
|
31879
31700
|
|
|
31880
31701
|
.E_h18jprzg .ant-modal-body {
|
|
@@ -32604,7 +32425,190 @@ input.E_rf8rlle.ant-input {
|
|
|
32604
32425
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32605
32426
|
}
|
|
32606
32427
|
|
|
32607
|
-
.
|
|
32428
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
32429
|
+
display: inline-flex;
|
|
32430
|
+
align-items: baseline;
|
|
32431
|
+
white-space: pre-wrap;
|
|
32432
|
+
}
|
|
32433
|
+
|
|
32434
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
32435
|
+
position: relative;
|
|
32436
|
+
top: 3px;
|
|
32437
|
+
}
|
|
32438
|
+
|
|
32439
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
32440
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32441
|
+
}
|
|
32442
|
+
|
|
32443
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
32444
|
+
border-color: #0080ff;
|
|
32445
|
+
}
|
|
32446
|
+
|
|
32447
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
32448
|
+
border-color: #0080ff;
|
|
32449
|
+
background: #0080ff;
|
|
32450
|
+
}
|
|
32451
|
+
|
|
32452
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
32453
|
+
top: 4px;
|
|
32454
|
+
left: 4px;
|
|
32455
|
+
width: 6px;
|
|
32456
|
+
height: 6px;
|
|
32457
|
+
background: #fff;
|
|
32458
|
+
}
|
|
32459
|
+
|
|
32460
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
32461
|
+
opacity: 0.5;
|
|
32462
|
+
}
|
|
32463
|
+
|
|
32464
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
32465
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32466
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32467
|
+
}
|
|
32468
|
+
|
|
32469
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
32470
|
+
background: #00122e;
|
|
32471
|
+
}
|
|
32472
|
+
|
|
32473
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
32474
|
+
color: #00122e;
|
|
32475
|
+
opacity: 0.5;
|
|
32476
|
+
}
|
|
32477
|
+
|
|
32478
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
32479
|
+
color: #00122e;
|
|
32480
|
+
}
|
|
32481
|
+
|
|
32482
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
32483
|
+
display: inline-block;
|
|
32484
|
+
padding: 0;
|
|
32485
|
+
padding-left: 10px;
|
|
32486
|
+
}
|
|
32487
|
+
|
|
32488
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
32489
|
+
margin-bottom: 0;
|
|
32490
|
+
white-space: pre-wrap;
|
|
32491
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32492
|
+
}
|
|
32493
|
+
|
|
32494
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
32495
|
+
padding-left: 8px;
|
|
32496
|
+
}
|
|
32497
|
+
|
|
32498
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
32499
|
+
border-radius: 5px 0 0 5px;
|
|
32500
|
+
}
|
|
32501
|
+
|
|
32502
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
32503
|
+
border-radius: 0 5px 5px 0;
|
|
32504
|
+
}
|
|
32505
|
+
|
|
32506
|
+
.E_rcc63c8 {
|
|
32507
|
+
color: #00122e;
|
|
32508
|
+
border-color: #ccd4e3;
|
|
32509
|
+
}
|
|
32510
|
+
|
|
32511
|
+
.E_rcc63c8:first-child {
|
|
32512
|
+
border-color: #a3b4cc;
|
|
32513
|
+
}
|
|
32514
|
+
|
|
32515
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
32516
|
+
padding: 0 12px;
|
|
32517
|
+
line-height: 32px;
|
|
32518
|
+
height: 32px;
|
|
32519
|
+
}
|
|
32520
|
+
|
|
32521
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
32522
|
+
white-space: nowrap;
|
|
32523
|
+
}
|
|
32524
|
+
|
|
32525
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
32526
|
+
height: 22px;
|
|
32527
|
+
padding: 0 7px;
|
|
32528
|
+
line-height: 20px;
|
|
32529
|
+
}
|
|
32530
|
+
|
|
32531
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
32532
|
+
background: #ccd4e3;
|
|
32533
|
+
}
|
|
32534
|
+
|
|
32535
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
32536
|
+
background: #0080ff;
|
|
32537
|
+
}
|
|
32538
|
+
|
|
32539
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
32540
|
+
background: #ccd4e3;
|
|
32541
|
+
opacity: 0.5;
|
|
32542
|
+
}
|
|
32543
|
+
|
|
32544
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
32545
|
+
border-right-color: #0080ff;
|
|
32546
|
+
}
|
|
32547
|
+
|
|
32548
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
32549
|
+
border-color: #0080ff;
|
|
32550
|
+
}
|
|
32551
|
+
|
|
32552
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
32553
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32554
|
+
}
|
|
32555
|
+
|
|
32556
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
32557
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32558
|
+
border-color: #ccd4e3;
|
|
32559
|
+
opacity: 0.5;
|
|
32560
|
+
}
|
|
32561
|
+
|
|
32562
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
32563
|
+
color: #00122e;
|
|
32564
|
+
border-color: #ccd4e3;
|
|
32565
|
+
}
|
|
32566
|
+
|
|
32567
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
32568
|
+
color: #00122e;
|
|
32569
|
+
border-color: #ccd4e3;
|
|
32570
|
+
background: rgba(172, 186, 211, 0.6);
|
|
32571
|
+
}
|
|
32572
|
+
|
|
32573
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
32574
|
+
margin-right: 8px;
|
|
32575
|
+
display: inline;
|
|
32576
|
+
border: none;
|
|
32577
|
+
padding: 0;
|
|
32578
|
+
width: 36px;
|
|
32579
|
+
background: transparent;
|
|
32580
|
+
}
|
|
32581
|
+
|
|
32582
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
32583
|
+
box-shadow: none;
|
|
32584
|
+
}
|
|
32585
|
+
|
|
32586
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
32587
|
+
margin-right: 0;
|
|
32588
|
+
width: initial;
|
|
32589
|
+
box-shadow: none;
|
|
32590
|
+
}
|
|
32591
|
+
|
|
32592
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
32593
|
+
display: none;
|
|
32594
|
+
}
|
|
32595
|
+
|
|
32596
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
32597
|
+
display: inline;
|
|
32598
|
+
}
|
|
32599
|
+
|
|
32600
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
32601
|
+
display: inline;
|
|
32602
|
+
margin-right: 8px;
|
|
32603
|
+
padding: 0;
|
|
32604
|
+
width: 36px;
|
|
32605
|
+
}
|
|
32606
|
+
|
|
32607
|
+
.E_tju3gfj .date {
|
|
32608
|
+
margin-right: 4px;
|
|
32609
|
+
}
|
|
32610
|
+
|
|
32611
|
+
.E_c1yyuluq {
|
|
32608
32612
|
border-radius: 8px;
|
|
32609
32613
|
}
|
|
32610
32614
|
|
|
@@ -32637,16 +32641,131 @@ input.E_rf8rlle.ant-input {
|
|
|
32637
32641
|
cursor: default;
|
|
32638
32642
|
}
|
|
32639
32643
|
|
|
32640
|
-
.
|
|
32641
|
-
|
|
32644
|
+
.E_m196gn1d {
|
|
32645
|
+
min-width: 1280px;
|
|
32642
32646
|
}
|
|
32643
32647
|
|
|
32644
|
-
.
|
|
32645
|
-
display: inline-
|
|
32648
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32649
|
+
display: inline-flex;
|
|
32650
|
+
align-items: center;
|
|
32651
|
+
justify-content: center;
|
|
32652
|
+
color: #fff;
|
|
32653
|
+
font-weight: bold;
|
|
32654
|
+
font-size: 12px;
|
|
32655
|
+
width: 24px;
|
|
32656
|
+
height: 24px;
|
|
32657
|
+
border-radius: 50%;
|
|
32658
|
+
background: var(--a1b5xrg3-0);
|
|
32646
32659
|
}
|
|
32647
32660
|
|
|
32648
|
-
.
|
|
32649
|
-
|
|
32661
|
+
.E_a1b5xrg3.btn-item {
|
|
32662
|
+
transition: all 160ms ease;
|
|
32663
|
+
cursor: pointer;
|
|
32664
|
+
width: 56px;
|
|
32665
|
+
height: 40px;
|
|
32666
|
+
display: inline-flex;
|
|
32667
|
+
align-items: center;
|
|
32668
|
+
justify-content: center;
|
|
32669
|
+
border-radius: 6px;
|
|
32670
|
+
}
|
|
32671
|
+
|
|
32672
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32673
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32674
|
+
}
|
|
32675
|
+
|
|
32676
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32677
|
+
transform: translateY(2px);
|
|
32678
|
+
transition: all 320ms ease;
|
|
32679
|
+
}
|
|
32680
|
+
|
|
32681
|
+
.E_s1dni7lo {
|
|
32682
|
+
width: 430px !important;
|
|
32683
|
+
}
|
|
32684
|
+
|
|
32685
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
32686
|
+
padding: 8px 16px;
|
|
32687
|
+
line-height: 18px;
|
|
32688
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32689
|
+
height: 34px;
|
|
32690
|
+
min-height: 34px;
|
|
32691
|
+
box-sizing: border-box;
|
|
32692
|
+
margin-top: 8px;
|
|
32693
|
+
}
|
|
32694
|
+
|
|
32695
|
+
.E_o1ugr09p {
|
|
32696
|
+
display: flex;
|
|
32697
|
+
flex-direction: column;
|
|
32698
|
+
margin: 1px 8px;
|
|
32699
|
+
padding: 8px;
|
|
32700
|
+
border-radius: 4px;
|
|
32701
|
+
}
|
|
32702
|
+
|
|
32703
|
+
.E_o1ugr09p .selected-icon {
|
|
32704
|
+
display: none;
|
|
32705
|
+
}
|
|
32706
|
+
|
|
32707
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32708
|
+
padding-left: 8px;
|
|
32709
|
+
}
|
|
32710
|
+
|
|
32711
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32712
|
+
background-color: white;
|
|
32713
|
+
}
|
|
32714
|
+
|
|
32715
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32716
|
+
color: #0080ff;
|
|
32717
|
+
}
|
|
32718
|
+
|
|
32719
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32720
|
+
display: block;
|
|
32721
|
+
}
|
|
32722
|
+
|
|
32723
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
32724
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32725
|
+
}
|
|
32726
|
+
|
|
32727
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32728
|
+
color: #0080ff;
|
|
32729
|
+
}
|
|
32730
|
+
|
|
32731
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32732
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32733
|
+
color: #0080ff;
|
|
32734
|
+
}
|
|
32735
|
+
|
|
32736
|
+
.E_o1ifxsq4 {
|
|
32737
|
+
display: flex;
|
|
32738
|
+
justify-content: space-between;
|
|
32739
|
+
height: 20px;
|
|
32740
|
+
line-height: 20px;
|
|
32741
|
+
}
|
|
32742
|
+
|
|
32743
|
+
.E_o1ifxsq4 .timezone-title {
|
|
32744
|
+
color: #2d3a56;
|
|
32745
|
+
overflow: hidden;
|
|
32746
|
+
text-overflow: ellipsis;
|
|
32747
|
+
}
|
|
32748
|
+
|
|
32749
|
+
.E_o1zue7 {
|
|
32750
|
+
display: flex;
|
|
32751
|
+
justify-content: space-between;
|
|
32752
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32753
|
+
height: 18px;
|
|
32754
|
+
line-height: 18px;
|
|
32755
|
+
margin-top: 2px;
|
|
32756
|
+
}
|
|
32757
|
+
|
|
32758
|
+
.E_tyfmlxg {
|
|
32759
|
+
border: none;
|
|
32760
|
+
margin-right: 0;
|
|
32761
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32762
|
+
}
|
|
32763
|
+
|
|
32764
|
+
.E_o18uybox {
|
|
32765
|
+
pointer-events: none;
|
|
32766
|
+
height: 32px;
|
|
32767
|
+
width: 100%;
|
|
32768
|
+
opacity: 0;
|
|
32650
32769
|
}
|
|
32651
32770
|
|
|
32652
32771
|
.E_dsnbhzf {
|
|
@@ -33066,185 +33185,66 @@ input.E_rf8rlle.ant-input {
|
|
|
33066
33185
|
font-family: Inter;
|
|
33067
33186
|
font-style: normal;
|
|
33068
33187
|
font-weight: normal;
|
|
33069
|
-
font-feature-settings: "zero" on;
|
|
33070
|
-
font-size: 13px;
|
|
33071
|
-
line-height: 20px;
|
|
33072
|
-
}
|
|
33073
|
-
|
|
33074
|
-
.E_t114zbyz {
|
|
33075
|
-
font-family: Inter;
|
|
33076
|
-
font-style: normal;
|
|
33077
|
-
font-weight: normal;
|
|
33078
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
33079
|
-
font-size: 12px;
|
|
33080
|
-
line-height: 18px;
|
|
33081
|
-
}
|
|
33082
|
-
|
|
33083
|
-
.E_t1il0kvi {
|
|
33084
|
-
font-family: Inter;
|
|
33085
|
-
font-style: normal;
|
|
33086
|
-
font-weight: 500;
|
|
33087
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
33088
|
-
font-size: 12px;
|
|
33089
|
-
line-height: 18px;
|
|
33090
|
-
}
|
|
33091
|
-
|
|
33092
|
-
.E_t10dv8p1 {
|
|
33093
|
-
font-family: Inter;
|
|
33094
|
-
font-style: normal;
|
|
33095
|
-
font-weight: normal;
|
|
33096
|
-
font-feature-settings: "zero" on;
|
|
33097
|
-
font-size: 12px;
|
|
33098
|
-
line-height: 18px;
|
|
33099
|
-
}
|
|
33100
|
-
|
|
33101
|
-
.E_tc2oqpq {
|
|
33102
|
-
font-family: Inter;
|
|
33103
|
-
font-style: normal;
|
|
33104
|
-
font-weight: 500;
|
|
33105
|
-
font-feature-settings: "zero" on;
|
|
33106
|
-
font-size: 12px;
|
|
33107
|
-
line-height: 18px;
|
|
33108
|
-
}
|
|
33109
|
-
|
|
33110
|
-
.E_tzvddmc {
|
|
33111
|
-
font-family: Inter;
|
|
33112
|
-
font-style: normal;
|
|
33113
|
-
font-weight: bold;
|
|
33114
|
-
font-feature-settings: "zero" on;
|
|
33115
|
-
font-size: 16px;
|
|
33116
|
-
line-height: 24px;
|
|
33117
|
-
}
|
|
33118
|
-
|
|
33119
|
-
.E_u18llj45 {
|
|
33120
|
-
font-family: Inter;
|
|
33121
|
-
font-style: normal;
|
|
33122
|
-
font-weight: normal;
|
|
33123
|
-
font-size: 10px;
|
|
33124
|
-
line-height: 12px;
|
|
33125
|
-
}
|
|
33126
|
-
|
|
33127
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
33128
|
-
display: inline-flex;
|
|
33129
|
-
align-items: center;
|
|
33130
|
-
justify-content: center;
|
|
33131
|
-
color: #fff;
|
|
33132
|
-
font-weight: bold;
|
|
33133
|
-
font-size: 12px;
|
|
33134
|
-
width: 24px;
|
|
33135
|
-
height: 24px;
|
|
33136
|
-
border-radius: 50%;
|
|
33137
|
-
background: var(--a1b5xrg3-0);
|
|
33138
|
-
}
|
|
33139
|
-
|
|
33140
|
-
.E_a1b5xrg3.btn-item {
|
|
33141
|
-
transition: all 160ms ease;
|
|
33142
|
-
cursor: pointer;
|
|
33143
|
-
width: 56px;
|
|
33144
|
-
height: 40px;
|
|
33145
|
-
display: inline-flex;
|
|
33146
|
-
align-items: center;
|
|
33147
|
-
justify-content: center;
|
|
33148
|
-
border-radius: 6px;
|
|
33149
|
-
}
|
|
33150
|
-
|
|
33151
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
33152
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33153
|
-
}
|
|
33154
|
-
|
|
33155
|
-
.E_a1b5xrg3.btn-item:active {
|
|
33156
|
-
transform: translateY(2px);
|
|
33157
|
-
transition: all 320ms ease;
|
|
33158
|
-
}
|
|
33159
|
-
|
|
33160
|
-
.E_s1dni7lo {
|
|
33161
|
-
width: 430px !important;
|
|
33162
|
-
}
|
|
33163
|
-
|
|
33164
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
33165
|
-
padding: 8px 16px;
|
|
33166
|
-
line-height: 18px;
|
|
33167
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33168
|
-
height: 34px;
|
|
33169
|
-
min-height: 34px;
|
|
33170
|
-
box-sizing: border-box;
|
|
33171
|
-
margin-top: 8px;
|
|
33172
|
-
}
|
|
33173
|
-
|
|
33174
|
-
.E_o1ugr09p {
|
|
33175
|
-
display: flex;
|
|
33176
|
-
flex-direction: column;
|
|
33177
|
-
margin: 1px 8px;
|
|
33178
|
-
padding: 8px;
|
|
33179
|
-
border-radius: 4px;
|
|
33180
|
-
}
|
|
33181
|
-
|
|
33182
|
-
.E_o1ugr09p .selected-icon {
|
|
33183
|
-
display: none;
|
|
33184
|
-
}
|
|
33185
|
-
|
|
33186
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
33187
|
-
padding-left: 8px;
|
|
33188
|
-
}
|
|
33189
|
-
|
|
33190
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
33191
|
-
background-color: white;
|
|
33192
|
-
}
|
|
33193
|
-
|
|
33194
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
33195
|
-
color: #0080ff;
|
|
33196
|
-
}
|
|
33197
|
-
|
|
33198
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
33199
|
-
display: block;
|
|
33200
|
-
}
|
|
33201
|
-
|
|
33202
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
33203
|
-
background: rgba(0, 136, 255, 0.16);
|
|
33188
|
+
font-feature-settings: "zero" on;
|
|
33189
|
+
font-size: 13px;
|
|
33190
|
+
line-height: 20px;
|
|
33204
33191
|
}
|
|
33205
33192
|
|
|
33206
|
-
.
|
|
33207
|
-
|
|
33193
|
+
.E_t114zbyz {
|
|
33194
|
+
font-family: Inter;
|
|
33195
|
+
font-style: normal;
|
|
33196
|
+
font-weight: normal;
|
|
33197
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
33198
|
+
font-size: 12px;
|
|
33199
|
+
line-height: 18px;
|
|
33208
33200
|
}
|
|
33209
33201
|
|
|
33210
|
-
.
|
|
33211
|
-
|
|
33212
|
-
|
|
33202
|
+
.E_t1il0kvi {
|
|
33203
|
+
font-family: Inter;
|
|
33204
|
+
font-style: normal;
|
|
33205
|
+
font-weight: 500;
|
|
33206
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
33207
|
+
font-size: 12px;
|
|
33208
|
+
line-height: 18px;
|
|
33213
33209
|
}
|
|
33214
33210
|
|
|
33215
|
-
.
|
|
33216
|
-
|
|
33217
|
-
|
|
33218
|
-
|
|
33219
|
-
|
|
33211
|
+
.E_t10dv8p1 {
|
|
33212
|
+
font-family: Inter;
|
|
33213
|
+
font-style: normal;
|
|
33214
|
+
font-weight: normal;
|
|
33215
|
+
font-feature-settings: "zero" on;
|
|
33216
|
+
font-size: 12px;
|
|
33217
|
+
line-height: 18px;
|
|
33220
33218
|
}
|
|
33221
33219
|
|
|
33222
|
-
.
|
|
33223
|
-
|
|
33224
|
-
|
|
33225
|
-
|
|
33220
|
+
.E_tc2oqpq {
|
|
33221
|
+
font-family: Inter;
|
|
33222
|
+
font-style: normal;
|
|
33223
|
+
font-weight: 500;
|
|
33224
|
+
font-feature-settings: "zero" on;
|
|
33225
|
+
font-size: 12px;
|
|
33226
|
+
line-height: 18px;
|
|
33226
33227
|
}
|
|
33227
33228
|
|
|
33228
|
-
.
|
|
33229
|
-
|
|
33230
|
-
|
|
33231
|
-
|
|
33232
|
-
|
|
33233
|
-
|
|
33234
|
-
|
|
33229
|
+
.E_tzvddmc {
|
|
33230
|
+
font-family: Inter;
|
|
33231
|
+
font-style: normal;
|
|
33232
|
+
font-weight: bold;
|
|
33233
|
+
font-feature-settings: "zero" on;
|
|
33234
|
+
font-size: 16px;
|
|
33235
|
+
line-height: 24px;
|
|
33235
33236
|
}
|
|
33236
33237
|
|
|
33237
|
-
.
|
|
33238
|
-
|
|
33239
|
-
|
|
33240
|
-
|
|
33238
|
+
.E_u18llj45 {
|
|
33239
|
+
font-family: Inter;
|
|
33240
|
+
font-style: normal;
|
|
33241
|
+
font-weight: normal;
|
|
33242
|
+
font-size: 10px;
|
|
33243
|
+
line-height: 12px;
|
|
33241
33244
|
}
|
|
33242
33245
|
|
|
33243
|
-
.
|
|
33244
|
-
|
|
33245
|
-
height: 32px;
|
|
33246
|
-
width: 100%;
|
|
33247
|
-
opacity: 0;
|
|
33246
|
+
.E_iq1gosr {
|
|
33247
|
+
display: inline-block;
|
|
33248
33248
|
}
|
|
33249
33249
|
|
|
33250
33250
|
.E_s1sck0th {
|
|
@@ -33729,32 +33729,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33729
33729
|
transform: rotate(180deg);
|
|
33730
33730
|
}
|
|
33731
33731
|
|
|
33732
|
-
.E_oa99sl3 {
|
|
33733
|
-
display: flex;
|
|
33734
|
-
justify-content: space-between;
|
|
33735
|
-
align-items: center;
|
|
33736
|
-
gap: 8px;
|
|
33737
|
-
}
|
|
33738
|
-
|
|
33739
|
-
.E_oa99sl3,
|
|
33740
|
-
.E_oa99sl3 :first-child {
|
|
33741
|
-
line-height: inherit !important;
|
|
33742
|
-
}
|
|
33743
|
-
|
|
33744
|
-
.E_lvp5pj7 {
|
|
33745
|
-
display: flex;
|
|
33746
|
-
justify-content: space-between;
|
|
33747
|
-
align-items: center;
|
|
33748
|
-
gap: 8px;
|
|
33749
|
-
min-width: 0;
|
|
33750
|
-
}
|
|
33751
|
-
|
|
33752
|
-
.E_s1io1lws {
|
|
33753
|
-
display: flex;
|
|
33754
|
-
align-items: center;
|
|
33755
|
-
flex-shrink: 0;
|
|
33756
|
-
}
|
|
33757
|
-
|
|
33758
33732
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
33759
33733
|
opacity: 1;
|
|
33760
33734
|
}
|
|
@@ -33912,6 +33886,32 @@ input.E_rf8rlle.ant-input {
|
|
|
33912
33886
|
color: rgba(0, 21, 64, 0.3);
|
|
33913
33887
|
}
|
|
33914
33888
|
|
|
33889
|
+
.E_oa99sl3 {
|
|
33890
|
+
display: flex;
|
|
33891
|
+
justify-content: space-between;
|
|
33892
|
+
align-items: center;
|
|
33893
|
+
gap: 8px;
|
|
33894
|
+
}
|
|
33895
|
+
|
|
33896
|
+
.E_oa99sl3,
|
|
33897
|
+
.E_oa99sl3 :first-child {
|
|
33898
|
+
line-height: inherit !important;
|
|
33899
|
+
}
|
|
33900
|
+
|
|
33901
|
+
.E_lvp5pj7 {
|
|
33902
|
+
display: flex;
|
|
33903
|
+
justify-content: space-between;
|
|
33904
|
+
align-items: center;
|
|
33905
|
+
gap: 8px;
|
|
33906
|
+
min-width: 0;
|
|
33907
|
+
}
|
|
33908
|
+
|
|
33909
|
+
.E_s1io1lws {
|
|
33910
|
+
display: flex;
|
|
33911
|
+
align-items: center;
|
|
33912
|
+
flex-shrink: 0;
|
|
33913
|
+
}
|
|
33914
|
+
|
|
33915
33915
|
.E_h12yihis {
|
|
33916
33916
|
height: 50px;
|
|
33917
33917
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -34751,82 +34751,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34751
34751
|
padding: 0;
|
|
34752
34752
|
}
|
|
34753
34753
|
|
|
34754
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34755
|
-
margin-right: 2px;
|
|
34756
|
-
}
|
|
34757
|
-
|
|
34758
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34759
|
-
padding-left: 8px;
|
|
34760
|
-
padding-right: 8px;
|
|
34761
|
-
}
|
|
34762
|
-
|
|
34763
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34764
|
-
border-radius: 4px;
|
|
34765
|
-
}
|
|
34766
|
-
|
|
34767
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34768
|
-
border-radius: 4px;
|
|
34769
|
-
}
|
|
34770
|
-
|
|
34771
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
34772
|
-
padding-left: 12px;
|
|
34773
|
-
padding-right: 12px;
|
|
34774
|
-
}
|
|
34775
|
-
|
|
34776
|
-
.E_ckld275 {
|
|
34777
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34778
|
-
}
|
|
34779
|
-
|
|
34780
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34781
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
34782
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34783
|
-
}
|
|
34784
|
-
|
|
34785
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34786
|
-
background-color: transparent;
|
|
34787
|
-
}
|
|
34788
|
-
|
|
34789
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34790
|
-
background-color: transparent;
|
|
34791
|
-
}
|
|
34792
|
-
|
|
34793
|
-
.E_r77hffu {
|
|
34794
|
-
display: flex;
|
|
34795
|
-
align-items: center;
|
|
34796
|
-
justify-content: space-between;
|
|
34797
|
-
column-gap: 6px;
|
|
34798
|
-
}
|
|
34799
|
-
|
|
34800
|
-
.E_p1cmxsf7 {
|
|
34801
|
-
display: flex;
|
|
34802
|
-
flex-direction: column;
|
|
34803
|
-
justify-content: center;
|
|
34804
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34805
|
-
}
|
|
34806
|
-
|
|
34807
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34808
|
-
font-size: 0;
|
|
34809
|
-
}
|
|
34810
|
-
|
|
34811
|
-
.E_b14q2gmw {
|
|
34812
|
-
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);
|
|
34813
|
-
}
|
|
34814
|
-
|
|
34815
|
-
.E_c1eym6el {
|
|
34816
|
-
border-radius: 8px;
|
|
34817
|
-
background-color: white;
|
|
34818
|
-
}
|
|
34819
|
-
|
|
34820
|
-
.E_c1eym6el.hoverable {
|
|
34821
|
-
cursor: pointer;
|
|
34822
|
-
}
|
|
34823
|
-
|
|
34824
|
-
.E_c1eym6el.hoverable:hover {
|
|
34825
|
-
transition: all 200ms ease;
|
|
34826
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34827
|
-
transform: translateY(-4px);
|
|
34828
|
-
}
|
|
34829
|
-
|
|
34830
34754
|
.E_l12xdkhl {
|
|
34831
34755
|
width: 64px;
|
|
34832
34756
|
height: 64px;
|
|
@@ -34911,8 +34835,65 @@ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-seco
|
|
|
34911
34835
|
color: #005ED1;
|
|
34912
34836
|
}
|
|
34913
34837
|
|
|
34914
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34915
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34838
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34839
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34840
|
+
}
|
|
34841
|
+
|
|
34842
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34843
|
+
margin-right: 2px;
|
|
34844
|
+
}
|
|
34845
|
+
|
|
34846
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34847
|
+
padding-left: 8px;
|
|
34848
|
+
padding-right: 8px;
|
|
34849
|
+
}
|
|
34850
|
+
|
|
34851
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34852
|
+
border-radius: 4px;
|
|
34853
|
+
}
|
|
34854
|
+
|
|
34855
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34856
|
+
border-radius: 4px;
|
|
34857
|
+
}
|
|
34858
|
+
|
|
34859
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34860
|
+
padding-left: 12px;
|
|
34861
|
+
padding-right: 12px;
|
|
34862
|
+
}
|
|
34863
|
+
|
|
34864
|
+
.E_ckld275 {
|
|
34865
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34866
|
+
}
|
|
34867
|
+
|
|
34868
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34869
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34870
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34871
|
+
}
|
|
34872
|
+
|
|
34873
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34874
|
+
background-color: transparent;
|
|
34875
|
+
}
|
|
34876
|
+
|
|
34877
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34878
|
+
background-color: transparent;
|
|
34879
|
+
}
|
|
34880
|
+
|
|
34881
|
+
.E_r77hffu {
|
|
34882
|
+
display: flex;
|
|
34883
|
+
align-items: center;
|
|
34884
|
+
justify-content: space-between;
|
|
34885
|
+
column-gap: 6px;
|
|
34886
|
+
}
|
|
34887
|
+
|
|
34888
|
+
.E_p1cmxsf7 {
|
|
34889
|
+
display: flex;
|
|
34890
|
+
flex-direction: column;
|
|
34891
|
+
justify-content: center;
|
|
34892
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34893
|
+
}
|
|
34894
|
+
|
|
34895
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34896
|
+
font-size: 0;
|
|
34916
34897
|
}
|
|
34917
34898
|
|
|
34918
34899
|
.E_ckui4s7 {
|
|
@@ -34995,6 +34976,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34995
34976
|
margin-left: 24px;
|
|
34996
34977
|
}
|
|
34997
34978
|
|
|
34979
|
+
.E_c1yd35n {
|
|
34980
|
+
padding: 0 12px 14px 12px;
|
|
34981
|
+
}
|
|
34982
|
+
|
|
34998
34983
|
.E_c1kghdax {
|
|
34999
34984
|
color: #2d3a56;
|
|
35000
34985
|
padding: 7px 12px;
|
|
@@ -35042,1084 +35027,866 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35042
35027
|
margin-right: 2px;
|
|
35043
35028
|
}
|
|
35044
35029
|
|
|
35045
|
-
.
|
|
35046
|
-
|
|
35047
|
-
}
|
|
35048
|
-
|
|
35049
|
-
.E_tc97u5y {
|
|
35050
|
-
height: 100%;
|
|
35051
|
-
}
|
|
35052
|
-
|
|
35053
|
-
.E_efzf37v .ant-table-content {
|
|
35054
|
-
overflow: visible !important;
|
|
35055
|
-
height: 100%;
|
|
35056
|
-
}
|
|
35057
|
-
|
|
35058
|
-
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
35059
|
-
height: 100%;
|
|
35060
|
-
}
|
|
35061
|
-
|
|
35062
|
-
.E_efzf37v table {
|
|
35063
|
-
width: 100% !important;
|
|
35064
|
-
height: 100%;
|
|
35065
|
-
}
|
|
35066
|
-
|
|
35067
|
-
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35068
|
-
padding: 15px 0;
|
|
35069
|
-
}
|
|
35070
|
-
|
|
35071
|
-
.E_efzf37v table thead.ant-table-thead {
|
|
35072
|
-
display: none;
|
|
35073
|
-
}
|
|
35074
|
-
|
|
35075
|
-
.E_t1fisho6 {
|
|
35076
|
-
height: 100%;
|
|
35077
|
-
}
|
|
35078
|
-
|
|
35079
|
-
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
35080
|
-
padding-top: 6px;
|
|
35081
|
-
padding-bottom: 6px;
|
|
35082
|
-
}
|
|
35083
|
-
|
|
35084
|
-
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
35085
|
-
font-weight: 700;
|
|
35086
|
-
}
|
|
35087
|
-
|
|
35088
|
-
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
35089
|
-
font-weight: 700;
|
|
35090
|
-
}
|
|
35091
|
-
|
|
35092
|
-
.E_t1fisho6 .ant-spin-nested-loading {
|
|
35093
|
-
height: 100%;
|
|
35094
|
-
}
|
|
35095
|
-
|
|
35096
|
-
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
35097
|
-
height: 100%;
|
|
35098
|
-
overflow: visible;
|
|
35099
|
-
}
|
|
35100
|
-
|
|
35101
|
-
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
35102
|
-
max-height: none;
|
|
35103
|
-
}
|
|
35104
|
-
|
|
35105
|
-
.E_t1fisho6 td.ant-table-column-sort {
|
|
35106
|
-
background: transparent;
|
|
35107
|
-
}
|
|
35108
|
-
|
|
35109
|
-
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
35110
|
-
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
35111
|
-
background: #fff;
|
|
35112
|
-
padding: 0 !important;
|
|
35113
|
-
}
|
|
35114
|
-
|
|
35115
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
35116
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35117
|
-
display: flex;
|
|
35118
|
-
align-items: center;
|
|
35119
|
-
height: 100%;
|
|
35120
|
-
padding: 8px;
|
|
35121
|
-
}
|
|
35122
|
-
|
|
35123
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
35124
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
35125
|
-
overflow: hidden;
|
|
35126
|
-
text-overflow: ellipsis;
|
|
35127
|
-
width: 100%;
|
|
35128
|
-
}
|
|
35129
|
-
|
|
35130
|
-
.E_t1fisho6 .ant-table-container {
|
|
35131
|
-
height: 100%;
|
|
35132
|
-
}
|
|
35133
|
-
|
|
35134
|
-
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
35135
|
-
box-shadow: none !important;
|
|
35136
|
-
}
|
|
35137
|
-
|
|
35138
|
-
.E_t1fisho6 div.ant-table {
|
|
35139
|
-
border-radius: 0px;
|
|
35140
|
-
border-left: none;
|
|
35141
|
-
border-right: none;
|
|
35142
|
-
border-bottom: none;
|
|
35143
|
-
height: 100%;
|
|
35144
|
-
font-size: 12px;
|
|
35145
|
-
background: transparent;
|
|
35146
|
-
}
|
|
35147
|
-
|
|
35148
|
-
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
35149
|
-
position: relative;
|
|
35150
|
-
z-index: 3;
|
|
35151
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35152
|
-
margin-bottom: -1px;
|
|
35153
|
-
}
|
|
35154
|
-
|
|
35155
|
-
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
35156
|
-
.E_t1fisho6 div.ant-table .value {
|
|
35157
|
-
color: #2d3a56;
|
|
35158
|
-
}
|
|
35159
|
-
|
|
35160
|
-
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
35161
|
-
.E_t1fisho6 div.ant-table .unit {
|
|
35162
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35163
|
-
}
|
|
35164
|
-
|
|
35165
|
-
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
35166
|
-
position: unset;
|
|
35167
|
-
text-align: center;
|
|
35030
|
+
.E_b14q2gmw {
|
|
35031
|
+
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);
|
|
35168
35032
|
}
|
|
35169
35033
|
|
|
35170
|
-
.
|
|
35171
|
-
|
|
35034
|
+
.E_c1eym6el {
|
|
35035
|
+
border-radius: 8px;
|
|
35036
|
+
background-color: white;
|
|
35172
35037
|
}
|
|
35173
35038
|
|
|
35174
|
-
.
|
|
35039
|
+
.E_c1eym6el.hoverable {
|
|
35175
35040
|
cursor: pointer;
|
|
35176
|
-
position: absolute;
|
|
35177
|
-
top: 50%;
|
|
35178
|
-
right: 12px;
|
|
35179
|
-
transform: translateY(-50%);
|
|
35180
|
-
}
|
|
35181
|
-
|
|
35182
|
-
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
35183
|
-
box-shadow: none;
|
|
35184
|
-
width: 1px;
|
|
35185
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35186
|
-
}
|
|
35187
|
-
|
|
35188
|
-
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
35189
|
-
box-shadow: none;
|
|
35190
|
-
width: 1px;
|
|
35191
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35192
|
-
}
|
|
35193
|
-
|
|
35194
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
35195
|
-
position: relative;
|
|
35196
|
-
}
|
|
35197
|
-
|
|
35198
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
35199
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35200
|
-
border-bottom: 1px solid white;
|
|
35201
|
-
height: 40px;
|
|
35202
|
-
vertical-align: middle;
|
|
35203
|
-
transition: background 0ms;
|
|
35204
|
-
color: #00122e;
|
|
35205
|
-
}
|
|
35206
|
-
|
|
35207
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
35208
|
-
background: #f2f5fa;
|
|
35209
|
-
border-bottom-color: #f2f5fa;
|
|
35210
|
-
}
|
|
35211
|
-
|
|
35212
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
35213
|
-
height: auto;
|
|
35214
|
-
color: #00122e;
|
|
35215
|
-
font-size: 12px;
|
|
35216
|
-
text-align: left;
|
|
35217
|
-
transition: none;
|
|
35218
|
-
overflow: hidden;
|
|
35219
|
-
text-overflow: ellipsis;
|
|
35220
|
-
white-space: nowrap;
|
|
35221
|
-
}
|
|
35222
|
-
|
|
35223
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
35224
|
-
color: #0096ff;
|
|
35225
|
-
}
|
|
35226
|
-
|
|
35227
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
35228
|
-
overflow: hidden;
|
|
35229
|
-
text-overflow: ellipsis;
|
|
35230
|
-
width: 100%;
|
|
35231
|
-
vertical-align: middle;
|
|
35232
|
-
}
|
|
35233
|
-
|
|
35234
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35235
|
-
line-height: 0px;
|
|
35236
|
-
}
|
|
35237
|
-
|
|
35238
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35239
|
-
padding-right: 25px;
|
|
35240
|
-
}
|
|
35241
|
-
|
|
35242
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35243
|
-
border-top-color: transparent;
|
|
35244
|
-
}
|
|
35245
|
-
|
|
35246
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35247
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35248
|
-
border-color: transparent transparent white;
|
|
35249
|
-
}
|
|
35250
|
-
|
|
35251
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35252
|
-
border-radius: 8px 0 0 8px;
|
|
35253
|
-
}
|
|
35254
|
-
|
|
35255
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35256
|
-
border-radius: 8px 0 0 8px;
|
|
35257
|
-
}
|
|
35258
|
-
|
|
35259
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35260
|
-
content: "";
|
|
35261
|
-
width: 4px;
|
|
35262
|
-
top: -1px;
|
|
35263
|
-
bottom: -1px;
|
|
35264
|
-
background: white;
|
|
35265
|
-
}
|
|
35266
|
-
|
|
35267
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35268
|
-
border-radius: 0 8px 8px 0;
|
|
35269
|
-
}
|
|
35270
|
-
|
|
35271
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35272
|
-
border-radius: 0;
|
|
35273
|
-
background: white;
|
|
35274
|
-
border-top: none;
|
|
35275
35041
|
}
|
|
35276
35042
|
|
|
35277
|
-
.
|
|
35278
|
-
|
|
35279
|
-
|
|
35280
|
-
|
|
35043
|
+
.E_c1eym6el.hoverable:hover {
|
|
35044
|
+
transition: all 200ms ease;
|
|
35045
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
35046
|
+
transform: translateY(-4px);
|
|
35281
35047
|
}
|
|
35282
|
-
|
|
35283
|
-
.
|
|
35284
|
-
|
|
35285
|
-
border-
|
|
35048
|
+
|
|
35049
|
+
.E_sddwhm6 {
|
|
35050
|
+
margin: 0;
|
|
35051
|
+
border-radius: 20px;
|
|
35052
|
+
padding: 2px 10px;
|
|
35053
|
+
height: 22px;
|
|
35286
35054
|
}
|
|
35287
35055
|
|
|
35288
|
-
.
|
|
35289
|
-
|
|
35290
|
-
align-items: center;
|
|
35291
|
-
height: 100%;
|
|
35292
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35056
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35057
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35293
35058
|
}
|
|
35294
35059
|
|
|
35295
|
-
.
|
|
35296
|
-
background:
|
|
35297
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35060
|
+
.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 {
|
|
35061
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35298
35062
|
}
|
|
35299
35063
|
|
|
35300
|
-
.
|
|
35301
|
-
|
|
35302
|
-
align-items: center;
|
|
35303
|
-
height: 100%;
|
|
35304
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35064
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35065
|
+
color: #00122e;
|
|
35305
35066
|
}
|
|
35306
35067
|
|
|
35307
|
-
.
|
|
35308
|
-
|
|
35068
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35069
|
+
margin-right: 6px;
|
|
35309
35070
|
}
|
|
35310
35071
|
|
|
35311
|
-
.
|
|
35312
|
-
|
|
35313
|
-
|
|
35072
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35073
|
+
margin-left: 8px;
|
|
35074
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35314
35075
|
}
|
|
35315
35076
|
|
|
35316
|
-
.
|
|
35317
|
-
|
|
35077
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35078
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35318
35079
|
}
|
|
35319
35080
|
|
|
35320
|
-
.
|
|
35321
|
-
background:
|
|
35322
|
-
border-bottom-color: transparent;
|
|
35323
|
-
border-top-color: transparent;
|
|
35081
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35082
|
+
background-color: #0080ff;
|
|
35324
35083
|
}
|
|
35325
35084
|
|
|
35326
|
-
.
|
|
35327
|
-
|
|
35085
|
+
.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 {
|
|
35086
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
35328
35087
|
}
|
|
35329
35088
|
|
|
35330
|
-
.
|
|
35331
|
-
|
|
35089
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35090
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
35332
35091
|
}
|
|
35333
35092
|
|
|
35334
|
-
.
|
|
35335
|
-
background:
|
|
35093
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35094
|
+
background-color: #f0483e;
|
|
35336
35095
|
}
|
|
35337
35096
|
|
|
35338
|
-
.
|
|
35339
|
-
background:
|
|
35340
|
-
font-weight: 400;
|
|
35341
|
-
position: relative;
|
|
35342
|
-
border-bottom: none;
|
|
35343
|
-
color: #00122e;
|
|
35344
|
-
transition: none;
|
|
35345
|
-
padding: 14px 8px 14px 8px;
|
|
35346
|
-
line-height: 20px;
|
|
35097
|
+
.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 {
|
|
35098
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
35347
35099
|
}
|
|
35348
35100
|
|
|
35349
|
-
.
|
|
35350
|
-
|
|
35351
|
-
width: 1px;
|
|
35352
|
-
top: 0;
|
|
35353
|
-
bottom: 0;
|
|
35354
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35355
|
-
position: absolute;
|
|
35356
|
-
right: 0;
|
|
35101
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35102
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
35357
35103
|
}
|
|
35358
35104
|
|
|
35359
|
-
.
|
|
35360
|
-
|
|
35105
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35106
|
+
background-color: #fea008;
|
|
35361
35107
|
}
|
|
35362
35108
|
|
|
35363
|
-
.
|
|
35364
|
-
|
|
35109
|
+
.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 {
|
|
35110
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
35365
35111
|
}
|
|
35366
35112
|
|
|
35367
|
-
.
|
|
35368
|
-
|
|
35369
|
-
overflow: hidden;
|
|
35370
|
-
white-space: nowrap;
|
|
35371
|
-
text-overflow: ellipsis;
|
|
35113
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35114
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
35372
35115
|
}
|
|
35373
35116
|
|
|
35374
|
-
.
|
|
35375
|
-
|
|
35376
|
-
text-overflow: ellipsis;
|
|
35377
|
-
flex: 1;
|
|
35117
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35118
|
+
background-color: #00ba5d;
|
|
35378
35119
|
}
|
|
35379
35120
|
|
|
35380
|
-
.
|
|
35381
|
-
|
|
35121
|
+
.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 {
|
|
35122
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
35382
35123
|
}
|
|
35383
35124
|
|
|
35384
|
-
.
|
|
35385
|
-
|
|
35125
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35126
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35386
35127
|
}
|
|
35387
35128
|
|
|
35388
|
-
.
|
|
35389
|
-
|
|
35390
|
-
right: 6px;
|
|
35391
|
-
top: 50%;
|
|
35392
|
-
transform: translateY(-50%);
|
|
35393
|
-
height: 16px;
|
|
35394
|
-
display: none;
|
|
35395
|
-
transition: transform 320ms ease;
|
|
35129
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35130
|
+
background-color: #6b7d99;
|
|
35396
35131
|
}
|
|
35397
35132
|
|
|
35398
|
-
.
|
|
35399
|
-
|
|
35400
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
35133
|
+
.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 {
|
|
35134
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
35401
35135
|
}
|
|
35402
35136
|
|
|
35403
|
-
.
|
|
35404
|
-
|
|
35137
|
+
.E_satwmqm {
|
|
35138
|
+
width: 8px;
|
|
35139
|
+
height: 8px;
|
|
35140
|
+
border-radius: 50%;
|
|
35141
|
+
display: inline-block;
|
|
35405
35142
|
}
|
|
35406
35143
|
|
|
35407
|
-
.
|
|
35408
|
-
|
|
35144
|
+
.E_tc97u5y {
|
|
35145
|
+
height: 100%;
|
|
35409
35146
|
}
|
|
35410
35147
|
|
|
35411
|
-
.
|
|
35412
|
-
|
|
35148
|
+
.E_efzf37v .ant-table-content {
|
|
35149
|
+
overflow: visible !important;
|
|
35150
|
+
height: 100%;
|
|
35413
35151
|
}
|
|
35414
35152
|
|
|
35415
|
-
.
|
|
35416
|
-
|
|
35153
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
35154
|
+
height: 100%;
|
|
35417
35155
|
}
|
|
35418
35156
|
|
|
35419
|
-
.
|
|
35420
|
-
|
|
35157
|
+
.E_efzf37v table {
|
|
35158
|
+
width: 100% !important;
|
|
35159
|
+
height: 100%;
|
|
35421
35160
|
}
|
|
35422
35161
|
|
|
35423
|
-
.
|
|
35424
|
-
|
|
35162
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35163
|
+
padding: 15px 0;
|
|
35425
35164
|
}
|
|
35426
35165
|
|
|
35427
|
-
.
|
|
35428
|
-
|
|
35166
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
35167
|
+
display: none;
|
|
35429
35168
|
}
|
|
35430
35169
|
|
|
35431
|
-
.E_t1fisho6
|
|
35432
|
-
|
|
35170
|
+
.E_t1fisho6 {
|
|
35171
|
+
height: 100%;
|
|
35433
35172
|
}
|
|
35434
35173
|
|
|
35435
|
-
.E_t1fisho6
|
|
35436
|
-
|
|
35437
|
-
|
|
35438
|
-
top: 50%;
|
|
35439
|
-
transform: translate(-50%, -50%);
|
|
35174
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
35175
|
+
padding-top: 6px;
|
|
35176
|
+
padding-bottom: 6px;
|
|
35440
35177
|
}
|
|
35441
35178
|
|
|
35442
|
-
.E_t1fisho6
|
|
35443
|
-
|
|
35179
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
35180
|
+
font-weight: 700;
|
|
35444
35181
|
}
|
|
35445
35182
|
|
|
35446
|
-
.E_t1fisho6
|
|
35447
|
-
|
|
35183
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
35184
|
+
font-weight: 700;
|
|
35448
35185
|
}
|
|
35449
35186
|
|
|
35450
|
-
.E_t1fisho6
|
|
35451
|
-
|
|
35187
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
35188
|
+
height: 100%;
|
|
35452
35189
|
}
|
|
35453
35190
|
|
|
35454
|
-
.E_t1fisho6
|
|
35455
|
-
|
|
35456
|
-
|
|
35457
|
-
background: inherit !important;
|
|
35458
|
-
height: 100px;
|
|
35459
|
-
vertical-align: middle;
|
|
35191
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
35192
|
+
height: 100%;
|
|
35193
|
+
overflow: visible;
|
|
35460
35194
|
}
|
|
35461
35195
|
|
|
35462
|
-
.E_t1fisho6
|
|
35463
|
-
|
|
35464
|
-
font-weight: bold;
|
|
35465
|
-
font-size: 20px;
|
|
35466
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35196
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
35197
|
+
max-height: none;
|
|
35467
35198
|
}
|
|
35468
35199
|
|
|
35469
|
-
.E_t1fisho6
|
|
35470
|
-
|
|
35471
|
-
z-index: 10;
|
|
35200
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
35201
|
+
background: transparent;
|
|
35472
35202
|
}
|
|
35473
35203
|
|
|
35474
|
-
.E_t1fisho6
|
|
35475
|
-
|
|
35476
|
-
position: relative;
|
|
35204
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
35205
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
35477
35206
|
background: #fff;
|
|
35207
|
+
padding: 0 !important;
|
|
35478
35208
|
}
|
|
35479
35209
|
|
|
35480
|
-
.E_t1fisho6
|
|
35481
|
-
|
|
35210
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
35211
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35482
35212
|
display: flex;
|
|
35483
35213
|
align-items: center;
|
|
35484
|
-
|
|
35485
|
-
padding
|
|
35214
|
+
height: 100%;
|
|
35215
|
+
padding: 8px;
|
|
35486
35216
|
}
|
|
35487
35217
|
|
|
35488
|
-
.E_t1fisho6
|
|
35489
|
-
|
|
35490
|
-
|
|
35491
|
-
|
|
35492
|
-
|
|
35493
|
-
border-radius: 4px;
|
|
35218
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
35219
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
35220
|
+
overflow: hidden;
|
|
35221
|
+
text-overflow: ellipsis;
|
|
35222
|
+
width: 100%;
|
|
35494
35223
|
}
|
|
35495
35224
|
|
|
35496
|
-
.E_t1fisho6
|
|
35497
|
-
|
|
35225
|
+
.E_t1fisho6 .ant-table-container {
|
|
35226
|
+
height: 100%;
|
|
35498
35227
|
}
|
|
35499
35228
|
|
|
35500
|
-
.
|
|
35501
|
-
|
|
35502
|
-
border-radius: 20px;
|
|
35503
|
-
padding: 2px 10px;
|
|
35504
|
-
height: 22px;
|
|
35229
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
35230
|
+
box-shadow: none !important;
|
|
35505
35231
|
}
|
|
35506
35232
|
|
|
35507
|
-
.
|
|
35508
|
-
|
|
35233
|
+
.E_t1fisho6 div.ant-table {
|
|
35234
|
+
border-radius: 0px;
|
|
35235
|
+
border-left: none;
|
|
35236
|
+
border-right: none;
|
|
35237
|
+
border-bottom: none;
|
|
35238
|
+
height: 100%;
|
|
35239
|
+
font-size: 12px;
|
|
35240
|
+
background: transparent;
|
|
35509
35241
|
}
|
|
35510
35242
|
|
|
35511
|
-
.
|
|
35512
|
-
|
|
35243
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
35244
|
+
position: relative;
|
|
35245
|
+
z-index: 3;
|
|
35246
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35247
|
+
margin-bottom: -1px;
|
|
35248
|
+
}
|
|
35249
|
+
|
|
35250
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
35251
|
+
.E_t1fisho6 div.ant-table .value {
|
|
35252
|
+
color: #2d3a56;
|
|
35513
35253
|
}
|
|
35514
35254
|
|
|
35515
|
-
.
|
|
35516
|
-
|
|
35255
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
35256
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
35257
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35517
35258
|
}
|
|
35518
35259
|
|
|
35519
|
-
.
|
|
35520
|
-
|
|
35260
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
35261
|
+
position: unset;
|
|
35262
|
+
text-align: center;
|
|
35521
35263
|
}
|
|
35522
35264
|
|
|
35523
|
-
.
|
|
35524
|
-
|
|
35525
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35265
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
35266
|
+
background: #fff;
|
|
35526
35267
|
}
|
|
35527
35268
|
|
|
35528
|
-
.
|
|
35529
|
-
|
|
35269
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
35270
|
+
cursor: pointer;
|
|
35271
|
+
position: absolute;
|
|
35272
|
+
top: 50%;
|
|
35273
|
+
right: 12px;
|
|
35274
|
+
transform: translateY(-50%);
|
|
35530
35275
|
}
|
|
35531
35276
|
|
|
35532
|
-
.
|
|
35533
|
-
|
|
35277
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
35278
|
+
box-shadow: none;
|
|
35279
|
+
width: 1px;
|
|
35280
|
+
background: rgba(213, 219, 227, 0.6);
|
|
35534
35281
|
}
|
|
35535
35282
|
|
|
35536
|
-
.
|
|
35537
|
-
|
|
35283
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
35284
|
+
box-shadow: none;
|
|
35285
|
+
width: 1px;
|
|
35286
|
+
background: rgba(213, 219, 227, 0.6);
|
|
35538
35287
|
}
|
|
35539
35288
|
|
|
35540
|
-
.
|
|
35541
|
-
|
|
35289
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
35290
|
+
position: relative;
|
|
35542
35291
|
}
|
|
35543
35292
|
|
|
35544
|
-
.
|
|
35545
|
-
|
|
35293
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
35294
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35295
|
+
border-bottom: 1px solid white;
|
|
35296
|
+
height: 40px;
|
|
35297
|
+
vertical-align: middle;
|
|
35298
|
+
transition: background 0ms;
|
|
35299
|
+
color: #00122e;
|
|
35546
35300
|
}
|
|
35547
35301
|
|
|
35548
|
-
.
|
|
35549
|
-
background
|
|
35302
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
35303
|
+
background: #f2f5fa;
|
|
35304
|
+
border-bottom-color: #f2f5fa;
|
|
35550
35305
|
}
|
|
35551
35306
|
|
|
35552
|
-
.
|
|
35553
|
-
|
|
35307
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
35308
|
+
height: auto;
|
|
35309
|
+
color: #00122e;
|
|
35310
|
+
font-size: 12px;
|
|
35311
|
+
text-align: left;
|
|
35312
|
+
transition: none;
|
|
35313
|
+
overflow: hidden;
|
|
35314
|
+
text-overflow: ellipsis;
|
|
35315
|
+
white-space: nowrap;
|
|
35554
35316
|
}
|
|
35555
35317
|
|
|
35556
|
-
.
|
|
35557
|
-
|
|
35318
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
35319
|
+
color: #0096ff;
|
|
35558
35320
|
}
|
|
35559
35321
|
|
|
35560
|
-
.
|
|
35561
|
-
|
|
35322
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
35323
|
+
overflow: hidden;
|
|
35324
|
+
text-overflow: ellipsis;
|
|
35325
|
+
width: 100%;
|
|
35326
|
+
vertical-align: middle;
|
|
35562
35327
|
}
|
|
35563
35328
|
|
|
35564
|
-
.
|
|
35565
|
-
|
|
35329
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35330
|
+
line-height: 0px;
|
|
35566
35331
|
}
|
|
35567
35332
|
|
|
35568
|
-
.
|
|
35569
|
-
|
|
35333
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35334
|
+
padding-right: 25px;
|
|
35570
35335
|
}
|
|
35571
35336
|
|
|
35572
|
-
.
|
|
35573
|
-
|
|
35337
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35338
|
+
border-top-color: transparent;
|
|
35574
35339
|
}
|
|
35575
35340
|
|
|
35576
|
-
.
|
|
35577
|
-
background
|
|
35341
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35342
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35343
|
+
border-color: transparent transparent white;
|
|
35578
35344
|
}
|
|
35579
35345
|
|
|
35580
|
-
.
|
|
35581
|
-
|
|
35346
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35347
|
+
border-radius: 8px 0 0 8px;
|
|
35582
35348
|
}
|
|
35583
35349
|
|
|
35584
|
-
.
|
|
35585
|
-
|
|
35350
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35351
|
+
border-radius: 8px 0 0 8px;
|
|
35586
35352
|
}
|
|
35587
35353
|
|
|
35588
|
-
.
|
|
35589
|
-
|
|
35590
|
-
|
|
35591
|
-
|
|
35592
|
-
|
|
35354
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35355
|
+
content: "";
|
|
35356
|
+
width: 4px;
|
|
35357
|
+
top: -1px;
|
|
35358
|
+
bottom: -1px;
|
|
35359
|
+
background: white;
|
|
35593
35360
|
}
|
|
35594
35361
|
|
|
35595
|
-
.
|
|
35596
|
-
|
|
35597
|
-
height: 64px;
|
|
35598
|
-
display: flex;
|
|
35599
|
-
align-items: center;
|
|
35600
|
-
justify-content: center;
|
|
35601
|
-
position: relative;
|
|
35602
|
-
opacity: 0.2;
|
|
35362
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35363
|
+
border-radius: 0 8px 8px 0;
|
|
35603
35364
|
}
|
|
35604
35365
|
|
|
35605
|
-
.
|
|
35606
|
-
|
|
35607
|
-
|
|
35608
|
-
|
|
35609
|
-
left: 9.33px;
|
|
35610
|
-
top: 40.5px;
|
|
35611
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35612
|
-
border-radius: 5px;
|
|
35613
|
-
transform: rotate(-128deg);
|
|
35614
|
-
transform-origin: top left;
|
|
35615
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35366
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35367
|
+
border-radius: 0;
|
|
35368
|
+
background: white;
|
|
35369
|
+
border-top: none;
|
|
35616
35370
|
}
|
|
35617
35371
|
|
|
35618
|
-
.
|
|
35619
|
-
|
|
35620
|
-
|
|
35621
|
-
|
|
35622
|
-
left: 40.8px;
|
|
35623
|
-
top: 8.4px;
|
|
35624
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35625
|
-
border-radius: 5px;
|
|
35626
|
-
transform: rotate(-8deg);
|
|
35627
|
-
transform-origin: top left;
|
|
35628
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35372
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35373
|
+
border-top: 1px solid transparent;
|
|
35374
|
+
border-radius: 0 8px 8px 0;
|
|
35375
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35629
35376
|
}
|
|
35630
35377
|
|
|
35631
|
-
.
|
|
35632
|
-
|
|
35633
|
-
|
|
35634
|
-
height: 48px;
|
|
35635
|
-
left: 52.9px;
|
|
35636
|
-
top: 51.8px;
|
|
35637
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35638
|
-
border-radius: 5px;
|
|
35639
|
-
transform: rotate(112deg);
|
|
35640
|
-
transform-origin: top left;
|
|
35641
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35378
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35379
|
+
background: white;
|
|
35380
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35642
35381
|
}
|
|
35643
35382
|
|
|
35644
|
-
.
|
|
35645
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35646
|
-
text-align: center;
|
|
35383
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35647
35384
|
display: flex;
|
|
35648
35385
|
align-items: center;
|
|
35649
|
-
justify-content: center;
|
|
35650
|
-
flex-direction: column;
|
|
35651
35386
|
height: 100%;
|
|
35387
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35652
35388
|
}
|
|
35653
35389
|
|
|
35654
|
-
.
|
|
35655
|
-
|
|
35656
|
-
|
|
35390
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35391
|
+
background: white;
|
|
35392
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35657
35393
|
}
|
|
35658
35394
|
|
|
35659
|
-
.
|
|
35660
|
-
width: 100%;
|
|
35661
|
-
height: 100%;
|
|
35395
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35662
35396
|
display: flex;
|
|
35663
|
-
|
|
35397
|
+
align-items: center;
|
|
35398
|
+
height: 100%;
|
|
35399
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35664
35400
|
}
|
|
35665
35401
|
|
|
35666
|
-
.
|
|
35667
|
-
|
|
35668
|
-
display: flex;
|
|
35669
|
-
line-height: 30px;
|
|
35670
|
-
padding: 0 16px;
|
|
35671
|
-
justify-content: space-between;
|
|
35402
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35403
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35672
35404
|
}
|
|
35673
35405
|
|
|
35674
|
-
.
|
|
35675
|
-
|
|
35676
|
-
|
|
35677
|
-
align-items: center;
|
|
35406
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35407
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35408
|
+
border-radius: 8px;
|
|
35678
35409
|
}
|
|
35679
35410
|
|
|
35680
|
-
.
|
|
35681
|
-
color:
|
|
35411
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35412
|
+
border-top-color: white;
|
|
35682
35413
|
}
|
|
35683
35414
|
|
|
35684
|
-
.
|
|
35685
|
-
|
|
35415
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35416
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35417
|
+
border-bottom-color: transparent;
|
|
35418
|
+
border-top-color: transparent;
|
|
35686
35419
|
}
|
|
35687
35420
|
|
|
35688
|
-
.
|
|
35689
|
-
|
|
35690
|
-
cursor: pointer;
|
|
35421
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35422
|
+
border-radius: 8px 0 0 8px;
|
|
35691
35423
|
}
|
|
35692
35424
|
|
|
35693
|
-
.
|
|
35694
|
-
|
|
35695
|
-
width: 100%;
|
|
35696
|
-
display: flex;
|
|
35697
|
-
justify-content: center;
|
|
35698
|
-
align-items: center;
|
|
35425
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35426
|
+
border-radius: 0 8px 8px 0;
|
|
35699
35427
|
}
|
|
35700
35428
|
|
|
35701
|
-
.
|
|
35702
|
-
|
|
35429
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35430
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35703
35431
|
}
|
|
35704
35432
|
|
|
35705
|
-
.
|
|
35706
|
-
|
|
35707
|
-
|
|
35708
|
-
|
|
35709
|
-
|
|
35710
|
-
|
|
35433
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
35434
|
+
background: #fff;
|
|
35435
|
+
font-weight: 400;
|
|
35436
|
+
position: relative;
|
|
35437
|
+
border-bottom: none;
|
|
35438
|
+
color: #00122e;
|
|
35439
|
+
transition: none;
|
|
35440
|
+
padding: 14px 8px 14px 8px;
|
|
35441
|
+
line-height: 20px;
|
|
35711
35442
|
}
|
|
35712
35443
|
|
|
35713
|
-
.
|
|
35714
|
-
|
|
35715
|
-
|
|
35444
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35445
|
+
content: "";
|
|
35446
|
+
width: 1px;
|
|
35447
|
+
top: 0;
|
|
35448
|
+
bottom: 0;
|
|
35449
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35450
|
+
position: absolute;
|
|
35451
|
+
right: 0;
|
|
35716
35452
|
}
|
|
35717
35453
|
|
|
35718
|
-
.
|
|
35719
|
-
|
|
35720
|
-
justify-content: flex-start;
|
|
35721
|
-
align-items: center;
|
|
35722
|
-
font-size: 12px;
|
|
35723
|
-
cursor: pointer;
|
|
35454
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
35455
|
+
padding: unset;
|
|
35724
35456
|
}
|
|
35725
35457
|
|
|
35726
|
-
.
|
|
35727
|
-
|
|
35458
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35459
|
+
display: none;
|
|
35728
35460
|
}
|
|
35729
35461
|
|
|
35730
|
-
.
|
|
35731
|
-
|
|
35462
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35463
|
+
width: 100%;
|
|
35464
|
+
overflow: hidden;
|
|
35465
|
+
white-space: nowrap;
|
|
35466
|
+
text-overflow: ellipsis;
|
|
35732
35467
|
}
|
|
35733
35468
|
|
|
35734
|
-
.
|
|
35735
|
-
|
|
35469
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35470
|
+
overflow: hidden;
|
|
35471
|
+
text-overflow: ellipsis;
|
|
35472
|
+
flex: 1;
|
|
35736
35473
|
}
|
|
35737
35474
|
|
|
35738
|
-
.
|
|
35739
|
-
|
|
35740
|
-
height: 8px;
|
|
35741
|
-
width: 8px;
|
|
35742
|
-
margin-right: 8px;
|
|
35475
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35476
|
+
padding: 15px 25px 15px 8px;
|
|
35743
35477
|
}
|
|
35744
35478
|
|
|
35745
|
-
.
|
|
35746
|
-
|
|
35747
|
-
align-items: center;
|
|
35748
|
-
font-size: 12px;
|
|
35749
|
-
margin: 0;
|
|
35479
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35480
|
+
padding: 0;
|
|
35750
35481
|
}
|
|
35751
35482
|
|
|
35752
|
-
.
|
|
35753
|
-
position:
|
|
35483
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35484
|
+
position: absolute;
|
|
35485
|
+
right: 6px;
|
|
35486
|
+
top: 50%;
|
|
35487
|
+
transform: translateY(-50%);
|
|
35488
|
+
height: 16px;
|
|
35489
|
+
display: none;
|
|
35490
|
+
transition: transform 320ms ease;
|
|
35754
35491
|
}
|
|
35755
35492
|
|
|
35756
|
-
.
|
|
35757
|
-
|
|
35493
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35494
|
+
display: block;
|
|
35495
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35758
35496
|
}
|
|
35759
35497
|
|
|
35760
|
-
.
|
|
35761
|
-
display:
|
|
35762
|
-
justify-content: space-between;
|
|
35763
|
-
line-height: 30px;
|
|
35764
|
-
margin: 0 16px;
|
|
35498
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35499
|
+
display: block;
|
|
35765
35500
|
}
|
|
35766
35501
|
|
|
35767
|
-
.
|
|
35768
|
-
display:
|
|
35769
|
-
font-size: 12px;
|
|
35770
|
-
align-items: center;
|
|
35502
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35503
|
+
display: none;
|
|
35771
35504
|
}
|
|
35772
35505
|
|
|
35773
|
-
.
|
|
35774
|
-
|
|
35506
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35507
|
+
transform: translateY(-50%);
|
|
35775
35508
|
}
|
|
35776
35509
|
|
|
35777
|
-
.
|
|
35778
|
-
|
|
35510
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35511
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35779
35512
|
}
|
|
35780
35513
|
|
|
35781
|
-
.
|
|
35782
|
-
|
|
35783
|
-
cursor: pointer;
|
|
35514
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35515
|
+
background: #f2f5fa;
|
|
35784
35516
|
}
|
|
35785
35517
|
|
|
35786
|
-
.
|
|
35787
|
-
|
|
35518
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35519
|
+
display: block;
|
|
35788
35520
|
}
|
|
35789
35521
|
|
|
35790
|
-
.
|
|
35791
|
-
|
|
35792
|
-
bottom: 10px;
|
|
35793
|
-
padding: 0 8px;
|
|
35794
|
-
border-radius: 4px;
|
|
35795
|
-
font-size: 12px;
|
|
35796
|
-
color: #fff;
|
|
35797
|
-
background: rgba(0, 0, 0, 0.75);
|
|
35798
|
-
transform: translateX(-50%);
|
|
35522
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
35523
|
+
padding-right: 25px;
|
|
35799
35524
|
}
|
|
35800
35525
|
|
|
35801
|
-
.
|
|
35802
|
-
|
|
35526
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
35527
|
+
padding: 0 !important;
|
|
35803
35528
|
}
|
|
35804
35529
|
|
|
35805
|
-
.
|
|
35806
|
-
|
|
35807
|
-
|
|
35808
|
-
|
|
35809
|
-
|
|
35810
|
-
color: #b4beca;
|
|
35811
|
-
font-size: 12px;
|
|
35812
|
-
padding: 3px 6px;
|
|
35530
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35531
|
+
position: absolute;
|
|
35532
|
+
left: 50%;
|
|
35533
|
+
top: 50%;
|
|
35534
|
+
transform: translate(-50%, -50%);
|
|
35813
35535
|
}
|
|
35814
35536
|
|
|
35815
|
-
.
|
|
35816
|
-
|
|
35537
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
35538
|
+
display: none;
|
|
35817
35539
|
}
|
|
35818
35540
|
|
|
35819
|
-
.
|
|
35820
|
-
|
|
35541
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
35542
|
+
background: #fff;
|
|
35821
35543
|
}
|
|
35822
35544
|
|
|
35823
|
-
.
|
|
35824
|
-
|
|
35825
|
-
margin-left: 8px;
|
|
35545
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
35546
|
+
background: inherit;
|
|
35826
35547
|
}
|
|
35827
35548
|
|
|
35828
|
-
.
|
|
35829
|
-
|
|
35830
|
-
|
|
35549
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
35550
|
+
position: static;
|
|
35551
|
+
border: none;
|
|
35552
|
+
background: inherit !important;
|
|
35553
|
+
height: 100px;
|
|
35554
|
+
vertical-align: middle;
|
|
35831
35555
|
}
|
|
35832
35556
|
|
|
35833
|
-
.
|
|
35834
|
-
|
|
35557
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35558
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35559
|
+
font-weight: bold;
|
|
35560
|
+
font-size: 20px;
|
|
35561
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35835
35562
|
}
|
|
35836
35563
|
|
|
35837
|
-
.
|
|
35838
|
-
|
|
35839
|
-
|
|
35564
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
35565
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
35566
|
+
z-index: 10;
|
|
35840
35567
|
}
|
|
35841
35568
|
|
|
35842
|
-
.
|
|
35843
|
-
|
|
35844
|
-
|
|
35569
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35570
|
+
padding: 0 !important;
|
|
35571
|
+
position: relative;
|
|
35572
|
+
background: #fff;
|
|
35845
35573
|
}
|
|
35846
35574
|
|
|
35847
|
-
.
|
|
35575
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35576
|
+
height: 100%;
|
|
35848
35577
|
display: flex;
|
|
35849
35578
|
align-items: center;
|
|
35850
|
-
|
|
35851
|
-
|
|
35852
|
-
|
|
35853
|
-
.E_w7ob4th.outside-tag {
|
|
35854
|
-
padding-left: 0;
|
|
35855
|
-
}
|
|
35856
|
-
|
|
35857
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
35858
|
-
border-radius: 4px 0 0 4px;
|
|
35859
|
-
padding-right: 4px;
|
|
35860
|
-
margin-right: 4px;
|
|
35579
|
+
justify-content: flex-end;
|
|
35580
|
+
padding-right: 8px;
|
|
35861
35581
|
}
|
|
35862
35582
|
|
|
35863
|
-
.
|
|
35864
|
-
|
|
35865
|
-
height:
|
|
35583
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35584
|
+
width: 24px;
|
|
35585
|
+
height: 24px;
|
|
35586
|
+
cursor: pointer;
|
|
35587
|
+
justify-content: center;
|
|
35588
|
+
border-radius: 4px;
|
|
35866
35589
|
}
|
|
35867
35590
|
|
|
35868
|
-
.
|
|
35869
|
-
|
|
35870
|
-
height: 24px;
|
|
35591
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35592
|
+
background: #fff;
|
|
35871
35593
|
}
|
|
35872
35594
|
|
|
35873
|
-
.
|
|
35874
|
-
|
|
35595
|
+
.E_msn7nxt {
|
|
35596
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35597
|
+
text-align: center;
|
|
35598
|
+
display: flex;
|
|
35599
|
+
align-items: center;
|
|
35600
|
+
justify-content: center;
|
|
35601
|
+
flex-direction: column;
|
|
35602
|
+
height: 100%;
|
|
35875
35603
|
}
|
|
35876
35604
|
|
|
35877
|
-
.
|
|
35878
|
-
|
|
35879
|
-
|
|
35605
|
+
.E_msn7nxt .link {
|
|
35606
|
+
color: #0080ff;
|
|
35607
|
+
cursor: pointer;
|
|
35880
35608
|
}
|
|
35881
35609
|
|
|
35882
|
-
.
|
|
35883
|
-
|
|
35884
|
-
|
|
35885
|
-
|
|
35886
|
-
|
|
35887
|
-
word-break: break-all;
|
|
35888
|
-
display: inline;
|
|
35889
|
-
white-space: normal;
|
|
35610
|
+
.E_mp64wfi {
|
|
35611
|
+
width: 100%;
|
|
35612
|
+
height: 100%;
|
|
35613
|
+
display: flex;
|
|
35614
|
+
flex-direction: column;
|
|
35890
35615
|
}
|
|
35891
35616
|
|
|
35892
|
-
.
|
|
35893
|
-
|
|
35894
|
-
|
|
35617
|
+
.E_mp64wfi .name-toolbar {
|
|
35618
|
+
width: 100%;
|
|
35619
|
+
display: flex;
|
|
35620
|
+
line-height: 30px;
|
|
35621
|
+
padding: 0 16px;
|
|
35622
|
+
justify-content: space-between;
|
|
35895
35623
|
}
|
|
35896
35624
|
|
|
35897
|
-
.
|
|
35898
|
-
|
|
35899
|
-
|
|
35900
|
-
|
|
35901
|
-
margin-bottom: 0;
|
|
35625
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
35626
|
+
display: flex;
|
|
35627
|
+
font-size: 12px;
|
|
35628
|
+
align-items: center;
|
|
35902
35629
|
}
|
|
35903
35630
|
|
|
35904
|
-
.
|
|
35905
|
-
color: #
|
|
35631
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
35632
|
+
color: #a3b4cc;
|
|
35906
35633
|
}
|
|
35907
35634
|
|
|
35908
|
-
.
|
|
35909
|
-
|
|
35635
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
35636
|
+
margin-left: 10px;
|
|
35910
35637
|
}
|
|
35911
35638
|
|
|
35912
|
-
.
|
|
35913
|
-
|
|
35639
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
35640
|
+
margin-left: 10px;
|
|
35641
|
+
cursor: pointer;
|
|
35914
35642
|
}
|
|
35915
35643
|
|
|
35916
|
-
.
|
|
35917
|
-
|
|
35644
|
+
.E_mp64wfi .content {
|
|
35645
|
+
flex: 1;
|
|
35646
|
+
width: 100%;
|
|
35647
|
+
display: flex;
|
|
35648
|
+
justify-content: center;
|
|
35649
|
+
align-items: center;
|
|
35918
35650
|
}
|
|
35919
35651
|
|
|
35920
|
-
.
|
|
35921
|
-
|
|
35652
|
+
.E_mp64wfi .single-content {
|
|
35653
|
+
height: 65px;
|
|
35922
35654
|
}
|
|
35923
35655
|
|
|
35924
|
-
.
|
|
35925
|
-
|
|
35926
|
-
|
|
35656
|
+
.E_l1oyigan {
|
|
35657
|
+
display: flex;
|
|
35658
|
+
align-items: center;
|
|
35659
|
+
white-space: nowrap;
|
|
35660
|
+
overflow: hidden;
|
|
35661
|
+
width: 100%;
|
|
35927
35662
|
}
|
|
35928
35663
|
|
|
35929
|
-
.
|
|
35930
|
-
|
|
35931
|
-
|
|
35664
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
35665
|
+
margin-left: auto;
|
|
35666
|
+
font-size: 12px;
|
|
35932
35667
|
}
|
|
35933
35668
|
|
|
35934
|
-
.
|
|
35935
|
-
|
|
35936
|
-
|
|
35937
|
-
|
|
35938
|
-
|
|
35669
|
+
.E_l1noi4n1 {
|
|
35670
|
+
display: flex;
|
|
35671
|
+
justify-content: flex-start;
|
|
35672
|
+
align-items: center;
|
|
35673
|
+
font-size: 12px;
|
|
35674
|
+
cursor: pointer;
|
|
35939
35675
|
}
|
|
35940
35676
|
|
|
35941
|
-
.
|
|
35942
|
-
|
|
35943
|
-
overflow: hidden;
|
|
35944
|
-
text-overflow: ellipsis;
|
|
35945
|
-
white-space: nowrap;
|
|
35677
|
+
.E_l1noi4n1:not(:last-child) {
|
|
35678
|
+
margin-right: 20px;
|
|
35946
35679
|
}
|
|
35947
35680
|
|
|
35948
|
-
.
|
|
35949
|
-
|
|
35950
|
-
border-radius: 8px;
|
|
35951
|
-
overflow: auto;
|
|
35681
|
+
.E_l1noi4n1.deselected {
|
|
35682
|
+
opacity: 0.4;
|
|
35952
35683
|
}
|
|
35953
35684
|
|
|
35954
|
-
.
|
|
35955
|
-
|
|
35685
|
+
.E_l1noi4n1.deselected .color-block {
|
|
35686
|
+
background: #b4beca !important;
|
|
35956
35687
|
}
|
|
35957
35688
|
|
|
35958
|
-
.
|
|
35959
|
-
|
|
35689
|
+
.E_cz19rz6 {
|
|
35690
|
+
display: inline-block;
|
|
35691
|
+
height: 8px;
|
|
35692
|
+
width: 8px;
|
|
35693
|
+
margin-right: 8px;
|
|
35960
35694
|
}
|
|
35961
35695
|
|
|
35962
|
-
.
|
|
35963
|
-
position: sticky;
|
|
35964
|
-
top: 0;
|
|
35965
|
-
z-index: 2;
|
|
35696
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
35966
35697
|
display: flex;
|
|
35967
|
-
|
|
35968
|
-
|
|
35969
|
-
|
|
35970
|
-
background: #f2f5fa;
|
|
35971
|
-
font-size: 14px;
|
|
35972
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35973
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35698
|
+
align-items: center;
|
|
35699
|
+
font-size: 12px;
|
|
35700
|
+
margin: 0;
|
|
35974
35701
|
}
|
|
35975
35702
|
|
|
35976
|
-
.
|
|
35977
|
-
|
|
35703
|
+
.E_m1y1hhnr {
|
|
35704
|
+
position: relative;
|
|
35978
35705
|
}
|
|
35979
35706
|
|
|
35980
|
-
.
|
|
35981
|
-
|
|
35707
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
35708
|
+
bottom: -12px;
|
|
35982
35709
|
}
|
|
35983
35710
|
|
|
35984
|
-
.
|
|
35711
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
35985
35712
|
display: flex;
|
|
35986
|
-
justify-content:
|
|
35987
|
-
|
|
35988
|
-
|
|
35989
|
-
padding: 8px;
|
|
35990
|
-
border: none;
|
|
35713
|
+
justify-content: space-between;
|
|
35714
|
+
line-height: 30px;
|
|
35715
|
+
margin: 0 16px;
|
|
35991
35716
|
}
|
|
35992
35717
|
|
|
35993
|
-
.
|
|
35994
|
-
|
|
35995
|
-
|
|
35996
|
-
|
|
35997
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35718
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
35719
|
+
display: flex;
|
|
35720
|
+
font-size: 12px;
|
|
35721
|
+
align-items: center;
|
|
35998
35722
|
}
|
|
35999
35723
|
|
|
36000
|
-
.
|
|
36001
|
-
color: #
|
|
36002
|
-
flex-basis: 100%;
|
|
36003
|
-
order: 98;
|
|
36004
|
-
margin: 12px 0 0;
|
|
35724
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
35725
|
+
color: #a3b4cc;
|
|
36005
35726
|
}
|
|
36006
35727
|
|
|
36007
|
-
.
|
|
36008
|
-
|
|
35728
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35729
|
+
margin-left: 10px;
|
|
36009
35730
|
}
|
|
36010
35731
|
|
|
36011
|
-
.
|
|
36012
|
-
|
|
35732
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
35733
|
+
margin-left: 10px;
|
|
35734
|
+
cursor: pointer;
|
|
36013
35735
|
}
|
|
36014
35736
|
|
|
36015
|
-
.
|
|
36016
|
-
|
|
36017
|
-
overflow: hidden;
|
|
35737
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
35738
|
+
font-size: 12px;
|
|
36018
35739
|
}
|
|
36019
35740
|
|
|
36020
|
-
.
|
|
36021
|
-
|
|
36022
|
-
|
|
35741
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
35742
|
+
position: absolute;
|
|
35743
|
+
bottom: 10px;
|
|
35744
|
+
padding: 0 8px;
|
|
35745
|
+
border-radius: 4px;
|
|
35746
|
+
font-size: 12px;
|
|
35747
|
+
color: #fff;
|
|
35748
|
+
background: rgba(0, 0, 0, 0.75);
|
|
35749
|
+
transform: translateX(-50%);
|
|
36023
35750
|
}
|
|
36024
35751
|
|
|
36025
|
-
.
|
|
36026
|
-
|
|
35752
|
+
.E_tnvijvs {
|
|
35753
|
+
min-width: 200px;
|
|
36027
35754
|
}
|
|
36028
35755
|
|
|
36029
|
-
.
|
|
36030
|
-
|
|
35756
|
+
.E_t1ub2aex {
|
|
35757
|
+
display: flex;
|
|
35758
|
+
align-items: center;
|
|
35759
|
+
justify-content: space-between;
|
|
35760
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
35761
|
+
color: #b4beca;
|
|
35762
|
+
font-size: 12px;
|
|
35763
|
+
padding: 3px 6px;
|
|
36031
35764
|
}
|
|
36032
35765
|
|
|
36033
|
-
.
|
|
36034
|
-
|
|
35766
|
+
.E_t1ub2aex:first-child {
|
|
35767
|
+
padding-top: 3px;
|
|
36035
35768
|
}
|
|
36036
35769
|
|
|
36037
|
-
.
|
|
36038
|
-
|
|
35770
|
+
.E_t1ub2aex:last-child {
|
|
35771
|
+
padding-bottom: 3px;
|
|
36039
35772
|
}
|
|
36040
35773
|
|
|
36041
|
-
.
|
|
36042
|
-
|
|
35774
|
+
.E_t1ub2aex .column-value {
|
|
35775
|
+
color: #fff;
|
|
35776
|
+
margin-left: 8px;
|
|
36043
35777
|
}
|
|
36044
35778
|
|
|
36045
|
-
.
|
|
36046
|
-
|
|
35779
|
+
.E_lht19u8 {
|
|
35780
|
+
width: 64px;
|
|
35781
|
+
height: 64px;
|
|
35782
|
+
display: flex;
|
|
35783
|
+
align-items: center;
|
|
35784
|
+
justify-content: center;
|
|
35785
|
+
position: relative;
|
|
35786
|
+
opacity: 0.2;
|
|
36047
35787
|
}
|
|
36048
35788
|
|
|
36049
|
-
.
|
|
36050
|
-
|
|
35789
|
+
.E_lk3gkp4 {
|
|
35790
|
+
position: absolute;
|
|
35791
|
+
width: 5px;
|
|
35792
|
+
height: 48px;
|
|
35793
|
+
left: 9.33px;
|
|
35794
|
+
top: 40.5px;
|
|
35795
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35796
|
+
border-radius: 5px;
|
|
35797
|
+
transform: rotate(-128deg);
|
|
35798
|
+
transform-origin: top left;
|
|
35799
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
36051
35800
|
}
|
|
36052
35801
|
|
|
36053
|
-
.
|
|
36054
|
-
|
|
36055
|
-
width:
|
|
36056
|
-
height:
|
|
36057
|
-
|
|
35802
|
+
.E_ll4n94n {
|
|
35803
|
+
position: absolute;
|
|
35804
|
+
width: 5px;
|
|
35805
|
+
height: 48px;
|
|
35806
|
+
left: 40.8px;
|
|
35807
|
+
top: 8.4px;
|
|
35808
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35809
|
+
border-radius: 5px;
|
|
35810
|
+
transform: rotate(-8deg);
|
|
35811
|
+
transform-origin: top left;
|
|
35812
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
36058
35813
|
}
|
|
36059
35814
|
|
|
36060
|
-
.
|
|
36061
|
-
|
|
35815
|
+
.E_l17lbdo6 {
|
|
35816
|
+
position: absolute;
|
|
35817
|
+
width: 5px;
|
|
35818
|
+
height: 48px;
|
|
35819
|
+
left: 52.9px;
|
|
35820
|
+
top: 51.8px;
|
|
35821
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35822
|
+
border-radius: 5px;
|
|
35823
|
+
transform: rotate(112deg);
|
|
35824
|
+
transform-origin: top left;
|
|
35825
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
36062
35826
|
}
|
|
36063
35827
|
|
|
36064
|
-
.
|
|
36065
|
-
|
|
36066
|
-
|
|
35828
|
+
.E_t1gvlxt5 {
|
|
35829
|
+
min-width: 0;
|
|
35830
|
+
flex: 1;
|
|
36067
35831
|
}
|
|
36068
35832
|
|
|
36069
|
-
.
|
|
36070
|
-
|
|
35833
|
+
.E_t1gvlxt5 .tag {
|
|
35834
|
+
flex: 0 0 auto;
|
|
36071
35835
|
}
|
|
36072
35836
|
|
|
36073
|
-
.
|
|
36074
|
-
|
|
36075
|
-
|
|
36076
|
-
font-size: 12px;
|
|
35837
|
+
.E_t1gvlxt5 .progress-title {
|
|
35838
|
+
flex: 2;
|
|
35839
|
+
max-width: fit-content;
|
|
36077
35840
|
}
|
|
36078
35841
|
|
|
36079
|
-
.
|
|
36080
|
-
|
|
35842
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35843
|
+
flex: 1;
|
|
35844
|
+
max-width: fit-content;
|
|
36081
35845
|
}
|
|
36082
35846
|
|
|
36083
|
-
.
|
|
36084
|
-
|
|
36085
|
-
|
|
36086
|
-
|
|
35847
|
+
.E_a1ji6r68 {
|
|
35848
|
+
display: flex;
|
|
35849
|
+
align-items: center;
|
|
35850
|
+
column-gap: var(--a1ji6r68-0);
|
|
36087
35851
|
}
|
|
36088
35852
|
|
|
36089
|
-
.
|
|
36090
|
-
|
|
35853
|
+
.E_w7ob4th.outside-tag {
|
|
35854
|
+
padding-left: 0;
|
|
36091
35855
|
}
|
|
36092
35856
|
|
|
36093
|
-
.
|
|
36094
|
-
|
|
35857
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35858
|
+
border-radius: 4px 0 0 4px;
|
|
35859
|
+
padding-right: 4px;
|
|
35860
|
+
margin-right: 4px;
|
|
36095
35861
|
}
|
|
36096
35862
|
|
|
36097
|
-
.
|
|
36098
|
-
|
|
36099
|
-
|
|
36100
|
-
margin-top: 8px;
|
|
35863
|
+
.E_slr2ynn {
|
|
35864
|
+
padding: 0 8px;
|
|
35865
|
+
height: 18px;
|
|
36101
35866
|
}
|
|
36102
35867
|
|
|
36103
|
-
.
|
|
35868
|
+
.E_m140wbb6 {
|
|
36104
35869
|
padding: 2px 8px;
|
|
36105
35870
|
height: 24px;
|
|
36106
35871
|
}
|
|
36107
35872
|
|
|
36108
|
-
.
|
|
36109
|
-
|
|
36110
|
-
|
|
36111
|
-
|
|
35873
|
+
.E_t1fozc1i {
|
|
35874
|
+
margin: 0;
|
|
35875
|
+
}
|
|
35876
|
+
|
|
35877
|
+
.E_i1vxv4ln {
|
|
35878
|
+
margin-right: 4px;
|
|
35879
|
+
height: 16px;
|
|
36112
35880
|
}
|
|
36113
35881
|
|
|
36114
|
-
.
|
|
35882
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35883
|
+
font-weight: 700;
|
|
35884
|
+
color: #00122e;
|
|
35885
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35886
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35887
|
+
word-break: break-all;
|
|
36115
35888
|
display: inline;
|
|
36116
|
-
|
|
36117
|
-
|
|
36118
|
-
.E_d77i8u0 {
|
|
36119
|
-
width: 24px;
|
|
36120
|
-
height: 24px;
|
|
36121
|
-
padding: 4px;
|
|
36122
|
-
margin-right: 8px;
|
|
35889
|
+
white-space: normal;
|
|
36123
35890
|
}
|
|
36124
35891
|
|
|
36125
35892
|
.E_sjob3jg {
|
|
@@ -36354,6 +36121,239 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36354
36121
|
justify-content: center;
|
|
36355
36122
|
}
|
|
36356
36123
|
|
|
36124
|
+
.E_t1dtlqs1 {
|
|
36125
|
+
margin-bottom: 4px;
|
|
36126
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36127
|
+
}
|
|
36128
|
+
|
|
36129
|
+
.E_s1ese5oy {
|
|
36130
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36131
|
+
line-height: 32px;
|
|
36132
|
+
height: 32px;
|
|
36133
|
+
margin-bottom: 0;
|
|
36134
|
+
}
|
|
36135
|
+
|
|
36136
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
36137
|
+
color: #0080ff;
|
|
36138
|
+
}
|
|
36139
|
+
|
|
36140
|
+
.E_s1ese5oy.warning {
|
|
36141
|
+
color: #ffa500;
|
|
36142
|
+
}
|
|
36143
|
+
|
|
36144
|
+
.E_s1ese5oy.success {
|
|
36145
|
+
color: #00ba5d;
|
|
36146
|
+
}
|
|
36147
|
+
|
|
36148
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
36149
|
+
color: #f0483e;
|
|
36150
|
+
}
|
|
36151
|
+
|
|
36152
|
+
.E_s1ese5oy.normal {
|
|
36153
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36154
|
+
}
|
|
36155
|
+
|
|
36156
|
+
.E_b1ibis43 {
|
|
36157
|
+
margin-bottom: 0;
|
|
36158
|
+
color: #00122e;
|
|
36159
|
+
}
|
|
36160
|
+
|
|
36161
|
+
.E_b11xxjd2 {
|
|
36162
|
+
line-height: 32px;
|
|
36163
|
+
margin-right: 6px;
|
|
36164
|
+
}
|
|
36165
|
+
|
|
36166
|
+
.E_bsub5bw.with-description {
|
|
36167
|
+
height: 24px;
|
|
36168
|
+
flex: 1;
|
|
36169
|
+
position: relative;
|
|
36170
|
+
top: -7px;
|
|
36171
|
+
}
|
|
36172
|
+
|
|
36173
|
+
.E_bsub5bw p {
|
|
36174
|
+
width: 100%;
|
|
36175
|
+
overflow: hidden;
|
|
36176
|
+
text-overflow: ellipsis;
|
|
36177
|
+
white-space: nowrap;
|
|
36178
|
+
}
|
|
36179
|
+
|
|
36180
|
+
.E_tmoyoag {
|
|
36181
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
36182
|
+
border-radius: 8px;
|
|
36183
|
+
overflow: auto;
|
|
36184
|
+
}
|
|
36185
|
+
|
|
36186
|
+
.E_tmoyoag .ant-list {
|
|
36187
|
+
position: relative;
|
|
36188
|
+
}
|
|
36189
|
+
|
|
36190
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
36191
|
+
border-bottom: none;
|
|
36192
|
+
}
|
|
36193
|
+
|
|
36194
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
36195
|
+
position: sticky;
|
|
36196
|
+
top: 0;
|
|
36197
|
+
z-index: 2;
|
|
36198
|
+
display: flex;
|
|
36199
|
+
padding: 8px;
|
|
36200
|
+
flex-wrap: nowrap;
|
|
36201
|
+
justify-content: flex-start;
|
|
36202
|
+
background: #f2f5fa;
|
|
36203
|
+
font-size: 14px;
|
|
36204
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36205
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
36206
|
+
}
|
|
36207
|
+
|
|
36208
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
36209
|
+
align-items: inherit;
|
|
36210
|
+
}
|
|
36211
|
+
|
|
36212
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
36213
|
+
margin-bottom: 0;
|
|
36214
|
+
}
|
|
36215
|
+
|
|
36216
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
36217
|
+
display: flex;
|
|
36218
|
+
justify-content: flex-start;
|
|
36219
|
+
align-items: flex-start;
|
|
36220
|
+
flex-wrap: wrap;
|
|
36221
|
+
padding: 8px;
|
|
36222
|
+
border: none;
|
|
36223
|
+
}
|
|
36224
|
+
|
|
36225
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
36226
|
+
flex-basis: 100%;
|
|
36227
|
+
margin: 12px 0 0;
|
|
36228
|
+
order: 99;
|
|
36229
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36230
|
+
}
|
|
36231
|
+
|
|
36232
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
36233
|
+
color: #f0483e;
|
|
36234
|
+
flex-basis: 100%;
|
|
36235
|
+
order: 98;
|
|
36236
|
+
margin: 12px 0 0;
|
|
36237
|
+
}
|
|
36238
|
+
|
|
36239
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
36240
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
36241
|
+
}
|
|
36242
|
+
|
|
36243
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
36244
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
36245
|
+
}
|
|
36246
|
+
|
|
36247
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
36248
|
+
flex: 1 0 0;
|
|
36249
|
+
overflow: hidden;
|
|
36250
|
+
}
|
|
36251
|
+
|
|
36252
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
36253
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36254
|
+
margin: 0;
|
|
36255
|
+
}
|
|
36256
|
+
|
|
36257
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
36258
|
+
text-align: center;
|
|
36259
|
+
}
|
|
36260
|
+
|
|
36261
|
+
.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 > * {
|
|
36262
|
+
text-align: center;
|
|
36263
|
+
}
|
|
36264
|
+
|
|
36265
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
36266
|
+
text-align: left;
|
|
36267
|
+
}
|
|
36268
|
+
|
|
36269
|
+
.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 > * {
|
|
36270
|
+
text-align: left;
|
|
36271
|
+
}
|
|
36272
|
+
|
|
36273
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
36274
|
+
text-align: right;
|
|
36275
|
+
}
|
|
36276
|
+
|
|
36277
|
+
.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 > * {
|
|
36278
|
+
text-align: right;
|
|
36279
|
+
}
|
|
36280
|
+
|
|
36281
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
36282
|
+
margin-right: 8px;
|
|
36283
|
+
}
|
|
36284
|
+
|
|
36285
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
36286
|
+
padding: 4px;
|
|
36287
|
+
width: 24px;
|
|
36288
|
+
height: 24px;
|
|
36289
|
+
overflow: hidden;
|
|
36290
|
+
}
|
|
36291
|
+
|
|
36292
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
36293
|
+
padding: 0;
|
|
36294
|
+
}
|
|
36295
|
+
|
|
36296
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
36297
|
+
cursor: not-allowed;
|
|
36298
|
+
opacity: 0.5;
|
|
36299
|
+
}
|
|
36300
|
+
|
|
36301
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
36302
|
+
margin: 0;
|
|
36303
|
+
}
|
|
36304
|
+
|
|
36305
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
36306
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
36307
|
+
border-radius: 5px;
|
|
36308
|
+
font-size: 12px;
|
|
36309
|
+
}
|
|
36310
|
+
|
|
36311
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
36312
|
+
font-size: inherit;
|
|
36313
|
+
}
|
|
36314
|
+
|
|
36315
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
36316
|
+
min-height: 24px;
|
|
36317
|
+
font-size: 12px;
|
|
36318
|
+
position: relative;
|
|
36319
|
+
}
|
|
36320
|
+
|
|
36321
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
36322
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
36323
|
+
}
|
|
36324
|
+
|
|
36325
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
36326
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
36327
|
+
}
|
|
36328
|
+
|
|
36329
|
+
.E_a138syjm {
|
|
36330
|
+
display: flex;
|
|
36331
|
+
align-items: center;
|
|
36332
|
+
margin-top: 8px;
|
|
36333
|
+
}
|
|
36334
|
+
|
|
36335
|
+
.E_a138syjm button.ant-btn {
|
|
36336
|
+
padding: 2px 8px;
|
|
36337
|
+
height: 24px;
|
|
36338
|
+
}
|
|
36339
|
+
|
|
36340
|
+
.E_a138syjm > span.maximum-desc {
|
|
36341
|
+
display: none;
|
|
36342
|
+
margin-left: 8px;
|
|
36343
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36344
|
+
}
|
|
36345
|
+
|
|
36346
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
36347
|
+
display: inline;
|
|
36348
|
+
}
|
|
36349
|
+
|
|
36350
|
+
.E_d77i8u0 {
|
|
36351
|
+
width: 24px;
|
|
36352
|
+
height: 24px;
|
|
36353
|
+
padding: 4px;
|
|
36354
|
+
margin-right: 8px;
|
|
36355
|
+
}
|
|
36356
|
+
|
|
36357
36357
|
.E_t13ef470 {
|
|
36358
36358
|
height: 100%;
|
|
36359
36359
|
}
|