@cloudtower/eagle 0.30.9 → 0.30.10
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 +1210 -1201
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Tooltip/EllipsisTooltipContent.d.ts +4 -0
- package/dist/src/core/Tooltip/tooltip.type.d.ts +22 -0
- package/dist/src/core/Tooltip/tooltip.widget.d.ts +5 -0
- package/dist/stories/docs/core/EllipsisTooltipContent.stories.d.ts +24 -0
- package/dist/style.css +1129 -1123
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29586,79 +29586,6 @@ html body {
|
|
|
29586
29586
|
margin-left: 1px;
|
|
29587
29587
|
}
|
|
29588
29588
|
|
|
29589
|
-
.E_c18bcrac {
|
|
29590
|
-
display: inline-block;
|
|
29591
|
-
width: 100%;
|
|
29592
|
-
}
|
|
29593
|
-
|
|
29594
|
-
.E_c18bcrac .recharts-wrapper {
|
|
29595
|
-
margin-left: 4px;
|
|
29596
|
-
}
|
|
29597
|
-
|
|
29598
|
-
.E_cro7kg2 {
|
|
29599
|
-
padding: 4px;
|
|
29600
|
-
}
|
|
29601
|
-
|
|
29602
|
-
.E_c14wcxf0 {
|
|
29603
|
-
display: flex;
|
|
29604
|
-
justify-content: space-between;
|
|
29605
|
-
align-items: center;
|
|
29606
|
-
font-size: 13px;
|
|
29607
|
-
line-height: 24px;
|
|
29608
|
-
color: #cccccc;
|
|
29609
|
-
white-space: nowrap;
|
|
29610
|
-
}
|
|
29611
|
-
|
|
29612
|
-
.E_c14wcxf0 label {
|
|
29613
|
-
margin-right: 32px;
|
|
29614
|
-
}
|
|
29615
|
-
|
|
29616
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
29617
|
-
font-weight: bold;
|
|
29618
|
-
color: white;
|
|
29619
|
-
}
|
|
29620
|
-
|
|
29621
|
-
.E_s11212zy {
|
|
29622
|
-
width: 8px;
|
|
29623
|
-
height: 8px;
|
|
29624
|
-
border-radius: 2px;
|
|
29625
|
-
display: inline-block;
|
|
29626
|
-
background: var(--s11212zy-0);
|
|
29627
|
-
border: 1px solid #fff;
|
|
29628
|
-
box-sizing: content-box;
|
|
29629
|
-
margin-right: 6px;
|
|
29630
|
-
}
|
|
29631
|
-
|
|
29632
|
-
.E_p1lyky6c > :first-child {
|
|
29633
|
-
font-weight: bold;
|
|
29634
|
-
color: white;
|
|
29635
|
-
margin-right: 4px;
|
|
29636
|
-
}
|
|
29637
|
-
|
|
29638
|
-
span.E_tqjc4ui {
|
|
29639
|
-
margin: 0 2px;
|
|
29640
|
-
}
|
|
29641
|
-
|
|
29642
|
-
.E_n12mqh7z {
|
|
29643
|
-
display: flex;
|
|
29644
|
-
align-items: center;
|
|
29645
|
-
font-size: 12px;
|
|
29646
|
-
line-height: 18px;
|
|
29647
|
-
}
|
|
29648
|
-
|
|
29649
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29650
|
-
margin-bottom: 4px;
|
|
29651
|
-
}
|
|
29652
|
-
|
|
29653
|
-
.E_tf5bynu {
|
|
29654
|
-
margin: 0 3px;
|
|
29655
|
-
}
|
|
29656
|
-
|
|
29657
|
-
.E_tcckoz1 {
|
|
29658
|
-
max-height: 400px;
|
|
29659
|
-
overflow: auto;
|
|
29660
|
-
}
|
|
29661
|
-
|
|
29662
29589
|
.E_gmyahx3 {
|
|
29663
29590
|
cursor: pointer;
|
|
29664
29591
|
}
|
|
@@ -29742,6 +29669,79 @@ span.E_tqjc4ui {
|
|
|
29742
29669
|
background: #fff;
|
|
29743
29670
|
}
|
|
29744
29671
|
|
|
29672
|
+
span.E_tqjc4ui {
|
|
29673
|
+
margin: 0 2px;
|
|
29674
|
+
}
|
|
29675
|
+
|
|
29676
|
+
.E_c18bcrac {
|
|
29677
|
+
display: inline-block;
|
|
29678
|
+
width: 100%;
|
|
29679
|
+
}
|
|
29680
|
+
|
|
29681
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29682
|
+
margin-left: 4px;
|
|
29683
|
+
}
|
|
29684
|
+
|
|
29685
|
+
.E_cro7kg2 {
|
|
29686
|
+
padding: 4px;
|
|
29687
|
+
}
|
|
29688
|
+
|
|
29689
|
+
.E_c14wcxf0 {
|
|
29690
|
+
display: flex;
|
|
29691
|
+
justify-content: space-between;
|
|
29692
|
+
align-items: center;
|
|
29693
|
+
font-size: 13px;
|
|
29694
|
+
line-height: 24px;
|
|
29695
|
+
color: #cccccc;
|
|
29696
|
+
white-space: nowrap;
|
|
29697
|
+
}
|
|
29698
|
+
|
|
29699
|
+
.E_c14wcxf0 label {
|
|
29700
|
+
margin-right: 32px;
|
|
29701
|
+
}
|
|
29702
|
+
|
|
29703
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29704
|
+
font-weight: bold;
|
|
29705
|
+
color: white;
|
|
29706
|
+
}
|
|
29707
|
+
|
|
29708
|
+
.E_s11212zy {
|
|
29709
|
+
width: 8px;
|
|
29710
|
+
height: 8px;
|
|
29711
|
+
border-radius: 2px;
|
|
29712
|
+
display: inline-block;
|
|
29713
|
+
background: var(--s11212zy-0);
|
|
29714
|
+
border: 1px solid #fff;
|
|
29715
|
+
box-sizing: content-box;
|
|
29716
|
+
margin-right: 6px;
|
|
29717
|
+
}
|
|
29718
|
+
|
|
29719
|
+
.E_p1lyky6c > :first-child {
|
|
29720
|
+
font-weight: bold;
|
|
29721
|
+
color: white;
|
|
29722
|
+
margin-right: 4px;
|
|
29723
|
+
}
|
|
29724
|
+
|
|
29725
|
+
.E_n12mqh7z {
|
|
29726
|
+
display: flex;
|
|
29727
|
+
align-items: center;
|
|
29728
|
+
font-size: 12px;
|
|
29729
|
+
line-height: 18px;
|
|
29730
|
+
}
|
|
29731
|
+
|
|
29732
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29733
|
+
margin-bottom: 4px;
|
|
29734
|
+
}
|
|
29735
|
+
|
|
29736
|
+
.E_tf5bynu {
|
|
29737
|
+
margin: 0 3px;
|
|
29738
|
+
}
|
|
29739
|
+
|
|
29740
|
+
.E_tcckoz1 {
|
|
29741
|
+
max-height: 400px;
|
|
29742
|
+
overflow: auto;
|
|
29743
|
+
}
|
|
29744
|
+
|
|
29745
29745
|
.E_clm1wy1 {
|
|
29746
29746
|
width: 192px;
|
|
29747
29747
|
height: 246px;
|
|
@@ -29851,6 +29851,35 @@ span.E_tqjc4ui {
|
|
|
29851
29851
|
border-radius: 2px;
|
|
29852
29852
|
}
|
|
29853
29853
|
|
|
29854
|
+
.E_ou7iq30 {
|
|
29855
|
+
overflow: hidden;
|
|
29856
|
+
text-overflow: ellipsis;
|
|
29857
|
+
}
|
|
29858
|
+
|
|
29859
|
+
.E_s1tui002 {
|
|
29860
|
+
white-space: nowrap;
|
|
29861
|
+
}
|
|
29862
|
+
|
|
29863
|
+
.E_mxrc2zg {
|
|
29864
|
+
display: -webkit-box;
|
|
29865
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29866
|
+
-webkit-box-orient: vertical;
|
|
29867
|
+
word-break: break-all;
|
|
29868
|
+
}
|
|
29869
|
+
|
|
29870
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29871
|
+
display: none;
|
|
29872
|
+
}
|
|
29873
|
+
|
|
29874
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29875
|
+
background: rgba(23, 38, 64, 0.8);
|
|
29876
|
+
border-radius: 4px;
|
|
29877
|
+
}
|
|
29878
|
+
|
|
29879
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29880
|
+
visibility: hidden;
|
|
29881
|
+
}
|
|
29882
|
+
|
|
29854
29883
|
.E_c1up1pdz {
|
|
29855
29884
|
width: 648px;
|
|
29856
29885
|
}
|
|
@@ -30026,77 +30055,177 @@ span.E_tqjc4ui {
|
|
|
30026
30055
|
margin-right: 8px;
|
|
30027
30056
|
}
|
|
30028
30057
|
|
|
30029
|
-
.
|
|
30030
|
-
|
|
30031
|
-
text-overflow: ellipsis;
|
|
30058
|
+
.E_t1sqg15u {
|
|
30059
|
+
background: white;
|
|
30032
30060
|
}
|
|
30033
30061
|
|
|
30034
|
-
.
|
|
30035
|
-
|
|
30062
|
+
.E_t1sqg15u.inline .table-row {
|
|
30063
|
+
flex-direction: column;
|
|
30036
30064
|
}
|
|
30037
30065
|
|
|
30038
|
-
.
|
|
30039
|
-
|
|
30040
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30041
|
-
-webkit-box-orient: vertical;
|
|
30042
|
-
word-break: break-all;
|
|
30066
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30067
|
+
padding: 0 16px 7px 0;
|
|
30043
30068
|
}
|
|
30044
30069
|
|
|
30045
|
-
.
|
|
30046
|
-
|
|
30070
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30071
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30047
30072
|
}
|
|
30048
30073
|
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
border-radius: 4px;
|
|
30074
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30075
|
+
border-top: none !important;
|
|
30052
30076
|
}
|
|
30053
30077
|
|
|
30054
|
-
.
|
|
30055
|
-
|
|
30056
|
-
padding: 32px 8px;
|
|
30057
|
-
overflow: auto;
|
|
30078
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30079
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30058
30080
|
}
|
|
30059
30081
|
|
|
30060
|
-
.
|
|
30061
|
-
|
|
30062
|
-
flex-direction: column;
|
|
30063
|
-
justify-content: space-between;
|
|
30082
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30083
|
+
padding-bottom: 0;
|
|
30064
30084
|
}
|
|
30065
30085
|
|
|
30066
|
-
.
|
|
30067
|
-
|
|
30086
|
+
.E_t1sqg15u.align-right .content {
|
|
30087
|
+
text-align: right;
|
|
30068
30088
|
}
|
|
30069
30089
|
|
|
30070
|
-
.
|
|
30071
|
-
|
|
30090
|
+
.E_t1sqg15u .uuid-row {
|
|
30091
|
+
display: flex;
|
|
30092
|
+
justify-content: space-between;
|
|
30072
30093
|
}
|
|
30073
30094
|
|
|
30074
|
-
.
|
|
30075
|
-
|
|
30076
|
-
width: 180px;
|
|
30095
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30096
|
+
white-space: nowrap;
|
|
30077
30097
|
overflow: hidden;
|
|
30078
30098
|
text-overflow: ellipsis;
|
|
30079
30099
|
}
|
|
30080
30100
|
|
|
30081
|
-
.
|
|
30082
|
-
|
|
30101
|
+
.E_t4zczcp {
|
|
30102
|
+
display: flex;
|
|
30103
|
+
justify-content: space-between;
|
|
30104
|
+
align-items: center;
|
|
30105
|
+
padding: 8px;
|
|
30106
|
+
min-height: 32px;
|
|
30083
30107
|
}
|
|
30084
30108
|
|
|
30085
|
-
.
|
|
30086
|
-
|
|
30109
|
+
.E_t4zczcp .table-title {
|
|
30110
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30111
|
+
font-weight: 600;
|
|
30112
|
+
font-size: 12px;
|
|
30113
|
+
line-height: 8px;
|
|
30087
30114
|
}
|
|
30088
30115
|
|
|
30089
|
-
.
|
|
30116
|
+
.E_t4zczcp .edit-icon {
|
|
30117
|
+
font-size: 16px;
|
|
30118
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30119
|
+
cursor: pointer;
|
|
30120
|
+
}
|
|
30121
|
+
|
|
30122
|
+
.E_t1s7goww {
|
|
30090
30123
|
font-size: 12px;
|
|
30091
|
-
padding: 0 8px 4px;
|
|
30092
30124
|
line-height: 18px;
|
|
30093
30125
|
}
|
|
30094
30126
|
|
|
30095
|
-
.
|
|
30096
|
-
|
|
30127
|
+
.E_t93e4cf {
|
|
30128
|
+
display: flex;
|
|
30129
|
+
padding: 8px 0;
|
|
30130
|
+
color: #2d3a56;
|
|
30097
30131
|
}
|
|
30098
30132
|
|
|
30099
|
-
.
|
|
30133
|
+
.E_t93e4cf .hidden {
|
|
30134
|
+
display: none;
|
|
30135
|
+
}
|
|
30136
|
+
|
|
30137
|
+
.E_t93e4cf .ant-btn-link {
|
|
30138
|
+
height: auto;
|
|
30139
|
+
}
|
|
30140
|
+
|
|
30141
|
+
.E_t93e4cf .content {
|
|
30142
|
+
overflow: hidden;
|
|
30143
|
+
overflow-x: auto;
|
|
30144
|
+
width: 100%;
|
|
30145
|
+
white-space: pre-wrap;
|
|
30146
|
+
}
|
|
30147
|
+
|
|
30148
|
+
.E_t93e4cf .content .ant-btn {
|
|
30149
|
+
white-space: pre-wrap;
|
|
30150
|
+
text-align: left;
|
|
30151
|
+
}
|
|
30152
|
+
|
|
30153
|
+
.E_t93e4cf .content .unit-chart {
|
|
30154
|
+
justify-content: flex-start;
|
|
30155
|
+
}
|
|
30156
|
+
|
|
30157
|
+
.E_rhz2uv5 {
|
|
30158
|
+
width: var(--rhz2uv5-0);
|
|
30159
|
+
flex-shrink: 0;
|
|
30160
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30161
|
+
padding-right: 12px;
|
|
30162
|
+
}
|
|
30163
|
+
|
|
30164
|
+
.E_berrcjl {
|
|
30165
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30166
|
+
margin-bottom: 4px;
|
|
30167
|
+
}
|
|
30168
|
+
|
|
30169
|
+
.E_berrcjl .breadcrumb-link {
|
|
30170
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30171
|
+
cursor: pointer;
|
|
30172
|
+
transition: color 160ms ease;
|
|
30173
|
+
}
|
|
30174
|
+
|
|
30175
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30176
|
+
color: #0080ff;
|
|
30177
|
+
}
|
|
30178
|
+
|
|
30179
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30180
|
+
color: #005ed1;
|
|
30181
|
+
}
|
|
30182
|
+
|
|
30183
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30184
|
+
background: #edf0f7;
|
|
30185
|
+
padding: 32px 8px;
|
|
30186
|
+
overflow: auto;
|
|
30187
|
+
}
|
|
30188
|
+
|
|
30189
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30190
|
+
display: flex;
|
|
30191
|
+
flex-direction: column;
|
|
30192
|
+
justify-content: space-between;
|
|
30193
|
+
}
|
|
30194
|
+
|
|
30195
|
+
.E_s1at6qmn footer {
|
|
30196
|
+
display: flex;
|
|
30197
|
+
}
|
|
30198
|
+
|
|
30199
|
+
.E_s1at6qmn .ant-menu {
|
|
30200
|
+
background: #edf0f7;
|
|
30201
|
+
}
|
|
30202
|
+
|
|
30203
|
+
.E_s1at6qmn .ant-menu a {
|
|
30204
|
+
color: #00122e;
|
|
30205
|
+
width: 180px;
|
|
30206
|
+
overflow: hidden;
|
|
30207
|
+
text-overflow: ellipsis;
|
|
30208
|
+
}
|
|
30209
|
+
|
|
30210
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30211
|
+
margin-bottom: 24px;
|
|
30212
|
+
}
|
|
30213
|
+
|
|
30214
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30215
|
+
margin: 0;
|
|
30216
|
+
}
|
|
30217
|
+
|
|
30218
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30219
|
+
font-size: 12px;
|
|
30220
|
+
padding: 0 8px 4px;
|
|
30221
|
+
line-height: 18px;
|
|
30222
|
+
}
|
|
30223
|
+
|
|
30224
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30225
|
+
padding: 0;
|
|
30226
|
+
}
|
|
30227
|
+
|
|
30228
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30100
30229
|
padding-bottom: 24px;
|
|
30101
30230
|
}
|
|
30102
30231
|
|
|
@@ -30187,89 +30316,6 @@ span.E_tqjc4ui {
|
|
|
30187
30316
|
text-align: left;
|
|
30188
30317
|
}
|
|
30189
30318
|
|
|
30190
|
-
.E_m74vjol {
|
|
30191
|
-
display: flex;
|
|
30192
|
-
justify-content: space-between;
|
|
30193
|
-
width: 100%;
|
|
30194
|
-
}
|
|
30195
|
-
|
|
30196
|
-
.E_m74vjol .action {
|
|
30197
|
-
margin-left: 16px;
|
|
30198
|
-
}
|
|
30199
|
-
|
|
30200
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30201
|
-
width: 100%;
|
|
30202
|
-
}
|
|
30203
|
-
|
|
30204
|
-
.E_wg1tsps {
|
|
30205
|
-
display: flex;
|
|
30206
|
-
align-items: center;
|
|
30207
|
-
justify-content: flex-end;
|
|
30208
|
-
}
|
|
30209
|
-
|
|
30210
|
-
.E_b1ctd5xy {
|
|
30211
|
-
display: flex;
|
|
30212
|
-
align-items: center;
|
|
30213
|
-
width: calc(100% - 40px);
|
|
30214
|
-
}
|
|
30215
|
-
|
|
30216
|
-
.E_b1ctd5xy .chart {
|
|
30217
|
-
display: inline-block;
|
|
30218
|
-
width: 100%;
|
|
30219
|
-
}
|
|
30220
|
-
|
|
30221
|
-
.E_u1p8acpn {
|
|
30222
|
-
min-width: 40px;
|
|
30223
|
-
}
|
|
30224
|
-
|
|
30225
|
-
.E_u1p8acpn .unit {
|
|
30226
|
-
color: #00122e !important;
|
|
30227
|
-
}
|
|
30228
|
-
|
|
30229
|
-
.E_c18gxmrl {
|
|
30230
|
-
border: 1px solid #d8deeb;
|
|
30231
|
-
border-radius: 4px;
|
|
30232
|
-
}
|
|
30233
|
-
|
|
30234
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30235
|
-
margin-top: 8px;
|
|
30236
|
-
}
|
|
30237
|
-
|
|
30238
|
-
.E_c18gxmrl:hover {
|
|
30239
|
-
border-color: #0080ff;
|
|
30240
|
-
}
|
|
30241
|
-
|
|
30242
|
-
.E_c18gxmrl:hover > header {
|
|
30243
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30244
|
-
}
|
|
30245
|
-
|
|
30246
|
-
.E_c18gxmrl.active header {
|
|
30247
|
-
border-bottom: 1px solid #d8deeb;
|
|
30248
|
-
}
|
|
30249
|
-
|
|
30250
|
-
.E_c18gxmrl > header {
|
|
30251
|
-
padding: 8px 12px;
|
|
30252
|
-
}
|
|
30253
|
-
|
|
30254
|
-
.E_berrcjl {
|
|
30255
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30256
|
-
margin-bottom: 4px;
|
|
30257
|
-
}
|
|
30258
|
-
|
|
30259
|
-
.E_berrcjl .breadcrumb-link {
|
|
30260
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30261
|
-
cursor: pointer;
|
|
30262
|
-
transition: color 160ms ease;
|
|
30263
|
-
}
|
|
30264
|
-
|
|
30265
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30266
|
-
color: #0080ff;
|
|
30267
|
-
}
|
|
30268
|
-
|
|
30269
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30270
|
-
color: #005ed1;
|
|
30271
|
-
}
|
|
30272
|
-
|
|
30273
30319
|
.E_b1nip9bk {
|
|
30274
30320
|
padding: 4px 11px;
|
|
30275
30321
|
}
|
|
@@ -30305,172 +30351,66 @@ span.E_tqjc4ui {
|
|
|
30305
30351
|
border-radius: unset;
|
|
30306
30352
|
}
|
|
30307
30353
|
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30310
|
-
}
|
|
30311
|
-
|
|
30312
|
-
.E_t1sqg15u.inline .table-row {
|
|
30354
|
+
.E_t160l1cm {
|
|
30355
|
+
display: flex;
|
|
30313
30356
|
flex-direction: column;
|
|
30357
|
+
flex: 1;
|
|
30358
|
+
/* FIXME:(yanzhen) do this better */
|
|
30314
30359
|
}
|
|
30315
30360
|
|
|
30316
|
-
.
|
|
30317
|
-
|
|
30361
|
+
.E_t160l1cm .tab-bar {
|
|
30362
|
+
flex-shrink: 0;
|
|
30363
|
+
display: flex;
|
|
30364
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30318
30365
|
}
|
|
30319
30366
|
|
|
30320
|
-
.
|
|
30321
|
-
|
|
30367
|
+
.E_t160l1cm .tab-content {
|
|
30368
|
+
height: 100%;
|
|
30322
30369
|
}
|
|
30323
30370
|
|
|
30324
|
-
.
|
|
30325
|
-
|
|
30371
|
+
.E_t160l1cm .tab-menu-item {
|
|
30372
|
+
margin-right: 2px;
|
|
30373
|
+
padding: 1px 12px;
|
|
30374
|
+
line-height: 24px;
|
|
30375
|
+
height: 24px;
|
|
30376
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30377
|
+
border-radius: 4px 4px 0 0;
|
|
30378
|
+
cursor: pointer;
|
|
30379
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30326
30380
|
}
|
|
30327
30381
|
|
|
30328
|
-
.
|
|
30329
|
-
|
|
30382
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30383
|
+
padding-left: 0;
|
|
30330
30384
|
}
|
|
30331
30385
|
|
|
30332
|
-
.
|
|
30333
|
-
padding-
|
|
30386
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30387
|
+
padding-left: 12px;
|
|
30334
30388
|
}
|
|
30335
30389
|
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30390
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30391
|
+
color: #0080ff;
|
|
30392
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30338
30393
|
}
|
|
30339
30394
|
|
|
30340
|
-
.
|
|
30341
|
-
|
|
30342
|
-
justify-content: space-between;
|
|
30395
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30396
|
+
fill: #0080ff;
|
|
30343
30397
|
}
|
|
30344
30398
|
|
|
30345
|
-
.
|
|
30346
|
-
|
|
30347
|
-
overflow: hidden;
|
|
30348
|
-
text-overflow: ellipsis;
|
|
30399
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30400
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30349
30401
|
}
|
|
30350
30402
|
|
|
30351
|
-
.
|
|
30352
|
-
|
|
30353
|
-
|
|
30354
|
-
align-items: center;
|
|
30355
|
-
padding: 8px;
|
|
30356
|
-
min-height: 32px;
|
|
30403
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30404
|
+
color: #0080ff;
|
|
30405
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30357
30406
|
}
|
|
30358
30407
|
|
|
30359
|
-
.
|
|
30360
|
-
|
|
30361
|
-
font-weight: 600;
|
|
30362
|
-
font-size: 12px;
|
|
30363
|
-
line-height: 8px;
|
|
30408
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30409
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30364
30410
|
}
|
|
30365
30411
|
|
|
30366
|
-
.
|
|
30367
|
-
|
|
30368
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30369
|
-
cursor: pointer;
|
|
30370
|
-
}
|
|
30371
|
-
|
|
30372
|
-
.E_t1s7goww {
|
|
30373
|
-
font-size: 12px;
|
|
30374
|
-
line-height: 18px;
|
|
30375
|
-
}
|
|
30376
|
-
|
|
30377
|
-
.E_t93e4cf {
|
|
30378
|
-
display: flex;
|
|
30379
|
-
padding: 8px 0;
|
|
30380
|
-
color: #2d3a56;
|
|
30381
|
-
}
|
|
30382
|
-
|
|
30383
|
-
.E_t93e4cf .hidden {
|
|
30384
|
-
display: none;
|
|
30385
|
-
}
|
|
30386
|
-
|
|
30387
|
-
.E_t93e4cf .ant-btn-link {
|
|
30388
|
-
height: auto;
|
|
30389
|
-
}
|
|
30390
|
-
|
|
30391
|
-
.E_t93e4cf .content {
|
|
30392
|
-
overflow: hidden;
|
|
30393
|
-
overflow-x: auto;
|
|
30394
|
-
width: 100%;
|
|
30395
|
-
white-space: pre-wrap;
|
|
30396
|
-
}
|
|
30397
|
-
|
|
30398
|
-
.E_t93e4cf .content .ant-btn {
|
|
30399
|
-
white-space: pre-wrap;
|
|
30400
|
-
text-align: left;
|
|
30401
|
-
}
|
|
30402
|
-
|
|
30403
|
-
.E_t93e4cf .content .unit-chart {
|
|
30404
|
-
justify-content: flex-start;
|
|
30405
|
-
}
|
|
30406
|
-
|
|
30407
|
-
.E_rhz2uv5 {
|
|
30408
|
-
width: var(--rhz2uv5-0);
|
|
30409
|
-
flex-shrink: 0;
|
|
30410
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30411
|
-
padding-right: 12px;
|
|
30412
|
-
}
|
|
30413
|
-
|
|
30414
|
-
.E_t160l1cm {
|
|
30415
|
-
display: flex;
|
|
30416
|
-
flex-direction: column;
|
|
30417
|
-
flex: 1;
|
|
30418
|
-
/* FIXME:(yanzhen) do this better */
|
|
30419
|
-
}
|
|
30420
|
-
|
|
30421
|
-
.E_t160l1cm .tab-bar {
|
|
30422
|
-
flex-shrink: 0;
|
|
30423
|
-
display: flex;
|
|
30424
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30425
|
-
}
|
|
30426
|
-
|
|
30427
|
-
.E_t160l1cm .tab-content {
|
|
30428
|
-
height: 100%;
|
|
30429
|
-
}
|
|
30430
|
-
|
|
30431
|
-
.E_t160l1cm .tab-menu-item {
|
|
30432
|
-
margin-right: 2px;
|
|
30433
|
-
padding: 1px 12px;
|
|
30434
|
-
line-height: 24px;
|
|
30435
|
-
height: 24px;
|
|
30436
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30437
|
-
border-radius: 4px 4px 0 0;
|
|
30438
|
-
cursor: pointer;
|
|
30439
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30440
|
-
}
|
|
30441
|
-
|
|
30442
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
30443
|
-
padding-left: 0;
|
|
30444
|
-
}
|
|
30445
|
-
|
|
30446
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30447
|
-
padding-left: 12px;
|
|
30448
|
-
}
|
|
30449
|
-
|
|
30450
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
30451
|
-
color: #0080ff;
|
|
30452
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30453
|
-
}
|
|
30454
|
-
|
|
30455
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30456
|
-
fill: #0080ff;
|
|
30457
|
-
}
|
|
30458
|
-
|
|
30459
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
30460
|
-
background: rgba(192, 203, 224, 0.6);
|
|
30461
|
-
}
|
|
30462
|
-
|
|
30463
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30464
|
-
color: #0080ff;
|
|
30465
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30466
|
-
}
|
|
30467
|
-
|
|
30468
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30469
|
-
background: rgba(192, 203, 224, 0.6);
|
|
30470
|
-
}
|
|
30471
|
-
|
|
30472
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30473
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30412
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30413
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30474
30414
|
}
|
|
30475
30415
|
|
|
30476
30416
|
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
@@ -30953,85 +30893,93 @@ button.E_n7k2c6r {
|
|
|
30953
30893
|
padding: 0;
|
|
30954
30894
|
}
|
|
30955
30895
|
|
|
30956
|
-
.
|
|
30957
|
-
|
|
30896
|
+
.E_m74vjol {
|
|
30897
|
+
display: flex;
|
|
30898
|
+
justify-content: space-between;
|
|
30899
|
+
width: 100%;
|
|
30958
30900
|
}
|
|
30959
30901
|
|
|
30960
|
-
.
|
|
30961
|
-
margin-
|
|
30902
|
+
.E_m74vjol .action {
|
|
30903
|
+
margin-left: 16px;
|
|
30962
30904
|
}
|
|
30963
30905
|
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30966
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30967
|
-
font-weight: 700;
|
|
30968
|
-
line-height: 32px;
|
|
30906
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30907
|
+
width: 100%;
|
|
30969
30908
|
}
|
|
30970
30909
|
|
|
30971
|
-
.
|
|
30972
|
-
|
|
30973
|
-
border-radius:
|
|
30974
|
-
background: #fff;
|
|
30910
|
+
.E_c18gxmrl {
|
|
30911
|
+
border: 1px solid #d8deeb;
|
|
30912
|
+
border-radius: 4px;
|
|
30975
30913
|
}
|
|
30976
30914
|
|
|
30977
|
-
.
|
|
30978
|
-
|
|
30979
|
-
font-size: 14px;
|
|
30980
|
-
line-height: 22px;
|
|
30981
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30982
|
-
text-align: center;
|
|
30915
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30916
|
+
margin-top: 8px;
|
|
30983
30917
|
}
|
|
30984
30918
|
|
|
30985
|
-
.
|
|
30986
|
-
|
|
30987
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30988
|
-
font-size: 12px;
|
|
30919
|
+
.E_c18gxmrl:hover {
|
|
30920
|
+
border-color: #0080ff;
|
|
30989
30921
|
}
|
|
30990
30922
|
|
|
30991
|
-
.
|
|
30992
|
-
|
|
30923
|
+
.E_c18gxmrl:hover > header {
|
|
30924
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30993
30925
|
}
|
|
30994
30926
|
|
|
30995
|
-
.
|
|
30996
|
-
|
|
30997
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30927
|
+
.E_c18gxmrl.active header {
|
|
30928
|
+
border-bottom: 1px solid #d8deeb;
|
|
30998
30929
|
}
|
|
30999
30930
|
|
|
31000
|
-
.
|
|
31001
|
-
|
|
31002
|
-
background-color: #fff;
|
|
30931
|
+
.E_c18gxmrl > header {
|
|
30932
|
+
padding: 8px 12px;
|
|
31003
30933
|
}
|
|
31004
30934
|
|
|
31005
|
-
.
|
|
31006
|
-
|
|
31007
|
-
|
|
31008
|
-
|
|
31009
|
-
padding-right: 24px;
|
|
30935
|
+
.E_wg1tsps {
|
|
30936
|
+
display: flex;
|
|
30937
|
+
align-items: center;
|
|
30938
|
+
justify-content: flex-end;
|
|
31010
30939
|
}
|
|
31011
30940
|
|
|
31012
|
-
.
|
|
31013
|
-
|
|
30941
|
+
.E_b1ctd5xy {
|
|
30942
|
+
display: flex;
|
|
30943
|
+
align-items: center;
|
|
30944
|
+
width: calc(100% - 40px);
|
|
31014
30945
|
}
|
|
31015
30946
|
|
|
31016
|
-
.
|
|
31017
|
-
|
|
30947
|
+
.E_b1ctd5xy .chart {
|
|
30948
|
+
display: inline-block;
|
|
30949
|
+
width: 100%;
|
|
31018
30950
|
}
|
|
31019
30951
|
|
|
31020
|
-
.
|
|
31021
|
-
|
|
31022
|
-
cursor: default;
|
|
30952
|
+
.E_u1p8acpn {
|
|
30953
|
+
min-width: 40px;
|
|
31023
30954
|
}
|
|
31024
30955
|
|
|
31025
|
-
.
|
|
31026
|
-
|
|
30956
|
+
.E_u1p8acpn .unit {
|
|
30957
|
+
color: #00122e !important;
|
|
31027
30958
|
}
|
|
31028
30959
|
|
|
31029
|
-
.
|
|
31030
|
-
|
|
30960
|
+
.E_c1uzzomf {
|
|
30961
|
+
margin-bottom: 16px;
|
|
31031
30962
|
}
|
|
31032
30963
|
|
|
31033
|
-
.
|
|
31034
|
-
|
|
30964
|
+
.E_c1uzzomf .card-title {
|
|
30965
|
+
font-size: 16px;
|
|
30966
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30967
|
+
font-weight: 700;
|
|
30968
|
+
line-height: 32px;
|
|
30969
|
+
}
|
|
30970
|
+
|
|
30971
|
+
.E_c1uzzomf .card-body {
|
|
30972
|
+
padding: 24px;
|
|
30973
|
+
border-radius: 8px;
|
|
30974
|
+
background: #fff;
|
|
30975
|
+
}
|
|
30976
|
+
|
|
30977
|
+
.E_c1uzzomf .empty {
|
|
30978
|
+
font-weight: 700;
|
|
30979
|
+
font-size: 14px;
|
|
30980
|
+
line-height: 22px;
|
|
30981
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30982
|
+
text-align: center;
|
|
31035
30983
|
}
|
|
31036
30984
|
|
|
31037
30985
|
.E_d1bw7c5z {
|
|
@@ -31130,218 +31078,127 @@ button.E_n7k2c6r {
|
|
|
31130
31078
|
width: 102px;
|
|
31131
31079
|
}
|
|
31132
31080
|
|
|
31133
|
-
.
|
|
31134
|
-
|
|
31135
|
-
justify-content: space-between;
|
|
31136
|
-
align-items: center;
|
|
31137
|
-
padding: 10px 0;
|
|
31081
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31082
|
+
padding: 4px 8px 0 8px;
|
|
31138
31083
|
color: rgba(44, 56, 82, 0.6);
|
|
31139
31084
|
font-size: 12px;
|
|
31140
|
-
line-height: 24px;
|
|
31141
31085
|
}
|
|
31142
31086
|
|
|
31143
|
-
.
|
|
31144
|
-
padding:
|
|
31087
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31088
|
+
padding-bottom: 6px;
|
|
31145
31089
|
}
|
|
31146
31090
|
|
|
31147
|
-
.
|
|
31091
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
31092
|
+
padding-top: 4px;
|
|
31093
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31094
|
+
}
|
|
31095
|
+
|
|
31096
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31148
31097
|
display: flex;
|
|
31149
|
-
align-items: center;
|
|
31150
|
-
border-radius: 6px;
|
|
31151
|
-
cursor: pointer;
|
|
31152
|
-
transition: all 0.3s ease;
|
|
31153
31098
|
}
|
|
31154
31099
|
|
|
31155
|
-
.
|
|
31156
|
-
|
|
31157
|
-
color: #
|
|
31100
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31101
|
+
border: 0px;
|
|
31102
|
+
background-color: #fff;
|
|
31158
31103
|
}
|
|
31159
31104
|
|
|
31160
|
-
.
|
|
31161
|
-
|
|
31105
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31106
|
+
padding-top: 0px;
|
|
31107
|
+
padding-bottom: 0px;
|
|
31108
|
+
padding-left: 0px !important;
|
|
31109
|
+
padding-right: 24px;
|
|
31162
31110
|
}
|
|
31163
31111
|
|
|
31164
|
-
.
|
|
31165
|
-
|
|
31166
|
-
align-items: center;
|
|
31167
|
-
color: #0080ff;
|
|
31168
|
-
font-weight: bold;
|
|
31112
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31113
|
+
right: 0px;
|
|
31169
31114
|
}
|
|
31170
31115
|
|
|
31171
|
-
.
|
|
31172
|
-
|
|
31116
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31117
|
+
padding: 0px;
|
|
31173
31118
|
}
|
|
31174
31119
|
|
|
31175
|
-
.
|
|
31176
|
-
|
|
31177
|
-
|
|
31178
|
-
}
|
|
31179
|
-
|
|
31180
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
31181
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
31182
|
-
color: #0080ff;
|
|
31120
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31121
|
+
padding-right: 0px;
|
|
31122
|
+
cursor: default;
|
|
31183
31123
|
}
|
|
31184
31124
|
|
|
31185
|
-
.
|
|
31186
|
-
|
|
31125
|
+
.E_c1yyuluq {
|
|
31126
|
+
border-radius: 8px;
|
|
31187
31127
|
}
|
|
31188
31128
|
|
|
31189
|
-
.
|
|
31190
|
-
|
|
31191
|
-
overflow-y: auto;
|
|
31129
|
+
.E_c1yyuluq .ant-card-body {
|
|
31130
|
+
padding: 20px 24px 24px 24px;
|
|
31192
31131
|
}
|
|
31193
31132
|
|
|
31194
|
-
.
|
|
31195
|
-
padding: 4px 20px;
|
|
31196
|
-
font-size: 12px;
|
|
31133
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31197
31134
|
line-height: 18px;
|
|
31198
31135
|
}
|
|
31199
31136
|
|
|
31200
|
-
.
|
|
31201
|
-
height: 24px;
|
|
31202
|
-
width: 56px !important;
|
|
31203
|
-
margin-right: 4px;
|
|
31204
|
-
}
|
|
31205
|
-
|
|
31206
|
-
.E_c1wk4q29 {
|
|
31207
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31208
|
-
}
|
|
31209
|
-
|
|
31210
|
-
.E_c1bus5hc {
|
|
31211
|
-
--color: white;
|
|
31212
|
-
height: 14px;
|
|
31213
|
-
width: 14px;
|
|
31214
|
-
border-radius: 50%;
|
|
31215
|
-
flex-shrink: 0;
|
|
31137
|
+
.E_phljevk {
|
|
31216
31138
|
display: flex;
|
|
31139
|
+
justify-content: space-between;
|
|
31217
31140
|
align-items: center;
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
|
|
31222
|
-
.E_c1bus5hc .circle-inner {
|
|
31223
|
-
position: relative;
|
|
31224
|
-
height: 10px;
|
|
31225
|
-
width: 10px;
|
|
31226
|
-
border-radius: 50%;
|
|
31227
|
-
overflow: hidden;
|
|
31228
|
-
}
|
|
31229
|
-
|
|
31230
|
-
.E_c1bus5hc .circle-content {
|
|
31231
|
-
position: absolute;
|
|
31232
|
-
height: 100%;
|
|
31233
|
-
width: 100%;
|
|
31234
|
-
left: 0;
|
|
31235
|
-
top: 0;
|
|
31236
|
-
border-radius: 50%;
|
|
31237
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31238
|
-
transform: rotate(180deg);
|
|
31239
|
-
}
|
|
31240
|
-
|
|
31241
|
-
.E_c1bus5hc .circle-child {
|
|
31242
|
-
position: absolute;
|
|
31243
|
-
height: 100%;
|
|
31244
|
-
width: 100%;
|
|
31245
|
-
left: 0;
|
|
31246
|
-
top: 0;
|
|
31247
|
-
margin-left: 50%;
|
|
31248
|
-
transform-origin: left;
|
|
31249
|
-
background: white;
|
|
31250
|
-
transform: rotate(0deg);
|
|
31251
|
-
}
|
|
31252
|
-
|
|
31253
|
-
.E_s1dni7lo {
|
|
31254
|
-
width: 430px !important;
|
|
31141
|
+
padding: 10px 0;
|
|
31142
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31143
|
+
font-size: 12px;
|
|
31144
|
+
line-height: 24px;
|
|
31255
31145
|
}
|
|
31256
31146
|
|
|
31257
|
-
.
|
|
31258
|
-
padding: 8px
|
|
31259
|
-
line-height: 18px;
|
|
31260
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31261
|
-
height: 34px;
|
|
31262
|
-
min-height: 34px;
|
|
31263
|
-
box-sizing: border-box;
|
|
31264
|
-
margin-top: 8px;
|
|
31147
|
+
.E_phljevk .pagination-left {
|
|
31148
|
+
padding: 2px 8px;
|
|
31265
31149
|
}
|
|
31266
31150
|
|
|
31267
|
-
.
|
|
31151
|
+
.E_phljevk .dropdown-trigger {
|
|
31268
31152
|
display: flex;
|
|
31269
|
-
|
|
31270
|
-
|
|
31271
|
-
|
|
31272
|
-
|
|
31273
|
-
}
|
|
31274
|
-
|
|
31275
|
-
.E_o1ugr09p .selected-icon {
|
|
31276
|
-
display: none;
|
|
31153
|
+
align-items: center;
|
|
31154
|
+
border-radius: 6px;
|
|
31155
|
+
cursor: pointer;
|
|
31156
|
+
transition: all 0.3s ease;
|
|
31277
31157
|
}
|
|
31278
31158
|
|
|
31279
|
-
.
|
|
31280
|
-
|
|
31159
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31160
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31161
|
+
color: #0080ff;
|
|
31281
31162
|
}
|
|
31282
31163
|
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31164
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31165
|
+
margin-left: 4px;
|
|
31285
31166
|
}
|
|
31286
31167
|
|
|
31287
|
-
.
|
|
31168
|
+
.E_phljevk .pagination-right {
|
|
31169
|
+
display: flex;
|
|
31170
|
+
align-items: center;
|
|
31288
31171
|
color: #0080ff;
|
|
31172
|
+
font-weight: bold;
|
|
31289
31173
|
}
|
|
31290
31174
|
|
|
31291
|
-
.
|
|
31292
|
-
|
|
31293
|
-
}
|
|
31294
|
-
|
|
31295
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31296
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31175
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31176
|
+
margin-left: 4px;
|
|
31297
31177
|
}
|
|
31298
31178
|
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31179
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31180
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31181
|
+
padding: 0 8px;
|
|
31301
31182
|
}
|
|
31302
31183
|
|
|
31303
|
-
.
|
|
31304
|
-
|
|
31184
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31185
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31305
31186
|
color: #0080ff;
|
|
31306
31187
|
}
|
|
31307
31188
|
|
|
31308
|
-
.
|
|
31309
|
-
|
|
31310
|
-
justify-content: space-between;
|
|
31311
|
-
height: 20px;
|
|
31312
|
-
line-height: 20px;
|
|
31189
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31190
|
+
transform: rotate(180deg);
|
|
31313
31191
|
}
|
|
31314
31192
|
|
|
31315
|
-
.
|
|
31316
|
-
|
|
31317
|
-
overflow:
|
|
31318
|
-
text-overflow: ellipsis;
|
|
31193
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31194
|
+
max-height: calc(100vh - 128px);
|
|
31195
|
+
overflow-y: auto;
|
|
31319
31196
|
}
|
|
31320
31197
|
|
|
31321
|
-
.
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31325
|
-
height: 18px;
|
|
31198
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31199
|
+
padding: 4px 20px;
|
|
31200
|
+
font-size: 12px;
|
|
31326
31201
|
line-height: 18px;
|
|
31327
|
-
margin-top: 2px;
|
|
31328
|
-
}
|
|
31329
|
-
|
|
31330
|
-
.E_tyfmlxg {
|
|
31331
|
-
border: none;
|
|
31332
|
-
margin-right: 0;
|
|
31333
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31334
|
-
}
|
|
31335
|
-
|
|
31336
|
-
.E_o18uybox {
|
|
31337
|
-
pointer-events: none;
|
|
31338
|
-
height: 32px;
|
|
31339
|
-
width: 100%;
|
|
31340
|
-
opacity: 0;
|
|
31341
|
-
}
|
|
31342
|
-
|
|
31343
|
-
.E_tju3gfj .date {
|
|
31344
|
-
margin-right: 4px;
|
|
31345
31202
|
}
|
|
31346
31203
|
|
|
31347
31204
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31523,6 +31380,59 @@ button.E_n7k2c6r {
|
|
|
31523
31380
|
width: 36px;
|
|
31524
31381
|
}
|
|
31525
31382
|
|
|
31383
|
+
.E_ivqqkzv {
|
|
31384
|
+
height: 24px;
|
|
31385
|
+
width: 56px !important;
|
|
31386
|
+
margin-right: 4px;
|
|
31387
|
+
}
|
|
31388
|
+
|
|
31389
|
+
.E_c1wk4q29 {
|
|
31390
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31391
|
+
}
|
|
31392
|
+
|
|
31393
|
+
.E_c1bus5hc {
|
|
31394
|
+
--color: white;
|
|
31395
|
+
height: 14px;
|
|
31396
|
+
width: 14px;
|
|
31397
|
+
border-radius: 50%;
|
|
31398
|
+
flex-shrink: 0;
|
|
31399
|
+
display: flex;
|
|
31400
|
+
align-items: center;
|
|
31401
|
+
justify-content: center;
|
|
31402
|
+
border: 1px solid var(--color);
|
|
31403
|
+
}
|
|
31404
|
+
|
|
31405
|
+
.E_c1bus5hc .circle-inner {
|
|
31406
|
+
position: relative;
|
|
31407
|
+
height: 10px;
|
|
31408
|
+
width: 10px;
|
|
31409
|
+
border-radius: 50%;
|
|
31410
|
+
overflow: hidden;
|
|
31411
|
+
}
|
|
31412
|
+
|
|
31413
|
+
.E_c1bus5hc .circle-content {
|
|
31414
|
+
position: absolute;
|
|
31415
|
+
height: 100%;
|
|
31416
|
+
width: 100%;
|
|
31417
|
+
left: 0;
|
|
31418
|
+
top: 0;
|
|
31419
|
+
border-radius: 50%;
|
|
31420
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31421
|
+
transform: rotate(180deg);
|
|
31422
|
+
}
|
|
31423
|
+
|
|
31424
|
+
.E_c1bus5hc .circle-child {
|
|
31425
|
+
position: absolute;
|
|
31426
|
+
height: 100%;
|
|
31427
|
+
width: 100%;
|
|
31428
|
+
left: 0;
|
|
31429
|
+
top: 0;
|
|
31430
|
+
margin-left: 50%;
|
|
31431
|
+
transform-origin: left;
|
|
31432
|
+
background: white;
|
|
31433
|
+
transform: rotate(0deg);
|
|
31434
|
+
}
|
|
31435
|
+
|
|
31526
31436
|
.E_s1dizucg.ant-switch {
|
|
31527
31437
|
min-width: 40px;
|
|
31528
31438
|
height: 24px;
|
|
@@ -31661,29 +31571,98 @@ button.E_n7k2c6r {
|
|
|
31661
31571
|
transform: rotate(180deg);
|
|
31662
31572
|
}
|
|
31663
31573
|
|
|
31664
|
-
.
|
|
31665
|
-
height: 18px;
|
|
31666
|
-
line-height: 18px;
|
|
31667
|
-
padding: 0 4px;
|
|
31668
|
-
border-radius: 4px;
|
|
31669
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31670
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31671
|
-
display: flex;
|
|
31672
|
-
align-items: center;
|
|
31673
|
-
white-space: nowrap;
|
|
31574
|
+
.E_tju3gfj .date {
|
|
31674
31575
|
margin-right: 4px;
|
|
31675
31576
|
}
|
|
31676
31577
|
|
|
31677
|
-
.
|
|
31678
|
-
|
|
31578
|
+
.E_s1dni7lo {
|
|
31579
|
+
width: 430px !important;
|
|
31679
31580
|
}
|
|
31680
31581
|
|
|
31681
|
-
.
|
|
31682
|
-
padding:
|
|
31582
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31583
|
+
padding: 8px 16px;
|
|
31584
|
+
line-height: 18px;
|
|
31585
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31586
|
+
height: 34px;
|
|
31587
|
+
min-height: 34px;
|
|
31588
|
+
box-sizing: border-box;
|
|
31589
|
+
margin-top: 8px;
|
|
31683
31590
|
}
|
|
31684
31591
|
|
|
31685
|
-
.
|
|
31686
|
-
display:
|
|
31592
|
+
.E_o1ugr09p {
|
|
31593
|
+
display: flex;
|
|
31594
|
+
flex-direction: column;
|
|
31595
|
+
margin: 1px 8px;
|
|
31596
|
+
padding: 8px;
|
|
31597
|
+
border-radius: 4px;
|
|
31598
|
+
}
|
|
31599
|
+
|
|
31600
|
+
.E_o1ugr09p .selected-icon {
|
|
31601
|
+
display: none;
|
|
31602
|
+
}
|
|
31603
|
+
|
|
31604
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31605
|
+
padding-left: 8px;
|
|
31606
|
+
}
|
|
31607
|
+
|
|
31608
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31609
|
+
background-color: white;
|
|
31610
|
+
}
|
|
31611
|
+
|
|
31612
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31613
|
+
color: #0080ff;
|
|
31614
|
+
}
|
|
31615
|
+
|
|
31616
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31617
|
+
display: block;
|
|
31618
|
+
}
|
|
31619
|
+
|
|
31620
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31621
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31622
|
+
}
|
|
31623
|
+
|
|
31624
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31625
|
+
color: #0080ff;
|
|
31626
|
+
}
|
|
31627
|
+
|
|
31628
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31629
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31630
|
+
color: #0080ff;
|
|
31631
|
+
}
|
|
31632
|
+
|
|
31633
|
+
.E_o1ifxsq4 {
|
|
31634
|
+
display: flex;
|
|
31635
|
+
justify-content: space-between;
|
|
31636
|
+
height: 20px;
|
|
31637
|
+
line-height: 20px;
|
|
31638
|
+
}
|
|
31639
|
+
|
|
31640
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31641
|
+
color: #2d3a56;
|
|
31642
|
+
overflow: hidden;
|
|
31643
|
+
text-overflow: ellipsis;
|
|
31644
|
+
}
|
|
31645
|
+
|
|
31646
|
+
.E_o1zue7 {
|
|
31647
|
+
display: flex;
|
|
31648
|
+
justify-content: space-between;
|
|
31649
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31650
|
+
height: 18px;
|
|
31651
|
+
line-height: 18px;
|
|
31652
|
+
margin-top: 2px;
|
|
31653
|
+
}
|
|
31654
|
+
|
|
31655
|
+
.E_tyfmlxg {
|
|
31656
|
+
border: none;
|
|
31657
|
+
margin-right: 0;
|
|
31658
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31659
|
+
}
|
|
31660
|
+
|
|
31661
|
+
.E_o18uybox {
|
|
31662
|
+
pointer-events: none;
|
|
31663
|
+
height: 32px;
|
|
31664
|
+
width: 100%;
|
|
31665
|
+
opacity: 0;
|
|
31687
31666
|
}
|
|
31688
31667
|
|
|
31689
31668
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
@@ -31695,6 +31674,10 @@ button.E_n7k2c6r {
|
|
|
31695
31674
|
border-radius: 4px;
|
|
31696
31675
|
}
|
|
31697
31676
|
|
|
31677
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31678
|
+
visibility: hidden;
|
|
31679
|
+
}
|
|
31680
|
+
|
|
31698
31681
|
.E_s1sck0th {
|
|
31699
31682
|
padding: 0 8px;
|
|
31700
31683
|
border-radius: 4px;
|
|
@@ -31793,6 +31776,10 @@ button.E_n7k2c6r {
|
|
|
31793
31776
|
background-color: #7E41FF;
|
|
31794
31777
|
}
|
|
31795
31778
|
|
|
31779
|
+
.E_iq1gosr {
|
|
31780
|
+
display: inline-block;
|
|
31781
|
+
}
|
|
31782
|
+
|
|
31796
31783
|
.E_fzh9mnb {
|
|
31797
31784
|
width: 100%;
|
|
31798
31785
|
height: 100%;
|
|
@@ -31849,41 +31836,6 @@ button.E_n7k2c6r {
|
|
|
31849
31836
|
min-height: 0px;
|
|
31850
31837
|
}
|
|
31851
31838
|
|
|
31852
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31853
|
-
display: var(--a1wfy30z-0);
|
|
31854
|
-
}
|
|
31855
|
-
|
|
31856
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31857
|
-
padding: 4px 11px;
|
|
31858
|
-
display: inline-flex;
|
|
31859
|
-
line-height: 1.5715;
|
|
31860
|
-
height: inherit;
|
|
31861
|
-
}
|
|
31862
|
-
|
|
31863
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31864
|
-
content: var(--a1wfy30z-1);
|
|
31865
|
-
display: var(--a1wfy30z-2);
|
|
31866
|
-
flex: none;
|
|
31867
|
-
align-items: center;
|
|
31868
|
-
margin-left: 4px;
|
|
31869
|
-
}
|
|
31870
|
-
|
|
31871
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31872
|
-
content: var(--a1wfy30z-3);
|
|
31873
|
-
display: var(--a1wfy30z-4);
|
|
31874
|
-
flex: none;
|
|
31875
|
-
align-items: center;
|
|
31876
|
-
margin-right: 4px;
|
|
31877
|
-
cursor: auto;
|
|
31878
|
-
}
|
|
31879
|
-
|
|
31880
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31881
|
-
padding: 0;
|
|
31882
|
-
margin: 0;
|
|
31883
|
-
height: auto;
|
|
31884
|
-
font-size: inherit;
|
|
31885
|
-
}
|
|
31886
|
-
|
|
31887
31839
|
.E_iouxfgt {
|
|
31888
31840
|
display: inline-flex;
|
|
31889
31841
|
align-items: center;
|
|
@@ -31975,6 +31927,75 @@ button.E_n7k2c6r {
|
|
|
31975
31927
|
padding: 2px 8px;
|
|
31976
31928
|
}
|
|
31977
31929
|
|
|
31930
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31931
|
+
margin-left: 8px;
|
|
31932
|
+
}
|
|
31933
|
+
|
|
31934
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31935
|
+
padding: 2px 7px 2px 12px;
|
|
31936
|
+
}
|
|
31937
|
+
|
|
31938
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31939
|
+
display: var(--a1wfy30z-0);
|
|
31940
|
+
}
|
|
31941
|
+
|
|
31942
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31943
|
+
padding: 4px 11px;
|
|
31944
|
+
display: inline-flex;
|
|
31945
|
+
line-height: 1.5715;
|
|
31946
|
+
height: inherit;
|
|
31947
|
+
}
|
|
31948
|
+
|
|
31949
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31950
|
+
content: var(--a1wfy30z-1);
|
|
31951
|
+
display: var(--a1wfy30z-2);
|
|
31952
|
+
flex: none;
|
|
31953
|
+
align-items: center;
|
|
31954
|
+
margin-left: 4px;
|
|
31955
|
+
}
|
|
31956
|
+
|
|
31957
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31958
|
+
content: var(--a1wfy30z-3);
|
|
31959
|
+
display: var(--a1wfy30z-4);
|
|
31960
|
+
flex: none;
|
|
31961
|
+
align-items: center;
|
|
31962
|
+
margin-right: 4px;
|
|
31963
|
+
cursor: auto;
|
|
31964
|
+
}
|
|
31965
|
+
|
|
31966
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31967
|
+
padding: 0;
|
|
31968
|
+
margin: 0;
|
|
31969
|
+
height: auto;
|
|
31970
|
+
font-size: inherit;
|
|
31971
|
+
}
|
|
31972
|
+
|
|
31973
|
+
.E_i1inqkme {
|
|
31974
|
+
height: 18px;
|
|
31975
|
+
line-height: 18px;
|
|
31976
|
+
padding: 0 4px;
|
|
31977
|
+
border-radius: 4px;
|
|
31978
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31979
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31980
|
+
display: flex;
|
|
31981
|
+
align-items: center;
|
|
31982
|
+
white-space: nowrap;
|
|
31983
|
+
margin-right: 4px;
|
|
31984
|
+
}
|
|
31985
|
+
|
|
31986
|
+
.E_owd0kml {
|
|
31987
|
+
display: inline-block;
|
|
31988
|
+
}
|
|
31989
|
+
|
|
31990
|
+
.E_h1jsgezc {
|
|
31991
|
+
visibility: hidden;
|
|
31992
|
+
position: absolute;
|
|
31993
|
+
}
|
|
31994
|
+
|
|
31995
|
+
.E_m196gn1d {
|
|
31996
|
+
min-width: 1280px;
|
|
31997
|
+
}
|
|
31998
|
+
|
|
31978
31999
|
.E_a1b5xrg3 .user-icon-inner {
|
|
31979
32000
|
display: inline-flex;
|
|
31980
32001
|
align-items: center;
|
|
@@ -32008,19 +32029,6 @@ button.E_n7k2c6r {
|
|
|
32008
32029
|
transition: all 320ms ease;
|
|
32009
32030
|
}
|
|
32010
32031
|
|
|
32011
|
-
.E_owd0kml {
|
|
32012
|
-
display: inline-block;
|
|
32013
|
-
}
|
|
32014
|
-
|
|
32015
|
-
.E_h1jsgezc {
|
|
32016
|
-
visibility: hidden;
|
|
32017
|
-
position: absolute;
|
|
32018
|
-
}
|
|
32019
|
-
|
|
32020
|
-
.E_m196gn1d {
|
|
32021
|
-
min-width: 1280px;
|
|
32022
|
-
}
|
|
32023
|
-
|
|
32024
32032
|
.E_dsnbhzf {
|
|
32025
32033
|
font-family: Inter;
|
|
32026
32034
|
font-style: normal;
|
|
@@ -34406,242 +34414,201 @@ input.E_rf8rlle.ant-input {
|
|
|
34406
34414
|
padding: 0;
|
|
34407
34415
|
}
|
|
34408
34416
|
|
|
34409
|
-
.
|
|
34410
|
-
|
|
34417
|
+
.E_c1kghdax {
|
|
34418
|
+
color: #2d3a56;
|
|
34419
|
+
padding: 7px 12px;
|
|
34420
|
+
display: flex;
|
|
34421
|
+
justify-content: space-between;
|
|
34422
|
+
align-items: center;
|
|
34411
34423
|
}
|
|
34412
34424
|
|
|
34413
|
-
.
|
|
34414
|
-
padding-left:
|
|
34415
|
-
padding-right: 8px;
|
|
34425
|
+
.E_c1kghdax.has-arrow {
|
|
34426
|
+
padding-left: 10px;
|
|
34416
34427
|
}
|
|
34417
34428
|
|
|
34418
|
-
.
|
|
34419
|
-
|
|
34429
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34430
|
+
cursor: pointer;
|
|
34431
|
+
color: #00122e;
|
|
34420
34432
|
}
|
|
34421
34433
|
|
|
34422
|
-
.
|
|
34423
|
-
|
|
34434
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34435
|
+
color: #2d3a56;
|
|
34436
|
+
font-weight: 600;
|
|
34424
34437
|
}
|
|
34425
34438
|
|
|
34426
|
-
.
|
|
34427
|
-
|
|
34428
|
-
padding-right: 12px;
|
|
34439
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34440
|
+
transform: rotate(90deg);
|
|
34429
34441
|
}
|
|
34430
34442
|
|
|
34431
|
-
.
|
|
34432
|
-
|
|
34443
|
+
.E_c1kghdax .sub-info {
|
|
34444
|
+
font-size: 12px;
|
|
34445
|
+
line-height: 18px;
|
|
34433
34446
|
}
|
|
34434
34447
|
|
|
34435
|
-
.
|
|
34436
|
-
|
|
34437
|
-
|
|
34448
|
+
.E_c1kghdax .title-wrapper {
|
|
34449
|
+
display: flex;
|
|
34450
|
+
align-items: center;
|
|
34451
|
+
user-select: none;
|
|
34452
|
+
flex-grow: 1;
|
|
34453
|
+
font-size: 12px;
|
|
34454
|
+
line-height: 18px;
|
|
34455
|
+
color: #2d3a56;
|
|
34456
|
+
font-weight: 700;
|
|
34438
34457
|
}
|
|
34439
34458
|
|
|
34440
|
-
.
|
|
34441
|
-
|
|
34459
|
+
.E_c1kghdax .collapse-arrow {
|
|
34460
|
+
transition: all 50ms ease-out 0ms;
|
|
34461
|
+
margin-right: 2px;
|
|
34442
34462
|
}
|
|
34443
34463
|
|
|
34444
|
-
.
|
|
34445
|
-
|
|
34464
|
+
.E_c1yd35n {
|
|
34465
|
+
padding: 0 12px 14px 12px;
|
|
34446
34466
|
}
|
|
34447
34467
|
|
|
34448
|
-
.
|
|
34449
|
-
|
|
34450
|
-
height: 64px;
|
|
34451
|
-
display: flex;
|
|
34452
|
-
align-items: center;
|
|
34453
|
-
justify-content: center;
|
|
34454
|
-
position: relative;
|
|
34455
|
-
opacity: 0.2;
|
|
34456
|
-
}
|
|
34457
|
-
|
|
34458
|
-
.E_lk3gkp4 {
|
|
34459
|
-
position: absolute;
|
|
34460
|
-
width: 5px;
|
|
34461
|
-
height: 48px;
|
|
34462
|
-
left: 9.33px;
|
|
34463
|
-
top: 40.5px;
|
|
34464
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34465
|
-
border-radius: 5px;
|
|
34466
|
-
transform: rotate(-128deg);
|
|
34467
|
-
transform-origin: top left;
|
|
34468
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34468
|
+
.E_b14q2gmw {
|
|
34469
|
+
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);
|
|
34469
34470
|
}
|
|
34470
34471
|
|
|
34471
|
-
.
|
|
34472
|
-
|
|
34473
|
-
|
|
34474
|
-
height: 48px;
|
|
34475
|
-
left: 40.8px;
|
|
34476
|
-
top: 8.4px;
|
|
34477
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34478
|
-
border-radius: 5px;
|
|
34479
|
-
transform: rotate(-8deg);
|
|
34480
|
-
transform-origin: top left;
|
|
34481
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34472
|
+
.E_c1eym6el {
|
|
34473
|
+
border-radius: 8px;
|
|
34474
|
+
background-color: white;
|
|
34482
34475
|
}
|
|
34483
34476
|
|
|
34484
|
-
.
|
|
34485
|
-
|
|
34486
|
-
width: 5px;
|
|
34487
|
-
height: 48px;
|
|
34488
|
-
left: 52.9px;
|
|
34489
|
-
top: 51.8px;
|
|
34490
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34491
|
-
border-radius: 5px;
|
|
34492
|
-
transform: rotate(112deg);
|
|
34493
|
-
transform-origin: top left;
|
|
34494
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34477
|
+
.E_c1eym6el.hoverable {
|
|
34478
|
+
cursor: pointer;
|
|
34495
34479
|
}
|
|
34496
34480
|
|
|
34497
|
-
.
|
|
34498
|
-
|
|
34499
|
-
|
|
34500
|
-
|
|
34501
|
-
justify-content: space-between;
|
|
34502
|
-
align-items: center;
|
|
34481
|
+
.E_c1eym6el.hoverable:hover {
|
|
34482
|
+
transition: all 200ms ease;
|
|
34483
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34484
|
+
transform: translateY(-4px);
|
|
34503
34485
|
}
|
|
34504
34486
|
|
|
34505
|
-
.
|
|
34506
|
-
|
|
34487
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34488
|
+
margin-right: 2px;
|
|
34507
34489
|
}
|
|
34508
34490
|
|
|
34509
|
-
.
|
|
34510
|
-
|
|
34511
|
-
|
|
34491
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34492
|
+
padding-left: 8px;
|
|
34493
|
+
padding-right: 8px;
|
|
34512
34494
|
}
|
|
34513
34495
|
|
|
34514
|
-
.
|
|
34515
|
-
|
|
34516
|
-
font-weight: 600;
|
|
34496
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34497
|
+
border-radius: 4px;
|
|
34517
34498
|
}
|
|
34518
34499
|
|
|
34519
|
-
.
|
|
34520
|
-
|
|
34500
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34501
|
+
border-radius: 4px;
|
|
34521
34502
|
}
|
|
34522
34503
|
|
|
34523
|
-
.
|
|
34524
|
-
|
|
34525
|
-
|
|
34504
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34505
|
+
padding-left: 12px;
|
|
34506
|
+
padding-right: 12px;
|
|
34526
34507
|
}
|
|
34527
34508
|
|
|
34528
|
-
.
|
|
34529
|
-
|
|
34530
|
-
align-items: center;
|
|
34531
|
-
user-select: none;
|
|
34532
|
-
flex-grow: 1;
|
|
34533
|
-
font-size: 12px;
|
|
34534
|
-
line-height: 18px;
|
|
34535
|
-
color: #2d3a56;
|
|
34536
|
-
font-weight: 700;
|
|
34509
|
+
.E_ckld275 {
|
|
34510
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34537
34511
|
}
|
|
34538
34512
|
|
|
34539
|
-
.
|
|
34540
|
-
|
|
34541
|
-
|
|
34513
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34514
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34515
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34542
34516
|
}
|
|
34543
34517
|
|
|
34544
|
-
.
|
|
34545
|
-
|
|
34518
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34519
|
+
background-color: transparent;
|
|
34546
34520
|
}
|
|
34547
34521
|
|
|
34548
|
-
.
|
|
34549
|
-
color:
|
|
34550
|
-
line-height: 22px;
|
|
34551
|
-
display: inline-flex;
|
|
34522
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34523
|
+
background-color: transparent;
|
|
34552
34524
|
}
|
|
34553
34525
|
|
|
34554
|
-
.
|
|
34555
|
-
|
|
34526
|
+
.E_l12xdkhl {
|
|
34527
|
+
width: 64px;
|
|
34528
|
+
height: 64px;
|
|
34529
|
+
max-width: 64px;
|
|
34530
|
+
max-height: 64px;
|
|
34531
|
+
overflow: hidden;
|
|
34556
34532
|
display: flex;
|
|
34557
34533
|
align-items: center;
|
|
34558
|
-
|
|
34559
|
-
|
|
34560
|
-
|
|
34561
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34562
|
-
border: none;
|
|
34563
|
-
}
|
|
34564
|
-
|
|
34565
|
-
.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 {
|
|
34566
|
-
border-color: #0080ff;
|
|
34534
|
+
justify-content: center;
|
|
34535
|
+
position: relative;
|
|
34536
|
+
opacity: 0.6;
|
|
34567
34537
|
}
|
|
34568
34538
|
|
|
34569
|
-
.
|
|
34570
|
-
|
|
34539
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34540
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34571
34541
|
}
|
|
34572
34542
|
|
|
34573
|
-
|
|
34574
|
-
|
|
34543
|
+
@keyframes rotate {
|
|
34544
|
+
from {
|
|
34545
|
+
transform: rotate(0deg);
|
|
34546
|
+
}
|
|
34547
|
+
to {
|
|
34548
|
+
transform: rotate(360deg);
|
|
34549
|
+
}
|
|
34575
34550
|
}
|
|
34576
|
-
|
|
34577
|
-
|
|
34578
|
-
|
|
34551
|
+
button.E_l48ei06.ant-btn {
|
|
34552
|
+
font-size: 12px;
|
|
34553
|
+
line-height: 18px;
|
|
34554
|
+
height: 18px;
|
|
34579
34555
|
}
|
|
34580
34556
|
|
|
34581
|
-
.
|
|
34582
|
-
|
|
34583
|
-
height:
|
|
34584
|
-
width: 10px;
|
|
34585
|
-
border-radius: 2px;
|
|
34557
|
+
button.E_l48ei06 {
|
|
34558
|
+
color: #0080FF;
|
|
34559
|
+
height: unset;
|
|
34586
34560
|
}
|
|
34587
34561
|
|
|
34588
|
-
.
|
|
34589
|
-
|
|
34562
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34563
|
+
margin-right: 4px;
|
|
34590
34564
|
}
|
|
34591
34565
|
|
|
34592
|
-
.
|
|
34593
|
-
|
|
34594
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34566
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34567
|
+
margin-left: 4px;
|
|
34595
34568
|
}
|
|
34596
34569
|
|
|
34597
|
-
.
|
|
34598
|
-
|
|
34570
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34571
|
+
color: #009DFF;
|
|
34599
34572
|
}
|
|
34600
34573
|
|
|
34601
|
-
.
|
|
34602
|
-
|
|
34574
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34575
|
+
color: #005ED1;
|
|
34603
34576
|
}
|
|
34604
34577
|
|
|
34605
|
-
.
|
|
34606
|
-
|
|
34578
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34579
|
+
color: #0080FF;
|
|
34607
34580
|
}
|
|
34608
34581
|
|
|
34609
|
-
.
|
|
34610
|
-
|
|
34611
|
-
margin-left: 12px;
|
|
34612
|
-
color: #2d3a56;
|
|
34582
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34583
|
+
color: #00122E;
|
|
34613
34584
|
}
|
|
34614
34585
|
|
|
34615
|
-
.
|
|
34616
|
-
|
|
34617
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34586
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34587
|
+
color: #0080FF;
|
|
34618
34588
|
}
|
|
34619
34589
|
|
|
34620
|
-
.
|
|
34621
|
-
|
|
34590
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34591
|
+
color: #005ED1;
|
|
34622
34592
|
}
|
|
34623
34593
|
|
|
34624
|
-
.
|
|
34625
|
-
|
|
34594
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34595
|
+
color: #00122E;
|
|
34626
34596
|
}
|
|
34627
34597
|
|
|
34628
|
-
.
|
|
34629
|
-
|
|
34598
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34599
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34630
34600
|
}
|
|
34631
34601
|
|
|
34632
|
-
.
|
|
34633
|
-
|
|
34634
|
-
background-color: white;
|
|
34602
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34603
|
+
color: #0080FF;
|
|
34635
34604
|
}
|
|
34636
34605
|
|
|
34637
|
-
.
|
|
34638
|
-
|
|
34606
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34607
|
+
color: #005ED1;
|
|
34639
34608
|
}
|
|
34640
34609
|
|
|
34641
|
-
.
|
|
34642
|
-
|
|
34643
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34644
|
-
transform: translateY(-4px);
|
|
34610
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34611
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34645
34612
|
}
|
|
34646
34613
|
|
|
34647
34614
|
.E_sddwhm6 {
|
|
@@ -34739,110 +34706,22 @@ input.E_rf8rlle.ant-input {
|
|
|
34739
34706
|
display: inline-block;
|
|
34740
34707
|
}
|
|
34741
34708
|
|
|
34742
|
-
.
|
|
34743
|
-
|
|
34744
|
-
height: 64px;
|
|
34745
|
-
max-width: 64px;
|
|
34746
|
-
max-height: 64px;
|
|
34747
|
-
overflow: hidden;
|
|
34748
|
-
display: flex;
|
|
34749
|
-
align-items: center;
|
|
34750
|
-
justify-content: center;
|
|
34751
|
-
position: relative;
|
|
34752
|
-
opacity: 0.6;
|
|
34709
|
+
.E_tc97u5y {
|
|
34710
|
+
height: 100%;
|
|
34753
34711
|
}
|
|
34754
34712
|
|
|
34755
|
-
.
|
|
34756
|
-
|
|
34713
|
+
.E_efzf37v .ant-table-content {
|
|
34714
|
+
overflow: visible !important;
|
|
34715
|
+
height: 100%;
|
|
34757
34716
|
}
|
|
34758
34717
|
|
|
34759
|
-
|
|
34760
|
-
|
|
34761
|
-
transform: rotate(0deg);
|
|
34762
|
-
}
|
|
34763
|
-
to {
|
|
34764
|
-
transform: rotate(360deg);
|
|
34765
|
-
}
|
|
34766
|
-
}
|
|
34767
|
-
button.E_l48ei06.ant-btn {
|
|
34768
|
-
font-size: 12px;
|
|
34769
|
-
line-height: 18px;
|
|
34770
|
-
height: 18px;
|
|
34718
|
+
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34719
|
+
height: 100%;
|
|
34771
34720
|
}
|
|
34772
34721
|
|
|
34773
|
-
|
|
34774
|
-
|
|
34775
|
-
height:
|
|
34776
|
-
}
|
|
34777
|
-
|
|
34778
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
34779
|
-
margin-right: 4px;
|
|
34780
|
-
}
|
|
34781
|
-
|
|
34782
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
34783
|
-
margin-left: 4px;
|
|
34784
|
-
}
|
|
34785
|
-
|
|
34786
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34787
|
-
color: #009DFF;
|
|
34788
|
-
}
|
|
34789
|
-
|
|
34790
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34791
|
-
color: #005ED1;
|
|
34792
|
-
}
|
|
34793
|
-
|
|
34794
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34795
|
-
color: #0080FF;
|
|
34796
|
-
}
|
|
34797
|
-
|
|
34798
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34799
|
-
color: #00122E;
|
|
34800
|
-
}
|
|
34801
|
-
|
|
34802
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34803
|
-
color: #0080FF;
|
|
34804
|
-
}
|
|
34805
|
-
|
|
34806
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34807
|
-
color: #005ED1;
|
|
34808
|
-
}
|
|
34809
|
-
|
|
34810
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34811
|
-
color: #00122E;
|
|
34812
|
-
}
|
|
34813
|
-
|
|
34814
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
34815
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34816
|
-
}
|
|
34817
|
-
|
|
34818
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34819
|
-
color: #0080FF;
|
|
34820
|
-
}
|
|
34821
|
-
|
|
34822
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34823
|
-
color: #005ED1;
|
|
34824
|
-
}
|
|
34825
|
-
|
|
34826
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34827
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34828
|
-
}
|
|
34829
|
-
|
|
34830
|
-
.E_tc97u5y {
|
|
34831
|
-
height: 100%;
|
|
34832
|
-
}
|
|
34833
|
-
|
|
34834
|
-
.E_efzf37v .ant-table-content {
|
|
34835
|
-
overflow: visible !important;
|
|
34836
|
-
height: 100%;
|
|
34837
|
-
}
|
|
34838
|
-
|
|
34839
|
-
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34840
|
-
height: 100%;
|
|
34841
|
-
}
|
|
34842
|
-
|
|
34843
|
-
.E_efzf37v .ant-table-content table {
|
|
34844
|
-
width: 100% !important;
|
|
34845
|
-
height: 100%;
|
|
34722
|
+
.E_efzf37v .ant-table-content table {
|
|
34723
|
+
width: 100% !important;
|
|
34724
|
+
height: 100%;
|
|
34846
34725
|
}
|
|
34847
34726
|
|
|
34848
34727
|
.E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
@@ -35278,32 +35157,143 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35278
35157
|
background: #fff;
|
|
35279
35158
|
}
|
|
35280
35159
|
|
|
35281
|
-
.
|
|
35282
|
-
|
|
35283
|
-
|
|
35284
|
-
|
|
35285
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
35286
|
-
border-radius: 4px 0 0 4px;
|
|
35287
|
-
padding-right: 4px;
|
|
35288
|
-
margin-right: 4px;
|
|
35160
|
+
.E_ckui4s7 {
|
|
35161
|
+
color: #2d3a56;
|
|
35162
|
+
line-height: 22px;
|
|
35163
|
+
display: inline-flex;
|
|
35289
35164
|
}
|
|
35290
35165
|
|
|
35291
|
-
.
|
|
35166
|
+
.E_ckui4s7 .ant-checkbox {
|
|
35167
|
+
height: 22px;
|
|
35292
35168
|
display: flex;
|
|
35293
35169
|
align-items: center;
|
|
35294
|
-
|
|
35295
|
-
column-gap: 6px;
|
|
35170
|
+
top: 0;
|
|
35296
35171
|
}
|
|
35297
35172
|
|
|
35298
|
-
.
|
|
35173
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
35174
|
+
border: none;
|
|
35175
|
+
}
|
|
35176
|
+
|
|
35177
|
+
.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 {
|
|
35178
|
+
border-color: #0080ff;
|
|
35179
|
+
}
|
|
35180
|
+
|
|
35181
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
35182
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
35183
|
+
}
|
|
35184
|
+
|
|
35185
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35186
|
+
border: 1px solid #0080ff;
|
|
35187
|
+
}
|
|
35188
|
+
|
|
35189
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35190
|
+
background: #0080ff;
|
|
35191
|
+
}
|
|
35192
|
+
|
|
35193
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35194
|
+
background-color: #fff;
|
|
35195
|
+
height: 2px;
|
|
35196
|
+
width: 10px;
|
|
35197
|
+
border-radius: 2px;
|
|
35198
|
+
}
|
|
35199
|
+
|
|
35200
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
35201
|
+
opacity: 0.5;
|
|
35202
|
+
}
|
|
35203
|
+
|
|
35204
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
35205
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35206
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
35207
|
+
}
|
|
35208
|
+
|
|
35209
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
35210
|
+
border-color: #2d3a56;
|
|
35211
|
+
}
|
|
35212
|
+
|
|
35213
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35214
|
+
background: #2d3a56;
|
|
35215
|
+
}
|
|
35216
|
+
|
|
35217
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
35218
|
+
padding: 0;
|
|
35219
|
+
}
|
|
35220
|
+
|
|
35221
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
35222
|
+
display: inline-block;
|
|
35223
|
+
margin-left: 12px;
|
|
35224
|
+
color: #2d3a56;
|
|
35225
|
+
}
|
|
35226
|
+
|
|
35227
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
35228
|
+
margin-left: 28px;
|
|
35229
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35230
|
+
}
|
|
35231
|
+
|
|
35232
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
35233
|
+
margin-left: 8px;
|
|
35234
|
+
}
|
|
35235
|
+
|
|
35236
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
35237
|
+
margin-left: 24px;
|
|
35238
|
+
}
|
|
35239
|
+
|
|
35240
|
+
.E_lht19u8 {
|
|
35241
|
+
width: 64px;
|
|
35242
|
+
height: 64px;
|
|
35299
35243
|
display: flex;
|
|
35300
|
-
|
|
35244
|
+
align-items: center;
|
|
35301
35245
|
justify-content: center;
|
|
35302
|
-
|
|
35246
|
+
position: relative;
|
|
35247
|
+
opacity: 0.2;
|
|
35303
35248
|
}
|
|
35304
35249
|
|
|
35305
|
-
.
|
|
35306
|
-
|
|
35250
|
+
.E_lk3gkp4 {
|
|
35251
|
+
position: absolute;
|
|
35252
|
+
width: 5px;
|
|
35253
|
+
height: 48px;
|
|
35254
|
+
left: 9.33px;
|
|
35255
|
+
top: 40.5px;
|
|
35256
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35257
|
+
border-radius: 5px;
|
|
35258
|
+
transform: rotate(-128deg);
|
|
35259
|
+
transform-origin: top left;
|
|
35260
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35261
|
+
}
|
|
35262
|
+
|
|
35263
|
+
.E_ll4n94n {
|
|
35264
|
+
position: absolute;
|
|
35265
|
+
width: 5px;
|
|
35266
|
+
height: 48px;
|
|
35267
|
+
left: 40.8px;
|
|
35268
|
+
top: 8.4px;
|
|
35269
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35270
|
+
border-radius: 5px;
|
|
35271
|
+
transform: rotate(-8deg);
|
|
35272
|
+
transform-origin: top left;
|
|
35273
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35274
|
+
}
|
|
35275
|
+
|
|
35276
|
+
.E_l17lbdo6 {
|
|
35277
|
+
position: absolute;
|
|
35278
|
+
width: 5px;
|
|
35279
|
+
height: 48px;
|
|
35280
|
+
left: 52.9px;
|
|
35281
|
+
top: 51.8px;
|
|
35282
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35283
|
+
border-radius: 5px;
|
|
35284
|
+
transform: rotate(112deg);
|
|
35285
|
+
transform-origin: top left;
|
|
35286
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35287
|
+
}
|
|
35288
|
+
|
|
35289
|
+
.E_w7ob4th.outside-tag {
|
|
35290
|
+
padding-left: 0;
|
|
35291
|
+
}
|
|
35292
|
+
|
|
35293
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35294
|
+
border-radius: 4px 0 0 4px;
|
|
35295
|
+
padding-right: 4px;
|
|
35296
|
+
margin-right: 4px;
|
|
35307
35297
|
}
|
|
35308
35298
|
|
|
35309
35299
|
.E_slr2ynn {
|
|
@@ -35335,464 +35325,487 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35335
35325
|
white-space: normal;
|
|
35336
35326
|
}
|
|
35337
35327
|
|
|
35338
|
-
.
|
|
35339
|
-
|
|
35340
|
-
|
|
35341
|
-
|
|
35342
|
-
|
|
35343
|
-
white-space: nowrap;
|
|
35328
|
+
.E_r77hffu {
|
|
35329
|
+
display: flex;
|
|
35330
|
+
align-items: center;
|
|
35331
|
+
justify-content: space-between;
|
|
35332
|
+
column-gap: 6px;
|
|
35344
35333
|
}
|
|
35345
35334
|
|
|
35346
|
-
.
|
|
35347
|
-
|
|
35348
|
-
|
|
35349
|
-
|
|
35350
|
-
|
|
35335
|
+
.E_p1cmxsf7 {
|
|
35336
|
+
display: flex;
|
|
35337
|
+
flex-direction: column;
|
|
35338
|
+
justify-content: center;
|
|
35339
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35351
35340
|
}
|
|
35352
35341
|
|
|
35353
|
-
.
|
|
35354
|
-
|
|
35342
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35343
|
+
font-size: 0;
|
|
35355
35344
|
}
|
|
35356
35345
|
|
|
35357
|
-
.
|
|
35358
|
-
|
|
35346
|
+
.E_sjob3jg {
|
|
35347
|
+
--item-min-width: 60px;
|
|
35359
35348
|
}
|
|
35360
35349
|
|
|
35361
|
-
.
|
|
35362
|
-
|
|
35350
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35351
|
+
display: none !important;
|
|
35363
35352
|
}
|
|
35364
35353
|
|
|
35365
|
-
.
|
|
35366
|
-
|
|
35354
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35355
|
+
flex-shrink: 0 !important;
|
|
35367
35356
|
}
|
|
35368
35357
|
|
|
35369
|
-
.
|
|
35370
|
-
color:
|
|
35358
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35359
|
+
color: #0080ff;
|
|
35371
35360
|
}
|
|
35372
35361
|
|
|
35373
|
-
.
|
|
35374
|
-
|
|
35375
|
-
|
|
35362
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35363
|
+
color: #0080ff;
|
|
35364
|
+
font-weight: normal;
|
|
35376
35365
|
}
|
|
35377
35366
|
|
|
35378
|
-
.
|
|
35379
|
-
|
|
35380
|
-
margin-right: 6px;
|
|
35367
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
35368
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35381
35369
|
}
|
|
35382
35370
|
|
|
35383
|
-
.
|
|
35384
|
-
|
|
35385
|
-
flex: 1;
|
|
35386
|
-
position: relative;
|
|
35387
|
-
top: -7px;
|
|
35371
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35372
|
+
color: #00122e;
|
|
35388
35373
|
}
|
|
35389
35374
|
|
|
35390
|
-
.
|
|
35391
|
-
|
|
35375
|
+
.E_sjob3jg .step-item-text {
|
|
35376
|
+
display: inline-block;
|
|
35377
|
+
}
|
|
35378
|
+
|
|
35379
|
+
.E_sjob3jg .step-item-title {
|
|
35392
35380
|
overflow: hidden;
|
|
35393
|
-
text-overflow: ellipsis;
|
|
35394
35381
|
white-space: nowrap;
|
|
35382
|
+
text-overflow: ellipsis;
|
|
35395
35383
|
}
|
|
35396
35384
|
|
|
35397
|
-
.
|
|
35398
|
-
|
|
35399
|
-
border-radius: 8px;
|
|
35400
|
-
overflow: auto;
|
|
35385
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35386
|
+
min-width: var(--item-min-width);
|
|
35401
35387
|
}
|
|
35402
35388
|
|
|
35403
|
-
.
|
|
35404
|
-
|
|
35389
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35390
|
+
cursor: not-allowed !important;
|
|
35405
35391
|
}
|
|
35406
35392
|
|
|
35407
|
-
.
|
|
35408
|
-
|
|
35409
|
-
|
|
35410
|
-
z-index: 2;
|
|
35411
|
-
display: flex;
|
|
35412
|
-
padding: 8px;
|
|
35413
|
-
flex-wrap: nowrap;
|
|
35414
|
-
justify-content: flex-start;
|
|
35415
|
-
background: #f2f5fa;
|
|
35416
|
-
font-size: 14px;
|
|
35417
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35418
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35393
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35394
|
+
flex-direction: row;
|
|
35395
|
+
justify-content: stretch;
|
|
35419
35396
|
}
|
|
35420
35397
|
|
|
35421
|
-
.
|
|
35422
|
-
|
|
35398
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35399
|
+
padding: 0;
|
|
35400
|
+
margin-right: 4px;
|
|
35401
|
+
flex: 1;
|
|
35402
|
+
overflow: visible;
|
|
35423
35403
|
}
|
|
35424
35404
|
|
|
35425
|
-
.
|
|
35426
|
-
|
|
35427
|
-
|
|
35428
|
-
align-items: flex-start;
|
|
35429
|
-
flex-wrap: wrap;
|
|
35430
|
-
padding: 8px;
|
|
35431
|
-
border: none;
|
|
35405
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35406
|
+
width: 100%;
|
|
35407
|
+
min-height: unset;
|
|
35432
35408
|
}
|
|
35433
35409
|
|
|
35434
|
-
.
|
|
35435
|
-
|
|
35436
|
-
|
|
35437
|
-
|
|
35438
|
-
|
|
35410
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35411
|
+
height: 26px;
|
|
35412
|
+
line-height: 26px;
|
|
35413
|
+
width: 100%;
|
|
35414
|
+
padding: 0;
|
|
35415
|
+
font-size: 12px;
|
|
35439
35416
|
}
|
|
35440
35417
|
|
|
35441
|
-
.
|
|
35442
|
-
|
|
35443
|
-
flex-basis: 100%;
|
|
35444
|
-
order: 98;
|
|
35445
|
-
margin: 12px 0 0;
|
|
35418
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35419
|
+
margin-right: 10px;
|
|
35446
35420
|
}
|
|
35447
35421
|
|
|
35448
|
-
.
|
|
35449
|
-
|
|
35422
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35423
|
+
display: none;
|
|
35450
35424
|
}
|
|
35451
35425
|
|
|
35452
|
-
.
|
|
35453
|
-
|
|
35426
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35427
|
+
padding-left: 8px;
|
|
35428
|
+
padding-right: 4px;
|
|
35429
|
+
border-radius: 4px 0 0 4px;
|
|
35454
35430
|
}
|
|
35455
35431
|
|
|
35456
|
-
.
|
|
35457
|
-
|
|
35458
|
-
overflow: hidden;
|
|
35432
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35433
|
+
margin-right: 0;
|
|
35459
35434
|
}
|
|
35460
35435
|
|
|
35461
|
-
.
|
|
35462
|
-
|
|
35463
|
-
|
|
35436
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35437
|
+
padding-right: 8px;
|
|
35438
|
+
padding-left: 12px;
|
|
35439
|
+
border-radius: 0 4px 4px 0;
|
|
35464
35440
|
}
|
|
35465
35441
|
|
|
35466
|
-
.
|
|
35467
|
-
|
|
35442
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
35443
|
+
content: "";
|
|
35444
|
+
width: 0;
|
|
35445
|
+
height: 0;
|
|
35446
|
+
border: 13px solid transparent;
|
|
35447
|
+
position: absolute;
|
|
35448
|
+
top: 0;
|
|
35449
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35450
|
+
z-index: 2;
|
|
35451
|
+
position: relative;
|
|
35452
|
+
top: -50%;
|
|
35453
|
+
right: -100%;
|
|
35468
35454
|
}
|
|
35469
35455
|
|
|
35470
|
-
.
|
|
35471
|
-
|
|
35456
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35457
|
+
padding: 0 4px 0 12px;
|
|
35472
35458
|
}
|
|
35473
35459
|
|
|
35474
|
-
.
|
|
35475
|
-
|
|
35460
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
35461
|
+
content: "";
|
|
35462
|
+
width: 0;
|
|
35463
|
+
height: 0;
|
|
35464
|
+
border: 13px solid transparent;
|
|
35465
|
+
position: absolute;
|
|
35466
|
+
top: 0;
|
|
35467
|
+
border-left: 8px solid #fff;
|
|
35468
|
+
left: 0;
|
|
35476
35469
|
}
|
|
35477
35470
|
|
|
35478
|
-
.
|
|
35479
|
-
|
|
35471
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35472
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35480
35473
|
}
|
|
35481
35474
|
|
|
35482
|
-
.
|
|
35483
|
-
|
|
35475
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35476
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35484
35477
|
}
|
|
35485
35478
|
|
|
35486
|
-
.
|
|
35487
|
-
|
|
35479
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35480
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35488
35481
|
}
|
|
35489
35482
|
|
|
35490
|
-
.
|
|
35491
|
-
|
|
35483
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35484
|
+
cursor: pointer;
|
|
35485
|
+
min-width: var(--item-min-width);
|
|
35492
35486
|
}
|
|
35493
35487
|
|
|
35494
|
-
.
|
|
35495
|
-
|
|
35496
|
-
width:
|
|
35497
|
-
height: 24px;
|
|
35498
|
-
overflow: hidden;
|
|
35488
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35489
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35490
|
+
min-width: var(--item-min-width);
|
|
35499
35491
|
}
|
|
35500
35492
|
|
|
35501
|
-
.
|
|
35493
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35494
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35495
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35496
|
+
}
|
|
35497
|
+
|
|
35498
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35502
35499
|
padding: 0;
|
|
35503
35500
|
}
|
|
35504
35501
|
|
|
35505
|
-
.
|
|
35506
|
-
|
|
35507
|
-
|
|
35502
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35503
|
+
width: 192px;
|
|
35504
|
+
row-gap: 2px;
|
|
35508
35505
|
}
|
|
35509
35506
|
|
|
35510
|
-
.
|
|
35511
|
-
|
|
35507
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35508
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35512
35509
|
}
|
|
35513
35510
|
|
|
35514
|
-
.
|
|
35515
|
-
|
|
35516
|
-
border-radius: 5px;
|
|
35517
|
-
font-size: 12px;
|
|
35511
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35512
|
+
color: #00122e !important;
|
|
35518
35513
|
}
|
|
35519
35514
|
|
|
35520
|
-
.
|
|
35521
|
-
|
|
35515
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
35516
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35522
35517
|
}
|
|
35523
35518
|
|
|
35524
|
-
.
|
|
35525
|
-
|
|
35526
|
-
|
|
35527
|
-
|
|
35519
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35520
|
+
padding: 0 8px;
|
|
35521
|
+
border-radius: 4px;
|
|
35522
|
+
height: 32px;
|
|
35523
|
+
display: flex;
|
|
35524
|
+
align-items: center;
|
|
35528
35525
|
}
|
|
35529
35526
|
|
|
35530
|
-
.
|
|
35531
|
-
|
|
35527
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35528
|
+
min-height: auto;
|
|
35529
|
+
white-space: nowrap;
|
|
35532
35530
|
}
|
|
35533
35531
|
|
|
35534
|
-
.
|
|
35535
|
-
|
|
35532
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35533
|
+
font-size: 13px;
|
|
35534
|
+
line-height: 20px;
|
|
35535
|
+
max-width: 100%;
|
|
35536
|
+
padding-right: 0;
|
|
35536
35537
|
}
|
|
35537
35538
|
|
|
35538
|
-
.
|
|
35539
|
-
|
|
35539
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35540
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35541
|
+
}
|
|
35542
|
+
|
|
35543
|
+
.E_h6l1tj4 {
|
|
35544
|
+
width: 100%;
|
|
35545
|
+
display: inline-flex;
|
|
35540
35546
|
align-items: center;
|
|
35541
|
-
|
|
35547
|
+
justify-content: center;
|
|
35548
|
+
column-gap: 4px;
|
|
35542
35549
|
}
|
|
35543
35550
|
|
|
35544
|
-
.
|
|
35545
|
-
|
|
35546
|
-
|
|
35551
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
35552
|
+
display: inline-flex;
|
|
35553
|
+
align-items: center;
|
|
35554
|
+
width: 18px;
|
|
35555
|
+
height: 18px;
|
|
35556
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35557
|
+
justify-content: center;
|
|
35547
35558
|
}
|
|
35548
35559
|
|
|
35549
|
-
.
|
|
35550
|
-
|
|
35551
|
-
|
|
35552
|
-
|
|
35560
|
+
.E_v18frne8 {
|
|
35561
|
+
width: 100%;
|
|
35562
|
+
display: flex;
|
|
35563
|
+
align-items: center;
|
|
35564
|
+
justify-content: center;
|
|
35565
|
+
column-gap: 6px;
|
|
35566
|
+
font-size: 13px;
|
|
35553
35567
|
}
|
|
35554
35568
|
|
|
35555
|
-
.
|
|
35556
|
-
display: inline;
|
|
35569
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
35570
|
+
display: inline-flex;
|
|
35571
|
+
align-items: center;
|
|
35572
|
+
min-width: 20px;
|
|
35573
|
+
min-height: 20px;
|
|
35574
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35575
|
+
justify-content: center;
|
|
35557
35576
|
}
|
|
35558
35577
|
|
|
35559
|
-
.
|
|
35560
|
-
|
|
35561
|
-
|
|
35562
|
-
|
|
35563
|
-
|
|
35578
|
+
.E_t1dtlqs1 {
|
|
35579
|
+
margin-bottom: 4px;
|
|
35580
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35581
|
+
overflow: hidden;
|
|
35582
|
+
text-overflow: ellipsis;
|
|
35583
|
+
white-space: nowrap;
|
|
35564
35584
|
}
|
|
35565
35585
|
|
|
35566
|
-
.
|
|
35567
|
-
|
|
35586
|
+
.E_s1ese5oy {
|
|
35587
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35588
|
+
line-height: 32px;
|
|
35589
|
+
height: 32px;
|
|
35590
|
+
margin-bottom: 0;
|
|
35568
35591
|
}
|
|
35569
35592
|
|
|
35570
|
-
.
|
|
35571
|
-
|
|
35593
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
35594
|
+
color: #0080ff;
|
|
35572
35595
|
}
|
|
35573
35596
|
|
|
35574
|
-
.
|
|
35575
|
-
|
|
35597
|
+
.E_s1ese5oy.warning {
|
|
35598
|
+
color: #ffa500;
|
|
35576
35599
|
}
|
|
35577
35600
|
|
|
35578
|
-
.
|
|
35579
|
-
color: #
|
|
35601
|
+
.E_s1ese5oy.success {
|
|
35602
|
+
color: #00ba5d;
|
|
35580
35603
|
}
|
|
35581
35604
|
|
|
35582
|
-
.
|
|
35583
|
-
color: #
|
|
35584
|
-
font-weight: normal;
|
|
35605
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
35606
|
+
color: #f0483e;
|
|
35585
35607
|
}
|
|
35586
35608
|
|
|
35587
|
-
.
|
|
35609
|
+
.E_s1ese5oy.normal {
|
|
35588
35610
|
color: rgba(44, 56, 82, 0.6);
|
|
35589
35611
|
}
|
|
35590
35612
|
|
|
35591
|
-
.
|
|
35613
|
+
.E_b1ibis43 {
|
|
35614
|
+
margin-bottom: 0;
|
|
35592
35615
|
color: #00122e;
|
|
35593
35616
|
}
|
|
35594
35617
|
|
|
35595
|
-
.
|
|
35596
|
-
|
|
35618
|
+
.E_b11xxjd2 {
|
|
35619
|
+
line-height: 32px;
|
|
35620
|
+
margin-right: 6px;
|
|
35597
35621
|
}
|
|
35598
35622
|
|
|
35599
|
-
.
|
|
35623
|
+
.E_bsub5bw.with-description {
|
|
35624
|
+
height: 24px;
|
|
35625
|
+
flex: 1;
|
|
35626
|
+
position: relative;
|
|
35627
|
+
top: -7px;
|
|
35628
|
+
}
|
|
35629
|
+
|
|
35630
|
+
.E_bsub5bw p {
|
|
35631
|
+
width: 100%;
|
|
35600
35632
|
overflow: hidden;
|
|
35601
|
-
white-space: nowrap;
|
|
35602
35633
|
text-overflow: ellipsis;
|
|
35634
|
+
white-space: nowrap;
|
|
35603
35635
|
}
|
|
35604
35636
|
|
|
35605
|
-
.
|
|
35606
|
-
|
|
35637
|
+
.E_tmoyoag {
|
|
35638
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35639
|
+
border-radius: 8px;
|
|
35640
|
+
overflow: auto;
|
|
35607
35641
|
}
|
|
35608
35642
|
|
|
35609
|
-
.
|
|
35610
|
-
|
|
35643
|
+
.E_tmoyoag .ant-list {
|
|
35644
|
+
position: relative;
|
|
35611
35645
|
}
|
|
35612
35646
|
|
|
35613
|
-
.
|
|
35614
|
-
|
|
35615
|
-
|
|
35647
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35648
|
+
position: sticky;
|
|
35649
|
+
top: 0;
|
|
35650
|
+
z-index: 2;
|
|
35651
|
+
display: flex;
|
|
35652
|
+
padding: 8px;
|
|
35653
|
+
flex-wrap: nowrap;
|
|
35654
|
+
justify-content: flex-start;
|
|
35655
|
+
background: #f2f5fa;
|
|
35656
|
+
font-size: 14px;
|
|
35657
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35658
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35616
35659
|
}
|
|
35617
35660
|
|
|
35618
|
-
.
|
|
35619
|
-
|
|
35620
|
-
margin-right: 4px;
|
|
35621
|
-
flex: 1;
|
|
35622
|
-
overflow: visible;
|
|
35661
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35662
|
+
align-items: inherit;
|
|
35623
35663
|
}
|
|
35624
35664
|
|
|
35625
|
-
.
|
|
35626
|
-
|
|
35627
|
-
|
|
35665
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35666
|
+
display: flex;
|
|
35667
|
+
justify-content: flex-start;
|
|
35668
|
+
align-items: flex-start;
|
|
35669
|
+
flex-wrap: wrap;
|
|
35670
|
+
padding: 8px;
|
|
35671
|
+
border: none;
|
|
35628
35672
|
}
|
|
35629
35673
|
|
|
35630
|
-
.
|
|
35631
|
-
|
|
35632
|
-
|
|
35633
|
-
|
|
35634
|
-
|
|
35635
|
-
font-size: 12px;
|
|
35674
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35675
|
+
flex-basis: 100%;
|
|
35676
|
+
margin: 12px 0 0;
|
|
35677
|
+
order: 99;
|
|
35678
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35636
35679
|
}
|
|
35637
35680
|
|
|
35638
|
-
.
|
|
35639
|
-
|
|
35681
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35682
|
+
color: #f0483e;
|
|
35683
|
+
flex-basis: 100%;
|
|
35684
|
+
order: 98;
|
|
35685
|
+
margin: 12px 0 0;
|
|
35640
35686
|
}
|
|
35641
35687
|
|
|
35642
|
-
.
|
|
35643
|
-
|
|
35688
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35689
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35644
35690
|
}
|
|
35645
35691
|
|
|
35646
|
-
.
|
|
35647
|
-
|
|
35648
|
-
padding-right: 4px;
|
|
35649
|
-
border-radius: 4px 0 0 4px;
|
|
35692
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35693
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35650
35694
|
}
|
|
35651
35695
|
|
|
35652
|
-
.
|
|
35653
|
-
|
|
35696
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35697
|
+
flex: 1 0 0;
|
|
35698
|
+
overflow: hidden;
|
|
35654
35699
|
}
|
|
35655
35700
|
|
|
35656
|
-
.
|
|
35657
|
-
|
|
35658
|
-
|
|
35659
|
-
border-radius: 0 4px 4px 0;
|
|
35701
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35702
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35703
|
+
margin: 0;
|
|
35660
35704
|
}
|
|
35661
35705
|
|
|
35662
|
-
.
|
|
35663
|
-
|
|
35664
|
-
width: 0;
|
|
35665
|
-
height: 0;
|
|
35666
|
-
border: 13px solid transparent;
|
|
35667
|
-
position: absolute;
|
|
35668
|
-
top: 0;
|
|
35669
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35670
|
-
z-index: 2;
|
|
35671
|
-
position: relative;
|
|
35672
|
-
top: -50%;
|
|
35673
|
-
right: -100%;
|
|
35706
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35707
|
+
text-align: center;
|
|
35674
35708
|
}
|
|
35675
35709
|
|
|
35676
|
-
.
|
|
35677
|
-
|
|
35710
|
+
.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 > * {
|
|
35711
|
+
text-align: center;
|
|
35678
35712
|
}
|
|
35679
35713
|
|
|
35680
|
-
.
|
|
35681
|
-
|
|
35682
|
-
width: 0;
|
|
35683
|
-
height: 0;
|
|
35684
|
-
border: 13px solid transparent;
|
|
35685
|
-
position: absolute;
|
|
35686
|
-
top: 0;
|
|
35687
|
-
border-left: 8px solid #fff;
|
|
35688
|
-
left: 0;
|
|
35714
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35715
|
+
text-align: left;
|
|
35689
35716
|
}
|
|
35690
35717
|
|
|
35691
|
-
.
|
|
35692
|
-
|
|
35718
|
+
.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 > * {
|
|
35719
|
+
text-align: left;
|
|
35693
35720
|
}
|
|
35694
35721
|
|
|
35695
|
-
.
|
|
35696
|
-
|
|
35722
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35723
|
+
text-align: right;
|
|
35697
35724
|
}
|
|
35698
35725
|
|
|
35699
|
-
.
|
|
35700
|
-
|
|
35726
|
+
.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 > * {
|
|
35727
|
+
text-align: right;
|
|
35701
35728
|
}
|
|
35702
35729
|
|
|
35703
|
-
.
|
|
35704
|
-
|
|
35705
|
-
min-width: var(--item-min-width);
|
|
35730
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35731
|
+
margin-right: 8px;
|
|
35706
35732
|
}
|
|
35707
35733
|
|
|
35708
|
-
.
|
|
35709
|
-
|
|
35710
|
-
|
|
35734
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35735
|
+
padding: 4px;
|
|
35736
|
+
width: 24px;
|
|
35737
|
+
height: 24px;
|
|
35738
|
+
overflow: hidden;
|
|
35711
35739
|
}
|
|
35712
35740
|
|
|
35713
|
-
.
|
|
35714
|
-
|
|
35715
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35741
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35742
|
+
padding: 0;
|
|
35716
35743
|
}
|
|
35717
35744
|
|
|
35718
|
-
.
|
|
35719
|
-
|
|
35745
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35746
|
+
cursor: not-allowed;
|
|
35747
|
+
opacity: 0.5;
|
|
35720
35748
|
}
|
|
35721
35749
|
|
|
35722
|
-
.
|
|
35723
|
-
|
|
35724
|
-
row-gap: 2px;
|
|
35750
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35751
|
+
margin: 0;
|
|
35725
35752
|
}
|
|
35726
35753
|
|
|
35727
|
-
.
|
|
35728
|
-
|
|
35754
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35755
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35756
|
+
border-radius: 5px;
|
|
35757
|
+
font-size: 12px;
|
|
35729
35758
|
}
|
|
35730
35759
|
|
|
35731
|
-
.
|
|
35732
|
-
|
|
35760
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35761
|
+
font-size: inherit;
|
|
35733
35762
|
}
|
|
35734
35763
|
|
|
35735
|
-
.
|
|
35736
|
-
|
|
35764
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35765
|
+
min-height: 24px;
|
|
35766
|
+
font-size: 12px;
|
|
35767
|
+
position: relative;
|
|
35737
35768
|
}
|
|
35738
35769
|
|
|
35739
|
-
.
|
|
35740
|
-
|
|
35741
|
-
border-radius: 4px;
|
|
35742
|
-
height: 32px;
|
|
35743
|
-
display: flex;
|
|
35744
|
-
align-items: center;
|
|
35770
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35771
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35745
35772
|
}
|
|
35746
35773
|
|
|
35747
|
-
.
|
|
35748
|
-
|
|
35749
|
-
white-space: nowrap;
|
|
35774
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35775
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35750
35776
|
}
|
|
35751
35777
|
|
|
35752
|
-
.
|
|
35753
|
-
|
|
35754
|
-
|
|
35755
|
-
|
|
35756
|
-
padding-right: 0;
|
|
35778
|
+
.E_a138syjm {
|
|
35779
|
+
display: flex;
|
|
35780
|
+
align-items: center;
|
|
35781
|
+
margin-top: 8px;
|
|
35757
35782
|
}
|
|
35758
35783
|
|
|
35759
|
-
.
|
|
35760
|
-
|
|
35784
|
+
.E_a138syjm button.ant-btn {
|
|
35785
|
+
padding: 2px 8px;
|
|
35786
|
+
height: 24px;
|
|
35761
35787
|
}
|
|
35762
35788
|
|
|
35763
|
-
.
|
|
35764
|
-
|
|
35765
|
-
|
|
35766
|
-
|
|
35767
|
-
justify-content: center;
|
|
35768
|
-
column-gap: 4px;
|
|
35789
|
+
.E_a138syjm > span.maximum-desc {
|
|
35790
|
+
display: none;
|
|
35791
|
+
margin-left: 8px;
|
|
35792
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35769
35793
|
}
|
|
35770
35794
|
|
|
35771
|
-
.
|
|
35772
|
-
display: inline
|
|
35773
|
-
align-items: center;
|
|
35774
|
-
width: 18px;
|
|
35775
|
-
height: 18px;
|
|
35776
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35777
|
-
justify-content: center;
|
|
35795
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35796
|
+
display: inline;
|
|
35778
35797
|
}
|
|
35779
35798
|
|
|
35780
|
-
.
|
|
35781
|
-
width:
|
|
35782
|
-
|
|
35783
|
-
|
|
35784
|
-
|
|
35785
|
-
column-gap: 6px;
|
|
35786
|
-
font-size: 13px;
|
|
35799
|
+
.E_d77i8u0 {
|
|
35800
|
+
width: 24px;
|
|
35801
|
+
height: 24px;
|
|
35802
|
+
padding: 4px;
|
|
35803
|
+
margin-right: 8px;
|
|
35787
35804
|
}
|
|
35788
35805
|
|
|
35789
|
-
.
|
|
35790
|
-
|
|
35791
|
-
|
|
35792
|
-
min-width: 20px;
|
|
35793
|
-
min-height: 20px;
|
|
35794
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35795
|
-
justify-content: center;
|
|
35806
|
+
.E_i1g85yz3 {
|
|
35807
|
+
margin-right: 4px;
|
|
35808
|
+
height: 16px;
|
|
35796
35809
|
}
|
|
35797
35810
|
|
|
35798
35811
|
.E_t13ef470 {
|
|
@@ -35832,9 +35845,29 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35832
35845
|
background: rgba(163, 180, 204, 0.18);
|
|
35833
35846
|
}
|
|
35834
35847
|
|
|
35835
|
-
.
|
|
35836
|
-
|
|
35837
|
-
|
|
35848
|
+
.E_t1gvlxt5 {
|
|
35849
|
+
min-width: 0;
|
|
35850
|
+
flex: 1;
|
|
35851
|
+
}
|
|
35852
|
+
|
|
35853
|
+
.E_t1gvlxt5 .tag {
|
|
35854
|
+
flex: 0 0 auto;
|
|
35855
|
+
}
|
|
35856
|
+
|
|
35857
|
+
.E_t1gvlxt5 .progress-title {
|
|
35858
|
+
flex: 2;
|
|
35859
|
+
max-width: fit-content;
|
|
35860
|
+
}
|
|
35861
|
+
|
|
35862
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35863
|
+
flex: 1;
|
|
35864
|
+
max-width: fit-content;
|
|
35865
|
+
}
|
|
35866
|
+
|
|
35867
|
+
.E_a1ji6r68 {
|
|
35868
|
+
display: flex;
|
|
35869
|
+
align-items: center;
|
|
35870
|
+
column-gap: var(--a1ji6r68-0);
|
|
35838
35871
|
}
|
|
35839
35872
|
|
|
35840
35873
|
.E_msn7nxt {
|
|
@@ -36021,31 +36054,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36021
36054
|
margin-left: 8px;
|
|
36022
36055
|
}
|
|
36023
36056
|
|
|
36024
|
-
.E_t1gvlxt5 {
|
|
36025
|
-
min-width: 0;
|
|
36026
|
-
flex: 1;
|
|
36027
|
-
}
|
|
36028
|
-
|
|
36029
|
-
.E_t1gvlxt5 .tag {
|
|
36030
|
-
flex: 0 0 auto;
|
|
36031
|
-
}
|
|
36032
|
-
|
|
36033
|
-
.E_t1gvlxt5 .progress-title {
|
|
36034
|
-
flex: 2;
|
|
36035
|
-
max-width: fit-content;
|
|
36036
|
-
}
|
|
36037
|
-
|
|
36038
|
-
.E_t1gvlxt5 .progress-desc {
|
|
36039
|
-
flex: 1;
|
|
36040
|
-
max-width: fit-content;
|
|
36041
|
-
}
|
|
36042
|
-
|
|
36043
|
-
.E_a1ji6r68 {
|
|
36044
|
-
display: flex;
|
|
36045
|
-
align-items: center;
|
|
36046
|
-
column-gap: var(--a1ji6r68-0);
|
|
36047
|
-
}
|
|
36048
|
-
|
|
36049
36057
|
.E_s20iney.skeleton-box {
|
|
36050
36058
|
display: flex;
|
|
36051
36059
|
align-items: center;
|
|
@@ -36133,6 +36141,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36133
36141
|
display: block;
|
|
36134
36142
|
}
|
|
36135
36143
|
|
|
36144
|
+
.E_i14c7jc8 {
|
|
36145
|
+
color: var(--i14c7jc8-0);
|
|
36146
|
+
}
|
|
36147
|
+
|
|
36148
|
+
.E_i1ibuolf {
|
|
36149
|
+
display: flex;
|
|
36150
|
+
align-items: center;
|
|
36151
|
+
column-gap: 4px;
|
|
36152
|
+
font-size: 12px;
|
|
36153
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36154
|
+
}
|
|
36155
|
+
|
|
36136
36156
|
.E_d1u4ndxc {
|
|
36137
36157
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
36138
36158
|
font-size: 12px;
|
|
@@ -36163,15 +36183,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36163
36183
|
to {
|
|
36164
36184
|
transform: translateX(100%);
|
|
36165
36185
|
}
|
|
36166
|
-
}
|
|
36167
|
-
.E_i14c7jc8 {
|
|
36168
|
-
color: var(--i14c7jc8-0);
|
|
36169
|
-
}
|
|
36170
|
-
|
|
36171
|
-
.E_i1ibuolf {
|
|
36172
|
-
display: flex;
|
|
36173
|
-
align-items: center;
|
|
36174
|
-
column-gap: 4px;
|
|
36175
|
-
font-size: 12px;
|
|
36176
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
36177
36186
|
}
|