@cloudtower/eagle 0.29.6 → 0.29.8
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/Table/TableSkeleton.js +29 -12
- package/dist/cjs/core/Table/index.js +9 -5
- package/dist/cjs/index.js +2 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1720 -1725
- package/dist/esm/core/Table/TableSkeleton.js +30 -14
- package/dist/esm/core/Table/index.js +10 -7
- package/dist/esm/index.js +2 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Table/TableSkeleton.d.ts +10 -4
- package/dist/src/core/Table/index.d.ts +1 -0
- package/dist/src/core/Table/table.type.d.ts +3 -0
- package/dist/stories/docs/core/Table.stories.d.ts +8 -0
- package/dist/style.css +1680 -1683
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29572,2115 +29572,2075 @@ html body {
|
|
|
29572
29572
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29573
29573
|
}
|
|
29574
29574
|
}
|
|
29575
|
-
.
|
|
29576
|
-
|
|
29577
|
-
|
|
29578
|
-
border-radius: 2px;
|
|
29579
|
-
background: #f5f7fa;
|
|
29580
|
-
display: flex;
|
|
29581
|
-
width: 100%;
|
|
29582
|
-
overflow: hidden;
|
|
29575
|
+
.E_berrcjl {
|
|
29576
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29577
|
+
margin-bottom: 4px;
|
|
29583
29578
|
}
|
|
29584
29579
|
|
|
29585
|
-
.
|
|
29586
|
-
|
|
29580
|
+
.E_berrcjl .breadcrumb-link {
|
|
29581
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29582
|
+
cursor: pointer;
|
|
29583
|
+
transition: color 160ms ease;
|
|
29587
29584
|
}
|
|
29588
29585
|
|
|
29589
|
-
.
|
|
29590
|
-
|
|
29591
|
-
align-items: center;
|
|
29592
|
-
justify-content: flex-end;
|
|
29586
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29587
|
+
color: #0080ff;
|
|
29593
29588
|
}
|
|
29594
29589
|
|
|
29595
|
-
.
|
|
29596
|
-
|
|
29597
|
-
align-items: center;
|
|
29598
|
-
width: calc(100% - 40px);
|
|
29590
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29591
|
+
color: #005ed1;
|
|
29599
29592
|
}
|
|
29600
29593
|
|
|
29601
|
-
.
|
|
29602
|
-
display:
|
|
29594
|
+
.E_m74vjol {
|
|
29595
|
+
display: flex;
|
|
29596
|
+
justify-content: space-between;
|
|
29603
29597
|
width: 100%;
|
|
29604
29598
|
}
|
|
29605
29599
|
|
|
29606
|
-
.
|
|
29607
|
-
|
|
29600
|
+
.E_m74vjol .action {
|
|
29601
|
+
margin-left: 16px;
|
|
29608
29602
|
}
|
|
29609
29603
|
|
|
29610
|
-
.
|
|
29611
|
-
|
|
29604
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29605
|
+
width: 100%;
|
|
29612
29606
|
}
|
|
29613
29607
|
|
|
29614
|
-
|
|
29615
|
-
|
|
29608
|
+
.E_c18gxmrl {
|
|
29609
|
+
border: 1px solid #d8deeb;
|
|
29610
|
+
border-radius: 4px;
|
|
29616
29611
|
}
|
|
29617
29612
|
|
|
29618
|
-
.
|
|
29619
|
-
|
|
29613
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29614
|
+
margin-top: 8px;
|
|
29620
29615
|
}
|
|
29621
29616
|
|
|
29622
|
-
.
|
|
29623
|
-
color:
|
|
29617
|
+
.E_c18gxmrl:hover {
|
|
29618
|
+
border-color: #0080ff;
|
|
29624
29619
|
}
|
|
29625
29620
|
|
|
29626
|
-
.
|
|
29627
|
-
|
|
29621
|
+
.E_c18gxmrl:hover > header {
|
|
29622
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29628
29623
|
}
|
|
29629
29624
|
|
|
29630
|
-
.
|
|
29631
|
-
|
|
29625
|
+
.E_c18gxmrl.active header {
|
|
29626
|
+
border-bottom: 1px solid #d8deeb;
|
|
29632
29627
|
}
|
|
29633
29628
|
|
|
29634
|
-
.
|
|
29635
|
-
|
|
29629
|
+
.E_c18gxmrl > header {
|
|
29630
|
+
padding: 8px 12px;
|
|
29636
29631
|
}
|
|
29637
29632
|
|
|
29638
|
-
.
|
|
29639
|
-
|
|
29633
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29634
|
+
justify-content: center;
|
|
29640
29635
|
}
|
|
29641
29636
|
|
|
29642
|
-
.
|
|
29643
|
-
|
|
29637
|
+
.E_b1wx3t3t.ant-btn {
|
|
29638
|
+
display: inline-flex;
|
|
29639
|
+
align-items: center;
|
|
29640
|
+
justify-content: center;
|
|
29641
|
+
height: 32px;
|
|
29642
|
+
border-radius: 6px;
|
|
29643
|
+
line-height: 22px;
|
|
29644
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29645
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29644
29646
|
}
|
|
29645
29647
|
|
|
29646
|
-
.
|
|
29647
|
-
|
|
29648
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
29649
|
+
height: 40px;
|
|
29650
|
+
line-height: 24px;
|
|
29648
29651
|
}
|
|
29649
29652
|
|
|
29650
|
-
.
|
|
29651
|
-
|
|
29653
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
29654
|
+
height: 24px;
|
|
29655
|
+
line-height: 20px;
|
|
29652
29656
|
}
|
|
29653
29657
|
|
|
29654
|
-
.
|
|
29655
|
-
|
|
29658
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
29659
|
+
border-radius: 50%;
|
|
29656
29660
|
}
|
|
29657
29661
|
|
|
29658
|
-
.
|
|
29659
|
-
|
|
29662
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
29663
|
+
margin-right: 8px;
|
|
29664
|
+
padding-right: 0px;
|
|
29660
29665
|
}
|
|
29661
29666
|
|
|
29662
|
-
.
|
|
29663
|
-
|
|
29664
|
-
|
|
29667
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
29668
|
+
color: var(--color, #06101f);
|
|
29669
|
+
font-weight: var(--font-weight);
|
|
29670
|
+
background: var(--background-color, #fff);
|
|
29671
|
+
border-width: var(--border-width, 1px);
|
|
29672
|
+
border-color: var(--border-color, #d9d9d9);
|
|
29665
29673
|
}
|
|
29666
29674
|
|
|
29667
|
-
.
|
|
29668
|
-
|
|
29669
|
-
overflow: hidden;
|
|
29670
|
-
text-overflow: ellipsis;
|
|
29675
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
29676
|
+
display: none;
|
|
29671
29677
|
}
|
|
29672
29678
|
|
|
29673
|
-
.
|
|
29674
|
-
|
|
29675
|
-
justify-content: space-between;
|
|
29676
|
-
align-items: center;
|
|
29677
|
-
padding: 8px;
|
|
29678
|
-
min-height: 32px;
|
|
29679
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
29680
|
+
color: var(--color, inherit);
|
|
29679
29681
|
}
|
|
29680
29682
|
|
|
29681
|
-
.
|
|
29682
|
-
|
|
29683
|
-
|
|
29684
|
-
font-size: 12px;
|
|
29685
|
-
line-height: 8px;
|
|
29683
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
29684
|
+
background: var(--background-color-hover, var(--background-color));
|
|
29685
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
29686
29686
|
}
|
|
29687
29687
|
|
|
29688
|
-
.
|
|
29689
|
-
|
|
29690
|
-
|
|
29691
|
-
|
|
29688
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
29689
|
+
--scale: 1;
|
|
29690
|
+
--transY: 1px;
|
|
29691
|
+
background: var(--background-color-active, var(--background-color));
|
|
29692
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
29692
29693
|
}
|
|
29693
29694
|
|
|
29694
|
-
.
|
|
29695
|
-
|
|
29696
|
-
|
|
29695
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
29696
|
+
background: var(--background-color-focus, var(--background-color));
|
|
29697
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
29698
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
29697
29699
|
}
|
|
29698
29700
|
|
|
29699
|
-
.
|
|
29700
|
-
|
|
29701
|
-
|
|
29702
|
-
color:
|
|
29701
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
|
|
29702
|
+
color: var(--color-disabled, var(--color));
|
|
29703
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
29704
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
29705
|
+
opacity: 0.5;
|
|
29703
29706
|
}
|
|
29704
29707
|
|
|
29705
|
-
.
|
|
29706
|
-
|
|
29708
|
+
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
29709
|
+
color: #0080ff;
|
|
29710
|
+
opacity: 0.5;
|
|
29707
29711
|
}
|
|
29708
29712
|
|
|
29709
|
-
.
|
|
29710
|
-
|
|
29713
|
+
.E_b1wx3t3t.ant-btn-primary {
|
|
29714
|
+
--color: #fff;
|
|
29715
|
+
--font-weight: bold;
|
|
29716
|
+
--border-width: 0;
|
|
29717
|
+
--background-color: #0080ff;
|
|
29718
|
+
--background-color-hover: #009dff;
|
|
29719
|
+
--background-color-active: #005ed1;
|
|
29720
|
+
--background-color-focus: #0080ff;
|
|
29721
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29711
29722
|
}
|
|
29712
29723
|
|
|
29713
|
-
.
|
|
29714
|
-
|
|
29715
|
-
|
|
29716
|
-
|
|
29717
|
-
|
|
29724
|
+
.E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
|
|
29725
|
+
--background-color: #f0483e;
|
|
29726
|
+
--background-color-hover: #ff5252;
|
|
29727
|
+
--background-color-active: #c73d31;
|
|
29728
|
+
--background-color-focus: #ff5252;
|
|
29729
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29718
29730
|
}
|
|
29719
29731
|
|
|
29720
|
-
.
|
|
29721
|
-
|
|
29722
|
-
|
|
29732
|
+
.E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
|
|
29733
|
+
--background-color: #fea008;
|
|
29734
|
+
--background-color-hover: #feba33;
|
|
29735
|
+
--background-color-active: #e07f00;
|
|
29736
|
+
--background-color-focus: #fea008;
|
|
29723
29737
|
}
|
|
29724
29738
|
|
|
29725
|
-
.
|
|
29726
|
-
|
|
29739
|
+
.E_b1wx3t3t.ant-btn-secondary {
|
|
29740
|
+
--color: #0080ff;
|
|
29741
|
+
--font-weight: bold;
|
|
29742
|
+
--border-width: 0;
|
|
29743
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
29744
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
29745
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
29746
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
29747
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29727
29748
|
}
|
|
29728
29749
|
|
|
29729
|
-
.
|
|
29730
|
-
|
|
29731
|
-
|
|
29732
|
-
color: rgba(
|
|
29733
|
-
|
|
29750
|
+
.E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
|
|
29751
|
+
--color: #f0483e;
|
|
29752
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
29753
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
29754
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
29755
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
29756
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29734
29757
|
}
|
|
29735
29758
|
|
|
29736
|
-
.
|
|
29737
|
-
|
|
29738
|
-
|
|
29739
|
-
|
|
29740
|
-
|
|
29759
|
+
.E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
|
|
29760
|
+
--color: #fea008;
|
|
29761
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
29762
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
29763
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
29764
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
29741
29765
|
}
|
|
29742
29766
|
|
|
29743
|
-
.
|
|
29744
|
-
|
|
29767
|
+
.E_b1wx3t3t.ant-btn-tertiary {
|
|
29768
|
+
--color: #0080ff;
|
|
29769
|
+
--font-weight: bold;
|
|
29770
|
+
--border-width: 0;
|
|
29771
|
+
--background-color: #fff;
|
|
29772
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29773
|
+
box-shadow: none;
|
|
29745
29774
|
}
|
|
29746
29775
|
|
|
29747
|
-
.
|
|
29748
|
-
|
|
29776
|
+
.E_b1wx3t3t.ant-btn-tertiary:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
29777
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29749
29778
|
}
|
|
29750
29779
|
|
|
29751
|
-
.
|
|
29752
|
-
|
|
29753
|
-
|
|
29780
|
+
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
|
|
29781
|
+
--color: #f0483e;
|
|
29782
|
+
--background-color: #fff;
|
|
29783
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29754
29784
|
}
|
|
29755
29785
|
|
|
29756
|
-
.
|
|
29757
|
-
|
|
29758
|
-
align-items: center;
|
|
29786
|
+
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
29787
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
29759
29788
|
}
|
|
29760
29789
|
|
|
29761
|
-
.
|
|
29762
|
-
|
|
29790
|
+
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
|
|
29791
|
+
--color: #fea008;
|
|
29792
|
+
--background-color: #fff;
|
|
29763
29793
|
}
|
|
29764
29794
|
|
|
29765
|
-
.
|
|
29766
|
-
|
|
29795
|
+
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
29796
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
29767
29797
|
}
|
|
29768
29798
|
|
|
29769
|
-
.
|
|
29770
|
-
|
|
29799
|
+
.E_b1wx3t3t.ant-btn-ordinary {
|
|
29800
|
+
--color: #1d326c;
|
|
29801
|
+
--border-color: #ccd4e3;
|
|
29802
|
+
--background-color: #fff;
|
|
29803
|
+
--background-color-hover: #edf0f7;
|
|
29804
|
+
--background-color-active: #e4e9f2;
|
|
29805
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29806
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
29771
29807
|
}
|
|
29772
29808
|
|
|
29773
|
-
.
|
|
29774
|
-
|
|
29809
|
+
.E_b1wx3t3t.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn-ordinary.__pseudo-states-focus {
|
|
29810
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
29775
29811
|
}
|
|
29776
29812
|
|
|
29777
|
-
.
|
|
29778
|
-
|
|
29813
|
+
.E_b1wx3t3t.ant-btn-ordinary.ordinary-blue {
|
|
29814
|
+
--color: #0080ff;
|
|
29815
|
+
--border-color: #0080ff;
|
|
29816
|
+
--background-color: #fff;
|
|
29817
|
+
--background-color-hover: linear-gradient(
|
|
29818
|
+
0deg,
|
|
29819
|
+
rgba(0, 136, 255, 0.16),
|
|
29820
|
+
rgba(0, 136, 255, 0.16)
|
|
29821
|
+
),
|
|
29822
|
+
#ffffff;
|
|
29823
|
+
--background-color-active: linear-gradient(
|
|
29824
|
+
0deg,
|
|
29825
|
+
rgba(0, 136, 255, 0.2),
|
|
29826
|
+
rgba(0, 136, 255, 0.2)
|
|
29827
|
+
),
|
|
29828
|
+
#ffffff;
|
|
29829
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29830
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
29779
29831
|
}
|
|
29780
29832
|
|
|
29781
|
-
.
|
|
29782
|
-
|
|
29783
|
-
|
|
29784
|
-
|
|
29833
|
+
.E_b1wx3t3t.ant-btn-ordinary.ant-btn-dangerous {
|
|
29834
|
+
--color: #f0483e;
|
|
29835
|
+
--border-color: #f0483e;
|
|
29836
|
+
--background-color: #fff;
|
|
29837
|
+
--background-color-hover: linear-gradient(
|
|
29838
|
+
0deg,
|
|
29839
|
+
rgba(255, 74, 74, 0.16),
|
|
29840
|
+
rgba(255, 74, 74, 0.16)
|
|
29841
|
+
),
|
|
29842
|
+
#ffffff;
|
|
29843
|
+
--background-color-active: linear-gradient(
|
|
29844
|
+
0deg,
|
|
29845
|
+
rgba(255, 74, 74, 0.2),
|
|
29846
|
+
rgba(255, 74, 74, 0.2)
|
|
29847
|
+
),
|
|
29848
|
+
#ffffff;
|
|
29849
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29785
29850
|
}
|
|
29786
29851
|
|
|
29787
|
-
.
|
|
29788
|
-
|
|
29789
|
-
|
|
29852
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint {
|
|
29853
|
+
--color: #1d326c;
|
|
29854
|
+
--border-color: #fff;
|
|
29855
|
+
--background-color: #fff;
|
|
29856
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
29857
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
29858
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29859
|
+
box-shadow: none;
|
|
29790
29860
|
}
|
|
29791
29861
|
|
|
29792
|
-
.
|
|
29793
|
-
|
|
29794
|
-
|
|
29795
|
-
color:
|
|
29862
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint.ordinary-blue {
|
|
29863
|
+
--color: #0080ff;
|
|
29864
|
+
--border-color: #fff;
|
|
29865
|
+
--background-color: #fff;
|
|
29866
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
29867
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
29868
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29869
|
+
box-shadow: none;
|
|
29796
29870
|
}
|
|
29797
29871
|
|
|
29798
|
-
.
|
|
29799
|
-
color:
|
|
29800
|
-
|
|
29872
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
29873
|
+
--color: #f0483e;
|
|
29874
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
29875
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
29876
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29801
29877
|
}
|
|
29802
29878
|
|
|
29803
|
-
.
|
|
29804
|
-
|
|
29805
|
-
width:
|
|
29879
|
+
.E_b1wx3t3t.ant-btn-quiet {
|
|
29880
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
29881
|
+
--border-width: 0;
|
|
29882
|
+
--background-color: transparent;
|
|
29883
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
29884
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
29885
|
+
--background-color-focus: #fff;
|
|
29886
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29887
|
+
box-shadow: none;
|
|
29806
29888
|
}
|
|
29807
29889
|
|
|
29808
|
-
.
|
|
29809
|
-
|
|
29810
|
-
|
|
29811
|
-
|
|
29812
|
-
|
|
29890
|
+
.E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
|
|
29891
|
+
--color: #f0483e;
|
|
29892
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
29893
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
29894
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29813
29895
|
}
|
|
29814
29896
|
|
|
29815
|
-
.
|
|
29816
|
-
|
|
29897
|
+
.E_b1wx3t3t.ant-btn-quiet.quiet-blue {
|
|
29898
|
+
--color: #0080ff;
|
|
29899
|
+
--background-color: transparent;
|
|
29900
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
29901
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
29902
|
+
--background-color-focus: #fff;
|
|
29903
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29817
29904
|
}
|
|
29818
29905
|
|
|
29819
|
-
.
|
|
29820
|
-
|
|
29906
|
+
.E_b1wx3t3t .button-prefix-icon {
|
|
29907
|
+
margin-right: 8px;
|
|
29908
|
+
display: inline-flex;
|
|
29821
29909
|
}
|
|
29822
29910
|
|
|
29823
|
-
.
|
|
29824
|
-
|
|
29911
|
+
.E_b1wx3t3t .button-suffix-icon {
|
|
29912
|
+
margin-left: 8px;
|
|
29913
|
+
display: inline-flex;
|
|
29914
|
+
}
|
|
29915
|
+
|
|
29916
|
+
.E_b1wx3t3t .icon-wrapper {
|
|
29825
29917
|
display: flex;
|
|
29826
|
-
|
|
29827
|
-
align-items: center;
|
|
29828
|
-
justify-content: flex-start;
|
|
29829
|
-
white-space: nowrap;
|
|
29918
|
+
justify-content: center;
|
|
29830
29919
|
}
|
|
29831
29920
|
|
|
29832
|
-
.
|
|
29833
|
-
|
|
29834
|
-
overflow: hidden;
|
|
29835
|
-
text-overflow: ellipsis;
|
|
29921
|
+
button.E_n7k2c6r {
|
|
29922
|
+
padding: 0;
|
|
29836
29923
|
}
|
|
29837
29924
|
|
|
29838
|
-
.
|
|
29839
|
-
|
|
29840
|
-
align-items: center;
|
|
29925
|
+
.E_b1nip9bk {
|
|
29926
|
+
padding: 4px 11px;
|
|
29841
29927
|
}
|
|
29842
29928
|
|
|
29843
|
-
.
|
|
29844
|
-
|
|
29845
|
-
|
|
29846
|
-
align-items: center;
|
|
29929
|
+
.E_bqamoqe {
|
|
29930
|
+
white-space: nowrap;
|
|
29931
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29847
29932
|
}
|
|
29848
29933
|
|
|
29849
|
-
.
|
|
29850
|
-
|
|
29934
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29935
|
+
--color: #0080ff;
|
|
29851
29936
|
}
|
|
29852
29937
|
|
|
29853
|
-
.
|
|
29854
|
-
|
|
29855
|
-
margin-left: 14px;
|
|
29856
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29857
|
-
cursor: pointer;
|
|
29938
|
+
.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] {
|
|
29939
|
+
--color: #0080ff;
|
|
29858
29940
|
}
|
|
29859
29941
|
|
|
29860
|
-
.
|
|
29861
|
-
|
|
29862
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29942
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29943
|
+
margin-left: 1px;
|
|
29863
29944
|
}
|
|
29864
29945
|
|
|
29865
|
-
.
|
|
29866
|
-
|
|
29867
|
-
|
|
29868
|
-
border-radius: 4px;
|
|
29946
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29947
|
+
border-top-right-radius: 0;
|
|
29948
|
+
border-bottom-right-radius: 0;
|
|
29869
29949
|
}
|
|
29870
29950
|
|
|
29871
|
-
.
|
|
29872
|
-
|
|
29873
|
-
|
|
29951
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29952
|
+
border-top-left-radius: 0;
|
|
29953
|
+
border-bottom-left-radius: 0;
|
|
29874
29954
|
}
|
|
29875
29955
|
|
|
29876
|
-
.
|
|
29877
|
-
|
|
29878
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29956
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29957
|
+
border-radius: unset;
|
|
29879
29958
|
}
|
|
29880
29959
|
|
|
29881
|
-
.
|
|
29882
|
-
|
|
29883
|
-
|
|
29884
|
-
margin: 0 9px;
|
|
29885
|
-
text-align: center;
|
|
29960
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
29961
|
+
border: 0px;
|
|
29962
|
+
background-color: #fff;
|
|
29886
29963
|
}
|
|
29887
29964
|
|
|
29888
|
-
.
|
|
29889
|
-
padding:
|
|
29890
|
-
|
|
29891
|
-
|
|
29965
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29966
|
+
padding-top: 0px;
|
|
29967
|
+
padding-bottom: 0px;
|
|
29968
|
+
padding-left: 0px !important;
|
|
29969
|
+
padding-right: 24px;
|
|
29892
29970
|
}
|
|
29893
29971
|
|
|
29894
|
-
.
|
|
29895
|
-
|
|
29896
|
-
background: #f5f7fa;
|
|
29897
|
-
box-sizing: border-box;
|
|
29898
|
-
border-radius: 16px;
|
|
29899
|
-
margin-right: 8px;
|
|
29972
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29973
|
+
right: 0px;
|
|
29900
29974
|
}
|
|
29901
29975
|
|
|
29902
|
-
.
|
|
29903
|
-
|
|
29904
|
-
color: inherit;
|
|
29905
|
-
border-color: #d9d9d9;
|
|
29976
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29977
|
+
padding: 0px;
|
|
29906
29978
|
}
|
|
29907
29979
|
|
|
29908
|
-
.
|
|
29909
|
-
|
|
29910
|
-
|
|
29911
|
-
color: #fff;
|
|
29980
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29981
|
+
padding-right: 0px;
|
|
29982
|
+
cursor: default;
|
|
29912
29983
|
}
|
|
29913
29984
|
|
|
29914
|
-
.
|
|
29915
|
-
|
|
29916
|
-
margin-top: 4px;
|
|
29985
|
+
.E_c1yyuluq {
|
|
29986
|
+
border-radius: 8px;
|
|
29917
29987
|
}
|
|
29918
29988
|
|
|
29919
|
-
.
|
|
29920
|
-
|
|
29921
|
-
padding: 0;
|
|
29922
|
-
margin-bottom: 8px;
|
|
29989
|
+
.E_c1yyuluq .ant-card-body {
|
|
29990
|
+
padding: 20px 24px 24px 24px;
|
|
29923
29991
|
}
|
|
29924
29992
|
|
|
29925
|
-
.
|
|
29926
|
-
|
|
29927
|
-
|
|
29928
|
-
|
|
29993
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29994
|
+
padding: 4px 8px 0 8px;
|
|
29995
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29996
|
+
font-size: 12px;
|
|
29929
29997
|
}
|
|
29930
29998
|
|
|
29931
|
-
.
|
|
29932
|
-
|
|
29933
|
-
height: 246px;
|
|
29934
|
-
border-radius: 4px;
|
|
29999
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30000
|
+
padding-bottom: 6px;
|
|
29935
30001
|
}
|
|
29936
30002
|
|
|
29937
|
-
.
|
|
29938
|
-
|
|
29939
|
-
|
|
29940
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
29941
|
-
border-top: none;
|
|
30003
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30004
|
+
padding-top: 4px;
|
|
30005
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29942
30006
|
}
|
|
29943
30007
|
|
|
29944
|
-
.
|
|
29945
|
-
|
|
29946
|
-
padding: 0 16px;
|
|
30008
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30009
|
+
line-height: 18px;
|
|
29947
30010
|
}
|
|
29948
30011
|
|
|
29949
|
-
.
|
|
29950
|
-
|
|
29951
|
-
width: 100%;
|
|
29952
|
-
height: 180px;
|
|
29953
|
-
border-spacing: 0;
|
|
30012
|
+
.E_c1uzzomf {
|
|
30013
|
+
margin-bottom: 16px;
|
|
29954
30014
|
}
|
|
29955
30015
|
|
|
29956
|
-
.
|
|
29957
|
-
|
|
29958
|
-
|
|
30016
|
+
.E_c1uzzomf .card-title {
|
|
30017
|
+
font-size: 16px;
|
|
30018
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30019
|
+
font-weight: 700;
|
|
30020
|
+
line-height: 32px;
|
|
29959
30021
|
}
|
|
29960
30022
|
|
|
29961
|
-
.
|
|
29962
|
-
|
|
29963
|
-
|
|
30023
|
+
.E_c1uzzomf .card-body {
|
|
30024
|
+
padding: 24px;
|
|
30025
|
+
border-radius: 8px;
|
|
30026
|
+
background: #fff;
|
|
29964
30027
|
}
|
|
29965
30028
|
|
|
29966
|
-
.
|
|
29967
|
-
|
|
29968
|
-
|
|
30029
|
+
.E_c1uzzomf .empty {
|
|
30030
|
+
font-weight: 700;
|
|
30031
|
+
font-size: 14px;
|
|
30032
|
+
line-height: 22px;
|
|
30033
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30034
|
+
text-align: center;
|
|
29969
30035
|
}
|
|
29970
30036
|
|
|
29971
|
-
.
|
|
29972
|
-
|
|
29973
|
-
opacity: 0.4;
|
|
30037
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30038
|
+
display: flex;
|
|
29974
30039
|
}
|
|
29975
30040
|
|
|
29976
|
-
.
|
|
29977
|
-
|
|
29978
|
-
|
|
30041
|
+
.E_phljevk {
|
|
30042
|
+
display: flex;
|
|
30043
|
+
justify-content: space-between;
|
|
30044
|
+
align-items: center;
|
|
30045
|
+
padding: 10px 0;
|
|
30046
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30047
|
+
font-size: 12px;
|
|
30048
|
+
line-height: 24px;
|
|
29979
30049
|
}
|
|
29980
30050
|
|
|
29981
|
-
.
|
|
29982
|
-
|
|
30051
|
+
.E_phljevk .pagination-left {
|
|
30052
|
+
padding: 2px 8px;
|
|
29983
30053
|
}
|
|
29984
30054
|
|
|
29985
|
-
.
|
|
29986
|
-
|
|
30055
|
+
.E_phljevk .dropdown-trigger {
|
|
30056
|
+
display: flex;
|
|
30057
|
+
align-items: center;
|
|
30058
|
+
border-radius: 6px;
|
|
30059
|
+
cursor: pointer;
|
|
30060
|
+
transition: all 0.3s ease;
|
|
29987
30061
|
}
|
|
29988
30062
|
|
|
29989
|
-
.
|
|
29990
|
-
|
|
29991
|
-
|
|
29992
|
-
backdrop-filter: blur(10px);
|
|
29993
|
-
padding: 7px 10px;
|
|
30063
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30064
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30065
|
+
color: #0080ff;
|
|
29994
30066
|
}
|
|
29995
30067
|
|
|
29996
|
-
.
|
|
29997
|
-
|
|
30068
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30069
|
+
margin-left: 4px;
|
|
30070
|
+
}
|
|
30071
|
+
|
|
30072
|
+
.E_phljevk .pagination-right {
|
|
29998
30073
|
display: flex;
|
|
29999
|
-
justify-content: space-between;
|
|
30000
30074
|
align-items: center;
|
|
30001
|
-
|
|
30075
|
+
color: #0080ff;
|
|
30076
|
+
font-weight: bold;
|
|
30002
30077
|
}
|
|
30003
30078
|
|
|
30004
|
-
.
|
|
30005
|
-
|
|
30079
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30080
|
+
margin-left: 4px;
|
|
30006
30081
|
}
|
|
30007
30082
|
|
|
30008
|
-
.
|
|
30009
|
-
|
|
30083
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30084
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30085
|
+
padding: 0 8px;
|
|
30010
30086
|
}
|
|
30011
30087
|
|
|
30012
|
-
.
|
|
30013
|
-
|
|
30088
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30089
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30090
|
+
color: #0080ff;
|
|
30014
30091
|
}
|
|
30015
30092
|
|
|
30016
|
-
.
|
|
30017
|
-
|
|
30018
|
-
justify-content: center;
|
|
30093
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30094
|
+
transform: rotate(180deg);
|
|
30019
30095
|
}
|
|
30020
30096
|
|
|
30021
|
-
.
|
|
30022
|
-
|
|
30023
|
-
|
|
30024
|
-
height: 2px;
|
|
30025
|
-
border-radius: 1px;
|
|
30026
|
-
background: #0096ff;
|
|
30097
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30098
|
+
max-height: calc(100vh - 128px);
|
|
30099
|
+
overflow-y: auto;
|
|
30027
30100
|
}
|
|
30028
30101
|
|
|
30029
|
-
.
|
|
30030
|
-
|
|
30102
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30103
|
+
padding: 4px 20px;
|
|
30104
|
+
font-size: 12px;
|
|
30105
|
+
line-height: 18px;
|
|
30031
30106
|
}
|
|
30032
30107
|
|
|
30033
|
-
.
|
|
30034
|
-
|
|
30035
|
-
|
|
30036
|
-
|
|
30037
|
-
border-radius: 2px;
|
|
30108
|
+
.E_d1bw7c5z {
|
|
30109
|
+
position: relative;
|
|
30110
|
+
max-width: 388px;
|
|
30111
|
+
min-width: 285px;
|
|
30038
30112
|
}
|
|
30039
30113
|
|
|
30040
|
-
.
|
|
30041
|
-
|
|
30042
|
-
|
|
30114
|
+
.E_d1bw7c5z .center {
|
|
30115
|
+
position: absolute;
|
|
30116
|
+
font-size: 12px;
|
|
30117
|
+
width: 80px;
|
|
30118
|
+
height: 100px;
|
|
30119
|
+
top: 0;
|
|
30120
|
+
left: 35px;
|
|
30121
|
+
display: flex;
|
|
30122
|
+
flex-direction: column;
|
|
30123
|
+
justify-content: center;
|
|
30124
|
+
align-items: center;
|
|
30125
|
+
color: #00122e;
|
|
30043
30126
|
}
|
|
30044
30127
|
|
|
30045
|
-
.
|
|
30046
|
-
|
|
30128
|
+
.E_d1bw7c5z .center .number {
|
|
30129
|
+
font-size: 24px;
|
|
30130
|
+
font-weight: 700;
|
|
30047
30131
|
}
|
|
30048
30132
|
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
-
|
|
30052
|
-
|
|
30053
|
-
|
|
30133
|
+
.E_d1bw7c5z .center .text {
|
|
30134
|
+
padding: 0 5px;
|
|
30135
|
+
font-size: 12px;
|
|
30136
|
+
width: inherit;
|
|
30137
|
+
text-align: center;
|
|
30054
30138
|
}
|
|
30055
30139
|
|
|
30056
|
-
.
|
|
30140
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30057
30141
|
display: flex;
|
|
30058
|
-
flex-direction: column;
|
|
30059
|
-
flex: 1;
|
|
30060
|
-
/* FIXME:(yanzhen) do this better */
|
|
30061
30142
|
}
|
|
30062
30143
|
|
|
30063
|
-
.
|
|
30064
|
-
|
|
30144
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30145
|
+
position: relative !important;
|
|
30146
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30147
|
+
left: 0 !important;
|
|
30148
|
+
bottom: 0 !important;
|
|
30065
30149
|
display: flex;
|
|
30066
|
-
|
|
30150
|
+
align-items: center;
|
|
30067
30151
|
}
|
|
30068
30152
|
|
|
30069
|
-
.
|
|
30070
|
-
|
|
30153
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30154
|
+
width: 100%;
|
|
30071
30155
|
}
|
|
30072
30156
|
|
|
30073
|
-
.
|
|
30074
|
-
|
|
30075
|
-
|
|
30076
|
-
line-height:
|
|
30077
|
-
height: 24px;
|
|
30078
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30079
|
-
border-radius: 4px 4px 0 0;
|
|
30080
|
-
cursor: pointer;
|
|
30081
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30157
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30158
|
+
width: 100%;
|
|
30159
|
+
margin-right: 0 !important;
|
|
30160
|
+
line-height: 18px;
|
|
30082
30161
|
}
|
|
30083
30162
|
|
|
30084
|
-
.
|
|
30085
|
-
|
|
30163
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30164
|
+
border-radius: 2px;
|
|
30086
30165
|
}
|
|
30087
30166
|
|
|
30088
|
-
.
|
|
30089
|
-
|
|
30167
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30168
|
+
min-width: 75px;
|
|
30169
|
+
max-width: 198px;
|
|
30170
|
+
width: calc(100% - 20px);
|
|
30171
|
+
margin-left: 2px;
|
|
30172
|
+
color: #00122e !important;
|
|
30173
|
+
display: inline-flex;
|
|
30174
|
+
justify-content: space-between;
|
|
30090
30175
|
}
|
|
30091
30176
|
|
|
30092
|
-
.
|
|
30093
|
-
|
|
30094
|
-
|
|
30177
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30178
|
+
maxwidth: calc(100% - 12px);
|
|
30179
|
+
cursor: pointer;
|
|
30180
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30181
|
+
overflow: hidden;
|
|
30182
|
+
text-overflow: ellipsis;
|
|
30183
|
+
white-space: nowrap;
|
|
30095
30184
|
}
|
|
30096
30185
|
|
|
30097
|
-
.
|
|
30098
|
-
|
|
30186
|
+
.E_d1bw7c5z .value {
|
|
30187
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30099
30188
|
}
|
|
30100
30189
|
|
|
30101
|
-
.
|
|
30102
|
-
|
|
30190
|
+
.E_t10pqbtc {
|
|
30191
|
+
width: 140px;
|
|
30103
30192
|
}
|
|
30104
30193
|
|
|
30105
|
-
.
|
|
30106
|
-
|
|
30107
|
-
|
|
30194
|
+
.E_t10pqbtc .item {
|
|
30195
|
+
margin: 6px auto;
|
|
30196
|
+
display: flex;
|
|
30197
|
+
justify-content: space-between;
|
|
30108
30198
|
}
|
|
30109
30199
|
|
|
30110
|
-
.
|
|
30111
|
-
|
|
30200
|
+
.E_t10pqbtc .item .name {
|
|
30201
|
+
width: 102px;
|
|
30112
30202
|
}
|
|
30113
30203
|
|
|
30114
|
-
.
|
|
30115
|
-
|
|
30204
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30205
|
+
display: inline-flex;
|
|
30206
|
+
align-items: baseline;
|
|
30207
|
+
white-space: pre-wrap;
|
|
30116
30208
|
}
|
|
30117
30209
|
|
|
30118
|
-
.
|
|
30119
|
-
|
|
30210
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30211
|
+
position: relative;
|
|
30212
|
+
top: 3px;
|
|
30120
30213
|
}
|
|
30121
30214
|
|
|
30122
|
-
.
|
|
30123
|
-
color:
|
|
30124
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30215
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30216
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30125
30217
|
}
|
|
30126
30218
|
|
|
30127
|
-
.
|
|
30128
|
-
|
|
30219
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30220
|
+
border-color: #0080ff;
|
|
30129
30221
|
}
|
|
30130
30222
|
|
|
30131
|
-
.
|
|
30132
|
-
|
|
30223
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30224
|
+
border-color: #0080ff;
|
|
30225
|
+
background: #0080ff;
|
|
30133
30226
|
}
|
|
30134
30227
|
|
|
30135
|
-
.
|
|
30136
|
-
|
|
30137
|
-
|
|
30228
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30229
|
+
top: 4px;
|
|
30230
|
+
left: 4px;
|
|
30231
|
+
width: 6px;
|
|
30232
|
+
height: 6px;
|
|
30233
|
+
background: #fff;
|
|
30138
30234
|
}
|
|
30139
30235
|
|
|
30140
|
-
.
|
|
30141
|
-
|
|
30236
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30237
|
+
opacity: 0.5;
|
|
30142
30238
|
}
|
|
30143
30239
|
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30146
|
-
|
|
30147
|
-
align-items: center;
|
|
30148
|
-
overflow: hidden;
|
|
30240
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30241
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30242
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30149
30243
|
}
|
|
30150
30244
|
|
|
30151
|
-
.
|
|
30152
|
-
|
|
30153
|
-
max-width: 0;
|
|
30154
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30245
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30246
|
+
background: #00122e;
|
|
30155
30247
|
}
|
|
30156
30248
|
|
|
30157
|
-
.
|
|
30158
|
-
|
|
30159
|
-
|
|
30160
|
-
display: flex;
|
|
30249
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30250
|
+
color: #00122e;
|
|
30251
|
+
opacity: 0.5;
|
|
30161
30252
|
}
|
|
30162
30253
|
|
|
30163
|
-
.
|
|
30164
|
-
|
|
30165
|
-
position: absolute;
|
|
30166
|
-
top: 50%;
|
|
30167
|
-
left: 0;
|
|
30168
|
-
transform: translate(-50%, -50%);
|
|
30169
|
-
transition: opacity 100ms linear;
|
|
30170
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30254
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30255
|
+
color: #00122e;
|
|
30171
30256
|
}
|
|
30172
30257
|
|
|
30173
|
-
.
|
|
30174
|
-
|
|
30258
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30259
|
+
display: inline-block;
|
|
30260
|
+
padding: 0;
|
|
30261
|
+
padding-left: 12px;
|
|
30175
30262
|
}
|
|
30176
30263
|
|
|
30177
|
-
.
|
|
30178
|
-
|
|
30179
|
-
|
|
30180
|
-
|
|
30181
|
-
max-width: 160px;
|
|
30264
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30265
|
+
margin-bottom: 0;
|
|
30266
|
+
white-space: pre-wrap;
|
|
30267
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30182
30268
|
}
|
|
30183
30269
|
|
|
30184
|
-
.
|
|
30185
|
-
padding:
|
|
30186
|
-
color: #005ed1;
|
|
30270
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30271
|
+
padding-left: 8px;
|
|
30187
30272
|
}
|
|
30188
30273
|
|
|
30189
|
-
.
|
|
30190
|
-
|
|
30274
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30275
|
+
border-radius: 5px 0 0 5px;
|
|
30191
30276
|
}
|
|
30192
30277
|
|
|
30193
|
-
.
|
|
30194
|
-
|
|
30278
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30279
|
+
border-radius: 0 5px 5px 0;
|
|
30195
30280
|
}
|
|
30196
30281
|
|
|
30197
|
-
.
|
|
30198
|
-
|
|
30282
|
+
.E_rcc63c8 {
|
|
30283
|
+
color: #00122e;
|
|
30284
|
+
border-color: #ccd4e3;
|
|
30199
30285
|
}
|
|
30200
30286
|
|
|
30201
|
-
.
|
|
30202
|
-
|
|
30287
|
+
.E_rcc63c8:first-child {
|
|
30288
|
+
border-color: #a3b4cc;
|
|
30289
|
+
}
|
|
30290
|
+
|
|
30291
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30292
|
+
padding: 0 12px;
|
|
30293
|
+
line-height: 32px;
|
|
30203
30294
|
height: 32px;
|
|
30204
|
-
border-radius: 6px 6px 0 0;
|
|
30205
30295
|
}
|
|
30206
30296
|
|
|
30207
|
-
.
|
|
30208
|
-
|
|
30297
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30298
|
+
white-space: nowrap;
|
|
30209
30299
|
}
|
|
30210
30300
|
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30301
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30302
|
+
height: 22px;
|
|
30303
|
+
padding: 0 7px;
|
|
30304
|
+
line-height: 20px;
|
|
30213
30305
|
}
|
|
30214
30306
|
|
|
30215
|
-
.
|
|
30216
|
-
|
|
30217
|
-
height: 24px;
|
|
30307
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30308
|
+
background: #ccd4e3;
|
|
30218
30309
|
}
|
|
30219
30310
|
|
|
30220
|
-
.
|
|
30221
|
-
|
|
30311
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30312
|
+
background: #0080ff;
|
|
30222
30313
|
}
|
|
30223
30314
|
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30315
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30316
|
+
background: #ccd4e3;
|
|
30317
|
+
opacity: 0.5;
|
|
30226
30318
|
}
|
|
30227
30319
|
|
|
30228
|
-
.
|
|
30229
|
-
|
|
30320
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30321
|
+
border-right-color: #0080ff;
|
|
30230
30322
|
}
|
|
30231
30323
|
|
|
30232
|
-
.
|
|
30233
|
-
|
|
30324
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30325
|
+
border-color: #0080ff;
|
|
30234
30326
|
}
|
|
30235
30327
|
|
|
30236
|
-
.
|
|
30237
|
-
|
|
30328
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30329
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30238
30330
|
}
|
|
30239
30331
|
|
|
30240
|
-
.
|
|
30241
|
-
background:
|
|
30242
|
-
color: #
|
|
30332
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30333
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30334
|
+
border-color: #ccd4e3;
|
|
30335
|
+
opacity: 0.5;
|
|
30243
30336
|
}
|
|
30244
30337
|
|
|
30245
|
-
.
|
|
30246
|
-
color:
|
|
30338
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30339
|
+
color: #00122e;
|
|
30340
|
+
border-color: #ccd4e3;
|
|
30247
30341
|
}
|
|
30248
30342
|
|
|
30249
|
-
.
|
|
30250
|
-
color: #
|
|
30343
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30344
|
+
color: #00122e;
|
|
30345
|
+
border-color: #ccd4e3;
|
|
30346
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30251
30347
|
}
|
|
30252
30348
|
|
|
30253
|
-
.
|
|
30254
|
-
|
|
30349
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30350
|
+
margin-right: 8px;
|
|
30351
|
+
display: inline;
|
|
30352
|
+
border: none;
|
|
30353
|
+
padding: 0;
|
|
30354
|
+
width: 36px;
|
|
30355
|
+
background: transparent;
|
|
30255
30356
|
}
|
|
30256
30357
|
|
|
30257
|
-
.
|
|
30258
|
-
|
|
30358
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30359
|
+
box-shadow: none;
|
|
30259
30360
|
}
|
|
30260
30361
|
|
|
30261
|
-
.
|
|
30262
|
-
|
|
30263
|
-
|
|
30264
|
-
|
|
30362
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30363
|
+
margin-right: 0;
|
|
30364
|
+
width: initial;
|
|
30365
|
+
box-shadow: none;
|
|
30265
30366
|
}
|
|
30266
30367
|
|
|
30267
|
-
.
|
|
30268
|
-
|
|
30368
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30369
|
+
display: none;
|
|
30269
30370
|
}
|
|
30270
30371
|
|
|
30271
|
-
.
|
|
30272
|
-
|
|
30273
|
-
animation: none;
|
|
30372
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30373
|
+
display: inline;
|
|
30274
30374
|
}
|
|
30275
30375
|
|
|
30276
|
-
.
|
|
30277
|
-
|
|
30376
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30377
|
+
display: inline;
|
|
30378
|
+
margin-right: 8px;
|
|
30278
30379
|
padding: 0;
|
|
30380
|
+
width: 36px;
|
|
30279
30381
|
}
|
|
30280
30382
|
|
|
30281
|
-
.
|
|
30282
|
-
|
|
30283
|
-
height:
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
|
|
30287
|
-
display:
|
|
30288
|
-
|
|
30289
|
-
|
|
30290
|
-
|
|
30383
|
+
.E_c1bus5hc {
|
|
30384
|
+
--color: white;
|
|
30385
|
+
height: 14px;
|
|
30386
|
+
width: 14px;
|
|
30387
|
+
border-radius: 50%;
|
|
30388
|
+
flex-shrink: 0;
|
|
30389
|
+
display: flex;
|
|
30390
|
+
align-items: center;
|
|
30391
|
+
justify-content: center;
|
|
30392
|
+
border: 1px solid var(--color);
|
|
30291
30393
|
}
|
|
30292
30394
|
|
|
30293
|
-
.
|
|
30294
|
-
|
|
30295
|
-
height:
|
|
30296
|
-
width:
|
|
30297
|
-
|
|
30298
|
-
|
|
30395
|
+
.E_c1bus5hc .circle-inner {
|
|
30396
|
+
position: relative;
|
|
30397
|
+
height: 10px;
|
|
30398
|
+
width: 10px;
|
|
30399
|
+
border-radius: 50%;
|
|
30400
|
+
overflow: hidden;
|
|
30299
30401
|
}
|
|
30300
30402
|
|
|
30301
|
-
.
|
|
30302
|
-
|
|
30303
|
-
|
|
30403
|
+
.E_c1bus5hc .circle-content {
|
|
30404
|
+
position: absolute;
|
|
30405
|
+
height: 100%;
|
|
30406
|
+
width: 100%;
|
|
30407
|
+
left: 0;
|
|
30408
|
+
top: 0;
|
|
30409
|
+
border-radius: 50%;
|
|
30410
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30411
|
+
transform: rotate(180deg);
|
|
30304
30412
|
}
|
|
30305
30413
|
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
|
|
30310
|
-
|
|
30311
|
-
padding: 8px 12px;
|
|
30312
|
-
position: sticky;
|
|
30414
|
+
.E_c1bus5hc .circle-child {
|
|
30415
|
+
position: absolute;
|
|
30416
|
+
height: 100%;
|
|
30417
|
+
width: 100%;
|
|
30418
|
+
left: 0;
|
|
30313
30419
|
top: 0;
|
|
30314
|
-
|
|
30315
|
-
|
|
30420
|
+
margin-left: 50%;
|
|
30421
|
+
transform-origin: left;
|
|
30422
|
+
background: white;
|
|
30423
|
+
transform: rotate(0deg);
|
|
30316
30424
|
}
|
|
30317
30425
|
|
|
30318
|
-
.
|
|
30319
|
-
|
|
30320
|
-
|
|
30321
|
-
|
|
30322
|
-
|
|
30426
|
+
.E_s1dizucg.ant-switch {
|
|
30427
|
+
min-width: 40px;
|
|
30428
|
+
height: 24px;
|
|
30429
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30430
|
+
overflow: hidden;
|
|
30323
30431
|
}
|
|
30324
30432
|
|
|
30325
|
-
.
|
|
30326
|
-
|
|
30327
|
-
margin-left: 8px;
|
|
30328
|
-
width: 32px;
|
|
30329
|
-
height: 32px;
|
|
30330
|
-
border-radius: 50%;
|
|
30331
|
-
justify-content: center;
|
|
30332
|
-
}
|
|
30333
|
-
|
|
30334
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30335
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30336
|
-
}
|
|
30337
|
-
|
|
30338
|
-
.E_s1ebs0ra .action-group {
|
|
30339
|
-
flex: 1;
|
|
30340
|
-
margin-left: 88px;
|
|
30341
|
-
white-space: nowrap;
|
|
30342
|
-
text-align: right;
|
|
30343
|
-
position: relative;
|
|
30344
|
-
padding: 4px 0;
|
|
30345
|
-
margin-top: -4px;
|
|
30346
|
-
overflow: hidden;
|
|
30347
|
-
}
|
|
30348
|
-
|
|
30349
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30350
|
-
transform: translateY(-4px);
|
|
30351
|
-
}
|
|
30352
|
-
|
|
30353
|
-
.E_s1ebs0ra .action-group button {
|
|
30354
|
-
border: none;
|
|
30355
|
-
}
|
|
30356
|
-
|
|
30357
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30358
|
-
margin-right: 8px;
|
|
30433
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30434
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30359
30435
|
}
|
|
30360
30436
|
|
|
30361
|
-
.
|
|
30362
|
-
|
|
30437
|
+
.E_s1dizucg.ant-switch-small {
|
|
30438
|
+
min-width: 26px;
|
|
30439
|
+
height: 16px;
|
|
30363
30440
|
}
|
|
30364
30441
|
|
|
30365
|
-
.
|
|
30366
|
-
|
|
30367
|
-
width: 32px;
|
|
30442
|
+
.E_s1dizucg.ant-switch-large {
|
|
30443
|
+
min-width: 52px;
|
|
30368
30444
|
height: 32px;
|
|
30369
|
-
justify-content: center;
|
|
30370
|
-
border-radius: 50%;
|
|
30371
30445
|
}
|
|
30372
30446
|
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30447
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30448
|
+
height: 20px;
|
|
30449
|
+
width: 20px;
|
|
30375
30450
|
}
|
|
30376
30451
|
|
|
30377
|
-
.
|
|
30378
|
-
|
|
30379
|
-
|
|
30452
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30453
|
+
border-radius: 10px;
|
|
30454
|
+
transition-delay: 120ms;
|
|
30380
30455
|
}
|
|
30381
30456
|
|
|
30382
|
-
.
|
|
30383
|
-
|
|
30457
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30458
|
+
height: 14px;
|
|
30459
|
+
width: 14px;
|
|
30460
|
+
top: 1px;
|
|
30461
|
+
left: 1px;
|
|
30384
30462
|
}
|
|
30385
30463
|
|
|
30386
|
-
.
|
|
30387
|
-
|
|
30464
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30465
|
+
height: 28px;
|
|
30466
|
+
width: 28px;
|
|
30388
30467
|
}
|
|
30389
30468
|
|
|
30390
|
-
.
|
|
30391
|
-
|
|
30392
|
-
justify-content: space-between;
|
|
30393
|
-
align-items: center;
|
|
30394
|
-
font-size: 13px;
|
|
30395
|
-
line-height: 24px;
|
|
30396
|
-
color: #cccccc;
|
|
30397
|
-
white-space: nowrap;
|
|
30469
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30470
|
+
border-radius: 14px;
|
|
30398
30471
|
}
|
|
30399
30472
|
|
|
30400
|
-
.
|
|
30401
|
-
|
|
30473
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30474
|
+
background-color: #00ba5d;
|
|
30402
30475
|
}
|
|
30403
30476
|
|
|
30404
|
-
.
|
|
30405
|
-
|
|
30406
|
-
color: white;
|
|
30477
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30478
|
+
left: calc(100% - 20px - 2px);
|
|
30407
30479
|
}
|
|
30408
30480
|
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30411
|
-
height: 8px;
|
|
30412
|
-
border-radius: 2px;
|
|
30413
|
-
display: inline-block;
|
|
30414
|
-
background: var(--s11212zy-0);
|
|
30415
|
-
border: 1px solid #fff;
|
|
30416
|
-
box-sizing: content-box;
|
|
30417
|
-
margin-right: 6px;
|
|
30481
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30482
|
+
left: calc(100% - 14px - 1px);
|
|
30418
30483
|
}
|
|
30419
30484
|
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30422
|
-
color: white;
|
|
30423
|
-
margin-right: 4px;
|
|
30485
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30486
|
+
left: calc(100% - 28px - 2px);
|
|
30424
30487
|
}
|
|
30425
30488
|
|
|
30426
|
-
.
|
|
30427
|
-
|
|
30428
|
-
border-radius: 4px;
|
|
30489
|
+
.E_c1up6e3y {
|
|
30490
|
+
margin-left: 5px;
|
|
30429
30491
|
}
|
|
30430
30492
|
|
|
30431
|
-
.
|
|
30432
|
-
|
|
30493
|
+
.E_ivqqkzv {
|
|
30494
|
+
height: 24px;
|
|
30495
|
+
width: 56px !important;
|
|
30496
|
+
margin-right: 4px;
|
|
30433
30497
|
}
|
|
30434
30498
|
|
|
30435
|
-
.
|
|
30436
|
-
|
|
30499
|
+
.E_c1wk4q29 {
|
|
30500
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30437
30501
|
}
|
|
30438
30502
|
|
|
30439
|
-
.
|
|
30440
|
-
|
|
30503
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30504
|
+
display: none;
|
|
30441
30505
|
}
|
|
30442
30506
|
|
|
30443
|
-
.
|
|
30444
|
-
|
|
30507
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30508
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30509
|
+
border-radius: 4px;
|
|
30445
30510
|
}
|
|
30446
30511
|
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30512
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30513
|
+
border-radius: 6px;
|
|
30449
30514
|
}
|
|
30450
30515
|
|
|
30451
|
-
.
|
|
30452
|
-
display: flex;
|
|
30453
|
-
justify-content: space-between;
|
|
30516
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
30454
30517
|
width: 100%;
|
|
30518
|
+
color: #2d3a56;
|
|
30519
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
30520
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30521
|
+
font-size: 13px;
|
|
30455
30522
|
}
|
|
30456
30523
|
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30459
|
-
}
|
|
30460
|
-
|
|
30461
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30462
|
-
width: 100%;
|
|
30524
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
30525
|
+
height: 30px;
|
|
30463
30526
|
}
|
|
30464
30527
|
|
|
30465
|
-
.
|
|
30466
|
-
|
|
30467
|
-
|
|
30528
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
30529
|
+
height: 38px;
|
|
30530
|
+
font-size: 13px;
|
|
30468
30531
|
}
|
|
30469
30532
|
|
|
30470
|
-
.
|
|
30471
|
-
|
|
30472
|
-
|
|
30473
|
-
transition: color 160ms ease;
|
|
30533
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
30534
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
30535
|
+
transition: 160ms ease;
|
|
30474
30536
|
}
|
|
30475
30537
|
|
|
30476
|
-
.
|
|
30538
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
30477
30539
|
color: #0080ff;
|
|
30478
30540
|
}
|
|
30479
30541
|
|
|
30480
|
-
.
|
|
30481
|
-
color:
|
|
30482
|
-
|
|
30483
|
-
|
|
30484
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30485
|
-
justify-content: center;
|
|
30486
|
-
}
|
|
30487
|
-
|
|
30488
|
-
.E_b1wx3t3t.ant-btn {
|
|
30489
|
-
display: inline-flex;
|
|
30490
|
-
align-items: center;
|
|
30491
|
-
justify-content: center;
|
|
30492
|
-
height: 32px;
|
|
30493
|
-
border-radius: 6px;
|
|
30494
|
-
line-height: 22px;
|
|
30495
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30496
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30497
|
-
}
|
|
30498
|
-
|
|
30499
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30500
|
-
height: 40px;
|
|
30501
|
-
line-height: 24px;
|
|
30502
|
-
}
|
|
30503
|
-
|
|
30504
|
-
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30505
|
-
height: 24px;
|
|
30506
|
-
line-height: 20px;
|
|
30507
|
-
}
|
|
30508
|
-
|
|
30509
|
-
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30510
|
-
border-radius: 50%;
|
|
30511
|
-
}
|
|
30512
|
-
|
|
30513
|
-
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30514
|
-
margin-right: 8px;
|
|
30515
|
-
padding-right: 0px;
|
|
30516
|
-
}
|
|
30517
|
-
|
|
30518
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
30519
|
-
color: var(--color, #06101f);
|
|
30520
|
-
font-weight: var(--font-weight);
|
|
30521
|
-
background: var(--background-color, #fff);
|
|
30522
|
-
border-width: var(--border-width, 1px);
|
|
30523
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30524
|
-
}
|
|
30525
|
-
|
|
30526
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30527
|
-
display: none;
|
|
30528
|
-
}
|
|
30529
|
-
|
|
30530
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
30531
|
-
color: var(--color, inherit);
|
|
30542
|
+
.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 {
|
|
30543
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30544
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30532
30545
|
}
|
|
30533
30546
|
|
|
30534
|
-
.
|
|
30535
|
-
|
|
30536
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30547
|
+
.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 {
|
|
30548
|
+
color: #0080ff;
|
|
30537
30549
|
}
|
|
30538
30550
|
|
|
30539
|
-
.
|
|
30540
|
-
|
|
30541
|
-
|
|
30542
|
-
background: var(--background-color-active, var(--background-color));
|
|
30543
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30551
|
+
.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 {
|
|
30552
|
+
border-color: #0080ff;
|
|
30553
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30544
30554
|
}
|
|
30545
30555
|
|
|
30546
|
-
.
|
|
30547
|
-
|
|
30548
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30549
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30556
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30557
|
+
transform: rotate(180deg);
|
|
30550
30558
|
}
|
|
30551
30559
|
|
|
30552
|
-
.
|
|
30553
|
-
|
|
30554
|
-
|
|
30555
|
-
|
|
30556
|
-
opacity: 0.5;
|
|
30560
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
30561
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30562
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30563
|
+
cursor: "not-allowed";
|
|
30557
30564
|
}
|
|
30558
30565
|
|
|
30559
|
-
.
|
|
30560
|
-
color: #
|
|
30561
|
-
opacity: 0.5;
|
|
30566
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
30567
|
+
border-color: #f0483e !important;
|
|
30562
30568
|
}
|
|
30563
30569
|
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30566
|
-
--font-weight: bold;
|
|
30567
|
-
--border-width: 0;
|
|
30568
|
-
--background-color: #0080ff;
|
|
30569
|
-
--background-color-hover: #009dff;
|
|
30570
|
-
--background-color-active: #005ed1;
|
|
30571
|
-
--background-color-focus: #0080ff;
|
|
30572
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30570
|
+
.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 {
|
|
30571
|
+
color: #1d326c;
|
|
30573
30572
|
}
|
|
30574
30573
|
|
|
30575
|
-
.
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
--background-color-active: #c73d31;
|
|
30579
|
-
--background-color-focus: #ff5252;
|
|
30580
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30574
|
+
.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 {
|
|
30575
|
+
border-color: #0080ff;
|
|
30576
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30581
30577
|
}
|
|
30582
30578
|
|
|
30583
|
-
.
|
|
30584
|
-
|
|
30585
|
-
--background-color-hover: #feba33;
|
|
30586
|
-
--background-color-active: #e07f00;
|
|
30587
|
-
--background-color-focus: #fea008;
|
|
30579
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30580
|
+
transform: rotate(180deg);
|
|
30588
30581
|
}
|
|
30589
30582
|
|
|
30590
|
-
.
|
|
30591
|
-
|
|
30592
|
-
--font-weight: bold;
|
|
30593
|
-
--border-width: 0;
|
|
30594
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
30595
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30596
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30597
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30598
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30583
|
+
.E_tju3gfj .date {
|
|
30584
|
+
margin-right: 4px;
|
|
30599
30585
|
}
|
|
30600
30586
|
|
|
30601
|
-
.
|
|
30602
|
-
|
|
30603
|
-
|
|
30604
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30605
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30606
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30607
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30587
|
+
.E_s1sck0th {
|
|
30588
|
+
padding: 0 8px;
|
|
30589
|
+
border-radius: 4px;
|
|
30608
30590
|
}
|
|
30609
30591
|
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30612
|
-
|
|
30613
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30614
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30615
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30592
|
+
.E_m855nr1 {
|
|
30593
|
+
padding: 2px 8px;
|
|
30594
|
+
border-radius: 3px;
|
|
30616
30595
|
}
|
|
30617
30596
|
|
|
30618
|
-
.
|
|
30619
|
-
|
|
30620
|
-
|
|
30621
|
-
--border-width: 0;
|
|
30622
|
-
--background-color: #fff;
|
|
30623
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30624
|
-
box-shadow: none;
|
|
30597
|
+
.E_l1270xpg {
|
|
30598
|
+
padding: 3px 8px;
|
|
30599
|
+
border-radius: 2px;
|
|
30625
30600
|
}
|
|
30626
30601
|
|
|
30627
|
-
.
|
|
30628
|
-
|
|
30602
|
+
.E_t14rextb.ant-tag:hover {
|
|
30603
|
+
opacity: unset;
|
|
30629
30604
|
}
|
|
30630
30605
|
|
|
30631
|
-
.
|
|
30632
|
-
|
|
30633
|
-
|
|
30634
|
-
|
|
30606
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30607
|
+
margin: 0;
|
|
30608
|
+
margin-right: 8px;
|
|
30609
|
+
display: inline-flex;
|
|
30610
|
+
align-items: center;
|
|
30611
|
+
border: none;
|
|
30635
30612
|
}
|
|
30636
30613
|
|
|
30637
|
-
.
|
|
30638
|
-
|
|
30614
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30615
|
+
width: 16px;
|
|
30616
|
+
height: 16px;
|
|
30617
|
+
color: inherit;
|
|
30618
|
+
margin-left: 4px;
|
|
30619
|
+
opacity: 0.6;
|
|
30620
|
+
display: inline-flex;
|
|
30639
30621
|
}
|
|
30640
30622
|
|
|
30641
|
-
.
|
|
30642
|
-
|
|
30643
|
-
--background-color: #fff;
|
|
30623
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30624
|
+
opacity: 1;
|
|
30644
30625
|
}
|
|
30645
30626
|
|
|
30646
|
-
.
|
|
30647
|
-
|
|
30627
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30628
|
+
color: #0080ff;
|
|
30629
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30648
30630
|
}
|
|
30649
30631
|
|
|
30650
|
-
.
|
|
30651
|
-
|
|
30652
|
-
|
|
30653
|
-
--background-color: #fff;
|
|
30654
|
-
--background-color-hover: #edf0f7;
|
|
30655
|
-
--background-color-active: #e4e9f2;
|
|
30656
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30657
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30632
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30633
|
+
color: #f0483e;
|
|
30634
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30658
30635
|
}
|
|
30659
30636
|
|
|
30660
|
-
.
|
|
30661
|
-
|
|
30637
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30638
|
+
color: #e07f00;
|
|
30639
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30662
30640
|
}
|
|
30663
30641
|
|
|
30664
|
-
.
|
|
30665
|
-
|
|
30666
|
-
|
|
30667
|
-
--background-color: #fff;
|
|
30668
|
-
--background-color-hover: linear-gradient(
|
|
30669
|
-
0deg,
|
|
30670
|
-
rgba(0, 136, 255, 0.16),
|
|
30671
|
-
rgba(0, 136, 255, 0.16)
|
|
30672
|
-
),
|
|
30673
|
-
#ffffff;
|
|
30674
|
-
--background-color-active: linear-gradient(
|
|
30675
|
-
0deg,
|
|
30676
|
-
rgba(0, 136, 255, 0.2),
|
|
30677
|
-
rgba(0, 136, 255, 0.2)
|
|
30678
|
-
),
|
|
30679
|
-
#ffffff;
|
|
30680
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30681
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30642
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30643
|
+
color: #008f4c;
|
|
30644
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30682
30645
|
}
|
|
30683
30646
|
|
|
30684
|
-
.
|
|
30685
|
-
|
|
30686
|
-
|
|
30687
|
-
--background-color: #fff;
|
|
30688
|
-
--background-color-hover: linear-gradient(
|
|
30689
|
-
0deg,
|
|
30690
|
-
rgba(255, 74, 74, 0.16),
|
|
30691
|
-
rgba(255, 74, 74, 0.16)
|
|
30692
|
-
),
|
|
30693
|
-
#ffffff;
|
|
30694
|
-
--background-color-active: linear-gradient(
|
|
30695
|
-
0deg,
|
|
30696
|
-
rgba(255, 74, 74, 0.2),
|
|
30697
|
-
rgba(255, 74, 74, 0.2)
|
|
30698
|
-
),
|
|
30699
|
-
#ffffff;
|
|
30700
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30647
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30648
|
+
color: #1d326c;
|
|
30649
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30701
30650
|
}
|
|
30702
30651
|
|
|
30703
|
-
.
|
|
30704
|
-
|
|
30705
|
-
|
|
30706
|
-
--background-color: #fff;
|
|
30707
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30708
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30709
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30710
|
-
box-shadow: none;
|
|
30652
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30653
|
+
color: #7E41FF;
|
|
30654
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30711
30655
|
}
|
|
30712
30656
|
|
|
30713
|
-
.
|
|
30714
|
-
|
|
30715
|
-
--border-color: #fff;
|
|
30716
|
-
--background-color: #fff;
|
|
30717
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30718
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30719
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30720
|
-
box-shadow: none;
|
|
30657
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30658
|
+
color: #fff;
|
|
30721
30659
|
}
|
|
30722
30660
|
|
|
30723
|
-
.
|
|
30724
|
-
|
|
30725
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30726
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30727
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30661
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30662
|
+
background-color: #f0483e;
|
|
30728
30663
|
}
|
|
30729
30664
|
|
|
30730
|
-
.
|
|
30731
|
-
|
|
30732
|
-
--border-width: 0;
|
|
30733
|
-
--background-color: transparent;
|
|
30734
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30735
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30736
|
-
--background-color-focus: #fff;
|
|
30737
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30738
|
-
box-shadow: none;
|
|
30665
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30666
|
+
background-color: #fea008;
|
|
30739
30667
|
}
|
|
30740
30668
|
|
|
30741
|
-
.
|
|
30742
|
-
|
|
30743
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30744
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30745
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30669
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30670
|
+
background-color: #00ba5d;
|
|
30746
30671
|
}
|
|
30747
30672
|
|
|
30748
|
-
.
|
|
30749
|
-
|
|
30750
|
-
--background-color: transparent;
|
|
30751
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30752
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30753
|
-
--background-color-focus: #fff;
|
|
30754
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30673
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30674
|
+
background-color: #0080ff;
|
|
30755
30675
|
}
|
|
30756
30676
|
|
|
30757
|
-
.
|
|
30758
|
-
|
|
30759
|
-
display: inline-flex;
|
|
30677
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30678
|
+
background-color: #6b7d99;
|
|
30760
30679
|
}
|
|
30761
30680
|
|
|
30762
|
-
.
|
|
30763
|
-
|
|
30764
|
-
display: inline-flex;
|
|
30681
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30682
|
+
background-color: #7E41FF;
|
|
30765
30683
|
}
|
|
30766
30684
|
|
|
30767
|
-
.
|
|
30685
|
+
.E_s1dni7lo {
|
|
30686
|
+
width: 430px !important;
|
|
30687
|
+
}
|
|
30688
|
+
|
|
30689
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30690
|
+
padding: 8px 16px;
|
|
30691
|
+
line-height: 18px;
|
|
30692
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30693
|
+
height: 34px;
|
|
30694
|
+
min-height: 34px;
|
|
30695
|
+
box-sizing: border-box;
|
|
30696
|
+
margin-top: 8px;
|
|
30697
|
+
}
|
|
30698
|
+
|
|
30699
|
+
.E_o1ugr09p {
|
|
30768
30700
|
display: flex;
|
|
30769
|
-
|
|
30701
|
+
flex-direction: column;
|
|
30702
|
+
margin: 1px 8px;
|
|
30703
|
+
padding: 8px;
|
|
30704
|
+
border-radius: 4px;
|
|
30770
30705
|
}
|
|
30771
30706
|
|
|
30772
|
-
|
|
30773
|
-
|
|
30707
|
+
.E_o1ugr09p .selected-icon {
|
|
30708
|
+
display: none;
|
|
30774
30709
|
}
|
|
30775
30710
|
|
|
30776
|
-
.
|
|
30777
|
-
padding:
|
|
30711
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30712
|
+
padding-left: 8px;
|
|
30778
30713
|
}
|
|
30779
30714
|
|
|
30780
|
-
.
|
|
30781
|
-
|
|
30782
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30715
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30716
|
+
background-color: white;
|
|
30783
30717
|
}
|
|
30784
30718
|
|
|
30785
|
-
.
|
|
30786
|
-
|
|
30719
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30720
|
+
color: #0080ff;
|
|
30787
30721
|
}
|
|
30788
30722
|
|
|
30789
|
-
.
|
|
30790
|
-
|
|
30723
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30724
|
+
display: block;
|
|
30791
30725
|
}
|
|
30792
30726
|
|
|
30793
|
-
.
|
|
30794
|
-
|
|
30727
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30728
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30795
30729
|
}
|
|
30796
30730
|
|
|
30797
|
-
.
|
|
30798
|
-
|
|
30799
|
-
border-bottom-right-radius: 0;
|
|
30731
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30732
|
+
color: #0080ff;
|
|
30800
30733
|
}
|
|
30801
30734
|
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30804
|
-
|
|
30735
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30736
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30737
|
+
color: #0080ff;
|
|
30805
30738
|
}
|
|
30806
30739
|
|
|
30807
|
-
.
|
|
30808
|
-
|
|
30740
|
+
.E_o1ifxsq4 {
|
|
30741
|
+
display: flex;
|
|
30742
|
+
justify-content: space-between;
|
|
30743
|
+
height: 20px;
|
|
30744
|
+
line-height: 20px;
|
|
30809
30745
|
}
|
|
30810
30746
|
|
|
30811
|
-
.
|
|
30812
|
-
|
|
30747
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30748
|
+
color: #2d3a56;
|
|
30749
|
+
overflow: hidden;
|
|
30750
|
+
text-overflow: ellipsis;
|
|
30813
30751
|
}
|
|
30814
30752
|
|
|
30815
|
-
.
|
|
30816
|
-
|
|
30753
|
+
.E_o1zue7 {
|
|
30754
|
+
display: flex;
|
|
30755
|
+
justify-content: space-between;
|
|
30817
30756
|
color: rgba(44, 56, 82, 0.6);
|
|
30818
|
-
|
|
30819
|
-
line-height:
|
|
30757
|
+
height: 18px;
|
|
30758
|
+
line-height: 18px;
|
|
30759
|
+
margin-top: 2px;
|
|
30820
30760
|
}
|
|
30821
30761
|
|
|
30822
|
-
.
|
|
30823
|
-
|
|
30824
|
-
|
|
30825
|
-
background:
|
|
30762
|
+
.E_tyfmlxg {
|
|
30763
|
+
border: none;
|
|
30764
|
+
margin-right: 0;
|
|
30765
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30826
30766
|
}
|
|
30827
30767
|
|
|
30828
|
-
.
|
|
30829
|
-
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
|
|
30833
|
-
text-align: center;
|
|
30768
|
+
.E_o18uybox {
|
|
30769
|
+
pointer-events: none;
|
|
30770
|
+
height: 32px;
|
|
30771
|
+
width: 100%;
|
|
30772
|
+
opacity: 0;
|
|
30834
30773
|
}
|
|
30835
30774
|
|
|
30836
|
-
.
|
|
30837
|
-
|
|
30775
|
+
.E_clm1wy1 {
|
|
30776
|
+
width: 192px;
|
|
30777
|
+
height: 246px;
|
|
30778
|
+
border-radius: 4px;
|
|
30838
30779
|
}
|
|
30839
30780
|
|
|
30840
|
-
.
|
|
30841
|
-
|
|
30781
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
30782
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30783
|
+
width: 100%;
|
|
30784
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
30785
|
+
border-top: none;
|
|
30842
30786
|
}
|
|
30843
30787
|
|
|
30844
|
-
.
|
|
30845
|
-
|
|
30846
|
-
|
|
30788
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30789
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30790
|
+
padding: 0 16px;
|
|
30847
30791
|
}
|
|
30848
30792
|
|
|
30849
|
-
.
|
|
30850
|
-
|
|
30851
|
-
|
|
30852
|
-
|
|
30853
|
-
|
|
30793
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30794
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30795
|
+
width: 100%;
|
|
30796
|
+
height: 180px;
|
|
30797
|
+
border-spacing: 0;
|
|
30854
30798
|
}
|
|
30855
30799
|
|
|
30856
|
-
.
|
|
30857
|
-
|
|
30800
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30801
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30802
|
+
margin-bottom: 8px;
|
|
30858
30803
|
}
|
|
30859
30804
|
|
|
30860
|
-
.
|
|
30861
|
-
|
|
30805
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30806
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30807
|
+
width: 22px;
|
|
30862
30808
|
}
|
|
30863
30809
|
|
|
30864
|
-
.
|
|
30865
|
-
|
|
30866
|
-
|
|
30810
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30811
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30812
|
+
padding: 0;
|
|
30867
30813
|
}
|
|
30868
30814
|
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30815
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30816
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30817
|
+
opacity: 0.4;
|
|
30871
30818
|
}
|
|
30872
30819
|
|
|
30873
|
-
.
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
font-size: 12px;
|
|
30820
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
30821
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30822
|
+
opacity: 1;
|
|
30877
30823
|
}
|
|
30878
30824
|
|
|
30879
|
-
.
|
|
30880
|
-
|
|
30825
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30826
|
+
color: #3e4652;
|
|
30881
30827
|
}
|
|
30882
30828
|
|
|
30883
|
-
.
|
|
30884
|
-
|
|
30885
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30829
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30830
|
+
pointer-events: none;
|
|
30886
30831
|
}
|
|
30887
30832
|
|
|
30888
|
-
.
|
|
30889
|
-
|
|
30890
|
-
|
|
30891
|
-
|
|
30833
|
+
.E_t1tsm00v {
|
|
30834
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30835
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30836
|
+
backdrop-filter: blur(10px);
|
|
30837
|
+
padding: 7px 10px;
|
|
30892
30838
|
}
|
|
30893
30839
|
|
|
30894
|
-
.
|
|
30895
|
-
|
|
30896
|
-
font-size: 12px;
|
|
30897
|
-
width: 80px;
|
|
30898
|
-
height: 100px;
|
|
30899
|
-
top: 0;
|
|
30900
|
-
left: 35px;
|
|
30840
|
+
.E_c167wnad {
|
|
30841
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30901
30842
|
display: flex;
|
|
30902
|
-
|
|
30903
|
-
justify-content: center;
|
|
30843
|
+
justify-content: space-between;
|
|
30904
30844
|
align-items: center;
|
|
30905
|
-
|
|
30845
|
+
padding: 8px 16px;
|
|
30906
30846
|
}
|
|
30907
30847
|
|
|
30908
|
-
.
|
|
30909
|
-
|
|
30910
|
-
font-weight: 700;
|
|
30848
|
+
.E_c167wnad .anticon {
|
|
30849
|
+
cursor: pointer;
|
|
30911
30850
|
}
|
|
30912
30851
|
|
|
30913
|
-
.
|
|
30914
|
-
|
|
30915
|
-
font-size: 12px;
|
|
30916
|
-
width: inherit;
|
|
30917
|
-
text-align: center;
|
|
30852
|
+
.E_c167wnad .anticon:hover {
|
|
30853
|
+
color: #0096ff;
|
|
30918
30854
|
}
|
|
30919
30855
|
|
|
30920
|
-
.
|
|
30921
|
-
|
|
30856
|
+
.E_cxhf7dh {
|
|
30857
|
+
text-align: center;
|
|
30922
30858
|
}
|
|
30923
30859
|
|
|
30924
|
-
.
|
|
30925
|
-
position: relative !important;
|
|
30926
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30927
|
-
left: 0 !important;
|
|
30928
|
-
bottom: 0 !important;
|
|
30860
|
+
.E_cxhf7dh .dots {
|
|
30929
30861
|
display: flex;
|
|
30930
|
-
|
|
30862
|
+
justify-content: center;
|
|
30931
30863
|
}
|
|
30932
30864
|
|
|
30933
|
-
.
|
|
30934
|
-
|
|
30865
|
+
.E_cxhf7dh .dot {
|
|
30866
|
+
display: inline-block;
|
|
30867
|
+
width: 2px;
|
|
30868
|
+
height: 2px;
|
|
30869
|
+
border-radius: 1px;
|
|
30870
|
+
background: #0096ff;
|
|
30935
30871
|
}
|
|
30936
30872
|
|
|
30937
|
-
.
|
|
30938
|
-
|
|
30939
|
-
margin-right: 0 !important;
|
|
30940
|
-
line-height: 18px;
|
|
30873
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
30874
|
+
margin-right: 2px;
|
|
30941
30875
|
}
|
|
30942
30876
|
|
|
30943
|
-
.
|
|
30877
|
+
.E_cxhf7dh .bar {
|
|
30878
|
+
width: 9px;
|
|
30879
|
+
height: 2px;
|
|
30880
|
+
background: #0096ff;
|
|
30944
30881
|
border-radius: 2px;
|
|
30945
30882
|
}
|
|
30946
30883
|
|
|
30947
|
-
.
|
|
30948
|
-
min-width: 75px;
|
|
30949
|
-
max-width: 198px;
|
|
30950
|
-
width: calc(100% - 20px);
|
|
30951
|
-
margin-left: 2px;
|
|
30952
|
-
color: #00122e !important;
|
|
30953
|
-
display: inline-flex;
|
|
30954
|
-
justify-content: space-between;
|
|
30955
|
-
}
|
|
30956
|
-
|
|
30957
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30958
|
-
maxwidth: calc(100% - 12px);
|
|
30884
|
+
.E_gmyahx3 {
|
|
30959
30885
|
cursor: pointer;
|
|
30960
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30961
|
-
overflow: hidden;
|
|
30962
|
-
text-overflow: ellipsis;
|
|
30963
|
-
white-space: nowrap;
|
|
30964
30886
|
}
|
|
30965
30887
|
|
|
30966
|
-
.
|
|
30967
|
-
color: rgba(
|
|
30888
|
+
.E_gmyahx3 .link-text {
|
|
30889
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30968
30890
|
}
|
|
30969
30891
|
|
|
30970
|
-
.
|
|
30971
|
-
|
|
30892
|
+
.E_gmyahx3:hover .link-text {
|
|
30893
|
+
color: #0080ff;
|
|
30972
30894
|
}
|
|
30973
30895
|
|
|
30974
|
-
.
|
|
30975
|
-
margin: 6px auto;
|
|
30896
|
+
.E_n12mqh7z {
|
|
30976
30897
|
display: flex;
|
|
30977
|
-
|
|
30898
|
+
align-items: center;
|
|
30899
|
+
font-size: 12px;
|
|
30900
|
+
line-height: 18px;
|
|
30978
30901
|
}
|
|
30979
30902
|
|
|
30980
|
-
.
|
|
30981
|
-
|
|
30903
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30904
|
+
margin-bottom: 4px;
|
|
30982
30905
|
}
|
|
30983
30906
|
|
|
30984
|
-
.
|
|
30985
|
-
|
|
30907
|
+
.E_tf5bynu {
|
|
30908
|
+
margin: 0 3px;
|
|
30986
30909
|
}
|
|
30987
30910
|
|
|
30988
|
-
.
|
|
30989
|
-
|
|
30990
|
-
|
|
30991
|
-
align-items: center;
|
|
30992
|
-
padding: 10px 0;
|
|
30993
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30994
|
-
font-size: 12px;
|
|
30995
|
-
line-height: 24px;
|
|
30911
|
+
.E_tcckoz1 {
|
|
30912
|
+
max-height: 400px;
|
|
30913
|
+
overflow: auto;
|
|
30996
30914
|
}
|
|
30997
30915
|
|
|
30998
|
-
.
|
|
30999
|
-
|
|
30916
|
+
.E_c1up1pdz {
|
|
30917
|
+
width: 648px;
|
|
31000
30918
|
}
|
|
31001
30919
|
|
|
31002
|
-
.
|
|
31003
|
-
|
|
31004
|
-
align-items: center;
|
|
31005
|
-
border-radius: 6px;
|
|
31006
|
-
cursor: pointer;
|
|
31007
|
-
transition: all 0.3s ease;
|
|
30920
|
+
.E_c1up1pdz.active {
|
|
30921
|
+
border-color: #0080ff;
|
|
31008
30922
|
}
|
|
31009
30923
|
|
|
31010
|
-
.
|
|
31011
|
-
background: rgba(
|
|
31012
|
-
color: #0080ff;
|
|
30924
|
+
.E_c1up1pdz.active > header {
|
|
30925
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31013
30926
|
}
|
|
31014
30927
|
|
|
31015
|
-
.
|
|
31016
|
-
|
|
30928
|
+
.E_c1up1pdz .expand {
|
|
30929
|
+
padding: 12px;
|
|
31017
30930
|
}
|
|
31018
30931
|
|
|
31019
|
-
.
|
|
30932
|
+
.E_c1up1pdz .field-item {
|
|
31020
30933
|
display: flex;
|
|
31021
|
-
|
|
31022
|
-
|
|
31023
|
-
font-weight: bold;
|
|
30934
|
+
padding: 10px 0;
|
|
30935
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31024
30936
|
}
|
|
31025
30937
|
|
|
31026
|
-
.
|
|
31027
|
-
|
|
30938
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30939
|
+
border-bottom: none;
|
|
30940
|
+
padding-bottom: 0;
|
|
31028
30941
|
}
|
|
31029
30942
|
|
|
31030
|
-
.
|
|
31031
|
-
|
|
31032
|
-
|
|
30943
|
+
.E_c1up1pdz .field-item label {
|
|
30944
|
+
line-height: 32px;
|
|
30945
|
+
width: 100px;
|
|
30946
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31033
30947
|
}
|
|
31034
30948
|
|
|
31035
|
-
.
|
|
31036
|
-
|
|
31037
|
-
|
|
30949
|
+
.E_c1up1pdz .help {
|
|
30950
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30951
|
+
margin-top: 5px;
|
|
31038
30952
|
}
|
|
31039
30953
|
|
|
31040
|
-
.
|
|
31041
|
-
|
|
30954
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30955
|
+
.E_c1up1pdz .ant-picker {
|
|
30956
|
+
width: 128px;
|
|
31042
30957
|
}
|
|
31043
30958
|
|
|
31044
|
-
.
|
|
31045
|
-
|
|
31046
|
-
|
|
30959
|
+
.E_c156wh19 {
|
|
30960
|
+
display: flex;
|
|
30961
|
+
align-items: center;
|
|
30962
|
+
justify-content: space-between;
|
|
30963
|
+
word-break: keep-all;
|
|
31047
30964
|
}
|
|
31048
30965
|
|
|
31049
|
-
.
|
|
31050
|
-
|
|
31051
|
-
font-size: 12px;
|
|
31052
|
-
line-height: 18px;
|
|
30966
|
+
.E_c156wh19 .title {
|
|
30967
|
+
margin: 0 16px 0 8px;
|
|
31053
30968
|
}
|
|
31054
30969
|
|
|
31055
|
-
.
|
|
31056
|
-
|
|
31057
|
-
align-items: baseline;
|
|
31058
|
-
white-space: pre-wrap;
|
|
30970
|
+
.E_c156wh19 .retain {
|
|
30971
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31059
30972
|
}
|
|
31060
30973
|
|
|
31061
|
-
.
|
|
31062
|
-
|
|
31063
|
-
|
|
30974
|
+
.E_c156wh19 div.left {
|
|
30975
|
+
flex: 1;
|
|
30976
|
+
display: flex;
|
|
30977
|
+
overflow: hidden;
|
|
30978
|
+
align-items: center;
|
|
30979
|
+
justify-content: flex-start;
|
|
30980
|
+
white-space: nowrap;
|
|
31064
30981
|
}
|
|
31065
30982
|
|
|
31066
|
-
.
|
|
31067
|
-
|
|
30983
|
+
.E_c156wh19 div.left .title {
|
|
30984
|
+
max-width: 100%;
|
|
30985
|
+
overflow: hidden;
|
|
30986
|
+
text-overflow: ellipsis;
|
|
31068
30987
|
}
|
|
31069
30988
|
|
|
31070
|
-
.
|
|
31071
|
-
|
|
30989
|
+
.E_c156wh19 div.right {
|
|
30990
|
+
display: flex;
|
|
30991
|
+
align-items: center;
|
|
31072
30992
|
}
|
|
31073
30993
|
|
|
31074
|
-
.
|
|
31075
|
-
|
|
31076
|
-
|
|
30994
|
+
.E_c156wh19 .reverse {
|
|
30995
|
+
display: flex;
|
|
30996
|
+
flex-direction: row-reverse;
|
|
30997
|
+
align-items: center;
|
|
31077
30998
|
}
|
|
31078
30999
|
|
|
31079
|
-
.
|
|
31080
|
-
|
|
31081
|
-
left: 4px;
|
|
31082
|
-
width: 6px;
|
|
31083
|
-
height: 6px;
|
|
31084
|
-
background: #fff;
|
|
31000
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
31001
|
+
margin-left: 8px;
|
|
31085
31002
|
}
|
|
31086
31003
|
|
|
31087
|
-
.
|
|
31088
|
-
|
|
31004
|
+
.E_c156wh19 .close {
|
|
31005
|
+
padding-left: 14px;
|
|
31006
|
+
margin-left: 14px;
|
|
31007
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31008
|
+
cursor: pointer;
|
|
31089
31009
|
}
|
|
31090
31010
|
|
|
31091
|
-
.
|
|
31092
|
-
|
|
31093
|
-
|
|
31011
|
+
.E_m126spxy {
|
|
31012
|
+
padding-bottom: 4px;
|
|
31013
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31094
31014
|
}
|
|
31095
31015
|
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31016
|
+
.E_m126spxy .ant-btn-link {
|
|
31017
|
+
padding: 1px 10px;
|
|
31018
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31019
|
+
border-radius: 4px;
|
|
31098
31020
|
}
|
|
31099
31021
|
|
|
31100
|
-
.
|
|
31101
|
-
|
|
31102
|
-
|
|
31022
|
+
.E_m126spxy .ant-btn-link.active {
|
|
31023
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31024
|
+
color: #0096ff;
|
|
31103
31025
|
}
|
|
31104
31026
|
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31027
|
+
.E_wpbf4pq {
|
|
31028
|
+
padding: 10px 0;
|
|
31029
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31107
31030
|
}
|
|
31108
31031
|
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31111
|
-
|
|
31112
|
-
|
|
31032
|
+
.E_wpbf4pq .ant-input,
|
|
31033
|
+
.E_wpbf4pq .ant-picker {
|
|
31034
|
+
width: 80px;
|
|
31035
|
+
margin: 0 9px;
|
|
31036
|
+
text-align: center;
|
|
31113
31037
|
}
|
|
31114
31038
|
|
|
31115
|
-
.
|
|
31116
|
-
|
|
31117
|
-
|
|
31118
|
-
|
|
31039
|
+
.E_wpbf4pq .options {
|
|
31040
|
+
padding: 12px 0 12px 16px;
|
|
31041
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31042
|
+
margin: 5px 0 5px 8px;
|
|
31119
31043
|
}
|
|
31120
31044
|
|
|
31121
|
-
.
|
|
31122
|
-
|
|
31045
|
+
.E_wpbf4pq .week-day-option,
|
|
31046
|
+
.E_wpbf4pq .month-day-option {
|
|
31047
|
+
background: #f5f7fa;
|
|
31048
|
+
box-sizing: border-box;
|
|
31049
|
+
border-radius: 16px;
|
|
31050
|
+
margin-right: 8px;
|
|
31123
31051
|
}
|
|
31124
31052
|
|
|
31125
|
-
.
|
|
31126
|
-
|
|
31053
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31054
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31055
|
+
color: inherit;
|
|
31056
|
+
border-color: #d9d9d9;
|
|
31127
31057
|
}
|
|
31128
31058
|
|
|
31129
|
-
.
|
|
31130
|
-
|
|
31059
|
+
.E_wpbf4pq .week-day-option.active {
|
|
31060
|
+
background-color: #0096ff;
|
|
31061
|
+
border-color: #0096ff;
|
|
31062
|
+
color: #fff;
|
|
31131
31063
|
}
|
|
31132
31064
|
|
|
31133
|
-
.
|
|
31134
|
-
|
|
31135
|
-
|
|
31065
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31066
|
+
width: 110px;
|
|
31067
|
+
margin-top: 4px;
|
|
31136
31068
|
}
|
|
31137
31069
|
|
|
31138
|
-
.
|
|
31139
|
-
|
|
31070
|
+
.E_wpbf4pq .month-day-option {
|
|
31071
|
+
width: 32px;
|
|
31072
|
+
padding: 0;
|
|
31073
|
+
margin-bottom: 8px;
|
|
31140
31074
|
}
|
|
31141
31075
|
|
|
31142
|
-
.
|
|
31143
|
-
|
|
31144
|
-
|
|
31145
|
-
|
|
31076
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31077
|
+
background-color: #0096ff;
|
|
31078
|
+
border-color: #0096ff;
|
|
31079
|
+
color: #fff;
|
|
31146
31080
|
}
|
|
31147
31081
|
|
|
31148
|
-
.
|
|
31149
|
-
|
|
31082
|
+
.E_s1ebs0ra {
|
|
31083
|
+
display: flex;
|
|
31084
|
+
align-items: center;
|
|
31085
|
+
justify-content: space-between;
|
|
31086
|
+
background: #edf0f7;
|
|
31087
|
+
padding: 8px 12px;
|
|
31088
|
+
position: sticky;
|
|
31089
|
+
top: 0;
|
|
31090
|
+
z-index: 1;
|
|
31091
|
+
margin-bottom: -52px;
|
|
31150
31092
|
}
|
|
31151
31093
|
|
|
31152
|
-
.
|
|
31153
|
-
|
|
31154
|
-
|
|
31155
|
-
|
|
31094
|
+
.E_s1ebs0ra .select-total {
|
|
31095
|
+
display: flex;
|
|
31096
|
+
align-items: center;
|
|
31097
|
+
font-weight: 700;
|
|
31098
|
+
flex-shrink: 0;
|
|
31156
31099
|
}
|
|
31157
31100
|
|
|
31158
|
-
.
|
|
31159
|
-
|
|
31101
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31102
|
+
cursor: pointer;
|
|
31103
|
+
margin-left: 8px;
|
|
31104
|
+
width: 32px;
|
|
31105
|
+
height: 32px;
|
|
31106
|
+
border-radius: 50%;
|
|
31107
|
+
justify-content: center;
|
|
31160
31108
|
}
|
|
31161
31109
|
|
|
31162
|
-
.
|
|
31163
|
-
background:
|
|
31110
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31111
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31164
31112
|
}
|
|
31165
31113
|
|
|
31166
|
-
.
|
|
31167
|
-
|
|
31168
|
-
|
|
31114
|
+
.E_s1ebs0ra .action-group {
|
|
31115
|
+
flex: 1;
|
|
31116
|
+
margin-left: 88px;
|
|
31117
|
+
white-space: nowrap;
|
|
31118
|
+
text-align: right;
|
|
31119
|
+
position: relative;
|
|
31120
|
+
padding: 4px 0;
|
|
31121
|
+
margin-top: -4px;
|
|
31122
|
+
overflow: hidden;
|
|
31169
31123
|
}
|
|
31170
31124
|
|
|
31171
|
-
.
|
|
31172
|
-
|
|
31125
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31126
|
+
transform: translateY(-4px);
|
|
31173
31127
|
}
|
|
31174
31128
|
|
|
31175
|
-
.
|
|
31176
|
-
border
|
|
31129
|
+
.E_s1ebs0ra .action-group button {
|
|
31130
|
+
border: none;
|
|
31177
31131
|
}
|
|
31178
31132
|
|
|
31179
|
-
.
|
|
31180
|
-
|
|
31133
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31134
|
+
margin-right: 8px;
|
|
31181
31135
|
}
|
|
31182
31136
|
|
|
31183
|
-
.
|
|
31184
|
-
|
|
31185
|
-
border-color: #ccd4e3;
|
|
31186
|
-
opacity: 0.5;
|
|
31137
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
31138
|
+
margin-right: 4px;
|
|
31187
31139
|
}
|
|
31188
31140
|
|
|
31189
|
-
.
|
|
31190
|
-
|
|
31191
|
-
|
|
31141
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
31142
|
+
cursor: pointer;
|
|
31143
|
+
width: 32px;
|
|
31144
|
+
height: 32px;
|
|
31145
|
+
justify-content: center;
|
|
31146
|
+
border-radius: 50%;
|
|
31192
31147
|
}
|
|
31193
31148
|
|
|
31194
|
-
.
|
|
31195
|
-
|
|
31196
|
-
border-color: #ccd4e3;
|
|
31197
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31149
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31150
|
+
background: #fff;
|
|
31198
31151
|
}
|
|
31199
31152
|
|
|
31200
|
-
.
|
|
31201
|
-
|
|
31202
|
-
display: inline;
|
|
31203
|
-
border: none;
|
|
31204
|
-
padding: 0;
|
|
31205
|
-
width: 36px;
|
|
31206
|
-
background: transparent;
|
|
31153
|
+
.E_iq1gosr {
|
|
31154
|
+
display: inline-block;
|
|
31207
31155
|
}
|
|
31208
31156
|
|
|
31209
|
-
.
|
|
31210
|
-
|
|
31157
|
+
.E_c18bcrac {
|
|
31158
|
+
display: inline-block;
|
|
31159
|
+
width: 100%;
|
|
31211
31160
|
}
|
|
31212
31161
|
|
|
31213
|
-
.
|
|
31214
|
-
margin-
|
|
31215
|
-
width: initial;
|
|
31216
|
-
box-shadow: none;
|
|
31162
|
+
.E_c18bcrac .recharts-wrapper {
|
|
31163
|
+
margin-left: 4px;
|
|
31217
31164
|
}
|
|
31218
31165
|
|
|
31219
|
-
.
|
|
31220
|
-
|
|
31166
|
+
.E_cro7kg2 {
|
|
31167
|
+
padding: 4px;
|
|
31221
31168
|
}
|
|
31222
31169
|
|
|
31223
|
-
.
|
|
31224
|
-
display:
|
|
31170
|
+
.E_c14wcxf0 {
|
|
31171
|
+
display: flex;
|
|
31172
|
+
justify-content: space-between;
|
|
31173
|
+
align-items: center;
|
|
31174
|
+
font-size: 13px;
|
|
31175
|
+
line-height: 24px;
|
|
31176
|
+
color: #cccccc;
|
|
31177
|
+
white-space: nowrap;
|
|
31225
31178
|
}
|
|
31226
31179
|
|
|
31227
|
-
.
|
|
31228
|
-
|
|
31229
|
-
margin-right: 8px;
|
|
31230
|
-
padding: 0;
|
|
31231
|
-
width: 36px;
|
|
31180
|
+
.E_c14wcxf0 label {
|
|
31181
|
+
margin-right: 32px;
|
|
31232
31182
|
}
|
|
31233
31183
|
|
|
31234
|
-
.
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31238
|
-
overflow: hidden;
|
|
31184
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
31185
|
+
font-weight: bold;
|
|
31186
|
+
color: white;
|
|
31239
31187
|
}
|
|
31240
31188
|
|
|
31241
|
-
.
|
|
31242
|
-
|
|
31189
|
+
.E_s11212zy {
|
|
31190
|
+
width: 8px;
|
|
31191
|
+
height: 8px;
|
|
31192
|
+
border-radius: 2px;
|
|
31193
|
+
display: inline-block;
|
|
31194
|
+
background: var(--s11212zy-0);
|
|
31195
|
+
border: 1px solid #fff;
|
|
31196
|
+
box-sizing: content-box;
|
|
31197
|
+
margin-right: 6px;
|
|
31243
31198
|
}
|
|
31244
31199
|
|
|
31245
|
-
.
|
|
31246
|
-
|
|
31247
|
-
|
|
31200
|
+
.E_p1lyky6c > :first-child {
|
|
31201
|
+
font-weight: bold;
|
|
31202
|
+
color: white;
|
|
31203
|
+
margin-right: 4px;
|
|
31248
31204
|
}
|
|
31249
31205
|
|
|
31250
|
-
.
|
|
31251
|
-
|
|
31252
|
-
|
|
31206
|
+
.E_ou7iq30 {
|
|
31207
|
+
overflow: hidden;
|
|
31208
|
+
text-overflow: ellipsis;
|
|
31253
31209
|
}
|
|
31254
31210
|
|
|
31255
|
-
.
|
|
31256
|
-
|
|
31257
|
-
width: 20px;
|
|
31211
|
+
.E_s1tui002 {
|
|
31212
|
+
white-space: nowrap;
|
|
31258
31213
|
}
|
|
31259
31214
|
|
|
31260
|
-
.
|
|
31261
|
-
|
|
31262
|
-
|
|
31215
|
+
.E_mxrc2zg {
|
|
31216
|
+
display: -webkit-box;
|
|
31217
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31218
|
+
-webkit-box-orient: vertical;
|
|
31219
|
+
word-break: break-all;
|
|
31263
31220
|
}
|
|
31264
31221
|
|
|
31265
|
-
.
|
|
31266
|
-
|
|
31267
|
-
width: 14px;
|
|
31268
|
-
top: 1px;
|
|
31269
|
-
left: 1px;
|
|
31222
|
+
.E_t1sqg15u {
|
|
31223
|
+
background: white;
|
|
31270
31224
|
}
|
|
31271
31225
|
|
|
31272
|
-
.
|
|
31273
|
-
|
|
31274
|
-
width: 28px;
|
|
31226
|
+
.E_t1sqg15u.inline .table-row {
|
|
31227
|
+
flex-direction: column;
|
|
31275
31228
|
}
|
|
31276
31229
|
|
|
31277
|
-
.
|
|
31278
|
-
|
|
31230
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
31231
|
+
padding: 0 16px 7px 0;
|
|
31279
31232
|
}
|
|
31280
31233
|
|
|
31281
|
-
.
|
|
31282
|
-
|
|
31234
|
+
.E_t1sqg15u.has-border .table-header {
|
|
31235
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31283
31236
|
}
|
|
31284
31237
|
|
|
31285
|
-
.
|
|
31286
|
-
|
|
31238
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31239
|
+
border-top: none !important;
|
|
31287
31240
|
}
|
|
31288
31241
|
|
|
31289
|
-
.
|
|
31290
|
-
|
|
31242
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31243
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31291
31244
|
}
|
|
31292
31245
|
|
|
31293
|
-
.
|
|
31294
|
-
|
|
31246
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31247
|
+
padding-bottom: 0;
|
|
31295
31248
|
}
|
|
31296
31249
|
|
|
31297
|
-
.
|
|
31298
|
-
|
|
31250
|
+
.E_t1sqg15u.align-right .content {
|
|
31251
|
+
text-align: right;
|
|
31299
31252
|
}
|
|
31300
31253
|
|
|
31301
|
-
.
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
margin-right: 4px;
|
|
31254
|
+
.E_t1sqg15u .uuid-row {
|
|
31255
|
+
display: flex;
|
|
31256
|
+
justify-content: space-between;
|
|
31305
31257
|
}
|
|
31306
31258
|
|
|
31307
|
-
.
|
|
31308
|
-
|
|
31259
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
31260
|
+
white-space: nowrap;
|
|
31261
|
+
overflow: hidden;
|
|
31262
|
+
text-overflow: ellipsis;
|
|
31309
31263
|
}
|
|
31310
31264
|
|
|
31311
|
-
.
|
|
31312
|
-
--color: white;
|
|
31313
|
-
height: 14px;
|
|
31314
|
-
width: 14px;
|
|
31315
|
-
border-radius: 50%;
|
|
31316
|
-
flex-shrink: 0;
|
|
31265
|
+
.E_t4zczcp {
|
|
31317
31266
|
display: flex;
|
|
31267
|
+
justify-content: space-between;
|
|
31318
31268
|
align-items: center;
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
}
|
|
31322
|
-
|
|
31323
|
-
.E_c1bus5hc .circle-inner {
|
|
31324
|
-
position: relative;
|
|
31325
|
-
height: 10px;
|
|
31326
|
-
width: 10px;
|
|
31327
|
-
border-radius: 50%;
|
|
31328
|
-
overflow: hidden;
|
|
31269
|
+
padding: 8px;
|
|
31270
|
+
min-height: 32px;
|
|
31329
31271
|
}
|
|
31330
31272
|
|
|
31331
|
-
.
|
|
31332
|
-
|
|
31333
|
-
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
top: 0;
|
|
31337
|
-
border-radius: 50%;
|
|
31338
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31339
|
-
transform: rotate(180deg);
|
|
31273
|
+
.E_t4zczcp .table-title {
|
|
31274
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31275
|
+
font-weight: 600;
|
|
31276
|
+
font-size: 12px;
|
|
31277
|
+
line-height: 8px;
|
|
31340
31278
|
}
|
|
31341
31279
|
|
|
31342
|
-
.
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31346
|
-
left: 0;
|
|
31347
|
-
top: 0;
|
|
31348
|
-
margin-left: 50%;
|
|
31349
|
-
transform-origin: left;
|
|
31350
|
-
background: white;
|
|
31351
|
-
transform: rotate(0deg);
|
|
31280
|
+
.E_t4zczcp .edit-icon {
|
|
31281
|
+
font-size: 16px;
|
|
31282
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31283
|
+
cursor: pointer;
|
|
31352
31284
|
}
|
|
31353
|
-
|
|
31354
|
-
.
|
|
31355
|
-
|
|
31285
|
+
|
|
31286
|
+
.E_t1s7goww {
|
|
31287
|
+
font-size: 12px;
|
|
31288
|
+
line-height: 18px;
|
|
31356
31289
|
}
|
|
31357
31290
|
|
|
31358
|
-
.
|
|
31359
|
-
|
|
31291
|
+
.E_t93e4cf {
|
|
31292
|
+
display: flex;
|
|
31293
|
+
padding: 8px 0;
|
|
31360
31294
|
color: #2d3a56;
|
|
31361
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31362
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31363
|
-
font-size: 13px;
|
|
31364
31295
|
}
|
|
31365
31296
|
|
|
31366
|
-
.
|
|
31367
|
-
|
|
31297
|
+
.E_t93e4cf .hidden {
|
|
31298
|
+
display: none;
|
|
31368
31299
|
}
|
|
31369
31300
|
|
|
31370
|
-
.
|
|
31371
|
-
height:
|
|
31372
|
-
font-size: 13px;
|
|
31301
|
+
.E_t93e4cf .ant-btn-link {
|
|
31302
|
+
height: auto;
|
|
31373
31303
|
}
|
|
31374
31304
|
|
|
31375
|
-
.
|
|
31376
|
-
|
|
31377
|
-
|
|
31305
|
+
.E_t93e4cf .content {
|
|
31306
|
+
overflow: hidden;
|
|
31307
|
+
overflow-x: auto;
|
|
31308
|
+
width: 100%;
|
|
31309
|
+
white-space: pre-wrap;
|
|
31378
31310
|
}
|
|
31379
31311
|
|
|
31380
|
-
.
|
|
31381
|
-
|
|
31312
|
+
.E_t93e4cf .content .ant-btn {
|
|
31313
|
+
white-space: pre-wrap;
|
|
31314
|
+
text-align: left;
|
|
31382
31315
|
}
|
|
31383
31316
|
|
|
31384
|
-
.
|
|
31385
|
-
|
|
31386
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31317
|
+
.E_t93e4cf .content .unit-chart {
|
|
31318
|
+
justify-content: flex-start;
|
|
31387
31319
|
}
|
|
31388
31320
|
|
|
31389
|
-
.
|
|
31390
|
-
|
|
31321
|
+
.E_rhz2uv5 {
|
|
31322
|
+
width: var(--rhz2uv5-0);
|
|
31323
|
+
flex-shrink: 0;
|
|
31324
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31325
|
+
padding-right: 12px;
|
|
31391
31326
|
}
|
|
31392
31327
|
|
|
31393
|
-
.
|
|
31394
|
-
|
|
31395
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31328
|
+
span.E_tqjc4ui {
|
|
31329
|
+
margin: 0 2px;
|
|
31396
31330
|
}
|
|
31397
31331
|
|
|
31398
|
-
.
|
|
31399
|
-
|
|
31332
|
+
.E_wg1tsps {
|
|
31333
|
+
display: flex;
|
|
31334
|
+
align-items: center;
|
|
31335
|
+
justify-content: flex-end;
|
|
31400
31336
|
}
|
|
31401
31337
|
|
|
31402
|
-
.
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
|
|
31338
|
+
.E_b1ctd5xy {
|
|
31339
|
+
display: flex;
|
|
31340
|
+
align-items: center;
|
|
31341
|
+
width: calc(100% - 40px);
|
|
31406
31342
|
}
|
|
31407
31343
|
|
|
31408
|
-
.
|
|
31409
|
-
|
|
31344
|
+
.E_b1ctd5xy .chart {
|
|
31345
|
+
display: inline-block;
|
|
31346
|
+
width: 100%;
|
|
31410
31347
|
}
|
|
31411
31348
|
|
|
31412
|
-
.
|
|
31413
|
-
|
|
31349
|
+
.E_u1p8acpn {
|
|
31350
|
+
min-width: 40px;
|
|
31414
31351
|
}
|
|
31415
31352
|
|
|
31416
|
-
.
|
|
31417
|
-
|
|
31418
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31353
|
+
.E_u1p8acpn .unit {
|
|
31354
|
+
color: #00122e !important;
|
|
31419
31355
|
}
|
|
31420
31356
|
|
|
31421
|
-
.
|
|
31422
|
-
|
|
31357
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
31358
|
+
display: flex;
|
|
31359
|
+
align-items: center;
|
|
31423
31360
|
}
|
|
31424
31361
|
|
|
31425
|
-
.
|
|
31426
|
-
|
|
31362
|
+
.E_s1iv0tp1 .enabled-text {
|
|
31363
|
+
margin-right: 8px;
|
|
31427
31364
|
}
|
|
31428
31365
|
|
|
31429
|
-
.
|
|
31430
|
-
|
|
31431
|
-
line-height: 18px;
|
|
31432
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31433
|
-
height: 34px;
|
|
31434
|
-
min-height: 34px;
|
|
31366
|
+
.E_skwah65 {
|
|
31367
|
+
height: 8px;
|
|
31435
31368
|
box-sizing: border-box;
|
|
31436
|
-
|
|
31369
|
+
border-radius: 2px;
|
|
31370
|
+
background: #f5f7fa;
|
|
31371
|
+
display: flex;
|
|
31372
|
+
width: 100%;
|
|
31373
|
+
overflow: hidden;
|
|
31437
31374
|
}
|
|
31438
31375
|
|
|
31439
|
-
.
|
|
31376
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31377
|
+
margin-left: 1px;
|
|
31378
|
+
}
|
|
31379
|
+
|
|
31380
|
+
.E_fzh9mnb {
|
|
31381
|
+
width: 100%;
|
|
31382
|
+
height: 100%;
|
|
31383
|
+
min-height: 124px;
|
|
31440
31384
|
display: flex;
|
|
31441
31385
|
flex-direction: column;
|
|
31442
|
-
|
|
31443
|
-
|
|
31444
|
-
border-radius: 4px;
|
|
31386
|
+
justify-content: center;
|
|
31387
|
+
align-items: center;
|
|
31445
31388
|
}
|
|
31446
31389
|
|
|
31447
|
-
.
|
|
31448
|
-
|
|
31390
|
+
.E_fzh9mnb .error-text {
|
|
31391
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31392
|
+
margin-bottom: 16px;
|
|
31393
|
+
font-size: 18px;
|
|
31449
31394
|
}
|
|
31450
31395
|
|
|
31451
|
-
.
|
|
31452
|
-
|
|
31396
|
+
.E_t160l1cm {
|
|
31397
|
+
display: flex;
|
|
31398
|
+
flex-direction: column;
|
|
31399
|
+
flex: 1;
|
|
31400
|
+
/* FIXME:(yanzhen) do this better */
|
|
31453
31401
|
}
|
|
31454
31402
|
|
|
31455
|
-
.
|
|
31456
|
-
|
|
31403
|
+
.E_t160l1cm .tab-bar {
|
|
31404
|
+
flex-shrink: 0;
|
|
31405
|
+
display: flex;
|
|
31406
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
31457
31407
|
}
|
|
31458
31408
|
|
|
31459
|
-
.
|
|
31460
|
-
|
|
31409
|
+
.E_t160l1cm .tab-content {
|
|
31410
|
+
height: 100%;
|
|
31461
31411
|
}
|
|
31462
31412
|
|
|
31463
|
-
.
|
|
31464
|
-
|
|
31413
|
+
.E_t160l1cm .tab-menu-item {
|
|
31414
|
+
margin-right: 2px;
|
|
31415
|
+
padding: 1px 12px;
|
|
31416
|
+
line-height: 24px;
|
|
31417
|
+
height: 24px;
|
|
31418
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31419
|
+
border-radius: 4px 4px 0 0;
|
|
31420
|
+
cursor: pointer;
|
|
31421
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
31465
31422
|
}
|
|
31466
31423
|
|
|
31467
|
-
.
|
|
31468
|
-
|
|
31424
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
31425
|
+
padding-left: 0;
|
|
31469
31426
|
}
|
|
31470
31427
|
|
|
31471
|
-
.
|
|
31428
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
31429
|
+
padding-left: 12px;
|
|
31430
|
+
}
|
|
31431
|
+
|
|
31432
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
31472
31433
|
color: #0080ff;
|
|
31434
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31473
31435
|
}
|
|
31474
31436
|
|
|
31475
|
-
.
|
|
31476
|
-
|
|
31437
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
31438
|
+
fill: #0080ff;
|
|
31439
|
+
}
|
|
31440
|
+
|
|
31441
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
31442
|
+
background: rgba(192, 203, 224, 0.6);
|
|
31443
|
+
}
|
|
31444
|
+
|
|
31445
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
31477
31446
|
color: #0080ff;
|
|
31447
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31478
31448
|
}
|
|
31479
31449
|
|
|
31480
|
-
.
|
|
31481
|
-
|
|
31482
|
-
justify-content: space-between;
|
|
31483
|
-
height: 20px;
|
|
31484
|
-
line-height: 20px;
|
|
31450
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
31451
|
+
background: rgba(192, 203, 224, 0.6);
|
|
31485
31452
|
}
|
|
31486
31453
|
|
|
31487
|
-
.
|
|
31488
|
-
|
|
31489
|
-
overflow: hidden;
|
|
31490
|
-
text-overflow: ellipsis;
|
|
31454
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
31455
|
+
background: rgba(0, 128, 255, 0.16);
|
|
31491
31456
|
}
|
|
31492
31457
|
|
|
31493
|
-
.
|
|
31494
|
-
|
|
31495
|
-
justify-content: space-between;
|
|
31496
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31497
|
-
height: 18px;
|
|
31498
|
-
line-height: 18px;
|
|
31499
|
-
margin-top: 2px;
|
|
31458
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
31459
|
+
fill: #0080ff;
|
|
31500
31460
|
}
|
|
31501
31461
|
|
|
31502
|
-
.
|
|
31503
|
-
|
|
31504
|
-
|
|
31505
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31462
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
31463
|
+
color: #0080ff;
|
|
31464
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31506
31465
|
}
|
|
31507
31466
|
|
|
31508
|
-
.
|
|
31509
|
-
|
|
31510
|
-
height: 32px;
|
|
31511
|
-
width: 100%;
|
|
31512
|
-
opacity: 0;
|
|
31467
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
31468
|
+
background: rgba(0, 128, 255, 0.16);
|
|
31513
31469
|
}
|
|
31514
31470
|
|
|
31515
|
-
.
|
|
31516
|
-
|
|
31471
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
31472
|
+
fill: #1d326c;
|
|
31517
31473
|
}
|
|
31518
31474
|
|
|
31519
|
-
.
|
|
31520
|
-
|
|
31521
|
-
|
|
31475
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
31476
|
+
margin-left: 8px;
|
|
31477
|
+
height: 22px;
|
|
31522
31478
|
}
|
|
31523
31479
|
|
|
31524
|
-
.
|
|
31525
|
-
|
|
31480
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
31481
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
31526
31482
|
}
|
|
31527
31483
|
|
|
31528
|
-
.
|
|
31529
|
-
padding: 0
|
|
31530
|
-
|
|
31484
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
31485
|
+
padding: 0;
|
|
31486
|
+
display: flex;
|
|
31487
|
+
align-items: center;
|
|
31488
|
+
overflow: hidden;
|
|
31531
31489
|
}
|
|
31532
31490
|
|
|
31533
|
-
.
|
|
31534
|
-
|
|
31535
|
-
|
|
31491
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
31492
|
+
opacity: 0;
|
|
31493
|
+
max-width: 0;
|
|
31494
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
31536
31495
|
}
|
|
31537
31496
|
|
|
31538
|
-
.
|
|
31539
|
-
padding:
|
|
31540
|
-
|
|
31497
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
31498
|
+
padding: 1px 12px;
|
|
31499
|
+
position: relative;
|
|
31500
|
+
display: flex;
|
|
31541
31501
|
}
|
|
31542
31502
|
|
|
31543
|
-
.
|
|
31544
|
-
opacity:
|
|
31503
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
31504
|
+
opacity: 0;
|
|
31505
|
+
position: absolute;
|
|
31506
|
+
top: 50%;
|
|
31507
|
+
left: 0;
|
|
31508
|
+
transform: translate(-50%, -50%);
|
|
31509
|
+
transition: opacity 100ms linear;
|
|
31510
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
31511
|
+
}
|
|
31512
|
+
|
|
31513
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
31514
|
+
color: #0080ff;
|
|
31545
31515
|
}
|
|
31546
31516
|
|
|
31547
|
-
.
|
|
31548
|
-
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
|
|
31552
|
-
border: none;
|
|
31517
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
31518
|
+
padding: 1px 12px;
|
|
31519
|
+
display: inline-block;
|
|
31520
|
+
opacity: 1;
|
|
31521
|
+
max-width: 160px;
|
|
31553
31522
|
}
|
|
31554
31523
|
|
|
31555
|
-
.
|
|
31556
|
-
|
|
31557
|
-
|
|
31558
|
-
color: inherit;
|
|
31559
|
-
margin-left: 4px;
|
|
31560
|
-
opacity: 0.6;
|
|
31561
|
-
display: inline-flex;
|
|
31524
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
31525
|
+
padding: 1px 12px;
|
|
31526
|
+
color: #005ed1;
|
|
31562
31527
|
}
|
|
31563
31528
|
|
|
31564
|
-
.
|
|
31529
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
31565
31530
|
opacity: 1;
|
|
31566
31531
|
}
|
|
31567
31532
|
|
|
31568
|
-
.
|
|
31569
|
-
|
|
31570
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31533
|
+
.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 {
|
|
31534
|
+
background: rgba(0, 128, 255, 0.16);
|
|
31571
31535
|
}
|
|
31572
31536
|
|
|
31573
|
-
.
|
|
31574
|
-
|
|
31575
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31537
|
+
.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 {
|
|
31538
|
+
opacity: 0;
|
|
31576
31539
|
}
|
|
31577
31540
|
|
|
31578
|
-
.
|
|
31579
|
-
|
|
31580
|
-
|
|
31541
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
31542
|
+
padding: 4px 16px;
|
|
31543
|
+
height: 32px;
|
|
31544
|
+
border-radius: 6px 6px 0 0;
|
|
31581
31545
|
}
|
|
31582
31546
|
|
|
31583
|
-
.
|
|
31584
|
-
|
|
31585
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31547
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
31548
|
+
padding-left: 0;
|
|
31586
31549
|
}
|
|
31587
31550
|
|
|
31588
|
-
.
|
|
31589
|
-
|
|
31590
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31551
|
+
.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 {
|
|
31552
|
+
padding-left: 16px;
|
|
31591
31553
|
}
|
|
31592
31554
|
|
|
31593
|
-
.
|
|
31594
|
-
|
|
31595
|
-
|
|
31555
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
31556
|
+
margin-left: 11px;
|
|
31557
|
+
height: 24px;
|
|
31596
31558
|
}
|
|
31597
31559
|
|
|
31598
|
-
.
|
|
31599
|
-
|
|
31560
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
31561
|
+
padding: 0;
|
|
31600
31562
|
}
|
|
31601
31563
|
|
|
31602
|
-
.
|
|
31603
|
-
|
|
31564
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
31565
|
+
padding: 4px 16px;
|
|
31604
31566
|
}
|
|
31605
31567
|
|
|
31606
|
-
.
|
|
31607
|
-
|
|
31568
|
+
.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 {
|
|
31569
|
+
padding: 4px 16px;
|
|
31608
31570
|
}
|
|
31609
31571
|
|
|
31610
|
-
.
|
|
31611
|
-
background
|
|
31572
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
31573
|
+
background: #fff;
|
|
31612
31574
|
}
|
|
31613
31575
|
|
|
31614
|
-
.
|
|
31615
|
-
|
|
31576
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
31577
|
+
color: #005ed1;
|
|
31616
31578
|
}
|
|
31617
31579
|
|
|
31618
|
-
.
|
|
31619
|
-
background
|
|
31580
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
31581
|
+
background: #fff;
|
|
31582
|
+
color: #1d326c;
|
|
31620
31583
|
}
|
|
31621
31584
|
|
|
31622
|
-
.
|
|
31623
|
-
|
|
31585
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
31586
|
+
color: rgba(45, 58, 86, 0.6);
|
|
31624
31587
|
}
|
|
31625
31588
|
|
|
31626
|
-
.
|
|
31627
|
-
|
|
31589
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
31590
|
+
color: #1d326c;
|
|
31628
31591
|
}
|
|
31629
31592
|
|
|
31630
|
-
.
|
|
31631
|
-
|
|
31632
|
-
height: 100%;
|
|
31633
|
-
min-height: 124px;
|
|
31634
|
-
display: flex;
|
|
31635
|
-
flex-direction: column;
|
|
31636
|
-
justify-content: center;
|
|
31637
|
-
align-items: center;
|
|
31593
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
31594
|
+
fill: #d8deeb;
|
|
31638
31595
|
}
|
|
31639
31596
|
|
|
31640
|
-
.
|
|
31641
|
-
|
|
31642
|
-
margin-bottom: 16px;
|
|
31643
|
-
font-size: 18px;
|
|
31597
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
31598
|
+
fill: #1d326c;
|
|
31644
31599
|
}
|
|
31645
31600
|
|
|
31646
|
-
.
|
|
31647
|
-
|
|
31648
|
-
|
|
31649
|
-
flex-
|
|
31650
|
-
line-break: auto;
|
|
31601
|
+
.E_t160l1cm .tab-content {
|
|
31602
|
+
flex: 1;
|
|
31603
|
+
display: flex;
|
|
31604
|
+
flex-direction: column;
|
|
31651
31605
|
}
|
|
31652
31606
|
|
|
31653
|
-
.
|
|
31654
|
-
|
|
31655
|
-
padding-bottom: 0 !important;
|
|
31607
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
31608
|
+
overflow: visible;
|
|
31656
31609
|
}
|
|
31657
31610
|
|
|
31658
|
-
.
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
font-size: 13px;
|
|
31662
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31663
|
-
white-space: normal;
|
|
31611
|
+
.E_t14npdqr {
|
|
31612
|
+
max-width: 240px;
|
|
31613
|
+
animation: none;
|
|
31664
31614
|
}
|
|
31665
31615
|
|
|
31666
|
-
.
|
|
31667
|
-
border
|
|
31616
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
31617
|
+
border: 1px solid #0080ff;
|
|
31618
|
+
padding: 0;
|
|
31668
31619
|
}
|
|
31669
31620
|
|
|
31670
|
-
.
|
|
31671
|
-
|
|
31621
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31622
|
+
margin: 0;
|
|
31623
|
+
height: 32px;
|
|
31624
|
+
line-height: 32px;
|
|
31625
|
+
font-size: 13px;
|
|
31626
|
+
padding: 0 10px;
|
|
31627
|
+
display: block;
|
|
31628
|
+
overflow: hidden;
|
|
31629
|
+
text-overflow: ellipsis;
|
|
31630
|
+
white-space: nowrap;
|
|
31672
31631
|
}
|
|
31673
31632
|
|
|
31674
|
-
.
|
|
31675
|
-
|
|
31676
|
-
|
|
31677
|
-
|
|
31633
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
31634
|
+
content: " ";
|
|
31635
|
+
height: 1px;
|
|
31636
|
+
width: calc(100% + 10px);
|
|
31637
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31638
|
+
display: block;
|
|
31678
31639
|
}
|
|
31679
31640
|
|
|
31680
|
-
.
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
min-height: 0px;
|
|
31641
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
31642
|
+
color: #0080ff;
|
|
31643
|
+
background: transparent;
|
|
31684
31644
|
}
|
|
31685
31645
|
|
|
31686
31646
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31753,48 +31713,73 @@ button.E_n7k2c6r {
|
|
|
31753
31713
|
padding: 2px 8px;
|
|
31754
31714
|
}
|
|
31755
31715
|
|
|
31756
|
-
.
|
|
31757
|
-
|
|
31716
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31717
|
+
margin-left: 8px;
|
|
31758
31718
|
}
|
|
31759
31719
|
|
|
31760
|
-
.
|
|
31761
|
-
padding:
|
|
31720
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31721
|
+
padding: 2px 7px 2px 12px;
|
|
31722
|
+
}
|
|
31723
|
+
|
|
31724
|
+
.E_iouxfgt {
|
|
31762
31725
|
display: inline-flex;
|
|
31763
|
-
|
|
31764
|
-
height: inherit;
|
|
31726
|
+
align-items: center;
|
|
31765
31727
|
}
|
|
31766
31728
|
|
|
31767
|
-
.
|
|
31768
|
-
|
|
31769
|
-
display: var(--a1wfy30z-2);
|
|
31770
|
-
flex: none;
|
|
31729
|
+
.E_iouxfgt .icon-inner {
|
|
31730
|
+
display: inline-flex;
|
|
31771
31731
|
align-items: center;
|
|
31732
|
+
justify-content: center;
|
|
31733
|
+
}
|
|
31734
|
+
|
|
31735
|
+
.E_iouxfgt .icon-inner + span,
|
|
31736
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31772
31737
|
margin-left: 4px;
|
|
31773
31738
|
}
|
|
31774
31739
|
|
|
31775
|
-
.
|
|
31776
|
-
|
|
31777
|
-
|
|
31778
|
-
flex: none;
|
|
31779
|
-
align-items: center;
|
|
31780
|
-
margin-right: 4px;
|
|
31781
|
-
cursor: auto;
|
|
31740
|
+
.E_iouxfgt.is-rotate img,
|
|
31741
|
+
.E_iouxfgt.is-rotate svg {
|
|
31742
|
+
animation: rotate 680ms linear infinite;
|
|
31782
31743
|
}
|
|
31783
31744
|
|
|
31784
|
-
.
|
|
31785
|
-
|
|
31786
|
-
margin: 0;
|
|
31745
|
+
.E_f7pxqmh {
|
|
31746
|
+
width: 100%;
|
|
31747
|
+
margin-bottom: 0 !important;
|
|
31748
|
+
flex-flow: nowrap !important;
|
|
31749
|
+
line-break: auto;
|
|
31750
|
+
}
|
|
31751
|
+
|
|
31752
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31753
|
+
text-align: left !important;
|
|
31754
|
+
padding-bottom: 0 !important;
|
|
31755
|
+
}
|
|
31756
|
+
|
|
31757
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31758
|
+
min-height: 32px;
|
|
31787
31759
|
height: auto;
|
|
31788
|
-
font-size:
|
|
31760
|
+
font-size: 13px;
|
|
31761
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31762
|
+
white-space: normal;
|
|
31789
31763
|
}
|
|
31790
31764
|
|
|
31791
|
-
.
|
|
31792
|
-
|
|
31765
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31766
|
+
border-color: #ff4d4f !important;
|
|
31793
31767
|
}
|
|
31794
31768
|
|
|
31795
|
-
.
|
|
31796
|
-
|
|
31797
|
-
|
|
31769
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31770
|
+
border-color: #ff4d4f !important;
|
|
31771
|
+
}
|
|
31772
|
+
|
|
31773
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31774
|
+
margin-top: 4px;
|
|
31775
|
+
font-size: 12px;
|
|
31776
|
+
min-height: 0px;
|
|
31777
|
+
}
|
|
31778
|
+
|
|
31779
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31780
|
+
font-size: 12px;
|
|
31781
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31782
|
+
min-height: 0px;
|
|
31798
31783
|
}
|
|
31799
31784
|
|
|
31800
31785
|
.E_i1inqkme {
|
|
@@ -31810,33 +31795,48 @@ button.E_n7k2c6r {
|
|
|
31810
31795
|
margin-right: 4px;
|
|
31811
31796
|
}
|
|
31812
31797
|
|
|
31813
|
-
.
|
|
31798
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31799
|
+
display: var(--a1wfy30z-0);
|
|
31800
|
+
}
|
|
31801
|
+
|
|
31802
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31803
|
+
padding: 4px 11px;
|
|
31814
31804
|
display: inline-flex;
|
|
31805
|
+
line-height: 1.5715;
|
|
31806
|
+
height: inherit;
|
|
31807
|
+
}
|
|
31808
|
+
|
|
31809
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31810
|
+
content: var(--a1wfy30z-1);
|
|
31811
|
+
display: var(--a1wfy30z-2);
|
|
31812
|
+
flex: none;
|
|
31815
31813
|
align-items: center;
|
|
31814
|
+
margin-left: 4px;
|
|
31816
31815
|
}
|
|
31817
31816
|
|
|
31818
|
-
.
|
|
31819
|
-
|
|
31817
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31818
|
+
content: var(--a1wfy30z-3);
|
|
31819
|
+
display: var(--a1wfy30z-4);
|
|
31820
|
+
flex: none;
|
|
31820
31821
|
align-items: center;
|
|
31821
|
-
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
.E_iouxfgt .icon-inner + span,
|
|
31825
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31826
|
-
margin-left: 4px;
|
|
31822
|
+
margin-right: 4px;
|
|
31823
|
+
cursor: auto;
|
|
31827
31824
|
}
|
|
31828
31825
|
|
|
31829
|
-
.
|
|
31830
|
-
|
|
31831
|
-
|
|
31826
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31827
|
+
padding: 0;
|
|
31828
|
+
margin: 0;
|
|
31829
|
+
height: auto;
|
|
31830
|
+
font-size: inherit;
|
|
31832
31831
|
}
|
|
31833
31832
|
|
|
31834
|
-
.
|
|
31835
|
-
|
|
31833
|
+
.E_owd0kml {
|
|
31834
|
+
display: inline-block;
|
|
31836
31835
|
}
|
|
31837
31836
|
|
|
31838
|
-
.
|
|
31839
|
-
|
|
31837
|
+
.E_h1jsgezc {
|
|
31838
|
+
visibility: hidden;
|
|
31839
|
+
position: absolute;
|
|
31840
31840
|
}
|
|
31841
31841
|
|
|
31842
31842
|
.E_cnujxq2 {
|
|
@@ -33098,6 +33098,10 @@ input.E_rf8rlle.ant-input {
|
|
|
33098
33098
|
line-height: 12px;
|
|
33099
33099
|
}
|
|
33100
33100
|
|
|
33101
|
+
.E_m196gn1d {
|
|
33102
|
+
min-width: 1280px;
|
|
33103
|
+
}
|
|
33104
|
+
|
|
33101
33105
|
.E_a1b5xrg3 .user-icon-inner {
|
|
33102
33106
|
display: inline-flex;
|
|
33103
33107
|
align-items: center;
|
|
@@ -33131,16 +33135,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33131
33135
|
transition: all 320ms ease;
|
|
33132
33136
|
}
|
|
33133
33137
|
|
|
33134
|
-
.E_m196gn1d {
|
|
33135
|
-
min-width: 1280px;
|
|
33136
|
-
}
|
|
33137
|
-
|
|
33138
|
-
.E_h1ol2wl7 {
|
|
33139
|
-
font-weight: bold;
|
|
33140
|
-
background-color: unset;
|
|
33141
|
-
padding: unset;
|
|
33142
|
-
}
|
|
33143
|
-
|
|
33144
33138
|
.E_suhck3k {
|
|
33145
33139
|
height: 24px;
|
|
33146
33140
|
width: 24px;
|
|
@@ -33173,6 +33167,12 @@ input.E_rf8rlle.ant-input {
|
|
|
33173
33167
|
margin-right: 6px;
|
|
33174
33168
|
}
|
|
33175
33169
|
|
|
33170
|
+
.E_h1ol2wl7 {
|
|
33171
|
+
font-weight: bold;
|
|
33172
|
+
background-color: unset;
|
|
33173
|
+
padding: unset;
|
|
33174
|
+
}
|
|
33175
|
+
|
|
33176
33176
|
.E_hrhfj7c {
|
|
33177
33177
|
display: none;
|
|
33178
33178
|
}
|
|
@@ -34253,45 +34253,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34253
34253
|
padding: 0;
|
|
34254
34254
|
}
|
|
34255
34255
|
|
|
34256
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34257
|
-
margin-right: 2px;
|
|
34258
|
-
}
|
|
34259
|
-
|
|
34260
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34261
|
-
padding-left: 8px;
|
|
34262
|
-
padding-right: 8px;
|
|
34263
|
-
}
|
|
34264
|
-
|
|
34265
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34266
|
-
border-radius: 4px;
|
|
34267
|
-
}
|
|
34268
|
-
|
|
34269
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34270
|
-
border-radius: 4px;
|
|
34271
|
-
}
|
|
34272
|
-
|
|
34273
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
34274
|
-
padding-left: 12px;
|
|
34275
|
-
padding-right: 12px;
|
|
34276
|
-
}
|
|
34277
|
-
|
|
34278
|
-
.E_ckld275 {
|
|
34279
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34280
|
-
}
|
|
34281
|
-
|
|
34282
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34283
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
34284
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34285
|
-
}
|
|
34286
|
-
|
|
34287
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34288
|
-
background-color: transparent;
|
|
34289
|
-
}
|
|
34290
|
-
|
|
34291
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34292
|
-
background-color: transparent;
|
|
34293
|
-
}
|
|
34294
|
-
|
|
34295
34256
|
.E_c1yd35n {
|
|
34296
34257
|
padding: 0 12px 14px 12px;
|
|
34297
34258
|
}
|
|
@@ -34362,22 +34323,43 @@ input.E_rf8rlle.ant-input {
|
|
|
34362
34323
|
transform: translateY(-4px);
|
|
34363
34324
|
}
|
|
34364
34325
|
|
|
34365
|
-
.
|
|
34366
|
-
|
|
34367
|
-
align-items: center;
|
|
34368
|
-
justify-content: space-between;
|
|
34369
|
-
column-gap: 6px;
|
|
34326
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34327
|
+
margin-right: 2px;
|
|
34370
34328
|
}
|
|
34371
34329
|
|
|
34372
|
-
.
|
|
34373
|
-
|
|
34374
|
-
|
|
34375
|
-
justify-content: center;
|
|
34376
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34330
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34331
|
+
padding-left: 8px;
|
|
34332
|
+
padding-right: 8px;
|
|
34377
34333
|
}
|
|
34378
34334
|
|
|
34379
|
-
.
|
|
34380
|
-
|
|
34335
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34336
|
+
border-radius: 4px;
|
|
34337
|
+
}
|
|
34338
|
+
|
|
34339
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34340
|
+
border-radius: 4px;
|
|
34341
|
+
}
|
|
34342
|
+
|
|
34343
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34344
|
+
padding-left: 12px;
|
|
34345
|
+
padding-right: 12px;
|
|
34346
|
+
}
|
|
34347
|
+
|
|
34348
|
+
.E_ckld275 {
|
|
34349
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34350
|
+
}
|
|
34351
|
+
|
|
34352
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34353
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34354
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34355
|
+
}
|
|
34356
|
+
|
|
34357
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34358
|
+
background-color: transparent;
|
|
34359
|
+
}
|
|
34360
|
+
|
|
34361
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34362
|
+
background-color: transparent;
|
|
34381
34363
|
}
|
|
34382
34364
|
|
|
34383
34365
|
.E_ckui4s7 {
|
|
@@ -34519,6 +34501,11 @@ input.E_rf8rlle.ant-input {
|
|
|
34519
34501
|
margin-right: 4px;
|
|
34520
34502
|
}
|
|
34521
34503
|
|
|
34504
|
+
.E_i1g85yz3 {
|
|
34505
|
+
margin-right: 4px;
|
|
34506
|
+
height: 16px;
|
|
34507
|
+
}
|
|
34508
|
+
|
|
34522
34509
|
.E_slr2ynn {
|
|
34523
34510
|
padding: 0 8px;
|
|
34524
34511
|
height: 18px;
|
|
@@ -34776,11 +34763,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34776
34763
|
margin-right: 8px;
|
|
34777
34764
|
}
|
|
34778
34765
|
|
|
34779
|
-
.E_i1g85yz3 {
|
|
34780
|
-
margin-right: 4px;
|
|
34781
|
-
height: 16px;
|
|
34782
|
-
}
|
|
34783
|
-
|
|
34784
34766
|
.E_sjob3jg {
|
|
34785
34767
|
--item-min-width: 60px;
|
|
34786
34768
|
}
|
|
@@ -34967,147 +34949,237 @@ input.E_rf8rlle.ant-input {
|
|
|
34967
34949
|
white-space: nowrap;
|
|
34968
34950
|
}
|
|
34969
34951
|
|
|
34970
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34971
|
-
font-size: 13px;
|
|
34972
|
-
line-height: 20px;
|
|
34973
|
-
max-width: 100%;
|
|
34974
|
-
padding-right: 0;
|
|
34952
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34953
|
+
font-size: 13px;
|
|
34954
|
+
line-height: 20px;
|
|
34955
|
+
max-width: 100%;
|
|
34956
|
+
padding-right: 0;
|
|
34957
|
+
}
|
|
34958
|
+
|
|
34959
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34960
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34961
|
+
}
|
|
34962
|
+
|
|
34963
|
+
.E_h6l1tj4 {
|
|
34964
|
+
width: 100%;
|
|
34965
|
+
display: inline-flex;
|
|
34966
|
+
align-items: center;
|
|
34967
|
+
justify-content: center;
|
|
34968
|
+
column-gap: 4px;
|
|
34969
|
+
}
|
|
34970
|
+
|
|
34971
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34972
|
+
display: inline-flex;
|
|
34973
|
+
align-items: center;
|
|
34974
|
+
width: 18px;
|
|
34975
|
+
height: 18px;
|
|
34976
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34977
|
+
justify-content: center;
|
|
34978
|
+
}
|
|
34979
|
+
|
|
34980
|
+
.E_v18frne8 {
|
|
34981
|
+
width: 100%;
|
|
34982
|
+
display: flex;
|
|
34983
|
+
align-items: center;
|
|
34984
|
+
justify-content: center;
|
|
34985
|
+
column-gap: 6px;
|
|
34986
|
+
font-size: 13px;
|
|
34987
|
+
}
|
|
34988
|
+
|
|
34989
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34990
|
+
display: inline-flex;
|
|
34991
|
+
align-items: center;
|
|
34992
|
+
min-width: 20px;
|
|
34993
|
+
min-height: 20px;
|
|
34994
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34995
|
+
justify-content: center;
|
|
34996
|
+
}
|
|
34997
|
+
|
|
34998
|
+
.E_sddwhm6 {
|
|
34999
|
+
margin: 0;
|
|
35000
|
+
border-radius: 20px;
|
|
35001
|
+
padding: 2px 10px;
|
|
35002
|
+
height: 22px;
|
|
35003
|
+
}
|
|
35004
|
+
|
|
35005
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35006
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35007
|
+
}
|
|
35008
|
+
|
|
35009
|
+
.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 {
|
|
35010
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35011
|
+
}
|
|
35012
|
+
|
|
35013
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35014
|
+
color: #00122e;
|
|
35015
|
+
}
|
|
35016
|
+
|
|
35017
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35018
|
+
margin-right: 6px;
|
|
35019
|
+
}
|
|
35020
|
+
|
|
35021
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35022
|
+
margin-left: 8px;
|
|
35023
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35024
|
+
}
|
|
35025
|
+
|
|
35026
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35027
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35028
|
+
}
|
|
35029
|
+
|
|
35030
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35031
|
+
background-color: #0080ff;
|
|
35032
|
+
}
|
|
35033
|
+
|
|
35034
|
+
.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 {
|
|
35035
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
35036
|
+
}
|
|
35037
|
+
|
|
35038
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35039
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
35040
|
+
}
|
|
35041
|
+
|
|
35042
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35043
|
+
background-color: #f0483e;
|
|
35044
|
+
}
|
|
35045
|
+
|
|
35046
|
+
.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 {
|
|
35047
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
35048
|
+
}
|
|
35049
|
+
|
|
35050
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35051
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
35052
|
+
}
|
|
35053
|
+
|
|
35054
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35055
|
+
background-color: #fea008;
|
|
35056
|
+
}
|
|
35057
|
+
|
|
35058
|
+
.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 {
|
|
35059
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
35060
|
+
}
|
|
35061
|
+
|
|
35062
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35063
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34975
35064
|
}
|
|
34976
35065
|
|
|
34977
|
-
.
|
|
34978
|
-
background:
|
|
35066
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35067
|
+
background-color: #00ba5d;
|
|
34979
35068
|
}
|
|
34980
35069
|
|
|
34981
|
-
.
|
|
34982
|
-
|
|
34983
|
-
display: inline-flex;
|
|
34984
|
-
align-items: center;
|
|
34985
|
-
justify-content: center;
|
|
34986
|
-
column-gap: 4px;
|
|
35070
|
+
.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 {
|
|
35071
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34987
35072
|
}
|
|
34988
35073
|
|
|
34989
|
-
.
|
|
34990
|
-
|
|
34991
|
-
align-items: center;
|
|
34992
|
-
width: 18px;
|
|
34993
|
-
height: 18px;
|
|
34994
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34995
|
-
justify-content: center;
|
|
35074
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35075
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34996
35076
|
}
|
|
34997
35077
|
|
|
34998
|
-
.
|
|
34999
|
-
|
|
35000
|
-
display: flex;
|
|
35001
|
-
align-items: center;
|
|
35002
|
-
justify-content: center;
|
|
35003
|
-
column-gap: 6px;
|
|
35004
|
-
font-size: 13px;
|
|
35078
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35079
|
+
background-color: #6b7d99;
|
|
35005
35080
|
}
|
|
35006
35081
|
|
|
35007
|
-
.
|
|
35008
|
-
|
|
35009
|
-
align-items: center;
|
|
35010
|
-
min-width: 20px;
|
|
35011
|
-
min-height: 20px;
|
|
35012
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35013
|
-
justify-content: center;
|
|
35082
|
+
.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 {
|
|
35083
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
35014
35084
|
}
|
|
35015
35085
|
|
|
35016
|
-
.
|
|
35017
|
-
|
|
35086
|
+
.E_satwmqm {
|
|
35087
|
+
width: 8px;
|
|
35088
|
+
height: 8px;
|
|
35089
|
+
border-radius: 50%;
|
|
35090
|
+
display: inline-block;
|
|
35018
35091
|
}
|
|
35019
35092
|
|
|
35020
|
-
.
|
|
35093
|
+
.E_tc97u5y {
|
|
35021
35094
|
height: 100%;
|
|
35022
35095
|
}
|
|
35023
35096
|
|
|
35024
|
-
.
|
|
35025
|
-
padding-top: 6px;
|
|
35026
|
-
padding-bottom: 6px;
|
|
35027
|
-
}
|
|
35028
|
-
|
|
35029
|
-
.E_tfzf37v.empty-table .ant-table-content {
|
|
35097
|
+
.E_efzf37v .ant-table-content {
|
|
35030
35098
|
overflow: visible !important;
|
|
35031
35099
|
height: 100%;
|
|
35032
35100
|
}
|
|
35033
35101
|
|
|
35034
|
-
.
|
|
35102
|
+
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
35035
35103
|
height: 100%;
|
|
35036
35104
|
}
|
|
35037
35105
|
|
|
35038
|
-
.
|
|
35106
|
+
.E_efzf37v .ant-table-content table {
|
|
35039
35107
|
width: 100% !important;
|
|
35040
35108
|
height: 100%;
|
|
35041
35109
|
}
|
|
35042
35110
|
|
|
35043
|
-
.
|
|
35111
|
+
.E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35044
35112
|
padding: 15px 0;
|
|
35045
35113
|
}
|
|
35046
35114
|
|
|
35047
|
-
.
|
|
35115
|
+
.E_efzf37v .ant-table-content table thead.ant-table-thead {
|
|
35048
35116
|
display: none;
|
|
35049
35117
|
}
|
|
35050
35118
|
|
|
35051
|
-
.
|
|
35119
|
+
.E_t1fisho6 {
|
|
35120
|
+
height: 100%;
|
|
35121
|
+
}
|
|
35122
|
+
|
|
35123
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
35124
|
+
padding-top: 6px;
|
|
35125
|
+
padding-bottom: 6px;
|
|
35126
|
+
}
|
|
35127
|
+
|
|
35128
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
35052
35129
|
font-weight: 700;
|
|
35053
35130
|
}
|
|
35054
35131
|
|
|
35055
|
-
.
|
|
35132
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
35056
35133
|
font-weight: 700;
|
|
35057
35134
|
}
|
|
35058
35135
|
|
|
35059
|
-
.
|
|
35136
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
35060
35137
|
height: 100%;
|
|
35061
35138
|
}
|
|
35062
35139
|
|
|
35063
|
-
.
|
|
35140
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
35064
35141
|
height: 100%;
|
|
35065
35142
|
overflow: visible;
|
|
35066
35143
|
}
|
|
35067
35144
|
|
|
35068
|
-
.
|
|
35145
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
35069
35146
|
max-height: none;
|
|
35070
35147
|
}
|
|
35071
35148
|
|
|
35072
|
-
.
|
|
35073
|
-
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
35074
|
-
display: none;
|
|
35075
|
-
}
|
|
35076
|
-
|
|
35077
|
-
.E_tfzf37v td.ant-table-column-sort {
|
|
35149
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
35078
35150
|
background: transparent;
|
|
35079
35151
|
}
|
|
35080
35152
|
|
|
35081
|
-
.
|
|
35082
|
-
.
|
|
35153
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
35154
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
35083
35155
|
background: #fff;
|
|
35084
35156
|
padding: 0 !important;
|
|
35085
35157
|
}
|
|
35086
35158
|
|
|
35087
|
-
.
|
|
35088
|
-
.
|
|
35159
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
35160
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35089
35161
|
display: flex;
|
|
35090
35162
|
align-items: center;
|
|
35091
35163
|
height: 100%;
|
|
35092
35164
|
padding: 8px;
|
|
35093
35165
|
}
|
|
35094
35166
|
|
|
35095
|
-
.
|
|
35096
|
-
.
|
|
35167
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
35168
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
35097
35169
|
overflow: hidden;
|
|
35098
35170
|
text-overflow: ellipsis;
|
|
35099
35171
|
width: 100%;
|
|
35100
35172
|
}
|
|
35101
35173
|
|
|
35102
|
-
.
|
|
35174
|
+
.E_t1fisho6 .ant-table-container {
|
|
35103
35175
|
height: 100%;
|
|
35104
35176
|
}
|
|
35105
35177
|
|
|
35106
|
-
.
|
|
35178
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
35107
35179
|
box-shadow: none !important;
|
|
35108
35180
|
}
|
|
35109
35181
|
|
|
35110
|
-
.
|
|
35182
|
+
.E_t1fisho6 div.ant-table {
|
|
35111
35183
|
border-radius: 0px;
|
|
35112
35184
|
border-left: none;
|
|
35113
35185
|
border-right: none;
|
|
@@ -35117,33 +35189,33 @@ input.E_rf8rlle.ant-input {
|
|
|
35117
35189
|
background: transparent;
|
|
35118
35190
|
}
|
|
35119
35191
|
|
|
35120
|
-
.
|
|
35192
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
35121
35193
|
position: relative;
|
|
35122
35194
|
z-index: 3;
|
|
35123
35195
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35124
35196
|
margin-bottom: -1px;
|
|
35125
35197
|
}
|
|
35126
35198
|
|
|
35127
|
-
.
|
|
35128
|
-
.
|
|
35199
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
35200
|
+
.E_t1fisho6 div.ant-table .value {
|
|
35129
35201
|
color: #2d3a56;
|
|
35130
35202
|
}
|
|
35131
35203
|
|
|
35132
|
-
.
|
|
35133
|
-
.
|
|
35204
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
35205
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
35134
35206
|
color: rgba(44, 56, 82, 0.6);
|
|
35135
35207
|
}
|
|
35136
35208
|
|
|
35137
|
-
.
|
|
35209
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
35138
35210
|
position: unset;
|
|
35139
35211
|
text-align: center;
|
|
35140
35212
|
}
|
|
35141
35213
|
|
|
35142
|
-
.
|
|
35214
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
35143
35215
|
background: #fff;
|
|
35144
35216
|
}
|
|
35145
35217
|
|
|
35146
|
-
.
|
|
35218
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
35147
35219
|
cursor: pointer;
|
|
35148
35220
|
position: absolute;
|
|
35149
35221
|
top: 50%;
|
|
@@ -35151,23 +35223,23 @@ input.E_rf8rlle.ant-input {
|
|
|
35151
35223
|
transform: translateY(-50%);
|
|
35152
35224
|
}
|
|
35153
35225
|
|
|
35154
|
-
.
|
|
35226
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
35155
35227
|
box-shadow: none;
|
|
35156
35228
|
width: 1px;
|
|
35157
35229
|
background: rgba(213, 219, 227, 0.6);
|
|
35158
35230
|
}
|
|
35159
35231
|
|
|
35160
|
-
.
|
|
35232
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
35161
35233
|
box-shadow: none;
|
|
35162
35234
|
width: 1px;
|
|
35163
35235
|
background: rgba(213, 219, 227, 0.6);
|
|
35164
35236
|
}
|
|
35165
35237
|
|
|
35166
|
-
.
|
|
35238
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
35167
35239
|
position: relative;
|
|
35168
35240
|
}
|
|
35169
35241
|
|
|
35170
|
-
.
|
|
35242
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
35171
35243
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35172
35244
|
border-bottom: 1px solid white;
|
|
35173
35245
|
height: 40px;
|
|
@@ -35176,12 +35248,12 @@ input.E_rf8rlle.ant-input {
|
|
|
35176
35248
|
color: #00122e;
|
|
35177
35249
|
}
|
|
35178
35250
|
|
|
35179
|
-
.
|
|
35251
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
35180
35252
|
background: #f2f5fa;
|
|
35181
35253
|
border-bottom-color: #f2f5fa;
|
|
35182
35254
|
}
|
|
35183
35255
|
|
|
35184
|
-
.
|
|
35256
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
35185
35257
|
height: auto;
|
|
35186
35258
|
color: #00122e;
|
|
35187
35259
|
font-size: 12px;
|
|
@@ -35192,43 +35264,43 @@ input.E_rf8rlle.ant-input {
|
|
|
35192
35264
|
white-space: nowrap;
|
|
35193
35265
|
}
|
|
35194
35266
|
|
|
35195
|
-
.
|
|
35267
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
35196
35268
|
color: #0096ff;
|
|
35197
35269
|
}
|
|
35198
35270
|
|
|
35199
|
-
.
|
|
35271
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
35200
35272
|
overflow: hidden;
|
|
35201
35273
|
text-overflow: ellipsis;
|
|
35202
35274
|
width: 100%;
|
|
35203
35275
|
vertical-align: middle;
|
|
35204
35276
|
}
|
|
35205
35277
|
|
|
35206
|
-
.
|
|
35278
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35207
35279
|
line-height: 0px;
|
|
35208
35280
|
}
|
|
35209
35281
|
|
|
35210
|
-
.
|
|
35282
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35211
35283
|
padding-right: 25px;
|
|
35212
35284
|
}
|
|
35213
35285
|
|
|
35214
|
-
.
|
|
35286
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35215
35287
|
border-top-color: transparent;
|
|
35216
35288
|
}
|
|
35217
35289
|
|
|
35218
|
-
.
|
|
35290
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35219
35291
|
background: rgba(225, 230, 241, 0.6);
|
|
35220
35292
|
border-color: transparent transparent white;
|
|
35221
35293
|
}
|
|
35222
35294
|
|
|
35223
|
-
.
|
|
35295
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35224
35296
|
border-radius: 8px 0 0 8px;
|
|
35225
35297
|
}
|
|
35226
35298
|
|
|
35227
|
-
.
|
|
35299
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35228
35300
|
border-radius: 8px 0 0 8px;
|
|
35229
35301
|
}
|
|
35230
35302
|
|
|
35231
|
-
.
|
|
35303
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35232
35304
|
content: "";
|
|
35233
35305
|
width: 4px;
|
|
35234
35306
|
top: -1px;
|
|
@@ -35236,78 +35308,78 @@ input.E_rf8rlle.ant-input {
|
|
|
35236
35308
|
background: white;
|
|
35237
35309
|
}
|
|
35238
35310
|
|
|
35239
|
-
.
|
|
35311
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35240
35312
|
border-radius: 0 8px 8px 0;
|
|
35241
35313
|
}
|
|
35242
35314
|
|
|
35243
|
-
.
|
|
35315
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35244
35316
|
border-radius: 0;
|
|
35245
35317
|
background: white;
|
|
35246
35318
|
border-top: none;
|
|
35247
35319
|
}
|
|
35248
35320
|
|
|
35249
|
-
.
|
|
35321
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35250
35322
|
border-top: 1px solid transparent;
|
|
35251
35323
|
border-radius: 0 8px 8px 0;
|
|
35252
35324
|
background: rgba(225, 230, 241, 0.6);
|
|
35253
35325
|
}
|
|
35254
35326
|
|
|
35255
|
-
.
|
|
35327
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35256
35328
|
background: white;
|
|
35257
35329
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35258
35330
|
}
|
|
35259
35331
|
|
|
35260
|
-
.
|
|
35332
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35261
35333
|
display: flex;
|
|
35262
35334
|
align-items: center;
|
|
35263
35335
|
height: 100%;
|
|
35264
35336
|
background: rgba(225, 230, 241, 0.6);
|
|
35265
35337
|
}
|
|
35266
35338
|
|
|
35267
|
-
.
|
|
35339
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35268
35340
|
background: white;
|
|
35269
35341
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35270
35342
|
}
|
|
35271
35343
|
|
|
35272
|
-
.
|
|
35344
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35273
35345
|
display: flex;
|
|
35274
35346
|
align-items: center;
|
|
35275
35347
|
height: 100%;
|
|
35276
35348
|
background: rgba(225, 230, 241, 0.6);
|
|
35277
35349
|
}
|
|
35278
35350
|
|
|
35279
|
-
.
|
|
35351
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35280
35352
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35281
35353
|
}
|
|
35282
35354
|
|
|
35283
|
-
.
|
|
35355
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35284
35356
|
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35285
35357
|
border-radius: 8px;
|
|
35286
35358
|
}
|
|
35287
35359
|
|
|
35288
|
-
.
|
|
35360
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35289
35361
|
border-top-color: white;
|
|
35290
35362
|
}
|
|
35291
35363
|
|
|
35292
|
-
.
|
|
35364
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35293
35365
|
background: rgba(0, 136, 255, 0.1);
|
|
35294
35366
|
border-bottom-color: transparent;
|
|
35295
35367
|
border-top-color: transparent;
|
|
35296
35368
|
}
|
|
35297
35369
|
|
|
35298
|
-
.
|
|
35370
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35299
35371
|
border-radius: 8px 0 0 8px;
|
|
35300
35372
|
}
|
|
35301
35373
|
|
|
35302
|
-
.
|
|
35374
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35303
35375
|
border-radius: 0 8px 8px 0;
|
|
35304
35376
|
}
|
|
35305
35377
|
|
|
35306
|
-
.
|
|
35378
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35307
35379
|
background: rgba(0, 136, 255, 0.1);
|
|
35308
35380
|
}
|
|
35309
35381
|
|
|
35310
|
-
.
|
|
35382
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
35311
35383
|
background: #fff;
|
|
35312
35384
|
font-weight: 400;
|
|
35313
35385
|
position: relative;
|
|
@@ -35318,7 +35390,7 @@ input.E_rf8rlle.ant-input {
|
|
|
35318
35390
|
line-height: 20px;
|
|
35319
35391
|
}
|
|
35320
35392
|
|
|
35321
|
-
.
|
|
35393
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35322
35394
|
content: "";
|
|
35323
35395
|
width: 1px;
|
|
35324
35396
|
top: 0;
|
|
@@ -35328,36 +35400,36 @@ input.E_rf8rlle.ant-input {
|
|
|
35328
35400
|
right: 0;
|
|
35329
35401
|
}
|
|
35330
35402
|
|
|
35331
|
-
.
|
|
35403
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
35332
35404
|
padding: unset;
|
|
35333
35405
|
}
|
|
35334
35406
|
|
|
35335
|
-
.
|
|
35407
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35336
35408
|
display: none;
|
|
35337
35409
|
}
|
|
35338
35410
|
|
|
35339
|
-
.
|
|
35411
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35340
35412
|
width: 100%;
|
|
35341
35413
|
overflow: hidden;
|
|
35342
35414
|
white-space: nowrap;
|
|
35343
35415
|
text-overflow: ellipsis;
|
|
35344
35416
|
}
|
|
35345
35417
|
|
|
35346
|
-
.
|
|
35418
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35347
35419
|
overflow: hidden;
|
|
35348
35420
|
text-overflow: ellipsis;
|
|
35349
35421
|
flex: 1;
|
|
35350
35422
|
}
|
|
35351
35423
|
|
|
35352
|
-
.
|
|
35424
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35353
35425
|
padding: 15px 25px 15px 8px;
|
|
35354
35426
|
}
|
|
35355
35427
|
|
|
35356
|
-
.
|
|
35428
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35357
35429
|
padding: 0;
|
|
35358
35430
|
}
|
|
35359
35431
|
|
|
35360
|
-
.
|
|
35432
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35361
35433
|
position: absolute;
|
|
35362
35434
|
right: 6px;
|
|
35363
35435
|
top: 50%;
|
|
@@ -35367,63 +35439,63 @@ input.E_rf8rlle.ant-input {
|
|
|
35367
35439
|
transition: transform 320ms ease;
|
|
35368
35440
|
}
|
|
35369
35441
|
|
|
35370
|
-
.
|
|
35442
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35371
35443
|
display: block;
|
|
35372
35444
|
transform: translateY(-50%) rotateX(180deg);
|
|
35373
35445
|
}
|
|
35374
35446
|
|
|
35375
|
-
.
|
|
35447
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35376
35448
|
display: block;
|
|
35377
35449
|
}
|
|
35378
35450
|
|
|
35379
|
-
.
|
|
35451
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35380
35452
|
display: none;
|
|
35381
35453
|
}
|
|
35382
35454
|
|
|
35383
|
-
.
|
|
35455
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35384
35456
|
transform: translateY(-50%);
|
|
35385
35457
|
}
|
|
35386
35458
|
|
|
35387
|
-
.
|
|
35459
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35388
35460
|
transform: translateY(-50%) rotateX(180deg);
|
|
35389
35461
|
}
|
|
35390
35462
|
|
|
35391
|
-
.
|
|
35463
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35392
35464
|
background: #f2f5fa;
|
|
35393
35465
|
}
|
|
35394
35466
|
|
|
35395
|
-
.
|
|
35467
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35396
35468
|
display: block;
|
|
35397
35469
|
}
|
|
35398
35470
|
|
|
35399
|
-
.
|
|
35471
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
35400
35472
|
padding-right: 25px;
|
|
35401
35473
|
}
|
|
35402
35474
|
|
|
35403
|
-
.
|
|
35475
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
35404
35476
|
padding: 0 !important;
|
|
35405
35477
|
}
|
|
35406
35478
|
|
|
35407
|
-
.
|
|
35479
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35408
35480
|
position: absolute;
|
|
35409
35481
|
left: 50%;
|
|
35410
35482
|
top: 50%;
|
|
35411
35483
|
transform: translate(-50%, -50%);
|
|
35412
35484
|
}
|
|
35413
35485
|
|
|
35414
|
-
.
|
|
35486
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
35415
35487
|
display: none;
|
|
35416
35488
|
}
|
|
35417
35489
|
|
|
35418
|
-
.
|
|
35490
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
35419
35491
|
background: #fff;
|
|
35420
35492
|
}
|
|
35421
35493
|
|
|
35422
|
-
.
|
|
35494
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
35423
35495
|
background: inherit;
|
|
35424
35496
|
}
|
|
35425
35497
|
|
|
35426
|
-
.
|
|
35498
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
35427
35499
|
position: static;
|
|
35428
35500
|
border: none;
|
|
35429
35501
|
background: inherit !important;
|
|
@@ -35431,25 +35503,25 @@ input.E_rf8rlle.ant-input {
|
|
|
35431
35503
|
vertical-align: middle;
|
|
35432
35504
|
}
|
|
35433
35505
|
|
|
35434
|
-
.
|
|
35435
|
-
.
|
|
35506
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35507
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35436
35508
|
font-weight: bold;
|
|
35437
35509
|
font-size: 20px;
|
|
35438
35510
|
color: rgba(10, 37, 85, 0.6);
|
|
35439
35511
|
}
|
|
35440
35512
|
|
|
35441
|
-
.
|
|
35442
|
-
.
|
|
35513
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
35514
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
35443
35515
|
z-index: 10;
|
|
35444
35516
|
}
|
|
35445
35517
|
|
|
35446
|
-
.
|
|
35518
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35447
35519
|
padding: 0 !important;
|
|
35448
35520
|
position: relative;
|
|
35449
35521
|
background: #fff;
|
|
35450
35522
|
}
|
|
35451
35523
|
|
|
35452
|
-
.
|
|
35524
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35453
35525
|
height: 100%;
|
|
35454
35526
|
display: flex;
|
|
35455
35527
|
align-items: center;
|
|
@@ -35457,7 +35529,7 @@ input.E_rf8rlle.ant-input {
|
|
|
35457
35529
|
padding-right: 8px;
|
|
35458
35530
|
}
|
|
35459
35531
|
|
|
35460
|
-
.
|
|
35532
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35461
35533
|
width: 24px;
|
|
35462
35534
|
height: 24px;
|
|
35463
35535
|
cursor: pointer;
|
|
@@ -35465,105 +35537,10 @@ input.E_rf8rlle.ant-input {
|
|
|
35465
35537
|
border-radius: 4px;
|
|
35466
35538
|
}
|
|
35467
35539
|
|
|
35468
|
-
.
|
|
35540
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35469
35541
|
background: #fff;
|
|
35470
35542
|
}
|
|
35471
35543
|
|
|
35472
|
-
.E_sddwhm6 {
|
|
35473
|
-
margin: 0;
|
|
35474
|
-
border-radius: 20px;
|
|
35475
|
-
padding: 2px 10px;
|
|
35476
|
-
height: 22px;
|
|
35477
|
-
}
|
|
35478
|
-
|
|
35479
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35480
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35481
|
-
}
|
|
35482
|
-
|
|
35483
|
-
.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 {
|
|
35484
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35485
|
-
}
|
|
35486
|
-
|
|
35487
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35488
|
-
color: #00122e;
|
|
35489
|
-
}
|
|
35490
|
-
|
|
35491
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35492
|
-
margin-right: 6px;
|
|
35493
|
-
}
|
|
35494
|
-
|
|
35495
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35496
|
-
margin-left: 8px;
|
|
35497
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35498
|
-
}
|
|
35499
|
-
|
|
35500
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35501
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35502
|
-
}
|
|
35503
|
-
|
|
35504
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35505
|
-
background-color: #0080ff;
|
|
35506
|
-
}
|
|
35507
|
-
|
|
35508
|
-
.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 {
|
|
35509
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
35510
|
-
}
|
|
35511
|
-
|
|
35512
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35513
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
35514
|
-
}
|
|
35515
|
-
|
|
35516
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35517
|
-
background-color: #f0483e;
|
|
35518
|
-
}
|
|
35519
|
-
|
|
35520
|
-
.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 {
|
|
35521
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
35522
|
-
}
|
|
35523
|
-
|
|
35524
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35525
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
35526
|
-
}
|
|
35527
|
-
|
|
35528
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35529
|
-
background-color: #fea008;
|
|
35530
|
-
}
|
|
35531
|
-
|
|
35532
|
-
.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 {
|
|
35533
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
35534
|
-
}
|
|
35535
|
-
|
|
35536
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35537
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
35538
|
-
}
|
|
35539
|
-
|
|
35540
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35541
|
-
background-color: #00ba5d;
|
|
35542
|
-
}
|
|
35543
|
-
|
|
35544
|
-
.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 {
|
|
35545
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
35546
|
-
}
|
|
35547
|
-
|
|
35548
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35549
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35550
|
-
}
|
|
35551
|
-
|
|
35552
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35553
|
-
background-color: #6b7d99;
|
|
35554
|
-
}
|
|
35555
|
-
|
|
35556
|
-
.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 {
|
|
35557
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
35558
|
-
}
|
|
35559
|
-
|
|
35560
|
-
.E_satwmqm {
|
|
35561
|
-
width: 8px;
|
|
35562
|
-
height: 8px;
|
|
35563
|
-
border-radius: 50%;
|
|
35564
|
-
display: inline-block;
|
|
35565
|
-
}
|
|
35566
|
-
|
|
35567
35544
|
button.E_l48ei06.ant-btn {
|
|
35568
35545
|
font-size: 12px;
|
|
35569
35546
|
line-height: 18px;
|
|
@@ -35627,6 +35604,61 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35627
35604
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35628
35605
|
}
|
|
35629
35606
|
|
|
35607
|
+
.E_r77hffu {
|
|
35608
|
+
display: flex;
|
|
35609
|
+
align-items: center;
|
|
35610
|
+
justify-content: space-between;
|
|
35611
|
+
column-gap: 6px;
|
|
35612
|
+
}
|
|
35613
|
+
|
|
35614
|
+
.E_p1cmxsf7 {
|
|
35615
|
+
display: flex;
|
|
35616
|
+
flex-direction: column;
|
|
35617
|
+
justify-content: center;
|
|
35618
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35619
|
+
}
|
|
35620
|
+
|
|
35621
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35622
|
+
font-size: 0;
|
|
35623
|
+
}
|
|
35624
|
+
|
|
35625
|
+
.E_t13ef470 {
|
|
35626
|
+
height: 100%;
|
|
35627
|
+
}
|
|
35628
|
+
|
|
35629
|
+
.E_t13ef470 .table-loading-item {
|
|
35630
|
+
padding: 12px 4px;
|
|
35631
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
35632
|
+
display: flex;
|
|
35633
|
+
}
|
|
35634
|
+
|
|
35635
|
+
.E_t13ef470 .table-loading-item > * {
|
|
35636
|
+
height: 16px;
|
|
35637
|
+
margin: 4px;
|
|
35638
|
+
background: rgba(204, 212, 227, 0.18);
|
|
35639
|
+
border-radius: 2px;
|
|
35640
|
+
}
|
|
35641
|
+
|
|
35642
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35643
|
+
width: 16px;
|
|
35644
|
+
}
|
|
35645
|
+
|
|
35646
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
35647
|
+
flex: 1;
|
|
35648
|
+
}
|
|
35649
|
+
|
|
35650
|
+
.E_t13ef470 :nth-child(1) {
|
|
35651
|
+
padding: 8px 4px;
|
|
35652
|
+
}
|
|
35653
|
+
|
|
35654
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35655
|
+
background: rgba(107, 125, 153, 0.18);
|
|
35656
|
+
}
|
|
35657
|
+
|
|
35658
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35659
|
+
background: rgba(163, 180, 204, 0.18);
|
|
35660
|
+
}
|
|
35661
|
+
|
|
35630
35662
|
.E_t1gvlxt5 {
|
|
35631
35663
|
min-width: 0;
|
|
35632
35664
|
flex: 1;
|
|
@@ -35836,43 +35868,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35836
35868
|
margin-left: 8px;
|
|
35837
35869
|
}
|
|
35838
35870
|
|
|
35839
|
-
.E_t13ef470 {
|
|
35840
|
-
height: 100%;
|
|
35841
|
-
}
|
|
35842
|
-
|
|
35843
|
-
.E_t13ef470 .table-loading-item {
|
|
35844
|
-
padding: 12px 4px;
|
|
35845
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
35846
|
-
display: flex;
|
|
35847
|
-
}
|
|
35848
|
-
|
|
35849
|
-
.E_t13ef470 .table-loading-item > * {
|
|
35850
|
-
height: 16px;
|
|
35851
|
-
margin: 4px;
|
|
35852
|
-
background: rgba(204, 212, 227, 0.18);
|
|
35853
|
-
border-radius: 2px;
|
|
35854
|
-
}
|
|
35855
|
-
|
|
35856
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35857
|
-
width: 16px;
|
|
35858
|
-
}
|
|
35859
|
-
|
|
35860
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
35861
|
-
flex: 1;
|
|
35862
|
-
}
|
|
35863
|
-
|
|
35864
|
-
.E_t13ef470 :nth-child(1) {
|
|
35865
|
-
padding: 8px 4px;
|
|
35866
|
-
}
|
|
35867
|
-
|
|
35868
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35869
|
-
background: rgba(107, 125, 153, 0.18);
|
|
35870
|
-
}
|
|
35871
|
-
|
|
35872
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35873
|
-
background: rgba(163, 180, 204, 0.18);
|
|
35874
|
-
}
|
|
35875
|
-
|
|
35876
35871
|
.E_t1g36k2w {
|
|
35877
35872
|
overflow: hidden;
|
|
35878
35873
|
height: 100%;
|