@cloudtower/eagle 0.32.46 → 0.32.48
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/core/Legend/index.js +128 -0
- package/dist/cjs/core/index.js +9 -9
- package/dist/cjs/coreX/CheckPointList/index.js +4 -3
- package/dist/cjs/index.js +187 -183
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1294 -1213
- package/dist/esm/core/Legend/index.js +117 -0
- package/dist/esm/coreX/CheckPointList/index.js +4 -3
- package/dist/esm/index.js +1 -0
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Legend/index.d.ts +1 -1
- package/dist/src/core/index.d.ts +2 -0
- package/dist/src/coreX/CheckPointList/checkpointlist.type.d.ts +4 -1
- package/dist/stories/docs/coreX/CheckPointList.stories.d.ts +10 -0
- package/dist/style.css +1066 -998
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29672,6 +29672,99 @@ html body {
|
|
|
29672
29672
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29673
29673
|
}
|
|
29674
29674
|
}
|
|
29675
|
+
.E_clm1wy1 {
|
|
29676
|
+
width: 192px;
|
|
29677
|
+
height: 246px;
|
|
29678
|
+
border-radius: 4px;
|
|
29679
|
+
}
|
|
29680
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
29681
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29682
|
+
width: 100%;
|
|
29683
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
29684
|
+
border-top: none;
|
|
29685
|
+
}
|
|
29686
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29687
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29688
|
+
padding: 0 16px;
|
|
29689
|
+
}
|
|
29690
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
29691
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
29692
|
+
width: 100%;
|
|
29693
|
+
height: 180px;
|
|
29694
|
+
border-spacing: 0;
|
|
29695
|
+
}
|
|
29696
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
29697
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
29698
|
+
margin-bottom: 8px;
|
|
29699
|
+
}
|
|
29700
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
29701
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
29702
|
+
width: 22px;
|
|
29703
|
+
}
|
|
29704
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
29705
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
29706
|
+
padding: 0;
|
|
29707
|
+
}
|
|
29708
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
29709
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29710
|
+
opacity: 0.4;
|
|
29711
|
+
}
|
|
29712
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
29713
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29714
|
+
opacity: 1;
|
|
29715
|
+
}
|
|
29716
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
29717
|
+
color: #3e4652;
|
|
29718
|
+
}
|
|
29719
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
29720
|
+
pointer-events: none;
|
|
29721
|
+
}
|
|
29722
|
+
|
|
29723
|
+
.E_t1tsm00v {
|
|
29724
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29725
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29726
|
+
backdrop-filter: blur(10px);
|
|
29727
|
+
padding: 7px 10px;
|
|
29728
|
+
}
|
|
29729
|
+
|
|
29730
|
+
.E_c167wnad {
|
|
29731
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29732
|
+
display: flex;
|
|
29733
|
+
justify-content: space-between;
|
|
29734
|
+
align-items: center;
|
|
29735
|
+
padding: 8px 16px;
|
|
29736
|
+
}
|
|
29737
|
+
.E_c167wnad .anticon {
|
|
29738
|
+
cursor: pointer;
|
|
29739
|
+
}
|
|
29740
|
+
.E_c167wnad .anticon:hover {
|
|
29741
|
+
color: #0096ff;
|
|
29742
|
+
}
|
|
29743
|
+
|
|
29744
|
+
.E_cxhf7dh {
|
|
29745
|
+
text-align: center;
|
|
29746
|
+
}
|
|
29747
|
+
.E_cxhf7dh .dots {
|
|
29748
|
+
display: flex;
|
|
29749
|
+
justify-content: center;
|
|
29750
|
+
}
|
|
29751
|
+
.E_cxhf7dh .dot {
|
|
29752
|
+
display: inline-block;
|
|
29753
|
+
width: 2px;
|
|
29754
|
+
height: 2px;
|
|
29755
|
+
border-radius: 1px;
|
|
29756
|
+
background: #0096ff;
|
|
29757
|
+
}
|
|
29758
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
29759
|
+
margin-right: 2px;
|
|
29760
|
+
}
|
|
29761
|
+
.E_cxhf7dh .bar {
|
|
29762
|
+
width: 9px;
|
|
29763
|
+
height: 2px;
|
|
29764
|
+
background: #0096ff;
|
|
29765
|
+
border-radius: 2px;
|
|
29766
|
+
}
|
|
29767
|
+
|
|
29675
29768
|
.E_skwah65 {
|
|
29676
29769
|
height: 8px;
|
|
29677
29770
|
box-sizing: border-box;
|
|
@@ -29746,33 +29839,6 @@ html body {
|
|
|
29746
29839
|
background: #fff;
|
|
29747
29840
|
}
|
|
29748
29841
|
|
|
29749
|
-
.E_ou7iq30 {
|
|
29750
|
-
overflow: hidden;
|
|
29751
|
-
text-overflow: ellipsis;
|
|
29752
|
-
}
|
|
29753
|
-
|
|
29754
|
-
.E_s1tui002 {
|
|
29755
|
-
white-space: nowrap;
|
|
29756
|
-
}
|
|
29757
|
-
|
|
29758
|
-
.E_mxrc2zg {
|
|
29759
|
-
display: -webkit-box;
|
|
29760
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29761
|
-
-webkit-box-orient: vertical;
|
|
29762
|
-
word-break: break-all;
|
|
29763
|
-
}
|
|
29764
|
-
|
|
29765
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29766
|
-
display: none;
|
|
29767
|
-
}
|
|
29768
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29769
|
-
background: rgba(23, 38, 64, 0.8);
|
|
29770
|
-
border-radius: 4px;
|
|
29771
|
-
}
|
|
29772
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29773
|
-
visibility: hidden;
|
|
29774
|
-
}
|
|
29775
|
-
|
|
29776
29842
|
.E_c18bcrac {
|
|
29777
29843
|
display: inline-block;
|
|
29778
29844
|
width: 100%;
|
|
@@ -29820,132 +29886,6 @@ html body {
|
|
|
29820
29886
|
margin-right: 4px;
|
|
29821
29887
|
}
|
|
29822
29888
|
|
|
29823
|
-
.E_clm1wy1 {
|
|
29824
|
-
width: 192px;
|
|
29825
|
-
height: 246px;
|
|
29826
|
-
border-radius: 4px;
|
|
29827
|
-
}
|
|
29828
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
29829
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29830
|
-
width: 100%;
|
|
29831
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
29832
|
-
border-top: none;
|
|
29833
|
-
}
|
|
29834
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29835
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29836
|
-
padding: 0 16px;
|
|
29837
|
-
}
|
|
29838
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
29839
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
29840
|
-
width: 100%;
|
|
29841
|
-
height: 180px;
|
|
29842
|
-
border-spacing: 0;
|
|
29843
|
-
}
|
|
29844
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
29845
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
29846
|
-
margin-bottom: 8px;
|
|
29847
|
-
}
|
|
29848
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
29849
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
29850
|
-
width: 22px;
|
|
29851
|
-
}
|
|
29852
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
29853
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
29854
|
-
padding: 0;
|
|
29855
|
-
}
|
|
29856
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
29857
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29858
|
-
opacity: 0.4;
|
|
29859
|
-
}
|
|
29860
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
29861
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29862
|
-
opacity: 1;
|
|
29863
|
-
}
|
|
29864
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
29865
|
-
color: #3e4652;
|
|
29866
|
-
}
|
|
29867
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
29868
|
-
pointer-events: none;
|
|
29869
|
-
}
|
|
29870
|
-
|
|
29871
|
-
.E_t1tsm00v {
|
|
29872
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29873
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29874
|
-
backdrop-filter: blur(10px);
|
|
29875
|
-
padding: 7px 10px;
|
|
29876
|
-
}
|
|
29877
|
-
|
|
29878
|
-
.E_c167wnad {
|
|
29879
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29880
|
-
display: flex;
|
|
29881
|
-
justify-content: space-between;
|
|
29882
|
-
align-items: center;
|
|
29883
|
-
padding: 8px 16px;
|
|
29884
|
-
}
|
|
29885
|
-
.E_c167wnad .anticon {
|
|
29886
|
-
cursor: pointer;
|
|
29887
|
-
}
|
|
29888
|
-
.E_c167wnad .anticon:hover {
|
|
29889
|
-
color: #0096ff;
|
|
29890
|
-
}
|
|
29891
|
-
|
|
29892
|
-
.E_cxhf7dh {
|
|
29893
|
-
text-align: center;
|
|
29894
|
-
}
|
|
29895
|
-
.E_cxhf7dh .dots {
|
|
29896
|
-
display: flex;
|
|
29897
|
-
justify-content: center;
|
|
29898
|
-
}
|
|
29899
|
-
.E_cxhf7dh .dot {
|
|
29900
|
-
display: inline-block;
|
|
29901
|
-
width: 2px;
|
|
29902
|
-
height: 2px;
|
|
29903
|
-
border-radius: 1px;
|
|
29904
|
-
background: #0096ff;
|
|
29905
|
-
}
|
|
29906
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
29907
|
-
margin-right: 2px;
|
|
29908
|
-
}
|
|
29909
|
-
.E_cxhf7dh .bar {
|
|
29910
|
-
width: 9px;
|
|
29911
|
-
height: 2px;
|
|
29912
|
-
background: #0096ff;
|
|
29913
|
-
border-radius: 2px;
|
|
29914
|
-
}
|
|
29915
|
-
|
|
29916
|
-
.E_gmyahx3 {
|
|
29917
|
-
cursor: pointer;
|
|
29918
|
-
}
|
|
29919
|
-
.E_gmyahx3 .link-text {
|
|
29920
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29921
|
-
}
|
|
29922
|
-
.E_gmyahx3:hover .link-text {
|
|
29923
|
-
color: #0080ff;
|
|
29924
|
-
}
|
|
29925
|
-
|
|
29926
|
-
span.E_tqjc4ui {
|
|
29927
|
-
margin: 0 2px;
|
|
29928
|
-
}
|
|
29929
|
-
|
|
29930
|
-
.E_n12mqh7z {
|
|
29931
|
-
display: flex;
|
|
29932
|
-
align-items: center;
|
|
29933
|
-
font-size: 12px;
|
|
29934
|
-
line-height: 18px;
|
|
29935
|
-
}
|
|
29936
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29937
|
-
margin-bottom: 4px;
|
|
29938
|
-
}
|
|
29939
|
-
|
|
29940
|
-
.E_tf5bynu {
|
|
29941
|
-
margin: 0 3px;
|
|
29942
|
-
}
|
|
29943
|
-
|
|
29944
|
-
.E_tcckoz1 {
|
|
29945
|
-
max-height: 400px;
|
|
29946
|
-
overflow: auto;
|
|
29947
|
-
}
|
|
29948
|
-
|
|
29949
29889
|
.E_c1up1pdz {
|
|
29950
29890
|
width: 648px;
|
|
29951
29891
|
}
|
|
@@ -30086,12 +30026,64 @@ span.E_tqjc4ui {
|
|
|
30086
30026
|
color: #fff;
|
|
30087
30027
|
}
|
|
30088
30028
|
|
|
30089
|
-
.
|
|
30029
|
+
.E_gmyahx3 {
|
|
30030
|
+
cursor: pointer;
|
|
30031
|
+
}
|
|
30032
|
+
.E_gmyahx3 .link-text {
|
|
30033
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30034
|
+
}
|
|
30035
|
+
.E_gmyahx3:hover .link-text {
|
|
30036
|
+
color: #0080ff;
|
|
30037
|
+
}
|
|
30038
|
+
|
|
30039
|
+
.E_n12mqh7z {
|
|
30090
30040
|
display: flex;
|
|
30091
30041
|
align-items: center;
|
|
30042
|
+
font-size: 12px;
|
|
30043
|
+
line-height: 18px;
|
|
30092
30044
|
}
|
|
30093
|
-
.
|
|
30094
|
-
margin-
|
|
30045
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30046
|
+
margin-bottom: 4px;
|
|
30047
|
+
}
|
|
30048
|
+
|
|
30049
|
+
.E_tf5bynu {
|
|
30050
|
+
margin: 0 3px;
|
|
30051
|
+
}
|
|
30052
|
+
|
|
30053
|
+
.E_tcckoz1 {
|
|
30054
|
+
max-height: 400px;
|
|
30055
|
+
overflow: auto;
|
|
30056
|
+
}
|
|
30057
|
+
|
|
30058
|
+
.E_ou7iq30 {
|
|
30059
|
+
overflow: hidden;
|
|
30060
|
+
text-overflow: ellipsis;
|
|
30061
|
+
}
|
|
30062
|
+
|
|
30063
|
+
.E_s1tui002 {
|
|
30064
|
+
white-space: nowrap;
|
|
30065
|
+
}
|
|
30066
|
+
|
|
30067
|
+
.E_mxrc2zg {
|
|
30068
|
+
display: -webkit-box;
|
|
30069
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30070
|
+
-webkit-box-orient: vertical;
|
|
30071
|
+
word-break: break-all;
|
|
30072
|
+
}
|
|
30073
|
+
|
|
30074
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30075
|
+
display: none;
|
|
30076
|
+
}
|
|
30077
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30078
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30079
|
+
border-radius: 4px;
|
|
30080
|
+
}
|
|
30081
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30082
|
+
visibility: hidden;
|
|
30083
|
+
}
|
|
30084
|
+
|
|
30085
|
+
span.E_tqjc4ui {
|
|
30086
|
+
margin: 0 2px;
|
|
30095
30087
|
}
|
|
30096
30088
|
|
|
30097
30089
|
.E_c18gxmrl {
|
|
@@ -30114,114 +30106,12 @@ span.E_tqjc4ui {
|
|
|
30114
30106
|
padding: 8px 12px;
|
|
30115
30107
|
}
|
|
30116
30108
|
|
|
30117
|
-
.
|
|
30118
|
-
background: white;
|
|
30119
|
-
}
|
|
30120
|
-
.E_t1sqg15u.inline .table-row {
|
|
30121
|
-
flex-direction: column;
|
|
30122
|
-
}
|
|
30123
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
30124
|
-
padding: 0 16px 7px 0;
|
|
30125
|
-
}
|
|
30126
|
-
.E_t1sqg15u.has-border .table-header {
|
|
30127
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30128
|
-
}
|
|
30129
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30130
|
-
border-top: none !important;
|
|
30131
|
-
}
|
|
30132
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30133
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30134
|
-
}
|
|
30135
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30136
|
-
padding-bottom: 0;
|
|
30137
|
-
}
|
|
30138
|
-
.E_t1sqg15u.align-right .content {
|
|
30139
|
-
text-align: right;
|
|
30140
|
-
}
|
|
30141
|
-
.E_t1sqg15u .uuid-row {
|
|
30142
|
-
display: flex;
|
|
30143
|
-
justify-content: space-between;
|
|
30144
|
-
}
|
|
30145
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
30146
|
-
white-space: nowrap;
|
|
30147
|
-
overflow: hidden;
|
|
30148
|
-
text-overflow: ellipsis;
|
|
30149
|
-
}
|
|
30150
|
-
|
|
30151
|
-
.E_t4zczcp {
|
|
30109
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30152
30110
|
display: flex;
|
|
30153
|
-
justify-content: space-between;
|
|
30154
30111
|
align-items: center;
|
|
30155
|
-
padding: 8px;
|
|
30156
|
-
min-height: 32px;
|
|
30157
|
-
}
|
|
30158
|
-
.E_t4zczcp .table-title {
|
|
30159
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30160
|
-
font-weight: 600;
|
|
30161
|
-
font-size: 12px;
|
|
30162
|
-
line-height: 8px;
|
|
30163
|
-
}
|
|
30164
|
-
.E_t4zczcp .edit-icon {
|
|
30165
|
-
font-size: 16px;
|
|
30166
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30167
|
-
cursor: pointer;
|
|
30168
|
-
}
|
|
30169
|
-
|
|
30170
|
-
.E_t1s7goww {
|
|
30171
|
-
font-size: 12px;
|
|
30172
|
-
line-height: 18px;
|
|
30173
|
-
}
|
|
30174
|
-
|
|
30175
|
-
.E_t93e4cf {
|
|
30176
|
-
display: flex;
|
|
30177
|
-
padding: 8px 0;
|
|
30178
|
-
color: #2d3a56;
|
|
30179
|
-
}
|
|
30180
|
-
.E_t93e4cf .hidden {
|
|
30181
|
-
display: none;
|
|
30182
|
-
}
|
|
30183
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
30184
|
-
height: auto;
|
|
30185
|
-
}
|
|
30186
|
-
.E_t93e4cf .content {
|
|
30187
|
-
overflow: hidden;
|
|
30188
|
-
overflow-x: auto;
|
|
30189
|
-
width: 100%;
|
|
30190
|
-
white-space: pre-wrap;
|
|
30191
|
-
}
|
|
30192
|
-
.E_t93e4cf .content .ant-btn {
|
|
30193
|
-
white-space: pre-wrap;
|
|
30194
|
-
text-align: left;
|
|
30195
|
-
}
|
|
30196
|
-
.E_t93e4cf .content .unit-chart {
|
|
30197
|
-
justify-content: flex-start;
|
|
30198
30112
|
}
|
|
30199
|
-
|
|
30200
|
-
|
|
30201
|
-
width: var(--rhz2uv5-0);
|
|
30202
|
-
flex-shrink: 0;
|
|
30203
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30204
|
-
padding-right: 12px;
|
|
30205
|
-
}
|
|
30206
|
-
|
|
30207
|
-
.E_m74vjol {
|
|
30208
|
-
display: flex;
|
|
30209
|
-
justify-content: space-between;
|
|
30210
|
-
width: 100%;
|
|
30211
|
-
}
|
|
30212
|
-
.E_m74vjol .action {
|
|
30213
|
-
margin-left: 16px;
|
|
30214
|
-
}
|
|
30215
|
-
|
|
30216
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
30217
|
-
padding-right: 12px;
|
|
30218
|
-
}
|
|
30219
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30220
|
-
height: fit-content;
|
|
30221
|
-
margin-left: 16px;
|
|
30222
|
-
}
|
|
30223
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30224
|
-
flex: 1;
|
|
30113
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30114
|
+
margin-right: 8px;
|
|
30225
30115
|
}
|
|
30226
30116
|
|
|
30227
30117
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -30318,24 +30208,137 @@ span.E_tqjc4ui {
|
|
|
30318
30208
|
place-items: center;
|
|
30319
30209
|
width: 100% !important;
|
|
30320
30210
|
}
|
|
30321
|
-
.E_n1ugzfva[disabled] {
|
|
30322
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
30323
|
-
opacity: 1 !important;
|
|
30211
|
+
.E_n1ugzfva[disabled] {
|
|
30212
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30213
|
+
opacity: 1 !important;
|
|
30214
|
+
}
|
|
30215
|
+
.E_n1ugzfva.ant-btn {
|
|
30216
|
+
width: 100%;
|
|
30217
|
+
color: #00122e;
|
|
30218
|
+
}
|
|
30219
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30220
|
+
margin-right: 12px;
|
|
30221
|
+
}
|
|
30222
|
+
.E_n1ugzfva .link-title {
|
|
30223
|
+
flex: 1;
|
|
30224
|
+
overflow: hidden;
|
|
30225
|
+
white-space: nowrap;
|
|
30226
|
+
text-overflow: ellipsis;
|
|
30227
|
+
text-align: left;
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.E_wg1tsps {
|
|
30231
|
+
display: flex;
|
|
30232
|
+
align-items: center;
|
|
30233
|
+
justify-content: flex-end;
|
|
30234
|
+
}
|
|
30235
|
+
|
|
30236
|
+
.E_b1ctd5xy {
|
|
30237
|
+
display: flex;
|
|
30238
|
+
align-items: center;
|
|
30239
|
+
width: calc(100% - 40px);
|
|
30240
|
+
}
|
|
30241
|
+
.E_b1ctd5xy .chart {
|
|
30242
|
+
display: inline-block;
|
|
30243
|
+
width: 100%;
|
|
30244
|
+
}
|
|
30245
|
+
|
|
30246
|
+
.E_u1p8acpn {
|
|
30247
|
+
min-width: 40px;
|
|
30248
|
+
}
|
|
30249
|
+
.E_u1p8acpn .unit {
|
|
30250
|
+
color: #00122e !important;
|
|
30251
|
+
}
|
|
30252
|
+
|
|
30253
|
+
.E_t1sqg15u {
|
|
30254
|
+
background: white;
|
|
30255
|
+
}
|
|
30256
|
+
.E_t1sqg15u.inline .table-row {
|
|
30257
|
+
flex-direction: column;
|
|
30258
|
+
}
|
|
30259
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30260
|
+
padding: 0 16px 7px 0;
|
|
30261
|
+
}
|
|
30262
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30263
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30264
|
+
}
|
|
30265
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30266
|
+
border-top: none !important;
|
|
30267
|
+
}
|
|
30268
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30269
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30270
|
+
}
|
|
30271
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30272
|
+
padding-bottom: 0;
|
|
30273
|
+
}
|
|
30274
|
+
.E_t1sqg15u.align-right .content {
|
|
30275
|
+
text-align: right;
|
|
30276
|
+
}
|
|
30277
|
+
.E_t1sqg15u .uuid-row {
|
|
30278
|
+
display: flex;
|
|
30279
|
+
justify-content: space-between;
|
|
30280
|
+
}
|
|
30281
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30282
|
+
white-space: nowrap;
|
|
30283
|
+
overflow: hidden;
|
|
30284
|
+
text-overflow: ellipsis;
|
|
30285
|
+
}
|
|
30286
|
+
|
|
30287
|
+
.E_t4zczcp {
|
|
30288
|
+
display: flex;
|
|
30289
|
+
justify-content: space-between;
|
|
30290
|
+
align-items: center;
|
|
30291
|
+
padding: 8px;
|
|
30292
|
+
min-height: 32px;
|
|
30293
|
+
}
|
|
30294
|
+
.E_t4zczcp .table-title {
|
|
30295
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30296
|
+
font-weight: 600;
|
|
30297
|
+
font-size: 12px;
|
|
30298
|
+
line-height: 8px;
|
|
30299
|
+
}
|
|
30300
|
+
.E_t4zczcp .edit-icon {
|
|
30301
|
+
font-size: 16px;
|
|
30302
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30303
|
+
cursor: pointer;
|
|
30304
|
+
}
|
|
30305
|
+
|
|
30306
|
+
.E_t1s7goww {
|
|
30307
|
+
font-size: 12px;
|
|
30308
|
+
line-height: 18px;
|
|
30309
|
+
}
|
|
30310
|
+
|
|
30311
|
+
.E_t93e4cf {
|
|
30312
|
+
display: flex;
|
|
30313
|
+
padding: 8px 0;
|
|
30314
|
+
color: #2d3a56;
|
|
30324
30315
|
}
|
|
30325
|
-
.
|
|
30326
|
-
|
|
30327
|
-
color: #00122e;
|
|
30316
|
+
.E_t93e4cf .hidden {
|
|
30317
|
+
display: none;
|
|
30328
30318
|
}
|
|
30329
|
-
.
|
|
30330
|
-
|
|
30319
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
30320
|
+
height: auto;
|
|
30331
30321
|
}
|
|
30332
|
-
.
|
|
30333
|
-
flex: 1;
|
|
30322
|
+
.E_t93e4cf .content {
|
|
30334
30323
|
overflow: hidden;
|
|
30335
|
-
|
|
30336
|
-
|
|
30324
|
+
overflow-x: auto;
|
|
30325
|
+
width: 100%;
|
|
30326
|
+
white-space: pre-wrap;
|
|
30327
|
+
}
|
|
30328
|
+
.E_t93e4cf .content .ant-btn {
|
|
30329
|
+
white-space: pre-wrap;
|
|
30337
30330
|
text-align: left;
|
|
30338
30331
|
}
|
|
30332
|
+
.E_t93e4cf .content .unit-chart {
|
|
30333
|
+
justify-content: flex-start;
|
|
30334
|
+
}
|
|
30335
|
+
|
|
30336
|
+
.E_rhz2uv5 {
|
|
30337
|
+
width: var(--rhz2uv5-0);
|
|
30338
|
+
flex-shrink: 0;
|
|
30339
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30340
|
+
padding-right: 12px;
|
|
30341
|
+
}
|
|
30339
30342
|
|
|
30340
30343
|
.E_t160l1cm {
|
|
30341
30344
|
display: flex;
|
|
@@ -30540,27 +30543,53 @@ span.E_tqjc4ui {
|
|
|
30540
30543
|
background: transparent;
|
|
30541
30544
|
}
|
|
30542
30545
|
|
|
30543
|
-
.
|
|
30546
|
+
.E_m74vjol {
|
|
30544
30547
|
display: flex;
|
|
30545
|
-
|
|
30546
|
-
|
|
30548
|
+
justify-content: space-between;
|
|
30549
|
+
width: 100%;
|
|
30550
|
+
}
|
|
30551
|
+
.E_m74vjol .action {
|
|
30552
|
+
margin-left: 16px;
|
|
30547
30553
|
}
|
|
30548
30554
|
|
|
30549
|
-
.
|
|
30550
|
-
|
|
30551
|
-
align-items: center;
|
|
30552
|
-
width: calc(100% - 40px);
|
|
30555
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30556
|
+
padding-right: 12px;
|
|
30553
30557
|
}
|
|
30554
|
-
.
|
|
30555
|
-
|
|
30556
|
-
|
|
30558
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30559
|
+
height: fit-content;
|
|
30560
|
+
margin-left: 16px;
|
|
30561
|
+
}
|
|
30562
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30563
|
+
flex: 1;
|
|
30557
30564
|
}
|
|
30558
30565
|
|
|
30559
|
-
.
|
|
30560
|
-
|
|
30566
|
+
.E_b1nip9bk {
|
|
30567
|
+
padding: 4px 11px;
|
|
30561
30568
|
}
|
|
30562
|
-
|
|
30563
|
-
|
|
30569
|
+
|
|
30570
|
+
.E_bqamoqe {
|
|
30571
|
+
white-space: nowrap;
|
|
30572
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30573
|
+
}
|
|
30574
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30575
|
+
--color: #0080ff;
|
|
30576
|
+
}
|
|
30577
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30578
|
+
--color: #0080ff;
|
|
30579
|
+
}
|
|
30580
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30581
|
+
margin-left: 1px;
|
|
30582
|
+
}
|
|
30583
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30584
|
+
border-top-right-radius: 0;
|
|
30585
|
+
border-bottom-right-radius: 0;
|
|
30586
|
+
}
|
|
30587
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30588
|
+
border-top-left-radius: 0;
|
|
30589
|
+
border-bottom-left-radius: 0;
|
|
30590
|
+
}
|
|
30591
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30592
|
+
border-radius: unset;
|
|
30564
30593
|
}
|
|
30565
30594
|
|
|
30566
30595
|
.E_berrcjl {
|
|
@@ -30836,35 +30865,6 @@ span.E_tqjc4ui {
|
|
|
30836
30865
|
justify-content: center;
|
|
30837
30866
|
}
|
|
30838
30867
|
|
|
30839
|
-
.E_b1nip9bk {
|
|
30840
|
-
padding: 4px 11px;
|
|
30841
|
-
}
|
|
30842
|
-
|
|
30843
|
-
.E_bqamoqe {
|
|
30844
|
-
white-space: nowrap;
|
|
30845
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30846
|
-
}
|
|
30847
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30848
|
-
--color: #0080ff;
|
|
30849
|
-
}
|
|
30850
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30851
|
-
--color: #0080ff;
|
|
30852
|
-
}
|
|
30853
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30854
|
-
margin-left: 1px;
|
|
30855
|
-
}
|
|
30856
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30857
|
-
border-top-right-radius: 0;
|
|
30858
|
-
border-bottom-right-radius: 0;
|
|
30859
|
-
}
|
|
30860
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30861
|
-
border-top-left-radius: 0;
|
|
30862
|
-
border-bottom-left-radius: 0;
|
|
30863
|
-
}
|
|
30864
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30865
|
-
border-radius: unset;
|
|
30866
|
-
}
|
|
30867
|
-
|
|
30868
30868
|
.E_c1uzzomf {
|
|
30869
30869
|
margin-bottom: 16px;
|
|
30870
30870
|
}
|
|
@@ -30887,6 +30887,42 @@ span.E_tqjc4ui {
|
|
|
30887
30887
|
text-align: center;
|
|
30888
30888
|
}
|
|
30889
30889
|
|
|
30890
|
+
.E_c1yyuluq {
|
|
30891
|
+
border-radius: 8px;
|
|
30892
|
+
}
|
|
30893
|
+
.E_c1yyuluq .ant-card-body {
|
|
30894
|
+
padding: 20px 24px 24px 24px;
|
|
30895
|
+
}
|
|
30896
|
+
|
|
30897
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30898
|
+
padding: 4px 8px 0 8px;
|
|
30899
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30900
|
+
font-size: 12px;
|
|
30901
|
+
}
|
|
30902
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30903
|
+
padding-bottom: 6px;
|
|
30904
|
+
}
|
|
30905
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30906
|
+
padding-top: 4px;
|
|
30907
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30908
|
+
}
|
|
30909
|
+
|
|
30910
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30911
|
+
display: flex;
|
|
30912
|
+
}
|
|
30913
|
+
.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 {
|
|
30914
|
+
border-bottom-left-radius: 5px;
|
|
30915
|
+
border-top-left-radius: 5px;
|
|
30916
|
+
}
|
|
30917
|
+
.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 {
|
|
30918
|
+
border-bottom-right-radius: 5px;
|
|
30919
|
+
border-top-right-radius: 5px;
|
|
30920
|
+
}
|
|
30921
|
+
|
|
30922
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30923
|
+
line-height: 18px;
|
|
30924
|
+
}
|
|
30925
|
+
|
|
30890
30926
|
.E_ccrbeuz .ant-collapse-item {
|
|
30891
30927
|
border: 0px;
|
|
30892
30928
|
background-color: #fff;
|
|
@@ -30909,19 +30945,6 @@ span.E_tqjc4ui {
|
|
|
30909
30945
|
cursor: default;
|
|
30910
30946
|
}
|
|
30911
30947
|
|
|
30912
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30913
|
-
padding: 4px 8px 0 8px;
|
|
30914
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30915
|
-
font-size: 12px;
|
|
30916
|
-
}
|
|
30917
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30918
|
-
padding-bottom: 6px;
|
|
30919
|
-
}
|
|
30920
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30921
|
-
padding-top: 4px;
|
|
30922
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30923
|
-
}
|
|
30924
|
-
|
|
30925
30948
|
.E_d1bw7c5z {
|
|
30926
30949
|
position: relative;
|
|
30927
30950
|
max-width: 388px;
|
|
@@ -31005,27 +31028,97 @@ span.E_tqjc4ui {
|
|
|
31005
31028
|
width: 102px;
|
|
31006
31029
|
}
|
|
31007
31030
|
|
|
31008
|
-
.
|
|
31009
|
-
|
|
31031
|
+
.E_phljevk {
|
|
31032
|
+
display: flex;
|
|
31033
|
+
justify-content: space-between;
|
|
31034
|
+
align-items: center;
|
|
31035
|
+
padding: 10px 0;
|
|
31036
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31037
|
+
font-size: 12px;
|
|
31038
|
+
line-height: 24px;
|
|
31010
31039
|
}
|
|
31011
|
-
.
|
|
31012
|
-
padding:
|
|
31040
|
+
.E_phljevk .pagination-left {
|
|
31041
|
+
padding: 2px 8px;
|
|
31042
|
+
}
|
|
31043
|
+
.E_phljevk .dropdown-trigger {
|
|
31044
|
+
display: flex;
|
|
31045
|
+
align-items: center;
|
|
31046
|
+
border-radius: 6px;
|
|
31047
|
+
cursor: pointer;
|
|
31048
|
+
transition: all 0.3s ease;
|
|
31049
|
+
}
|
|
31050
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31051
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31052
|
+
color: #0080ff;
|
|
31053
|
+
}
|
|
31054
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31055
|
+
margin-left: 4px;
|
|
31056
|
+
}
|
|
31057
|
+
.E_phljevk .pagination-right {
|
|
31058
|
+
display: flex;
|
|
31059
|
+
align-items: center;
|
|
31060
|
+
color: #0080ff;
|
|
31061
|
+
font-weight: bold;
|
|
31062
|
+
}
|
|
31063
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31064
|
+
margin-left: 4px;
|
|
31065
|
+
}
|
|
31066
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31067
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31068
|
+
padding: 0 8px;
|
|
31069
|
+
}
|
|
31070
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31071
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31072
|
+
color: #0080ff;
|
|
31073
|
+
}
|
|
31074
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31075
|
+
transform: rotate(180deg);
|
|
31013
31076
|
}
|
|
31014
31077
|
|
|
31015
|
-
.
|
|
31078
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31079
|
+
max-height: calc(100vh - 128px);
|
|
31080
|
+
overflow-y: auto;
|
|
31081
|
+
}
|
|
31082
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31083
|
+
padding: 4px 20px;
|
|
31084
|
+
font-size: 12px;
|
|
31085
|
+
line-height: 18px;
|
|
31086
|
+
}
|
|
31087
|
+
|
|
31088
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
31089
|
+
margin-right: 8px;
|
|
31090
|
+
}
|
|
31091
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
31092
|
+
margin-left: 8px;
|
|
31093
|
+
}
|
|
31094
|
+
|
|
31095
|
+
.E_cc368xp {
|
|
31096
|
+
color: #00122e;
|
|
31097
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31098
|
+
margin-right: 8px;
|
|
31099
|
+
padding-right: 8px;
|
|
31100
|
+
}
|
|
31101
|
+
|
|
31102
|
+
.E_i11o6xqj {
|
|
31016
31103
|
display: flex;
|
|
31104
|
+
gap: 4px;
|
|
31017
31105
|
}
|
|
31018
|
-
.
|
|
31019
|
-
|
|
31020
|
-
border-top-left-radius: 5px;
|
|
31106
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31107
|
+
cursor: pointer;
|
|
31021
31108
|
}
|
|
31022
|
-
|
|
31023
|
-
|
|
31024
|
-
|
|
31109
|
+
|
|
31110
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31111
|
+
cursor: not-allowed;
|
|
31025
31112
|
}
|
|
31026
31113
|
|
|
31027
|
-
.
|
|
31028
|
-
|
|
31114
|
+
.E_ivqqkzv {
|
|
31115
|
+
height: 24px;
|
|
31116
|
+
width: 56px !important;
|
|
31117
|
+
margin-right: 4px;
|
|
31118
|
+
}
|
|
31119
|
+
|
|
31120
|
+
.E_c1wk4q29 {
|
|
31121
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31029
31122
|
}
|
|
31030
31123
|
|
|
31031
31124
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31174,73 +31267,6 @@ span.E_tqjc4ui {
|
|
|
31174
31267
|
width: 36px;
|
|
31175
31268
|
}
|
|
31176
31269
|
|
|
31177
|
-
.E_ivqqkzv {
|
|
31178
|
-
height: 24px;
|
|
31179
|
-
width: 56px !important;
|
|
31180
|
-
margin-right: 4px;
|
|
31181
|
-
}
|
|
31182
|
-
|
|
31183
|
-
.E_c1wk4q29 {
|
|
31184
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31185
|
-
}
|
|
31186
|
-
|
|
31187
|
-
.E_phljevk {
|
|
31188
|
-
display: flex;
|
|
31189
|
-
justify-content: space-between;
|
|
31190
|
-
align-items: center;
|
|
31191
|
-
padding: 10px 0;
|
|
31192
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31193
|
-
font-size: 12px;
|
|
31194
|
-
line-height: 24px;
|
|
31195
|
-
}
|
|
31196
|
-
.E_phljevk .pagination-left {
|
|
31197
|
-
padding: 2px 8px;
|
|
31198
|
-
}
|
|
31199
|
-
.E_phljevk .dropdown-trigger {
|
|
31200
|
-
display: flex;
|
|
31201
|
-
align-items: center;
|
|
31202
|
-
border-radius: 6px;
|
|
31203
|
-
cursor: pointer;
|
|
31204
|
-
transition: all 0.3s ease;
|
|
31205
|
-
}
|
|
31206
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
31207
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31208
|
-
color: #0080ff;
|
|
31209
|
-
}
|
|
31210
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31211
|
-
margin-left: 4px;
|
|
31212
|
-
}
|
|
31213
|
-
.E_phljevk .pagination-right {
|
|
31214
|
-
display: flex;
|
|
31215
|
-
align-items: center;
|
|
31216
|
-
color: #0080ff;
|
|
31217
|
-
font-weight: bold;
|
|
31218
|
-
}
|
|
31219
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
31220
|
-
margin-left: 4px;
|
|
31221
|
-
}
|
|
31222
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
31223
|
-
.E_phljevk .pagination-right .next-btn {
|
|
31224
|
-
padding: 0 8px;
|
|
31225
|
-
}
|
|
31226
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
31227
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
31228
|
-
color: #0080ff;
|
|
31229
|
-
}
|
|
31230
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31231
|
-
transform: rotate(180deg);
|
|
31232
|
-
}
|
|
31233
|
-
|
|
31234
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31235
|
-
max-height: calc(100vh - 128px);
|
|
31236
|
-
overflow-y: auto;
|
|
31237
|
-
}
|
|
31238
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31239
|
-
padding: 4px 20px;
|
|
31240
|
-
font-size: 12px;
|
|
31241
|
-
line-height: 18px;
|
|
31242
|
-
}
|
|
31243
|
-
|
|
31244
31270
|
.E_s1dizucg.ant-switch {
|
|
31245
31271
|
min-width: 40px;
|
|
31246
31272
|
height: 24px;
|
|
@@ -31336,121 +31362,14 @@ span.E_tqjc4ui {
|
|
|
31336
31362
|
transform: rotate(0deg);
|
|
31337
31363
|
}
|
|
31338
31364
|
|
|
31339
|
-
.
|
|
31340
|
-
|
|
31341
|
-
}
|
|
31342
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
31343
|
-
margin-left: 8px;
|
|
31344
|
-
}
|
|
31345
|
-
|
|
31346
|
-
.E_cc368xp {
|
|
31347
|
-
color: #00122e;
|
|
31348
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31349
|
-
margin-right: 8px;
|
|
31350
|
-
padding-right: 8px;
|
|
31351
|
-
}
|
|
31352
|
-
|
|
31353
|
-
.E_i11o6xqj {
|
|
31354
|
-
display: flex;
|
|
31355
|
-
gap: 4px;
|
|
31356
|
-
}
|
|
31357
|
-
.E_i11o6xqj .icon-wrapper {
|
|
31358
|
-
cursor: pointer;
|
|
31359
|
-
}
|
|
31360
|
-
|
|
31361
|
-
.E_d19ruhdj.icon-wrapper {
|
|
31362
|
-
cursor: not-allowed;
|
|
31365
|
+
.E_iq1gosr {
|
|
31366
|
+
display: inline-block;
|
|
31363
31367
|
}
|
|
31364
31368
|
|
|
31365
31369
|
.E_tju3gfj .date {
|
|
31366
31370
|
margin-right: 4px;
|
|
31367
31371
|
}
|
|
31368
31372
|
|
|
31369
|
-
.E_s1dni7lo {
|
|
31370
|
-
width: 430px !important;
|
|
31371
|
-
}
|
|
31372
|
-
|
|
31373
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31374
|
-
padding: 8px 16px;
|
|
31375
|
-
line-height: 18px;
|
|
31376
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31377
|
-
height: 34px;
|
|
31378
|
-
min-height: 34px;
|
|
31379
|
-
box-sizing: border-box;
|
|
31380
|
-
margin-top: 8px;
|
|
31381
|
-
}
|
|
31382
|
-
|
|
31383
|
-
.E_o1ugr09p {
|
|
31384
|
-
display: flex;
|
|
31385
|
-
flex-direction: column;
|
|
31386
|
-
margin: 1px 8px;
|
|
31387
|
-
padding: 8px;
|
|
31388
|
-
border-radius: 4px;
|
|
31389
|
-
}
|
|
31390
|
-
.E_o1ugr09p .selected-icon {
|
|
31391
|
-
display: none;
|
|
31392
|
-
}
|
|
31393
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31394
|
-
padding-left: 8px;
|
|
31395
|
-
}
|
|
31396
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31397
|
-
background-color: white;
|
|
31398
|
-
}
|
|
31399
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31400
|
-
color: #0080ff;
|
|
31401
|
-
}
|
|
31402
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31403
|
-
display: block;
|
|
31404
|
-
}
|
|
31405
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31406
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31407
|
-
}
|
|
31408
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31409
|
-
color: #0080ff;
|
|
31410
|
-
}
|
|
31411
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31412
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31413
|
-
color: #0080ff;
|
|
31414
|
-
}
|
|
31415
|
-
|
|
31416
|
-
.E_o1ifxsq4 {
|
|
31417
|
-
display: flex;
|
|
31418
|
-
justify-content: space-between;
|
|
31419
|
-
height: 20px;
|
|
31420
|
-
line-height: 20px;
|
|
31421
|
-
}
|
|
31422
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31423
|
-
color: #2d3a56;
|
|
31424
|
-
overflow: hidden;
|
|
31425
|
-
text-overflow: ellipsis;
|
|
31426
|
-
}
|
|
31427
|
-
|
|
31428
|
-
.E_o1zue7 {
|
|
31429
|
-
display: flex;
|
|
31430
|
-
justify-content: space-between;
|
|
31431
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31432
|
-
height: 18px;
|
|
31433
|
-
line-height: 18px;
|
|
31434
|
-
margin-top: 2px;
|
|
31435
|
-
}
|
|
31436
|
-
|
|
31437
|
-
.E_tyfmlxg {
|
|
31438
|
-
border: none;
|
|
31439
|
-
margin-right: 0;
|
|
31440
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31441
|
-
}
|
|
31442
|
-
|
|
31443
|
-
.E_o18uybox {
|
|
31444
|
-
pointer-events: none;
|
|
31445
|
-
height: 32px;
|
|
31446
|
-
width: 100%;
|
|
31447
|
-
opacity: 0;
|
|
31448
|
-
}
|
|
31449
|
-
|
|
31450
|
-
.E_iq1gosr {
|
|
31451
|
-
display: inline-block;
|
|
31452
|
-
}
|
|
31453
|
-
|
|
31454
31373
|
.E_s1sck0th {
|
|
31455
31374
|
padding: 0 8px;
|
|
31456
31375
|
border-radius: 4px;
|
|
@@ -31517,20 +31436,114 @@ span.E_tqjc4ui {
|
|
|
31517
31436
|
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31518
31437
|
background-color: #f0483e;
|
|
31519
31438
|
}
|
|
31520
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31521
|
-
background-color: #fea008;
|
|
31439
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31440
|
+
background-color: #fea008;
|
|
31441
|
+
}
|
|
31442
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31443
|
+
background-color: #00ba5d;
|
|
31444
|
+
}
|
|
31445
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31446
|
+
background-color: #0080ff;
|
|
31447
|
+
}
|
|
31448
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31449
|
+
background-color: #6b7d99;
|
|
31450
|
+
}
|
|
31451
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31452
|
+
background-color: #7E41FF;
|
|
31453
|
+
}
|
|
31454
|
+
|
|
31455
|
+
.E_s1dni7lo {
|
|
31456
|
+
width: 430px !important;
|
|
31457
|
+
}
|
|
31458
|
+
|
|
31459
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31460
|
+
padding: 8px 16px;
|
|
31461
|
+
line-height: 18px;
|
|
31462
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31463
|
+
height: 34px;
|
|
31464
|
+
min-height: 34px;
|
|
31465
|
+
box-sizing: border-box;
|
|
31466
|
+
margin-top: 8px;
|
|
31467
|
+
}
|
|
31468
|
+
|
|
31469
|
+
.E_o1ugr09p {
|
|
31470
|
+
display: flex;
|
|
31471
|
+
flex-direction: column;
|
|
31472
|
+
margin: 1px 8px;
|
|
31473
|
+
padding: 8px;
|
|
31474
|
+
border-radius: 4px;
|
|
31475
|
+
}
|
|
31476
|
+
.E_o1ugr09p .selected-icon {
|
|
31477
|
+
display: none;
|
|
31478
|
+
}
|
|
31479
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31480
|
+
padding-left: 8px;
|
|
31481
|
+
}
|
|
31482
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31483
|
+
background-color: white;
|
|
31484
|
+
}
|
|
31485
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31486
|
+
color: #0080ff;
|
|
31487
|
+
}
|
|
31488
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31489
|
+
display: block;
|
|
31490
|
+
}
|
|
31491
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31492
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31493
|
+
}
|
|
31494
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31495
|
+
color: #0080ff;
|
|
31496
|
+
}
|
|
31497
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31498
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31499
|
+
color: #0080ff;
|
|
31500
|
+
}
|
|
31501
|
+
|
|
31502
|
+
.E_o1ifxsq4 {
|
|
31503
|
+
display: flex;
|
|
31504
|
+
justify-content: space-between;
|
|
31505
|
+
height: 20px;
|
|
31506
|
+
line-height: 20px;
|
|
31507
|
+
}
|
|
31508
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31509
|
+
color: #2d3a56;
|
|
31510
|
+
overflow: hidden;
|
|
31511
|
+
text-overflow: ellipsis;
|
|
31522
31512
|
}
|
|
31523
|
-
|
|
31524
|
-
|
|
31513
|
+
|
|
31514
|
+
.E_o1zue7 {
|
|
31515
|
+
display: flex;
|
|
31516
|
+
justify-content: space-between;
|
|
31517
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31518
|
+
height: 18px;
|
|
31519
|
+
line-height: 18px;
|
|
31520
|
+
margin-top: 2px;
|
|
31525
31521
|
}
|
|
31526
|
-
|
|
31527
|
-
|
|
31522
|
+
|
|
31523
|
+
.E_tyfmlxg {
|
|
31524
|
+
border: none;
|
|
31525
|
+
margin-right: 0;
|
|
31526
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31528
31527
|
}
|
|
31529
|
-
|
|
31530
|
-
|
|
31528
|
+
|
|
31529
|
+
.E_o18uybox {
|
|
31530
|
+
pointer-events: none;
|
|
31531
|
+
height: 32px;
|
|
31532
|
+
width: 100%;
|
|
31533
|
+
opacity: 0;
|
|
31531
31534
|
}
|
|
31532
|
-
|
|
31533
|
-
|
|
31535
|
+
|
|
31536
|
+
.E_i1inqkme {
|
|
31537
|
+
height: 18px;
|
|
31538
|
+
line-height: 18px;
|
|
31539
|
+
padding: 0 4px;
|
|
31540
|
+
border-radius: 4px;
|
|
31541
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31542
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31543
|
+
display: flex;
|
|
31544
|
+
align-items: center;
|
|
31545
|
+
white-space: nowrap;
|
|
31546
|
+
margin-right: 4px;
|
|
31534
31547
|
}
|
|
31535
31548
|
|
|
31536
31549
|
.E_fzh9mnb {
|
|
@@ -31548,6 +31561,66 @@ span.E_tqjc4ui {
|
|
|
31548
31561
|
font-size: 18px;
|
|
31549
31562
|
}
|
|
31550
31563
|
|
|
31564
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31565
|
+
display: none;
|
|
31566
|
+
}
|
|
31567
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31568
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31569
|
+
border-radius: 4px;
|
|
31570
|
+
}
|
|
31571
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31572
|
+
visibility: hidden;
|
|
31573
|
+
}
|
|
31574
|
+
|
|
31575
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31576
|
+
display: var(--a1wfy30z-0);
|
|
31577
|
+
}
|
|
31578
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31579
|
+
padding: 4px 11px;
|
|
31580
|
+
display: inline-flex;
|
|
31581
|
+
line-height: 1.5715;
|
|
31582
|
+
height: inherit;
|
|
31583
|
+
}
|
|
31584
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31585
|
+
content: var(--a1wfy30z-1);
|
|
31586
|
+
display: var(--a1wfy30z-2);
|
|
31587
|
+
flex: none;
|
|
31588
|
+
align-items: center;
|
|
31589
|
+
margin-left: 4px;
|
|
31590
|
+
}
|
|
31591
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31592
|
+
content: var(--a1wfy30z-3);
|
|
31593
|
+
display: var(--a1wfy30z-4);
|
|
31594
|
+
flex: none;
|
|
31595
|
+
align-items: center;
|
|
31596
|
+
margin-right: 4px;
|
|
31597
|
+
cursor: auto;
|
|
31598
|
+
}
|
|
31599
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31600
|
+
padding: 0;
|
|
31601
|
+
margin: 0;
|
|
31602
|
+
height: auto;
|
|
31603
|
+
font-size: inherit;
|
|
31604
|
+
}
|
|
31605
|
+
|
|
31606
|
+
.E_iouxfgt {
|
|
31607
|
+
display: inline-flex;
|
|
31608
|
+
align-items: center;
|
|
31609
|
+
}
|
|
31610
|
+
.E_iouxfgt .icon-inner {
|
|
31611
|
+
display: inline-flex;
|
|
31612
|
+
align-items: center;
|
|
31613
|
+
justify-content: center;
|
|
31614
|
+
}
|
|
31615
|
+
.E_iouxfgt .icon-inner + span,
|
|
31616
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31617
|
+
margin-left: 4px;
|
|
31618
|
+
}
|
|
31619
|
+
.E_iouxfgt.is-rotate img,
|
|
31620
|
+
.E_iouxfgt.is-rotate svg {
|
|
31621
|
+
animation: rotate 680ms linear infinite;
|
|
31622
|
+
}
|
|
31623
|
+
|
|
31551
31624
|
.E_f7pxqmh {
|
|
31552
31625
|
width: 100%;
|
|
31553
31626
|
margin-bottom: 0 !important;
|
|
@@ -31582,35 +31655,11 @@ span.E_tqjc4ui {
|
|
|
31582
31655
|
min-height: 0px;
|
|
31583
31656
|
}
|
|
31584
31657
|
|
|
31585
|
-
.
|
|
31586
|
-
|
|
31587
|
-
}
|
|
31588
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31589
|
-
padding: 4px 11px;
|
|
31590
|
-
display: inline-flex;
|
|
31591
|
-
line-height: 1.5715;
|
|
31592
|
-
height: inherit;
|
|
31593
|
-
}
|
|
31594
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31595
|
-
content: var(--a1wfy30z-1);
|
|
31596
|
-
display: var(--a1wfy30z-2);
|
|
31597
|
-
flex: none;
|
|
31598
|
-
align-items: center;
|
|
31599
|
-
margin-left: 4px;
|
|
31600
|
-
}
|
|
31601
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31602
|
-
content: var(--a1wfy30z-3);
|
|
31603
|
-
display: var(--a1wfy30z-4);
|
|
31604
|
-
flex: none;
|
|
31605
|
-
align-items: center;
|
|
31606
|
-
margin-right: 4px;
|
|
31607
|
-
cursor: auto;
|
|
31658
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31659
|
+
margin-left: 8px;
|
|
31608
31660
|
}
|
|
31609
|
-
.
|
|
31610
|
-
padding:
|
|
31611
|
-
margin: 0;
|
|
31612
|
-
height: auto;
|
|
31613
|
-
font-size: inherit;
|
|
31661
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31662
|
+
padding: 2px 7px 2px 12px;
|
|
31614
31663
|
}
|
|
31615
31664
|
|
|
31616
31665
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31673,59 +31722,6 @@ span.E_tqjc4ui {
|
|
|
31673
31722
|
padding: 2px 8px;
|
|
31674
31723
|
}
|
|
31675
31724
|
|
|
31676
|
-
.E_iouxfgt {
|
|
31677
|
-
display: inline-flex;
|
|
31678
|
-
align-items: center;
|
|
31679
|
-
}
|
|
31680
|
-
.E_iouxfgt .icon-inner {
|
|
31681
|
-
display: inline-flex;
|
|
31682
|
-
align-items: center;
|
|
31683
|
-
justify-content: center;
|
|
31684
|
-
}
|
|
31685
|
-
.E_iouxfgt .icon-inner + span,
|
|
31686
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31687
|
-
margin-left: 4px;
|
|
31688
|
-
}
|
|
31689
|
-
.E_iouxfgt.is-rotate img,
|
|
31690
|
-
.E_iouxfgt.is-rotate svg {
|
|
31691
|
-
animation: rotate 680ms linear infinite;
|
|
31692
|
-
}
|
|
31693
|
-
|
|
31694
|
-
.E_atcz0kf .ant-input-suffix {
|
|
31695
|
-
margin-left: 8px;
|
|
31696
|
-
}
|
|
31697
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31698
|
-
padding: 2px 7px 2px 12px;
|
|
31699
|
-
}
|
|
31700
|
-
|
|
31701
|
-
.E_i1inqkme {
|
|
31702
|
-
height: 18px;
|
|
31703
|
-
line-height: 18px;
|
|
31704
|
-
padding: 0 4px;
|
|
31705
|
-
border-radius: 4px;
|
|
31706
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31707
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31708
|
-
display: flex;
|
|
31709
|
-
align-items: center;
|
|
31710
|
-
white-space: nowrap;
|
|
31711
|
-
margin-right: 4px;
|
|
31712
|
-
}
|
|
31713
|
-
|
|
31714
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31715
|
-
display: none;
|
|
31716
|
-
}
|
|
31717
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31718
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31719
|
-
border-radius: 4px;
|
|
31720
|
-
}
|
|
31721
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31722
|
-
visibility: hidden;
|
|
31723
|
-
}
|
|
31724
|
-
|
|
31725
|
-
.E_m196gn1d {
|
|
31726
|
-
min-width: 1280px;
|
|
31727
|
-
}
|
|
31728
|
-
|
|
31729
31725
|
.E_owd0kml {
|
|
31730
31726
|
display: inline-block;
|
|
31731
31727
|
}
|
|
@@ -32210,6 +32206,40 @@ span.E_tqjc4ui {
|
|
|
32210
32206
|
line-height: 12px;
|
|
32211
32207
|
}
|
|
32212
32208
|
|
|
32209
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32210
|
+
display: inline-flex;
|
|
32211
|
+
align-items: center;
|
|
32212
|
+
justify-content: center;
|
|
32213
|
+
color: #fff;
|
|
32214
|
+
font-weight: bold;
|
|
32215
|
+
font-size: 12px;
|
|
32216
|
+
width: 24px;
|
|
32217
|
+
height: 24px;
|
|
32218
|
+
border-radius: 50%;
|
|
32219
|
+
background: var(--a1b5xrg3-0);
|
|
32220
|
+
}
|
|
32221
|
+
.E_a1b5xrg3.btn-item {
|
|
32222
|
+
transition: all 160ms ease;
|
|
32223
|
+
cursor: pointer;
|
|
32224
|
+
width: 56px;
|
|
32225
|
+
height: 40px;
|
|
32226
|
+
display: inline-flex;
|
|
32227
|
+
align-items: center;
|
|
32228
|
+
justify-content: center;
|
|
32229
|
+
border-radius: 6px;
|
|
32230
|
+
}
|
|
32231
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32232
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32233
|
+
}
|
|
32234
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32235
|
+
transform: translateY(2px);
|
|
32236
|
+
transition: all 320ms ease;
|
|
32237
|
+
}
|
|
32238
|
+
|
|
32239
|
+
.E_m196gn1d {
|
|
32240
|
+
min-width: 1280px;
|
|
32241
|
+
}
|
|
32242
|
+
|
|
32213
32243
|
.E_cnujxq2 {
|
|
32214
32244
|
display: flex;
|
|
32215
32245
|
flex-direction: column;
|
|
@@ -32896,37 +32926,7 @@ input.E_rf8rlle.ant-input {
|
|
|
32896
32926
|
}
|
|
32897
32927
|
|
|
32898
32928
|
.E_uqv57uv {
|
|
32899
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32900
|
-
}
|
|
32901
|
-
|
|
32902
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32903
|
-
display: inline-flex;
|
|
32904
|
-
align-items: center;
|
|
32905
|
-
justify-content: center;
|
|
32906
|
-
color: #fff;
|
|
32907
|
-
font-weight: bold;
|
|
32908
|
-
font-size: 12px;
|
|
32909
|
-
width: 24px;
|
|
32910
|
-
height: 24px;
|
|
32911
|
-
border-radius: 50%;
|
|
32912
|
-
background: var(--a1b5xrg3-0);
|
|
32913
|
-
}
|
|
32914
|
-
.E_a1b5xrg3.btn-item {
|
|
32915
|
-
transition: all 160ms ease;
|
|
32916
|
-
cursor: pointer;
|
|
32917
|
-
width: 56px;
|
|
32918
|
-
height: 40px;
|
|
32919
|
-
display: inline-flex;
|
|
32920
|
-
align-items: center;
|
|
32921
|
-
justify-content: center;
|
|
32922
|
-
border-radius: 6px;
|
|
32923
|
-
}
|
|
32924
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32925
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32926
|
-
}
|
|
32927
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32928
|
-
transform: translateY(2px);
|
|
32929
|
-
transition: all 320ms ease;
|
|
32929
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32930
32930
|
}
|
|
32931
32931
|
|
|
32932
32932
|
.E_cyms3br {
|
|
@@ -32982,49 +32982,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32982
32982
|
justify-content: center;
|
|
32983
32983
|
}
|
|
32984
32984
|
|
|
32985
|
-
.E_h1ol2wl7 {
|
|
32986
|
-
font-weight: bold;
|
|
32987
|
-
background-color: unset;
|
|
32988
|
-
padding: unset;
|
|
32989
|
-
}
|
|
32990
|
-
|
|
32991
|
-
.E_d11hhzf9 {
|
|
32992
|
-
width: 492px !important;
|
|
32993
|
-
margin: 40px auto !important;
|
|
32994
|
-
padding-bottom: 0 !important;
|
|
32995
|
-
}
|
|
32996
|
-
.E_d11hhzf9 .ant-modal-content {
|
|
32997
|
-
background: #fff;
|
|
32998
|
-
border-radius: 16px;
|
|
32999
|
-
}
|
|
33000
|
-
.E_d11hhzf9 .ant-modal-header {
|
|
33001
|
-
padding: 32px 40px 0;
|
|
33002
|
-
border-bottom: none;
|
|
33003
|
-
border-radius: 16px 16px 0 0;
|
|
33004
|
-
}
|
|
33005
|
-
.E_d11hhzf9 .ant-modal-close {
|
|
33006
|
-
right: 40px;
|
|
33007
|
-
top: 32px;
|
|
33008
|
-
}
|
|
33009
|
-
.E_d11hhzf9 .ant-modal-body {
|
|
33010
|
-
padding: 32px 40px;
|
|
33011
|
-
min-height: 160px;
|
|
33012
|
-
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
33013
|
-
overflow-y: auto;
|
|
33014
|
-
}
|
|
33015
|
-
.E_d11hhzf9 .ant-modal-footer {
|
|
33016
|
-
padding: 24px 40px;
|
|
33017
|
-
margin-top: 0;
|
|
33018
|
-
border-top: none;
|
|
33019
|
-
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
33020
|
-
}
|
|
33021
|
-
|
|
33022
|
-
.E_f1g147n6 {
|
|
33023
|
-
display: flex;
|
|
33024
|
-
justify-content: flex-end;
|
|
33025
|
-
gap: 8px;
|
|
33026
|
-
}
|
|
33027
|
-
|
|
33028
32985
|
.E_i5w779o {
|
|
33029
32986
|
padding: 8px 0;
|
|
33030
32987
|
}
|
|
@@ -33066,6 +33023,49 @@ input.E_rf8rlle.ant-input {
|
|
|
33066
33023
|
color: rgba(0, 21, 64, 0.3);
|
|
33067
33024
|
}
|
|
33068
33025
|
|
|
33026
|
+
.E_d11hhzf9 {
|
|
33027
|
+
width: 492px !important;
|
|
33028
|
+
margin: 40px auto !important;
|
|
33029
|
+
padding-bottom: 0 !important;
|
|
33030
|
+
}
|
|
33031
|
+
.E_d11hhzf9 .ant-modal-content {
|
|
33032
|
+
background: #fff;
|
|
33033
|
+
border-radius: 16px;
|
|
33034
|
+
}
|
|
33035
|
+
.E_d11hhzf9 .ant-modal-header {
|
|
33036
|
+
padding: 32px 40px 0;
|
|
33037
|
+
border-bottom: none;
|
|
33038
|
+
border-radius: 16px 16px 0 0;
|
|
33039
|
+
}
|
|
33040
|
+
.E_d11hhzf9 .ant-modal-close {
|
|
33041
|
+
right: 40px;
|
|
33042
|
+
top: 32px;
|
|
33043
|
+
}
|
|
33044
|
+
.E_d11hhzf9 .ant-modal-body {
|
|
33045
|
+
padding: 32px 40px;
|
|
33046
|
+
min-height: 160px;
|
|
33047
|
+
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
33048
|
+
overflow-y: auto;
|
|
33049
|
+
}
|
|
33050
|
+
.E_d11hhzf9 .ant-modal-footer {
|
|
33051
|
+
padding: 24px 40px;
|
|
33052
|
+
margin-top: 0;
|
|
33053
|
+
border-top: none;
|
|
33054
|
+
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
33055
|
+
}
|
|
33056
|
+
|
|
33057
|
+
.E_f1g147n6 {
|
|
33058
|
+
display: flex;
|
|
33059
|
+
justify-content: flex-end;
|
|
33060
|
+
gap: 8px;
|
|
33061
|
+
}
|
|
33062
|
+
|
|
33063
|
+
.E_h1ol2wl7 {
|
|
33064
|
+
font-weight: bold;
|
|
33065
|
+
background-color: unset;
|
|
33066
|
+
padding: unset;
|
|
33067
|
+
}
|
|
33068
|
+
|
|
33069
33069
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
33070
33070
|
border-radius: 6px;
|
|
33071
33071
|
}
|
|
@@ -33758,6 +33758,50 @@ input.E_rf8rlle.ant-input {
|
|
|
33758
33758
|
position: static;
|
|
33759
33759
|
}
|
|
33760
33760
|
|
|
33761
|
+
.E_c14ouk5o {
|
|
33762
|
+
width: 100%;
|
|
33763
|
+
height: 100%;
|
|
33764
|
+
display: flex;
|
|
33765
|
+
font-size: 12px;
|
|
33766
|
+
line-height: 18px;
|
|
33767
|
+
padding: 8px 0;
|
|
33768
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
33769
|
+
}
|
|
33770
|
+
.E_c14ouk5o:last-of-type {
|
|
33771
|
+
box-shadow: none;
|
|
33772
|
+
padding-bottom: 0;
|
|
33773
|
+
}
|
|
33774
|
+
.E_c14ouk5o.collapsed {
|
|
33775
|
+
flex-direction: column;
|
|
33776
|
+
}
|
|
33777
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
33778
|
+
display: flex;
|
|
33779
|
+
}
|
|
33780
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
33781
|
+
flex: 1;
|
|
33782
|
+
display: flex;
|
|
33783
|
+
justify-content: space-between;
|
|
33784
|
+
}
|
|
33785
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
33786
|
+
height: auto;
|
|
33787
|
+
}
|
|
33788
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
33789
|
+
margin-left: 162px;
|
|
33790
|
+
}
|
|
33791
|
+
.E_c14ouk5o .col-label {
|
|
33792
|
+
width: 216px;
|
|
33793
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33794
|
+
margin-right: 12px;
|
|
33795
|
+
flex-shrink: 0;
|
|
33796
|
+
}
|
|
33797
|
+
.E_c14ouk5o .col-content {
|
|
33798
|
+
color: #2d3a56;
|
|
33799
|
+
/* make btn link in info row have the same height as normal text */
|
|
33800
|
+
}
|
|
33801
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
33802
|
+
height: auto;
|
|
33803
|
+
}
|
|
33804
|
+
|
|
33761
33805
|
.E_c1kchka8 {
|
|
33762
33806
|
height: 100%;
|
|
33763
33807
|
width: 100%;
|
|
@@ -34244,50 +34288,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34244
34288
|
color: rgba(44, 56, 82, 0.6);
|
|
34245
34289
|
}
|
|
34246
34290
|
|
|
34247
|
-
.E_c14ouk5o {
|
|
34248
|
-
width: 100%;
|
|
34249
|
-
height: 100%;
|
|
34250
|
-
display: flex;
|
|
34251
|
-
font-size: 12px;
|
|
34252
|
-
line-height: 18px;
|
|
34253
|
-
padding: 8px 0;
|
|
34254
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34255
|
-
}
|
|
34256
|
-
.E_c14ouk5o:last-of-type {
|
|
34257
|
-
box-shadow: none;
|
|
34258
|
-
padding-bottom: 0;
|
|
34259
|
-
}
|
|
34260
|
-
.E_c14ouk5o.collapsed {
|
|
34261
|
-
flex-direction: column;
|
|
34262
|
-
}
|
|
34263
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
34264
|
-
display: flex;
|
|
34265
|
-
}
|
|
34266
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
34267
|
-
flex: 1;
|
|
34268
|
-
display: flex;
|
|
34269
|
-
justify-content: space-between;
|
|
34270
|
-
}
|
|
34271
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
34272
|
-
height: auto;
|
|
34273
|
-
}
|
|
34274
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
34275
|
-
margin-left: 162px;
|
|
34276
|
-
}
|
|
34277
|
-
.E_c14ouk5o .col-label {
|
|
34278
|
-
width: 216px;
|
|
34279
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34280
|
-
margin-right: 12px;
|
|
34281
|
-
flex-shrink: 0;
|
|
34282
|
-
}
|
|
34283
|
-
.E_c14ouk5o .col-content {
|
|
34284
|
-
color: #2d3a56;
|
|
34285
|
-
/* make btn link in info row have the same height as normal text */
|
|
34286
|
-
}
|
|
34287
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
34288
|
-
height: auto;
|
|
34289
|
-
}
|
|
34290
|
-
|
|
34291
34291
|
.E_c1ss4prm {
|
|
34292
34292
|
color: rgba(44, 56, 82, 0.6);
|
|
34293
34293
|
}
|
|
@@ -34326,6 +34326,30 @@ input.E_rf8rlle.ant-input {
|
|
|
34326
34326
|
margin: 16px 0;
|
|
34327
34327
|
}
|
|
34328
34328
|
|
|
34329
|
+
.E_l12xdkhl {
|
|
34330
|
+
width: 64px;
|
|
34331
|
+
height: 64px;
|
|
34332
|
+
max-width: 64px;
|
|
34333
|
+
max-height: 64px;
|
|
34334
|
+
overflow: hidden;
|
|
34335
|
+
display: flex;
|
|
34336
|
+
align-items: center;
|
|
34337
|
+
justify-content: center;
|
|
34338
|
+
position: relative;
|
|
34339
|
+
opacity: 0.6;
|
|
34340
|
+
}
|
|
34341
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34342
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34343
|
+
}
|
|
34344
|
+
@keyframes rotate {
|
|
34345
|
+
from {
|
|
34346
|
+
transform: rotate(0deg);
|
|
34347
|
+
}
|
|
34348
|
+
to {
|
|
34349
|
+
transform: rotate(360deg);
|
|
34350
|
+
}
|
|
34351
|
+
}
|
|
34352
|
+
|
|
34329
34353
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34330
34354
|
margin-right: 2px;
|
|
34331
34355
|
}
|
|
@@ -34360,30 +34384,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34360
34384
|
background-color: transparent;
|
|
34361
34385
|
}
|
|
34362
34386
|
|
|
34363
|
-
.E_l12xdkhl {
|
|
34364
|
-
width: 64px;
|
|
34365
|
-
height: 64px;
|
|
34366
|
-
max-width: 64px;
|
|
34367
|
-
max-height: 64px;
|
|
34368
|
-
overflow: hidden;
|
|
34369
|
-
display: flex;
|
|
34370
|
-
align-items: center;
|
|
34371
|
-
justify-content: center;
|
|
34372
|
-
position: relative;
|
|
34373
|
-
opacity: 0.6;
|
|
34374
|
-
}
|
|
34375
|
-
.E_l12xdkhl .icon-wrapper {
|
|
34376
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34377
|
-
}
|
|
34378
|
-
@keyframes rotate {
|
|
34379
|
-
from {
|
|
34380
|
-
transform: rotate(0deg);
|
|
34381
|
-
}
|
|
34382
|
-
to {
|
|
34383
|
-
transform: rotate(360deg);
|
|
34384
|
-
}
|
|
34385
|
-
}
|
|
34386
|
-
|
|
34387
34387
|
button.E_l48ei06.ant-btn,
|
|
34388
34388
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
34389
34389
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -34423,17 +34423,61 @@ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primar
|
|
|
34423
34423
|
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34424
34424
|
color: #00122E;
|
|
34425
34425
|
}
|
|
34426
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
34427
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34426
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34427
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34428
|
+
}
|
|
34429
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34430
|
+
color: #0080FF;
|
|
34431
|
+
}
|
|
34432
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34433
|
+
color: #005ED1;
|
|
34434
|
+
}
|
|
34435
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34436
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34437
|
+
}
|
|
34438
|
+
|
|
34439
|
+
.E_c1yd35n {
|
|
34440
|
+
padding: 0 12px 14px 12px;
|
|
34441
|
+
}
|
|
34442
|
+
|
|
34443
|
+
.E_c1kghdax {
|
|
34444
|
+
color: #2d3a56;
|
|
34445
|
+
padding: 7px 12px;
|
|
34446
|
+
display: flex;
|
|
34447
|
+
justify-content: space-between;
|
|
34448
|
+
align-items: center;
|
|
34449
|
+
}
|
|
34450
|
+
.E_c1kghdax.has-arrow {
|
|
34451
|
+
padding-left: 10px;
|
|
34452
|
+
}
|
|
34453
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34454
|
+
cursor: pointer;
|
|
34455
|
+
color: #00122e;
|
|
34456
|
+
}
|
|
34457
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34458
|
+
color: #2d3a56;
|
|
34459
|
+
font-weight: 600;
|
|
34460
|
+
}
|
|
34461
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34462
|
+
transform: rotate(90deg);
|
|
34428
34463
|
}
|
|
34429
|
-
|
|
34430
|
-
|
|
34464
|
+
.E_c1kghdax .sub-info {
|
|
34465
|
+
font-size: 12px;
|
|
34466
|
+
line-height: 18px;
|
|
34431
34467
|
}
|
|
34432
|
-
|
|
34433
|
-
|
|
34468
|
+
.E_c1kghdax .title-wrapper {
|
|
34469
|
+
display: flex;
|
|
34470
|
+
align-items: center;
|
|
34471
|
+
user-select: none;
|
|
34472
|
+
flex-grow: 1;
|
|
34473
|
+
font-size: 12px;
|
|
34474
|
+
line-height: 18px;
|
|
34475
|
+
color: #2d3a56;
|
|
34476
|
+
font-weight: 700;
|
|
34434
34477
|
}
|
|
34435
|
-
|
|
34436
|
-
|
|
34478
|
+
.E_c1kghdax .collapse-arrow {
|
|
34479
|
+
transition: all 50ms ease-out 0ms;
|
|
34480
|
+
margin-right: 2px;
|
|
34437
34481
|
}
|
|
34438
34482
|
|
|
34439
34483
|
.E_b14q2gmw {
|
|
@@ -34528,114 +34572,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34528
34572
|
display: inline-block;
|
|
34529
34573
|
}
|
|
34530
34574
|
|
|
34531
|
-
.E_c1yd35n {
|
|
34532
|
-
padding: 0 12px 14px 12px;
|
|
34533
|
-
}
|
|
34534
|
-
|
|
34535
|
-
.E_c1kghdax {
|
|
34536
|
-
color: #2d3a56;
|
|
34537
|
-
padding: 7px 12px;
|
|
34538
|
-
display: flex;
|
|
34539
|
-
justify-content: space-between;
|
|
34540
|
-
align-items: center;
|
|
34541
|
-
}
|
|
34542
|
-
.E_c1kghdax.has-arrow {
|
|
34543
|
-
padding-left: 10px;
|
|
34544
|
-
}
|
|
34545
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34546
|
-
cursor: pointer;
|
|
34547
|
-
color: #00122e;
|
|
34548
|
-
}
|
|
34549
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34550
|
-
color: #2d3a56;
|
|
34551
|
-
font-weight: 600;
|
|
34552
|
-
}
|
|
34553
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34554
|
-
transform: rotate(90deg);
|
|
34555
|
-
}
|
|
34556
|
-
.E_c1kghdax .sub-info {
|
|
34557
|
-
font-size: 12px;
|
|
34558
|
-
line-height: 18px;
|
|
34559
|
-
}
|
|
34560
|
-
.E_c1kghdax .title-wrapper {
|
|
34561
|
-
display: flex;
|
|
34562
|
-
align-items: center;
|
|
34563
|
-
user-select: none;
|
|
34564
|
-
flex-grow: 1;
|
|
34565
|
-
font-size: 12px;
|
|
34566
|
-
line-height: 18px;
|
|
34567
|
-
color: #2d3a56;
|
|
34568
|
-
font-weight: 700;
|
|
34569
|
-
}
|
|
34570
|
-
.E_c1kghdax .collapse-arrow {
|
|
34571
|
-
transition: all 50ms ease-out 0ms;
|
|
34572
|
-
margin-right: 2px;
|
|
34573
|
-
}
|
|
34574
|
-
|
|
34575
|
-
.E_ckui4s7 {
|
|
34576
|
-
color: #2d3a56;
|
|
34577
|
-
line-height: 22px;
|
|
34578
|
-
display: inline-flex;
|
|
34579
|
-
}
|
|
34580
|
-
.E_ckui4s7 .ant-checkbox {
|
|
34581
|
-
height: 22px;
|
|
34582
|
-
display: flex;
|
|
34583
|
-
align-items: center;
|
|
34584
|
-
top: 0;
|
|
34585
|
-
}
|
|
34586
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34587
|
-
border: none;
|
|
34588
|
-
}
|
|
34589
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34590
|
-
border-color: #0080ff;
|
|
34591
|
-
}
|
|
34592
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34593
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34594
|
-
}
|
|
34595
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34596
|
-
border: 1px solid #0080ff;
|
|
34597
|
-
}
|
|
34598
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34599
|
-
background: #0080ff;
|
|
34600
|
-
}
|
|
34601
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34602
|
-
background-color: #fff;
|
|
34603
|
-
height: 2px;
|
|
34604
|
-
width: 10px;
|
|
34605
|
-
border-radius: 2px;
|
|
34606
|
-
}
|
|
34607
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34608
|
-
opacity: 0.5;
|
|
34609
|
-
}
|
|
34610
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34611
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34612
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34613
|
-
}
|
|
34614
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34615
|
-
border-color: #2d3a56;
|
|
34616
|
-
}
|
|
34617
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34618
|
-
background: #2d3a56;
|
|
34619
|
-
}
|
|
34620
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34621
|
-
padding: 0;
|
|
34622
|
-
}
|
|
34623
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34624
|
-
display: inline-block;
|
|
34625
|
-
margin-left: 12px;
|
|
34626
|
-
color: #2d3a56;
|
|
34627
|
-
}
|
|
34628
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34629
|
-
margin-left: 28px;
|
|
34630
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34631
|
-
}
|
|
34632
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34633
|
-
margin-left: 8px;
|
|
34634
|
-
}
|
|
34635
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34636
|
-
margin-left: 24px;
|
|
34637
|
-
}
|
|
34638
|
-
|
|
34639
34575
|
.E_tc97u5y {
|
|
34640
34576
|
height: 100%;
|
|
34641
34577
|
}
|
|
@@ -34939,71 +34875,184 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34939
34875
|
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34940
34876
|
transform: translateY(-50%) rotateX(180deg);
|
|
34941
34877
|
}
|
|
34942
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34943
|
-
background: #f2f5fa;
|
|
34878
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34879
|
+
background: #f2f5fa;
|
|
34880
|
+
}
|
|
34881
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34882
|
+
display: block;
|
|
34883
|
+
}
|
|
34884
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34885
|
+
padding-right: 25px;
|
|
34886
|
+
}
|
|
34887
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
34888
|
+
padding: 0 !important;
|
|
34889
|
+
}
|
|
34890
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34891
|
+
position: absolute;
|
|
34892
|
+
left: 50%;
|
|
34893
|
+
top: 50%;
|
|
34894
|
+
transform: translate(-50%, -50%);
|
|
34895
|
+
}
|
|
34896
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
34897
|
+
display: none;
|
|
34898
|
+
}
|
|
34899
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
34900
|
+
background: #fff;
|
|
34901
|
+
}
|
|
34902
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
34903
|
+
background: inherit;
|
|
34904
|
+
}
|
|
34905
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
34906
|
+
position: static;
|
|
34907
|
+
border: none;
|
|
34908
|
+
background: inherit !important;
|
|
34909
|
+
height: 100px;
|
|
34910
|
+
vertical-align: middle;
|
|
34911
|
+
}
|
|
34912
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34913
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34914
|
+
font-weight: bold;
|
|
34915
|
+
font-size: 20px;
|
|
34916
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34917
|
+
}
|
|
34918
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34919
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34920
|
+
z-index: 10;
|
|
34921
|
+
}
|
|
34922
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34923
|
+
padding: 0 !important;
|
|
34924
|
+
position: relative;
|
|
34925
|
+
background: #fff;
|
|
34926
|
+
}
|
|
34927
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34928
|
+
height: 100%;
|
|
34929
|
+
display: flex;
|
|
34930
|
+
align-items: center;
|
|
34931
|
+
justify-content: flex-end;
|
|
34932
|
+
padding-right: 8px;
|
|
34933
|
+
}
|
|
34934
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34935
|
+
width: 24px;
|
|
34936
|
+
height: 24px;
|
|
34937
|
+
cursor: pointer;
|
|
34938
|
+
justify-content: center;
|
|
34939
|
+
border-radius: 4px;
|
|
34940
|
+
}
|
|
34941
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34942
|
+
background: #fff;
|
|
34943
|
+
}
|
|
34944
|
+
|
|
34945
|
+
.E_lht19u8 {
|
|
34946
|
+
width: 64px;
|
|
34947
|
+
height: 64px;
|
|
34948
|
+
display: flex;
|
|
34949
|
+
align-items: center;
|
|
34950
|
+
justify-content: center;
|
|
34951
|
+
position: relative;
|
|
34952
|
+
opacity: 0.2;
|
|
34953
|
+
}
|
|
34954
|
+
|
|
34955
|
+
.E_lk3gkp4 {
|
|
34956
|
+
position: absolute;
|
|
34957
|
+
width: 5px;
|
|
34958
|
+
height: 48px;
|
|
34959
|
+
left: 9.33px;
|
|
34960
|
+
top: 40.5px;
|
|
34961
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34962
|
+
border-radius: 5px;
|
|
34963
|
+
transform: rotate(-128deg);
|
|
34964
|
+
transform-origin: top left;
|
|
34965
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34966
|
+
}
|
|
34967
|
+
|
|
34968
|
+
.E_ll4n94n {
|
|
34969
|
+
position: absolute;
|
|
34970
|
+
width: 5px;
|
|
34971
|
+
height: 48px;
|
|
34972
|
+
left: 40.8px;
|
|
34973
|
+
top: 8.4px;
|
|
34974
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34975
|
+
border-radius: 5px;
|
|
34976
|
+
transform: rotate(-8deg);
|
|
34977
|
+
transform-origin: top left;
|
|
34978
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34979
|
+
}
|
|
34980
|
+
|
|
34981
|
+
.E_l17lbdo6 {
|
|
34982
|
+
position: absolute;
|
|
34983
|
+
width: 5px;
|
|
34984
|
+
height: 48px;
|
|
34985
|
+
left: 52.9px;
|
|
34986
|
+
top: 51.8px;
|
|
34987
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34988
|
+
border-radius: 5px;
|
|
34989
|
+
transform: rotate(112deg);
|
|
34990
|
+
transform-origin: top left;
|
|
34991
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34992
|
+
}
|
|
34993
|
+
|
|
34994
|
+
.E_ckui4s7 {
|
|
34995
|
+
color: #2d3a56;
|
|
34996
|
+
line-height: 22px;
|
|
34997
|
+
display: inline-flex;
|
|
34998
|
+
}
|
|
34999
|
+
.E_ckui4s7 .ant-checkbox {
|
|
35000
|
+
height: 22px;
|
|
35001
|
+
display: flex;
|
|
35002
|
+
align-items: center;
|
|
35003
|
+
top: 0;
|
|
34944
35004
|
}
|
|
34945
|
-
.
|
|
34946
|
-
|
|
35005
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
35006
|
+
border: none;
|
|
34947
35007
|
}
|
|
34948
|
-
.
|
|
34949
|
-
|
|
35008
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
35009
|
+
border-color: #0080ff;
|
|
34950
35010
|
}
|
|
34951
|
-
.
|
|
34952
|
-
|
|
35011
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
35012
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34953
35013
|
}
|
|
34954
|
-
.
|
|
34955
|
-
|
|
34956
|
-
left: 50%;
|
|
34957
|
-
top: 50%;
|
|
34958
|
-
transform: translate(-50%, -50%);
|
|
35014
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35015
|
+
border: 1px solid #0080ff;
|
|
34959
35016
|
}
|
|
34960
|
-
.
|
|
34961
|
-
|
|
35017
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35018
|
+
background: #0080ff;
|
|
34962
35019
|
}
|
|
34963
|
-
.
|
|
34964
|
-
background: #fff;
|
|
35020
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35021
|
+
background-color: #fff;
|
|
35022
|
+
height: 2px;
|
|
35023
|
+
width: 10px;
|
|
35024
|
+
border-radius: 2px;
|
|
34965
35025
|
}
|
|
34966
|
-
.
|
|
34967
|
-
|
|
35026
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
35027
|
+
opacity: 0.5;
|
|
34968
35028
|
}
|
|
34969
|
-
.
|
|
34970
|
-
|
|
34971
|
-
border:
|
|
34972
|
-
background: inherit !important;
|
|
34973
|
-
height: 100px;
|
|
34974
|
-
vertical-align: middle;
|
|
35029
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
35030
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35031
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34975
35032
|
}
|
|
34976
|
-
.
|
|
34977
|
-
|
|
34978
|
-
font-weight: bold;
|
|
34979
|
-
font-size: 20px;
|
|
34980
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35033
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
35034
|
+
border-color: #2d3a56;
|
|
34981
35035
|
}
|
|
34982
|
-
.
|
|
34983
|
-
|
|
34984
|
-
z-index: 10;
|
|
35036
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35037
|
+
background: #2d3a56;
|
|
34985
35038
|
}
|
|
34986
|
-
.
|
|
34987
|
-
padding: 0
|
|
34988
|
-
position: relative;
|
|
34989
|
-
background: #fff;
|
|
35039
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
35040
|
+
padding: 0;
|
|
34990
35041
|
}
|
|
34991
|
-
.
|
|
34992
|
-
|
|
34993
|
-
|
|
34994
|
-
|
|
34995
|
-
justify-content: flex-end;
|
|
34996
|
-
padding-right: 8px;
|
|
35042
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
35043
|
+
display: inline-block;
|
|
35044
|
+
margin-left: 12px;
|
|
35045
|
+
color: #2d3a56;
|
|
34997
35046
|
}
|
|
34998
|
-
.
|
|
34999
|
-
|
|
35000
|
-
|
|
35001
|
-
cursor: pointer;
|
|
35002
|
-
justify-content: center;
|
|
35003
|
-
border-radius: 4px;
|
|
35047
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
35048
|
+
margin-left: 28px;
|
|
35049
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35004
35050
|
}
|
|
35005
|
-
.
|
|
35006
|
-
|
|
35051
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
35052
|
+
margin-left: 8px;
|
|
35053
|
+
}
|
|
35054
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
35055
|
+
margin-left: 24px;
|
|
35007
35056
|
}
|
|
35008
35057
|
|
|
35009
35058
|
.E_w7ob4th.outside-tag {
|
|
@@ -35044,6 +35093,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35044
35093
|
white-space: normal;
|
|
35045
35094
|
}
|
|
35046
35095
|
|
|
35096
|
+
.E_r77hffu {
|
|
35097
|
+
display: flex;
|
|
35098
|
+
align-items: center;
|
|
35099
|
+
justify-content: space-between;
|
|
35100
|
+
column-gap: 6px;
|
|
35101
|
+
}
|
|
35102
|
+
|
|
35103
|
+
.E_p1cmxsf7 {
|
|
35104
|
+
display: flex;
|
|
35105
|
+
flex-direction: column;
|
|
35106
|
+
justify-content: center;
|
|
35107
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35108
|
+
}
|
|
35109
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35110
|
+
font-size: 0;
|
|
35111
|
+
margin-bottom: unset;
|
|
35112
|
+
margin-inline-end: unset;
|
|
35113
|
+
}
|
|
35114
|
+
|
|
35047
35115
|
.E_sjob3jg {
|
|
35048
35116
|
--item-min-width: 60px;
|
|
35049
35117
|
}
|
|
@@ -35239,55 +35307,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35239
35307
|
justify-content: center;
|
|
35240
35308
|
}
|
|
35241
35309
|
|
|
35242
|
-
.E_lht19u8 {
|
|
35243
|
-
width: 64px;
|
|
35244
|
-
height: 64px;
|
|
35245
|
-
display: flex;
|
|
35246
|
-
align-items: center;
|
|
35247
|
-
justify-content: center;
|
|
35248
|
-
position: relative;
|
|
35249
|
-
opacity: 0.2;
|
|
35250
|
-
}
|
|
35251
|
-
|
|
35252
|
-
.E_lk3gkp4 {
|
|
35253
|
-
position: absolute;
|
|
35254
|
-
width: 5px;
|
|
35255
|
-
height: 48px;
|
|
35256
|
-
left: 9.33px;
|
|
35257
|
-
top: 40.5px;
|
|
35258
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35259
|
-
border-radius: 5px;
|
|
35260
|
-
transform: rotate(-128deg);
|
|
35261
|
-
transform-origin: top left;
|
|
35262
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35263
|
-
}
|
|
35264
|
-
|
|
35265
|
-
.E_ll4n94n {
|
|
35266
|
-
position: absolute;
|
|
35267
|
-
width: 5px;
|
|
35268
|
-
height: 48px;
|
|
35269
|
-
left: 40.8px;
|
|
35270
|
-
top: 8.4px;
|
|
35271
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35272
|
-
border-radius: 5px;
|
|
35273
|
-
transform: rotate(-8deg);
|
|
35274
|
-
transform-origin: top left;
|
|
35275
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35276
|
-
}
|
|
35277
|
-
|
|
35278
|
-
.E_l17lbdo6 {
|
|
35279
|
-
position: absolute;
|
|
35280
|
-
width: 5px;
|
|
35281
|
-
height: 48px;
|
|
35282
|
-
left: 52.9px;
|
|
35283
|
-
top: 51.8px;
|
|
35284
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35285
|
-
border-radius: 5px;
|
|
35286
|
-
transform: rotate(112deg);
|
|
35287
|
-
transform-origin: top left;
|
|
35288
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35289
|
-
}
|
|
35290
|
-
|
|
35291
35310
|
.E_t1dtlqs1 {
|
|
35292
35311
|
margin-bottom: 4px;
|
|
35293
35312
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -35484,25 +35503,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35484
35503
|
margin-right: 8px;
|
|
35485
35504
|
}
|
|
35486
35505
|
|
|
35487
|
-
.E_r77hffu {
|
|
35488
|
-
display: flex;
|
|
35489
|
-
align-items: center;
|
|
35490
|
-
justify-content: space-between;
|
|
35491
|
-
column-gap: 6px;
|
|
35492
|
-
}
|
|
35493
|
-
|
|
35494
|
-
.E_p1cmxsf7 {
|
|
35495
|
-
display: flex;
|
|
35496
|
-
flex-direction: column;
|
|
35497
|
-
justify-content: center;
|
|
35498
|
-
row-gap: var(--p1cmxsf7-0);
|
|
35499
|
-
}
|
|
35500
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
35501
|
-
font-size: 0;
|
|
35502
|
-
margin-bottom: unset;
|
|
35503
|
-
margin-inline-end: unset;
|
|
35504
|
-
}
|
|
35505
|
-
|
|
35506
35506
|
.E_t13ef470 {
|
|
35507
35507
|
height: 100%;
|
|
35508
35508
|
}
|
|
@@ -35533,6 +35533,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35533
35533
|
background: rgba(163, 180, 204, 0.18);
|
|
35534
35534
|
}
|
|
35535
35535
|
|
|
35536
|
+
.E_l1ucdodl {
|
|
35537
|
+
margin: 0;
|
|
35538
|
+
border-radius: 20px;
|
|
35539
|
+
padding: 2px 10px;
|
|
35540
|
+
height: 22px;
|
|
35541
|
+
display: flex;
|
|
35542
|
+
align-items: center;
|
|
35543
|
+
}
|
|
35544
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
35545
|
+
color: #FFFFFF;
|
|
35546
|
+
}
|
|
35547
|
+
.E_l1ucdodl.tag-hover {
|
|
35548
|
+
cursor: pointer;
|
|
35549
|
+
}
|
|
35550
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
35551
|
+
color: #00122e;
|
|
35552
|
+
}
|
|
35553
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
35554
|
+
margin-right: 6px;
|
|
35555
|
+
}
|
|
35556
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
35557
|
+
margin-left: 8px;
|
|
35558
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35559
|
+
}
|
|
35560
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
35561
|
+
color: #FFFFFF;
|
|
35562
|
+
}
|
|
35563
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
35564
|
+
background-color: #0080ff;
|
|
35565
|
+
}
|
|
35566
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
35567
|
+
background-color: #f0483e;
|
|
35568
|
+
}
|
|
35569
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
35570
|
+
background-color: #fea008;
|
|
35571
|
+
}
|
|
35572
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
35573
|
+
background-color: #00ba5d;
|
|
35574
|
+
}
|
|
35575
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
35576
|
+
background-color: #6b7d99;
|
|
35577
|
+
}
|
|
35578
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
35579
|
+
background-color: #7E41FF;
|
|
35580
|
+
}
|
|
35581
|
+
|
|
35582
|
+
.E_s1qj66nc {
|
|
35583
|
+
width: 8px;
|
|
35584
|
+
height: 8px;
|
|
35585
|
+
border-radius: 50%;
|
|
35586
|
+
display: inline-block;
|
|
35587
|
+
}
|
|
35588
|
+
|
|
35589
|
+
.E_s5x1boq {
|
|
35590
|
+
width: 8px;
|
|
35591
|
+
height: 8px;
|
|
35592
|
+
border-radius: 2px;
|
|
35593
|
+
display: inline-block;
|
|
35594
|
+
}
|
|
35595
|
+
|
|
35596
|
+
.E_c1xm185 {
|
|
35597
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35598
|
+
}
|
|
35599
|
+
|
|
35600
|
+
.E_c1x5l5qc {
|
|
35601
|
+
flex: 1;
|
|
35602
|
+
}
|
|
35603
|
+
|
|
35536
35604
|
.E_i1g85yz3 {
|
|
35537
35605
|
margin-right: 4px;
|
|
35538
35606
|
height: 16px;
|
|
@@ -36058,6 +36126,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36058
36126
|
color: #00122e;
|
|
36059
36127
|
}
|
|
36060
36128
|
|
|
36129
|
+
.E_i14c7jc8 {
|
|
36130
|
+
color: var(--i14c7jc8-0);
|
|
36131
|
+
}
|
|
36132
|
+
|
|
36133
|
+
.E_i1ibuolf {
|
|
36134
|
+
display: flex;
|
|
36135
|
+
align-items: center;
|
|
36136
|
+
column-gap: 4px;
|
|
36137
|
+
font-size: 12px;
|
|
36138
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36139
|
+
}
|
|
36140
|
+
|
|
36061
36141
|
.E_d1u4ndxc {
|
|
36062
36142
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
36063
36143
|
font-size: 12px;
|
|
@@ -36087,16 +36167,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36087
36167
|
to {
|
|
36088
36168
|
transform: translateX(100%);
|
|
36089
36169
|
}
|
|
36090
|
-
}
|
|
36091
|
-
|
|
36092
|
-
.E_i14c7jc8 {
|
|
36093
|
-
color: var(--i14c7jc8-0);
|
|
36094
|
-
}
|
|
36095
|
-
|
|
36096
|
-
.E_i1ibuolf {
|
|
36097
|
-
display: flex;
|
|
36098
|
-
align-items: center;
|
|
36099
|
-
column-gap: 4px;
|
|
36100
|
-
font-size: 12px;
|
|
36101
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
36102
36170
|
}
|