@cloudtower/eagle 0.32.11 → 0.32.13
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/README.md +6 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1521 -1522
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1057 -1057
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29575,6 +29575,32 @@ html body {
|
|
|
29575
29575
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29576
29576
|
}
|
|
29577
29577
|
}
|
|
29578
|
+
.E_skwah65 {
|
|
29579
|
+
height: 8px;
|
|
29580
|
+
box-sizing: border-box;
|
|
29581
|
+
border-radius: 2px;
|
|
29582
|
+
background: #f5f7fa;
|
|
29583
|
+
display: flex;
|
|
29584
|
+
width: 100%;
|
|
29585
|
+
overflow: hidden;
|
|
29586
|
+
}
|
|
29587
|
+
|
|
29588
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29589
|
+
margin-left: 1px;
|
|
29590
|
+
}
|
|
29591
|
+
|
|
29592
|
+
.E_gmyahx3 {
|
|
29593
|
+
cursor: pointer;
|
|
29594
|
+
}
|
|
29595
|
+
|
|
29596
|
+
.E_gmyahx3 .link-text {
|
|
29597
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29598
|
+
}
|
|
29599
|
+
|
|
29600
|
+
.E_gmyahx3:hover .link-text {
|
|
29601
|
+
color: #0080ff;
|
|
29602
|
+
}
|
|
29603
|
+
|
|
29578
29604
|
.E_c18bcrac {
|
|
29579
29605
|
display: inline-block;
|
|
29580
29606
|
width: 100%;
|
|
@@ -29624,113 +29650,28 @@ html body {
|
|
|
29624
29650
|
margin-right: 4px;
|
|
29625
29651
|
}
|
|
29626
29652
|
|
|
29627
|
-
.
|
|
29628
|
-
width: 192px;
|
|
29629
|
-
height: 246px;
|
|
29630
|
-
border-radius: 4px;
|
|
29631
|
-
}
|
|
29632
|
-
|
|
29633
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
29634
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29635
|
-
width: 100%;
|
|
29636
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
29637
|
-
border-top: none;
|
|
29638
|
-
}
|
|
29639
|
-
|
|
29640
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29641
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29642
|
-
padding: 0 16px;
|
|
29643
|
-
}
|
|
29644
|
-
|
|
29645
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
29646
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
29647
|
-
width: 100%;
|
|
29648
|
-
height: 180px;
|
|
29649
|
-
border-spacing: 0;
|
|
29650
|
-
}
|
|
29651
|
-
|
|
29652
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
29653
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
29654
|
-
margin-bottom: 8px;
|
|
29655
|
-
}
|
|
29656
|
-
|
|
29657
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
29658
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
29659
|
-
width: 22px;
|
|
29660
|
-
}
|
|
29661
|
-
|
|
29662
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
29663
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
29664
|
-
padding: 0;
|
|
29665
|
-
}
|
|
29666
|
-
|
|
29667
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
29668
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29669
|
-
opacity: 0.4;
|
|
29670
|
-
}
|
|
29671
|
-
|
|
29672
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
29673
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29674
|
-
opacity: 1;
|
|
29675
|
-
}
|
|
29676
|
-
|
|
29677
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
29678
|
-
color: #3e4652;
|
|
29679
|
-
}
|
|
29680
|
-
|
|
29681
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
29682
|
-
pointer-events: none;
|
|
29683
|
-
}
|
|
29684
|
-
|
|
29685
|
-
.E_t1tsm00v {
|
|
29686
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29687
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29688
|
-
backdrop-filter: blur(10px);
|
|
29689
|
-
padding: 7px 10px;
|
|
29690
|
-
}
|
|
29691
|
-
|
|
29692
|
-
.E_c167wnad {
|
|
29693
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29653
|
+
.E_n12mqh7z {
|
|
29694
29654
|
display: flex;
|
|
29695
|
-
justify-content: space-between;
|
|
29696
29655
|
align-items: center;
|
|
29697
|
-
|
|
29698
|
-
|
|
29699
|
-
|
|
29700
|
-
.E_c167wnad .anticon {
|
|
29701
|
-
cursor: pointer;
|
|
29702
|
-
}
|
|
29703
|
-
|
|
29704
|
-
.E_c167wnad .anticon:hover {
|
|
29705
|
-
color: #0096ff;
|
|
29706
|
-
}
|
|
29707
|
-
|
|
29708
|
-
.E_cxhf7dh {
|
|
29709
|
-
text-align: center;
|
|
29656
|
+
font-size: 12px;
|
|
29657
|
+
line-height: 18px;
|
|
29710
29658
|
}
|
|
29711
29659
|
|
|
29712
|
-
.
|
|
29713
|
-
|
|
29714
|
-
justify-content: center;
|
|
29660
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29661
|
+
margin-bottom: 4px;
|
|
29715
29662
|
}
|
|
29716
29663
|
|
|
29717
|
-
.
|
|
29718
|
-
|
|
29719
|
-
width: 2px;
|
|
29720
|
-
height: 2px;
|
|
29721
|
-
border-radius: 1px;
|
|
29722
|
-
background: #0096ff;
|
|
29664
|
+
.E_tf5bynu {
|
|
29665
|
+
margin: 0 3px;
|
|
29723
29666
|
}
|
|
29724
29667
|
|
|
29725
|
-
.
|
|
29726
|
-
|
|
29668
|
+
.E_tcckoz1 {
|
|
29669
|
+
max-height: 400px;
|
|
29670
|
+
overflow: auto;
|
|
29727
29671
|
}
|
|
29728
29672
|
|
|
29729
|
-
.
|
|
29730
|
-
|
|
29731
|
-
height: 2px;
|
|
29732
|
-
background: #0096ff;
|
|
29733
|
-
border-radius: 2px;
|
|
29673
|
+
span.E_tqjc4ui {
|
|
29674
|
+
margin: 0 2px;
|
|
29734
29675
|
}
|
|
29735
29676
|
|
|
29736
29677
|
.E_s1ebs0ra {
|
|
@@ -29804,26 +29745,6 @@ html body {
|
|
|
29804
29745
|
background: #fff;
|
|
29805
29746
|
}
|
|
29806
29747
|
|
|
29807
|
-
.E_n12mqh7z {
|
|
29808
|
-
display: flex;
|
|
29809
|
-
align-items: center;
|
|
29810
|
-
font-size: 12px;
|
|
29811
|
-
line-height: 18px;
|
|
29812
|
-
}
|
|
29813
|
-
|
|
29814
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29815
|
-
margin-bottom: 4px;
|
|
29816
|
-
}
|
|
29817
|
-
|
|
29818
|
-
.E_tf5bynu {
|
|
29819
|
-
margin: 0 3px;
|
|
29820
|
-
}
|
|
29821
|
-
|
|
29822
|
-
.E_tcckoz1 {
|
|
29823
|
-
max-height: 400px;
|
|
29824
|
-
overflow: auto;
|
|
29825
|
-
}
|
|
29826
|
-
|
|
29827
29748
|
.E_ou7iq30 {
|
|
29828
29749
|
overflow: hidden;
|
|
29829
29750
|
text-overflow: ellipsis;
|
|
@@ -29853,10 +29774,6 @@ html body {
|
|
|
29853
29774
|
visibility: hidden;
|
|
29854
29775
|
}
|
|
29855
29776
|
|
|
29856
|
-
span.E_tqjc4ui {
|
|
29857
|
-
margin: 0 2px;
|
|
29858
|
-
}
|
|
29859
|
-
|
|
29860
29777
|
.E_t1sqg15u {
|
|
29861
29778
|
background: white;
|
|
29862
29779
|
}
|
|
@@ -29963,20 +29880,6 @@ span.E_tqjc4ui {
|
|
|
29963
29880
|
padding-right: 12px;
|
|
29964
29881
|
}
|
|
29965
29882
|
|
|
29966
|
-
.E_skwah65 {
|
|
29967
|
-
height: 8px;
|
|
29968
|
-
box-sizing: border-box;
|
|
29969
|
-
border-radius: 2px;
|
|
29970
|
-
background: #f5f7fa;
|
|
29971
|
-
display: flex;
|
|
29972
|
-
width: 100%;
|
|
29973
|
-
overflow: hidden;
|
|
29974
|
-
}
|
|
29975
|
-
|
|
29976
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29977
|
-
margin-left: 1px;
|
|
29978
|
-
}
|
|
29979
|
-
|
|
29980
29883
|
.E_c1up1pdz {
|
|
29981
29884
|
width: 648px;
|
|
29982
29885
|
}
|
|
@@ -30143,68 +30046,165 @@ span.E_tqjc4ui {
|
|
|
30143
30046
|
color: #fff;
|
|
30144
30047
|
}
|
|
30145
30048
|
|
|
30146
|
-
.
|
|
30147
|
-
|
|
30049
|
+
.E_clm1wy1 {
|
|
30050
|
+
width: 192px;
|
|
30051
|
+
height: 246px;
|
|
30052
|
+
border-radius: 4px;
|
|
30148
30053
|
}
|
|
30149
30054
|
|
|
30150
|
-
.
|
|
30151
|
-
|
|
30055
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
30056
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30057
|
+
width: 100%;
|
|
30058
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
30059
|
+
border-top: none;
|
|
30152
30060
|
}
|
|
30153
30061
|
|
|
30154
|
-
.
|
|
30155
|
-
|
|
30062
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30063
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30064
|
+
padding: 0 16px;
|
|
30156
30065
|
}
|
|
30157
30066
|
|
|
30158
|
-
.
|
|
30159
|
-
|
|
30160
|
-
|
|
30161
|
-
|
|
30067
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30068
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30069
|
+
width: 100%;
|
|
30070
|
+
height: 180px;
|
|
30071
|
+
border-spacing: 0;
|
|
30162
30072
|
}
|
|
30163
30073
|
|
|
30164
|
-
.
|
|
30165
|
-
|
|
30166
|
-
|
|
30167
|
-
justify-content: space-between;
|
|
30074
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30075
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30076
|
+
margin-bottom: 8px;
|
|
30168
30077
|
}
|
|
30169
30078
|
|
|
30170
|
-
.
|
|
30171
|
-
|
|
30079
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30080
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30081
|
+
width: 22px;
|
|
30172
30082
|
}
|
|
30173
30083
|
|
|
30174
|
-
.
|
|
30175
|
-
|
|
30084
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30085
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30086
|
+
padding: 0;
|
|
30176
30087
|
}
|
|
30177
30088
|
|
|
30178
|
-
.
|
|
30179
|
-
color:
|
|
30180
|
-
|
|
30181
|
-
overflow: hidden;
|
|
30182
|
-
text-overflow: ellipsis;
|
|
30089
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30090
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30091
|
+
opacity: 0.4;
|
|
30183
30092
|
}
|
|
30184
30093
|
|
|
30185
|
-
.
|
|
30186
|
-
|
|
30094
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
30095
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30096
|
+
opacity: 1;
|
|
30187
30097
|
}
|
|
30188
30098
|
|
|
30189
|
-
.
|
|
30190
|
-
|
|
30099
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30100
|
+
color: #3e4652;
|
|
30191
30101
|
}
|
|
30192
30102
|
|
|
30193
|
-
.
|
|
30194
|
-
|
|
30195
|
-
padding: 0 8px 4px;
|
|
30196
|
-
line-height: 18px;
|
|
30103
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30104
|
+
pointer-events: none;
|
|
30197
30105
|
}
|
|
30198
30106
|
|
|
30199
|
-
.
|
|
30200
|
-
|
|
30107
|
+
.E_t1tsm00v {
|
|
30108
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30109
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30110
|
+
backdrop-filter: blur(10px);
|
|
30111
|
+
padding: 7px 10px;
|
|
30201
30112
|
}
|
|
30202
30113
|
|
|
30203
|
-
.
|
|
30204
|
-
|
|
30114
|
+
.E_c167wnad {
|
|
30115
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30116
|
+
display: flex;
|
|
30117
|
+
justify-content: space-between;
|
|
30118
|
+
align-items: center;
|
|
30119
|
+
padding: 8px 16px;
|
|
30205
30120
|
}
|
|
30206
30121
|
|
|
30207
|
-
.
|
|
30122
|
+
.E_c167wnad .anticon {
|
|
30123
|
+
cursor: pointer;
|
|
30124
|
+
}
|
|
30125
|
+
|
|
30126
|
+
.E_c167wnad .anticon:hover {
|
|
30127
|
+
color: #0096ff;
|
|
30128
|
+
}
|
|
30129
|
+
|
|
30130
|
+
.E_cxhf7dh {
|
|
30131
|
+
text-align: center;
|
|
30132
|
+
}
|
|
30133
|
+
|
|
30134
|
+
.E_cxhf7dh .dots {
|
|
30135
|
+
display: flex;
|
|
30136
|
+
justify-content: center;
|
|
30137
|
+
}
|
|
30138
|
+
|
|
30139
|
+
.E_cxhf7dh .dot {
|
|
30140
|
+
display: inline-block;
|
|
30141
|
+
width: 2px;
|
|
30142
|
+
height: 2px;
|
|
30143
|
+
border-radius: 1px;
|
|
30144
|
+
background: #0096ff;
|
|
30145
|
+
}
|
|
30146
|
+
|
|
30147
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
30148
|
+
margin-right: 2px;
|
|
30149
|
+
}
|
|
30150
|
+
|
|
30151
|
+
.E_cxhf7dh .bar {
|
|
30152
|
+
width: 9px;
|
|
30153
|
+
height: 2px;
|
|
30154
|
+
background: #0096ff;
|
|
30155
|
+
border-radius: 2px;
|
|
30156
|
+
}
|
|
30157
|
+
|
|
30158
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30159
|
+
background: #edf0f7;
|
|
30160
|
+
padding: 32px 8px;
|
|
30161
|
+
overflow: auto;
|
|
30162
|
+
}
|
|
30163
|
+
|
|
30164
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30165
|
+
display: flex;
|
|
30166
|
+
flex-direction: column;
|
|
30167
|
+
justify-content: space-between;
|
|
30168
|
+
}
|
|
30169
|
+
|
|
30170
|
+
.E_s1at6qmn footer {
|
|
30171
|
+
display: flex;
|
|
30172
|
+
}
|
|
30173
|
+
|
|
30174
|
+
.E_s1at6qmn .ant-menu {
|
|
30175
|
+
background: #edf0f7;
|
|
30176
|
+
}
|
|
30177
|
+
|
|
30178
|
+
.E_s1at6qmn .ant-menu a {
|
|
30179
|
+
color: #00122e;
|
|
30180
|
+
width: 180px;
|
|
30181
|
+
overflow: hidden;
|
|
30182
|
+
text-overflow: ellipsis;
|
|
30183
|
+
}
|
|
30184
|
+
|
|
30185
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30186
|
+
margin-bottom: 24px;
|
|
30187
|
+
}
|
|
30188
|
+
|
|
30189
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30190
|
+
margin: 0;
|
|
30191
|
+
}
|
|
30192
|
+
|
|
30193
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30194
|
+
font-size: 12px;
|
|
30195
|
+
padding: 0 8px 4px;
|
|
30196
|
+
line-height: 18px;
|
|
30197
|
+
}
|
|
30198
|
+
|
|
30199
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30200
|
+
padding: 0;
|
|
30201
|
+
}
|
|
30202
|
+
|
|
30203
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30204
|
+
padding-bottom: 24px;
|
|
30205
|
+
}
|
|
30206
|
+
|
|
30207
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30208
30208
|
margin-bottom: 24px;
|
|
30209
30209
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30210
30210
|
}
|
|
@@ -30291,29 +30291,38 @@ span.E_tqjc4ui {
|
|
|
30291
30291
|
text-align: left;
|
|
30292
30292
|
}
|
|
30293
30293
|
|
|
30294
|
-
.
|
|
30294
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30295
30295
|
display: flex;
|
|
30296
30296
|
align-items: center;
|
|
30297
|
-
justify-content: flex-end;
|
|
30298
30297
|
}
|
|
30299
30298
|
|
|
30300
|
-
.
|
|
30301
|
-
|
|
30302
|
-
align-items: center;
|
|
30303
|
-
width: calc(100% - 40px);
|
|
30299
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30300
|
+
margin-right: 8px;
|
|
30304
30301
|
}
|
|
30305
30302
|
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30308
|
-
|
|
30303
|
+
.E_c18gxmrl {
|
|
30304
|
+
border: 1px solid #d8deeb;
|
|
30305
|
+
border-radius: 4px;
|
|
30309
30306
|
}
|
|
30310
30307
|
|
|
30311
|
-
.
|
|
30312
|
-
|
|
30308
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30309
|
+
margin-top: 8px;
|
|
30313
30310
|
}
|
|
30314
30311
|
|
|
30315
|
-
.
|
|
30316
|
-
color: #
|
|
30312
|
+
.E_c18gxmrl:hover {
|
|
30313
|
+
border-color: #0080ff;
|
|
30314
|
+
}
|
|
30315
|
+
|
|
30316
|
+
.E_c18gxmrl:hover > header {
|
|
30317
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30318
|
+
}
|
|
30319
|
+
|
|
30320
|
+
.E_c18gxmrl.active header {
|
|
30321
|
+
border-bottom: 1px solid #d8deeb;
|
|
30322
|
+
}
|
|
30323
|
+
|
|
30324
|
+
.E_c18gxmrl > header {
|
|
30325
|
+
padding: 8px 12px;
|
|
30317
30326
|
}
|
|
30318
30327
|
|
|
30319
30328
|
.E_t160l1cm {
|
|
@@ -30566,31 +30575,6 @@ span.E_tqjc4ui {
|
|
|
30566
30575
|
background: transparent;
|
|
30567
30576
|
}
|
|
30568
30577
|
|
|
30569
|
-
.E_c18gxmrl {
|
|
30570
|
-
border: 1px solid #d8deeb;
|
|
30571
|
-
border-radius: 4px;
|
|
30572
|
-
}
|
|
30573
|
-
|
|
30574
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30575
|
-
margin-top: 8px;
|
|
30576
|
-
}
|
|
30577
|
-
|
|
30578
|
-
.E_c18gxmrl:hover {
|
|
30579
|
-
border-color: #0080ff;
|
|
30580
|
-
}
|
|
30581
|
-
|
|
30582
|
-
.E_c18gxmrl:hover > header {
|
|
30583
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30584
|
-
}
|
|
30585
|
-
|
|
30586
|
-
.E_c18gxmrl.active header {
|
|
30587
|
-
border-bottom: 1px solid #d8deeb;
|
|
30588
|
-
}
|
|
30589
|
-
|
|
30590
|
-
.E_c18gxmrl > header {
|
|
30591
|
-
padding: 8px 12px;
|
|
30592
|
-
}
|
|
30593
|
-
|
|
30594
30578
|
.E_m74vjol {
|
|
30595
30579
|
display: flex;
|
|
30596
30580
|
justify-content: space-between;
|
|
@@ -30618,13 +30602,29 @@ span.E_tqjc4ui {
|
|
|
30618
30602
|
width: 100%;
|
|
30619
30603
|
}
|
|
30620
30604
|
|
|
30621
|
-
.
|
|
30605
|
+
.E_wg1tsps {
|
|
30622
30606
|
display: flex;
|
|
30623
30607
|
align-items: center;
|
|
30608
|
+
justify-content: flex-end;
|
|
30624
30609
|
}
|
|
30625
30610
|
|
|
30626
|
-
.
|
|
30627
|
-
|
|
30611
|
+
.E_b1ctd5xy {
|
|
30612
|
+
display: flex;
|
|
30613
|
+
align-items: center;
|
|
30614
|
+
width: calc(100% - 40px);
|
|
30615
|
+
}
|
|
30616
|
+
|
|
30617
|
+
.E_b1ctd5xy .chart {
|
|
30618
|
+
display: inline-block;
|
|
30619
|
+
width: 100%;
|
|
30620
|
+
}
|
|
30621
|
+
|
|
30622
|
+
.E_u1p8acpn {
|
|
30623
|
+
min-width: 40px;
|
|
30624
|
+
}
|
|
30625
|
+
|
|
30626
|
+
.E_u1p8acpn .unit {
|
|
30627
|
+
color: #00122e !important;
|
|
30628
30628
|
}
|
|
30629
30629
|
|
|
30630
30630
|
.E_fzh9mnb {
|
|
@@ -30643,6 +30643,46 @@ span.E_tqjc4ui {
|
|
|
30643
30643
|
font-size: 18px;
|
|
30644
30644
|
}
|
|
30645
30645
|
|
|
30646
|
+
.E_f7pxqmh {
|
|
30647
|
+
width: 100%;
|
|
30648
|
+
margin-bottom: 0 !important;
|
|
30649
|
+
flex-flow: nowrap !important;
|
|
30650
|
+
line-break: auto;
|
|
30651
|
+
}
|
|
30652
|
+
|
|
30653
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30654
|
+
text-align: left !important;
|
|
30655
|
+
padding-bottom: 0 !important;
|
|
30656
|
+
}
|
|
30657
|
+
|
|
30658
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30659
|
+
min-height: 32px;
|
|
30660
|
+
height: auto;
|
|
30661
|
+
font-size: 13px;
|
|
30662
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30663
|
+
white-space: normal;
|
|
30664
|
+
}
|
|
30665
|
+
|
|
30666
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30667
|
+
border-color: #ff4d4f !important;
|
|
30668
|
+
}
|
|
30669
|
+
|
|
30670
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30671
|
+
border-color: #ff4d4f !important;
|
|
30672
|
+
}
|
|
30673
|
+
|
|
30674
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30675
|
+
margin-top: 4px;
|
|
30676
|
+
font-size: 12px;
|
|
30677
|
+
min-height: 0px;
|
|
30678
|
+
}
|
|
30679
|
+
|
|
30680
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30681
|
+
font-size: 12px;
|
|
30682
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30683
|
+
min-height: 0px;
|
|
30684
|
+
}
|
|
30685
|
+
|
|
30646
30686
|
.E_c1uzzomf {
|
|
30647
30687
|
margin-bottom: 16px;
|
|
30648
30688
|
}
|
|
@@ -30668,23 +30708,19 @@ span.E_tqjc4ui {
|
|
|
30668
30708
|
text-align: center;
|
|
30669
30709
|
}
|
|
30670
30710
|
|
|
30671
|
-
.
|
|
30672
|
-
|
|
30673
|
-
|
|
30674
|
-
|
|
30675
|
-
|
|
30676
|
-
.E_berrcjl .breadcrumb-link {
|
|
30677
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30678
|
-
cursor: pointer;
|
|
30679
|
-
transition: color 160ms ease;
|
|
30711
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30712
|
+
padding: 4px 8px 0 8px;
|
|
30713
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30714
|
+
font-size: 12px;
|
|
30680
30715
|
}
|
|
30681
30716
|
|
|
30682
|
-
.
|
|
30683
|
-
|
|
30717
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30718
|
+
padding-bottom: 6px;
|
|
30684
30719
|
}
|
|
30685
30720
|
|
|
30686
|
-
.
|
|
30687
|
-
|
|
30721
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30722
|
+
padding-top: 4px;
|
|
30723
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30688
30724
|
}
|
|
30689
30725
|
|
|
30690
30726
|
.E_b1nip9bk {
|
|
@@ -30722,19 +30758,23 @@ span.E_tqjc4ui {
|
|
|
30722
30758
|
border-radius: unset;
|
|
30723
30759
|
}
|
|
30724
30760
|
|
|
30725
|
-
.
|
|
30726
|
-
|
|
30727
|
-
|
|
30728
|
-
font-size: 12px;
|
|
30761
|
+
.E_berrcjl {
|
|
30762
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30763
|
+
margin-bottom: 4px;
|
|
30729
30764
|
}
|
|
30730
30765
|
|
|
30731
|
-
.
|
|
30732
|
-
|
|
30766
|
+
.E_berrcjl .breadcrumb-link {
|
|
30767
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30768
|
+
cursor: pointer;
|
|
30769
|
+
transition: color 160ms ease;
|
|
30733
30770
|
}
|
|
30734
30771
|
|
|
30735
|
-
.
|
|
30736
|
-
|
|
30737
|
-
|
|
30772
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30773
|
+
color: #0080ff;
|
|
30774
|
+
}
|
|
30775
|
+
|
|
30776
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30777
|
+
color: #005ed1;
|
|
30738
30778
|
}
|
|
30739
30779
|
|
|
30740
30780
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -31029,10 +31069,31 @@ button.E_n7k2c6r {
|
|
|
31029
31069
|
padding: 0;
|
|
31030
31070
|
}
|
|
31031
31071
|
|
|
31032
|
-
.
|
|
31033
|
-
|
|
31034
|
-
|
|
31035
|
-
|
|
31072
|
+
.E_iouxfgt {
|
|
31073
|
+
display: inline-flex;
|
|
31074
|
+
align-items: center;
|
|
31075
|
+
}
|
|
31076
|
+
|
|
31077
|
+
.E_iouxfgt .icon-inner {
|
|
31078
|
+
display: inline-flex;
|
|
31079
|
+
align-items: center;
|
|
31080
|
+
justify-content: center;
|
|
31081
|
+
}
|
|
31082
|
+
|
|
31083
|
+
.E_iouxfgt .icon-inner + span,
|
|
31084
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31085
|
+
margin-left: 4px;
|
|
31086
|
+
}
|
|
31087
|
+
|
|
31088
|
+
.E_iouxfgt.is-rotate img,
|
|
31089
|
+
.E_iouxfgt.is-rotate svg {
|
|
31090
|
+
animation: rotate 680ms linear infinite;
|
|
31091
|
+
}
|
|
31092
|
+
|
|
31093
|
+
.E_d1bw7c5z {
|
|
31094
|
+
position: relative;
|
|
31095
|
+
max-width: 388px;
|
|
31096
|
+
min-width: 285px;
|
|
31036
31097
|
}
|
|
31037
31098
|
|
|
31038
31099
|
.E_d1bw7c5z .center {
|
|
@@ -31125,79 +31186,8 @@ button.E_n7k2c6r {
|
|
|
31125
31186
|
width: 102px;
|
|
31126
31187
|
}
|
|
31127
31188
|
|
|
31128
|
-
.
|
|
31129
|
-
|
|
31130
|
-
margin-bottom: 0 !important;
|
|
31131
|
-
flex-flow: nowrap !important;
|
|
31132
|
-
line-break: auto;
|
|
31133
|
-
}
|
|
31134
|
-
|
|
31135
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31136
|
-
text-align: left !important;
|
|
31137
|
-
padding-bottom: 0 !important;
|
|
31138
|
-
}
|
|
31139
|
-
|
|
31140
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31141
|
-
min-height: 32px;
|
|
31142
|
-
height: auto;
|
|
31143
|
-
font-size: 13px;
|
|
31144
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31145
|
-
white-space: normal;
|
|
31146
|
-
}
|
|
31147
|
-
|
|
31148
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31149
|
-
border-color: #ff4d4f !important;
|
|
31150
|
-
}
|
|
31151
|
-
|
|
31152
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31153
|
-
border-color: #ff4d4f !important;
|
|
31154
|
-
}
|
|
31155
|
-
|
|
31156
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31157
|
-
margin-top: 4px;
|
|
31158
|
-
font-size: 12px;
|
|
31159
|
-
min-height: 0px;
|
|
31160
|
-
}
|
|
31161
|
-
|
|
31162
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31163
|
-
font-size: 12px;
|
|
31164
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31165
|
-
min-height: 0px;
|
|
31166
|
-
}
|
|
31167
|
-
|
|
31168
|
-
.E_iouxfgt {
|
|
31169
|
-
display: inline-flex;
|
|
31170
|
-
align-items: center;
|
|
31171
|
-
}
|
|
31172
|
-
|
|
31173
|
-
.E_iouxfgt .icon-inner {
|
|
31174
|
-
display: inline-flex;
|
|
31175
|
-
align-items: center;
|
|
31176
|
-
justify-content: center;
|
|
31177
|
-
}
|
|
31178
|
-
|
|
31179
|
-
.E_iouxfgt .icon-inner + span,
|
|
31180
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31181
|
-
margin-left: 4px;
|
|
31182
|
-
}
|
|
31183
|
-
|
|
31184
|
-
.E_iouxfgt.is-rotate img,
|
|
31185
|
-
.E_iouxfgt.is-rotate svg {
|
|
31186
|
-
animation: rotate 680ms linear infinite;
|
|
31187
|
-
}
|
|
31188
|
-
|
|
31189
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31190
|
-
display: flex;
|
|
31191
|
-
}
|
|
31192
|
-
|
|
31193
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
31194
|
-
border-bottom-left-radius: 5px;
|
|
31195
|
-
border-top-left-radius: 5px;
|
|
31196
|
-
}
|
|
31197
|
-
|
|
31198
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
31199
|
-
border-bottom-right-radius: 5px;
|
|
31200
|
-
border-top-right-radius: 5px;
|
|
31189
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31190
|
+
line-height: 18px;
|
|
31201
31191
|
}
|
|
31202
31192
|
|
|
31203
31193
|
.E_i1inqkme {
|
|
@@ -31213,47 +31203,18 @@ button.E_n7k2c6r {
|
|
|
31213
31203
|
margin-right: 4px;
|
|
31214
31204
|
}
|
|
31215
31205
|
|
|
31216
|
-
.
|
|
31217
|
-
display:
|
|
31218
|
-
}
|
|
31219
|
-
|
|
31220
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31221
|
-
padding: 4px 11px;
|
|
31222
|
-
display: inline-flex;
|
|
31223
|
-
line-height: 1.5715;
|
|
31224
|
-
height: inherit;
|
|
31225
|
-
}
|
|
31226
|
-
|
|
31227
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31228
|
-
content: var(--a1wfy30z-1);
|
|
31229
|
-
display: var(--a1wfy30z-2);
|
|
31230
|
-
flex: none;
|
|
31231
|
-
align-items: center;
|
|
31232
|
-
margin-left: 4px;
|
|
31233
|
-
}
|
|
31234
|
-
|
|
31235
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31236
|
-
content: var(--a1wfy30z-3);
|
|
31237
|
-
display: var(--a1wfy30z-4);
|
|
31238
|
-
flex: none;
|
|
31239
|
-
align-items: center;
|
|
31240
|
-
margin-right: 4px;
|
|
31241
|
-
cursor: auto;
|
|
31242
|
-
}
|
|
31243
|
-
|
|
31244
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31245
|
-
padding: 0;
|
|
31246
|
-
margin: 0;
|
|
31247
|
-
height: auto;
|
|
31248
|
-
font-size: inherit;
|
|
31206
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31207
|
+
display: flex;
|
|
31249
31208
|
}
|
|
31250
31209
|
|
|
31251
|
-
.
|
|
31252
|
-
|
|
31210
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
31211
|
+
border-bottom-left-radius: 5px;
|
|
31212
|
+
border-top-left-radius: 5px;
|
|
31253
31213
|
}
|
|
31254
31214
|
|
|
31255
|
-
.
|
|
31256
|
-
|
|
31215
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
31216
|
+
border-bottom-right-radius: 5px;
|
|
31217
|
+
border-top-right-radius: 5px;
|
|
31257
31218
|
}
|
|
31258
31219
|
|
|
31259
31220
|
.E_owd0kml {
|
|
@@ -31335,10 +31296,6 @@ button.E_n7k2c6r {
|
|
|
31335
31296
|
padding: 2px 8px;
|
|
31336
31297
|
}
|
|
31337
31298
|
|
|
31338
|
-
.E_sx1bpnu .ant-input-sm {
|
|
31339
|
-
line-height: 18px;
|
|
31340
|
-
}
|
|
31341
|
-
|
|
31342
31299
|
.E_phljevk {
|
|
31343
31300
|
display: flex;
|
|
31344
31301
|
justify-content: space-between;
|
|
@@ -31406,42 +31363,47 @@ button.E_n7k2c6r {
|
|
|
31406
31363
|
line-height: 18px;
|
|
31407
31364
|
}
|
|
31408
31365
|
|
|
31409
|
-
.
|
|
31410
|
-
|
|
31411
|
-
width: 56px !important;
|
|
31412
|
-
margin-right: 4px;
|
|
31413
|
-
}
|
|
31414
|
-
|
|
31415
|
-
.E_c1wk4q29 {
|
|
31416
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31366
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31367
|
+
margin-left: 8px;
|
|
31417
31368
|
}
|
|
31418
31369
|
|
|
31419
|
-
.
|
|
31420
|
-
|
|
31370
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31371
|
+
padding: 2px 7px 2px 12px;
|
|
31421
31372
|
}
|
|
31422
31373
|
|
|
31423
|
-
.
|
|
31424
|
-
|
|
31374
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31375
|
+
display: var(--a1wfy30z-0);
|
|
31425
31376
|
}
|
|
31426
31377
|
|
|
31427
|
-
.
|
|
31428
|
-
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31378
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31379
|
+
padding: 4px 11px;
|
|
31380
|
+
display: inline-flex;
|
|
31381
|
+
line-height: 1.5715;
|
|
31382
|
+
height: inherit;
|
|
31432
31383
|
}
|
|
31433
31384
|
|
|
31434
|
-
.
|
|
31435
|
-
|
|
31436
|
-
|
|
31385
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31386
|
+
content: var(--a1wfy30z-1);
|
|
31387
|
+
display: var(--a1wfy30z-2);
|
|
31388
|
+
flex: none;
|
|
31389
|
+
align-items: center;
|
|
31390
|
+
margin-left: 4px;
|
|
31437
31391
|
}
|
|
31438
31392
|
|
|
31439
|
-
.
|
|
31440
|
-
|
|
31393
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31394
|
+
content: var(--a1wfy30z-3);
|
|
31395
|
+
display: var(--a1wfy30z-4);
|
|
31396
|
+
flex: none;
|
|
31397
|
+
align-items: center;
|
|
31398
|
+
margin-right: 4px;
|
|
31399
|
+
cursor: auto;
|
|
31441
31400
|
}
|
|
31442
31401
|
|
|
31443
|
-
.
|
|
31444
|
-
|
|
31402
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31403
|
+
padding: 0;
|
|
31404
|
+
margin: 0;
|
|
31405
|
+
height: auto;
|
|
31406
|
+
font-size: inherit;
|
|
31445
31407
|
}
|
|
31446
31408
|
|
|
31447
31409
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31666,8 +31628,32 @@ button.E_n7k2c6r {
|
|
|
31666
31628
|
transform: rotate(0deg);
|
|
31667
31629
|
}
|
|
31668
31630
|
|
|
31669
|
-
.
|
|
31670
|
-
margin-right:
|
|
31631
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
31632
|
+
margin-right: 8px;
|
|
31633
|
+
}
|
|
31634
|
+
|
|
31635
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
31636
|
+
margin-left: 8px;
|
|
31637
|
+
}
|
|
31638
|
+
|
|
31639
|
+
.E_cc368xp {
|
|
31640
|
+
color: #00122e;
|
|
31641
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31642
|
+
margin-right: 8px;
|
|
31643
|
+
padding-right: 8px;
|
|
31644
|
+
}
|
|
31645
|
+
|
|
31646
|
+
.E_i11o6xqj {
|
|
31647
|
+
display: flex;
|
|
31648
|
+
gap: 4px;
|
|
31649
|
+
}
|
|
31650
|
+
|
|
31651
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31652
|
+
cursor: pointer;
|
|
31653
|
+
}
|
|
31654
|
+
|
|
31655
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31656
|
+
cursor: not-allowed;
|
|
31671
31657
|
}
|
|
31672
31658
|
|
|
31673
31659
|
.E_s1dizucg.ant-switch {
|
|
@@ -31737,6 +31723,20 @@ button.E_n7k2c6r {
|
|
|
31737
31723
|
margin-left: 5px;
|
|
31738
31724
|
}
|
|
31739
31725
|
|
|
31726
|
+
.E_ivqqkzv {
|
|
31727
|
+
height: 24px;
|
|
31728
|
+
width: 56px !important;
|
|
31729
|
+
margin-right: 4px;
|
|
31730
|
+
}
|
|
31731
|
+
|
|
31732
|
+
.E_c1wk4q29 {
|
|
31733
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31734
|
+
}
|
|
31735
|
+
|
|
31736
|
+
.E_tju3gfj .date {
|
|
31737
|
+
margin-right: 4px;
|
|
31738
|
+
}
|
|
31739
|
+
|
|
31740
31740
|
.E_cnujxq2 {
|
|
31741
31741
|
display: flex;
|
|
31742
31742
|
flex-direction: column;
|
|
@@ -32525,18 +32525,104 @@ input.E_rf8rlle.ant-input {
|
|
|
32525
32525
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32526
32526
|
}
|
|
32527
32527
|
|
|
32528
|
-
.
|
|
32529
|
-
|
|
32530
|
-
}
|
|
32531
|
-
|
|
32532
|
-
.E_s1sck0th {
|
|
32533
|
-
padding: 0 8px;
|
|
32534
|
-
border-radius: 4px;
|
|
32528
|
+
.E_s1dni7lo {
|
|
32529
|
+
width: 430px !important;
|
|
32535
32530
|
}
|
|
32536
32531
|
|
|
32537
|
-
.
|
|
32538
|
-
padding:
|
|
32539
|
-
|
|
32532
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
32533
|
+
padding: 8px 16px;
|
|
32534
|
+
line-height: 18px;
|
|
32535
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32536
|
+
height: 34px;
|
|
32537
|
+
min-height: 34px;
|
|
32538
|
+
box-sizing: border-box;
|
|
32539
|
+
margin-top: 8px;
|
|
32540
|
+
}
|
|
32541
|
+
|
|
32542
|
+
.E_o1ugr09p {
|
|
32543
|
+
display: flex;
|
|
32544
|
+
flex-direction: column;
|
|
32545
|
+
margin: 1px 8px;
|
|
32546
|
+
padding: 8px;
|
|
32547
|
+
border-radius: 4px;
|
|
32548
|
+
}
|
|
32549
|
+
|
|
32550
|
+
.E_o1ugr09p .selected-icon {
|
|
32551
|
+
display: none;
|
|
32552
|
+
}
|
|
32553
|
+
|
|
32554
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32555
|
+
padding-left: 8px;
|
|
32556
|
+
}
|
|
32557
|
+
|
|
32558
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32559
|
+
background-color: white;
|
|
32560
|
+
}
|
|
32561
|
+
|
|
32562
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32563
|
+
color: #0080ff;
|
|
32564
|
+
}
|
|
32565
|
+
|
|
32566
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32567
|
+
display: block;
|
|
32568
|
+
}
|
|
32569
|
+
|
|
32570
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
32571
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32572
|
+
}
|
|
32573
|
+
|
|
32574
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32575
|
+
color: #0080ff;
|
|
32576
|
+
}
|
|
32577
|
+
|
|
32578
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32579
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32580
|
+
color: #0080ff;
|
|
32581
|
+
}
|
|
32582
|
+
|
|
32583
|
+
.E_o1ifxsq4 {
|
|
32584
|
+
display: flex;
|
|
32585
|
+
justify-content: space-between;
|
|
32586
|
+
height: 20px;
|
|
32587
|
+
line-height: 20px;
|
|
32588
|
+
}
|
|
32589
|
+
|
|
32590
|
+
.E_o1ifxsq4 .timezone-title {
|
|
32591
|
+
color: #2d3a56;
|
|
32592
|
+
overflow: hidden;
|
|
32593
|
+
text-overflow: ellipsis;
|
|
32594
|
+
}
|
|
32595
|
+
|
|
32596
|
+
.E_o1zue7 {
|
|
32597
|
+
display: flex;
|
|
32598
|
+
justify-content: space-between;
|
|
32599
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32600
|
+
height: 18px;
|
|
32601
|
+
line-height: 18px;
|
|
32602
|
+
margin-top: 2px;
|
|
32603
|
+
}
|
|
32604
|
+
|
|
32605
|
+
.E_tyfmlxg {
|
|
32606
|
+
border: none;
|
|
32607
|
+
margin-right: 0;
|
|
32608
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32609
|
+
}
|
|
32610
|
+
|
|
32611
|
+
.E_o18uybox {
|
|
32612
|
+
pointer-events: none;
|
|
32613
|
+
height: 32px;
|
|
32614
|
+
width: 100%;
|
|
32615
|
+
opacity: 0;
|
|
32616
|
+
}
|
|
32617
|
+
|
|
32618
|
+
.E_s1sck0th {
|
|
32619
|
+
padding: 0 8px;
|
|
32620
|
+
border-radius: 4px;
|
|
32621
|
+
}
|
|
32622
|
+
|
|
32623
|
+
.E_m855nr1 {
|
|
32624
|
+
padding: 2px 8px;
|
|
32625
|
+
border-radius: 3px;
|
|
32540
32626
|
}
|
|
32541
32627
|
|
|
32542
32628
|
.E_l1270xpg {
|
|
@@ -32627,8 +32713,37 @@ input.E_rf8rlle.ant-input {
|
|
|
32627
32713
|
background-color: #7E41FF;
|
|
32628
32714
|
}
|
|
32629
32715
|
|
|
32630
|
-
.
|
|
32631
|
-
|
|
32716
|
+
.E_c1yyuluq {
|
|
32717
|
+
border-radius: 8px;
|
|
32718
|
+
}
|
|
32719
|
+
|
|
32720
|
+
.E_c1yyuluq .ant-card-body {
|
|
32721
|
+
padding: 20px 24px 24px 24px;
|
|
32722
|
+
}
|
|
32723
|
+
|
|
32724
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32725
|
+
border: 0px;
|
|
32726
|
+
background-color: #fff;
|
|
32727
|
+
}
|
|
32728
|
+
|
|
32729
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32730
|
+
padding-top: 0px;
|
|
32731
|
+
padding-bottom: 0px;
|
|
32732
|
+
padding-left: 0px !important;
|
|
32733
|
+
padding-right: 24px;
|
|
32734
|
+
}
|
|
32735
|
+
|
|
32736
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32737
|
+
right: 0px;
|
|
32738
|
+
}
|
|
32739
|
+
|
|
32740
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32741
|
+
padding: 0px;
|
|
32742
|
+
}
|
|
32743
|
+
|
|
32744
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32745
|
+
padding-right: 0px;
|
|
32746
|
+
cursor: default;
|
|
32632
32747
|
}
|
|
32633
32748
|
|
|
32634
32749
|
.E_dsnbhzf {
|
|
@@ -33106,6 +33221,47 @@ input.E_rf8rlle.ant-input {
|
|
|
33106
33221
|
line-height: 12px;
|
|
33107
33222
|
}
|
|
33108
33223
|
|
|
33224
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
33225
|
+
display: inline-flex;
|
|
33226
|
+
align-items: center;
|
|
33227
|
+
justify-content: center;
|
|
33228
|
+
color: #fff;
|
|
33229
|
+
font-weight: bold;
|
|
33230
|
+
font-size: 12px;
|
|
33231
|
+
width: 24px;
|
|
33232
|
+
height: 24px;
|
|
33233
|
+
border-radius: 50%;
|
|
33234
|
+
background: var(--a1b5xrg3-0);
|
|
33235
|
+
}
|
|
33236
|
+
|
|
33237
|
+
.E_a1b5xrg3.btn-item {
|
|
33238
|
+
transition: all 160ms ease;
|
|
33239
|
+
cursor: pointer;
|
|
33240
|
+
width: 56px;
|
|
33241
|
+
height: 40px;
|
|
33242
|
+
display: inline-flex;
|
|
33243
|
+
align-items: center;
|
|
33244
|
+
justify-content: center;
|
|
33245
|
+
border-radius: 6px;
|
|
33246
|
+
}
|
|
33247
|
+
|
|
33248
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
33249
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33250
|
+
}
|
|
33251
|
+
|
|
33252
|
+
.E_a1b5xrg3.btn-item:active {
|
|
33253
|
+
transform: translateY(2px);
|
|
33254
|
+
transition: all 320ms ease;
|
|
33255
|
+
}
|
|
33256
|
+
|
|
33257
|
+
.E_m196gn1d {
|
|
33258
|
+
min-width: 1280px;
|
|
33259
|
+
}
|
|
33260
|
+
|
|
33261
|
+
.E_iq1gosr {
|
|
33262
|
+
display: inline-block;
|
|
33263
|
+
}
|
|
33264
|
+
|
|
33109
33265
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
33110
33266
|
display: none;
|
|
33111
33267
|
}
|
|
@@ -33119,198 +33275,113 @@ input.E_rf8rlle.ant-input {
|
|
|
33119
33275
|
visibility: hidden;
|
|
33120
33276
|
}
|
|
33121
33277
|
|
|
33122
|
-
.
|
|
33123
|
-
|
|
33278
|
+
.E_h1ol2wl7 {
|
|
33279
|
+
font-weight: bold;
|
|
33280
|
+
background-color: unset;
|
|
33281
|
+
padding: unset;
|
|
33124
33282
|
}
|
|
33125
33283
|
|
|
33126
|
-
.
|
|
33127
|
-
|
|
33128
|
-
|
|
33129
|
-
border-
|
|
33130
|
-
|
|
33131
|
-
min-height: 34px;
|
|
33132
|
-
box-sizing: border-box;
|
|
33133
|
-
margin-top: 8px;
|
|
33284
|
+
.E_suhck3k {
|
|
33285
|
+
height: 24px;
|
|
33286
|
+
width: 24px;
|
|
33287
|
+
border-radius: 6px;
|
|
33288
|
+
padding: 4px;
|
|
33134
33289
|
}
|
|
33135
33290
|
|
|
33136
|
-
.
|
|
33291
|
+
.E_suhck3k:hover {
|
|
33292
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33293
|
+
}
|
|
33294
|
+
|
|
33295
|
+
.E_suhck3k:hover svg path {
|
|
33296
|
+
fill: blue;
|
|
33297
|
+
}
|
|
33298
|
+
|
|
33299
|
+
.E_ryby9ds {
|
|
33137
33300
|
display: flex;
|
|
33138
|
-
|
|
33139
|
-
margin: 1px 8px;
|
|
33140
|
-
padding: 8px;
|
|
33141
|
-
border-radius: 4px;
|
|
33301
|
+
align-items: center;
|
|
33142
33302
|
}
|
|
33143
33303
|
|
|
33144
|
-
.
|
|
33145
|
-
|
|
33304
|
+
.E_ryby9ds .order {
|
|
33305
|
+
height: 24px;
|
|
33306
|
+
width: 24px;
|
|
33307
|
+
border-radius: 20px;
|
|
33308
|
+
color: #0080ff;
|
|
33309
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33310
|
+
display: flex;
|
|
33311
|
+
align-items: center;
|
|
33312
|
+
justify-content: center;
|
|
33313
|
+
margin-right: 6px;
|
|
33146
33314
|
}
|
|
33147
33315
|
|
|
33148
|
-
.
|
|
33149
|
-
|
|
33316
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
33317
|
+
border-radius: 6px;
|
|
33150
33318
|
}
|
|
33151
33319
|
|
|
33152
|
-
.
|
|
33153
|
-
|
|
33320
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
33321
|
+
width: 100%;
|
|
33322
|
+
color: #2d3a56;
|
|
33323
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
33324
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
33325
|
+
font-size: 13px;
|
|
33154
33326
|
}
|
|
33155
33327
|
|
|
33156
|
-
.
|
|
33157
|
-
|
|
33328
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
33329
|
+
height: 30px;
|
|
33158
33330
|
}
|
|
33159
33331
|
|
|
33160
|
-
.
|
|
33161
|
-
|
|
33332
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
33333
|
+
height: 38px;
|
|
33334
|
+
font-size: 13px;
|
|
33162
33335
|
}
|
|
33163
33336
|
|
|
33164
|
-
.
|
|
33165
|
-
|
|
33337
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
33338
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
33339
|
+
transition: 160ms ease;
|
|
33166
33340
|
}
|
|
33167
33341
|
|
|
33168
|
-
.
|
|
33342
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
33169
33343
|
color: #0080ff;
|
|
33170
33344
|
}
|
|
33171
33345
|
|
|
33172
|
-
.
|
|
33173
|
-
|
|
33174
|
-
|
|
33346
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
33347
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
33348
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
33175
33349
|
}
|
|
33176
33350
|
|
|
33177
|
-
.
|
|
33178
|
-
|
|
33179
|
-
justify-content: space-between;
|
|
33180
|
-
height: 20px;
|
|
33181
|
-
line-height: 20px;
|
|
33351
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33352
|
+
color: #0080ff;
|
|
33182
33353
|
}
|
|
33183
33354
|
|
|
33184
|
-
.
|
|
33185
|
-
color: #
|
|
33186
|
-
|
|
33187
|
-
text-overflow: ellipsis;
|
|
33188
|
-
}
|
|
33189
|
-
|
|
33190
|
-
.E_o1zue7 {
|
|
33191
|
-
display: flex;
|
|
33192
|
-
justify-content: space-between;
|
|
33193
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33194
|
-
height: 18px;
|
|
33195
|
-
line-height: 18px;
|
|
33196
|
-
margin-top: 2px;
|
|
33197
|
-
}
|
|
33198
|
-
|
|
33199
|
-
.E_tyfmlxg {
|
|
33200
|
-
border: none;
|
|
33201
|
-
margin-right: 0;
|
|
33202
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33203
|
-
}
|
|
33204
|
-
|
|
33205
|
-
.E_o18uybox {
|
|
33206
|
-
pointer-events: none;
|
|
33207
|
-
height: 32px;
|
|
33208
|
-
width: 100%;
|
|
33209
|
-
opacity: 0;
|
|
33210
|
-
}
|
|
33211
|
-
|
|
33212
|
-
.E_c1yyuluq {
|
|
33213
|
-
border-radius: 8px;
|
|
33214
|
-
}
|
|
33215
|
-
|
|
33216
|
-
.E_c1yyuluq .ant-card-body {
|
|
33217
|
-
padding: 20px 24px 24px 24px;
|
|
33218
|
-
}
|
|
33219
|
-
|
|
33220
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
33221
|
-
border: 0px;
|
|
33222
|
-
background-color: #fff;
|
|
33223
|
-
}
|
|
33224
|
-
|
|
33225
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
33226
|
-
padding-top: 0px;
|
|
33227
|
-
padding-bottom: 0px;
|
|
33228
|
-
padding-left: 0px !important;
|
|
33229
|
-
padding-right: 24px;
|
|
33230
|
-
}
|
|
33231
|
-
|
|
33232
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
33233
|
-
right: 0px;
|
|
33234
|
-
}
|
|
33235
|
-
|
|
33236
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
33237
|
-
padding: 0px;
|
|
33238
|
-
}
|
|
33239
|
-
|
|
33240
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
33241
|
-
padding-right: 0px;
|
|
33242
|
-
cursor: default;
|
|
33243
|
-
}
|
|
33244
|
-
|
|
33245
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
33246
|
-
display: inline-flex;
|
|
33247
|
-
align-items: center;
|
|
33248
|
-
justify-content: center;
|
|
33249
|
-
color: #fff;
|
|
33250
|
-
font-weight: bold;
|
|
33251
|
-
font-size: 12px;
|
|
33252
|
-
width: 24px;
|
|
33253
|
-
height: 24px;
|
|
33254
|
-
border-radius: 50%;
|
|
33255
|
-
background: var(--a1b5xrg3-0);
|
|
33256
|
-
}
|
|
33257
|
-
|
|
33258
|
-
.E_a1b5xrg3.btn-item {
|
|
33259
|
-
transition: all 160ms ease;
|
|
33260
|
-
cursor: pointer;
|
|
33261
|
-
width: 56px;
|
|
33262
|
-
height: 40px;
|
|
33263
|
-
display: inline-flex;
|
|
33264
|
-
align-items: center;
|
|
33265
|
-
justify-content: center;
|
|
33266
|
-
border-radius: 6px;
|
|
33267
|
-
}
|
|
33268
|
-
|
|
33269
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
33270
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33271
|
-
}
|
|
33272
|
-
|
|
33273
|
-
.E_a1b5xrg3.btn-item:active {
|
|
33274
|
-
transform: translateY(2px);
|
|
33275
|
-
transition: all 320ms ease;
|
|
33355
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
33356
|
+
border-color: #0080ff;
|
|
33357
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33276
33358
|
}
|
|
33277
33359
|
|
|
33278
|
-
.
|
|
33279
|
-
|
|
33280
|
-
background-color: unset;
|
|
33281
|
-
padding: unset;
|
|
33360
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33361
|
+
transform: rotate(180deg);
|
|
33282
33362
|
}
|
|
33283
33363
|
|
|
33284
|
-
.
|
|
33285
|
-
|
|
33286
|
-
|
|
33287
|
-
|
|
33288
|
-
padding: 4px;
|
|
33364
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
33365
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33366
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
33367
|
+
cursor: "not-allowed";
|
|
33289
33368
|
}
|
|
33290
33369
|
|
|
33291
|
-
.
|
|
33292
|
-
|
|
33370
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
33371
|
+
border-color: #f0483e !important;
|
|
33293
33372
|
}
|
|
33294
33373
|
|
|
33295
|
-
.
|
|
33296
|
-
|
|
33374
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33375
|
+
color: #1d326c;
|
|
33297
33376
|
}
|
|
33298
33377
|
|
|
33299
|
-
.
|
|
33300
|
-
|
|
33301
|
-
|
|
33378
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
33379
|
+
border-color: #0080ff;
|
|
33380
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33302
33381
|
}
|
|
33303
33382
|
|
|
33304
|
-
.
|
|
33305
|
-
|
|
33306
|
-
width: 24px;
|
|
33307
|
-
border-radius: 20px;
|
|
33308
|
-
color: #0080ff;
|
|
33309
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33310
|
-
display: flex;
|
|
33311
|
-
align-items: center;
|
|
33312
|
-
justify-content: center;
|
|
33313
|
-
margin-right: 6px;
|
|
33383
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33384
|
+
transform: rotate(180deg);
|
|
33314
33385
|
}
|
|
33315
33386
|
|
|
33316
33387
|
.E_hrhfj7c {
|
|
@@ -33575,75 +33646,30 @@ input.E_rf8rlle.ant-input {
|
|
|
33575
33646
|
font-size: 14px;
|
|
33576
33647
|
}
|
|
33577
33648
|
|
|
33578
|
-
.
|
|
33579
|
-
|
|
33580
|
-
|
|
33581
|
-
|
|
33582
|
-
|
|
33583
|
-
width: 100%;
|
|
33584
|
-
color: #2d3a56;
|
|
33585
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
33586
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
33587
|
-
font-size: 13px;
|
|
33588
|
-
}
|
|
33589
|
-
|
|
33590
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
33591
|
-
height: 30px;
|
|
33592
|
-
}
|
|
33593
|
-
|
|
33594
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
33595
|
-
height: 38px;
|
|
33596
|
-
font-size: 13px;
|
|
33597
|
-
}
|
|
33598
|
-
|
|
33599
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
33600
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
33601
|
-
transition: 160ms ease;
|
|
33602
|
-
}
|
|
33603
|
-
|
|
33604
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
33605
|
-
color: #0080ff;
|
|
33606
|
-
}
|
|
33607
|
-
|
|
33608
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
33609
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
33610
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
33611
|
-
}
|
|
33612
|
-
|
|
33613
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33614
|
-
color: #0080ff;
|
|
33615
|
-
}
|
|
33616
|
-
|
|
33617
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
33618
|
-
border-color: #0080ff;
|
|
33619
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33620
|
-
}
|
|
33621
|
-
|
|
33622
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33623
|
-
transform: rotate(180deg);
|
|
33624
|
-
}
|
|
33625
|
-
|
|
33626
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
33627
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33628
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
33629
|
-
cursor: "not-allowed";
|
|
33630
|
-
}
|
|
33631
|
-
|
|
33632
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
33633
|
-
border-color: #f0483e !important;
|
|
33649
|
+
.E_oa99sl3 {
|
|
33650
|
+
display: flex;
|
|
33651
|
+
justify-content: space-between;
|
|
33652
|
+
align-items: center;
|
|
33653
|
+
gap: 8px;
|
|
33634
33654
|
}
|
|
33635
33655
|
|
|
33636
|
-
.
|
|
33637
|
-
|
|
33656
|
+
.E_oa99sl3,
|
|
33657
|
+
.E_oa99sl3 :first-child {
|
|
33658
|
+
line-height: inherit !important;
|
|
33638
33659
|
}
|
|
33639
33660
|
|
|
33640
|
-
.
|
|
33641
|
-
|
|
33642
|
-
|
|
33661
|
+
.E_lvp5pj7 {
|
|
33662
|
+
display: flex;
|
|
33663
|
+
justify-content: space-between;
|
|
33664
|
+
align-items: center;
|
|
33665
|
+
gap: 8px;
|
|
33666
|
+
min-width: 0;
|
|
33643
33667
|
}
|
|
33644
33668
|
|
|
33645
|
-
.
|
|
33646
|
-
|
|
33669
|
+
.E_s1io1lws {
|
|
33670
|
+
display: flex;
|
|
33671
|
+
align-items: center;
|
|
33672
|
+
flex-shrink: 0;
|
|
33647
33673
|
}
|
|
33648
33674
|
|
|
33649
33675
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
@@ -33803,32 +33829,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33803
33829
|
color: rgba(0, 21, 64, 0.3);
|
|
33804
33830
|
}
|
|
33805
33831
|
|
|
33806
|
-
.E_oa99sl3 {
|
|
33807
|
-
display: flex;
|
|
33808
|
-
justify-content: space-between;
|
|
33809
|
-
align-items: center;
|
|
33810
|
-
gap: 8px;
|
|
33811
|
-
}
|
|
33812
|
-
|
|
33813
|
-
.E_oa99sl3,
|
|
33814
|
-
.E_oa99sl3 :first-child {
|
|
33815
|
-
line-height: inherit !important;
|
|
33816
|
-
}
|
|
33817
|
-
|
|
33818
|
-
.E_lvp5pj7 {
|
|
33819
|
-
display: flex;
|
|
33820
|
-
justify-content: space-between;
|
|
33821
|
-
align-items: center;
|
|
33822
|
-
gap: 8px;
|
|
33823
|
-
min-width: 0;
|
|
33824
|
-
}
|
|
33825
|
-
|
|
33826
|
-
.E_s1io1lws {
|
|
33827
|
-
display: flex;
|
|
33828
|
-
align-items: center;
|
|
33829
|
-
flex-shrink: 0;
|
|
33830
|
-
}
|
|
33831
|
-
|
|
33832
33832
|
.E_h12yihis {
|
|
33833
33833
|
height: 50px;
|
|
33834
33834
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -34668,135 +34668,86 @@ input.E_rf8rlle.ant-input {
|
|
|
34668
34668
|
padding: 0;
|
|
34669
34669
|
}
|
|
34670
34670
|
|
|
34671
|
-
.
|
|
34672
|
-
padding: 0 12px 14px 12px;
|
|
34673
|
-
}
|
|
34674
|
-
|
|
34675
|
-
.E_c1kghdax {
|
|
34676
|
-
color: #2d3a56;
|
|
34677
|
-
padding: 7px 12px;
|
|
34671
|
+
.E_r77hffu {
|
|
34678
34672
|
display: flex;
|
|
34679
|
-
justify-content: space-between;
|
|
34680
34673
|
align-items: center;
|
|
34674
|
+
justify-content: space-between;
|
|
34675
|
+
column-gap: 6px;
|
|
34681
34676
|
}
|
|
34682
34677
|
|
|
34683
|
-
.
|
|
34684
|
-
padding-left: 10px;
|
|
34685
|
-
}
|
|
34686
|
-
|
|
34687
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34688
|
-
cursor: pointer;
|
|
34689
|
-
color: #00122e;
|
|
34690
|
-
}
|
|
34691
|
-
|
|
34692
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34693
|
-
color: #2d3a56;
|
|
34694
|
-
font-weight: 600;
|
|
34695
|
-
}
|
|
34696
|
-
|
|
34697
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34698
|
-
transform: rotate(90deg);
|
|
34699
|
-
}
|
|
34700
|
-
|
|
34701
|
-
.E_c1kghdax .sub-info {
|
|
34702
|
-
font-size: 12px;
|
|
34703
|
-
line-height: 18px;
|
|
34704
|
-
}
|
|
34705
|
-
|
|
34706
|
-
.E_c1kghdax .title-wrapper {
|
|
34707
|
-
display: flex;
|
|
34708
|
-
align-items: center;
|
|
34709
|
-
user-select: none;
|
|
34710
|
-
flex-grow: 1;
|
|
34711
|
-
font-size: 12px;
|
|
34712
|
-
line-height: 18px;
|
|
34713
|
-
color: #2d3a56;
|
|
34714
|
-
font-weight: 700;
|
|
34715
|
-
}
|
|
34716
|
-
|
|
34717
|
-
.E_c1kghdax .collapse-arrow {
|
|
34718
|
-
transition: all 50ms ease-out 0ms;
|
|
34719
|
-
margin-right: 2px;
|
|
34720
|
-
}
|
|
34721
|
-
|
|
34722
|
-
.E_ckui4s7 {
|
|
34723
|
-
color: #2d3a56;
|
|
34724
|
-
line-height: 22px;
|
|
34725
|
-
display: inline-flex;
|
|
34726
|
-
}
|
|
34727
|
-
|
|
34728
|
-
.E_ckui4s7 .ant-checkbox {
|
|
34729
|
-
height: 22px;
|
|
34678
|
+
.E_p1cmxsf7 {
|
|
34730
34679
|
display: flex;
|
|
34731
|
-
|
|
34732
|
-
|
|
34680
|
+
flex-direction: column;
|
|
34681
|
+
justify-content: center;
|
|
34682
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34733
34683
|
}
|
|
34734
34684
|
|
|
34735
|
-
.
|
|
34736
|
-
|
|
34685
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34686
|
+
font-size: 0;
|
|
34737
34687
|
}
|
|
34738
34688
|
|
|
34739
|
-
.
|
|
34740
|
-
|
|
34689
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34690
|
+
margin-right: 2px;
|
|
34741
34691
|
}
|
|
34742
34692
|
|
|
34743
|
-
.
|
|
34744
|
-
|
|
34693
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34694
|
+
padding-left: 8px;
|
|
34695
|
+
padding-right: 8px;
|
|
34745
34696
|
}
|
|
34746
34697
|
|
|
34747
|
-
.
|
|
34748
|
-
border:
|
|
34698
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34699
|
+
border-radius: 4px;
|
|
34749
34700
|
}
|
|
34750
34701
|
|
|
34751
|
-
.
|
|
34752
|
-
|
|
34702
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34703
|
+
border-radius: 4px;
|
|
34753
34704
|
}
|
|
34754
34705
|
|
|
34755
|
-
.
|
|
34756
|
-
|
|
34757
|
-
|
|
34758
|
-
width: 10px;
|
|
34759
|
-
border-radius: 2px;
|
|
34706
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34707
|
+
padding-left: 12px;
|
|
34708
|
+
padding-right: 12px;
|
|
34760
34709
|
}
|
|
34761
34710
|
|
|
34762
|
-
.
|
|
34763
|
-
|
|
34711
|
+
.E_ckld275 {
|
|
34712
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34764
34713
|
}
|
|
34765
34714
|
|
|
34766
|
-
.
|
|
34767
|
-
background: rgba(
|
|
34768
|
-
|
|
34715
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34716
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34717
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34769
34718
|
}
|
|
34770
34719
|
|
|
34771
|
-
.
|
|
34772
|
-
|
|
34720
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34721
|
+
background-color: transparent;
|
|
34773
34722
|
}
|
|
34774
34723
|
|
|
34775
|
-
.
|
|
34776
|
-
background:
|
|
34724
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34725
|
+
background-color: transparent;
|
|
34777
34726
|
}
|
|
34778
34727
|
|
|
34779
|
-
.
|
|
34780
|
-
|
|
34728
|
+
.E_t1gvlxt5 {
|
|
34729
|
+
min-width: 0;
|
|
34730
|
+
flex: 1;
|
|
34781
34731
|
}
|
|
34782
34732
|
|
|
34783
|
-
.
|
|
34784
|
-
|
|
34785
|
-
margin-left: 12px;
|
|
34786
|
-
color: #2d3a56;
|
|
34733
|
+
.E_t1gvlxt5 .tag {
|
|
34734
|
+
flex: 0 0 auto;
|
|
34787
34735
|
}
|
|
34788
34736
|
|
|
34789
|
-
.
|
|
34790
|
-
|
|
34791
|
-
|
|
34737
|
+
.E_t1gvlxt5 .progress-title {
|
|
34738
|
+
flex: 2;
|
|
34739
|
+
max-width: fit-content;
|
|
34792
34740
|
}
|
|
34793
34741
|
|
|
34794
|
-
.
|
|
34795
|
-
|
|
34742
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34743
|
+
flex: 1;
|
|
34744
|
+
max-width: fit-content;
|
|
34796
34745
|
}
|
|
34797
34746
|
|
|
34798
|
-
.
|
|
34799
|
-
|
|
34747
|
+
.E_a1ji6r68 {
|
|
34748
|
+
display: flex;
|
|
34749
|
+
align-items: center;
|
|
34750
|
+
column-gap: var(--a1ji6r68-0);
|
|
34800
34751
|
}
|
|
34801
34752
|
|
|
34802
34753
|
.E_b14q2gmw {
|
|
@@ -34818,88 +34769,57 @@ input.E_rf8rlle.ant-input {
|
|
|
34818
34769
|
transform: translateY(-4px);
|
|
34819
34770
|
}
|
|
34820
34771
|
|
|
34821
|
-
.
|
|
34822
|
-
|
|
34823
|
-
align-items: center;
|
|
34824
|
-
justify-content: space-between;
|
|
34825
|
-
column-gap: 6px;
|
|
34772
|
+
.E_c1yd35n {
|
|
34773
|
+
padding: 0 12px 14px 12px;
|
|
34826
34774
|
}
|
|
34827
34775
|
|
|
34828
|
-
.
|
|
34776
|
+
.E_c1kghdax {
|
|
34777
|
+
color: #2d3a56;
|
|
34778
|
+
padding: 7px 12px;
|
|
34829
34779
|
display: flex;
|
|
34830
|
-
|
|
34831
|
-
|
|
34832
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34833
|
-
}
|
|
34834
|
-
|
|
34835
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34836
|
-
font-size: 0;
|
|
34837
|
-
}
|
|
34838
|
-
|
|
34839
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34840
|
-
margin-right: 2px;
|
|
34841
|
-
}
|
|
34842
|
-
|
|
34843
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34844
|
-
padding-left: 8px;
|
|
34845
|
-
padding-right: 8px;
|
|
34846
|
-
}
|
|
34847
|
-
|
|
34848
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34849
|
-
border-radius: 4px;
|
|
34850
|
-
}
|
|
34851
|
-
|
|
34852
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34853
|
-
border-radius: 4px;
|
|
34780
|
+
justify-content: space-between;
|
|
34781
|
+
align-items: center;
|
|
34854
34782
|
}
|
|
34855
34783
|
|
|
34856
|
-
.
|
|
34857
|
-
padding-left:
|
|
34858
|
-
padding-right: 12px;
|
|
34784
|
+
.E_c1kghdax.has-arrow {
|
|
34785
|
+
padding-left: 10px;
|
|
34859
34786
|
}
|
|
34860
34787
|
|
|
34861
|
-
.
|
|
34862
|
-
|
|
34788
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34789
|
+
cursor: pointer;
|
|
34790
|
+
color: #00122e;
|
|
34863
34791
|
}
|
|
34864
34792
|
|
|
34865
|
-
.
|
|
34866
|
-
|
|
34867
|
-
|
|
34793
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34794
|
+
color: #2d3a56;
|
|
34795
|
+
font-weight: 600;
|
|
34868
34796
|
}
|
|
34869
34797
|
|
|
34870
|
-
.
|
|
34871
|
-
|
|
34798
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34799
|
+
transform: rotate(90deg);
|
|
34872
34800
|
}
|
|
34873
34801
|
|
|
34874
|
-
.
|
|
34875
|
-
|
|
34802
|
+
.E_c1kghdax .sub-info {
|
|
34803
|
+
font-size: 12px;
|
|
34804
|
+
line-height: 18px;
|
|
34876
34805
|
}
|
|
34877
34806
|
|
|
34878
|
-
.
|
|
34879
|
-
width: 64px;
|
|
34880
|
-
height: 64px;
|
|
34881
|
-
max-width: 64px;
|
|
34882
|
-
max-height: 64px;
|
|
34883
|
-
overflow: hidden;
|
|
34807
|
+
.E_c1kghdax .title-wrapper {
|
|
34884
34808
|
display: flex;
|
|
34885
34809
|
align-items: center;
|
|
34886
|
-
|
|
34887
|
-
|
|
34888
|
-
|
|
34810
|
+
user-select: none;
|
|
34811
|
+
flex-grow: 1;
|
|
34812
|
+
font-size: 12px;
|
|
34813
|
+
line-height: 18px;
|
|
34814
|
+
color: #2d3a56;
|
|
34815
|
+
font-weight: 700;
|
|
34889
34816
|
}
|
|
34890
34817
|
|
|
34891
|
-
.
|
|
34892
|
-
|
|
34818
|
+
.E_c1kghdax .collapse-arrow {
|
|
34819
|
+
transition: all 50ms ease-out 0ms;
|
|
34820
|
+
margin-right: 2px;
|
|
34893
34821
|
}
|
|
34894
34822
|
|
|
34895
|
-
@keyframes rotate {
|
|
34896
|
-
from {
|
|
34897
|
-
transform: rotate(0deg);
|
|
34898
|
-
}
|
|
34899
|
-
to {
|
|
34900
|
-
transform: rotate(360deg);
|
|
34901
|
-
}
|
|
34902
|
-
}
|
|
34903
34823
|
button.E_l48ei06.ant-btn {
|
|
34904
34824
|
font-size: 12px;
|
|
34905
34825
|
line-height: 18px;
|
|
@@ -34963,1079 +34883,927 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34963
34883
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34964
34884
|
}
|
|
34965
34885
|
|
|
34966
|
-
.
|
|
34967
|
-
|
|
34968
|
-
|
|
34969
|
-
|
|
34970
|
-
height:
|
|
34971
|
-
|
|
34972
|
-
|
|
34973
|
-
|
|
34974
|
-
|
|
34886
|
+
.E_l12xdkhl {
|
|
34887
|
+
width: 64px;
|
|
34888
|
+
height: 64px;
|
|
34889
|
+
max-width: 64px;
|
|
34890
|
+
max-height: 64px;
|
|
34891
|
+
overflow: hidden;
|
|
34892
|
+
display: flex;
|
|
34893
|
+
align-items: center;
|
|
34894
|
+
justify-content: center;
|
|
34895
|
+
position: relative;
|
|
34896
|
+
opacity: 0.6;
|
|
34975
34897
|
}
|
|
34976
34898
|
|
|
34977
|
-
.
|
|
34978
|
-
|
|
34899
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34900
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34979
34901
|
}
|
|
34980
34902
|
|
|
34981
|
-
|
|
34982
|
-
|
|
34903
|
+
@keyframes rotate {
|
|
34904
|
+
from {
|
|
34905
|
+
transform: rotate(0deg);
|
|
34906
|
+
}
|
|
34907
|
+
to {
|
|
34908
|
+
transform: rotate(360deg);
|
|
34909
|
+
}
|
|
34983
34910
|
}
|
|
34984
|
-
|
|
34985
|
-
|
|
34986
|
-
|
|
34911
|
+
.E_ckui4s7 {
|
|
34912
|
+
color: #2d3a56;
|
|
34913
|
+
line-height: 22px;
|
|
34914
|
+
display: inline-flex;
|
|
34987
34915
|
}
|
|
34988
34916
|
|
|
34989
|
-
.
|
|
34990
|
-
|
|
34991
|
-
|
|
34917
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34918
|
+
height: 22px;
|
|
34919
|
+
display: flex;
|
|
34920
|
+
align-items: center;
|
|
34921
|
+
top: 0;
|
|
34992
34922
|
}
|
|
34993
34923
|
|
|
34994
|
-
.
|
|
34995
|
-
|
|
34924
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34925
|
+
border: none;
|
|
34996
34926
|
}
|
|
34997
34927
|
|
|
34998
|
-
.
|
|
34999
|
-
|
|
34928
|
+
.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 {
|
|
34929
|
+
border-color: #0080ff;
|
|
35000
34930
|
}
|
|
35001
34931
|
|
|
35002
|
-
.
|
|
35003
|
-
|
|
34932
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34933
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
35004
34934
|
}
|
|
35005
34935
|
|
|
35006
|
-
.
|
|
35007
|
-
|
|
34936
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34937
|
+
border: 1px solid #0080ff;
|
|
35008
34938
|
}
|
|
35009
34939
|
|
|
35010
|
-
.
|
|
35011
|
-
background
|
|
34940
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34941
|
+
background: #0080ff;
|
|
35012
34942
|
}
|
|
35013
34943
|
|
|
35014
|
-
.
|
|
35015
|
-
background-color:
|
|
34944
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34945
|
+
background-color: #fff;
|
|
34946
|
+
height: 2px;
|
|
34947
|
+
width: 10px;
|
|
34948
|
+
border-radius: 2px;
|
|
35016
34949
|
}
|
|
35017
34950
|
|
|
35018
|
-
.
|
|
35019
|
-
|
|
34951
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34952
|
+
opacity: 0.5;
|
|
35020
34953
|
}
|
|
35021
34954
|
|
|
35022
|
-
.
|
|
35023
|
-
background
|
|
34955
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34956
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34957
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
35024
34958
|
}
|
|
35025
34959
|
|
|
35026
|
-
.
|
|
35027
|
-
|
|
34960
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34961
|
+
border-color: #2d3a56;
|
|
35028
34962
|
}
|
|
35029
34963
|
|
|
35030
|
-
.
|
|
35031
|
-
background
|
|
34964
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34965
|
+
background: #2d3a56;
|
|
35032
34966
|
}
|
|
35033
34967
|
|
|
35034
|
-
.
|
|
35035
|
-
|
|
34968
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34969
|
+
padding: 0;
|
|
35036
34970
|
}
|
|
35037
34971
|
|
|
35038
|
-
.
|
|
35039
|
-
|
|
34972
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34973
|
+
display: inline-block;
|
|
34974
|
+
margin-left: 12px;
|
|
34975
|
+
color: #2d3a56;
|
|
35040
34976
|
}
|
|
35041
34977
|
|
|
35042
|
-
.
|
|
35043
|
-
|
|
34978
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34979
|
+
margin-left: 28px;
|
|
34980
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35044
34981
|
}
|
|
35045
34982
|
|
|
35046
|
-
.
|
|
35047
|
-
|
|
34983
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34984
|
+
margin-left: 8px;
|
|
35048
34985
|
}
|
|
35049
34986
|
|
|
35050
|
-
.
|
|
35051
|
-
|
|
34987
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34988
|
+
margin-left: 24px;
|
|
35052
34989
|
}
|
|
35053
34990
|
|
|
35054
|
-
.
|
|
35055
|
-
width:
|
|
35056
|
-
height:
|
|
35057
|
-
|
|
35058
|
-
|
|
34991
|
+
.E_lht19u8 {
|
|
34992
|
+
width: 64px;
|
|
34993
|
+
height: 64px;
|
|
34994
|
+
display: flex;
|
|
34995
|
+
align-items: center;
|
|
34996
|
+
justify-content: center;
|
|
34997
|
+
position: relative;
|
|
34998
|
+
opacity: 0.2;
|
|
35059
34999
|
}
|
|
35060
35000
|
|
|
35061
|
-
.
|
|
35062
|
-
|
|
35001
|
+
.E_lk3gkp4 {
|
|
35002
|
+
position: absolute;
|
|
35003
|
+
width: 5px;
|
|
35004
|
+
height: 48px;
|
|
35005
|
+
left: 9.33px;
|
|
35006
|
+
top: 40.5px;
|
|
35007
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35008
|
+
border-radius: 5px;
|
|
35009
|
+
transform: rotate(-128deg);
|
|
35010
|
+
transform-origin: top left;
|
|
35011
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35063
35012
|
}
|
|
35064
35013
|
|
|
35065
|
-
.
|
|
35066
|
-
|
|
35067
|
-
|
|
35014
|
+
.E_ll4n94n {
|
|
35015
|
+
position: absolute;
|
|
35016
|
+
width: 5px;
|
|
35017
|
+
height: 48px;
|
|
35018
|
+
left: 40.8px;
|
|
35019
|
+
top: 8.4px;
|
|
35020
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35021
|
+
border-radius: 5px;
|
|
35022
|
+
transform: rotate(-8deg);
|
|
35023
|
+
transform-origin: top left;
|
|
35024
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35068
35025
|
}
|
|
35069
35026
|
|
|
35070
|
-
.
|
|
35071
|
-
|
|
35027
|
+
.E_l17lbdo6 {
|
|
35028
|
+
position: absolute;
|
|
35029
|
+
width: 5px;
|
|
35030
|
+
height: 48px;
|
|
35031
|
+
left: 52.9px;
|
|
35032
|
+
top: 51.8px;
|
|
35033
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35034
|
+
border-radius: 5px;
|
|
35035
|
+
transform: rotate(112deg);
|
|
35036
|
+
transform-origin: top left;
|
|
35037
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35072
35038
|
}
|
|
35073
35039
|
|
|
35074
|
-
.
|
|
35075
|
-
|
|
35040
|
+
.E_msn7nxt {
|
|
35041
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35042
|
+
text-align: center;
|
|
35043
|
+
display: flex;
|
|
35044
|
+
align-items: center;
|
|
35045
|
+
justify-content: center;
|
|
35046
|
+
flex-direction: column;
|
|
35076
35047
|
height: 100%;
|
|
35077
35048
|
}
|
|
35078
35049
|
|
|
35079
|
-
.
|
|
35080
|
-
|
|
35050
|
+
.E_msn7nxt .link {
|
|
35051
|
+
color: #0080ff;
|
|
35052
|
+
cursor: pointer;
|
|
35081
35053
|
}
|
|
35082
35054
|
|
|
35083
|
-
.
|
|
35084
|
-
|
|
35055
|
+
.E_mp64wfi {
|
|
35056
|
+
width: 100%;
|
|
35057
|
+
height: 100%;
|
|
35058
|
+
display: flex;
|
|
35059
|
+
flex-direction: column;
|
|
35085
35060
|
}
|
|
35086
35061
|
|
|
35087
|
-
.
|
|
35088
|
-
|
|
35062
|
+
.E_mp64wfi .name-toolbar {
|
|
35063
|
+
width: 100%;
|
|
35064
|
+
display: flex;
|
|
35065
|
+
line-height: 30px;
|
|
35066
|
+
padding: 0 16px;
|
|
35067
|
+
justify-content: space-between;
|
|
35089
35068
|
}
|
|
35090
35069
|
|
|
35091
|
-
.
|
|
35092
|
-
|
|
35093
|
-
|
|
35070
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
35071
|
+
display: flex;
|
|
35072
|
+
font-size: 12px;
|
|
35073
|
+
align-items: center;
|
|
35094
35074
|
}
|
|
35095
35075
|
|
|
35096
|
-
.
|
|
35097
|
-
|
|
35076
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
35077
|
+
color: #a3b4cc;
|
|
35098
35078
|
}
|
|
35099
35079
|
|
|
35100
|
-
.
|
|
35101
|
-
|
|
35080
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
35081
|
+
margin-left: 10px;
|
|
35102
35082
|
}
|
|
35103
35083
|
|
|
35104
|
-
.
|
|
35105
|
-
|
|
35084
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
35085
|
+
margin-left: 10px;
|
|
35086
|
+
cursor: pointer;
|
|
35106
35087
|
}
|
|
35107
35088
|
|
|
35108
|
-
.
|
|
35109
|
-
|
|
35110
|
-
|
|
35089
|
+
.E_mp64wfi .content {
|
|
35090
|
+
flex: 1;
|
|
35091
|
+
width: 100%;
|
|
35092
|
+
display: flex;
|
|
35093
|
+
justify-content: center;
|
|
35094
|
+
align-items: center;
|
|
35111
35095
|
}
|
|
35112
35096
|
|
|
35113
|
-
.
|
|
35114
|
-
|
|
35097
|
+
.E_mp64wfi .single-content {
|
|
35098
|
+
height: 65px;
|
|
35115
35099
|
}
|
|
35116
35100
|
|
|
35117
|
-
.
|
|
35118
|
-
|
|
35101
|
+
.E_l1oyigan {
|
|
35102
|
+
display: flex;
|
|
35103
|
+
align-items: center;
|
|
35104
|
+
white-space: nowrap;
|
|
35105
|
+
overflow: hidden;
|
|
35106
|
+
width: 100%;
|
|
35119
35107
|
}
|
|
35120
35108
|
|
|
35121
|
-
.
|
|
35122
|
-
|
|
35123
|
-
|
|
35124
|
-
padding: 0 !important;
|
|
35109
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
35110
|
+
margin-left: auto;
|
|
35111
|
+
font-size: 12px;
|
|
35125
35112
|
}
|
|
35126
35113
|
|
|
35127
|
-
.
|
|
35128
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35114
|
+
.E_l1noi4n1 {
|
|
35129
35115
|
display: flex;
|
|
35116
|
+
justify-content: flex-start;
|
|
35130
35117
|
align-items: center;
|
|
35131
|
-
|
|
35132
|
-
|
|
35118
|
+
font-size: 12px;
|
|
35119
|
+
cursor: pointer;
|
|
35133
35120
|
}
|
|
35134
35121
|
|
|
35135
|
-
.
|
|
35136
|
-
|
|
35137
|
-
overflow: hidden;
|
|
35138
|
-
text-overflow: ellipsis;
|
|
35139
|
-
width: 100%;
|
|
35122
|
+
.E_l1noi4n1:not(:last-child) {
|
|
35123
|
+
margin-right: 20px;
|
|
35140
35124
|
}
|
|
35141
35125
|
|
|
35142
|
-
.
|
|
35143
|
-
|
|
35126
|
+
.E_l1noi4n1.deselected {
|
|
35127
|
+
opacity: 0.4;
|
|
35144
35128
|
}
|
|
35145
35129
|
|
|
35146
|
-
.
|
|
35147
|
-
|
|
35130
|
+
.E_l1noi4n1.deselected .color-block {
|
|
35131
|
+
background: #b4beca !important;
|
|
35148
35132
|
}
|
|
35149
35133
|
|
|
35150
|
-
.
|
|
35151
|
-
|
|
35152
|
-
|
|
35153
|
-
|
|
35154
|
-
|
|
35155
|
-
|
|
35134
|
+
.E_cz19rz6 {
|
|
35135
|
+
display: inline-block;
|
|
35136
|
+
height: 8px;
|
|
35137
|
+
width: 8px;
|
|
35138
|
+
margin-right: 8px;
|
|
35139
|
+
}
|
|
35140
|
+
|
|
35141
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
35142
|
+
display: flex;
|
|
35143
|
+
align-items: center;
|
|
35156
35144
|
font-size: 12px;
|
|
35157
|
-
|
|
35145
|
+
margin: 0;
|
|
35158
35146
|
}
|
|
35159
35147
|
|
|
35160
|
-
.
|
|
35148
|
+
.E_m1y1hhnr {
|
|
35161
35149
|
position: relative;
|
|
35162
|
-
z-index: 3;
|
|
35163
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35164
|
-
margin-bottom: -1px;
|
|
35165
35150
|
}
|
|
35166
35151
|
|
|
35167
|
-
.
|
|
35168
|
-
|
|
35169
|
-
color: #2d3a56;
|
|
35152
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
35153
|
+
bottom: -12px;
|
|
35170
35154
|
}
|
|
35171
35155
|
|
|
35172
|
-
.
|
|
35173
|
-
|
|
35174
|
-
|
|
35175
|
-
|
|
35176
|
-
|
|
35177
|
-
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
35178
|
-
position: unset;
|
|
35179
|
-
text-align: center;
|
|
35156
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
35157
|
+
display: flex;
|
|
35158
|
+
justify-content: space-between;
|
|
35159
|
+
line-height: 30px;
|
|
35160
|
+
margin: 0 16px;
|
|
35180
35161
|
}
|
|
35181
35162
|
|
|
35182
|
-
.
|
|
35183
|
-
|
|
35163
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
35164
|
+
display: flex;
|
|
35165
|
+
font-size: 12px;
|
|
35166
|
+
align-items: center;
|
|
35184
35167
|
}
|
|
35185
35168
|
|
|
35186
|
-
.
|
|
35187
|
-
|
|
35188
|
-
position: absolute;
|
|
35189
|
-
top: 50%;
|
|
35190
|
-
right: 12px;
|
|
35191
|
-
transform: translateY(-50%);
|
|
35169
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
35170
|
+
color: #a3b4cc;
|
|
35192
35171
|
}
|
|
35193
35172
|
|
|
35194
|
-
.
|
|
35195
|
-
|
|
35196
|
-
width: 1px;
|
|
35197
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35173
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35174
|
+
margin-left: 10px;
|
|
35198
35175
|
}
|
|
35199
35176
|
|
|
35200
|
-
.
|
|
35201
|
-
|
|
35202
|
-
|
|
35203
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35177
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
35178
|
+
margin-left: 10px;
|
|
35179
|
+
cursor: pointer;
|
|
35204
35180
|
}
|
|
35205
35181
|
|
|
35206
|
-
.
|
|
35207
|
-
|
|
35182
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
35183
|
+
font-size: 12px;
|
|
35208
35184
|
}
|
|
35209
35185
|
|
|
35210
|
-
.
|
|
35211
|
-
|
|
35212
|
-
|
|
35213
|
-
|
|
35214
|
-
|
|
35215
|
-
|
|
35216
|
-
color: #
|
|
35186
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
35187
|
+
position: absolute;
|
|
35188
|
+
bottom: 10px;
|
|
35189
|
+
padding: 0 8px;
|
|
35190
|
+
border-radius: 4px;
|
|
35191
|
+
font-size: 12px;
|
|
35192
|
+
color: #fff;
|
|
35193
|
+
background: rgba(0, 0, 0, 0.75);
|
|
35194
|
+
transform: translateX(-50%);
|
|
35217
35195
|
}
|
|
35218
35196
|
|
|
35219
|
-
.
|
|
35220
|
-
|
|
35221
|
-
border-bottom-color: #f2f5fa;
|
|
35197
|
+
.E_tnvijvs {
|
|
35198
|
+
min-width: 200px;
|
|
35222
35199
|
}
|
|
35223
35200
|
|
|
35224
|
-
.
|
|
35225
|
-
|
|
35226
|
-
|
|
35201
|
+
.E_t1ub2aex {
|
|
35202
|
+
display: flex;
|
|
35203
|
+
align-items: center;
|
|
35204
|
+
justify-content: space-between;
|
|
35205
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
35206
|
+
color: #b4beca;
|
|
35227
35207
|
font-size: 12px;
|
|
35228
|
-
|
|
35229
|
-
transition: none;
|
|
35230
|
-
overflow: hidden;
|
|
35231
|
-
text-overflow: ellipsis;
|
|
35232
|
-
white-space: nowrap;
|
|
35208
|
+
padding: 3px 6px;
|
|
35233
35209
|
}
|
|
35234
35210
|
|
|
35235
|
-
.
|
|
35236
|
-
|
|
35211
|
+
.E_t1ub2aex:first-child {
|
|
35212
|
+
padding-top: 3px;
|
|
35237
35213
|
}
|
|
35238
35214
|
|
|
35239
|
-
.
|
|
35240
|
-
|
|
35241
|
-
text-overflow: ellipsis;
|
|
35242
|
-
width: 100%;
|
|
35243
|
-
vertical-align: middle;
|
|
35215
|
+
.E_t1ub2aex:last-child {
|
|
35216
|
+
padding-bottom: 3px;
|
|
35244
35217
|
}
|
|
35245
35218
|
|
|
35246
|
-
.
|
|
35247
|
-
|
|
35219
|
+
.E_t1ub2aex .column-value {
|
|
35220
|
+
color: #fff;
|
|
35221
|
+
margin-left: 8px;
|
|
35248
35222
|
}
|
|
35249
35223
|
|
|
35250
|
-
.
|
|
35251
|
-
|
|
35224
|
+
.E_sddwhm6 {
|
|
35225
|
+
margin: 0;
|
|
35226
|
+
border-radius: 20px;
|
|
35227
|
+
padding: 2px 10px;
|
|
35228
|
+
height: 22px;
|
|
35252
35229
|
}
|
|
35253
35230
|
|
|
35254
|
-
.
|
|
35255
|
-
|
|
35231
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35232
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35256
35233
|
}
|
|
35257
35234
|
|
|
35258
|
-
.
|
|
35259
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35260
|
-
border-color: transparent transparent white;
|
|
35235
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
35236
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35261
35237
|
}
|
|
35262
35238
|
|
|
35263
|
-
.
|
|
35264
|
-
|
|
35239
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35240
|
+
color: #00122e;
|
|
35265
35241
|
}
|
|
35266
35242
|
|
|
35267
|
-
.
|
|
35268
|
-
|
|
35243
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35244
|
+
margin-right: 6px;
|
|
35269
35245
|
}
|
|
35270
35246
|
|
|
35271
|
-
.
|
|
35272
|
-
|
|
35273
|
-
|
|
35274
|
-
top: -1px;
|
|
35275
|
-
bottom: -1px;
|
|
35276
|
-
background: white;
|
|
35247
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35248
|
+
margin-left: 8px;
|
|
35249
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35277
35250
|
}
|
|
35278
35251
|
|
|
35279
|
-
.
|
|
35280
|
-
|
|
35252
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35253
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35281
35254
|
}
|
|
35282
35255
|
|
|
35283
|
-
.
|
|
35284
|
-
|
|
35285
|
-
background: white;
|
|
35286
|
-
border-top: none;
|
|
35256
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35257
|
+
background-color: #0080ff;
|
|
35287
35258
|
}
|
|
35288
35259
|
|
|
35289
|
-
.
|
|
35290
|
-
|
|
35291
|
-
border-radius: 0 8px 8px 0;
|
|
35292
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35260
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
35261
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
35293
35262
|
}
|
|
35294
35263
|
|
|
35295
|
-
.
|
|
35296
|
-
background:
|
|
35297
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35264
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35265
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
35298
35266
|
}
|
|
35299
35267
|
|
|
35300
|
-
.
|
|
35301
|
-
|
|
35302
|
-
align-items: center;
|
|
35303
|
-
height: 100%;
|
|
35304
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35268
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35269
|
+
background-color: #f0483e;
|
|
35305
35270
|
}
|
|
35306
35271
|
|
|
35307
|
-
.
|
|
35308
|
-
background:
|
|
35309
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35272
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
35273
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
35310
35274
|
}
|
|
35311
35275
|
|
|
35312
|
-
.
|
|
35313
|
-
|
|
35314
|
-
align-items: center;
|
|
35315
|
-
height: 100%;
|
|
35316
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35276
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35277
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
35317
35278
|
}
|
|
35318
35279
|
|
|
35319
|
-
.
|
|
35320
|
-
|
|
35280
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35281
|
+
background-color: #fea008;
|
|
35321
35282
|
}
|
|
35322
35283
|
|
|
35323
|
-
.
|
|
35324
|
-
|
|
35325
|
-
border-radius: 8px;
|
|
35284
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
35285
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
35326
35286
|
}
|
|
35327
35287
|
|
|
35328
|
-
.
|
|
35329
|
-
|
|
35288
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35289
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
35330
35290
|
}
|
|
35331
35291
|
|
|
35332
|
-
.
|
|
35333
|
-
background:
|
|
35334
|
-
border-bottom-color: transparent;
|
|
35335
|
-
border-top-color: transparent;
|
|
35292
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35293
|
+
background-color: #00ba5d;
|
|
35336
35294
|
}
|
|
35337
35295
|
|
|
35338
|
-
.
|
|
35339
|
-
|
|
35296
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
35297
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
35340
35298
|
}
|
|
35341
35299
|
|
|
35342
|
-
.
|
|
35343
|
-
|
|
35300
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35301
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35344
35302
|
}
|
|
35345
35303
|
|
|
35346
|
-
.
|
|
35347
|
-
background:
|
|
35304
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35305
|
+
background-color: #6b7d99;
|
|
35348
35306
|
}
|
|
35349
35307
|
|
|
35350
|
-
.
|
|
35351
|
-
background:
|
|
35352
|
-
font-weight: 400;
|
|
35353
|
-
position: relative;
|
|
35354
|
-
border-bottom: none;
|
|
35355
|
-
color: #00122e;
|
|
35356
|
-
transition: none;
|
|
35357
|
-
padding: 14px 8px 14px 8px;
|
|
35358
|
-
line-height: 20px;
|
|
35308
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
35309
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
35359
35310
|
}
|
|
35360
35311
|
|
|
35361
|
-
.
|
|
35362
|
-
|
|
35363
|
-
|
|
35364
|
-
|
|
35365
|
-
|
|
35366
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35367
|
-
position: absolute;
|
|
35368
|
-
right: 0;
|
|
35312
|
+
.E_satwmqm {
|
|
35313
|
+
width: 8px;
|
|
35314
|
+
height: 8px;
|
|
35315
|
+
border-radius: 50%;
|
|
35316
|
+
display: inline-block;
|
|
35369
35317
|
}
|
|
35370
35318
|
|
|
35371
|
-
.
|
|
35372
|
-
|
|
35319
|
+
.E_tc97u5y {
|
|
35320
|
+
height: 100%;
|
|
35373
35321
|
}
|
|
35374
35322
|
|
|
35375
|
-
.
|
|
35376
|
-
|
|
35323
|
+
.E_efzf37v .ant-table-content {
|
|
35324
|
+
overflow: visible !important;
|
|
35325
|
+
height: 100%;
|
|
35377
35326
|
}
|
|
35378
35327
|
|
|
35379
|
-
.
|
|
35380
|
-
|
|
35381
|
-
overflow: hidden;
|
|
35382
|
-
white-space: nowrap;
|
|
35383
|
-
text-overflow: ellipsis;
|
|
35328
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
35329
|
+
height: 100%;
|
|
35384
35330
|
}
|
|
35385
35331
|
|
|
35386
|
-
.
|
|
35387
|
-
|
|
35388
|
-
|
|
35389
|
-
flex: 1;
|
|
35332
|
+
.E_efzf37v table {
|
|
35333
|
+
width: 100% !important;
|
|
35334
|
+
height: 100%;
|
|
35390
35335
|
}
|
|
35391
35336
|
|
|
35392
|
-
.
|
|
35393
|
-
padding: 15px
|
|
35337
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35338
|
+
padding: 15px 0;
|
|
35394
35339
|
}
|
|
35395
35340
|
|
|
35396
|
-
.
|
|
35397
|
-
|
|
35341
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
35342
|
+
display: none;
|
|
35398
35343
|
}
|
|
35399
35344
|
|
|
35400
|
-
.E_t1fisho6
|
|
35401
|
-
|
|
35402
|
-
right: 6px;
|
|
35403
|
-
top: 50%;
|
|
35404
|
-
transform: translateY(-50%);
|
|
35405
|
-
height: 16px;
|
|
35406
|
-
display: none;
|
|
35407
|
-
transition: transform 320ms ease;
|
|
35345
|
+
.E_t1fisho6 {
|
|
35346
|
+
height: 100%;
|
|
35408
35347
|
}
|
|
35409
35348
|
|
|
35410
|
-
.E_t1fisho6
|
|
35411
|
-
|
|
35412
|
-
|
|
35349
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
35350
|
+
padding-top: 6px;
|
|
35351
|
+
padding-bottom: 6px;
|
|
35413
35352
|
}
|
|
35414
35353
|
|
|
35415
|
-
.E_t1fisho6
|
|
35416
|
-
|
|
35354
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
35355
|
+
font-weight: 700;
|
|
35417
35356
|
}
|
|
35418
35357
|
|
|
35419
|
-
.E_t1fisho6
|
|
35420
|
-
|
|
35358
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
35359
|
+
font-weight: 700;
|
|
35421
35360
|
}
|
|
35422
35361
|
|
|
35423
|
-
.E_t1fisho6
|
|
35424
|
-
|
|
35362
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
35363
|
+
height: 100%;
|
|
35425
35364
|
}
|
|
35426
35365
|
|
|
35427
|
-
.E_t1fisho6
|
|
35428
|
-
|
|
35366
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
35367
|
+
height: 100%;
|
|
35368
|
+
overflow: visible;
|
|
35429
35369
|
}
|
|
35430
35370
|
|
|
35431
|
-
.E_t1fisho6
|
|
35432
|
-
|
|
35371
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
35372
|
+
max-height: none;
|
|
35433
35373
|
}
|
|
35434
35374
|
|
|
35435
|
-
.E_t1fisho6
|
|
35436
|
-
|
|
35375
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
35376
|
+
background: transparent;
|
|
35437
35377
|
}
|
|
35438
35378
|
|
|
35439
|
-
.E_t1fisho6
|
|
35440
|
-
|
|
35379
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
35380
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
35381
|
+
background: #fff;
|
|
35382
|
+
padding: 0 !important;
|
|
35441
35383
|
}
|
|
35442
35384
|
|
|
35443
|
-
.E_t1fisho6
|
|
35444
|
-
|
|
35385
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
35386
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35387
|
+
display: flex;
|
|
35388
|
+
align-items: center;
|
|
35389
|
+
height: 100%;
|
|
35390
|
+
padding: 8px;
|
|
35445
35391
|
}
|
|
35446
35392
|
|
|
35447
|
-
.E_t1fisho6
|
|
35448
|
-
|
|
35449
|
-
|
|
35450
|
-
|
|
35451
|
-
|
|
35393
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
35394
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
35395
|
+
overflow: hidden;
|
|
35396
|
+
text-overflow: ellipsis;
|
|
35397
|
+
width: 100%;
|
|
35452
35398
|
}
|
|
35453
35399
|
|
|
35454
|
-
.E_t1fisho6
|
|
35455
|
-
|
|
35400
|
+
.E_t1fisho6 .ant-table-container {
|
|
35401
|
+
height: 100%;
|
|
35456
35402
|
}
|
|
35457
35403
|
|
|
35458
|
-
.E_t1fisho6
|
|
35459
|
-
|
|
35404
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
35405
|
+
box-shadow: none !important;
|
|
35460
35406
|
}
|
|
35461
35407
|
|
|
35462
|
-
.E_t1fisho6 div.ant-table
|
|
35463
|
-
|
|
35408
|
+
.E_t1fisho6 div.ant-table {
|
|
35409
|
+
border-radius: 0px;
|
|
35410
|
+
border-left: none;
|
|
35411
|
+
border-right: none;
|
|
35412
|
+
border-bottom: none;
|
|
35413
|
+
height: 100%;
|
|
35414
|
+
font-size: 12px;
|
|
35415
|
+
background: transparent;
|
|
35464
35416
|
}
|
|
35465
35417
|
|
|
35466
|
-
.E_t1fisho6 div.ant-table .ant-table-
|
|
35467
|
-
position:
|
|
35468
|
-
|
|
35469
|
-
|
|
35470
|
-
|
|
35471
|
-
vertical-align: middle;
|
|
35418
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
35419
|
+
position: relative;
|
|
35420
|
+
z-index: 3;
|
|
35421
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35422
|
+
margin-bottom: -1px;
|
|
35472
35423
|
}
|
|
35473
35424
|
|
|
35474
|
-
.E_t1fisho6 div.ant-table .
|
|
35475
|
-
.E_t1fisho6 div.ant-table .
|
|
35476
|
-
|
|
35477
|
-
font-size: 20px;
|
|
35478
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35425
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
35426
|
+
.E_t1fisho6 div.ant-table .value {
|
|
35427
|
+
color: #2d3a56;
|
|
35479
35428
|
}
|
|
35480
35429
|
|
|
35481
|
-
.E_t1fisho6 div.ant-table
|
|
35482
|
-
.E_t1fisho6 div.ant-table
|
|
35483
|
-
|
|
35430
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
35431
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
35432
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35484
35433
|
}
|
|
35485
35434
|
|
|
35486
|
-
.E_t1fisho6 div.ant-table
|
|
35487
|
-
|
|
35488
|
-
|
|
35489
|
-
background: #fff;
|
|
35435
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
35436
|
+
position: unset;
|
|
35437
|
+
text-align: center;
|
|
35490
35438
|
}
|
|
35491
35439
|
|
|
35492
|
-
.E_t1fisho6 div.ant-table
|
|
35493
|
-
|
|
35494
|
-
display: flex;
|
|
35495
|
-
align-items: center;
|
|
35496
|
-
justify-content: flex-end;
|
|
35497
|
-
padding-right: 8px;
|
|
35440
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
35441
|
+
background: #fff;
|
|
35498
35442
|
}
|
|
35499
35443
|
|
|
35500
|
-
.E_t1fisho6 div.ant-table
|
|
35501
|
-
width: 24px;
|
|
35502
|
-
height: 24px;
|
|
35444
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
35503
35445
|
cursor: pointer;
|
|
35504
|
-
|
|
35505
|
-
|
|
35446
|
+
position: absolute;
|
|
35447
|
+
top: 50%;
|
|
35448
|
+
right: 12px;
|
|
35449
|
+
transform: translateY(-50%);
|
|
35506
35450
|
}
|
|
35507
35451
|
|
|
35508
|
-
.E_t1fisho6 div.ant-table
|
|
35509
|
-
|
|
35452
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
35453
|
+
box-shadow: none;
|
|
35454
|
+
width: 1px;
|
|
35455
|
+
background: rgba(213, 219, 227, 0.6);
|
|
35510
35456
|
}
|
|
35511
35457
|
|
|
35512
|
-
.
|
|
35513
|
-
|
|
35514
|
-
|
|
35515
|
-
|
|
35516
|
-
align-items: center;
|
|
35517
|
-
justify-content: center;
|
|
35518
|
-
flex-direction: column;
|
|
35519
|
-
height: 100%;
|
|
35458
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
35459
|
+
box-shadow: none;
|
|
35460
|
+
width: 1px;
|
|
35461
|
+
background: rgba(213, 219, 227, 0.6);
|
|
35520
35462
|
}
|
|
35521
35463
|
|
|
35522
|
-
.
|
|
35523
|
-
|
|
35524
|
-
cursor: pointer;
|
|
35464
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
35465
|
+
position: relative;
|
|
35525
35466
|
}
|
|
35526
35467
|
|
|
35527
|
-
.
|
|
35528
|
-
|
|
35529
|
-
|
|
35530
|
-
|
|
35531
|
-
|
|
35468
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
35469
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35470
|
+
border-bottom: 1px solid white;
|
|
35471
|
+
height: 40px;
|
|
35472
|
+
vertical-align: middle;
|
|
35473
|
+
transition: background 0ms;
|
|
35474
|
+
color: #00122e;
|
|
35532
35475
|
}
|
|
35533
35476
|
|
|
35534
|
-
.
|
|
35535
|
-
|
|
35536
|
-
|
|
35537
|
-
line-height: 30px;
|
|
35538
|
-
padding: 0 16px;
|
|
35539
|
-
justify-content: space-between;
|
|
35477
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
35478
|
+
background: #f2f5fa;
|
|
35479
|
+
border-bottom-color: #f2f5fa;
|
|
35540
35480
|
}
|
|
35541
35481
|
|
|
35542
|
-
.
|
|
35543
|
-
|
|
35482
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
35483
|
+
height: auto;
|
|
35484
|
+
color: #00122e;
|
|
35544
35485
|
font-size: 12px;
|
|
35545
|
-
align
|
|
35486
|
+
text-align: left;
|
|
35487
|
+
transition: none;
|
|
35488
|
+
overflow: hidden;
|
|
35489
|
+
text-overflow: ellipsis;
|
|
35490
|
+
white-space: nowrap;
|
|
35546
35491
|
}
|
|
35547
35492
|
|
|
35548
|
-
.
|
|
35549
|
-
color: #
|
|
35493
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
35494
|
+
color: #0096ff;
|
|
35550
35495
|
}
|
|
35551
35496
|
|
|
35552
|
-
.
|
|
35553
|
-
|
|
35497
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
35498
|
+
overflow: hidden;
|
|
35499
|
+
text-overflow: ellipsis;
|
|
35500
|
+
width: 100%;
|
|
35501
|
+
vertical-align: middle;
|
|
35554
35502
|
}
|
|
35555
35503
|
|
|
35556
|
-
.
|
|
35557
|
-
|
|
35558
|
-
cursor: pointer;
|
|
35504
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35505
|
+
line-height: 0px;
|
|
35559
35506
|
}
|
|
35560
35507
|
|
|
35561
|
-
.
|
|
35562
|
-
|
|
35563
|
-
width: 100%;
|
|
35564
|
-
display: flex;
|
|
35565
|
-
justify-content: center;
|
|
35566
|
-
align-items: center;
|
|
35508
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35509
|
+
padding-right: 25px;
|
|
35567
35510
|
}
|
|
35568
35511
|
|
|
35569
|
-
.
|
|
35570
|
-
|
|
35512
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35513
|
+
border-top-color: transparent;
|
|
35571
35514
|
}
|
|
35572
35515
|
|
|
35573
|
-
.
|
|
35574
|
-
|
|
35575
|
-
|
|
35576
|
-
white-space: nowrap;
|
|
35577
|
-
overflow: hidden;
|
|
35578
|
-
width: 100%;
|
|
35516
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35517
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35518
|
+
border-color: transparent transparent white;
|
|
35579
35519
|
}
|
|
35580
35520
|
|
|
35581
|
-
.
|
|
35582
|
-
|
|
35583
|
-
font-size: 12px;
|
|
35521
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35522
|
+
border-radius: 8px 0 0 8px;
|
|
35584
35523
|
}
|
|
35585
35524
|
|
|
35586
|
-
.
|
|
35587
|
-
|
|
35588
|
-
justify-content: flex-start;
|
|
35589
|
-
align-items: center;
|
|
35590
|
-
font-size: 12px;
|
|
35591
|
-
cursor: pointer;
|
|
35525
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35526
|
+
border-radius: 8px 0 0 8px;
|
|
35592
35527
|
}
|
|
35593
35528
|
|
|
35594
|
-
.
|
|
35595
|
-
|
|
35529
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35530
|
+
content: "";
|
|
35531
|
+
width: 4px;
|
|
35532
|
+
top: -1px;
|
|
35533
|
+
bottom: -1px;
|
|
35534
|
+
background: white;
|
|
35596
35535
|
}
|
|
35597
35536
|
|
|
35598
|
-
.
|
|
35599
|
-
|
|
35537
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35538
|
+
border-radius: 0 8px 8px 0;
|
|
35600
35539
|
}
|
|
35601
35540
|
|
|
35602
|
-
.
|
|
35603
|
-
|
|
35541
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35542
|
+
border-radius: 0;
|
|
35543
|
+
background: white;
|
|
35544
|
+
border-top: none;
|
|
35604
35545
|
}
|
|
35605
35546
|
|
|
35606
|
-
.
|
|
35607
|
-
|
|
35608
|
-
|
|
35609
|
-
|
|
35610
|
-
margin-right: 8px;
|
|
35611
|
-
}
|
|
35612
|
-
|
|
35613
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
35614
|
-
display: flex;
|
|
35615
|
-
align-items: center;
|
|
35616
|
-
font-size: 12px;
|
|
35617
|
-
margin: 0;
|
|
35618
|
-
}
|
|
35619
|
-
|
|
35620
|
-
.E_m1y1hhnr {
|
|
35621
|
-
position: relative;
|
|
35622
|
-
}
|
|
35623
|
-
|
|
35624
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
35625
|
-
bottom: -12px;
|
|
35626
|
-
}
|
|
35627
|
-
|
|
35628
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
35629
|
-
display: flex;
|
|
35630
|
-
justify-content: space-between;
|
|
35631
|
-
line-height: 30px;
|
|
35632
|
-
margin: 0 16px;
|
|
35633
|
-
}
|
|
35634
|
-
|
|
35635
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
35636
|
-
display: flex;
|
|
35637
|
-
font-size: 12px;
|
|
35638
|
-
align-items: center;
|
|
35639
|
-
}
|
|
35640
|
-
|
|
35641
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
35642
|
-
color: #a3b4cc;
|
|
35643
|
-
}
|
|
35644
|
-
|
|
35645
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35646
|
-
margin-left: 10px;
|
|
35647
|
-
}
|
|
35648
|
-
|
|
35649
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
35650
|
-
margin-left: 10px;
|
|
35651
|
-
cursor: pointer;
|
|
35652
|
-
}
|
|
35653
|
-
|
|
35654
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
35655
|
-
font-size: 12px;
|
|
35656
|
-
}
|
|
35657
|
-
|
|
35658
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
35659
|
-
position: absolute;
|
|
35660
|
-
bottom: 10px;
|
|
35661
|
-
padding: 0 8px;
|
|
35662
|
-
border-radius: 4px;
|
|
35663
|
-
font-size: 12px;
|
|
35664
|
-
color: #fff;
|
|
35665
|
-
background: rgba(0, 0, 0, 0.75);
|
|
35666
|
-
transform: translateX(-50%);
|
|
35547
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35548
|
+
border-top: 1px solid transparent;
|
|
35549
|
+
border-radius: 0 8px 8px 0;
|
|
35550
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35667
35551
|
}
|
|
35668
35552
|
|
|
35669
|
-
.
|
|
35670
|
-
|
|
35553
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35554
|
+
background: white;
|
|
35555
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35671
35556
|
}
|
|
35672
35557
|
|
|
35673
|
-
.
|
|
35558
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35674
35559
|
display: flex;
|
|
35675
35560
|
align-items: center;
|
|
35676
|
-
|
|
35677
|
-
background
|
|
35678
|
-
color: #b4beca;
|
|
35679
|
-
font-size: 12px;
|
|
35680
|
-
padding: 3px 6px;
|
|
35681
|
-
}
|
|
35682
|
-
|
|
35683
|
-
.E_t1ub2aex:first-child {
|
|
35684
|
-
padding-top: 3px;
|
|
35685
|
-
}
|
|
35686
|
-
|
|
35687
|
-
.E_t1ub2aex:last-child {
|
|
35688
|
-
padding-bottom: 3px;
|
|
35561
|
+
height: 100%;
|
|
35562
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35689
35563
|
}
|
|
35690
35564
|
|
|
35691
|
-
.
|
|
35692
|
-
|
|
35693
|
-
|
|
35565
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35566
|
+
background: white;
|
|
35567
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35694
35568
|
}
|
|
35695
35569
|
|
|
35696
|
-
.
|
|
35697
|
-
width: 64px;
|
|
35698
|
-
height: 64px;
|
|
35570
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35699
35571
|
display: flex;
|
|
35700
35572
|
align-items: center;
|
|
35701
|
-
|
|
35702
|
-
|
|
35703
|
-
opacity: 0.2;
|
|
35704
|
-
}
|
|
35705
|
-
|
|
35706
|
-
.E_lk3gkp4 {
|
|
35707
|
-
position: absolute;
|
|
35708
|
-
width: 5px;
|
|
35709
|
-
height: 48px;
|
|
35710
|
-
left: 9.33px;
|
|
35711
|
-
top: 40.5px;
|
|
35712
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35713
|
-
border-radius: 5px;
|
|
35714
|
-
transform: rotate(-128deg);
|
|
35715
|
-
transform-origin: top left;
|
|
35716
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35717
|
-
}
|
|
35718
|
-
|
|
35719
|
-
.E_ll4n94n {
|
|
35720
|
-
position: absolute;
|
|
35721
|
-
width: 5px;
|
|
35722
|
-
height: 48px;
|
|
35723
|
-
left: 40.8px;
|
|
35724
|
-
top: 8.4px;
|
|
35725
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35726
|
-
border-radius: 5px;
|
|
35727
|
-
transform: rotate(-8deg);
|
|
35728
|
-
transform-origin: top left;
|
|
35729
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35730
|
-
}
|
|
35731
|
-
|
|
35732
|
-
.E_l17lbdo6 {
|
|
35733
|
-
position: absolute;
|
|
35734
|
-
width: 5px;
|
|
35735
|
-
height: 48px;
|
|
35736
|
-
left: 52.9px;
|
|
35737
|
-
top: 51.8px;
|
|
35738
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35739
|
-
border-radius: 5px;
|
|
35740
|
-
transform: rotate(112deg);
|
|
35741
|
-
transform-origin: top left;
|
|
35742
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35743
|
-
}
|
|
35744
|
-
|
|
35745
|
-
.E_t1gvlxt5 {
|
|
35746
|
-
min-width: 0;
|
|
35747
|
-
flex: 1;
|
|
35748
|
-
}
|
|
35749
|
-
|
|
35750
|
-
.E_t1gvlxt5 .tag {
|
|
35751
|
-
flex: 0 0 auto;
|
|
35752
|
-
}
|
|
35753
|
-
|
|
35754
|
-
.E_t1gvlxt5 .progress-title {
|
|
35755
|
-
flex: 2;
|
|
35756
|
-
max-width: fit-content;
|
|
35757
|
-
}
|
|
35758
|
-
|
|
35759
|
-
.E_t1gvlxt5 .progress-desc {
|
|
35760
|
-
flex: 1;
|
|
35761
|
-
max-width: fit-content;
|
|
35573
|
+
height: 100%;
|
|
35574
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35762
35575
|
}
|
|
35763
35576
|
|
|
35764
|
-
.
|
|
35765
|
-
|
|
35766
|
-
align-items: center;
|
|
35767
|
-
column-gap: var(--a1ji6r68-0);
|
|
35577
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35578
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35768
35579
|
}
|
|
35769
35580
|
|
|
35770
|
-
.
|
|
35771
|
-
|
|
35581
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35582
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35583
|
+
border-radius: 8px;
|
|
35772
35584
|
}
|
|
35773
35585
|
|
|
35774
|
-
.
|
|
35775
|
-
border-
|
|
35776
|
-
padding-right: 4px;
|
|
35777
|
-
margin-right: 4px;
|
|
35586
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35587
|
+
border-top-color: white;
|
|
35778
35588
|
}
|
|
35779
35589
|
|
|
35780
|
-
.
|
|
35781
|
-
|
|
35782
|
-
|
|
35590
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35591
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35592
|
+
border-bottom-color: transparent;
|
|
35593
|
+
border-top-color: transparent;
|
|
35783
35594
|
}
|
|
35784
35595
|
|
|
35785
|
-
.
|
|
35786
|
-
|
|
35787
|
-
height: 24px;
|
|
35596
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35597
|
+
border-radius: 8px 0 0 8px;
|
|
35788
35598
|
}
|
|
35789
35599
|
|
|
35790
|
-
.
|
|
35791
|
-
|
|
35600
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35601
|
+
border-radius: 0 8px 8px 0;
|
|
35792
35602
|
}
|
|
35793
35603
|
|
|
35794
|
-
.
|
|
35795
|
-
|
|
35796
|
-
height: 16px;
|
|
35604
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35605
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35797
35606
|
}
|
|
35798
35607
|
|
|
35799
|
-
.
|
|
35800
|
-
|
|
35608
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
35609
|
+
background: #fff;
|
|
35610
|
+
font-weight: 400;
|
|
35611
|
+
position: relative;
|
|
35612
|
+
border-bottom: none;
|
|
35801
35613
|
color: #00122e;
|
|
35802
|
-
|
|
35803
|
-
|
|
35804
|
-
|
|
35805
|
-
display: inline;
|
|
35806
|
-
white-space: normal;
|
|
35807
|
-
}
|
|
35808
|
-
|
|
35809
|
-
.E_sjob3jg {
|
|
35810
|
-
--item-min-width: 60px;
|
|
35811
|
-
}
|
|
35812
|
-
|
|
35813
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35814
|
-
display: none !important;
|
|
35815
|
-
}
|
|
35816
|
-
|
|
35817
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35818
|
-
flex-shrink: 0 !important;
|
|
35819
|
-
}
|
|
35820
|
-
|
|
35821
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35822
|
-
color: #0080ff;
|
|
35823
|
-
}
|
|
35824
|
-
|
|
35825
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35826
|
-
color: #0080ff;
|
|
35827
|
-
font-weight: normal;
|
|
35614
|
+
transition: none;
|
|
35615
|
+
padding: 14px 8px 14px 8px;
|
|
35616
|
+
line-height: 20px;
|
|
35828
35617
|
}
|
|
35829
35618
|
|
|
35830
|
-
.
|
|
35831
|
-
|
|
35619
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35620
|
+
content: "";
|
|
35621
|
+
width: 1px;
|
|
35622
|
+
top: 0;
|
|
35623
|
+
bottom: 0;
|
|
35624
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35625
|
+
position: absolute;
|
|
35626
|
+
right: 0;
|
|
35832
35627
|
}
|
|
35833
35628
|
|
|
35834
|
-
.
|
|
35835
|
-
|
|
35629
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
35630
|
+
padding: unset;
|
|
35836
35631
|
}
|
|
35837
35632
|
|
|
35838
|
-
.
|
|
35839
|
-
display:
|
|
35633
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35634
|
+
display: none;
|
|
35840
35635
|
}
|
|
35841
35636
|
|
|
35842
|
-
.
|
|
35637
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35638
|
+
width: 100%;
|
|
35843
35639
|
overflow: hidden;
|
|
35844
35640
|
white-space: nowrap;
|
|
35845
35641
|
text-overflow: ellipsis;
|
|
35846
35642
|
}
|
|
35847
35643
|
|
|
35848
|
-
.
|
|
35849
|
-
|
|
35850
|
-
|
|
35851
|
-
|
|
35852
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35853
|
-
cursor: not-allowed !important;
|
|
35854
|
-
}
|
|
35855
|
-
|
|
35856
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35857
|
-
flex-direction: row;
|
|
35858
|
-
justify-content: stretch;
|
|
35859
|
-
}
|
|
35860
|
-
|
|
35861
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35862
|
-
padding: 0;
|
|
35863
|
-
margin-right: 4px;
|
|
35644
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35645
|
+
overflow: hidden;
|
|
35646
|
+
text-overflow: ellipsis;
|
|
35864
35647
|
flex: 1;
|
|
35865
|
-
overflow: visible;
|
|
35866
35648
|
}
|
|
35867
35649
|
|
|
35868
|
-
.
|
|
35869
|
-
|
|
35870
|
-
min-height: unset;
|
|
35650
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35651
|
+
padding: 15px 25px 15px 8px;
|
|
35871
35652
|
}
|
|
35872
35653
|
|
|
35873
|
-
.
|
|
35874
|
-
height: 26px;
|
|
35875
|
-
line-height: 26px;
|
|
35876
|
-
width: 100%;
|
|
35654
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35877
35655
|
padding: 0;
|
|
35878
|
-
font-size: 12px;
|
|
35879
|
-
}
|
|
35880
|
-
|
|
35881
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35882
|
-
margin-right: 10px;
|
|
35883
35656
|
}
|
|
35884
35657
|
|
|
35885
|
-
.
|
|
35658
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35659
|
+
position: absolute;
|
|
35660
|
+
right: 6px;
|
|
35661
|
+
top: 50%;
|
|
35662
|
+
transform: translateY(-50%);
|
|
35663
|
+
height: 16px;
|
|
35886
35664
|
display: none;
|
|
35665
|
+
transition: transform 320ms ease;
|
|
35887
35666
|
}
|
|
35888
35667
|
|
|
35889
|
-
.
|
|
35890
|
-
|
|
35891
|
-
|
|
35892
|
-
border-radius: 4px 0 0 4px;
|
|
35668
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35669
|
+
display: block;
|
|
35670
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35893
35671
|
}
|
|
35894
35672
|
|
|
35895
|
-
.
|
|
35896
|
-
|
|
35673
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35674
|
+
display: block;
|
|
35897
35675
|
}
|
|
35898
35676
|
|
|
35899
|
-
.
|
|
35900
|
-
|
|
35901
|
-
padding-left: 12px;
|
|
35902
|
-
border-radius: 0 4px 4px 0;
|
|
35677
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35678
|
+
display: none;
|
|
35903
35679
|
}
|
|
35904
35680
|
|
|
35905
|
-
.
|
|
35906
|
-
|
|
35907
|
-
width: 0;
|
|
35908
|
-
height: 0;
|
|
35909
|
-
border: 13px solid transparent;
|
|
35910
|
-
position: absolute;
|
|
35911
|
-
top: 0;
|
|
35912
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35913
|
-
z-index: 2;
|
|
35914
|
-
position: relative;
|
|
35915
|
-
top: -50%;
|
|
35916
|
-
right: -100%;
|
|
35681
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35682
|
+
transform: translateY(-50%);
|
|
35917
35683
|
}
|
|
35918
35684
|
|
|
35919
|
-
.
|
|
35920
|
-
|
|
35685
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35686
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35921
35687
|
}
|
|
35922
35688
|
|
|
35923
|
-
.
|
|
35924
|
-
|
|
35925
|
-
width: 0;
|
|
35926
|
-
height: 0;
|
|
35927
|
-
border: 13px solid transparent;
|
|
35928
|
-
position: absolute;
|
|
35929
|
-
top: 0;
|
|
35930
|
-
border-left: 8px solid #fff;
|
|
35931
|
-
left: 0;
|
|
35689
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35690
|
+
background: #f2f5fa;
|
|
35932
35691
|
}
|
|
35933
35692
|
|
|
35934
|
-
.
|
|
35935
|
-
|
|
35693
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35694
|
+
display: block;
|
|
35936
35695
|
}
|
|
35937
35696
|
|
|
35938
|
-
.
|
|
35939
|
-
|
|
35697
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
35698
|
+
padding-right: 25px;
|
|
35940
35699
|
}
|
|
35941
35700
|
|
|
35942
|
-
.
|
|
35943
|
-
|
|
35701
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
35702
|
+
padding: 0 !important;
|
|
35944
35703
|
}
|
|
35945
35704
|
|
|
35946
|
-
.
|
|
35947
|
-
|
|
35948
|
-
|
|
35705
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35706
|
+
position: absolute;
|
|
35707
|
+
left: 50%;
|
|
35708
|
+
top: 50%;
|
|
35709
|
+
transform: translate(-50%, -50%);
|
|
35949
35710
|
}
|
|
35950
35711
|
|
|
35951
|
-
.
|
|
35952
|
-
|
|
35953
|
-
min-width: var(--item-min-width);
|
|
35712
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
35713
|
+
display: none;
|
|
35954
35714
|
}
|
|
35955
35715
|
|
|
35956
|
-
.
|
|
35957
|
-
|
|
35958
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35716
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
35717
|
+
background: #fff;
|
|
35959
35718
|
}
|
|
35960
35719
|
|
|
35961
|
-
.
|
|
35962
|
-
|
|
35720
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
35721
|
+
background: inherit;
|
|
35963
35722
|
}
|
|
35964
35723
|
|
|
35965
|
-
.
|
|
35966
|
-
|
|
35967
|
-
|
|
35724
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
35725
|
+
position: static;
|
|
35726
|
+
border: none;
|
|
35727
|
+
background: inherit !important;
|
|
35728
|
+
height: 100px;
|
|
35729
|
+
vertical-align: middle;
|
|
35968
35730
|
}
|
|
35969
35731
|
|
|
35970
|
-
.
|
|
35971
|
-
|
|
35732
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35733
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35734
|
+
font-weight: bold;
|
|
35735
|
+
font-size: 20px;
|
|
35736
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35972
35737
|
}
|
|
35973
35738
|
|
|
35974
|
-
.
|
|
35975
|
-
|
|
35739
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
35740
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
35741
|
+
z-index: 10;
|
|
35976
35742
|
}
|
|
35977
35743
|
|
|
35978
|
-
.
|
|
35979
|
-
|
|
35744
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35745
|
+
padding: 0 !important;
|
|
35746
|
+
position: relative;
|
|
35747
|
+
background: #fff;
|
|
35980
35748
|
}
|
|
35981
35749
|
|
|
35982
|
-
.
|
|
35983
|
-
|
|
35984
|
-
border-radius: 4px;
|
|
35985
|
-
height: 32px;
|
|
35750
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35751
|
+
height: 100%;
|
|
35986
35752
|
display: flex;
|
|
35987
35753
|
align-items: center;
|
|
35754
|
+
justify-content: flex-end;
|
|
35755
|
+
padding-right: 8px;
|
|
35988
35756
|
}
|
|
35989
35757
|
|
|
35990
|
-
.
|
|
35991
|
-
|
|
35992
|
-
|
|
35758
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35759
|
+
width: 24px;
|
|
35760
|
+
height: 24px;
|
|
35761
|
+
cursor: pointer;
|
|
35762
|
+
justify-content: center;
|
|
35763
|
+
border-radius: 4px;
|
|
35993
35764
|
}
|
|
35994
35765
|
|
|
35995
|
-
.
|
|
35996
|
-
|
|
35997
|
-
line-height: 20px;
|
|
35998
|
-
max-width: 100%;
|
|
35999
|
-
padding-right: 0;
|
|
35766
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35767
|
+
background: #fff;
|
|
36000
35768
|
}
|
|
36001
35769
|
|
|
36002
|
-
.
|
|
36003
|
-
|
|
35770
|
+
.E_w7ob4th.outside-tag {
|
|
35771
|
+
padding-left: 0;
|
|
36004
35772
|
}
|
|
36005
35773
|
|
|
36006
|
-
.
|
|
36007
|
-
|
|
36008
|
-
|
|
36009
|
-
|
|
36010
|
-
justify-content: center;
|
|
36011
|
-
column-gap: 4px;
|
|
35774
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35775
|
+
border-radius: 4px 0 0 4px;
|
|
35776
|
+
padding-right: 4px;
|
|
35777
|
+
margin-right: 4px;
|
|
36012
35778
|
}
|
|
36013
35779
|
|
|
36014
|
-
.
|
|
36015
|
-
|
|
36016
|
-
align-items: center;
|
|
36017
|
-
width: 18px;
|
|
35780
|
+
.E_slr2ynn {
|
|
35781
|
+
padding: 0 8px;
|
|
36018
35782
|
height: 18px;
|
|
36019
|
-
color: rgba(44, 56, 82, 0.75);
|
|
36020
|
-
justify-content: center;
|
|
36021
35783
|
}
|
|
36022
35784
|
|
|
36023
|
-
.
|
|
36024
|
-
|
|
36025
|
-
|
|
36026
|
-
align-items: center;
|
|
36027
|
-
justify-content: center;
|
|
36028
|
-
column-gap: 6px;
|
|
36029
|
-
font-size: 13px;
|
|
35785
|
+
.E_m140wbb6 {
|
|
35786
|
+
padding: 2px 8px;
|
|
35787
|
+
height: 24px;
|
|
36030
35788
|
}
|
|
36031
35789
|
|
|
36032
|
-
.
|
|
36033
|
-
|
|
36034
|
-
|
|
36035
|
-
|
|
36036
|
-
|
|
36037
|
-
|
|
36038
|
-
|
|
35790
|
+
.E_t1fozc1i {
|
|
35791
|
+
margin: 0;
|
|
35792
|
+
}
|
|
35793
|
+
|
|
35794
|
+
.E_i1vxv4ln {
|
|
35795
|
+
margin-right: 4px;
|
|
35796
|
+
height: 16px;
|
|
35797
|
+
}
|
|
35798
|
+
|
|
35799
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35800
|
+
font-weight: 700;
|
|
35801
|
+
color: #00122e;
|
|
35802
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35803
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35804
|
+
word-break: break-all;
|
|
35805
|
+
display: inline;
|
|
35806
|
+
white-space: normal;
|
|
36039
35807
|
}
|
|
36040
35808
|
|
|
36041
35809
|
.E_t1dtlqs1 {
|
|
@@ -36271,6 +36039,238 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36271
36039
|
margin-right: 8px;
|
|
36272
36040
|
}
|
|
36273
36041
|
|
|
36042
|
+
.E_sjob3jg {
|
|
36043
|
+
--item-min-width: 60px;
|
|
36044
|
+
}
|
|
36045
|
+
|
|
36046
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
36047
|
+
display: none !important;
|
|
36048
|
+
}
|
|
36049
|
+
|
|
36050
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
36051
|
+
flex-shrink: 0 !important;
|
|
36052
|
+
}
|
|
36053
|
+
|
|
36054
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
36055
|
+
color: #0080ff;
|
|
36056
|
+
}
|
|
36057
|
+
|
|
36058
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
36059
|
+
color: #0080ff;
|
|
36060
|
+
font-weight: normal;
|
|
36061
|
+
}
|
|
36062
|
+
|
|
36063
|
+
.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 {
|
|
36064
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36065
|
+
}
|
|
36066
|
+
|
|
36067
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
36068
|
+
color: #00122e;
|
|
36069
|
+
}
|
|
36070
|
+
|
|
36071
|
+
.E_sjob3jg .step-item-text {
|
|
36072
|
+
display: inline-block;
|
|
36073
|
+
}
|
|
36074
|
+
|
|
36075
|
+
.E_sjob3jg .step-item-title {
|
|
36076
|
+
overflow: hidden;
|
|
36077
|
+
white-space: nowrap;
|
|
36078
|
+
text-overflow: ellipsis;
|
|
36079
|
+
}
|
|
36080
|
+
|
|
36081
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
36082
|
+
min-width: var(--item-min-width);
|
|
36083
|
+
}
|
|
36084
|
+
|
|
36085
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
36086
|
+
cursor: not-allowed !important;
|
|
36087
|
+
}
|
|
36088
|
+
|
|
36089
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
36090
|
+
flex-direction: row;
|
|
36091
|
+
justify-content: stretch;
|
|
36092
|
+
}
|
|
36093
|
+
|
|
36094
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
36095
|
+
padding: 0;
|
|
36096
|
+
margin-right: 4px;
|
|
36097
|
+
flex: 1;
|
|
36098
|
+
overflow: visible;
|
|
36099
|
+
}
|
|
36100
|
+
|
|
36101
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
36102
|
+
width: 100%;
|
|
36103
|
+
min-height: unset;
|
|
36104
|
+
}
|
|
36105
|
+
|
|
36106
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
36107
|
+
height: 26px;
|
|
36108
|
+
line-height: 26px;
|
|
36109
|
+
width: 100%;
|
|
36110
|
+
padding: 0;
|
|
36111
|
+
font-size: 12px;
|
|
36112
|
+
}
|
|
36113
|
+
|
|
36114
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
36115
|
+
margin-right: 10px;
|
|
36116
|
+
}
|
|
36117
|
+
|
|
36118
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
36119
|
+
display: none;
|
|
36120
|
+
}
|
|
36121
|
+
|
|
36122
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
36123
|
+
padding-left: 8px;
|
|
36124
|
+
padding-right: 4px;
|
|
36125
|
+
border-radius: 4px 0 0 4px;
|
|
36126
|
+
}
|
|
36127
|
+
|
|
36128
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
36129
|
+
margin-right: 0;
|
|
36130
|
+
}
|
|
36131
|
+
|
|
36132
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
36133
|
+
padding-right: 8px;
|
|
36134
|
+
padding-left: 12px;
|
|
36135
|
+
border-radius: 0 4px 4px 0;
|
|
36136
|
+
}
|
|
36137
|
+
|
|
36138
|
+
.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 {
|
|
36139
|
+
content: "";
|
|
36140
|
+
width: 0;
|
|
36141
|
+
height: 0;
|
|
36142
|
+
border: 13px solid transparent;
|
|
36143
|
+
position: absolute;
|
|
36144
|
+
top: 0;
|
|
36145
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
36146
|
+
z-index: 2;
|
|
36147
|
+
position: relative;
|
|
36148
|
+
top: -50%;
|
|
36149
|
+
right: -100%;
|
|
36150
|
+
}
|
|
36151
|
+
|
|
36152
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
36153
|
+
padding: 0 4px 0 12px;
|
|
36154
|
+
}
|
|
36155
|
+
|
|
36156
|
+
.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 {
|
|
36157
|
+
content: "";
|
|
36158
|
+
width: 0;
|
|
36159
|
+
height: 0;
|
|
36160
|
+
border: 13px solid transparent;
|
|
36161
|
+
position: absolute;
|
|
36162
|
+
top: 0;
|
|
36163
|
+
border-left: 8px solid #fff;
|
|
36164
|
+
left: 0;
|
|
36165
|
+
}
|
|
36166
|
+
|
|
36167
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
36168
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
36169
|
+
}
|
|
36170
|
+
|
|
36171
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
36172
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
36173
|
+
}
|
|
36174
|
+
|
|
36175
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
36176
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
36177
|
+
}
|
|
36178
|
+
|
|
36179
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
36180
|
+
cursor: pointer;
|
|
36181
|
+
min-width: var(--item-min-width);
|
|
36182
|
+
}
|
|
36183
|
+
|
|
36184
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
36185
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
36186
|
+
min-width: var(--item-min-width);
|
|
36187
|
+
}
|
|
36188
|
+
|
|
36189
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
36190
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
36191
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
36192
|
+
}
|
|
36193
|
+
|
|
36194
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
36195
|
+
padding: 0;
|
|
36196
|
+
}
|
|
36197
|
+
|
|
36198
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
36199
|
+
width: 192px;
|
|
36200
|
+
row-gap: 2px;
|
|
36201
|
+
}
|
|
36202
|
+
|
|
36203
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
36204
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
36205
|
+
}
|
|
36206
|
+
|
|
36207
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
36208
|
+
color: #00122e !important;
|
|
36209
|
+
}
|
|
36210
|
+
|
|
36211
|
+
.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 {
|
|
36212
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
36213
|
+
}
|
|
36214
|
+
|
|
36215
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
36216
|
+
padding: 0 8px;
|
|
36217
|
+
border-radius: 4px;
|
|
36218
|
+
height: 32px;
|
|
36219
|
+
display: flex;
|
|
36220
|
+
align-items: center;
|
|
36221
|
+
}
|
|
36222
|
+
|
|
36223
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
36224
|
+
min-height: auto;
|
|
36225
|
+
white-space: nowrap;
|
|
36226
|
+
}
|
|
36227
|
+
|
|
36228
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
36229
|
+
font-size: 13px;
|
|
36230
|
+
line-height: 20px;
|
|
36231
|
+
max-width: 100%;
|
|
36232
|
+
padding-right: 0;
|
|
36233
|
+
}
|
|
36234
|
+
|
|
36235
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
36236
|
+
background: rgba(0, 128, 255, 0.1);
|
|
36237
|
+
}
|
|
36238
|
+
|
|
36239
|
+
.E_h6l1tj4 {
|
|
36240
|
+
width: 100%;
|
|
36241
|
+
display: inline-flex;
|
|
36242
|
+
align-items: center;
|
|
36243
|
+
justify-content: center;
|
|
36244
|
+
column-gap: 4px;
|
|
36245
|
+
}
|
|
36246
|
+
|
|
36247
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
36248
|
+
display: inline-flex;
|
|
36249
|
+
align-items: center;
|
|
36250
|
+
width: 18px;
|
|
36251
|
+
height: 18px;
|
|
36252
|
+
color: rgba(44, 56, 82, 0.75);
|
|
36253
|
+
justify-content: center;
|
|
36254
|
+
}
|
|
36255
|
+
|
|
36256
|
+
.E_v18frne8 {
|
|
36257
|
+
width: 100%;
|
|
36258
|
+
display: flex;
|
|
36259
|
+
align-items: center;
|
|
36260
|
+
justify-content: center;
|
|
36261
|
+
column-gap: 6px;
|
|
36262
|
+
font-size: 13px;
|
|
36263
|
+
}
|
|
36264
|
+
|
|
36265
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
36266
|
+
display: inline-flex;
|
|
36267
|
+
align-items: center;
|
|
36268
|
+
min-width: 20px;
|
|
36269
|
+
min-height: 20px;
|
|
36270
|
+
color: rgba(44, 56, 82, 0.75);
|
|
36271
|
+
justify-content: center;
|
|
36272
|
+
}
|
|
36273
|
+
|
|
36274
36274
|
.E_t13ef470 {
|
|
36275
36275
|
height: 100%;
|
|
36276
36276
|
}
|
|
@@ -36400,18 +36400,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36400
36400
|
display: block;
|
|
36401
36401
|
}
|
|
36402
36402
|
|
|
36403
|
-
.E_i14c7jc8 {
|
|
36404
|
-
color: var(--i14c7jc8-0);
|
|
36405
|
-
}
|
|
36406
|
-
|
|
36407
|
-
.E_i1ibuolf {
|
|
36408
|
-
display: flex;
|
|
36409
|
-
align-items: center;
|
|
36410
|
-
column-gap: 4px;
|
|
36411
|
-
font-size: 12px;
|
|
36412
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
36413
|
-
}
|
|
36414
|
-
|
|
36415
36403
|
.E_d1u4ndxc {
|
|
36416
36404
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
36417
36405
|
font-size: 12px;
|
|
@@ -36442,4 +36430,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36442
36430
|
to {
|
|
36443
36431
|
transform: translateX(100%);
|
|
36444
36432
|
}
|
|
36433
|
+
}
|
|
36434
|
+
.E_i14c7jc8 {
|
|
36435
|
+
color: var(--i14c7jc8-0);
|
|
36436
|
+
}
|
|
36437
|
+
|
|
36438
|
+
.E_i1ibuolf {
|
|
36439
|
+
display: flex;
|
|
36440
|
+
align-items: center;
|
|
36441
|
+
column-gap: 4px;
|
|
36442
|
+
font-size: 12px;
|
|
36443
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36445
36444
|
}
|