@cloudtower/eagle 0.28.4 → 0.28.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2020 -2021
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1916 -1916
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29572,2059 +29572,2115 @@ 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
|
-
|
|
29579
|
-
|
|
29580
|
-
|
|
29581
|
-
|
|
29575
|
+
.E_skwah65 {
|
|
29576
|
+
height: 8px;
|
|
29577
|
+
box-sizing: border-box;
|
|
29578
|
+
border-radius: 2px;
|
|
29579
|
+
background: #f5f7fa;
|
|
29580
|
+
display: flex;
|
|
29581
|
+
width: 100%;
|
|
29582
|
+
overflow: hidden;
|
|
29582
29583
|
}
|
|
29583
29584
|
|
|
29584
|
-
.
|
|
29585
|
-
|
|
29585
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29586
|
+
margin-left: 1px;
|
|
29586
29587
|
}
|
|
29587
29588
|
|
|
29588
|
-
.
|
|
29589
|
-
|
|
29589
|
+
.E_clm1wy1 {
|
|
29590
|
+
width: 192px;
|
|
29591
|
+
height: 246px;
|
|
29592
|
+
border-radius: 4px;
|
|
29590
29593
|
}
|
|
29591
29594
|
|
|
29592
|
-
.
|
|
29593
|
-
|
|
29595
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
29596
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
29597
|
+
width: 100%;
|
|
29598
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
29599
|
+
border-top: none;
|
|
29594
29600
|
}
|
|
29595
29601
|
|
|
29596
|
-
.
|
|
29597
|
-
|
|
29602
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
29603
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
29604
|
+
padding: 0 16px;
|
|
29598
29605
|
}
|
|
29599
29606
|
|
|
29600
|
-
.
|
|
29601
|
-
|
|
29602
|
-
justify-content: space-between;
|
|
29607
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
29608
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
29603
29609
|
width: 100%;
|
|
29610
|
+
height: 180px;
|
|
29611
|
+
border-spacing: 0;
|
|
29604
29612
|
}
|
|
29605
29613
|
|
|
29606
|
-
.
|
|
29607
|
-
|
|
29614
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
29615
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
29616
|
+
margin-bottom: 8px;
|
|
29608
29617
|
}
|
|
29609
29618
|
|
|
29610
|
-
.
|
|
29611
|
-
|
|
29619
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
29620
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
29621
|
+
width: 22px;
|
|
29612
29622
|
}
|
|
29613
29623
|
|
|
29614
|
-
.
|
|
29615
|
-
|
|
29616
|
-
|
|
29624
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
29625
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
29626
|
+
padding: 0;
|
|
29617
29627
|
}
|
|
29618
29628
|
|
|
29619
|
-
.
|
|
29620
|
-
color: rgba(
|
|
29621
|
-
|
|
29622
|
-
transition: color 160ms ease;
|
|
29629
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
29630
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29631
|
+
opacity: 0.4;
|
|
29623
29632
|
}
|
|
29624
29633
|
|
|
29625
|
-
.
|
|
29626
|
-
color:
|
|
29634
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
29635
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29636
|
+
opacity: 1;
|
|
29627
29637
|
}
|
|
29628
29638
|
|
|
29629
|
-
.
|
|
29630
|
-
color: #
|
|
29639
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
29640
|
+
color: #3e4652;
|
|
29631
29641
|
}
|
|
29632
29642
|
|
|
29633
|
-
.
|
|
29634
|
-
|
|
29643
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
29644
|
+
pointer-events: none;
|
|
29635
29645
|
}
|
|
29636
29646
|
|
|
29637
|
-
.
|
|
29638
|
-
|
|
29639
|
-
|
|
29640
|
-
|
|
29641
|
-
|
|
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);
|
|
29647
|
+
.E_t1tsm00v {
|
|
29648
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29649
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
29650
|
+
backdrop-filter: blur(10px);
|
|
29651
|
+
padding: 7px 10px;
|
|
29646
29652
|
}
|
|
29647
29653
|
|
|
29648
|
-
.
|
|
29649
|
-
|
|
29650
|
-
|
|
29654
|
+
.E_c167wnad {
|
|
29655
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29656
|
+
display: flex;
|
|
29657
|
+
justify-content: space-between;
|
|
29658
|
+
align-items: center;
|
|
29659
|
+
padding: 8px 16px;
|
|
29651
29660
|
}
|
|
29652
29661
|
|
|
29653
|
-
.
|
|
29654
|
-
|
|
29655
|
-
line-height: 20px;
|
|
29662
|
+
.E_c167wnad .anticon {
|
|
29663
|
+
cursor: pointer;
|
|
29656
29664
|
}
|
|
29657
29665
|
|
|
29658
|
-
.
|
|
29659
|
-
|
|
29666
|
+
.E_c167wnad .anticon:hover {
|
|
29667
|
+
color: #0096ff;
|
|
29660
29668
|
}
|
|
29661
29669
|
|
|
29662
|
-
.
|
|
29663
|
-
|
|
29664
|
-
padding-right: 0px;
|
|
29670
|
+
.E_cxhf7dh {
|
|
29671
|
+
text-align: center;
|
|
29665
29672
|
}
|
|
29666
29673
|
|
|
29667
|
-
.
|
|
29668
|
-
|
|
29669
|
-
|
|
29670
|
-
background: var(--background-color, #fff);
|
|
29671
|
-
border-width: var(--border-width, 1px);
|
|
29672
|
-
border-color: var(--border-color, #d9d9d9);
|
|
29674
|
+
.E_cxhf7dh .dots {
|
|
29675
|
+
display: flex;
|
|
29676
|
+
justify-content: center;
|
|
29673
29677
|
}
|
|
29674
29678
|
|
|
29675
|
-
.
|
|
29676
|
-
display:
|
|
29679
|
+
.E_cxhf7dh .dot {
|
|
29680
|
+
display: inline-block;
|
|
29681
|
+
width: 2px;
|
|
29682
|
+
height: 2px;
|
|
29683
|
+
border-radius: 1px;
|
|
29684
|
+
background: #0096ff;
|
|
29677
29685
|
}
|
|
29678
29686
|
|
|
29679
|
-
.
|
|
29680
|
-
|
|
29687
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
29688
|
+
margin-right: 2px;
|
|
29681
29689
|
}
|
|
29682
29690
|
|
|
29683
|
-
.
|
|
29684
|
-
|
|
29685
|
-
|
|
29691
|
+
.E_cxhf7dh .bar {
|
|
29692
|
+
width: 9px;
|
|
29693
|
+
height: 2px;
|
|
29694
|
+
background: #0096ff;
|
|
29695
|
+
border-radius: 2px;
|
|
29686
29696
|
}
|
|
29687
29697
|
|
|
29688
|
-
.
|
|
29689
|
-
|
|
29690
|
-
|
|
29691
|
-
background: var(--background-color-active, var(--background-color));
|
|
29692
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
29698
|
+
.E_c18bcrac {
|
|
29699
|
+
display: inline-block;
|
|
29700
|
+
width: 100%;
|
|
29693
29701
|
}
|
|
29694
29702
|
|
|
29695
|
-
.
|
|
29696
|
-
|
|
29697
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
29698
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
29703
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29704
|
+
margin-left: 4px;
|
|
29699
29705
|
}
|
|
29700
29706
|
|
|
29701
|
-
.
|
|
29702
|
-
|
|
29703
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
29704
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
29705
|
-
opacity: 0.5;
|
|
29707
|
+
.E_cro7kg2 {
|
|
29708
|
+
padding: 4px;
|
|
29706
29709
|
}
|
|
29707
29710
|
|
|
29708
|
-
.
|
|
29709
|
-
|
|
29710
|
-
|
|
29711
|
+
.E_c14wcxf0 {
|
|
29712
|
+
display: flex;
|
|
29713
|
+
justify-content: space-between;
|
|
29714
|
+
align-items: center;
|
|
29715
|
+
font-size: 13px;
|
|
29716
|
+
line-height: 24px;
|
|
29717
|
+
color: #cccccc;
|
|
29718
|
+
white-space: nowrap;
|
|
29711
29719
|
}
|
|
29712
29720
|
|
|
29713
|
-
.
|
|
29714
|
-
|
|
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);
|
|
29721
|
+
.E_c14wcxf0 label {
|
|
29722
|
+
margin-right: 32px;
|
|
29722
29723
|
}
|
|
29723
29724
|
|
|
29724
|
-
.
|
|
29725
|
-
|
|
29726
|
-
|
|
29727
|
-
--background-color-active: #c73d31;
|
|
29728
|
-
--background-color-focus: #ff5252;
|
|
29729
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29725
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29726
|
+
font-weight: bold;
|
|
29727
|
+
color: white;
|
|
29730
29728
|
}
|
|
29731
29729
|
|
|
29732
|
-
.
|
|
29733
|
-
|
|
29734
|
-
|
|
29735
|
-
|
|
29736
|
-
|
|
29730
|
+
.E_s11212zy {
|
|
29731
|
+
width: 8px;
|
|
29732
|
+
height: 8px;
|
|
29733
|
+
border-radius: 2px;
|
|
29734
|
+
display: inline-block;
|
|
29735
|
+
background: var(--s11212zy-0);
|
|
29736
|
+
border: 1px solid #fff;
|
|
29737
|
+
box-sizing: content-box;
|
|
29738
|
+
margin-right: 6px;
|
|
29737
29739
|
}
|
|
29738
29740
|
|
|
29739
|
-
.
|
|
29740
|
-
|
|
29741
|
-
|
|
29742
|
-
|
|
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);
|
|
29741
|
+
.E_p1lyky6c > :first-child {
|
|
29742
|
+
font-weight: bold;
|
|
29743
|
+
color: white;
|
|
29744
|
+
margin-right: 4px;
|
|
29748
29745
|
}
|
|
29749
29746
|
|
|
29750
|
-
.
|
|
29751
|
-
|
|
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);
|
|
29747
|
+
.E_c1up1pdz {
|
|
29748
|
+
width: 648px;
|
|
29757
29749
|
}
|
|
29758
29750
|
|
|
29759
|
-
.
|
|
29760
|
-
|
|
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);
|
|
29751
|
+
.E_c1up1pdz.active {
|
|
29752
|
+
border-color: #0080ff;
|
|
29765
29753
|
}
|
|
29766
29754
|
|
|
29767
|
-
.
|
|
29768
|
-
|
|
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;
|
|
29755
|
+
.E_c1up1pdz.active > header {
|
|
29756
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29774
29757
|
}
|
|
29775
29758
|
|
|
29776
|
-
.
|
|
29777
|
-
|
|
29759
|
+
.E_c1up1pdz .expand {
|
|
29760
|
+
padding: 12px;
|
|
29778
29761
|
}
|
|
29779
29762
|
|
|
29780
|
-
.
|
|
29781
|
-
|
|
29782
|
-
|
|
29783
|
-
|
|
29763
|
+
.E_c1up1pdz .field-item {
|
|
29764
|
+
display: flex;
|
|
29765
|
+
padding: 10px 0;
|
|
29766
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29784
29767
|
}
|
|
29785
29768
|
|
|
29786
|
-
.
|
|
29787
|
-
|
|
29769
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29770
|
+
border-bottom: none;
|
|
29771
|
+
padding-bottom: 0;
|
|
29788
29772
|
}
|
|
29789
29773
|
|
|
29790
|
-
.
|
|
29791
|
-
|
|
29792
|
-
|
|
29774
|
+
.E_c1up1pdz .field-item label {
|
|
29775
|
+
line-height: 32px;
|
|
29776
|
+
width: 100px;
|
|
29777
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29793
29778
|
}
|
|
29794
29779
|
|
|
29795
|
-
.
|
|
29796
|
-
|
|
29780
|
+
.E_c1up1pdz .help {
|
|
29781
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29782
|
+
margin-top: 5px;
|
|
29797
29783
|
}
|
|
29798
29784
|
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29801
|
-
|
|
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);
|
|
29785
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29786
|
+
.E_c1up1pdz .ant-picker {
|
|
29787
|
+
width: 128px;
|
|
29807
29788
|
}
|
|
29808
29789
|
|
|
29809
|
-
.
|
|
29810
|
-
|
|
29790
|
+
.E_c156wh19 {
|
|
29791
|
+
display: flex;
|
|
29792
|
+
align-items: center;
|
|
29793
|
+
justify-content: space-between;
|
|
29794
|
+
word-break: keep-all;
|
|
29811
29795
|
}
|
|
29812
29796
|
|
|
29813
|
-
.
|
|
29814
|
-
|
|
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);
|
|
29797
|
+
.E_c156wh19 .title {
|
|
29798
|
+
margin: 0 16px 0 8px;
|
|
29831
29799
|
}
|
|
29832
29800
|
|
|
29833
|
-
.
|
|
29834
|
-
|
|
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);
|
|
29801
|
+
.E_c156wh19 .retain {
|
|
29802
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29850
29803
|
}
|
|
29851
29804
|
|
|
29852
|
-
.
|
|
29853
|
-
|
|
29854
|
-
|
|
29855
|
-
|
|
29856
|
-
|
|
29857
|
-
|
|
29858
|
-
|
|
29859
|
-
box-shadow: none;
|
|
29805
|
+
.E_c156wh19 div.left {
|
|
29806
|
+
flex: 1;
|
|
29807
|
+
display: flex;
|
|
29808
|
+
overflow: hidden;
|
|
29809
|
+
align-items: center;
|
|
29810
|
+
justify-content: flex-start;
|
|
29811
|
+
white-space: nowrap;
|
|
29860
29812
|
}
|
|
29861
29813
|
|
|
29862
|
-
.
|
|
29863
|
-
|
|
29864
|
-
|
|
29865
|
-
|
|
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;
|
|
29814
|
+
.E_c156wh19 div.left .title {
|
|
29815
|
+
max-width: 100%;
|
|
29816
|
+
overflow: hidden;
|
|
29817
|
+
text-overflow: ellipsis;
|
|
29870
29818
|
}
|
|
29871
29819
|
|
|
29872
|
-
.
|
|
29873
|
-
|
|
29874
|
-
|
|
29875
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
29876
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29820
|
+
.E_c156wh19 div.right {
|
|
29821
|
+
display: flex;
|
|
29822
|
+
align-items: center;
|
|
29877
29823
|
}
|
|
29878
29824
|
|
|
29879
|
-
.
|
|
29880
|
-
|
|
29881
|
-
|
|
29882
|
-
|
|
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;
|
|
29825
|
+
.E_c156wh19 .reverse {
|
|
29826
|
+
display: flex;
|
|
29827
|
+
flex-direction: row-reverse;
|
|
29828
|
+
align-items: center;
|
|
29888
29829
|
}
|
|
29889
29830
|
|
|
29890
|
-
.
|
|
29891
|
-
|
|
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);
|
|
29831
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
29832
|
+
margin-left: 8px;
|
|
29895
29833
|
}
|
|
29896
29834
|
|
|
29897
|
-
.
|
|
29898
|
-
|
|
29899
|
-
|
|
29900
|
-
|
|
29901
|
-
|
|
29902
|
-
--background-color-focus: #fff;
|
|
29903
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29835
|
+
.E_c156wh19 .close {
|
|
29836
|
+
padding-left: 14px;
|
|
29837
|
+
margin-left: 14px;
|
|
29838
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29839
|
+
cursor: pointer;
|
|
29904
29840
|
}
|
|
29905
29841
|
|
|
29906
|
-
.
|
|
29907
|
-
|
|
29908
|
-
|
|
29842
|
+
.E_m126spxy {
|
|
29843
|
+
padding-bottom: 4px;
|
|
29844
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29909
29845
|
}
|
|
29910
29846
|
|
|
29911
|
-
.
|
|
29912
|
-
|
|
29913
|
-
|
|
29847
|
+
.E_m126spxy .ant-btn-link {
|
|
29848
|
+
padding: 1px 10px;
|
|
29849
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29850
|
+
border-radius: 4px;
|
|
29914
29851
|
}
|
|
29915
29852
|
|
|
29916
|
-
.
|
|
29917
|
-
|
|
29918
|
-
|
|
29853
|
+
.E_m126spxy .ant-btn-link.active {
|
|
29854
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29855
|
+
color: #0096ff;
|
|
29919
29856
|
}
|
|
29920
29857
|
|
|
29921
|
-
|
|
29922
|
-
padding: 0;
|
|
29858
|
+
.E_wpbf4pq {
|
|
29859
|
+
padding: 10px 0;
|
|
29860
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29923
29861
|
}
|
|
29924
29862
|
|
|
29925
|
-
.
|
|
29926
|
-
|
|
29863
|
+
.E_wpbf4pq .ant-input,
|
|
29864
|
+
.E_wpbf4pq .ant-picker {
|
|
29865
|
+
width: 80px;
|
|
29866
|
+
margin: 0 9px;
|
|
29867
|
+
text-align: center;
|
|
29927
29868
|
}
|
|
29928
29869
|
|
|
29929
|
-
.
|
|
29930
|
-
|
|
29931
|
-
|
|
29932
|
-
|
|
29933
|
-
line-height: 32px;
|
|
29870
|
+
.E_wpbf4pq .options {
|
|
29871
|
+
padding: 12px 0 12px 16px;
|
|
29872
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29873
|
+
margin: 5px 0 5px 8px;
|
|
29934
29874
|
}
|
|
29935
29875
|
|
|
29936
|
-
.
|
|
29937
|
-
|
|
29938
|
-
|
|
29939
|
-
|
|
29876
|
+
.E_wpbf4pq .week-day-option,
|
|
29877
|
+
.E_wpbf4pq .month-day-option {
|
|
29878
|
+
background: #f5f7fa;
|
|
29879
|
+
box-sizing: border-box;
|
|
29880
|
+
border-radius: 16px;
|
|
29881
|
+
margin-right: 8px;
|
|
29940
29882
|
}
|
|
29941
29883
|
|
|
29942
|
-
.
|
|
29943
|
-
|
|
29944
|
-
|
|
29945
|
-
|
|
29946
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29947
|
-
text-align: center;
|
|
29884
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
29885
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
29886
|
+
color: inherit;
|
|
29887
|
+
border-color: #d9d9d9;
|
|
29948
29888
|
}
|
|
29949
29889
|
|
|
29950
|
-
.
|
|
29951
|
-
|
|
29952
|
-
color:
|
|
29953
|
-
|
|
29890
|
+
.E_wpbf4pq .week-day-option.active {
|
|
29891
|
+
background-color: #0096ff;
|
|
29892
|
+
border-color: #0096ff;
|
|
29893
|
+
color: #fff;
|
|
29954
29894
|
}
|
|
29955
29895
|
|
|
29956
|
-
.
|
|
29957
|
-
|
|
29896
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
29897
|
+
width: 110px;
|
|
29898
|
+
margin-top: 4px;
|
|
29958
29899
|
}
|
|
29959
29900
|
|
|
29960
|
-
.
|
|
29961
|
-
|
|
29962
|
-
|
|
29901
|
+
.E_wpbf4pq .month-day-option {
|
|
29902
|
+
width: 32px;
|
|
29903
|
+
padding: 0;
|
|
29904
|
+
margin-bottom: 8px;
|
|
29963
29905
|
}
|
|
29964
29906
|
|
|
29965
|
-
.
|
|
29966
|
-
|
|
29967
|
-
|
|
29968
|
-
|
|
29907
|
+
.E_wpbf4pq .month-day-option.active {
|
|
29908
|
+
background-color: #0096ff;
|
|
29909
|
+
border-color: #0096ff;
|
|
29910
|
+
color: #fff;
|
|
29969
29911
|
}
|
|
29970
29912
|
|
|
29971
|
-
.
|
|
29972
|
-
|
|
29973
|
-
|
|
29974
|
-
|
|
29975
|
-
|
|
29976
|
-
|
|
29977
|
-
|
|
29913
|
+
.E_gmyahx3 {
|
|
29914
|
+
cursor: pointer;
|
|
29915
|
+
}
|
|
29916
|
+
|
|
29917
|
+
.E_gmyahx3 .link-text {
|
|
29918
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29919
|
+
}
|
|
29920
|
+
|
|
29921
|
+
.E_gmyahx3:hover .link-text {
|
|
29922
|
+
color: #0080ff;
|
|
29923
|
+
}
|
|
29924
|
+
|
|
29925
|
+
.E_s1ebs0ra {
|
|
29978
29926
|
display: flex;
|
|
29979
|
-
flex-direction: column;
|
|
29980
|
-
justify-content: center;
|
|
29981
29927
|
align-items: center;
|
|
29982
|
-
|
|
29928
|
+
justify-content: space-between;
|
|
29929
|
+
background: #edf0f7;
|
|
29930
|
+
padding: 8px 12px;
|
|
29931
|
+
position: sticky;
|
|
29932
|
+
top: 0;
|
|
29933
|
+
z-index: 1;
|
|
29934
|
+
margin-bottom: -52px;
|
|
29983
29935
|
}
|
|
29984
29936
|
|
|
29985
|
-
.
|
|
29986
|
-
|
|
29937
|
+
.E_s1ebs0ra .select-total {
|
|
29938
|
+
display: flex;
|
|
29939
|
+
align-items: center;
|
|
29987
29940
|
font-weight: 700;
|
|
29941
|
+
flex-shrink: 0;
|
|
29988
29942
|
}
|
|
29989
29943
|
|
|
29990
|
-
.
|
|
29991
|
-
|
|
29992
|
-
|
|
29993
|
-
width:
|
|
29994
|
-
|
|
29944
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29945
|
+
cursor: pointer;
|
|
29946
|
+
margin-left: 8px;
|
|
29947
|
+
width: 32px;
|
|
29948
|
+
height: 32px;
|
|
29949
|
+
border-radius: 50%;
|
|
29950
|
+
justify-content: center;
|
|
29995
29951
|
}
|
|
29996
29952
|
|
|
29997
|
-
.
|
|
29998
|
-
|
|
29953
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29954
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29999
29955
|
}
|
|
30000
29956
|
|
|
30001
|
-
.
|
|
30002
|
-
|
|
30003
|
-
|
|
30004
|
-
|
|
30005
|
-
|
|
29957
|
+
.E_s1ebs0ra .action-group {
|
|
29958
|
+
flex: 1;
|
|
29959
|
+
margin-left: 88px;
|
|
29960
|
+
white-space: nowrap;
|
|
29961
|
+
text-align: right;
|
|
29962
|
+
position: relative;
|
|
29963
|
+
padding: 4px 0;
|
|
29964
|
+
margin-top: -4px;
|
|
29965
|
+
overflow: hidden;
|
|
29966
|
+
}
|
|
29967
|
+
|
|
29968
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29969
|
+
transform: translateY(-4px);
|
|
29970
|
+
}
|
|
29971
|
+
|
|
29972
|
+
.E_s1ebs0ra .action-group button {
|
|
29973
|
+
border: none;
|
|
29974
|
+
}
|
|
29975
|
+
|
|
29976
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29977
|
+
margin-right: 8px;
|
|
29978
|
+
}
|
|
29979
|
+
|
|
29980
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29981
|
+
margin-right: 4px;
|
|
29982
|
+
}
|
|
29983
|
+
|
|
29984
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29985
|
+
cursor: pointer;
|
|
29986
|
+
width: 32px;
|
|
29987
|
+
height: 32px;
|
|
29988
|
+
justify-content: center;
|
|
29989
|
+
border-radius: 50%;
|
|
29990
|
+
}
|
|
29991
|
+
|
|
29992
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29993
|
+
background: #fff;
|
|
29994
|
+
}
|
|
29995
|
+
|
|
29996
|
+
.E_wg1tsps {
|
|
30006
29997
|
display: flex;
|
|
30007
29998
|
align-items: center;
|
|
29999
|
+
justify-content: flex-end;
|
|
30008
30000
|
}
|
|
30009
30001
|
|
|
30010
|
-
.
|
|
30011
|
-
|
|
30002
|
+
.E_b1ctd5xy {
|
|
30003
|
+
display: flex;
|
|
30004
|
+
align-items: center;
|
|
30005
|
+
width: calc(100% - 40px);
|
|
30012
30006
|
}
|
|
30013
30007
|
|
|
30014
|
-
.
|
|
30008
|
+
.E_b1ctd5xy .chart {
|
|
30009
|
+
display: inline-block;
|
|
30015
30010
|
width: 100%;
|
|
30016
|
-
margin-right: 0 !important;
|
|
30017
|
-
line-height: 18px;
|
|
30018
30011
|
}
|
|
30019
30012
|
|
|
30020
|
-
.
|
|
30021
|
-
|
|
30013
|
+
.E_u1p8acpn {
|
|
30014
|
+
min-width: 40px;
|
|
30022
30015
|
}
|
|
30023
30016
|
|
|
30024
|
-
.
|
|
30025
|
-
min-width: 75px;
|
|
30026
|
-
max-width: 198px;
|
|
30027
|
-
width: calc(100% - 20px);
|
|
30028
|
-
margin-left: 2px;
|
|
30017
|
+
.E_u1p8acpn .unit {
|
|
30029
30018
|
color: #00122e !important;
|
|
30030
|
-
display: inline-flex;
|
|
30031
|
-
justify-content: space-between;
|
|
30032
30019
|
}
|
|
30033
30020
|
|
|
30034
|
-
.
|
|
30035
|
-
maxwidth: calc(100% - 12px);
|
|
30036
|
-
cursor: pointer;
|
|
30037
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30021
|
+
.E_ou7iq30 {
|
|
30038
30022
|
overflow: hidden;
|
|
30039
30023
|
text-overflow: ellipsis;
|
|
30024
|
+
}
|
|
30025
|
+
|
|
30026
|
+
.E_s1tui002 {
|
|
30040
30027
|
white-space: nowrap;
|
|
30041
30028
|
}
|
|
30042
30029
|
|
|
30043
|
-
.
|
|
30044
|
-
|
|
30030
|
+
.E_mxrc2zg {
|
|
30031
|
+
display: -webkit-box;
|
|
30032
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30033
|
+
-webkit-box-orient: vertical;
|
|
30034
|
+
word-break: break-all;
|
|
30045
30035
|
}
|
|
30046
30036
|
|
|
30047
|
-
.
|
|
30048
|
-
|
|
30037
|
+
span.E_tqjc4ui {
|
|
30038
|
+
margin: 0 2px;
|
|
30049
30039
|
}
|
|
30050
30040
|
|
|
30051
|
-
.
|
|
30052
|
-
margin: 6px auto;
|
|
30041
|
+
.E_n12mqh7z {
|
|
30053
30042
|
display: flex;
|
|
30054
|
-
|
|
30043
|
+
align-items: center;
|
|
30044
|
+
font-size: 12px;
|
|
30045
|
+
line-height: 18px;
|
|
30055
30046
|
}
|
|
30056
30047
|
|
|
30057
|
-
.
|
|
30058
|
-
|
|
30048
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30049
|
+
margin-bottom: 4px;
|
|
30059
30050
|
}
|
|
30060
30051
|
|
|
30061
|
-
.
|
|
30062
|
-
|
|
30052
|
+
.E_tf5bynu {
|
|
30053
|
+
margin: 0 3px;
|
|
30063
30054
|
}
|
|
30064
30055
|
|
|
30065
|
-
.
|
|
30066
|
-
|
|
30067
|
-
|
|
30056
|
+
.E_tcckoz1 {
|
|
30057
|
+
max-height: 400px;
|
|
30058
|
+
overflow: auto;
|
|
30068
30059
|
}
|
|
30069
30060
|
|
|
30070
|
-
.
|
|
30071
|
-
|
|
30061
|
+
.E_t1sqg15u {
|
|
30062
|
+
background: white;
|
|
30072
30063
|
}
|
|
30073
30064
|
|
|
30074
|
-
.
|
|
30075
|
-
|
|
30065
|
+
.E_t1sqg15u.inline .table-row {
|
|
30066
|
+
flex-direction: column;
|
|
30076
30067
|
}
|
|
30077
30068
|
|
|
30078
|
-
.
|
|
30079
|
-
|
|
30069
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30070
|
+
padding: 0 16px 7px 0;
|
|
30080
30071
|
}
|
|
30081
30072
|
|
|
30082
|
-
.
|
|
30083
|
-
border-
|
|
30084
|
-
border-bottom-right-radius: 0;
|
|
30073
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30074
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30085
30075
|
}
|
|
30086
30076
|
|
|
30087
|
-
.
|
|
30088
|
-
border-top
|
|
30089
|
-
|
|
30077
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30078
|
+
border-top: none !important;
|
|
30079
|
+
}
|
|
30080
|
+
|
|
30081
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30082
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30083
|
+
}
|
|
30084
|
+
|
|
30085
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30086
|
+
padding-bottom: 0;
|
|
30087
|
+
}
|
|
30088
|
+
|
|
30089
|
+
.E_t1sqg15u.align-right .content {
|
|
30090
|
+
text-align: right;
|
|
30091
|
+
}
|
|
30092
|
+
|
|
30093
|
+
.E_t1sqg15u .uuid-row {
|
|
30094
|
+
display: flex;
|
|
30095
|
+
justify-content: space-between;
|
|
30096
|
+
}
|
|
30097
|
+
|
|
30098
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30099
|
+
white-space: nowrap;
|
|
30100
|
+
overflow: hidden;
|
|
30101
|
+
text-overflow: ellipsis;
|
|
30102
|
+
}
|
|
30103
|
+
|
|
30104
|
+
.E_t4zczcp {
|
|
30105
|
+
display: flex;
|
|
30106
|
+
justify-content: space-between;
|
|
30107
|
+
align-items: center;
|
|
30108
|
+
padding: 8px;
|
|
30109
|
+
min-height: 32px;
|
|
30110
|
+
}
|
|
30111
|
+
|
|
30112
|
+
.E_t4zczcp .table-title {
|
|
30113
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30114
|
+
font-weight: 600;
|
|
30115
|
+
font-size: 12px;
|
|
30116
|
+
line-height: 8px;
|
|
30090
30117
|
}
|
|
30091
30118
|
|
|
30092
|
-
.
|
|
30093
|
-
|
|
30119
|
+
.E_t4zczcp .edit-icon {
|
|
30120
|
+
font-size: 16px;
|
|
30121
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30122
|
+
cursor: pointer;
|
|
30094
30123
|
}
|
|
30095
30124
|
|
|
30096
|
-
.
|
|
30097
|
-
|
|
30125
|
+
.E_t1s7goww {
|
|
30126
|
+
font-size: 12px;
|
|
30127
|
+
line-height: 18px;
|
|
30098
30128
|
}
|
|
30099
30129
|
|
|
30100
|
-
.
|
|
30101
|
-
|
|
30130
|
+
.E_t93e4cf {
|
|
30131
|
+
display: flex;
|
|
30132
|
+
padding: 8px 0;
|
|
30133
|
+
color: #2d3a56;
|
|
30102
30134
|
}
|
|
30103
30135
|
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30106
|
-
background-color: #fff;
|
|
30136
|
+
.E_t93e4cf .hidden {
|
|
30137
|
+
display: none;
|
|
30107
30138
|
}
|
|
30108
30139
|
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30111
|
-
padding-bottom: 0px;
|
|
30112
|
-
padding-left: 0px !important;
|
|
30113
|
-
padding-right: 24px;
|
|
30140
|
+
.E_t93e4cf .ant-btn-link {
|
|
30141
|
+
height: auto;
|
|
30114
30142
|
}
|
|
30115
30143
|
|
|
30116
|
-
.
|
|
30117
|
-
|
|
30144
|
+
.E_t93e4cf .content {
|
|
30145
|
+
overflow: hidden;
|
|
30146
|
+
overflow-x: auto;
|
|
30147
|
+
width: 100%;
|
|
30148
|
+
white-space: pre-wrap;
|
|
30118
30149
|
}
|
|
30119
30150
|
|
|
30120
|
-
.
|
|
30121
|
-
|
|
30151
|
+
.E_t93e4cf .content .ant-btn {
|
|
30152
|
+
white-space: pre-wrap;
|
|
30153
|
+
text-align: left;
|
|
30122
30154
|
}
|
|
30123
30155
|
|
|
30124
|
-
.
|
|
30125
|
-
|
|
30126
|
-
cursor: default;
|
|
30156
|
+
.E_t93e4cf .content .unit-chart {
|
|
30157
|
+
justify-content: flex-start;
|
|
30127
30158
|
}
|
|
30128
30159
|
|
|
30129
|
-
.
|
|
30130
|
-
|
|
30160
|
+
.E_rhz2uv5 {
|
|
30161
|
+
width: var(--rhz2uv5-0);
|
|
30162
|
+
flex-shrink: 0;
|
|
30163
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30164
|
+
padding-right: 12px;
|
|
30131
30165
|
}
|
|
30132
30166
|
|
|
30133
|
-
.
|
|
30167
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30134
30168
|
display: flex;
|
|
30169
|
+
align-items: center;
|
|
30135
30170
|
}
|
|
30136
30171
|
|
|
30137
|
-
.
|
|
30138
|
-
|
|
30139
|
-
width: 56px !important;
|
|
30140
|
-
margin-right: 4px;
|
|
30172
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30173
|
+
margin-right: 8px;
|
|
30141
30174
|
}
|
|
30142
30175
|
|
|
30143
|
-
.
|
|
30144
|
-
|
|
30176
|
+
.E_t160l1cm {
|
|
30177
|
+
display: flex;
|
|
30178
|
+
flex-direction: column;
|
|
30179
|
+
flex: 1;
|
|
30180
|
+
/* FIXME:(yanzhen) do this better */
|
|
30145
30181
|
}
|
|
30146
30182
|
|
|
30147
|
-
.
|
|
30183
|
+
.E_t160l1cm .tab-bar {
|
|
30184
|
+
flex-shrink: 0;
|
|
30148
30185
|
display: flex;
|
|
30149
|
-
|
|
30150
|
-
align-items: center;
|
|
30151
|
-
padding: 10px 0;
|
|
30152
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30153
|
-
font-size: 12px;
|
|
30154
|
-
line-height: 24px;
|
|
30186
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30155
30187
|
}
|
|
30156
30188
|
|
|
30157
|
-
.
|
|
30158
|
-
|
|
30189
|
+
.E_t160l1cm .tab-content {
|
|
30190
|
+
height: 100%;
|
|
30159
30191
|
}
|
|
30160
30192
|
|
|
30161
|
-
.
|
|
30162
|
-
|
|
30163
|
-
|
|
30164
|
-
|
|
30193
|
+
.E_t160l1cm .tab-menu-item {
|
|
30194
|
+
margin-right: 2px;
|
|
30195
|
+
padding: 1px 12px;
|
|
30196
|
+
line-height: 24px;
|
|
30197
|
+
height: 24px;
|
|
30198
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30199
|
+
border-radius: 4px 4px 0 0;
|
|
30165
30200
|
cursor: pointer;
|
|
30166
|
-
transition:
|
|
30201
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30167
30202
|
}
|
|
30168
30203
|
|
|
30169
|
-
.
|
|
30170
|
-
|
|
30171
|
-
color: #0080ff;
|
|
30204
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30205
|
+
padding-left: 0;
|
|
30172
30206
|
}
|
|
30173
30207
|
|
|
30174
|
-
.
|
|
30175
|
-
|
|
30208
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30209
|
+
padding-left: 12px;
|
|
30176
30210
|
}
|
|
30177
30211
|
|
|
30178
|
-
.
|
|
30179
|
-
display: flex;
|
|
30180
|
-
align-items: center;
|
|
30212
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30181
30213
|
color: #0080ff;
|
|
30182
|
-
|
|
30214
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30183
30215
|
}
|
|
30184
30216
|
|
|
30185
|
-
.
|
|
30186
|
-
|
|
30217
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30218
|
+
fill: #0080ff;
|
|
30187
30219
|
}
|
|
30188
30220
|
|
|
30189
|
-
.
|
|
30190
|
-
|
|
30191
|
-
padding: 0 8px;
|
|
30221
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30222
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30192
30223
|
}
|
|
30193
30224
|
|
|
30194
|
-
.
|
|
30195
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30225
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30196
30226
|
color: #0080ff;
|
|
30227
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30197
30228
|
}
|
|
30198
30229
|
|
|
30199
|
-
.
|
|
30200
|
-
|
|
30201
|
-
}
|
|
30202
|
-
|
|
30203
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30204
|
-
max-height: calc(100vh - 128px);
|
|
30205
|
-
overflow-y: auto;
|
|
30230
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30231
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30206
30232
|
}
|
|
30207
30233
|
|
|
30208
|
-
.
|
|
30209
|
-
|
|
30210
|
-
font-size: 12px;
|
|
30211
|
-
line-height: 18px;
|
|
30234
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30235
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30212
30236
|
}
|
|
30213
30237
|
|
|
30214
|
-
.
|
|
30215
|
-
|
|
30238
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30239
|
+
fill: #0080ff;
|
|
30216
30240
|
}
|
|
30217
30241
|
|
|
30218
|
-
.
|
|
30219
|
-
|
|
30220
|
-
|
|
30221
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
30222
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30223
|
-
font-size: 13px;
|
|
30242
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30243
|
+
color: #0080ff;
|
|
30244
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30224
30245
|
}
|
|
30225
30246
|
|
|
30226
|
-
.
|
|
30227
|
-
|
|
30247
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30248
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30228
30249
|
}
|
|
30229
30250
|
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30232
|
-
font-size: 13px;
|
|
30251
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30252
|
+
fill: #1d326c;
|
|
30233
30253
|
}
|
|
30234
30254
|
|
|
30235
|
-
.
|
|
30236
|
-
|
|
30237
|
-
|
|
30255
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30256
|
+
margin-left: 8px;
|
|
30257
|
+
height: 22px;
|
|
30238
30258
|
}
|
|
30239
30259
|
|
|
30240
|
-
.
|
|
30241
|
-
|
|
30260
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30261
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30242
30262
|
}
|
|
30243
30263
|
|
|
30244
|
-
.
|
|
30245
|
-
|
|
30246
|
-
|
|
30264
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30265
|
+
padding: 0;
|
|
30266
|
+
display: flex;
|
|
30267
|
+
align-items: center;
|
|
30268
|
+
overflow: hidden;
|
|
30247
30269
|
}
|
|
30248
30270
|
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30271
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30272
|
+
opacity: 0;
|
|
30273
|
+
max-width: 0;
|
|
30274
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30251
30275
|
}
|
|
30252
30276
|
|
|
30253
|
-
.
|
|
30254
|
-
|
|
30255
|
-
|
|
30277
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30278
|
+
padding: 1px 12px;
|
|
30279
|
+
position: relative;
|
|
30280
|
+
display: flex;
|
|
30256
30281
|
}
|
|
30257
30282
|
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30283
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30284
|
+
opacity: 0;
|
|
30285
|
+
position: absolute;
|
|
30286
|
+
top: 50%;
|
|
30287
|
+
left: 0;
|
|
30288
|
+
transform: translate(-50%, -50%);
|
|
30289
|
+
transition: opacity 100ms linear;
|
|
30290
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30260
30291
|
}
|
|
30261
30292
|
|
|
30262
|
-
.
|
|
30263
|
-
|
|
30264
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30265
|
-
cursor: "not-allowed";
|
|
30293
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30294
|
+
color: #0080ff;
|
|
30266
30295
|
}
|
|
30267
30296
|
|
|
30268
|
-
.
|
|
30269
|
-
|
|
30297
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30298
|
+
padding: 1px 12px;
|
|
30299
|
+
display: inline-block;
|
|
30300
|
+
opacity: 1;
|
|
30301
|
+
max-width: 160px;
|
|
30270
30302
|
}
|
|
30271
30303
|
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30304
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30305
|
+
padding: 1px 12px;
|
|
30306
|
+
color: #005ed1;
|
|
30274
30307
|
}
|
|
30275
30308
|
|
|
30276
|
-
.
|
|
30277
|
-
|
|
30278
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30309
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30310
|
+
opacity: 1;
|
|
30279
30311
|
}
|
|
30280
30312
|
|
|
30281
|
-
.
|
|
30282
|
-
|
|
30313
|
+
.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 {
|
|
30314
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30283
30315
|
}
|
|
30284
30316
|
|
|
30285
|
-
.
|
|
30286
|
-
|
|
30287
|
-
align-items: baseline;
|
|
30288
|
-
white-space: pre-wrap;
|
|
30317
|
+
.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 {
|
|
30318
|
+
opacity: 0;
|
|
30289
30319
|
}
|
|
30290
30320
|
|
|
30291
|
-
.
|
|
30292
|
-
|
|
30293
|
-
|
|
30321
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30322
|
+
padding: 4px 16px;
|
|
30323
|
+
height: 32px;
|
|
30324
|
+
border-radius: 6px 6px 0 0;
|
|
30294
30325
|
}
|
|
30295
30326
|
|
|
30296
|
-
.
|
|
30297
|
-
|
|
30327
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30328
|
+
padding-left: 0;
|
|
30298
30329
|
}
|
|
30299
30330
|
|
|
30300
|
-
.
|
|
30301
|
-
|
|
30331
|
+
.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 {
|
|
30332
|
+
padding-left: 16px;
|
|
30302
30333
|
}
|
|
30303
30334
|
|
|
30304
|
-
.
|
|
30305
|
-
|
|
30306
|
-
|
|
30335
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30336
|
+
margin-left: 11px;
|
|
30337
|
+
height: 24px;
|
|
30307
30338
|
}
|
|
30308
30339
|
|
|
30309
|
-
.
|
|
30310
|
-
|
|
30311
|
-
left: 4px;
|
|
30312
|
-
width: 6px;
|
|
30313
|
-
height: 6px;
|
|
30314
|
-
background: #fff;
|
|
30340
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30341
|
+
padding: 0;
|
|
30315
30342
|
}
|
|
30316
30343
|
|
|
30317
|
-
.
|
|
30318
|
-
|
|
30344
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30345
|
+
padding: 4px 16px;
|
|
30319
30346
|
}
|
|
30320
30347
|
|
|
30321
|
-
.
|
|
30322
|
-
|
|
30323
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30348
|
+
.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 {
|
|
30349
|
+
padding: 4px 16px;
|
|
30324
30350
|
}
|
|
30325
30351
|
|
|
30326
|
-
.
|
|
30327
|
-
background: #
|
|
30352
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30353
|
+
background: #fff;
|
|
30328
30354
|
}
|
|
30329
30355
|
|
|
30330
|
-
.
|
|
30331
|
-
color: #
|
|
30332
|
-
opacity: 0.5;
|
|
30356
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30357
|
+
color: #005ed1;
|
|
30333
30358
|
}
|
|
30334
30359
|
|
|
30335
|
-
.
|
|
30336
|
-
|
|
30360
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30361
|
+
background: #fff;
|
|
30362
|
+
color: #1d326c;
|
|
30337
30363
|
}
|
|
30338
30364
|
|
|
30339
|
-
.
|
|
30340
|
-
|
|
30341
|
-
padding: 0;
|
|
30342
|
-
padding-left: 12px;
|
|
30365
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30366
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30343
30367
|
}
|
|
30344
30368
|
|
|
30345
|
-
.
|
|
30346
|
-
|
|
30347
|
-
white-space: pre-wrap;
|
|
30348
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30369
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30370
|
+
color: #1d326c;
|
|
30349
30371
|
}
|
|
30350
30372
|
|
|
30351
|
-
.
|
|
30352
|
-
|
|
30373
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30374
|
+
fill: #d8deeb;
|
|
30353
30375
|
}
|
|
30354
30376
|
|
|
30355
|
-
.
|
|
30356
|
-
|
|
30377
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30378
|
+
fill: #1d326c;
|
|
30357
30379
|
}
|
|
30358
30380
|
|
|
30359
|
-
.
|
|
30360
|
-
|
|
30381
|
+
.E_t160l1cm .tab-content {
|
|
30382
|
+
flex: 1;
|
|
30383
|
+
display: flex;
|
|
30384
|
+
flex-direction: column;
|
|
30361
30385
|
}
|
|
30362
30386
|
|
|
30363
|
-
.
|
|
30364
|
-
|
|
30365
|
-
border-color: #ccd4e3;
|
|
30387
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30388
|
+
overflow: visible;
|
|
30366
30389
|
}
|
|
30367
30390
|
|
|
30368
|
-
.
|
|
30369
|
-
|
|
30391
|
+
.E_t14npdqr {
|
|
30392
|
+
max-width: 240px;
|
|
30393
|
+
animation: none;
|
|
30370
30394
|
}
|
|
30371
30395
|
|
|
30372
|
-
.
|
|
30373
|
-
|
|
30374
|
-
|
|
30375
|
-
height: 32px;
|
|
30396
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30397
|
+
border: 1px solid #0080ff;
|
|
30398
|
+
padding: 0;
|
|
30376
30399
|
}
|
|
30377
30400
|
|
|
30378
|
-
.
|
|
30401
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30402
|
+
margin: 0;
|
|
30403
|
+
height: 32px;
|
|
30404
|
+
line-height: 32px;
|
|
30405
|
+
font-size: 13px;
|
|
30406
|
+
padding: 0 10px;
|
|
30407
|
+
display: block;
|
|
30408
|
+
overflow: hidden;
|
|
30409
|
+
text-overflow: ellipsis;
|
|
30379
30410
|
white-space: nowrap;
|
|
30380
30411
|
}
|
|
30381
30412
|
|
|
30382
|
-
.ant-
|
|
30383
|
-
|
|
30384
|
-
|
|
30385
|
-
|
|
30386
|
-
|
|
30387
|
-
|
|
30388
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30389
|
-
background: #ccd4e3;
|
|
30413
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30414
|
+
content: " ";
|
|
30415
|
+
height: 1px;
|
|
30416
|
+
width: calc(100% + 10px);
|
|
30417
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30418
|
+
display: block;
|
|
30390
30419
|
}
|
|
30391
30420
|
|
|
30392
|
-
.
|
|
30393
|
-
|
|
30421
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30422
|
+
color: #0080ff;
|
|
30423
|
+
background: transparent;
|
|
30394
30424
|
}
|
|
30395
30425
|
|
|
30396
|
-
.
|
|
30397
|
-
|
|
30398
|
-
|
|
30426
|
+
.E_c18gxmrl {
|
|
30427
|
+
border: 1px solid #d8deeb;
|
|
30428
|
+
border-radius: 4px;
|
|
30399
30429
|
}
|
|
30400
30430
|
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30431
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30432
|
+
margin-top: 8px;
|
|
30403
30433
|
}
|
|
30404
30434
|
|
|
30405
|
-
.
|
|
30435
|
+
.E_c18gxmrl:hover {
|
|
30406
30436
|
border-color: #0080ff;
|
|
30407
30437
|
}
|
|
30408
30438
|
|
|
30409
|
-
.
|
|
30410
|
-
background: rgba(0,
|
|
30439
|
+
.E_c18gxmrl:hover > header {
|
|
30440
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30411
30441
|
}
|
|
30412
30442
|
|
|
30413
|
-
.
|
|
30414
|
-
|
|
30415
|
-
border-color: #ccd4e3;
|
|
30416
|
-
opacity: 0.5;
|
|
30443
|
+
.E_c18gxmrl.active header {
|
|
30444
|
+
border-bottom: 1px solid #d8deeb;
|
|
30417
30445
|
}
|
|
30418
30446
|
|
|
30419
|
-
.
|
|
30420
|
-
|
|
30421
|
-
border-color: #ccd4e3;
|
|
30447
|
+
.E_c18gxmrl > header {
|
|
30448
|
+
padding: 8px 12px;
|
|
30422
30449
|
}
|
|
30423
30450
|
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
|
|
30451
|
+
.E_m74vjol {
|
|
30452
|
+
display: flex;
|
|
30453
|
+
justify-content: space-between;
|
|
30454
|
+
width: 100%;
|
|
30428
30455
|
}
|
|
30429
30456
|
|
|
30430
|
-
.
|
|
30431
|
-
margin-
|
|
30432
|
-
display: inline;
|
|
30433
|
-
border: none;
|
|
30434
|
-
padding: 0;
|
|
30435
|
-
width: 36px;
|
|
30436
|
-
background: transparent;
|
|
30457
|
+
.E_m74vjol .action {
|
|
30458
|
+
margin-left: 16px;
|
|
30437
30459
|
}
|
|
30438
30460
|
|
|
30439
|
-
.
|
|
30440
|
-
|
|
30461
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30462
|
+
width: 100%;
|
|
30441
30463
|
}
|
|
30442
30464
|
|
|
30443
|
-
.
|
|
30444
|
-
|
|
30445
|
-
|
|
30446
|
-
box-shadow: none;
|
|
30465
|
+
.E_berrcjl {
|
|
30466
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30467
|
+
margin-bottom: 4px;
|
|
30447
30468
|
}
|
|
30448
30469
|
|
|
30449
|
-
.
|
|
30450
|
-
|
|
30470
|
+
.E_berrcjl .breadcrumb-link {
|
|
30471
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30472
|
+
cursor: pointer;
|
|
30473
|
+
transition: color 160ms ease;
|
|
30451
30474
|
}
|
|
30452
30475
|
|
|
30453
|
-
.
|
|
30454
|
-
|
|
30476
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30477
|
+
color: #0080ff;
|
|
30455
30478
|
}
|
|
30456
30479
|
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30459
|
-
margin-right: 8px;
|
|
30460
|
-
padding: 0;
|
|
30461
|
-
width: 36px;
|
|
30480
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30481
|
+
color: #005ed1;
|
|
30462
30482
|
}
|
|
30463
30483
|
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30466
|
-
height: 14px;
|
|
30467
|
-
width: 14px;
|
|
30468
|
-
border-radius: 50%;
|
|
30469
|
-
flex-shrink: 0;
|
|
30470
|
-
display: flex;
|
|
30471
|
-
align-items: center;
|
|
30472
|
-
justify-content: center;
|
|
30473
|
-
border: 1px solid var(--color);
|
|
30484
|
+
.E_b1nip9bk {
|
|
30485
|
+
padding: 4px 11px;
|
|
30474
30486
|
}
|
|
30475
30487
|
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30478
|
-
|
|
30479
|
-
width: 10px;
|
|
30480
|
-
border-radius: 50%;
|
|
30481
|
-
overflow: hidden;
|
|
30488
|
+
.E_bqamoqe {
|
|
30489
|
+
white-space: nowrap;
|
|
30490
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30482
30491
|
}
|
|
30483
30492
|
|
|
30484
|
-
.
|
|
30485
|
-
|
|
30486
|
-
height: 100%;
|
|
30487
|
-
width: 100%;
|
|
30488
|
-
left: 0;
|
|
30489
|
-
top: 0;
|
|
30490
|
-
border-radius: 50%;
|
|
30491
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30492
|
-
transform: rotate(180deg);
|
|
30493
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30494
|
+
--color: #0080ff;
|
|
30493
30495
|
}
|
|
30494
30496
|
|
|
30495
|
-
.
|
|
30496
|
-
|
|
30497
|
-
height: 100%;
|
|
30498
|
-
width: 100%;
|
|
30499
|
-
left: 0;
|
|
30500
|
-
top: 0;
|
|
30501
|
-
margin-left: 50%;
|
|
30502
|
-
transform-origin: left;
|
|
30503
|
-
background: white;
|
|
30504
|
-
transform: rotate(0deg);
|
|
30497
|
+
.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] {
|
|
30498
|
+
--color: #0080ff;
|
|
30505
30499
|
}
|
|
30506
30500
|
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30501
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30502
|
+
margin-left: 1px;
|
|
30509
30503
|
}
|
|
30510
30504
|
|
|
30511
|
-
.
|
|
30512
|
-
|
|
30513
|
-
border-radius:
|
|
30505
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30506
|
+
border-top-right-radius: 0;
|
|
30507
|
+
border-bottom-right-radius: 0;
|
|
30514
30508
|
}
|
|
30515
30509
|
|
|
30516
|
-
.
|
|
30517
|
-
|
|
30518
|
-
border-radius:
|
|
30510
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30511
|
+
border-top-left-radius: 0;
|
|
30512
|
+
border-bottom-left-radius: 0;
|
|
30519
30513
|
}
|
|
30520
30514
|
|
|
30521
|
-
.
|
|
30522
|
-
|
|
30523
|
-
border-radius: 3px;
|
|
30515
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30516
|
+
border-radius: unset;
|
|
30524
30517
|
}
|
|
30525
30518
|
|
|
30526
|
-
.
|
|
30527
|
-
|
|
30528
|
-
border-radius: 2px;
|
|
30519
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30520
|
+
justify-content: center;
|
|
30529
30521
|
}
|
|
30530
30522
|
|
|
30531
|
-
.
|
|
30532
|
-
|
|
30523
|
+
.E_b1wx3t3t.ant-btn {
|
|
30524
|
+
display: inline-flex;
|
|
30525
|
+
align-items: center;
|
|
30526
|
+
justify-content: center;
|
|
30527
|
+
height: 32px;
|
|
30528
|
+
border-radius: 6px;
|
|
30529
|
+
line-height: 22px;
|
|
30530
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30531
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30533
30532
|
}
|
|
30534
30533
|
|
|
30535
|
-
.
|
|
30536
|
-
|
|
30537
|
-
|
|
30538
|
-
display: inline-flex;
|
|
30539
|
-
align-items: center;
|
|
30540
|
-
border: none;
|
|
30534
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30535
|
+
height: 40px;
|
|
30536
|
+
line-height: 24px;
|
|
30541
30537
|
}
|
|
30542
30538
|
|
|
30543
|
-
.
|
|
30544
|
-
|
|
30545
|
-
height:
|
|
30546
|
-
color: inherit;
|
|
30547
|
-
margin-left: 4px;
|
|
30548
|
-
opacity: 0.6;
|
|
30549
|
-
display: inline-flex;
|
|
30539
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30540
|
+
height: 24px;
|
|
30541
|
+
line-height: 20px;
|
|
30550
30542
|
}
|
|
30551
30543
|
|
|
30552
|
-
.
|
|
30553
|
-
|
|
30544
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30545
|
+
border-radius: 50%;
|
|
30554
30546
|
}
|
|
30555
30547
|
|
|
30556
|
-
.
|
|
30557
|
-
|
|
30558
|
-
|
|
30548
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30549
|
+
margin-right: 8px;
|
|
30550
|
+
padding-right: 0px;
|
|
30559
30551
|
}
|
|
30560
30552
|
|
|
30561
|
-
.
|
|
30562
|
-
color: #
|
|
30563
|
-
|
|
30553
|
+
.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 {
|
|
30554
|
+
color: var(--color, #06101f);
|
|
30555
|
+
font-weight: var(--font-weight);
|
|
30556
|
+
background: var(--background-color, #fff);
|
|
30557
|
+
border-width: var(--border-width, 1px);
|
|
30558
|
+
border-color: var(--border-color, #d9d9d9);
|
|
30564
30559
|
}
|
|
30565
30560
|
|
|
30566
|
-
.
|
|
30567
|
-
|
|
30568
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30561
|
+
.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 {
|
|
30562
|
+
display: none;
|
|
30569
30563
|
}
|
|
30570
30564
|
|
|
30571
|
-
.
|
|
30572
|
-
color:
|
|
30573
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30565
|
+
.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 {
|
|
30566
|
+
color: var(--color, inherit);
|
|
30574
30567
|
}
|
|
30575
30568
|
|
|
30576
|
-
.
|
|
30577
|
-
|
|
30578
|
-
|
|
30569
|
+
.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 {
|
|
30570
|
+
background: var(--background-color-hover, var(--background-color));
|
|
30571
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30579
30572
|
}
|
|
30580
30573
|
|
|
30581
|
-
.
|
|
30582
|
-
|
|
30583
|
-
|
|
30574
|
+
.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 {
|
|
30575
|
+
--scale: 1;
|
|
30576
|
+
--transY: 1px;
|
|
30577
|
+
background: var(--background-color-active, var(--background-color));
|
|
30578
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30584
30579
|
}
|
|
30585
30580
|
|
|
30586
|
-
.
|
|
30587
|
-
|
|
30581
|
+
.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 {
|
|
30582
|
+
background: var(--background-color-focus, var(--background-color));
|
|
30583
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30584
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30588
30585
|
}
|
|
30589
30586
|
|
|
30590
|
-
.
|
|
30591
|
-
|
|
30587
|
+
.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 {
|
|
30588
|
+
color: var(--color-disabled, var(--color));
|
|
30589
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
30590
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30591
|
+
opacity: 0.5;
|
|
30592
30592
|
}
|
|
30593
30593
|
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30594
|
+
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
30595
|
+
color: #0080ff;
|
|
30596
|
+
opacity: 0.5;
|
|
30596
30597
|
}
|
|
30597
30598
|
|
|
30598
|
-
.
|
|
30599
|
-
|
|
30599
|
+
.E_b1wx3t3t.ant-btn-primary {
|
|
30600
|
+
--color: #fff;
|
|
30601
|
+
--font-weight: bold;
|
|
30602
|
+
--border-width: 0;
|
|
30603
|
+
--background-color: #0080ff;
|
|
30604
|
+
--background-color-hover: #009dff;
|
|
30605
|
+
--background-color-active: #005ed1;
|
|
30606
|
+
--background-color-focus: #0080ff;
|
|
30607
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30600
30608
|
}
|
|
30601
30609
|
|
|
30602
|
-
.
|
|
30603
|
-
background-color: #
|
|
30610
|
+
.E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
|
|
30611
|
+
--background-color: #f0483e;
|
|
30612
|
+
--background-color-hover: #ff5252;
|
|
30613
|
+
--background-color-active: #c73d31;
|
|
30614
|
+
--background-color-focus: #ff5252;
|
|
30615
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30604
30616
|
}
|
|
30605
30617
|
|
|
30606
|
-
.
|
|
30607
|
-
background-color: #
|
|
30618
|
+
.E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
|
|
30619
|
+
--background-color: #fea008;
|
|
30620
|
+
--background-color-hover: #feba33;
|
|
30621
|
+
--background-color-active: #e07f00;
|
|
30622
|
+
--background-color-focus: #fea008;
|
|
30608
30623
|
}
|
|
30609
30624
|
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30625
|
+
.E_b1wx3t3t.ant-btn-secondary {
|
|
30626
|
+
--color: #0080ff;
|
|
30627
|
+
--font-weight: bold;
|
|
30628
|
+
--border-width: 0;
|
|
30629
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
30630
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30631
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30632
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30633
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30612
30634
|
}
|
|
30613
30635
|
|
|
30614
|
-
.
|
|
30615
|
-
|
|
30616
|
-
|
|
30636
|
+
.E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
|
|
30637
|
+
--color: #f0483e;
|
|
30638
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
30639
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30640
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30641
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30642
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30617
30643
|
}
|
|
30618
30644
|
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30645
|
+
.E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
|
|
30646
|
+
--color: #fea008;
|
|
30647
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
30648
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30649
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30650
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30621
30651
|
}
|
|
30622
30652
|
|
|
30623
|
-
.
|
|
30624
|
-
|
|
30653
|
+
.E_b1wx3t3t.ant-btn-tertiary {
|
|
30654
|
+
--color: #0080ff;
|
|
30655
|
+
--font-weight: bold;
|
|
30656
|
+
--border-width: 0;
|
|
30657
|
+
--background-color: #fff;
|
|
30658
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30659
|
+
box-shadow: none;
|
|
30625
30660
|
}
|
|
30626
30661
|
|
|
30627
|
-
.
|
|
30628
|
-
|
|
30629
|
-
justify-content: space-between;
|
|
30630
|
-
align-items: center;
|
|
30631
|
-
font-size: 13px;
|
|
30632
|
-
line-height: 24px;
|
|
30633
|
-
color: #cccccc;
|
|
30634
|
-
white-space: nowrap;
|
|
30662
|
+
.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 {
|
|
30663
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30635
30664
|
}
|
|
30636
30665
|
|
|
30637
|
-
.
|
|
30638
|
-
|
|
30666
|
+
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
|
|
30667
|
+
--color: #f0483e;
|
|
30668
|
+
--background-color: #fff;
|
|
30669
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30639
30670
|
}
|
|
30640
30671
|
|
|
30641
|
-
.
|
|
30642
|
-
|
|
30643
|
-
color: white;
|
|
30672
|
+
.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 {
|
|
30673
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30644
30674
|
}
|
|
30645
30675
|
|
|
30646
|
-
.
|
|
30647
|
-
|
|
30648
|
-
|
|
30649
|
-
border-radius: 2px;
|
|
30650
|
-
display: inline-block;
|
|
30651
|
-
background: var(--s11212zy-0);
|
|
30652
|
-
border: 1px solid #fff;
|
|
30653
|
-
box-sizing: content-box;
|
|
30654
|
-
margin-right: 6px;
|
|
30676
|
+
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
|
|
30677
|
+
--color: #fea008;
|
|
30678
|
+
--background-color: #fff;
|
|
30655
30679
|
}
|
|
30656
30680
|
|
|
30657
|
-
.
|
|
30658
|
-
|
|
30659
|
-
color: white;
|
|
30660
|
-
margin-right: 4px;
|
|
30681
|
+
.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 {
|
|
30682
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
30661
30683
|
}
|
|
30662
30684
|
|
|
30663
|
-
.
|
|
30664
|
-
|
|
30685
|
+
.E_b1wx3t3t.ant-btn-ordinary {
|
|
30686
|
+
--color: #1d326c;
|
|
30687
|
+
--border-color: #ccd4e3;
|
|
30688
|
+
--background-color: #fff;
|
|
30689
|
+
--background-color-hover: #edf0f7;
|
|
30690
|
+
--background-color-active: #e4e9f2;
|
|
30691
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30692
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30665
30693
|
}
|
|
30666
30694
|
|
|
30667
|
-
.
|
|
30668
|
-
|
|
30695
|
+
.E_b1wx3t3t.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn-ordinary.__pseudo-states-focus {
|
|
30696
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30669
30697
|
}
|
|
30670
30698
|
|
|
30671
|
-
.
|
|
30672
|
-
|
|
30673
|
-
|
|
30674
|
-
|
|
30675
|
-
|
|
30676
|
-
|
|
30677
|
-
|
|
30678
|
-
|
|
30699
|
+
.E_b1wx3t3t.ant-btn-ordinary.ordinary-blue {
|
|
30700
|
+
--color: #0080ff;
|
|
30701
|
+
--border-color: #0080ff;
|
|
30702
|
+
--background-color: #fff;
|
|
30703
|
+
--background-color-hover: linear-gradient(
|
|
30704
|
+
0deg,
|
|
30705
|
+
rgba(0, 136, 255, 0.16),
|
|
30706
|
+
rgba(0, 136, 255, 0.16)
|
|
30707
|
+
),
|
|
30708
|
+
#ffffff;
|
|
30709
|
+
--background-color-active: linear-gradient(
|
|
30710
|
+
0deg,
|
|
30711
|
+
rgba(0, 136, 255, 0.2),
|
|
30712
|
+
rgba(0, 136, 255, 0.2)
|
|
30713
|
+
),
|
|
30714
|
+
#ffffff;
|
|
30715
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30716
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30679
30717
|
}
|
|
30680
30718
|
|
|
30681
|
-
.
|
|
30682
|
-
|
|
30683
|
-
|
|
30684
|
-
|
|
30685
|
-
|
|
30686
|
-
|
|
30719
|
+
.E_b1wx3t3t.ant-btn-ordinary.ant-btn-dangerous {
|
|
30720
|
+
--color: #f0483e;
|
|
30721
|
+
--border-color: #f0483e;
|
|
30722
|
+
--background-color: #fff;
|
|
30723
|
+
--background-color-hover: linear-gradient(
|
|
30724
|
+
0deg,
|
|
30725
|
+
rgba(255, 74, 74, 0.16),
|
|
30726
|
+
rgba(255, 74, 74, 0.16)
|
|
30727
|
+
),
|
|
30728
|
+
#ffffff;
|
|
30729
|
+
--background-color-active: linear-gradient(
|
|
30730
|
+
0deg,
|
|
30731
|
+
rgba(255, 74, 74, 0.2),
|
|
30732
|
+
rgba(255, 74, 74, 0.2)
|
|
30733
|
+
),
|
|
30734
|
+
#ffffff;
|
|
30735
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30687
30736
|
}
|
|
30688
30737
|
|
|
30689
|
-
.
|
|
30690
|
-
|
|
30738
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint {
|
|
30739
|
+
--color: #1d326c;
|
|
30740
|
+
--border-color: #fff;
|
|
30741
|
+
--background-color: #fff;
|
|
30742
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30743
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30744
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30745
|
+
box-shadow: none;
|
|
30691
30746
|
}
|
|
30692
30747
|
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30748
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30749
|
+
--color: #0080ff;
|
|
30750
|
+
--border-color: #fff;
|
|
30751
|
+
--background-color: #fff;
|
|
30752
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30753
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30754
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30755
|
+
box-shadow: none;
|
|
30695
30756
|
}
|
|
30696
30757
|
|
|
30697
|
-
.
|
|
30698
|
-
|
|
30758
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30759
|
+
--color: #f0483e;
|
|
30760
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30761
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30762
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30699
30763
|
}
|
|
30700
30764
|
|
|
30701
|
-
.
|
|
30702
|
-
color:
|
|
30765
|
+
.E_b1wx3t3t.ant-btn-quiet {
|
|
30766
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
30767
|
+
--border-width: 0;
|
|
30768
|
+
--background-color: transparent;
|
|
30769
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30770
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30771
|
+
--background-color-focus: #fff;
|
|
30772
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30773
|
+
box-shadow: none;
|
|
30703
30774
|
}
|
|
30704
30775
|
|
|
30705
|
-
.
|
|
30706
|
-
|
|
30776
|
+
.E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
|
|
30777
|
+
--color: #f0483e;
|
|
30778
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30779
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30780
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30707
30781
|
}
|
|
30708
30782
|
|
|
30709
|
-
.
|
|
30710
|
-
|
|
30783
|
+
.E_b1wx3t3t.ant-btn-quiet.quiet-blue {
|
|
30784
|
+
--color: #0080ff;
|
|
30785
|
+
--background-color: transparent;
|
|
30786
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30787
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30788
|
+
--background-color-focus: #fff;
|
|
30789
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30711
30790
|
}
|
|
30712
30791
|
|
|
30713
|
-
.
|
|
30714
|
-
|
|
30792
|
+
.E_b1wx3t3t .button-prefix-icon {
|
|
30793
|
+
margin-right: 8px;
|
|
30794
|
+
display: inline-flex;
|
|
30715
30795
|
}
|
|
30716
30796
|
|
|
30717
|
-
.
|
|
30718
|
-
|
|
30719
|
-
|
|
30797
|
+
.E_b1wx3t3t .button-suffix-icon {
|
|
30798
|
+
margin-left: 8px;
|
|
30799
|
+
display: inline-flex;
|
|
30720
30800
|
}
|
|
30721
30801
|
|
|
30722
|
-
.
|
|
30802
|
+
.E_b1wx3t3t .icon-wrapper {
|
|
30723
30803
|
display: flex;
|
|
30724
|
-
justify-content:
|
|
30725
|
-
height: 20px;
|
|
30726
|
-
line-height: 20px;
|
|
30804
|
+
justify-content: center;
|
|
30727
30805
|
}
|
|
30728
30806
|
|
|
30729
|
-
.
|
|
30730
|
-
|
|
30731
|
-
overflow: hidden;
|
|
30732
|
-
text-overflow: ellipsis;
|
|
30807
|
+
button.E_n7k2c6r {
|
|
30808
|
+
padding: 0;
|
|
30733
30809
|
}
|
|
30734
30810
|
|
|
30735
|
-
.
|
|
30736
|
-
|
|
30737
|
-
|
|
30738
|
-
|
|
30739
|
-
height: 18px;
|
|
30740
|
-
line-height: 18px;
|
|
30741
|
-
margin-top: 2px;
|
|
30811
|
+
.E_d1bw7c5z {
|
|
30812
|
+
position: relative;
|
|
30813
|
+
max-width: 388px;
|
|
30814
|
+
min-width: 285px;
|
|
30742
30815
|
}
|
|
30743
30816
|
|
|
30744
|
-
.
|
|
30745
|
-
|
|
30746
|
-
|
|
30747
|
-
|
|
30817
|
+
.E_d1bw7c5z .center {
|
|
30818
|
+
position: absolute;
|
|
30819
|
+
font-size: 12px;
|
|
30820
|
+
width: 80px;
|
|
30821
|
+
height: 100px;
|
|
30822
|
+
top: 0;
|
|
30823
|
+
left: 35px;
|
|
30824
|
+
display: flex;
|
|
30825
|
+
flex-direction: column;
|
|
30826
|
+
justify-content: center;
|
|
30827
|
+
align-items: center;
|
|
30828
|
+
color: #00122e;
|
|
30748
30829
|
}
|
|
30749
30830
|
|
|
30750
|
-
.
|
|
30751
|
-
|
|
30752
|
-
|
|
30753
|
-
width: 100%;
|
|
30754
|
-
opacity: 0;
|
|
30831
|
+
.E_d1bw7c5z .center .number {
|
|
30832
|
+
font-size: 24px;
|
|
30833
|
+
font-weight: 700;
|
|
30755
30834
|
}
|
|
30756
30835
|
|
|
30757
|
-
.
|
|
30758
|
-
|
|
30759
|
-
|
|
30760
|
-
|
|
30836
|
+
.E_d1bw7c5z .center .text {
|
|
30837
|
+
padding: 0 5px;
|
|
30838
|
+
font-size: 12px;
|
|
30839
|
+
width: inherit;
|
|
30840
|
+
text-align: center;
|
|
30761
30841
|
}
|
|
30762
30842
|
|
|
30763
|
-
.
|
|
30764
|
-
|
|
30765
|
-
width: 100%;
|
|
30766
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
30767
|
-
border-top: none;
|
|
30843
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30844
|
+
display: flex;
|
|
30768
30845
|
}
|
|
30769
30846
|
|
|
30770
|
-
.
|
|
30771
|
-
|
|
30772
|
-
|
|
30847
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30848
|
+
position: relative !important;
|
|
30849
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30850
|
+
left: 0 !important;
|
|
30851
|
+
bottom: 0 !important;
|
|
30852
|
+
display: flex;
|
|
30853
|
+
align-items: center;
|
|
30773
30854
|
}
|
|
30774
30855
|
|
|
30775
|
-
.
|
|
30776
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30856
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30777
30857
|
width: 100%;
|
|
30778
|
-
height: 180px;
|
|
30779
|
-
border-spacing: 0;
|
|
30780
|
-
}
|
|
30781
|
-
|
|
30782
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30783
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30784
|
-
margin-bottom: 8px;
|
|
30785
|
-
}
|
|
30786
|
-
|
|
30787
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30788
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30789
|
-
width: 22px;
|
|
30790
30858
|
}
|
|
30791
30859
|
|
|
30792
|
-
.
|
|
30793
|
-
|
|
30794
|
-
|
|
30860
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30861
|
+
width: 100%;
|
|
30862
|
+
margin-right: 0 !important;
|
|
30863
|
+
line-height: 18px;
|
|
30795
30864
|
}
|
|
30796
30865
|
|
|
30797
|
-
.
|
|
30798
|
-
|
|
30799
|
-
opacity: 0.4;
|
|
30866
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30867
|
+
border-radius: 2px;
|
|
30800
30868
|
}
|
|
30801
30869
|
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30804
|
-
|
|
30870
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30871
|
+
min-width: 75px;
|
|
30872
|
+
max-width: 198px;
|
|
30873
|
+
width: calc(100% - 20px);
|
|
30874
|
+
margin-left: 2px;
|
|
30875
|
+
color: #00122e !important;
|
|
30876
|
+
display: inline-flex;
|
|
30877
|
+
justify-content: space-between;
|
|
30805
30878
|
}
|
|
30806
30879
|
|
|
30807
|
-
.
|
|
30808
|
-
|
|
30880
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30881
|
+
maxwidth: calc(100% - 12px);
|
|
30882
|
+
cursor: pointer;
|
|
30883
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30884
|
+
overflow: hidden;
|
|
30885
|
+
text-overflow: ellipsis;
|
|
30886
|
+
white-space: nowrap;
|
|
30809
30887
|
}
|
|
30810
30888
|
|
|
30811
|
-
.
|
|
30812
|
-
|
|
30889
|
+
.E_d1bw7c5z .value {
|
|
30890
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30813
30891
|
}
|
|
30814
30892
|
|
|
30815
|
-
.
|
|
30816
|
-
|
|
30817
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30818
|
-
backdrop-filter: blur(10px);
|
|
30819
|
-
padding: 7px 10px;
|
|
30893
|
+
.E_t10pqbtc {
|
|
30894
|
+
width: 140px;
|
|
30820
30895
|
}
|
|
30821
30896
|
|
|
30822
|
-
.
|
|
30823
|
-
|
|
30897
|
+
.E_t10pqbtc .item {
|
|
30898
|
+
margin: 6px auto;
|
|
30824
30899
|
display: flex;
|
|
30825
30900
|
justify-content: space-between;
|
|
30826
|
-
align-items: center;
|
|
30827
|
-
padding: 8px 16px;
|
|
30828
30901
|
}
|
|
30829
30902
|
|
|
30830
|
-
.
|
|
30831
|
-
|
|
30832
|
-
}
|
|
30833
|
-
|
|
30834
|
-
.E_c167wnad .anticon:hover {
|
|
30835
|
-
color: #0096ff;
|
|
30836
|
-
}
|
|
30837
|
-
|
|
30838
|
-
.E_cxhf7dh {
|
|
30839
|
-
text-align: center;
|
|
30840
|
-
}
|
|
30841
|
-
|
|
30842
|
-
.E_cxhf7dh .dots {
|
|
30843
|
-
display: flex;
|
|
30844
|
-
justify-content: center;
|
|
30903
|
+
.E_t10pqbtc .item .name {
|
|
30904
|
+
width: 102px;
|
|
30845
30905
|
}
|
|
30846
30906
|
|
|
30847
|
-
.
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
|
|
30851
|
-
border-radius: 1px;
|
|
30852
|
-
background: #0096ff;
|
|
30907
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30908
|
+
padding: 4px 8px 0 8px;
|
|
30909
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30910
|
+
font-size: 12px;
|
|
30853
30911
|
}
|
|
30854
30912
|
|
|
30855
|
-
.
|
|
30856
|
-
|
|
30913
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30914
|
+
padding-bottom: 6px;
|
|
30857
30915
|
}
|
|
30858
30916
|
|
|
30859
|
-
.
|
|
30860
|
-
|
|
30861
|
-
|
|
30862
|
-
background: #0096ff;
|
|
30863
|
-
border-radius: 2px;
|
|
30917
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30918
|
+
padding-top: 4px;
|
|
30919
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30864
30920
|
}
|
|
30865
30921
|
|
|
30866
|
-
.
|
|
30867
|
-
|
|
30868
|
-
height: 24px;
|
|
30869
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30870
|
-
overflow: hidden;
|
|
30922
|
+
.E_c1uzzomf {
|
|
30923
|
+
margin-bottom: 16px;
|
|
30871
30924
|
}
|
|
30872
30925
|
|
|
30873
|
-
.
|
|
30874
|
-
|
|
30926
|
+
.E_c1uzzomf .card-title {
|
|
30927
|
+
font-size: 16px;
|
|
30928
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30929
|
+
font-weight: 700;
|
|
30930
|
+
line-height: 32px;
|
|
30875
30931
|
}
|
|
30876
30932
|
|
|
30877
|
-
.
|
|
30878
|
-
|
|
30879
|
-
|
|
30933
|
+
.E_c1uzzomf .card-body {
|
|
30934
|
+
padding: 24px;
|
|
30935
|
+
border-radius: 8px;
|
|
30936
|
+
background: #fff;
|
|
30880
30937
|
}
|
|
30881
30938
|
|
|
30882
|
-
.
|
|
30883
|
-
|
|
30884
|
-
|
|
30939
|
+
.E_c1uzzomf .empty {
|
|
30940
|
+
font-weight: 700;
|
|
30941
|
+
font-size: 14px;
|
|
30942
|
+
line-height: 22px;
|
|
30943
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30944
|
+
text-align: center;
|
|
30885
30945
|
}
|
|
30886
30946
|
|
|
30887
|
-
.
|
|
30888
|
-
|
|
30889
|
-
|
|
30947
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30948
|
+
border: 0px;
|
|
30949
|
+
background-color: #fff;
|
|
30890
30950
|
}
|
|
30891
30951
|
|
|
30892
|
-
.
|
|
30893
|
-
|
|
30894
|
-
|
|
30952
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30953
|
+
padding-top: 0px;
|
|
30954
|
+
padding-bottom: 0px;
|
|
30955
|
+
padding-left: 0px !important;
|
|
30956
|
+
padding-right: 24px;
|
|
30895
30957
|
}
|
|
30896
30958
|
|
|
30897
|
-
.
|
|
30898
|
-
|
|
30899
|
-
width: 14px;
|
|
30900
|
-
top: 1px;
|
|
30901
|
-
left: 1px;
|
|
30959
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30960
|
+
right: 0px;
|
|
30902
30961
|
}
|
|
30903
30962
|
|
|
30904
|
-
.
|
|
30905
|
-
|
|
30906
|
-
width: 28px;
|
|
30963
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30964
|
+
padding: 0px;
|
|
30907
30965
|
}
|
|
30908
30966
|
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30967
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30968
|
+
padding-right: 0px;
|
|
30969
|
+
cursor: default;
|
|
30911
30970
|
}
|
|
30912
30971
|
|
|
30913
|
-
.
|
|
30914
|
-
|
|
30972
|
+
.E_c1yyuluq {
|
|
30973
|
+
border-radius: 8px;
|
|
30915
30974
|
}
|
|
30916
30975
|
|
|
30917
|
-
.
|
|
30918
|
-
|
|
30976
|
+
.E_c1yyuluq .ant-card-body {
|
|
30977
|
+
padding: 20px 24px 24px 24px;
|
|
30919
30978
|
}
|
|
30920
30979
|
|
|
30921
|
-
.
|
|
30922
|
-
|
|
30980
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30981
|
+
display: inline-flex;
|
|
30982
|
+
align-items: baseline;
|
|
30983
|
+
white-space: pre-wrap;
|
|
30923
30984
|
}
|
|
30924
30985
|
|
|
30925
|
-
.
|
|
30926
|
-
|
|
30986
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30987
|
+
position: relative;
|
|
30988
|
+
top: 3px;
|
|
30927
30989
|
}
|
|
30928
30990
|
|
|
30929
|
-
.
|
|
30930
|
-
|
|
30991
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30992
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30931
30993
|
}
|
|
30932
30994
|
|
|
30933
|
-
.
|
|
30934
|
-
|
|
30995
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30996
|
+
border-color: #0080ff;
|
|
30935
30997
|
}
|
|
30936
30998
|
|
|
30937
|
-
.
|
|
30938
|
-
|
|
30939
|
-
|
|
30940
|
-
justify-content: space-between;
|
|
30941
|
-
background: #edf0f7;
|
|
30942
|
-
padding: 8px 12px;
|
|
30943
|
-
position: sticky;
|
|
30944
|
-
top: 0;
|
|
30945
|
-
z-index: 1;
|
|
30946
|
-
margin-bottom: -52px;
|
|
30999
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31000
|
+
border-color: #0080ff;
|
|
31001
|
+
background: #0080ff;
|
|
30947
31002
|
}
|
|
30948
31003
|
|
|
30949
|
-
.
|
|
30950
|
-
|
|
30951
|
-
|
|
30952
|
-
|
|
30953
|
-
|
|
31004
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31005
|
+
top: 4px;
|
|
31006
|
+
left: 4px;
|
|
31007
|
+
width: 6px;
|
|
31008
|
+
height: 6px;
|
|
31009
|
+
background: #fff;
|
|
30954
31010
|
}
|
|
30955
31011
|
|
|
30956
|
-
.
|
|
30957
|
-
|
|
30958
|
-
margin-left: 8px;
|
|
30959
|
-
width: 32px;
|
|
30960
|
-
height: 32px;
|
|
30961
|
-
border-radius: 50%;
|
|
30962
|
-
justify-content: center;
|
|
31012
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31013
|
+
opacity: 0.5;
|
|
30963
31014
|
}
|
|
30964
31015
|
|
|
30965
|
-
.
|
|
30966
|
-
|
|
31016
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31017
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31018
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30967
31019
|
}
|
|
30968
31020
|
|
|
30969
|
-
.
|
|
30970
|
-
|
|
30971
|
-
margin-left: 88px;
|
|
30972
|
-
white-space: nowrap;
|
|
30973
|
-
text-align: right;
|
|
30974
|
-
position: relative;
|
|
30975
|
-
padding: 4px 0;
|
|
30976
|
-
margin-top: -4px;
|
|
30977
|
-
overflow: hidden;
|
|
31021
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31022
|
+
background: #00122e;
|
|
30978
31023
|
}
|
|
30979
31024
|
|
|
30980
|
-
.
|
|
30981
|
-
|
|
31025
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31026
|
+
color: #00122e;
|
|
31027
|
+
opacity: 0.5;
|
|
30982
31028
|
}
|
|
30983
31029
|
|
|
30984
|
-
.
|
|
30985
|
-
|
|
31030
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31031
|
+
color: #00122e;
|
|
30986
31032
|
}
|
|
30987
31033
|
|
|
30988
|
-
.
|
|
30989
|
-
|
|
31034
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31035
|
+
display: inline-block;
|
|
31036
|
+
padding: 0;
|
|
31037
|
+
padding-left: 12px;
|
|
30990
31038
|
}
|
|
30991
31039
|
|
|
30992
|
-
.
|
|
30993
|
-
margin-
|
|
31040
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31041
|
+
margin-bottom: 0;
|
|
31042
|
+
white-space: pre-wrap;
|
|
31043
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30994
31044
|
}
|
|
30995
31045
|
|
|
30996
|
-
.
|
|
30997
|
-
|
|
30998
|
-
width: 32px;
|
|
30999
|
-
height: 32px;
|
|
31000
|
-
justify-content: center;
|
|
31001
|
-
border-radius: 50%;
|
|
31046
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
31047
|
+
padding-left: 8px;
|
|
31002
31048
|
}
|
|
31003
31049
|
|
|
31004
|
-
.
|
|
31005
|
-
|
|
31050
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
31051
|
+
border-radius: 5px 0 0 5px;
|
|
31006
31052
|
}
|
|
31007
31053
|
|
|
31008
|
-
.
|
|
31009
|
-
|
|
31054
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
31055
|
+
border-radius: 0 5px 5px 0;
|
|
31010
31056
|
}
|
|
31011
31057
|
|
|
31012
|
-
.
|
|
31013
|
-
|
|
31058
|
+
.E_rcc63c8 {
|
|
31059
|
+
color: #00122e;
|
|
31060
|
+
border-color: #ccd4e3;
|
|
31014
31061
|
}
|
|
31015
31062
|
|
|
31016
|
-
.
|
|
31017
|
-
|
|
31063
|
+
.E_rcc63c8:first-child {
|
|
31064
|
+
border-color: #a3b4cc;
|
|
31018
31065
|
}
|
|
31019
31066
|
|
|
31020
|
-
.
|
|
31021
|
-
padding: 12px;
|
|
31067
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
31068
|
+
padding: 0 12px;
|
|
31069
|
+
line-height: 32px;
|
|
31070
|
+
height: 32px;
|
|
31022
31071
|
}
|
|
31023
31072
|
|
|
31024
|
-
.
|
|
31025
|
-
|
|
31026
|
-
padding: 10px 0;
|
|
31027
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31073
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
31074
|
+
white-space: nowrap;
|
|
31028
31075
|
}
|
|
31029
31076
|
|
|
31030
|
-
.
|
|
31031
|
-
|
|
31032
|
-
padding
|
|
31077
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
31078
|
+
height: 22px;
|
|
31079
|
+
padding: 0 7px;
|
|
31080
|
+
line-height: 20px;
|
|
31033
31081
|
}
|
|
31034
31082
|
|
|
31035
|
-
.
|
|
31036
|
-
|
|
31037
|
-
width: 100px;
|
|
31038
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31083
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31084
|
+
background: #ccd4e3;
|
|
31039
31085
|
}
|
|
31040
31086
|
|
|
31041
|
-
.
|
|
31042
|
-
|
|
31043
|
-
margin-top: 5px;
|
|
31087
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31088
|
+
background: #0080ff;
|
|
31044
31089
|
}
|
|
31045
31090
|
|
|
31046
|
-
.
|
|
31047
|
-
|
|
31048
|
-
|
|
31091
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31092
|
+
background: #ccd4e3;
|
|
31093
|
+
opacity: 0.5;
|
|
31049
31094
|
}
|
|
31050
31095
|
|
|
31051
|
-
.
|
|
31052
|
-
|
|
31053
|
-
align-items: center;
|
|
31054
|
-
justify-content: space-between;
|
|
31055
|
-
word-break: keep-all;
|
|
31096
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31097
|
+
border-right-color: #0080ff;
|
|
31056
31098
|
}
|
|
31057
31099
|
|
|
31058
|
-
.
|
|
31059
|
-
|
|
31100
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31101
|
+
border-color: #0080ff;
|
|
31060
31102
|
}
|
|
31061
31103
|
|
|
31062
|
-
.
|
|
31063
|
-
|
|
31104
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
31105
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31064
31106
|
}
|
|
31065
31107
|
|
|
31066
|
-
.
|
|
31067
|
-
|
|
31068
|
-
|
|
31069
|
-
|
|
31070
|
-
align-items: center;
|
|
31071
|
-
justify-content: flex-start;
|
|
31072
|
-
white-space: nowrap;
|
|
31108
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
31109
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31110
|
+
border-color: #ccd4e3;
|
|
31111
|
+
opacity: 0.5;
|
|
31073
31112
|
}
|
|
31074
31113
|
|
|
31075
|
-
.
|
|
31076
|
-
|
|
31077
|
-
|
|
31078
|
-
text-overflow: ellipsis;
|
|
31114
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
31115
|
+
color: #00122e;
|
|
31116
|
+
border-color: #ccd4e3;
|
|
31079
31117
|
}
|
|
31080
31118
|
|
|
31081
|
-
.
|
|
31082
|
-
|
|
31083
|
-
|
|
31119
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31120
|
+
color: #00122e;
|
|
31121
|
+
border-color: #ccd4e3;
|
|
31122
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31084
31123
|
}
|
|
31085
31124
|
|
|
31086
|
-
.
|
|
31087
|
-
|
|
31088
|
-
|
|
31089
|
-
|
|
31125
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
31126
|
+
margin-right: 8px;
|
|
31127
|
+
display: inline;
|
|
31128
|
+
border: none;
|
|
31129
|
+
padding: 0;
|
|
31130
|
+
width: 36px;
|
|
31131
|
+
background: transparent;
|
|
31090
31132
|
}
|
|
31091
31133
|
|
|
31092
|
-
.
|
|
31093
|
-
|
|
31134
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
31135
|
+
box-shadow: none;
|
|
31094
31136
|
}
|
|
31095
31137
|
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
|
|
31100
|
-
cursor: pointer;
|
|
31138
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
31139
|
+
margin-right: 0;
|
|
31140
|
+
width: initial;
|
|
31141
|
+
box-shadow: none;
|
|
31101
31142
|
}
|
|
31102
31143
|
|
|
31103
|
-
.
|
|
31104
|
-
|
|
31105
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31144
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31145
|
+
display: none;
|
|
31106
31146
|
}
|
|
31107
31147
|
|
|
31108
|
-
.
|
|
31109
|
-
|
|
31110
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31111
|
-
border-radius: 4px;
|
|
31148
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31149
|
+
display: inline;
|
|
31112
31150
|
}
|
|
31113
31151
|
|
|
31114
|
-
.
|
|
31115
|
-
|
|
31116
|
-
|
|
31152
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31153
|
+
display: inline;
|
|
31154
|
+
margin-right: 8px;
|
|
31155
|
+
padding: 0;
|
|
31156
|
+
width: 36px;
|
|
31117
31157
|
}
|
|
31118
31158
|
|
|
31119
|
-
.
|
|
31120
|
-
|
|
31121
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31159
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31160
|
+
line-height: 18px;
|
|
31122
31161
|
}
|
|
31123
31162
|
|
|
31124
|
-
.
|
|
31125
|
-
|
|
31126
|
-
|
|
31127
|
-
|
|
31128
|
-
|
|
31163
|
+
.E_phljevk {
|
|
31164
|
+
display: flex;
|
|
31165
|
+
justify-content: space-between;
|
|
31166
|
+
align-items: center;
|
|
31167
|
+
padding: 10px 0;
|
|
31168
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31169
|
+
font-size: 12px;
|
|
31170
|
+
line-height: 24px;
|
|
31129
31171
|
}
|
|
31130
31172
|
|
|
31131
|
-
.
|
|
31132
|
-
padding:
|
|
31133
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31134
|
-
margin: 5px 0 5px 8px;
|
|
31173
|
+
.E_phljevk .pagination-left {
|
|
31174
|
+
padding: 2px 8px;
|
|
31135
31175
|
}
|
|
31136
31176
|
|
|
31137
|
-
.
|
|
31138
|
-
|
|
31139
|
-
|
|
31140
|
-
|
|
31141
|
-
|
|
31142
|
-
|
|
31177
|
+
.E_phljevk .dropdown-trigger {
|
|
31178
|
+
display: flex;
|
|
31179
|
+
align-items: center;
|
|
31180
|
+
border-radius: 6px;
|
|
31181
|
+
cursor: pointer;
|
|
31182
|
+
transition: all 0.3s ease;
|
|
31143
31183
|
}
|
|
31144
31184
|
|
|
31145
|
-
.
|
|
31146
|
-
|
|
31147
|
-
color:
|
|
31148
|
-
border-color: #d9d9d9;
|
|
31185
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31186
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31187
|
+
color: #0080ff;
|
|
31149
31188
|
}
|
|
31150
31189
|
|
|
31151
|
-
.
|
|
31152
|
-
|
|
31153
|
-
border-color: #0096ff;
|
|
31154
|
-
color: #fff;
|
|
31190
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31191
|
+
margin-left: 4px;
|
|
31155
31192
|
}
|
|
31156
31193
|
|
|
31157
|
-
.
|
|
31158
|
-
|
|
31159
|
-
|
|
31194
|
+
.E_phljevk .pagination-right {
|
|
31195
|
+
display: flex;
|
|
31196
|
+
align-items: center;
|
|
31197
|
+
color: #0080ff;
|
|
31198
|
+
font-weight: bold;
|
|
31160
31199
|
}
|
|
31161
31200
|
|
|
31162
|
-
.
|
|
31163
|
-
|
|
31164
|
-
padding: 0;
|
|
31165
|
-
margin-bottom: 8px;
|
|
31201
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31202
|
+
margin-left: 4px;
|
|
31166
31203
|
}
|
|
31167
31204
|
|
|
31168
|
-
.
|
|
31169
|
-
|
|
31170
|
-
|
|
31171
|
-
color: #fff;
|
|
31205
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31206
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31207
|
+
padding: 0 8px;
|
|
31172
31208
|
}
|
|
31173
31209
|
|
|
31174
|
-
.
|
|
31175
|
-
|
|
31210
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31211
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31212
|
+
color: #0080ff;
|
|
31176
31213
|
}
|
|
31177
31214
|
|
|
31178
|
-
.
|
|
31179
|
-
|
|
31215
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31216
|
+
transform: rotate(180deg);
|
|
31180
31217
|
}
|
|
31181
31218
|
|
|
31182
|
-
.
|
|
31183
|
-
|
|
31219
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31220
|
+
max-height: calc(100vh - 128px);
|
|
31221
|
+
overflow-y: auto;
|
|
31184
31222
|
}
|
|
31185
31223
|
|
|
31186
|
-
.
|
|
31187
|
-
|
|
31188
|
-
align-items: center;
|
|
31224
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31225
|
+
padding: 4px 20px;
|
|
31189
31226
|
font-size: 12px;
|
|
31190
31227
|
line-height: 18px;
|
|
31191
31228
|
}
|
|
31192
31229
|
|
|
31193
|
-
.
|
|
31194
|
-
|
|
31230
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31231
|
+
display: flex;
|
|
31195
31232
|
}
|
|
31196
31233
|
|
|
31197
|
-
.
|
|
31198
|
-
|
|
31234
|
+
.E_ivqqkzv {
|
|
31235
|
+
height: 24px;
|
|
31236
|
+
width: 56px !important;
|
|
31237
|
+
margin-right: 4px;
|
|
31199
31238
|
}
|
|
31200
31239
|
|
|
31201
|
-
.
|
|
31202
|
-
|
|
31203
|
-
overflow: auto;
|
|
31240
|
+
.E_c1wk4q29 {
|
|
31241
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31204
31242
|
}
|
|
31205
31243
|
|
|
31206
|
-
|
|
31207
|
-
|
|
31244
|
+
.E_c1bus5hc {
|
|
31245
|
+
--color: white;
|
|
31246
|
+
height: 14px;
|
|
31247
|
+
width: 14px;
|
|
31248
|
+
border-radius: 50%;
|
|
31249
|
+
flex-shrink: 0;
|
|
31250
|
+
display: flex;
|
|
31251
|
+
align-items: center;
|
|
31252
|
+
justify-content: center;
|
|
31253
|
+
border: 1px solid var(--color);
|
|
31208
31254
|
}
|
|
31209
31255
|
|
|
31210
|
-
.
|
|
31256
|
+
.E_c1bus5hc .circle-inner {
|
|
31257
|
+
position: relative;
|
|
31258
|
+
height: 10px;
|
|
31259
|
+
width: 10px;
|
|
31260
|
+
border-radius: 50%;
|
|
31211
31261
|
overflow: hidden;
|
|
31212
|
-
text-overflow: ellipsis;
|
|
31213
31262
|
}
|
|
31214
31263
|
|
|
31215
|
-
.
|
|
31216
|
-
|
|
31217
|
-
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
-
|
|
31222
|
-
|
|
31223
|
-
|
|
31264
|
+
.E_c1bus5hc .circle-content {
|
|
31265
|
+
position: absolute;
|
|
31266
|
+
height: 100%;
|
|
31267
|
+
width: 100%;
|
|
31268
|
+
left: 0;
|
|
31269
|
+
top: 0;
|
|
31270
|
+
border-radius: 50%;
|
|
31271
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31272
|
+
transform: rotate(180deg);
|
|
31224
31273
|
}
|
|
31225
31274
|
|
|
31226
|
-
.
|
|
31275
|
+
.E_c1bus5hc .circle-child {
|
|
31276
|
+
position: absolute;
|
|
31277
|
+
height: 100%;
|
|
31278
|
+
width: 100%;
|
|
31279
|
+
left: 0;
|
|
31280
|
+
top: 0;
|
|
31281
|
+
margin-left: 50%;
|
|
31282
|
+
transform-origin: left;
|
|
31227
31283
|
background: white;
|
|
31284
|
+
transform: rotate(0deg);
|
|
31228
31285
|
}
|
|
31229
31286
|
|
|
31230
|
-
.
|
|
31231
|
-
|
|
31232
|
-
}
|
|
31233
|
-
|
|
31234
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
31235
|
-
padding: 0 16px 7px 0;
|
|
31287
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31288
|
+
border-radius: 6px;
|
|
31236
31289
|
}
|
|
31237
31290
|
|
|
31238
|
-
.
|
|
31239
|
-
|
|
31291
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31292
|
+
width: 100%;
|
|
31293
|
+
color: #2d3a56;
|
|
31294
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31295
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31296
|
+
font-size: 13px;
|
|
31240
31297
|
}
|
|
31241
31298
|
|
|
31242
|
-
.
|
|
31243
|
-
|
|
31299
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31300
|
+
height: 30px;
|
|
31244
31301
|
}
|
|
31245
31302
|
|
|
31246
|
-
.
|
|
31247
|
-
|
|
31303
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31304
|
+
height: 38px;
|
|
31305
|
+
font-size: 13px;
|
|
31248
31306
|
}
|
|
31249
31307
|
|
|
31250
|
-
.
|
|
31251
|
-
|
|
31308
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31309
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31310
|
+
transition: 160ms ease;
|
|
31252
31311
|
}
|
|
31253
31312
|
|
|
31254
|
-
.
|
|
31255
|
-
|
|
31313
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31314
|
+
color: #0080ff;
|
|
31256
31315
|
}
|
|
31257
31316
|
|
|
31258
|
-
.
|
|
31259
|
-
|
|
31260
|
-
|
|
31317
|
+
.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 {
|
|
31318
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31319
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31261
31320
|
}
|
|
31262
31321
|
|
|
31263
|
-
.
|
|
31264
|
-
|
|
31265
|
-
overflow: hidden;
|
|
31266
|
-
text-overflow: ellipsis;
|
|
31322
|
+
.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 {
|
|
31323
|
+
color: #0080ff;
|
|
31267
31324
|
}
|
|
31268
31325
|
|
|
31269
|
-
.
|
|
31270
|
-
|
|
31271
|
-
|
|
31272
|
-
align-items: center;
|
|
31273
|
-
padding: 8px;
|
|
31274
|
-
min-height: 32px;
|
|
31326
|
+
.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 {
|
|
31327
|
+
border-color: #0080ff;
|
|
31328
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31275
31329
|
}
|
|
31276
31330
|
|
|
31277
|
-
.
|
|
31278
|
-
|
|
31279
|
-
font-weight: 600;
|
|
31280
|
-
font-size: 12px;
|
|
31281
|
-
line-height: 8px;
|
|
31331
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31332
|
+
transform: rotate(180deg);
|
|
31282
31333
|
}
|
|
31283
31334
|
|
|
31284
|
-
.
|
|
31285
|
-
|
|
31286
|
-
color: rgba(
|
|
31287
|
-
cursor:
|
|
31335
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31336
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31337
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31338
|
+
cursor: "not-allowed";
|
|
31288
31339
|
}
|
|
31289
31340
|
|
|
31290
|
-
.
|
|
31291
|
-
|
|
31292
|
-
line-height: 18px;
|
|
31341
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31342
|
+
border-color: #f0483e !important;
|
|
31293
31343
|
}
|
|
31294
31344
|
|
|
31295
|
-
.
|
|
31296
|
-
|
|
31297
|
-
padding: 8px 0;
|
|
31298
|
-
color: #2d3a56;
|
|
31345
|
+
.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 {
|
|
31346
|
+
color: #1d326c;
|
|
31299
31347
|
}
|
|
31300
|
-
|
|
31301
|
-
.
|
|
31302
|
-
|
|
31348
|
+
|
|
31349
|
+
.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 {
|
|
31350
|
+
border-color: #0080ff;
|
|
31351
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31303
31352
|
}
|
|
31304
31353
|
|
|
31305
|
-
.
|
|
31306
|
-
|
|
31354
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31355
|
+
transform: rotate(180deg);
|
|
31307
31356
|
}
|
|
31308
31357
|
|
|
31309
|
-
.
|
|
31358
|
+
.E_s1dizucg.ant-switch {
|
|
31359
|
+
min-width: 40px;
|
|
31360
|
+
height: 24px;
|
|
31361
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31310
31362
|
overflow: hidden;
|
|
31311
|
-
overflow-x: auto;
|
|
31312
|
-
width: 100%;
|
|
31313
|
-
white-space: pre-wrap;
|
|
31314
31363
|
}
|
|
31315
31364
|
|
|
31316
|
-
.
|
|
31317
|
-
|
|
31318
|
-
text-align: left;
|
|
31365
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31366
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31319
31367
|
}
|
|
31320
31368
|
|
|
31321
|
-
.
|
|
31322
|
-
|
|
31369
|
+
.E_s1dizucg.ant-switch-small {
|
|
31370
|
+
min-width: 26px;
|
|
31371
|
+
height: 16px;
|
|
31323
31372
|
}
|
|
31324
31373
|
|
|
31325
|
-
.
|
|
31326
|
-
width:
|
|
31327
|
-
|
|
31328
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31329
|
-
padding-right: 12px;
|
|
31374
|
+
.E_s1dizucg.ant-switch-large {
|
|
31375
|
+
min-width: 52px;
|
|
31376
|
+
height: 32px;
|
|
31330
31377
|
}
|
|
31331
31378
|
|
|
31332
|
-
.
|
|
31333
|
-
|
|
31334
|
-
|
|
31379
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31380
|
+
height: 20px;
|
|
31381
|
+
width: 20px;
|
|
31335
31382
|
}
|
|
31336
31383
|
|
|
31337
|
-
.
|
|
31338
|
-
|
|
31384
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31385
|
+
border-radius: 10px;
|
|
31386
|
+
transition-delay: 120ms;
|
|
31339
31387
|
}
|
|
31340
31388
|
|
|
31341
|
-
.
|
|
31342
|
-
|
|
31343
|
-
|
|
31344
|
-
|
|
31389
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31390
|
+
height: 14px;
|
|
31391
|
+
width: 14px;
|
|
31392
|
+
top: 1px;
|
|
31393
|
+
left: 1px;
|
|
31345
31394
|
}
|
|
31346
31395
|
|
|
31347
|
-
.
|
|
31348
|
-
|
|
31349
|
-
|
|
31350
|
-
width: calc(100% - 40px);
|
|
31396
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31397
|
+
height: 28px;
|
|
31398
|
+
width: 28px;
|
|
31351
31399
|
}
|
|
31352
31400
|
|
|
31353
|
-
.
|
|
31354
|
-
|
|
31355
|
-
width: 100%;
|
|
31401
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31402
|
+
border-radius: 14px;
|
|
31356
31403
|
}
|
|
31357
31404
|
|
|
31358
|
-
.
|
|
31359
|
-
|
|
31405
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31406
|
+
background-color: #00ba5d;
|
|
31360
31407
|
}
|
|
31361
31408
|
|
|
31362
|
-
.
|
|
31363
|
-
|
|
31409
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31410
|
+
left: calc(100% - 20px - 2px);
|
|
31364
31411
|
}
|
|
31365
31412
|
|
|
31366
|
-
.
|
|
31367
|
-
|
|
31368
|
-
flex-direction: column;
|
|
31369
|
-
flex: 1;
|
|
31370
|
-
/* FIXME:(yanzhen) do this better */
|
|
31413
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31414
|
+
left: calc(100% - 14px - 1px);
|
|
31371
31415
|
}
|
|
31372
31416
|
|
|
31373
|
-
.
|
|
31374
|
-
|
|
31375
|
-
display: flex;
|
|
31376
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
31417
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31418
|
+
left: calc(100% - 28px - 2px);
|
|
31377
31419
|
}
|
|
31378
31420
|
|
|
31379
|
-
.
|
|
31380
|
-
|
|
31421
|
+
.E_c1up6e3y {
|
|
31422
|
+
margin-left: 5px;
|
|
31381
31423
|
}
|
|
31382
31424
|
|
|
31383
|
-
.
|
|
31384
|
-
|
|
31385
|
-
padding: 1px 12px;
|
|
31386
|
-
line-height: 24px;
|
|
31387
|
-
height: 24px;
|
|
31388
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31389
|
-
border-radius: 4px 4px 0 0;
|
|
31390
|
-
cursor: pointer;
|
|
31391
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
31425
|
+
.E_s1dni7lo {
|
|
31426
|
+
width: 430px !important;
|
|
31392
31427
|
}
|
|
31393
31428
|
|
|
31394
|
-
.
|
|
31395
|
-
padding
|
|
31429
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31430
|
+
padding: 8px 16px;
|
|
31431
|
+
line-height: 18px;
|
|
31432
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31433
|
+
height: 34px;
|
|
31434
|
+
min-height: 34px;
|
|
31435
|
+
box-sizing: border-box;
|
|
31436
|
+
margin-top: 8px;
|
|
31396
31437
|
}
|
|
31397
31438
|
|
|
31398
|
-
.
|
|
31399
|
-
|
|
31439
|
+
.E_o1ugr09p {
|
|
31440
|
+
display: flex;
|
|
31441
|
+
flex-direction: column;
|
|
31442
|
+
margin: 1px 8px;
|
|
31443
|
+
padding: 8px;
|
|
31444
|
+
border-radius: 4px;
|
|
31400
31445
|
}
|
|
31401
31446
|
|
|
31402
|
-
.
|
|
31403
|
-
|
|
31404
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31447
|
+
.E_o1ugr09p .selected-icon {
|
|
31448
|
+
display: none;
|
|
31405
31449
|
}
|
|
31406
31450
|
|
|
31407
|
-
.
|
|
31408
|
-
|
|
31451
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31452
|
+
padding-left: 8px;
|
|
31409
31453
|
}
|
|
31410
31454
|
|
|
31411
|
-
.
|
|
31412
|
-
background:
|
|
31455
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31456
|
+
background-color: white;
|
|
31413
31457
|
}
|
|
31414
31458
|
|
|
31415
|
-
.
|
|
31459
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31416
31460
|
color: #0080ff;
|
|
31417
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31418
31461
|
}
|
|
31419
31462
|
|
|
31420
|
-
.
|
|
31421
|
-
|
|
31463
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31464
|
+
display: block;
|
|
31422
31465
|
}
|
|
31423
31466
|
|
|
31424
|
-
.
|
|
31425
|
-
background: rgba(0,
|
|
31467
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31468
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31426
31469
|
}
|
|
31427
31470
|
|
|
31428
|
-
.
|
|
31429
|
-
|
|
31471
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31472
|
+
color: #0080ff;
|
|
31430
31473
|
}
|
|
31431
31474
|
|
|
31432
|
-
.
|
|
31475
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31476
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31433
31477
|
color: #0080ff;
|
|
31434
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31435
31478
|
}
|
|
31436
31479
|
|
|
31437
|
-
.
|
|
31438
|
-
|
|
31480
|
+
.E_o1ifxsq4 {
|
|
31481
|
+
display: flex;
|
|
31482
|
+
justify-content: space-between;
|
|
31483
|
+
height: 20px;
|
|
31484
|
+
line-height: 20px;
|
|
31439
31485
|
}
|
|
31440
31486
|
|
|
31441
|
-
.
|
|
31442
|
-
|
|
31487
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31488
|
+
color: #2d3a56;
|
|
31489
|
+
overflow: hidden;
|
|
31490
|
+
text-overflow: ellipsis;
|
|
31443
31491
|
}
|
|
31444
31492
|
|
|
31445
|
-
.
|
|
31446
|
-
|
|
31447
|
-
|
|
31493
|
+
.E_o1zue7 {
|
|
31494
|
+
display: flex;
|
|
31495
|
+
justify-content: space-between;
|
|
31496
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31497
|
+
height: 18px;
|
|
31498
|
+
line-height: 18px;
|
|
31499
|
+
margin-top: 2px;
|
|
31448
31500
|
}
|
|
31449
31501
|
|
|
31450
|
-
.
|
|
31451
|
-
|
|
31502
|
+
.E_tyfmlxg {
|
|
31503
|
+
border: none;
|
|
31504
|
+
margin-right: 0;
|
|
31505
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31452
31506
|
}
|
|
31453
31507
|
|
|
31454
|
-
.
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
|
|
31508
|
+
.E_o18uybox {
|
|
31509
|
+
pointer-events: none;
|
|
31510
|
+
height: 32px;
|
|
31511
|
+
width: 100%;
|
|
31512
|
+
opacity: 0;
|
|
31459
31513
|
}
|
|
31460
31514
|
|
|
31461
|
-
.
|
|
31462
|
-
|
|
31463
|
-
max-width: 0;
|
|
31464
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
31515
|
+
.E_tju3gfj .date {
|
|
31516
|
+
margin-right: 4px;
|
|
31465
31517
|
}
|
|
31466
31518
|
|
|
31467
|
-
.
|
|
31468
|
-
|
|
31469
|
-
position: relative;
|
|
31470
|
-
display: flex;
|
|
31519
|
+
.E_iq1gosr {
|
|
31520
|
+
display: inline-block;
|
|
31471
31521
|
}
|
|
31472
31522
|
|
|
31473
|
-
.
|
|
31474
|
-
|
|
31475
|
-
position: absolute;
|
|
31476
|
-
top: 50%;
|
|
31477
|
-
left: 0;
|
|
31478
|
-
transform: translate(-50%, -50%);
|
|
31479
|
-
transition: opacity 100ms linear;
|
|
31480
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
31523
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31524
|
+
display: none;
|
|
31481
31525
|
}
|
|
31482
31526
|
|
|
31483
|
-
.
|
|
31484
|
-
|
|
31527
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31528
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31529
|
+
border-radius: 4px;
|
|
31485
31530
|
}
|
|
31486
31531
|
|
|
31487
|
-
.
|
|
31488
|
-
padding:
|
|
31489
|
-
|
|
31490
|
-
opacity: 1;
|
|
31491
|
-
max-width: 160px;
|
|
31532
|
+
.E_s1sck0th {
|
|
31533
|
+
padding: 0 8px;
|
|
31534
|
+
border-radius: 4px;
|
|
31492
31535
|
}
|
|
31493
31536
|
|
|
31494
|
-
.
|
|
31495
|
-
padding:
|
|
31496
|
-
|
|
31537
|
+
.E_m855nr1 {
|
|
31538
|
+
padding: 2px 8px;
|
|
31539
|
+
border-radius: 3px;
|
|
31497
31540
|
}
|
|
31498
31541
|
|
|
31499
|
-
.
|
|
31500
|
-
|
|
31542
|
+
.E_l1270xpg {
|
|
31543
|
+
padding: 3px 8px;
|
|
31544
|
+
border-radius: 2px;
|
|
31501
31545
|
}
|
|
31502
31546
|
|
|
31503
|
-
.
|
|
31504
|
-
|
|
31547
|
+
.E_t14rextb.ant-tag:hover {
|
|
31548
|
+
opacity: unset;
|
|
31505
31549
|
}
|
|
31506
31550
|
|
|
31507
|
-
.
|
|
31508
|
-
|
|
31551
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31552
|
+
margin: 0;
|
|
31553
|
+
margin-right: 8px;
|
|
31554
|
+
display: inline-flex;
|
|
31555
|
+
align-items: center;
|
|
31556
|
+
border: none;
|
|
31557
|
+
}
|
|
31558
|
+
|
|
31559
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31560
|
+
width: 16px;
|
|
31561
|
+
height: 16px;
|
|
31562
|
+
color: inherit;
|
|
31563
|
+
margin-left: 4px;
|
|
31564
|
+
opacity: 0.6;
|
|
31565
|
+
display: inline-flex;
|
|
31509
31566
|
}
|
|
31510
31567
|
|
|
31511
|
-
.
|
|
31512
|
-
|
|
31513
|
-
height: 32px;
|
|
31514
|
-
border-radius: 6px 6px 0 0;
|
|
31568
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31569
|
+
opacity: 1;
|
|
31515
31570
|
}
|
|
31516
31571
|
|
|
31517
|
-
.
|
|
31518
|
-
|
|
31572
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31573
|
+
color: #0080ff;
|
|
31574
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31519
31575
|
}
|
|
31520
31576
|
|
|
31521
|
-
.
|
|
31522
|
-
|
|
31577
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31578
|
+
color: #f0483e;
|
|
31579
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31523
31580
|
}
|
|
31524
31581
|
|
|
31525
|
-
.
|
|
31526
|
-
|
|
31527
|
-
|
|
31582
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31583
|
+
color: #e07f00;
|
|
31584
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31528
31585
|
}
|
|
31529
31586
|
|
|
31530
|
-
.
|
|
31531
|
-
|
|
31587
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31588
|
+
color: #008f4c;
|
|
31589
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31532
31590
|
}
|
|
31533
31591
|
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31592
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31593
|
+
color: #1d326c;
|
|
31594
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31536
31595
|
}
|
|
31537
31596
|
|
|
31538
|
-
.
|
|
31539
|
-
|
|
31597
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31598
|
+
color: #7E41FF;
|
|
31599
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31540
31600
|
}
|
|
31541
31601
|
|
|
31542
|
-
.
|
|
31543
|
-
|
|
31602
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31603
|
+
color: #fff;
|
|
31544
31604
|
}
|
|
31545
31605
|
|
|
31546
|
-
.
|
|
31547
|
-
color: #
|
|
31606
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31607
|
+
background-color: #f0483e;
|
|
31548
31608
|
}
|
|
31549
31609
|
|
|
31550
|
-
.
|
|
31551
|
-
background: #
|
|
31552
|
-
color: #1d326c;
|
|
31610
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31611
|
+
background-color: #fea008;
|
|
31553
31612
|
}
|
|
31554
31613
|
|
|
31555
|
-
.
|
|
31556
|
-
color:
|
|
31614
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31615
|
+
background-color: #00ba5d;
|
|
31557
31616
|
}
|
|
31558
31617
|
|
|
31559
|
-
.
|
|
31560
|
-
color: #
|
|
31618
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31619
|
+
background-color: #0080ff;
|
|
31561
31620
|
}
|
|
31562
31621
|
|
|
31563
|
-
.
|
|
31564
|
-
|
|
31622
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31623
|
+
background-color: #6b7d99;
|
|
31565
31624
|
}
|
|
31566
31625
|
|
|
31567
|
-
.
|
|
31568
|
-
|
|
31626
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31627
|
+
background-color: #7E41FF;
|
|
31569
31628
|
}
|
|
31570
31629
|
|
|
31571
|
-
.
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
flex-
|
|
31630
|
+
.E_f7pxqmh {
|
|
31631
|
+
width: 100%;
|
|
31632
|
+
margin-bottom: 0 !important;
|
|
31633
|
+
flex-flow: nowrap !important;
|
|
31634
|
+
line-break: auto;
|
|
31575
31635
|
}
|
|
31576
31636
|
|
|
31577
|
-
.
|
|
31578
|
-
|
|
31637
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31638
|
+
text-align: left !important;
|
|
31639
|
+
padding-bottom: 0 !important;
|
|
31579
31640
|
}
|
|
31580
31641
|
|
|
31581
|
-
.
|
|
31582
|
-
|
|
31583
|
-
|
|
31642
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31643
|
+
min-height: 32px;
|
|
31644
|
+
height: auto;
|
|
31645
|
+
font-size: 13px;
|
|
31646
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31647
|
+
white-space: normal;
|
|
31584
31648
|
}
|
|
31585
31649
|
|
|
31586
|
-
.
|
|
31587
|
-
border:
|
|
31588
|
-
padding: 0;
|
|
31650
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31651
|
+
border-color: #ff4d4f !important;
|
|
31589
31652
|
}
|
|
31590
31653
|
|
|
31591
|
-
.
|
|
31592
|
-
|
|
31593
|
-
height: 32px;
|
|
31594
|
-
line-height: 32px;
|
|
31595
|
-
font-size: 13px;
|
|
31596
|
-
padding: 0 10px;
|
|
31597
|
-
display: block;
|
|
31598
|
-
overflow: hidden;
|
|
31599
|
-
text-overflow: ellipsis;
|
|
31600
|
-
white-space: nowrap;
|
|
31654
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31655
|
+
border-color: #ff4d4f !important;
|
|
31601
31656
|
}
|
|
31602
31657
|
|
|
31603
|
-
.
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
|
|
31607
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31608
|
-
display: block;
|
|
31658
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31659
|
+
margin-top: 4px;
|
|
31660
|
+
font-size: 12px;
|
|
31661
|
+
min-height: 0px;
|
|
31609
31662
|
}
|
|
31610
31663
|
|
|
31611
|
-
.
|
|
31612
|
-
|
|
31613
|
-
|
|
31664
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31665
|
+
font-size: 12px;
|
|
31666
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31667
|
+
min-height: 0px;
|
|
31614
31668
|
}
|
|
31615
31669
|
|
|
31616
|
-
.
|
|
31617
|
-
height: 8px;
|
|
31618
|
-
box-sizing: border-box;
|
|
31619
|
-
border-radius: 2px;
|
|
31620
|
-
background: #f5f7fa;
|
|
31621
|
-
display: flex;
|
|
31670
|
+
.E_fzh9mnb {
|
|
31622
31671
|
width: 100%;
|
|
31623
|
-
|
|
31672
|
+
height: 100%;
|
|
31673
|
+
min-height: 124px;
|
|
31674
|
+
display: flex;
|
|
31675
|
+
flex-direction: column;
|
|
31676
|
+
justify-content: center;
|
|
31677
|
+
align-items: center;
|
|
31624
31678
|
}
|
|
31625
31679
|
|
|
31626
|
-
.
|
|
31627
|
-
|
|
31680
|
+
.E_fzh9mnb .error-text {
|
|
31681
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31682
|
+
margin-bottom: 16px;
|
|
31683
|
+
font-size: 18px;
|
|
31628
31684
|
}
|
|
31629
31685
|
|
|
31630
31686
|
.E_i1inqkme {
|
|
@@ -31640,6 +31696,27 @@ span.E_tqjc4ui {
|
|
|
31640
31696
|
margin-right: 4px;
|
|
31641
31697
|
}
|
|
31642
31698
|
|
|
31699
|
+
.E_iouxfgt {
|
|
31700
|
+
display: inline-flex;
|
|
31701
|
+
align-items: center;
|
|
31702
|
+
}
|
|
31703
|
+
|
|
31704
|
+
.E_iouxfgt .icon-inner {
|
|
31705
|
+
display: inline-flex;
|
|
31706
|
+
align-items: center;
|
|
31707
|
+
justify-content: center;
|
|
31708
|
+
}
|
|
31709
|
+
|
|
31710
|
+
.E_iouxfgt .icon-inner + span,
|
|
31711
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31712
|
+
margin-left: 4px;
|
|
31713
|
+
}
|
|
31714
|
+
|
|
31715
|
+
.E_iouxfgt.is-rotate img,
|
|
31716
|
+
.E_iouxfgt.is-rotate svg {
|
|
31717
|
+
animation: rotate 680ms linear infinite;
|
|
31718
|
+
}
|
|
31719
|
+
|
|
31643
31720
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31644
31721
|
display: var(--ai7qkf2-0);
|
|
31645
31722
|
}
|
|
@@ -31695,104 +31772,19 @@ span.E_tqjc4ui {
|
|
|
31695
31772
|
height: 30px;
|
|
31696
31773
|
border: 1px;
|
|
31697
31774
|
padding: 5px 12px;
|
|
31698
|
-
font-size: inherit;
|
|
31699
|
-
}
|
|
31700
|
-
|
|
31701
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
31702
|
-
height: 38px;
|
|
31703
|
-
border: 1px;
|
|
31704
|
-
padding: 8px 16px;
|
|
31705
|
-
}
|
|
31706
|
-
|
|
31707
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
31708
|
-
height: 22px;
|
|
31709
|
-
border: 1px;
|
|
31710
|
-
padding: 2px 8px;
|
|
31711
|
-
}
|
|
31712
|
-
|
|
31713
|
-
.E_iouxfgt {
|
|
31714
|
-
display: inline-flex;
|
|
31715
|
-
align-items: center;
|
|
31716
|
-
}
|
|
31717
|
-
|
|
31718
|
-
.E_iouxfgt .icon-inner {
|
|
31719
|
-
display: inline-flex;
|
|
31720
|
-
align-items: center;
|
|
31721
|
-
justify-content: center;
|
|
31722
|
-
}
|
|
31723
|
-
|
|
31724
|
-
.E_iouxfgt .icon-inner + span,
|
|
31725
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31726
|
-
margin-left: 4px;
|
|
31727
|
-
}
|
|
31728
|
-
|
|
31729
|
-
.E_iouxfgt.is-rotate img,
|
|
31730
|
-
.E_iouxfgt.is-rotate svg {
|
|
31731
|
-
animation: rotate 680ms linear infinite;
|
|
31732
|
-
}
|
|
31733
|
-
|
|
31734
|
-
.E_fzh9mnb {
|
|
31735
|
-
width: 100%;
|
|
31736
|
-
height: 100%;
|
|
31737
|
-
min-height: 124px;
|
|
31738
|
-
display: flex;
|
|
31739
|
-
flex-direction: column;
|
|
31740
|
-
justify-content: center;
|
|
31741
|
-
align-items: center;
|
|
31742
|
-
}
|
|
31743
|
-
|
|
31744
|
-
.E_fzh9mnb .error-text {
|
|
31745
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31746
|
-
margin-bottom: 16px;
|
|
31747
|
-
font-size: 18px;
|
|
31748
|
-
}
|
|
31749
|
-
|
|
31750
|
-
.E_f7pxqmh {
|
|
31751
|
-
width: 100%;
|
|
31752
|
-
margin-bottom: 0 !important;
|
|
31753
|
-
flex-flow: nowrap !important;
|
|
31754
|
-
line-break: auto;
|
|
31755
|
-
}
|
|
31756
|
-
|
|
31757
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31758
|
-
text-align: left !important;
|
|
31759
|
-
padding-bottom: 0 !important;
|
|
31760
|
-
}
|
|
31761
|
-
|
|
31762
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31763
|
-
min-height: 32px;
|
|
31764
|
-
height: auto;
|
|
31765
|
-
font-size: 13px;
|
|
31766
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31767
|
-
white-space: normal;
|
|
31768
|
-
}
|
|
31769
|
-
|
|
31770
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31771
|
-
border-color: #ff4d4f !important;
|
|
31772
|
-
}
|
|
31773
|
-
|
|
31774
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31775
|
-
border-color: #ff4d4f !important;
|
|
31776
|
-
}
|
|
31777
|
-
|
|
31778
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31779
|
-
margin-top: 4px;
|
|
31780
|
-
font-size: 12px;
|
|
31781
|
-
min-height: 0px;
|
|
31782
|
-
}
|
|
31783
|
-
|
|
31784
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31785
|
-
font-size: 12px;
|
|
31786
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31787
|
-
min-height: 0px;
|
|
31775
|
+
font-size: inherit;
|
|
31788
31776
|
}
|
|
31789
31777
|
|
|
31790
|
-
.
|
|
31791
|
-
|
|
31778
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31779
|
+
height: 38px;
|
|
31780
|
+
border: 1px;
|
|
31781
|
+
padding: 8px 16px;
|
|
31792
31782
|
}
|
|
31793
31783
|
|
|
31794
|
-
.
|
|
31795
|
-
|
|
31784
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31785
|
+
height: 22px;
|
|
31786
|
+
border: 1px;
|
|
31787
|
+
padding: 2px 8px;
|
|
31796
31788
|
}
|
|
31797
31789
|
|
|
31798
31790
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -31830,6 +31822,14 @@ span.E_tqjc4ui {
|
|
|
31830
31822
|
font-size: inherit;
|
|
31831
31823
|
}
|
|
31832
31824
|
|
|
31825
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31826
|
+
margin-left: 8px;
|
|
31827
|
+
}
|
|
31828
|
+
|
|
31829
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31830
|
+
padding: 2px 7px 2px 12px;
|
|
31831
|
+
}
|
|
31832
|
+
|
|
31833
31833
|
.E_owd0kml {
|
|
31834
31834
|
display: inline-block;
|
|
31835
31835
|
}
|
|
@@ -33098,10 +33098,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33098
33098
|
line-height: 12px;
|
|
33099
33099
|
}
|
|
33100
33100
|
|
|
33101
|
-
.E_m196gn1d {
|
|
33102
|
-
min-width: 1280px;
|
|
33103
|
-
}
|
|
33104
|
-
|
|
33105
33101
|
.E_a1b5xrg3 .user-icon-inner {
|
|
33106
33102
|
display: inline-flex;
|
|
33107
33103
|
align-items: center;
|
|
@@ -33141,6 +33137,10 @@ input.E_rf8rlle.ant-input {
|
|
|
33141
33137
|
padding: unset;
|
|
33142
33138
|
}
|
|
33143
33139
|
|
|
33140
|
+
.E_m196gn1d {
|
|
33141
|
+
min-width: 1280px;
|
|
33142
|
+
}
|
|
33143
|
+
|
|
33144
33144
|
.E_ryby9ds {
|
|
33145
33145
|
display: flex;
|
|
33146
33146
|
align-items: center;
|
|
@@ -33227,468 +33227,208 @@ input.E_rf8rlle.ant-input {
|
|
|
33227
33227
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
33228
33228
|
row-gap: 2px;
|
|
33229
33229
|
}
|
|
33230
|
-
|
|
33231
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
33232
|
-
line-height: normal;
|
|
33233
|
-
}
|
|
33234
|
-
|
|
33235
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
33236
|
-
font-size: 13px;
|
|
33237
|
-
line-height: 20px;
|
|
33238
|
-
}
|
|
33239
|
-
|
|
33240
|
-
.E_c1ec3mnt {
|
|
33241
|
-
font-size: 13px;
|
|
33242
|
-
}
|
|
33243
|
-
|
|
33244
|
-
.E_c1iye0zj {
|
|
33245
|
-
padding: 7px 14px;
|
|
33246
|
-
height: 20px;
|
|
33247
|
-
font-weight: 400;
|
|
33248
|
-
box-sizing: content-box;
|
|
33249
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33250
|
-
display: flex;
|
|
33251
|
-
flex-direction: row;
|
|
33252
|
-
justify-content: space-between;
|
|
33253
|
-
align-items: center;
|
|
33254
|
-
border-bottom: 1px solid #e4e9f2;
|
|
33255
|
-
}
|
|
33256
|
-
|
|
33257
|
-
.E_ckhyuyx {
|
|
33258
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33259
|
-
border-radius: 8px;
|
|
33260
|
-
padding: 0px;
|
|
33261
|
-
}
|
|
33262
|
-
|
|
33263
|
-
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
33264
|
-
padding: 6px;
|
|
33265
|
-
height: 240px;
|
|
33266
|
-
}
|
|
33267
|
-
|
|
33268
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
33269
|
-
min-width: 296px;
|
|
33270
|
-
padding: 4px 4px 4px 8px;
|
|
33271
|
-
color: #00122e;
|
|
33272
|
-
margin-bottom: 2px;
|
|
33273
|
-
}
|
|
33274
|
-
|
|
33275
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
33276
|
-
vertical-align: middle;
|
|
33277
|
-
}
|
|
33278
|
-
|
|
33279
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
|
|
33280
|
-
font-weight: 400;
|
|
33281
|
-
}
|
|
33282
|
-
|
|
33283
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
|
|
33284
|
-
font-weight: 400;
|
|
33285
|
-
}
|
|
33286
|
-
|
|
33287
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
|
|
33288
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33289
|
-
}
|
|
33290
|
-
|
|
33291
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
33292
|
-
fill: #0080ff;
|
|
33293
|
-
}
|
|
33294
|
-
|
|
33295
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
|
|
33296
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33297
|
-
font-weight: 400;
|
|
33298
|
-
}
|
|
33299
|
-
|
|
33300
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
|
|
33301
|
-
fill: #0080ff;
|
|
33302
|
-
}
|
|
33303
|
-
|
|
33304
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
|
|
33305
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33306
|
-
}
|
|
33307
|
-
|
|
33308
|
-
.E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
|
|
33309
|
-
align-self: flex-start;
|
|
33310
|
-
}
|
|
33311
|
-
|
|
33312
|
-
.E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
|
|
33313
|
-
display: none;
|
|
33314
|
-
}
|
|
33315
|
-
|
|
33316
|
-
.E_ckhyuyx .antd5-cascader-checkbox {
|
|
33317
|
-
height: 22px;
|
|
33318
|
-
display: flex;
|
|
33319
|
-
align-items: center;
|
|
33320
|
-
top: 0;
|
|
33321
|
-
}
|
|
33322
|
-
|
|
33323
|
-
.E_ckhyuyx .antd5-cascader-checkbox-checked::after {
|
|
33324
|
-
border: none;
|
|
33325
|
-
}
|
|
33326
|
-
|
|
33327
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper:hover .antd5-cascader-checkbox-inner, .E_ckhyuyx.antd5-cascader-checkbox-wrapper.__pseudo-states-hover .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox:hover .antd5-cascader-checkbox-inner {
|
|
33328
|
-
border-color: #0080ff;
|
|
33329
|
-
}
|
|
33330
|
-
|
|
33331
|
-
.E_ckhyuyx .antd5-cascader-checkbox .antd5-cascader-checkbox-inner {
|
|
33332
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33333
|
-
}
|
|
33334
|
-
|
|
33335
|
-
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
33336
|
-
border: 1px solid #0080ff;
|
|
33337
|
-
}
|
|
33338
|
-
|
|
33339
|
-
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
33340
|
-
background: #0080ff;
|
|
33341
|
-
}
|
|
33342
|
-
|
|
33343
|
-
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
33344
|
-
background-color: #fff;
|
|
33345
|
-
height: 2px;
|
|
33346
|
-
width: 10px;
|
|
33347
|
-
border-radius: 2px;
|
|
33348
|
-
}
|
|
33349
|
-
|
|
33350
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled {
|
|
33351
|
-
opacity: 0.5;
|
|
33352
|
-
}
|
|
33353
|
-
|
|
33354
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
|
|
33355
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33356
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33357
|
-
}
|
|
33358
|
-
|
|
33359
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
|
|
33360
|
-
border-color: #2d3a56;
|
|
33361
|
-
}
|
|
33362
|
-
|
|
33363
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
33364
|
-
background: #2d3a56;
|
|
33365
|
-
}
|
|
33366
|
-
|
|
33367
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
33368
|
-
padding: 0;
|
|
33369
|
-
}
|
|
33370
|
-
|
|
33371
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
33372
|
-
display: inline-block;
|
|
33373
|
-
margin-left: 12px;
|
|
33374
|
-
color: #2d3a56;
|
|
33375
|
-
}
|
|
33376
|
-
|
|
33377
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
33378
|
-
margin-left: 28px;
|
|
33379
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33380
|
-
}
|
|
33381
|
-
|
|
33382
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
33383
|
-
margin-left: 8px;
|
|
33384
|
-
}
|
|
33385
|
-
|
|
33386
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
33387
|
-
margin-left: 24px;
|
|
33388
|
-
}
|
|
33389
|
-
|
|
33390
|
-
.E_ckhyuyx .E_dt9qoak {
|
|
33391
|
-
width: 400px;
|
|
33392
|
-
}
|
|
33393
|
-
|
|
33394
|
-
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
33395
|
-
padding: 4px;
|
|
33396
|
-
height: 158px;
|
|
33397
|
-
}
|
|
33398
|
-
|
|
33399
|
-
.E_c1fmq9lv.E_ckhyuyx {
|
|
33400
|
-
border-radius: 6px;
|
|
33401
|
-
}
|
|
33402
|
-
|
|
33403
|
-
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33404
|
-
min-width: 200px;
|
|
33405
|
-
font-size: 12px;
|
|
33406
|
-
}
|
|
33407
|
-
|
|
33408
|
-
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
33409
|
-
padding: 6px 12px;
|
|
33410
|
-
height: 18px;
|
|
33411
|
-
font-size: 12px;
|
|
33412
|
-
}
|
|
33413
|
-
|
|
33414
|
-
.E_c1evusvc ul.antd5-cascader-menu {
|
|
33415
|
-
padding: 8px;
|
|
33416
|
-
height: 320px;
|
|
33417
|
-
}
|
|
33418
|
-
|
|
33419
|
-
.E_c1evusvc.E_ckhyuyx {
|
|
33420
|
-
border-radius: 10px;
|
|
33421
|
-
}
|
|
33422
|
-
|
|
33423
|
-
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33424
|
-
min-width: 296px;
|
|
33425
|
-
padding: 8px;
|
|
33426
|
-
}
|
|
33427
|
-
|
|
33428
|
-
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
33429
|
-
height: 22px;
|
|
33430
|
-
padding: 8px 16px;
|
|
33431
|
-
font-size: 14px;
|
|
33432
|
-
}
|
|
33433
|
-
|
|
33434
|
-
.E_h12yihis {
|
|
33435
|
-
height: 50px;
|
|
33436
|
-
border-bottom: 2px solid #edf0f7;
|
|
33437
|
-
background: #fff;
|
|
33438
|
-
display: flex;
|
|
33439
|
-
justify-content: space-between;
|
|
33440
|
-
align-items: center;
|
|
33441
|
-
padding: 0 24px 0 14px;
|
|
33442
|
-
position: relative;
|
|
33443
|
-
z-index: 10;
|
|
33444
|
-
}
|
|
33445
|
-
|
|
33446
|
-
.E_h12yihis .left,
|
|
33447
|
-
.E_h12yihis .right,
|
|
33448
|
-
.E_h12yihis .center {
|
|
33449
|
-
display: flex;
|
|
33450
|
-
align-items: center;
|
|
33451
|
-
flex: 1;
|
|
33452
|
-
flex-shrink: 0;
|
|
33453
|
-
}
|
|
33454
|
-
|
|
33455
|
-
.E_h12yihis .center {
|
|
33456
|
-
flex: 0.8;
|
|
33230
|
+
|
|
33231
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
33232
|
+
line-height: normal;
|
|
33457
33233
|
}
|
|
33458
33234
|
|
|
33459
|
-
.
|
|
33460
|
-
|
|
33235
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
33236
|
+
font-size: 13px;
|
|
33237
|
+
line-height: 20px;
|
|
33461
33238
|
}
|
|
33462
33239
|
|
|
33463
|
-
.
|
|
33464
|
-
|
|
33240
|
+
.E_c1ec3mnt {
|
|
33241
|
+
font-size: 13px;
|
|
33465
33242
|
}
|
|
33466
33243
|
|
|
33467
|
-
.
|
|
33468
|
-
|
|
33469
|
-
|
|
33244
|
+
.E_c1iye0zj {
|
|
33245
|
+
padding: 7px 14px;
|
|
33246
|
+
height: 20px;
|
|
33247
|
+
font-weight: 400;
|
|
33248
|
+
box-sizing: content-box;
|
|
33249
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33470
33250
|
display: flex;
|
|
33251
|
+
flex-direction: row;
|
|
33252
|
+
justify-content: space-between;
|
|
33471
33253
|
align-items: center;
|
|
33254
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33472
33255
|
}
|
|
33473
33256
|
|
|
33474
|
-
.
|
|
33475
|
-
|
|
33476
|
-
|
|
33477
|
-
|
|
33478
|
-
width: 1px;
|
|
33479
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33480
|
-
position: absolute;
|
|
33481
|
-
left: -16px;
|
|
33482
|
-
top: 50%;
|
|
33483
|
-
transform: translateY(-50%);
|
|
33484
|
-
transition: opacity 160ms ease;
|
|
33257
|
+
.E_ckhyuyx {
|
|
33258
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33259
|
+
border-radius: 8px;
|
|
33260
|
+
padding: 0px;
|
|
33485
33261
|
}
|
|
33486
33262
|
|
|
33487
|
-
.
|
|
33488
|
-
|
|
33489
|
-
|
|
33490
|
-
width: 56px;
|
|
33491
|
-
height: 40px;
|
|
33492
|
-
display: inline-flex;
|
|
33493
|
-
align-items: center;
|
|
33494
|
-
justify-content: center;
|
|
33495
|
-
border-radius: 6px;
|
|
33263
|
+
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
33264
|
+
padding: 6px;
|
|
33265
|
+
height: 240px;
|
|
33496
33266
|
}
|
|
33497
33267
|
|
|
33498
|
-
.
|
|
33499
|
-
|
|
33268
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
33269
|
+
min-width: 296px;
|
|
33270
|
+
padding: 4px 4px 4px 8px;
|
|
33271
|
+
color: #00122e;
|
|
33272
|
+
margin-bottom: 2px;
|
|
33500
33273
|
}
|
|
33501
33274
|
|
|
33502
|
-
.
|
|
33503
|
-
|
|
33504
|
-
transition: all 320ms ease;
|
|
33275
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
33276
|
+
vertical-align: middle;
|
|
33505
33277
|
}
|
|
33506
33278
|
|
|
33507
|
-
.
|
|
33508
|
-
|
|
33279
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
|
|
33280
|
+
font-weight: 400;
|
|
33509
33281
|
}
|
|
33510
33282
|
|
|
33511
|
-
.
|
|
33512
|
-
|
|
33513
|
-
overflow: hidden;
|
|
33514
|
-
display: flex;
|
|
33515
|
-
align-items: center;
|
|
33516
|
-
padding: 0 4px;
|
|
33517
|
-
margin: 0 -4px;
|
|
33283
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:hover {
|
|
33284
|
+
font-weight: 400;
|
|
33518
33285
|
}
|
|
33519
33286
|
|
|
33520
|
-
.
|
|
33521
|
-
|
|
33522
|
-
transform: translateY(0);
|
|
33287
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active:active {
|
|
33288
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33523
33289
|
}
|
|
33524
33290
|
|
|
33525
|
-
.
|
|
33526
|
-
|
|
33527
|
-
height: 48px;
|
|
33528
|
-
transform: translateY(100%);
|
|
33529
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33530
|
-
display: inline-flex;
|
|
33531
|
-
align-items: center;
|
|
33291
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
33292
|
+
fill: #0080ff;
|
|
33532
33293
|
}
|
|
33533
33294
|
|
|
33534
|
-
.
|
|
33535
|
-
|
|
33295
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover {
|
|
33296
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33297
|
+
font-weight: 400;
|
|
33536
33298
|
}
|
|
33537
33299
|
|
|
33538
|
-
.
|
|
33539
|
-
|
|
33540
|
-
height: 32px;
|
|
33541
|
-
border-radius: 6px;
|
|
33300
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:hover .icon-wrapper svg path {
|
|
33301
|
+
fill: #0080ff;
|
|
33542
33302
|
}
|
|
33543
33303
|
|
|
33544
|
-
.
|
|
33304
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li:active {
|
|
33545
33305
|
background: rgba(211, 218, 235, 0.6);
|
|
33546
33306
|
}
|
|
33547
33307
|
|
|
33548
|
-
.
|
|
33549
|
-
|
|
33550
|
-
position: relative;
|
|
33308
|
+
.E_ckhyuyx li:has(.E_dt9qoak) .antd5-checkbox {
|
|
33309
|
+
align-self: flex-start;
|
|
33551
33310
|
}
|
|
33552
33311
|
|
|
33553
|
-
.
|
|
33554
|
-
|
|
33555
|
-
.E_h12yihis .task .alert-icon,
|
|
33556
|
-
.E_h12yihis .task .task-icon {
|
|
33557
|
-
width: 56px;
|
|
33558
|
-
height: 40px;
|
|
33559
|
-
justify-content: center;
|
|
33312
|
+
.E_ckhyuyx:has(.E_c1iq43vd) .E_c1ec3mnt {
|
|
33313
|
+
display: none;
|
|
33560
33314
|
}
|
|
33561
33315
|
|
|
33562
|
-
.
|
|
33563
|
-
|
|
33564
|
-
|
|
33565
|
-
|
|
33316
|
+
.E_ckhyuyx .antd5-cascader-checkbox {
|
|
33317
|
+
height: 22px;
|
|
33318
|
+
display: flex;
|
|
33319
|
+
align-items: center;
|
|
33320
|
+
top: 0;
|
|
33566
33321
|
}
|
|
33567
33322
|
|
|
33568
|
-
.
|
|
33569
|
-
|
|
33570
|
-
align-items: center;
|
|
33323
|
+
.E_ckhyuyx .antd5-cascader-checkbox-checked::after {
|
|
33324
|
+
border: none;
|
|
33571
33325
|
}
|
|
33572
33326
|
|
|
33573
|
-
.
|
|
33574
|
-
|
|
33327
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper:hover .antd5-cascader-checkbox-inner, .E_ckhyuyx.antd5-cascader-checkbox-wrapper.__pseudo-states-hover .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox:hover .antd5-cascader-checkbox-inner {
|
|
33328
|
+
border-color: #0080ff;
|
|
33575
33329
|
}
|
|
33576
33330
|
|
|
33577
|
-
.
|
|
33578
|
-
|
|
33579
|
-
line-height: 24px;
|
|
33580
|
-
font-weight: bold;
|
|
33581
|
-
color: #1d326c;
|
|
33582
|
-
margin: 0px 8px;
|
|
33331
|
+
.E_ckhyuyx .antd5-cascader-checkbox .antd5-cascader-checkbox-inner {
|
|
33332
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33583
33333
|
}
|
|
33584
33334
|
|
|
33585
|
-
.
|
|
33586
|
-
|
|
33335
|
+
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner, .E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
33336
|
+
border: 1px solid #0080ff;
|
|
33587
33337
|
}
|
|
33588
33338
|
|
|
33589
|
-
.
|
|
33590
|
-
|
|
33339
|
+
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner {
|
|
33340
|
+
background: #0080ff;
|
|
33591
33341
|
}
|
|
33592
33342
|
|
|
33593
|
-
.
|
|
33594
|
-
|
|
33595
|
-
|
|
33343
|
+
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
33344
|
+
background-color: #fff;
|
|
33345
|
+
height: 2px;
|
|
33346
|
+
width: 10px;
|
|
33347
|
+
border-radius: 2px;
|
|
33596
33348
|
}
|
|
33597
33349
|
|
|
33598
|
-
.
|
|
33599
|
-
|
|
33600
|
-
flex: 1;
|
|
33350
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled {
|
|
33351
|
+
opacity: 0.5;
|
|
33601
33352
|
}
|
|
33602
33353
|
|
|
33603
|
-
.
|
|
33604
|
-
|
|
33605
|
-
|
|
33354
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
|
|
33355
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33356
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33606
33357
|
}
|
|
33607
33358
|
|
|
33608
|
-
.
|
|
33609
|
-
|
|
33359
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
|
|
33360
|
+
border-color: #2d3a56;
|
|
33610
33361
|
}
|
|
33611
33362
|
|
|
33612
|
-
.
|
|
33613
|
-
|
|
33363
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
33364
|
+
background: #2d3a56;
|
|
33614
33365
|
}
|
|
33615
33366
|
|
|
33616
|
-
.
|
|
33617
|
-
|
|
33367
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
33368
|
+
padding: 0;
|
|
33618
33369
|
}
|
|
33619
33370
|
|
|
33620
|
-
.
|
|
33621
|
-
|
|
33622
|
-
|
|
33623
|
-
|
|
33624
|
-
display: inline-flex;
|
|
33625
|
-
align-items: center;
|
|
33626
|
-
justify-content: center;
|
|
33627
|
-
overflow: hidden;
|
|
33371
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
33372
|
+
display: inline-block;
|
|
33373
|
+
margin-left: 12px;
|
|
33374
|
+
color: #2d3a56;
|
|
33628
33375
|
}
|
|
33629
33376
|
|
|
33630
|
-
.
|
|
33631
|
-
|
|
33632
|
-
|
|
33633
|
-
height: 12px;
|
|
33634
|
-
position: absolute;
|
|
33635
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33377
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
33378
|
+
margin-left: 28px;
|
|
33379
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33636
33380
|
}
|
|
33637
33381
|
|
|
33638
|
-
.
|
|
33639
|
-
|
|
33382
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
33383
|
+
margin-left: 8px;
|
|
33640
33384
|
}
|
|
33641
33385
|
|
|
33642
|
-
.
|
|
33643
|
-
|
|
33386
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
33387
|
+
margin-left: 24px;
|
|
33644
33388
|
}
|
|
33645
33389
|
|
|
33646
|
-
.
|
|
33647
|
-
|
|
33648
|
-
display: inline-flex;
|
|
33649
|
-
align-items: center;
|
|
33650
|
-
white-space: nowrap;
|
|
33651
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33390
|
+
.E_ckhyuyx .E_dt9qoak {
|
|
33391
|
+
width: 400px;
|
|
33652
33392
|
}
|
|
33653
33393
|
|
|
33654
|
-
.
|
|
33655
|
-
|
|
33656
|
-
|
|
33394
|
+
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
33395
|
+
padding: 4px;
|
|
33396
|
+
height: 158px;
|
|
33657
33397
|
}
|
|
33658
33398
|
|
|
33659
|
-
.
|
|
33660
|
-
|
|
33661
|
-
opacity: 0;
|
|
33662
|
-
font-size: 18px;
|
|
33663
|
-
font-weight: 700;
|
|
33664
|
-
position: absolute;
|
|
33665
|
-
overflow: hidden;
|
|
33666
|
-
display: flex;
|
|
33667
|
-
justify-content: center;
|
|
33399
|
+
.E_c1fmq9lv.E_ckhyuyx {
|
|
33400
|
+
border-radius: 6px;
|
|
33668
33401
|
}
|
|
33669
33402
|
|
|
33670
|
-
.
|
|
33671
|
-
|
|
33672
|
-
|
|
33673
|
-
overflow: hidden;
|
|
33674
|
-
text-overflow: ellipsis;
|
|
33403
|
+
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33404
|
+
min-width: 200px;
|
|
33405
|
+
font-size: 12px;
|
|
33675
33406
|
}
|
|
33676
33407
|
|
|
33677
|
-
.
|
|
33678
|
-
|
|
33679
|
-
|
|
33408
|
+
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
33409
|
+
padding: 6px 12px;
|
|
33410
|
+
height: 18px;
|
|
33411
|
+
font-size: 12px;
|
|
33412
|
+
}
|
|
33413
|
+
|
|
33414
|
+
.E_c1evusvc ul.antd5-cascader-menu {
|
|
33415
|
+
padding: 8px;
|
|
33416
|
+
height: 320px;
|
|
33680
33417
|
}
|
|
33681
33418
|
|
|
33682
|
-
.
|
|
33683
|
-
|
|
33684
|
-
opacity: 0;
|
|
33685
|
-
position: absolute;
|
|
33419
|
+
.E_c1evusvc.E_ckhyuyx {
|
|
33420
|
+
border-radius: 10px;
|
|
33686
33421
|
}
|
|
33687
33422
|
|
|
33688
|
-
.
|
|
33689
|
-
|
|
33690
|
-
|
|
33691
|
-
|
|
33423
|
+
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33424
|
+
min-width: 296px;
|
|
33425
|
+
padding: 8px;
|
|
33426
|
+
}
|
|
33427
|
+
|
|
33428
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
33429
|
+
height: 22px;
|
|
33430
|
+
padding: 8px 16px;
|
|
33431
|
+
font-size: 14px;
|
|
33692
33432
|
}
|
|
33693
33433
|
|
|
33694
33434
|
.E_c1kchka8 {
|
|
@@ -34175,82 +33915,342 @@ input.E_rf8rlle.ant-input {
|
|
|
34175
33915
|
cursor: pointer;
|
|
34176
33916
|
}
|
|
34177
33917
|
|
|
34178
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
34179
|
-
padding: 12px 12px 0 12px;
|
|
33918
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
33919
|
+
padding: 12px 12px 0 12px;
|
|
33920
|
+
}
|
|
33921
|
+
|
|
33922
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33923
|
+
padding-left: 16px;
|
|
33924
|
+
}
|
|
33925
|
+
|
|
33926
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33927
|
+
margin-right: 0;
|
|
33928
|
+
}
|
|
33929
|
+
|
|
33930
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33931
|
+
margin-left: 2px;
|
|
33932
|
+
}
|
|
33933
|
+
|
|
33934
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33935
|
+
max-height: 470px;
|
|
33936
|
+
overflow: auto;
|
|
33937
|
+
}
|
|
33938
|
+
|
|
33939
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33940
|
+
padding: 0 12px;
|
|
33941
|
+
}
|
|
33942
|
+
|
|
33943
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33944
|
+
height: 470px;
|
|
33945
|
+
overflow: auto;
|
|
33946
|
+
}
|
|
33947
|
+
|
|
33948
|
+
.E_d1tc7lgk {
|
|
33949
|
+
min-width: 200px;
|
|
33950
|
+
}
|
|
33951
|
+
|
|
33952
|
+
.E_d1tc7lgk header {
|
|
33953
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33954
|
+
padding: 8px 12px;
|
|
33955
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33956
|
+
}
|
|
33957
|
+
|
|
33958
|
+
.E_d1tc7lgk ul {
|
|
33959
|
+
list-style: none;
|
|
33960
|
+
padding: 12px;
|
|
33961
|
+
}
|
|
33962
|
+
|
|
33963
|
+
.E_d1tc7lgk ul li {
|
|
33964
|
+
padding: 5px 8px;
|
|
33965
|
+
border-radius: 5px;
|
|
33966
|
+
transition: all 0.2s ease-in-out;
|
|
33967
|
+
cursor: pointer;
|
|
33968
|
+
}
|
|
33969
|
+
|
|
33970
|
+
.E_d1tc7lgk ul li:hover {
|
|
33971
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33972
|
+
color: #0080ff;
|
|
33973
|
+
}
|
|
33974
|
+
|
|
33975
|
+
.E_d1tc7lgk ul li:active {
|
|
33976
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33977
|
+
color: #0080ff;
|
|
33978
|
+
}
|
|
33979
|
+
|
|
33980
|
+
.E_d1tc7lgk ul li + li {
|
|
33981
|
+
margin-top: 2px;
|
|
33982
|
+
}
|
|
33983
|
+
|
|
33984
|
+
.E_rzaik16 {
|
|
33985
|
+
padding: 0;
|
|
33986
|
+
}
|
|
33987
|
+
|
|
33988
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33989
|
+
display: none;
|
|
33990
|
+
}
|
|
33991
|
+
|
|
33992
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33993
|
+
padding: 0;
|
|
33994
|
+
}
|
|
33995
|
+
|
|
33996
|
+
.E_h12yihis {
|
|
33997
|
+
height: 50px;
|
|
33998
|
+
border-bottom: 2px solid #edf0f7;
|
|
33999
|
+
background: #fff;
|
|
34000
|
+
display: flex;
|
|
34001
|
+
justify-content: space-between;
|
|
34002
|
+
align-items: center;
|
|
34003
|
+
padding: 0 24px 0 14px;
|
|
34004
|
+
position: relative;
|
|
34005
|
+
z-index: 10;
|
|
34006
|
+
}
|
|
34007
|
+
|
|
34008
|
+
.E_h12yihis .left,
|
|
34009
|
+
.E_h12yihis .right,
|
|
34010
|
+
.E_h12yihis .center {
|
|
34011
|
+
display: flex;
|
|
34012
|
+
align-items: center;
|
|
34013
|
+
flex: 1;
|
|
34014
|
+
flex-shrink: 0;
|
|
34015
|
+
}
|
|
34016
|
+
|
|
34017
|
+
.E_h12yihis .center {
|
|
34018
|
+
flex: 0.8;
|
|
34019
|
+
}
|
|
34020
|
+
|
|
34021
|
+
.E_h12yihis .right {
|
|
34022
|
+
justify-content: flex-end;
|
|
34023
|
+
}
|
|
34024
|
+
|
|
34025
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
34026
|
+
opacity: 1;
|
|
34027
|
+
}
|
|
34028
|
+
|
|
34029
|
+
.E_h12yihis .right .btn-group {
|
|
34030
|
+
margin-left: 32px;
|
|
34031
|
+
position: relative;
|
|
34032
|
+
display: flex;
|
|
34033
|
+
align-items: center;
|
|
34034
|
+
}
|
|
34035
|
+
|
|
34036
|
+
.E_h12yihis .right .btn-group:before {
|
|
34037
|
+
content: "";
|
|
34038
|
+
opacity: 0;
|
|
34039
|
+
height: 24px;
|
|
34040
|
+
width: 1px;
|
|
34041
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34042
|
+
position: absolute;
|
|
34043
|
+
left: -16px;
|
|
34044
|
+
top: 50%;
|
|
34045
|
+
transform: translateY(-50%);
|
|
34046
|
+
transition: opacity 160ms ease;
|
|
34047
|
+
}
|
|
34048
|
+
|
|
34049
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
34050
|
+
transition: all 160ms ease;
|
|
34051
|
+
cursor: pointer;
|
|
34052
|
+
width: 56px;
|
|
34053
|
+
height: 40px;
|
|
34054
|
+
display: inline-flex;
|
|
34055
|
+
align-items: center;
|
|
34056
|
+
justify-content: center;
|
|
34057
|
+
border-radius: 6px;
|
|
34058
|
+
}
|
|
34059
|
+
|
|
34060
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
34061
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
34062
|
+
}
|
|
34063
|
+
|
|
34064
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
34065
|
+
transform: translateY(2px);
|
|
34066
|
+
transition: all 320ms ease;
|
|
34067
|
+
}
|
|
34068
|
+
|
|
34069
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
34070
|
+
margin-left: 4px;
|
|
34071
|
+
}
|
|
34072
|
+
|
|
34073
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
34074
|
+
height: 48px;
|
|
34075
|
+
overflow: hidden;
|
|
34076
|
+
display: flex;
|
|
34077
|
+
align-items: center;
|
|
34078
|
+
padding: 0 4px;
|
|
34079
|
+
margin: 0 -4px;
|
|
34080
|
+
}
|
|
34081
|
+
|
|
34082
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
34083
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
34084
|
+
transform: translateY(0);
|
|
34085
|
+
}
|
|
34086
|
+
|
|
34087
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
34088
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
34089
|
+
height: 48px;
|
|
34090
|
+
transform: translateY(100%);
|
|
34091
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
34092
|
+
display: inline-flex;
|
|
34093
|
+
align-items: center;
|
|
34094
|
+
}
|
|
34095
|
+
|
|
34096
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
34097
|
+
margin-right: 10px;
|
|
34098
|
+
}
|
|
34099
|
+
|
|
34100
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
34101
|
+
width: 32px;
|
|
34102
|
+
height: 32px;
|
|
34103
|
+
border-radius: 6px;
|
|
34104
|
+
}
|
|
34105
|
+
|
|
34106
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
34107
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34108
|
+
}
|
|
34109
|
+
|
|
34110
|
+
.E_h12yihis .alert,
|
|
34111
|
+
.E_h12yihis .task {
|
|
34112
|
+
position: relative;
|
|
34113
|
+
}
|
|
34114
|
+
|
|
34115
|
+
.E_h12yihis .alert .alert-icon,
|
|
34116
|
+
.E_h12yihis .alert .task-icon,
|
|
34117
|
+
.E_h12yihis .task .alert-icon,
|
|
34118
|
+
.E_h12yihis .task .task-icon {
|
|
34119
|
+
width: 56px;
|
|
34120
|
+
height: 40px;
|
|
34121
|
+
justify-content: center;
|
|
34122
|
+
}
|
|
34123
|
+
|
|
34124
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
34125
|
+
.E_h12yihis .task .ant-badge-count {
|
|
34126
|
+
right: 16px;
|
|
34127
|
+
top: 10px;
|
|
34128
|
+
}
|
|
34129
|
+
|
|
34130
|
+
.E_h12yihis .logo {
|
|
34131
|
+
display: inline-flex;
|
|
34132
|
+
align-items: center;
|
|
34133
|
+
}
|
|
34134
|
+
|
|
34135
|
+
.E_h12yihis .left {
|
|
34136
|
+
position: relative;
|
|
34137
|
+
}
|
|
34138
|
+
|
|
34139
|
+
.E_h12yihis .left .events-audit-title {
|
|
34140
|
+
font-size: 20px;
|
|
34141
|
+
line-height: 24px;
|
|
34142
|
+
font-weight: bold;
|
|
34143
|
+
color: #1d326c;
|
|
34144
|
+
margin: 0px 8px;
|
|
34145
|
+
}
|
|
34146
|
+
|
|
34147
|
+
.E_h12yihis .left .global-search {
|
|
34148
|
+
margin-left: 6px;
|
|
34149
|
+
}
|
|
34150
|
+
|
|
34151
|
+
.E_h12yihis.global-search-active {
|
|
34152
|
+
z-index: 11;
|
|
34153
|
+
}
|
|
34154
|
+
|
|
34155
|
+
.E_h12yihis.global-search-active .left {
|
|
34156
|
+
flex: 1;
|
|
34157
|
+
margin-right: 32px;
|
|
34180
34158
|
}
|
|
34181
34159
|
|
|
34182
|
-
.
|
|
34183
|
-
|
|
34160
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
34161
|
+
display: flex;
|
|
34162
|
+
flex: 1;
|
|
34184
34163
|
}
|
|
34185
34164
|
|
|
34186
|
-
.
|
|
34187
|
-
|
|
34165
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
34166
|
+
border-color: #0080ff;
|
|
34167
|
+
width: 100%;
|
|
34188
34168
|
}
|
|
34189
34169
|
|
|
34190
|
-
.
|
|
34191
|
-
|
|
34170
|
+
.E_h12yihis.global-search-active .center {
|
|
34171
|
+
display: none;
|
|
34192
34172
|
}
|
|
34193
34173
|
|
|
34194
|
-
.
|
|
34195
|
-
|
|
34196
|
-
overflow: auto;
|
|
34174
|
+
.E_h12yihis.global-search-active .right {
|
|
34175
|
+
flex: 0 1 auto;
|
|
34197
34176
|
}
|
|
34198
34177
|
|
|
34199
|
-
.
|
|
34200
|
-
|
|
34178
|
+
.E_h12yihis .ant-badge-count {
|
|
34179
|
+
pointer-events: none;
|
|
34201
34180
|
}
|
|
34202
34181
|
|
|
34203
|
-
.
|
|
34204
|
-
|
|
34205
|
-
|
|
34182
|
+
.E_ncaepor {
|
|
34183
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34184
|
+
position: relative;
|
|
34185
|
+
height: 48px;
|
|
34186
|
+
display: inline-flex;
|
|
34187
|
+
align-items: center;
|
|
34188
|
+
justify-content: center;
|
|
34189
|
+
overflow: hidden;
|
|
34206
34190
|
}
|
|
34207
34191
|
|
|
34208
|
-
.
|
|
34209
|
-
|
|
34192
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
34193
|
+
content: "";
|
|
34194
|
+
width: 100%;
|
|
34195
|
+
height: 12px;
|
|
34196
|
+
position: absolute;
|
|
34197
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
34210
34198
|
}
|
|
34211
34199
|
|
|
34212
|
-
.
|
|
34213
|
-
|
|
34214
|
-
padding: 8px 12px;
|
|
34215
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34200
|
+
.E_ncaepor:before {
|
|
34201
|
+
top: 0;
|
|
34216
34202
|
}
|
|
34217
34203
|
|
|
34218
|
-
.
|
|
34219
|
-
|
|
34220
|
-
padding: 12px;
|
|
34204
|
+
.E_ncaepor:after {
|
|
34205
|
+
bottom: 0;
|
|
34221
34206
|
}
|
|
34222
34207
|
|
|
34223
|
-
.
|
|
34224
|
-
|
|
34225
|
-
|
|
34226
|
-
|
|
34227
|
-
|
|
34208
|
+
.E_ncaepor > * {
|
|
34209
|
+
height: 48px;
|
|
34210
|
+
display: inline-flex;
|
|
34211
|
+
align-items: center;
|
|
34212
|
+
white-space: nowrap;
|
|
34213
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
34228
34214
|
}
|
|
34229
34215
|
|
|
34230
|
-
.
|
|
34231
|
-
|
|
34232
|
-
|
|
34216
|
+
.E_ncaepor .name-text {
|
|
34217
|
+
transform: translateY(0);
|
|
34218
|
+
opacity: 1;
|
|
34233
34219
|
}
|
|
34234
34220
|
|
|
34235
|
-
.
|
|
34236
|
-
|
|
34237
|
-
|
|
34221
|
+
.E_ncaepor .nav-info {
|
|
34222
|
+
transform: translateY(100%);
|
|
34223
|
+
opacity: 0;
|
|
34224
|
+
font-size: 18px;
|
|
34225
|
+
font-weight: 700;
|
|
34226
|
+
position: absolute;
|
|
34227
|
+
overflow: hidden;
|
|
34228
|
+
display: flex;
|
|
34229
|
+
justify-content: center;
|
|
34238
34230
|
}
|
|
34239
34231
|
|
|
34240
|
-
.
|
|
34241
|
-
|
|
34232
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
34233
|
+
color: #1d326c;
|
|
34234
|
+
flex: 1;
|
|
34235
|
+
overflow: hidden;
|
|
34236
|
+
text-overflow: ellipsis;
|
|
34242
34237
|
}
|
|
34243
34238
|
|
|
34244
|
-
.
|
|
34245
|
-
|
|
34239
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
34240
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34241
|
+
margin-left: 8px;
|
|
34246
34242
|
}
|
|
34247
34243
|
|
|
34248
|
-
.
|
|
34249
|
-
|
|
34244
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
34245
|
+
transform: translateY(-100%);
|
|
34246
|
+
opacity: 0;
|
|
34247
|
+
position: absolute;
|
|
34250
34248
|
}
|
|
34251
34249
|
|
|
34252
|
-
.
|
|
34253
|
-
|
|
34250
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
34251
|
+
transform: translateY(0);
|
|
34252
|
+
opacity: 1;
|
|
34253
|
+
position: static;
|
|
34254
34254
|
}
|
|
34255
34255
|
|
|
34256
34256
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
@@ -34292,6 +34292,25 @@ input.E_rf8rlle.ant-input {
|
|
|
34292
34292
|
background-color: transparent;
|
|
34293
34293
|
}
|
|
34294
34294
|
|
|
34295
|
+
.E_b14q2gmw {
|
|
34296
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34297
|
+
}
|
|
34298
|
+
|
|
34299
|
+
.E_c1eym6el {
|
|
34300
|
+
border-radius: 8px;
|
|
34301
|
+
background-color: white;
|
|
34302
|
+
}
|
|
34303
|
+
|
|
34304
|
+
.E_c1eym6el.hoverable {
|
|
34305
|
+
cursor: pointer;
|
|
34306
|
+
}
|
|
34307
|
+
|
|
34308
|
+
.E_c1eym6el.hoverable:hover {
|
|
34309
|
+
transition: all 200ms ease;
|
|
34310
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34311
|
+
transform: translateY(-4px);
|
|
34312
|
+
}
|
|
34313
|
+
|
|
34295
34314
|
.E_c1kghdax {
|
|
34296
34315
|
color: #2d3a56;
|
|
34297
34316
|
padding: 7px 12px;
|
|
@@ -34423,25 +34442,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34423
34442
|
margin-left: 24px;
|
|
34424
34443
|
}
|
|
34425
34444
|
|
|
34426
|
-
.E_b14q2gmw {
|
|
34427
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34428
|
-
}
|
|
34429
|
-
|
|
34430
|
-
.E_c1eym6el {
|
|
34431
|
-
border-radius: 8px;
|
|
34432
|
-
background-color: white;
|
|
34433
|
-
}
|
|
34434
|
-
|
|
34435
|
-
.E_c1eym6el.hoverable {
|
|
34436
|
-
cursor: pointer;
|
|
34437
|
-
}
|
|
34438
|
-
|
|
34439
|
-
.E_c1eym6el.hoverable:hover {
|
|
34440
|
-
transition: all 200ms ease;
|
|
34441
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34442
|
-
transform: translateY(-4px);
|
|
34443
|
-
}
|
|
34444
|
-
|
|
34445
34445
|
.E_lht19u8 {
|
|
34446
34446
|
width: 64px;
|
|
34447
34447
|
height: 64px;
|
|
@@ -34491,6 +34491,24 @@ input.E_rf8rlle.ant-input {
|
|
|
34491
34491
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34492
34492
|
}
|
|
34493
34493
|
|
|
34494
|
+
.E_r77hffu {
|
|
34495
|
+
display: flex;
|
|
34496
|
+
align-items: center;
|
|
34497
|
+
justify-content: space-between;
|
|
34498
|
+
column-gap: 6px;
|
|
34499
|
+
}
|
|
34500
|
+
|
|
34501
|
+
.E_p1cmxsf7 {
|
|
34502
|
+
display: flex;
|
|
34503
|
+
flex-direction: column;
|
|
34504
|
+
justify-content: center;
|
|
34505
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34506
|
+
}
|
|
34507
|
+
|
|
34508
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34509
|
+
font-size: 0;
|
|
34510
|
+
}
|
|
34511
|
+
|
|
34494
34512
|
button.E_l48ei06.ant-btn {
|
|
34495
34513
|
font-size: 12px;
|
|
34496
34514
|
line-height: 18px;
|
|
@@ -34518,40 +34536,135 @@ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
|
34518
34536
|
color: #005ED1;
|
|
34519
34537
|
}
|
|
34520
34538
|
|
|
34521
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34522
|
-
color: #0080FF;
|
|
34539
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34540
|
+
color: #0080FF;
|
|
34541
|
+
}
|
|
34542
|
+
|
|
34543
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34544
|
+
color: #00122E;
|
|
34545
|
+
}
|
|
34546
|
+
|
|
34547
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34548
|
+
color: #0080FF;
|
|
34549
|
+
}
|
|
34550
|
+
|
|
34551
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34552
|
+
color: #005ED1;
|
|
34553
|
+
}
|
|
34554
|
+
|
|
34555
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34556
|
+
color: #00122E;
|
|
34557
|
+
}
|
|
34558
|
+
|
|
34559
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34560
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34561
|
+
}
|
|
34562
|
+
|
|
34563
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34564
|
+
color: #0080FF;
|
|
34565
|
+
}
|
|
34566
|
+
|
|
34567
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34568
|
+
color: #005ED1;
|
|
34569
|
+
}
|
|
34570
|
+
|
|
34571
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34572
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34573
|
+
}
|
|
34574
|
+
|
|
34575
|
+
.E_sddwhm6 {
|
|
34576
|
+
margin: 0;
|
|
34577
|
+
border-radius: 20px;
|
|
34578
|
+
padding: 2px 10px;
|
|
34579
|
+
height: 22px;
|
|
34580
|
+
}
|
|
34581
|
+
|
|
34582
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34583
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34584
|
+
}
|
|
34585
|
+
|
|
34586
|
+
.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 {
|
|
34587
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34588
|
+
}
|
|
34589
|
+
|
|
34590
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34591
|
+
color: #00122e;
|
|
34592
|
+
}
|
|
34593
|
+
|
|
34594
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34595
|
+
margin-right: 6px;
|
|
34596
|
+
}
|
|
34597
|
+
|
|
34598
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34599
|
+
margin-left: 8px;
|
|
34600
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34601
|
+
}
|
|
34602
|
+
|
|
34603
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34604
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34605
|
+
}
|
|
34606
|
+
|
|
34607
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34608
|
+
background-color: #0080ff;
|
|
34609
|
+
}
|
|
34610
|
+
|
|
34611
|
+
.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 {
|
|
34612
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34613
|
+
}
|
|
34614
|
+
|
|
34615
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34616
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34617
|
+
}
|
|
34618
|
+
|
|
34619
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34620
|
+
background-color: #f0483e;
|
|
34621
|
+
}
|
|
34622
|
+
|
|
34623
|
+
.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 {
|
|
34624
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34625
|
+
}
|
|
34626
|
+
|
|
34627
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34628
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34629
|
+
}
|
|
34630
|
+
|
|
34631
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34632
|
+
background-color: #fea008;
|
|
34523
34633
|
}
|
|
34524
34634
|
|
|
34525
|
-
|
|
34526
|
-
color:
|
|
34635
|
+
.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 {
|
|
34636
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34527
34637
|
}
|
|
34528
34638
|
|
|
34529
|
-
|
|
34530
|
-
color:
|
|
34639
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34640
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34531
34641
|
}
|
|
34532
34642
|
|
|
34533
|
-
|
|
34534
|
-
color: #
|
|
34643
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34644
|
+
background-color: #00ba5d;
|
|
34535
34645
|
}
|
|
34536
34646
|
|
|
34537
|
-
|
|
34538
|
-
color:
|
|
34647
|
+
.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 {
|
|
34648
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34539
34649
|
}
|
|
34540
34650
|
|
|
34541
|
-
|
|
34542
|
-
color: rgba(
|
|
34651
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34652
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34543
34653
|
}
|
|
34544
34654
|
|
|
34545
|
-
|
|
34546
|
-
color: #
|
|
34655
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34656
|
+
background-color: #6b7d99;
|
|
34547
34657
|
}
|
|
34548
34658
|
|
|
34549
|
-
|
|
34550
|
-
color:
|
|
34659
|
+
.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 {
|
|
34660
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34551
34661
|
}
|
|
34552
34662
|
|
|
34553
|
-
|
|
34554
|
-
|
|
34663
|
+
.E_satwmqm {
|
|
34664
|
+
width: 8px;
|
|
34665
|
+
height: 8px;
|
|
34666
|
+
border-radius: 50%;
|
|
34667
|
+
display: inline-block;
|
|
34555
34668
|
}
|
|
34556
34669
|
|
|
34557
34670
|
.E_tc97u5y {
|
|
@@ -35004,101 +35117,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35004
35117
|
background: #fff;
|
|
35005
35118
|
}
|
|
35006
35119
|
|
|
35007
|
-
.E_sddwhm6 {
|
|
35008
|
-
margin: 0;
|
|
35009
|
-
border-radius: 20px;
|
|
35010
|
-
padding: 2px 10px;
|
|
35011
|
-
height: 22px;
|
|
35012
|
-
}
|
|
35013
|
-
|
|
35014
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35015
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35016
|
-
}
|
|
35017
|
-
|
|
35018
|
-
.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 {
|
|
35019
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35020
|
-
}
|
|
35021
|
-
|
|
35022
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35023
|
-
color: #00122e;
|
|
35024
|
-
}
|
|
35025
|
-
|
|
35026
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35027
|
-
margin-right: 6px;
|
|
35028
|
-
}
|
|
35029
|
-
|
|
35030
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35031
|
-
margin-left: 8px;
|
|
35032
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35033
|
-
}
|
|
35034
|
-
|
|
35035
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35036
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35037
|
-
}
|
|
35038
|
-
|
|
35039
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35040
|
-
background-color: #0080ff;
|
|
35041
|
-
}
|
|
35042
|
-
|
|
35043
|
-
.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 {
|
|
35044
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
35045
|
-
}
|
|
35046
|
-
|
|
35047
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35048
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
35049
|
-
}
|
|
35050
|
-
|
|
35051
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35052
|
-
background-color: #f0483e;
|
|
35053
|
-
}
|
|
35054
|
-
|
|
35055
|
-
.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 {
|
|
35056
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
35057
|
-
}
|
|
35058
|
-
|
|
35059
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35060
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
35061
|
-
}
|
|
35062
|
-
|
|
35063
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35064
|
-
background-color: #fea008;
|
|
35065
|
-
}
|
|
35066
|
-
|
|
35067
|
-
.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 {
|
|
35068
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
35069
|
-
}
|
|
35070
|
-
|
|
35071
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35072
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
35073
|
-
}
|
|
35074
|
-
|
|
35075
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35076
|
-
background-color: #00ba5d;
|
|
35077
|
-
}
|
|
35078
|
-
|
|
35079
|
-
.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 {
|
|
35080
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
35081
|
-
}
|
|
35082
|
-
|
|
35083
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35084
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35085
|
-
}
|
|
35086
|
-
|
|
35087
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35088
|
-
background-color: #6b7d99;
|
|
35089
|
-
}
|
|
35090
|
-
|
|
35091
|
-
.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 {
|
|
35092
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
35093
|
-
}
|
|
35094
|
-
|
|
35095
|
-
.E_satwmqm {
|
|
35096
|
-
width: 8px;
|
|
35097
|
-
height: 8px;
|
|
35098
|
-
border-radius: 50%;
|
|
35099
|
-
display: inline-block;
|
|
35100
|
-
}
|
|
35101
|
-
|
|
35102
35120
|
.E_w7ob4th.outside-tag {
|
|
35103
35121
|
padding-left: 0;
|
|
35104
35122
|
}
|
|
@@ -35370,29 +35388,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35370
35388
|
white-space: normal;
|
|
35371
35389
|
}
|
|
35372
35390
|
|
|
35373
|
-
.E_r77hffu {
|
|
35374
|
-
display: flex;
|
|
35375
|
-
align-items: center;
|
|
35376
|
-
justify-content: space-between;
|
|
35377
|
-
column-gap: 6px;
|
|
35378
|
-
}
|
|
35379
|
-
|
|
35380
|
-
.E_p1cmxsf7 {
|
|
35381
|
-
display: flex;
|
|
35382
|
-
flex-direction: column;
|
|
35383
|
-
justify-content: center;
|
|
35384
|
-
row-gap: var(--p1cmxsf7-0);
|
|
35385
|
-
}
|
|
35386
|
-
|
|
35387
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
35388
|
-
font-size: 0;
|
|
35389
|
-
}
|
|
35390
|
-
|
|
35391
|
-
.E_i1g85yz3 {
|
|
35392
|
-
margin-right: 4px;
|
|
35393
|
-
height: 16px;
|
|
35394
|
-
}
|
|
35395
|
-
|
|
35396
35391
|
.E_t1dtlqs1 {
|
|
35397
35392
|
margin-bottom: 4px;
|
|
35398
35393
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -35621,41 +35616,9 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35621
35616
|
margin-right: 8px;
|
|
35622
35617
|
}
|
|
35623
35618
|
|
|
35624
|
-
.
|
|
35625
|
-
|
|
35626
|
-
}
|
|
35627
|
-
|
|
35628
|
-
.E_t13ef470 .table-loading-item {
|
|
35629
|
-
padding: 12px 4px;
|
|
35630
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
35631
|
-
display: flex;
|
|
35632
|
-
}
|
|
35633
|
-
|
|
35634
|
-
.E_t13ef470 .table-loading-item > * {
|
|
35619
|
+
.E_i1g85yz3 {
|
|
35620
|
+
margin-right: 4px;
|
|
35635
35621
|
height: 16px;
|
|
35636
|
-
margin: 4px;
|
|
35637
|
-
background: rgba(204, 212, 227, 0.18);
|
|
35638
|
-
border-radius: 2px;
|
|
35639
|
-
}
|
|
35640
|
-
|
|
35641
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35642
|
-
width: 16px;
|
|
35643
|
-
}
|
|
35644
|
-
|
|
35645
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
35646
|
-
flex: 1;
|
|
35647
|
-
}
|
|
35648
|
-
|
|
35649
|
-
.E_t13ef470 :nth-child(1) {
|
|
35650
|
-
padding: 8px 4px;
|
|
35651
|
-
}
|
|
35652
|
-
|
|
35653
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35654
|
-
background: rgba(107, 125, 153, 0.18);
|
|
35655
|
-
}
|
|
35656
|
-
|
|
35657
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35658
|
-
background: rgba(163, 180, 204, 0.18);
|
|
35659
35622
|
}
|
|
35660
35623
|
|
|
35661
35624
|
.E_t1gvlxt5 {
|
|
@@ -35867,6 +35830,43 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35867
35830
|
margin-left: 8px;
|
|
35868
35831
|
}
|
|
35869
35832
|
|
|
35833
|
+
.E_t13ef470 {
|
|
35834
|
+
height: 100%;
|
|
35835
|
+
}
|
|
35836
|
+
|
|
35837
|
+
.E_t13ef470 .table-loading-item {
|
|
35838
|
+
padding: 12px 4px;
|
|
35839
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
35840
|
+
display: flex;
|
|
35841
|
+
}
|
|
35842
|
+
|
|
35843
|
+
.E_t13ef470 .table-loading-item > * {
|
|
35844
|
+
height: 16px;
|
|
35845
|
+
margin: 4px;
|
|
35846
|
+
background: rgba(204, 212, 227, 0.18);
|
|
35847
|
+
border-radius: 2px;
|
|
35848
|
+
}
|
|
35849
|
+
|
|
35850
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35851
|
+
width: 16px;
|
|
35852
|
+
}
|
|
35853
|
+
|
|
35854
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
35855
|
+
flex: 1;
|
|
35856
|
+
}
|
|
35857
|
+
|
|
35858
|
+
.E_t13ef470 :nth-child(1) {
|
|
35859
|
+
padding: 8px 4px;
|
|
35860
|
+
}
|
|
35861
|
+
|
|
35862
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35863
|
+
background: rgba(107, 125, 153, 0.18);
|
|
35864
|
+
}
|
|
35865
|
+
|
|
35866
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35867
|
+
background: rgba(163, 180, 204, 0.18);
|
|
35868
|
+
}
|
|
35869
|
+
|
|
35870
35870
|
.E_f16blduf.ant-form-item {
|
|
35871
35871
|
margin-bottom: 0;
|
|
35872
35872
|
}
|
|
@@ -35889,18 +35889,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35889
35889
|
display: block;
|
|
35890
35890
|
}
|
|
35891
35891
|
|
|
35892
|
-
.E_i14c7jc8 {
|
|
35893
|
-
color: var(--i14c7jc8-0);
|
|
35894
|
-
}
|
|
35895
|
-
|
|
35896
|
-
.E_i1ibuolf {
|
|
35897
|
-
display: flex;
|
|
35898
|
-
align-items: center;
|
|
35899
|
-
column-gap: 4px;
|
|
35900
|
-
font-size: 12px;
|
|
35901
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35902
|
-
}
|
|
35903
|
-
|
|
35904
35892
|
.E_d1u4ndxc {
|
|
35905
35893
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35906
35894
|
font-size: 12px;
|
|
@@ -35931,4 +35919,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35931
35919
|
to {
|
|
35932
35920
|
transform: translateX(100%);
|
|
35933
35921
|
}
|
|
35922
|
+
}
|
|
35923
|
+
.E_i14c7jc8 {
|
|
35924
|
+
color: var(--i14c7jc8-0);
|
|
35925
|
+
}
|
|
35926
|
+
|
|
35927
|
+
.E_i1ibuolf {
|
|
35928
|
+
display: flex;
|
|
35929
|
+
align-items: center;
|
|
35930
|
+
column-gap: 4px;
|
|
35931
|
+
font-size: 12px;
|
|
35932
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35934
35933
|
}
|