@cloudtower/eagle 0.27.81 → 0.27.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Cascader/cascader.widget.js +2 -2
- package/dist/cjs/core/DonutChart/index.js +1 -1
- package/dist/cjs/core/Modal/index.js +6 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1809 -1810
- package/dist/esm/core/Cascader/cascader.widget.js +2 -2
- package/dist/esm/core/DonutChart/index.js +1 -1
- package/dist/esm/core/Modal/index.js +6 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/DonutChart/index.d.ts +2 -8
- package/dist/src/core/Modal/modal.type.d.ts +8 -0
- package/dist/style.css +1710 -1710
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29586,6 +29586,91 @@ html body {
|
|
|
29586
29586
|
margin-left: 1px;
|
|
29587
29587
|
}
|
|
29588
29588
|
|
|
29589
|
+
.E_c18bcrac {
|
|
29590
|
+
display: inline-block;
|
|
29591
|
+
width: 100%;
|
|
29592
|
+
}
|
|
29593
|
+
|
|
29594
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29595
|
+
margin-left: 4px;
|
|
29596
|
+
}
|
|
29597
|
+
|
|
29598
|
+
.E_cro7kg2 {
|
|
29599
|
+
padding: 4px;
|
|
29600
|
+
}
|
|
29601
|
+
|
|
29602
|
+
.E_c14wcxf0 {
|
|
29603
|
+
display: flex;
|
|
29604
|
+
justify-content: space-between;
|
|
29605
|
+
align-items: center;
|
|
29606
|
+
font-size: 13px;
|
|
29607
|
+
line-height: 24px;
|
|
29608
|
+
color: #cccccc;
|
|
29609
|
+
white-space: nowrap;
|
|
29610
|
+
}
|
|
29611
|
+
|
|
29612
|
+
.E_c14wcxf0 label {
|
|
29613
|
+
margin-right: 32px;
|
|
29614
|
+
}
|
|
29615
|
+
|
|
29616
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29617
|
+
font-weight: bold;
|
|
29618
|
+
color: white;
|
|
29619
|
+
}
|
|
29620
|
+
|
|
29621
|
+
.E_s11212zy {
|
|
29622
|
+
width: 8px;
|
|
29623
|
+
height: 8px;
|
|
29624
|
+
border-radius: 2px;
|
|
29625
|
+
display: inline-block;
|
|
29626
|
+
background: var(--s11212zy-0);
|
|
29627
|
+
border: 1px solid #fff;
|
|
29628
|
+
box-sizing: content-box;
|
|
29629
|
+
margin-right: 6px;
|
|
29630
|
+
}
|
|
29631
|
+
|
|
29632
|
+
.E_p1lyky6c > :first-child {
|
|
29633
|
+
font-weight: bold;
|
|
29634
|
+
color: white;
|
|
29635
|
+
margin-right: 4px;
|
|
29636
|
+
}
|
|
29637
|
+
|
|
29638
|
+
.E_tqjc4ui {
|
|
29639
|
+
margin: 0 2px;
|
|
29640
|
+
}
|
|
29641
|
+
|
|
29642
|
+
.E_gmyahx3 {
|
|
29643
|
+
cursor: pointer;
|
|
29644
|
+
}
|
|
29645
|
+
|
|
29646
|
+
.E_gmyahx3 .link-text {
|
|
29647
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29648
|
+
}
|
|
29649
|
+
|
|
29650
|
+
.E_gmyahx3:hover .link-text {
|
|
29651
|
+
color: #0080ff;
|
|
29652
|
+
}
|
|
29653
|
+
|
|
29654
|
+
.E_n12mqh7z {
|
|
29655
|
+
display: flex;
|
|
29656
|
+
align-items: center;
|
|
29657
|
+
font-size: 12px;
|
|
29658
|
+
line-height: 18px;
|
|
29659
|
+
}
|
|
29660
|
+
|
|
29661
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29662
|
+
margin-bottom: 4px;
|
|
29663
|
+
}
|
|
29664
|
+
|
|
29665
|
+
.E_tf5bynu {
|
|
29666
|
+
margin: 0 3px;
|
|
29667
|
+
}
|
|
29668
|
+
|
|
29669
|
+
.E_tcckoz1 {
|
|
29670
|
+
max-height: 400px;
|
|
29671
|
+
overflow: auto;
|
|
29672
|
+
}
|
|
29673
|
+
|
|
29589
29674
|
.E_clm1wy1 {
|
|
29590
29675
|
width: 192px;
|
|
29591
29676
|
height: 246px;
|
|
@@ -29695,42 +29780,6 @@ html body {
|
|
|
29695
29780
|
border-radius: 2px;
|
|
29696
29781
|
}
|
|
29697
29782
|
|
|
29698
|
-
.E_n12mqh7z {
|
|
29699
|
-
display: flex;
|
|
29700
|
-
align-items: center;
|
|
29701
|
-
font-size: 12px;
|
|
29702
|
-
line-height: 18px;
|
|
29703
|
-
}
|
|
29704
|
-
|
|
29705
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29706
|
-
margin-bottom: 4px;
|
|
29707
|
-
}
|
|
29708
|
-
|
|
29709
|
-
.E_tf5bynu {
|
|
29710
|
-
margin: 0 3px;
|
|
29711
|
-
}
|
|
29712
|
-
|
|
29713
|
-
.E_tcckoz1 {
|
|
29714
|
-
max-height: 400px;
|
|
29715
|
-
overflow: auto;
|
|
29716
|
-
}
|
|
29717
|
-
|
|
29718
|
-
.E_ou7iq30 {
|
|
29719
|
-
overflow: hidden;
|
|
29720
|
-
text-overflow: ellipsis;
|
|
29721
|
-
}
|
|
29722
|
-
|
|
29723
|
-
.E_s1tui002 {
|
|
29724
|
-
white-space: nowrap;
|
|
29725
|
-
}
|
|
29726
|
-
|
|
29727
|
-
.E_mxrc2zg {
|
|
29728
|
-
display: -webkit-box;
|
|
29729
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29730
|
-
-webkit-box-orient: vertical;
|
|
29731
|
-
word-break: break-all;
|
|
29732
|
-
}
|
|
29733
|
-
|
|
29734
29783
|
.E_s1ebs0ra {
|
|
29735
29784
|
display: flex;
|
|
29736
29785
|
align-items: center;
|
|
@@ -29802,69 +29851,20 @@ html body {
|
|
|
29802
29851
|
background: #fff;
|
|
29803
29852
|
}
|
|
29804
29853
|
|
|
29805
|
-
.
|
|
29806
|
-
|
|
29807
|
-
|
|
29808
|
-
|
|
29809
|
-
.E_gmyahx3 {
|
|
29810
|
-
cursor: pointer;
|
|
29811
|
-
}
|
|
29812
|
-
|
|
29813
|
-
.E_gmyahx3 .link-text {
|
|
29814
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29815
|
-
}
|
|
29816
|
-
|
|
29817
|
-
.E_gmyahx3:hover .link-text {
|
|
29818
|
-
color: #0080ff;
|
|
29819
|
-
}
|
|
29820
|
-
|
|
29821
|
-
.E_c18bcrac {
|
|
29822
|
-
display: inline-block;
|
|
29823
|
-
width: 100%;
|
|
29824
|
-
}
|
|
29825
|
-
|
|
29826
|
-
.E_c18bcrac .recharts-wrapper {
|
|
29827
|
-
margin-left: 4px;
|
|
29828
|
-
}
|
|
29829
|
-
|
|
29830
|
-
.E_cro7kg2 {
|
|
29831
|
-
padding: 4px;
|
|
29854
|
+
.E_ou7iq30 {
|
|
29855
|
+
overflow: hidden;
|
|
29856
|
+
text-overflow: ellipsis;
|
|
29832
29857
|
}
|
|
29833
29858
|
|
|
29834
|
-
.
|
|
29835
|
-
display: flex;
|
|
29836
|
-
justify-content: space-between;
|
|
29837
|
-
align-items: center;
|
|
29838
|
-
font-size: 13px;
|
|
29839
|
-
line-height: 24px;
|
|
29840
|
-
color: #cccccc;
|
|
29859
|
+
.E_s1tui002 {
|
|
29841
29860
|
white-space: nowrap;
|
|
29842
29861
|
}
|
|
29843
29862
|
|
|
29844
|
-
.
|
|
29845
|
-
|
|
29846
|
-
|
|
29847
|
-
|
|
29848
|
-
|
|
29849
|
-
font-weight: bold;
|
|
29850
|
-
color: white;
|
|
29851
|
-
}
|
|
29852
|
-
|
|
29853
|
-
.E_s11212zy {
|
|
29854
|
-
width: 8px;
|
|
29855
|
-
height: 8px;
|
|
29856
|
-
border-radius: 2px;
|
|
29857
|
-
display: inline-block;
|
|
29858
|
-
background: var(--s11212zy-0);
|
|
29859
|
-
border: 1px solid #fff;
|
|
29860
|
-
box-sizing: content-box;
|
|
29861
|
-
margin-right: 6px;
|
|
29862
|
-
}
|
|
29863
|
-
|
|
29864
|
-
.E_p1lyky6c > :first-child {
|
|
29865
|
-
font-weight: bold;
|
|
29866
|
-
color: white;
|
|
29867
|
-
margin-right: 4px;
|
|
29863
|
+
.E_mxrc2zg {
|
|
29864
|
+
display: -webkit-box;
|
|
29865
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29866
|
+
-webkit-box-orient: vertical;
|
|
29867
|
+
word-break: break-all;
|
|
29868
29868
|
}
|
|
29869
29869
|
|
|
29870
29870
|
.E_c1up1pdz {
|
|
@@ -30033,6 +30033,15 @@ html body {
|
|
|
30033
30033
|
color: #fff;
|
|
30034
30034
|
}
|
|
30035
30035
|
|
|
30036
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30037
|
+
display: flex;
|
|
30038
|
+
align-items: center;
|
|
30039
|
+
}
|
|
30040
|
+
|
|
30041
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30042
|
+
margin-right: 8px;
|
|
30043
|
+
}
|
|
30044
|
+
|
|
30036
30045
|
.E_t1sqg15u {
|
|
30037
30046
|
background: white;
|
|
30038
30047
|
}
|
|
@@ -30139,138 +30148,286 @@ html body {
|
|
|
30139
30148
|
padding-right: 12px;
|
|
30140
30149
|
}
|
|
30141
30150
|
|
|
30142
|
-
.
|
|
30143
|
-
|
|
30144
|
-
|
|
30151
|
+
.E_tje3huy {
|
|
30152
|
+
width: 100%;
|
|
30153
|
+
overflow: inherit;
|
|
30154
|
+
white-space: inherit;
|
|
30155
|
+
text-overflow: ellipsis;
|
|
30145
30156
|
}
|
|
30146
30157
|
|
|
30147
|
-
.
|
|
30148
|
-
|
|
30158
|
+
.E_t160l1cm {
|
|
30159
|
+
display: flex;
|
|
30160
|
+
flex-direction: column;
|
|
30161
|
+
flex: 1;
|
|
30162
|
+
/* FIXME:(yanzhen) do this better */
|
|
30149
30163
|
}
|
|
30150
30164
|
|
|
30151
|
-
.
|
|
30152
|
-
|
|
30165
|
+
.E_t160l1cm .tab-bar {
|
|
30166
|
+
flex-shrink: 0;
|
|
30167
|
+
display: flex;
|
|
30168
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30153
30169
|
}
|
|
30154
30170
|
|
|
30155
|
-
.
|
|
30156
|
-
|
|
30171
|
+
.E_t160l1cm .tab-content {
|
|
30172
|
+
height: 100%;
|
|
30157
30173
|
}
|
|
30158
30174
|
|
|
30159
|
-
.
|
|
30160
|
-
|
|
30175
|
+
.E_t160l1cm .tab-menu-item {
|
|
30176
|
+
margin-right: 2px;
|
|
30177
|
+
padding: 1px 12px;
|
|
30178
|
+
line-height: 24px;
|
|
30179
|
+
height: 24px;
|
|
30180
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30181
|
+
border-radius: 4px 4px 0 0;
|
|
30182
|
+
cursor: pointer;
|
|
30183
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30161
30184
|
}
|
|
30162
30185
|
|
|
30163
|
-
.
|
|
30164
|
-
padding:
|
|
30186
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30187
|
+
padding-left: 0;
|
|
30165
30188
|
}
|
|
30166
30189
|
|
|
30167
|
-
.
|
|
30168
|
-
|
|
30169
|
-
justify-content: space-between;
|
|
30170
|
-
width: 100%;
|
|
30190
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30191
|
+
padding-left: 12px;
|
|
30171
30192
|
}
|
|
30172
30193
|
|
|
30173
|
-
.
|
|
30174
|
-
|
|
30194
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30195
|
+
color: #0080ff;
|
|
30196
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30175
30197
|
}
|
|
30176
30198
|
|
|
30177
|
-
.
|
|
30178
|
-
|
|
30199
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30200
|
+
fill: #0080ff;
|
|
30179
30201
|
}
|
|
30180
30202
|
|
|
30181
|
-
.
|
|
30182
|
-
|
|
30183
|
-
|
|
30184
|
-
}
|
|
30203
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30204
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30205
|
+
}
|
|
30185
30206
|
|
|
30186
|
-
.
|
|
30187
|
-
|
|
30207
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30208
|
+
color: #0080ff;
|
|
30209
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30188
30210
|
}
|
|
30189
30211
|
|
|
30190
|
-
.
|
|
30191
|
-
|
|
30192
|
-
margin-bottom: 4px;
|
|
30212
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30213
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30193
30214
|
}
|
|
30194
30215
|
|
|
30195
|
-
.
|
|
30196
|
-
|
|
30197
|
-
cursor: pointer;
|
|
30198
|
-
transition: color 160ms ease;
|
|
30216
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30217
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30199
30218
|
}
|
|
30200
30219
|
|
|
30201
|
-
.
|
|
30220
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30221
|
+
fill: #0080ff;
|
|
30222
|
+
}
|
|
30223
|
+
|
|
30224
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30202
30225
|
color: #0080ff;
|
|
30226
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30203
30227
|
}
|
|
30204
30228
|
|
|
30205
|
-
.
|
|
30206
|
-
|
|
30229
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30230
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30207
30231
|
}
|
|
30208
30232
|
|
|
30209
|
-
.
|
|
30210
|
-
|
|
30211
|
-
overflow: inherit;
|
|
30212
|
-
white-space: inherit;
|
|
30213
|
-
text-overflow: ellipsis;
|
|
30233
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30234
|
+
fill: #1d326c;
|
|
30214
30235
|
}
|
|
30215
30236
|
|
|
30216
|
-
.
|
|
30237
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30238
|
+
margin-left: 8px;
|
|
30239
|
+
height: 22px;
|
|
30240
|
+
}
|
|
30241
|
+
|
|
30242
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30243
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30244
|
+
}
|
|
30245
|
+
|
|
30246
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30247
|
+
padding: 0;
|
|
30217
30248
|
display: flex;
|
|
30218
30249
|
align-items: center;
|
|
30219
|
-
|
|
30250
|
+
overflow: hidden;
|
|
30220
30251
|
}
|
|
30221
30252
|
|
|
30222
|
-
.
|
|
30253
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30254
|
+
opacity: 0;
|
|
30255
|
+
max-width: 0;
|
|
30256
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30257
|
+
}
|
|
30258
|
+
|
|
30259
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30260
|
+
padding: 1px 12px;
|
|
30261
|
+
position: relative;
|
|
30223
30262
|
display: flex;
|
|
30224
|
-
align-items: center;
|
|
30225
|
-
width: calc(100% - 40px);
|
|
30226
30263
|
}
|
|
30227
30264
|
|
|
30228
|
-
.
|
|
30265
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30266
|
+
opacity: 0;
|
|
30267
|
+
position: absolute;
|
|
30268
|
+
top: 50%;
|
|
30269
|
+
left: 0;
|
|
30270
|
+
transform: translate(-50%, -50%);
|
|
30271
|
+
transition: opacity 100ms linear;
|
|
30272
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30273
|
+
}
|
|
30274
|
+
|
|
30275
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30276
|
+
color: #0080ff;
|
|
30277
|
+
}
|
|
30278
|
+
|
|
30279
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30280
|
+
padding: 1px 12px;
|
|
30229
30281
|
display: inline-block;
|
|
30230
|
-
|
|
30282
|
+
opacity: 1;
|
|
30283
|
+
max-width: 160px;
|
|
30231
30284
|
}
|
|
30232
30285
|
|
|
30233
|
-
.
|
|
30234
|
-
|
|
30286
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30287
|
+
padding: 1px 12px;
|
|
30288
|
+
color: #005ed1;
|
|
30235
30289
|
}
|
|
30236
30290
|
|
|
30237
|
-
.
|
|
30238
|
-
|
|
30291
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30292
|
+
opacity: 1;
|
|
30239
30293
|
}
|
|
30240
30294
|
|
|
30241
|
-
.
|
|
30242
|
-
|
|
30295
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
30296
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30243
30297
|
}
|
|
30244
30298
|
|
|
30245
|
-
.
|
|
30299
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
30300
|
+
opacity: 0;
|
|
30301
|
+
}
|
|
30302
|
+
|
|
30303
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30304
|
+
padding: 4px 16px;
|
|
30305
|
+
height: 32px;
|
|
30306
|
+
border-radius: 6px 6px 0 0;
|
|
30307
|
+
}
|
|
30308
|
+
|
|
30309
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30310
|
+
padding-left: 0;
|
|
30311
|
+
}
|
|
30312
|
+
|
|
30313
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
30314
|
+
padding-left: 16px;
|
|
30315
|
+
}
|
|
30316
|
+
|
|
30317
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30318
|
+
margin-left: 11px;
|
|
30319
|
+
height: 24px;
|
|
30320
|
+
}
|
|
30321
|
+
|
|
30322
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30323
|
+
padding: 0;
|
|
30324
|
+
}
|
|
30325
|
+
|
|
30326
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30327
|
+
padding: 4px 16px;
|
|
30328
|
+
}
|
|
30329
|
+
|
|
30330
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30331
|
+
padding: 4px 16px;
|
|
30332
|
+
}
|
|
30333
|
+
|
|
30334
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30335
|
+
background: #fff;
|
|
30336
|
+
}
|
|
30337
|
+
|
|
30338
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30339
|
+
color: #005ed1;
|
|
30340
|
+
}
|
|
30341
|
+
|
|
30342
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30343
|
+
background: #fff;
|
|
30344
|
+
color: #1d326c;
|
|
30345
|
+
}
|
|
30346
|
+
|
|
30347
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30348
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30349
|
+
}
|
|
30350
|
+
|
|
30351
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30352
|
+
color: #1d326c;
|
|
30353
|
+
}
|
|
30354
|
+
|
|
30355
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30356
|
+
fill: #d8deeb;
|
|
30357
|
+
}
|
|
30358
|
+
|
|
30359
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30360
|
+
fill: #1d326c;
|
|
30361
|
+
}
|
|
30362
|
+
|
|
30363
|
+
.E_t160l1cm .tab-content {
|
|
30364
|
+
flex: 1;
|
|
30365
|
+
display: flex;
|
|
30366
|
+
flex-direction: column;
|
|
30367
|
+
}
|
|
30368
|
+
|
|
30369
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30370
|
+
overflow: visible;
|
|
30371
|
+
}
|
|
30372
|
+
|
|
30373
|
+
.E_t14npdqr {
|
|
30374
|
+
max-width: 240px;
|
|
30375
|
+
animation: none;
|
|
30376
|
+
}
|
|
30377
|
+
|
|
30378
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30379
|
+
border: 1px solid #0080ff;
|
|
30380
|
+
padding: 0;
|
|
30381
|
+
}
|
|
30382
|
+
|
|
30383
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30384
|
+
margin: 0;
|
|
30385
|
+
height: 32px;
|
|
30386
|
+
line-height: 32px;
|
|
30387
|
+
font-size: 13px;
|
|
30388
|
+
padding: 0 10px;
|
|
30389
|
+
display: block;
|
|
30390
|
+
overflow: hidden;
|
|
30391
|
+
text-overflow: ellipsis;
|
|
30246
30392
|
white-space: nowrap;
|
|
30247
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30248
30393
|
}
|
|
30249
30394
|
|
|
30250
|
-
.
|
|
30251
|
-
|
|
30395
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30396
|
+
content: " ";
|
|
30397
|
+
height: 1px;
|
|
30398
|
+
width: calc(100% + 10px);
|
|
30399
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30400
|
+
display: block;
|
|
30252
30401
|
}
|
|
30253
30402
|
|
|
30254
|
-
.
|
|
30255
|
-
|
|
30403
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30404
|
+
color: #0080ff;
|
|
30405
|
+
background: transparent;
|
|
30256
30406
|
}
|
|
30257
30407
|
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30408
|
+
.E_c18gxmrl {
|
|
30409
|
+
border: 1px solid #d8deeb;
|
|
30410
|
+
border-radius: 4px;
|
|
30260
30411
|
}
|
|
30261
30412
|
|
|
30262
|
-
.
|
|
30263
|
-
|
|
30264
|
-
border-bottom-right-radius: 0;
|
|
30413
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30414
|
+
margin-top: 8px;
|
|
30265
30415
|
}
|
|
30266
30416
|
|
|
30267
|
-
.
|
|
30268
|
-
border-
|
|
30269
|
-
border-bottom-left-radius: 0;
|
|
30417
|
+
.E_c18gxmrl:hover {
|
|
30418
|
+
border-color: #0080ff;
|
|
30270
30419
|
}
|
|
30271
30420
|
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30421
|
+
.E_c18gxmrl:hover > header {
|
|
30422
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30423
|
+
}
|
|
30424
|
+
|
|
30425
|
+
.E_c18gxmrl.active header {
|
|
30426
|
+
border-bottom: 1px solid #d8deeb;
|
|
30427
|
+
}
|
|
30428
|
+
|
|
30429
|
+
.E_c18gxmrl > header {
|
|
30430
|
+
padding: 8px 12px;
|
|
30274
30431
|
}
|
|
30275
30432
|
|
|
30276
30433
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30560,254 +30717,62 @@ html body {
|
|
|
30560
30717
|
padding: 0;
|
|
30561
30718
|
}
|
|
30562
30719
|
|
|
30563
|
-
.
|
|
30564
|
-
|
|
30565
|
-
|
|
30566
|
-
flex: 1;
|
|
30567
|
-
/* FIXME:(yanzhen) do this better */
|
|
30720
|
+
.E_berrcjl {
|
|
30721
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30722
|
+
margin-bottom: 4px;
|
|
30568
30723
|
}
|
|
30569
30724
|
|
|
30570
|
-
.
|
|
30571
|
-
|
|
30572
|
-
|
|
30573
|
-
|
|
30725
|
+
.E_berrcjl .breadcrumb-link {
|
|
30726
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30727
|
+
cursor: pointer;
|
|
30728
|
+
transition: color 160ms ease;
|
|
30574
30729
|
}
|
|
30575
30730
|
|
|
30576
|
-
.
|
|
30577
|
-
|
|
30731
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30732
|
+
color: #0080ff;
|
|
30578
30733
|
}
|
|
30579
30734
|
|
|
30580
|
-
.
|
|
30581
|
-
|
|
30582
|
-
padding: 1px 12px;
|
|
30583
|
-
line-height: 24px;
|
|
30584
|
-
height: 24px;
|
|
30585
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30586
|
-
border-radius: 4px 4px 0 0;
|
|
30587
|
-
cursor: pointer;
|
|
30588
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30589
|
-
}
|
|
30590
|
-
|
|
30591
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
30592
|
-
padding-left: 0;
|
|
30593
|
-
}
|
|
30594
|
-
|
|
30595
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30596
|
-
padding-left: 12px;
|
|
30597
|
-
}
|
|
30598
|
-
|
|
30599
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
30600
|
-
color: #0080ff;
|
|
30601
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30602
|
-
}
|
|
30603
|
-
|
|
30604
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30605
|
-
fill: #0080ff;
|
|
30606
|
-
}
|
|
30607
|
-
|
|
30608
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
30609
|
-
background: rgba(192, 203, 224, 0.6);
|
|
30610
|
-
}
|
|
30611
|
-
|
|
30612
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30613
|
-
color: #0080ff;
|
|
30614
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30615
|
-
}
|
|
30616
|
-
|
|
30617
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30618
|
-
background: rgba(192, 203, 224, 0.6);
|
|
30619
|
-
}
|
|
30620
|
-
|
|
30621
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30622
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30623
|
-
}
|
|
30624
|
-
|
|
30625
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30626
|
-
fill: #0080ff;
|
|
30627
|
-
}
|
|
30628
|
-
|
|
30629
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30630
|
-
color: #0080ff;
|
|
30631
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30632
|
-
}
|
|
30633
|
-
|
|
30634
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30635
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30735
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30736
|
+
color: #005ed1;
|
|
30636
30737
|
}
|
|
30637
30738
|
|
|
30638
|
-
.
|
|
30639
|
-
|
|
30739
|
+
.E_m74vjol {
|
|
30740
|
+
display: flex;
|
|
30741
|
+
justify-content: space-between;
|
|
30742
|
+
width: 100%;
|
|
30640
30743
|
}
|
|
30641
30744
|
|
|
30642
|
-
.
|
|
30643
|
-
margin-left:
|
|
30644
|
-
height: 22px;
|
|
30745
|
+
.E_m74vjol .action {
|
|
30746
|
+
margin-left: 16px;
|
|
30645
30747
|
}
|
|
30646
30748
|
|
|
30647
|
-
.
|
|
30648
|
-
|
|
30749
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30750
|
+
width: 100%;
|
|
30649
30751
|
}
|
|
30650
30752
|
|
|
30651
|
-
.
|
|
30652
|
-
padding: 0;
|
|
30753
|
+
.E_wg1tsps {
|
|
30653
30754
|
display: flex;
|
|
30654
30755
|
align-items: center;
|
|
30655
|
-
|
|
30656
|
-
}
|
|
30657
|
-
|
|
30658
|
-
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30659
|
-
opacity: 0;
|
|
30660
|
-
max-width: 0;
|
|
30661
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30756
|
+
justify-content: flex-end;
|
|
30662
30757
|
}
|
|
30663
30758
|
|
|
30664
|
-
.
|
|
30665
|
-
padding: 1px 12px;
|
|
30666
|
-
position: relative;
|
|
30759
|
+
.E_b1ctd5xy {
|
|
30667
30760
|
display: flex;
|
|
30761
|
+
align-items: center;
|
|
30762
|
+
width: calc(100% - 40px);
|
|
30668
30763
|
}
|
|
30669
30764
|
|
|
30670
|
-
.
|
|
30671
|
-
opacity: 0;
|
|
30672
|
-
position: absolute;
|
|
30673
|
-
top: 50%;
|
|
30674
|
-
left: 0;
|
|
30675
|
-
transform: translate(-50%, -50%);
|
|
30676
|
-
transition: opacity 100ms linear;
|
|
30677
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30678
|
-
}
|
|
30679
|
-
|
|
30680
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30681
|
-
color: #0080ff;
|
|
30682
|
-
}
|
|
30683
|
-
|
|
30684
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30685
|
-
padding: 1px 12px;
|
|
30765
|
+
.E_b1ctd5xy .chart {
|
|
30686
30766
|
display: inline-block;
|
|
30687
|
-
|
|
30688
|
-
max-width: 160px;
|
|
30689
|
-
}
|
|
30690
|
-
|
|
30691
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30692
|
-
padding: 1px 12px;
|
|
30693
|
-
color: #005ed1;
|
|
30694
|
-
}
|
|
30695
|
-
|
|
30696
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30697
|
-
opacity: 1;
|
|
30698
|
-
}
|
|
30699
|
-
|
|
30700
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
30701
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30702
|
-
}
|
|
30703
|
-
|
|
30704
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
30705
|
-
opacity: 0;
|
|
30706
|
-
}
|
|
30707
|
-
|
|
30708
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30709
|
-
padding: 4px 16px;
|
|
30710
|
-
height: 32px;
|
|
30711
|
-
border-radius: 6px 6px 0 0;
|
|
30712
|
-
}
|
|
30713
|
-
|
|
30714
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30715
|
-
padding-left: 0;
|
|
30716
|
-
}
|
|
30717
|
-
|
|
30718
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
30719
|
-
padding-left: 16px;
|
|
30720
|
-
}
|
|
30721
|
-
|
|
30722
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30723
|
-
margin-left: 11px;
|
|
30724
|
-
height: 24px;
|
|
30725
|
-
}
|
|
30726
|
-
|
|
30727
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30728
|
-
padding: 0;
|
|
30729
|
-
}
|
|
30730
|
-
|
|
30731
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30732
|
-
padding: 4px 16px;
|
|
30733
|
-
}
|
|
30734
|
-
|
|
30735
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30736
|
-
padding: 4px 16px;
|
|
30737
|
-
}
|
|
30738
|
-
|
|
30739
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30740
|
-
background: #fff;
|
|
30741
|
-
}
|
|
30742
|
-
|
|
30743
|
-
.E_t160l1cm .tab-menu-item-light:active {
|
|
30744
|
-
color: #005ed1;
|
|
30745
|
-
}
|
|
30746
|
-
|
|
30747
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30748
|
-
background: #fff;
|
|
30749
|
-
color: #1d326c;
|
|
30750
|
-
}
|
|
30751
|
-
|
|
30752
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30753
|
-
color: rgba(45, 58, 86, 0.6);
|
|
30754
|
-
}
|
|
30755
|
-
|
|
30756
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30757
|
-
color: #1d326c;
|
|
30758
|
-
}
|
|
30759
|
-
|
|
30760
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30761
|
-
fill: #d8deeb;
|
|
30762
|
-
}
|
|
30763
|
-
|
|
30764
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30765
|
-
fill: #1d326c;
|
|
30766
|
-
}
|
|
30767
|
-
|
|
30768
|
-
.E_t160l1cm .tab-content {
|
|
30769
|
-
flex: 1;
|
|
30770
|
-
display: flex;
|
|
30771
|
-
flex-direction: column;
|
|
30772
|
-
}
|
|
30773
|
-
|
|
30774
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
30775
|
-
overflow: visible;
|
|
30776
|
-
}
|
|
30777
|
-
|
|
30778
|
-
.E_t14npdqr {
|
|
30779
|
-
max-width: 240px;
|
|
30780
|
-
animation: none;
|
|
30781
|
-
}
|
|
30782
|
-
|
|
30783
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30784
|
-
border: 1px solid #0080ff;
|
|
30785
|
-
padding: 0;
|
|
30786
|
-
}
|
|
30787
|
-
|
|
30788
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30789
|
-
margin: 0;
|
|
30790
|
-
height: 32px;
|
|
30791
|
-
line-height: 32px;
|
|
30792
|
-
font-size: 13px;
|
|
30793
|
-
padding: 0 10px;
|
|
30794
|
-
display: block;
|
|
30795
|
-
overflow: hidden;
|
|
30796
|
-
text-overflow: ellipsis;
|
|
30797
|
-
white-space: nowrap;
|
|
30767
|
+
width: 100%;
|
|
30798
30768
|
}
|
|
30799
30769
|
|
|
30800
|
-
.
|
|
30801
|
-
|
|
30802
|
-
height: 1px;
|
|
30803
|
-
width: calc(100% + 10px);
|
|
30804
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30805
|
-
display: block;
|
|
30770
|
+
.E_u1p8acpn {
|
|
30771
|
+
min-width: 40px;
|
|
30806
30772
|
}
|
|
30807
30773
|
|
|
30808
|
-
.
|
|
30809
|
-
color: #
|
|
30810
|
-
background: transparent;
|
|
30774
|
+
.E_u1p8acpn .unit {
|
|
30775
|
+
color: #00122e !important;
|
|
30811
30776
|
}
|
|
30812
30777
|
|
|
30813
30778
|
.E_c1uzzomf {
|
|
@@ -30835,31 +30800,6 @@ html body {
|
|
|
30835
30800
|
text-align: center;
|
|
30836
30801
|
}
|
|
30837
30802
|
|
|
30838
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30839
|
-
border: 0px;
|
|
30840
|
-
background-color: #fff;
|
|
30841
|
-
}
|
|
30842
|
-
|
|
30843
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30844
|
-
padding-top: 0px;
|
|
30845
|
-
padding-bottom: 0px;
|
|
30846
|
-
padding-left: 0px !important;
|
|
30847
|
-
padding-right: 24px;
|
|
30848
|
-
}
|
|
30849
|
-
|
|
30850
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30851
|
-
right: 0px;
|
|
30852
|
-
}
|
|
30853
|
-
|
|
30854
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30855
|
-
padding: 0px;
|
|
30856
|
-
}
|
|
30857
|
-
|
|
30858
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30859
|
-
padding-right: 0px;
|
|
30860
|
-
cursor: default;
|
|
30861
|
-
}
|
|
30862
|
-
|
|
30863
30803
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30864
30804
|
padding: 4px 8px 0 8px;
|
|
30865
30805
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -30971,83 +30911,253 @@ html body {
|
|
|
30971
30911
|
width: 102px;
|
|
30972
30912
|
}
|
|
30973
30913
|
|
|
30974
|
-
.
|
|
30975
|
-
|
|
30976
|
-
|
|
30977
|
-
|
|
30978
|
-
|
|
30979
|
-
padding: 20px 24px 24px 24px;
|
|
30914
|
+
.E_f7pxqmh {
|
|
30915
|
+
width: 100%;
|
|
30916
|
+
margin-bottom: 0 !important;
|
|
30917
|
+
flex-flow: nowrap !important;
|
|
30918
|
+
line-break: auto;
|
|
30980
30919
|
}
|
|
30981
30920
|
|
|
30982
|
-
.
|
|
30921
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30922
|
+
text-align: left !important;
|
|
30923
|
+
padding-bottom: 0 !important;
|
|
30924
|
+
}
|
|
30925
|
+
|
|
30926
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30927
|
+
min-height: 32px;
|
|
30928
|
+
height: auto;
|
|
30929
|
+
font-size: 13px;
|
|
30930
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30931
|
+
white-space: normal;
|
|
30932
|
+
}
|
|
30933
|
+
|
|
30934
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30935
|
+
border-color: #ff4d4f !important;
|
|
30936
|
+
}
|
|
30937
|
+
|
|
30938
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30939
|
+
margin-top: 4px;
|
|
30940
|
+
font-size: 12px;
|
|
30941
|
+
min-height: 0px;
|
|
30942
|
+
}
|
|
30943
|
+
|
|
30944
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30945
|
+
font-size: 12px;
|
|
30946
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30947
|
+
min-height: 0px;
|
|
30948
|
+
}
|
|
30949
|
+
|
|
30950
|
+
.E_b1nip9bk {
|
|
30951
|
+
padding: 4px 11px;
|
|
30952
|
+
}
|
|
30953
|
+
|
|
30954
|
+
.E_bqamoqe {
|
|
30955
|
+
white-space: nowrap;
|
|
30956
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30957
|
+
}
|
|
30958
|
+
|
|
30959
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30960
|
+
--color: #0080ff;
|
|
30961
|
+
}
|
|
30962
|
+
|
|
30963
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30964
|
+
--color: #0080ff;
|
|
30965
|
+
}
|
|
30966
|
+
|
|
30967
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30968
|
+
margin-left: 1px;
|
|
30969
|
+
}
|
|
30970
|
+
|
|
30971
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30972
|
+
border-top-right-radius: 0;
|
|
30973
|
+
border-bottom-right-radius: 0;
|
|
30974
|
+
}
|
|
30975
|
+
|
|
30976
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30977
|
+
border-top-left-radius: 0;
|
|
30978
|
+
border-bottom-left-radius: 0;
|
|
30979
|
+
}
|
|
30980
|
+
|
|
30981
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30982
|
+
border-radius: unset;
|
|
30983
|
+
}
|
|
30984
|
+
|
|
30985
|
+
.E_fzh9mnb {
|
|
30986
|
+
width: 100%;
|
|
30987
|
+
height: 100%;
|
|
30988
|
+
min-height: 124px;
|
|
30983
30989
|
display: flex;
|
|
30984
|
-
|
|
30990
|
+
flex-direction: column;
|
|
30991
|
+
justify-content: center;
|
|
30985
30992
|
align-items: center;
|
|
30986
|
-
|
|
30993
|
+
}
|
|
30994
|
+
|
|
30995
|
+
.E_fzh9mnb .error-text {
|
|
30996
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30997
|
+
margin-bottom: 16px;
|
|
30998
|
+
font-size: 18px;
|
|
30999
|
+
}
|
|
31000
|
+
|
|
31001
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31002
|
+
display: var(--ai7qkf2-0);
|
|
31003
|
+
}
|
|
31004
|
+
|
|
31005
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31006
|
+
display: inline-flex;
|
|
31007
|
+
line-height: 1.5715;
|
|
31008
|
+
height: 100%;
|
|
31009
|
+
width: 100%;
|
|
31010
|
+
}
|
|
31011
|
+
|
|
31012
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31013
|
+
content: var(--ai7qkf2-1);
|
|
31014
|
+
display: var(--ai7qkf2-2);
|
|
31015
|
+
flex: none;
|
|
31016
|
+
align-items: center;
|
|
31017
|
+
margin-left: 4px;
|
|
31018
|
+
padding: 5px 12px 5px 0;
|
|
30987
31019
|
color: rgba(44, 56, 82, 0.6);
|
|
30988
|
-
font-size: 12px;
|
|
30989
|
-
line-height: 24px;
|
|
30990
31020
|
}
|
|
30991
31021
|
|
|
30992
|
-
.
|
|
31022
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31023
|
+
content: var(--ai7qkf2-3);
|
|
31024
|
+
display: var(--ai7qkf2-4);
|
|
31025
|
+
flex: none;
|
|
31026
|
+
align-items: center;
|
|
31027
|
+
margin-right: 4px;
|
|
31028
|
+
cursor: auto;
|
|
31029
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31030
|
+
}
|
|
31031
|
+
|
|
31032
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31033
|
+
border-radius: 0;
|
|
31034
|
+
}
|
|
31035
|
+
|
|
31036
|
+
.E_ai7qkf2.ant-input-number {
|
|
31037
|
+
width: 100%;
|
|
31038
|
+
border-radius: 6px;
|
|
31039
|
+
}
|
|
31040
|
+
|
|
31041
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31042
|
+
border-color: #0096ff;
|
|
31043
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31044
|
+
z-index: 1;
|
|
31045
|
+
}
|
|
31046
|
+
|
|
31047
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31048
|
+
border-color: #e75a3a;
|
|
31049
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31050
|
+
}
|
|
31051
|
+
|
|
31052
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31053
|
+
height: 30px;
|
|
31054
|
+
border: 1px;
|
|
31055
|
+
padding: 5px 12px;
|
|
31056
|
+
font-size: inherit;
|
|
31057
|
+
}
|
|
31058
|
+
|
|
31059
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31060
|
+
height: 38px;
|
|
31061
|
+
border: 1px;
|
|
31062
|
+
padding: 8px 16px;
|
|
31063
|
+
}
|
|
31064
|
+
|
|
31065
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31066
|
+
height: 22px;
|
|
31067
|
+
border: 1px;
|
|
30993
31068
|
padding: 2px 8px;
|
|
30994
31069
|
}
|
|
30995
31070
|
|
|
30996
|
-
.
|
|
31071
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30997
31072
|
display: flex;
|
|
31073
|
+
}
|
|
31074
|
+
|
|
31075
|
+
.E_iouxfgt {
|
|
31076
|
+
display: inline-flex;
|
|
30998
31077
|
align-items: center;
|
|
30999
|
-
border-radius: 6px;
|
|
31000
|
-
cursor: pointer;
|
|
31001
|
-
transition: all 0.3s ease;
|
|
31002
31078
|
}
|
|
31003
31079
|
|
|
31004
|
-
.
|
|
31005
|
-
|
|
31006
|
-
|
|
31080
|
+
.E_iouxfgt .icon-inner {
|
|
31081
|
+
display: inline-flex;
|
|
31082
|
+
align-items: center;
|
|
31083
|
+
justify-content: center;
|
|
31007
31084
|
}
|
|
31008
31085
|
|
|
31009
|
-
.
|
|
31086
|
+
.E_iouxfgt .icon-inner + span,
|
|
31087
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31010
31088
|
margin-left: 4px;
|
|
31011
31089
|
}
|
|
31012
31090
|
|
|
31013
|
-
.
|
|
31091
|
+
.E_iouxfgt.is-rotate img,
|
|
31092
|
+
.E_iouxfgt.is-rotate svg {
|
|
31093
|
+
animation: rotate 680ms linear infinite;
|
|
31094
|
+
}
|
|
31095
|
+
|
|
31096
|
+
.E_i1inqkme {
|
|
31097
|
+
height: 18px;
|
|
31098
|
+
line-height: 18px;
|
|
31099
|
+
padding: 0 4px;
|
|
31100
|
+
border-radius: 4px;
|
|
31101
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31102
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31014
31103
|
display: flex;
|
|
31015
31104
|
align-items: center;
|
|
31016
|
-
|
|
31017
|
-
|
|
31105
|
+
white-space: nowrap;
|
|
31106
|
+
margin-right: 4px;
|
|
31018
31107
|
}
|
|
31019
31108
|
|
|
31020
|
-
.
|
|
31021
|
-
|
|
31109
|
+
.E_ivqqkzv {
|
|
31110
|
+
height: 24px;
|
|
31111
|
+
width: 56px !important;
|
|
31112
|
+
margin-right: 4px;
|
|
31022
31113
|
}
|
|
31023
31114
|
|
|
31024
|
-
.
|
|
31025
|
-
|
|
31026
|
-
padding: 0 8px;
|
|
31115
|
+
.E_c1wk4q29 {
|
|
31116
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31027
31117
|
}
|
|
31028
31118
|
|
|
31029
|
-
.
|
|
31030
|
-
|
|
31031
|
-
color: #0080ff;
|
|
31119
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31120
|
+
display: var(--a1wfy30z-0);
|
|
31032
31121
|
}
|
|
31033
31122
|
|
|
31034
|
-
.
|
|
31035
|
-
|
|
31123
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31124
|
+
padding: 4px 11px;
|
|
31125
|
+
display: inline-flex;
|
|
31126
|
+
line-height: 1.5715;
|
|
31127
|
+
height: inherit;
|
|
31036
31128
|
}
|
|
31037
31129
|
|
|
31038
|
-
.
|
|
31039
|
-
|
|
31040
|
-
|
|
31130
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31131
|
+
content: var(--a1wfy30z-1);
|
|
31132
|
+
display: var(--a1wfy30z-2);
|
|
31133
|
+
flex: none;
|
|
31134
|
+
align-items: center;
|
|
31135
|
+
margin-left: 4px;
|
|
31041
31136
|
}
|
|
31042
31137
|
|
|
31043
|
-
.
|
|
31044
|
-
|
|
31045
|
-
|
|
31046
|
-
|
|
31138
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31139
|
+
content: var(--a1wfy30z-3);
|
|
31140
|
+
display: var(--a1wfy30z-4);
|
|
31141
|
+
flex: none;
|
|
31142
|
+
align-items: center;
|
|
31143
|
+
margin-right: 4px;
|
|
31144
|
+
cursor: auto;
|
|
31047
31145
|
}
|
|
31048
31146
|
|
|
31049
|
-
.
|
|
31050
|
-
|
|
31147
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31148
|
+
padding: 0;
|
|
31149
|
+
margin: 0;
|
|
31150
|
+
height: auto;
|
|
31151
|
+
font-size: inherit;
|
|
31152
|
+
}
|
|
31153
|
+
|
|
31154
|
+
.E_owd0kml {
|
|
31155
|
+
display: inline-block;
|
|
31156
|
+
}
|
|
31157
|
+
|
|
31158
|
+
.E_h1jsgezc {
|
|
31159
|
+
visibility: hidden;
|
|
31160
|
+
position: absolute;
|
|
31051
31161
|
}
|
|
31052
31162
|
|
|
31053
31163
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -31229,71 +31339,150 @@ html body {
|
|
|
31229
31339
|
width: 36px;
|
|
31230
31340
|
}
|
|
31231
31341
|
|
|
31232
|
-
.
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31236
|
-
overflow: hidden;
|
|
31237
|
-
}
|
|
31342
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31343
|
+
border-radius: 6px;
|
|
31344
|
+
}
|
|
31238
31345
|
|
|
31239
|
-
.
|
|
31240
|
-
|
|
31346
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31347
|
+
width: 100%;
|
|
31348
|
+
color: #2d3a56;
|
|
31349
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31350
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31351
|
+
font-size: 13px;
|
|
31241
31352
|
}
|
|
31242
31353
|
|
|
31243
|
-
.
|
|
31244
|
-
|
|
31245
|
-
height: 16px;
|
|
31354
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31355
|
+
height: 30px;
|
|
31246
31356
|
}
|
|
31247
31357
|
|
|
31248
|
-
.
|
|
31249
|
-
|
|
31250
|
-
|
|
31358
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31359
|
+
height: 38px;
|
|
31360
|
+
font-size: 13px;
|
|
31251
31361
|
}
|
|
31252
31362
|
|
|
31253
|
-
.
|
|
31254
|
-
|
|
31255
|
-
|
|
31363
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31364
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31365
|
+
transition: 160ms ease;
|
|
31256
31366
|
}
|
|
31257
31367
|
|
|
31258
|
-
.
|
|
31259
|
-
|
|
31260
|
-
transition-delay: 120ms;
|
|
31368
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31369
|
+
color: #0080ff;
|
|
31261
31370
|
}
|
|
31262
31371
|
|
|
31263
|
-
.
|
|
31264
|
-
|
|
31265
|
-
|
|
31266
|
-
top: 1px;
|
|
31267
|
-
left: 1px;
|
|
31372
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31373
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31374
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31268
31375
|
}
|
|
31269
31376
|
|
|
31270
|
-
.
|
|
31271
|
-
|
|
31272
|
-
width: 28px;
|
|
31377
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31378
|
+
color: #0080ff;
|
|
31273
31379
|
}
|
|
31274
31380
|
|
|
31275
|
-
.
|
|
31276
|
-
border-
|
|
31381
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31382
|
+
border-color: #0080ff;
|
|
31383
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31277
31384
|
}
|
|
31278
31385
|
|
|
31279
|
-
.
|
|
31280
|
-
|
|
31386
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31387
|
+
transform: rotate(180deg);
|
|
31281
31388
|
}
|
|
31282
31389
|
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31390
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31391
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31392
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31393
|
+
cursor: "not-allowed";
|
|
31285
31394
|
}
|
|
31286
31395
|
|
|
31287
|
-
.
|
|
31288
|
-
|
|
31396
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31397
|
+
border-color: #f0483e !important;
|
|
31289
31398
|
}
|
|
31290
31399
|
|
|
31291
|
-
.
|
|
31292
|
-
|
|
31400
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31401
|
+
color: #1d326c;
|
|
31293
31402
|
}
|
|
31294
31403
|
|
|
31295
|
-
.
|
|
31296
|
-
|
|
31404
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31405
|
+
border-color: #0080ff;
|
|
31406
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31407
|
+
}
|
|
31408
|
+
|
|
31409
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31410
|
+
transform: rotate(180deg);
|
|
31411
|
+
}
|
|
31412
|
+
|
|
31413
|
+
.E_phljevk {
|
|
31414
|
+
display: flex;
|
|
31415
|
+
justify-content: space-between;
|
|
31416
|
+
align-items: center;
|
|
31417
|
+
padding: 10px 0;
|
|
31418
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31419
|
+
font-size: 12px;
|
|
31420
|
+
line-height: 24px;
|
|
31421
|
+
}
|
|
31422
|
+
|
|
31423
|
+
.E_phljevk .pagination-left {
|
|
31424
|
+
padding: 2px 8px;
|
|
31425
|
+
}
|
|
31426
|
+
|
|
31427
|
+
.E_phljevk .dropdown-trigger {
|
|
31428
|
+
display: flex;
|
|
31429
|
+
align-items: center;
|
|
31430
|
+
border-radius: 6px;
|
|
31431
|
+
cursor: pointer;
|
|
31432
|
+
transition: all 0.3s ease;
|
|
31433
|
+
}
|
|
31434
|
+
|
|
31435
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31436
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31437
|
+
color: #0080ff;
|
|
31438
|
+
}
|
|
31439
|
+
|
|
31440
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31441
|
+
margin-left: 4px;
|
|
31442
|
+
}
|
|
31443
|
+
|
|
31444
|
+
.E_phljevk .pagination-right {
|
|
31445
|
+
display: flex;
|
|
31446
|
+
align-items: center;
|
|
31447
|
+
color: #0080ff;
|
|
31448
|
+
font-weight: bold;
|
|
31449
|
+
}
|
|
31450
|
+
|
|
31451
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31452
|
+
margin-left: 4px;
|
|
31453
|
+
}
|
|
31454
|
+
|
|
31455
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31456
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31457
|
+
padding: 0 8px;
|
|
31458
|
+
}
|
|
31459
|
+
|
|
31460
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31461
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31462
|
+
color: #0080ff;
|
|
31463
|
+
}
|
|
31464
|
+
|
|
31465
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31466
|
+
transform: rotate(180deg);
|
|
31467
|
+
}
|
|
31468
|
+
|
|
31469
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31470
|
+
max-height: calc(100vh - 128px);
|
|
31471
|
+
overflow-y: auto;
|
|
31472
|
+
}
|
|
31473
|
+
|
|
31474
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31475
|
+
padding: 4px 20px;
|
|
31476
|
+
font-size: 12px;
|
|
31477
|
+
line-height: 18px;
|
|
31478
|
+
}
|
|
31479
|
+
|
|
31480
|
+
.E_c1yyuluq {
|
|
31481
|
+
border-radius: 8px;
|
|
31482
|
+
}
|
|
31483
|
+
|
|
31484
|
+
.E_c1yyuluq .ant-card-body {
|
|
31485
|
+
padding: 20px 24px 24px 24px;
|
|
31297
31486
|
}
|
|
31298
31487
|
|
|
31299
31488
|
.E_c1bus5hc {
|
|
@@ -31339,385 +31528,84 @@ html body {
|
|
|
31339
31528
|
transform: rotate(0deg);
|
|
31340
31529
|
}
|
|
31341
31530
|
|
|
31342
|
-
.
|
|
31343
|
-
|
|
31344
|
-
width: 56px !important;
|
|
31345
|
-
margin-right: 4px;
|
|
31531
|
+
.E_iq1gosr {
|
|
31532
|
+
display: inline-block;
|
|
31346
31533
|
}
|
|
31347
31534
|
|
|
31348
|
-
.
|
|
31349
|
-
|
|
31535
|
+
.E_s1dizucg.ant-switch {
|
|
31536
|
+
min-width: 40px;
|
|
31537
|
+
height: 24px;
|
|
31538
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31539
|
+
overflow: hidden;
|
|
31350
31540
|
}
|
|
31351
31541
|
|
|
31352
|
-
.
|
|
31353
|
-
|
|
31542
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31543
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31354
31544
|
}
|
|
31355
31545
|
|
|
31356
|
-
.
|
|
31357
|
-
width:
|
|
31546
|
+
.E_s1dizucg.ant-switch-small {
|
|
31547
|
+
min-width: 26px;
|
|
31548
|
+
height: 16px;
|
|
31358
31549
|
}
|
|
31359
31550
|
|
|
31360
|
-
.
|
|
31361
|
-
|
|
31362
|
-
|
|
31363
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31364
|
-
height: 34px;
|
|
31365
|
-
min-height: 34px;
|
|
31366
|
-
box-sizing: border-box;
|
|
31367
|
-
margin-top: 8px;
|
|
31551
|
+
.E_s1dizucg.ant-switch-large {
|
|
31552
|
+
min-width: 52px;
|
|
31553
|
+
height: 32px;
|
|
31368
31554
|
}
|
|
31369
31555
|
|
|
31370
|
-
.
|
|
31371
|
-
|
|
31372
|
-
|
|
31373
|
-
margin: 1px 8px;
|
|
31374
|
-
padding: 8px;
|
|
31375
|
-
border-radius: 4px;
|
|
31556
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31557
|
+
height: 20px;
|
|
31558
|
+
width: 20px;
|
|
31376
31559
|
}
|
|
31377
31560
|
|
|
31378
|
-
.
|
|
31379
|
-
|
|
31561
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31562
|
+
border-radius: 10px;
|
|
31563
|
+
transition-delay: 120ms;
|
|
31380
31564
|
}
|
|
31381
31565
|
|
|
31382
|
-
.
|
|
31383
|
-
|
|
31566
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31567
|
+
height: 14px;
|
|
31568
|
+
width: 14px;
|
|
31569
|
+
top: 1px;
|
|
31570
|
+
left: 1px;
|
|
31384
31571
|
}
|
|
31385
31572
|
|
|
31386
|
-
.
|
|
31387
|
-
|
|
31573
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31574
|
+
height: 28px;
|
|
31575
|
+
width: 28px;
|
|
31388
31576
|
}
|
|
31389
31577
|
|
|
31390
|
-
.
|
|
31391
|
-
|
|
31578
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31579
|
+
border-radius: 14px;
|
|
31392
31580
|
}
|
|
31393
31581
|
|
|
31394
|
-
.
|
|
31395
|
-
|
|
31582
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31583
|
+
background-color: #00ba5d;
|
|
31396
31584
|
}
|
|
31397
31585
|
|
|
31398
|
-
.
|
|
31399
|
-
|
|
31586
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31587
|
+
left: calc(100% - 20px - 2px);
|
|
31400
31588
|
}
|
|
31401
31589
|
|
|
31402
|
-
.
|
|
31403
|
-
|
|
31590
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31591
|
+
left: calc(100% - 14px - 1px);
|
|
31404
31592
|
}
|
|
31405
31593
|
|
|
31406
|
-
.
|
|
31407
|
-
|
|
31408
|
-
color: #0080ff;
|
|
31594
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31595
|
+
left: calc(100% - 28px - 2px);
|
|
31409
31596
|
}
|
|
31410
31597
|
|
|
31411
|
-
.
|
|
31412
|
-
|
|
31413
|
-
justify-content: space-between;
|
|
31414
|
-
height: 20px;
|
|
31415
|
-
line-height: 20px;
|
|
31598
|
+
.E_c1up6e3y {
|
|
31599
|
+
margin-left: 5px;
|
|
31416
31600
|
}
|
|
31417
31601
|
|
|
31418
|
-
.
|
|
31419
|
-
|
|
31420
|
-
overflow: hidden;
|
|
31421
|
-
text-overflow: ellipsis;
|
|
31602
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31603
|
+
display: none;
|
|
31422
31604
|
}
|
|
31423
31605
|
|
|
31424
|
-
.
|
|
31425
|
-
|
|
31426
|
-
|
|
31427
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31428
|
-
height: 18px;
|
|
31429
|
-
line-height: 18px;
|
|
31430
|
-
margin-top: 2px;
|
|
31431
|
-
}
|
|
31432
|
-
|
|
31433
|
-
.E_tyfmlxg {
|
|
31434
|
-
border: none;
|
|
31435
|
-
margin-right: 0;
|
|
31436
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31437
|
-
}
|
|
31438
|
-
|
|
31439
|
-
.E_o18uybox {
|
|
31440
|
-
pointer-events: none;
|
|
31441
|
-
height: 32px;
|
|
31442
|
-
width: 100%;
|
|
31443
|
-
opacity: 0;
|
|
31444
|
-
}
|
|
31445
|
-
|
|
31446
|
-
.E_tju3gfj .date {
|
|
31447
|
-
margin-right: 4px;
|
|
31448
|
-
}
|
|
31449
|
-
|
|
31450
|
-
.E_s1sck0th {
|
|
31451
|
-
padding: 0 8px;
|
|
31452
|
-
border-radius: 4px;
|
|
31453
|
-
}
|
|
31454
|
-
|
|
31455
|
-
.E_m855nr1 {
|
|
31456
|
-
padding: 2px 8px;
|
|
31457
|
-
border-radius: 3px;
|
|
31458
|
-
}
|
|
31459
|
-
|
|
31460
|
-
.E_l1270xpg {
|
|
31461
|
-
padding: 3px 8px;
|
|
31462
|
-
border-radius: 2px;
|
|
31463
|
-
}
|
|
31464
|
-
|
|
31465
|
-
.E_t14rextb.ant-tag:hover {
|
|
31466
|
-
opacity: unset;
|
|
31467
|
-
}
|
|
31468
|
-
|
|
31469
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31470
|
-
margin: 0;
|
|
31471
|
-
margin-right: 8px;
|
|
31472
|
-
display: inline-flex;
|
|
31473
|
-
align-items: center;
|
|
31474
|
-
border: none;
|
|
31475
|
-
}
|
|
31476
|
-
|
|
31477
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31478
|
-
width: 16px;
|
|
31479
|
-
height: 16px;
|
|
31480
|
-
color: inherit;
|
|
31481
|
-
margin-left: 4px;
|
|
31482
|
-
opacity: 0.6;
|
|
31483
|
-
display: inline-flex;
|
|
31484
|
-
}
|
|
31485
|
-
|
|
31486
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31487
|
-
opacity: 1;
|
|
31488
|
-
}
|
|
31489
|
-
|
|
31490
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31491
|
-
color: #0080ff;
|
|
31492
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31493
|
-
}
|
|
31494
|
-
|
|
31495
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31496
|
-
color: #f0483e;
|
|
31497
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31498
|
-
}
|
|
31499
|
-
|
|
31500
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31501
|
-
color: #e07f00;
|
|
31502
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31503
|
-
}
|
|
31504
|
-
|
|
31505
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31506
|
-
color: #008f4c;
|
|
31507
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31508
|
-
}
|
|
31509
|
-
|
|
31510
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31511
|
-
color: #1d326c;
|
|
31512
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31513
|
-
}
|
|
31514
|
-
|
|
31515
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31516
|
-
color: #7E41FF;
|
|
31517
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31518
|
-
}
|
|
31519
|
-
|
|
31520
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31521
|
-
color: #fff;
|
|
31522
|
-
}
|
|
31523
|
-
|
|
31524
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31525
|
-
background-color: #f0483e;
|
|
31526
|
-
}
|
|
31527
|
-
|
|
31528
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31529
|
-
background-color: #fea008;
|
|
31530
|
-
}
|
|
31531
|
-
|
|
31532
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31533
|
-
background-color: #00ba5d;
|
|
31534
|
-
}
|
|
31535
|
-
|
|
31536
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31537
|
-
background-color: #0080ff;
|
|
31538
|
-
}
|
|
31539
|
-
|
|
31540
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31541
|
-
background-color: #6b7d99;
|
|
31542
|
-
}
|
|
31543
|
-
|
|
31544
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31545
|
-
background-color: #7E41FF;
|
|
31546
|
-
}
|
|
31547
|
-
|
|
31548
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31549
|
-
display: none;
|
|
31550
|
-
}
|
|
31551
|
-
|
|
31552
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31553
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31554
|
-
border-radius: 4px;
|
|
31555
|
-
}
|
|
31556
|
-
|
|
31557
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31558
|
-
border-radius: 6px;
|
|
31559
|
-
}
|
|
31560
|
-
|
|
31561
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
31562
|
-
width: 100%;
|
|
31563
|
-
color: #2d3a56;
|
|
31564
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31565
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31566
|
-
font-size: 13px;
|
|
31567
|
-
}
|
|
31568
|
-
|
|
31569
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31570
|
-
height: 30px;
|
|
31571
|
-
}
|
|
31572
|
-
|
|
31573
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31574
|
-
height: 38px;
|
|
31575
|
-
font-size: 13px;
|
|
31576
|
-
}
|
|
31577
|
-
|
|
31578
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31579
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31580
|
-
transition: 160ms ease;
|
|
31581
|
-
}
|
|
31582
|
-
|
|
31583
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31584
|
-
color: #0080ff;
|
|
31585
|
-
}
|
|
31586
|
-
|
|
31587
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31588
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31589
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31590
|
-
}
|
|
31591
|
-
|
|
31592
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31593
|
-
color: #0080ff;
|
|
31594
|
-
}
|
|
31595
|
-
|
|
31596
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31597
|
-
border-color: #0080ff;
|
|
31598
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31599
|
-
}
|
|
31600
|
-
|
|
31601
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31602
|
-
transform: rotate(180deg);
|
|
31603
|
-
}
|
|
31604
|
-
|
|
31605
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31606
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31607
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31608
|
-
cursor: "not-allowed";
|
|
31609
|
-
}
|
|
31610
|
-
|
|
31611
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31612
|
-
border-color: #f0483e !important;
|
|
31613
|
-
}
|
|
31614
|
-
|
|
31615
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31616
|
-
color: #1d326c;
|
|
31617
|
-
}
|
|
31618
|
-
|
|
31619
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31620
|
-
border-color: #0080ff;
|
|
31621
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31622
|
-
}
|
|
31623
|
-
|
|
31624
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31625
|
-
transform: rotate(180deg);
|
|
31626
|
-
}
|
|
31627
|
-
|
|
31628
|
-
.E_owd0kml {
|
|
31629
|
-
display: inline-block;
|
|
31630
|
-
}
|
|
31631
|
-
|
|
31632
|
-
.E_h1jsgezc {
|
|
31633
|
-
visibility: hidden;
|
|
31634
|
-
position: absolute;
|
|
31635
|
-
}
|
|
31636
|
-
|
|
31637
|
-
.E_fzh9mnb {
|
|
31638
|
-
width: 100%;
|
|
31639
|
-
height: 100%;
|
|
31640
|
-
min-height: 124px;
|
|
31641
|
-
display: flex;
|
|
31642
|
-
flex-direction: column;
|
|
31643
|
-
justify-content: center;
|
|
31644
|
-
align-items: center;
|
|
31645
|
-
}
|
|
31646
|
-
|
|
31647
|
-
.E_fzh9mnb .error-text {
|
|
31648
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31649
|
-
margin-bottom: 16px;
|
|
31650
|
-
font-size: 18px;
|
|
31651
|
-
}
|
|
31652
|
-
|
|
31653
|
-
.E_f7pxqmh {
|
|
31654
|
-
width: 100%;
|
|
31655
|
-
margin-bottom: 0 !important;
|
|
31656
|
-
flex-flow: nowrap !important;
|
|
31657
|
-
line-break: auto;
|
|
31658
|
-
}
|
|
31659
|
-
|
|
31660
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31661
|
-
text-align: left !important;
|
|
31662
|
-
padding-bottom: 0 !important;
|
|
31663
|
-
}
|
|
31664
|
-
|
|
31665
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31666
|
-
min-height: 32px;
|
|
31667
|
-
height: auto;
|
|
31668
|
-
font-size: 13px;
|
|
31669
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31670
|
-
white-space: normal;
|
|
31671
|
-
}
|
|
31672
|
-
|
|
31673
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31674
|
-
border-color: #ff4d4f !important;
|
|
31675
|
-
}
|
|
31676
|
-
|
|
31677
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31678
|
-
margin-top: 4px;
|
|
31679
|
-
font-size: 12px;
|
|
31680
|
-
min-height: 0px;
|
|
31681
|
-
}
|
|
31682
|
-
|
|
31683
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31684
|
-
font-size: 12px;
|
|
31685
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31686
|
-
min-height: 0px;
|
|
31687
|
-
}
|
|
31688
|
-
|
|
31689
|
-
.E_i1inqkme {
|
|
31690
|
-
height: 18px;
|
|
31691
|
-
line-height: 18px;
|
|
31692
|
-
padding: 0 4px;
|
|
31693
|
-
border-radius: 4px;
|
|
31694
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31695
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31696
|
-
display: flex;
|
|
31697
|
-
align-items: center;
|
|
31698
|
-
white-space: nowrap;
|
|
31699
|
-
margin-right: 4px;
|
|
31700
|
-
}
|
|
31701
|
-
|
|
31702
|
-
.E_iouxfgt {
|
|
31703
|
-
display: inline-flex;
|
|
31704
|
-
align-items: center;
|
|
31705
|
-
}
|
|
31706
|
-
|
|
31707
|
-
.E_iouxfgt .icon-inner {
|
|
31708
|
-
display: inline-flex;
|
|
31709
|
-
align-items: center;
|
|
31710
|
-
justify-content: center;
|
|
31711
|
-
}
|
|
31712
|
-
|
|
31713
|
-
.E_iouxfgt .icon-inner + span,
|
|
31714
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31715
|
-
margin-left: 4px;
|
|
31716
|
-
}
|
|
31717
|
-
|
|
31718
|
-
.E_iouxfgt.is-rotate img,
|
|
31719
|
-
.E_iouxfgt.is-rotate svg {
|
|
31720
|
-
animation: rotate 680ms linear infinite;
|
|
31606
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31607
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31608
|
+
border-radius: 4px;
|
|
31721
31609
|
}
|
|
31722
31610
|
|
|
31723
31611
|
.E_dsnbhzf {
|
|
@@ -32195,109 +32083,106 @@ html body {
|
|
|
32195
32083
|
line-height: 12px;
|
|
32196
32084
|
}
|
|
32197
32085
|
|
|
32198
|
-
.
|
|
32199
|
-
|
|
32086
|
+
.E_tju3gfj .date {
|
|
32087
|
+
margin-right: 4px;
|
|
32200
32088
|
}
|
|
32201
32089
|
|
|
32202
|
-
.
|
|
32203
|
-
padding:
|
|
32204
|
-
|
|
32205
|
-
line-height: 1.5715;
|
|
32206
|
-
height: inherit;
|
|
32090
|
+
.E_s1sck0th {
|
|
32091
|
+
padding: 0 8px;
|
|
32092
|
+
border-radius: 4px;
|
|
32207
32093
|
}
|
|
32208
32094
|
|
|
32209
|
-
.
|
|
32210
|
-
|
|
32211
|
-
|
|
32212
|
-
|
|
32095
|
+
.E_m855nr1 {
|
|
32096
|
+
padding: 2px 8px;
|
|
32097
|
+
border-radius: 3px;
|
|
32098
|
+
}
|
|
32099
|
+
|
|
32100
|
+
.E_l1270xpg {
|
|
32101
|
+
padding: 3px 8px;
|
|
32102
|
+
border-radius: 2px;
|
|
32103
|
+
}
|
|
32104
|
+
|
|
32105
|
+
.E_t14rextb.ant-tag:hover {
|
|
32106
|
+
opacity: unset;
|
|
32107
|
+
}
|
|
32108
|
+
|
|
32109
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32110
|
+
margin: 0;
|
|
32111
|
+
margin-right: 8px;
|
|
32112
|
+
display: inline-flex;
|
|
32213
32113
|
align-items: center;
|
|
32114
|
+
border: none;
|
|
32115
|
+
}
|
|
32116
|
+
|
|
32117
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32118
|
+
width: 16px;
|
|
32119
|
+
height: 16px;
|
|
32120
|
+
color: inherit;
|
|
32214
32121
|
margin-left: 4px;
|
|
32122
|
+
opacity: 0.6;
|
|
32123
|
+
display: inline-flex;
|
|
32215
32124
|
}
|
|
32216
32125
|
|
|
32217
|
-
.
|
|
32218
|
-
|
|
32219
|
-
display: var(--a1wfy30z-4);
|
|
32220
|
-
flex: none;
|
|
32221
|
-
align-items: center;
|
|
32222
|
-
margin-right: 4px;
|
|
32223
|
-
cursor: auto;
|
|
32126
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32127
|
+
opacity: 1;
|
|
32224
32128
|
}
|
|
32225
32129
|
|
|
32226
|
-
.
|
|
32227
|
-
|
|
32228
|
-
|
|
32229
|
-
height: auto;
|
|
32230
|
-
font-size: inherit;
|
|
32130
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32131
|
+
color: #0080ff;
|
|
32132
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32231
32133
|
}
|
|
32232
32134
|
|
|
32233
|
-
.
|
|
32234
|
-
|
|
32135
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32136
|
+
color: #f0483e;
|
|
32137
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32235
32138
|
}
|
|
32236
32139
|
|
|
32237
|
-
.
|
|
32238
|
-
|
|
32239
|
-
|
|
32240
|
-
height: 100%;
|
|
32241
|
-
width: 100%;
|
|
32140
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32141
|
+
color: #e07f00;
|
|
32142
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32242
32143
|
}
|
|
32243
32144
|
|
|
32244
|
-
.
|
|
32245
|
-
|
|
32246
|
-
|
|
32247
|
-
flex: none;
|
|
32248
|
-
align-items: center;
|
|
32249
|
-
margin-left: 4px;
|
|
32250
|
-
padding: 5px 12px 5px 0;
|
|
32251
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32145
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32146
|
+
color: #008f4c;
|
|
32147
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32252
32148
|
}
|
|
32253
32149
|
|
|
32254
|
-
.
|
|
32255
|
-
|
|
32256
|
-
|
|
32257
|
-
flex: none;
|
|
32258
|
-
align-items: center;
|
|
32259
|
-
margin-right: 4px;
|
|
32260
|
-
cursor: auto;
|
|
32261
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32150
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32151
|
+
color: #1d326c;
|
|
32152
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32262
32153
|
}
|
|
32263
32154
|
|
|
32264
|
-
.ant-
|
|
32265
|
-
|
|
32155
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32156
|
+
color: #7E41FF;
|
|
32157
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32266
32158
|
}
|
|
32267
32159
|
|
|
32268
|
-
.
|
|
32269
|
-
|
|
32270
|
-
border-radius: 6px;
|
|
32160
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32161
|
+
color: #fff;
|
|
32271
32162
|
}
|
|
32272
32163
|
|
|
32273
|
-
.
|
|
32274
|
-
|
|
32275
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32276
|
-
z-index: 1;
|
|
32164
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32165
|
+
background-color: #f0483e;
|
|
32277
32166
|
}
|
|
32278
32167
|
|
|
32279
|
-
.
|
|
32280
|
-
|
|
32281
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32168
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32169
|
+
background-color: #fea008;
|
|
32282
32170
|
}
|
|
32283
32171
|
|
|
32284
|
-
.
|
|
32285
|
-
|
|
32286
|
-
border: 1px;
|
|
32287
|
-
padding: 5px 12px;
|
|
32288
|
-
font-size: inherit;
|
|
32172
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32173
|
+
background-color: #00ba5d;
|
|
32289
32174
|
}
|
|
32290
32175
|
|
|
32291
|
-
.
|
|
32292
|
-
|
|
32293
|
-
border: 1px;
|
|
32294
|
-
padding: 8px 16px;
|
|
32176
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32177
|
+
background-color: #0080ff;
|
|
32295
32178
|
}
|
|
32296
32179
|
|
|
32297
|
-
.
|
|
32298
|
-
|
|
32299
|
-
|
|
32300
|
-
|
|
32180
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32181
|
+
background-color: #6b7d99;
|
|
32182
|
+
}
|
|
32183
|
+
|
|
32184
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32185
|
+
background-color: #7E41FF;
|
|
32301
32186
|
}
|
|
32302
32187
|
|
|
32303
32188
|
.E_cnujxq2 {
|
|
@@ -33051,37 +32936,152 @@ input.E_rf8rlle.ant-input {
|
|
|
33051
32936
|
white-space: initial;
|
|
33052
32937
|
}
|
|
33053
32938
|
|
|
33054
|
-
.E_r1skkc3l {
|
|
33055
|
-
display: block;
|
|
32939
|
+
.E_r1skkc3l {
|
|
32940
|
+
display: block;
|
|
32941
|
+
}
|
|
32942
|
+
|
|
32943
|
+
.E_r1skkc3l span {
|
|
32944
|
+
font-size: 14px;
|
|
32945
|
+
font-weight: 500;
|
|
32946
|
+
line-height: 32px;
|
|
32947
|
+
color: #3e4652;
|
|
32948
|
+
}
|
|
32949
|
+
|
|
32950
|
+
.E_c3cobmo {
|
|
32951
|
+
margin-top: 16px;
|
|
32952
|
+
padding: 8px;
|
|
32953
|
+
border-radius: 6px;
|
|
32954
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32955
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32956
|
+
font-size: 12px;
|
|
32957
|
+
}
|
|
32958
|
+
|
|
32959
|
+
.E_c3cobmo div {
|
|
32960
|
+
line-height: 20px;
|
|
32961
|
+
display: flex;
|
|
32962
|
+
align-items: center;
|
|
32963
|
+
word-break: break-all;
|
|
32964
|
+
}
|
|
32965
|
+
|
|
32966
|
+
.E_c3cobmo .title {
|
|
32967
|
+
font-weight: 700;
|
|
32968
|
+
line-height: 18px;
|
|
32969
|
+
margin: 4px 0;
|
|
32970
|
+
}
|
|
32971
|
+
|
|
32972
|
+
.E_s1dni7lo {
|
|
32973
|
+
width: 430px !important;
|
|
32974
|
+
}
|
|
32975
|
+
|
|
32976
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
32977
|
+
padding: 8px 16px;
|
|
32978
|
+
line-height: 18px;
|
|
32979
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32980
|
+
height: 34px;
|
|
32981
|
+
min-height: 34px;
|
|
32982
|
+
box-sizing: border-box;
|
|
32983
|
+
margin-top: 8px;
|
|
32984
|
+
}
|
|
32985
|
+
|
|
32986
|
+
.E_o1ugr09p {
|
|
32987
|
+
display: flex;
|
|
32988
|
+
flex-direction: column;
|
|
32989
|
+
margin: 1px 8px;
|
|
32990
|
+
padding: 8px;
|
|
32991
|
+
border-radius: 4px;
|
|
32992
|
+
}
|
|
32993
|
+
|
|
32994
|
+
.E_o1ugr09p .selected-icon {
|
|
32995
|
+
display: none;
|
|
32996
|
+
}
|
|
32997
|
+
|
|
32998
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32999
|
+
padding-left: 8px;
|
|
33000
|
+
}
|
|
33001
|
+
|
|
33002
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
33003
|
+
background-color: white;
|
|
33004
|
+
}
|
|
33005
|
+
|
|
33006
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
33007
|
+
color: #0080ff;
|
|
33008
|
+
}
|
|
33009
|
+
|
|
33010
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
33011
|
+
display: block;
|
|
33012
|
+
}
|
|
33013
|
+
|
|
33014
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
33015
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33016
|
+
}
|
|
33017
|
+
|
|
33018
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
33019
|
+
color: #0080ff;
|
|
33020
|
+
}
|
|
33021
|
+
|
|
33022
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
33023
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33024
|
+
color: #0080ff;
|
|
33025
|
+
}
|
|
33026
|
+
|
|
33027
|
+
.E_o1ifxsq4 {
|
|
33028
|
+
display: flex;
|
|
33029
|
+
justify-content: space-between;
|
|
33030
|
+
height: 20px;
|
|
33031
|
+
line-height: 20px;
|
|
33032
|
+
}
|
|
33033
|
+
|
|
33034
|
+
.E_o1ifxsq4 .timezone-title {
|
|
33035
|
+
color: #2d3a56;
|
|
33036
|
+
overflow: hidden;
|
|
33037
|
+
text-overflow: ellipsis;
|
|
33038
|
+
}
|
|
33039
|
+
|
|
33040
|
+
.E_o1zue7 {
|
|
33041
|
+
display: flex;
|
|
33042
|
+
justify-content: space-between;
|
|
33043
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33044
|
+
height: 18px;
|
|
33045
|
+
line-height: 18px;
|
|
33046
|
+
margin-top: 2px;
|
|
33047
|
+
}
|
|
33048
|
+
|
|
33049
|
+
.E_tyfmlxg {
|
|
33050
|
+
border: none;
|
|
33051
|
+
margin-right: 0;
|
|
33052
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33053
|
+
}
|
|
33054
|
+
|
|
33055
|
+
.E_o18uybox {
|
|
33056
|
+
pointer-events: none;
|
|
33057
|
+
height: 32px;
|
|
33058
|
+
width: 100%;
|
|
33059
|
+
opacity: 0;
|
|
33056
33060
|
}
|
|
33057
33061
|
|
|
33058
|
-
.
|
|
33059
|
-
|
|
33060
|
-
|
|
33061
|
-
line-height: 32px;
|
|
33062
|
-
color: #3e4652;
|
|
33062
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
33063
|
+
border: 0px;
|
|
33064
|
+
background-color: #fff;
|
|
33063
33065
|
}
|
|
33064
33066
|
|
|
33065
|
-
.
|
|
33066
|
-
|
|
33067
|
-
padding:
|
|
33068
|
-
|
|
33069
|
-
|
|
33070
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33071
|
-
font-size: 12px;
|
|
33067
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
33068
|
+
padding-top: 0px;
|
|
33069
|
+
padding-bottom: 0px;
|
|
33070
|
+
padding-left: 0px !important;
|
|
33071
|
+
padding-right: 24px;
|
|
33072
33072
|
}
|
|
33073
33073
|
|
|
33074
|
-
.
|
|
33075
|
-
|
|
33076
|
-
display: flex;
|
|
33077
|
-
align-items: center;
|
|
33078
|
-
word-break: break-all;
|
|
33074
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
33075
|
+
right: 0px;
|
|
33079
33076
|
}
|
|
33080
33077
|
|
|
33081
|
-
.
|
|
33082
|
-
|
|
33083
|
-
|
|
33084
|
-
|
|
33078
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
33079
|
+
padding: 0px;
|
|
33080
|
+
}
|
|
33081
|
+
|
|
33082
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
33083
|
+
padding-right: 0px;
|
|
33084
|
+
cursor: default;
|
|
33085
33085
|
}
|
|
33086
33086
|
|
|
33087
33087
|
.E_h1ol2wl7 {
|
|
@@ -33090,6 +33090,21 @@ input.E_rf8rlle.ant-input {
|
|
|
33090
33090
|
padding: unset;
|
|
33091
33091
|
}
|
|
33092
33092
|
|
|
33093
|
+
.E_suhck3k {
|
|
33094
|
+
height: 24px;
|
|
33095
|
+
width: 24px;
|
|
33096
|
+
border-radius: 6px;
|
|
33097
|
+
padding: 4px;
|
|
33098
|
+
}
|
|
33099
|
+
|
|
33100
|
+
.E_suhck3k:hover {
|
|
33101
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33102
|
+
}
|
|
33103
|
+
|
|
33104
|
+
.E_suhck3k:hover svg path {
|
|
33105
|
+
fill: blue;
|
|
33106
|
+
}
|
|
33107
|
+
|
|
33093
33108
|
.E_ryby9ds {
|
|
33094
33109
|
display: flex;
|
|
33095
33110
|
align-items: center;
|
|
@@ -33107,26 +33122,11 @@ input.E_rf8rlle.ant-input {
|
|
|
33107
33122
|
margin-right: 6px;
|
|
33108
33123
|
}
|
|
33109
33124
|
|
|
33110
|
-
.E_suhck3k {
|
|
33111
|
-
height: 24px;
|
|
33112
|
-
width: 24px;
|
|
33113
|
-
border-radius: 6px;
|
|
33114
|
-
padding: 4px;
|
|
33115
|
-
}
|
|
33116
|
-
|
|
33117
|
-
.E_suhck3k:hover {
|
|
33118
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33119
|
-
}
|
|
33120
|
-
|
|
33121
|
-
.E_suhck3k:hover svg path {
|
|
33122
|
-
fill: blue;
|
|
33123
|
-
}
|
|
33124
|
-
|
|
33125
33125
|
.E_drhfj7c .bottom {
|
|
33126
33126
|
color: rgba(44, 56, 82, 0.75);
|
|
33127
33127
|
}
|
|
33128
33128
|
|
|
33129
|
-
.E_drhfj7c .left
|
|
33129
|
+
.E_drhfj7c .left {
|
|
33130
33130
|
min-width: 0;
|
|
33131
33131
|
}
|
|
33132
33132
|
|
|
@@ -33933,88 +33933,61 @@ input.E_rf8rlle.ant-input {
|
|
|
33933
33933
|
padding: 0;
|
|
33934
33934
|
}
|
|
33935
33935
|
|
|
33936
|
-
.
|
|
33937
|
-
|
|
33938
|
-
}
|
|
33939
|
-
|
|
33940
|
-
.E_ckui4s7 {
|
|
33941
|
-
color: #2d3a56;
|
|
33942
|
-
line-height: 22px;
|
|
33943
|
-
display: inline-flex;
|
|
33944
|
-
}
|
|
33945
|
-
|
|
33946
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33947
|
-
height: 22px;
|
|
33948
|
-
display: flex;
|
|
33949
|
-
align-items: center;
|
|
33950
|
-
top: 0;
|
|
33951
|
-
}
|
|
33952
|
-
|
|
33953
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33954
|
-
border: none;
|
|
33955
|
-
}
|
|
33956
|
-
|
|
33957
|
-
.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 {
|
|
33958
|
-
border-color: #0080ff;
|
|
33959
|
-
}
|
|
33960
|
-
|
|
33961
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33962
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33963
|
-
}
|
|
33964
|
-
|
|
33965
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33966
|
-
border: 1px solid #0080ff;
|
|
33936
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33937
|
+
margin-right: 2px;
|
|
33967
33938
|
}
|
|
33968
33939
|
|
|
33969
|
-
.
|
|
33970
|
-
|
|
33940
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33941
|
+
padding-left: 8px;
|
|
33942
|
+
padding-right: 8px;
|
|
33971
33943
|
}
|
|
33972
33944
|
|
|
33973
|
-
.
|
|
33974
|
-
|
|
33975
|
-
height: 2px;
|
|
33976
|
-
width: 10px;
|
|
33977
|
-
border-radius: 2px;
|
|
33945
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33946
|
+
border-radius: 4px;
|
|
33978
33947
|
}
|
|
33979
33948
|
|
|
33980
|
-
.
|
|
33981
|
-
|
|
33949
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33950
|
+
border-radius: 4px;
|
|
33982
33951
|
}
|
|
33983
33952
|
|
|
33984
|
-
.
|
|
33985
|
-
|
|
33986
|
-
|
|
33953
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33954
|
+
padding-left: 12px;
|
|
33955
|
+
padding-right: 12px;
|
|
33987
33956
|
}
|
|
33988
33957
|
|
|
33989
|
-
.
|
|
33990
|
-
|
|
33958
|
+
.E_ckld275 {
|
|
33959
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33991
33960
|
}
|
|
33992
33961
|
|
|
33993
|
-
.
|
|
33994
|
-
background:
|
|
33962
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33963
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33964
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33995
33965
|
}
|
|
33996
33966
|
|
|
33997
|
-
.
|
|
33998
|
-
|
|
33967
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33968
|
+
background-color: transparent;
|
|
33999
33969
|
}
|
|
34000
33970
|
|
|
34001
|
-
.
|
|
34002
|
-
|
|
34003
|
-
margin-left: 12px;
|
|
34004
|
-
color: #2d3a56;
|
|
33971
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33972
|
+
background-color: transparent;
|
|
34005
33973
|
}
|
|
34006
33974
|
|
|
34007
|
-
.
|
|
34008
|
-
|
|
34009
|
-
|
|
33975
|
+
.E_r77hffu {
|
|
33976
|
+
display: flex;
|
|
33977
|
+
align-items: center;
|
|
33978
|
+
justify-content: space-between;
|
|
33979
|
+
column-gap: 6px;
|
|
34010
33980
|
}
|
|
34011
33981
|
|
|
34012
|
-
.
|
|
34013
|
-
|
|
33982
|
+
.E_p1cmxsf7 {
|
|
33983
|
+
display: flex;
|
|
33984
|
+
flex-direction: column;
|
|
33985
|
+
justify-content: center;
|
|
33986
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34014
33987
|
}
|
|
34015
33988
|
|
|
34016
|
-
.
|
|
34017
|
-
|
|
33989
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33990
|
+
font-size: 0;
|
|
34018
33991
|
}
|
|
34019
33992
|
|
|
34020
33993
|
.E_c1kghdax {
|
|
@@ -34064,80 +34037,132 @@ input.E_rf8rlle.ant-input {
|
|
|
34064
34037
|
margin-right: 2px;
|
|
34065
34038
|
}
|
|
34066
34039
|
|
|
34067
|
-
.
|
|
34068
|
-
|
|
34040
|
+
.E_c1yd35n {
|
|
34041
|
+
padding: 0 12px 14px 12px;
|
|
34069
34042
|
}
|
|
34070
34043
|
|
|
34071
|
-
.
|
|
34072
|
-
|
|
34073
|
-
|
|
34044
|
+
.E_ckui4s7 {
|
|
34045
|
+
color: #2d3a56;
|
|
34046
|
+
line-height: 22px;
|
|
34047
|
+
display: inline-flex;
|
|
34074
34048
|
}
|
|
34075
34049
|
|
|
34076
|
-
.
|
|
34077
|
-
|
|
34050
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34051
|
+
height: 22px;
|
|
34052
|
+
display: flex;
|
|
34053
|
+
align-items: center;
|
|
34054
|
+
top: 0;
|
|
34078
34055
|
}
|
|
34079
34056
|
|
|
34080
|
-
.
|
|
34081
|
-
|
|
34082
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34083
|
-
transform: translateY(-4px);
|
|
34057
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34058
|
+
border: none;
|
|
34084
34059
|
}
|
|
34085
34060
|
|
|
34086
|
-
.
|
|
34087
|
-
|
|
34061
|
+
.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 {
|
|
34062
|
+
border-color: #0080ff;
|
|
34088
34063
|
}
|
|
34089
34064
|
|
|
34090
|
-
.
|
|
34091
|
-
|
|
34092
|
-
padding-right: 8px;
|
|
34065
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34066
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34093
34067
|
}
|
|
34094
34068
|
|
|
34095
|
-
.
|
|
34096
|
-
border
|
|
34069
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34070
|
+
border: 1px solid #0080ff;
|
|
34071
|
+
}
|
|
34072
|
+
|
|
34073
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34074
|
+
background: #0080ff;
|
|
34075
|
+
}
|
|
34076
|
+
|
|
34077
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34078
|
+
background-color: #fff;
|
|
34079
|
+
height: 2px;
|
|
34080
|
+
width: 10px;
|
|
34081
|
+
border-radius: 2px;
|
|
34082
|
+
}
|
|
34083
|
+
|
|
34084
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34085
|
+
opacity: 0.5;
|
|
34086
|
+
}
|
|
34087
|
+
|
|
34088
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34089
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34090
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34091
|
+
}
|
|
34092
|
+
|
|
34093
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34094
|
+
border-color: #2d3a56;
|
|
34095
|
+
}
|
|
34096
|
+
|
|
34097
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34098
|
+
background: #2d3a56;
|
|
34099
|
+
}
|
|
34100
|
+
|
|
34101
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34102
|
+
padding: 0;
|
|
34103
|
+
}
|
|
34104
|
+
|
|
34105
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34106
|
+
display: inline-block;
|
|
34107
|
+
margin-left: 12px;
|
|
34108
|
+
color: #2d3a56;
|
|
34109
|
+
}
|
|
34110
|
+
|
|
34111
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34112
|
+
margin-left: 28px;
|
|
34113
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34114
|
+
}
|
|
34115
|
+
|
|
34116
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34117
|
+
margin-left: 8px;
|
|
34118
|
+
}
|
|
34119
|
+
|
|
34120
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34121
|
+
margin-left: 24px;
|
|
34097
34122
|
}
|
|
34098
34123
|
|
|
34099
|
-
.
|
|
34100
|
-
|
|
34124
|
+
.E_b14q2gmw {
|
|
34125
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34101
34126
|
}
|
|
34102
34127
|
|
|
34103
|
-
.
|
|
34104
|
-
|
|
34105
|
-
|
|
34128
|
+
.E_c1eym6el {
|
|
34129
|
+
border-radius: 8px;
|
|
34130
|
+
background-color: white;
|
|
34106
34131
|
}
|
|
34107
34132
|
|
|
34108
|
-
.
|
|
34109
|
-
|
|
34133
|
+
.E_c1eym6el.hoverable {
|
|
34134
|
+
cursor: pointer;
|
|
34110
34135
|
}
|
|
34111
34136
|
|
|
34112
|
-
.
|
|
34113
|
-
|
|
34114
|
-
|
|
34137
|
+
.E_c1eym6el.hoverable:hover {
|
|
34138
|
+
transition: all 200ms ease;
|
|
34139
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34140
|
+
transform: translateY(-4px);
|
|
34115
34141
|
}
|
|
34116
34142
|
|
|
34117
|
-
.
|
|
34118
|
-
|
|
34143
|
+
.E_t1gvlxt5 {
|
|
34144
|
+
min-width: 0;
|
|
34145
|
+
flex: 1;
|
|
34119
34146
|
}
|
|
34120
34147
|
|
|
34121
|
-
.
|
|
34122
|
-
|
|
34148
|
+
.E_t1gvlxt5 .tag {
|
|
34149
|
+
flex: 0 0 auto;
|
|
34123
34150
|
}
|
|
34124
34151
|
|
|
34125
|
-
.
|
|
34126
|
-
|
|
34127
|
-
|
|
34128
|
-
justify-content: space-between;
|
|
34129
|
-
column-gap: 6px;
|
|
34152
|
+
.E_t1gvlxt5 .progress-title {
|
|
34153
|
+
flex: 2;
|
|
34154
|
+
max-width: fit-content;
|
|
34130
34155
|
}
|
|
34131
34156
|
|
|
34132
|
-
.
|
|
34133
|
-
|
|
34134
|
-
|
|
34135
|
-
justify-content: center;
|
|
34136
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34157
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34158
|
+
flex: 1;
|
|
34159
|
+
max-width: fit-content;
|
|
34137
34160
|
}
|
|
34138
34161
|
|
|
34139
|
-
.
|
|
34140
|
-
|
|
34162
|
+
.E_a1ji6r68 {
|
|
34163
|
+
display: flex;
|
|
34164
|
+
align-items: center;
|
|
34165
|
+
column-gap: var(--a1ji6r68-0);
|
|
34141
34166
|
}
|
|
34142
34167
|
|
|
34143
34168
|
.E_lht19u8 {
|
|
@@ -34189,883 +34214,1072 @@ input.E_rf8rlle.ant-input {
|
|
|
34189
34214
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34190
34215
|
}
|
|
34191
34216
|
|
|
34192
|
-
.
|
|
34217
|
+
.E_msn7nxt {
|
|
34218
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34219
|
+
text-align: center;
|
|
34220
|
+
display: flex;
|
|
34221
|
+
align-items: center;
|
|
34222
|
+
justify-content: center;
|
|
34223
|
+
flex-direction: column;
|
|
34193
34224
|
height: 100%;
|
|
34194
34225
|
}
|
|
34195
34226
|
|
|
34196
|
-
.
|
|
34197
|
-
|
|
34227
|
+
.E_msn7nxt .link {
|
|
34228
|
+
color: #0080ff;
|
|
34229
|
+
cursor: pointer;
|
|
34198
34230
|
}
|
|
34199
34231
|
|
|
34200
|
-
.
|
|
34201
|
-
|
|
34232
|
+
.E_mp64wfi {
|
|
34233
|
+
width: 100%;
|
|
34202
34234
|
height: 100%;
|
|
34235
|
+
display: flex;
|
|
34236
|
+
flex-direction: column;
|
|
34203
34237
|
}
|
|
34204
34238
|
|
|
34205
|
-
.
|
|
34206
|
-
|
|
34239
|
+
.E_mp64wfi .name-toolbar {
|
|
34240
|
+
width: 100%;
|
|
34241
|
+
display: flex;
|
|
34242
|
+
line-height: 30px;
|
|
34243
|
+
padding: 0 16px;
|
|
34244
|
+
justify-content: space-between;
|
|
34207
34245
|
}
|
|
34208
34246
|
|
|
34209
|
-
.
|
|
34210
|
-
|
|
34211
|
-
|
|
34247
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34248
|
+
display: flex;
|
|
34249
|
+
font-size: 12px;
|
|
34250
|
+
align-items: center;
|
|
34212
34251
|
}
|
|
34213
34252
|
|
|
34214
|
-
.
|
|
34215
|
-
|
|
34253
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34254
|
+
color: #a3b4cc;
|
|
34255
|
+
}
|
|
34256
|
+
|
|
34257
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34258
|
+
margin-left: 10px;
|
|
34259
|
+
}
|
|
34260
|
+
|
|
34261
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34262
|
+
margin-left: 10px;
|
|
34263
|
+
cursor: pointer;
|
|
34264
|
+
}
|
|
34265
|
+
|
|
34266
|
+
.E_mp64wfi .content {
|
|
34267
|
+
flex: 1;
|
|
34268
|
+
width: 100%;
|
|
34269
|
+
display: flex;
|
|
34270
|
+
justify-content: center;
|
|
34271
|
+
align-items: center;
|
|
34272
|
+
}
|
|
34273
|
+
|
|
34274
|
+
.E_mp64wfi .single-content {
|
|
34275
|
+
height: 65px;
|
|
34276
|
+
}
|
|
34277
|
+
|
|
34278
|
+
.E_l1oyigan {
|
|
34279
|
+
display: flex;
|
|
34280
|
+
align-items: center;
|
|
34281
|
+
white-space: nowrap;
|
|
34282
|
+
overflow: hidden;
|
|
34283
|
+
width: 100%;
|
|
34284
|
+
}
|
|
34285
|
+
|
|
34286
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34287
|
+
margin-left: auto;
|
|
34288
|
+
font-size: 12px;
|
|
34289
|
+
}
|
|
34290
|
+
|
|
34291
|
+
.E_l1noi4n1 {
|
|
34292
|
+
display: flex;
|
|
34293
|
+
justify-content: flex-start;
|
|
34294
|
+
align-items: center;
|
|
34295
|
+
font-size: 12px;
|
|
34296
|
+
cursor: pointer;
|
|
34297
|
+
}
|
|
34298
|
+
|
|
34299
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34300
|
+
margin-right: 20px;
|
|
34301
|
+
}
|
|
34302
|
+
|
|
34303
|
+
.E_l1noi4n1.deselected {
|
|
34304
|
+
opacity: 0.4;
|
|
34305
|
+
}
|
|
34306
|
+
|
|
34307
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34308
|
+
background: #b4beca !important;
|
|
34309
|
+
}
|
|
34310
|
+
|
|
34311
|
+
.E_cz19rz6 {
|
|
34312
|
+
display: inline-block;
|
|
34313
|
+
height: 8px;
|
|
34314
|
+
width: 8px;
|
|
34315
|
+
margin-right: 8px;
|
|
34316
|
+
}
|
|
34317
|
+
|
|
34318
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34319
|
+
display: flex;
|
|
34320
|
+
align-items: center;
|
|
34321
|
+
font-size: 12px;
|
|
34322
|
+
margin: 0;
|
|
34323
|
+
}
|
|
34324
|
+
|
|
34325
|
+
.E_m1y1hhnr {
|
|
34326
|
+
position: relative;
|
|
34327
|
+
}
|
|
34328
|
+
|
|
34329
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34330
|
+
bottom: -12px;
|
|
34331
|
+
}
|
|
34332
|
+
|
|
34333
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34334
|
+
display: flex;
|
|
34335
|
+
justify-content: space-between;
|
|
34336
|
+
line-height: 30px;
|
|
34337
|
+
margin: 0 16px;
|
|
34338
|
+
}
|
|
34339
|
+
|
|
34340
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34341
|
+
display: flex;
|
|
34342
|
+
font-size: 12px;
|
|
34343
|
+
align-items: center;
|
|
34344
|
+
}
|
|
34345
|
+
|
|
34346
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34347
|
+
color: #a3b4cc;
|
|
34348
|
+
}
|
|
34349
|
+
|
|
34350
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34351
|
+
margin-left: 10px;
|
|
34352
|
+
}
|
|
34353
|
+
|
|
34354
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34355
|
+
margin-left: 10px;
|
|
34356
|
+
cursor: pointer;
|
|
34357
|
+
}
|
|
34358
|
+
|
|
34359
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34360
|
+
font-size: 12px;
|
|
34361
|
+
}
|
|
34362
|
+
|
|
34363
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34364
|
+
position: absolute;
|
|
34365
|
+
bottom: 10px;
|
|
34366
|
+
padding: 0 8px;
|
|
34367
|
+
border-radius: 4px;
|
|
34368
|
+
font-size: 12px;
|
|
34369
|
+
color: #fff;
|
|
34370
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34371
|
+
transform: translateX(-50%);
|
|
34372
|
+
}
|
|
34373
|
+
|
|
34374
|
+
.E_tnvijvs {
|
|
34375
|
+
min-width: 200px;
|
|
34376
|
+
}
|
|
34377
|
+
|
|
34378
|
+
.E_t1ub2aex {
|
|
34379
|
+
display: flex;
|
|
34380
|
+
align-items: center;
|
|
34381
|
+
justify-content: space-between;
|
|
34382
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34383
|
+
color: #b4beca;
|
|
34384
|
+
font-size: 12px;
|
|
34385
|
+
padding: 3px 6px;
|
|
34386
|
+
}
|
|
34387
|
+
|
|
34388
|
+
.E_t1ub2aex:first-child {
|
|
34389
|
+
padding-top: 3px;
|
|
34390
|
+
}
|
|
34391
|
+
|
|
34392
|
+
.E_t1ub2aex:last-child {
|
|
34393
|
+
padding-bottom: 3px;
|
|
34394
|
+
}
|
|
34395
|
+
|
|
34396
|
+
.E_t1ub2aex .column-value {
|
|
34397
|
+
color: #fff;
|
|
34398
|
+
margin-left: 8px;
|
|
34399
|
+
}
|
|
34400
|
+
|
|
34401
|
+
.E_w7ob4th.outside-tag {
|
|
34402
|
+
padding-left: 0;
|
|
34403
|
+
}
|
|
34404
|
+
|
|
34405
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34406
|
+
border-radius: 4px 0 0 4px;
|
|
34407
|
+
padding-right: 4px;
|
|
34408
|
+
margin-right: 4px;
|
|
34409
|
+
}
|
|
34410
|
+
|
|
34411
|
+
.E_slr2ynn {
|
|
34412
|
+
padding: 0 8px;
|
|
34413
|
+
height: 18px;
|
|
34414
|
+
}
|
|
34415
|
+
|
|
34416
|
+
.E_m140wbb6 {
|
|
34417
|
+
padding: 2px 8px;
|
|
34418
|
+
height: 24px;
|
|
34419
|
+
}
|
|
34420
|
+
|
|
34421
|
+
.E_t1fozc1i {
|
|
34422
|
+
margin: 0;
|
|
34216
34423
|
}
|
|
34217
34424
|
|
|
34218
|
-
.
|
|
34219
|
-
|
|
34425
|
+
.E_i1vxv4ln {
|
|
34426
|
+
margin-right: 4px;
|
|
34427
|
+
height: 16px;
|
|
34220
34428
|
}
|
|
34221
34429
|
|
|
34222
|
-
.
|
|
34430
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34223
34431
|
font-weight: 700;
|
|
34432
|
+
color: #00122e;
|
|
34433
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34434
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34435
|
+
word-break: break-all;
|
|
34436
|
+
display: inline;
|
|
34437
|
+
white-space: normal;
|
|
34224
34438
|
}
|
|
34225
34439
|
|
|
34226
|
-
.
|
|
34227
|
-
|
|
34440
|
+
.E_sjob3jg {
|
|
34441
|
+
--item-min-width: 60px;
|
|
34228
34442
|
}
|
|
34229
34443
|
|
|
34230
|
-
.
|
|
34231
|
-
|
|
34444
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34445
|
+
display: none !important;
|
|
34232
34446
|
}
|
|
34233
34447
|
|
|
34234
|
-
.
|
|
34235
|
-
|
|
34236
|
-
overflow: visible;
|
|
34448
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34449
|
+
flex-shrink: 0 !important;
|
|
34237
34450
|
}
|
|
34238
34451
|
|
|
34239
|
-
.
|
|
34240
|
-
|
|
34452
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34453
|
+
color: #0080ff;
|
|
34241
34454
|
}
|
|
34242
34455
|
|
|
34243
|
-
.
|
|
34244
|
-
|
|
34245
|
-
|
|
34456
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34457
|
+
color: #0080ff;
|
|
34458
|
+
font-weight: normal;
|
|
34246
34459
|
}
|
|
34247
34460
|
|
|
34248
|
-
.
|
|
34249
|
-
|
|
34461
|
+
.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 {
|
|
34462
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34250
34463
|
}
|
|
34251
34464
|
|
|
34252
|
-
.
|
|
34253
|
-
|
|
34254
|
-
background: #fff;
|
|
34255
|
-
padding: 0 !important;
|
|
34465
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34466
|
+
color: #00122e;
|
|
34256
34467
|
}
|
|
34257
34468
|
|
|
34258
|
-
.
|
|
34259
|
-
|
|
34260
|
-
display: flex;
|
|
34261
|
-
align-items: center;
|
|
34262
|
-
height: 100%;
|
|
34263
|
-
padding: 8px;
|
|
34469
|
+
.E_sjob3jg .step-item-text {
|
|
34470
|
+
display: inline-block;
|
|
34264
34471
|
}
|
|
34265
34472
|
|
|
34266
|
-
.
|
|
34267
|
-
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34473
|
+
.E_sjob3jg .step-item-title {
|
|
34268
34474
|
overflow: hidden;
|
|
34475
|
+
white-space: nowrap;
|
|
34269
34476
|
text-overflow: ellipsis;
|
|
34270
|
-
width: 100%;
|
|
34271
34477
|
}
|
|
34272
34478
|
|
|
34273
|
-
.
|
|
34274
|
-
|
|
34479
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34480
|
+
min-width: var(--item-min-width);
|
|
34275
34481
|
}
|
|
34276
34482
|
|
|
34277
|
-
.
|
|
34278
|
-
|
|
34483
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34484
|
+
cursor: not-allowed !important;
|
|
34279
34485
|
}
|
|
34280
34486
|
|
|
34281
|
-
.
|
|
34282
|
-
|
|
34283
|
-
|
|
34284
|
-
border-right: none;
|
|
34285
|
-
border-bottom: none;
|
|
34286
|
-
height: 100%;
|
|
34287
|
-
font-size: 12px;
|
|
34288
|
-
background: transparent;
|
|
34487
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34488
|
+
flex-direction: row;
|
|
34489
|
+
justify-content: stretch;
|
|
34289
34490
|
}
|
|
34290
34491
|
|
|
34291
|
-
.
|
|
34292
|
-
|
|
34293
|
-
|
|
34294
|
-
|
|
34295
|
-
|
|
34492
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34493
|
+
padding: 0;
|
|
34494
|
+
margin-right: 4px;
|
|
34495
|
+
flex: 1;
|
|
34496
|
+
overflow: visible;
|
|
34296
34497
|
}
|
|
34297
34498
|
|
|
34298
|
-
.
|
|
34299
|
-
|
|
34300
|
-
|
|
34499
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34500
|
+
width: 100%;
|
|
34501
|
+
min-height: unset;
|
|
34301
34502
|
}
|
|
34302
34503
|
|
|
34303
|
-
.
|
|
34304
|
-
|
|
34305
|
-
|
|
34504
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34505
|
+
height: 26px;
|
|
34506
|
+
line-height: 26px;
|
|
34507
|
+
width: 100%;
|
|
34508
|
+
padding: 0;
|
|
34509
|
+
font-size: 12px;
|
|
34306
34510
|
}
|
|
34307
34511
|
|
|
34308
|
-
.
|
|
34309
|
-
|
|
34310
|
-
text-align: center;
|
|
34512
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34513
|
+
margin-right: 10px;
|
|
34311
34514
|
}
|
|
34312
34515
|
|
|
34313
|
-
.
|
|
34314
|
-
|
|
34516
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34517
|
+
display: none;
|
|
34315
34518
|
}
|
|
34316
34519
|
|
|
34317
|
-
.
|
|
34318
|
-
|
|
34319
|
-
|
|
34320
|
-
|
|
34321
|
-
right: 12px;
|
|
34322
|
-
transform: translateY(-50%);
|
|
34520
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34521
|
+
padding-left: 8px;
|
|
34522
|
+
padding-right: 4px;
|
|
34523
|
+
border-radius: 4px 0 0 4px;
|
|
34323
34524
|
}
|
|
34324
34525
|
|
|
34325
|
-
.
|
|
34326
|
-
|
|
34327
|
-
width: 1px;
|
|
34328
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34526
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34527
|
+
margin-right: 0;
|
|
34329
34528
|
}
|
|
34330
34529
|
|
|
34331
|
-
.
|
|
34332
|
-
|
|
34333
|
-
|
|
34334
|
-
|
|
34530
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34531
|
+
padding-right: 8px;
|
|
34532
|
+
padding-left: 12px;
|
|
34533
|
+
border-radius: 0 4px 4px 0;
|
|
34335
34534
|
}
|
|
34336
34535
|
|
|
34337
|
-
.
|
|
34536
|
+
.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 {
|
|
34537
|
+
content: "";
|
|
34538
|
+
width: 0;
|
|
34539
|
+
height: 0;
|
|
34540
|
+
border: 13px solid transparent;
|
|
34541
|
+
position: absolute;
|
|
34542
|
+
top: 0;
|
|
34543
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34544
|
+
z-index: 2;
|
|
34338
34545
|
position: relative;
|
|
34546
|
+
top: -50%;
|
|
34547
|
+
right: -100%;
|
|
34339
34548
|
}
|
|
34340
34549
|
|
|
34341
|
-
.
|
|
34342
|
-
|
|
34343
|
-
border-bottom: 1px solid white;
|
|
34344
|
-
height: 40px;
|
|
34345
|
-
vertical-align: middle;
|
|
34346
|
-
transition: background 0ms;
|
|
34347
|
-
color: #00122e;
|
|
34550
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34551
|
+
padding: 0 4px 0 12px;
|
|
34348
34552
|
}
|
|
34349
34553
|
|
|
34350
|
-
.
|
|
34351
|
-
|
|
34352
|
-
|
|
34554
|
+
.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 {
|
|
34555
|
+
content: "";
|
|
34556
|
+
width: 0;
|
|
34557
|
+
height: 0;
|
|
34558
|
+
border: 13px solid transparent;
|
|
34559
|
+
position: absolute;
|
|
34560
|
+
top: 0;
|
|
34561
|
+
border-left: 8px solid #fff;
|
|
34562
|
+
left: 0;
|
|
34353
34563
|
}
|
|
34354
34564
|
|
|
34355
|
-
.
|
|
34356
|
-
|
|
34357
|
-
color: #00122e;
|
|
34358
|
-
font-size: 12px;
|
|
34359
|
-
text-align: left;
|
|
34360
|
-
transition: none;
|
|
34361
|
-
overflow: hidden;
|
|
34362
|
-
text-overflow: ellipsis;
|
|
34363
|
-
white-space: nowrap;
|
|
34565
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34566
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34364
34567
|
}
|
|
34365
34568
|
|
|
34366
|
-
.
|
|
34367
|
-
color:
|
|
34569
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34570
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34368
34571
|
}
|
|
34369
34572
|
|
|
34370
|
-
.
|
|
34371
|
-
|
|
34372
|
-
text-overflow: ellipsis;
|
|
34373
|
-
width: 100%;
|
|
34374
|
-
vertical-align: middle;
|
|
34573
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34574
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34375
34575
|
}
|
|
34376
34576
|
|
|
34377
|
-
.
|
|
34378
|
-
|
|
34577
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34578
|
+
cursor: pointer;
|
|
34579
|
+
min-width: var(--item-min-width);
|
|
34379
34580
|
}
|
|
34380
34581
|
|
|
34381
|
-
.
|
|
34382
|
-
|
|
34582
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34583
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34584
|
+
min-width: var(--item-min-width);
|
|
34383
34585
|
}
|
|
34384
34586
|
|
|
34385
|
-
.
|
|
34386
|
-
|
|
34587
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34588
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34589
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34387
34590
|
}
|
|
34388
34591
|
|
|
34389
|
-
.
|
|
34390
|
-
|
|
34391
|
-
border-color: transparent transparent white;
|
|
34592
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34593
|
+
padding: 0;
|
|
34392
34594
|
}
|
|
34393
34595
|
|
|
34394
|
-
.
|
|
34395
|
-
|
|
34596
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34597
|
+
width: 192px;
|
|
34598
|
+
row-gap: 2px;
|
|
34396
34599
|
}
|
|
34397
34600
|
|
|
34398
|
-
.
|
|
34399
|
-
|
|
34601
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34602
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34400
34603
|
}
|
|
34401
34604
|
|
|
34402
|
-
.
|
|
34403
|
-
|
|
34404
|
-
width: 4px;
|
|
34405
|
-
top: -1px;
|
|
34406
|
-
bottom: -1px;
|
|
34407
|
-
background: white;
|
|
34605
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34606
|
+
color: #00122e !important;
|
|
34408
34607
|
}
|
|
34409
34608
|
|
|
34410
|
-
.
|
|
34411
|
-
|
|
34609
|
+
.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 {
|
|
34610
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34412
34611
|
}
|
|
34413
34612
|
|
|
34414
|
-
.
|
|
34415
|
-
|
|
34416
|
-
|
|
34417
|
-
|
|
34613
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34614
|
+
padding: 0 8px;
|
|
34615
|
+
border-radius: 4px;
|
|
34616
|
+
height: 32px;
|
|
34617
|
+
display: flex;
|
|
34618
|
+
align-items: center;
|
|
34418
34619
|
}
|
|
34419
34620
|
|
|
34420
|
-
.
|
|
34421
|
-
|
|
34422
|
-
|
|
34423
|
-
|
|
34621
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34622
|
+
min-height: auto;
|
|
34623
|
+
white-space: nowrap;
|
|
34624
|
+
}
|
|
34625
|
+
|
|
34626
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34627
|
+
font-size: 13px;
|
|
34628
|
+
line-height: 20px;
|
|
34629
|
+
max-width: 100%;
|
|
34630
|
+
padding-right: 0;
|
|
34424
34631
|
}
|
|
34425
34632
|
|
|
34426
|
-
.
|
|
34427
|
-
background:
|
|
34428
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34633
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34634
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34429
34635
|
}
|
|
34430
34636
|
|
|
34431
|
-
.
|
|
34432
|
-
|
|
34637
|
+
.E_h6l1tj4 {
|
|
34638
|
+
width: 100%;
|
|
34639
|
+
display: inline-flex;
|
|
34433
34640
|
align-items: center;
|
|
34434
|
-
|
|
34435
|
-
|
|
34641
|
+
justify-content: center;
|
|
34642
|
+
column-gap: 4px;
|
|
34436
34643
|
}
|
|
34437
34644
|
|
|
34438
|
-
.
|
|
34439
|
-
|
|
34440
|
-
|
|
34645
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34646
|
+
display: inline-flex;
|
|
34647
|
+
align-items: center;
|
|
34648
|
+
width: 18px;
|
|
34649
|
+
height: 18px;
|
|
34650
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34651
|
+
justify-content: center;
|
|
34441
34652
|
}
|
|
34442
34653
|
|
|
34443
|
-
.
|
|
34654
|
+
.E_v18frne8 {
|
|
34655
|
+
width: 100%;
|
|
34444
34656
|
display: flex;
|
|
34445
34657
|
align-items: center;
|
|
34446
|
-
|
|
34447
|
-
|
|
34658
|
+
justify-content: center;
|
|
34659
|
+
column-gap: 6px;
|
|
34660
|
+
font-size: 13px;
|
|
34448
34661
|
}
|
|
34449
34662
|
|
|
34450
|
-
.
|
|
34451
|
-
|
|
34663
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34664
|
+
display: inline-flex;
|
|
34665
|
+
align-items: center;
|
|
34666
|
+
min-width: 20px;
|
|
34667
|
+
min-height: 20px;
|
|
34668
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34669
|
+
justify-content: center;
|
|
34452
34670
|
}
|
|
34453
34671
|
|
|
34454
|
-
.
|
|
34455
|
-
|
|
34456
|
-
|
|
34672
|
+
.E_i1g85yz3 {
|
|
34673
|
+
margin-right: 4px;
|
|
34674
|
+
height: 16px;
|
|
34457
34675
|
}
|
|
34458
34676
|
|
|
34459
|
-
.
|
|
34460
|
-
|
|
34677
|
+
.E_sddwhm6 {
|
|
34678
|
+
margin: 0;
|
|
34679
|
+
border-radius: 20px;
|
|
34680
|
+
padding: 2px 10px;
|
|
34681
|
+
height: 22px;
|
|
34461
34682
|
}
|
|
34462
34683
|
|
|
34463
|
-
.
|
|
34464
|
-
background: rgba(
|
|
34465
|
-
border-bottom-color: transparent;
|
|
34466
|
-
border-top-color: transparent;
|
|
34684
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34685
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34467
34686
|
}
|
|
34468
34687
|
|
|
34469
|
-
.
|
|
34470
|
-
|
|
34688
|
+
.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 {
|
|
34689
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34471
34690
|
}
|
|
34472
34691
|
|
|
34473
|
-
.
|
|
34474
|
-
|
|
34692
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34693
|
+
color: #00122e;
|
|
34475
34694
|
}
|
|
34476
34695
|
|
|
34477
|
-
.
|
|
34478
|
-
|
|
34696
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34697
|
+
margin-right: 6px;
|
|
34479
34698
|
}
|
|
34480
34699
|
|
|
34481
|
-
.
|
|
34482
|
-
|
|
34483
|
-
|
|
34484
|
-
position: relative;
|
|
34485
|
-
border-bottom: none;
|
|
34486
|
-
color: #00122e;
|
|
34487
|
-
transition: none;
|
|
34488
|
-
padding: 15px 8px 15px 8px;
|
|
34700
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34701
|
+
margin-left: 8px;
|
|
34702
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34489
34703
|
}
|
|
34490
34704
|
|
|
34491
|
-
.
|
|
34492
|
-
|
|
34493
|
-
width: 1px;
|
|
34494
|
-
top: 0;
|
|
34495
|
-
bottom: 0;
|
|
34496
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34497
|
-
position: absolute;
|
|
34498
|
-
right: 0;
|
|
34705
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34706
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34499
34707
|
}
|
|
34500
34708
|
|
|
34501
|
-
.
|
|
34502
|
-
|
|
34709
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34710
|
+
background-color: #0080ff;
|
|
34503
34711
|
}
|
|
34504
34712
|
|
|
34505
|
-
.
|
|
34506
|
-
|
|
34713
|
+
.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 {
|
|
34714
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34507
34715
|
}
|
|
34508
34716
|
|
|
34509
|
-
.
|
|
34510
|
-
|
|
34511
|
-
overflow: hidden;
|
|
34512
|
-
white-space: nowrap;
|
|
34513
|
-
text-overflow: ellipsis;
|
|
34717
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34718
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34514
34719
|
}
|
|
34515
34720
|
|
|
34516
|
-
.
|
|
34517
|
-
|
|
34518
|
-
text-overflow: ellipsis;
|
|
34519
|
-
flex: 1;
|
|
34721
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34722
|
+
background-color: #f0483e;
|
|
34520
34723
|
}
|
|
34521
34724
|
|
|
34522
|
-
.
|
|
34523
|
-
|
|
34725
|
+
.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 {
|
|
34726
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34524
34727
|
}
|
|
34525
34728
|
|
|
34526
|
-
.
|
|
34527
|
-
|
|
34729
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34730
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34528
34731
|
}
|
|
34529
34732
|
|
|
34530
|
-
.
|
|
34531
|
-
|
|
34532
|
-
right: 6px;
|
|
34533
|
-
top: 50%;
|
|
34534
|
-
transform: translateY(-50%);
|
|
34535
|
-
height: 16px;
|
|
34536
|
-
display: none;
|
|
34537
|
-
transition: transform 320ms ease;
|
|
34733
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34734
|
+
background-color: #fea008;
|
|
34538
34735
|
}
|
|
34539
34736
|
|
|
34540
|
-
.
|
|
34541
|
-
|
|
34542
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
34737
|
+
.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 {
|
|
34738
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34543
34739
|
}
|
|
34544
34740
|
|
|
34545
|
-
.
|
|
34546
|
-
|
|
34741
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34742
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34547
34743
|
}
|
|
34548
34744
|
|
|
34549
|
-
.
|
|
34550
|
-
|
|
34745
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34746
|
+
background-color: #00ba5d;
|
|
34551
34747
|
}
|
|
34552
34748
|
|
|
34553
|
-
.
|
|
34554
|
-
|
|
34749
|
+
.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 {
|
|
34750
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34555
34751
|
}
|
|
34556
34752
|
|
|
34557
|
-
.
|
|
34558
|
-
|
|
34753
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34754
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34559
34755
|
}
|
|
34560
34756
|
|
|
34561
|
-
.
|
|
34562
|
-
background: #
|
|
34757
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34758
|
+
background-color: #6b7d99;
|
|
34563
34759
|
}
|
|
34564
34760
|
|
|
34565
|
-
.
|
|
34566
|
-
|
|
34761
|
+
.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 {
|
|
34762
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34567
34763
|
}
|
|
34568
34764
|
|
|
34569
|
-
.
|
|
34570
|
-
|
|
34765
|
+
.E_satwmqm {
|
|
34766
|
+
width: 8px;
|
|
34767
|
+
height: 8px;
|
|
34768
|
+
border-radius: 50%;
|
|
34769
|
+
display: inline-block;
|
|
34571
34770
|
}
|
|
34572
34771
|
|
|
34573
|
-
.
|
|
34574
|
-
|
|
34772
|
+
.E_tc97u5y {
|
|
34773
|
+
height: 100%;
|
|
34575
34774
|
}
|
|
34576
34775
|
|
|
34577
|
-
.E_tfzf37v
|
|
34578
|
-
|
|
34579
|
-
left: 50%;
|
|
34580
|
-
top: 50%;
|
|
34581
|
-
transform: translate(-50%, -50%);
|
|
34776
|
+
.E_tfzf37v {
|
|
34777
|
+
height: 100%;
|
|
34582
34778
|
}
|
|
34583
34779
|
|
|
34584
|
-
.E_tfzf37v
|
|
34585
|
-
|
|
34780
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
34781
|
+
overflow: visible !important;
|
|
34782
|
+
height: 100%;
|
|
34586
34783
|
}
|
|
34587
34784
|
|
|
34588
|
-
.E_tfzf37v .ant-table .ant-table-
|
|
34589
|
-
|
|
34785
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34786
|
+
height: 100%;
|
|
34590
34787
|
}
|
|
34591
34788
|
|
|
34592
|
-
.E_tfzf37v
|
|
34593
|
-
|
|
34789
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
34790
|
+
width: 100% !important;
|
|
34791
|
+
height: 100%;
|
|
34594
34792
|
}
|
|
34595
34793
|
|
|
34596
|
-
.E_tfzf37v .ant-table .ant-table-placeholder
|
|
34597
|
-
|
|
34598
|
-
border: none;
|
|
34599
|
-
background: inherit !important;
|
|
34600
|
-
height: 100px;
|
|
34601
|
-
vertical-align: middle;
|
|
34794
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34795
|
+
padding: 15px 0;
|
|
34602
34796
|
}
|
|
34603
34797
|
|
|
34604
|
-
.E_tfzf37v
|
|
34605
|
-
|
|
34606
|
-
font-weight: bold;
|
|
34607
|
-
font-size: 20px;
|
|
34608
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34798
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
34799
|
+
display: none;
|
|
34609
34800
|
}
|
|
34610
34801
|
|
|
34611
|
-
.E_tfzf37v .
|
|
34612
|
-
|
|
34613
|
-
z-index: 10;
|
|
34802
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
34803
|
+
font-weight: 700;
|
|
34614
34804
|
}
|
|
34615
34805
|
|
|
34616
|
-
.E_tfzf37v .
|
|
34617
|
-
|
|
34618
|
-
position: relative;
|
|
34619
|
-
background: #fff;
|
|
34806
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
34807
|
+
font-weight: 700;
|
|
34620
34808
|
}
|
|
34621
34809
|
|
|
34622
|
-
.E_tfzf37v .ant-
|
|
34810
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
34623
34811
|
height: 100%;
|
|
34624
|
-
display: flex;
|
|
34625
|
-
align-items: center;
|
|
34626
|
-
justify-content: flex-end;
|
|
34627
|
-
padding-right: 8px;
|
|
34628
34812
|
}
|
|
34629
34813
|
|
|
34630
|
-
.E_tfzf37v .ant-
|
|
34631
|
-
|
|
34632
|
-
|
|
34633
|
-
cursor: pointer;
|
|
34634
|
-
justify-content: center;
|
|
34635
|
-
border-radius: 4px;
|
|
34814
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
34815
|
+
height: 100%;
|
|
34816
|
+
overflow: visible;
|
|
34636
34817
|
}
|
|
34637
34818
|
|
|
34638
|
-
.E_tfzf37v .ant-
|
|
34639
|
-
|
|
34819
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
34820
|
+
max-height: none;
|
|
34640
34821
|
}
|
|
34641
34822
|
|
|
34642
|
-
.
|
|
34643
|
-
|
|
34644
|
-
|
|
34645
|
-
padding: 2px 10px;
|
|
34646
|
-
height: 22px;
|
|
34823
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
34824
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
34825
|
+
display: none;
|
|
34647
34826
|
}
|
|
34648
34827
|
|
|
34649
|
-
.
|
|
34650
|
-
background
|
|
34828
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
34829
|
+
background: transparent;
|
|
34830
|
+
}
|
|
34831
|
+
|
|
34832
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
34833
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
34834
|
+
background: #fff;
|
|
34835
|
+
padding: 0 !important;
|
|
34651
34836
|
}
|
|
34652
34837
|
|
|
34653
|
-
.
|
|
34654
|
-
|
|
34838
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34839
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34840
|
+
display: flex;
|
|
34841
|
+
align-items: center;
|
|
34842
|
+
height: 100%;
|
|
34843
|
+
padding: 8px;
|
|
34655
34844
|
}
|
|
34656
34845
|
|
|
34657
|
-
.
|
|
34658
|
-
|
|
34846
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34847
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34848
|
+
overflow: hidden;
|
|
34849
|
+
text-overflow: ellipsis;
|
|
34850
|
+
width: 100%;
|
|
34659
34851
|
}
|
|
34660
34852
|
|
|
34661
|
-
.
|
|
34662
|
-
|
|
34853
|
+
.E_tfzf37v .ant-table-container {
|
|
34854
|
+
height: 100%;
|
|
34663
34855
|
}
|
|
34664
34856
|
|
|
34665
|
-
.
|
|
34666
|
-
|
|
34667
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34857
|
+
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
34858
|
+
box-shadow: none !important;
|
|
34668
34859
|
}
|
|
34669
34860
|
|
|
34670
|
-
.
|
|
34671
|
-
|
|
34861
|
+
.E_tfzf37v .ant-table {
|
|
34862
|
+
border-radius: 0px;
|
|
34863
|
+
border-left: none;
|
|
34864
|
+
border-right: none;
|
|
34865
|
+
border-bottom: none;
|
|
34866
|
+
height: 100%;
|
|
34867
|
+
font-size: 12px;
|
|
34868
|
+
background: transparent;
|
|
34672
34869
|
}
|
|
34673
34870
|
|
|
34674
|
-
.
|
|
34675
|
-
|
|
34871
|
+
.E_tfzf37v .ant-table .ant-table-header {
|
|
34872
|
+
position: relative;
|
|
34873
|
+
z-index: 3;
|
|
34874
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34875
|
+
margin-bottom: -1px;
|
|
34676
34876
|
}
|
|
34677
34877
|
|
|
34678
|
-
.
|
|
34679
|
-
|
|
34878
|
+
.E_tfzf37v .ant-table .time-wrapper .date,
|
|
34879
|
+
.E_tfzf37v .ant-table .value {
|
|
34880
|
+
color: #2d3a56;
|
|
34680
34881
|
}
|
|
34681
34882
|
|
|
34682
|
-
.
|
|
34683
|
-
|
|
34883
|
+
.E_tfzf37v .ant-table .time-wrapper .time,
|
|
34884
|
+
.E_tfzf37v .ant-table .unit {
|
|
34885
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34684
34886
|
}
|
|
34685
34887
|
|
|
34686
|
-
.
|
|
34687
|
-
|
|
34888
|
+
.E_tfzf37v .ant-table .ant-table-selection {
|
|
34889
|
+
position: unset;
|
|
34890
|
+
text-align: center;
|
|
34688
34891
|
}
|
|
34689
34892
|
|
|
34690
|
-
.
|
|
34691
|
-
background
|
|
34893
|
+
.E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34894
|
+
background: #fff;
|
|
34692
34895
|
}
|
|
34693
34896
|
|
|
34694
|
-
.
|
|
34695
|
-
|
|
34897
|
+
.E_tfzf37v .ant-table .anticon-setting {
|
|
34898
|
+
cursor: pointer;
|
|
34899
|
+
position: absolute;
|
|
34900
|
+
top: 50%;
|
|
34901
|
+
right: 12px;
|
|
34902
|
+
transform: translateY(-50%);
|
|
34696
34903
|
}
|
|
34697
34904
|
|
|
34698
|
-
.
|
|
34699
|
-
|
|
34905
|
+
.E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34906
|
+
box-shadow: none;
|
|
34907
|
+
width: 1px;
|
|
34908
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34700
34909
|
}
|
|
34701
34910
|
|
|
34702
|
-
.
|
|
34703
|
-
|
|
34911
|
+
.E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34912
|
+
box-shadow: none;
|
|
34913
|
+
width: 1px;
|
|
34914
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34704
34915
|
}
|
|
34705
34916
|
|
|
34706
|
-
.
|
|
34707
|
-
|
|
34917
|
+
.E_tfzf37v .ant-table .ant-table-tbody {
|
|
34918
|
+
position: relative;
|
|
34708
34919
|
}
|
|
34709
34920
|
|
|
34710
|
-
.
|
|
34711
|
-
|
|
34921
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
34922
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34923
|
+
border-bottom: 1px solid white;
|
|
34924
|
+
height: 40px;
|
|
34925
|
+
vertical-align: middle;
|
|
34926
|
+
transition: background 0ms;
|
|
34927
|
+
color: #00122e;
|
|
34712
34928
|
}
|
|
34713
34929
|
|
|
34714
|
-
.
|
|
34715
|
-
background
|
|
34930
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34931
|
+
background: #f2f5fa;
|
|
34932
|
+
border-bottom-color: #f2f5fa;
|
|
34716
34933
|
}
|
|
34717
34934
|
|
|
34718
|
-
.
|
|
34719
|
-
|
|
34935
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34936
|
+
height: auto;
|
|
34937
|
+
color: #00122e;
|
|
34938
|
+
font-size: 12px;
|
|
34939
|
+
text-align: left;
|
|
34940
|
+
transition: none;
|
|
34941
|
+
overflow: hidden;
|
|
34942
|
+
text-overflow: ellipsis;
|
|
34943
|
+
white-space: nowrap;
|
|
34720
34944
|
}
|
|
34721
34945
|
|
|
34722
|
-
.
|
|
34723
|
-
|
|
34946
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34947
|
+
color: #0096ff;
|
|
34724
34948
|
}
|
|
34725
34949
|
|
|
34726
|
-
.
|
|
34727
|
-
|
|
34950
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34951
|
+
overflow: hidden;
|
|
34952
|
+
text-overflow: ellipsis;
|
|
34953
|
+
width: 100%;
|
|
34954
|
+
vertical-align: middle;
|
|
34728
34955
|
}
|
|
34729
34956
|
|
|
34730
|
-
.
|
|
34731
|
-
|
|
34732
|
-
height: 8px;
|
|
34733
|
-
border-radius: 50%;
|
|
34734
|
-
display: inline-block;
|
|
34957
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34958
|
+
line-height: 0px;
|
|
34735
34959
|
}
|
|
34736
34960
|
|
|
34737
|
-
|
|
34738
|
-
|
|
34739
|
-
line-height: 18px;
|
|
34740
|
-
height: 18px;
|
|
34961
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34962
|
+
padding-right: 25px;
|
|
34741
34963
|
}
|
|
34742
34964
|
|
|
34743
|
-
|
|
34744
|
-
color:
|
|
34745
|
-
height: unset;
|
|
34965
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34966
|
+
border-top-color: transparent;
|
|
34746
34967
|
}
|
|
34747
34968
|
|
|
34748
|
-
|
|
34749
|
-
|
|
34969
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34970
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34971
|
+
border-color: transparent transparent white;
|
|
34750
34972
|
}
|
|
34751
34973
|
|
|
34752
|
-
|
|
34753
|
-
|
|
34974
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34975
|
+
border-radius: 8px 0 0 8px;
|
|
34754
34976
|
}
|
|
34755
34977
|
|
|
34756
|
-
|
|
34757
|
-
|
|
34978
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34979
|
+
border-radius: 8px 0 0 8px;
|
|
34758
34980
|
}
|
|
34759
34981
|
|
|
34760
|
-
|
|
34761
|
-
|
|
34982
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34983
|
+
content: "";
|
|
34984
|
+
width: 4px;
|
|
34985
|
+
top: -1px;
|
|
34986
|
+
bottom: -1px;
|
|
34987
|
+
background: white;
|
|
34762
34988
|
}
|
|
34763
34989
|
|
|
34764
|
-
|
|
34765
|
-
|
|
34990
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34991
|
+
border-radius: 0 8px 8px 0;
|
|
34766
34992
|
}
|
|
34767
34993
|
|
|
34768
|
-
|
|
34769
|
-
|
|
34994
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34995
|
+
border-radius: 0;
|
|
34996
|
+
background: white;
|
|
34997
|
+
border-top: none;
|
|
34770
34998
|
}
|
|
34771
34999
|
|
|
34772
|
-
|
|
34773
|
-
|
|
35000
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35001
|
+
border-top: 1px solid transparent;
|
|
35002
|
+
border-radius: 0 8px 8px 0;
|
|
35003
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34774
35004
|
}
|
|
34775
35005
|
|
|
34776
|
-
|
|
34777
|
-
|
|
35006
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35007
|
+
background: white;
|
|
35008
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34778
35009
|
}
|
|
34779
35010
|
|
|
34780
|
-
|
|
34781
|
-
|
|
35011
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35012
|
+
display: flex;
|
|
35013
|
+
align-items: center;
|
|
35014
|
+
height: 100%;
|
|
35015
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34782
35016
|
}
|
|
34783
35017
|
|
|
34784
|
-
|
|
34785
|
-
|
|
35018
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35019
|
+
background: white;
|
|
35020
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34786
35021
|
}
|
|
34787
35022
|
|
|
34788
|
-
|
|
34789
|
-
|
|
35023
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35024
|
+
display: flex;
|
|
35025
|
+
align-items: center;
|
|
35026
|
+
height: 100%;
|
|
35027
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34790
35028
|
}
|
|
34791
35029
|
|
|
34792
|
-
|
|
34793
|
-
|
|
35030
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35031
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34794
35032
|
}
|
|
34795
35033
|
|
|
34796
|
-
|
|
34797
|
-
|
|
35034
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35035
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35036
|
+
border-radius: 8px;
|
|
34798
35037
|
}
|
|
34799
35038
|
|
|
34800
|
-
.
|
|
34801
|
-
|
|
35039
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35040
|
+
border-top-color: white;
|
|
34802
35041
|
}
|
|
34803
35042
|
|
|
34804
|
-
.
|
|
34805
|
-
|
|
34806
|
-
|
|
34807
|
-
|
|
35043
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35044
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35045
|
+
border-bottom-color: transparent;
|
|
35046
|
+
border-top-color: transparent;
|
|
34808
35047
|
}
|
|
34809
35048
|
|
|
34810
|
-
.
|
|
34811
|
-
|
|
34812
|
-
height: 18px;
|
|
35049
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35050
|
+
border-radius: 8px 0 0 8px;
|
|
34813
35051
|
}
|
|
34814
35052
|
|
|
34815
|
-
.
|
|
34816
|
-
|
|
34817
|
-
height: 24px;
|
|
35053
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35054
|
+
border-radius: 0 8px 8px 0;
|
|
34818
35055
|
}
|
|
34819
35056
|
|
|
34820
|
-
.
|
|
34821
|
-
|
|
35057
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35058
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34822
35059
|
}
|
|
34823
35060
|
|
|
34824
|
-
.
|
|
34825
|
-
|
|
34826
|
-
|
|
35061
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
35062
|
+
background: #fff;
|
|
35063
|
+
font-weight: 400;
|
|
35064
|
+
position: relative;
|
|
35065
|
+
border-bottom: none;
|
|
35066
|
+
color: #00122e;
|
|
35067
|
+
transition: none;
|
|
35068
|
+
padding: 15px 8px 15px 8px;
|
|
34827
35069
|
}
|
|
34828
35070
|
|
|
34829
|
-
.
|
|
34830
|
-
|
|
34831
|
-
|
|
34832
|
-
|
|
34833
|
-
|
|
34834
|
-
|
|
34835
|
-
|
|
34836
|
-
|
|
35071
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35072
|
+
content: "";
|
|
35073
|
+
width: 1px;
|
|
35074
|
+
top: 0;
|
|
35075
|
+
bottom: 0;
|
|
35076
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35077
|
+
position: absolute;
|
|
35078
|
+
right: 0;
|
|
34837
35079
|
}
|
|
34838
35080
|
|
|
34839
|
-
.
|
|
34840
|
-
|
|
35081
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
35082
|
+
padding: unset;
|
|
34841
35083
|
}
|
|
34842
35084
|
|
|
34843
|
-
.
|
|
34844
|
-
display: none
|
|
35085
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35086
|
+
display: none;
|
|
34845
35087
|
}
|
|
34846
35088
|
|
|
34847
|
-
.
|
|
34848
|
-
|
|
35089
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35090
|
+
width: 100%;
|
|
35091
|
+
overflow: hidden;
|
|
35092
|
+
white-space: nowrap;
|
|
35093
|
+
text-overflow: ellipsis;
|
|
34849
35094
|
}
|
|
34850
35095
|
|
|
34851
|
-
.
|
|
34852
|
-
|
|
35096
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35097
|
+
overflow: hidden;
|
|
35098
|
+
text-overflow: ellipsis;
|
|
35099
|
+
flex: 1;
|
|
34853
35100
|
}
|
|
34854
35101
|
|
|
34855
|
-
.
|
|
34856
|
-
|
|
34857
|
-
font-weight: normal;
|
|
35102
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35103
|
+
padding: 15px 25px 15px 8px;
|
|
34858
35104
|
}
|
|
34859
35105
|
|
|
34860
|
-
.
|
|
34861
|
-
|
|
35106
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35107
|
+
padding: 0;
|
|
34862
35108
|
}
|
|
34863
35109
|
|
|
34864
|
-
.
|
|
34865
|
-
|
|
35110
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35111
|
+
position: absolute;
|
|
35112
|
+
right: 6px;
|
|
35113
|
+
top: 50%;
|
|
35114
|
+
transform: translateY(-50%);
|
|
35115
|
+
height: 16px;
|
|
35116
|
+
display: none;
|
|
35117
|
+
transition: transform 320ms ease;
|
|
34866
35118
|
}
|
|
34867
35119
|
|
|
34868
|
-
.
|
|
34869
|
-
display:
|
|
35120
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35121
|
+
display: block;
|
|
35122
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34870
35123
|
}
|
|
34871
35124
|
|
|
34872
|
-
.
|
|
34873
|
-
|
|
34874
|
-
white-space: nowrap;
|
|
34875
|
-
text-overflow: ellipsis;
|
|
35125
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35126
|
+
display: block;
|
|
34876
35127
|
}
|
|
34877
35128
|
|
|
34878
|
-
.
|
|
34879
|
-
|
|
35129
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35130
|
+
display: none;
|
|
34880
35131
|
}
|
|
34881
35132
|
|
|
34882
|
-
.
|
|
34883
|
-
|
|
35133
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35134
|
+
transform: translateY(-50%);
|
|
34884
35135
|
}
|
|
34885
35136
|
|
|
34886
|
-
.
|
|
34887
|
-
|
|
34888
|
-
justify-content: stretch;
|
|
35137
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35138
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34889
35139
|
}
|
|
34890
35140
|
|
|
34891
|
-
.
|
|
34892
|
-
|
|
34893
|
-
margin-right: 4px;
|
|
34894
|
-
flex: 1;
|
|
34895
|
-
overflow: visible;
|
|
35141
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35142
|
+
background: #f2f5fa;
|
|
34896
35143
|
}
|
|
34897
35144
|
|
|
34898
|
-
.
|
|
34899
|
-
|
|
34900
|
-
min-height: unset;
|
|
35145
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35146
|
+
display: block;
|
|
34901
35147
|
}
|
|
34902
35148
|
|
|
34903
|
-
.
|
|
34904
|
-
|
|
34905
|
-
line-height: 26px;
|
|
34906
|
-
width: 100%;
|
|
34907
|
-
padding: 0;
|
|
34908
|
-
font-size: 12px;
|
|
35149
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
35150
|
+
padding-right: 25px;
|
|
34909
35151
|
}
|
|
34910
35152
|
|
|
34911
|
-
.
|
|
34912
|
-
|
|
35153
|
+
.E_tfzf37v .ant-table .ant-table-selection-column {
|
|
35154
|
+
padding: 0 !important;
|
|
34913
35155
|
}
|
|
34914
35156
|
|
|
34915
|
-
.
|
|
34916
|
-
|
|
35157
|
+
.E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35158
|
+
position: absolute;
|
|
35159
|
+
left: 50%;
|
|
35160
|
+
top: 50%;
|
|
35161
|
+
transform: translate(-50%, -50%);
|
|
34917
35162
|
}
|
|
34918
35163
|
|
|
34919
|
-
.
|
|
34920
|
-
|
|
34921
|
-
padding-right: 4px;
|
|
34922
|
-
border-radius: 4px 0 0 4px;
|
|
35164
|
+
.E_tfzf37v .ant-table .ant-table-selection-column:after {
|
|
35165
|
+
display: none;
|
|
34923
35166
|
}
|
|
34924
35167
|
|
|
34925
|
-
.
|
|
34926
|
-
|
|
35168
|
+
.E_tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
35169
|
+
background: #fff;
|
|
34927
35170
|
}
|
|
34928
35171
|
|
|
34929
|
-
.
|
|
34930
|
-
|
|
34931
|
-
padding-left: 12px;
|
|
34932
|
-
border-radius: 0 4px 4px 0;
|
|
35172
|
+
.E_tfzf37v .ant-table .ant-table-placeholder {
|
|
35173
|
+
background: inherit;
|
|
34933
35174
|
}
|
|
34934
35175
|
|
|
34935
|
-
.
|
|
34936
|
-
|
|
34937
|
-
|
|
34938
|
-
|
|
34939
|
-
|
|
34940
|
-
|
|
34941
|
-
top: 0;
|
|
34942
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34943
|
-
z-index: 2;
|
|
34944
|
-
position: relative;
|
|
34945
|
-
top: -50%;
|
|
34946
|
-
right: -100%;
|
|
35176
|
+
.E_tfzf37v .ant-table .ant-table-placeholder td {
|
|
35177
|
+
position: static;
|
|
35178
|
+
border: none;
|
|
35179
|
+
background: inherit !important;
|
|
35180
|
+
height: 100px;
|
|
35181
|
+
vertical-align: middle;
|
|
34947
35182
|
}
|
|
34948
35183
|
|
|
34949
|
-
.
|
|
34950
|
-
|
|
35184
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
35185
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35186
|
+
font-weight: bold;
|
|
35187
|
+
font-size: 20px;
|
|
35188
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34951
35189
|
}
|
|
34952
35190
|
|
|
34953
|
-
.
|
|
34954
|
-
|
|
34955
|
-
|
|
34956
|
-
height: 0;
|
|
34957
|
-
border: 13px solid transparent;
|
|
34958
|
-
position: absolute;
|
|
34959
|
-
top: 0;
|
|
34960
|
-
border-left: 8px solid #fff;
|
|
34961
|
-
left: 0;
|
|
35191
|
+
.E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
|
|
35192
|
+
.E_tfzf37v .ant-table th.cell__action_ {
|
|
35193
|
+
z-index: 10;
|
|
34962
35194
|
}
|
|
34963
35195
|
|
|
34964
|
-
.
|
|
34965
|
-
|
|
35196
|
+
.E_tfzf37v .ant-table td.cell__action_ {
|
|
35197
|
+
padding: 0 !important;
|
|
35198
|
+
position: relative;
|
|
35199
|
+
background: #fff;
|
|
34966
35200
|
}
|
|
34967
35201
|
|
|
34968
|
-
.
|
|
34969
|
-
|
|
35202
|
+
.E_tfzf37v .ant-table td.cell__action_ > * {
|
|
35203
|
+
height: 100%;
|
|
35204
|
+
display: flex;
|
|
35205
|
+
align-items: center;
|
|
35206
|
+
justify-content: flex-end;
|
|
35207
|
+
padding-right: 8px;
|
|
34970
35208
|
}
|
|
34971
35209
|
|
|
34972
|
-
.
|
|
34973
|
-
|
|
35210
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
35211
|
+
width: 24px;
|
|
35212
|
+
height: 24px;
|
|
35213
|
+
cursor: pointer;
|
|
35214
|
+
justify-content: center;
|
|
35215
|
+
border-radius: 4px;
|
|
34974
35216
|
}
|
|
34975
35217
|
|
|
34976
|
-
.
|
|
34977
|
-
|
|
34978
|
-
min-width: var(--item-min-width);
|
|
35218
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
35219
|
+
background: #fff;
|
|
34979
35220
|
}
|
|
34980
35221
|
|
|
34981
|
-
.
|
|
34982
|
-
|
|
34983
|
-
|
|
35222
|
+
button.E_l48ei06.ant-btn {
|
|
35223
|
+
font-size: 12px;
|
|
35224
|
+
line-height: 18px;
|
|
35225
|
+
height: 18px;
|
|
34984
35226
|
}
|
|
34985
35227
|
|
|
34986
|
-
.
|
|
34987
|
-
|
|
34988
|
-
|
|
35228
|
+
button.E_l48ei06 {
|
|
35229
|
+
color: #0080FF;
|
|
35230
|
+
height: unset;
|
|
34989
35231
|
}
|
|
34990
35232
|
|
|
34991
|
-
.
|
|
34992
|
-
|
|
35233
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
35234
|
+
margin-right: 4px;
|
|
34993
35235
|
}
|
|
34994
35236
|
|
|
34995
|
-
.
|
|
34996
|
-
|
|
34997
|
-
row-gap: 2px;
|
|
35237
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
35238
|
+
margin-left: 4px;
|
|
34998
35239
|
}
|
|
34999
35240
|
|
|
35000
|
-
.
|
|
35001
|
-
|
|
35241
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35242
|
+
color: #009DFF;
|
|
35002
35243
|
}
|
|
35003
35244
|
|
|
35004
|
-
.
|
|
35005
|
-
color: #
|
|
35245
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35246
|
+
color: #005ED1;
|
|
35006
35247
|
}
|
|
35007
35248
|
|
|
35008
|
-
.
|
|
35009
|
-
|
|
35249
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
35250
|
+
color: #0080FF;
|
|
35010
35251
|
}
|
|
35011
35252
|
|
|
35012
|
-
.
|
|
35013
|
-
|
|
35014
|
-
border-radius: 4px;
|
|
35015
|
-
height: 32px;
|
|
35016
|
-
display: flex;
|
|
35017
|
-
align-items: center;
|
|
35253
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
35254
|
+
color: #00122E;
|
|
35018
35255
|
}
|
|
35019
35256
|
|
|
35020
|
-
.
|
|
35021
|
-
|
|
35022
|
-
white-space: nowrap;
|
|
35257
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35258
|
+
color: #0080FF;
|
|
35023
35259
|
}
|
|
35024
35260
|
|
|
35025
|
-
.
|
|
35026
|
-
|
|
35027
|
-
line-height: 20px;
|
|
35028
|
-
max-width: 100%;
|
|
35029
|
-
padding-right: 0;
|
|
35261
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35262
|
+
color: #005ED1;
|
|
35030
35263
|
}
|
|
35031
35264
|
|
|
35032
|
-
.
|
|
35033
|
-
|
|
35265
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35266
|
+
color: #00122E;
|
|
35034
35267
|
}
|
|
35035
35268
|
|
|
35036
|
-
.
|
|
35037
|
-
|
|
35038
|
-
display: inline-flex;
|
|
35039
|
-
align-items: center;
|
|
35040
|
-
justify-content: center;
|
|
35041
|
-
column-gap: 4px;
|
|
35269
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35270
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35042
35271
|
}
|
|
35043
35272
|
|
|
35044
|
-
.
|
|
35045
|
-
|
|
35046
|
-
align-items: center;
|
|
35047
|
-
width: 18px;
|
|
35048
|
-
height: 18px;
|
|
35049
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35050
|
-
justify-content: center;
|
|
35273
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35274
|
+
color: #0080FF;
|
|
35051
35275
|
}
|
|
35052
35276
|
|
|
35053
|
-
.
|
|
35054
|
-
|
|
35055
|
-
display: flex;
|
|
35056
|
-
align-items: center;
|
|
35057
|
-
justify-content: center;
|
|
35058
|
-
column-gap: 6px;
|
|
35059
|
-
font-size: 13px;
|
|
35277
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35278
|
+
color: #005ED1;
|
|
35060
35279
|
}
|
|
35061
35280
|
|
|
35062
|
-
.
|
|
35063
|
-
|
|
35064
|
-
align-items: center;
|
|
35065
|
-
min-width: 20px;
|
|
35066
|
-
min-height: 20px;
|
|
35067
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35068
|
-
justify-content: center;
|
|
35281
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35282
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35069
35283
|
}
|
|
35070
35284
|
|
|
35071
35285
|
.E_t1dtlqs1 {
|
|
@@ -35296,220 +35510,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35296
35510
|
margin-right: 8px;
|
|
35297
35511
|
}
|
|
35298
35512
|
|
|
35299
|
-
.E_i1g85yz3 {
|
|
35300
|
-
margin-right: 4px;
|
|
35301
|
-
height: 16px;
|
|
35302
|
-
}
|
|
35303
|
-
|
|
35304
|
-
.E_t1gvlxt5 {
|
|
35305
|
-
min-width: 0;
|
|
35306
|
-
flex: 1;
|
|
35307
|
-
}
|
|
35308
|
-
|
|
35309
|
-
.E_t1gvlxt5 .tag {
|
|
35310
|
-
flex: 0 0 auto;
|
|
35311
|
-
}
|
|
35312
|
-
|
|
35313
|
-
.E_t1gvlxt5 .progress-title {
|
|
35314
|
-
flex: 2;
|
|
35315
|
-
max-width: fit-content;
|
|
35316
|
-
}
|
|
35317
|
-
|
|
35318
|
-
.E_t1gvlxt5 .progress-desc {
|
|
35319
|
-
flex: 1;
|
|
35320
|
-
max-width: fit-content;
|
|
35321
|
-
}
|
|
35322
|
-
|
|
35323
|
-
.E_a1ji6r68 {
|
|
35324
|
-
display: flex;
|
|
35325
|
-
align-items: center;
|
|
35326
|
-
column-gap: var(--a1ji6r68-0);
|
|
35327
|
-
}
|
|
35328
|
-
|
|
35329
|
-
.E_msn7nxt {
|
|
35330
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35331
|
-
text-align: center;
|
|
35332
|
-
display: flex;
|
|
35333
|
-
align-items: center;
|
|
35334
|
-
justify-content: center;
|
|
35335
|
-
flex-direction: column;
|
|
35336
|
-
height: 100%;
|
|
35337
|
-
}
|
|
35338
|
-
|
|
35339
|
-
.E_msn7nxt .link {
|
|
35340
|
-
color: #0080ff;
|
|
35341
|
-
cursor: pointer;
|
|
35342
|
-
}
|
|
35343
|
-
|
|
35344
|
-
.E_mp64wfi {
|
|
35345
|
-
width: 100%;
|
|
35346
|
-
height: 100%;
|
|
35347
|
-
display: flex;
|
|
35348
|
-
flex-direction: column;
|
|
35349
|
-
}
|
|
35350
|
-
|
|
35351
|
-
.E_mp64wfi .name-toolbar {
|
|
35352
|
-
width: 100%;
|
|
35353
|
-
display: flex;
|
|
35354
|
-
line-height: 30px;
|
|
35355
|
-
padding: 0 16px;
|
|
35356
|
-
justify-content: space-between;
|
|
35357
|
-
}
|
|
35358
|
-
|
|
35359
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
35360
|
-
display: flex;
|
|
35361
|
-
font-size: 12px;
|
|
35362
|
-
align-items: center;
|
|
35363
|
-
}
|
|
35364
|
-
|
|
35365
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
35366
|
-
color: #a3b4cc;
|
|
35367
|
-
}
|
|
35368
|
-
|
|
35369
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
35370
|
-
margin-left: 10px;
|
|
35371
|
-
}
|
|
35372
|
-
|
|
35373
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
35374
|
-
margin-left: 10px;
|
|
35375
|
-
cursor: pointer;
|
|
35376
|
-
}
|
|
35377
|
-
|
|
35378
|
-
.E_mp64wfi .content {
|
|
35379
|
-
flex: 1;
|
|
35380
|
-
width: 100%;
|
|
35381
|
-
display: flex;
|
|
35382
|
-
justify-content: center;
|
|
35383
|
-
align-items: center;
|
|
35384
|
-
}
|
|
35385
|
-
|
|
35386
|
-
.E_mp64wfi .single-content {
|
|
35387
|
-
height: 65px;
|
|
35388
|
-
}
|
|
35389
|
-
|
|
35390
|
-
.E_l1oyigan {
|
|
35391
|
-
display: flex;
|
|
35392
|
-
align-items: center;
|
|
35393
|
-
white-space: nowrap;
|
|
35394
|
-
overflow: hidden;
|
|
35395
|
-
width: 100%;
|
|
35396
|
-
}
|
|
35397
|
-
|
|
35398
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
35399
|
-
margin-left: auto;
|
|
35400
|
-
font-size: 12px;
|
|
35401
|
-
}
|
|
35402
|
-
|
|
35403
|
-
.E_l1noi4n1 {
|
|
35404
|
-
display: flex;
|
|
35405
|
-
justify-content: flex-start;
|
|
35406
|
-
align-items: center;
|
|
35407
|
-
font-size: 12px;
|
|
35408
|
-
cursor: pointer;
|
|
35409
|
-
}
|
|
35410
|
-
|
|
35411
|
-
.E_l1noi4n1:not(:last-child) {
|
|
35412
|
-
margin-right: 20px;
|
|
35413
|
-
}
|
|
35414
|
-
|
|
35415
|
-
.E_l1noi4n1.deselected {
|
|
35416
|
-
opacity: 0.4;
|
|
35417
|
-
}
|
|
35418
|
-
|
|
35419
|
-
.E_l1noi4n1.deselected .color-block {
|
|
35420
|
-
background: #b4beca !important;
|
|
35421
|
-
}
|
|
35422
|
-
|
|
35423
|
-
.E_cz19rz6 {
|
|
35424
|
-
display: inline-block;
|
|
35425
|
-
height: 8px;
|
|
35426
|
-
width: 8px;
|
|
35427
|
-
margin-right: 8px;
|
|
35428
|
-
}
|
|
35429
|
-
|
|
35430
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
35431
|
-
display: flex;
|
|
35432
|
-
align-items: center;
|
|
35433
|
-
font-size: 12px;
|
|
35434
|
-
margin: 0;
|
|
35435
|
-
}
|
|
35436
|
-
|
|
35437
|
-
.E_m1y1hhnr {
|
|
35438
|
-
position: relative;
|
|
35439
|
-
}
|
|
35440
|
-
|
|
35441
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
35442
|
-
bottom: -12px;
|
|
35443
|
-
}
|
|
35444
|
-
|
|
35445
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
35446
|
-
display: flex;
|
|
35447
|
-
justify-content: space-between;
|
|
35448
|
-
line-height: 30px;
|
|
35449
|
-
margin: 0 16px;
|
|
35450
|
-
}
|
|
35451
|
-
|
|
35452
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
35453
|
-
display: flex;
|
|
35454
|
-
font-size: 12px;
|
|
35455
|
-
align-items: center;
|
|
35456
|
-
}
|
|
35457
|
-
|
|
35458
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
35459
|
-
color: #a3b4cc;
|
|
35460
|
-
}
|
|
35461
|
-
|
|
35462
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35463
|
-
margin-left: 10px;
|
|
35464
|
-
}
|
|
35465
|
-
|
|
35466
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
35467
|
-
margin-left: 10px;
|
|
35468
|
-
cursor: pointer;
|
|
35469
|
-
}
|
|
35470
|
-
|
|
35471
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
35472
|
-
font-size: 12px;
|
|
35473
|
-
}
|
|
35474
|
-
|
|
35475
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
35476
|
-
position: absolute;
|
|
35477
|
-
bottom: 10px;
|
|
35478
|
-
padding: 0 8px;
|
|
35479
|
-
border-radius: 4px;
|
|
35480
|
-
font-size: 12px;
|
|
35481
|
-
color: #fff;
|
|
35482
|
-
background: rgba(0, 0, 0, 0.75);
|
|
35483
|
-
transform: translateX(-50%);
|
|
35484
|
-
}
|
|
35485
|
-
|
|
35486
|
-
.E_tnvijvs {
|
|
35487
|
-
min-width: 200px;
|
|
35488
|
-
}
|
|
35489
|
-
|
|
35490
|
-
.E_t1ub2aex {
|
|
35491
|
-
display: flex;
|
|
35492
|
-
align-items: center;
|
|
35493
|
-
justify-content: space-between;
|
|
35494
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
35495
|
-
color: #b4beca;
|
|
35496
|
-
font-size: 12px;
|
|
35497
|
-
padding: 3px 6px;
|
|
35498
|
-
}
|
|
35499
|
-
|
|
35500
|
-
.E_t1ub2aex:first-child {
|
|
35501
|
-
padding-top: 3px;
|
|
35502
|
-
}
|
|
35503
|
-
|
|
35504
|
-
.E_t1ub2aex:last-child {
|
|
35505
|
-
padding-bottom: 3px;
|
|
35506
|
-
}
|
|
35507
|
-
|
|
35508
|
-
.E_t1ub2aex .column-value {
|
|
35509
|
-
color: #fff;
|
|
35510
|
-
margin-left: 8px;
|
|
35511
|
-
}
|
|
35512
|
-
|
|
35513
35513
|
.E_t13ef470 {
|
|
35514
35514
|
height: 100%;
|
|
35515
35515
|
}
|
|
@@ -35569,18 +35569,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35569
35569
|
display: block;
|
|
35570
35570
|
}
|
|
35571
35571
|
|
|
35572
|
-
.E_i14c7jc8 {
|
|
35573
|
-
color: var(--i14c7jc8-0);
|
|
35574
|
-
}
|
|
35575
|
-
|
|
35576
|
-
.E_i1ibuolf {
|
|
35577
|
-
display: flex;
|
|
35578
|
-
align-items: center;
|
|
35579
|
-
column-gap: 4px;
|
|
35580
|
-
font-size: 12px;
|
|
35581
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35582
|
-
}
|
|
35583
|
-
|
|
35584
35572
|
.E_d1u4ndxc {
|
|
35585
35573
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35586
35574
|
font-size: 12px;
|
|
@@ -35611,4 +35599,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35611
35599
|
to {
|
|
35612
35600
|
transform: translateX(100%);
|
|
35613
35601
|
}
|
|
35602
|
+
}
|
|
35603
|
+
.E_i14c7jc8 {
|
|
35604
|
+
color: var(--i14c7jc8-0);
|
|
35605
|
+
}
|
|
35606
|
+
|
|
35607
|
+
.E_i1ibuolf {
|
|
35608
|
+
display: flex;
|
|
35609
|
+
align-items: center;
|
|
35610
|
+
column-gap: 4px;
|
|
35611
|
+
font-size: 12px;
|
|
35612
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35614
35613
|
}
|